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

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

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

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

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

.btn {
  display: inline-block;
  padding: 0 45px;
  background: #A50000;
  transition: 0.3s ease; }
  @media (max-width: 767px) {
    .btn {
      padding: 0 10px; } }
  .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    font-family: 'Gilroy SemiBold';
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s ease; }
    @media (max-width: 767px) {
      .btn span {
        min-height: 30px;
        font-size: 12px;
        line-height: 12px; } }
  .btn:hover {
    background: #920505; }
  .btn-line {
    position: relative;
    margin-left: 14px; }
    .btn-line::before {
      content: '';
      position: absolute;
      top: 9px;
      left: -14px;
      display: block;
      width: 28px;
      height: 4px;
      background: #353535;
      transition: 0.3s ease; }
  .btn-border {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #353535; }
    .btn-border::before {
      content: '';
      position: absolute;
      top: 9px;
      left: -14px;
      display: block;
      width: 28px;
      height: 4px;
      background: #A50000;
      transition: 0.3s ease; }
    .btn-border span {
      color: #353535; }
    .btn-border:hover {
      background: #920505;
      border: 2px solid #920505; }
      .btn-border:hover::before {
        background: #353535; }
      .btn-border:hover span {
        color: #FFFFFF; }

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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s ease; }
  .header-top {
    padding: 15px 0;
    border-bottom: 1px solid rgba(67, 67, 67, 0.76); }
    @media (max-width: 767px) {
      .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: space-between;
      width: 100%;
      max-width: 390px;
      margin-right: 15px; }
      @media (max-width: 1024px) {
        .header-top-left {
          max-width: 330px; } }
      .header-top-left .info-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 15px;
        font-family: 'Gilroy Regular';
        font-size: 18px;
        line-height: 18px;
        color: #FFFFFF;
        transition: 0.3s ease; }
        .header-top-left .info-link:hover {
          opacity: 0.8; }
        .header-top-left .info-link img {
          margin-right: 10px;
          max-width: 17px; }
      .header-top-left p {
        font-family: 'Gilroy Regular';
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF; }
    .header-top-right {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 632px; }
      @media (max-width: 1024px) {
        .header-top-right {
          margin-right: 14px;
          max-width: 330px; } }
      .header-top-right nav {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .header-top-right nav a {
          display: block;
          font-family: 'Gilroy SemiBold';
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 0.1em;
          color: #FFFFFF;
          transition: 0.3s ease; }
          .header-top-right nav a:hover {
            opacity: 0.8; }
          .header-top-right nav a:not(:last-child) {
            margin-right: 39px; }
            @media (max-width: 1024px) {
              .header-top-right nav a:not(:last-child) {
                margin-right: 14px; } }
      .header-top-right .callback-tirger {
        font-family: 'Gilroy Regular';
        font-size: 14px;
        line-height: 14px;
        text-decoration: underline;
        color: #FFFFFF; }
        .header-top-right .callback-tirger:hover {
          text-decoration: none; }
  .header-bottom {
    position: relative;
    z-index: 11;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .header-bottom {
        padding: 5px 0;
        border-bottom: 1px solid rgba(67, 67, 67, 0.76);
        background-color: #353535; } }
    .header-bottom .menu-trigger {
      display: none;
      align-items: flex-end;
      justify-content: space-between;
      flex-direction: column;
      width: 28px;
      height: 22px;
      transition: 0.6s ease; }
      .header-bottom .menu-trigger span {
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background-color: #ffffff;
        transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }
      @media (max-width: 767px) {
        .header-bottom .menu-trigger {
          display: flex; } }
    .header-bottom .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header-bottom .logo {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      max-width: 298px;
      margin-right: 15px; }
      @media (max-width: 1024px) {
        .header-bottom .logo {
          max-width: 190px; } }
      @media (max-width: 767px) {
        .header-bottom .logo {
          display: none; } }
      .header-bottom .logo-s {
        display: none; }
        @media (max-width: 767px) {
          .header-bottom .logo-s {
            display: block;
            width: 100%;
            max-width: 46px; }
            .header-bottom .logo-s img {
              max-width: 100%; } }
      .header-bottom .logo img {
        max-width: 100%; }
    .header-bottom-links {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 490px; }
      @media (max-width: 1024px) {
        .header-bottom-links {
          max-width: 350px; } }
      @media (max-width: 767px) {
        .header-bottom-links {
          display: none; } }
      .header-bottom-links a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: 'Gilroy Bold';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        transition: 0.3s ease; }
        @media (max-width: 1024px) {
          .header-bottom-links a {
            font-size: 13px;
            line-height: 13px; } }
        .header-bottom-links a:not(:last-child) {
          margin-right: 10px; }
        .header-bottom-links a:hover {
          opacity: 0.8; }
        .header-bottom-links a img {
          max-width: 20px;
          margin-right: 10px; }
    .header-bottom-right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .header-bottom-right .info-link {
        display: none; }
        @media (max-width: 767px) {
          .header-bottom-right .info-link {
            display: flex;
            margin-right: 18px; }
            .header-bottom-right .info-link img {
              margin-right: 0; } }
      .header-bottom-right .search-i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        margin-right: 27px;
        transition: 0.3s ease; }
        .header-bottom-right .search-i:hover {
          opacity: 0.7; }
      .header-bottom-right .cart {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 17px;
        transition: 0.3s ease; }
        .header-bottom-right .cart:hover {
          opacity: 0.7; }
        .header-bottom-right .cart span {
          position: absolute;
          bottom: -7px;
          right: -7px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 14px;
          height: 14px;
          font-family: 'Gilroy Bold';
          font-size: 7px;
          line-height: 7px;
          color: #FFFFFF;
          background: #A50000;
          border-radius: 50%;
          transition: 0.3s ease;
          opacity: 0; }
        .header-bottom-right .cart.active span {
          opacity: 1; }
  .header-menu {
    display: none;
    height: calc(100vh - 60px);
    padding: 6px 0 55px;
    background: rgba(53, 53, 53, 0.9);
    backdrop-filter: blur(7px);
    overflow-y: scroll;
    transition: 0.3s ease; }
    .header-menu-row {
      position: relative;
      padding: 35px 0; }
      .header-menu-row:not(:last-child):before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 4px;
        display: block;
        height: 1px;
        width: calc(100% - 8px);
        background-color: #434343; }
      .header-menu-row.header-links-row a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: 'Gilroy Bold';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.1em;
        color: #FFFFFF; }
        .header-menu-row.header-links-row a img {
          margin-right: 10px; }
        .header-menu-row.header-links-row a:not(:last-child) {
          margin-bottom: 20px; }
      .header-menu-row.header-nav-row a {
        display: block;
        font-family: 'Gilroy SemiBold';
        font-size: 16px;
        line-height: 16px;
        color: #FFFFFF; }
        .header-menu-row.header-nav-row a:not(:last-child) {
          margin-bottom: 15px; }
      .header-menu-row.header-bottom-row .header-phone {
        margin-bottom: 10px;
        display: block;
        font-family: 'Gilroy Regular';
        font-size: 24px;
        line-height: 24px;
        color: #FFFFFF; }
      .header-menu-row.header-bottom-row p {
        margin-bottom: 25px;
        font-family: 'Gilroy Regular';
        font-size: 14px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.8); }
      .header-menu-row.header-bottom-row .callback-tirger {
        display: block;
        font-family: 'Gilroy SemiBold';
        font-size: 18px;
        line-height: 21px;
        text-decoration: underline;
        color: #FFFFFF; }
  .header.open .header-menu {
    display: block; }
  .header.open .menu-trigger span {
    position: relative;
    width: 100%; }
  .header.open .menu-trigger {
    justify-content: center; }
  .header.open .menu-trigger span:nth-child(1) {
    transform: rotate(-40deg);
    margin-bottom: -4px; }
  .header.open .menu-trigger span:nth-child(2) {
    display: none; }
  .header.open .menu-trigger span:nth-child(3) {
    transform: rotate(40deg); }
  .header.fixed .header-top,
  .header.fixed .header-bottom, .header.gray-header .header-top,
  .header.gray-header .header-bottom {
    background: #353535; }
.fa.fa-caret-down::before{
  content:url("../images/drop-down-arrow 1.png");}
.fa.fa-caret-down{
  position: static;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0 5px;
  height: 15px;}
#form-language .btn-group{
  position: relative;
}
#form-language .btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  height: 19px;
  background: none;}
#form-language .btn span{
  position: static;
  width: 21px;
  height: 19px;
  left: 0;
  top: 0;
  font: Gilroy Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;}
#form-language .dropdown-menu{
  display: none;
  position: absolute;
  width: 75px;
  height: 75px;
  background: #fff;
  color: #000;
  list-style: none;
  padding: 0;
  border-radius: 15px;
  left: -20px;}
#form-language .dropdown-menu .btn{
  font: Gilroy Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;}
#form-language .open .dropdown-menu{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 999;}
.footer {
  background: linear-gradient(0deg, #353535 0%, rgba(7, 7, 7, 0.9) 100%); }
  .footer-top {
    padding-top: 46px;
    padding-bottom: 40px; }
    @media (max-width: 1024px) {
      .footer-top {
        padding-top: 30px; } }
  .footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(71, 71, 71, 0.76); }
    .footer-bottom .wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
    .footer-bottom p {
      font-family: 'Gilroy SemiBold';
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      letter-spacing: 0.1em;
      color: #A2A2A2; }
      @media (max-width: 1024px) {
        .footer-bottom p {
          font-size: 12px;
          line-height: 14px; } }
  @media (max-width: 1024px) {
    .footer-col {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center; } }
  @media (max-width: 1024px) {
    .footer-col-1 {
      margin: 0 0 44px; } }
  .footer-col-1 .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    max-width: 298px; }
    @media (max-width: 1024px) {
      .footer-col-1 .logo {
        margin-bottom: 15px;
        max-width: 178px; } }
    .footer-col-1 .logo2 {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 107px; }
    .footer-col-1 .logo img {
      max-width: 100%; }
  .footer-col-1 p {
    margin-bottom: 5px;
    font-family: 'Gilroy Regular';
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF; }
  @media (max-width: 1024px) {
    .footer-col-2, .footer-col-3 {
      margin: 0 0 40px; } }
  .footer-col-2 a, .footer-col-3 a {
    display: block;
    font-family: 'Gilroy Bold';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    transition: 0.3s ease; }
    .footer-col-2 a:not(:last-child), .footer-col-3 a:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .footer-col-2 a, .footer-col-3 a {
        font-size: 14px;
        line-height: 17px; }
        .footer-col-2 a:not(:last-child), .footer-col-3 a:not(:last-child) {
          margin-bottom: 10px; } }
    .footer-col-2 a:hover, .footer-col-3 a:hover {
      color: #A50000; }
  .footer-col-3 a {
    font-family: 'Gilroy SemiBold'; }
  .footer-col h3 {
    margin-bottom: 20px;
    font-family: 'Gilroy Bold';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #A2A2A2; }
    @media (max-width: 1024px) {
      .footer-col h3 {
        font-size: 14px;
        line-height: 17px; }
        .footer-col h3:not(:last-child) {
          margin-bottom: 16px; } }

.link-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease; }
  .link-trigger-top {
    align-items: flex-start; }
    .link-trigger-top:hover {
      opacity: 0.7; }
  .link-trigger:not(:last-child) {
    margin-bottom: 25px; }
  .link-trigger-img {
    display: block;
    width: 19px;
    min-width: 19px;
    margin-right: 16px; }
    .link-trigger-img img {
      max-width: 100%; }
  .link-trigger-cnt {
    display: block; }
    .link-trigger-cnt a {
      display: block;
      margin-bottom: 7px;
      font-family: 'Gilroy Bold';
      font-size: 18px;
      line-height: 22px;
      color: #FFFFFF;
      transition: 0.3s ease; }
      .link-trigger-cnt a:hover {
        color: #A50000; }
    .link-trigger-cnt p {
      font-family: 'Gilroy Regular';
      font-size: 14px;
      line-height: 16px;
      color: #FFFFFF; }
    .link-trigger-cnt span {
      font-family: 'Gilroy Medium';
      font-size: 16px;
      line-height: 19px;
      color: #FFFFFF; }

.scroll-trigger {
  width: 100%;
  height: 100%; }
  .scroll-trigger-circle {
    fill: #2D2C28;
    fill-opacity: 0.45;
    stroke: #494949;
    transition: 0.3s ease; }
    .scroll-trigger-circle-half {
      stroke: #A50000;
      transition: 0.3s ease; }
    .scroll-trigger-circle-arrow {
      fill: #FFFFFF;
      transition: 0.3s ease; }
  .scroll-trigger:hover .scroll-trigger-circle {
    fill: #A50000;
    fill-opacity: 1;
    stroke: #A50000; }
  .scroll-trigger-js {
    position: fixed;
    z-index: 5;
    bottom: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0; }
    @media (max-width: 992px) {
      .scroll-trigger-js {
        bottom: 10px;
        right: 10px;
        width: 22px;
        height: 22px; } }
    .scroll-trigger-js.show {
      opacity: 1;
      visibility: visible; }

.callback-trigger-js {
  position: fixed;
  z-index: 5;
  bottom: 110px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0; }
  @media (max-width: 992px) {
    .callback-trigger-js {
      bottom: 40px;
      right: 10px;
      width: 22px;
      height: 22px; } }
  .callback-trigger-js.show {
    opacity: 1;
    visibility: visible; }
  .callback-trigger-js svg circle {
    transition: 0.3s ease; }
  .callback-trigger-js:hover svg circle {
    fill-opacity: 1; }

.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); }
  @media (max-width: 767px) {
    .popup-layout {
      padding: 20px 8px; } }

.popup {
  position: relative;
  width: 100%;
  max-width: 660px;
  padding: 46px 330px 47px 30px;
  background: #FFFFFF;
  overflow: hidden; }
  @media (max-width: 767px) {
    .popup {
      max-width: 320px;
      padding: 46px 15px 30px; } }
  .popup-bg {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .popup-bg {
        display: none; } }
  .popup-cnt-form .btn {
    width: calc(100% - 14px);
    padding: 0 10px; }
  .popup-thanks {
    max-width: 330px;
    padding: 65px 34px; }
    @media (max-width: 767px) {
      .popup-thanks {
        padding: 46px 15px 30px; } }
    .popup-thanks-img {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px; }
      .popup-thanks-img img {
        max-height: 125px;
        margin-left: 17px; }
    .popup-thanks .form-title span {
      margin-bottom: 0 !important; }
    .popup-thanks .popup-bg {
      top: auto;
      right: -234px;
      bottom: -4px; }

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100%;
  max-width: 24px;
  transition: 0.3s ease; }
  .popup-close:hover {
    opacity: 0.7; }

.popup-close img {
  width: 100%; }

.form {
  width: 100%;
  max-width: 300px; }
  .form-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px; }
    .form-title span {
      position: relative;
      padding-top: 10px;
      margin-bottom: 35px;
      font-family: 'Gilroy Medium';
      font-size: 34px;
      line-height: 34px;
      text-align: center;
      color: #353535; }
      .form-title span::before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(50% - 20px);
        display: block;
        width: 40px;
        height: 6px;
        background-color: #A50000; }
  .form-group {
    width: 100%; }
    .form-group p {
      margin-bottom: 10px;
      font-family: 'Gilroy Medium';
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      color: #000000; }
      .form-group p span {
        font-family: 'Gilroy Regular';
        font-weight: 400;
        color: #A50000; }
    .form-group:not(:last-child) {
      margin-bottom: 20px; }
    .form-group input {
      display: block;
      width: 100%;
      height: 44px;
      padding: 5px 15px 5px;
      font-family: 'Gilroy Regular';
      font-size: 14px;
      line-height: 44px;
      color: #000000;
      background: #FFFFFF;
      border: 1px solid #E5E5E5;
      transition: 0.3s ease;
      outline: none; }
      .form-group input.input-2 {
        height: 48px;
        padding: 5px 20px 5px;
        font-family: 'Gilroy Medium'; }
      .form-group input::-webkit-input-placeholder {
        color: #000000; }
      .form-group input::-moz-placeholder {
        color: #000000; }
      .form-group input:-ms-input-placeholder {
        color: #000000; }
      .form-group input:-moz-placeholder {
        color: #000000; }
      .form-group input:focus, .form-group input:hover {
        border: 1px solid #000000; }
    .form-group textarea {
      display: block;
      width: 100%;
      height: 90px;
      padding: 10px 20px;
      font-family: 'Gilroy Medium';
      font-size: 14px;
      line-height: 16px;
      color: #000000;
      background: #FFFFFF;
      border: 1px solid #E5E5E5;
      transition: 0.3s ease;
      outline: none; }
      .form-group textarea::-webkit-input-placeholder {
        color: #000000; }
      .form-group textarea::-moz-placeholder {
        color: #000000; }
      .form-group textarea:-ms-input-placeholder {
        color: #000000; }
      .form-group textarea:-moz-placeholder {
        color: #000000; }
      .form-group textarea:focus, .form-group textarea:hover {
        border: 1px solid #000000; }
    .form-group.has-error input,
    .form-group.has-error textarea {
      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; }

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; }
  .main-page {
    background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-position: top 142px left 16px; }
    @media (max-width: 1100px) {
      .main-page {
        background: none; } }
    .main-page-2 {
      padding-top: 130px;
      background-image: url("../images/pages-bg.png");
      background-repeat: no-repeat;
      background-position: top 245px left 62px; }
      @media (max-width: 1100px) {
        .main-page-2 {
          background: none; } }
      @media (max-width: 1024px) {
        .main-page-2 {
          padding-top: 115px; } }
      @media (max-width: 767px) {
        .main-page-2 {
          padding-top: 60px; } }

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }
  .wrapper-l {
    max-width: 1920px; }
  @media (max-width: 767px) {
    .wrapper {
      padding: 0 8px; } }

.title-el {
  display: flex;
  align-items: center;
  justify-content: center; }
  .title-el span {
    position: relative;
    margin-bottom: 60px;
    padding-left: 80px;
    font-family: 'Gilroy Medium';
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: #353535; }
    @media (max-width: 1100px) {
      .title-el span {
        margin-bottom: 55px;
        padding-left: 60px;
        font-size: 38px;
        line-height: 45px; } }
    .title-el span::before {
      content: '';
      position: absolute;
      top: calc(50% - 3px);
      left: 0;
      display: block;
      width: 60px;
      height: 6px;
      background-color: #A50000; }
      @media (max-width: 767px) {
        .title-el span::before {
          width: 40px; } }
  .title-el-center2 {
    justify-content: flex-start; }
    @media (max-width: 1100px) {
      .title-el-center2 {
        justify-content: center; }
        .title-el-center2 span {
          padding-left: 0;
          padding-top: 26px;
          text-align: center; }
          .title-el-center2 span::before {
            top: 0;
            left: calc(50% - 20px);
            width: 40px; } }
  @media (max-width: 767px) {
    .title-el-center span {
      display: inline-block;
      padding-left: 0;
      padding-top: 26px;
      margin-bottom: 30px;
      font-size: 32px;
      line-height: 34px; }
      .title-el-center span::before {
        top: 0;
        left: calc(50% - 20px); } }

.text-section {
  padding: 100px 0 100px;
  font-family: 'Gilroy Regular';
  font-size: 18px;
  line-height: 18px;
  color: #353535; }
  @media (max-width: 767px) {
    .text-section {
      font-size: 12px;
      line-height: 18px; } }
  .text-section p:not(:last-child) {
    margin-bottom: 18px; }
  .text-section b {
    display: block;
    margin-bottom: 10px;
    font-family: 'Gilroy Bold'; }
    @media (max-width: 767px) {
      .text-section b {
        font-size: 16px;
        line-height: 18px; } }

.tabs-block .tab-cnt {
  display: none; }
  .tabs-block .tab-cnt.active {
    display: block; }

.tabs-section {
  display: flex;
  align-items: center;
  justify-content: center; }
  .tabs-section-wrap {
    margin-bottom: 60px; }
  .tabs-section > a {
    padding: 0 15px;
    width: 100%;
    max-width: 220px;
    background-color: #ffffff;
    border: 1.5px solid #353535; }
    .tabs-section > a span {
      color: #000000; }
      @media (max-width: 767px) {
        .tabs-section > a span {
          max-height: 48px !important; } }
    .tabs-section > a:hover {
      border: 1.5px solid #A50000; }
      .tabs-section > a:hover span {
        color: #ffffff; }
    .tabs-section > a.active {
      background-color: #A50000;
      border: 1.5px solid #A50000; }
      .tabs-section > a.active span {
        color: #ffffff; }
    .tabs-section > a:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .tabs-section > a:not(:last-child) {
          margin-right: 20px; } }

.breadcrumbs {
  padding: 30px 0 50px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding: 25px 0px 30px; } }
  .breadcrumbs .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap; }
    .breadcrumbs .wrapper a {
      font-family: 'Gilroy SemiBold';
      font-size: 16px;
      line-height: 20px;
      color: #A2A2A2;
      transition: 0.3s ease; }
      @media (max-width: 767px) {
        .breadcrumbs .wrapper a {
          font-size: 14px;
          line-height: 20px; } }
      .breadcrumbs .wrapper a:hover {
        color: #A50000; }
    .breadcrumbs .wrapper span {
      display: inline-block;
      margin: 0 10px;
      font-family: 'Gilroy Heavy';
      font-size: 16px;
      line-height: 20px;
      color: #A50000; }
    .breadcrumbs .wrapper p {
      font-family: 'Gilroy Bold';
      font-size: 16px;
      line-height: 20px;
      color: #353535; }
      @media (max-width: 767px) {
        .breadcrumbs .wrapper p {
          font-size: 14px;
          line-height: 20px; } }

.radio-wrap:not(:last-child) {
  margin-bottom: 30px; }

.radio-el {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .radio-el:not(:last-child) {
    margin-bottom: 10px; }
  .radio-el-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #FFFFFF;
    border-radius: 3px;
    transition: 0.3s ease; }
    .radio-el-trigger svg {
      max-width: 6px;
      opacity: 0;
      transition: 0.3s ease; }
  .radio-el-text {
    position: relative;
    padding-left: 18px;
    font-family: 'Gilroy Regular';
    font-size: 14px;
    line-height: 16px;
    color: #000000; }
    .radio-el-text::before {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      left: 0;
      display: block;
      width: 10px;
      min-width: 10px;
      height: 10px;
      border: 1px solid #C4C4C4;
      background-repeat: no-repeat;
      background-size: 6px;
      background-position: center;
      border-radius: 3px;
      transition: 0.3s ease; }
  .radio-el input {
    display: none; }
    .radio-el input:checked + .radio-el-text::before {
      border: 1px solid #A50000;
      background-image: url("../images/circle3.svg"); }

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  padding-top: 60px; }
  .pagination-center {
    justify-content: center; }
  .pagination span,
  .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-family: 'Gilroy Regular';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: 0.3s ease; }
    .pagination span:not(:last-child),
    .pagination a:not(:last-child) {
      margin-right: 3px; }
  .pagination span.active {
    border: 2px solid #A50000; }
  .pagination a:hover {
    border: 2px solid #A50000; }
  @media (max-width: 1100px) {
    .pagination {
      padding-left: 0;
      flex-wrap: wrap; } }

.info-text > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 992px) {
    .info-text > div {
      display: block; } }
  .info-text > div:not(:last-child) {
    margin-bottom: 50px; }
  .info-text > div img {
    width: calc(100% - 15px);
    margin-right: 30px; }
    @media (max-width: 992px) {
      .info-text > div img {
        width: auto;
        max-width: 100%;
        margin: 0 auto 30px; } }
  .info-text > div > div {
    width: calc(100% - 15px); }
    @media (max-width: 992px) {
      .info-text > div > div {
        width: 100%; } }
  .info-text > div ul {
    display: inline-block;
    width: 100%;
    max-width: 155px;
    margin-right: 7px;
    margin-bottom: 0; }
    @media (max-width: 500px) {
      .info-text > div ul {
        max-width: 100%; } }

.info-text p {
  font-family: 'Gilroy Regular';
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #000000; }
  .info-text p:not(:last-child) {
    margin-bottom: 22px; }

.info-text ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none; }
  .info-text ul li {
    position: relative;
    padding-left: 31px;
    font-family: 'Gilroy SemiBold';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000000; }
    .info-text ul li::before {
      content: '';
      position: absolute;
      top: 12px;
      left: 10px;
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #A50000; }

.info-text h1 {
  font-family: 'Gilroy Bold';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  color: #000000; }
  .info-text h1:not(:last-child) {
    margin-bottom: 56px; }

.info-text h2 {
  font-family: 'Gilroy SemiBold';
  font-weight: 500;
  font-size: 44px;
  line-height: 52px;
  color: #000000; }
  .info-text h2:not(:last-child) {
    margin-bottom: 30px; }

.info-text h3 {
  font-family: 'Gilroy SemiBold';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000; }
  .info-text h3:not(:last-child) {
    margin-bottom: 30px; }

.info-text h4 {
  font-family: 'Gilroy SemiBold';
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000; }
  .info-text h4:not(:last-child) {
    margin-bottom: 30px; }

.info-text h5 {
  font-family: 'Gilroy SemiBold';
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000000; }
  .info-text h5:not(:last-child) {
    margin-bottom: 20px; }

.info-text b {
  font-family: 'Gilroy Bold';
  font-size: 22px;
  line-height: 22px; }

.info-text h6 {
  font-family: 'Gilroy SemiBold';
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000000; }
  .info-text h6:not(:last-child) {
    margin-bottom: 30px; }

.simplecheckout {
  font-family: 'Gilroy Regular'; }
  .simplecheckout fieldset {
    text-align: left;
    display: flex;
    flex-wrap: wrap; }
  .simplecheckout .form-group {
    width: 50%; }
  .simplecheckout .control-label {
    margin-bottom: 5px; }
  .simplecheckout .quantity .btn {
    padding: 14.5px;
    color: #fff; }
  .simplecheckout .quantity .form-control {
    width: auto; }
  .simplecheckout .radio {
    margin: 5px 0px; }
    .simplecheckout .radio label {
      cursor: pointer; }
    .simplecheckout .radio input {
      -webkit-appearance: auto; }
  .simplecheckout .btn {
    cursor: pointer; }
  .simplecheckout .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 5px 15px 5px;
    font-family: 'Gilroy Regular';
    font-size: 14px;
    line-height: normal;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    transition: 0.3s ease;
    outline: none; }
    .simplecheckout .form-control:hover, .simplecheckout .form-control:focus {
      border: 1px solid #000000; }

.banner {
  position: relative;
  width: 100%; }
  .banner-slider {
    width: 100%; }
    .banner-slider .owl-nav {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 1340px;
      padding: 0 15px;
      transform: translate(-50%); }
      @media (max-width: 1270px) {
        .banner-slider .owl-nav {
          display: none; } }
      .banner-slider .owl-nav button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        outline: none !important;
        border: none !important;
        background-image: url("../images/dot-circle-gray.svg") !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        transition: 0.3s ease; }
        .banner-slider .owl-nav button::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          opacity: 0;
          background-image: url("../images/dots-circle-white.svg");
          background-repeat: no-repeat;
          background-position: right bottom;
          background-size: contain;
          transition: 0.3s ease; }
        .banner-slider .owl-nav button span {
          display: block;
          width: 7px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          font-size: 0;
          line-height: 0;
          color: transparent;
          transition: 0.3s ease; }
        .banner-slider .owl-nav button.owl-prev span {
          background-image: url("../images/left-i-gray.svg"); }
        .banner-slider .owl-nav button.owl-prev:hover::before {
          opacity: 1; }
        .banner-slider .owl-nav button.owl-prev:hover span {
          background-image: url("../images/left-i-white.svg"); }
        .banner-slider .owl-nav button.owl-next span {
          background-image: url("../images/right-i-gray.svg"); }
        .banner-slider .owl-nav button.owl-next:hover::before {
          opacity: 1; }
        .banner-slider .owl-nav button.owl-next:hover span {
          background-image: url("../images/right-i-white.svg"); }
        .banner-slider .owl-nav button.active {
          height: 33px; }
          .banner-slider .owl-nav button.active::before {
            background-color: white; }
          .banner-slider .owl-nav button.active span {
            opacity: 1; }
  .banner-item {
    padding: 148px 0 79px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 767px) {
      .banner-item {
        padding: 130px 0 173px; } }
    .banner-item .wrapper {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .banner-item .wrapper {
          display: block; } }
    .banner-item-cnt {
      width: 100%;
      max-width: 603px; }
      @media (max-width: 1024px) {
        .banner-item-cnt {
          max-width: 100%; } }
    .banner-item-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 542px; }
      @media (max-width: 1024px) {
        .banner-item-img {
          display: none; } }
      .banner-item-img::before {
        content: '';
        position: absolute;
        z-index: 0;
        bottom: -55px;
        right: 30px;
        display: block;
        width: 550px;
        height: 550px;
        background-image: url(../images/back-circle.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .banner-item-img img {
        position: relative;
        z-index: 1;
        margin-left: -63px;
        max-width: 100%; }
  .banner-subtitle {
    margin-bottom: 15px;
    font-family: 'Gilroy Regular';
    font-size: 20px;
    line-height: 23px;
    color: #A2A2A2; }
    @media (max-width: 1024px) {
      .banner-subtitle {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 19px; } }
  .banner-title {
    position: relative;
    margin-bottom: 28px;
    font-family: 'Gilroy Bold';
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0.02em;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .banner-title {
        margin-bottom: 35px;
        font-size: 26px;
        line-height: 34px;
        padding-top: 10px; } }
    .banner-title::before {
      content: '';
      position: absolute;
      top: 24px;
      right: calc(100% + 20px);
      display: block;
      width: 60px;
      height: 8px;
      background: #A50000; }
      @media (max-width: 1024px) {
        .banner-title::before {
          top: 0;
          left: 0;
          right: auto;
          display: block;
          width: 89px;
          height: 5px; } }
  .banner-benefits {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    max-width: 478px; }
    @media (max-width: 1024px) {
      .banner-benefits {
        display: block;
        max-width: 100%; } }
  .banner-bnf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 214px;
    margin-bottom: 17px;
    padding-right: 5px; }
    @media (max-width: 1024px) {
      .banner-bnf {
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0px; } }
    .banner-bnf-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      min-width: 24px;
      margin-right: 10px; }
      .banner-bnf-img img {
        width: 100%; }
    .banner-bnf p {
      font-family: 'Gilroy Medium';
      font-size: 12px;
      line-height: 14px;
      color: #E5E5E5; }
  .banner-mob-img {
    display: none; }
    @media (max-width: 1024px) {
      .banner-mob-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px; }
        .banner-mob-img img {
          width: auto !important;
          max-width: 100%; } }
  .banner-info-wrap {
    position: relative;
    padding: 48px 0;
    overflow: hidden; }
    @media (max-width: 992px) {
      .banner-info-wrap {
        padding: 91px 0 10px; } }
    .banner-info-wrap-img {
      position: absolute;
      top: 0;
      right: -87px;
      width: 100%;
      max-width: 710px; }
      @media (max-width: 1750px) {
        .banner-info-wrap-img {
          right: 0;
          max-width: 610px; } }
      @media (max-width: 1460px) {
        .banner-info-wrap-img {
          right: -245px; } }
      @media (max-width: 1220px) {
        .banner-info-wrap-img {
          top: 45px;
          right: -192px;
          max-width: 509px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-img {
          top: 81px;
          right: -141px;
          max-width: 361px; } }
      .banner-info-wrap-img img {
        max-width: 100%; }
    @media (max-width: 992px) {
      .banner-info-wrap-2 {
        padding-bottom: 25px; } }
    @media (max-width: 1850px) {
      .banner-info-wrap-2 .wrapper {
        align-items: center !important; } }
    .banner-info-wrap-2 .banner-info-wrap-img {
      top: -4px;
      left: -17px;
      max-width: 742px; }
      @media (max-width: 1650px) {
        .banner-info-wrap-2 .banner-info-wrap-img {
          left: -216px; } }
      @media (max-width: 1320px) {
        .banner-info-wrap-2 .banner-info-wrap-img {
          left: -340px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-2 .banner-info-wrap-img {
          top: 50px;
          max-width: 452px;
          min-width: 452px;
          left: -284px; } }
    .banner-info-wrap-2 .banner-info-cnt {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-direction: column;
      padding: 80px 227px 38px 15px;
      clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%); }
      @media (max-width: 1650px) {
        .banner-info-wrap-2 .banner-info-cnt {
          padding: 80px 260px 38px 15px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-2 .banner-info-cnt {
          padding: 30px 45px 154px 31px;
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%); } }
      .banner-info-wrap-2 .banner-info-cnt h2,
      .banner-info-wrap-2 .banner-info-cnt p {
        max-width: 535px; }
        @media (max-width: 992px) {
          .banner-info-wrap-2 .banner-info-cnt h2,
          .banner-info-wrap-2 .banner-info-cnt p {
            max-width: 100%; } }
      .banner-info-wrap-2 .banner-info-cnt-wrap {
        max-width: 1271px; }
        @media (max-width: 1650px) {
          .banner-info-wrap-2 .banner-info-cnt-wrap {
            max-width: 1090px; } }
        @media (max-width: 992px) {
          .banner-info-wrap-2 .banner-info-cnt-wrap {
            padding-bottom: 34px; } }
        .banner-info-wrap-2 .banner-info-cnt-wrap::before {
          left: auto;
          right: 185px; }
    .banner-info-wrap-2 .banner-info-img {
      max-width: 871px;
      margin-left: -246px;
      margin-right: -55px;
      margin-bottom: -54px; }
      @media (max-width: 1850px) {
        .banner-info-wrap-2 .banner-info-img {
          max-width: 640px;
          margin-right: 0;
          margin-bottom: 0; } }
      @media (max-width: 1500px) {
        .banner-info-wrap-2 .banner-info-img {
          max-width: 475px; } }
      @media (max-width: 1200px) {
        .banner-info-wrap-2 .banner-info-img {
          max-width: 340px;
          margin-right: -70px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-2 .banner-info-img {
          top: auto;
          left: auto;
          bottom: 18px;
          right: -76px;
          max-width: 360px;
          margin-right: 0; } }
    @media (max-width: 992px) {
      .banner-info-wrap-3 {
        padding-top: 234px;
        padding-bottom: 50px; } }
    .banner-info-wrap-3 .banner-info .wrapper-l {
      align-items: flex-start; }
      @media (max-width: 1820px) {
        .banner-info-wrap-3 .banner-info .wrapper-l {
          align-items: center; } }
    .banner-info-wrap-3 .banner-info-wrap-img {
      top: 0;
      right: -119px; }
      @media (max-width: 1820px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          right: -150px; } }
      @media (max-width: 1600px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          right: -330px; } }
      @media (max-width: 1375px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          right: -380px;
          top: -30px; } }
      @media (max-width: 1215px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          right: -560px;
          top: -49px; } }
      @media (max-width: 1019px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          top: -10px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          top: 135px;
          right: -361px; } }
      @media (max-width: 680px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          top: 264px;
          right: -133px; } }
      @media (max-width: 350px) {
        .banner-info-wrap-3 .banner-info-wrap-img {
          top: 290px;
          right: -146px; } }
    .banner-info-wrap-3 .banner-info-cnt {
      padding: 84px 15px 42px 218px; }
      @media (max-width: 1500px) {
        .banner-info-wrap-3 .banner-info-cnt {
          padding: 84px 15px 35px 175px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-3 .banner-info-cnt {
          padding: 58px 8px 42px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-3 .banner-info-cnt h2,
        .banner-info-wrap-3 .banner-info-cnt p {
          max-width: 100%; } }
      .banner-info-wrap-3 .banner-info-cnt h2 {
        margin-bottom: 36px;
        font-size: 38px;
        line-height: 40px; }
        @media (max-width: 992px) {
          .banner-info-wrap-3 .banner-info-cnt h2 {
            max-width: 500px;
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 20px; } }
        @media (max-width: 710px) {
          .banner-info-wrap-3 .banner-info-cnt h2 {
            max-width: 217px; } }
      .banner-info-wrap-3 .banner-info-cnt p {
        max-width: 562px; }
        @media (max-width: 992px) {
          .banner-info-wrap-3 .banner-info-cnt p {
            max-width: 500px; } }
        @media (max-width: 710px) {
          .banner-info-wrap-3 .banner-info-cnt p {
            max-width: 196px; } }
      .banner-info-wrap-3 .banner-info-cnt-wrap {
        max-width: 1297px; }
        .banner-info-wrap-3 .banner-info-cnt-wrap::before {
          left: 137px; }
    .banner-info-wrap-3 .banner-info-img {
      max-width: 640px;
      margin-left: 0;
      margin-right: 0;
      margin-top: -14px; }
      @media (max-width: 1820px) {
        .banner-info-wrap-3 .banner-info-img {
          max-width: 440px; } }
      @media (max-width: 1375px) {
        .banner-info-wrap-3 .banner-info-img {
          max-width: 340px;
          margin-right: -38px; } }
      @media (max-width: 1215px) {
        .banner-info-wrap-3 .banner-info-img {
          max-width: 287px;
          margin-right: -10px; } }
      @media (max-width: 992px) {
        .banner-info-wrap-3 .banner-info-img {
          position: absolute;
          top: 14px;
          left: calc(50% - 165px);
          max-width: 330px;
          margin-right: 0; } }
    .banner-info-wrap-4 {
      margin-bottom: 60px !important; }
      @media (max-width: 992px) {
        .banner-info-wrap-4 {
          padding-bottom: 265px; } }
      .banner-info-wrap-4 .banner-info .wrapper {
        align-items: flex-start; }
        @media (max-width: 1850px) {
          .banner-info-wrap-4 .banner-info .wrapper {
            align-items: center; } }
      .banner-info-wrap-4 .banner-info-wrap-img {
        top: 7px;
        left: -10px;
        max-width: 578px; }
        @media (max-width: 1830px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            left: -192px; } }
        @media (max-width: 1650px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            left: -216px; } }
        @media (max-width: 1460px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            left: -300px;
            top: 76px; } }
        @media (max-width: 1320px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            left: -340px; } }
        @media (max-width: 992px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            top: -39px;
            max-width: 452px;
            min-width: 452px;
            left: -301px; } }
        @media (max-width: 660px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            top: 0px;
            left: -340px; } }
        @media (max-width: 600px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            top: 16px;
            left: -260px; } }
        @media (max-width: 390px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            top: 16px;
            left: -330px; } }
        @media (max-width: 341px) {
          .banner-info-wrap-4 .banner-info-wrap-img {
            top: 36px;
            left: -275px; } }
      .banner-info-wrap-4 .banner-info-img {
        max-width: 678px;
        margin-left: -91px;
        margin-right: 22px;
        margin-bottom: 0;
        margin-top: -29px;
        z-index: -1; }
        @media (max-width: 1850px) {
          .banner-info-wrap-4 .banner-info-img {
            max-width: 500px; } }
        @media (max-width: 1500px) {
          .banner-info-wrap-4 .banner-info-img {
            max-width: 475px; } }
        @media (max-width: 1200px) {
          .banner-info-wrap-4 .banner-info-img {
            max-width: 340px;
            margin-right: -70px; } }
        @media (max-width: 992px) {
          .banner-info-wrap-4 .banner-info-img {
            top: auto;
            left: auto;
            z-index: 1;
            bottom: 0;
            right: calc(50% - 180px);
            max-width: 360px;
            margin-right: 0; } }
      .banner-info-wrap-4 .banner-info-cnt {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        padding: 89px 211px 53px 15px;
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%); }
        @media (max-width: 1460px) {
          .banner-info-wrap-4 .banner-info-cnt {
            padding: 89px 160px 53px 15px; } }
        @media (max-width: 992px) {
          .banner-info-wrap-4 .banner-info-cnt {
            padding: 30px 8px 90px 50px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            text-align: right; } }
        .banner-info-wrap-4 .banner-info-cnt h2,
        .banner-info-wrap-4 .banner-info-cnt p {
          max-width: 585px; }
          @media (max-width: 1460px) {
            .banner-info-wrap-4 .banner-info-cnt h2,
            .banner-info-wrap-4 .banner-info-cnt p {
              max-width: 480px; } }
          @media (max-width: 992px) {
            .banner-info-wrap-4 .banner-info-cnt h2,
            .banner-info-wrap-4 .banner-info-cnt p {
              max-width: 100%; } }
          @media (max-width: 600px) {
            .banner-info-wrap-4 .banner-info-cnt h2,
            .banner-info-wrap-4 .banner-info-cnt p {
              max-width: 300px; } }
        .banner-info-wrap-4 .banner-info-cnt h2 {
          margin-bottom: 36px;
          font-size: 38px;
          line-height: 40px; }
          @media (max-width: 992px) {
            .banner-info-wrap-4 .banner-info-cnt h2 {
              margin-bottom: 20px;
              font-size: 20px;
              line-height: 20px; } }
        .banner-info-wrap-4 .banner-info-cnt-wrap {
          max-width: 1271px; }
          .banner-info-wrap-4 .banner-info-cnt-wrap::before {
            left: auto;
            right: 150px; }
          @media (max-width: 1650px) {
            .banner-info-wrap-4 .banner-info-cnt-wrap {
              max-width: 1090px; } }
          @media (max-width: 992px) {
            .banner-info-wrap-4 .banner-info-cnt-wrap {
              padding-bottom: 34px; } }
  .banner-info .wrapper-l {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0; }
    @media (max-width: 1750px) {
      .banner-info .wrapper-l {
        align-items: center; } }
  .banner-info-img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 740px;
    margin-right: -232px;
    margin-left: 7px;
    margin-bottom: -9px; }
    @media (max-width: 1750px) {
      .banner-info-img {
        max-width: 540px;
        margin-right: -202px; } }
    @media (max-width: 1220px) {
      .banner-info-img {
        max-width: 310px;
        margin-right: -210px; } }
    @media (max-width: 992px) {
      .banner-info-img {
        position: absolute;
        top: 0;
        left: calc(50% - 125px);
        max-width: 240px;
        margin-right: 0; } }
    .banner-info-img img {
      max-width: 100%; }
  .banner-info-cnt {
    width: 100%;
    padding: 75px 15px 79px 323px;
    background: linear-gradient(264.77deg, #353535 9.14%, #070707 83.9%);
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%); }
    @media (max-width: 1575px) {
      .banner-info-cnt {
        padding: 58px 15px 35px 215px; } }
    @media (max-width: 992px) {
      .banner-info-cnt {
        padding: 57px 8px 37px 8px;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%); } }
    .banner-info-cnt-wrap {
      position: relative;
      width: 100%;
      max-width: 1404px; }
      .banner-info-cnt-wrap::before {
        content: '';
        z-index: 1;
        position: absolute;
        top: 29px;
        left: 177px;
        display: block;
        width: 120px;
        height: 10px;
        background-color: #A50000; }
        @media (max-width: 992px) {
          .banner-info-cnt-wrap::before {
            display: none; } }
    .banner-info-cnt h2 {
      width: 100%;
      max-width: 591px;
      margin-bottom: 40px;
      font-family: 'Gilroy Bold';
      font-size: 48px;
      line-height: 50px;
      letter-spacing: 0.05em;
      color: #FFFFFF; }
      .banner-info-cnt h2 span {
        color: #A50000; }
      @media (max-width: 992px) {
        .banner-info-cnt h2 {
          max-width: 100%;
          margin-bottom: 20px;
          font-size: 20px;
          line-height: 20px; } }
      @media (max-width: 550px) {
        .banner-info-cnt h2 {
          max-width: 217px; } }
    .banner-info-cnt p {
      width: 100%;
      max-width: 550px;
      margin-bottom: 45px;
      font-family: 'Gilroy Medium';
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.05em;
      color: #FFFFFF; }
      @media (max-width: 992px) {
        .banner-info-cnt p {
          max-width: 100%;
          margin-bottom: 18px;
          font-size: 12px;
          line-height: 14px; } }
      @media (max-width: 550px) {
        .banner-info-cnt p {
          max-width: 197px; } }
    .banner-info-cnt a {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      font-family: 'Gilroy SemiBold';
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media (max-width: 992px) {
        .banner-info-cnt a {
          font-size: 14px;
          line-height: 17px;
          padding-bottom: 6px; } }
      .banner-info-cnt a::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: 50px;
        height: 4px;
        background-color: #A50000;
        transition: 0.3s ease; }
        @media (max-width: 992px) {
          .banner-info-cnt a::before {
            width: 20px; } }
      .banner-info-cnt a:hover::before {
        background-color: #FFFFFF; }

.search-section {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  transform: translateY(50%); }
  .search-section form {
    width: 100%;
    padding: 28px 25px;
    background: #FFFFFF;
    border: 2px solid #A50000;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03); }
    @media (max-width: 767px) {
      .search-section form {
        padding: 30px 20px; } }

.search-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .search-row {
      flex-direction: column;
      align-items: center; } }
  .search-row .select2,
  .search-row .btn {
    width: calc((100% / 4) - 22px) !important; }
    @media (max-width: 767px) {
      .search-row .select2,
      .search-row .btn {
        width: 100% !important; }
        .search-row .select2:not(:last-child),
        .search-row .btn:not(:last-child) {
          margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .search-row .btn {
      max-width: 220px; } }
  @media (max-width: 500px) {
    .search-row .btn {
      max-width: 100%; } }

.basic-select-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
  .basic-select-wrap > p {
    margin-right: 15px;
    font-family: 'Gilroy SemiBold';
    font-size: 16px;
    line-height: 16px;
    color: #353535; }
  .basic-select-wrap .select2 {
    width: 100% !important;
    max-width: 206px; }
    .basic-select-wrap .select2 .select2-selection--single .select2-selection__rendered {
      color: #A2A2A2; }

.select2-container--default .select2-results__option .select2-results__option,
.select2-results__option--selectable {
  padding-left: 15px;
  height: auto;
  min-height: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px; }

.select2-search--dropdown {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 10px; }
  .select2-search--dropdown .select2-search__field {
    padding-left: 10px;
    border: 1px solid #aaa;
    border-radius: 20px; }

.select2-container--default .select2-results__group {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  border-radius: 4px; }

.select2-container--default .select2-results > .select2-results__options {
  padding: 0 8px; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
    border: none; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #A50000;
    outline: 0px solid slategrey; }

.select2 .select2-selection--single {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  height: 44px; }
  .select2 .select2-selection--single .select2-selection__rendered {
    font-family: 'Gilroy Regular';
    font-size: 14px;
    color: #000000;
    line-height: 44px; }
  .select2 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 44px;
    width: 28px; }
    .select2 .select2-selection--single .select2-selection__arrow b {
      position: static;
      width: 10px;
      height: 6px;
      background-image: url("../images/arrow-btm.svg");
      background-repeat: no-repeat;
      background-size: contain;
      border: none !important;
      background-size: 10px 6px;
      transition: 0.3s ease; }

.select2-container {
  font-family: 'Gilroy Regular';
  font-size: 14px;
  color: #000000;
  line-height: 44px; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #A50000; }
  .select2-container .select2-results__option--disabled {
    display: none; }

.select2.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg); }

.cars {
  padding: 111px 0 100px; }
  @media (max-width: 767px) {
    .cars {
      padding: 208px 0 100px; } }
  .cars-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap; }
    .cars-list a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% / 7);
      padding: 0 5px;
      margin-bottom: 55px; }
      @media (max-width: 767px) {
        .cars-list a {
          margin-bottom: 60px;
          width: calc(100% / 4); } }
      @media (max-width: 500px) {
        .cars-list a {
          width: calc(100% / 2); } }
      @media (min-width: 768px) {
        .cars-list a:nth-child(n+29) {
          display: none; } }
      @media (max-width: (min-width: 501px)) {
        .cars-list a:nth-child(n+21) {
          display: none; } }
      @media (max-width: 500px) {
        .cars-list a:nth-child(n+11) {
          display: none; } }
    .cars-list.active a:nth-child(n+29) {
      display: flex; }
    .cars-list .btn {
      display: inline-block !important;
      width: 100%;
      max-width: 220px;
      margin: -15px auto 0; }

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.catalog-new, .catalog-popular, .rot-drums, .catalog-rotor, .catalog-drums, .catalog-description {
  padding: 0 0 70px;
  overflow: hidden; }

@media (max-width: 767px) {
  .catalog-list {
    width: calc(100% + 16px);
    margin-left: -8px; } }

.catalog-list-item {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 15px 15px 0;
  background-color: #fff;
  transition: 0.3s ease; }
  @media (max-width: 767px) {
    .catalog-list-item {
      width: 100%;
      max-width: 220px;
      text-align: left;
      padding: 0; } }
  .catalog-list-item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    padding: 0 15px; }
  .catalog-item-image{
    width: 100%;
    max-width: 460px;
    height: 100%;
    max-height: 270px;
  }
  .catalog-item-image img{
    min-width: 100%;
  }
  .catalog-list-item-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    max-height: 200px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .catalog-list-item-img {
        margin-bottom: 11px;
        height: 108px;
        max-height: 108px; } }
    .catalog-list-item-img img {
      max-width: 100%;
      max-height: 200px; }
      @media (max-width: 767px) {
        .catalog-list-item-img img {
          max-height: 108px; } }
  .catalog-list-item-type {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Gilroy SemiBold';
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #000000; }
    .catalog-list-item-type-red {
      position: absolute;
      top: 15px;
      left: -15px;
      min-width: 37px;
      max-height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px;
      font-family: 'Gilroy SemiBold';
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      color: #fff;
      background: #A50000;
      border-radius: 0px 5px 5px 0px; }
      @media (max-width: 767px) {
        .catalog-list-item-type-red {
          left: 0; } }
    .catalog-list-item-type-2 {
      top: 69px; }
    @media (max-width: 767px) {
      .catalog-list-item-type {
        top: 5px;
        font-size: 6px;
        line-height: 7px; } }
    .catalog-list-item-type span {
      display: inline-block; }
      .catalog-list-item-type span:nth-child(1) {
        margin-bottom: 4px; }
      .catalog-list-item-type span:nth-child(2) {
        margin-top: 4px; }
    .catalog-list-item-type img {
      max-width: 48px; }
      @media (max-width: 767px) {
        .catalog-list-item-type img {
          max-width: 20px; } }
  .catalog-list-item-title {
    display: block;
    margin-bottom: 10px;
    font-family: 'Gilroy Medium';
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
    -webkit-box-orient: vertical;
    color: #000000;
    transition: 0.3s ease; }
    @media (max-width: 767px) {
      .catalog-list-item-title {
        font-size: 10px;
        line-height: 14px;
        height: 28px; } }
    .catalog-list-item-title:hover {
      color: #A50000; }
  .catalog-list-item-stock {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 12px;
    font-family: 'Gilroy Medium';
    font-size: 12px;
    line-height: 14px;
    color: #3CBD00; }
    @media (max-width: 767px) {
      .catalog-list-item-stock {
        font-size: 8px;
        line-height: 9px; } }
    .catalog-list-item-stock::before {
      content: '';
      position: absolute;
      left: 0;
      top: calc(50% - 3px);
      display: block;
      width: 6px;
      height: 6px;
      background-color: #3CBD00;
      border-radius: 50%; }
    .catalog-list-item-stock-gray {
      color: #A2A2A2; }
      .catalog-list-item-stock-gray::before {
        background-color: #A2A2A2; }
    .catalog-list-item-stock-orange {
      color: #EDB900; }
      .catalog-list-item-stock-orange::before {
        background-color: #EDB900; }
  .catalog-list-item-price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    .catalog-list-item-price span {
      display: inline-block;
      width: 100%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .catalog-list-item-price span {
          width: auto;
          max-width: 100%; } }
      .catalog-list-item-price span:nth-child(1) {
        font-family: 'Gilroy Bold';
        font-size: 20px;
        line-height: 20px;
        color: #000000; }
        @media (max-width: 767px) {
          .catalog-list-item-price span:nth-child(1) {
            margin-right: 8px;
            font-size: 14px;
            line-height: 14px; } }
      .catalog-list-item-price span:nth-child(2) {
        font-family: 'Gilroy Medium';
        font-size: 14px;
        line-height: 18px;
        color: #A2A2A2; }
        @media (max-width: 767px) {
          .catalog-list-item-price span:nth-child(2) {
            font-size: 10px;
            line-height: 12px; } }
  .catalog-list-item-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 7px 12px rgba(73, 73, 73, 0.07); }
    @media (max-width: 767px) {
      .catalog-list-item-bottom {
        padding-top: 15px;
        padding-bottom: 0;
        position: static;
        opacity: 1;
        visibility: visible;
        box-shadow: none; } }
    .catalog-list-item-bottom .btn {
      padding: 0 10px;
      width: 100%;
      max-width: 210px; }
      @media (max-width: 767px) {
        .catalog-list-item-bottom .btn {
          max-width: 100%; } }
  @media (min-width: 768px) {
    .catalog-list-item:hover {
      box-shadow: 0px -1px 12px rgba(73, 73, 73, 0.11); }
      .catalog-list-item:hover .catalog-list-item-bottom {
        opacity: 1;
        visibility: visible; } }

.catalog-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1100px) {
    .catalog-row {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .catalog-row .catalog-list {
        width: 100% !important;
        margin-left: 0 !important; } }

.catalog-filter {
  width: 100%;
  max-width: 262px; }
  .catalog-filter .title-el {
    display: none;
    width: 100%; }
    @media (max-width: 1100px) {
      .catalog-filter .title-el {
        display: block; } }
  @media (max-width: 1100px) {
    .catalog-filter {
      max-width: 500px; } }
  .catalog-filter form {
    width: 100%; }
  .catalog-filter-el {
    width: 100%;
    padding: 30px 19px;
    background: #FFFFFF;
    border: 2px solid #A50000;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03); }
    @media (max-width: 1100px) {
      .catalog-filter-el {
        display: none; } }
    .catalog-filter-el:not(:last-child) {
      margin-bottom: 15px; }
    .catalog-filter-el h3 {
      margin-bottom: 30px;
      font-family: 'Gilroy SemiBold';
      font-size: 20px;
      line-height: 24px;
      color: #000000; }
    .catalog-filter-el h4 {
      margin-bottom: 8px;
      font-family: 'Gilroy SemiBold';
      font-size: 14px;
      line-height: 17px;
      color: #000000; }
    .catalog-filter-el .select2 {
      width: 100% !important; }
      .catalog-filter-el .select2:not(:last-child) {
        margin-bottom: 20px; }
    .catalog-filter-el .btn {
      width: 100%;
      padding: 0 10px; }
  .catalog-filter.open {
    margin-bottom: 30px; }
    .catalog-filter.open .catalog-filter-el {
      display: block; }

.catalog .filter-trigger {
  display: none; }
  .catalog .filter-trigger span {
    max-height: 44px !important;
    font-size: 16px;
    line-height: 44px; }
  @media (max-width: 1100px) {
    .catalog .filter-trigger {
      display: block;
      width: 100%;
      max-width: 264px;
      margin: 0 auto 30px; } }

.catalog-right {
  width: 100%;
  max-width: 847px;
  margin-left: 30px; }
  @media (max-width: 1100px) {
    .catalog-right {
      max-width: 100%;
      margin-left: 0; } }
  .catalog-right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media (max-width: 1100px) {
      .catalog-right-top {
        display: none; } }
    .catalog-right-top .basic-select-wrap:last-child {
      justify-content: flex-end; }

.catalog-subcategory {
  margin-bottom: 50px; }
  .catalog-subcategory__img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    display: block; }
  .catalog-subcategory__name {
    font-family: 'Gilroy Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    height: 19px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .catalog-subcategory__name {
        height: 37px;
        text-align: center; } }
  .catalog-subcategory__item {
    width: 100%;
    max-width: 260px;
    height: 130px;
    background: #FFFFFF;
    border: 2px solid #C4C4C4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px 10px 15px 10px;
    margin: 0px auto 15px auto;
    transition: 0.3s all; }
    @media (max-width: 768px) {
      .catalog-subcategory__item {
        height: 160px; } }
    .catalog-subcategory__item:hover {
      border: 2px solid #A50000; }

.catalog-search {
  margin-bottom: 30px; }
  .catalog-search .btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (max-width: 1100px) {
      .catalog-search .btn {
        max-width: 200px;
        display: block; } }
  .catalog-search input {
    font-family: 'Gilroy Regular';
    font-size: 14px;
    color: #000000;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    height: 44px;
    padding: 0px 10px;
    width: 100%; }
  .catalog-search .select2-container {
    width: 100%; }
  @media (max-width: 1100px) {
    .catalog-search > div {
      margin-bottom: 15px; } }

.catalog__model {
  padding-left: 35px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  font-family: 'Gilroy SemiBold';
  font-size: 18px;
  line-height: 24px;
  color: #000000; }
  .catalog__model:hover {
    text-decoration: underline; }
  .catalog__model:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    width: 7px;
    height: 3px;
    background: #A50000; }

.catalog_mb {
  margin-bottom: 45px; }

.blog {
  padding-bottom: 100px; }
  .blog-prev {
    padding: 52px 0 76px; }
    .blog-prev-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      @media (max-width: 992px) {
        .blog-prev-row {
          display: block; } }
      .blog-prev-row-blk {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-flow: row wrap;
        width: calc(50% - 15px);
        margin-top: -11px; }
        @media (max-width: 992px) {
          .blog-prev-row-blk {
            width: 100%; } }
    .blog-prev-item {
      width: calc(50% - 15px);
      margin-bottom: 25px;
      padding-bottom: 41px;
      border-bottom: 1px solid #C4C4C4; }
      @media (max-width: 992px) {
        .blog-prev-item {
          padding-bottom: 20px;
          width: calc(50% - 10px);
          margin-bottom: 30px; } }
      .blog-prev-item-big {
        display: block;
        width: calc(50% - 15px); }
        @media (max-width: 992px) {
          .blog-prev-item-big {
            width: 100%;
            margin-bottom: 50px; } }
        .blog-prev-item-big-text {
          margin-top: 15px;
          font-family: 'Gilroy Regular';
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0.05em;
          color: #000000; }
        .blog-prev-item-big-img {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 228px;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: center center;
          margin-bottom: 20px;
          margin-bottom: 20px; }
          .blog-prev-item-big-img::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #353535 0%, rgba(163, 163, 163, 0) 100%);
            opacity: 1;
            transition: 0.3s ease; }
          .blog-prev-item-big-img img {
            position: relative;
            max-width: 100%; }
            @media (max-width: 992px) {
              .blog-prev-item-big-img img {
                width: 100%; } }
        .blog-prev-item-big-bottom {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
        .blog-prev-item-big-date {
          margin-bottom: 15px; }
          @media (max-width: 992px) {
            .blog-prev-item-big-date {
              margin-bottom: 20px; } }
        .blog-prev-item-big-title {
          display: block;
          font-family: 'Gilroy Bold';
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0.05em;
          color: #000000; }
          @media (max-width: 992px) {
            .blog-prev-item-big-title {
              font-size: 16px;
              line-height: 19px; } }
        .blog-prev-item-big:hover .blog-prev-item-big-img::before {
          opacity: 0; }
        .blog-prev-item-big:hover svg path.circle-stroke {
          stroke: #353535; }
        .blog-prev-item-big:hover svg path.circle-fill {
          fill: #353535; }
      .blog-prev-item-middle {
        width: calc(calc(100% / 3) - 20px); }
        @media (max-width: 992px) {
          .blog-prev-item-middle {
            width: 100%;
            margin-bottom: 50px; } }
      .blog-prev-item-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-left: 10px; }
        @media (max-width: 992px) {
          .blog-prev-item-circle {
            width: 25px;
            height: 25px;
            min-width: 25px; } }
        .blog-prev-item-circle svg {
          width: 100%;
          height: 100%; }
          .blog-prev-item-circle svg path {
            transition: 0.3s ease; }
            .blog-prev-item-circle svg path.circle-stroke {
              stroke: #A50000; }
            .blog-prev-item-circle svg path.circle-fill {
              fill: #A50000; }
      .blog-prev-item-date {
        display: block;
        font-family: 'Gilroy Bold';
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.05em;
        color: #A50000; }
        @media (max-width: 992px) {
          .blog-prev-item-date {
            font-size: 12px;
            line-height: 15px; } }
      .blog-prev-item-title {
        display: block;
        margin-bottom: 15px;
        font-family: 'Gilroy Bold';
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.05em;
        color: #000000;
        height: 22px;
        overflow: hidden; }
        @media (max-width: 992px) {
          .blog-prev-item-title {
            margin-bottom: 7px;
            font-size: 14px;
            line-height: 17px; } }
      .blog-prev-item-text {
        display: block;
        font-family: 'Gilroy Regular';
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.05em;
        color: #000000; }
        @media (max-width: 992px) {
          .blog-prev-item-text {
            font-size: 11px;
            line-height: 13px; } }
      .blog-prev-item-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }
      .blog-prev-item:hover svg path.circle-stroke {
        stroke: #353535; }
      .blog-prev-item:hover svg path.circle-fill {
        fill: #353535; }
  .blog-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap; }
    .blog-list .blog-prev-item-big {
      margin-bottom: 50px; }
  .blog-item {
    padding-bottom: 48px; }
    .blog-item-date {
      margin-bottom: 10px;
      font-family: 'Gilroy Bold';
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.05em;
      color: #A50000; }
    .blog-item__thumb {
      height: 228px;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      max-width: 555px;
      margin-right: 30px; }
      @media (max-width: 768px) {
        .blog-item__thumb {
          margin-right: 0;
          margin-bottom: 30px; } }

.benefits {
  padding: 0 0 20px; }
  @media (max-width: 992px) {
    .benefits {
      padding: 0 0 57px; } }
  .benefits-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap; }
  .benefits .bnf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 80px;
    width: calc((100% / 3) - 20px); }
    @media (max-width: 992px) {
      .benefits .bnf {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        width: calc((100% / 2) - 10px); } }
    .benefits .bnf-img {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 46px;
      max-width: 46px;
      margin-right: 25px; }
      @media (max-width: 767px) {
        .benefits .bnf-img {
          margin: 0 0 20px; } }
      .benefits .bnf-img img {
        max-width: 100%; }
    .benefits .bnf-text-1 {
      margin-bottom: 10px;
      font-family: 'Gilroy Medium';
      font-size: 20px;
      line-height: 24px;
      color: #A2A2A2; }
      @media (max-width: 767px) {
        .benefits .bnf-text-1 {
          display: none; } }
    .benefits .bnf-text-2 {
      font-family: 'Gilroy Medium';
      font-size: 20px;
      line-height: 24px;
      color: #353535; }
      @media (max-width: 767px) {
        .benefits .bnf-text-2 {
          font-size: 14px;
          line-height: 16px;
          text-align: center; } }

.about-text {
  margin-bottom: 94px; }
  .about-text p {
    font-family: 'Gilroy Regular';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000; }
    .about-text p:not(:last-child) {
      margin-bottom: 22px; }

.about .banner-info-wrap {
  margin-bottom: 80px; }

.contacts {
  padding-bottom: 100px; }
  .contacts .title-el {
    margin-bottom: 24px !important; }
    .contacts .title-el span {
      margin-bottom: 0 !important; }
  .contacts-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 128px; }
    @media (max-width: 767px) {
      .contacts-top {
        margin-bottom: 50px; } }
    .contacts-top p {
      margin-bottom: 30px;
      font-family: 'Gilroy Medium';
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #000000; }
    .contacts-top .btn {
      width: 100%;
      padding: 0 10px;
      max-width: 210px; }
  .contacts-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .contacts-bottom {
        display: block; } }
  .contacts-info {
    width: 100%;
    max-width: 350px;
    margin-right: 44px; }
    @media (max-width: 767px) {
      .contacts-info {
        display: flex;
        align-items: center;
        justify-self: flex-start;
        flex-direction: column;
        max-width: 100%;
        margin: 0 0 044px; } }
  .contacts-map {
    position: relative;
    width: 100%;
    max-width: 750px; }
    @media (max-width: 767px) {
      .contacts-map {
        max-width: 100%;
        padding-top: 58px; } }
    .contacts-map iframe {
      position: relative;
      z-index: 2;
      width: 100%; }
    .contacts-map-back {
      position: absolute;
      top: -58px;
      right: -39px;
      z-index: 1;
      width: 100%;
      max-width: 589px; }
      @media (max-width: 767px) {
        .contacts-map-back {
          top: 0;
          right: 0; } }
      .contacts-map-back img {
        max-width: 100%; }

.link-row {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .link-row:not(:last-child) {
    margin-bottom: 40px; }
  .link-row-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    min-width: 29px;
    margin-right: 20px; }
    .link-row-img img {
      max-width: 100%; }
  .link-row-cnt a {
    display: block;
    margin-bottom: 5px;
    font-family: 'Gilroy Bold';
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    transition: 0.3s ease; }
    .link-row-cnt a:hover {
      color: #A50000; }
  .link-row-cnt p {
    font-family: 'Gilroy Regular';
    font-size: 14px;
    line-height: 16px;
    color: #353535; }
  .link-row-cnt span {
    font-family: 'Gilroy SemiBold';
    font-size: 18px;
    line-height: 21px;
    color: #353535;
    transition: 0.3s ease; }

.social p {
  margin-bottom: 20px;
  font-family: 'Gilroy Bold';
  font-size: 20px;
  line-height: 24px;
  color: #353535; }

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .social-links {
      justify-content: center; } }
  .social-links a {
    display: block;
    width: 30px;
    transition: 0.3s ease; }
    .social-links a:hover {
      opacity: 0.7; }
    .social-links a:not(:last-child) {
      margin-right: 20px; }
    .social-links a svg {
      max-width: 100%; }

a.link-row:hover .link-row-cnt span {
  color: #A50000; }

.card-seen {
  padding-bottom: 100px; }
  .card-seen .catalog-list {
    width: 100%;
    margin-left: 0; }

.card-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media (max-width: 992px) {
    .card-bottom {
      display: block; } }
  .card-bottom h4 {
    position: relative;
    margin-bottom: 40px;
    padding-left: 55px;
    padding-bottom: 10px;
    font-family: 'Gilroy Bold';
    font-size: 22px;
    line-height: 27px;
    color: #353535;
    border-bottom: 1px solid #C4C4C4; }
    @media (max-width: 992px) {
      .card-bottom h4 {
        margin-bottom: 30px; } }
    .card-bottom h4::before {
      content: '';
      position: absolute;
      top: 12px;
      left: 21px;
      display: block;
      width: 20px;
      height: 4px;
      background-color: #A50000;
      background-color: #A50000; }
    .card-bottom h4 span {
      font-family: 'Gilroy Medium';
      font-weight: 500;
      color: #A2A2A2; }
  .card-bottom-reviews {
    width: 50%; }
    @media (max-width: 992px) {
      .card-bottom-reviews {
        width: 100%; } }
  .card-bottom-desc {
    width: 50%; }
    @media (max-width: 992px) {
      .card-bottom-desc {
        width: 100%;
        margin-bottom: 60px; } }
    .card-bottom-desc > * {
      padding-right: 60px; }
      @media (max-width: 992px) {
        .card-bottom-desc > * {
          padding-right: 0; } }
    .card-bottom-desc p {
      font-family: 'Gilroy Regular';
      font-size: 16px;
      line-height: 24px;
      color: #000000; }
      @media (max-width: 992px) {
        .card-bottom-desc p {
          font-size: 14px;
          line-height: 20px; } }
      .card-bottom-desc p:not(:last-child) {
        margin-bottom: 24px; }
        @media (max-width: 992px) {
          .card-bottom-desc p:not(:last-child) {
            margin-bottom: 20px; } }
  .card-bottom-table h5 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Gilroy Bold';
    font-size: 22px;
    line-height: 24px;
    color: #353535; }
  @media (max-width: 768px) {
    .card-bottom-table {
      margin-top: 30px; } }

.card-slider {
  width: 100%;
  max-width: 555px; }
  @media (max-width: 992px) {
    .card-slider {
      margin: 0 auto 70px; } }
  .card-slider-images {
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #C4C4C4; }
    .card-slider-images-wrap {
      position: relative;
      width: 100%; }
      .card-slider-images-wrap .catalog-list-item-type {
        z-index: 2;
        top: 20px;
        right: 20px;
        font-size: 12px;
        line-height: 12px; }
        .card-slider-images-wrap .catalog-list-item-type span {
          margin-bottom: 10px; }
        .card-slider-images-wrap .catalog-list-item-type img {
          max-width: 54px;
          width: 100%; }
      .card-slider-images-wrap .catalog-list-item-type-red {
        z-index: 2;
        top: 20px;
        left: 0;
        min-width: 65px;
        min-height: 48px;
        font-size: 20px;
        line-height: 24px; }
    .card-slider-images-dots {
      width: 100%; }
      .card-slider-images-dots-wrap {
        padding: 0 5px; }
        @media (max-width: 992px) {
          .card-slider-images-dots-wrap {
            padding: 0 10px; } }
      @media (max-width: 992px) {
        .card-slider-images-dots .owl-item {
          display: flex;
          align-items: center;
          justify-content: center; } }
      .card-slider-images-dots .owl-nav button {
        position: absolute;
        top: calc(50% - 20px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        outline: none !important;
        border: none !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        transition: 0.3s ease; }
        @media (max-width: 500px) {
          .card-slider-images-dots .owl-nav button {
            top: calc(50% - 10px);
            width: 20px;
            height: 20px; } }
        .card-slider-images-dots .owl-nav button::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          opacity: 0;
          background-repeat: no-repeat;
          background-position: right bottom;
          background-size: contain;
          transition: 0.3s ease; }
        .card-slider-images-dots .owl-nav button:hover::before {
          opacity: 1; }
        .card-slider-images-dots .owl-nav button span {
          display: none; }
        .card-slider-images-dots .owl-nav button.owl-prev {
          left: -20px;
          background-image: url("../images/aaa-left-w.svg");
          transition: 0.3s ease; }
          @media (max-width: 500px) {
            .card-slider-images-dots .owl-nav button.owl-prev {
              left: -10px; } }
          .card-slider-images-dots .owl-nav button.owl-prev::before {
            background-image: url("../images/aaa-left-r.svg"); }
        .card-slider-images-dots .owl-nav button.owl-next {
          right: -20px;
          background-image: url("../images/aaa-right-w.svg");
          transition: 0.3s ease; }
          @media (max-width: 500px) {
            .card-slider-images-dots .owl-nav button.owl-next {
              right: -10px; } }
          .card-slider-images-dots .owl-nav button.owl-next::before {
            background-image: url("../images/aaa-right-r.svg"); }
  .card-slider-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    max-height: 500px;
    padding: 10px;
    width: 100%;
    background-color: #fff; }
    @media (max-width: 767px) {
      .card-slider-img {
        min-height: 274px;
        max-height: 274px; } }
    .card-slider-img img {
      width: auto !important;
      max-width: 100%;
      max-height: 500px; }
      @media (max-width: 767px) {
        .card-slider-img img {
          max-height: 274px; } }
  .card-slider-dots-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    padding: 5px;
    height: 100px;
    background-color: #fff !important;
    border: 1px solid #C4C4C4 !important;
    border-radius: 0;
    overflow: hidden;
    transition: 0.3s ease; }
    @media (max-width: 500px) {
      .card-slider-dots-img {
        max-width: 52px;
        height: 52px; } }
    .card-slider-dots-img img {
      width: auto !important;
      max-width: 100%;
      max-height: 100px; }
      @media (max-width: 500px) {
        .card-slider-dots-img img {
          max-height: 52px; } }
    .card-slider-dots-img:hover {
      border: 1px solid #A50000 !important; }

.card-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 84px; }
  @media (max-width: 992px) {
    .card-info {
      display: block;
      margin-bottom: 70px; } }
  .card-info > .card-info-title {
    display: none; }
    @media (max-width: 992px) {
      .card-info > .card-info-title {
        display: block !important; } }
  .card-info-title {
    position: relative;
    margin-bottom: 22px;
    padding-left: 60px;
    font-family: 'Gilroy Medium';
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    text-align: left;
    color: #353535; }
    @media (max-width: 1100px) {
      .card-info-title {
        font-size: 38px;
        line-height: 45px; } }
    @media (max-width: 992px) {
      .card-info-title {
        display: none;
        width: auto;
        text-align: center;
        margin: 0 auto 50px;
        margin-bottom: 50px;
        padding-left: 0;
        padding-top: 21px; } }
    .card-info-title::before {
      content: '';
      position: absolute;
      top: 23px;
      left: 0;
      display: block;
      width: 40px;
      height: 6px;
      background-color: #A50000; }
      @media (max-width: 992px) {
        .card-info-title::before {
          top: 0;
          left: calc(50% - 20px); } }
  .card-info-cnt {
    width: 100%;
    max-width: 554px;
    margin-left: 20px; }
    @media (max-width: 992px) {
      .card-info-cnt {
        max-width: 100%;
        margin-left: 0; } }
  .card-info-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px; }
    @media (max-width: 992px) {
      .card-info-row {
        align-items: center; } }
  .card-info-stock {
    position: relative;
    display: block;
    padding-left: 20px;
    font-family: 'Gilroy Medium';
    font-size: 16px;
    line-height: 16px;
    color: #3CBD00; }
    @media (max-width: 767px) {
      .card-info-stock {
        font-size: 14px;
        line-height: 14px; } }
    .card-info-stock::before {
      content: '';
      position: absolute;
      left: 0;
      top: calc(50% - 5px);
      display: block;
      width: 10px;
      height: 10px;
      background-color: #3CBD00;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .card-info-stock::before {
          font-size: 14px;
          line-height: 14px; } }
    .card-info-stock-gray {
      color: #A2A2A2; }
      .card-info-stock-gray::before {
        background-color: #A2A2A2; }
    .card-info-stock-orange {
      color: #EDB900; }
      .card-info-stock-orange::before {
        background-color: #EDB900; }
  .card-info-rev {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column; }
    .card-info-rev > p {
      font-family: 'Gilroy Medium';
      font-size: 14px;
      line-height: 16px;
      color: #A2A2A2; }
    .card-info-rev > div {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .card-info-rev > div p {
        margin-right: 9px;
        font-family: 'Gilroy Bold';
        font-size: 16px;
        line-height: 19px;
        color: #353535; }
  .card-info-desc {
    margin-bottom: 26px;
    padding-bottom: 28px;
    border-bottom: 1px solid #C4C4C4; }
    @media (max-width: 992px) {
      .card-info-desc {
        margin-bottom: 15px;
        padding-bottom: 20px; } }
    .card-info-desc p {
      font-size: 16px;
      line-height: 19px; }
      .card-info-desc p b {
        font-family: 'Gilroy Bold';
        color: #353535; }
      .card-info-desc p span {
        font-family: 'Gilroy Medium';
        color: #A2A2A2; }
      .card-info-desc p:not(:last-child) {
        margin-bottom: 5px; }
  .card-info-price {
    margin-bottom: 30px; }
    .card-info-price p {
      display: block;
      width: 100%;
      margin-bottom: 5px;
      font-family: 'Gilroy Medium';
      font-size: 24px;
      line-height: 28px;
      text-decoration: line-through;
      color: #A2A2A2; }
      @media (max-width: 992px) {
        .card-info-price p {
          text-align: center; } }
    .card-info-price b {
      display: block;
      width: 100%;
      font-family: 'Gilroy Bold';
      font-size: 40px;
      line-height: 48px;
      color: #000000; }
      @media (max-width: 992px) {
        .card-info-price b {
          text-align: center; } }
  .card-info-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 992px) {
      .card-info-bottom {
        justify-content: center; } }
    .card-info-bottom .btn {
      width: 100%;
      max-width: 210px;
      padding: 0 5px; }
      @media (max-width: 992px) {
        .card-info-bottom .btn {
          max-width: 132px; }
          .card-info-bottom .btn span {
            min-height: 40px;
            font-size: 13px;
            line-height: 40px; } }
      .card-info-bottom .btn:first-child {
        margin-right: 35px; }
        @media (max-width: 992px) {
          .card-info-bottom .btn:first-child {
            margin-right: 18px; } }

.reviews-form {
  width: 100%; }
  .reviews-form h3 {
    margin-bottom: 20px;
    font-family: 'Gilroy Bold';
    font-size: 20px;
    line-height: 24px;
    color: #353535; }
    @media (max-width: 992px) {
      .reviews-form h3 {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 22px; } }
  .reviews-form .form-group:not(:last-child) input,
  .reviews-form .form-group:not(:last-child) textarea {
    margin: 0 0 30px; }
    @media (max-width: 992px) {
      .reviews-form .form-group:not(:last-child) input,
      .reviews-form .form-group:not(:last-child) textarea {
        margin: 0 0 20px; } }
  .reviews-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px; }
    @media (max-width: 992px) {
      .reviews-form-bottom .btn {
        width: 100%;
        max-width: 132px;
        padding: 0 5px; }
        .reviews-form-bottom .btn span {
          font-size: 12px;
          line-height: 12px; } }
  .reviews-form .form-field-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 992px) {
      .reviews-form .form-field-rating {
        flex-direction: column;
        align-items: flex-end; } }
    .reviews-form .form-field-rating p {
      margin-right: 15px;
      font-family: 'Gilroy Medium';
      font-size: 14px;
      line-height: 16px;
      color: #000000; }
      @media (max-width: 992px) {
        .reviews-form .form-field-rating p {
          font-size: 12px;
          line-height: 14px;
          margin: 0 0 5px; } }
    .reviews-form .form-field-rating .rating {
      width: auto;
      justify-content: flex-start;
      margin: 0; }
      .reviews-form .form-field-rating .rating label {
        width: 28px;
        height: 28px;
        padding: 4px; }
        @media (max-width: 992px) {
          .reviews-form .form-field-rating .rating label {
            width: 19px;
            height: 19px;
            padding: 2px; } }
        .reviews-form .form-field-rating .rating label svg {
          width: 20px;
          height: 20px; }
          @media (max-width: 992px) {
            .reviews-form .form-field-rating .rating label svg {
              width: 15px;
              height: 15px; } }

.reviews-list {
  margin-bottom: 30px; }
  .reviews-list .rev:nth-child(n+3) {
    display: none; }
  .reviews-list.active .rev:nth-child(n+3) {
    display: block; }

.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .rating label {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 2px; }
    .rating label input {
      display: none; }
    .rating label.active svg path {
      fill: #A50000; }
    .rating label:nth-child(1) {
      order: 5; }
    .rating label:nth-child(2) {
      order: 4; }
    .rating label:nth-child(3) {
      order: 3; }
    .rating label:nth-child(4) {
      order: 2; }
    .rating label:nth-child(5) {
      order: 1; }
  .rating:not(.rating-static) svg path {
    fill: #C4C4C4;
    transition: 0.3s ease; }
  .rating:not(.rating-static) label:hover svg path,
  .rating:not(.rating-static) label.active ~ label svg path,
  .rating:not(.rating-static) label:hover ~ label svg path {
    fill: #A50000 !important; }
  .rating label.active ~ label svg path {
    fill: #A50000 !important; }

.btn--el {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  font-family: 'Gilroy Medium';
  font-size: 14px;
  line-height: 14px;
  color: #A2A2A2;
  border: 1px solid #C4C4C4;
  transition: 0.3s ease; }
  @media (max-width: 992px) {
    .btn--el {
      font-size: 12px;
      line-height: 12px; } }
  .btn--el-show {
    display: inline-block; }
  .btn--el-hide {
    display: none; }
  .btn--el svg {
    margin-left: 14px;
    transition: 0.3s ease; }
    .btn--el svg path {
      fill: #A2A2A2;
      transition: 0.3s ease; }
  .btn--el:hover {
    color: #A2A2A2; }
    @media (min-width: 1201px) {
      .btn--el:hover {
        color: #fff;
        background-color: #A50000;
        border: 1px solid #A50000; }
        .btn--el:hover svg path {
          fill: #fff; } }
  .btn--el.active svg {
    transform: rotate(180deg); }
  .btn--el.active .btn--el-show {
    display: none; }
  .btn--el.active .btn--el-hide {
    display: inline-block; }

.rev {
  width: 100%; }
  .rev:not(:last-child) {
    margin-bottom: 20px; }
  .rev-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px; }
    .rev-top h5 {
      width: 100px;
      min-width: 100px;
      font-family: 'Gilroy Bold';
      font-size: 18px;
      line-height: 22px;
      color: #353535; }
      @media (max-width: 992px) {
        .rev-top h5 {
          font-size: 16px;
          line-height: 19px; } }
    .rev-top .form-field-rating {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      margin-bottom: 9px;
      padding-bottom: 8px;
      width: calc(100% - 100px);
      border-bottom: 1px solid #C4C4C4; }
      .rev-top .form-field-rating .rating {
        justify-content: flex-end;
        margin: 0; }
  .rev p {
    font-family: 'Gilroy Regular';
    font-size: 14px;
    line-height: 16px;
    color: #353535; }
    @media (max-width: 992px) {
      .rev p {
        font-size: 12px;
        line-height: 16px; } }

.table {
  font-family: 'Gilroy Regular';
  width: 100%;
  margin-bottom: 30px;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  text-align: left; }
  .table-responsive {
    overflow-x: auto; }
  .table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    word-break: normal;
    word-wrap: normal; }
  .table > :not(caption) > * {
    border-width: 1px 0; }

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

#ftext p,#ftext li,#ftext h2,#ftext h3 
{
margin-bottom:25px;	
}

#ftext li
{
	margin-left:40px;
}

#ftext
{
	font-size:17px;
	line-height:28px;
	font-family: 'Gilroy Regular';
}

#ftext h2,#ftext h3 
{
font-family: 'Gilroy SemiBold';
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}