*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 110px 0 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  background-color: #fff;
  min-width: 320px; }
  body.fixed {
    overflow: hidden; }

a, button {
  cursor: pointer; }

picture {
  display: block;
  width: 100%;
  height: 100%; }

table {
  border-collapse: collapse; }

@media (min-width: 992px) {
  body {
    padding-top: 140px; } }

@media (min-width: 1200px) {
  body {
    padding-top: 150px; } }

@media (min-width: 1400px) {
  body {
    padding-top: 170px; } }

@media (min-width: 1800px) {
  body {
    padding-top: 200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (min-width: 1800px) {
  .container {
    max-width: 1680px; } }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.form-group {
  margin-bottom: 0;
  padding-bottom: 22px;
  position: relative; }
  .form-group label {
    margin-bottom: 1px;
    font-size: 14px; }
  .form-group .form-control {
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    transition: 0.25s;
    outline: 0;
    height: 42px;
    padding: 10px 12px;
    border-radius: 0; }
    .form-group .form-control:focus {
      border: 1px solid #555;
      box-shadow: 0 0 0 3px #ddd; }
  .form-group .red-text {
    color: #C62534;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: none; }
  .form-group.red .red-text {
    display: block; }

.btn-primary {
  display: block;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  height: 42px;
  line-height: 41px;
  color: #121212;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #121212; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #F4F5F7;
    border: 1px solid #888; }

.btn-light {
  background-color: transparent;
  color: #252525;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  height: 42px;
  line-height: 41px;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block; }
  .btn-light:hover {
    color: #fff; }

.title-head {
  position: relative; }
  .title-head h1, .title-head .h1, .title-head .h2, .title-head h2 {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase; }
  .title-head span {
    font-size: 90px;
    color: #EDEEF1;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px; }

@media (max-width: 1799px) {
  .title-head h1, .title-head .h1, .title-head .h2, .title-head h2 {
    font-size: 36px; }
  .title-head span {
    font-size: 80px; } }

@media (max-width: 1399px) {
  .title-head h1, .title-head .h1, .title-head .h2, .title-head h2 {
    font-size: 28px; }
  .title-head span {
    font-size: 65px; } }

@media (max-width: 1199px) {
  .title-head h1, .title-head .h1, .title-head .h2, .title-head h2 {
    font-size: 32px; }
  .title-head span {
    font-size: 52px; } }

@media (max-width: 991px) {
  .title-head h1, .title-head .h1, .title-head .h2, .title-head h2 {
    font-size: 28px; }
  .title-head span {
    font-size: 48px; } }

@media (max-width: 767px) {
  .title-head h1, .title-head .h1, .title-head .h2, .title-head h2 {
    font-size: 24px; }
  .title-head span {
    font-size: 42px; } }

@media (max-width: 767px) {
  .title-head h1, .title-head .h1, .title-head .h2, .title-head h2 {
    font-size: 20px; }
  .title-head span {
    font-size: 38px; } }

.select-container {
  position: relative;
  display: flex;
  align-items: center; }
  .select-container .select-label {
    font-size: 14px;
    color: #555;
    margin-right: 10px; }
  .select-container .select-button {
    background-color: #fff;
    border: 1px solid #121212;
    cursor: pointer;
    font-size: 14px;
    padding: 0 25px 0 10px;
    box-shadow: none;
    height: 36px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 0; }
    .select-container .select-button:focus {
      border: 1px solid #00AFEC; }
    .select-container .select-button span {
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .select-container .select-button:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: calc(50% - 3px);
      right: 9px;
      border-top: 6px solid #333;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      transform-origin: center;
      transition: 0.3s; }
    .select-container .select-button.is-active:after {
      transform: rotate(180deg); }
  .select-container .select-dropdown {
    list-style: none;
    width: 190px;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #121212; }
    .select-container .select-dropdown li {
      position: static;
      padding: 0; }
      .select-container .select-dropdown li:before {
        display: none; }
      .select-container .select-dropdown li a {
        display: block;
        border: 0;
        line-height: 1.4;
        width: 100%;
        text-decoration: none;
        padding: 7px 12px;
        color: #121212;
        font-size: 14px; }
        .select-container .select-dropdown li a:hover {
          color: #555;
          background-color: #F4F5F7; }

.breadcrumb {
  padding: 12px 0;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 20px; }
  .breadcrumb a {
    color: #121212;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb .breadcrumb-item.active {
    color: #999; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '\002F';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0; }

.pagination {
  list-style: none;
  padding: 0;
  margin: 50px 0 70px;
  display: flex;
  justify-content: center; }
  .pagination li {
    width: 42px;
    height: 42px;
    margin: 0 5px; }
    .pagination li.active a {
      background-color: #212121;
      color: #fff; }
      .pagination li.active a:hover {
        cursor: auto;
        background-color: #212121;
        border: 1px solid #555; }
  .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #555; }
    .pagination a:hover {
      background-color: #F4F5F7;
      border: 1px solid #888; }

@media (max-width: 1399px) {
  .pagination li {
    width: 38px;
    height: 38px; }
  .pagination a {
    font-size: 16px; } }

@media (max-width: 1199px) {
  .pagination {
    margin: 30px 0 50px; }
    .pagination li {
      width: 32px;
      height: 32px; }
    .pagination a {
      font-size: 14px; } }

@media (max-width: 991px) {
  .pagination {
    margin: 30px 0 50px; }
    .pagination li {
      width: 32px;
      height: 32px;
      margin: 0 3px; }
    .pagination a {
      font-size: 13px; } }

@media (max-width: 767px) {
  .pagination {
    margin: 20px 0 40px; }
    .pagination li {
      width: 30px;
      height: 30px; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 800px;
  background-color: #fff;
  text-align: left;
  border-radius: 4px; }

.modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/close-icon.svg); }

.modal-content hr {
  display: block;
  width: 100%;
  border: 0;
  border-top: 2px solid #6AB831; }

.modal-content .close {
  position: absolute;
  right: 10px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .modal-content .close img {
    width: 15px; }

.modal-content .modal-header {
  display: flex;
  justify-content: center;
  border: 0;
  padding: 25px 35px 10px;
  flex-wrap: wrap; }

.modal-content .modal-body {
  padding: 10px 50px 25px; }

@media (max-width: 1899px) {
  .modal-content .modal-header h5 {
    font-size: 36px; } }

@media (max-width: 1699px) {
  .modal-content .modal-header h5 {
    font-size: 28px; }
    .modal-content .modal-header h5 span {
      font-size: 14px;
      margin-top: 2px; }
  .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1439px) {
  .modal-content .modal-header h5 {
    font-size: 24px; }
  .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 991px) {
  .modal {
    width: 100%; }
  .modal-content .modal-header h5 {
    font-size: 16px; }
    .modal-content .modal-header h5 span {
      font-size: 13px; }
  .modal-content .modal-body {
    padding: 25px; } }

@media (max-width: 767px) {
  .modal-content .modal-header h5 {
    font-size: 14px; }
  .modal-content .modal-body {
    padding: 0 15px 15px; }
  .modal-content .btn-primary {
    width: 100%; } }

@media (max-width: 575px) {
  .modal-content .modal-header {
    padding: 35px 15px 5px; }
    .modal-content .modal-header h5 {
      display: block;
      font-weight: 13px; }
      .modal-content .modal-header h5 span {
        display: inline;
        margin: 0; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  transition: 0.45s;
  border-bottom: 1px solid #e9eaed; }
  .main-header.fixed {
    border-bottom: 1px solid #e9eaed; }
  .main-header .header-phones {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 100; }
  .main-header .phones-toggle {
    width: 36px;
    height: 36px;
    background: url(../img/icons/phone-icon.svg) no-repeat center;
    background-size: 20px;
    border: 1px solid #121212; 
    position: absolute;
    left: 10px;
    top: 6px;
}
  .main-header .phones-content {
    background-color: #fff;
    position: relative;
    padding: 30px 25px; }
    .main-header .phones-content .phones-close {
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      width: 16px;
      height: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../img/icons/close-icon.svg);
      cursor: pointer; }
    .main-header .phones-content .h3 {
      font-size: 22px;
      font-weight: 600;
      margin: 0 0 10px; }
    .main-header .phones-content p {
      margin: 0 0 15px; }
    .main-header .phones-content a {
      text-decoration: none;
      color: #212121;
      font-size: 18px; 
  	}

  	.main-header .fitting-link {
	    display: flex;
	    text-decoration: none;
	    border: 1px solid #121212;
	    color: #121212;
	    height: 36px;
	    margin-left: 8px;
	    justify-content: center;
	    align-items: center;
	    position: absolute;
	    right: 10px;
	    bottom: -41px;
	    padding-right: 5px;
	    padding-left: 2px; 
	}

    .main-header .fitting-link .link-text {
    	font-size: 10.5px;  
 	 }
    .main-header .fitting-link .link-amount {
      position: absolute;
      top: -9px;
      right: -10px;
      border-radius: 15px;
      background-color: #212121;
      color: #fff;
      font-size: 12px;
      padding: 1px 7px;
      max-width: 50px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .main-header .fitting-link i {
      width: 26px;
      height: 26px;
      background: url(../img/icons/dress-icon.svg) no-repeat center;
      background-size: contain; }
    .main-header .fitting-link:hover {
      background-color: #F4F5F7;
      border: 1px solid #888; }
  .main-header .header-contacts {
    display: flex; 
	}
  .main-header .social-box {
    display: flex;
    margin-bottom: 20px; }
  .main-header .select-container {
    margin-right: 10px;
    flex: 0 0 70px;
    z-index: 999; }
    .main-header .select-container .select-box {
      width: 100%; }
    .main-header .select-container .select-dropdown {
      width: 100%; }
    .main-header .select-container .select-button:hover {
      background-color: #F4F5F7;
      border: 1px solid #888; }
  .main-header .social-container {
    display: flex; }
    .main-header .social-container a {
      width: 36px;
      height: 36px;
      border: 1px solid #121212;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      transition: 0.25s; }
      .main-header .social-container a img {
        max-width: 20px;
        max-height: 20px; }
      .main-header .social-container a:hover {
        background-color: #F4F5F7;
        border: 1px solid #888; }

.header-top {
  padding-top: 5px;
  transition: 0.25s; }
  .header-top .container {
    position: relative;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-top .phone-toggle {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/icons/phone-icon-b.svg) no-repeat center;
    background-size: contain; }
  .header-top .catalog-toggle {
    display: block;
    width: 100%;
    text-align: left;
    color: #004486;
    font-size: 20px;
    border: 0;
    padding: 8px 0;
    background-color: transparent; }
    .header-top .catalog-toggle span {
      position: relative;
      padding-right: 15px; }
      .header-top .catalog-toggle span:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid #004486;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
        transform-origin: center;
        transition: 0.25s; }
    .header-top .catalog-toggle.active span:after {
      transform: rotate(-180deg); }
  .header-top .catalog-link {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #004486;
    padding-left: 20px;
    display: none; }
    .header-top .catalog-link i {
      position: absolute;
      background-color: #004486;
      width: 3px;
      height: 3px;
      left: 5px; }
      .header-top .catalog-link i:before, .header-top .catalog-link i:after {
        content: '';
        position: absolute;
        top: 0;
        width: 3px;
        height: 3px;
        background-color: #004486; }
      .header-top .catalog-link i:before {
        left: -5px; }
      .header-top .catalog-link i:after {
        right: -5px; }
      .header-top .catalog-link i:nth-child(1) {
        top: 7px; }
      .header-top .catalog-link i:nth-child(2) {
        top: 12px; }
      .header-top .catalog-link i:nth-child(3) {
        top: 17px; }

.main-logo {
  width: 160px;
  transition: 0.35s;
  z-index: 1000; 
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
  .main-logo img {
    display: block;
    width: 100%; }

.nav-toggle {
  background-color: #fff;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer; 
  position: absolute;
  right: 10px;
  top: 0;
}
  .nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #252525;
    display: block;
    margin: 8px 0; }

.slide-nav {
  position: fixed;
  display: block;
  z-index: 1000;
  width: 300px;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 50px 15px 70px 15px;
  transition: 0.3s; }

.slide-nav-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  cursor: pointer; }

.main-nav > a {
  display: block;
  text-decoration: none;
  color: #252525;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }
  .main-nav > a:hover {
    color: #777; }

.nav-dropdown-item {
  margin-top: 10px; }
  .nav-dropdown-item a {
    text-decoration: none;
    color: #252525; }
  .nav-dropdown-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase; }
    .nav-dropdown-item .nav-link:hover {
      color: #777; }
  .nav-dropdown-item .nav-dropdown {
    padding-left: 10px; }
    .nav-dropdown-item .nav-dropdown a {
      font-size: 13px;
      display: block;
      padding: 7px 0 7px 12px;
      position: relative; }
      .nav-dropdown-item .nav-dropdown a:hover {
        color: #777; }
      .nav-dropdown-item .nav-dropdown a:before {
        content: '';
        width: 6px;
        height: 1px;
        background-color: #252525;
        position: absolute;
        left: 0;
        top: 17px; }

.header-content {
  padding: 5px 0;
  transition: 0.25s; }
  .header-content .container {
    padding-right: 190px; }

.search-box {
  position: relative; }
  .search-box form {
    display: block;
    width: 100%; }
  .search-box .form-control {
    width: 100%;
    display: block;
    height: 36px;
    border: 1px solid transparent;
    border-bottom: 1px solid #555;
    border-radius: 0;
    outline: 0;
    padding: 0 38px 0 5px;
    line-height: 36px; }
    .search-box .form-control:focus {
      border: 1px solid #555;
      box-shadow: 0 0 0 3px #ddd; }
    .search-box .form-control::placeholder {
      font-size: 12px; }
  .search-box .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 3px 0 0 3px; }
    .search-box .search-btn img {
      display: block;
      width: 19px; }

.search-autoresult {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 1;
  width: calc(100% + 90px);
  background-color: #fff;
  border: 1px solid #c4c4c4;
  overflow: hidden; }
  .search-autoresult .product-item {
    display: flex;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 0;
    align-items: center; }
    .search-autoresult .product-item:hover {
      box-shadow: none; }
  .search-autoresult .product-img {
    width: 50px;
    height: 60px;
    margin-right: 10px;
    position: relative; }
    .search-autoresult .product-img a {
      display: block;
      width: 100%;
      height: 100%; }
    .search-autoresult .product-img img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
    .search-autoresult .product-img:hover {
      opacity: 0.8; }
  .search-autoresult .result-divider {
    padding: 5px 5px 5px 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: #EDEEF1;
    margin: -1px -10px 2px; }
  .search-autoresult .product-name {
    font-size: 14px;
    font-weight: 400; }
    .search-autoresult .product-name a {
      color: #252525;
      text-decoration: none; }
      .search-autoresult .product-name a:hover {
        text-decoration: underline; }
  .search-autoresult .product-cost {
    position: static !important; }
  .search-autoresult .new-cost,
  .search-autoresult .default-cost {
    display: inline-block;
    vertical-align: bottom; }
  .search-autoresult .old-cost {
    font-size: 14px; }
  .search-autoresult .max-scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px; }
  .search-autoresult .failed-search {
    text-align: center;
    padding: 40px 10px; }
    .search-autoresult .failed-search img {
      display: block;
      max-width: 40px;
      margin: 0 auto 10px;
      flex: 0 0 100%; }
    .search-autoresult .failed-search .failed-text {
      font-weight: 400;
      font-size: 16px;
      max-width: 200px;
      margin: 0 auto; }
  .search-autoresult .show-all-results {
    background-color: #EDEEF1;
    text-align: center;
    padding: 8px;
    margin-top: -2px;
    position: relative;
    height: 42px; }
    .search-autoresult .show-all-results a {
      font-weight: 400;
      color: #121212;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500; }
      .search-autoresult .show-all-results a span {
        font-weight: 600;
        font-size: 16px;
        margin-left: 5px; }
      .search-autoresult .show-all-results a:hover {
        background-color: #DCDFE2; }

.index-page .main-header {
  border-color: transparent; }
  .index-page .main-header.fixed {
    border-color: #e9eaed; }

@media (max-width: 991px) {
  .slide-nav {
    transform: translateX(250%); }
    .slide-nav.active {
      transform: translateX(0); } }

@media (min-width: 420px) {
  .header-controls {
    width: 100px; }
    .header-controls .cart-box,
    .header-controls .choosen-box {
      width: 50px; }
      .header-controls .cart-box a,
      .header-controls .choosen-box a {
        padding-left: 15px; }
  .search-box .form-control::placeholder {
    font-size: 14px; } }

@media (min-width: 576px) {
  .header-content .container {
    padding-right: 215px; }
  .main-logo {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .main-header .fitting-link {
    margin-left: 12px; }
  .main-header .phones-content .h3 {
    margin-bottom: 20px; }
  .search-autoresult {
    width: calc(100% + 98px); } 

    .main-header .fitting-link .link-text {
    	font-size: 12px;
    }
}

@media (min-width: 768px) {
  .header-content {
    padding: 5px 0 10px; }
  .search-autoresult {
    top: calc(100% + 10px); } }

@media (min-width: 992px) {
  .main-header.fixed {
    transform: translateY(-72px); }
  .main-header .header-contacts {
    position: static; }
  .main-header .social-container a {
    width: 38px;
    height: 38px; }
  .main-header .social-box {
    margin-bottom: 0; }
  .main-header .select-container .select-button {
    height: 38px; }
  .main-header .fitting-link {
    width: auto;
    bottom: auto;
    right: auto;
    position: relative;
    white-space: nowrap;
    height: auto;
    padding: 5px;
    font-size: 13px;
    margin-left: 20px; }
  .main-header .header-phones {
    display: block !important;
    position: static;
    background-color: transparent; }
    .main-header .header-phones .h3 {
      display: none; }
    .main-header .header-phones a {
      font-size: 13px; }
  .main-header .header-contacts {
    align-items: center; }
  .main-header .phones-content {
    padding: 0; }
    .main-header .phones-content .phones-close {
      display: none !important; }
    .main-header .phones-content p {
      margin: 3px 0; }
    .main-header .phones-content a {
      white-space: nowrap; }
  .slide-nav-close {
    display: none; }
  .header-top {
    padding: 10px 0; }
    .header-top .container {
      height: auto;
      position: static; }
  .header-content {
    padding: 10px 0;
    top: 0;
    left: 0;
    width: 100%; }
    .header-content .container {
      padding-right: 10px; }
  .main-logo {
    width: 180px;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto; }
  .nav-toggle,
  .phones-toggle {
    display: none !important; }
  .search-box {
    width: 285px;
    flex-grow: 0;
    margin-left: auto; }
  .slide-nav {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    z-index: 100; }
  .main-nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 960px;
    top: 73px;
    padding-right: 220px;
    justify-content: space-between; }
    .main-nav > a {
      margin-right: 12px;
      color: #252525;
      text-decoration: none;
      padding: 0;
      font-size: 11px;
      font-weight: 500;
      white-space: nowrap; }
      .main-nav > a:hover {
        color: #888; }
  .nav-dropdown-item {
    margin-right: 10px;
    position: relative;
    pointer-events: auto;
    z-index: 100;
    margin-top: -1px; }
    .nav-dropdown-item .nav-link {
      z-index: 100;
      position: relative;
      padding-right: 12px;
      font-size: 11px;
      font-weight: 500;
      white-space: nowrap; }
      .nav-dropdown-item .nav-link:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 4px solid #262626;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 2px);
        transform-origin: center;
        transition: 0.25s; }
    .nav-dropdown-item .dropdown-box {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 27px;
      opacity: 0;
      pointer-events: none;
      transition: 0.2s; }
    .nav-dropdown-item .nav-dropdown {
      width: 380px;
      flex: 0 0 20px;
      background-color: #fff;
      border: 1px solid #888;
      padding: 10px 15px;
      display: flex;
      flex-wrap: wrap; }
      .nav-dropdown-item .nav-dropdown a {
        padding: 8px 10px 8px 10px;
        width: 50%; }
        .nav-dropdown-item .nav-dropdown a:before {
          top: 17px; }
    .nav-dropdown-item:hover .dropdown-box {
      opacity: 1;
      pointer-events: auto; }
    .nav-dropdown-item:hover .nav-link {
      color: #888; }
      .nav-dropdown-item:hover .nav-link:after {
        transform: rotate(180deg);
        border-top: 5px solid #888; }
  .search-box {
    width: 180px;
    position: relative;
    z-index: 100; }
  .search-autoresult {
    left: auto;
    right: 0; } }

@media (min-width: 1200px) {
  .main-header.fixed {
    transform: translateY(-82px); }
  .main-header .fitting-link .link-text {
    display: block;
    white-space: nowrap; }

    .main-header .fitting-link {
      padding: 5px 15px;
  }

  .header-top {
    padding: 15px 0; }
  .main-logo {
    width: 200px; }
  .search-autoresult .product-name {
    font-size: 16px; }
  .search-box {
    width: 300px; }
    .search-box .form-control {
      height: 42px;
      padding: 0 80px 0 10px; }
      .search-box .form-control::placeholder {
        font-size: 16px;
        color: #a1a1a1;
        font-weight: 300; }
    .search-box .search-btn {
      left: auto;
      right: 1px;
      width: 75px;
      top: 1px;
      height: 40px;
      border-radius: 0 4px 4px 0; }
  .main-nav {
    top: 80px; }
    .main-nav > a {
      font-size: 12px;
      margin-right: 15px;
      white-space: nowrap; }
  .nav-dropdown-item {
    margin-right: 15px; }
    .nav-dropdown-item .nav-link {
      white-space: nowrap;
      font-size: 12px; }
    .nav-dropdown-item .nav-dropdown {
      width: 460px; }
      .nav-dropdown-item .nav-dropdown a {
        font-size: 14px; } }

@media (min-width: 1400px) {
  .main-header.fixed {
    transform: translateY(-94px); }
    .main-header.fixed .header-content {
      padding: 10px 0; }
    .main-header.fixed .main-logo {
      width: 200px; }

      .main-header .fitting-link .link-text {
      	font-size: 16px;
      }

  .header-top {
    padding: 25px 0 15px; }
  .fitting-link {
    padding: 8px 15px; }
  .nav-dropdown-item {
    margin-right: 20px;
    margin-top: 0; }
    .nav-dropdown-item .nav-link {
      font-size: 14px; }
  .main-nav {
    top: 85px; }
    .main-nav > a {
      font-size: 14px;
      margin-right: 20px; }
  .main-logo {
    width: 250px;
    top: 8px; }
  .header-content {
    padding: 15px 0; }
  .search-box {
    width: 320px; }
  .search-autoresult {
    width: 100%; } }

@media (min-width: 1800px) {
  .main-header.fixed {
    transform: translateY(-114px); }
    .main-header.fixed .header-content {
      padding: 12px 0; }
  .main-nav {
    top: 102px; }
    .main-nav > a {
      font-size: 16px;
      margin-right: 35px;
      transition: 0.25s; }
  .header-top {
    padding: 20px 0; }
  .main-logo {
    width: 250px;
    top: 16px; }
  .nav-dropdown-item {
    margin-right: 35px; }
    .nav-dropdown-item .nav-link {
      font-size: 16px;
      transition: 0.25s; }
      .nav-dropdown-item .nav-link:after {
        border-top: 5px solid #262626;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        top: calc(50% - 2px); }
    .nav-dropdown-item .dropdown-box {
      padding-top: 30px; }
    .nav-dropdown-item .nav-dropdown {
      width: 500px; }
      .nav-dropdown-item .nav-dropdown a {
        font-size: 16px; }
  .main-header .social-container a {
    width: 44px;
    height: 44px; }
  .main-header .select-container {
    flex: 0 0 80px; }
    .main-header .select-container .select-button {
      height: 44px;
      font-size: 18px; }
  .main-header .fitting-link {
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 30px; }
    .main-header .fitting-link i {
      width: 28px;
      height: 28px; }
  .main-header .phones-content a {
    font-size: 18px; }
  .main-header .phones-content p {
    margin: 5px 0; }
  .main-header .social-container a img {
    max-width: 25px;
    max-height: 25px; }
  .search-box {
    width: 400px; }
    .search-box input {
      font-size: 18px; } }

.main-slider {
  margin-bottom: 50px;
  margin-top: 15px;
  opacity: 0; }
  .main-slider.slick-initialized {
    opacity: 1; }
    .main-slider.slick-initialized .item {
      display: flex; }
  .main-slider .item {
    outline: 0;
    height: 800px;
    display: none;
    position: relative; }
    .main-slider .item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: 0; }
    .main-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .item:first-child {
      display: flex; }
  .main-slider .slick-dots {
    text-align: right;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px; }
    .main-slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 7px;
      height: 12px; }
      .main-slider .slick-dots li.slick-active button {
        background-color: #121212; }
    .main-slider .slick-dots button {
      border: 0;
      outline: 0;
      padding: 0;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 0;
      border: 1px solid #121212;
      background-color: #fff;
      display: block;
      cursor: pointer; }
  .main-slider .desktop-img,
  .main-slider .mobile-img {
    width: 100%;
    height: 100%; }
  .main-slider .mobile-img {
    display: none; }
  .main-slider .suptitle {
    font-size: 16px; }
  .main-slider .slide-content {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 80px;
    color: #fff; }
  .main-slider .h1, .main-slider h1 {
    font-size: 45px;
    margin: 0 0 20px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 600px; }
  .main-slider .btn-primary {
    max-width: 250px;
    font-size: 18px;
    line-height: 38px; }

.index-brands {
  padding: 10px 0;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0; }
  .index-brands img {
    display: block;
    max-width: 175px; }

.index-categories .category-item {
  height: 560px;
  margin-bottom: 45px;
  position: relative; }
  .index-categories .category-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0; }

.index-categories .desktop-img,
.index-categories .mobile-img {
  width: 100%;
  height: 100%; }

.index-categories .mobile-img {
  display: none; }

.index-categories img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.index-categories .btn-primary {
  position: absolute;
  left: 40px;
  bottom: 40px;
  border: 1px solid transparent;
  padding: 10px 70px;
  height: auto;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .index-categories .btn-primary:hover {
    border-color: #555; }

.instagram-section {
  padding: 50px 0 80px; }
  .instagram-section .title-head {
    margin-bottom: 50px; }
  .instagram-section .btn-primary {
    display: block;
    width: 380px;
    margin: 45px auto 0;
    height: auto;
    line-height: 1;
    padding: 18px 10px;
    background-color: transparent;
    font-size: 22px;
    font-weight: 500; }
    .instagram-section .btn-primary:hover {
      background-color: #eee; }
  .instagram-section .instagram-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    .instagram-section .instagram-grid .col-md-4 {
      padding: 0 20px;
      flex-basis: calc(100%/3);
      max-width: calc(100%/3);
      margin-bottom: 40px; }
      .instagram-section .instagram-grid .col-md-4 a {
        display: block; }
        .instagram-section .instagram-grid .col-md-4 a:hover {
          opacity: 0.9; }
      .instagram-section .instagram-grid .col-md-4 .img-box {
        aspect-ratio: 1;
        height: calc(100vw/ 3 - 2px * 2);
        max-width: 100%;
        width: calc(100vw/ 3 - 2px * 2); }
        .instagram-section .instagram-grid .col-md-4 .img-box img {
          border: 0;
          width: 100%;
          height: 100%;
          max-width: 100%;
          object-fit: cover; }
  .instagram-section .lightwidget__posts--grid {
    margin: 0 -20px; }
  .instagram-section .lightwidget__tile {
    padding: 0 20px;
    margin-bottom: 40px; }
  .instagram-section .lightwidget__tile:hover {
    opacity: 0.8; }
  .instagram-section .lightwidget__tile:nth-child(7),
  .instagram-section .lightwidget__tile:nth-child(8),
  .instagram-section .lightwidget__tile:nth-child(9) {
    display: none !important; }
  @media (max-width: 1199px) {
    .instagram-section .lightwidget__posts--grid {
      margin: 0 -15px; }
    .instagram-section .lightwidget__tile {
      padding: 0 15px;
      margin-bottom: 30px; }
    .instagram-section .instagram-grid {
      margin: 0 -15px; }
      .instagram-section .instagram-grid .col-md-4 {
        padding: 0 15px;
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .instagram-section .lightwidget__posts--grid {
      margin: 0 -10px; }
    .instagram-section .lightwidget__tile {
      padding: 0 10px;
      margin-bottom: 20px; }
    .instagram-section .instagram-grid {
      margin: 0 -10px; }
      .instagram-section .instagram-grid .col-md-4 {
        padding: 0 10px;
        margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .instagram-section .lightwidget__posts--grid .lightwidget__tile {
      flex-basis: calc(100% / 2);
      max-width: calc(100% / 2); }
    .instagram-section .lightwidget__posts--image-format-square .lightwidget__image-wrapper {
      height: calc(100vw/2 - 2px * 2);
      width: calc(100vw/2 - 2px * 2); }
    .instagram-section .instagram-grid {
      margin: 0 -10px; }
      .instagram-section .instagram-grid .col-md-4 {
        flex-basis: calc(100% / 2);
        max-width: calc(100% / 2); }
        .instagram-section .instagram-grid .col-md-4 .img-box {
          height: calc(100vw/2 - 2px * 2);
          width: calc(100vw/2 - 2px * 2); } }

.index-catalog {
  background-color: #F4F5F7;
  padding: 60px 0 80px; }
  .index-catalog .title-head {
    margin-bottom: 50px; }
    .index-catalog .title-head span {
      color: #E1E3E7; }
  .index-catalog .row {
    margin-left: -20px;
    margin-right: -20px; }
  .index-catalog .col-xl-3 {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px; }
  .index-catalog .catalog-item .product-add {
    background-color: #F4F5F7; }
  .index-catalog .btn-primary {
    display: block;
    width: 380px;
    margin: 45px auto 0;
    height: auto;
    line-height: 1;
    padding: 18px 10px;
    background-color: transparent;
    font-size: 22px;
    font-weight: 500; }
    .index-catalog .btn-primary:hover {
      background-color: #eee; }

@media (max-width: 1799px) {
  .main-slider .item {
    height: 600px; }
  .index-brands img {
    max-width: 150px; }
  .index-categories .category-item {
    height: 500px; }
  .index-categories .btn-primary {
    left: 25px;
    bottom: 25px; }
  .index-catalog {
    padding: 50px 0 70px; }
    .index-catalog .btn-primary {
      font-size: 20px;
      width: 320px;
      padding: 15px 10px;
      margin-top: 10px; }
  .instagram-section {
    padding: 50px 0 70px; }
    .instagram-section .btn-primary {
      font-size: 20px;
      width: 320px;
      padding: 15px 10px;
      margin-top: 10px; } }

@media (max-width: 1399px) {
  .main-slider .item {
    height: 550px; }
  .index-brands img {
    max-width: 130px; }
  .index-categories .category-item {
    height: 400px; }
  .index-categories .btn-primary {
    font-size: 18px;
    padding: 5px 55px; }
  .index-catalog .row {
    margin-left: -15px;
    margin-right: -15px; }
  .index-catalog .col-xl-3 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; }
  .index-catalog .btn-primary {
    font-size: 16px;
    width: 280px; }
  .instagram-section .btn-primary {
    font-size: 16px;
    width: 280px; } }

@media (max-width: 1199px) {
  .main-slider .item {
    height: 450px; }
  .index-brands img {
    max-width: 100px; }
  .index-categories .category-item {
    height: 350px; }
  .index-categories .btn-primary {
    font-size: 16px;
    padding: 3px 45px; }
  .index-catalog {
    padding: 40px 0 50px; }
    .index-catalog .title-head {
      margin-bottom: 30px; }
  .instagram-section {
    padding: 40px 0 50px; }
    .instagram-section .title-head {
      margin-bottom: 30px; } }

@media (max-width: 991px) {
  .main-slider .item {
    height: 380px; }
  .index-brands {
    overflow-x: auto;
    margin: 40px 0; }
    .index-brands a {
      margin-right: 20px; }
    .index-brands img {
      max-width: 180px; }
  .index-categories .category-item {
    height: 300px; }
  .index-categories .btn-primary {
    font-size: 14px;
    padding: 2px 25px;
    left: 15px;
    bottom: 15px; } }

@media (max-width: 767px) {
  .main-slider {
    margin-bottom: 40px; }
    .main-slider .item {
      height: 550px; }
    .main-slider .desktop-img {
      display: none !important; }
    .main-slider .mobile-img {
      display: block !important; }
  .index-categories .category-item {
    height: 250px;
    margin-bottom: 30px; }
  .index-categories .btn-primary {
    font-size: 12px;
    padding: 8px 15px;
    left: 10px;
    bottom: 10px;
    line-height: 1; } }

@media (max-width: 575px) {
  .main-slider .item {
    height: 480px; }
  .index-categories .category-item {
    height: 220px;
    margin-bottom: 25px; } }

@media (max-width: 479px) {
  .main-slider .item {
    height: 400px; }
  .index-catalog .col-xl-3 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 375px) {
  .main-slider .item {
    height: 350px; } }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none; }

#filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100001;
  display: none; }

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.catalog-page .breadcrumb {
  margin-top: -10px;
  margin-bottom: 30px; }

.catalog-page .catalog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px; }
  .catalog-page .catalog-head h1, .catalog-page .catalog-head h2, .catalog-page .catalog-head .h1, .catalog-page .catalog-head .h2 {
    font-weight: 400;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase; }
  .catalog-page .catalog-head .select-container {
    margin-left: auto; }
    .catalog-page .catalog-head .select-container .select-box {
      width: 200px; }
    .catalog-page .catalog-head .select-container .select-button {
      border: 1px solid #777; }
    .catalog-page .catalog-head .select-container .select-dropdown {
      border: 1px solid #777; }

.catalog-page .page-content {
  padding: 0 0 80px; }
  .catalog-page .page-content .row {
    margin-right: -20px;
    margin-left: -20px; }
  .catalog-page .page-content .col-xl-3 {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px; }

.catalog-page .catalog-text {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 18px; }
  .catalog-page .catalog-text a {
    font-weight: 500;
    color: #212121; }
    .catalog-page .catalog-text a:hover {
      text-decoration: none; }

.catalog-item {
  height: 100%;
  padding-bottom: 60px;
  position: relative; }
  .catalog-item .product-img {
    position: relative; }
    .catalog-item .product-img a {
      display: block;
      position: relative;
      width: 100%; }
    .catalog-item .product-img span {
      display: block;
      width: 100%; }
    .catalog-item .product-img picture {
      display: block;
      width: 100%; }
    .catalog-item .product-img img {
      display: block;
      width: 100%; }
    .catalog-item .product-img .default-img {
      position: relative;
      z-index: 1;
      transition: all 0.2s linear; }
    .catalog-item .product-img .hover-img {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 0;
      transition: all 0.5s linear; }
    .catalog-item .product-img:hover .default-img {
      opacity: 0;
      visibility: hidden; }
    .catalog-item .product-img:hover .hover-img {
      opacity: 1;
      transition: 0; }
    .catalog-item .product-img:hover:after {
      opacity: 0; }
  .catalog-item .product-title {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    line-height: 1.3; }
    .catalog-item .product-title:hover a {
      color: #888; }
    .catalog-item .product-title a {
      color: #121212;
      transition: 0.25s;
      text-decoration: none; }
  .catalog-item .product-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 45px;
    display: flex;
    align-items: center;
    height: 60px; }
  .catalog-item .product-remove {
    position: absolute;
    right: 0;
    top: calc(50% - 18px);
    border: 1px solid #212121;
    background: #fff;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease; }
    .catalog-item .product-remove:after {
      content: '';
      width: 20px;
      height: 20px;
      background: url(../img/icons/close-icon.svg) no-repeat center;
      position: absolute;
      top: calc(50% - 10px);
      left: calc(50% - 10px);
      background-size: 100%;
      transform-origin: center;
      transition: all 0.25s ease; }
    .catalog-item .product-remove:hover:after {
      transform: rotate(90deg); }
  .catalog-item .product-add {
    position: absolute;
    right: 0;
    top: calc(50% - 18px);
    border: 1px solid #212121;
    background: #fff url(../img/icons/plus-icon.svg) no-repeat center;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease; }
    .catalog-item .product-add:after {
      content: '';
      width: 10px;
      height: 10px;
      background: url(../img/check-icon.svg) no-repeat center;
      position: absolute;
      left: 12px;
      top: 14px;
      background-size: 10px;
      display: none; }
    .catalog-item .product-add.added {
      background: #F4F5F7 url(../img/icons/check-icon.svg) no-repeat center;
      border: 1px solid #555; }

.slider-section h2, .slider-section .h2 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 20px;
  font-weight: 500; }

.catalog-slider {
  margin: 0 -20px; }
  .catalog-slider .item {
    outline: 0;
    padding: 0 20px; }
  .catalog-slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-color: #F4F5F7;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    transition: 0.25s;
    top: calc(50% - 50px);
    padding-top: 1px; }
    .catalog-slider .slick-arrow svg {
      width: 10px;
      height: 12px;
      fill: #121212; }
    .catalog-slider .slick-arrow:hover {
      background-color: #ddd; }
  .catalog-slider .slick-next {
    right: -50px; }
  .catalog-slider .slick-prev {
    left: -50px; }

.aside-filters {
  position: fixed;
  display: block;
  z-index: 1000;
  width: 400px;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 70px 5px 50px 15px;
  transition: 0.3s;
  transform: translateX(250%);
  z-index: 100001; }
  .aside-filters.active {
    transform: translateX(0); }

.filter-toggle {
  border: 1px solid #777;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  margin-left: 25px; }
  .filter-toggle:hover {
    background-color: #F4F5F7;
    border: 1px solid #888; }
  .filter-toggle span {
    margin-right: 10px; }
  .filter-toggle img {
    display: block;
    max-width: 20px; }

.filter-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 25px;
  height: 50px;
  border: 0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #E1E3E7;
  cursor: pointer;
  font-size: 18px; }
  .filter-close img {
    margin-right: 12px;
    width: 18px; }

.filter-item {
  position: relative;
  border-top: 1px solid #E8E8E8;
  padding: 12px 5px; }
  .filter-item:first-child {
    border-top: none; }
  .filter-item .item-head {
    font-weight: 500;
    font-size: 18px; }
    .filter-item .item-head p {
      margin: 0 0 12px; }
  .filter-item .more-filters {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 13px;
    color: #8FACC2;
    cursor: pointer;
    font-weight: 400;
    display: none; }
    .filter-item .more-filters:hover {
      color: #212121; }
  .filter-item .item-body {
    display: flex;
    flex-wrap: wrap; }

.default-checkbox input,
.size-checkbox input,
.color-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0; }

.default-checkbox {
  position: relative;
  margin: 2px 0 10px;
  width: 100%; }
  .default-checkbox input:checked ~ label {
    color: #111; }
    .default-checkbox input:checked ~ label:after {
      display: block; }
  .default-checkbox label {
    display: inline-block;
    padding-left: 28px;
    font-size: 15px;
    cursor: pointer;
    color: #74747a; }
    .default-checkbox label:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 1px solid #c2c2c2;
      position: absolute;
      left: 0;
      top: -1px; }
    .default-checkbox label:after {
      content: '';
      background: #111 url(../img/icons/check-icon-w.svg) no-repeat center;
      background-size: 12px;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      position: absolute;
      left: 0;
      top: -1px;
      display: none; }

.color-checkbox {
  position: relative;
  flex: 0 0 20%;
  margin-bottom: 10px; }
  .color-checkbox label {
    display: block;
    cursor: pointer;
    position: relative;
    width: 60px; }
    .color-checkbox label:after {
      content: '';
      background: #111 url(../img/icons/check-icon-w.svg) no-repeat center;
      background-size: 10px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      position: absolute;
      right: -3px;
      top: -3px;
      display: none; }
  .color-checkbox .color-holder {
    display: block;
    width: 60px;
    height: 60px;
    background-size: cover;
    border: 1px solid #E1E3E7;
    margin-bottom: 2px; }
  .color-checkbox .title-holder {
    font-size: 10px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .color-checkbox input:checked ~ label:after {
    display: block; }

.size-checkbox {
  flex: 0 0 20%;
  margin-bottom: 10px; }
  .size-checkbox label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: relative;
    border: 1px solid #ddd;
    cursor: pointer; }
    .size-checkbox label:after {
      content: '';
      background: #111 url(../img/icons/check-icon-w.svg) no-repeat center;
      background-size: 10px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      position: absolute;
      right: -3px;
      top: -5px;
      display: none; }
  .size-checkbox input:checked ~ label {
    border: 1px solid #111; }
    .size-checkbox input:checked ~ label:after {
      display: block; }

.apply-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  background-color: #fff;
  width: 100%;
  height: 52px;
  font-size: 18px;
  margin: 10px 0 0;
  transition: all 0.25s ease; }
  .apply-filters:hover {
    background-color: #313131;
    color: #fff; }

@media (max-width: 1850px) {
  .catalog-slider .slick-next {
    right: -30px; }
  .catalog-slider .slick-prev {
    left: -30px; } }

@media (max-width: 1799px) {
  .catalog-page .catalog-head h1, .catalog-page .catalog-head .h1, .catalog-page .catalog-head .h2, .catalog-page .catalog-head h2 {
    font-size: 28px; }
  .catalog-item {
    padding-bottom: 54px; }
    .catalog-item .product-title {
      font-size: 16px; }
    .catalog-item .product-footer {
      height: 54px;
      padding-right: 40px; }
    .catalog-item .product-add,
    .catalog-item .product-remove {
      width: 32px;
      height: 32px;
      top: calc(50% - 16px); }
    .catalog-item .product-remove:after {
      width: 16px;
      height: 16px;
      top: calc(50% - 8px);
      left: calc(50% - 8px); }
  .catalog-slider {
    margin: 0 -15px; }
    .catalog-slider .item {
      padding: 0 15px; } }

@media (max-width: 1399px) {
  .catalog-page .catalog-head h1, .catalog-page .catalog-head .h1, .catalog-page .catalog-head .h2, .catalog-page .catalog-head h2 {
    font-size: 24px; }
  .catalog-page .page-content .row {
    margin-left: -15px;
    margin-right: -15px; }
  .catalog-page .page-content .col-xl-3 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; }
  .catalog-page .catalog-text {
    font-size: 16px;
    max-width: 100%; }
  .catalog-item {
    padding-bottom: 48px; }
    .catalog-item .product-title {
      font-size: 14px; }
    .catalog-item .product-footer {
      height: 48px;
      padding-right: 40px; }
    .catalog-item .product-add,
    .catalog-item .product-remove {
      width: 32px;
      height: 32px;
      top: calc(50% - 16px); }
  .catalog-slider .slick-arrow {
    background-color: rgba(255, 255, 255, 0.5); }
  .catalog-slider .slick-next {
    right: 20px; }
  .catalog-slider .slick-prev {
    left: 20px; } }

@media (max-width: 1199px) {
  .slider-section h2,
  .slider-section .h2 {
    font-size: 28px; }
  .catalog-page .catalog-text {
    font-size: 14px; } }

@media (max-width: 991px) {
  .slider-section h2,
  .slider-section .h2 {
    font-size: 24px; }
  .catalog-page .catalog-head {
    flex-wrap: wrap; }
    .catalog-page .catalog-head h1, .catalog-page .catalog-head .h1, .catalog-page .catalog-head .h2, .catalog-page .catalog-head h2 {
      font-size: 20px;
      font-weight: 600;
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
    .catalog-page .catalog-head .select-container {
      width: 335px;
      margin-left: 0; }
      .catalog-page .catalog-head .select-container .select-box {
        flex-grow: 1; }
      .catalog-page .catalog-head .select-container .select-dropdown {
        width: calc(100% - 87px); }
    .catalog-page .catalog-head .filter-toggle {
      width: 335px; } }

@media (max-width: 767px) {
  .catalog-page .catalog-head h1, .catalog-page .catalog-head .h1, .catalog-page .catalog-head .h2, .catalog-page .catalog-head h2 {
    margin-bottom: 20px; }
  .catalog-page .catalog-head .select-container {
    width: 100%;
    margin-bottom: 20px; }
    .catalog-page .catalog-head .select-container .select-box {
      width: auto; }
  .catalog-page .catalog-head .filter-toggle {
    margin-left: 0;
    width: 100%; }
  .catalog-item .product-footer {
    padding-right: 32px; }
  .catalog-item .product-add,
  .catalog-item .product-remove {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px); } }

@media (max-width: 479px) {
  .catalog-page .page-content .col-xl-3 {
    max-width: 100%;
    flex: 0 0 100%; }
  .catalog-slider .catalog-item .product-title {
    font-size: 13px; }
  .filter-item .item-head {
    font-size: 16px; }
  .aside-filters {
    width: 300px;
    padding-top: 60px; }
    .aside-filters .color-checkbox {
      flex: 0 0 25%; }
      .aside-filters .color-checkbox label:after {
        right: 6px; }
      .aside-filters .color-checkbox .color-holder {
        width: 50px;
        height: 50px; }
    .aside-filters .size-checkbox {
      flex: 0 0 25%; }
      .aside-filters .size-checkbox label {
        width: 50px;
        height: 50px; } }

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

.product-page .product-slider-container {
  position: relative;
  padding-right: 60px;
  padding-left: 235px;
  margin-bottom: 80px; }

.product-page .product-slider {
  margin: 0 auto; }
  .product-page .product-slider.slick-initialized .item {
    display: flex; }
  .product-page .product-slider .item {
    outline: 0;
    align-items: center;
    display: none;
    height: 100%;
    pointer-events: none; }
    .product-page .product-slider .item.slick-current.slick-active {
      pointer-events: auto; }
    .product-page .product-slider .item:first-child {
      display: flex; }
    .product-page .product-slider .item iframe {
      width: 100% !important;
      margin-top: 60px; }
    .product-page .product-slider .item img {
      display: block;
      max-width: 100%;
      height: auto; }
  .product-page .product-slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    transition: 0.25s;
    bottom: -45px;
    padding-top: 1px; }
    .product-page .product-slider .slick-arrow svg {
      width: 5px;
      height: 10px;
      fill: #121212; }
    .product-page .product-slider .slick-arrow.slick-next {
      right: 0; }
    .product-page .product-slider .slick-arrow.slick-prev {
      left: 0; }

.product-page .product-slider-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 213px; }
  .product-page .product-slider-nav .slick-list {
    height: 100% !important; }
  .product-page .product-slider-nav .slick-track {
    transform: translate3d(0, 0, 0) !important;
    height: 100% !important; }
  .product-page .product-slider-nav .item {
    margin: 0 0 20px;
    outline: none;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product-page .product-slider-nav .item.slick-current.slick-active {
      border: 1px solid #888;
      opacity: 0.9; }
    .product-page .product-slider-nav .item img {
      display: block;
      max-width: 100%; }

.product-page .product-description {
  margin-left: -30px; }
  .product-page .product-description h1 {
    font-size: 36px;
    margin: 0 0 30px;
    line-height: 1;
    font-weight: 500; }
  .product-page .product-description p {
    font-size: 16px;
    color: #333; }
  .product-page .product-description b,
  .product-page .product-description strong {
    font-weight: 600;
    color: #121212; }
  .product-page .product-description .btn-row {
    display: flex;
    align-items: center;
    margin-top: 40px; }
  .product-page .product-description .modal-toggle {
    color: #555;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer; }
    .product-page .product-description .modal-toggle:hover {
      text-decoration: none; }
  .product-page .product-description .btn-primary {
    margin-right: 40px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px;
    height: auto;
    width: 380px; }
  .product-page .product-description .fitting-btn .default-text {
    display: block; }
  .product-page .product-description .fitting-btn .active-text {
    display: none; }
  .product-page .product-description .fitting-btn.added .default-text {
    display: none; }
  .product-page .product-description .fitting-btn.added .active-text {
    display: block; }

.product-page table {
  width: 100%;
  border: 1px solid #ddd;
  margin: 10px 0 25px;
  border-collapse: collapse; }

.product-page table th {
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
  font-weight: 600; }

.product-page table td {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle; }

.product-page table tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.product-page .modal-body h3 {
  margin: 0 0 15px; }

.product-page .modal-content h2 {
  text-transform: uppercase;
  font-weight: 500; }

@media (max-width: 1799px) {
  .product-page .product-description h1 {
    font-size: 32px; }
  .product-page .product-description .btn-primary {
    font-size: 18px;
    width: 320px; }
  .product-page .product-description .modal-toggle {
    font-size: 16px; }
  .product-page .product-slider-nav {
    width: 150px; }
  .product-page .product-slider-container {
    padding-left: 170px; } }

@media (max-width: 1399px) {
  .product-page .product-description h1 {
    font-size: 28px; }
  .product-page .product-description p {
    font-size: 14px; }
  .product-page .product-description .btn-primary {
    width: 280px;
    font-size: 14px;
    margin-right: 25px; }
  .product-page .product-description .modal-toggle {
    font-size: 14px; }
  .product-page .product-slider-nav {
    width: 130px; }
  .product-page .product-slider-container {
    padding-left: 150px; } }

@media (max-width: 1199px) {
  .statusdiv,
  .magnifier,
  .cursorshade,
  .tracker {
    display: none !important;
    pointer-events: none; }
  .product-page .product-slider-container {
    padding-left: 0; }
  .product-page .product-slider-nav {
    display: none; }
  .product-page .product-slider .slick-arrow {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.5);
    top: calc(50% - 15px); }
    .product-page .product-slider .slick-arrow.slick-next {
      right: 5px; }
    .product-page .product-slider .slick-arrow.slick-prev {
      left: 5px; } }

@media (max-width: 991px) {
  .product-page .product-description h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  .product-page .product-description .btn-primary {
    width: 220px;
    font-size: 13px;
    font-weight: 500;
    padding: 3px;
    margin-right: 15px; }
  .product-page .product-description .modal-toggle {
    font-size: 13px; }
  .product-page .product-slider-container {
    padding-right: 15px; } }

@media (max-width: 767px) {
  .product-page .product-slider-container {
    padding-right: 0;
    margin-bottom: 15px; }
  .product-page .product-description {
    margin-left: 0;
    margin-bottom: 70px; }
    .product-page .product-description h1 {
      font-size: 22px;
      font-weight: 600; }
    .product-page .product-description .btn-row {
      align-items: flex-start;
      flex-direction: column-reverse;
      flex-wrap: wrap;
      margin-top: 25px; }
    .product-page .product-description .modal-toggle {
      font-size: 16px;
      margin-bottom: 15px; }
    .product-page .product-description .btn-primary {
      width: 100%; }
  .product-page .modal-body {
    font-size: 13px; }
    .product-page .modal-body h2 {
      font-size: 18px;
      margin-bottom: 10px; }
  .product-page .table-responsive {
    overflow-x: auto; }
    .product-page .table-responsive table {
      width: 800px; } }

.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month); }

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover); }

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month); }

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month); }

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused); }

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color); }

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused); }

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none; }

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1; }

.air-datepicker-cell.-focus- {
  background: var(--adp-background-color-hover); }

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date); }

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color); }

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date); }

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range); }

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0; }

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover); }

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius); }

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0; }

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius); }

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover); }

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease); }

.air-datepicker-body.-hidden- {
  display: none; }

.air-datepicker-body--day-names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--adp-day-cell-width) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px; }

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.air-datepicker-body--cells {
  display: -ms-grid;
  display: grid; }

.air-datepicker-body--cells.-days- {
  -ms-grid-columns: var(--adp-day-cell-width) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height); }

.air-datepicker-body--cells.-months- {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height); }

.air-datepicker-body--cells.-years- {
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height); }

.air-datepicker-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding); }

