@charset "UTF-8";
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  line-height: 1.33333;
  color: rgba(0, 0, 0, 0.8);
}

#checkbox_input input[type="checkbox"] {
  appearance: auto !important;
}

.font-w {
  font-weight: 400 !important;
}

.font-w-medium {
  font-weight: 500 !important;
}

.font-w-semibold {
  font-weight: 600 !important;
}

.font-w-bold {
  font-weight: 700 !important;
}

.font-w-extra-bold {
  font-weight: 800 !important;
}

.font-w-black {
  font-weight: 900 !important;
}

.text-clr {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-clr-white {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-clr-alt {
  color: rgba(0, 0, 0, 0.8) !important;
}

.text-main {
  color: #0070ff !important;
}

.text-main-alt {
  color: #007000 !important;
}

.svg-main-alt {
  fill: #007000 !important;
}

.svg-main {
  fill: #0070ff !important;
}

.text-underline {
  text-decoration: underline !important;
}

h1,
.h1 {
  margin-bottom: 16px;
  font-size: 20px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 26px;
    font-size: 26px;
  }
}

h2,
.h2 {
  margin-bottom: 15px;
  font-size: 18px;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  margin-bottom: 15px;
  font-size: 16px;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  margin-bottom: 15px;
  font-size: 14px;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  margin-bottom: 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  margin-bottom: 15px;
  font-size: 10px;
}

@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
.title-7,
.title-8,
.title-slide,
.title-p,
.modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.title-1 {
  position: relative;
  font-weight: 700 !important;
  font-size: 20px;
}

@media (min-width: 576px) {
  .title-1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .title-1 {
    font-size: 30px;
  }
}

.title-2 {
  font-size: 18px;
}

@media (min-width: 576px) {
  .title-2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .title-2 {
    font-size: 22px;
  }
}

.title-3 {
  font-size: 14px;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .title-3 {
    font-size: 15px;
  }
}

.title-4 {
  font-size: 14px;
}

.title-5 {
  font-size: 12px;
}

.title-6 {
  font-size: 16px;
}

.title-404 {
  font-size: 98px;
}

@media (max-width: 767px) {
  .title-404 {
    font-size: 68px;
  }
}

.title-7 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .title-7 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .title-7 {
    font-size: 18px;
  }
}

.title-8 {
  font-size: 16px;
}

@media (min-width: 769px) {
  .title-8 {
    font-size: 18px;
  }
}

.title-slide {
  position: relative;
  font-size: 26px;
  color: #fff;
}

@media (min-width: 768px) {
  .title-slide {
    font-size: 34px;
  }
}

.title-clr-main {
  color: #0070ff !important;
}

.n-title {
  font-size: 20px;
}

.title-p {
  font-size: 15px;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: 160%;
}

@media (min-width: 769px) {
  .title-p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .title-p {
    font-size: 14px;
  }
}

.title-logo {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 135%;
  color: #007000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
}

@media (max-width: 768px) {
  .title-logo {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .title-logo {
    font-size: 6px;
  }
}

.subtitle-logo {
  color: #338dff;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .subtitle-logo {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .subtitle-logo {
    font-size: 11px;
  }
}

/* =================================================================
  slick
================================================================= */
.slick-slider .slick-list {
  height: 100%;
  overflow: inherit;
}

.slick-slider .slick-list .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slick-slider .slick-list .slick-track .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-slider .slick-slide {
  float: none !important;
  height: auto;
}

.slick-slider-alt {
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 992px) {
  .slick-slider-alt {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.slick-slider-alt.slider-vertical {
  margin: 0 0 -10px 0;
}

@media (min-width: 992px) {
  .slick-slider-alt.slider-vertical {
    margin: 0 0 -10px 0;
  }
}

.slick-slider-alt.slider-vertical .slick-list .slick-track {
  display: block;
}

.slick-slider-alt.slider-vertical .ss-item {
  margin: 0 0 10px 0;
}

@media (min-width: 992px) {
  .slick-slider-alt.slider-vertical .ss-item {
    margin: 0 0 10px 0;
  }
}

.slick-slider-alt.slick-static .slick-list .slick-track {
  margin-left: 0;
  -webkit-transform: none !important;
  transform: none !important;
}

.slick-slider-alt .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider-alt .ss-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}

@media (min-width: 992px) {
  .slick-slider-alt .ss-item {
    margin: 0 15px;
  }
}

.slick-slider-alt .ss-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}

/* Visibility fix */
.slider-visibility {
  overflow: hidden;
}

.slider-visibility .ss-item:not(:first-of-type),
.slider-visibility .ss-slide:not(:first-of-type),
.slider-visibility .ms-slide:not(:first-of-type) {
  display: none !important;
}

.slider-visibility.slick-initialized .ss-item,
.slider-visibility.slick-initialized .ss-slide,
.slider-visibility.slick-initialized .ms-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* Slick switches */
.slick-switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-switches .ss-switch {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 1;
}

.slick-switches .ss-switch .svg-icon {
  width: 30px;
  height: 30px;
}

.slick-switches .ss-switch.prev .svg-icon {
  fill: var(--clr-main);
}

.slick-switches .ss-switch.next .svg-icon {
  fill: var(--clr-main);
}

.slick-switches .ss-switch:hover {
  opacity: 0.6;
}

.slick-switches .ss-switch.small {
  width: 30px;
  height: 30px;
}

.slick-switches .ss-switch.small .svg-icon {
  width: 9px;
  height: 15px;
  margin: auto 0;
}

.slick-switches .ss-switch.small.prev .svg-icon {
  right: auto;
  left: 0;
}

.slick-switches .ss-switch.small.next .svg-icon {
  left: auto;
  right: 0;
}

.slick-switches .ss-switch.white.prev .svg-icon {
  fill: #fff;
}

.slick-switches .ss-switch.white.next .svg-icon {
  fill: #fff;
}

.slick-switches .ss-breaker {
  height: 30px;
  width: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-left: 1px solid #e6e6e6;
}

/* Slick dots */
.slick-switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-switches.dots {
  pointer-events: none;
}

.slick-switches .ss-dots {
  height: 35px;
  pointer-events: none;
}

.slick-switches .ss-dots .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  position: relative;
  bottom: auto;
  margin-bottom: 0;
  width: auto;
}

.slick-switches .ss-dots .slick-dots li {
  display: block;
  float: left;
  margin: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-right: 10px;
}

.slick-switches .ss-dots .slick-dots li button {
  padding: 0;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  pointer-events: auto;
}

.slick-switches .ss-dots .slick-dots li button::before {
  opacity: 1;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #abbcba;
  background: #abbcba;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-switches .ss-dots .slick-dots li.slick-active button::before {
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-color: #fff;
}

.fancybox-toolbar .fancybox-button {
  background: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.6
  );
}

.fancybox-navigation .fancybox-button {
  background-color: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.6
  );
}

.fancybox-thumbs__list a:before {
  border: 3px solid var(--clr-main);
}

.fancybox-custom .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-custom .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

.content-with-tables .table table[border="1"] {
  margin-bottom: 0;
}

