@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
address,
main,
footer,
header,
menu,
nav,
section,
summary,
blockquote {
  display: block;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Vesterbro', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #fff;
  line-height: 1.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.65em;
}

address {
  font-style: normal;
  line-height: inherit;
}

iframe {
  border: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
span,
table,
th,
td,
blockquote,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

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

th {
  text-align: inherit;
}

button,
select {
  text-transform: none;
}

/*Типографика*/
.page {
  overflow: hidden;
  min-height: 100vh;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rel {
	position: relative;
}
.no-margin {
	margin: 0px!important;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wrap {
  max-width: 1440px;
  padding: 0 0px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-family: 'Montserrat Alternates', serif;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

a:hover {
  border-color: transparent;
}

.icon-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.btn .icon-svg {
  -webkit-transition: 0s;
  transition: 0s;
}

.btn {
  background: transparent;
  padding: 0 30px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  border: 2px solid #fff;
  height: 72px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn span {
  text-align: center;
}

.btn-green {
  background: #1c9673;
  border-color: #1c9673;
}

.btn-green-border {
  border-color: #1c9673;
  color: #1c9673;
}

.btn-white {
  background: #fff;
  color: #1c9673;
}

.btn-wide {
  width: 100%;
  padding: 0;
}

.btn-arrow .icon-svg {
  font-size: 10px;
  margin-left: 8px;
  margin-top: 0;
}

.has-bg {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-list {
  margin: 0;
}

.no-list li {
  padding: 0;
  margin: 0;
}

.no-list li:before {
  content: none;
}

section {
	
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.section-title .h1 {
  margin: 0;
}

.link-arrow {
  font-size: 14px;
  border: 0;
}

.link-arrow .icon-svg {
  font-size: 8px;
  margin: -1px 0 0 5px;
}

.link-arrow:hover .icon-svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.text-small {
  font-size: 14px;
}

/*Типографика*/
/*Блок с текстом*/
.text_block > *:first-child {
  margin-top: 0 !important;
}

.text_block > *:last-child {
  margin-bottom: 0 !important;
}

.text_block .row {
  margin-top: 30px;
}

.text_block .row > div {
  margin-bottom: 30px;
}

.text_block .row figure:first-child,
.text_block .row img:first-child {
  margin-top: 0;
}

.text_block img {
  display: block;
  margin-bottom: 35px;
  margin-top: 35px;
  border-radius: 4px;
}

.text_block img + img {
  margin-top: -11px;
}

.text_block .slider-standart {
  margin: 30px 0;
}

.text_block .slider-standart img {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 30px 0 16px;
}

p {
  margin-bottom: 20px;
}

ul,
ol {
  margin-bottom: 30px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 20px;
}

ul > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

ol {
  counter-reset: list;
}

ol > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

ol > li:before {
  content: counter(list) ".";
  counter-increment: list;
  color: inherit;
  position: absolute;
  left: 4px;
  top: 0;
}

figure {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}

figure img {
  margin: 0;
}

figure + figure {
  margin-top: -11px;
}

figcaption {
  margin-top: 7px;
}

blockquote {
  border-top: 1px solid #66cc66;
  border-bottom: 1px solid #66cc66;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
}

/*Блок с текстом*/
/*Поля формы*/
.input-field {
  position: relative;
  margin-bottom: 30px;
}

.input-field .placeholder {
  cursor: text;
  position: absolute;
  left: 12px;
  top: 13px;
  color: #A4A5A5;
  padding: 0 8px;
  background: #fff;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-control {
  width: 100%;
  border: 1px solid #E8E8E8;
  line-height: normal !important;
  border-radius: 4px;
  height: 52px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

.form-control:focus + .placeholder, .form-control.filled + .placeholder {
  -webkit-transform: translateY(-23px);
          transform: translateY(-23px);
  font-size: 12px;
}

.form-control.has-date {
  background: url(../img/icons/calendar.svg) no-repeat calc(100% - 20px) 50%;
  background-size: 17px 17px;
  background-color: #fff;
}

.page input[type="search"] {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

.page input::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}

.page input::-moz-placeholder {
  color: #303030;
  opacity: 1;
}

.page textarea::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}

.page textarea::-moz-placeholder {
  color: #303030;
  opacity: 1;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=email]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=email]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea.form-control {
  display: block;
  height: 200px;
  resize: none;
  overflow: auto;
  text-overflow: unset;
  white-space: normal;
}

.page button,
.page input[type="submit"] {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: none;
}

/*Поля формы*/
/*Всплывающие окна*/
.pop_wrap {
  display: block;
}

.fancybox-inner {
  cursor: pointer;
}

.fancybox-slide:before {
  margin-right: 0 !important;
}

.fancybox-slide--current .pop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fancybox-content {
  background: transparent !important;
  padding: 0 ;
}

.fullscreen .fancybox-slide {
  padding: 0 !important;
  text-align: right;
}

.fullscreen .fancybox-slide--current .pop-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.pop {
  display: none;
  background-color: #fff !important;
  max-width: 480px !important;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  padding: 60px !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pop .section-title {
  display: block;
  margin-bottom: 16px;
}

.pop .section-title .text {
  margin-top: 16px;
}

.pop_green {
  background: #1c9673 !important;
  color: #ffffff;
}

.pop_success .btn {
  margin-top: 30px;
}

.pop_success .text-small {
  font-size: 12px;
  margin-top: 20px;
}

.pop_success .text-small span {
  color: rgba(255, 255, 255, 0.5);
}

.fancybox-is-open .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-is-closing .fancybox-toolbar {
  opacity: 0 !important;
  visibility: hidden !important;
}

.fancybox-button--close {
  width: 26px !important;
  height: 26px !important;
  padding: 0px !important;
  right: 55px !important;
  top: 30px !important;  
  background: transparent!important;
}

.fancybox-button--close:hover {
 
  color: #ffffff !important;
}

.fancybox-close-small {
  right: 0px !important;
  top: 0px !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close-small svg {
  opacity: 1 !important;
}

/*Всплывающие окна*/
/*Ошибки*/
.error {
  border-color: red !important;
}

.error + .placeholder {
  color: red !important;
}

.err-msg {
  position: relative;
  color: red;
  display: block;
  min-width: 90px;
  font-size: 12px;
  height: 0px;
  padding-top: 0px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.err-msg .inner {
  position: relative;
  border-radius: 3px;
  padding: 0 12px;
  display: inline-block;
  vertical-align: top;
  background: #f6e4e7;
  height: 100%;
  line-height: 38px;
}

.err-msg .inner:before {
  content: "";
  border: 7px solid transparent;
  border-bottom: 10px solid #f6e4e7;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 10px;
  top: -13px;
}

.err-msg span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.error ~ .err-msg {
  visibility: visible;
  height: 50px;
  padding-top: 10px;
}

/*Ошибки*/
/*Клик по кнопке*/
.ink-reaction,
.btn {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.ink {
  position: absolute;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ripple-animation 0.5s;
          animation: ripple-animation 0.5s;
  outline: none;
}

@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

/*Клик по кнопке*/
/*Селект*/
/*Селект*/
/*Стилизация чекбоксов и радиокнопок*/
.custom-control {
  position: relative;
  line-height: 18px;
  min-height: 20px;
  margin-bottom: 24px;
  font-size: 14px;
}

.custom-control input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 35px;
}

.custom-control input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 35px;
}

.custom-control input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.custom-control input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="checkbox"] + label:hover:before {
  border-color: #0091ec;
}

.custom-control input[type="checkbox"] + label:after {
  content: '';
  background: url(../img/icons/check.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 5px;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="checkbox"]:checked + label:before {
  background: #0091ec;
  border-color: #0091ec;
}

.custom-control input[type="checkbox"]:checked + label:before {
  background: #0091ec;
  border-color: #0091ec;
}

.custom-control input[type="checkbox"]:checked + label:after {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-control input[type="radio"] + label {
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 35px;
}

.custom-control input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.custom-control input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bbb;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="radio"] + label:hover:before {
  border-color: #0091ec;
}

.custom-control input[type="radio"] + label:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #fff;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="radio"]:checked + label:before {
  background: #0091ec;
  border-color: #0091ec;
}

.custom-control input[type="radio"]:checked + label:after {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*Стилизация чекбоксов и радиокнопок*/
/*Стилизация input file*/
.input-file {
  line-height: normal;
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 2px solid #808080;
  color: #bbb;
  text-align: left;
  height: 52px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #333;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input-file:hover {
  border-color: #deb04d;
}

.input-file span {
  position: relative;
  padding-right: 20px;
}

.input-file span:after {
  content: "";
  background: url(../img/icons/download.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 3px;
}

.input-file input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  height: 100%;
  padding-left: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: 900;
}

.calc-files .file-uploaded {
  margin-top: 20px;
  white-space: nowrap;
  margin-bottom: 35px;
}

.file-uploaded {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
}

/*Стилизация input file*/
/* Swiper */
.swiper-btns .swiper-btn {
  overflow: visible;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(31, 31, 31, 0.15);
          box-shadow: 0px 4px 20px rgba(31, 31, 31, 0.15);
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1c9673;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.swiper-btns .swiper-btn:before {
  content: '';
  width: 48px;
  height: 48px;
  border: 1px solid #E8E8E8;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.swiper-btns .swiper-btn:after {
  content: none;
}

.swiper-btns .swiper-btn .icon-svg {
  font-size: 10px;
  margin-top: 0;
}

.swiper-btns .swiper-btn .ink {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}

.swiper-btns .swiper-button-prev {
  left: 40px;
}

.swiper-btns .swiper-button-prev .icon-svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.swiper-btns .swiper-button-next {
  right: 40px;
}

.swiper-lazy {
  opacity: 0;
  visibility: hidden;
  background-color: #E8E8E8;
  -webkit-transition: opacity 0.3s, visibility 0.3s !important;
  transition: opacity 0.3s, visibility 0.3s !important;
}

.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.swiper-lazy-preloader {
  border: 4px solid var(#fff, #1c9673) !important;
}

.swiper-slide img {
  width: 100%;
}

.swiper-pagination-wrap {
  position: absolute;
  left: 0;
  bottom: 35px;
  right: 30px;
}

.swiper-pagination-wrap .swiper-pagination {
  bottom: 0px !important;
  right: 0 !important;
  left: auto !important;
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  background: transparent;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #fff;
}

.swiper-pagination-simple {
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.swiper-pagination-simple .swiper-pagination {
  position: relative;
}

.swiper-pagination-simple .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  opacity: 1;
}

.swiper-pagination-simple .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2d3741;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-simple .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-container-horizontal .swiper-scrollbar {
  left: 0 !important;
  width: 100% !important;
  position: relative !important;
  margin-bottom: 20px;
  bottom: 0 !important;
  height: 1px !important;
  background: #E8E8E8 !important;
}

.swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1c9673;
  height: 3px;
  top: -1px;
}

/* Swiper */
