* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
  color: #4A4A4A;
}

p {
  margin: 0;
}

.site-wrapper {
  min-width: 320px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.title-header {
  font-size: 48px;
  color: #4A4A4A;
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .title-header {
    font-size: 32px;
    text-align: center;
  }
}

.second-title {
  font-size: 32px;
  color: #4A4A4A;
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .second-title {
    font-size: 24px;
  }
}

.banner-title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .banner-title {
    font-size: 26px;
    text-align: center;
  }
}

.button-green {
  color: #FFFFFF;
  background: #53AE30;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 30px;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  border: 1px solid #53AE30;
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .button-green {
    width: 100%;
  }
}

.button-green:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #71be52;
  border: 1px solid #53AE30;
}

.button {
  color: #FFFFFF;
  background: inherit;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  white-space: nowrap;
  height: auto !important;
  line-height: normal;
}

.button span {
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}

.button:hover {
  text-decoration: none;
  color: #4A4A4A;
  background: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .md-hidden {
    display: none;
  }
}

.hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hidden {
    display: block;
  }
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button-wrapper a {
    text-align: center;
  }
}

.section-header {
  position: relative;
}

.section-header .content {
  margin: 0;
}

.content {
  background: url("../img/banner-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  height: 500px;
}

@media only screen and (max-width: 540px) {
  .content {
    background: url("../img/banner-header-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.rubl {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .rubl {
    font-size: 16px;
  }
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .content-block {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content-block--text {
  font-weight: 300;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .content-block--text {
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .content-block .button {
    margin: 0 auto;
  }
}

.content-block.tabs {
  display: block;
}

.dark-block {
  background: #3C3C3C;
  color: #FFFFFF;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .dark-block {
    padding: 30px 0;
  }
}

.dark-block .second-header {
  color: #FFFFFF;
}

.dark-block .second-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .dark-block .second-title {
    margin-bottom: 30px;
  }
}

.dark-block ul {
  margin: 0;
}

.dark-block ul > li {
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .dark-block ul > li {
    font-size: 16px;
  }
}

.dark-block span {
  font-weight: 300;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .dark-block span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .dark-block img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.distance-block {
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .distance-block {
    padding: 30px 0;
  }
}

.distance-block .second-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .distance-block .second-title {
    margin-bottom: 30px;
  }
}

.distance-block ul {
  margin: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.distance-block ul > li {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .distance-block ul > li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .distance-block ul > li:last-child {
    margin-bottom: 0;
  }
}

.distance-block ul > li:first-child .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 768px) {
  .distance-block ul > li:first-child .button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.distance-block ul > li:last-child .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .distance-block ul > li:last-child .button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.distance-block .button {
  color: #53AE30;
  border: 1px solid #53AE30;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.distance-block .button.active {
  background: #53AE30;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .distance-block img {
    width: 50%;
  }
}

.banner-block {
  background: url("../img/banner.png");
  background-size: cover;
  background-position: center;
  max-height: 100%;
  height: 400px;
  padding: 60px 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .banner-block {
    padding: 30px 0;
  }
}

.banner-block h2 {
  letter-spacing: 2px;
}

.banner-block img {
  margin: 20px 0;
}

.banner-block p {
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  .banner-block p {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.banner-block span {
  font-size: 20px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .banner-block span {
    text-align: center;
    font-size: 16px;
  }
}

.features-block {
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .features-block {
    padding: 30px 0;
  }
}

.features-block .second-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .features-block .second-title {
    margin-bottom: 30px;
  }
}

.features-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.features-block__item h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.features-block__item img {
  margin-right: 20px;
  height: 60px;
  width: 60px;
}

@media only screen and (max-width: 768px) {
  .features-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features-block__item h2 {
    text-align: center;
  }
  .features-block__item img {
    margin-bottom: 20px;
  }
}

.features-block ul > li {
  line-height: 1.9;
}

.tarifs-block {
  background: #F5F6F8;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .tarifs-block {
    padding: 30px 0;
  }
}

.tarifs-block .second-header {
  padding-bottom: 20px;
}

.tarifs-block__link {
  font-size: 16px;
  color: #767676;
  letter-spacing: 1px;
  position: relative;
}

.tarifs-block__link:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .tarifs-block__link:first-child {
    margin-right: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.tarifs-block__link.active {
  color: #53AE30;
}

.tarifs-block__link.active:before {
  background: #53AE30;
}

.tarifs-block__link.active:hover {
  color: #53AE30;
}

.tarifs-block__link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #767676;
}

@media only screen and (max-width: 768px) {
  .tarifs-block__link:before {
    bottom: -2px;
  }
}

.tarifs-block__link:hover {
  text-decoration: none;
  color: #767676;
}

.tarifs-block__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.tarifs-block__text p {
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .tarifs-block__text p {
    font-size: 16px;
  }
}

.tarifs-block__text p span {
  color: #53AE30;
}

.tarifs-block .button {
  border-color: #53AE30;
  color: #53AE30;
}

.card-item {
  background: #FFFFFF;
  padding: 0 20px;
  border-radius: 4px;
}

.card-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.card-item__header--name h2 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .card-item__header--name h2 {
    font-size: 20px;
  }
}

.card-item__header--name span {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}

.card-item__header--price {
  font-weight: 600;
  font-size: 26px;
}

.card-item__body--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #F0F0F0;
}

.card-item__body--item:last-child {
  border-bottom: 1px solid #F0F0F0;
}

.card-item__body--item span {
  font-size: 16px;
  font-weight: 400;
}

.card-item__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.card-item__button .button {
  color: #53AE30;
  border: 1px solid #53AE30;
  text-align: center;
}

.step-title {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .step-title {
    margin: 0;
    font-size: 20px;
  }
}

.step-description {
  letter-spacing: 1px;
}

.step-description a {
  color: #FFFFFF;
  text-decoration: underline;
}

.step-description a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.accordion {
  padding: 20px 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: -1px;
}

.accordion__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.accordion__header h3 {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .accordion__header h3 {
    font-size: 20px;
  }
}

.accordion__header .rotate-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.documents-block {
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .documents-block {
    padding: 30px 0;
  }
}

.documents-block .second-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .documents-block .second-title {
    margin-bottom: 30px;
  }
}

