@charset "UTF-8";
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

@media (min-width: 1200px) {
  .custom-container {
    margin-top: 20px;
    margin-bottom: 20px; }
    .custom-container .col-2 {
      padding-left: 12px;
      padding-right: 12px;
      max-width: 20%;
      flex: 0 0 20%;
      margin-bottom: 24px; }
    .custom-container .row {
      margin-right: -12px;
      margin-left: -12px; } }

@media (max-width: 1199px) {
  .custom-container .col-2 {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 16px; }
  .custom-container .row {
    margin-left: -8px;
    margin-right: -8px; } }

@media (max-width: 991px) {
  .custom-container .col-2 {
    max-width: 33.33%;
    flex: 0 0 33.33%; } }

@media (max-width: 767px) {
  .custom-container .col-2 {
    max-width: 50%;
    flex: 0 0 50%; } }

*, *: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: 108px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  min-width: 320px; }
  body.fixed {
    overflow: hidden !important; }

a, button {
  cursor: pointer; }

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

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

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

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

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

@media (min-width: 1700px) {
  body {
    padding-top: 160px;
    font-size: 16px; } }

@media (min-width: 2000px) {
  body.index-page {
    padding-top: 180px; } }

.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: -10px;
  margin-left: -10px; }

@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: 1700px) {
  .container {
    max-width: 1440px; } }

.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: 10px;
  padding-left: 10px; }

.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: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    height: 42px;
    padding: 10px 12px; }
    .form-group .form-control:focus {
      border: 1px solid #72BD5E;
      box-shadow: 0 0 0 3px rgba(114, 189, 94, 0.3); }
  .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: #72BD5E;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #72BD5E; }
  .btn-primary:hover {
    background-color: #69a558; }
  .btn-primary:focus, .btn-primary:active {
    border: 1px solid #72BD5E;
    box-shadow: 0 0 0 3px rgba(114, 189, 94, 0.5); }

.btn-light {
  border: 1px solid #72BD5E;
  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;
  display: inline-block; }
  .btn-light:hover {
    background-color: #72BD5E;
    color: #fff; }

.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 #C2C2C2;
    cursor: pointer;
    font-size: 14px;
    padding: 0 25px 0 10px;
    box-shadow: none;
    height: 36px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center; }
    .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 {
      border: 1px solid #72BD5E; }
      .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 #C2C2C2; }
    .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: 5px 12px;
        color: #121212;
        font-size: 13px; }
        .select-container .select-dropdown li a:hover {
          color: #fff;
          background-color: #72BD5E; }

.breadcrumb {
  padding: 12px 0;
  align-items: center;
  background-color: transparent;
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px; }
  .breadcrumb a {
    color: #111;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb .breadcrumb-item.active {
    color: #555; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '//';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 4px 5px 0;
    color: #72BD5E;
    font-weight: 500; }

.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; }

.modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  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: 50px 200px 50px; }

.title-group {
  margin: 0 0 15px; }
  .title-group .h1, .title-group h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 5px; }
    .title-group .h1 span, .title-group h1 span {
      font-weight: 600; }
  .title-group .h2, .title-group h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 5px; }
    .title-group .h2 span, .title-group h2 span {
      font-weight: 600; }
  .title-group .group-link {
    color: #72BD5E;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    padding-right: 25px; }
    .title-group .group-link:after {
      content: '';
      width: 18px;
      height: 18px;
      background: url(../img/icons/arrow-right-g.svg) no-repeat center;
      background-size: 16px;
      position: absolute;
      right: 0;
      top: calc(50% - 8px);
      transition: 0.2s; }
    .title-group .group-link:hover {
      text-decoration: underline; }
      .title-group .group-link:hover:after {
        transform: translateX(7px); }

.h1 > span, h1 > span {
  position: relative;
  padding-left: 40px; }
  .h1 > span .stripe, h1 > span .stripe {
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 4px;
    width: 22px;
    background-color: #72BD5E; }
    .h1 > span .stripe:before, .h1 > span .stripe:after, h1 > span .stripe:before, h1 > span .stripe:after {
      content: '';
      height: 4px;
      background-color: #72BD5E;
      position: absolute;
      left: 0; }
    .h1 > span .stripe:before, h1 > span .stripe:before {
      bottom: calc(100% + 4px);
      width: 28px; }
    .h1 > span .stripe:after, h1 > span .stripe:after {
      width: 16px;
      top: calc(100% + 4px); }

.title-group .stripe {
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  height: 4px;
  width: 22px;
  background-color: #72BD5E; }
  .title-group .stripe:before, .title-group .stripe:after {
    content: '';
    height: 4px;
    background-color: #72BD5E;
    position: absolute;
    left: 0; }
  .title-group .stripe:before {
    bottom: calc(100% + 4px);
    width: 28px; }
  .title-group .stripe:after {
    width: 16px;
    top: calc(100% + 4px); }

.title-group .h2, .title-group h2 {
  position: relative;
  padding-left: 40px; }

@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: 1536px) {
  .breadcrumb {
    font-size: 13px; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 12px; }
  .title-group .h2, .title-group h2 {
    font-size: 32px; }
  .title-group .h1, .title-group h1 {
    font-size: 32px; } }

@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: 1199px) {
  .title-group .h2, .title-group h2 {
    font-size: 28px; }
  .title-group .h1, .title-group h1 {
    font-size: 28px; }
  .h1 > span, h1 > span {
    padding-left: 38px; }
    .h1 > span .stripe, h1 > span .stripe {
      top: calc(50% - 2px);
      height: 3px; }
      .h1 > span .stripe:before, .h1 > span .stripe:after, h1 > span .stripe:before, h1 > span .stripe:after {
        height: 3px; } }

@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; }
  .title-group .h2, .title-group h2 {
    font-size: 24px; }
  .title-group .h1, .title-group h1 {
    font-size: 24px; } }

@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%; }
  .breadcrumb {
    white-space: nowrap; }
    .breadcrumb .breadcrumb-item {
      white-space: nowrap; }
      .breadcrumb .breadcrumb-item:last-child {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-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; }
  .breadcrumb {
    margin-top: 0; }
  .index-page .title-group .h2, .index-page .title-group h2 {
    text-align: left; }
  .title-group .h2, .title-group h2 {
    text-align: center; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  transition: all 300ms; }
  .main-header.fixed {
    transform: translateY(-57px); }

.header-top {
  background-color: #fff;
  padding: 3px 0 5px; }
  .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.header-bottom {
  background-color: #212121;
  padding: 8px 0; }

.main-logo {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .main-logo img {
    width: 100px; }

.slide-nav {
  position: fixed;
  display: block;
  z-index: 100;
  width: 300px;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 40px 15px 50px 15px;
  transition: 0.3s;
  transform: translateX(150%); }
  .slide-nav.active {
    transform: translateX(0); }
  .slide-nav .buttons-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px; }
  .slide-nav .catalog-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #72BD5E;
    background-color: #72BD5E;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 22px 0 20px;
    clip-path: polygon(90% 0, 100% 40%, 100% 100%, 0 100%, 0 0); }
    .slide-nav .catalog-link i {
      position: absolute;
      background-color: #fff;
      width: 5px;
      height: 5px;
      left: 30px;
      border-radius: 1px; }
      .slide-nav .catalog-link i:nth-child(1) {
        top: 12px; }
      .slide-nav .catalog-link i:nth-child(2) {
        top: 20px; }
      .slide-nav .catalog-link i:nth-child(3) {
        top: 28px; }
      .slide-nav .catalog-link i:before, .slide-nav .catalog-link i:after {
        content: '';
        position: absolute;
        top: 0;
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 1px; }
      .slide-nav .catalog-link i:before {
        left: -8px; }
      .slide-nav .catalog-link i:after {
        right: -8px; }
  .slide-nav .catalog-toggle {
    position: relative;
    width: 52px;
    height: 30px;
    background-color: transparent;
    border: 0; }
    .slide-nav .catalog-toggle span:before, .slide-nav .catalog-toggle span:after {
      content: '';
      background: #212121;
      position: absolute; }
    .slide-nav .catalog-toggle span:before {
      top: 15px;
      left: 17px;
      width: 15px;
      height: 1px; }
    .slide-nav .catalog-toggle span:after {
      top: 8px;
      left: 24px;
      width: 1px;
      height: 14px; }
    .slide-nav .catalog-toggle.active span:after {
      height: 15px;
      transform: rotate(45deg); }
    .slide-nav .catalog-toggle.active span:before {
      transform: rotate(45deg); }
    .slide-nav .catalog-toggle:before, .slide-nav .catalog-toggle:after {
      content: '';
      position: absolute; }
    .slide-nav .catalog-toggle:before {
      background-color: #fff;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      clip-path: polygon(65% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      transition: 0.25s; }
    .slide-nav .catalog-toggle:after {
      background-color: #72BD5E;
      top: -1px;
      left: -1px;
      bottom: -1px;
      right: -1px;
      clip-path: polygon(65% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      z-index: -2; }
  .slide-nav .nav-dropdown-item {
    margin-top: 8px; }
    .slide-nav .nav-dropdown-item a {
      text-decoration: none;
      color: #252525; }
    .slide-nav .nav-dropdown-item .nav-link {
      pointer-events: none;
      font-size: 18px;
      cursor: pointer; }
    .slide-nav .nav-dropdown-item .nav-dropdown {
      padding-left: 10px; }
      .slide-nav .nav-dropdown-item .nav-dropdown a {
        display: block;
        font-size: 14px;
        padding: 7px 0 7px 12px;
        position: relative; }
        .slide-nav .nav-dropdown-item .nav-dropdown a:hover {
          color: #72BD5E; }
        .slide-nav .nav-dropdown-item .nav-dropdown a:before {
          content: '';
          width: 6px;
          height: 1px;
          background-color: #252525;
          position: absolute;
          left: 0;
          top: 17px; }

.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; }

.search-toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../img/icons/search-icon.svg) no-repeat center;
  background-size: 25px;
  border: 0; }

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 15px;
  background-color: #fff;
  z-index: 100;
  transition: 0.25s;
  transform: translateY(-150%); }
  .search-box.active {
    transform: translateY(0); }
  .search-box .search-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #111 url(../img/icons/close-icon-w.svg) no-repeat center;
    background-size: 8px;
    border-radius: 50%;
    right: 6px;
    top: 10px; }
  .search-box form {
    display: block;
    width: 100%; }
  .search-box .form-control {
    width: 100%;
    display: block;
    height: 42px;
    border: 1px solid #A9ACC1;
    border-radius: 3px;
    outline: 0;
    padding: 0 5px 0 44px;
    line-height: 36px;
    font-size: 16px; }
  .search-box .form-control:focus {
    border: 1px solid #111; }
  .search-box .search-btn {
    position: absolute;
    left: 16px;
    top: 21px;
    width: 40px;
    height: 40px;
    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: 22px; }

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

.main-nav > a {
  display: block;
  text-decoration: none;
  color: #252525;
  padding: 8px 0;
  font-size: 18px; }
  .main-nav > a:hover, .main-nav > a.active {
    color: #72BD5E; }

.header-controls {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-controls .choosen-box,
  .header-controls .cart-box,
  .header-controls .сabinet-box {
    position: relative; }
    .header-controls .choosen-box img,
    .header-controls .cart-box img,
    .header-controls .сabinet-box img {
      display: block;
      max-width: 28px; }
    .header-controls .choosen-box a,
    .header-controls .cart-box a,
    .header-controls .сabinet-box a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: 0;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      color: #888; }
    .header-controls .choosen-box .box-title,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box .box-title {
      font-size: 12px;
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 5px;
      color: #fff; }
  .header-controls .choosen-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-controls .choosen-box .choosen-amount {
      position: absolute;
      top: -1px;
      right: -5px;
      border-radius: 15px;
      background-color: #72BD5E;
      color: #fff;
      font-size: 12px;
      padding: 1px 6px;
      max-width: 40px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      pointer-events: none; }
  .header-controls .cart-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-controls .cart-box .products-amount {
      position: absolute;
      top: -1px;
      right: -5px;
      border-radius: 15px;
      background-color: #72BD5E;
      color: #fff;
      font-size: 12px;
      padding: 1px 6px;
      max-width: 40px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      pointer-events: none; }
  .header-controls .сabinet-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-controls .сabinet-box img {
      max-width: 24px; }
  .header-controls .phone-toggle {
    padding-top: 3px; }

.catalog-dropdown-box {
  display: none;
  padding-bottom: 30px; }

.category-nav-link {
  color: #343434;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  font-size: 16px;
  position: relative; }

.search-btn {
  position: absolute;
  left: 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-btn span {
    display: none; }
  .search-btn img {
    display: block;
    width: 19px; }

#contacts-modal .modal-body {
  padding: 20px; }

#contacts-modal .link-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px; }
  #contacts-modal .link-item a {
    color: #111;
    text-decoration: none; }
    #contacts-modal .link-item a:hover {
      text-decoration: underline; }
  #contacts-modal .link-item div {
    margin-bottom: 4px; }
  #contacts-modal .link-item img {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 23px;
    max-height: 25px; }

@media (max-width: 991px) {
  .horizontal-dropdown {
    display: none !important; } }

@media (min-width: 992px) {
  .main-logo img {
    width: 120px; }
  .main-header.fixed {
    transform: translateY(-67px); } }

@media (min-width: 1200px) {
  .catalog-dropdown-box {
    padding-bottom: 0; }
  .nav-toggle,
  .search-toggle {
    display: none; }
  .main-logo {
    margin-right: 80px; }
    .main-logo img {
      width: 150px; }
  .main-nav {
    display: flex;
    pointer-events: auto; }
    .main-nav > a {
      margin-right: 40px;
      color: #fff;
      font-size: 14px; }
  .slide-nav {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    transform: translateX(0) !important;
    display: flex;
    align-items: center;
    pointer-events: none; }
    .slide-nav .catalog-toggle {
      display: none; }
    .slide-nav .nav-dropdown-item {
      position: relative;
      margin-right: 25px;
      cursor: pointer; }
      .slide-nav .nav-dropdown-item:hover .nav-link {
        color: #72BD5E; }
        .slide-nav .nav-dropdown-item:hover .nav-link:after {
          transform: rotate(180deg);
          border-top: 5px solid #72BD5E; }
      .slide-nav .nav-dropdown-item .dropdown-box {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 35px;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s; }
      .slide-nav .nav-dropdown-item .nav-dropdown {
        width: 230px;
        flex: 0 0 230px;
        background-color: #fff;
        border-radius: 2px;
        padding: 8px 12px;
        border: 1px solid #c1c1c1; }
      .slide-nav .nav-dropdown-item .nav-link {
        display: block;
        color: #fff;
        pointer-events: none;
        font-size: 14px;
        position: relative;
        padding-right: 14px; }
        .slide-nav .nav-dropdown-item .nav-link:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 5px solid #fff;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          position: absolute;
          right: 0;
          top: calc(50% - 1px);
          transform-origin: center;
          transition: 0.25s; }
      .slide-nav .nav-dropdown-item:hover .dropdown-box {
        opacity: 1;
        pointer-events: auto; }
    .slide-nav .catalog-link {
      color: #fff;
      background-color: #72BD5E;
      border-radius: 0;
      padding: 10px 25px 10px 65px;
      position: relative;
      height: auto;
      margin: 0;
      z-index: 11;
      width: 230px;
      clip-path: polygon(90% 0, 100% 45%, 100% 100%, 0 100%, 0 0); }
      .slide-nav .catalog-link i:nth-child(1):before {
        transition: 0.25s; }
      .slide-nav .catalog-link:hover i:nth-child(1):before {
        transform: rotate(45deg); }
    .slide-nav .buttons-group {
      margin: 0 30px 0 0; }
  .header-controls {
    pointer-events: auto; }
    .header-controls .phone-toggle {
      display: none; }
    .header-controls .choosen-box,
    .header-controls .сabinet-box {
      margin-left: 25px; }
    .header-controls .choosen-box img,
    .header-controls .choosen-box .box-title,
    .header-controls .cart-box img,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box img,
    .header-controls .сabinet-box .box-title {
      transition: 0.25s; }
    .header-controls .choosen-box:hover img,
    .header-controls .choosen-box:hover .box-title,
    .header-controls .cart-box:hover img,
    .header-controls .cart-box:hover .box-title,
    .header-controls .сabinet-box:hover img,
    .header-controls .сabinet-box:hover .box-title {
      opacity: 0.6; }
  .header-bottom {
    padding: 5px 0; }
    .header-bottom .container {
      display: flex;
      align-items: center; }
  .slide-nav-close {
    display: none; }
  .search-box {
    transform: translateY(0) !important;
    position: relative;
    padding: 0;
    width: 450px;
    margin-right: 30px;
    z-index: 1;
    top: auto;
    left: auto;
    padding-right: 120px;
    margin-right: auto; }
    .search-box .form-control {
      border-right: 0;
      border-radius: 1px 0 0 1px;
      padding-left: 12px;
      font-size: 14px; }
    .search-box .search-btn {
      left: auto;
      right: 0;
      border: 1px solid #72BD5E;
      color: #72BD5E;
      font-weight: 500;
      top: 0;
      width: 120px;
      border-radius: 0 1px 1px 0;
      height: 42px; }
      .search-box .search-btn:hover {
        color: #fff;
        background-color: #72BD5E; }
      .search-box .search-btn img {
        display: none; }
      .search-box .search-btn span {
        display: block; }
    .search-box .search-close {
      display: none; }
  .search-autoresult {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3); }
  .hidden-desktop {
    display: none; }
  #contacts-modal {
    display: block !important;
    position: static;
    background-color: transparent;
    z-index: 10;
    max-width: none;
    border-radius: 0; }
    #contacts-modal .link-item {
      margin-bottom: 0; }
    #contacts-modal .modal-address {
      order: 1;
      margin-right: 25px; }
      #contacts-modal .modal-address p {
        margin-bottom: 5px; }
    #contacts-modal .modal-phones {
      order: 2; }
      #contacts-modal .modal-phones a {
        font-weight: 500; }
    #contacts-modal .modal-body {
      padding: 0;
      display: flex;
      align-items: center; }
    #contacts-modal .modal-mail {
      display: none; }
  body > #contacts-modal,
  .jquery-modal > #contacts-modal {
    margin: 0 auto;
    width: auto;
    top: 6px; }
  .main-header .catalog-item {
    position: relative;
    pointer-events: auto; }
    .main-header .catalog-item:hover .catalog-dropdown-box {
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
  .main-header.fixed {
    transform: translateY(-81px); }
  .catalog-dropdown-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 53px;
    display: flex !important;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .dropdown-box-content {
    background-color: #fff;
    position: relative;
    flex: 0 0 1150px;
    border-radius: 1px; }
    .dropdown-box-content:after {
      content: '';
      position: absolute;
      top: -300px;
      left: -100vw;
      right: -100vw;
      height: 150vh;
      background: rgba(0, 0, 0, 0.7);
      z-index: -1;
      pointer-events: none;
      transition: 0.25s; }
  .dropdown-side {
    width: 260px;
    padding: 10px 15px 10px 15px;
    background-color: #fff; }
  .category-nav-item:last-child .category-nav-link {
    border-bottom: 0; }
  .category-nav-link {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 5;
    padding: 10px 10px 10px 0;
    color: #252525;
    font-weight: 500;
    border-bottom: 1px solid #C5C7D7; }
    .category-nav-link.active, .category-nav-link:hover {
      color: #72BD5E; }
      .category-nav-link.active:before, .category-nav-link:hover:before {
        width: 22px; }
      .category-nav-link.active:after, .category-nav-link:hover:after {
        border-left: 7px solid #72BD5E;
        right: -5px; }
    .category-nav-link:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: calc(50% - 6px);
      right: 0;
      transition: 0.25s;
      border-left: 7px solid #C5C7D7;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
  .horizontal-dropdown {
    position: absolute;
    left: 260px;
    top: 0;
    width: 890px;
    min-height: 100%;
    padding: 20px 5px 20px 20px;
    z-index: 1;
    display: none;
    background-color: #fff;
    border-radius: 2px;
    max-height: calc(100vh - 150px);
    overflow-y: auto; }
    .horizontal-dropdown .category-item {
      width: calc(33.33% - 15px);
      position: relative;
      padding: 5px;
      margin: 0 15px 15px 0; }
      .horizontal-dropdown .category-item:hover .item-title {
        color: #72BD5E; }
      .horizontal-dropdown .category-item .item-img {
        height: 100px;
        display: flex;
        align-items: center;
        margin-bottom: 5px; }
        .horizontal-dropdown .category-item .item-img img {
          display: block;
          margin: 0 auto;
          max-width: 99%;
          max-height: 100px; }
      .horizontal-dropdown .category-item .item-title {
        text-align: center;
        font-size: 14px; }
    .horizontal-dropdown .flex-container {
      display: flex;
      flex-wrap: wrap;
      pointer-events: auto; } }

@media (min-width: 1400px) {
  .header-controls .choosen-box,
  .header-controls .cart-box,
  .header-controls .сabinet-box {
    margin-left: 15px;
    width: 60px;
    height: 60px; }
    .header-controls .choosen-box img,
    .header-controls .cart-box img,
    .header-controls .сabinet-box img {
      margin-bottom: 11px; }
    .header-controls .choosen-box .box-title,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box .box-title {
      display: block;
      color: #fff; }
  .header-controls .choosen-box .choosen-amount {
    top: 3px;
    right: 6px; }
  .header-controls .cart-box .products-amount {
    right: 6px;
    top: 3px; }
  .main-header.fixed {
    transform: translateY(-81px); }
  .main-nav > a {
    margin-right: 55px;
    font-size: 16px; }
  .slide-nav .buttons-group {
    margin-right: 80px; }
  .slide-nav .nav-dropdown-item {
    margin-right: 30px; }
    .slide-nav .nav-dropdown-item .nav-link {
      font-size: 16px; }
    .slide-nav .nav-dropdown-item .nav-dropdown a:before {
      top: 19px; }
  .slide-nav .catalog-link {
    height: 50px;
    width: 250px;
    padding: 10px 15px 10px 65px;
    font-size: 18px; }
    .slide-nav .catalog-link i {
      left: 30px; }
    .slide-nav .catalog-link i:nth-child(1) {
      top: 14px; }
    .slide-nav .catalog-link i:nth-child(2) {
      top: 22px; }
    .slide-nav .catalog-link i:nth-child(3) {
      top: 30px; }
  .main-logo {
    margin-right: 90px;
    margin-left: 55px; }
  .search-box {
    width: 480px;
    padding-right: 139px; }
    .search-box .form-control {
      height: 46px;
      font-size: 17px;
      padding-left: 16px; }
    .search-box .search-btn {
      width: 140px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 2px;
      font-size: 17px; }
  .dropdown-box-content {
    flex: 0 0 1300px; }
  .catalog-dropdown-box {
    padding-top: 68px; }
  .horizontal-dropdown {
    width: 1040px; } }

@media (min-width: 1700px) {
  .header-top {
    padding: 5px 0; }
  .main-header.fixed {
    transform: translateY(-93px); }
  .slide-nav .buttons-group {
    margin-right: 60px; }
  .slide-nav .catalog-link {
    font-size: 18px;
    padding: 12px 5px 12px 65px; }
  .main-nav > a,
  .slide-nav .nav-dropdown-item {
    margin-right: 50px; }
  .main-logo {
    margin-right: 130px; }
    .main-logo img {
      width: 170px; }
  .search-box {
    width: 520px; }
  .dropdown-box-content {
    flex: 0 0 1400px; }
  .horizontal-dropdown {
    width: 1140px;
    left: 280px; }
  .category-nav-link {
    font-size: 16.5px;
    padding: 10px 10px 10px 0; }
  .dropdown-side {
    width: 280px; }
  .horizontal-dropdown .category-item {
    width: calc(25% - 15px); }
  .horizontal-dropdown .img-box {
    height: 100px; }
    .horizontal-dropdown .img-box img {
      max-width: 80%;
      max-height: 100px; }
  .header-controls .choosen-box,
  .header-controls .cart-box,
  .header-controls .сabinet-box {
    margin-left: 25px; }
  .header-controls .choosen-box img,
  .header-controls .cart-box img,
  .header-controls .сabinet-box img {
    margin-bottom: 15px; }
  #contacts-modal .link-item {
    font-size: 17px; }
  #contacts-modal .modal-address {
    margin-right: 40px; }
  #contacts-modal .modal-phones a {
    font-weight: 600; } }

@media (max-width: 1199px) {
  .horizontal-dropdown {
    display: none !important; } }

.search-autoresult {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  overflow: hidden; }
  .search-autoresult .product-item {
    display: flex;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #E2E2E2;
    padding: 3px 0;
    align-items: center; }
    .search-autoresult .product-item:hover {
      box-shadow: none; }
  .search-autoresult .product-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 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 .product-name {
    font-size: 14px;
    font-weight: 400; }
    .search-autoresult .product-name a {
      color: #252525;
      text-decoration: none; }
      .search-autoresult .product-name a:hover {
        color: #72BD5E;
        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: #111;
    text-align: center;
    padding: 8px;
    margin-top: -2px;
    position: relative;
    height: 42px; }
    .search-autoresult .show-all-results a {
      font-weight: 400;
      color: #fff;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .search-autoresult .show-all-results a span {
        font-weight: 700;
        font-size: 18px;
        margin-left: 5px; }
    .search-autoresult .show-all-results:hover {
      background-color: #343434; }

@media (max-width: 1199px) {
  .search-box {
    z-index: 100 !important; } }

::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #151518; }

::-webkit-scrollbar-thumb:hover {
  background: #72BD5E; }

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

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

.page-content {
  flex: 1; }

.hidden-mobile {
  display: none; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@keyframes move-1 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(20px, 20px); }
  50% {
    transform: translate(0, 20px); }
  75% {
    transform: translate(20px, 0); }
  90% {
    transform: translate(10px, 10px); }
  100% {
    transform: translate(0, 0); } }

@keyframes move-2 {
  0% {
    transform: rotate(0) translateY(0); }
  25% {
    transform: rotate(5deg) translateY(-30px); }
  50% {
    transform: rotate(-5deg) translateY(-30px); }
  75% {
    transform: rotate(5deg) translateY(-30px); }
  100% {
    transform: rotate(0) translateY(0); } }

@keyframes move-3 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-20px, -20px); }
  50% {
    transform: translate(0, -20px); }
  75% {
    transform: translate(-20px, 0); }
  90% {
    transform: translate(-10px, -10px); }
  100% {
    transform: translate(0, 0); } }