.-only-timepicker- .air-datepicker-nav {
  display: none; }

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.air-datepicker-nav--action {
  width: var(--adp-day-cell-width);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover); }

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active); }

.air-datepicker-nav--action.-disabled- {
  visibility: hidden; }

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px; }

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px; }

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px; }

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .3em; }

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover); }

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active); }

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none; }

.air-datepicker-buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column; }

.air-datepicker-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0); }

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover); }

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none; }

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active); }

.air-datepicker-button span {
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.air-datepicker-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner); }

.-only-timepicker- .air-datepicker-time {
  border-top: none; }

.air-datepicker-time--current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center; }

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: '';
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1; }

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.air-datepicker-time--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat; }

.air-datepicker-time--row:first-child {
  margin-bottom: 4px; }

.air-datepicker-time--row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.air-datepicker-time--row input[type='range']::-ms-tooltip {
  display: none; }

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:focus {
  outline: none; }

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1); }

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
  background: transparent; }

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-pointer-offset: 10px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary); }

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: max-content [4];
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s var(--adp-transition-duration);
  z-index: var(--adp-z-index); }

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset)); }

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset)); }

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-active- {
  opacity: 1;
  transform: translate(0);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s 0s; }

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none; }

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none; }

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0; }

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1; }

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size));
  transform: rotate(135deg); }

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size));
  transform: rotate(225deg); }

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size));
  transform: rotate(315deg); }

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size));
  transform: rotate(45deg); }

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset); }

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset); }

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2); }

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset); }

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset); }

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2); }