.documents-block ul {
  margin: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.documents-block ul > li {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .documents-block ul > li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .documents-block ul > li:last-child {
    margin-bottom: 0;
  }
}

.documents-block ul > li:first-child .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 768px) {
  .documents-block ul > li:first-child .button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.documents-block ul > li:last-child .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .documents-block ul > li:last-child .button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.documents-block .button {
  color: #53AE30;
  border: 1px solid #53AE30;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.documents-block .button.active {
  background: #53AE30;
  color: #FFFFFF;
}

.card {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0px 15px 20px -14px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 20px -14px rgba(0, 0, 0, 0.3);
}

.card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.2);
}

.swiper-outer {
  max-width: 1280px;
  margin: auto;
}

.swiper-outer .card {
  margin: 1rem 1rem 2rem 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: var(--swiper-navigation-size);
  background: #eee;
  border-radius: 50% !important;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #ffffff !important;
  background: #52ae30 !important;
}

.swiper-button-next {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
      transform: translateX(-30px);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -30px;
  right: 5px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -30px;
  left: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-prev:after {
  position: absolute;
  left: 15px;
}

.swiper-button-next:after {
  position: absolute;
  left: 19px;
}

.swiper:hover .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
}

.swiper:hover .swiper-button-next:not(.swiper-button-disabled) {
  opacity: 1;
  -webkit-transform: translateX(14px);
      -ms-transform: translateX(14px);
          transform: translateX(14px);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination {
  position: static;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet {
  margin: 0 3px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.swiper-pagination-bullet-active {
  background: #52ae30;
}

.swiper-container:before,
.swiper-container:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20px;
  top: 0;
  height: 100%;
  pointer-events: none;
  /*makes the linkes behind clickable*/
}

.swiper-container:before {
  left: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 249, 250, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(248, 249, 250, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(248, 249, 250, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container:after {
  right: 0px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(248, 249, 250, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(248, 249, 250, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(248, 249, 250, 0.5), rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 768px) {
  .swiper-slide {
    max-width: 350px;
  }
}

.card {
  border: none;
}

.card .card-title {
  font-size: 30px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .card .card-title {
    font-size: 24px;
  }
}

.card .card-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .card .card-price {
    font-size: 24px;
  }
}

.card .button {
  background: #767676;
  color: #FFFFFF;
  border: none;
}

.card .button:hover {
  background: #4a4a4a;
}

.card ul > li {
  line-height: 1.2;
  padding: 0 0 15px 0;
}

.card ul > li:first-child {
  padding-top: 10px;
}

.card .list-value {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  .card .list-value {
    font-size: 20px;
  }
}

.badge-green {
  background: #53AE30;
  color: #FFFFFF;
}

.swiper {
  margin: 0 -30px;
}
