@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap");
.header {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
  height: 96px;
}

.header-container {
  z-index: 6;
  padding: 0 95px;
  width: 100%;
  height: 96px;
  background-color: #f4f5f6;
}

.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
}

.header__logo__img {
  z-index: 6;
  width: 100%;
  max-width: 127px;
  height: auto;
}

.header__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
}

.header__nav.-active {
  border-top: 2px solid #dbe0e2;
  border-bottom: 2px solid #dbe0e2;
  top: 59px;
}

.header__nav-item {
  margin: 0 24px;
  cursor: pointer;
}

.header__nav-item:last-child {
  margin: 0 0 0 24px;
}

.header__nav-item::after {
  content: '';
  display: block;
  padding-top: 14px;
  width: 0%;
  border-bottom: 3px solid #8198e8;
  transition: all 0.3s;
}

.header__nav-item:hover:after {
  width: 100%;
}

.header__nav-item.-active {
  border-bottom: 3px solid #8198e8;
}

.header__nav-item.-active::after {
  border-bottom: 0;
}

.header__nav-item__title {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #0c1b47;
}

.hamburger {
  z-index: 6;
  display: none;
  justify-content: center;
  align-items: center;
  width: 66px;
  min-width: 66px;
  height: 66px;
}

.hamburger__menu {
  position: relative;
  display: none;
  flex-direction: column;
  width: 24px;
  height: 12px;
  cursor: pointer;
  pointer-events: none;
}

.hamburger__menu__bar {
  display: inline-block;
  z-index: 10;
  margin-top: 3px;
  width: 100%;
  height: 2px;
  background: #0c1b47;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.hamburger__menu__bar.-first {
  margin: 0;
}

.hamburger.-active {
  position: relative;
}

.hamburger.-active:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: inline-block;
  height: 100%;
  background-color: #0c1b47;
}

.hamburger.-active .hamburger__menu__bar {
  position: absolute;
  left: 0;
  background-color: #eff4ff;
}

.hamburger.-active .hamburger__menu__bar.-first {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.-active .hamburger__menu__bar.-second {
  display: none;
}

.hamburger.-active .hamburger__menu__bar.-third {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer {
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
}

.footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 95px;
  width: 100%;
  height: 75px;
  background-color: #f4f5f6;
}

.footer__bottom__copyright {
  width: 100%;
  max-width: 1250px;
  height: auto;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #47484c;
}

.contact {
  padding: 95px 0 0;
}

.contact__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
  height: auto;
}

.contact__tabs__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px 65px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  background-color: #e8eaef;
  color: #8a8b90;
  border-right: 1px solid #f4f5f6;
  cursor: pointer;
}

.contact__tabs__item:last-child {
  border-right: none;
}

.contact__tabs__item.-active {
  color: #8198e8;
  background-color: #f4f5f6;
}

.contact__content {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1040px;
  padding: 75px 0 100px;
  width: 100%;
  height: auto;
}

.contact__content.-active {
  display: flex;
}

.contact__content-wrapper {
  padding: 0 48px;
  width: 100%;
  height: auto;
  background-color: #f4f5f6;
}

.contact__content__text {
  width: 100%;
  max-width: 350px;
  height: auto;
  font-family: "Montserrat";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  color: #47484c;
}

.contact__content__text img {
  width: 100%;
  height: auto;
}

.contact__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #e8eaef;
}

.contact__bottom__sm {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: auto;
}

.contact__bottom__sm-svg {
  width: 24px;
  height: 24px;
}

.-facebook {
  margin-left: 12px;
}

.contact-form-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto 0;
  width: 100%;
  max-width: 510px;
}

.contact-form-content .form-content {
  width: 100%;
}

.contact-form__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  width: 100%;
}

.contact-form__item__label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 3px 10px;
  color: #47484c;
  font-family: "Montserrat";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 800;
}

.contact-form__item__input, .contact-form__item__textarea {
  transition: border 0.3s;
}

.contact-form__item__input.-invalid, .contact-form__item__textarea.-invalid {
  border: 1px solid #d02927;
}

.contact-form__item__requirement {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 3px;
  color: #d02927;
  font-family: "Montserrat";
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  opacity: 0;
}

.contact-form__item.-parent-invalid .contact-form__item__requirement {
  opacity: 1;
}

.contact-form__button {
  padding: 18px 42px;
  width: 100%;
  background-color: #8198e8;
  border: 1px solid transparent;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form__button:hover {
  background-color: #6b86e4;
}

.contact-form__button[disabled] {
  background-color: #a0a0a0;
  cursor: default;
}

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0;
}

h1 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #8198e8;
}

h2 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #8198e8;
}

h3 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #8198e8;
}

h4 {
  font-family: "Montserrat";
  font-size: 32px;
  font-size: 2rem;
  line-height: 51.2px;
  line-height: 3.2rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  color: #47484c;
}

h5 {
  font-family: "Montserrat";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  color: #37b7cd;
}

h6 {
  font-family: "Montserrat";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 800;
  color: #8a8b90;
}

p {
  margin: 0 0;
  font-family: "Montserrat";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  color: #47484c;
}

p > strong {
  margin: 0 0;
  font-family: "Montserrat";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 800;
  color: #8198e8;
}

span {
  margin: 0 0;
  font-family: "Montserrat";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  color: #47484c;
}

ul {
  margin: 0 0 0 8px;
  padding: 0 0;
  max-width: 100%;
}