.content-with-tables table[border="1"] {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.content-with-tables table[border="1"] > thead > tr > th,
.content-with-tables table[border="1"] > tbody > tr > th,
.content-with-tables table[border="1"] > tfoot > tr > th,
.content-with-tables table[border="1"] > thead > tr > td,
.content-with-tables table[border="1"] > tbody > tr > td,
.content-with-tables table[border="1"] > tfoot > tr > td {
  height: auto !important;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.content-with-tables table[border="1"] > thead > tr > th > p,
.content-with-tables table[border="1"] > tbody > tr > th > p,
.content-with-tables table[border="1"] > tfoot > tr > th > p,
.content-with-tables table[border="1"] > thead > tr > td > p,
.content-with-tables table[border="1"] > tbody > tr > td > p,
.content-with-tables table[border="1"] > tfoot > tr > td > p {
  margin-bottom: 0 !important;
}

.content-with-tables table[border="1"] > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.content-with-tables table[border="1"] > caption + thead > tr:first-child > th,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > th,
.content-with-tables
  table[border="1"]
  > thead:first-child
  > tr:first-child
  > th,
.content-with-tables table[border="1"] > caption + thead > tr:first-child > td,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > td,
.content-with-tables
  table[border="1"]
  > thead:first-child
  > tr:first-child
  > td {
  border-top: 0;
}

.content-with-tables table[border="1"] > tbody + tbody {
  border-top: 2px solid #ddd;
}

.custom-checkbox {
  margin-top: 24px;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom-checkbox input[type="checkbox"] + label,
.custom-checkbox input[type="radio"] + label {
  font-weight: 400;
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input[type="checkbox"] + label:before,
.custom-checkbox input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"] + label:after,
.custom-checkbox input[type="radio"] + label:after {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"] + label:hover:before,
.custom-checkbox input[type="checkbox"] + label:focus:before,
.custom-checkbox input[type="radio"] + label:hover:before,
.custom-checkbox input[type="radio"] + label:focus:before {
  border-color: #0070ff;
}

.custom-checkbox input[type="checkbox"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #0070ff;
  background-color: #0070ff;
  content: "";
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  opacity: 1;
}

.custom-checkbox input[type="radio"] + label {
  font-weight: 400;
}

.custom-checkbox input[type="radio"] + label:before,
.custom-checkbox input[type="radio"] + label:after {
  border-radius: 50%;
  margin-top: 1px;
}

.custom-checkbox input[type="radio"] + label:after {
  left: 0.23em;
  top: 0.26em;
  width: 0.7em;
  height: 0.7em;
}

.custom-checkbox input[type="radio"]:checked + label {
  font-weight: 400;
}

.custom-checkbox input[type="radio"]:checked + label:before {
  border-color: #0070ff;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
}

.custom-checkbox input[type="radio"]:checked + label:after {
  background: #0070ff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom-checkbox input[type="radio"]:checked + label:before {
  border-color: #0070ff;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
}

.arrow-checkbox:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.arrow-checkbox:checked + label:before {
  border-color: #0070ff;
  background-color: #0070ff;
  content: "";
}

.arrow-checkbox:checked + label:after {
  content: "";
  opacity: 1;
}

.ordering__info .custom-checkbox input[type="radio"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 1;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ordering__info .custom-checkbox input[type="radio"]:checked + label:before {
  border-color: #00ad5d;
  background-color: #00ad5d;
  content: "";
}

.filter__item-brand .custom-checkbox input[type="radio"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 1;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.filter__item-brand
  .custom-checkbox
  input[type="radio"]:checked
  + label:before {
  border-color: #00ad5d;
  background-color: #00ad5d;
  content: "";
}

.filter__item-brand .custom-checkbox input[type="radio"] + label:before,
.filter__item-brand .custom-checkbox input[type="radio"] + label:after {
  border-radius: 2px;
  margin-top: 1px;
}

.search {
  background-color: transparent;
}

.search form {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search .input-group {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  width: 100%;
}

.search .input-group .form-control {
  height: 100%;
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  padding-right: 65px;
  padding-left: 15px;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.search .input-group .form-control:focus {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1) !important;
  box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1) !important;
}

.search .input-group .input-group-addon {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 20;
  display: block;
  padding: 0;
  border-radius: 10px;
  width: 50px;
  height: calc(100% - 2px);
  background-color: transparent;
  overflow: hidden;
}

.search .s-btn {
  position: relative;
  z-index: 20;
  padding: 0 !important;
  margin-top: 9px;
  min-height: 0 !important;
  width: 14px;
  height: 14px;
  border: 0;
  border-left: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.8;
}

.search .s-btn:hover,
.search .s-btn:active,
.search .s-btn:focus {
  opacity: 0.7;
  cursor: pointer;
  background-color: transparent;
}

.amount-counter {
  padding: 0;
  min-width: 80px;
  max-width: 100px !important;
  border-radius: 10px;
  border: none;
}

.amount-counter .ac-input {
  padding-left: 10px;
  padding-right: 10px;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.amount-counter .ac-control {
  padding: 0;
  min-height: 30px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: var(--clr-main);
}

@media (max-width: 575px) {
  .amount-counter .ac-control {
    width: 35px;
  }
}

.amount-counter .ac-control.minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amount-counter .ac-control.minus .svg-icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.amount-counter .ac-control.plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amount-counter .ac-control.plus .svg-icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.amount-counter .ac-control:hover {
  background-color: var(--clr-main-alt);
}

.amount-counter .ac-control[disabled],
.amount-counter .ac-control[disabled]:hover {
  background-color: #e6e6e6;
}

.cart-table {
  position: relative;
}

.cart-table .ct-header {
  z-index: 1;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 10px 10px 0 0;
  height: 70px;
}

@media (max-width: 991px) {
  .cart-table .ct-header {
    height: 60px;
  }
}

.cart-table .ct-header + .ct-body .ct-item {
  border-radius: 0;
}

.cart-table .ct-header + .ct-body .ct-item .amount-counter .ac-control {
  width: 30px;
}

.cart-table .ct-footer {
  position: relative;
  padding: 20px 40px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .cart-table .ct-footer {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-footer {
    padding: 20px 20px;
  }
}

@media (max-width: 575px) {
  .cart-table .ct-footer {
    padding: 30px 10px;
  }
}

.cart-table .ct-footer .ctf-btn.btn-back {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.cart-table .ct-footer .ctf-btn.btn-back:hover .small-icon .si-img .svg-icon {
  fill: #fff;
}

.cart-table .ct-footer .ctf-btn.btn-back .small-icon .si-img {
  width: 100%;
}

.cart-table .ct-footer .ctf-btn.btn-back .small-icon .si-img .svg-icon {
  right: 0;
  left: 0;
  margin: auto;
  fill: var(--clr-main);
}

.cart-table .ct-footer .ctf-btn .small-icon .si-img .svg-icon {
  fill: #fff;
}

.cart-table .ct-title {
  padding: 70px 40px 30px 40px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .cart-table .ct-title {
    padding: 70px 30px 30px 30px;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-title {
    padding: 60px 20px 30px 20px;
  }
}

@media (max-width: 575px) {
  .cart-table .ct-title {
    padding: 60px 10px 30px 10px;
  }
}

.cart-table .ct-title.inner {
  padding: 30px 0 30px 0;
  border: none;
}

@media (max-width: 1199px) {
  .cart-table .ct-title.inner {
    padding: 40px 0 30px 0;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-title.inner {
    padding: 30px 0 30px 0;
  }
}

.cart-table .ct-title + .ct-body .ct-item {
  border-radius: 0;
}

.cart-table .ct-title + .ct-body .ct-item:first-of-type {
  border-top: none;
}

.cart-table .ct-title + .ct-body .ct-item .amount-counter .ac-control {
  width: 30px;
}

.cart-table .ct-item {
  padding: 40px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .cart-table .ct-item {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-item {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .cart-table .ct-item {
    padding: 30px 10px;
  }
}

.cart-table .ct-item:first-of-type {
  border-top: 1px solid #e6e6e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cart-table .ct-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 768px) {
  .cart-table .ct-item .cti-img > img {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  .cart-table .ct-item .cti-img > img {
    max-height: 200px;
  }
}

.cart-table .ct-item .cti-article {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.cart-table .ct-item .cti-link {
  padding: 0;
  background: none;
  border: none;
  min-height: 0;
  font-size: 12px;
  color: var(--clr-main);
  text-decoration: underline;
  line-height: 1.33333;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.cart-table .ct-item .cti-link:hover {
  color: var(--clr-main-alt);
}

.cart-table .ct-item .cti-price {
  line-height: 1.3333333;
  font-weight: 700;
  font-size: 18px;
  color: var(--clr-main);
  text-align: right;
}

.cart-table .ct-item .cti-price .cti-old {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.6);
}

.cart-table .ct-item .margin-link-fix {
  margin-top: 75px;
}

@media (max-width: 991px) {
  .cart-table .ct-item .margin-link-fix {
    margin-top: 0;
  }
}

.cart-table .ct-item .cti-block {
  padding-top: 95px;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .cart-table .ct-item .cti-block {
    padding-top: 30px;
  }
}

.cart-table .ct-item .cti-block::before {
  position: absolute;
  content: "";
  display: block;
  top: -40px;
  right: -40px;
  margin: auto;
  width: calc(100% + 60px + 10px);
  height: calc(100% + 80px);
  background-color: var(--clr-main);
}

@media (max-width: 1199px) {
  .cart-table .ct-item .cti-block::before {
    top: -30px;
    right: -30px;
    height: calc(100% + 60px);
    width: calc(100% + 60px);
  }
}

@media (max-width: 991px) {
  .cart-table .ct-item .cti-block::before {
    top: 0;
    right: -20px;
    height: calc(100% + 30px);
    width: calc(100% + 40px);
  }
}

@media (max-width: 575px) {
  .cart-table .ct-item .cti-block::before {
    right: -10px;
    width: calc(100% + 20px);
  }
}

.cart-table .ct-item .cti-block::before .ct-item {
  background-color: transparent !important;
}

.cart-table .ct-item .cti-block .ctib-img {
  position: relative;
  width: 60px;
  height: 60px;
  opacity: 0.3;
}

.cart-table .ct-item .cti-block .ctib-img .svg-icon {
  fill: #fff;
}

.cart-table .ct-item .cti-block .ctib-text {
  position: relative;
  font-size: 12px;
  color: #fff;
}

.cart-table .ct-item .cti-block .ctib-link {
  position: relative;
  font-size: 12px;
  font-weight: 600;
}

.cart-table .ct-item .cti-attributes .ctia-item {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.cart-table .ct-item .cti-attributes .ctia-item .ctiai-value {
  color: rgba(0, 0, 0, 0.8);
}

.cart-table .ct-location a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: var(--clr-main);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (max-width: 991px) {
  .cart-table .ct-location a {
    color: var(--clr-main);
  }
}

.cart-table .ct-location a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .cart-table .ct-location a > span {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .cart-table .ct-location a > span {
    max-width: 250px;
  }
}

.cart-table .ct-location a:hover {
  color: var(--clr-main-alt);
}

.cart-table .ct-location a:hover::after {
  border-color: var(--clr-main-alt) transparent transparent transparent;
}

.cart-table .ct-location a::after {
  position: relative;
  display: inline-block;
  content: "";
  top: 0.1em;
  margin-left: 0.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: var(--clr-main) transparent transparent transparent;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.cart-table .ct-location .small-icon .si-img .svg-icon {
  fill: var(--clr-main);
}

.cart-table .ct-delivery .ctd-item .ctdi-header .box-label {
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .cart-table .ct-delivery .ctd-item .ctdi-header .box-label {
    font-size: 12px;
  }
}

.cart-table .ct-delivery .ctd-item .ctdi-body:not(.active) {
  display: none;
}

.cart-table .ct-delivery .ctd-item .ctdi-block {
  padding-top: 20px;
}

.cart-table .ct-payment {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .cart-table .ct-payment {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .cart-page .c-btn {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page .f-col-lg-9.width-fix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page .f-col-lg-3.width-fix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.order-info {
  padding: 40px 30px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .order-info {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .order-info {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) {
  .order-info {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .order-info {
    padding: 30px 10px;
  }
}

.order-info .oi-attribute {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.order-steps {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  bottom: -30px;
}

@media (max-width: 575px) {
  .order-steps {
    bottom: -25px;
  }
}

.order-steps > li {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 28px;
  background-color: #e6e6e6;
  border: 1px solid #fff;
  color: #fff;
}

@media (max-width: 575px) {
  .order-steps > li {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    font-size: 22px;
  }
}

.order-steps > li.active {
  background-color: var(--clr-main);
}

.order-steps > li.active::before {
  opacity: 1;
}

.order-steps > li.complete {
  background-color: var(--clr-main-alt);
}

.order-steps > li.complete::before {
  opacity: 1;
  background-color: var(--clr-main-alt);
}

.order-steps > li:not(:first-of-type)::before {
  width: 42px;
}

@media (max-width: 575px) {
  .order-steps > li:not(:first-of-type)::before {
    width: 22px;
  }
}

.order-steps > li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 0;
  width: 40px;
  height: 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: var(--clr-main);
  opacity: 0;
}

@media (max-width: 575px) {
  .order-steps > li::before {
    width: 20px;
  }
}

.delivery-tabs .dt-header .dt-btn:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.delivery-tabs .dt-header .dt-btn:last-of-type {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.delivery-tabs .dt-header .dt-btn.active {
  background-color: var(--clr-main-alt) !important;
  border-color: var(--clr-main-alt) !important;
}

.delivery-tabs .dt-body:not(.active) {
  display: none;
}

.delivery-tabs .dt-body#delivery-map:not(.active) {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.delivery-tabs .dt-list {
  background-color: #f3f3f3;
  padding: 40px;
  border-radius: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
  .delivery-tabs .dt-list {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .delivery-tabs .dt-list {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .delivery-tabs .dt-list {
    padding: 30px 10px;
  }
}

.delivery-tabs .dt-breaker {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #e6e6e6;
}

.delivery-tabs #delivery-map {
  position: relative;
  width: 100%;
  height: 480px;
}

.delivery-tabs #delivery-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
}

.delivery-tabs #map-locations-scrollbar {
  height: 300px;
}

.delivery-tabs .balloon-content {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.order-summary {
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .order-summary {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .order-summary {
    padding: 30px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .order-summary {
    padding: 30px 10px;
  }
}

.order-summary .os-img {
  position: relative;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: var(--clr-main);
}

@media (max-width: 1199px) {
  .order-summary .os-img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 767px) {
  .order-summary .os-img {
    width: 120px;
    height: 120px;
  }
}

.order-summary .os-img .svg-icon {
  width: 70px;
  height: 70px;
  fill: #fff;
}

@media (max-width: 1199px) {
  .order-summary .os-img .svg-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .order-summary .os-img .svg-icon {
    width: 50px;
    height: 50px;
  }
}

.order-summary .os-text {
  color: rgba(0, 0, 0, 0.8);
}

.order-summary .os-link {
  font-size: 12px;
}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
.title-7,
.title-8,
.title-slide,
.title-p,
.modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

/* Buttons */
.btn {
  position: relative;
  font-size: 15px;
  padding: 12px 20px;
  min-height: 40px;
  font-weight: 700 !important;
  text-decoration: none;
  line-height: 1;
  border-width: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: color 0.2s linear, background 0.2s linear,
    border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  overflow: hidden;
}

.btn .small-icon .si-img {
  height: 1em;
  width: 1em;
  margin-right: 10px;
}

.btn .small-icon .si-text {
  line-height: 1;
}

.btn .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 10px;
}

.btn[disabled] {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:hover,
.btn[disabled].hover,
.btn[disabled]:active,
.btn[disabled].active {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn .btn-svg {
  width: 12px;
  height: 12px;
  left: 10px;
  position: relative;
  display: inline-block;
}

.btn .btn-svg .svg-icon {
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-lg {
  padding: 16px 30px;
  min-height: 50px;
  border-radius: 30px;
  font-size: 14px;
}

.btn-sm {
  padding: 8px 15px;
  min-height: 30px;
  border-radius: 30px;
  font-size: 10px;
}

.btn-default {
  border-radius: 2px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 700 !important;
}

.btn-default .btn-svg .svg-icon {
  fill: #fff !important;
}

.btn-default:focus,
.btn-default.focus {
  color: #0070ff !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-default:focus .svg-icon,
.btn-default.focus .svg-icon {
  fill: #0070ff !important;
}

.btn-default:hover,
.btn-default.hover,
.btn-default:active,
.btn-default.active {
  color: #0070ff !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-default:hover .svg-icon,
.btn-default.hover .svg-icon,
.btn-default:active .svg-icon,
.btn-default.active .svg-icon {
  fill: #0070ff !important;
}

.btn-primary {
  border-radius: 2px;
  color: #007000;
  background-color: transparent;
  border-color: #007000;
  font-weight: 700 !important;
}

.btn-primary .svg-icon {
  fill: #007000 !important;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-primary:focus .svg-icon,
.btn-primary.focus .svg-icon {
  fill: #fff !important;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary.active {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-primary:hover .svg-icon,
.btn-primary.hover .svg-icon,
.btn-primary:active .svg-icon,
.btn-primary.active .svg-icon {
  fill: #fff !important;
}

.btn-secondary {
  color: #007000;
  background-color: transparent;
  border-color: #e6e6e6;
  font-weight: 700 !important;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #007000 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn-secondary:focus .svg-icon,
.btn-secondary.focus .svg-icon {
  fill: #007000 !important;
}

.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:active,
.btn-secondary.active {
  color: #007000 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn-secondary:hover .svg-icon,
.btn-secondary.hover .svg-icon,
.btn-secondary:active .svg-icon,
.btn-secondary.active .svg-icon {
  fill: #007000 !important;
}

.btn-secondary .svg-icon {
  fill: #007000 !important;
}

.btn-third {
  color: #007000 !important;
  background-color: rgba(0, 112, 0, 0.15) !important;
  border-color: rgba(0, 112, 0, 0.15) !important;
  font-weight: 700 !important;
}

.btn-third:focus,
.btn-third.focus {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-third:focus .svg-icon,
.btn-third.focus .svg-icon {
  fill: #fff !important;
}

.btn-third:hover,
.btn-third.hover,
.btn-third:active,
.btn-third.active {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-third:hover .svg-icon,
.btn-third.hover .svg-icon,
.btn-third:active .svg-icon,
.btn-third.active .svg-icon {
  fill: #fff !important;
}

.btn-third .svg-icon {
  fill: #007000 !important;
}

/* Forms */
.control-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}

.help-block {
  font-size: 12px;
}

.form-note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.form-link {
  font-size: 12px;
  color: var(--clr-main);
  text-decoration: underline;
}

.form-link:hover {
  color: var(--clr-main-alt);
}

.form-control {
  padding: 8.5px 20px;
  height: 40px;
  font-size: 12px;
  font-style: normal;
  border-radius: 5px;
  border-color: #e6e6e6;
  background-color: #fff;
  line-height: 1.1;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear,
    -webkit-box-shadow 0.2s linear;
}

.form-control:focus {
  outline: 0;
  background-color: #fff;
  color: #000;
  border-color: #999999;
  -webkit-box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1);
  box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1);
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control option:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: #c2c2c2;
}

.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fce5e5;
  border-color: #e31e24;
}

.form-group {
  margin-bottom: 20px;
}

/* Modal */
.modal {
  line-height: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
  font-weight: 300;
}

@media (min-width: 768px) {
  .modal {
    font-size: 14px;
    padding: 0 !important;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 20px);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 450px;
  }
}

.modal-content {
  border: none;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.modal-note {
  font-style: italic;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .modal-note {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 850px;
  }
}

@media (min-width: 992px) {
  .modal-md {
    width: 650px;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}

.modal-title {
  position: relative;
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 700;
  color: #0070ff;
}

@media (min-width: 992px) {
  .modal-title {
    font-size: 22px !important;
  }
}

.modal-date {
  font-size: 12px;
  color: var(--clr-main);
}

.modal-header {
  padding: 30px;
  background-color: #fff;
  border-bottom: none;
  border-radius: 0;
}

@media (max-width: 575px) {
  .modal-header {
    padding: 30px 20px;
  }
}

.modal-header .close {
  z-index: 50;
  position: absolute;
  margin: 0;
  width: 15px;
  height: 15px;
  opacity: 0.8;
  text-shadow: none;
  top: 28px;
  right: 20px;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--clr-main);
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.modal-header .close:hover {
  background-color: var(--clr-main-alt);
}

.modal-header .close .svg-icon {
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  fill: #464646;
}

.modal-body {
  padding: 0px 30px 30px 30px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .modal-body {
    padding: 0px 20px 30px 20px;
  }
}

.modal-body label {
  font-weight: 700;
}

.modal-body .modal-submit .btn {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .modal-body .modal-submit .btn {
    width: auto;
    padding: 12px 20px;
  }
}

.modal-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .modal-text {
    font-size: 12px;
  }
}

.box-label_remember {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.modal-textarea {
  min-height: 100px;
}

.modal-link {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

/* Navbar */
.navbar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  min-height: 0;
}

@media (min-width: 1200px) {
  .navbar .navbar-header {
    display: none !important;
  }
}

.navbar .navbar-collapse {
  padding: 0;
}

.navbar .navbar-toggle {
  float: none;
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-image: url("../images/icons/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

@media (max-width: 1199px) {
  .navbar .navbar-toggle {
    display: block;
  }
}

.navbar .navbar-toggle:not(.collapsed) {
  background-image: url("../images/icons/close.svg");
  background-size: 25px 25px;
}

.navbar .navbar-nav {
  margin: 0 -10px;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar .navbar-nav::before,
.navbar .navbar-nav::after {
  display: none;
}

.navbar .navbar-nav > li {
  margin: 0 10px;
  float: none;
}

.navbar .navbar-nav > li > a {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.42857143 !important;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar .navbar-nav > li > a:hover {
  color: var(--clr-main);
  background-color: transparent;
}

.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover {
  color: var(--clr-main);
  background-color: transparent;
  font-weight: 700;
}

.navbar .navbar-nav > li.open > a,
.navbar .navbar-nav > li.open > a:hover {
  color: var(--clr-main);
  background-color: transparent;
}

/*@media (max-width: 1199px) {*/
/*.navbar {*/
/*position: static;*/
/*}*/
/*.navbar .navbar-block {*/
/*max-width: 940px !important;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*max-height: 400px;*/
/*overflow: scroll;*/
/*}*/
/*}*/

@media (max-width: 1199px) and (max-width: 991px) {
  .navbar .navbar-block {
    max-width: 740px !important;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .navbar .navbar-block {
    max-width: 540px !important;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav {
    padding: 10px;
    margin: 0;
    display: block;
  }
  .navbar .navbar-nav > li {
    margin: 0;
  }
  .navbar .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
  }
  .navbar .navbar-nav > li > a:hover {
    color: var(--clr-main);
    background-color: transparent;
  }
  .navbar .navbar-nav > li.active > a,
  .navbar .navbar-nav > li.active > a:hover {
    color: var(--clr-main);
    background-color: transparent;
    font-weight: 700;
  }
  .navbar .navbar-nav > li.open > a,
  .navbar .navbar-nav > li.open > a:hover {
    color: var(--clr-main);
    background-color: transparent;
  }
}

@media (max-width: 575px) {
  .navbar .navbar-collapse {
    width: 100%;
  }
}

.dropdown-menu {
  float: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 100%;
  max-width: 450px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.dropdown-menu > li {
  display: block;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px !important;
  text-decoration: none;
  background-color: #fff;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu > li > a:hover {
  color: #007000;
  background-color: transparent;
}

.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover {
  color: #007000;
  background-color: transparent;
}

@media (max-width: 1199px) {
  .dropdown-menu {
    min-width: 0;
    max-width: none;
    padding-left: 30px;
    position: static;
    background-color: transparent;
  }
  .dropdown-menu > li > a {
    padding: 15px 10px 15px 0 !important;
    line-height: 1.42857143 !important;
    color: rgba(0, 0, 0, 0.8);
    background-color: transparent;
    white-space: normal;
    border-bottom: 1px solid #e6e6e6;
  }
  .dropdown-menu > li > a:hover {
    color: #007000;
    background-color: transparent;
  }
  .dropdown-menu > li.active > a,
  .dropdown-menu > li.active > a:hover {
    color: #007000;
    background-color: transparent;
    font-weight: 700;
  }
}

/* Pagination */
.pagination-block {
  position: relative;
  margin: 0 auto;
}

.pagination {
  margin: 0;
  max-width: 100%;
  margin: 0 -7px;
}

@media (max-width: 575px) {
  .pagination {
    width: 100%;
    margin: 0 -5px;
  }
}

.pagination > li {
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 575px) {
  .pagination > li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.pagination > li:first-of-type,
.pagination > li:last-of-type {
  display: none;
}

.pagination > li:first-of-type > a,
.pagination > li:first-of-type span,
.pagination > li:last-of-type > a,
.pagination > li:last-of-type span {
  display: block;
  border-radius: 5px;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}

.pagination > li:first-of-type > a:hover,
.pagination > li:first-of-type > a:focus,
.pagination > li:first-of-type span:hover,
.pagination > li:first-of-type span:focus,
.pagination > li:last-of-type > a:hover,
.pagination > li:last-of-type > a:focus,
.pagination > li:last-of-type span:hover,
.pagination > li:last-of-type span:focus {
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}

.pagination > li:first-of-type > a:hover .svg-icon,
.pagination > li:first-of-type > a:focus .svg-icon,
.pagination > li:first-of-type span:hover .svg-icon,
.pagination > li:first-of-type span:focus .svg-icon,
.pagination > li:last-of-type > a:hover .svg-icon,
.pagination > li:last-of-type > a:focus .svg-icon,
.pagination > li:last-of-type span:hover .svg-icon,
.pagination > li:last-of-type span:focus .svg-icon {
  opacity: 1;
}

.pagination > li:first-of-type > a .svg-icon,
.pagination > li:first-of-type span .svg-icon,
.pagination > li:last-of-type > a .svg-icon,
.pagination > li:last-of-type span .svg-icon {
  width: 25px;
  height: 25px;
  fill: var(--clr-main);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
}

.pagination > li:first-of-type > a > span,
.pagination > li:first-of-type span > span,
.pagination > li:last-of-type > a > span,
.pagination > li:last-of-type span > span {
  display: none;
}

.pagination > li:first-of-type > a::before .svg-icon,
.pagination > li:first-of-type span::before .svg-icon {
  fill: var(--clr-main);
}

.pagination > li:last-of-type > a::before .svg-icon,
.pagination > li:last-of-type span::before .svg-icon {
  fill: var(--clr-main);
}

.pagination > li:nth-of-type(2) > a,
.pagination > li:nth-of-type(2) span {
  border-radius: 5 [x];
}

.pagination > li:nth-last-of-type(2) > a,
.pagination > li:nth-last-of-type(2) span {
  border-radius: 5px;
}

.pagination > li > a,
.pagination > li span {
  min-width: 40px;
  height: 40px;
  padding: 12px 2px;
  border-radius: 5px;
  border: 1px solid #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0070ff;
  -webkit-transition: border 0.2s linear, color 0.2s linear,
    background 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, background 0.2s linear;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li span:hover,
.pagination > li span:focus {
  color: #007000;
  background-color: #fff;
  border-color: #fff;
}

.pagination > .disabled {
  cursor: not-allowed !important;
}

.pagination > .disabled > a,
.pagination > .disabled span {
  pointer-events: none !important;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled span,
.pagination > .disabled span:hover,
.pagination > .disabled span:focus {
  opacity: 0.5 !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active span,
.pagination > .active span:hover,
.pagination > .active span:focus {
  color: #007000;
  background-color: #fff;
  border-color: #fff;
}

/* Breadcrumb */
.breadcrumb {
  padding: 0;
  margin-bottom: -10px;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb > li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  font-weight: 400;
}

.breadcrumb > li > a {
  text-decoration: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.breadcrumb > li > a:hover {
  text-decoration: none;
  color: #0070ff;
}

.breadcrumb > li + li::before {
  color: rgba(0, 0, 0, 0.6);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #bec3cb;
  border-right: 1px solid #bec3cb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  padding: 0;
  margin: 0 10px 2px 7px;
}

/* Alert-warning */
.alert-warning {
  background-color: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.1
  );
  color: rgba(0, 0, 0, 0.8);
  border-color: var(--clr-main);
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding: 0 !important;
}

.irs--big {
  height: 20px;
}

.c-form {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px;
}

@media (max-width: 767px) {
  .c-form {
    padding: 30px 25px;
  }
}

.cf-text {
  font-size: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .cf-text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .cf-text {
    text-align: center;
  }
}

label {
  font-size: 12px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.js-summ-range {
  display: none !important;
}

.irs.irs--big {
  top: 7px;
}

.irs.irs--big .irs-bar {
  top: 15px;
  background: #a2beb2;
  background-color: #a2beb2;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 2px;
}

.irs.irs--big .irs-handle {
  top: 8px;
  background: #ffffff;
  border: 2px solid #0070ff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.irs.irs--big .irs-min,
.irs.irs--big .irs-max {
  top: 60px;
  visibility: visible !important;
  background-color: transparent;
  font-size: 0;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 0;
}

.irs.irs--big .irs--big .irs-single {
  display: none !important;
}

.irs.irs--big .irs-line {
  top: 15px;
  background: #0070ff;
  background-color: #0070ff;
  border: none;
  border-radius: 0;
  height: 2px;
}

.c-date .cd-label {
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 576px) {
  .c-date .cd-label {
    margin: 0 25px 0 0;
  }
}

@media (min-width: 768px) {
  .c-date .cd-label {
    margin: 0 50px 0 0;
  }
}

.c-date .cd-label .cd-check {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.c-date .cd-label .cd-text {
  position: relative;
  padding-left: 35px;
  top: -1px;
}

.c-date .cd-label input {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.c-date .cd-label input:checked ~ .cd-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0070ff;
}

.btn-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  margin-left: 20px;
}

@media (max-width: 575px) {
  .btn-text {
    margin-left: 0;
    margin-top: 10px;
  }
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  display: none;
}

/* =================================================================
  contact-info
================================================================= */
.contact-info {
  background-color: #0070ff;
}

@media (max-width: 767px) {
  .contact-info {
    text-align: center;
  }
}

.contact-info .ci-navbar {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info .ci-navbar > li {
  display: block;
  margin-bottom: 15px;
}

.contact-info .ci-navbar > li > a {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.contact-info .ci-navbar > li > a:hover {
  color: var(--clr-grey-lighter);
}

.contact-info .ci-navbar > li.active > a,
.contact-info .ci-navbar > li.active > a:hover {
  font-weight: 600;
  color: var(--clr-grey-lighter);
}

.contact-info .ci-navbar > li:last-of-type {
  margin-bottom: 0;
}

/* =================================================================
  Links
================================================================= */
.link {
  -webkit-transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.link:hover,
.link:focus {
  text-decoration: none;
}

.link .small-icon .si-img {
  position: relative;
  margin-right: 0.5em;
  background-size: 1em 1em;
  background-position: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link .small-icon .si-img .sii-hover {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: center;
}

.link .small-icon .si-text + .si-img .sii-hover {
  background-position: center;
}

.link-a {
  color: var(--clr-main);
}

.link-a:hover {
  color: var(--clr-main-alt);
}

.link-all {
  color: var(--clr-main);
  font-size: 12px;
  line-height: 1.3333333;
}

.link-all:hover {
  color: var(--clr-main-alt);
}

.link-all:hover .small-icon .si-img .svg-icon {
  fill: var(--clr-main-alt);
}

.link-all .small-icon .si-img {
  width: 1em;
  height: 1em;
}

.link-all .small-icon .si-img .svg-icon {
  width: 0.7em;
  height: 0.7em;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.link-f {
  position: relative;
  color: #fff;
}

.link-f:hover {
  color: #fff;
}

.link-more.collapsed::before {
  content: "Читать далее...";
}

.link-more:not(.collapsed)::before {
  content: "Скрыть...";
}

.link-image {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link-image:hover {
  opacity: 0.8;
}

.link-opacity {
  display: block;
  color: inherit;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link-opacity:hover {
  color: inherit;
  opacity: 1;
}

.link-title {
  color: inherit;
}

.link-title:hover {
  color: var(--clr-main-alt);
}

.link-line {
  color: var(--clr-main);
  text-decoration: underline;
}

.link-line:hover {
  color: var(--clr-main-alt);
  text-decoration: underline;
}

.link-line.text-white {
  color: #fff !important;
}

.link-line.text-white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.link-icon .small-icon .si-img .svg-icon {
  margin-top: 1px;
}

.link-icon:hover {
  cursor: pointer;
}

.link-icon:hover .small-icon .si-img .svg-icon {
  fill: #000;
}

.link-icon:hover .small-icon .si-text {
  color: #000;
}

.link-icon .small-icon .si-img .svg-icon {
  fill: #0070ff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.link-icon .small-icon .si-text {
  color: #0070ff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.link-icon .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}

.link-icon .small-icon .si-text + .si-img .sii-hover {
  background-position: right center;
}

/* =================================================================
  socials
================================================================= */
.socials .s-item {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-size: 14px 14px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.socials .s-item:hover {
  background-color: var(--clr-main-alt);
}

.socials .s-item .svg-icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  fill: #fff;
}

.bg-clr-transparent {
  background-color: transparent !important;
}

.bg-clr-main {
  background-color: #0070ff !important;
}

.bg-clr-main-alt {
  background-color: #007000 !important;
}

.bg-clr-grey {
  background-color: #e6e6e6 !important;
}

.bg-clr-grey-light {
  background-color: #f3f3f3 !important;
}

.bg-clr-grey-lighter {
  background-color: #fafafa !important;
}

.bg-clr-white {
  background-color: #fff !important;
}

.bg-pattern {
  width: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  z-index: -1;
}

.bg-clr-patter {
  background-color: rgba(48, 117, 244, 0.08);
  background-image: url("../../../images/bg/pattern.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

.bg-clr-light {
  background-color: rgba(48, 117, 244, 0.08);
}

.home {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif, sans-serif;
  color: #000;
  font-size: 14px;
  min-width: 320px;
  min-height: 100%;
  height: auto;
  line-height: 150%;
  width: 100%;
  letter-spacing: 0.02em;
  background-image: url("../../../images/bg.png");
  background-size: contain;
  background-repeat: repeat;
}

body,
html {
  min-width: 320px;
  min-height: 100%;
  height: auto;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

html {
  position: relative;
}

* {
  outline: none !important;
}

p {
  margin: 0 0 15px 0;
}

ul.simple,
ol.simple,
li.simple {
  list-style-type: none;
  padding: 0;
}

li {
  list-style-type: none;
}

:not(.alert) ul:not([class]) {
  padding-left: 0;
}

:not(.alert) ul:not([class]) > li:not([class]) {
  list-style-type: none;
  max-width: 100%;
  margin-bottom: 10px;
}

:not(.alert) ul:not([class]) > li:not([class])::before {
  position: relative;
  display: inline-block;
  content: "\25CF";
  padding-right: 0.5em;
  height: 100%;
  color: var(--clr-main);
}

:not(.alert) ul:not([class]) ul {
  margin-top: 10px;
  padding-left: 1em !important;
}

a {
  color: var(--clr-main);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: var(--clr-main-alt);
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.text-white a {
  color: #fff;
  cursor: pointer;
}

.text-white a:hover {
  color: rgba(255, 255, 255, 0.8);
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 40px;
  height: auto;
}

textarea.form-control {
  height: 80px;
  line-height: 1.42857143;
}

@media (min-width: 768px) {
  textarea.form-control {
    height: 40px;
  }
}

textarea.form-control.textarea-lg {
  height: 100px;
}

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .f-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .f-row > [class^="f-col"],
  .f-row > [class*=" f-col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

input,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.dark::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.darken::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.darkener::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#top {
  z-index: 1005;
  position: relative;
}

#bottom {
  z-index: 1000;
  margin: 0 auto;
  overflow: hidden;
}

.object-fit > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  overflow: hidden;
}

.small-icon .si-img {
  position: relative;
}

.small-icon .si-img .svg-icon {
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  fill: var(--clr-main);
}

.small-icon .si-img .svg-icon.white {
  fill: #fff;
}

.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: right center;
}

.svg-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.svg-icon:hover {
  fill: #0070ff !important;
  cursor: pointer;
}

svg path,
svg rect {
  fill: inherit;
  stroke: inherit;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.breaker {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #e6e6e6;
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}

.m-r-1 {
  margin-right: 1px;
}

.m-n-r-1 {
  margin-right: -1px;
}

a.small-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

a.small-icon .si-img {
  margin-right: 0.2em;
}

a.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}

.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: right center;
}

@media (min-width: 576px) {
  .justify-content-sm-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }
}

.border-dropdown-fix {
  padding-left: 18px !important;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

.add {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.span__link {
  color: #0070ff !important;
}

.span__link_login {
  font-size: 13px !important;
  margin: 10px !important;
}

.rotate:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.rotate-plus:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  opacity: 0.6;
  top: 30px;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.border-none {
  border: 0;
}

.m-0-auto {
  margin: 0 auto !important;
}

.p-y {
  padding: 40px 0;
}

@media (min-width: 769px) {
  .p-y {
    padding: 60px 0;
  }
}

@media (min-width: 993px) {
  .p-y {
    padding: 80px 0;
  }
}

.p-t {
  padding-top: 40px;
}

@media (min-width: 769px) {
  .p-t {
    padding-top: 60px;
  }
}

@media (min-width: 993px) {
  .p-t {
    padding-top: 80px;
  }
}

.p-b {
  padding-bottom: 40px;
}

@media (min-width: 769px) {
  .p-b {
    padding-bottom: 60px;
  }
}

@media (min-width: 993px) {
  .p-b {
    padding-bottom: 80px;
  }
}

.m-y {
  margin: 40px 0;
}

@media (min-width: 769px) {
  .m-y {
    margin: 60px 0;
  }
}

@media (min-width: 993px) {
  .m-y {
    margin: 80px 0;
  }
}

.m-t {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .m-t {
    margin-top: 60px;
  }
}

@media (min-width: 993px) {
  .m-t {
    margin-top: 80px;
  }
}

.m-b {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .m-b {
    margin-bottom: 60px;
  }
}

@media (min-width: 993px) {
  .m-b {
    margin-bottom: 80px;
  }
}

.sc-item {
  margin-right: 20px;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .sc-item {
    margin-right: 10px;
  }
}

.sc-item:hover .svg-icon {
  fill: var(--clr-main);
}

.sci-block {
  position: relative;
  width: 30px;
  height: 30px;
}

.sc-item .svg-icon {
  width: 20px;
  height: 20px;
  top: auto;
  bottom: 0;
  fill: rgba(0, 0, 0, 0.6);
}

.sci-amount {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  height: 18px;
  min-width: 18px;
  border-radius: 40px;
  border: 1px solid #0070ff;
  font-size: 8px;
  font-weight: 600;
  color: #fff;
  background-color: #0070ff;
  -webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}

.sci-amount.empty {
  border-color: #999999;
  color: #fff;
  background-color: #999999;
}

.sci-amount-t {
  top: 5px;
}

.sci-content {
  margin-top: 2px;
  margin-left: 7px;
}

.sci-content .scic-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3333333333;
  color: #0070ff;
}

.sci-content .scic-value {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.page-header {
  z-index: 1005;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.page-header .ph-top {
  border-bottom: 1px solid #f3f3f3;
  background-color: #0070ff;
}

@media (min-width: 576px) and (max-width: 767px) {
  .page-header .ph-top {
    border: none;
  }
}

.page-header .ph-top .small-icon .svg-icon {
  fill: #fff !important;
}

.page-header .ph-top .navbar .svg-icon {
  fill: #fff !important;
}

.page-header .ph-bottom {
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}

/* .page-header .ph-logo {
  max-width: 241px !important;
} */

/* @media (max-width: 575px) {
  .page-header .ph-logo {
    max-width: 170px !important;
  }
}

@media screen and (max-width: 374px) {
  .page-header .ph-logo {
    max-width: 141px !important;
  }
} */

@media screen and (max-width: 360px) {
  .ph-logo {
    margin-right: 0 !important;
  }

  .text-logo {
    margin-left: 2px !important;
  }
}

.ph-logo-img {
  width: 90px;
  height: 75px;
}

.ph-logo-img {
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .ph-logo-img {
    width: 39px;
    height: 51px;
  }
}
@media screen and (max-width: 575px) {
  .ph-logo-img {
    width: 32px;
    height: 40px;
  }
}

.page-header .ph-call {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (max-width: 991px) {
  .page-header .ph-call {
    color: var(--clr-main);
  }
}

.page-header .ph-call:hover {
  color: #0070ff;
}

@media (max-width: 991px) {
  .page-header .ph-call:hover {
    color: var(--clr-main-alt);
  }
}

.page-header .ph-login {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .page-header .ph-login {
    color: rgba(0, 0, 0, 0.6);
  }
}

.page-header .ph-login:hover {
  color: #0070ff;
}

@media (max-width: 991px) {
  .page-header .ph-login:hover {
    color: #0070ff;
  }
}

.page-header .ph-login .small-icon {
  line-height: inherit;
}

.page-header .ph-login .small-icon .si-img {
  width: 14px;
  height: 14px;
}

@media (max-width: 1199px) {
  .page-header .ph-login .small-icon .si-img {
    width: 20px;
    height: 20px;
    margin-right: 0 !important;
  }
}

.page-header .ph-login .small-icon .si-img .svg-icon {
  width: 100%;
  height: 100%;
}

.page-header .header__login-span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.page-header .ph-login-breaker {
  margin: 0 5px;
  width: 0;
  height: 10px;
  border-right: 1px solid #000;
}

.page-header .header__links .header__link {
  color: #fff !important;
}

.page-header .header__links .header__link:hover {
  color: #59a1ff !important;
}

.page-header .header__links-leng > li > a {
  text-transform: uppercase;
  color: #59a1ff !important;
}

.page-header .header__links-leng > li > a:hover {
  color: #fff !important;
}

.page-header .header__links-leng > li + li::before {
  padding: 0 10px 0 10px;
  color: #59a1ff;
  content: "|";
}

.page-header .header__links-leng > li.active a {
  text-transform: uppercase;
  color: #fff !important;
}

.navbar .navbar-toggle {
  float: none;
  padding: 10px 10px 0 0;
  height: 20px;
  width: 20px;
  background: none;
  fill: var(--clr-main);
}

.navbar .navbar-toggle .svg-icon {
  top: auto;
  bottom: 0;
  height: 20px;
  fill: var(--clr-main);
}

.navbar .navbar-toggle .svg-icon.open {
  display: none;
}

.navbar .navbar-toggle:not(.collapsed) {
  background: none;
}

.navbar .navbar-toggle:not(.collapsed) .svg-icon.open {
  display: block;
}

.navbar .navbar-toggle:not(.collapsed) .svg-icon.closed {
  display: none;
}

.navbar .navbar-toggle.search-toggle {
  background: none;
}

.navbar .navbar-toggle.search-toggle .svg-icon.open {
  display: none;
  fill: var(--clr-main);
}

.navbar .navbar-toggle.search-toggle .svg-icon.closed {
  fill: rgba(0, 0, 0, 0.6);
}

.navbar .navbar-toggle.search-toggle:not(.collapsed) {
  background: none;
}

.navbar .navbar-toggle.search-toggle:not(.collapsed) .svg-icon.open {
  display: block;
}

.navbar .navbar-toggle.search-toggle:not(.collapsed) .svg-icon.closed {
  display: none;
}

.navbar .navbar-toggle .svg-icon:active,
.navbar .navbar-toggle .svg-icon:focus,
.navbar .navbar-toggle .svg-icon:hover {
  fill: #fff !important;
}

.ph-partners {
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 360px) {
  .ph-partners {
    padding-left: 0;
  }
}

.ph-partners:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  width: 1px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 768px) {
  .ph-partners:before {
    height: 20px;
  }
}

@media screen and (max-width: 360px) {
  .ph-partners:before {
    display: none;
  }
}

.ph-partners__link {
  width: 50px;
  height: 50px;
  background-color: rgba(48, 117, 244, 0.08);
  border-radius: 50%;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .ph-partners__link {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .ph-partners__link {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .ph-partners__link {
    margin-right: 5px;
  }
}

.ph-partners__img {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .ph-partners__img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .ph-partners__img {
    width: 20px;
    height: 20px;
  }
}

.header__login {
  margin-right: 10px;
  text-decoration: none;
}

.header__login .small-icon .si-img {
  width: 20px;
  height: 20px;
}

.header__login .small-icon .si-img .svg-icon {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .header__login .small-icon .si-img .svg-icon {
    fill: var(--clr-main);
  }
}

.header__call {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .header__call {
    margin-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .header__call {
    margin-right: 0;
  }
}

.header__call .small-icon .si-img {
  width: 20px;
  height: 20px;
}

.header__call .small-icon .si-img .svg-icon {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .header__call .small-icon .si-img .svg-icon {
    fill: var(--clr-main);
  }
}

.header__call-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__call-text {
  font-size: 12px;
  color: #0070ff !important;
}

.header__login-enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*main*/
.main-navbar {
  position: relative;
  background-color: #007000;
  /*при наведении*/
}

.main-navbar .navbar .svg-icon {
  fill: #fff;
}

@media (min-width: 1200px) {
  .main-navbar .navbar .navbar-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 1199px) {
  .main-navbar .navbar .navbar-nav {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (max-width: 575px) {
  .main-navbar .navbar .navbar-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .main-navbar .navbar .navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

.main-navbar .navbar .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
  border-bottom: 2px solid transparent;
}

@media (min-width: 1200px) {
  .main-navbar .navbar .navbar-nav > li > a {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .main-navbar .navbar .navbar-nav > li > a:hover,
  .main-navbar .navbar .navbar-nav > li > a:active,
  .main-navbar .navbar .navbar-nav > li > a:focus {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
}

@media (max-width: 1199px) {
  .main-navbar .navbar .navbar-nav > li > a {
    color: #000 !important;
    font-size: 14px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0;
  }
  .main-navbar .navbar .navbar-nav > li > a:hover,
  .main-navbar .navbar .navbar-nav > li > a:active,
  .main-navbar .navbar .navbar-nav > li > a:focus {
    color: #007000 !important;
    background-color: transparent;
  }
}

.main-navbar .navbar .navbar-nav > li.dropdown:last-of-type .dropdown-menu {
  left: auto;
}

@media (max-width: 1199px) {
  .main-navbar .navbar .navbar-nav > li.dropdown .dropdown-menu {
    padding-left: 30px;
    max-width: 100% !important;
    width: 100% !important;
    background-color: #fff;
    top: 0;
  }
}

.main-navbar .navbar .navbar-nav :first-child a {
  padding-left: 0;
}

.main-navbar .navbar .mn-location a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: var(--clr-main);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.main-navbar .navbar .mn-location a > span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-navbar .navbar .mn-location a:hover {
  color: var(--clr-main-alt);
}

.main-navbar .navbar .mn-location a:hover::after {
  border-color: var(--clr-main-alt) transparent transparent transparent;
}

.main-navbar .navbar .mn-location a::after {
  position: relative;
  display: inline-block;
  content: "";
  top: 0.1em;
  margin-left: 0.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: var(--clr-main) transparent transparent transparent;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.main-navbar .navbar .mn-location .small-icon .si-img .svg-icon {
  fill: var(--clr-main);
}

.main-navbar .navbar .mn-login {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.main-navbar .navbar .mn-login:hover {
  color: var(--clr-main);
}

.main-navbar .navbar .mn-login-breaker {
  margin: 0 10px;
  width: 0;
  height: 10px;
  border-right: 1px solid #fff;
}

@media (max-width: 991px) {
  .main-navbar .navbar .mn-login-breaker {
    border-color: rgba(0, 0, 0, 0.6);
  }
}

.main-navbar .navbar .mn-call {
  font-size: 12px;
}

.main-navbar .navbar .dropdown-l1 {
  position: relative;
}

@media (min-width: 992px) {
  .main-navbar .navbar .dropdown-l1 > a {
    padding-right: 51px !important;
  }
}

.main-navbar .navbar .dropdown-l1 > a:hover > .caret .svg-icon {
  fill: var(--clr-main);
}

@media (min-width: 992px) {
  .main-navbar .navbar .dropdown-l1 > a > .caret {
    cursor: pointer;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    display: block;
    width: 51px;
    height: 60px;
    border: none;
    margin: 0;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
}

@media (max-width: 991px) {
  .main-navbar .navbar .dropdown-l1 > a > .caret {
    display: inline-block !important;
  }
}

.main-navbar .navbar .dropdown-l1 > a > .caret .svg-icon {
  width: 11px;
  height: 11px;
  fill: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .main-navbar .navbar .dropdown-l1 > a > .caret .svg-icon {
    display: none;
  }
}

.main-navbar .navbar .dropdown-l1.open > a,
.main-navbar .navbar .dropdown-l1.open > a:hover {
  color: var(--clr-main);
  background-color: transparent;
}

.main-navbar .navbar .dropdown-l1.open > a > .caret,
.main-navbar .navbar .dropdown-l1.open > a:hover > .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-navbar .navbar .dropdown-l1.open > a > .caret .svg-icon,
.main-navbar .navbar .dropdown-l1.open > a:hover > .caret .svg-icon {
  fill: var(--clr-main);
}

.main-navbar .navbar .dropdown-l1.open .dropdown-l1-menu {
  display: block !important;
}

.main-navbar .navbar .dropdown-l1 .dropdown-l1-menu {
  display: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .main-navbar .navbar .dropdown-l1 .dropdown-l1-menu {
    margin-top: 18px;
    padding-left: 30px;
  }
}

.main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li {
  display: block;
}

.main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li > a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 20px 15px 30px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  background-color: #f3f3f3;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (max-width: 991px) {
  .main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li > a {
    padding: 10px 0;
    background-color: transparent;
    border: none;
  }
}

.main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li > a:hover {
  color: var(--clr-main);
  background-color: #f3f3f3;
}

@media (max-width: 991px) {
  .main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li > a:hover {
    background-color: transparent;
  }
}

.main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li.active > a,
.main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li.active > a:hover {
  font-weight: 700;
  color: var(--clr-main);
  background-color: #f3f3f3;
}

@media (max-width: 991px) {
  .main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li.active > a,
  .main-navbar .navbar .dropdown-l1 .dropdown-l1-menu > li.active > a:hover {
    background-color: transparent;
  }
}

.main-navbar .small-icon .si-img .svg-icon {
  width: 20px;
  height: 20px;
}

/*Menu2Item*/
.myclass2 .caret {
  display: none !important;
}
@media (max-width: 991px) {
  .myclass2 .dropdown-toggle {
    position: relative;
  }
}

.myclass2 .dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 10px;
  margin-bottom: 3px;
}

@media (max-width: 1199px) {
  .myclass2 .dropdown-toggle:after {
    border-top: 1px solid #007000;
    border-right: 1px solid #007000;
    position: absolute;
    top: 20px;
    right: 15px;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .myclass2 .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
  }
}
/*end*/

@media (max-width: 991px) {
  .main-navbar .nav__link-caret {
    position: relative;
  }
}

.main-navbar .nav__link-caret:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 10px;
  margin-bottom: 3px;
}

@media (max-width: 1199px) {
  .main-navbar .nav__link-caret:after {
    border-top: 1px solid #007000;
    border-right: 1px solid #007000;
    position: absolute;
    top: 20px;
    right: 15px;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .main-navbar .nav__link-caret[aria-expanded="true"]:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
  }
}

.main-navbar .bg-clr {
  background-color: #f2f2f2;
}

.main-navbar .c-item:hover .svg-icon {
  fill: #0070ff !important;
}

.main-navbar .search-block .navbar .navbar-collapse {
  max-width: 100% !important;
  top: 100% !important;
}

@media screen and (min-width: 1199px) {
  .main-navbar .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media screen and (max-width: 1199px) {
  .main-navbar .navbar .navbar-collapse.collapse:not(.in) {
    display: none !important;
  }
}

.main-navbar nav.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1199px) {
  .main-navbar nav.navbar .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .main-navbar .navbar .navbar-nav > li.dropdown.open > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 10px;
    max-width: 100%;
  }
}

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

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

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

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

.content {
  position: relative;
}

.page-footer {
  z-index: 1000;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}

.page-footer .pf-item {
  max-width: none !important;
  text-align: left;
}

@media (max-width: 575px) {
  .page-footer .pf-item {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

.page-footer .pf-item:last-of-type {
  text-align: right;
}

@media (max-width: 575px) {
  .page-footer .pf-item:last-of-type {
    text-align: center;
  }
}

.footer__title {
  color: #fff !important;
}

.footer__li {
  color: #fff !important;
}

.footer__link {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer__link:hover {
  color: #9a9c9c !important;
}

/*email banner*/
.email-banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 30px;
  background-color: #333;
}

@media (max-width: 1199px) {
  .email-banner {
    padding: 30px 20px;
  }
}

.email-banner.long {
  border-top: 1px solid #e6e6e6;
  padding: 45px 0;
}

.email-banner .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 45px;
}

.email-banner .eb-title .small-icon {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.email-banner .eb-title .small-icon .si-img {
  margin-left: 10px;
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.email-banner .eb-title .small-icon .si-img .svg-icon {
  left: auto;
  right: 0;
  height: 100%;
  width: 100%;
  fill: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.15
  );
}

.email-banner .ebl-title .small-icon .si-img {
  margin-right: 20px;
  width: 50px;
  height: 40px;
}

.email-banner .ebl-title .small-icon .si-img .svg-icon {
  left: 0;
  right: auto;
  height: 100%;
  width: 100%;
  fill: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.15
  );
}

.footer__si-text {
  color: #fff;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .footer__si-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .footer__si-text {
    text-align: center;
  }
}

.footer__email-bg {
  background: url("../../../img/email-banner/telegram.png") no-repeat center;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: -1;
  width: 170px;
  height: 170px;
}

.contact-info .c-item .svg-icon__footer {
  fill: #fff !important;
}

.contact-info .c-item .svg-icon__footer:hover {
  fill: #9a9c9c !important;
}

.footer__sait {
  border-top: 1px solid #313131;
}

@media (max-width: 767px) {
  .footer-redpr {
    background-color: #000 !important;
  }
}

.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer__input {
  width: 60%;
}

.footer__button {
  width: 40%;
  border-radius: 0 3px 3px 0 !important;
  height: 45px;
}

.footer-label {
  margin: 0;
  display: none;
}

.email-banner .footer__input .form-control {
  border-radius: 3px 0px 0px 3px !important;
  border-color: transparent;
  height: 45px !important;
}

.header-2 {
  /* Стрелки */
}

.header-2 .ph-top {
  border-bottom: transparent;
}

.header-2 .ph-bottom {
  border-bottom: transparent;
}

.header-2 .header__link {
  color: #fff;
}

.header-2 .header-2__title {
  color: #fff;
}

.header-2 .header-2__img {
  width: 40px;
  height: 40px;
}

.header-2 .header-2__avatar {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40%;
}

.header-2 .header__link-back {
  font-weight: 400;
}

.header-2 .header__link-back::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 10px;
}

.header-2 .scrollmenu {
  overflow: auto;
  white-space: nowrap;
  min-height: 40px;
  scrollbar-base-color: #338dff;
  scrollbar-3dlight-color: #0070ff;
  scrollbar-highlight-color: #0070ff;
  scrollbar-track-color: #0070ff;
  scrollbar-arrow-color: #fff;
  scrollbar-shadow-color: #0070ff;
}

.header-2 .scrollmenu ::-webkit-scrollbar {
  width: 0 !important;
  /* ширина для вертикального скролла */
  height: 0 !important;
  /* высота для горизонтального скролла */
  background-color: transparent !important;
}

.header-2 .scrollmenu ::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 transparent !important;
  box-shadow: 0 transparent !important;
  width: 0px !important;
}

@media (min-width: 577px) {
  .header-2 .scrollmenu :first-child a {
    padding-left: 0;
  }
}

.header-2 .scrollmenu li {
  display: inline-block;
}

.header-2 .scrollmenu li a {
  color: #99c6ff;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.header-2 .scrollmenu li a:hover,
.header-2 .scrollmenu li a:focus,
.header-2 .scrollmenu li a:active {
  border-bottom: 2px solid #fff;
  background-color: transparent !important;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .header-2 .scrollmenu li a {
    padding: 8px 14px;
  }
  .header-2 .scrollmenu li a:hover,
  .header-2 .scrollmenu li a:focus,
  .header-2 .scrollmenu li a:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-bottom: 2px solid transparent;
    border-radius: 30px;
  }
}

.header-2 .scrollmenu > li.active a {
  color: #fff;
}

@media screen and (max-width: 575px) {
  .header-2 .scrollmenu > li.active a {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid transparent;
    border-radius: 30px;
  }
}

.header-2 ::-webkit-scrollbar {
  width: 0 !important;
  /* ширина для вертикального скролла */
  height: 0;
  /* высота для горизонтального скролла */
  background-color: transparent;
}

.header-2 ::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 transparent !important;
  box-shadow: 0 transparent !important;
  width: 0px !important;
}

.header-2 ::-webkit-scrollbar-thumb:hover {
  background-color: transparent !important;
}

.header-2 ::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent !important;
  background-color: transparent !important;
}

.header-2 ::-webkit-scrollbar-button:vertical:end:increment {
  background: transparent !important;
  background-color: transparent !important;
}

.header-2 ::-webkit-scrollbar-button:horizontal:start:decrement {
  background: transparent !important;
  background-color: transparent !important;
}

.header-2 ::-webkit-scrollbar-button:horizontal:end:increment {
  background: transparent !important;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .header-2 .main-navbar .nav {
    padding-left: 15px !important;
  }
}

.intro {
  background-image: url("../../../images/bg/light-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.intro__bg {
  top: 0;
  left: 0;
  height: 90px;
  background-image: url("../../../images/bg/pattern.png");
}

/*main-slider*/
.main-slider {
  position: relative;
}

.main-slider .mss-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slider .mss-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: -webkit-gradient(*/
  /*linear,*/
  /*left top,*/
  /*right top,*/
  /*from(rgba(0, 0, 0, 0.48)),*/
  /*to(rgba(0, 0, 0, 0))*/
  /*);*/
  /*background: linear-gradient(*/
  /*90deg,*/
  /*rgba(0, 0, 0, 0.48) 0%,*/
  /*rgba(0, 0, 0, 0) 100%*/
  /*);*/
}

@media (max-width: 575px) {
  .main-slider .mss-bg::before {
    /*background: -webkit-gradient(*/
    /*linear,*/
    /*left top,*/
    /*right top,*/
    /*from(rgba(0, 0, 0, 0.48)),*/
    /*to(rgba(0, 0, 0, 0.12))*/
    /*);*/
    /*background: linear-gradient(*/
    /*90deg,*/
    /*rgba(0, 0, 0, 0.48) 0%,*/
    /*rgba(0, 0, 0, 0.12) 100%*/
    /*);*/
  }
}

.main-slider .ms-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 38px 0;
  min-height: 500px;
}

@media (max-width: 991px) {
  .main-slider .ms-slide {
    padding: 30px 0;
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .main-slider .ms-slide {
    padding: 0 0 30px;
    min-height: 300px;
  }
}
.main-slider .ms-slide .mss-content {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 0;
  min-height: 420px;
}

@media (max-width: 991px) {
  .main-slider .ms-slide .mss-content {
    padding: 30px;
    min-height: 400px;
  }
}
@media (max-width: 757px) {
  .main-slider .ms-slide .mss-content {
    min-height: 290px;
  }
}

@media (max-width: 991px) {
  .main-slider .ms-slide .mss-content .mssc-title {
    font-size: 36px;
  }
}
.mssc-btn {
  white-space: inherit;
}
@media (max-width: 767px) {
  .main-slider .ms-slide .mss-content .mssc-title {
    font-size: 24px;
  }
}

.main-slider .ms-slide .mss-content .mssc-text {
  width: 100%;
  max-width: 409px !important;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 991px) {
  .main-slider .ms-slide .mss-content .mssc-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-slider .ms-slide .mss-content .mssc-text {
    font-size: 10px;
  }
}

.main-slider .ms-slide .mss-content .mssc-subtitle {
  color: #fff !important;
}

.main-slider .ms-controls .slick-switches.dots {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 30px;
}

@media (max-width: 767px) {
  .main-slider .ms-controls .slick-switches.dots {
    bottom: 23px;
  }
}

.main-slider
  .ms-controls
  .slick-switches
  .ss-dots
  .slick-dots
  li
  button::before {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.6);
}

.main-slider
  .ms-controls
  .slick-switches
  .ss-dots
  .slick-dots
  li.slick-active
  button::before {
  background-color: #fff;
  border-color: #fff;
}

.partner {
  background-image: url("../../../images/bg/light-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.partner .slick-slider-alt .ss-item {
  margin: 30px 15px;
}

.partner .a-controls .slick-switches.dots {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 20px;
}

.partner .a-controls .slick-switches .ss-dots .slick-dots li button::before {
  border-color: #98c5ff;
  background-color: #98c5ff;
}

.partner
  .a-controls
  .slick-switches
  .ss-dots
  .slick-dots
  li.slick-active
  button::before {
  background-color: #0070ff;
  border-color: #0070ff;
}

.partner__bg {
  top: 0;
  left: 0;
  height: 90px;
  background-image: url("../../../images/bg/pattern.png");
}

.document-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.333333;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px !important;
}

@media (min-width: 576px) {
  .document-title {
    font-size: 16px;
  }
}

.document__item {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.document__item:hover {
  cursor: pointer;
}

.document__item:hover .title-6 {
  color: #0070ff !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.document__item .title-6 {
  max-width: 420px;
}

.document__img {
  height: 40px;
  width: 40px;
}

.document__properties {
  margin-top: 10px;
}

.document__properties > span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}

.document__properties > span + span::before {
  padding: 0 10px 0 5px;
  color: rgba(0, 0, 0, 0.4);
  content: "|";
  display: inline-block;
}

.card-partner .document__card {
  max-width: 100% !important;
}

.calendar-page {
  background-color: transparent !important;
  background-image: none !important;
}

.calendar-page .calendar__sel-title {
  color: rgba(0, 0, 0, 0.6);
}

.about-type__item {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.about-type__item:hover .about-type__title {
  color: #0070ff;
}

.about-type__img {
  height: 165px;
  width: 165px;
}

@media screen and (max-width: 991px) {
  .about-type__img {
    height: 125px;
    width: 125px;
  }
}

.about-type__title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  max-width: 490px;
}

@media (min-width: 768px) {
  .about-type__title {
    font-size: 18px;
  }
}

.about-type__photo {
  background-size: contain;
  background-repeat: no-repeat;
}

.about__text {
  max-width: 750px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.8) !important;
}

.about-type__text {
  max-width: 490px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 160%;
}

.famous-page .f-slider {
  position: relative;
}

.famous-page .f-slider .f-controls .slick-switches.dots {
  position: absolute;
  width: 100%;
  left: 50px;
  bottom: 20px;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 767px) {
  .famous-page .f-slider .f-controls .slick-switches.dots {
    left: 30px;
    bottom: 30px;
  }
}

.famous-page .f-slider .f-controls .slick-switches .ss-dots .slick-dots {
  height: 15px;
}

.famous-page
  .f-slider
  .f-controls
  .slick-switches
  .ss-dots
  .slick-dots
  li
  button::before {
  border-color: #98c5ff;
  background-color: #98c5ff;
}

.famous-page
  .f-slider
  .f-controls
  .slick-switches
  .ss-dots
  .slick-dots
  li.slick-active
  button::before {
  background-color: #0070ff;
  border-color: #0070ff;
}

.famous-page .famous__info {
  min-height: 360px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .famous-page .famous__info {
    min-height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .famous-page .famous__info {
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .famous-page .famous__info {
    min-height: 320px;
  }
}

.famous-page__text {
  max-width: 700px !important;
}

@media screen and (max-width: 1200px) {
  .famous-page__text {
    max-width: 600px !important;
  }
}

@media screen and (max-width: 991px) {
  .famous-page__text {
    max-width: 450px !important;
  }
}

.famous-page__card {
  background-color: rgba(48, 117, 244, 0.08);
  padding: 40px 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.famous-page__card:hover {
  background-color: #8fbffe;
}

.famous-page__card-img {
  width: 105px;
  height: 105px;
}

.famous-page__card-avatar {
  background-size: cover;
  border-radius: 50%;
}

.famous-page__card-title {
  padding: 40px 0 10px 0;
  text-align: center;
  width: 100%;
  position: relative;
}

.famous-page__card-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #00a870;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.famous-page__card-subtitle {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.famous-page__resault {
  min-height: 215px;
  background-color: rgba(48, 117, 244, 0.08);
  background-image: url("../../../images/bg/pat.png");
  background-repeat: repeat-y;
  background-position: right;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px;
  background-color: #fff;
}

.famous-page__resault:hover .title-8 {
  color: #0070ff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .famous-page__resault {
    padding: 30px 30px 180px 30px;
    background-repeat: repeat-x;
    background-position: bottom;
  }
}

.famous-page__resault .famous__page-img {
  height: 206px;
  width: 190px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .famous-page__resault .famous__page-img {
    height: 180px;
    width: 165px;
  }
}

.famous-page__resault .famous__page-photo {
  background-repeat: no-repeat;
  background-size: cover;
}

.famous__filter-lit {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.famous__filter-lit:hover {
  color: #0070ff;
}

@media screen and (max-width: 991px) {
  .famous__filter-lit {
    font-size: 14px;
  }
}

.famous__filter-lit:last-child {
  margin-right: 0;
}

.famous__filter-lit_active {
  font-weight: 600;
  color: #0070ff;
}

.famous__filter-lit_active:hover {
  color: #0070ff;
  cursor: default;
}

.lab-page .lab-page__main {
  padding: 60px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 400px;
}

@media (max-width: 575px) {
  .lab-page .lab-page__main {
    padding: 30px 40px 30px 30px;
  }
}

.lab-page .lab-page__main .lab-page__title {
  color: #fff !important;
  max-width: 670px;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .lab-page .lab-page__main .lab-page__title {
    max-width: 530px;
  }
}

.lab-page .lab-page__main .lab-page__subtitle {
  color: #fff !important;
  max-width: 670px;
}

@media (max-width: 767px) {
  .lab-page .lab-page__main .lab-page__subtitle {
    max-width: 530px;
  }
}

@media (max-width: 575px) {
  .lab-page .lab-page__main .lab-page__subtitle {
    max-width: 285px;
  }
}

.event__info {
  background-color: rgba(48, 117, 244, 0.08);
}

.event__info .small-icon .si-img .svg-icon {
  fill: rgba(0, 0, 0, 0.6) !important;
}

.event__info .small-icon .si-text {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
}

.event__info .card-team {
  max-width: 229px;
}

.event__album {
  -webkit-column-count: 2;
  column-count: 2;
}

.event__video {
  position: relative;
  padding-bottom: 56.25%;
}

.event__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mosaicflow__column {
  float: left;
}

.mosaicflow__item img {
  display: block;
  width: 100%;
  height: auto;
}

.mosaicflow__item {
  padding: 10px;
}

.m-i {
  height: 165px !important;
  overflow: hidden !important;
}

.personal-area__title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.333333;
}

.personal-area__photo {
  height: 368px;
}

@media screen and (max-width: 767px) {
  .personal-area__photo {
    height: 229px;
  }
}

.persona-area .personal-area-link {
  font-weight: 700 !important;
}

.persona-area .link-icon .si-img .svg-icon {
  fill: #007000 !important;
}

.persona-area .link-icon:hover .personal-area-link {
  color: #0070ff !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.persona-area .link-icon:hover .svg-icon {
  fill: #0070ff !important;
}

.password-recovety__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.password-recovety__text {
  max-width: 600px;
  margin: 10px 0 20px 0;
  text-align: center;
  font-weight: 500;
}

.password-recovety__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
}

.password-recovety__button {
  margin: 30px 0;
}

.p-input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
  padding: 12px 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  line-height: 1.33333;
  color: rgba(0, 0, 0, 0.8);
}

.font-w {
  font-weight: 400 !important;
}

.font-w-medium {
  font-weight: 500 !important;
}

.font-w-semibold {
  font-weight: 600 !important;
}

.font-w-bold {
  font-weight: 700 !important;
}

.font-w-extra-bold {
  font-weight: 800 !important;
}

.font-w-black {
  font-weight: 900 !important;
}

.text-clr {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-clr-white {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-clr-alt {
  color: rgba(0, 0, 0, 0.8) !important;
}

.text-main {
  color: #0070ff !important;
}

.text-main-alt {
  color: #007000 !important;
}

.svg-main-alt {
  fill: #007000 !important;
}

.svg-main {
  fill: #0070ff !important;
}

.text-underline {
  text-decoration: underline !important;
}

h1,
.h1 {
  margin-bottom: 16px;
  font-size: 20px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 26px;
    font-size: 26px;
  }
}

h2,
.h2 {
  margin-bottom: 15px;
  font-size: 18px;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  margin-bottom: 15px;
  font-size: 16px;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  margin-bottom: 15px;
  font-size: 14px;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  margin-bottom: 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  margin-bottom: 15px;
  font-size: 10px;
}

@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
.title-7,
.title-8,
.title-slide,
.title-p,
.modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.title-1 {
  position: relative;
  font-weight: 700 !important;
  font-size: 20px;
}

@media (min-width: 576px) {
  .title-1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .title-1 {
    font-size: 30px;
  }
}

.title-2 {
  font-size: 18px;
}

@media (min-width: 576px) {
  .title-2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .title-2 {
    font-size: 22px;
  }
}

.title-3 {
  font-size: 14px;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .title-3 {
    font-size: 15px;
  }
}

.title-4 {
  font-size: 14px;
}

.title-5 {
  font-size: 12px;
}

.title-6 {
  font-size: 16px;
}

.title-404 {
  font-size: 98px;
}

@media (max-width: 767px) {
  .title-404 {
    font-size: 68px;
  }
}

.title-7 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .title-7 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .title-7 {
    font-size: 18px;
  }
}

.title-8 {
  font-size: 16px;
}

@media (min-width: 769px) {
  .title-8 {
    font-size: 18px;
  }
}

.title-slide {
  position: relative;
  font-size: 26px;
  color: #fff;
}

@media (min-width: 768px) {
  .title-slide {
    font-size: 34px;
  }
}

.title-clr-main {
  color: #0070ff !important;
}

.n-title {
  font-size: 20px;
}

.title-p {
  font-size: 15px;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: 160%;
}

@media (min-width: 769px) {
  .title-p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .title-p {
    font-size: 14px;
  }
}

/* =================================================================
  slick
================================================================= */
.slick-slider .slick-list {
  height: 100%;
  overflow: inherit;
}

.slick-slider .slick-list .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slick-slider .slick-list .slick-track .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-slider .slick-slide {
  float: none !important;
  height: auto;
}

.slick-slider-alt {
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 992px) {
  .slick-slider-alt {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.slick-slider-alt.slider-vertical {
  margin: 0 0 -10px 0;
}

@media (min-width: 992px) {
  .slick-slider-alt.slider-vertical {
    margin: 0 0 -10px 0;
  }
}

.slick-slider-alt.slider-vertical .slick-list .slick-track {
  display: block;
}

.slick-slider-alt.slider-vertical .ss-item {
  margin: 0 0 10px 0;
}

@media (min-width: 992px) {
  .slick-slider-alt.slider-vertical .ss-item {
    margin: 0 0 10px 0;
  }
}

.slick-slider-alt.slick-static .slick-list .slick-track {
  margin-left: 0;
  -webkit-transform: none !important;
  transform: none !important;
}

.slick-slider-alt .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider-alt .ss-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}

@media (min-width: 992px) {
  .slick-slider-alt .ss-item {
    margin: 0 15px;
  }
}

.slick-slider-alt .ss-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}

/* Visibility fix */
.slider-visibility {
  overflow: hidden;
}

.slider-visibility .ss-item:not(:first-of-type),
.slider-visibility .ss-slide:not(:first-of-type),
.slider-visibility .ms-slide:not(:first-of-type) {
  display: none !important;
}

.slider-visibility.slick-initialized .ss-item,
.slider-visibility.slick-initialized .ss-slide,
.slider-visibility.slick-initialized .ms-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* Slick switches */
.slick-switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-switches .ss-switch {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 1;
}

.slick-switches .ss-switch .svg-icon {
  width: 30px;
  height: 30px;
}

.slick-switches .ss-switch.prev .svg-icon {
  fill: var(--clr-main);
}

.slick-switches .ss-switch.next .svg-icon {
  fill: var(--clr-main);
}

.slick-switches .ss-switch:hover {
  opacity: 0.6;
}

.slick-switches .ss-switch.small {
  width: 30px;
  height: 30px;
}

.slick-switches .ss-switch.small .svg-icon {
  width: 9px;
  height: 15px;
  margin: auto 0;
}

.slick-switches .ss-switch.small.prev .svg-icon {
  right: auto;
  left: 0;
}

.slick-switches .ss-switch.small.next .svg-icon {
  left: auto;
  right: 0;
}

.slick-switches .ss-switch.white.prev .svg-icon {
  fill: #fff;
}

.slick-switches .ss-switch.white.next .svg-icon {
  fill: #fff;
}

.slick-switches .ss-breaker {
  height: 30px;
  width: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-left: 1px solid #e6e6e6;
}

/* Slick dots */
.slick-switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-switches.dots {
  pointer-events: none;
}

.slick-switches .ss-dots {
  height: 35px;
  pointer-events: none;
}

.slick-switches .ss-dots .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  position: relative;
  bottom: auto;
  margin-bottom: 0;
  width: auto;
}

.slick-switches .ss-dots .slick-dots li {
  display: block;
  float: left;
  margin: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-right: 10px;
}

.slick-switches .ss-dots .slick-dots li button {
  padding: 0;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  pointer-events: auto;
}

.slick-switches .ss-dots .slick-dots li button::before {
  opacity: 1;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #abbcba;
  background: #abbcba;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-switches .ss-dots .slick-dots li.slick-active button::before {
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-color: #fff;
}

.fancybox-toolbar .fancybox-button {
  background: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.6
  );
}

.fancybox-navigation .fancybox-button {
  background-color: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.6
  );
}

.fancybox-thumbs__list a:before {
  border: 3px solid var(--clr-main);
}

.fancybox-custom .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-custom .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

.content-with-tables .table table[border="1"] {
  margin-bottom: 0;
}

.content-with-tables table[border="1"] {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.content-with-tables table[border="1"] > thead > tr > th,
.content-with-tables table[border="1"] > tbody > tr > th,
.content-with-tables table[border="1"] > tfoot > tr > th,
.content-with-tables table[border="1"] > thead > tr > td,
.content-with-tables table[border="1"] > tbody > tr > td,
.content-with-tables table[border="1"] > tfoot > tr > td {
  height: auto !important;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.content-with-tables table[border="1"] > thead > tr > th > p,
.content-with-tables table[border="1"] > tbody > tr > th > p,
.content-with-tables table[border="1"] > tfoot > tr > th > p,
.content-with-tables table[border="1"] > thead > tr > td > p,
.content-with-tables table[border="1"] > tbody > tr > td > p,
.content-with-tables table[border="1"] > tfoot > tr > td > p {
  margin-bottom: 0 !important;
}

.content-with-tables table[border="1"] > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.content-with-tables table[border="1"] > caption + thead > tr:first-child > th,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > th,
.content-with-tables
  table[border="1"]
  > thead:first-child
  > tr:first-child
  > th,
.content-with-tables table[border="1"] > caption + thead > tr:first-child > td,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > td,
.content-with-tables
  table[border="1"]
  > thead:first-child
  > tr:first-child
  > td {
  border-top: 0;
}

.content-with-tables table[border="1"] > tbody + tbody {
  border-top: 2px solid #ddd;
}

.custom-checkbox {
  margin-top: 24px;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom-checkbox input[type="checkbox"] + label,
.custom-checkbox input[type="radio"] + label {
  font-weight: 400;
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input[type="checkbox"] + label:before,
.custom-checkbox input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"] + label:after,
.custom-checkbox input[type="radio"] + label:after {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"] + label:hover:before,
.custom-checkbox input[type="checkbox"] + label:focus:before,
.custom-checkbox input[type="radio"] + label:hover:before,
.custom-checkbox input[type="radio"] + label:focus:before {
  border-color: #0070ff;
}

.custom-checkbox input[type="checkbox"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #0070ff;
  background-color: #0070ff;
  content: "";
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  opacity: 1;
}

.custom-checkbox input[type="radio"] + label {
  font-weight: 400;
}

.custom-checkbox input[type="radio"] + label:before,
.custom-checkbox input[type="radio"] + label:after {
  border-radius: 50%;
  margin-top: 1px;
}

.custom-checkbox input[type="radio"] + label:after {
  left: 0.23em;
  top: 0.26em;
  width: 0.7em;
  height: 0.7em;
}

.custom-checkbox input[type="radio"]:checked + label {
  font-weight: 400;
}

.custom-checkbox input[type="radio"]:checked + label:before {
  border-color: #0070ff;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
}

.custom-checkbox input[type="radio"]:checked + label:after {
  background: #0070ff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom-checkbox input[type="radio"]:checked + label:before {
  border-color: #0070ff;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
}

.arrow-checkbox:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.arrow-checkbox:checked + label:before {
  border-color: #0070ff;
  background-color: #0070ff;
  content: "";
}

.arrow-checkbox:checked + label:after {
  content: "";
  opacity: 1;
}

.ordering__info .custom-checkbox input[type="radio"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 1;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ordering__info .custom-checkbox input[type="radio"]:checked + label:before {
  border-color: #00ad5d;
  background-color: #00ad5d;
  content: "";
}

.filter__item-brand .custom-checkbox input[type="radio"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 1;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.filter__item-brand
  .custom-checkbox
  input[type="radio"]:checked
  + label:before {
  border-color: #00ad5d;
  background-color: #00ad5d;
  content: "";
}

.filter__item-brand .custom-checkbox input[type="radio"] + label:before,
.filter__item-brand .custom-checkbox input[type="radio"] + label:after {
  border-radius: 2px;
  margin-top: 1px;
}

.search {
  background-color: transparent;
}

.search form {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search .input-group {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  width: 100%;
}

.search .input-group .form-control {
  height: 100%;
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  padding-right: 35px;
  padding-left: 15px;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.search .input-group .form-control:focus {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1) !important;
  box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1) !important;
}

.search .input-group .input-group-addon {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 20;
  display: block;
  padding: 0;
  border-radius: 10px;
  width: 50px;
  height: calc(100% - 2px);
  background-color: transparent;
  overflow: hidden;
}

.search .s-btn {
  position: relative;
  z-index: 20;
  padding: 0 !important;
  margin-top: 9px;
  min-height: 0 !important;
  width: 14px;
  height: 14px;
  border: 0;
  border-left: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.8;
}

.search .s-btn:hover,
.search .s-btn:active,
.search .s-btn:focus {
  opacity: 0.7;
  cursor: pointer;
  background-color: transparent;
}

.amount-counter {
  padding: 0;
  min-width: 80px;
  max-width: 100px !important;
  border-radius: 10px;
  border: none;
}

.amount-counter .ac-input {
  padding-left: 10px;
  padding-right: 10px;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.amount-counter .ac-control {
  padding: 0;
  min-height: 30px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: var(--clr-main);
}

@media (max-width: 575px) {
  .amount-counter .ac-control {
    width: 35px;
  }
}

.amount-counter .ac-control.minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amount-counter .ac-control.minus .svg-icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.amount-counter .ac-control.plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amount-counter .ac-control.plus .svg-icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.amount-counter .ac-control:hover {
  background-color: var(--clr-main-alt);
}

.amount-counter .ac-control[disabled],
.amount-counter .ac-control[disabled]:hover {
  background-color: #e6e6e6;
}

.cart-table {
  position: relative;
}

.cart-table .ct-header {
  z-index: 1;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 10px 10px 0 0;
  height: 70px;
}

@media (max-width: 991px) {
  .cart-table .ct-header {
    height: 60px;
  }
}

.cart-table .ct-header + .ct-body .ct-item {
  border-radius: 0;
}

.cart-table .ct-header + .ct-body .ct-item .amount-counter .ac-control {
  width: 30px;
}

.cart-table .ct-footer {
  position: relative;
  padding: 20px 40px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .cart-table .ct-footer {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-footer {
    padding: 20px 20px;
  }
}

@media (max-width: 575px) {
  .cart-table .ct-footer {
    padding: 30px 10px;
  }
}

.cart-table .ct-footer .ctf-btn.btn-back {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.cart-table .ct-footer .ctf-btn.btn-back:hover .small-icon .si-img .svg-icon {
  fill: #fff;
}

.cart-table .ct-footer .ctf-btn.btn-back .small-icon .si-img {
  width: 100%;
}

.cart-table .ct-footer .ctf-btn.btn-back .small-icon .si-img .svg-icon {
  right: 0;
  left: 0;
  margin: auto;
  fill: var(--clr-main);
}

.cart-table .ct-footer .ctf-btn .small-icon .si-img .svg-icon {
  fill: #fff;
}

.cart-table .ct-title {
  padding: 70px 40px 30px 40px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .cart-table .ct-title {
    padding: 70px 30px 30px 30px;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-title {
    padding: 60px 20px 30px 20px;
  }
}

@media (max-width: 575px) {
  .cart-table .ct-title {
    padding: 60px 10px 30px 10px;
  }
}

.cart-table .ct-title.inner {
  padding: 30px 0 30px 0;
  border: none;
}

@media (max-width: 1199px) {
  .cart-table .ct-title.inner {
    padding: 40px 0 30px 0;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-title.inner {
    padding: 30px 0 30px 0;
  }
}

.cart-table .ct-title + .ct-body .ct-item {
  border-radius: 0;
}

.cart-table .ct-title + .ct-body .ct-item:first-of-type {
  border-top: none;
}

.cart-table .ct-title + .ct-body .ct-item .amount-counter .ac-control {
  width: 30px;
}

.cart-table .ct-item {
  padding: 40px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .cart-table .ct-item {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .cart-table .ct-item {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .cart-table .ct-item {
    padding: 30px 10px;
  }
}

.cart-table .ct-item:first-of-type {
  border-top: 1px solid #e6e6e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cart-table .ct-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 768px) {
  .cart-table .ct-item .cti-img > img {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  .cart-table .ct-item .cti-img > img {
    max-height: 200px;
  }
}

.cart-table .ct-item .cti-article {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.cart-table .ct-item .cti-link {
  padding: 0;
  background: none;
  border: none;
  min-height: 0;
  font-size: 12px;
  color: var(--clr-main);
  text-decoration: underline;
  line-height: 1.33333;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.cart-table .ct-item .cti-link:hover {
  color: var(--clr-main-alt);
}

.cart-table .ct-item .cti-price {
  line-height: 1.3333333;
  font-weight: 700;
  font-size: 18px;
  color: var(--clr-main);
  text-align: right;
}

.cart-table .ct-item .cti-price .cti-old {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.6);
}

.cart-table .ct-item .margin-link-fix {
  margin-top: 75px;
}

@media (max-width: 991px) {
  .cart-table .ct-item .margin-link-fix {
    margin-top: 0;
  }
}

.cart-table .ct-item .cti-block {
  padding-top: 95px;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .cart-table .ct-item .cti-block {
    padding-top: 30px;
  }
}

.cart-table .ct-item .cti-block::before {
  position: absolute;
  content: "";
  display: block;
  top: -40px;
  right: -40px;
  margin: auto;
  width: calc(100% + 60px + 10px);
  height: calc(100% + 80px);
  background-color: var(--clr-main);
}

@media (max-width: 1199px) {
  .cart-table .ct-item .cti-block::before {
    top: -30px;
    right: -30px;
    height: calc(100% + 60px);
    width: calc(100% + 60px);
  }
}

@media (max-width: 991px) {
  .cart-table .ct-item .cti-block::before {
    top: 0;
    right: -20px;
    height: calc(100% + 30px);
    width: calc(100% + 40px);
  }
}

@media (max-width: 575px) {
  .cart-table .ct-item .cti-block::before {
    right: -10px;
    width: calc(100% + 20px);
  }
}

.cart-table .ct-item .cti-block::before .ct-item {
  background-color: transparent !important;
}

.cart-table .ct-item .cti-block .ctib-img {
  position: relative;
  width: 60px;
  height: 60px;
  opacity: 0.3;
}

.cart-table .ct-item .cti-block .ctib-img .svg-icon {
  fill: #fff;
}

.cart-table .ct-item .cti-block .ctib-text {
  position: relative;
  font-size: 12px;
  color: #fff;
}

.cart-table .ct-item .cti-block .ctib-link {
  position: relative;
  font-size: 12px;
  font-weight: 600;
}

.cart-table .ct-item .cti-attributes .ctia-item {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.cart-table .ct-item .cti-attributes .ctia-item .ctiai-value {
  color: rgba(0, 0, 0, 0.8);
}

.cart-table .ct-location a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: var(--clr-main);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (max-width: 991px) {
  .cart-table .ct-location a {
    color: var(--clr-main);
  }
}

.cart-table .ct-location a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .cart-table .ct-location a > span {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .cart-table .ct-location a > span {
    max-width: 250px;
  }
}

.cart-table .ct-location a:hover {
  color: var(--clr-main-alt);
}

.cart-table .ct-location a:hover::after {
  border-color: var(--clr-main-alt) transparent transparent transparent;
}

.cart-table .ct-location a::after {
  position: relative;
  display: inline-block;
  content: "";
  top: 0.1em;
  margin-left: 0.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: var(--clr-main) transparent transparent transparent;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.cart-table .ct-location .small-icon .si-img .svg-icon {
  fill: var(--clr-main);
}

.cart-table .ct-delivery .ctd-item .ctdi-header .box-label {
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .cart-table .ct-delivery .ctd-item .ctdi-header .box-label {
    font-size: 12px;
  }
}

.cart-table .ct-delivery .ctd-item .ctdi-body:not(.active) {
  display: none;
}

.cart-table .ct-delivery .ctd-item .ctdi-block {
  padding-top: 20px;
}

.cart-table .ct-payment {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .cart-table .ct-payment {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .cart-page .c-btn {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page .f-col-lg-9.width-fix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page .f-col-lg-3.width-fix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.order-info {
  padding: 40px 30px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .order-info {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .order-info {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) {
  .order-info {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .order-info {
    padding: 30px 10px;
  }
}

.order-info .oi-attribute {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.order-steps {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  bottom: -30px;
}

@media (max-width: 575px) {
  .order-steps {
    bottom: -25px;
  }
}

.order-steps > li {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 28px;
  background-color: #e6e6e6;
  border: 1px solid #fff;
  color: #fff;
}

@media (max-width: 575px) {
  .order-steps > li {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    font-size: 22px;
  }
}

.order-steps > li.active {
  background-color: var(--clr-main);
}

.order-steps > li.active::before {
  opacity: 1;
}

.order-steps > li.complete {
  background-color: var(--clr-main-alt);
}

.order-steps > li.complete::before {
  opacity: 1;
  background-color: var(--clr-main-alt);
}

.order-steps > li:not(:first-of-type)::before {
  width: 42px;
}

@media (max-width: 575px) {
  .order-steps > li:not(:first-of-type)::before {
    width: 22px;
  }
}

.order-steps > li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 0;
  width: 40px;
  height: 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: var(--clr-main);
  opacity: 0;
}

@media (max-width: 575px) {
  .order-steps > li::before {
    width: 20px;
  }
}

.delivery-tabs .dt-header .dt-btn:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.delivery-tabs .dt-header .dt-btn:last-of-type {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.delivery-tabs .dt-header .dt-btn.active {
  background-color: var(--clr-main-alt) !important;
  border-color: var(--clr-main-alt) !important;
}

.delivery-tabs .dt-body:not(.active) {
  display: none;
}

.delivery-tabs .dt-body#delivery-map:not(.active) {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.delivery-tabs .dt-list {
  background-color: #f3f3f3;
  padding: 40px;
  border-radius: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
  .delivery-tabs .dt-list {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .delivery-tabs .dt-list {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .delivery-tabs .dt-list {
    padding: 30px 10px;
  }
}

.delivery-tabs .dt-breaker {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #e6e6e6;
}

.delivery-tabs #delivery-map {
  position: relative;
  width: 100%;
  height: 480px;
}

.delivery-tabs #delivery-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
}

.delivery-tabs #map-locations-scrollbar {
  height: 300px;
}

.delivery-tabs .balloon-content {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.order-summary {
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .order-summary {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .order-summary {
    padding: 30px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .order-summary {
    padding: 30px 10px;
  }
}

.order-summary .os-img {
  position: relative;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: var(--clr-main);
}

@media (max-width: 1199px) {
  .order-summary .os-img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 767px) {
  .order-summary .os-img {
    width: 120px;
    height: 120px;
  }
}

.order-summary .os-img .svg-icon {
  width: 70px;
  height: 70px;
  fill: #fff;
}

@media (max-width: 1199px) {
  .order-summary .os-img .svg-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .order-summary .os-img .svg-icon {
    width: 50px;
    height: 50px;
  }
}

.order-summary .os-text {
  color: rgba(0, 0, 0, 0.8);
}

.order-summary .os-link {
  font-size: 12px;
}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
.title-7,
.title-8,
.title-slide,
.title-p,
.modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

/* Buttons */
.btn {
  position: relative;
  font-size: 15px;
  padding: 12px 20px;
  min-height: 40px;
  font-weight: 700 !important;
  text-decoration: none;
  line-height: 1;
  border-width: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: color 0.2s linear, background 0.2s linear,
    border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  overflow: hidden;
}

.btn .small-icon .si-img {
  height: 1em;
  width: 1em;
  margin-right: 10px;
}

.btn .small-icon .si-text {
  line-height: 1;
}

.btn .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 10px;
}

.btn[disabled] {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:hover,
.btn[disabled].hover,
.btn[disabled]:active,
.btn[disabled].active {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn .btn-svg {
  width: 12px;
  height: 12px;
  left: 10px;
  position: relative;
  display: inline-block;
}

.btn .btn-svg .svg-icon {
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-lg {
  padding: 16px 30px;
  min-height: 50px;
  border-radius: 30px;
  font-size: 14px;
}

.btn-sm {
  padding: 8px 15px;
  min-height: 30px;
  border-radius: 30px;
  font-size: 10px;
}

.btn-default {
  border-radius: 2px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 700 !important;
}

.btn-default .btn-svg .svg-icon {
  fill: #fff !important;
}

.btn-default:focus,
.btn-default.focus {
  color: #0070ff !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-default:focus .svg-icon,
.btn-default.focus .svg-icon {
  fill: #0070ff !important;
}

.btn-default:hover,
.btn-default.hover,
.btn-default:active,
.btn-default.active {
  color: #0070ff !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-default:hover .svg-icon,
.btn-default.hover .svg-icon,
.btn-default:active .svg-icon,
.btn-default.active .svg-icon {
  fill: #0070ff !important;
}

.btn-primary {
  border-radius: 2px;
  color: #007000;
  background-color: transparent;
  border-color: #007000;
  font-weight: 700 !important;
}

.btn-primary .svg-icon {
  fill: #007000 !important;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-primary:focus .svg-icon,
.btn-primary.focus .svg-icon {
  fill: #fff !important;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary.active {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-primary:hover .svg-icon,
.btn-primary.hover .svg-icon,
.btn-primary:active .svg-icon,
.btn-primary.active .svg-icon {
  fill: #fff !important;
}

.btn-secondary {
  color: #007000;
  background-color: transparent;
  border-color: #e6e6e6;
  font-weight: 700 !important;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #007000 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn-secondary:focus .svg-icon,
.btn-secondary.focus .svg-icon {
  fill: #007000 !important;
}

.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:active,
.btn-secondary.active {
  color: #007000 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.btn-secondary:hover .svg-icon,
.btn-secondary.hover .svg-icon,
.btn-secondary:active .svg-icon,
.btn-secondary.active .svg-icon {
  fill: #007000 !important;
}

.btn-secondary .svg-icon {
  fill: #007000 !important;
}

.btn-third {
  color: #007000 !important;
  background-color: rgba(0, 112, 0, 0.15) !important;
  border-color: rgba(0, 112, 0, 0.15) !important;
  font-weight: 700 !important;
}

.btn-third:focus,
.btn-third.focus {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-third:focus .svg-icon,
.btn-third.focus .svg-icon {
  fill: #fff !important;
}

.btn-third:hover,
.btn-third.hover,
.btn-third:active,
.btn-third.active {
  color: #fff !important;
  background-color: #007000 !important;
  border-color: #007000 !important;
}

.btn-third:hover .svg-icon,
.btn-third.hover .svg-icon,
.btn-third:active .svg-icon,
.btn-third.active .svg-icon {
  fill: #fff !important;
}

.btn-third .svg-icon {
  fill: #007000 !important;
}

/* Forms */
.control-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}

.help-block {
  font-size: 12px;
}

.form-note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.form-link {
  font-size: 12px;
  color: var(--clr-main);
  text-decoration: underline;
}

.form-link:hover {
  color: var(--clr-main-alt);
}

.form-control {
  padding: 8.5px 20px;
  height: 40px;
  font-size: 12px;
  font-style: normal;
  border-radius: 5px;
  border-color: #e6e6e6;
  background-color: #fff;
  line-height: 1.1;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear,
    -webkit-box-shadow 0.2s linear;
}

.form-control:focus {
  outline: 0;
  background-color: #fff;
  color: #000;
  border-color: #999999;
  -webkit-box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1);
  box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1);
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control option:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: #c2c2c2;
}

.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fce5e5;
  border-color: #e31e24;
}

#contact-form .form-group {
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 20px;
}

/* Modal */
.modal {
  line-height: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
  font-weight: 300;
}

@media (min-width: 768px) {
  .modal {
    font-size: 14px;
    padding: 0 !important;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 20px);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 450px;
  }
}

.modal-content {
  border: none;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.modal-note {
  font-style: italic;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .modal-note {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 850px;
  }
}

@media (min-width: 992px) {
  .modal-md {
    width: 650px;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}

.modal-title {
  position: relative;
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 700;
  color: #0070ff;
}

@media (min-width: 992px) {
  .modal-title {
    font-size: 22px !important;
  }
}

.modal-date {
  font-size: 12px;
  color: var(--clr-main);
}

.modal-header {
  padding: 30px;
  background-color: #fff;
  border-bottom: none;
  border-radius: 0;
}

@media (max-width: 575px) {
  .modal-header {
    padding: 30px 20px;
  }
}

.modal-header .close {
  z-index: 50;
  position: absolute;
  margin: 0;
  width: 15px;
  height: 15px;
  opacity: 0.8;
  text-shadow: none;
  top: 28px;
  right: 20px;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--clr-main);
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.modal-header .close:hover {
  background-color: var(--clr-main-alt);
}

.modal-header .close .svg-icon {
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  fill: #464646;
}

.modal-body {
  padding: 0px 30px 30px 30px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .modal-body {
    padding: 0px 20px 30px 20px;
  }
}

.modal-body label {
  font-weight: 700;
}

.modal-body .modal-submit .btn {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .modal-body .modal-submit .btn {
    width: auto;
    padding: 12px 20px;
  }
}

.modal-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .modal-text {
    font-size: 12px;
  }
}

.box-label_remember {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.modal-textarea {
  min-height: 100px;
}

.modal-link {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

/* Navbar */
.navbar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  min-height: 0;
}

@media (min-width: 1200px) {
  .navbar .navbar-header {
    display: none !important;
  }
}

.navbar .navbar-collapse {
  padding: 0;
}

.navbar .navbar-toggle {
  float: none;
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-image: url("../images/icons/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

@media (max-width: 1199px) {
  .navbar .navbar-toggle {
    display: block;
  }
}

.navbar .navbar-toggle:not(.collapsed) {
  background-image: url("../images/icons/close.svg");
  background-size: 25px 25px;
}

.navbar .navbar-nav {
  margin: 0 -10px;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar .navbar-nav::before,
.navbar .navbar-nav::after {
  display: none;
}

.navbar .navbar-nav > li {
  margin: 0 10px;
  float: none;
}

.navbar .navbar-nav > li > a {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.42857143 !important;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar .navbar-nav > li > a:hover {
  background-color: transparent;
}

.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover {
  background-color: transparent;
  font-weight: 700;
}

.navbar .navbar-nav > li.open > a,
.navbar .navbar-nav > li.open > a:hover {
  background-color: transparent;
}

@media (max-width: 1199px) {
  .navbar {
    position: static;
  }
  .navbar .navbar-block {
    max-width: 940px !important;
    width: 100%;
    margin: 0 auto;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .navbar .navbar-block {
    max-width: 740px !important;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .navbar .navbar-block {
    max-width: 540px !important;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav {
    padding: 10px;
    margin: 0;
    display: block;
  }
  .navbar .navbar-nav > li {
    margin: 0;
  }
  .navbar .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
  }
  .navbar .navbar-nav > li > a:hover {
    background-color: transparent;
  }
  .navbar .navbar-nav > li.active > a,
  .navbar .navbar-nav > li.active > a:hover {
    background-color: transparent;
    font-weight: 700;
  }
  .navbar .navbar-nav > li.open > a,
  .navbar .navbar-nav > li.open > a:hover {
    background-color: transparent;
  }
}

@media (max-width: 575px) {
  .navbar .navbar-collapse {
    width: 100%;
  }
}

.dropdown-menu {
  float: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 100%;
  max-width: 450px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.dropdown-menu > li {
  display: block;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px !important;
  text-decoration: none;
  background-color: #fff;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu > li > a:hover {
  color: #007000;
  background-color: transparent;
}

.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover {
  color: #007000;
  background-color: transparent;
}

@media (max-width: 1199px) {
  .dropdown-menu {
    min-width: 0;
    max-width: none;
    padding-left: 30px;
    position: static;
    background-color: transparent;
  }
  .dropdown-menu > li > a {
    padding: 15px 10px 15px 0 !important;
    line-height: 1.42857143 !important;
    color: rgba(0, 0, 0, 0.8);
    background-color: transparent;
    white-space: normal;
    border-bottom: 1px solid #e6e6e6;
  }
  .dropdown-menu > li > a:hover {
    color: #007000;
    background-color: transparent;
  }
  .dropdown-menu > li.active > a,
  .dropdown-menu > li.active > a:hover {
    color: #007000;
    background-color: transparent;
    font-weight: 700;
  }
}

/* Pagination */
.pagination-block {
  position: relative;
  margin: 0 auto;
}

.pagination {
  margin: 0;
  max-width: 100%;
  margin: 0 -7px;
}

@media (max-width: 575px) {
  .pagination {
    width: 100%;
    margin: 0 -5px;
  }
}

.pagination > li {
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 575px) {
  .pagination > li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.pagination > li:first-of-type,
.pagination > li:last-of-type {
  display: none;
}

.pagination > li:first-of-type > a,
.pagination > li:first-of-type span,
.pagination > li:last-of-type > a,
.pagination > li:last-of-type span {
  display: block;
  border-radius: 5px;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}

.pagination > li:first-of-type > a:hover,
.pagination > li:first-of-type > a:focus,
.pagination > li:first-of-type span:hover,
.pagination > li:first-of-type span:focus,
.pagination > li:last-of-type > a:hover,
.pagination > li:last-of-type > a:focus,
.pagination > li:last-of-type span:hover,
.pagination > li:last-of-type span:focus {
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}

.pagination > li:first-of-type > a:hover .svg-icon,
.pagination > li:first-of-type > a:focus .svg-icon,
.pagination > li:first-of-type span:hover .svg-icon,
.pagination > li:first-of-type span:focus .svg-icon,
.pagination > li:last-of-type > a:hover .svg-icon,
.pagination > li:last-of-type > a:focus .svg-icon,
.pagination > li:last-of-type span:hover .svg-icon,
.pagination > li:last-of-type span:focus .svg-icon {
  opacity: 1;
}

.pagination > li:first-of-type > a .svg-icon,
.pagination > li:first-of-type span .svg-icon,
.pagination > li:last-of-type > a .svg-icon,
.pagination > li:last-of-type span .svg-icon {
  width: 25px;
  height: 25px;
  fill: var(--clr-main);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
}

.pagination > li:first-of-type > a > span,
.pagination > li:first-of-type span > span,
.pagination > li:last-of-type > a > span,
.pagination > li:last-of-type span > span {
  display: none;
}

.pagination > li:first-of-type > a::before .svg-icon,
.pagination > li:first-of-type span::before .svg-icon {
  fill: var(--clr-main);
}

.pagination > li:last-of-type > a::before .svg-icon,
.pagination > li:last-of-type span::before .svg-icon {
  fill: var(--clr-main);
}

.pagination > li:nth-of-type(2) > a,
.pagination > li:nth-of-type(2) span {
  border-radius: 5 [x];
}

.pagination > li:nth-last-of-type(2) > a,
.pagination > li:nth-last-of-type(2) span {
  border-radius: 5px;
}

.pagination > li > a,
.pagination > li span {
  min-width: 40px;
  height: 40px;
  padding: 12px 2px;
  border-radius: 5px;
  border: 1px solid #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0070ff;
  -webkit-transition: border 0.2s linear, color 0.2s linear,
    background 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, background 0.2s linear;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li span:hover,
.pagination > li span:focus {
  color: #007000;
  background-color: #fff;
  border-color: #fff;
}

.pagination > .disabled {
  cursor: not-allowed !important;
}

.pagination > .disabled > a,
.pagination > .disabled span {
  pointer-events: none !important;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled span,
.pagination > .disabled span:hover,
.pagination > .disabled span:focus {
  opacity: 0.5 !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active span,
.pagination > .active span:hover,
.pagination > .active span:focus {
  color: #007000;
  background-color: #fff;
  border-color: #fff;
}

/* Breadcrumb */
.breadcrumb {
  padding: 0;
  margin-bottom: -10px;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb > li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  font-weight: 400;
}

.breadcrumb > li > a {
  text-decoration: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.breadcrumb > li > a:hover {
  text-decoration: none;
  color: #0070ff;
}

.breadcrumb > li + li::before {
  color: rgba(0, 0, 0, 0.6);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #bec3cb;
  border-right: 1px solid #bec3cb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  padding: 0;
  margin: 0 10px 2px 7px;
}

/* Alert-warning */
.alert-warning {
  background-color: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.1
  );
  color: rgba(0, 0, 0, 0.8);
  border-color: var(--clr-main);
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding: 0 !important;
}

.irs--big {
  height: 20px;
}

.c-form {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px;
}

@media (max-width: 767px) {
  .c-form {
    padding: 30px 25px;
  }
}

.cf-text {
  font-size: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .cf-text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .cf-text {
    text-align: center;
  }
}

label {
  font-size: 12px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.js-summ-range {
  display: none !important;
}

.irs.irs--big {
  top: 7px;
}

.irs.irs--big .irs-bar {
  top: 15px;
  background: #a2beb2;
  background-color: #a2beb2;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 2px;
}

.irs.irs--big .irs-handle {
  top: 8px;
  background: #ffffff;
  border: 2px solid #0070ff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.irs.irs--big .irs-min,
.irs.irs--big .irs-max {
  top: 60px;
  visibility: visible !important;
  background-color: transparent;
  font-size: 0;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 0;
}

.irs.irs--big .irs--big .irs-single {
  display: none !important;
}

.irs.irs--big .irs-line {
  top: 15px;
  background: #0070ff;
  background-color: #0070ff;
  border: none;
  border-radius: 0;
  height: 2px;
}

.c-date .cd-label {
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 576px) {
  .c-date .cd-label {
    margin: 0 25px 0 0;
  }
}

@media (min-width: 768px) {
  .c-date .cd-label {
    margin: 0 50px 0 0;
  }
}

.c-date .cd-label .cd-check {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.c-date .cd-label .cd-text {
  position: relative;
  padding-left: 35px;
  top: -1px;
}

.c-date .cd-label input {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.c-date .cd-label input:checked ~ .cd-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0070ff;
}

.btn-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  margin-left: 20px;
}

@media (max-width: 575px) {
  .btn-text {
    margin-left: 0;
    margin-top: 10px;
  }
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  display: none;
}

/* =================================================================
  contact-info
================================================================= */
.contact-info {
  background-color: #0070ff;
}

@media (max-width: 767px) {
  .contact-info {
    text-align: center;
  }
}

.contact-info .ci-navbar {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info .ci-navbar > li {
  display: block;
  margin-bottom: 15px;
}

.contact-info .ci-navbar > li > a {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.contact-info .ci-navbar > li > a:hover {
  color: var(--clr-grey-lighter);
}

.contact-info .ci-navbar > li.active > a,
.contact-info .ci-navbar > li.active > a:hover {
  font-weight: 600;
  color: var(--clr-grey-lighter);
}

.contact-info .ci-navbar > li:last-of-type {
  margin-bottom: 0;
}

/* =================================================================
  Links
================================================================= */
.link {
  -webkit-transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.link:hover,
.link:focus {
  text-decoration: none;
}

.link .small-icon .si-img {
  position: relative;
  margin-right: 0.5em;
  background-size: 1em 1em;
  background-position: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link .small-icon .si-img .sii-hover {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: center;
}

.link .small-icon .si-text + .si-img .sii-hover {
  background-position: center;
}

.link-a {
  color: var(--clr-main);
}

.link-a:hover {
  color: var(--clr-main-alt);
}

.link-all {
  color: var(--clr-main);
  font-size: 12px;
  line-height: 1.3333333;
}

.link-all:hover {
  color: var(--clr-main-alt);
}

.link-all:hover .small-icon .si-img .svg-icon {
  fill: var(--clr-main-alt);
}

.link-all .small-icon .si-img {
  width: 1em;
  height: 1em;
}

.link-all .small-icon .si-img .svg-icon {
  width: 0.7em;
  height: 0.7em;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.link-f {
  position: relative;
  color: #fff;
}

.link-f:hover {
  color: #fff;
}

.link-more.collapsed::before {
  content: "Читать далее...";
}

.link-more:not(.collapsed)::before {
  content: "Скрыть...";
}

.link-image {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link-image:hover {
  opacity: 0.8;
}

.link-opacity {
  display: block;
  color: inherit;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link-opacity:hover {
  color: inherit;
  opacity: 1;
}

.link-title {
  color: inherit;
}

.link-title:hover {
  color: var(--clr-main-alt);
}

.link-line {
  color: var(--clr-main);
  text-decoration: underline;
}

.link-line:hover {
  color: var(--clr-main-alt);
  text-decoration: underline;
}

.link-line.text-white {
  color: #fff !important;
}

.link-line.text-white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.link-icon .small-icon .si-img .svg-icon {
  margin-top: 1px;
}

.link-icon:hover {
  cursor: pointer;
}

.link-icon:hover .small-icon .si-img .svg-icon {
  fill: #000;
}

.link-icon:hover .small-icon .si-text {
  color: #000;
}

.link-icon .small-icon .si-img .svg-icon {
  fill: #0070ff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.link-icon .small-icon .si-text {
  color: #0070ff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.link-icon .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}

.link-icon .small-icon .si-text + .si-img .sii-hover {
  background-position: right center;
}

/* =================================================================
  socials
================================================================= */
.socials .s-item {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-size: 14px 14px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.socials .s-item:hover {
  background-color: var(--clr-main-alt);
}

.socials .s-item .svg-icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  fill: #fff;
}

.bg-clr-transparent {
  background-color: transparent !important;
}

.bg-clr-main {
  background-color: #0070ff !important;
}

.bg-clr-main-alt {
  background-color: #007000 !important;
}

.bg-clr-grey {
  background-color: #e6e6e6 !important;
}

.bg-clr-grey-light {
  background-color: #f3f3f3 !important;
}

.bg-clr-grey-lighter {
  background-color: #fafafa !important;
}

.bg-clr-white {
  background-color: #fff !important;
}

.bg-pattern {
  width: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  z-index: -1;
}

.bg-clr-patter {
  background-color: rgba(48, 117, 244, 0.08);
  background-image: url("../../../images/bg/pattern.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

.bg-clr-light {
  background-color: rgba(48, 117, 244, 0.08);
}

.home {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif, sans-serif;
  color: #000;
  font-size: 14px;
  min-width: 320px;
  min-height: 100%;
  height: auto;
  line-height: 150%;
  width: 100%;
  letter-spacing: 0.02em;
  background-image: url("../../../images/bg.png");
  background-size: contain;
  background-repeat: repeat;
}

body,
html {
  min-width: 320px;
  min-height: 100%;
  height: auto;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

html {
  position: relative;
}

* {
  outline: none !important;
}

p {
  margin: 0 0 15px 0;
}

ul.simple,
ol.simple,
li.simple {
  list-style-type: none;
  padding: 0;
}

li {
  list-style-type: none;
}

:not(.alert) ul:not([class]) {
  padding-left: 0;
}

:not(.alert) ul:not([class]) > li:not([class]) {
  list-style-type: none;
  max-width: 100%;
  margin-bottom: 10px;
}

:not(.alert) ul:not([class]) > li:not([class])::before {
  position: relative;
  display: inline-block;
  content: "\25CF";
  padding-right: 0.5em;
  height: 100%;
  color: var(--clr-main);
}

:not(.alert) ul:not([class]) ul {
  margin-top: 10px;
  padding-left: 1em !important;
}

a {
  color: var(--clr-main);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: var(--clr-main-alt);
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.text-white a {
  color: #fff;
  cursor: pointer;
}

.text-white a:hover {
  color: rgba(255, 255, 255, 0.8);
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 40px;
  height: auto;
}

textarea.form-control {
  height: 80px;
  line-height: 1.42857143;
}

@media (min-width: 768px) {
  textarea.form-control {
    height: 40px;
  }
}

textarea.form-control.textarea-lg {
  height: 100px;
}

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .f-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .f-row > [class^="f-col"],
  .f-row > [class*=" f-col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

input,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.dark::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.darken::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.darkener::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#top {
  z-index: 1005;
  position: relative;
}

#bottom {
  z-index: 1000;
  margin: 0 auto;
  overflow: hidden;
}

.object-fit > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  overflow: hidden;
}

.small-icon .si-img {
  position: relative;
}

.small-icon .si-img .svg-icon {
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  fill: var(--clr-main);
}

.small-icon .si-img .svg-icon.white {
  fill: #fff;
}

.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: right center;
}

.svg-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.svg-icon:hover {
  fill: #0070ff !important;
  cursor: pointer;
}

svg path,
svg rect {
  fill: inherit;
  stroke: inherit;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.breaker {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #e6e6e6;
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}

.m-r-1 {
  margin-right: 1px;
}

.m-n-r-1 {
  margin-right: -1px;
}

a.small-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

a.small-icon .si-img {
  margin-right: 0.2em;
}

a.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}

.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: right center;
}

@media (min-width: 576px) {
  .justify-content-sm-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }
}

.border-dropdown-fix {
  padding-left: 18px !important;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

.add {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.span__link {
  color: #0070ff !important;
}

.span__link_login {
  font-size: 13px !important;
  margin: 10px !important;
}

.rotate:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.rotate-plus:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  opacity: 0.6;
  top: 30px;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.border-none {
  border: 0;
}

.m-0-auto {
  margin: 0 auto !important;
}

.p-y {
  padding: 40px 0;
}

@media (min-width: 769px) {
  .p-y {
    padding: 60px 0;
  }
}

@media (min-width: 993px) {
  .p-y {
    padding: 80px 0;
  }
}

.p-t {
  padding-top: 40px;
}

@media (min-width: 769px) {
  .p-t {
    padding-top: 60px;
  }
}

@media (min-width: 993px) {
  .p-t {
    padding-top: 80px;
  }
}

.p-b {
  padding-bottom: 40px;
}

@media (min-width: 769px) {
  .p-b {
    padding-bottom: 60px;
  }
}

@media (min-width: 993px) {
  .p-b {
    padding-bottom: 80px;
  }
}

.m-y {
  margin: 40px 0;
}

@media (min-width: 769px) {
  .m-y {
    margin: 60px 0;
  }
}

@media (min-width: 993px) {
  .m-y {
    margin: 80px 0;
  }
}

.m-t {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .m-t {
    margin-top: 60px;
  }
}

@media (min-width: 993px) {
  .m-t {
    margin-top: 80px;
  }
}

.m-b {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .m-b {
    margin-bottom: 60px;
  }
}

@media (min-width: 993px) {
  .m-b {
    margin-bottom: 80px;
  }
}

.registration__info {
  max-width: 800px;
}

.registration__form {
  max-width: 800px;
}

.registration__form-input {
  padding-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .registration__form-input {
    padding: 0;
  }
}

.registration__form-text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  padding: 13px 0;
}

.card-info,
.card-partner,
.card-news,
.card-ed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/*card-main*/
.card__main {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #0070ff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.card__main:hover {
  background-color: #007000;
}

@media screen and (max-width: 991px) {
  .card__main {
    padding: 20px 20px 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .card__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
  }
}

@media screen and (max-width: 575px) {
  .card__main {
    padding: 20px;
  }
}

.card__main .card__title {
  color: #fff;
}

.card__main .small-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .card__main .small-icon {
    width: 35px;
    height: 35px;
    margin: 0 30px 0 0;
  }
}

.card__main .small-icon .si-img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

/*card-info*/
.card-info:hover .card-info__title,
.card-info:active .card-info__title,
.card-info:focus .card-info__title {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #0070ff !important;
}

.card-info .card-info__img {
  height: 160px;
}

@media (min-width: 1199px) {
  .card-info-index .card-info__img {
    height: 280px;
  }
}

.card-info .card-info__photo {
  background-repeat: no-repeat;
  background-size: cover;
}

.card-info .card-info__main {
  padding: 20px;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.card-info .card-info__main .small-icon .si-img .svg-icon {
  fill: rgba(0, 0, 0, 0.6) !important;
}

.card-info .card-info__main .small-icon .si-text {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
}

.card-info .card-info__main .card-info__marker {
  background-color: #007000;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  max-width: 211px;
  height: 26px;
  padding: 3px 10px;
  position: absolute;
  left: 0;
  top: -26px;
}

.card-info .card-info__main .card-info__title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*card-partner*/
.card-partner {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  padding: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 12px;
}

.card-partner:hover {
  cursor: pointer;
}

.card-partner:hover .title-6 {
  color: #0070ff !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.card-partner .card-partner__img {
  width: 60px;
  height: 60px;
}

.card-partner .card-partner__avatar {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.card-partner .c-items .link .svg-icon {
  fill: #0070ff;
}

.card-partner .title-6 {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .card-partner .title-6 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .card-partner {
    padding: 20px;
  }
}

/*card-news*/
.card-news {
  padding: 30px;
}

@media (max-width: 1199px) {
  .card-news {
    padding: 30px 20px;
  }
}

.card-news .small-icon .si-img .svg-icon {
  fill: rgba(0, 0, 0, 0.6) !important;
}

.card-news .small-icon .si-text {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .card-news .card-news__title {
    font-size: 16px !important;
  }
}

.card-news:hover .card-news__title {
  color: #0070ff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/*card-ed*/
.card-ed {
  padding: 30px;
}

.card-ed:hover .card-news__title {
  color: #0070ff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.card-ed .card-ed__marker {
  background-color: #0070ff;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 12px;
  max-width: 172px;
  height: 26px;
  padding: 3px 10px;
}

.card-ed .c-items .link .svg-icon {
  fill: #0070ff;
}

/*card-marker*/
.card-marker {
  background-color: #0070ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  max-width: 172px;
  height: 26px;
  padding: 3px 10px;
}

.c-items .link .svg-icon {
  fill: #0070ff;
}

.calendar {
  background-color: #0070ff;
  background-image: url(../../../images/bg/pattern-bottom.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.calendar__cal {
  color: #fff !important;
}

.calendar__sel-title {
  margin-left: 15px;
  color: #ffffff;
  opacity: 0.6;
  font-size: 13px;
  font-weight: 600;
}

.calendar ::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

.calendar ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.calendar ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.calendar ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.calendar ::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

.calendar ::-webkit-scrollbar {
  width: 4px;
}

.calendar-event > .select2 > option .calendar-data {
  color: rgba(0, 0, 0, 0.4) !important;
  text-transform: uppercase !important;
}

.calendar-shadow {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.famous__info {
  background-color: rgba(48, 117, 244, 0.08);
  background-image: url("../../../images/bg/pat.png");
  background-repeat: repeat-y;
  background-position: right;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .famous__info {
    padding: 30px;
  }
}

.famous__info-bg {
  background-image: url("../../../images/bg/pattern.png");
  height: 90px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.famous__person .famous__tabs .nav-tabs {
  border: 0;
}

.famous__person .famous__tabs .nav-tabs li {
  margin-bottom: 10px !important;
}

.famous__person .famous__tabs .nav-tabs li a {
  padding: 13px 20px !important;
  border-radius: 0;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border: 0;
  border-bottom-color: transparent;
  position: relative;
}

.famous__person .famous__tabs .nav-tabs li a::after {
  content: "";
  background-image: url("../../../images/icons/plus-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.famous__person .famous__tabs .nav-tabs > li > a:focus,
.famous__person .famous__tabs .nav-tabs > li > a:hover {
  color: #fff;
  cursor: pointer;
  background-color: #0070ff !important;
  border: 0;
  border-bottom-color: transparent;
}

.famous__person .famous__tabs .nav-tabs > li > a:focus::after,
.famous__person .famous__tabs .nav-tabs > li > a:hover::after {
  display: none;
}

.famous__person .famous__tabs .nav-tabs > li.active > a,
.famous__person .famous__tabs .nav-tabs > li.active > a:focus,
.famous__person .famous__tabs .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #0070ff !important;
  border: 0;
  border-bottom-color: transparent;
}

.famous__person .famous__tabs .nav-tabs > li.active > a::after,
.famous__person .famous__tabs .nav-tabs > li.active > a:focus::after,
.famous__person .famous__tabs .nav-tabs > li.active > a:hover::after {
  display: none;
}

.famous__info-img {
  height: 317px;
  width: 289px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .famous__info-img {
    height: 298px;
    width: 272px;
  }
}

.famous__info-photo {
  background-repeat: no-repeat;
  background-size: cover;
}

.famous__info-title {
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  .famous__info-title {
    max-width: 420px;
  }
}

.famous__info-text {
  max-width: 500px;
}

@media screen and (max-width: 1370px) {
  .famous__info-text {
    max-width: 420px;
  }
}

.lab {
  background-color: #0070ff;
}

.lab .small-icon .svg-icon {
  fill: #fff !important;
}

.lab .small-icon .si-text {
  color: #fff;
  margin-left: 15px;
}

.lab__title {
  color: #fff !important;
}

.lab__text {
  color: #fff !important;
}

.select2-container .select2-selection {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 0;
  height: 60px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select2-container .select2-selection .select2-selection__rendered {
  line-height: 60px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 14px !important;
  padding-left: 20px;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .select2-container .select2-selection .select2-selection__rendered {
    padding-right: 20px;
  }
}

.select2-container .select2-selection .select2-selection__arrow {
  height: 50px;
  width: 20px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: transparent !important;
}

.select2-container .select2-selection .select2-selection__arrow::before {
  content: "";
  position: absolute;
  top: 62%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  width: 10px;
  height: 6px;
  background-image: url("../../../images/icons/arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container
  .select2-selection[aria-expanded="true"]
  .select2-selection__arrow::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select2-container .select2-dropdown {
  border: 1px solid #fff;
  border-radius: 0;
  position: relative !important;
  top: 10px;
  overflow-y: scroll;
  max-height: 140px;
}

@media screen and (max-width: 767px) {
  .select2-container .select2-dropdown {
    top: 0;
    border: 0;
    -webkit-box-shadow: 0 13px 13px rgba(150, 150, 150, 0.5);
    box-shadow: 0 13px 13px rgba(150, 150, 150, 0.5);
  }
}

.select2-container .select2-dropdown .select2-results {
  padding: 5px 5px 5px 0;
}

@media screen and (max-width: 767px) {
  .select2-container .select2-dropdown .select2-results {
    border-top: 1px solid #e6e6e6;
    padding: 0;
  }
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options {
  color: rgba(0, 0, 0, 0.4);
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  padding-left: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #007000;
  font-weight: 600;
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted[aria-selected] {
  color: #007000;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 20px;
  }
}

.select2-container.select2-container--open .select2-selection--single {
  border-color: transparent !important;
}

.select2-container.select2-container--open .select2-selection--single::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  top: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .select2-container.select2-container--open .select2-selection--single::after {
    display: none !important;
  }
}

.select2-container .select2-selection {
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid #e6e6e6 !important;
}

@media screen and (max-width: 767px) {
  .select2-container .select2-selection {
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: 1px solid transparent !important;
  }
}

.filter {
  background-color: #f2f2f2;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .filter {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    width: 307px !important;
    -webkit-box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1) !important;
    box-shadow: 0 10px 30px rgba(150, 150, 150, 0.5) !important;
  }
}

@media screen and (max-width: 991px) {
  .filter__title::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../../img/filter/filter.svg");
    display: inline-block;
    margin-right: 5px;
  }
}

.filter__item {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}

.filter__subtitle {
  color: #464646;
  font-size: 15px;
  position: relative;
}

.filter__subtitle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  right: 0;
  top: 10px;
  position: absolute;
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.filter__subtitle:hover {
  cursor: pointer;
}

.filter__checkbox {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

.filter__bl-type {
  color: #464646;
  font-size: 14px;
}

.f-br:after {
  border-radius: 2px;
}

.filter__show-more {
  display: none;
}

/* =================================================================
  Filter
================================================================= */
.filter-navbar-block .filter-toggle {
  padding: 14px 20px;
}

@media (min-width: 1200px) {
  .filter-navbar-block .filter-toggle {
    display: none !important;
  }
}

.filter-navbar-block .filter-toggle__img {
  width: 20px;
  height: 20px;
}

.filter-navbar-block .filter-toggle__img svg {
  fill: rgba(0, 0, 0, 0.8);
  width: 20px;
  height: 20px;
}

.filter-navbar-block .filter-toggle__text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.filter-navbar-block .filter-toggle__clear {
  display: none;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  .filter-navbar {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .filter-navbar {
    padding: 0 20px;
  }
}

.filter__item-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1199px) {
  .filter__item-title {
    color: rgba(0, 0, 0, 0.6);
  }
}

.filter__item-price {
  position: relative;
}

.filter__item-price .form-control {
  max-width: 90px;
  padding: 8px 10px;
}

.filter__item-border {
  width: 15px;
  margin: 19.5px 14px;
  height: 1px;
  background-color: #999999;
}

.filter-toggle__close {
  display: none !important;
  width: 15px;
  height: 15px;
  position: relative;
  top: 25px;
  left: 90%;
}

.filter-toggle__close svg {
  fill: #999999;
  width: 10px;
  height: 10px;
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .filter-toggle__close {
    display: inline-block !important;
  }
}

@media screen and (max-width: 991px) {
  .static-filter {
    position: static !important;
  }
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

/*catalog navbar*/
.catalog-navbar {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid transparent;
  background-color: transparent;
}

.catalog-navbar li > a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-navbar > li {
  display: block;
}

.catalog-navbar > li > a {
  margin-left: 0px;
  padding: 15px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-bottom: 1px solid transparent;
  border-left: 2px solid transparent;
  text-decoration: none !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  min-height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .catalog-navbar > li > a {
    min-height: 50px;
  }
}

.catalog-navbar > li > a .c-n-s {
  color: #999999;
  margin-left: 5px;
}

.catalog-navbar > li > a:hover {
  color: #fff;
  border-left-color: transparent;
  background-color: #0070ff;
}

.catalog-navbar > li:last-of-type > a {
  border-bottom: none;
}

.catalog-navbar > li.active > a,
.catalog-navbar > li.active > a:hover {
  font-weight: 600;
  color: #fff;
  border-left-color: transparent;
  background-color: #0070ff;
}

.catalog-navbar .dropdown-l1 {
  position: relative;
}

.catalog-navbar .dropdown-l1 > a {
  padding-right: 25px;
}

.catalog-navbar .dropdown-l1 > .dropdown-l1-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  right: 20px;
  position: absolute;
  background-image: url("../../../images/icons/plus-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.catalog-navbar .dropdown-l1.open > a,
.catalog-navbar .dropdown-l1.open > a:hover,
.catalog-navbar .dropdown-l1.open > a:active,
.catalog-navbar .dropdown-l1.open > a:focus {
  color: #fff;
  border-left-color: #0070ff;
  background-color: #0070ff;
}

.catalog-navbar .dropdown-l1.open .dropdown-l1-menu {
  display: block !important;
}

.catalog-navbar .dropdown-l1 .dropdown-l1-menu {
  display: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.catalog-navbar .dropdown-l1 .dropdown-l1-menu > li {
  display: block;
}

.catalog-navbar .dropdown-l1 .dropdown-l1-menu > li > a {
  display: block;
  padding: 15px 15px 15px 30px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.catalog-navbar .dropdown-l1 .dropdown-l1-menu > li > a:hover {
  color: #0070ff;
}

.catalog-navbar .dropdown-l1 .dropdown-l1-menu > li.active > a,
.catalog-navbar .dropdown-l1 .dropdown-l1-menu > li.active > a:hover {
  font-weight: 700;
  color: #0070ff;
}

.catalog-navbar
  .dropdown-l1
  .dropdown-l1-menu:last-of-type
  > li:last-of-type
  > a {
  border-bottom: none;
}

.catalog-navbar
  .dropdown-l1
  .dropdown-l1-menu:last-of-type
  > li:last-of-type.dropdown-l2
  .dropdown-l2-menu
  > li:first-of-type {
  border-top: 1px solid #e2e2e2;
}

.catalog-navbar
  .dropdown-l1
  .dropdown-l1-menu:last-of-type
  > li:last-of-type.dropdown-l2
  .dropdown-l2-menu
  > li:last-of-type
  > a {
  border-bottom: none;
}

.catalog-navbar .dropdown-l2 {
  position: relative;
}

.catalog-navbar .dropdown-l2 > a {
  padding-right: 38px !important;
}

.catalog-navbar .dropdown-l2.open > a,
.catalog-navbar .dropdown-l2.open > a:hover {
  color: #0070ff !important;
  border-left-color: #0070ff;
}

.catalog-navbar .dropdown-l2.open .dropdown-l2-menu {
  display: block !important;
}

.catalog-navbar .dropdown-l2 .dropdown-l2-menu {
  display: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.catalog-navbar .dropdown-l2 .dropdown-l2-menu > li {
  display: block;
}

.catalog-navbar .dropdown-l2 .dropdown-l2-menu > li > a {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 15px 15px 40px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: #fafafa;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.catalog-navbar .dropdown-l2 .dropdown-l2-menu > li > a:hover {
  color: #0070ff;
}

.catalog-navbar .dropdown-l2 .dropdown-l2-menu > li.active > a,
.catalog-navbar .dropdown-l2 .dropdown-l2-menu > li.active > a:hover {
  font-weight: 700;
  color: #0070ff;
}

.catalog-toggle {
  display: block;
  padding: 17px 20px !important;
  width: 100%;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.8);
  min-height: 50px !important;
  border-radius: 0 !important;
  border: 2px solid #0070ff;
}

@media (min-width: 992px) {
  .catalog-toggle {
    padding: 17px 20px !important;
    border: 1px solid #e2e2e2 !important;
    font-size: 18px !important;
    border-bottom: none !important;
    pointer-events: none;
    text-align: left !important;
  }
}

.catalog-toggle.btn .small-icon .si-img {
  width: 30px;
  height: 15px;
  margin-right: 10px;
  background-image: url("../images/icons/menu.svg");
  background-size: 30px 15px;
}

@media (min-width: 992px) {
  .catalog-toggle.btn .small-icon .si-img {
    display: none !important;
  }
}

.catalog-toggle.btn:not(.collapsed) .small-icon .si-img {
  background-image: url("../images/icons/close.svg");
}

.catalog-navbar-block {
  position: relative;
}

@media (max-width: 991px) {
  #catalog-navbar-block,
  #profile-navbar-block {
    z-index: 1005;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  #catalog-navbar-block,
  #profile-navbar-block {
    display: block !important;
    height: auto !important;
  }
}

.dropdown-l1-menu__catalog {
  position: absolute;
  left: 100%;
  width: 878px;
  z-index: 10;
  background-color: #fff;
  padding: 30px;
  top: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1199px) {
  .dropdown-l1-menu__catalog {
    width: 744px;
  }
}

.dropdown-l1__c-img {
  width: 30px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
}

.dropdown-l1__c-main-text {
  font-size: 14px;
  display: block;
  white-space: normal;
  margin-left: 50px;
  font-weight: 500;
  color: #0070ff;
}

.dropdown-l1__c-text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  display: block;
  text-transform: none;
  white-space: normal;
  margin-left: 50px;
}

.dropdown-l1__link:hover .dropdown-l1__c-main-text {
  color: #000;
}
/*# sourceMappingURL=main.css.map */

.myclass > li > a {
  padding: 0 !important;
  margin-right: 30px !important;
  color: #fff !important;
  transition: 0.2s linear !important;
}

.myclass > li > a:hover {
  color: #59a1ff !important;
  background-color: transparent !important;
}

.dropdown.active .dropdown-toggle {
  color: #fff !important;
}

.no_form_group > .form-group {
  margin-bottom: 0px !important;
}

.registration__form-input input[type="text"] {
  color: rgba(0, 0, 0, 0.6);
}

.footer-icon-pr .small-img {
  width: 30px;
  height: 30px;
  position: relative;
}

.footer-icon-pr .title-4 {
  font-size: 13px !important;
}
@media screen and (max-width: 575px) {
  .footer-icon-pr .small-icon {
    flex-direction: column;
  }
}

.tb-content {
  padding-bottom: 10%;
}
.text-red {
  color: red;
}

@media screen and (min-width: 1200px) {
  .f-col-xl-new {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}