.air-datepicker--navigation {
  grid-area: nav; }

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body; }

.-only-timepicker- .air-datepicker--content {
  display: none; }

.air-datepicker--time {
  grid-area: timepicker; }

.air-datepicker--buttons {
  grid-area: buttons; }

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner); }

.fitting-page h1 {
  font-size: 36px;
  margin: 0 0 20px;
  font-weight: 500; }

.fitting-page .form-content {
  padding-left: 750px; }
  .fitting-page .form-content .select-container {
    display: block; }
    .fitting-page .form-content .select-container .select-button {
      border: 1px solid #c2c2c2;
      height: 42px;
      font-size: 16px;
      font-weight: 500; }
    .fitting-page .form-content .select-container .select-dropdown {
      width: 100%;
      border: 1px solid #c2c2c2; }
  .fitting-page .form-content .btn-primary {
    width: 450px;
    margin-top: 15px; }

.fitting-page .form-group {
  width: 450px;
  padding-bottom: 17px; }
  .fitting-page .form-group input {
    font-size: 16px;
    font-weight: 500; }
  .fitting-page .form-group p,
  .fitting-page .form-group label {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px; }
  .fitting-page .form-group.date-group input::placeholder {
    color: transparent; }

.fitting-page .air-datepicker.-inline- {
  position: absolute;
  right: calc(100% + 50px);
  left: auto;
  top: 5px; }

.fitting-page h2, .fitting-page .h2 {
  font-size: 32px;
  margin: 50px 0 20px;
  font-weight: 500; }

.fitting-page .row {
  min-width: 100%;
  margin-right: -20px;
  margin-left: -20px; }

.fitting-page .col-xl-3 {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px; }

.empty-fitting {
  text-align: center;
  padding: 80px 0 120px; }
  .empty-fitting .h2 {
    font-size: 28px;
    margin: 0 0 10px; }
  .empty-fitting p {
    font-size: 16px; }
  .empty-fitting a {
    color: #888; }
    .empty-fitting a:hover {
      text-decoration: none; }

.air-datepicker {
  width: 700px;
  font-size: 16px;
  border-radius: 0;
  color: #111; }

.air-datepicker-nav {
  padding: 10px 5px; }

.air-datepicker-cell {
  border-radius: 0;
  font-size: 18px; }

.air-datepicker-nav--title {
  font-size: 18px; }

.air-datepicker-body--cells.-days- {
  grid-auto-rows: 73px; }

.air-datepicker-cell.-current- {
  font-weight: 500;
  color: #111; }

.air-datepicker-body--day-name {
  color: #111;
  font-size: 18px;
  font-weight: 500; }

.-selected-.datepicker-cell-day.-other-month-,
.-selected-.datepicker-cell-year.-other-decade-,
.air-datepicker-cell.-selected-.-current-,
.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-focus- {
  background-color: #F4F5F7;
  border: 1px solid #888;
  color: #212121; }

.air-datepicker-cell.-focus- {
  background-color: #F4F5F7; }

.air-datepicker.-inline- {
  position: absolute;
  top: 10px;
  left: 0; }

@media (max-width: 1799px) {
  .fitting-page h1 {
    font-size: 32px; }
  .fitting-page h2, .fitting-page .h2 {
    font-size: 28px; } }

@media (max-width: 1399px) {
  .fitting-page h1 {
    font-size: 28px; }
  .fitting-page h2, .fitting-page .h2 {
    font-size: 26px; }
  .fitting-page .form-content {
    padding-left: 650px; }
    .fitting-page .form-content .btn-primary {
      width: 100%; }
  .fitting-page .form-group {
    width: 100%; }
  .fitting-page .fitting-dresses .row {
    margin-left: -15px;
    margin-right: -15px; }
  .fitting-page .fitting-dresses .col-xl-3 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; }
  .air-datepicker {
    width: 600px; } }

@media (max-width: 1199px) {
  .fitting-page .form-content {
    padding-left: 500px; }
    .fitting-page .form-content .btn-primary {
      width: 100%; }
  .air-datepicker {
    width: 450px; }
  .air-datepicker-cell,
  .air-datepicker-body--day-name {
    font-size: 16px; }
  .air-datepicker-body--cells.-days- {
    grid-auto-rows: 60px; } }

@media (max-width: 991px) {
  .fitting-page h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px; }
  .fitting-page .h2, .fitting-page h2 {
    text-align: center;
    font-size: 22px; }
  .fitting-page .form-content {
    padding-left: 350px; }
    .fitting-page .form-content .btn-primary {
      width: 100%; }
  .air-datepicker {
    width: 300px; }
  .air-datepicker-cell,
  .air-datepicker-body--day-name {
    font-size: 16px; }
  .air-datepicker-body--cells.-days- {
    grid-auto-rows: 60px; } }

@media (max-width: 767px) {
  .fitting-page h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px; }
  .fitting-page .h2, .fitting-page h2 {
    text-align: center;
    font-size: 20px; }
  .fitting-page .form-content {
    padding-left: 0; }
    .fitting-page .form-content .btn-primary {
      width: 100%; }
  .fitting-page .date-group {
    display: flex;
    flex-direction: column; }
    .fitting-page .date-group p {
      order: 2; }
    .fitting-page .date-group .form-control {
      order: 3; }
  .fitting-page .air-datepicker.-inline- {
    position: static;
    order: 0;
    margin-bottom: 15px;
    width: 100%; }
  .air-datepicker-cell,
  .air-datepicker-body--day-name {
    font-size: 14px; }
  .air-datepicker-body--cells.-days- {
    grid-auto-rows: 40px; } }

@media (max-width: 575px) {
  .fitting-page h1 {
    font-size: 20px;
    margin-bottom: 20px; }
  .fitting-page .h2, .fitting-page h2 {
    font-size: 18px; }
  .fitting-page .fitting-dresses {
    flex-wrap: nowrap;
    overflow-x: auto; }
    .fitting-page .fitting-dresses .col-xl-3 {
      flex: 0 0 400px;
      max-width: 400px; } }

@media (max-width: 575px) {
  .fitting-page .fitting-dresses .col-xl-3 {
    flex: 0 0 300px; } }

.contacts-page .page-content {
  padding: 50px 0; }
  .contacts-page .page-content .col-lg-9 {
    padding-left: 80px; }
  .contacts-page .page-content .col-lg-3 {
    padding-right: 30px; }
    .contacts-page .page-content .col-lg-3 .address-item .h3 {
      margin-bottom: 12px;
      font-weight: 600; }
  .contacts-page .page-content .h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 5px; }
  .contacts-page .page-content .social-container {
    display: flex;
    flex-wrap: wrap; }
    .contacts-page .page-content .social-container .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #121212;
      width: 48px;
      height: 48px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .contacts-page .page-content .social-container .social-link img {
        display: block;
        max-width: 20px;
        max-height: 19px; }
      .contacts-page .page-content .social-container .social-link:hover {
        background-color: #F4F5F7;
        border: 1px solid #888; }

.contacts-page .title-head {
  margin-bottom: 70px; }

.contacts-page .address-item p,
.contacts-page .phone-item p,
.contacts-page .message-item p,
.contacts-page .social-item p {
  margin: 0 0 10px; }

.contacts-page .address-item a,
.contacts-page .phone-item a,
.contacts-page .message-item a,
.contacts-page .social-item a {
  text-decoration: none;
  color: #252525; }
  .contacts-page .address-item a:hover,
  .contacts-page .phone-item a:hover,
  .contacts-page .message-item a:hover,
  .contacts-page .social-item a:hover {
    text-decoration: underline; }

.contacts-page .address-item small,
.contacts-page .phone-item small,
.contacts-page .message-item small,
.contacts-page .social-item small {
  font-size: 13px;
  color: #777;
  display: block;
  margin-bottom: -7px; }

.contacts-page .address-item {
  margin-bottom: 30px; }
  .contacts-page .address-item .link-item img {
    max-width: 30px; }

.contacts-page .phone-item {
  margin-bottom: 30px; }

.contacts-page .link-item {
  position: relative;
  padding-left: 32px;
  margin: 13px 0; }
  .contacts-page .link-item img {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 23px;
    max-height: 25px; }

.contacts-page .form-container .h3 {
  font-weight: 600; }

.contacts-page .form-container .subtitle {
  margin-bottom: 12px;
  font-size: 15px;
  color: #555; }

.contacts-page .form-container .textarea-wrap {
  position: relative;
  padding-bottom: 20px; }

.contacts-page .form-container textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  outline: none;
  padding: 10px;
  color: #000;
  outline: 0;
  resize: vertical;
  border-radius: 0; }
  .contacts-page .form-container textarea:focus {
    border: 1px solid #555;
    box-shadow: 0 0 0 3px #ddd; }

.contacts-page .form-container .btn-primary {
  width: 100%;
  display: block;
  margin-top: 8px; }

.contacts-page .form-container .success-message {
  font-size: 16px;
  padding: 25px 15px;
  text-align: center;
  margin-top: 15px;
  background-color: #F4F5F7;
  position: relative;
  font-weight: 500; }

.contacts-page .form-container .message-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: contain; }

.contacts-page .show-map {
  text-decoration: underline;
  cursor: pointer;
  color: #777; }
  .contacts-page .show-map:hover {
    text-decoration: none; }

.contacts-page .contacts-map {
  margin-bottom: 80px; }
  .contacts-page .contacts-map .h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px; }

.contacts-page .map-item {
  margin-bottom: 50px;
  display: flex;
  align-content: stretch; }
  .contacts-page .map-item .map-info {
    flex: 0 0 300px;
    background-color: #F6F7F9;
    padding: 25px 25px 15px;
    border-radius: 5px 0 0 5px; }
  .contacts-page .map-item .h3 {
    font-size: 18px; }
  .contacts-page .map-item table {
    margin: 10px 0;
    font-size: 14px; }
    .contacts-page .map-item table td {
      padding: 2px 3px; }
      .contacts-page .map-item table td:first-child {
        color: #777;
        width: 70px; }
  .contacts-page .map-item p {
    font-size: 14px; }
  .contacts-page .map-item .link-item {
    margin-bottom: 25px; }
    .contacts-page .map-item .link-item a {
      text-decoration: none;
      color: #252525; }
    .contacts-page .map-item .link-item p {
      margin: 10px 0; }
    .contacts-page .map-item .link-item img {
      top: 1px; }

.contacts-page iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 450px;
  border: 0 !important;
  border-radius: 0 5px 5px 0; }

@media (max-width: 1399px) {
  .contacts-page .page-content .col-lg-3 {
    padding-right: 15px; }
    .contacts-page .page-content .col-lg-3 .h3 {
      font-size: 18px; }
    .contacts-page .page-content .col-lg-3 .address-item,
    .contacts-page .page-content .col-lg-3 .form-container {
      margin-right: -50px; }
  .contacts-page .contacts-map .h2 {
    font-size: 20px; }
  .contacts-page .map-item .h3 {
    font-size: 16px; } }

@media (max-width: 1199px) {
  .contacts-page .page-content .col-lg-3 .h3 {
    font-size: 18px; }
  .contacts-page .contacts-map .h2 {
    font-size: 18px; }
  .contacts-page .map-item .h3 {
    font-size: 15px; } }

@media (max-width: 991px) {
  .contacts-page .page-content .col-lg-3 {
    order: 2; }
    .contacts-page .page-content .col-lg-3 .address-item,
    .contacts-page .page-content .col-lg-3 .form-container {
      margin-right: 0; }
  .contacts-page .page-content .col-lg-9 {
    order: 1;
    padding-left: 15px; } }

@media (max-width: 767px) {
  .contacts-page .page-content {
    padding: 30px 0 50px; }
    .contacts-page .page-content .col-lg-3 .h3 {
      font-size: 16px; }
  .contacts-page .title-head {
    margin-bottom: 50px; }
  .contacts-page .map-item {
    flex-direction: column; }
    .contacts-page .map-item .map-info {
      order: 1;
      flex: 0 0 100%;
      padding: 15px 15px 5px; }
  .contacts-page .contacts-map .h2 {
    font-size: 16px;
    text-align: center;
    font-weight: 600; }
  .contacts-page iframe {
    height: 450px !important;
    order: 2; } }

@media (max-width: 575px) {
  .contacts-page .contacts-map {
    margin: 0 -10px; }
    .contacts-page .contacts-map .h2 {
      font-size: 14px;
      padding: 0 15px; }
  .contacts-page .map-item .map-info p {
    font-size: 13px; }
  .contacts-page .map-item .map-info table {
    font-size: 13px; } }

.about-page .page-content {
  padding: 100px 0 120px; }
  .about-page .page-content .col-md-5 {
    display: flex;
    align-items: center; }
  .about-page .page-content .col-md-7 {
    padding-left: 50px; }

.about-page .title-head {
  margin-bottom: 70px; }

.about-page .text-box {
  font-size: 18px;
  max-width: 580px; }

.about-page .img-grid {
  position: relative; }
  .about-page .img-grid .column-one img {
    display: block;
    max-width: 600px;
    max-height: 400px; }
  .about-page .img-grid .column-one .img-box:first-child {
    margin-bottom: 60px; }
  .about-page .img-grid .column-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .about-page .img-grid .column-two img {
      border: 7px solid #fff;
      display: block;
      max-width: 420px; }

.index-about {
  padding: 70px 0 120px; }
  .index-about .title-head {
    margin-bottom: 80px; }
  .index-about .img-grid {
    position: relative; }
    .index-about .img-grid .column-one img {
      display: block;
      max-width: 620px;
      max-height: 500px; }
    .index-about .img-grid .column-two {
      position: absolute;
      top: 25%;
      right: 50px; }
      .index-about .img-grid .column-two img {
        border: 7px solid #fff;
        display: block;
        max-width: 400px; }
  .index-about .benefit-row {
    display: flex;
    margin: 50px 0; }
  .index-about .benefit-item {
    flex: 0 0 33.33%;
    text-align: center; }
    .index-about .benefit-item .h3, .index-about .benefit-item h3 {
      font-size: 18px;
      font-weight: 500;
      max-width: 230px;
      margin: 0 auto; }
    .index-about .benefit-item .img-box {
      height: 80px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .index-about .benefit-item .img-box img {
        max-width: 80px;
        max-height: 70px; }
  .index-about .text-col {
    padding-left: 50px;
    font-size: 18px; }
    .index-about .text-col h3 {
      font-size: 22px;
      font-weight: 600; }

@media (max-width: 1799px) {
  .about-page .page-content {
    padding: 80px 0 100px; }
  .about-page .img-grid .column-one img {
    max-width: 500px;
    max-height: 350px; }
  .about-page .img-grid .column-two img {
    max-width: 350px; }
  .about-page .text-box {
    font-size: 16px; }
  .index-about .img-grid .column-one img {
    max-width: 600px;
    max-height: 350px; }
  .index-about .img-grid .column-two img {
    max-width: 350px; }
  .index-about .text-col {
    font-size: 16px; }
    .index-about .text-col h3 {
      font-size: 20px; }
  .index-about .benefit-item .h3, .index-about .benefit-item h3 {
    font-size: 16px; } }

@media (max-width: 1399px) {
  .about-page .page-content {
    padding: 60px 0; }
  .about-page .title-head {
    margin-bottom: 50px; }
  .about-page .img-grid .column-one img {
    max-width: 400px;
    max-height: 300px; }
  .about-page .img-grid .column-two img {
    max-width: 300px;
    border: 5px solid #fff; }
  .about-page .text-box {
    font-size: 14px; }
  .index-about .img-grid .column-one img {
    max-width: 400px;
    max-height: 300px; }
  .index-about .img-grid .column-two img {
    max-width: 300px;
    border: 5px solid #fff; }
  .index-about .text-col {
    padding-left: 30px;
    font-size: 14px; }
    .index-about .text-col h3 {
      font-size: 18px; }
  .index-about .benefit-item .img-box img {
    max-height: 60px;
    max-width: 60px; }
  .index-about .benefit-item .h3, .index-about .benefit-item h3 {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .about-page .page-content {
    padding: 50px 0; }
  .about-page .title-head {
    margin-bottom: 40px; }
  .about-page .img-grid .column-one img {
    max-width: 320px;
    max-height: 220px; }
  .about-page .img-grid .column-two img {
    max-width: 250px; }
  .index-about {
    padding: 50px 0 100px; }
    .index-about .title-head {
      margin-bottom: 50px; }
    .index-about .img-grid {
      margin-top: 100px; }
      .index-about .img-grid .column-two {
        right: 0; } }

@media (max-width: 991px) {
  .about-page .title-head {
    margin-bottom: 30px; }
  .about-page .img-grid .column-one img {
    max-width: 300px;
    max-height: 200px; }
  .about-page .img-grid .column-two img {
    max-width: 200px; }
  .index-about .title-head {
    margin-bottom: 40px; }
  .index-about .row {
    flex-direction: column-reverse; }
  .index-about .text-col {
    padding-left: 15px; }
  .index-about .img-grid {
    margin-top: 30px;
    margin-bottom: 150px; }
    .index-about .img-grid .column-one img {
      max-width: 500px;
      max-height: 400px; } }

@media (max-width: 767px) {
  .about-page .img-grid {
    margin-top: 30px; }
  .index-about .title-head {
    margin-bottom: 20px; }
  .index-about .text-col h3 {
    font-size: 16px; }
  .index-about .benefit-item .img-box {
    height: 50px; }
    .index-about .benefit-item .img-box img {
      max-width: 50px;
      max-height: 50px; }
  .index-about .img-grid .column-one img {
    max-width: 400px;
    max-height: 300px; }
  .index-about .img-grid .column-two img {
    max-width: 250px; } }

@media (max-width: 575px) {
  .about-page .page-content {
    padding: 30px 0 60px; }
    .about-page .page-content .col-md-7 {
      padding-left: 15px; }
  .index-about {
    padding-bottom: 50px; }
    .index-about .img-grid .column-one img {
      max-width: 350px;
      max-height: 250px; }
    .index-about .img-grid .column-two img {
      max-width: 220px; } }

@media (max-width: 479px) {
  .about-page .title-head {
    margin-bottom: 30px; }
  .about-page .img-grid .column-one img {
    max-width: 250px;
    max-height: 180px; }
  .about-page .img-grid .column-two {
    right: -5px; }
    .about-page .img-grid .column-two img {
      max-width: 180px; }
  .index-about .benefit-row {
    flex-wrap: wrap;
    margin: 30px 0 10px; }
  .index-about .benefit-item {
    flex: 0 0 100%;
    margin-bottom: 30px; }
  .index-about .img-grid .column-one img {
    max-width: 260px;
    max-height: 180px; }
  .index-about .img-grid .column-two {
    right: -5px; }
    .index-about .img-grid .column-two img {
      max-width: 200px; } }

.client-page .page-content {
  padding: 50px 0; }
  .client-page .page-content .row {
    margin-bottom: 50px; }
  .client-page .page-content .img-box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100px;
    padding-right: 10px; }
    .client-page .page-content .img-box img {
      display: block;
      max-width: 100px;
      max-height: 100px; }
  .client-page .page-content .text-box h2 {
    font-size: 24px;
    margin: 25px 0 15px;
    font-weight: 500; }
  .client-page .page-content .text-box h3 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 500; }
  .client-page .page-content .text-box p {
    margin: 0 0 10px; }

.client-page .title-head {
  margin-bottom: 70px; }

.client-page table {
  width: 100%;
  border: 1px solid #ddd;
  margin: 10px 0 25px;
  border-collapse: collapse; }

.client-page table th {
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 5px; }

.client-page table td {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle; }

.client-page table tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

@media (min-width: 1800px) {
  .client-page .page-content .container {
    width: 1320px; } }

@media (max-width: 1399px) {
  .client-page .title-head {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .client-page .page-content {
    padding: 30px 0 50px; }
    .client-page .page-content .row {
      margin-bottom: 30px; }
    .client-page .page-content .text-box h2 {
      font-size: 20px; }
    .client-page .page-content .text-box h3 {
      font-size: 18px;
      margin-bottom: 3px; }
  .client-page table th {
    font-size: 11px;
    font-weight: 500; }
  .client-page table td {
    font-size: 12px; } }

@media (max-width: 575px) {
  .client-page .page-content .img-box {
    display: none; }
  .client-page .page-content .text-box h2 {
    font-size: 16px; }
  .client-page table {
    width: 800px; }
    .client-page table th, .client-page table td {
      font-size: 14px; }
  .client-page .table-responsive {
    overflow-x: auto;
    margin-bottom: 20px; } }

.error-page .page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center; }
  .error-page .page-content .lg-nums {
    font-size: 150px;
    font-weight: 600;
    line-height: 1.2;
    color: #888; }
  .error-page .page-content .h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 10px; }
  .error-page .page-content p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
    color: #74747a; }
    .error-page .page-content p a {
      color: #888;
      font-weight: 400; }
      .error-page .page-content p a:hover {
        text-decoration: none; }

@media (max-width: 1199px) {
  .error-page .page-content .h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .error-page .page-content .lg-nums {
    font-size: 100px; } }

@media (max-width: 767px) {
  .error-page .page-content .lg-nums {
    font-size: 80px; }
  .error-page .page-content .h2 {
    font-size: 20px; }
  .error-page .page-content p {
    font-size: 14px; } }

.main-footer {
  background-color: #F4F5F7; }

.footer-content {
  padding: 40px 0;
  border-bottom: 1px solid #C4C4C4; }
  .footer-content .footer-logo {
    width: 220px;
    display: block;
    margin-bottom: 10px; }
  .footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-content ul li {
      margin: 0 0 10px; }
      .footer-content ul li a {
        color: #252525;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px; }
        .footer-content ul li a:hover {
          text-decoration: underline; }
  .footer-content .h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 10px; }
  .footer-content address {
    font-style: normal; }
    .footer-content address p {
      margin: 0 0 10px; }
    .footer-content address a {
      text-decoration: none;
      color: #121212; }
      .footer-content address a:hover {
        text-decoration: underline; }
  .footer-content .social-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .footer-content .social-container hr {
      display: block;
      flex: 0 0 100%;
      border: 0;
      margin: 0; }
  .footer-content .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #121212;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin-bottom: 10px; }
    .footer-content .social-link img {
      display: block;
      max-width: 20px;
      max-height: 19px; }
    .footer-content .social-link:hover {
      background-color: #d6d9dc; }
  .footer-content .col-md-3 {
    padding-left: 80px; }
    .footer-content .col-md-3:first-child {
      padding-left: 15px; }

.footer-bottom {
  padding: 15px 0;
  display: flex;
  justify-content: space-between; }
  .footer-bottom a {
    text-decoration: none;
    color: #252525;
    font-weight: 500; }
    .footer-bottom a:hover {
      text-decoration: underline; }
  .footer-bottom p {
    margin: 0; }

@media (max-width: 1399px) {
  .footer-content .col-md-3 {
    padding-left: 50px; } }

@media (max-width: 1199px) {
  .footer-content .col-md-3 {
    padding-left: 15px; }
  .footer-content .logo-col p {
    font-size: 14px; }
  .footer-content .footer-logo {
    width: 180px; } }

@media (max-width: 991px) {
  .footer-content {
    padding: 30px 0 20px; }
    .footer-content ul li {
      font-size: 12px; }
      .footer-content ul li a {
        font-size: 12px; }
    .footer-content address p {
      font-size: 13px; }
    .footer-content .footer-logo {
      display: none; }
  .footer-bottom {
    font-size: 13px; } }

@media (max-width: 767px) {
  .footer-content .footer-title {
    font-size: 16px; }
  .footer-content .social-container hr {
    display: none; }
  .footer-content .col-6.col-md-3.col-lg-2 {
    margin-bottom: 30px; }
  .main-footer .footer-bottom {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
    .main-footer .footer-bottom .footer-copyright {
      margin-bottom: 15px; }
    .main-footer .footer-bottom .footer-developer {
      width: 100%; } }

@media (max-width: 575px) {
  .footer-content table {
    width: 200px; } }

@media (max-width: 479px) {
  .footer-content .footer-logo {
    display: block;
    margin: 0 auto 30px; }
  .footer-bottom {
    padding: 10px 0; }
    .footer-bottom .copyright-text {
      max-width: 165px;
      margin: 0 auto;
      font-size: 13px; } }
      
      
      
      