ul li {
  margin: 0 0 0 8px;
  padding: 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 24px 18px;
}

.container.-small {
  max-width: 820px;
}

.container.-big {
  max-width: 1248px;
}

.container.-huge {
  max-width: 1600px;
}

.-hidden {
  display: none !important;
}

.image-gallery {
  padding: 40px 0 95px;
  border-bottom: 1px solid #dbe0e2;
}

.image-gallery__title {
  margin-bottom: 16px;
}

.image-gallery .gallery-item {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #f4f5f6;
}

.image-gallery .gallery-item__img {
  width: 100%;
  height: auto;
}

.image-gallery .gallery-item__desc {
  position: relative;
  padding: 26px 21px 35px 35px;
}

.image-gallery .gallery-item__desc p {
  font-family: "Montserrat";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 800;
  color: #8a8b90;
}

.image-gallery .gallery-item__date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
  height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #ffffff;
  background-color: #8198e8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card-slider {
  position: relative;
  padding: 65px 0 95px;
  border-bottom: 1px solid #dbe0e2;
}

.card-slider__title {
  margin-bottom: 16px;
}

.card-slider .item {
  width: 100%;
  height: auto;
  background-color: #f4f5f6;
}

.card-slider .item__img {
  width: 100%;
  height: auto;
}

.card-slider .item__desc {
  padding: 38px 48px 40px;
}

html {
  font-size: 16px;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

main {
  background-color: #ffffff;
}

.container {
  position: relative;
}

.input-form-type {
  padding: 16px 24px 16px;
  width: 100%;
  background-color: #ffffff;
  color: #47484c;
  font-family: "Montserrat";
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  border: 1px solid #dde0e7;
}

.textarea-form {
  padding: 16px 24px 16px;
  width: 100%;
  height: 225px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  -webkit-font-feature-settings: 'kern' 1;
          font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  background-color: #ffffff;
  color: #47484c;
  border: 1px solid #dde0e7;
  transition: all 0.3s;
}

.textarea-form:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-container {
  position: initial;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: 50%;
  left: -64px;
  width: 40px;
  height: 40px;
  background-image: url(/assets/svg/arrow-left.svg);
  background-size: 40px 40px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 50%;
  right: -64px;
  width: 40px;
  height: 40px;
  background-image: url(/assets/svg/arrow-right.svg);
  background-size: 40px 40px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none;
}

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #8198e8;
}

.mobile-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 1023px){
  .header {
    height: 66px;
  }
  .header-container {
    height: 66px;
    padding: 0;
  }
  .header__logo {
    margin-left: 48px;
  }
  .header__logo__img {
    max-width: 84px;
  }
  .header__nav {
    position: absolute;
    top: -500px;
    width: 100%;
    flex-direction: column;
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-color: #f4f5f6;
  }
  .header__nav-item {
    margin: 0;
  }
  .header__nav-item.-active {
    border-bottom: none;
  }
  .header__nav-item::after {
    padding-top: 20px;
  }
  .header__nav-item:first-child {
    margin: 20px 0 0;
  }
  .header__nav-item:last-child {
    margin: 0 0 6px;
  }
  .hamburger {
    display: flex;
  }
  .hamburger__menu {
    display: flex;
  }
  .contact__content {
    flex-direction: column;
  }
  .contact__content__text {
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .contact__bottom__sm {
    justify-content: center;
  }
  .contact-form-content {
    max-width: 100%;
  }
  .contact-form__button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  p > strong {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19px;
    line-height: 1.1875rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .image-gallery .gallery-item__desc {
    padding: 26px 21px 35px 25px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -30px;
    display: block;
  }
}

@media only screen and (max-width: 559px){
  .header__logo {
    margin-left: 18px;
  }
  .hamburger.-active .hamburger__menu__bar.-first {
    top: 7px;
  }
  .hamburger.-active .hamburger__menu__bar.-third {
    top: 4px;
  }
  .footer__bottom {
    padding: 0 15px;
  }
  .footer__bottom__copyright {
    text-align: center;
  }
  .contact__tabs__item {
    padding: 20px 0;
    width: 100%;
  }
  .contact__content-wrapper {
    padding: 0 24px;
  }
  .container.-no-padding-tablet {
    padding: 0;
  }
  .container.-no-padding {
    padding: 0;
  }
}

@media only screen and (max-width: 1247px){
  .header__nav-item {
    margin: 0 18px;
  }
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .container.-no-padding {
    padding: 0;
  }
  .image-gallery .gallery-item__date {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .card-slider .item__desc {
    padding: 38px 25px 40px;
  }
}

@media only screen and (max-width: 1399px){
  .contact__bottom__sm {
    padding: 0 95px;
  }
  .container.-no-padding {
    padding: 0;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
}

@media only screen and (max-width: 479px){
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: 'kern' 1;
            font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (min-width: 560px){
  .container {
    padding: 0 48px 18px;
  }
}

@media only screen and (min-width: 1024px){
  .container {
    padding: 0 95px;
  }
}

@media only screen and (min-width: 1400px){
  .container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px){
  .container.-no-padding-tablet {
    padding: 0;
  }
  .container.-no-padding {
    padding: 0;
  }
}

@media only screen and (max-width: 639px){
  .input-form-type {
    padding: 10px 24px;
  }
  .textarea-form {
    height: 180px;
  }
}