.index-page .slider-holder {
  position: relative;
  clip-path: polygon(100% 0, 100% 80%, 95% 100%, 0 100%, 0 0);
  max-width: 2200px;
  margin: 0 auto; }

.index-page .slider-section {
  padding: 60px 0; }
  .index-page .slider-section .h2, .index-page .slider-section h2 {
    text-align: left;
    font-size: 36px; }

.index-page .tabs {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none; }
  .index-page .tabs li {
    padding: 8px 45px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    z-index: 1; }
    .index-page .tabs li:before, .index-page .tabs li:after {
      content: '';
      position: absolute; }
    .index-page .tabs li:before {
      background-color: #fff;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      clip-path: polygon(92% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      transition: 0.25s; }
    .index-page .tabs li:after {
      background-color: #C7C9D9;
      top: -1px;
      left: -1px;
      bottom: -1px;
      right: -1px;
      clip-path: polygon(92% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      z-index: -2; }
    .index-page .tabs li.current {
      color: #fff; }
      .index-page .tabs li.current:before, .index-page .tabs li.current:after {
        background-color: #72BD5E; }

.index-page .tab-pane {
  padding-left: 30px;
  padding: 0 15px;
  color: #121212;
  height: 0;
  overflow: hidden; }
  .index-page .tab-pane > p {
    margin: 0 0 20px; }
  .index-page .tab-pane.current {
    height: auto;
    overflow: visible; }
  .index-page .tab-pane .btn-primary {
    width: 380px;
    height: 42px;
    font-size: 18px;
    margin-top: 15px; }
  .index-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px; }
  .index-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }
  .index-page .tab-pane .col-xl-6 {
    margin-top: 20px; }
    .index-page .tab-pane .col-xl-6:last-child {
      display: flex;
      justify-content: flex-end; }

.index-page .catalog-slider {
  margin: 0 -18px 0 -16px; }
  .index-page .catalog-slider .slick-arrow.slick-next {
    right: 0; }
  .index-page .catalog-slider .slick-arrow.slick-prev {
    right: 39px; }

.main-slider {
  opacity: 0; }
  .main-slider.slick-initialized {
    opacity: 1; }
    .main-slider.slick-initialized .item {
      display: flex; }
  .main-slider .item {
    outline: 0;
    height: 700px;
    display: none;
    position: relative; }
    .main-slider .item video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .item:first-child {
      display: flex; }
    .main-slider .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(33, 33, 33, 0.65);
      z-index: 1; }
  .main-slider .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5; }
  .main-slider .desktop-img,
  .main-slider .mobile-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .main-slider .mobile-img {
    display: none; }
  .main-slider .suptitle {
    font-size: 16px; }
  .main-slider .slide-content {
    color: #fff; }
    .main-slider .slide-content img {
      display: inline-block;
      max-width: 250px;
      margin-bottom: -45px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 58px;
    margin: 0 0 30px;
    line-height: 1.1;
    font-weight: 500;
    max-width: 800px;
    text-shadow: 0 1px 1px #111; }
  .main-slider p {
    max-width: 800px;
    font-size: 24px; }
  .main-slider span {
    color: #72BD5E;
    padding-left: 0; }
  .main-slider .primary-link {
    font-size: 24px;
    color: #72BD5E;
    font-weight: 500;
    text-shadow: 0 1px 1px #111;
    position: relative;
    padding-right: 32px; }
    .main-slider .primary-link:after {
      content: '';
      width: 22px;
      height: 22px;
      background: url(../img/icons/green-arrow.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 6px;
      transition: 0.25s; }
    .main-slider .primary-link:hover {
      text-decoration: none; }
      .main-slider .primary-link:hover:after {
        transform: translateX(8px); }

.main-slider-pagination {
  position: relative; }
  .main-slider-pagination .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    bottom: 20px;
    display: flex;
    justify-content: flex-end; }
    .main-slider-pagination .slick-dots li {
      margin: 0 3px;
      height: 14px; }
      .main-slider-pagination .slick-dots li.slick-active button {
        background-color: #72BD5E; }
    .main-slider-pagination .slick-dots button {
      background-color: transparent;
      border: 1px solid #72BD5E;
      font-size: 0;
      width: 14px;
      height: 14px; }
  .main-slider-pagination .slick-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    z-index: 10;
    border: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    outline: 0;
    transition: 0.25s;
    padding: 0;
    right: 10px; }
    .main-slider-pagination .slick-arrow:hover {
      background-color: #72BD5E;
      border: 1px solid #72BD5E; }
      .main-slider-pagination .slick-arrow:hover svg {
        fill: #fff; }
    .main-slider-pagination .slick-arrow svg {
      width: 18px;
      fill: #212121; }
    .main-slider-pagination .slick-arrow.slick-next {
      top: -390px; }
    .main-slider-pagination .slick-arrow.slick-prev {
      padding-right: 2px;
      top: -338px; }

.reviews-section {
  padding: 80px 0;
  background-color: #E7EDF3; }
  .reviews-section .slider-container {
    width: calc(((100vw - 1440px) / 2) + 1440px);
    display: flex;
    align-items: center; }
  .reviews-section .slick-track {
    display: flex;
    align-items: center; }
  .reviews-section .title-group {
    position: relative;
    padding-bottom: 60px;
    flex-wrap: wrap;
    flex: 0 0 360px;
    z-index: 5; }
    .reviews-section .title-group .h2, .reviews-section .title-group h2 {
      padding-left: 0;
      line-height: 1.2;
      font-size: 38px;
      margin-bottom: 15px; }
    .reviews-section .title-group p {
      color: #454545; }
  .reviews-section .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 1px solid #C7C9D9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0; }
    .reviews-section .slick-arrow:hover {
      background-color: #72BD5E;
      border: 1px solid #72BD5E; }
      .reviews-section .slick-arrow:hover svg {
        fill: #fff; }
    .reviews-section .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .reviews-section .slick-arrow.slick-next {
      padding-left: 2px;
      left: 50px; }
    .reviews-section .slick-arrow.slick-prev {
      padding-right: 2px;
      left: 0; }

.reviews-slider {
  width: 100%; }
  .reviews-slider .item {
    outline: 0;
    background-color: #fff;
    min-height: 300px;
    margin: 0 10px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column wrap;
    position: relative;
    border: 1px solid #D8D0D0;
    opacity: 0.4; }
    .reviews-slider .item.slick-current.slick-active {
      opacity: 1; }
    .reviews-slider .item iframe {
      width: 100% !important;
      max-width: 100%;
      max-height: 280px;
      margin: 0; }
    .reviews-slider .item .review-author {
      font-size: 24px;
      font-weight: 600;
      margin: 0 0 15px 20px;
      line-height: 1.3;
      position: relative;
      padding-left: 65px; }
      .reviews-slider .item .review-author:before {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: -8px;
        background: url(../img/icons/double-quotes.svg) no-repeat center;
        background-size: contain; }
    .reviews-slider .item .review-position {
      color: #656565;
      margin-left: 20px; }
    .reviews-slider .item .review-text {
      position: relative;
      padding: 0 10px 0 0;
      z-index: 1;
      margin: 10px 0 0 20px; }
  .reviews-slider .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #333;
    opacity: 1; }
  .reviews-slider .scrollbar-inner > .scroll-element.scroll-y {
    width: 5px; }

.leave-request {
  background: url(../img/request-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 50px 0; }
  .leave-request .form-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto; }
  .leave-request .btn-primary {
    margin-bottom: 22px;
    flex: 0 0 250px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .leave-request .form-group {
    flex: 0 0 280px;
    margin-right: 20px; }
  .leave-request .h2, .leave-request h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .leave-request p {
    margin: 0 auto 20px;
    font-size: 17px;
    max-width: 580px;
    text-align: center; }

@media (max-width: 2000px) {
  .main-slider .item {
    height: 600px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 58px; }
  .main-slider .slide-content img {
    max-width: 220px;
    margin-bottom: -35px; } }

@media (max-width: 1699px) {
  .main-slider .item {
    height: 500px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 48px;
    max-width: 800px; }
  .main-slider p {
    font-size: 20px; }
  .main-slider .slide-content img {
    max-width: 180px;
    margin-bottom: -35px; }
  .main-slider .primary-link {
    font-size: 20px;
    padding-right: 22px; }
    .main-slider .primary-link:after {
      width: 18px;
      height: 18px;
      top: 5px; }
  .main-slider-pagination .slick-arrow.slick-prev {
    top: -274px; }
  .main-slider-pagination .slick-arrow.slick-next {
    top: -322px; } }

@media (max-width: 1536px) {
  .main-slider .h1, .main-slider h1 {
    font-size: 42px;
    max-width: 620px; }
  .main-slider .slide-content img {
    max-width: 120px;
    margin-bottom: -15px; }
  .reviews-section .title-group .h2,
  .reviews-section .title-group h2 {
    font-size: 32px; }
  .index-page .slider-section .h2, .index-page .slider-section h2 {
    font-size: 32px; }
  .index-page .tabs li {
    font-size: 16px; }
  .reviews-slider .item {
    opacity: 1; } }

@media (max-width: 1199px) {
  .main-slider .item {
    height: 500px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 36px; }
  .main-slider p {
    font-size: 18px; }
  .main-slider .primary-link {
    font-size: 18px;
    padding-right: 22px; }
    .main-slider .primary-link:after {
      width: 16px;
      height: 16px;
      top: 3px; }
  .index-page .slider-section {
    padding: 50px 0 40px; }
    .index-page .slider-section .h2, .index-page .slider-section h2 {
      font-size: 28px; }
  .reviews-section .title-group .h2,
  .reviews-section .title-group h2 {
    font-size: 28px; }
  .reviews-section .slider-container {
    width: calc(((100vw - 920px) / 2) + 920px); } }

@media (max-width: 991px) {
  .main-slider .item {
    height: 400px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 28px;
    margin-bottom: 10px;
    max-width: 100%; }
  .main-slider .slide-content {
    padding-right: 60px; }
    .main-slider .slide-content img {
      max-width: 100px; }
  .main-slider-pagination .slick-arrow.slick-prev,
  .main-slider-pagination .slick-arrow.slick-next {
    width: 36px;
    height: 36px; }
  .main-slider-pagination .slick-arrow.slick-next {
    top: -260px; }
  .main-slider-pagination .slick-arrow.slick-prev {
    top: -215px; }
  .main-slider-pagination .slick-dots {
    display: flex;
    height: 14px; }
    .main-slider-pagination .slick-dots button {
      padding: 0; }
    .main-slider-pagination .slick-dots li {
      display: block;
      margin: 0 0 0 5px; }
  .index-page .slider-section .h2, .index-page .slider-section h2 {
    font-size: 24px; }
  .reviews-section {
    padding: 60px 0 50px; }
    .reviews-section .slider-container {
      display: block;
      width: 100%; }
    .reviews-section .title-group {
      padding-bottom: 10px;
      padding-right: 90px;
      margin-bottom: 0; }
    .reviews-section .slick-arrow {
      bottom: 30px; }
    .reviews-section .slick-arrow.slick-next {
      left: auto;
      right: 0; }
    .reviews-section .slick-arrow.slick-prev {
      right: 46px;
      left: auto; }
  .reviews-slider .item .review-author {
    font-size: 18px; }
  .leave-request h2, .leave-request .h2 {
    font-size: 24px; }
  .leave-request p {
    font-size: 14px;
    max-width: 100%; }
  .leave-request .form-group {
    flex: auto;
    flex-grow: 1; }
  .leave-request .btn-primary {
    flex: auto;
    flex-grow: 1; } }

@media (max-width: 767px) {
  .main-slider .h1, .main-slider h1 {
    font-size: 26px; }
  .main-slider .primary-link {
    font-size: 18px; }
  .index-page .slider-section {
    padding: 50px 0; }
  .index-page .tabs {
    position: relative;
    top: -1px; }
    .index-page .tabs li {
      font-size: 14px;
      padding: 9px 25px; }
  .leave-request .form-row {
    flex-wrap: wrap; }
  .leave-request .form-group {
    width: 100%;
    margin-right: 0; }
  .leave-request .btn-primary {
    margin-top: 20px; }
  .index-page .slider-holder {
    clip-path: none; } }

@media (max-width: 575px) {
  .main-slider .h1, .main-slider h1 {
    line-height: 1.5; }
  .index-page .slider-section {
    padding: 30px 0; }
  .index-page .tabs {
    display: flex; }
    .index-page .tabs li {
      margin-right: 0;
      flex-grow: 1;
      text-align: center;
      padding: 9px 5px; }
      .index-page .tabs li:first-child {
        margin-right: 10px; }
  .reviews-section {
    padding: 30px 0 40px; }
    .reviews-section .slider-container {
      width: auto;
      margin: 0 -10px; }
    .reviews-section .title-group {
      text-align: left;
      padding-left: 10px;
      padding-right: 75px; }
      .reviews-section .title-group .h2, .reviews-section .title-group h2 {
        text-align: left;
        margin-bottom: 10px; }
    .reviews-section .slick-arrow {
      width: 32px;
      height: 32px;
      top: calc(50% - 16px); }
      .reviews-section .slick-arrow svg {
        width: 12px; }
      .reviews-section .slick-arrow.slick-next {
        right: 5px; }
      .reviews-section .slick-arrow.slick-prev {
        right: 40px; }
  .reviews-slider {
    margin-bottom: 0; }
    .reviews-slider .item {
      padding: 5px;
      margin: 0 3px; }
      .reviews-slider .item .review-text {
        font-size: 13px; }
      .reviews-slider .item .review-author,
      .reviews-slider .item .review-position {
        margin-left: 5px; }
      .reviews-slider .item .review-text {
        padding-left: 0;
        margin-left: 5px; }
        .reviews-slider .item .review-text:before {
          display: none; }
        .reviews-slider .item .review-text p {
          margin-bottom: 10px; }
    .reviews-slider .slick-list {
      padding: 0 20px !important; } }

.index-categories {
  padding: 60px 0; }
  .index-categories .title-group {
    margin-bottom: 30px; }
  .index-categories .col-6.col-xl-3 {
    margin-bottom: 30px; }
  .index-categories .category-item {
    height: 100%; }

.category-item {
  border: 1px solid #ACB0C9;
  padding-bottom: 10px;
  background-color: #fff; }
  .category-item:hover {
    border: 1px solid #72BD5E; }
  .category-item .item-img {
    height: 170px;
    display: flex;
    margin-bottom: 5px; }
    .category-item .item-img picture,
    .category-item .item-img a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .category-item .item-img img {
      display: block;
      max-width: 99%;
      max-height: 160px; }
  .category-item .item-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0 5px; }
    .category-item .item-title a {
      color: #111;
      text-decoration: none; }
      .category-item .item-title a:hover {
        color: #72BD5E; }

.categories-page .h1, .categories-page h1 {
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  margin: 0 0 40px; }

.categories-page .title-group {
  text-align: center;
  margin-bottom: 45px; }

.categories-page .category-item {
  height: 100%; }

.categories-page .category-img {
  height: 120px;
  margin-bottom: 5px; }
  .categories-page .category-img a {
    display: flex;
    align-items: center;
    height: 100%; }
  .categories-page .category-img picture {
    display: flex;
    align-items: center; }
  .categories-page .category-img img {
    display: block;
    max-width: 100%;
    max-height: 100px; }

.categories-container .col-6.col-xl-2 {
  margin-bottom: 20px; }

.categories-container .category-item {
  padding-top: 3px; }
  .categories-container .category-item .item-title {
    font-size: 16px; }
  .categories-container .category-item .item-img {
    height: 100px; }
    .categories-container .category-item .item-img img {
      max-height: 100px; }

.category-line {
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative; }
  .category-line .h2 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 28px;
    margin: 0 0 12px; }
    .category-line .h2 a {
      text-decoration: none;
      color: #111; }
      .category-line .h2 a:hover {
        text-decoration: underline; }
    .category-line .h2:before {
      content: '';
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 8px;
      background-color: #72BD5E;
      clip-path: polygon(50% 0, 100% 40%, 100% 100%, 0 100%, 0 0); }
  .category-line:nth-child(odd) {
    background-color: #E7EDF3; }
    .category-line:nth-child(odd):before, .category-line:nth-child(odd):after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100vw;
      background-color: #E7EDF3; }
    .category-line:nth-child(odd):before {
      right: 100%; }
    .category-line:nth-child(odd):after {
      left: 100%; }

@media (max-width: 2000px) {
  .index-categories {
    padding-top: 40px; } }

@media (max-width: 1699px) {
  .categories-container .category-item .item-title {
    font-size: 14px;
    padding: 0 5px; } }

@media (max-width: 1536px) {
  .categories-page .h1,
  .categories-page h1 {
    font-size: 32px;
    margin-bottom: 15px; }
  .index-categories {
    padding-top: 20px; } }

@media (max-width: 1399px) {
  .index-categories {
    padding-bottom: 30px; } }

@media (max-width: 1199px) {
  .categories-page .h1,
  .categories-page h1 {
    font-size: 28px; }
  .category-line .h2 {
    font-size: 20px;
    padding-left: 20px; }
    .category-line .h2:before {
      width: 14px;
      height: 14px; }
  .index-categories {
    padding-bottom: 30px; } }

@media (max-width: 575px) {
  .categories-page .h1,
  .categories-page h1 {
    font-size: 24px; }
  .categories-container .category-item .item-img,
  .category-item .item-img {
    height: 70px; }
    .categories-container .category-item .item-img img,
    .category-item .item-img img {
      max-height: 70px; }
  .index-categories .title-group {
    margin-bottom: 20px; }
  .categories-container .col-6.col-xl-2 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
  .category-item {
    padding-top: 5px; }
  .category-item .item-title {
    font-size: 16px; }
  .category-line .h2 {
    font-size: 18px; }
    .category-line .h2:before {
      top: 5px; } }

@media (max-width: 375px) {
  .categories-container .category-item .item-title,
  .category-item .item-title {
    font-size: 13px; } }

.product-cost .old-cost {
  display: inline-block;
  vertical-align: bottom;
  color: #74747A;
  font-size: 16px;
  line-height: 1;
  position: relative; }
  .product-cost .old-cost:before {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #74747a;
    position: absolute;
    top: 49%; }

.product-cost .new-cost {
  color: #DE3D3D;
  font-size: 16px;
  line-height: 1; }

.product-cost .default-cost {
  color: #252525;
  font-size: 16px;
  line-height: 1; }

.product-cost .old-cost,
.product-cost .new-cost,
.product-cost .default-cost {
  font-size: 14px; }
  .product-cost .old-cost span,
  .product-cost .new-cost span,
  .product-cost .default-cost span {
    font-size: 14px;
    font-weight: 600; }

.badge-sale,
.badge-top,
.badge-new {
  left: 0;
  top: 12px;
  font-size: 10px;
  padding: 2px 10px;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
  z-index: 1; }

.badge-sale {
  color: #fff;
  background-color: #D3300C; }

.badge-new {
  color: #fff;
  background-color: #72BD5E; }

.badge-top {
  background-color: #ffa419;
  color: #fff; }

.product-item {
  border: 1px solid #ACB0C9;
  border-radius: 1px;
  height: 100%;
  transition: 0.25s;
  position: relative;
  padding-bottom: 90px;
  background-color: #fff; }
  .product-item:hover {
    border: 1px solid #72BD5E; }
  .product-item .badge-sale,
  .product-item .badge-top,
  .product-item .badge-new {
    font-weight: 400;
    left: 0;
    top: 10px;
    font-size: 13px; }
  .product-item .product-img {
    position: relative;
    height: 190px;
    margin-bottom: 10px; }
    .product-item .product-img picture {
      display: flex;
      justify-content: center;
      align-items: center; }
    .product-item .product-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 5px 0; }
    .product-item .product-img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .product-item .product-name {
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
    letter-spacing: -0.1px; }
    .product-item .product-name a {
      text-decoration: none;
      color: #252525; }
    .product-item .product-name:hover a {
      text-decoration: underline;
      color: #72BD5E; }
  .product-item .product-code {
    padding: 0 10px;
    font-size: 13px;
    color: #777; }
  .product-item .product-cost {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 18px;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 62px; }
  .product-item .old-cost {
    margin-right: 5px;
    font-size: 13px; }
    .product-item .old-cost span {
      font-size: 14px; }
  .product-item .new-cost,
  .product-item .default-cost {
    white-space: nowrap; }
    .product-item .new-cost span,
    .product-item .default-cost span {
      font-size: 18px; }
  .product-item .old-cost,
  .product-item .new-cost {
    display: inline-block; }
  .product-item .product-footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex; }
  .product-item .btn-light {
    flex-grow: 1; }
    .product-item .btn-light .default-state {
      display: block; }
    .product-item .btn-light .active-state {
      display: none; }
    .product-item .btn-light.added {
      background-color: #72BD5E;
      color: #fff; }
      .product-item .btn-light.added .default-state {
        display: none; }
      .product-item .btn-light.added .active-state {
        display: block; }
  .product-item .btn-choose {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #ACB0C9;
    background-color: #fff;
    margin-left: 10px;
    transition: 0.25s; }
    .product-item .btn-choose:hover {
      border: 1px solid #72BD5E; }
    .product-item .btn-choose .default-icon {
      width: 24px;
      display: block; }
    .product-item .btn-choose .active-icon {
      display: none;
      width: 24px; }
    .product-item .btn-choose.added:hover {
      border: 1px solid #72BD5E; }
    .product-item .btn-choose.added .default-icon {
      display: none; }
    .product-item .btn-choose.added .active-icon {
      display: block; }

.search-autoresult .badge-sale,
.search-autoresult .badge-top,
.search-autoresult .badge-new {
  font-size: 10px;
  font-weight: 300;
  left: -10px;
  top: -22px; }

.search-autoresult .product-item {
  border: 0;
  border-bottom: 1px solid #E2E2E2; }
  .search-autoresult .product-item .product-img {
    height: 70px;
    flex: 0 0 70px;
    margin-bottom: 0;
    margin-top: 0; }
    .search-autoresult .product-item .product-img a {
      padding-top: 0; }
  .search-autoresult .product-item:hover {
    border-color: transparent;
    border-bottom: 1px solid #E2E2E2; }
  .search-autoresult .product-item .product-cost {
    padding-left: 10px;
    align-items: center; }

.catalog-slider {
  margin: 0 -8px; }
  .catalog-slider .slick-track {
    display: flex;
    padding: 10px 0; }
  .catalog-slider .item {
    margin: 0 4px;
    height: auto;
    outline: 0; }
  .catalog-slider .slick-arrow {
    position: absolute;
    top: -65px;
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 1px solid #72BD5E;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0; }
    .catalog-slider .slick-arrow:hover {
      background-color: #72BD5E;
      border: 1px solid #72BD5E; }
      .catalog-slider .slick-arrow:hover svg {
        fill: #fff; }
    .catalog-slider .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .catalog-slider .slick-arrow.slick-next {
      padding-left: 2px;
      right: 0; }
    .catalog-slider .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 45px; }

.slider-section {
  padding: 60px 0 80px; }
  .slider-section .h2, .slider-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 25px;
    position: relative;
    padding-left: 40px; }
    .slider-section .h2 .stripe, .slider-section h2 .stripe {
      position: absolute;
      left: 0;
      top: calc(50% - 2px);
      height: 4px;
      width: 22px;
      background-color: #72BD5E; }
      .slider-section .h2 .stripe:before, .slider-section .h2 .stripe:after, .slider-section h2 .stripe:before, .slider-section h2 .stripe:after {
        content: '';
        height: 4px;
        background-color: #72BD5E;
        position: absolute;
        left: 0; }
      .slider-section .h2 .stripe:before, .slider-section h2 .stripe:before {
        bottom: calc(100% + 4px);
        width: 28px; }
      .slider-section .h2 .stripe:after, .slider-section h2 .stripe:after {
        width: 16px;
        top: calc(100% + 4px); }
  .slider-section.gray-section {
    background-color: #E7EDF3; }
    .slider-section.gray-section .catalog-slider .slick-arrow {
      background-color: #fff;
      border: 1px solid #C2C2C2; }
      .slider-section.gray-section .catalog-slider .slick-arrow:hover {
        background-color: #72BD5E;
        border: 1px solid #72BD5E; }

.gray-section {
  background-color: #E7EDF3; }

@media (min-width: 576px) {
  .search-autoresult .product-item {
    padding: 5px 0; }
    .search-autoresult .product-item .product-cost {
      flex-wrap: wrap; }
  .search-autoresult .product-img {
    flex: 0 0 60px; }
  .search-autoresult .product-name {
    flex-grow: 1;
    margin-right: auto; }
  .search-autoresult .product-text {
    flex-grow: 1;
    display: flex; }
  .search-autoresult .product-cost {
    margin-left: auto;
    flex: 0 0 120px;
    justify-content: flex-end; } }

@media (min-width: 768px) {
  .search-autoresult .product-name {
    font-size: 16px; }
  .search-autoresult .product-code {
    font-size: 14px; }
  .search-autoresult .product-img {
    width: 70px;
    height: 70px;
    flex: 0 0 70px; }
  .search-autoresult .old-cost span,
  .search-autoresult .new-cost span,
  .search-autoresult .default-cost span {
    font-size: 16px;
    font-weight: 500; } }

@media (min-width: 1200px) {
  .search-autoresult .product-text {
    align-items: center; }
  .search-autoresult .product-item .old-cost {
    margin-bottom: 5px; }
  .search-autoresult .old-cost span,
  .search-autoresult .new-cost span,
  .search-autoresult .default-cost span {
    font-weight: 600; } }

@media (max-width: 1536px) {
  .catalog-slider .product-item .product-img {
    height: 160px; }
  .catalog-slider .product-item .product-name {
    font-size: 16px; }
  .product-item .product-name {
    font-size: 14px; }
  .together-slider {
    margin: 30px 0 20px; }
    .together-slider .item {
      margin: 0 8px; } }

.aside-categories {
  margin-bottom: 40px; }

.aside-link-one {
  display: block;
  position: relative;
  padding: 10px 15px 10px 0;
  color: #212121;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500; }
  .aside-link-one:after {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    transition: 0.25s;
    background: url(../img/icons/angle-right-sm.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0); }
  .aside-link-one.active {
    font-weight: 500; }
    .aside-link-one.active:after {
      transform: rotate(90deg);
      filter: brightness(1); }
    .aside-link-one.active:hover:after {
      right: 5px; }
  .aside-link-one:hover:after {
    right: 0; }
  .aside-link-one.active, .aside-link-one:hover {
    color: #72BD5E; }
    .aside-link-one.active:before, .aside-link-one:hover:before {
      background-color: #72BD5E; }
    .aside-link-one.active:after, .aside-link-one:hover:after {
      filter: brightness(1); }

.aside-box-two {
  margin-top: -5px;
  margin-bottom: 10px; }

.aside-link-two {
  display: block;
  position: relative;
  padding: 5px 15px 5px 0;
  color: #212121;
  text-decoration: none;
  font-size: 16px; }
  .aside-link-two:after {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    transition: 0.25s;
    background: url(../img/icons/angle-right-sm.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0); }
  .aside-link-two.active {
    font-weight: 500; }
    .aside-link-two.active:after {
      transform: rotate(90deg);
      filter: brightness(1); }
    .aside-link-two.active:hover:after {
      right: 5px; }
  .aside-link-two:hover:after {
    right: 0; }
  .aside-link-two.active, .aside-link-two:hover {
    color: #72BD5E; }
    .aside-link-two.active:before, .aside-link-two:hover:before {
      background-color: #72BD5E; }
    .aside-link-two.active:after, .aside-link-two:hover:after {
      filter: brightness(1); }

.aside-link-three {
  display: block;
  position: relative;
  padding: 5px 15px 5px 10px;
  color: #656565;
  text-decoration: none;
  font-size: 14px; }
  .aside-link-three:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #111;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 50%; }
  .aside-link-three.active, .aside-link-three:hover {
    color: #72BD5E; }
    .aside-link-three.active:before, .aside-link-three:hover:before {
      background-color: #72BD5E; }

.aside-dropdown-one {
  padding-left: 20px; }

.aside-dropdown-two {
  padding-left: 20px; }

.catalog-page .title-container .h1, .catalog-page .title-container h1 {
  text-align: left;
  margin: 20px 0 40px;
  font-size: 30px; }

.catalog-page .h1, .catalog-page h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 50px; }

.catalog-page .page-content {
  padding-bottom: 30px; }

.catalog-page .catalog-container {
  margin-bottom: 50px; }

.catalog-page .catalog-content {
  margin-left: -12px;
  margin-right: -8px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
    max-width: 50%;
    flex: 0 0 50%; }
    .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3.load-products .product-item {
      padding: 10px; }
  .catalog-page .catalog-content.catalog-list .product-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px 5px 90px 190px;
    min-height: 220px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 170px;
      width: 170px;
      height: 170px;
      position: absolute;
      left: 10px;
      top: 10px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 190px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 190px; }

.catalog-page .catalog-content-head,
.catalog-page .filters-head {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center; }

.catalog-page .catalog-content-head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .catalog-page .catalog-content-head .active-tags {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px; }
  .catalog-page .catalog-content-head .tag-item {
    border: 1px solid #72BD5E;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    padding: 1px 7px;
    position: relative; }
    .catalog-page .catalog-content-head .tag-item .remove-item {
      position: absolute;
      top: -7px;
      right: -7px;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      background: #DEDEDE url("../img/icons/close-icon.svg") no-repeat center;
      background-size: 6px;
      cursor: pointer;
      border: 1px solid transparent; }
      .catalog-page .catalog-content-head .tag-item .remove-item:hover {
        border: 1px solid #212121; }
    .catalog-page .catalog-content-head .tag-item.main-item {
      background-color: #72BD5E;
      color: #fff; }
  .catalog-page .catalog-content-head .tag-clear {
    border: 1px solid #212121;
    font-size: 13px;
    padding: 1px 8px;
    cursor: pointer;
    height: 23px;
    margin: 5px 0;
    color: #004486; }
    .catalog-page .catalog-content-head .tag-clear:hover {
      color: #DE3D3D;
      border: 1px solid #DE3D3D; }

.catalog-page .filters-head {
  margin-bottom: 25px;
  height: 56px;
  justify-content: center; }
  .catalog-page .filters-head img {
    margin-right: 10px; }
  .catalog-page .filters-head .h4 {
    font-size: 18px;
    margin: 0; }

.catalog-page .filter-item {
  margin-bottom: 12px;
  position: relative; }
  .catalog-page .filter-item .item-head {
    font-weight: 500;
    font-size: 17px; }
    .catalog-page .filter-item .item-head p {
      margin: 0 0 12px; }
  .catalog-page .filter-item .item-body {
    position: relative;
    padding-bottom: 15px;
    padding-top: 1px; }
    .catalog-page .filter-item .item-body:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 85px;
      z-index: 1;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%);
      display: none; }
  .catalog-page .filter-item .more-filters {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 15px;
    color: #A9A4A4;
    cursor: pointer;
    font-weight: 400;
    display: none; }
    .catalog-page .filter-item .more-filters:hover {
      color: #212121; }
  .catalog-page .filter-item.hidden .item-body {
    max-height: 300px;
    overflow: hidden; }
    .catalog-page .filter-item.hidden .item-body:after {
      display: block; }
  .catalog-page .filter-item.hidden .more-filters {
    display: block; }

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

.catalog-page .cost-slider {
  margin: 0 12px 0 5px; }

.catalog-page .slide-filters .irs--flat .irs-bar {
  height: 2px;
  top: 29px;
  background-color: #72BD5E; }

.catalog-page .slide-filters .irs--flat .irs-line {
  height: 2px;
  top: 29px;
  background-color: #a6a6a6; }

.catalog-page .slide-filters .irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  background-color: #72BD5E;
  cursor: pointer; }
  .catalog-page .slide-filters .irs--flat .irs-handle i {
    display: none; }

.catalog-page .slide-filters .irs--flat .irs-from,
.catalog-page .slide-filters .irs--flat .irs-to,
.catalog-page .slide-filters .irs--flat .irs-single {
  background-color: transparent;
  font-size: 14px;
  top: -3px;
  color: #212121; }
  .catalog-page .slide-filters .irs--flat .irs-from:before,
  .catalog-page .slide-filters .irs--flat .irs-to:before,
  .catalog-page .slide-filters .irs--flat .irs-single:before {
    display: none; }

.catalog-page .slide-filters .irs--flat .irs-to {
  margin-right: 20px; }

.catalog-page .slide-filters .irs-grid {
  display: none; }

.catalog-page .slide-filters .extra-controls {
  display: flex;
  margin-bottom: 5px; }
  .catalog-page .slide-filters .extra-controls .num-input {
    width: 70px;
    height: 35px;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    margin: 0 6px;
    outline: 0;
    font-size: 14px; }
    .catalog-page .slide-filters .extra-controls .num-input:focus {
      border: 1px solid #72BD5E; }
  .catalog-page .slide-filters .extra-controls .control-input {
    white-space: nowrap; }
    .catalog-page .slide-filters .extra-controls .control-input:nth-child(2) {
      margin-left: 10px; }
    .catalog-page .slide-filters .extra-controls .control-input span {
      margin-right: 5px; }
  .catalog-page .slide-filters .extra-controls i {
    display: block;
    font-weight: 700;
    width: 25px;
    text-align: center;
    color: #a1a1a1;
    margin-top: 8px; }
  .catalog-page .slide-filters .extra-controls .default-button {
    height: 35px;
    width: 70px;
    padding: 3px 10px;
    font-size: 14px;
    margin-left: 15px; }

.catalog-page .aside-filters {
  padding-right: 30px; }
  .catalog-page .aside-filters .btn-primary {
    margin-bottom: 15px; }
  .catalog-page .aside-filters .btn-light,
  .catalog-page .aside-filters .btn-primary {
    width: 100%; }

.catalog-page .select-container .select-button {
  width: 160px;
  height: 34px; }

.catalog-page .address-box .payment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -4px; }

.catalog-page .catalog-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }

.catalog-page .found-products span {
  font-weight: 500; }

.catalog-page .catalog-list-toggle,
.catalog-page .catalog-card-toggle {
  width: 32px;
  height: 32px;
  border: 1px solid #c2c2c2;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative; }
  .catalog-page .catalog-list-toggle i,
  .catalog-page .catalog-card-toggle i {
    position: absolute;
    height: 4px;
    background-color: #C4C4C4; }
  .catalog-page .catalog-list-toggle:hover,
  .catalog-page .catalog-card-toggle:hover {
    border: 1px solid #72BD5E; }
    .catalog-page .catalog-list-toggle:hover i,
    .catalog-page .catalog-card-toggle:hover i {
      background-color: #72BD5E; }
      .catalog-page .catalog-list-toggle:hover i:before, .catalog-page .catalog-list-toggle:hover i:after,
      .catalog-page .catalog-card-toggle:hover i:before,
      .catalog-page .catalog-card-toggle:hover i:after {
        background-color: #72BD5E; }
  .catalog-page .catalog-list-toggle.active,
  .catalog-page .catalog-card-toggle.active {
    cursor: auto;
    border: 1px solid #72BD5E; }
    .catalog-page .catalog-list-toggle.active i,
    .catalog-page .catalog-card-toggle.active i {
      background-color: #72BD5E; }
      .catalog-page .catalog-list-toggle.active i:before, .catalog-page .catalog-list-toggle.active i:after,
      .catalog-page .catalog-card-toggle.active i:before,
      .catalog-page .catalog-card-toggle.active i:after {
        background-color: #72BD5E; }

.catalog-page .filters-open-toggle {
  display: none;
  align-items: center;
  cursor: pointer; }
  .catalog-page .filters-open-toggle .filter-open-icon {
    margin-left: 8px;
    background: url("../img/icons/filter-icon.svg") no-repeat center;
    background-size: 16px;
    width: 32px;
    height: 32px;
    border: 1px solid #c2c2c2;
    border-radius: 3px; }

.catalog-page .catalog-card-toggle {
  margin-left: 5px; }
  .catalog-page .catalog-card-toggle i {
    width: 4px;
    left: 13px; }
    .catalog-page .catalog-card-toggle i:before, .catalog-page .catalog-card-toggle i:after {
      content: '';
      width: 4px;
      height: 4px;
      background-color: #C4C4C4;
      position: absolute; }
    .catalog-page .catalog-card-toggle i:before {
      left: -7px; }
    .catalog-page .catalog-card-toggle i:after {
      right: -7px; }
    .catalog-page .catalog-card-toggle i:nth-child(1) {
      top: 6px; }
    .catalog-page .catalog-card-toggle i:nth-child(2) {
      top: 13px; }
    .catalog-page .catalog-card-toggle i:nth-child(3) {
      top: 20px; }

.catalog-page .catalog-list-toggle i {
  width: 20px;
  left: 5px; }
  .catalog-page .catalog-list-toggle i:nth-child(1) {
    top: 6px; }
  .catalog-page .catalog-list-toggle i:nth-child(2) {
    top: 13px; }
  .catalog-page .catalog-list-toggle i:nth-child(3) {
    top: 20px; }

.catalog-page .row {
  margin-left: -7px;
  margin-right: -7px; }

.catalog-page .col-6.col-xl-3 {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 16px; }

.catalog-page .empty-search {
  text-align: center;
  padding: 100px 0; }
  .catalog-page .empty-search .h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px; }
  .catalog-page .empty-search .subtitle {
    color: #74747a; }

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

.page-description {
  padding: 20px 0; }
  .page-description p {
    margin: 10px 0 20px; }
  .page-description a {
    color: #72BD5E;
    text-decoration: none; }
    .page-description a:hover {
      text-decoration: underline; }
  .page-description .h1, .page-description h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center; }
  .page-description .h2, .page-description h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px; }
  .page-description .h3, .page-description h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px; }
  .page-description .h5, .page-description h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500; }
  .page-description img {
    display: block;
    max-width: 100%; }
  .page-description ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px; }
    .page-description ul li {
      font-size: 16px;
      position: relative;
      margin: 3px 0; }

.catalog-slider-container {
  padding: 30px 0;
  clear: both; }
  .catalog-slider-container .h2, .catalog-slider-container h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px; }

.load-products .product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px; }
  .load-products .product-item .load-img {
    height: 67px;
    width: 67px;
    margin-bottom: 15px; }
    .load-products .product-item .load-img img {
      position: relative;
      display: block;
      transition: 0.35s;
      width: 100%; }
  .load-products .product-item .load-text {
    font-size: 18px;
    text-align: center; }
    .load-products .product-item .load-text span {
      font-weight: 700;
      font-size: 20px; }
  .load-products .product-item:hover .load-img img {
    transform: rotate(180deg); }

.together-cheaper {
  padding: 40px 0; }
  .together-cheaper .h2, .together-cheaper h2 {
    font-size: 30px; }
  .together-cheaper p {
    color: #74747A; }
  .together-cheaper .title-group .stripe {
    top: calc(50% - 2px); }
  .together-cheaper .title-group p {
    padding-right: 100px; }

.together-slider {
  margin: 30px -20px 20px; }
  .together-slider .slick-track {
    display: flex;
    align-items: stretch; }
  .together-slider .together-container {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between; }
    .together-slider .together-container .together-title {
      display: inline-block;
      background-color: #fff;
      padding: 0 10px;
      color: #DE3D3D;
      position: absolute;
      left: 30px;
      top: -11px; }
    .together-slider .together-container .together-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
    .together-slider .together-container .plus-sign {
      align-self: center;
      margin: 0 15px; }
    .together-slider .together-container .together-item {
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 260px; }
      .together-slider .together-container .together-item .img-block {
        flex: 0 0 160px;
        width: 160px;
        height: 160px;
        margin: 0 auto 5px; }
        .together-slider .together-container .together-item .img-block a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%; }
          .together-slider .together-container .together-item .img-block a img {
            display: block;
            max-width: 100%;
            max-height: 100%; }
      .together-slider .together-container .together-item .text-block {
        max-width: 260px;
        margin-bottom: 10px; }
        .together-slider .together-container .together-item .text-block .title {
          font-size: 15px;
          line-height: 1.2;
          font-weight: 500;
          margin: 0 0 10px 0; }
          .together-slider .together-container .together-item .text-block .title a {
            text-decoration: none;
            color: inherit; }
            .together-slider .together-container .together-item .text-block .title a:hover {
              text-decoration: underline; }
        .together-slider .together-container .together-item .text-block .descr-text {
          color: #74747a;
          margin: 0 0 10px;
          font-size: 14px; }
      .together-slider .together-container .together-item .product-cost .default-cost {
        font-size: 16px; }
        .together-slider .together-container .together-item .product-cost .default-cost span {
          font-size: 20px; }
      .together-slider .together-container .together-item .product-cost .new-cost {
        color: #DE3D3D;
        font-size: 16px;
        line-height: 1;
        margin-top: -7px; }
        .together-slider .together-container .together-item .product-cost .new-cost span {
          font-size: 20px; }
      .together-slider .together-container .together-item .product-cost .old-cost {
        display: inline-block;
        color: #74747a;
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: -5px; }
        .together-slider .together-container .together-item .product-cost .old-cost:after {
          content: '';
          height: 1px;
          left: -1px;
          right: -1px;
          background-color: #74747a;
          position: absolute;
          top: 49%; }
    .together-slider .together-container .together-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px;
      font-size: 16px;
      width: 100%; }
    .together-slider .together-container .together-calc,
    .together-slider .together-container .together-cost,
    .together-slider .together-container .together-sum {
      display: flex;
      align-items: center; }
    .together-slider .together-container .together-cost .cost-num {
      color: #DE3D3D;
      font-size: 20px;
      font-weight: 600;
      margin-top: -2px; }
    .together-slider .together-container .btn-light {
      width: 160px;
      height: 38px;
      line-height: 36px; }
      .together-slider .together-container .btn-light .default-text {
        display: block; }
      .together-slider .together-container .btn-light .active-text {
        display: none; }
      .together-slider .together-container .btn-light.added {
        background-color: #72BD5E;
        color: #fff; }
        .together-slider .together-container .btn-light.added .default-text {
          display: none; }
        .together-slider .together-container .btn-light.added .active-text {
          display: block; }
    .together-slider .together-container .cost-text {
      margin-right: 3px; }
    .together-slider .together-container .total-num {
      font-size: 20px;
      font-weight: 600;
      color: #212121;
      margin-top: -2px; }
  .together-slider .item {
    outline: 0;
    margin: 0 15px;
    border: 1px solid #c2c2c2;
    padding: 15px;
    height: auto;
    background-color: #fff; }
  .together-slider .slick-arrow {
    position: absolute;
    top: -85px;
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0;
    border: 1px solid #C2C2C2; }
    .together-slider .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .together-slider .slick-arrow.slick-next {
      padding-left: 2px;
      right: 15px; }
    .together-slider .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 60px; }
    .together-slider .slick-arrow:hover {
      background-color: #72BD5E;
      border-color: #72BD5E; }
      .together-slider .slick-arrow:hover svg {
        fill: #fff; }

.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none; }

@media (max-width: 1536px) {
  .catalog-page .slide-filters .extra-controls .control-input:nth-child(2) {
    margin-left: 3px; }
  .catalog-page .slide-filters .extra-controls .control-input span {
    margin-right: 0; }
  .aside-link-two {
    font-size: 14px; } }

@media (max-width: 1399px) {
  .slider-section .h2, .slider-section h2 {
    font-size: 28px; }
  .aside-link-one {
    font-size: 17px; }
  .catalog-slider {
    padding: 0;
    margin: 0 -8px; }
    .catalog-slider .slick-arrow {
      margin: 0;
      top: -65px; }
      .catalog-slider .slick-arrow.slick-prev {
        left: auto;
        right: 55px; }
      .catalog-slider .slick-arrow.slick-next {
        right: 8px; }
    .catalog-slider .product-item .product-name {
      font-size: 15px; }
    .catalog-slider .product-item .old-cost span,
    .catalog-slider .product-item .new-cost span,
    .catalog-slider .product-item .default-cost span {
      font-size: 15px; }
  .product-item .product-name {
    font-size: 13px; }
  .product-item .old-cost,
  .product-item .new-cost,
  .product-item .default-cost {
    font-size: 13px; }
    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
      font-size: 15px; }
  .together-slider {
    margin: 30px -8px 20px;
    padding: 0; }
    .together-slider .item {
      margin: 0 8px; }
    .together-slider .slick-arrow {
      margin: 0;
      top: -65px; }
      .together-slider .slick-arrow.slick-prev {
        left: auto;
        right: 55px; }
      .together-slider .slick-arrow.slick-next {
        right: 8px; }
    .together-slider .together-container .together-item .text-block {
      max-width: 190px;
      padding-left: 0; } }

@media (max-width: 1199px) {
  .aside-link-one {
    font-size: 16px; }
  .aside-dropdown-one {
    padding-left: 10px; }
  .slider-section .h2, .slider-section h2 {
    font-size: 24px; }
  .catalog-slider .slick-arrow {
    top: -62px; }
  .catalog-page .aside-filters {
    padding-right: 0; }
  .catalog-page .default-checkbox label {
    font-size: 14px; }
  .catalog-page .title-container .h1, .catalog-page .title-container h1 {
    font-size: 24px; }
  .catalog-page .h1, .catalog-page h1 {
    font-size: 32px; }
  .catalog-page .catalog-content-head .select-label {
    display: none; }
  .catalog-page .slide-filters .extra-controls span {
    font-size: 12px; }
  .catalog-page .slide-filters .extra-controls .num-input {
    width: 50px;
    font-size: 13px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3.load-products .product-item {
    min-height: auto; }
  .catalog-page .catalog-content.catalog-list .product-item {
    min-height: 200px;
    padding: 10px 5px 90px 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 120px;
      width: 120px;
      height: 120px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 130px; }
  .load-products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 20px; }
    .load-products .product-item {
      display: flex;
      flex-direction: row; }
      .load-products .product-item .load-img {
        width: 45px;
        height: 45px;
        margin-bottom: 0;
        margin-right: 15px; }
      .load-products .product-item .load-text br {
        display: none; }
  .together-slider {
    margin: 30px -8px 20px; }
    .together-slider .item {
      padding: 20px 50px; }
  .together-cheaper .h2,
  .together-cheaper h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .catalog-page .h1, .catalog-page h1 {
    font-size: 28px;
    margin-bottom: 30px; }
  .catalog-page .title-container .h1, .catalog-page .title-container h1 {
    margin-bottom: 20px; }
  .catalog-page .filters-head {
    display: none; }
  .catalog-page .slide-filters {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 105;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 40px 15px 60px;
    transform: translateX(-150%);
    transition: 0.3s; }
    .catalog-page .slide-filters.active {
      transform: translateX(0); }
    .catalog-page .slide-filters .extra-controls .num-input {
      width: 80px; }
  .catalog-page .catalog-content {
    margin: 0; }
    .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
      max-width: 100%;
      flex: 0 0 100%; }
  .catalog-page .catalog-head-box {
    margin-bottom: 25px; }
  .catalog-page .catalog-content-head {
    padding: 0;
    min-height: auto;
    background-color: transparent;
    margin-bottom: 25px;
    border: 0; }
    .catalog-page .catalog-content-head .active-tags {
      display: none; }
    .catalog-page .catalog-content-head .select-container {
      width: 100%; }
      .catalog-page .catalog-content-head .select-container .select-box {
        margin-left: 0;
        flex-grow: 1; }
      .catalog-page .catalog-content-head .select-container .select-button {
        width: 100%; }
    .catalog-page .catalog-content-head .select-label {
      display: block; }
  .catalog-page .found-products {
    order: 3;
    color: #74747a;
    white-space: nowrap; }
    .catalog-page .found-products span {
      color: #212121; }
  .catalog-page .catalog-display {
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .catalog-page .filters-open-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    width: 100%;
    font-size: 18px;
    border: 1px solid #C2C2C2;
    background-color: #F5F7F9;
    padding: 3px 0; }
    .catalog-page .filters-open-toggle .filter-open-icon {
      border: 0;
      background-size: 20px; }
  .catalog-page .catalog-card-toggle {
    margin-left: 10px; }
  .catalog-page .filter-close {
    display: block; }
  .catalog-page .together-slider .item {
    padding: 15px; }
  .catalog-page .catalog-container {
    margin-bottom: 20px; }
  .catalog-page .catalog-content.catalog-list .product-item {
    min-height: 180px;
    padding: 10px 5px 90px 160px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-name {
      font-size: 18px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 150px;
      width: 150px;
      height: 150px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 160px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 160px; }
  .together-slider {
    margin: 30px 0 20px; }
  .slider-section {
    padding: 50px 0; } }

@media (max-width: 767px) {
  .product-item .old-cost,
  .product-item .new-cost,
  .product-item .default-cost {
    font-size: 14px; }
    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
      font-size: 16px; }
  .catalog-page .h1, .catalog-page h1 {
    font-size: 24px;
    margin-bottom: 25px; }
  .catalog-page .page-content .row {
    margin-left: -10px;
    margin-right: -10px; }
  .catalog-page .col-6.col-xl-3 {
    margin-bottom: 15px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
    margin-bottom: 15px; }
  .catalog-page .empty-search .h2 {
    font-size: 24px; }
  .together-cheaper .h2, .together-cheaper h2 {
    text-align: left; }
  .together-cheaper .subtitle {
    text-align: left;
    padding-right: 100px; }
  .together-slider {
    padding: 0;
    margin: 20px 1px; }
    .together-slider .item {
      margin: 0;
      padding: 15px; }
    .together-slider .together-container .together-row {
      align-items: flex-start; }
    .together-slider .together-container .plus-sign {
      align-self: center; }
    .together-slider .together-container .together-item {
      flex: 0 0 200px; }
      .together-slider .together-container .together-item .text-block {
        order: 2;
        width: 100%; }
        .together-slider .together-container .together-item .text-block .descr-text {
          font-size: 13px;
          margin-bottom: 10px; }
      .together-slider .together-container .together-item .product-cost {
        margin-bottom: 10px; }
      .together-slider .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
        height: 120px; }
        .together-slider .together-container .together-item .img-block a {
          justify-content: flex-start; }
    .together-slider .together-container .together-footer {
      flex-wrap: wrap;
      margin-top: 5px; }
  .product-page .slider-section .h2,
  .product-page .slider-section h2 {
    text-align: left; }
  .load-products {
    margin-bottom: 0 !important; }
    .load-products .product-item {
      margin-bottom: 0; }
  .slider-section {
    padding: 40px 0; } }

@media (max-width: 575px) {
  .catalog-page .toggles-box .filters-open-toggle {
    order: 3;
    margin-right: 0; }
  .catalog-page .toggles-box .catalog-list-toggle {
    order: 2;
    margin-right: 5px; }
  .catalog-page .toggles-box .catalog-card-toggle {
    order: 1;
    margin-right: 5px;
    margin-left: 0; }
  .slider-section .h2, .slider-section h2 {
    font-size: 20px;
    text-align: center !important;
    margin-bottom: 20px;
    padding-left: 0; }
    .slider-section .h2 .stripe, .slider-section h2 .stripe {
      display: none; }
  .catalog-slider .slick-arrow {
    display: none !important; }
  .catalog-slider .item {
    margin: 0 5px;
    width: 230px; }
  .catalog-page .catalog-content.catalog-list .product-item .product-name {
    font-size: 14px; }
  .together-cheaper .title-group p {
    padding-right: 90px; }
  .together-slider .together-container .together-item {
    flex: 0 0 180px; }
    .together-slider .together-container .together-item .text-block .title {
      font-size: 14px; }
  .together-slider .together-container .plus-sign {
    margin: 0 5px; }
  .together-slider .together-container .total-num {
    font-size: 18px; }
  .together-slider .together-container .together-cost .cost-num {
    font-size: 18px; }
  .together-slider .together-container .btn-light {
    width: 120px; }
  .together-slider .slick-arrow {
    top: -55px;
    width: 32px;
    height: 32px; }
    .together-slider .slick-arrow.slick-next {
      right: -2px; }
    .together-slider .slick-arrow.slick-prev {
      right: 34px; }
    .together-slider .slick-arrow svg {
      width: 14px; }
  .together-cheaper {
    padding-top: 15px; }
  .product-item .product-cost {
    display: block;
    bottom: 56px; }
    .product-item .product-cost .old-cost {
      font-size: 14px; }
      .product-item .product-cost .old-cost span {
        font-size: 13px; }
  .product-item .new-cost {
    display: block; } }

@media (max-width: 479px) {
  .custom-container {
    padding-right: 5px;
    padding-left: 5px; }
    .custom-container .col-2 {
      padding-right: 5px;
      padding-left: 5px; }
    .custom-container .row {
      margin-left: -5px;
      margin-right: -5px; }
  .product-item .product-img {
    height: 140px; }
  .product-item .product-name {
    font-size: 14px; }
  .product-item .product-footer {
    left: 7px;
    right: 7px;
    bottom: 8px; }
  .product-item .old-cost,
  .product-item .new-cost,
  .product-item .default-cost {
    font-size: 13px; }
    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
      font-size: 15px; }
  .product-item .btn-light {
    padding: 0 3px;
    white-space: nowrap; }
  .catalog-page .together-slider .item {
    padding: 10px; }
  .catalog-page .together-slider .together-container .together-item .img-block {
    margin: 0 auto; }
    .catalog-page .together-slider .together-container .together-item .img-block a {
      justify-content: center; }
  .together-slider .together-container .together-item {
    flex: 0 0 120px; }
  .together-slider .together-container .plus-sign {
    flex: 0 0 16px;
    max-width: 16px; }
    .together-slider .together-container .plus-sign img {
      width: 100%; }
  .together-slider .together-container .together-footer {
    margin-top: 15px; }
  .together-slider .together-container .btn-light {
    width: 100%;
    margin-top: 10px; }
  .load-products .product-item .load-img {
    width: 40px;
    height: 40px; } }

@media (max-width: 420px) {
  .catalog-slider .item {
    width: 220px; }
  .catalog-slider .slick-list {
    padding: 0 80px !important; }
  .catalog-page .title-container .h1,
  .catalog-page .title-container h1 {
    font-size: 20px; } }

@media (max-width: 390px) {
  .catalog-slider .slick-list {
    padding: 0 55px !important; } }

@media (max-width: 375px) {
  .catalog-slider .item {
    width: 200px; }
  .catalog-slider .product-item .product-name {
    font-size: 14px; }
  .catalog-slider .product-item .product-img {
    height: 130px; }
  .product-item .product-img {
    height: 120px; }
  .product-item .product-name {
    font-size: 13px; }
  .product-item .btn-light {
    font-size: 13px; }
  .catalog-page .catalog-content-head {
    margin-left: 0; }
  .catalog-page .catalog-content.catalog-list .product-item {
    min-height: 180px;
    padding: 10px 5px 90px 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-name {
      padding: 0; }
    .catalog-page .catalog-content.catalog-list .product-item .product-code {
      padding: 0; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 120px;
      width: 120px;
      height: 120px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 130px; } }

.product-page #wrapper {
  overflow: visible; }

.product-page .tabs {
  margin: 50px 0 20px;
  padding: 0px;
  list-style: none;
  display: flex; }
  .product-page .tabs li {
    background-color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    position: relative;
    border: 1px solid #C4C4C4;
    margin: 0 10px 10px 0; }
    .product-page .tabs li a {
      text-decoration: none;
      color: #252525;
      display: block;
      width: 100%;
      height: 100%; }
    .product-page .tabs li.current {
      background-color: #212121;
      border: 1px solid #212121;
      color: #fff; }

.product-page .tab-pane {
  color: #121212;
  display: block;
  height: 0;
  overflow: hidden; }
  .product-page .tab-pane > p {
    margin: 0 0 20px; }
  .product-page .tab-pane.current {
    height: auto;
    overflow: visible; }
  .product-page .tab-pane .btn-primary {
    width: 380px; }
  .product-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px; }
  .product-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }

.product-page .tab-content {
  margin-bottom: 50px; }

.product-page .product-slider-container {
  padding-top: 5px; }
  .product-page .product-slider-container .badge-sale,
  .product-page .product-slider-container .badge-new,
  .product-page .product-slider-container .badge-top {
    position: absolute;
    top: -4px;
    left: -2px;
    height: 60px;
    z-index: 10;
    font-size: 13px;
    height: 24px; }

.product-page .product-slider {
  border: 1px solid #C2C2C2;
  margin: 0 auto 25px; }
  .product-page .product-slider.slick-initialized .item {
    display: block; }
  .product-page .product-slider .item {
    outline: 0;
    height: 520px;
    display: none; }
    .product-page .product-slider .item:first-child {
      display: block; }
    .product-page .product-slider .item picture {
      display: flex;
      justify-content: center;
      align-items: center; }
    .product-page .product-slider .item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      outline: 0; }
      .product-page .product-slider .item a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    .product-page .product-slider .item .zoom-icon {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background: url("../img/icons/zoom-icon.svg") no-repeat center;
      background-size: 25px;
      pointer-events: none; }
    .product-page .product-slider .item.video-item:before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 80px;
      height: 80px;
      top: calc(50% - 20px);
      height: 45px;
      background: url(../img/icons/youtube-icon.svg) no-repeat center;
      background-size: contain;
      pointer-events: none; }

.product-page .product-slider-nav {
  padding-top: 20px;
  margin: 0 auto;
  width: 480px;
  padding: 0 25px; }
  .product-page .product-slider-nav.slick-initialized .item {
    opacity: 1; }
  .product-page .product-slider-nav .item {
    border: 1px solid #C2C2C2;
    margin: 0 10px;
    outline: none;
    position: relative;
    cursor: pointer;
    opacity: 0;
    height: 124px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px; }
    .product-page .product-slider-nav .item picture {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
    .product-page .product-slider-nav .item.slick-current {
      border: 1px solid #72BD5E; }
    .product-page .product-slider-nav .item img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
    .product-page .product-slider-nav .item.video-item:before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 60px;
      height: 50px;
      top: calc(50% - 20px);
      height: 45px;
      background: url(../img/icons/youtube-icon.svg) no-repeat center;
      background-size: 50px;
      pointer-events: none; }
  .product-page .product-slider-nav .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #fff; }
    .product-page .product-slider-nav .slick-arrow:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      top: calc(50% - 12px);
      margin: 0 auto; }
    .product-page .product-slider-nav .slick-arrow.prev-arrow {
      left: 0; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow:before {
        left: 0;
        border-right: 12px solid #C4C4C4; }
    .product-page .product-slider-nav .slick-arrow.next-arrow {
      right: 0; }
      .product-page .product-slider-nav .slick-arrow.next-arrow:before {
        right: 0;
        border-left: 12px solid #C4C4C4; }
    .product-page .product-slider-nav .slick-arrow:hover.prev-arrow:before {
      border-right: 12px solid #72BD5E; }
    .product-page .product-slider-nav .slick-arrow:hover.next-arrow:before {
      border-left: 12px solid #72BD5E; }

.product-page .fancybox-content {
  border: 10px solid #fff;
  background-color: #fff; }

.product-page .product-description {
  padding-left: 20px;
  padding-top: 10px; }
  .product-page .product-description .product-code {
    font-size: 16px;
    color: #888;
    margin: 0 0 10px; }
  .product-page .product-description .subtitle {
    margin-bottom: 10px; }
  .product-page .product-description .product-availability {
    text-align: right;
    font-size: 14px;
    margin-top: -25px; }
    .product-page .product-description .product-availability .available {
      color: #3CA42B; }
    .product-page .product-description .product-availability .not-available {
      color: #74747a; }
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 30px;
    font-weight: 600;
    margin: -5px 0 15px;
    line-height: 1.3; }
  .product-page .product-description p {
    margin: 0 0 10px; }
  .product-page .product-description ul {
    margin: 10px 0 15px;
    padding-left: 15px;
    font-size: 14px; }
  .product-page .product-description .stars-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer; }
    .product-page .product-description .stars-block p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 16px; }
      .product-page .product-description .stars-block p span {
        font-weight: 500; }
      .product-page .product-description .stars-block p:hover {
        text-decoration: underline; }
    .product-page .product-description .stars-block .item-stars {
      height: 20px; }
    .product-page .product-description .stars-block .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/full-star.png) no-repeat center;
      background-size: contain; }
    .product-page .product-description .stars-block .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/half-star.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .product-description .stars-block .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.png) no-repeat center;
      background-size: contain; }
  .product-page .product-description .default-cost {
    font-size: 18px; }
    .product-page .product-description .default-cost span {
      font-size: 28px;
      font-weight: 600; }
  .product-page .product-description .new-cost {
    color: #DE3D3D;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px; }
    .product-page .product-description .new-cost span {
      font-size: 26px;
      font-weight: 700; }
  .product-page .product-description .old-cost {
    display: inline-block;
    vertical-align: bottom;
    color: #74747a;
    font-size: 20px;
    line-height: 1;
    position: relative; }
    .product-page .product-description .old-cost span {
      font-size: 22px; }
    .product-page .product-description .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #747474;
      position: absolute;
      top: 49%; }
  .product-page .product-description .buttons-box {
    margin: 20px 0 30px;
    display: flex;
    align-items: center; }
  .product-page .product-description .btn-light {
    width: 220px;
    padding: 0 8px;
    height: 46px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal; }
  .product-page .product-description .btn-primary {
    width: 220px;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 0 8px;
    font-size: 18px; }
    .product-page .product-description .btn-primary span {
      margin-right: 10px; }
    .product-page .product-description .btn-primary .default-text {
      display: block; }
    .product-page .product-description .btn-primary .default-icon {
      display: block; }
    .product-page .product-description .btn-primary .active-text {
      display: none; }
    .product-page .product-description .btn-primary .active-icon {
      width: 20px;
      display: none; }
    .product-page .product-description .btn-primary.added .default-icon {
      display: none; }
    .product-page .product-description .btn-primary.added .active-icon {
      display: block; }
    .product-page .product-description .btn-primary.added .default-text {
      display: none; }
    .product-page .product-description .btn-primary.added .active-text {
      display: block; }
  .product-page .product-description .btn-choose {
    width: 48px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #bbb;
    background-color: #fff;
    margin-left: 20px;
    transition: 0.25s; }
    .product-page .product-description .btn-choose .default-icon {
      display: block; }
    .product-page .product-description .btn-choose .active-icon {
      display: none; }
    .product-page .product-description .btn-choose.added {
      border: 1px solid #72BD5E; }
      .product-page .product-description .btn-choose.added .default-icon {
        display: none; }
      .product-page .product-description .btn-choose.added .active-icon {
        display: block; }
  .product-page .product-description .properties-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 30px 0; }
  .product-page .product-description .property-item {
    margin-right: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .product-page .product-description .property-item .h4 {
      font-weight: 600;
      margin: 0 0 3px;
      font-size: 18px;
      width: 100%; }
  .product-page .product-description .checkbox-item {
    position: relative;
    margin-right: 15px;
    margin-bottom: 30px; }
    .product-page .product-description .checkbox-item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .product-page .product-description .checkbox-item input:checked ~ label:after,
      .product-page .product-description .checkbox-item input:checked ~ label:before {
        opacity: 1; }
    .product-page .product-description .checkbox-item label {
      width: 70px;
      height: 70px;
      display: inline-block;
      padding: 3px 15px;
      cursor: pointer;
      position: relative; }
      .product-page .product-description .checkbox-item label span {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        font-size: 12px;
        font-weight: 500; }
      .product-page .product-description .checkbox-item label:after {
        content: '';
        position: absolute;
        left: -3px;
        top: -3px;
        bottom: -3px;
        right: -3px;
        border: 1px solid #111;
        opacity: 0;
        z-index: 0; }
      .product-page .product-description .checkbox-item label:before {
        content: '';
        background: #72BD5E url(../img/icons/check-icon.svg) no-repeat center;
        background-size: 14px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        right: -9px;
        top: -10px;
        z-index: 1;
        opacity: 0; }
      .product-page .product-description .checkbox-item label.active:after, .product-page .product-description .checkbox-item label.active:before {
        opacity: 1; }
  .product-page .product-description a.checkbox-item {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    width: 70px;
    height: 70px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 30px;
    color: #111;
background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
    
     }
    .product-page .product-description a.checkbox-item span {
      position: absolute;
      top: calc(100% + 5px);
      left: 0;
      right: 0;
      font-size: 12px;
      font-weight: 500; }
    .product-page .product-description a.checkbox-item:after {
      content: '';
      position: absolute;
      left: -3px;
      top: -3px;
      bottom: -3px;
      right: -3px;
      border: 1px solid #111;
      opacity: 0;
      z-index: 0; }
    .product-page .product-description a.checkbox-item:before {
      content: '';
      background: #72BD5E url(../img/icons/check-icon.svg) no-repeat center;
      background-size: 14px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      position: absolute;
      right: -9px;
      top: -10px;
      z-index: 1;
      opacity: 0; }
    .product-page .product-description a.checkbox-item.active:after, .product-page .product-description a.checkbox-item.active:before {
      opacity: 1; }
  .product-page .product-description .calc-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .product-page .product-description .calc-holder .h4 {
      font-weight: 600;
      margin: 0 0 3px;
      font-size: 18px;
      width: 100%; }
  .product-page .product-description .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 42px;
    position: relative; }
    .product-page .product-description .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 42px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
      font-family: "Roboto Bold", Arial, sans-serif; }
    .product-page .product-description .calc-block .increase-btn,
    .product-page .product-description .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 42px;
      width: 42px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border: 1px solid #ACAFC9; }
      .product-page .product-description .calc-block .increase-btn:hover,
      .product-page .product-description .calc-block .decrease-btn:hover {
        border-color: #72BD5E; }
        .product-page .product-description .calc-block .increase-btn:hover:before, .product-page .product-description .calc-block .increase-btn:hover:after,
        .product-page .product-description .calc-block .decrease-btn:hover:before,
        .product-page .product-description .calc-block .decrease-btn:hover:after {
          background: #72BD5E; }
    .product-page .product-description .calc-block .increase-btn {
      right: 0; }
    .product-page .product-description .calc-block .increase-btn:before,
    .product-page .product-description .calc-block .increase-btn:after {
      content: '';
      background: #212121;
      position: absolute; }
    .product-page .product-description .calc-block .increase-btn:before {
      top: 19px;
      left: 12px;
      width: 16px;
      height: 1px; }
    .product-page .product-description .calc-block .increase-btn:after {
      top: 12px;
      left: 19px;
      width: 1px;
      height: 16px; }
    .product-page .product-description .calc-block .decrease-btn {
      left: 0; }
    .product-page .product-description .calc-block .decrease-btn:after {
      content: '';
      width: 16px;
      height: 1px;
      background: #212121;
      position: absolute;
      top: 19px;
      left: 12px; }

.product-page .description-toggle {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  display: none; }
  .product-page .description-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #262626;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: -2px;
    top: calc(50% - 1px);
    transform-origin: center;
    transition: 0.25s; }
  .product-page .description-toggle .default-state {
    display: block; }
  .product-page .description-toggle .active-state {
    display: none; }
  .product-page .description-toggle.active:after {
    transform: rotate(180deg); }
  .product-page .description-toggle.active .default-state {
    display: none; }
  .product-page .description-toggle.active .active-state {
    display: block; }

.product-page .product-text-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }
  .product-page .product-text-container.active {
    max-height: none; }
    .product-page .product-text-container.active:after {
      display: none; }
  .product-page .product-text-container h4, .product-page .product-text-container .h4 {
    margin: 0 0 10px; }
  .product-page .product-text-container p {
    font-size: 14px;
    margin: 0 0 15px; }

.product-page .product-col {
  padding-left: 40px; }
  .product-page .product-col .product-description {
    padding-top: 0; }
  .product-page .product-col .h2 {
    font-size: 24px;
    font-weight: 500; }
  .product-page .product-col .product-description {
    padding-left: 0; }

.product-page .sticky-box {
  position: sticky;
  top: 90px; }

.product-page .lg-tab-img {
  border: 1px solid #c2c2c2;
  margin-bottom: 10px;
  padding: 20px; }
  .product-page .lg-tab-img img {
    display: block;
    max-width: 90%;
    max-height: 400px;
    margin: 0 auto; }

.product-page .review-item {
  border: 1px solid #c2c2c2;
  padding: 20px;
  margin-bottom: 20px; }
  .product-page .review-item .item-head {
    position: relative;
    margin-bottom: 10px;
    padding-right: 80px; }
    .product-page .review-item .item-head .item-name {
      font-size: 17px;
      font-weight: 600; }
    .product-page .review-item .item-head .item-date {
      position: absolute;
      right: 0;
      top: 5px;
      font-size: 12px;
      color: #888; }
  .product-page .review-item .item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px; }
    .product-page .review-item .item-stars span {
      margin-right: 5px; }
    .product-page .review-item .item-stars p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 15px; }
    .product-page .review-item .item-stars .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/full-star.png) no-repeat center;
      background-size: contain; }
    .product-page .review-item .item-stars .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/half-star.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .review-item .item-stars .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.png) no-repeat center;
      background-size: contain; }
  .product-page .review-item .review-text {
    margin: 10px 0; }
  .product-page .review-item .plus-box,
  .product-page .review-item .minus-box {
    display: flex; }
  .product-page .review-item .plus-box .plus-title {
    font-weight: 600;
    color: #72BD5E;
    margin-right: 5px; }
  .product-page .review-item .minus-box .minus-title {
    font-weight: 600;
    margin-right: 5px;
    color: #ec4949; }
  .product-page .review-item .admin-response {
    margin-top: 15px;
    margin-left: 20px;
    border-left: 2px solid #c2c2c2;
    padding: 5px 0 1px 10px; }
    .product-page .review-item .admin-response .item-name {
      color: #555; }

.product-page .review-form-container {
  border: 1px solid #c2c2c2;
  padding: 40px 150px 60px;
  border-radius: 3px; }
  .product-page .review-form-container .h3 {
    text-align: center; }
  .product-page .review-form-container .form-group {
    margin-bottom: 0;
    position: relative; }
    .product-page .review-form-container .form-group label {
      margin-bottom: 1px; }
    .product-page .review-form-container .form-group textarea {
      resize: vertical; }
    .product-page .review-form-container .form-group textarea.form-control {
      min-height: 140px; }
  .product-page .review-form-container .btn-primary {
    width: 100%;
    display: block;
    margin-top: 8px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-page .review-form-container .raiting-group {
    margin: 0 0 10px; }
  .product-page .review-form-container .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url("../img/icons/empty-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain; }
  .product-page .review-form-container .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("../img/icons/full-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain; }
  .product-page .review-form-container .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer; }
  .product-page .review-form-container .star-rating input:hover + i,
  .product-page .review-form-container .star-rating input:hover + label + i,
  .product-page .review-form-container .star-rating input:checked + i,
  .product-page .review-form-container .star-rating input:checked + label + i {
    opacity: 1; }
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i,
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i {
    opacity: 1;
    filter: hue-rotate(81deg); }
  .product-page .review-form-container .star-rating i ~ i {
    width: 40%; }
  .product-page .review-form-container .star-rating i ~ i ~ i {
    width: 60%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i {
    width: 80%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%; }

.product-page .text-container p {
  font-size: 14px; }

.product-page .text-container a {
  color: #72BD5E; }

.product-page .text-container .h1, .product-page .text-container h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 30px; }

.product-page .text-container .h2, .product-page .text-container h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 30px; }

.product-page .text-container .h3, .product-page .text-container h3 {
  font-size: 20px;
  font-weight: 400; }

.product-page .text-container .h5, .product-page .text-container h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700; }

.product-page .text-container .img-box {
  border: 1px solid #72BD5E;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px; }
  .product-page .text-container .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.product-page .text-container ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .product-page .text-container ul li {
    font-size: 14px;
    position: relative;
    padding-left: 18px; }
    .product-page .text-container ul li:before {
      content: '';
      width: 7px;
      height: 1px;
      background-color: #212121;
      position: absolute;
      left: 0;
      top: 11px; }

.product-page table {
  width: 100%;
  color: #222;
  font-size: 14px; }
  .product-page table thead td {
    font-weight: 500 !important; }
  .product-page table td {
    padding: 7px 5px 7px 10px; }
    .product-page table td:first-child {
      font-weight: 400; }
  .product-page table tr:nth-child(even) td {
    background-color: #E7EDF3; }

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

.product-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 30px 10px;
  flex-wrap: wrap; }
  .product-page .modal-content .modal-header h5 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500; }
  .product-page .modal-content .modal-header .sub-title {
    text-align: center;
    color: #747474; }

.product-page .modal-content .modal-body {
  padding: 5px 40px 45px; }
  .product-page .modal-content .modal-body .btn-success {
    margin-top: 5px; }

.product-page .modal-content .form-group {
  margin-bottom: 0; }

.product-page .modal-content .btn-primary {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding: 8px; }

.product-page .slider-section .h2, .product-page .slider-section h2 {
  font-weight: 600;
  font-size: 30px; }

.product-page .description-detail .h2, .product-page .description-detail h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 25px 0 10px; }

.product-page .description-detail iframe {
  max-width: 100%; }

.product-page .description-detail .h3, .product-page .description-detail h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0 10px; }

.product-page .description-detail .h4, .product-page .description-detail h4 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600; }

.product-page .description-detail .h5, .product-page .description-detail h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600; }

.product-page .description-detail img {
  display: block;
  max-width: 100%; }

.product-page .description-detail .align-left {
  margin: 0 20px 5px 0; }

.product-page .description-detail .align-right {
  margin: 0 0 20px 10px; }

.product-page .description-detail p {
  margin: 0 0 25px; }

.product-page .description-detail ul {
  margin: -5px 0 20px;
  padding: 0 0 0 20px; }
  .product-page .description-detail ul li {
    font-size: 16px;
    position: relative;
    margin: 3px 0; }

.product-page .description-detail .title-group {
  margin-top: 50px;
  margin-bottom: 30px; }

.product-page .description-detail table {
  margin-bottom: 30px; }

.product-page .description-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-top: 50px; }
  .product-page .description-img a {
    display: block; }
    .product-page .description-img a:hover {
      opacity: 0.7; }
  .product-page .description-img img {
    display: block;
    height: 160px;
    margin: 0 10px 10px 0; }

.product-page .consultation-section {
  margin-top: 50px; }

@media (min-width: 576px) {
  .modal.order-modal {
    max-width: 480px; } }

@media (max-width: 1699px) {
  .product-page .product-description {
    padding-left: 40px; } }

@media (max-width: 1399px) {
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 24px; }
  .product-page .product-slider {
    width: 500px; }
    .product-page .product-slider .item {
      width: 500px; }
  .product-page .product-description {
    padding-left: 90px; }
    .product-page .product-description .btn-primary {
      margin-right: 15px; }
    .product-page .product-description .btn-choose {
      margin-left: 15px; } }

@media (max-width: 1199px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 24px; }
  .product-page .product-col {
    padding-left: 15px; }
    .product-page .product-col .product-description {
      margin-left: 0;
      padding-top: 0; }
  .product-page .product-slider {
    width: 100%;
    margin-right: 0; }
    .product-page .product-slider .item {
      width: auto; }
  .product-page .product-description {
    padding-left: 0;
    margin-left: -20px; }
    .product-page .product-description .btn-primary,
    .product-page .product-description .btn-light {
      font-size: 14px; }
    .product-page .product-description .btn-choose {
      flex: 0 0 48px; }
    .product-page .product-description .property-item {
      margin-bottom: 20px; }
  .product-page .slider-section .h2,
  .product-page .slider-section h2 {
    font-size: 24px; }
  .product-page .product-slider-container {
    padding-right: 30px; }
  .product-page .review-form-container {
    padding: 30px 50px 40px; } }

@media (max-width: 991px) {
  .product-page #wrapper {
    overflow: hidden; }
  .product-page .tabs {
    margin-top: 30px; }
    .product-page .tabs li {
      font-size: 16px;
      padding: 5px 10px; }
  .product-page .col-lg-7.col-xl-6 {
    margin-bottom: 20px; }
  .product-page .product-slider-container {
    padding: 0;
    margin: 0 auto 30px;
    position: relative; }
    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
      top: -1px;
      right: auto;
      left: 0; }
    .product-page .product-slider-container .product-choose {
      width: 24px;
      top: 12px; }
      .product-page .product-slider-container .product-choose .choose-text {
        display: none; }
  .product-page .product-slider {
    margin: 0 auto 10px;
    border: 0;
    width: 500px; }
  .product-page .product-slider-nav {
    position: relative;
    height: 120px;
    width: 420px;
    padding: 0;
    left: -5px;
    top: auto;
    margin: 0 auto; }
    .product-page .product-slider-nav .slick-list {
      height: 125px !important;
      padding: 0 !important; }
    .product-page .product-slider-nav .item {
      margin: 0 7px;
      height: 120px;
      width: 122px; }
    .product-page .product-slider-nav .slick-arrow {
      width: 30px;
      height: 120px; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow {
        left: -32px;
        right: auto; }
      .product-page .product-slider-nav .slick-arrow.next-arrow {
        right: -32px;
        left: auto; }
  .product-page .product-description {
    margin-left: 0; }
    .product-page .product-description .product-cost {
      display: flex;
      align-items: center; }
      .product-page .product-description .product-cost .old-cost {
        margin-right: 10px; }
      .product-page .product-description .product-cost .new-cost {
        margin-bottom: -1px; }
    .product-page .product-description .property-item {
      margin-bottom: 0; }
  .product-page .product-col {
    display: none; } }

@media (max-width: 767px) {
  .product-page .product-slider-nav {
    height: 100px; }
    .product-page .product-slider-nav .item {
      width: 100px;
      height: 100px;
      padding: 3px; }
    .product-page .product-slider-nav .slick-arrow {
      height: 100px; }
  .product-page .product-slider-container {
    margin-bottom: 0;
    width: 420px;
    margin: 0 auto; }
  .product-page .product-slider {
    width: 100%; }
  .product-page .nav-tabs {
    margin: 5px 0 20px; }
    .product-page .nav-tabs .nav-item .nav-link {
      font-size: 12px;
      padding: 5px 10px; }
  .product-page .breadcrumb {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: nowrap; }
  .product-page .review-item {
    margin-bottom: 20px; }
  .product-page .review-form-container {
    padding: 20px 30px 30px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; }
  .product-page .catalog-slider-container {
    padding: 20px 0 80px; }
  .product-page .description-detail {
    margin: 15px 0; }
  .product-page .description-detail h2 {
    line-height: 1.2; }
  .product-page .description-detail p,
  .product-page .description-detail h1,
  .product-page .description-detail h2,
  .product-page .description-detail h3,
  .product-page .description-detail h4,
  .product-page .description-detail h5 {
    clear: both; }
  .product-page .description-img img {
    height: 120px; }
  .product-page .product-description {
    margin-top: 30px; } }

@media (max-width: 575px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 20px;
    margin-bottom: 5px; }
  .product-page .tabs {
    white-space: nowrap;
    margin-right: -15px;
    justify-content: center; }
    .product-page .tabs li {
      font-size: 14px;
      padding: 5px 10px; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px; }
  .product-page .catalog-slider-container {
    padding: 40px 0 0;
    width: 420px; }
  .product-page .text-container .img-box {
    display: none; }
  .product-page .text-container .h2, .product-page .text-container h2 {
    margin-bottom: 15px; }
  .product-page .text-container .h3, .product-page .text-container h3 {
    font-size: 18px; }
  .product-page .modal-content .modal-header h5 {
    font-size: 18px; }
  .product-page .modal-content .modal-body {
    padding: 5px 15px 30px; }
  .product-page .product-slider .item {
    height: 500px; }
  .product-page .product-slider-nav {
    width: 100%;
    padding: 0 32px; }
    .product-page .product-slider-nav .slick-arrow.prev-arrow {
      left: 0; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow:before {
        left: 12px; }
    .product-page .product-slider-nav .slick-arrow.next-arrow {
      right: 0; }
      .product-page .product-slider-nav .slick-arrow.next-arrow:before {
        right: 12px; }
  .product-page .product-description .product-code {
    margin-top: 0; }
  .product-page .product-description .buttons-box {
    flex-wrap: wrap;
    align-items: flex-start; }
    .product-page .product-description .buttons-box .btn-primary {
      width: 100%;
      margin: 0 0 15px;
      font-size: 16px; }
    .product-page .product-description .buttons-box .btn-light {
      display: inline-flex;
      margin: 0;
      flex-grow: 1;
      width: auto;
      font-size: 16px; }
    .product-page .product-description .buttons-box .btn-choose {
      display: inline-flex; }
  .product-page .product-description .product-availability {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px; }
  .product-page .product-description .property-item {
    margin-bottom: 20px; }
  .product-page .product-description .calc-holder {
    width: 100%; }
  .product-page .description-toggle {
    font-size: 16px; }
    .product-page .description-toggle:after {
      right: -4px; }
  .product-page .slider-section .h2, .product-page .slider-section h2 {
    margin-bottom: 10px; }
  .product-page .review-item {
    padding: 10px; }
    .product-page .review-item .admin-response {
      margin-left: 10px; }
  .product-page .together-cheaper {
    padding-top: 30px; }
  .product-page .description-detail .title-group .h2, .product-page .description-detail .title-group h2 {
    text-align: left; } }

@media (max-width: 479px) {
  .product-page .product-slider-container {
    width: 100%; }
    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
      left: 0; }
  .product-page .product-slider {
    width: 100%; }
    .product-page .product-slider .item {
      height: 360px;
      padding-top: 0; }
  .product-page .product-description .new-cost span {
    font-size: 22px; }
  .product-page .product-description .old-cost span {
    font-size: 18px; }
  .product-page .tab-pane .product-code {
    bottom: 100px;
    font-size: 12px; }
  .product-page .product-slider-nav {
    height: 85px;
    padding: 0 32px;
    margin: 0 -12px;
    width: calc(100% + 24px); }
    .product-page .product-slider-nav .item {
      width: 85px;
      height: 85px; }
    .product-page .product-slider-nav .slick-arrow {
      height: 85px; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow {
        left: 0; }
      .product-page .product-slider-nav .slick-arrow.next-arrow {
        right: 0; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90px; }
  .product-page .review-form-container {
    padding: 20px 15px 20px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; }
  .product-page .description-img img {
    height: 100px; } }

@media (max-width: 375px) {
  .product-page .tabs li {
    font-size: 13px;
    padding: 5px; } }

.cart-page .page-content {
  padding: 0 0 40px; }
  .cart-page .page-content h1, .cart-page .page-content .h1 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin: 0 0 50px; }

.cart-page .cart-container {
  margin-right: 10px; }
  .cart-page .cart-container:before, .cart-page .cart-container:after {
    content: " ";
    display: table; }
  .cart-page .cart-container:after {
    clear: both; }

.cart-page .cart-head {
  background-color: #EFF1F5;
  display: flex;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  border-radius: 3px;
  font-weight: 400;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  color: #555; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 165px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 280px; }
  .cart-page .cart-head .cost-cell {
    flex: 0 0 150px; }
  .cart-page .cart-head .calc-cell {
    flex: 0 0 210px; }
  .cart-page .cart-head .sum-cell {
    flex: 0 0 160px; }

.cart-page .cart-item {
  border-top: 1px solid #C4C4C4;
  padding: 20px 0;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .cart-page .cart-item:first-child {
    border-bottom: 0; }
  .cart-page .cart-item .text-block {
    margin-right: 30px;
    width: 250px; }
  .cart-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .cart-page .cart-item .img-block {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    margin-left: 20px;
    overflow: hidden;
    transition: 0.3s; }
    .cart-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .cart-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .cart-page .cart-item .img-block:hover, .cart-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .cart-page .cart-item .title {
    margin: 0 0 5px;
    max-width: 300px;
    font-weight: 500;
    line-height: 1.3; }
    .cart-page .cart-item .title a {
      color: inherit;
      text-decoration: none; }
      .cart-page .cart-item .title a:hover {
        text-decoration: underline; }
  .cart-page .cart-item .descr-text {
    color: #74747A; }
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    text-align: center;
    width: 150px;
    font-weight: 500; }
    .cart-page .cart-item .product-sum span,
    .cart-page .cart-item .product-cost span {
      font-size: 20px; }
  .cart-page .cart-item .default-cost {
    font-size: 16px; }
    .cart-page .cart-item .default-cost span {
      font-size: 20px;
      font-weight: 500; }
  .cart-page .cart-item .new-cost {
    color: #ff2600;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .cart-page .cart-item .new-cost span {
      font-size: 20px;
      font-weight: 500; }
  .cart-page .cart-item .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .cart-page .cart-item .old-cost span {
      font-size: 18px; }
    .cart-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #74747a;
      position: absolute;
      top: 49%; }
  .cart-page .cart-item .close-btn {
    width: 30px;
    height: 30px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 25px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer; }
    .cart-page .cart-item .close-btn:hover {
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%); }
  .cart-page .cart-item .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 36px;
    position: relative;
    overflow: hidden;
    margin: 0 50px; }
    .cart-page .cart-item .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 36px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
      font-family: "Roboto Bold", Arial, sans-serif; }
    .cart-page .cart-item .calc-block .increase-btn,
    .cart-page .cart-item .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 36px;
      width: 36px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border: 1px solid #787777; }
      .cart-page .cart-item .calc-block .increase-btn:hover,
      .cart-page .cart-item .calc-block .decrease-btn:hover {
        border-color: #72BD5E; }
        .cart-page .cart-item .calc-block .increase-btn:hover:before, .cart-page .cart-item .calc-block .increase-btn:hover:after,
        .cart-page .cart-item .calc-block .decrease-btn:hover:before,
        .cart-page .cart-item .calc-block .decrease-btn:hover:after {
          background: #72BD5E; }
    .cart-page .cart-item .calc-block .increase-btn {
      right: 0; }
    .cart-page .cart-item .calc-block .increase-btn:before,
    .cart-page .cart-item .calc-block .increase-btn:after {
      content: '';
      background: #212121;
      position: absolute; }
    .cart-page .cart-item .calc-block .increase-btn:before {
      top: 16px;
      left: 10px;
      width: 15px;
      height: 1px; }
    .cart-page .cart-item .calc-block .increase-btn:after {
      top: 9px;
      left: 17px;
      width: 1px;
      height: 15px; }
    .cart-page .cart-item .calc-block .decrease-btn {
      left: 0; }
    .cart-page .cart-item .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #212121;
      position: absolute;
      top: 16px;
      left: 10px; }

.cart-page .together-container {
  border: 1px solid red;
  position: relative;
  padding: 30px 10px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .cart-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: red;
    position: absolute;
    left: 30px;
    top: -13px;
    font-weight: 400; }
  .cart-page .together-container .together-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cart-page .together-container .together-item {
    display: flex;
    align-items: center;
    width: 45%; }
    .cart-page .together-container .together-item .img-block {
      flex: 0 0 120px;
      width: 120px;
      height: 120px;
      margin-right: 20px; }
      .cart-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .cart-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .cart-page .together-container .together-item .text-block .title {
      line-height: 1.2;
      font-weight: 500;
      max-width: 320px;
      margin: 0 10px 15px 0; }
      .cart-page .together-container .together-item .text-block .title a {
        color: inherit;
        text-decoration: none; }
        .cart-page .together-container .together-item .text-block .title a:hover {
          text-decoration: underline; }
    .cart-page .together-container .together-item .text-block .descr-text {
      color: #74747a; }
    .cart-page .together-container .together-item .product-cost .default-cost {
      color: #212121;
      font-size: 16px; }
      .cart-page .together-container .together-item .product-cost .default-cost span {
        font-size: 20px;
        font-weight: 500; }
    .cart-page .together-container .together-item .product-cost .new-cost {
      color: #DE3D3D;
      font-size: 16px;
      line-height: 1;
      margin-top: -7px; }
      .cart-page .together-container .together-item .product-cost .new-cost span {
        font-size: 20px;
        font-weight: 500; }
    .cart-page .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #74747a;
      font-size: 18px;
      line-height: 1;
      position: relative;
      top: -5px; }
      .cart-page .together-container .together-item .product-cost .old-cost span {
        font-size: 18px; }
      .cart-page .together-container .together-item .product-cost .old-cost:before {
        top: 51%; }
  .cart-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px; }
  .cart-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px; }
    .cart-page .together-container .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0; }
    .cart-page .together-container .calc-block .increase-btn,
    .cart-page .together-container .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border: 1px solid #212121;
      background-color: #fff; }
      .cart-page .together-container .calc-block .increase-btn:hover,
      .cart-page .together-container .calc-block .decrease-btn:hover {
        border-color: #72BD5E; }
        .cart-page .together-container .calc-block .increase-btn:hover:before, .cart-page .together-container .calc-block .increase-btn:hover:after,
        .cart-page .together-container .calc-block .decrease-btn:hover:before,
        .cart-page .together-container .calc-block .decrease-btn:hover:after {
          background: #72BD5E; }
    .cart-page .together-container .calc-block .increase-btn {
      right: 0; }
    .cart-page .together-container .calc-block .increase-btn:before,
    .cart-page .together-container .calc-block .increase-btn:after {
      content: '';
      background: #212121;
      position: absolute; }
    .cart-page .together-container .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cart-page .together-container .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cart-page .together-container .calc-block .decrease-btn {
      left: 0; }
    .cart-page .together-container .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #212121;
      position: absolute;
      top: 14px;
      left: 7px; }
  .cart-page .together-container .together-calc,
  .cart-page .together-container .together-cost,
  .cart-page .together-container .together-sum {
    display: flex;
    align-items: center; }
  .cart-page .together-container .cost-text {
    margin-right: 10px;
    font-weight: 400;
    font-size: 17px; }
  .cart-page .together-container .calc-text {
    font-weight: 400;
    font-size: 17px; }
  .cart-page .together-container .cost-num {
    font-size: 20px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px; }
  .cart-page .together-container .total-num {
    font-size: 20px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px; }
  .cart-page .together-container .close-btn {
    width: 30px;
    height: 30px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 25px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 20px;
    right: 5px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer; }
    .cart-page .together-container .close-btn:hover {
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%); }

.cart-page .cart-footer {
  padding: 10px 20px 20px;
  border: 1px solid #ACB0C9; }
  .cart-page .cart-footer .delivery-text {
    font-size: 13px;
    color: #72BD5E;
    margin: 10px 0;
    font-weight: 500; }
  .cart-page .cart-footer .cost-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px; }
    .cart-page .cart-footer .cost-table span {
      background-color: #fff;
      position: relative;
      bottom: -7px;
      z-index: 1;
      display: inline-block; }
    .cart-page .cart-footer .cost-table .red-text {
      color: #DE3D3D; }
    .cart-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 600; }
    .cart-page .cart-footer .cost-table td {
      padding: 3px 0;
      border-bottom: 1px dotted #BBB; }
      .cart-page .cart-footer .cost-table td:last-child {
        text-align: right; }
  .cart-page .cart-footer .btn-primary,
  .cart-page .cart-footer .btn-light {
    width: 100%;
    height: 48px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .cart-page .cart-footer .btn-success {
    margin-bottom: 15px; }

.cart-page .empty-cart {
  clear: both;
  padding: 150px 0; }
  .cart-page .empty-cart .lg-icon {
    margin-bottom: 15px; }
  .cart-page .empty-cart img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto; }
  .cart-page .empty-cart .h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600; }
  .cart-page .empty-cart p {
    font-size: 18px;
    color: #212121;
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }
    .cart-page .empty-cart p a {
      color: #72BD5E; }
      .cart-page .empty-cart p a:hover {
        text-decoration: none; }

.cart-page .slider-section {
  margin-top: 100px; }

@media (max-width: 1536px) {
  .cart-page .together-container .cost-text,
  .cart-page .together-container .calc-text {
    font-size: 14px;
    font-weight: 500; } }

@media (max-width: 1399px) {
  .cart-page .cart-head {
    font-size: 14px; }
    .cart-page .cart-head .name-cell {
      flex: 0 0 210px; }
    .cart-page .cart-head .img-cell {
      flex: 0 0 90px; }
  .cart-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin-right: 20px;
    margin-left: 0; }
  .cart-page .cart-item .text-block {
    width: auto;
    flex: 0 0 180px;
    margin-right: 10px; }
  .cart-page .cart-footer {
    padding: 10px 12px;
    margin-left: -10px; }
    .cart-page .cart-footer .delivery-text {
      font-size: 12px; }
    .cart-page .cart-footer .btn-primary,
    .cart-page .cart-footer .btn-light {
      font-size: 16px; }
    .cart-page .cart-footer .cost-table strong {
      font-size: 17px; } }

@media (max-width: 1199px) {
  .cart-page .page-content h1, .cart-page .page-content .h1 {
    font-size: 32px; }
  .cart-page .cart-container {
    margin-right: 0; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 140px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 230px; }
  .cart-page .cart-item .img-block {
    margin-left: 0;
    margin-right: 20px; }
  .cart-page .cart-item .text-block {
    width: auto;
    max-width: 200px;
    flex: 0 0 200px; }
  .cart-page .cart-item .title {
    font-size: 14px; }
  .cart-page .cart-item .descr-text {
    font-size: 13px; }
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    font-size: 16px; }
    .cart-page .cart-item .product-sum span,
    .cart-page .cart-item .product-cost span {
      font-size: 16px; }
  .cart-page .together-container {
    padding: 15px; }
    .cart-page .together-container .together-item .text-block {
      flex: 0 0 200px; }
      .cart-page .together-container .together-item .text-block .title {
        font-size: 14px; }
      .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 14px; }
    .cart-page .together-container .together-item .img-block {
      margin-bottom: 10px; }
    .cart-page .together-container .together-footer {
      margin-top: 10px; }
    .cart-page .together-container .together-calc,
    .cart-page .together-container .together-cost,
    .cart-page .together-container .together-sum {
      font-size: 13px; }
    .cart-page .together-container .cost-text {
      margin-right: 5px;
      font-size: 13px; }
    .cart-page .together-container .cost-num {
      font-size: 16px; }
    .cart-page .together-container .total-num {
      font-size: 16px; }
  .cart-page .empty-cart img {
    max-width: 60px;
    max-height: 60px; }
  .cart-page .empty-cart .h2 {
    font-size: 24px; }
  .cart-page .cart-footer {
    margin: 20px 0 0; }
  .cart-page .slider-section {
    margin-top: 50px; } }

@media (max-width: 991px) {
  .cart-page .page-content h1, .cart-page .page-content .h1 {
    font-size: 28px;
    margin-bottom: 5px; }
  .cart-page .cart-container {
    overflow: hidden;
    position: relative; }
    .cart-page .cart-container:after {
      content: '';
      position: absolute;
      left: 0;
      top: -1px;
      height: 3px;
      background-color: #fff;
      width: 100%; }
  .cart-page .cart-head {
    display: none; }
  .cart-page .cart-item .img-block {
    width: auto;
    max-width: 100px;
    flex: 0 0 100px;
    margin-right: 10px; }
  .cart-page .cart-item .text-block {
    flex: 0 0 150px;
    max-width: 150px;
    margin-right: 20px; }
  .cart-page .cart-item .product-cost {
    width: auto;
    flex: 0 0 100px;
    max-width: 100px; }
  .cart-page .cart-item .calc-block {
    margin: 0 20px;
    flex: 0 0 100px; }
  .cart-page .cart-item .product-sum {
    width: auto;
    flex: 0 0 120px;
    max-width: 120px; }
  .cart-page .together-container {
    padding: 15px 10px 10px;
    margin-bottom: 0; }
    .cart-page .together-container .together-item {
      flex-wrap: wrap; }
      .cart-page .together-container .together-item .text-block {
        order: 3;
        flex: 0 0 100%; }
      .cart-page .together-container .together-item .product-cost .old-cost span {
        font-size: 14px; }
    .cart-page .together-container .cost-text,
    .cart-page .together-container .calc-text {
      font-size: 13px; }
    .cart-page .together-container .calc-block {
      width: 90px; }
      .cart-page .together-container .calc-block .amount-control {
        width: 40px; } }

@media (max-width: 767px) {
  .cart-page .page-content {
    padding-bottom: 20px; }
    .cart-page .page-content h1, .cart-page .page-content .h1 {
      font-size: 24px; }
  .cart-page .cart-item .img-block {
    max-width: 80px;
    flex: 0 0 80px;
    height: 80px; }
  .cart-page .cart-item .calc-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0; }
  .cart-page .cart-item .product-cost {
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-page .cart-item .calc-block {
    margin: 10px auto; }
  .cart-page .cart-item .product-sum {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px; }
    .cart-page .cart-item .product-sum span {
      font-size: 13px; }
  .cart-page .cart-item .default-cost,
  .cart-page .cart-item .old-cost,
  .cart-page .cart-item .new-cost {
    font-size: 13px; }
    .cart-page .cart-item .default-cost span,
    .cart-page .cart-item .old-cost span,
    .cart-page .cart-item .new-cost span {
      font-size: 13px; }
  .cart-page .together-container .together-item .product-cost .default-cost span {
    font-size: 16px; }
  .cart-page .together-container .together-item .product-cost .new-cost span {
    font-size: 16px; }
  .cart-page .together-container .plus-sign {
    width: 16px;
    flex: 0 0 16px; }
    .cart-page .together-container .plus-sign img {
      width: 100%; }
  .cart-page .together-container .calc-block .amount-control {
    background-color: #F4F7FA; }
  .cart-page .together-container .together-footer {
    background-color: #F4F7FA;
    padding: 3px; }
  .cart-page .together-container .together-title {
    font-size: 12px;
    top: -10px;
    left: 5px;
    padding: 0 5px; }
  .cart-page .together-container .together-calc,
  .cart-page .together-container .together-cost,
  .cart-page .together-container .together-sum {
    display: block; }
  .cart-page .together-container .cost-text,
  .cart-page .together-container .calc-text {
    margin-bottom: 8px; }
  .cart-page .together-container .calc-block {
    margin-left: 0; }
  .cart-page .together-container .calc-text {
    display: none; }
  .cart-page .together-container .together-calc {
    margin: 0 auto; }
  .cart-page .cart-footer {
    float: none;
    width: 100%; }
  .cart-page .empty-cart .h2 {
    font-size: 20px; } }

@media (max-width: 575px) {
  .cart-page .page-content {
    padding-bottom: 20px; }
  .cart-page .cart-container {
    margin-bottom: 0; }
  .cart-page .cart-item {
    flex-wrap: wrap; }
    .cart-page .cart-item .text-block {
      width: calc(100% - 90px);
      flex: auto;
      max-width: none;
      margin-right: 0; }
      .cart-page .cart-item .text-block .title {
        max-width: none; }
    .cart-page .cart-item .calc-wrap {
      width: calc(100% + 30px);
      flex-wrap: nowrap;
      margin-right: -30px; }
      .cart-page .cart-item .calc-wrap .product-cost {
        max-width: 80px;
        flex: auto; }
      .cart-page .cart-item .calc-wrap .product-sum {
        max-width: 85px;
        flex: auto; }
      .cart-page .cart-item .calc-wrap .calc-block {
        margin: 0 10px; }
    .cart-page .cart-item .close-btn {
      top: 10px;
      margin-top: 0; }
  .cart-page .together-container {
    padding: 15px 10px; }
    .cart-page .together-container .together-footer {
      justify-content: center; }
    .cart-page .together-container .together-item {
      width: auto;
      flex: 0 0 130px;
      max-width: 130px; }
      .cart-page .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px; }
      .cart-page .together-container .together-item .text-block .title {
        font-size: 13px; }
      .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 12px;
        margin-bottom: 10px; }
      .cart-page .together-container .together-item .product-cost {
        order: 3; }
        .cart-page .together-container .together-item .product-cost .default-cost {
          font-size: 14px; }
          .cart-page .together-container .together-item .product-cost .default-cost span {
            font-size: 14px; }
        .cart-page .together-container .together-item .product-cost .old-cost {
          font-size: 14px; }
        .cart-page .together-container .together-item .product-cost .new-cost {
          font-size: 14px;
          margin-bottom: 1px; }
          .cart-page .together-container .together-item .product-cost .new-cost span {
            font-size: 14px; }
    .cart-page .together-container .together-sum,
    .cart-page .together-container .together-cost {
      width: 85px; }
    .cart-page .together-container .cost-text {
      font-weight: 500; }
    .cart-page .together-container .total-num {
      font-size: 14px; }
    .cart-page .together-container .cost-num {
      font-size: 14px; }
  .cart-page .empty-cart {
    padding: 100px 0; }
    .cart-page .empty-cart p {
      font-size: 16px; } }

@media (max-width: 375px) {
  .cart-page .together-container .plus-sign {
    position: relative;
    left: -8px; } }

.order-page #wrapper {
  overflow: visible; }

.order-page .page-content {
  padding: 0 0 50px; }
  .order-page .page-content .order-lg-2 {
    padding-left: 80px; }

.order-page h1, .order-page .h1 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 50px; }

.order-page .order-head {
  background-color: #E7EDF3;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  .order-page .order-head .head-title {
    font-size: 20px;
    font-weight: 600; }
  .order-page .order-head a {
    text-decoration: underline;
    color: #72BD5E; }
    .order-page .order-head a:hover {
      text-decoration: none; }

.order-page fieldset {
  border: 1px solid #C2C2C2;
  padding: 10px 20px 20px; }
  .order-page fieldset .radio-item {
    position: relative;
    margin-bottom: 13px; }
    .order-page fieldset .radio-item input {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .order-page fieldset .radio-item input:checked ~ label:after {
      display: block; }
    .order-page fieldset .radio-item label {
      display: block;
      padding-left: 29px;
      font-size: 14px;
      cursor: pointer; }
      .order-page fieldset .radio-item label small {
        display: block;
        color: #74747a; }
      .order-page fieldset .radio-item label:before {
        content: '';
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid #888;
        position: absolute;
        left: 0;
        top: -2px; }
      .order-page fieldset .radio-item label:after {
        content: '';
        background: #72BD5E url(../img/icons/check-icon.svg) no-repeat center;
        background-size: 16px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -2px;
        display: none; }
  .order-page fieldset .check-item {
    position: relative;
    margin-bottom: 10px; }
    .order-page fieldset .check-item input {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .order-page fieldset .check-item input:checked ~ label:after {
      display: block; }
    .order-page fieldset .check-item label {
      display: block;
      padding-left: 29px;
      font-size: 14px;
      cursor: pointer; }
      .order-page fieldset .check-item label small {
        display: block;
        color: #74747a; }
      .order-page fieldset .check-item label:before {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 1px solid #888;
        position: absolute;
        left: 0;
        top: 0; }
      .order-page fieldset .check-item label:after {
        content: '';
        background: #72BD5E url(../img/icons/check-icon.svg) no-repeat center;
        background-size: 12px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        position: absolute;
        left: 0;
        top: 0;
        display: none; }

.order-page .field-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px; }

.order-page .form-group {
  margin-bottom: 0;
  position: relative; }
  .order-page .form-group label {
    margin-bottom: 1px; }
  .order-page .form-group .form-control::placeholder {
    color: #888; }
  .order-page .form-group textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    outline: none;
    padding: 10px;
    color: #000;
    font-size: 14px;
    outline: 0;
    resize: vertical; }
    .order-page .form-group textarea:focus {
      border: 1px solid #72BD5E;
      box-shadow: 0 0 0 3px rgba(114, 189, 94, 0.3); }

.order-page .radio-row {
  margin-bottom: 5px; }
  .order-page .radio-row .radio-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }

.order-page .select-container .select-box {
  width: 100%; }

.order-page .select-container .select-button {
  width: 100%;
  height: 42px; }

.order-page .select-container .select-dropdown {
  width: 100%; }

.order-page .select-container .sbox {
  position: relative;
  padding: 5px 10px 1px; }
  .order-page .select-container .sbox i {
    content: '';
    width: 40px;
    height: 34px;
    position: absolute;
    top: 5px;
    left: 10px;
    background: url(../img/icons/search-icon-g.svg) no-repeat center; }
  .order-page .select-container .sbox input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px 0 38px;
    outline: 0;
    border: 1px solid #888; }
    .order-page .select-container .sbox input:focus {
      border: 1px solid #72BD5E; }

.order-page .address-box .payment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -4px; }

.order-page .delivery-type-01,
.order-page .delivery-type-02,
.order-page .delivery-type-03 {
  display: none; }

.order-page .delivery-box {
  margin-bottom: 5px; }

.order-page .privacy-text {
  font-size: 13px;
  margin-top: -5px; }
  .order-page .privacy-text a {
    color: #72BD5E; }

.order-page .btn-primary {
  margin: 15px auto 0;
  font-size: 18px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.order-page .col-lg-6 .cart-box {
  position: sticky;
  top: 90px; }
  .order-page .col-lg-6 .cart-box .order-head {
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
  .order-page .col-lg-6 .cart-box .cart-container {
    margin-top: -2px; }

.order-page .cart-item {
  border-top: 1px solid #C4C4C4;
  padding: 15px 0;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .order-page .cart-item:first-child {
    border-bottom: 0; }
  .order-page .cart-item .text-block {
    margin-right: 20px;
    width: 300px; }
  .order-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .order-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    transition: 0.3s; }
    .order-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .order-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .order-page .cart-item .img-block:hover, .order-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .order-page .cart-item .title {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500; }
    .order-page .cart-item .title a {
      color: inherit;
      text-decoration: none; }
      .order-page .cart-item .title a:hover {
        text-decoration: underline; }
  .order-page .cart-item .descr-text {
    color: #74747a;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px; }
  .order-page .cart-item .title-amount {
    font-weight: 500;
    color: #888; }
  .order-page .cart-item .product-sum,
  .order-page .cart-item .product-cost {
    margin: 0;
    font-size: 14px;
    text-align: center;
    width: 150px;
    font-weight: 500; }
    .order-page .cart-item .product-sum span,
    .order-page .cart-item .product-cost span {
      font-weight: 600; }
  .order-page .cart-item .default-cost {
    font-size: 16px; }
    .order-page .cart-item .default-cost span {
      font-size: 18px;
      font-weight: 700; }
  .order-page .cart-item .new-cost {
    color: #DE3D3D;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .order-page .cart-item .new-cost span {
      font-size: 16px;
      font-weight: 700; }
  .order-page .cart-item .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .order-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #DE3D3D;
      position: absolute;
      top: 49%; }
  .order-page .cart-item .close-btn {
    width: 30px;
    height: 30px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 25px;
    border: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.7; }
    .order-page .cart-item .close-btn:hover {
      opacity: 1;
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%); }

.order-page .together-container {
  border: 1px solid #DE3D3D;
  position: relative;
  padding: 30px 10px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .order-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: red;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px; }
  .order-page .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .order-page .together-container .plus-sign {
    align-self: center; }
    .order-page .together-container .plus-sign img {
      width: 25px;
      height: 25px;
      display: block; }
  .order-page .together-container .together-item {
    display: flex;
    flex-wrap: wrap; }
    .order-page .together-container .together-item:last-child {
      padding-left: 15px; }
    .order-page .together-container .together-item .img-block {
      flex: 0 0 80px;
      width: 80px;
      height: 80px;
      margin-right: 10px; }
      .order-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .order-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .order-page .together-container .together-item .text-block {
      flex: 0 0 160px;
      width: 160px; }
      .order-page .together-container .together-item .text-block .title {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 10px 5px 0; }
        .order-page .together-container .together-item .text-block .title a {
          text-decoration: none;
          color: inherit; }
          .order-page .together-container .together-item .text-block .title a:hover {
            text-decoration: underline; }
      .order-page .together-container .together-item .text-block .descr-text {
        color: #74747a;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 0; }
    .order-page .together-container .together-item .product-cost .default-cost {
      font-size: 14px;
      width: 100%;
      margin-top: 10px; }
      .order-page .together-container .together-item .product-cost .default-cost span {
        font-size: 16px;
        font-weight: 600; }
    .order-page .together-container .together-item .product-cost .new-cost {
      color: #DE3D3D;
      font-size: 14px;
      line-height: 1;
      margin-top: -3px; }
      .order-page .together-container .together-item .product-cost .new-cost span {
        font-size: 16px;
        font-weight: 500; }
    .order-page .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #74747a;
      font-size: 14px;
      line-height: 1;
      position: relative;
      margin-bottom: 3px; }
      .order-page .together-container .together-item .product-cost .old-cost:after {
        content: '';
        height: 1px;
        left: -1px;
        right: -1px;
        background-color: #74747a;
        position: absolute;
        top: 49%; }
  .order-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px; }
  .order-page .together-container .together-calc,
  .order-page .together-container .together-cost,
  .order-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 13px; }
  .order-page .together-container .together-calc span {
    font-size: 14px; }
  .order-page .together-container .cost-text {
    margin-right: 10px; }
  .order-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #72BD5E;
    margin-top: -2px; }
  .order-page .together-container .total-num {
    font-size: 14px;
    font-weight: 500;
    color: red;
    margin-top: -2px; }
  .order-page .together-container .close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 22px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 20px;
    right: 5px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.7; }
    .order-page .together-container .close-btn:hover {
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%);
      opacity: 1; }

.order-page .cart-footer {
  border: 1px solid #C4C4C4;
  padding: 12px 20px 25px;
  margin-top: 20px; }
  .order-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747a;
    margin: 10px 0; }
  .order-page .cart-footer .cost-table {
    width: 100%; }
    .order-page .cart-footer .cost-table .red-text {
      color: #d41e1e; }
    .order-page .cart-footer .cost-table span {
      background-color: #fff;
      position: relative;
      bottom: -7px;
      z-index: 1;
      display: inline-block; }
    .order-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 500; }
    .order-page .cart-footer .cost-table td {
      padding: 3px 0;
      border-bottom: 1px dotted #BBB; }
      .order-page .cart-footer .cost-table td:last-child {
        text-align: right; }
        .order-page .cart-footer .cost-table td:last-child span {
          font-weight: 600; }
    .order-page .cart-footer .cost-table tr:last-child strong {
      font-weight: 700; }
    .order-page .cart-footer .cost-table tr:last-child span {
      font-weight: 700; }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; }
  .order-lg-1 {
    order: 1; } }

@media (max-width: 1199px) {
  .order-page h1, .order-page .h1 {
    font-size: 32px; }
  .order-page .page-content .order-lg-2 {
    padding-left: 10px; }
  .order-page .together-container .together-item .img-block {
    margin-bottom: 10px; }
  .order-page .together-container .together-item .product-cost {
    margin-left: 0;
    width: 100%; }
    .order-page .together-container .together-item .product-cost span {
      font-weight: 600; }
    .order-page .together-container .together-item .product-cost .default-cost {
      text-align: left; }
  .order-page .together-container .together-item .text-block {
    width: 100%;
    flex: 0 0 100%; }
  .order-page .radio-row {
    margin-bottom: 30px; }
    .order-page .radio-row .radio-item {
      display: block; } }

@media (max-width: 991px) {
  .order-page #wrapper {
    overflow: hidden; }
  .order-page h1, .order-page .h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3; }
  .order-page .order-head .head-title {
    font-size: 18px; }
  .order-page .col-lg-6 .cart-box {
    position: static; }
  .order-page .cart-footer {
    float: none;
    width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .order-page h1, .order-page .h1 {
    font-size: 24px; }
  .order-page fieldset {
    padding: 5px 12px 15px; } }

@media (max-width: 575px) {
  .order-page .cart-footer {
    padding: 10px 10px 15px; }
  .order-page h1, .order-page .h1 {
    font-size: 20px; }
  .order-page fieldset {
    padding: 10px; }
  .order-page .together-container .together-item {
    flex: 0 0 130px;
    max-width: 130px; }
    .order-page .together-container .together-item .img-block {
      margin-bottom: 10px; }
    .order-page .together-container .together-item .product-cost {
      margin-left: 0;
      margin-bottom: 5px; }
      .order-page .together-container .together-item .product-cost .old-cost {
        margin-right: 8px; }
      .order-page .together-container .together-item .product-cost .new-cost {
        margin-top: 1px; }
      .order-page .together-container .together-item .product-cost .default-cost {
        text-align: left; }
    .order-page .together-container .together-item .text-block {
      order: 3;
      max-width: 100%;
      flex: 0 0 100%; }
  .order-page .delivery-box .row {
    margin-left: -8px;
    margin-right: -8px; }
  .order-page .delivery-box .col-3,
  .order-page .delivery-box .col-4,
  .order-page .delivery-box .col-5,
  .order-page .delivery-box .col-6 {
    padding-right: 8px;
    padding-left: 8px; }
  .order-page .order-head {
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
    .order-page .order-head .head-title {
      width: 100%;
      margin-bottom: 3px; } }

@media (max-width: 479px) {
  .order-page .cart-item {
    flex-wrap: wrap; }
    .order-page .cart-item .product-sum,
    .order-page .cart-item .product-cost {
      text-align: left; }
    .order-page .cart-item .default-cost span {
      font-size: 16px; }
    .order-page .cart-item .product-sum {
      width: auto; }
    .order-page .cart-item .close-btn {
      margin-top: 0;
      top: 8px; }
    .order-page .cart-item .text-block {
      margin-right: 0;
      width: calc(100% - 95px); }
    .order-page .cart-item .title-amount {
      font-weight: 400; }
    .order-page .cart-item .calc-wrap {
      justify-content: flex-start;
      margin-top: 0;
      margin-left: 95px; }
  .order-page .together-container .together-footer {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .order-page .together-container .together-calc {
    width: 100%;
    margin-bottom: 5px; } }

@media (max-width: 375px) {
  .order-page .delivery-box .col-3 label,
  .order-page .delivery-box .col-4 label,
  .order-page .delivery-box .col-5 label,
  .order-page .delivery-box .col-6 label {
    font-size: 12px; }
  .order-page .h1, .order-page h1 {
    font-size: 18px; }
  .order-page .order-head .head-title {
    font-size: 16px; } }

.auth-page .page-content {
  display: flex;
  align-items: center;
  padding: 80px 0; }

.auth-page .title-box {
  text-align: center;
  margin-bottom: 30px; }
  .auth-page .title-box h1, .auth-page .title-box .h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 5px; }
  .auth-page .title-box .subtitle {
    color: #74747a; }

.auth-page .auth-content {
  width: 520px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  z-index: 1; }
  .auth-page .auth-content:before, .auth-page .auth-content:after {
    content: '';
    position: absolute; }
  .auth-page .auth-content:before {
    background-color: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(80% 0, 100% 15%, 100% 100%, 0 100%, 0 0); }
  .auth-page .auth-content:after {
    background-color: #A2A5BA;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    clip-path: polygon(80% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    z-index: -2; }
  .auth-page .auth-content .btn-primary {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .auth-page .auth-content .info-group .form-control {
    padding-right: 35px; }
  .auth-page .auth-content .info-group .tooltip-box {
    position: absolute;
    top: 36px;
    right: 7px;
    width: 22px;
    height: 22px;
    cursor: pointer; }
    .auth-page .auth-content .info-group .tooltip-box img {
      width: 18px; }
    .auth-page .auth-content .info-group .tooltip-box:hover .tooltip-content {
      opacity: 1;
      pointer-events: auto; }
  .auth-page .auth-content .info-group .tooltip-content {
    width: 250px;
    font-size: 13px;
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% - 30px);
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none; }
    .auth-page .auth-content .info-group .tooltip-content:after, .auth-page .auth-content .info-group .tooltip-content:before {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      top: 20px; }
    .auth-page .auth-content .info-group .tooltip-content:after {
      left: -8px;
      border-width: 8px 8px 8px 0;
      border-right-color: #fff; }
    .auth-page .auth-content .info-group .tooltip-content:before {
      left: -9px;
      border-width: 8px 8px 8px 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
  .auth-page .auth-content .flex-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px; }
  .auth-page .auth-content .checkbox-item {
    position: relative; }
    .auth-page .auth-content .checkbox-item label {
      position: relative;
      padding-left: 30px;
      cursor: pointer; }
      .auth-page .auth-content .checkbox-item label:before, .auth-page .auth-content .checkbox-item label:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0; }
      .auth-page .auth-content .checkbox-item label:before {
        width: 20px;
        height: 20px;
        border: 1px solid #C2C2C2;
        border-radius: 3px;
        z-index: 1; }
      .auth-page .auth-content .checkbox-item label:after {
        background: url("../img/icons/check-icon.svg") no-repeat center;
        opacity: 0;
        z-index: 5; }
    .auth-page .auth-content .checkbox-item input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .auth-page .auth-content .checkbox-item input:checked ~ label:before {
      background-color: red;
      border-color: red; }
    .auth-page .auth-content .checkbox-item input:checked ~ label:after {
      opacity: 1; }
  .auth-page .auth-content .modal-link {
    cursor: pointer;
    color: #74747a;
    text-decoration: none;
    text-decoration: underline; }
    .auth-page .auth-content .modal-link:hover {
      color: #252525;
      text-decoration: underline; }

.auth-page .social-buttons {
  margin-bottom: 20px; }
  .auth-page .social-buttons .facebook-btn,
  .auth-page .social-buttons .google-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    outline: 0;
    cursor: pointer;
    height: 38px;
    transition: 0.25s; }
    .auth-page .social-buttons .facebook-btn img,
    .auth-page .social-buttons .google-btn img {
      margin-right: 7px; }
  .auth-page .social-buttons .facebook-btn {
    border: 1px solid #4267B0;
    background-color: #4267B0;
    color: #fff; }
    .auth-page .social-buttons .facebook-btn:hover {
      border: 1px solid #2b5bb9;
      background-color: #2b5bb9; }
  .auth-page .social-buttons .google-btn {
    background-color: #fff;
    border: 1px solid #c2c2c2; }
    .auth-page .social-buttons .google-btn:hover {
      border: 1px solid #555; }

.auth-page .form-divider {
  position: relative;
  margin: 30px 0;
  height: 10px; }
  .auth-page .form-divider:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    background-color: #c2c2c2;
    z-index: 1; }
  .auth-page .form-divider i {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: 0 auto;
    width: 50px;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    font-style: normal; }

.auth-page .link-text {
  margin-top: 30px;
  text-align: center; }
  .auth-page .link-text a {
    color: #72BD5E;
    font-weight: 500; }
    .auth-page .link-text a:hover {
      text-decoration: none; }

.auth-page .modal {
  max-width: 500px; }

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

.auth-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 40px 10px;
  flex-wrap: wrap; }
  .auth-page .modal-content .modal-header h5 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: center; }
  .auth-page .modal-content .modal-header .sub-title {
    color: #555;
    font-size: 15px; }

.auth-page .modal-content .modal-body {
  padding: 5px 40px 45px; }
  .auth-page .modal-content .modal-body .btn-primary {
    margin-top: 10px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }

.auth-page .checkbox-holder {
  position: relative;
  margin-bottom: 20px; }
  .auth-page .checkbox-holder input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .auth-page .checkbox-holder input:checked ~ label:after {
      display: block; }
  .auth-page .checkbox-holder label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    line-height: 1.6; }
    .auth-page .checkbox-holder label a {
      color: #72BD5E;
      font-weight: 500; }
      .auth-page .checkbox-holder label a:hover {
        text-decoration: none; }
    .auth-page .checkbox-holder label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #a2a2a2; }
    .auth-page .checkbox-holder label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: #72BD5E url(../img/icons/white-check.svg) no-repeat center/16px;
      display: none; }

@media (max-width: 1536px) {
  .auth-page .title-box h1,
  .auth-page .title-box .h1 {
    font-size: 28px; }
  .auth-page .auth-content {
    padding: 30px 40px;
    width: 480px; }
  .auth-page .page-content {
    padding: 50px; } }

@media (max-width: 1399px) {
  .auth-page .auth-content .info-group .tooltip-box {
    top: 34px; } }

@media (max-width: 991px) {
  .auth-page .title-box h1 {
    font-size: 28px; }
  .auth-page .auth-content .info-group .tooltip-content {
    left: auto;
    right: -7px;
    top: -85px; }
    .auth-page .auth-content .info-group .tooltip-content:after {
      left: auto;
      right: 10px;
      top: auto;
      bottom: -6px;
      border-width: 8px 8px 0 8px;
      border-top-color: #fff;
      border-right-color: transparent; }
    .auth-page .auth-content .info-group .tooltip-content:before {
      top: auto;
      bottom: -8px;
      left: auto;
      right: 10px;
      border-width: 8px 8px 0 8px;
      border-right-color: transparent;
      border-top-color: rgba(0, 0, 0, 0.25); } }

@media (max-width: 767px) {
  .auth-page .title-box h1 {
    font-size: 24px; }
  .auth-page .page-content {
    padding: 50px 0 80px; } }

@media (max-width: 575px) {
  .auth-page .auth-content {
    width: 100%; }
  .auth-page .modal-content .modal-header {
    padding: 25px 15px 10px; }
    .auth-page .modal-content .modal-header h5 {
      font-size: 22px; }
    .auth-page .modal-content .modal-header .sub-title {
      font-size: 14px; }
  .auth-page .modal-content .modal-body {
    padding: 5px 15px 30px; }
  .auth-page .auth-content {
    padding: 20px 5px; }
    .auth-page .auth-content:before, .auth-page .auth-content:after {
      display: none; }
  .auth-page .link-text {
    font-size: 16px;
    text-align: center; }
  .auth-page .title-box {
    margin-bottom: 15px; } }

.about-page h1, .about-page .h1 {
  text-align: center;
  font-weight: 600;
  margin: 0 0 70px;
  font-size: 38px; }

.about-page .page-content a {
  color: #72BD5E; }

.about-page .page-content img {
  display: block;
  max-width: 100%; }

.about-page .frame-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-right: 30px;
  visibility: hidden; }
  .about-page .frame-container img {
    display: block;
    max-width: 100%; }
  .about-page .frame-container iframe {
    width: 650px !important;
    height: 420px !important;
    position: relative;
    z-index: 2; }
  .about-page .frame-container .frame-figure {
    width: 300px;
    height: 300px;
    background-color: #72BD5E;
    clip-path: polygon(50% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 1; }

.about-page .about-benefit h2, .about-page .about-benefit .h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 30px; }

.about-page .about-benefit h3, .about-page .about-benefit .h3 {
  position: relative;
  padding-left: 25px;
  margin: 0 0 5px;
  font-weight: 500; }
  .about-page .about-benefit h3 span, .about-page .about-benefit .h3 span {
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #72BD5E;
    clip-path: polygon(50% 0, 100% 40%, 100% 100%, 0 100%, 0 0); }

.about-page .about-benefit p {
  padding-left: 25px;
  max-width: 600px; }

.about-page .text-container p, .about-page .text-container li {
  max-width: 620px; }

.about-page .text-container h2 {
  margin: 0 0 20px; }

.about-page .about-section {
  padding-top: 150px; }

.about-page .title-group {
  text-align: center;
  margin-top: 100px; }

.about-slider {
  margin-bottom: 100px;
  margin-top: 40px; }
  .about-slider .item {
    margin: 0 10px;
    position: relative;
    outline: none;
    cursor: pointer;
    opacity: 0.4; }
    .about-slider .item.slick-current.slick-active {
      cursor: auto;
      opacity: 1; }
      .about-slider .item.slick-current.slick-active:after {
        opacity: 0; }
  .about-slider img {
    display: block;
    height: 420px; }

.about-section {
  padding: 80px 0; }
  .about-section .col-lg-6 {
    display: flex;
    align-items: center; }
  .about-section h2, .about-section .h2 {
    font-size: 38px;
    font-weight: 600; }
  .about-section p {
    font-size: 18px; }
  .about-section ul, .about-section ol {
    font-size: 18px; }
    .about-section ul li, .about-section ol li {
      margin: 5px 0; }
  .about-section img {
    display: block;
    max-width: 100%;
    position: relative; }

.img-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .img-grid:after {
    content: '';
    width: 280px;
    height: 450px;
    background-color: #72BD5E;
    clip-path: polygon(60% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    position: absolute;
    left: calc(50% - 100px);
    top: 50px;
    z-index: -1; }
  .img-grid .top-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 50px;
    z-index: 1; }
    .img-grid .top-img img {
      max-width: 420px; }
  .img-grid .left-img {
    margin: 20px 40px 0 40px;
    z-index: 1; }
    .img-grid .left-img:after {
      content: '';
      width: 100px;
      height: 200px;
      background-color: #72BD5E;
      position: absolute;
      left: 110px;
      bottom: 30px;
      z-index: -1; }
    .img-grid .left-img img {
      max-width: 250px; }
  .img-grid .right-img {
    position: relative;
    z-index: 1; }
    .img-grid .right-img img {
      max-width: 220px; }

.img-grid-two {
  display: flex;
  margin-left: 50px; }
  .img-grid-two .left-part,
  .img-grid-two .right-part {
    width: 50%; }
  .img-grid-two .left-part {
    margin-top: -50px;
    position: relative; }
    .img-grid-two .left-part img {
      max-width: 300px; }
  .img-grid-two .right-part {
    padding-top: 30px;
    position: relative; }
    .img-grid-two .right-part:after {
      content: '';
      width: 150px;
      height: 150px;
      background-color: #72BD5E;
      position: absolute;
      right: 20px;
      top: 100px;
      z-index: -1; }
  .img-grid-two .top-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1; }
    .img-grid-two .top-img img {
      display: block;
      width: 250px; }
  .img-grid-two .right-img {
    position: relative;
    z-index: 1; }
    .img-grid-two .right-img img {
      max-width: 100%; }
  .img-grid-two .about-badge {
    color: #fff;
    background-color: #72BD5E;
    clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    width: 150px;
    height: 150px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px 30px;
    position: absolute;
    bottom: 10px;
    left: -30px; }
    .img-grid-two .about-badge span {
      display: block;
      width: 100%;
      font-size: 42px;
      font-weight: 600;
      text-align: center;
      line-height: 1; }

@media (max-width: 1699px) {
  .about-section p,
  .about-section ul,
  .about-section ol {
    font-size: 14px; }
  .img-grid-two .left-part img {
    max-width: 250px; }
  .img-grid-two .about-badge {
    bottom: 30px; } }

@media (max-width: 1536px) {
  .about-page .h1, .about-page h1 {
    font-size: 32px; }
  .about-section h2,
  .about-section .h2 {
    font-size: 32px; }
  .about-page .about-benefit h2,
  .about-page .about-benefit .h2 {
    font-size: 24px; }
  .about-page .frame-container iframe {
    height: 360px !important;
    width: 600px !important; }
  .img-grid-two .left-part img {
    max-width: 220px; }
  .img-grid-two .about-badge {
    bottom: 80px; }
  .img-grid-two .right-img img {
    max-width: 300px; }
  .img-grid-two .right-part:after {
    right: 200px; }
  .img-grid .top-img img {
    max-width: 350px; }
  .img-grid .right-img img {
    max-width: 180px; }
  .img-grid .left-img {
    margin-top: 50px; }
  .img-grid .left-img img {
    max-width: 200px; }
  .about-slider img {
    height: 380px; } }

@media (max-width: 1199px) {
  .about-page .h1, .about-page h1 {
    font-size: 28px;
    margin-bottom: 40px; }
  .about-section h2,
  .about-section .h2 {
    font-size: 28px; }
  .about-page .about-benefit h2,
  .about-page .about-benefit .h2 {
    font-size: 20px; }
  .img-grid .top-img img {
    max-width: 100%; }
  .img-grid {
    padding-right: 20px; }
  .img-grid .left-img {
    margin: 20px 0 0;
    padding-right: 20px; }
    .img-grid .left-img img {
      max-width: 100%; }
  .img-grid .right-img img {
    max-width: 100%; }
  .img-grid .left-img:after {
    display: none; }
  .img-grid .left-img,
  .img-grid .right-img {
    width: 50%; }
  .img-grid-two {
    padding-left: 20px; }
  .img-grid-two .left-part {
    padding-right: 20px;
    margin-top: 0; }
  .img-grid-two .left-part img {
    max-width: 100%; }
  .img-grid-two .top-img img,
  .img-grid-two .right-img img {
    max-width: 100%; }
  .img-grid-two .about-badge {
    bottom: 0;
    width: 120px;
    height: 120px;
    font-size: 13px; }
    .img-grid-two .about-badge span {
      font-size: 32px; }
  .img-grid-two .right-part:after {
    display: none; }
  .about-slider {
    margin-bottom: 50px; }
  .index-page .about-section {
    padding: 50px 0; } }

@media (max-width: 991px) {
  .about-page .frame-container {
    width: 700px;
    margin: 40px auto 50px; }
    .about-page .frame-container iframe {
      width: 100% !important; }
  .about-page .about-section h2, .about-page .about-section .h2 {
    font-size: 24px; }
  .about-page .text-container {
    margin-top: 30px; }
  .about-page .about-section {
    padding-top: 0;
    padding-bottom: 50px; }
    .about-page .about-section .order-1 {
      order: 1;
      margin-bottom: 30px; }
    .about-page .about-section .order-2 {
      order: 2; }
  .about-page .about-benefit h2,
  .about-page .about-benefit .h2 {
    margin-bottom: 15px; }
  .about-slider {
    margin-top: 0; }
    .about-slider img {
      height: 300px; }
  .img-grid {
    padding-right: 0; }
  .img-grid-two {
    padding-left: 0;
    margin-left: 0;
    margin-top: 50px; } }

@media (max-width: 767px) {
  .about-page .frame-container {
    width: 100%;
    padding-right: 10px; }
  .about-page .frame-container iframe {
    height: 300px !important; }
  .about-page .frame-container .frame-figure {
    bottom: -10px; } }

@media (max-width: 575px) {
  .about-page .h1,
  .about-page h1 {
    font-size: 24px;
    margin-bottom: 30px; }
  .about-page .about-benefit h2,
  .about-page .about-benefit .h2 {
    font-size: 18px; }
  .about-slider {
    margin-bottom: 20px; }
    .about-slider .item {
      margin: 0 5px; }
    .about-slider img {
      height: 250px; }
  .img-grid-two .left-part {
    padding-right: 10px; }
  .img-grid-two .top-img {
    margin-bottom: 10px; }
  .img-grid-two .about-badge {
    left: 10px; }
  .img-grid:after {
    width: 220px;
    height: 300px; }
  .img-grid .top-img {
    margin-bottom: 10px; }
  .img-grid .left-img {
    padding-right: 10px; }
  .about-page .title-group {
    margin-top: 50px; } }

@media (max-width: 375px) {
  .about-slider {
    margin-bottom: 20px; }
    .about-slider img {
      height: 200px; } }

.contacts-page h1, .contacts-page .h1 {
  text-align: center;
  font-weight: 600;
  margin: 0 0 70px;
  font-size: 38px; }

.contacts-page .page-content {
  padding: 0 0 100px; }
  .contacts-page .page-content .h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 5px; }

.contacts-page .contact-item {
  width: 33.33%; }

.contacts-page .address-item,
.contacts-page .phone-item,
.contacts-page .message-item,
.contacts-page .time-item,
.contacts-page .social-item {
  margin-bottom: 30px; }
  .contacts-page .address-item p,
  .contacts-page .phone-item p,
  .contacts-page .message-item p,
  .contacts-page .time-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 .time-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 .time-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 .time-item small,
  .contacts-page .social-item small {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: -7px; }

.contacts-page .address-item {
  padding-right: 15px; }
  .contacts-page .address-item p {
    max-width: 250px; }
  .contacts-page .address-item .link-item img {
    max-width: 30px; }

.contacts-page .phone-item .link-item img {
  top: -1px; }

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

.contacts-page .form-container {
  max-width: 450px;
  margin-top: 70px; }
  .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 #a2a2a2;
    outline: none;
    padding: 10px;
    color: #000;
    outline: 0;
    resize: vertical;
    border-radius: 1px; }
    .contacts-page .form-container textarea:focus {
      border: 1px solid #72BD5E;
      box-shadow: 0 0 0 3px rgba(114, 189, 94, 0.3); }
  .contacts-page .form-container .btn-primary {
    width: 100%;
    height: 42px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center; }

.contacts-page .time-item table td:first-child {
  color: #667;
  padding-right: 5px; }

.contacts-page .map-item {
  margin-bottom: 50px;
  display: flex;
  align-content: stretch; }
  .contacts-page .map-item .map-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 400px;
    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: 0;
    font-size: 14px; }
    .contacts-page .map-item table td {
      padding: 0 3px; }
      .contacts-page .map-item table td:first-child {
        color: #777; }
  .contacts-page .map-item p {
    font-size: 14px; }
  .contacts-page .map-item .link-item {
    margin-top: 5px;
    margin-bottom: 25px; }
    .contacts-page .map-item .link-item a {
      text-decoration: none;
      color: #252525; }
    .contacts-page .map-item .link-item p {
      margin: 0 0 5px; }
    .contacts-page .map-item .link-item img {
      top: -1px; }

.contacts-map iframe {
  width: calc(((100vw - 1440px) / 2) + 1420px / 2) !important;
  height: 850px !important;
  border: 0 !important; }

@media (max-width: 1536px) {
  .contacts-page h1,
  .contacts-page .h1 {
    font-size: 32px; } }

@media (max-width: 1199px) {
  .contacts-page .form-container {
    margin: 50px auto;
    max-width: 500px; }
  .contacts-map iframe {
    width: 100% !important;
    height: 500px !important; }
  .contacts-page h1,
  .contacts-page .h1 {
    font-size: 28px;
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .contacts-page .link-item {
    margin: 1px 0 20px; } }

@media (max-width: 767px) {
  .contacts-page .form-container {
    margin: 30px auto 70px;
    max-width: 100%; } }

@media (max-width: 575px) {
  .contacts-page h1,
  .contacts-page .h1 {
    font-size: 24px; } }

.cabinet-page .page-content {
  padding: 0 0 80px; }

.cabinet-page h1, .cabinet-page .h1 {
  text-align: center;
  font-size: 38px;
  margin: 0 0 40px;
  font-weight: 600; }

.cabinet-page .tabs {
  margin: 0 0 30px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between; }
  .cabinet-page .tabs li {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    width: calc(33.33% - 10px);
    margin-right: 10px;
    position: relative;
    z-index: 1;
    text-align: center; }
    .cabinet-page .tabs li:last-child {
      margin-right: 0; }
    .cabinet-page .tabs li a {
      text-decoration: none;
      color: #000;
      display: block;
      width: 100%;
      height: 100%; }
    .cabinet-page .tabs li:before, .cabinet-page .tabs li:after {
      content: '';
      position: absolute; }
    .cabinet-page .tabs li:before {
      background-color: #fff;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      clip-path: polygon(92% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      transition: 0.25s; }
    .cabinet-page .tabs li:after {
      background-color: #A2A5BA;
      top: -1px;
      left: -1px;
      bottom: -1px;
      right: -1px;
      clip-path: polygon(92% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      z-index: -2; }
    .cabinet-page .tabs li:hover:after {
      background-color: #111; }
    .cabinet-page .tabs li.current {
      color: #fff; }
      .cabinet-page .tabs li.current:before, .cabinet-page .tabs li.current:after {
        background-color: #111; }

.cabinet-page .tab-pane {
  padding-left: 30px;
  display: none;
  padding: 0;
  color: #121212; }
  .cabinet-page .tab-pane > p {
    margin: 0 0 20px; }
  .cabinet-page .tab-pane.current {
    display: block; }
  .cabinet-page .tab-pane .btn-primary {
    width: 380px;
    height: 42px;
    font-size: 18px;
    margin-top: 15px; }
  .cabinet-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px; }
  .cabinet-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-top: 20px; }
    .cabinet-page .tab-pane .col-xl-6:last-child {
      display: flex;
      justify-content: flex-end; }

.cabinet-page .form-group .form-control {
  width: 380px; }

.cabinet-page .card {
  margin-bottom: 20px; }

.cabinet-page .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 15px 10px 65px;
  cursor: pointer;
  background-color: #EFF1F5; }
  .cabinet-page .card-header:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 25px;
    top: calc(50% - 4px);
    border-top: 9px solid #222;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform-origin: center;
    transition: 0.25s; }
  .cabinet-page .card-header.active:before {
    top: 29px;
    transform: rotate(-180deg);
    border-top: 9px solid #252525; }
  .cabinet-page .card-header small {
    font-size: 13px;
    color: #555; }
  .cabinet-page .card-header .text-box {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2; }
  .cabinet-page .card-header .order-status {
    height: 28px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-size: 14px; }
    .cabinet-page .card-header .order-status.order-success {
      background-color: #28a813;
      color: #fff; }
    .cabinet-page .card-header .order-status.order-canceled {
      background-color: #a4a2a2;
      color: #fff; }
    .cabinet-page .card-header .order-status.order-process {
      background-color: #e69c58;
      color: #fff; }

.cabinet-page .card-body {
  display: none;
  position: relative; }
  .cabinet-page .card-body:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 3px;
    background: #fff;
    width: 100%; }

.cabinet-page .cart-item {
  border: 0;
  margin-bottom: 5px;
  border-top: 1px solid #C4C4C4;
  padding: 8px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .cabinet-page .cart-item:first-child {
    border-bottom: 0; }
  .cabinet-page .cart-item .text-block {
    margin-right: 20px;
    flex-grow: 1; }
  .cabinet-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .cabinet-page .cart-item .img-block {
    width: 80px;
    flex: 0 0 80px;
    height: 80px;
    margin-right: 25px;
    overflow: hidden;
    transition: 0.3s; }
    .cabinet-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .cabinet-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .cabinet-page .cart-item .img-block:hover, .cabinet-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .cabinet-page .cart-item .title {
    font-size: 17px;
    margin: 0 0 5px;
    font-weight: 600; }
    .cabinet-page .cart-item .title a {
      text-decoration: none;
      color: inherit; }
      .cabinet-page .cart-item .title a:hover {
        text-decoration: underline;
        color: #72BD5E; }
  .cabinet-page .cart-item .descr-text {
    color: #777;
    margin-bottom: 5px;
    font-size: 13px; }
  .cabinet-page .cart-item .title-amount {
    font-weight: 500; }
  .cabinet-page .cart-item .product-sum,
  .cabinet-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    width: 180px;
    font-weight: 400;
    text-align: right; }
    .cabinet-page .cart-item .product-sum span,
    .cabinet-page .cart-item .product-cost span {
      font-weight: 600; }
  .cabinet-page .cart-item .default-cost {
    color: #72BD5E;
    font-size: 16px; }
    .cabinet-page .cart-item .default-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cabinet-page .cart-item .new-cost {
    color: red;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .cabinet-page .cart-item .new-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cabinet-page .cart-item .old-cost {
    display: inline-block;
    color: red;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .cabinet-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: red;
      position: absolute;
      top: 49%; }

.cabinet-page .together-container {
  border: 1px solid #DE3D3D;
  position: relative;
  padding: 20px 25px;
  margin-top: 20px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .cabinet-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #DE3D3D;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px; }
  .cabinet-page .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .cabinet-page .together-container .plus-sign {
    align-self: center; }
    .cabinet-page .together-container .plus-sign img {
      width: 32px;
      height: 32px;
      display: block; }
  .cabinet-page .together-container .together-item {
    display: flex; }
    .cabinet-page .together-container .together-item:last-child {
      padding-left: 15px; }
    .cabinet-page .together-container .together-item .img-block {
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      margin-right: 25px; }
      .cabinet-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .cabinet-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .cabinet-page .together-container .together-item .text-block {
      flex: 0 0 300px;
      width: 300px; }
      .cabinet-page .together-container .together-item .text-block .title {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 10px 15px 0; }
        .cabinet-page .together-container .together-item .text-block .title a {
          color: inherit;
          text-decoration: none; }
          .cabinet-page .together-container .together-item .text-block .title a:hover {
            text-decoration: underline;
            color: #72BD5E; }
      .cabinet-page .together-container .together-item .text-block .descr-text {
        color: #74747a;
        font-size: 13px;
        margin-bottom: 5px; }
    .cabinet-page .together-container .together-item .product-cost .default-cost {
      color: #252525;
      font-size: 16px;
      width: 100%; }
      .cabinet-page .together-container .together-item .product-cost .default-cost span {
        font-size: 18px;
        font-weight: 700; }
    .cabinet-page .together-container .together-item .product-cost .new-cost {
      color: #DE3D3D;
      font-size: 16px;
      line-height: 1;
      margin-top: -3px; }
      .cabinet-page .together-container .together-item .product-cost .new-cost span {
        font-size: 18px;
        font-weight: 700; }
    .cabinet-page .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #777;
      font-size: 16px;
      line-height: 1;
      position: relative; }
      .cabinet-page .together-container .together-item .product-cost .old-cost:after {
        content: '';
        height: 1px;
        left: -1px;
        right: -1px;
        background-color: #777;
        position: absolute;
        top: 49%; }
  .cabinet-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px; }
  .cabinet-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px; }
    .cabinet-page .together-container .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
      font-family: "Roboto Bold", Arial, sans-serif; }
    .cabinet-page .together-container .calc-block .increase-btn,
    .cabinet-page .together-container .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #74747a; }
      .cabinet-page .together-container .calc-block .increase-btn:hover,
      .cabinet-page .together-container .calc-block .decrease-btn:hover {
        border-color: #74747a; }
        .cabinet-page .together-container .calc-block .increase-btn:hover:before, .cabinet-page .together-container .calc-block .increase-btn:hover:after,
        .cabinet-page .together-container .calc-block .decrease-btn:hover:before,
        .cabinet-page .together-container .calc-block .decrease-btn:hover:after {
          background: #74747a; }
    .cabinet-page .together-container .calc-block .increase-btn {
      right: 0; }
    .cabinet-page .together-container .calc-block .increase-btn:before,
    .cabinet-page .together-container .calc-block .increase-btn:after {
      content: '';
      background: #74747a;
      position: absolute; }
    .cabinet-page .together-container .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cabinet-page .together-container .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cabinet-page .together-container .calc-block .decrease-btn {
      left: 0; }
    .cabinet-page .together-container .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #74747a;
      position: absolute;
      top: 14px;
      left: 7px; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400; }
  .cabinet-page .together-container .together-calc span {
    font-weight: 500; }
  .cabinet-page .together-container .cost-text {
    margin-right: 10px; }
  .cabinet-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #72BD5E;
    margin-top: -2px; }
  .cabinet-page .together-container .total-num {
    font-weight: 600;
    color: #DE3D3D;
    font-size: 18px; }

.cabinet-page .cart-footer {
  border: 1px solid #74747a;
  border-radius: 3px;
  padding: 15px 20px;
  float: right;
  width: 320px;
  margin-top: 20px; }
  .cabinet-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747a;
    margin: 10px 0; }
  .cabinet-page .cart-footer .cost-table {
    width: 100%; }
    .cabinet-page .cart-footer .cost-table .red-text {
      color: red; }
    .cabinet-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 500; }
    .cabinet-page .cart-footer .cost-table td {
      padding: 3px 0; }
      .cabinet-page .cart-footer .cost-table td:last-child {
        text-align: right; }
  .cabinet-page .cart-footer .btn-warning,
  .cabinet-page .cart-footer .btn-light {
    width: 100%;
    padding: 10px;
    color: red; }
  .cabinet-page .cart-footer .btn-warning {
    margin-bottom: 15px; }
    .cabinet-page .cart-footer .btn-warning:hover, .cabinet-page .cart-footer .btn-warning:focus, .cabinet-page .cart-footer .btn-warning:active {
      background-color: #ffd861 !important; }
  .cabinet-page .cart-footer .btn-light {
    border: 1px solid red;
    background-color: transparent; }
    .cabinet-page .cart-footer .btn-light:hover, .cabinet-page .cart-footer .btn-light:focus, .cabinet-page .cart-footer .btn-light:active {
      background-color: #74747a !important;
      border-color: #74747a !important; }

@media (min-width: 1200px) {
  .cabinet-page .page-content .container {
    max-width: 1000px; } }

@media (max-width: 1399px) {
  .cabinet-page .together-container .together-item .text-block {
    flex: auto;
    width: 100%;
    max-width: 100%; } }

@media (max-width: 1199px) {
  .cabinet-page h1, .cabinet-page .h1 {
    font-size: 32px; }
  .cabinet-page .tabs li,
  .cabinet-page .tabs a {
    font-size: 18px; }
  .cabinet-page .tab-pane form {
    width: 420px;
    margin: 0 auto; }
  .cabinet-page .form-group .form-control {
    width: 100%; }
  .cabinet-page .tab-pane .btn-primary {
    width: 100%; }
  .cabinet-page .card-header .order-status.order-process,
  .cabinet-page .card-header .order-status.order-canceled,
  .cabinet-page .card-header .order-status.order-success {
    font-size: 13px;
    width: 120px; }
  .cabinet-page .card-header .text-box {
    font-size: 16px; }
  .cabinet-page .card-header {
    padding: 10px 10px 10px 45px; }
  .cabinet-page .card-header:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #212121;
    left: 20px; }
  .cabinet-page .card-header.active:before {
    border-top: 7px solid #262626;
    top: 27px; }
  .cabinet-page .together-container {
    padding: 20px 10px; }
  .cabinet-page .together-container .together-item .text-block .title {
    font-size: 14px; }
  .cabinet-page .together-container .together-item .img-block {
    flex: 0 0 60px;
    width: 60px;
    height: 60px; }
  .cabinet-page .together-container .together-item .text-block {
    flex: 0 0 140px;
    width: 140px; }
  .cabinet-page .tab-pane .col-xl-6:first-child {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .cabinet-page .tab-pane .h3 {
    font-size: 20px; }
  .cabinet-page h1,
  .cabinet-page .h1 {
    font-size: 28px; }
  .cabinet-page .tabs li {
    padding: 10px; }
  .cabinet-page .tabs li,
  .cabinet-page .tabs li a {
    font-size: 14px; }
  .cabinet-page .card-header .text-box {
    font-size: 14px; }
  .cabinet-page .card-header {
    padding: 8px 8px 8px 36px; }
  .cabinet-page .card-header:before {
    left: 14px;
    top: 25px; }
  .cabinet-page .card-header.collapsed:before {
    top: 26px; }
  .cabinet-page .cart-item .img-block img {
    margin-left: 0; }
  .cabinet-page .cart-item .img-block {
    flex: 0 0 60px;
    width: auto;
    max-width: 60px;
    height: 60px;
    margin-right: 10px; }
  .cabinet-page .cart-item .product-sum,
  .cabinet-page .cart-item .product-cost {
    font-size: 14px;
    width: auto;
    white-space: nowrap; }
  .cabinet-page .cart-item .title {
    font-size: 14px; }
  .cabinet-page .together-container .together-item {
    flex-wrap: wrap; }
  .cabinet-page .together-container .together-item .text-block {
    order: 2;
    flex: 0 0 120px;
    max-width: 120px; }
  .cabinet-page .together-container .together-item .img-block {
    order: 1; }
  .cabinet-page .together-container .together-item .product-cost {
    order: 3; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    font-size: 14px; } }

@media (max-width: 767px) {
  .cabinet-page .page-content {
    padding-bottom: 50px; }
  .cabinet-page h1, .cabinet-page .h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .cabinet-page .tabs {
    display: block; }
    .cabinet-page .tabs li {
      width: 100%;
      flex-grow: 1;
      text-align: center;
      margin: 0 0 10px; }
  .cabinet-page .tab-pane {
    padding-left: 0;
    padding-right: 0; }
  .cabinet-page .together-container {
    padding: 10px; }
  .cabinet-page .together-container .together-item .text-block .title {
    font-size: 13px; }
  .cabinet-page .together-container .together-item .text-block {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .cabinet-page .together-container .together-item .product-cost {
    margin-left: 0; }
  .cabinet-page .together-container .together-item .img-block {
    margin-bottom: 10px; }
  .cabinet-page .card-header .order-status.order-process,
  .cabinet-page .card-header .order-status.order-canceled,
  .cabinet-page .card-header .order-status.order-success {
    font-size: 11px;
    width: 120px;
    position: absolute;
    right: 0;
    top: -22px;
    padding: 3px;
    border-radius: 3px 3px 0 0;
    height: auto; }
  .cabinet-page .card {
    margin-bottom: 40px; }
  .cabinet-page .card-header {
    border-radius: 5px 0 5px 5px; }
  .cabinet-page .tab-pane .h3 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 40px; }
  .cabinet-page .cart-item {
    padding-right: 0; }
  .cabinet-page .card-header {
    position: relative; }
    .cabinet-page .card-header .order-amount {
      position: absolute;
      left: 0;
      top: -20px;
      display: flex;
      align-items: center; }
      .cabinet-page .card-header .order-amount small {
        color: #74747a;
        margin-right: 5px; }
      .cabinet-page .card-header .order-amount .text-box {
        margin-right: 5px; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-top: 0; }
  .cabinet-page .tab-pane .col-xl-6:first-child {
    margin-bottom: 60px; }
  .cabinet-page .tab-pane form {
    width: 100%; } }

@media (max-width: 575px) {
  .cabinet-page .together-container .together-footer {
    flex-wrap: wrap; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    width: 100%; } }

.choosen-page .page-content {
  padding: 0 0 50px; }

.choosen-page h1, .choosen-page .h1 {
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center; }

.choosen-page .empty-choosen {
  clear: both;
  padding: 150px 0; }
  .choosen-page .empty-choosen .lg-icon {
    margin-bottom: 15px; }
  .choosen-page .empty-choosen img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto; }
  .choosen-page .empty-choosen .h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px; }
  .choosen-page .empty-choosen p {
    color: #555;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px; }
    .choosen-page .empty-choosen p a {
      color: #72BD5E;
      text-decoration: underline; }
      .choosen-page .empty-choosen p a:hover {
        text-decoration: none; }

.choosen-page .choosen-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .choosen-page .choosen-head .clear-all {
    background-color: #EFF1F5;
    padding: 5px 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.25s; }
    .choosen-page .choosen-head .clear-all:hover {
      background-color: #e0e1e1; }
    .choosen-page .choosen-head .clear-all i {
      margin-left: 10px;
      width: 12px;
      height: 12px;
      background: url(../img/icons/close-icon.svg) no-repeat center;
      background-size: contain; }

.choosen-page .remove-item {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #C2C2C2;
  background-color: #fff; }
  .choosen-page .remove-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    opacity: 0.5;
    background-size: 20px; }
  .choosen-page .remove-item:hover:after {
    opacity: 1; }

.choosen-page .slider-section {
  margin-top: 80px; }

@media (max-width: 1536px) {
  .choosen-page h1, .choosen-page .h1 {
    font-size: 32px; } }

@media (max-width: 1199px) {
  .choosen-page .slider-section {
    margin-top: 30px; }
  .choosen-page .empty-choosen .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .choosen-page h1, .choosen-page .h1 {
    font-size: 28px;
    margin-bottom: 30px; }
  .choosen-page .empty-choosen .h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .choosen-page h1, .choosen-page .h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .choosen-page .empty-choosen {
    padding: 120px 0; }
    .choosen-page .empty-choosen .h2 {
      font-size: 20px; }
    .choosen-page .empty-choosen p {
      font-size: 16px; } }

@media (max-width: 575px) {
  .choosen-page .page-content {
    padding-bottom: 10px; }
  .choosen-page .choosen-head {
    flex-flow: column-reverse;
    margin-bottom: 20px; }
    .choosen-page .choosen-head .select-container {
      flex-wrap: wrap;
      margin-bottom: 15px;
      width: 100%; }
      .choosen-page .choosen-head .select-container .select-box {
        width: 100%; }
      .choosen-page .choosen-head .select-container .select-label {
        width: 100%; }
      .choosen-page .choosen-head .select-container .select-button {
        width: 100%; }
      .choosen-page .choosen-head .select-container .select-dropdown {
        width: 100%; }
    .choosen-page .choosen-head .clear-all {
      width: 100%;
      height: 36px;
      justify-content: center; } }

.search-page .page-content {
  padding: 0 0 50px; }

.search-page h1, .search-page .h1 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px; }
  .search-page h1 span, .search-page .h1 span {
    font-weight: 600;
    padding: 0; }

.search-page .search-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .search-page .search-head .subtitle {
    font-size: 20px;
    color: #74747A;
    font-weight: 400; }
    .search-page .search-head .subtitle span {
      font-weight: 600;
      color: #262626; }

.search-page .empty-search {
  clear: both;
  padding: 150px 0; }
  .search-page .empty-search .lg-icon {
    margin-bottom: 15px; }
  .search-page .empty-search img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto; }
  .search-page .empty-search .h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px; }
  .search-page .empty-search p {
    color: #555;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px; }
    .search-page .empty-search p a {
      color: #72BD5E;
      text-decoration: underline; }
      .search-page .empty-search p a:hover {
        text-decoration: none; }

@media (max-width: 1199px) {
  .search-page h1, .search-page .h1 {
    font-size: 26px; }
  .search-page .search-head .subtitle {
    font-size: 20px; }
  .search-page .slider-section {
    margin-top: 30px; }
  .search-page .empty-choosen .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .search-page h1, .search-page .h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .search-page .empty-search .h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .search-page h1, .search-page .h1 {
    font-size: 20px;
    margin-bottom: 20px; }
  .search-page .search-head .subtitle {
    font-size: 18px; }
  .search-page .empty-search {
    padding: 120px 0; }
    .search-page .empty-search .h2 {
      font-size: 20px; }
    .search-page .empty-search p {
      font-size: 16px; } }

@media (max-width: 575px) {
  .search-page .page-content {
    padding-bottom: 10px; }
  .search-page .h1, .search-page h1 {
    margin-bottom: 10px; }
  .search-page .search-head {
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .search-page .search-head .subtitle {
      width: 100%;
      margin-bottom: 20px; }
    .search-page .search-head .select-container {
      flex-wrap: wrap;
      margin-bottom: 15px;
      width: 100%; }
      .search-page .search-head .select-container .select-box {
        width: 100%; }
      .search-page .search-head .select-container .select-label {
        width: 100%;
        margin-bottom: 6px; }
      .search-page .search-head .select-container .select-button {
        width: 100%; }
      .search-page .search-head .select-container .select-dropdown {
        width: 100%; } }

.consultation-section {
  background-color: #E7EDF3; }
  .consultation-section .container {
    position: relative;
    padding-left: 500px;
    padding-top: 25px;
    padding-bottom: 25px; }
    .consultation-section .container:before {
      content: '';
      position: absolute;
      top: -33px;
      right: calc(100% - 400px);
      background: url(../img/consultation-roof.png) no-repeat center;
      height: 250px;
      width: 780px; }
  .consultation-section .h2 {
    font-size: 32px;
    margin: 0 0 5px;
    font-weight: 600; }
  .consultation-section p {
    font-size: 16px;
    margin: 0 0 15px;
    color: #686868; }
  .consultation-section form {
    display: flex;
    flex-wrap: wrap; }
  .consultation-section .form-group {
    margin-right: 30px; }
  .consultation-section label {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    color: #111; }
  .consultation-section .form-control {
    font-size: 32px;
    font-weight: 500;
    height: 52px;
    border: 1px solid transparent;
    border-bottom: 1px solid #212121;
    width: 480px;
    background-color: transparent; }
  .consultation-section .btn-primary {
    width: 280px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 1px;
    clip-path: polygon(90% 0, 100% 45%, 100% 100%, 0 100%, 0 0); }

@media (max-width: 1399px) {
  .consultation-section .container {
    padding-left: 400px; }
  .consultation-section .h2 {
    font-size: 28px; }
  .consultation-section .form-control {
    width: 335px; }
  .consultation-section .btn-primary {
    font-size: 18px;
    width: 250px; } }

@media (max-width: 1199px) {
  .consultation-section .container:before {
    display: none; }
  .consultation-section .container {
    padding-left: 10px; }
  .consultation-section .h2 {
    text-align: center; }
  .consultation-section p {
    text-align: center; }
  .consultation-section .form-control {
    font-size: 24px;
    width: 260px; }
  .consultation-section form {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
  .consultation-section .h2 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .consultation-section .form-control {
    width: 100%; }
  .consultation-section form {
    display: block;
    margin-top: 10px; }
  .consultation-section .btn-primary {
    width: 100%; } }

.delivery-page .breadcrumb {
  margin-bottom: 30px; }

.delivery-page .page-content .row {
  margin-bottom: 80px; }

.delivery-page .page-content .col-lg-6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .delivery-page .page-content .col-lg-6:first-child {
    padding-right: 50px; }
  .delivery-page .page-content .col-lg-6:last-child {
    padding-left: 30px; }

.delivery-page .text-container h2, .delivery-page .text-container .h2 {
  font-size: 32px;
  color: #72BD5E;
  margin: 0 0 10px; }

.delivery-page .text-container h3, .delivery-page .text-container .h3 {
  margin: 25px 0 5px; }

.delivery-page .text-container p {
  margin: 0 0 15px; }

.delivery-page .img-container img {
  display: block;
  max-width: 100%;
  max-height: 420px; }

@media (max-width: 991px) {
  .delivery-page .page-content .col-lg-6:last-child {
    padding-left: 15px; }
  .delivery-page .page-content .col-lg-6:first-child {
    padding-right: 15px; }
  .delivery-page .page-content .col-lg-6:first-child .img-container {
    margin-bottom: 20px; }
  .delivery-page .text-container h2,
  .delivery-page .text-container .h2 {
    font-size: 24px; }
  .delivery-page .page-content {
    padding-bottom: 30px; }
  .delivery-page .page-content .row {
    margin-bottom: 20px; } }

.success-page .page-content {
  display: flex;
  align-items: center;
  padding: 100px 0; }
  .success-page .page-content .container {
    text-align: center; }
    .success-page .page-content .container img {
      display: block;
      width: 60px;
      height: 60px;
      margin: 0 auto 10px; }
    .success-page .page-content .container h1 {
      margin-bottom: 15px;
      font-weight: 500; }
    .success-page .page-content .container .subtitle {
      font-size: 22px;
      margin: 10px 0; }
      .success-page .page-content .container .subtitle span {
        font-weight: 500; }
    .success-page .page-content .container .success-text {
      color: #555;
      max-width: 500px;
      margin: 0 auto 25px;
      font-size: 18px; }
      .success-page .page-content .container .success-text span {
        font-weight: 500;
        color: #111; }
    .success-page .page-content .container .btn-primary {
      height: 46px;
      margin: 8px auto 0;
      width: 300px;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center; }

@media (max-width: 1199px) {
  .success-page .page-content .container h1 {
    font-size: 32px; }
  .success-page .page-content .container .success-text {
    font-size: 16px; } }

@media (max-width: 767px) {
  .success-page .page-content {
    padding: 80px 0 100px; }
    .success-page .page-content .container h1 {
      font-size: 28px; }
    .success-page .page-content .container .subtitle {
      font-size: 18px; } }

@media (max-width: 420px) {
  .success-page .page-content .container .btn-primary {
    width: 100%; } }

.index-news {
  padding: 70px 0 120px; }
  .index-news .title-group {
    margin-bottom: 40px; }
  .index-news .news-link {
    position: relative;
    font-size: 28px;
    padding-right: 30px;
    color: #72BD5E;
    font-weight: 500;
    text-decoration: none;
    text-indent: -75px;
    display: inline-block; }
    .index-news .news-link:after {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      bottom: 10px;
      background: url(../img/icons/green-arrow-c.svg) no-repeat center;
      background-size: 20px;
      transition: 0.25s; }
    .index-news .news-link:hover {
      text-decoration: underline; }
      .index-news .news-link:hover:after {
        transform: translateX(5px); }
  .index-news .col-xl-3:last-child {
    padding-left: 60px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }

.news-page h1, .news-page .h1 {
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px;
  font-size: 38px; }

.news-page .news-head {
  display: flex;
  margin-bottom: 50px; }
  .news-page .news-head .select-container {
    margin-left: auto; }

.news-page .main-content {
  padding-bottom: 70px;
  position: relative; }
  .news-page .main-content .btn-primary {
    display: block;
    max-width: 385px;
    padding: 15px;
    margin: 50px auto 0;
    position: relative;
    background-color: transparent;
    border: 0;
    color: #72BD5E;
    font-size: 18px; }
    .news-page .main-content .btn-primary:before, .news-page .main-content .btn-primary:after {
      content: '';
      position: absolute; }
    .news-page .main-content .btn-primary:before {
      background-color: #fff;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      clip-path: polygon(90% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      transition: 0.25s; }
    .news-page .main-content .btn-primary:after {
      background-color: #72BD5E;
      top: -1px;
      left: -1px;
      bottom: -1px;
      right: -1px;
      clip-path: polygon(90% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
      z-index: -2; }
    .news-page .main-content .btn-primary:hover:before {
      background-color: #72BD5E; }
    .news-page .main-content .btn-primary:hover span {
      color: #fff; }

.news-page .col-sm-6.col-lg-4 {
  margin-bottom: 50px; }

.news-page .news-item .detail-link a {
  font-size: 15px; }

.news-page .consultation-section {
  margin-top: 100px; }

.news-item {
  min-height: 100%; }
  .news-item .detail-link {
    text-align: right; }
    .news-item .detail-link a {
      display: inline-block;
      position: relative;
      padding-right: 16px;
      text-decoration: none;
      color: #72BD5E;
      font-size: 15px; }
      .news-item .detail-link a:after {
        content: '';
        width: 12px;
        height: 12px;
        background: url(../img/icons/green-arrow.svg) no-repeat center;
        background-size: 12px;
        position: absolute;
        right: 0;
        top: calc(50% - 6px);
        transition: 0.25s; }
      .news-item .detail-link a:hover {
        text-decoration: underline; }
        .news-item .detail-link a:hover:after {
          right: -5px; }
  .news-item .item-img {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-bottom: 5px;
    position: relative;
    clip-path: polygon(80% 0, 100% 30%, 100% 100%, 0 100%, 0 0); }
    .news-item .item-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none; }
    .news-item .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .news-item .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news-item .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .news-item .item-img:hover {
      opacity: 0.8; }
  .news-item .item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #252525;
    line-height: 1.3;
    min-height: 43px; }
    .news-item .item-title a {
      text-decoration: none;
      color: inherit; }
      .news-item .item-title a:hover {
        text-decoration: underline; }
  .news-item .item-date {
    color: #888;
    font-size: 11px; }
  .news-item .item-text {
    margin: 0 0 10px;
    color: #555;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.news-inner .page-content {
  padding-bottom: 50px; }

.news-inner .breadcrumb {
  margin-bottom: 30px; }

.news-inner .main-content {
  padding-bottom: 30px; }

.news-inner .article-col {
  padding-right: 30px; }
  .news-inner .article-col p {
    margin: 5px 0 20px; }
  .news-inner .article-col a {
    color: #72BD5E;
    text-decoration: none; }
    .news-inner .article-col a:hover {
      text-decoration: underline; }
  .news-inner .article-col .h1, .news-inner .article-col h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.3; }
  .news-inner .article-col .h2, .news-inner .article-col h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 25px 0 10px; }
  .news-inner .article-col .h3, .news-inner .article-col h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0 10px; }
  .news-inner .article-col .h4, .news-inner .article-col h4 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600; }
  .news-inner .article-col .h5, .news-inner .article-col h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600; }
  .news-inner .article-col img {
    display: block;
    max-width: 100%; }
  .news-inner .article-col ul {
    list-style-type: square; }
  .news-inner .article-col ol, .news-inner .article-col ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px; }
    .news-inner .article-col ol li, .news-inner .article-col ul li {
      margin: 3px 0; }
    .news-inner .article-col ol li::marker, .news-inner .article-col ul li::marker {
      color: #72BD5E; }
  .news-inner .article-col ol li::marker {
    font-weight: 600; }
  .news-inner .article-col .article-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 10px;
    clear: both; }
  .news-inner .article-col a {
    text-decoration: underline;
    font-weight: 500; }
    .news-inner .article-col a:hover {
      text-decoration: none; }
  .news-inner .article-col iframe {
    max-width: 100%; }

.news-inner .align-left {
  margin: 15px 12px 5px 0; }

.news-inner .align-right {
  margin: 12px 0 5px 12px; }

.news-inner .aside-col {
  padding: 10px 0px 5px;
  position: relative;
  z-index: 5; }
  .news-inner .aside-col iframe {
    max-width: 100%; }
  .news-inner .aside-col .h3, .news-inner .aside-col h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 600; }
  .news-inner .aside-col .news-item {
    display: flex;
    margin-bottom: 30px; }
  .news-inner .aside-col .item-body {
    flex-grow: 1;
    margin-top: -3px; }
  .news-inner .aside-col .item-img {
    height: 110px;
    width: 150px;
    flex: 0 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-right: 12px;
    margin-bottom: 0; }
    .news-inner .aside-col .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .news-inner .aside-col .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news-inner .aside-col .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .news-inner .aside-col .item-img:hover {
      opacity: 0.8; }
  .news-inner .aside-col .item-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #212121;
    font-size: 16px; }
    .news-inner .aside-col .item-title a {
      color: inherit;
      text-decoration: none; }
      .news-inner .aside-col .item-title a:hover {
        text-decoration: underline; }
  .news-inner .aside-col .item-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 5px; }

.news-inner .consultation-section {
  margin-top: 150px; }

@media (max-width: 1699px) {
  .news-item .item-img {
    height: 200px; } }

@media (max-width: 1536px) {
  .news-page h1,
  .news-page .h1 {
    font-size: 32px; } }

@media (max-width: 1399px) {
  .index-news .news-link {
    font-size: 20px;
    padding-right: 20px; }
    .index-news .news-link:after {
      width: 14px;
      height: 14px;
      background-size: 14px; }
  .index-news .text-container h2, .index-news .text-container .h2 {
    font-size: 28px; }
  .news-item .item-img {
    height: 180px; }
  .news-item .item-title {
    font-size: 17px; }
  .news-item .detail-link a {
    font-size: 16px; }
    .news-item .detail-link a:after {
      top: calc(50% - 4px);
      width: 10px;
      height: 10px; }
  .news-inner .article-col h1 {
    font-size: 28px; }
  .news-inner .aside-col .item-title {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .news-page h1, .news-page .h1 {
    font-size: 32px; }
  .news-page .item-text {
    font-size: 13px;
    height: 78px; }
  .news-page .load-toggle {
    font-size: 20px; }
  .news-page .consultation-section {
    margin-top: 20px; }
  .news-inner .article-col .h2, .news-inner .article-col h2 {
    font-size: 20px; }
  .news-inner .article-col .h3, .news-inner .article-col h3 {
    font-size: 16px; }
  .news-inner .article-col .h4, .news-inner .article-col h4 {
    font-size: 14px; }
  .news-inner .aside-col .item-title {
    font-size: 15px; }
  .news-inner .aside-col .h3 {
    font-size: 20px; }
  .news-inner .aside-col .news-item .detail-link {
    text-align: left; }
  .news-inner .aside-col .news-item .item-body {
    flex-grow: 1; }
  .news-inner .breadcrumb {
    margin-bottom: 30px; }
    .news-inner .breadcrumb .breadcrumb-item {
      font-size: 11px; }
  .news-inner .consultation-section {
    margin-top: 20px; }
  .index-news {
    padding: 30px 0 40px; }
    .index-news .text-container {
      margin-bottom: 30px; }
  .news-item .item-img {
    height: 180px; }
  .news-item .item-title {
    font-size: 16px; }
  .index-news .col-xl-3:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 40px;
    padding: 0 10px; } }

@media (max-width: 991px) {
  .news-page h1, .news-page .h1 {
    font-size: 28px; }
  .news-page .item-text {
    font-size: 13px;
    height: 78px; }
  .news-inner .article-col {
    padding-right: 15px; }
    .news-inner .article-col h1 {
      font-size: 24px; }
  .news-inner .aside-col {
    margin-left: 0;
    margin-top: 20px; }
    .news-inner .aside-col .h3 {
      font-size: 24px; }
    .news-inner .aside-col .item-title {
      font-size: 16px; }
    .news-inner .aside-col .item-body {
      flex-grow: 1; }
    .news-inner .aside-col .detail-link {
      display: inline-block; }
  .index-news .col-sm-6.col-lg-4 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .index-news .col-xl-3:last-child {
    max-width: 50%;
    flex: 0 0 50%;
    margin-top: 0;
    padding: 0 10px 80px 50px; }
  .index-news .text-container h2, .index-news .text-container .h2 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .news-page h1, .news-page .h1 {
    font-size: 24px; }
  .news-page .item-title {
    font-size: 14px;
    height: auto; }
  .news-page .item-img {
    height: 150px; }
  .news-page .item-text {
    font-size: 12px;
    height: auto; }
  .news-page .main-content .btn-primary {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 50px; }
  .news-inner .article-col p {
    font-size: 14px; }
  .news-inner .article-col ul li,
  .news-inner .article-col ol li {
    font-size: 14px; }
  .news-inner .article-col h2 {
    font-size: 20px; }
  .news-inner .article-col h1 {
    font-size: 24px; }
  .news-inner .aside-col {
    padding-top: 10px; }
  .news-inner .breadcrumb .breadcrumb-item {
    white-space: nowrap; }
    .news-inner .breadcrumb .breadcrumb-item:last-child {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; } }

@media (max-width: 575px) {
  .news-page .news-head .select-container {
    width: 400px;
    margin: 0 auto;
    flex-wrap: wrap; }
    .news-page .news-head .select-container .select-label,
    .news-page .news-head .select-container .select-box,
    .news-page .news-head .select-container .select-button,
    .news-page .news-head .select-container .select-dropdown {
      width: 100%; }
  .news-page .col-sm-6.col-lg-4 {
    margin-bottom: 30px; }
  .news-inner .breadcrumb {
    margin-bottom: 20px; }
  .news-inner .aside-col .item-title {
    min-height: auto; }
  .news-inner .aside-col .item-img {
    flex: 0 0 120px; }
  .news-inner .aside-col .news-item {
    width: 100%; }
  .news-inner .article-col img {
    float: none !important;
    margin: 10px 0 !important; }
  .news-item {
    width: 400px;
    margin: 0 auto 15px; }
    .news-item .item-img {
      height: 220px; }
  .index-news .text-container .h2, .index-news .text-container h2 {
    text-align: center; }
  .index-news .col-xl-3:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
    padding: 0 10px; } }

@media (max-width: 479px) {
  .news-page .h1, .news-page h1 {
    margin-bottom: 15px; }
  .news-page .news-head .select-container {
    width: 360px; }
  .news-page .main-content .btn-primary {
    margin: 0 0 20px; }
  .news-item {
    width: 360px; }
    .news-item .item-img {
      height: 220px; }
  .news-inner .aside-col .item-img {
    flex: 0 0 100px;
    width: 100px;
    height: 100px; } }

@media (max-width: 400px) {
  .news-page .news-head .select-container {
    width: 100%; }
  .news-item {
    width: 100%; }
    .news-item .item-img {
      height: 220px; } }

.text-page .page-content {
  padding: 0 0 50px; }
  .text-page .page-content .row {
    margin-bottom: 30px; }
  .text-page .page-content p {
    margin: 10px 0 20px; }
  .text-page .page-content a {
    text-decoration: underline;
    font-weight: 500;
    color: #72BD5E; }
    .text-page .page-content a:hover {
      text-decoration: none; }
  .text-page .page-content .h1, .text-page .page-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center; }
  .text-page .page-content .h2, .text-page .page-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0 10px; }
  .text-page .page-content .h3, .text-page .page-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 10px; }
  .text-page .page-content .h5, .text-page .page-content h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600; }
  .text-page .page-content img {
    display: block;
    max-width: 100%; }
  .text-page .page-content ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px; }
    .text-page .page-content ul li {
      font-size: 16px;
      position: relative;
      margin: 3px 0; }

.text-section {
  padding: 80px 0; }
  .text-section .text-container {
    columns: 2;
    column-gap: 30px; }
  .text-section .row {
    margin-bottom: 30px; }
  .text-section a {
    color: #72BD5E;
    font-weight: 500; }
    .text-section a:hover {
      text-decoration: none; }
  .text-section .h1, .text-section h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
    max-width: 750px; }
  .text-section .h2, .text-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
    max-width: 750px; }
  .text-section .h3, .text-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 5px; }
  .text-section .h5, .text-section h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600; }
  .text-section img {
    display: block;
    max-width: 100%; }
  .text-section ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    .text-section ul li {
      position: relative;
      padding-left: 18px; }
      .text-section ul li:before {
        content: '';
        width: 7px;
        height: 1px;
        background-color: #252525;
        position: absolute;
        left: 0;
        top: 11px; }

ol li::marker, ul li::marker {
  color: #72BD5E; }

ol li::marker {
  font-weight: 600; }

ul {
  padding-left: 20px;
  list-style-type: square; }

@media (min-width: 1200px) {
  .text-page .page-content .text-container {
    max-width: 950px; } }

@media (max-width: 1199px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 32px; }
  .text-page .page-content .h2,
  .text-page .page-content h2 {
    font-size: 20px; }
  .text-section .h2,
  .text-section h2 {
    font-size: 20px; }
  .text-page .page-content .h3,
  .text-page .page-content h3 {
    font-size: 16px; }
  .text-page .page-content .h4,
  .text-page .page-content h4 {
    font-size: 14px; }
  .text-section .text-container {
    columns: auto; }
  .text-page .page-content ul li {
    font-size: 14px; }
  .text-page .page-content p {
    font-size: 14px; } }

@media (max-width: 991px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 28px;
    margin-bottom: 20px; }
  .text-page .page-content .row {
    margin-bottom: 10px; }
  .text-section {
    padding: 30px 0; } }

@media (max-width: 767px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 24px;
    margin-bottom: 15px; } }

@media (max-width: 575px) {
  .text-page .page-content .h3,
  .text-page .page-content h3 {
    font-size: 18px; } }

.main-footer {
  color: #fff; }
  .main-footer .logo-holder {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .main-footer .logo-holder img {
      display: block;
      max-width: 200px;
      margin-right: 10px; }
  .main-footer .logo-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap; }
    .main-footer .logo-text span {
      color: #72BD5E; }
  .main-footer .logo-col p {
    max-width: 350px;
    color: #A5A5A5; }
  .main-footer .link-item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px; }
    .main-footer .link-item a {
      color: #fff;
      text-decoration: none; }
      .main-footer .link-item a:hover {
        text-decoration: underline; }
    .main-footer .link-item div {
      margin-bottom: 4px; }
    .main-footer .link-item img {
      position: absolute;
      left: 0;
      top: 3px;
      max-width: 23px;
      max-height: 25px; }

.footer-content {
  background-color: #212121;
  padding: 40px 0 20px; }
  .footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-content ul li {
      margin: 0 0 10px; }
      .footer-content ul li a {
        color: #fff;
        text-decoration: none; }
        .footer-content ul li a:hover {
          text-decoration: underline;
          color: #72BD5E; }

.footer-bottom {
  background-color: #111;
  padding: 15px 0;
  color: #fff;
  font-size: 13px; }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between; }
  .footer-bottom a {
    color: #fff;
    font-weight: 500; }
    .footer-bottom a:hover {
      text-decoration: none; }
  .footer-bottom p {
    margin: 0; }

.site-developer {
  color: #A5A5A5; }

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

@media (max-width: 1199px) {
  .footer-content {
    padding: 20px 0 10px; }
    .footer-content .col-md-3 {
      padding-left: 15px; }
    .footer-content .logo-text {
      font-size: 18px; }
  .main-footer .logo-holder img {
    max-width: 250px; }
  .main-footer .logo-col p {
    max-width: 250px; } }

@media (max-width: 991px) {
  .footer-content {
    padding: 20px 0; }
    .footer-content .footer-text {
      font-size: 12px; }
    .footer-content .footer-title {
      font-size: 14px; }
    .footer-content .logo-holder {
      margin-bottom: 15px; }
      .footer-content .logo-holder img {
        max-width: 200px; }
    .footer-content ul li a {
      font-size: 12px; }
    .footer-content .footer-logo {
      width: 160px; }
  .main-footer .logo-col p {
    font-size: 13px; }
  .footer-bottom {
    font-size: 13px; } }

@media (max-width: 767px) {
  .footer-content .footer-title {
    font-size: 16px; }
  .main-footer .footer-bottom .container {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
  .main-footer .footer-bottom .copyright-text {
    margin-bottom: 10px; }
  .main-footer .footer-bottom .site-developer {
    width: 100%; }
  .main-footer .logo-col p {
    max-width: 100%; }
  .main-footer .logo-holder {
    width: 280px;
    margin: 0 auto 20px; }
  .main-footer .footer-content .logo-text {
    font-size: 20px; }
  .main-footer .footer-content ul li a {
    font-size: 13px; }
  .main-footer .contacts-list {
    margin-top: 10px; } }

@media (max-width: 479px) {
  .footer-bottom {
    padding: 10px 0; }
    .footer-bottom .copyright-text {
      font-size: 13px; } }

.error-page {
  position: relative; }
  .error-page .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .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: 160px;
      font-weight: 600;
      line-height: 1.1;
      color: #72BD5E; }
    .error-page .page-content .h2 {
      font-size: 32px;
      font-weight: 600;
      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: #72BD5E;
        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: 24px; }
  .error-page .page-content p {
    font-size: 14px; } }

.btn-outline {
  border: 1px solid #212121;
  padding: 5px;
  cursor: pointer;
  margin: 5px 0;
  color: #111;
  transition: 0.25s;
  display: block;
  text-align: center;
}

.btn-outline:hover {
    background-color: #111;
    color: #fff;
}
