/*
	Theme Name: Solar Solution
	Theme URI: https://wordpress.org/themes/solar/
*/

.wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1441px) {
  
}

.wrapper::after,
.wrapper::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #555;
	top: 0;
	opacity: 0.1;
	z-index: 10;
}

.wrapper::before {
	left: 37px;
}

.wrapper::after {
	right: 37px;
}

@media screen and (max-width: 1199px) {
  .wrapper::after,
  .wrapper::before {
	display: none;
 }
}

.container {
  max-width: 1245px;
  padding: 0 15px;
  margin: 0 auto;
}

@font-face {
  font-family: 'Raleway Bold';
  src: url("assets/fonts/Raleway-Bold.woff2") format("woff2"), url("assets/fonts/Raleway-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

html, body {
  scrollbar-color: #013D61 rgba(1, 61, 97, 0.2);
  scrollbar-width: thin;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
  background: #E5E5E5;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

a:focus, button:focus {
  outline: none;
}

strong, b {
  font-weight: 700;
}

mark {
  background: none;
  color: #1CB78D;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway Bold', sans-serif;
  font-weight: normal;
  color: #555;
}

.padding-block {
  padding-left: 30px;
}

@media screen and (max-width: 575px) {
  .padding-block {
    padding-left: 0;
  }
}

.padding-block_small {
  padding-left: 15px;
}

@media screen and (max-width: 575px) {
  .padding-block_small {
    padding-left: 0;
  }
}

.title {
  font-size: 42px;
  color: #555;
}

@media screen and (max-width: 991px) {
  .title {
    font-size: 38px;
  }
}

@media screen and (max-width: 575px) {
  .title {
    font-size: 32px;
  }
}

.title_small {
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .title_small {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .title_small {
    font-size: 24px;
  }
}

.subtitle {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .subtitle {
    font-size: 20px;
  }
}

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .phones {
    -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;
  }
}

.phones__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .phones__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .phones__item:last-child {
    margin-bottom: 0;
  }
}

.phones__item:last-child {
  margin-right: 0;
}

.phones__img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.phones__img_1 {
  background: url("assets/img/phone-icon-1.svg") no-repeat center/cover;
}

.phones__img_2 {
  width: 19px;
  background: url("assets/img/phone-icon-2.svg") no-repeat center/cover;
}

.phones__img_3 {
  background: url("assets/img/phone-icon-3.svg") no-repeat center/cover;
}

.phones__link {
  text-decoration: none;
  color: #013D61;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .phones__link:hover {
    color: #026dad;
  }
}

.phones__link_light {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .phones__link_light:hover {
    color: #888888;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  width: 24px;
  height: 24px;
  background: url(assets/img/social.png) no-repeat center;
  display: block;
}

.social__link_fb {
  margin-right: 30px;
  background-position: -5px -5px;
}

@media screen and (min-width: 992px) {
  .social__link_fb:hover {
    background-position: -39px -5px;
  }
}

.social__link_ig {
  background-position: -73px -5px;
}

@media screen and (min-width: 992px) {
  .social__link_ig:hover {
    background-position: -107px -5px;
  }
}


.form__item {
  margin-bottom: 25px;
  position: relative;
}


.form__btn-wrapper {
  position: relative;
}


.form__btn {
  width: 100%;
}


.form__policy {
  position: relative;
  margin-bottom: 30px;
}


.form__personal {
	position: 0 20px;
	color: #555;
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.4;
}

.policy__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 340px) {
  .policy__label {
    font-size: 13px;
  }
}

.policy__checkbox {
  visibility: hidden;
  position: absolute;
}

.policy__checkbox:checked + .policy__label > .checkbox-icon {
  background: #fff url("assets/img/check.svg") no-repeat center/70%;
}

/* uncss:ignore */
.checkbox-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
  border: 1px solid #000;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

/* uncss:ignore */
.input, .textarea {
  width: 100%;
  border: 1px solid #000;
}

.input.placeholder, .textarea.placeholder {
  color: #000;
  opacity: 1;
}

.input:-moz-placeholder, .textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

/* uncss:ignore */
.textarea {
  padding: 20px;
  resize: none;
}

/* uncss:ignore */
.input {
  height: 35px;
  padding: 0 20px;
}

/* uncss:ignore */
.invalid {
  color: red;
  border-color: red;
}

/* uncss:ignore */
.error {
  color: red;
}

/* uncss:ignore */
.success {
  color: #1CB78D;
}

/* uncss:ignore */
div.invalid {
  position: absolute;
  bottom: -17px;
  left: 0;
  font-size: 14px;
}

.box-modal {
  position: relative;
  max-width: 400px;
  padding: 40px 30px;
  background: #e5e5e5;
  line-height: 1;
  -webkit-box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  border-radius: 6px;
}

@media screen and (max-width: 575px) {
  .box-modal {
    padding: 20px;
  }
}

.box-modal__title {
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 340px) {
  .box-modal__title {
    font-size: 15px;
  }
}

.box-modal__subtitle {
  margin: 0 0 30px;
  font-size: 16px;
  text-align: center;
}

.box-modal__info {
  font-size: 18px;
  margin-bottom: 0;
}

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

.box-modal__icon {
  width: 100px;
  margin: 0 auto;
}

.box-modal__icon img {
  width: 100%;
}

.box-modal_alert {
  max-width: 400px;
  padding: 20px;
}

@media screen and (max-width: 575px) {
	.box-modal_alert {
      max-width: 300px;
	}
}




.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 25px;
  line-height: 15px;
  color: #999;
  cursor: pointer;
}

.box-modal_close:hover {
  color: #555;
}

.arcticmodal-container_i2 {
  padding: 0;
}


@media screen and (max-width: 575px) {
  .arcticmodal-container_i2 {
    padding: 0 10px;
  }
}

.arcticmodal-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #000 url("assets/img/loading.gif") no-repeat 50% 50%;
}

.swiper-pagination-fraction {
  font-weight: 300;
  font-size: 60px;
  color: rgba(85, 85, 85, 0.1);
}

@media screen and (max-width: 991px) {
  .swiper-pagination-fraction {
    font-size: 40px;
  }
}

.swiper-pagination-current {
  color: #FCC201;
}

.swiper-pagination-total {
  color: #555;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .swiper-pagination-total {
    font-size: 26px;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(1, 61, 97, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: #013D61;
}

/* uncss:ignore */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  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;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

/* uncss:ignore */
.preloader-remove {
  opacity: 0;
  z-index: -10;
}

.preloader ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-animation: preloader-2-rot 16s linear infinite;
  animation: preloader-2-rot 16s linear infinite;
}

@-webkit-keyframes preloader-2-rot {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader-2-rot {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader li {
  width: 40px;
  height: 40px;
  background: #013D61;
  border-radius: 4px;
  -webkit-animation: preloader-2-scale 0.8s linear alternate infinite;
  animation: preloader-2-scale 0.8s linear alternate infinite;
}

@-webkit-keyframes preloader-2-scale {
  100% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
}

@keyframes preloader-2-scale {
  100% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
}

.preloader li:nth-child(1) {
  z-index: 24;
}

.preloader li:nth-child(2) {
  z-index: 23;
}

.preloader li:nth-child(3) {
  z-index: 22;
}

.preloader li:nth-child(4) {
  z-index: 21;
}

.preloader li:nth-child(5) {
  z-index: 20;
}

.preloader li:nth-child(6) {
  z-index: 19;
}

.preloader li:nth-child(7) {
  z-index: 18;
}

.preloader li:nth-child(8) {
  z-index: 17;
}

.preloader li:nth-child(9) {
  z-index: 16;
}

.preloader li:nth-child(10) {
  z-index: 15;
}

.preloader li:nth-child(11) {
  z-index: 14;
}

.preloader li:nth-child(12) {
  z-index: 13;
}

.preloader li:nth-child(13) {
  z-index: 12;
}

.preloader li:nth-child(14) {
  z-index: 11;
}

.preloader li:nth-child(15) {
  z-index: 10;
}

.preloader li:nth-child(16) {
  z-index: 9;
}

.preloader li:nth-child(17) {
  z-index: 8;
}

.preloader li:nth-child(18) {
  z-index: 7;
}

.preloader li:nth-child(19) {
  z-index: 6;
}

.preloader li:nth-child(20) {
  z-index: 5;
}

.preloader li:nth-child(21) {
  z-index: 4;
}

.preloader li:nth-child(22) {
  z-index: 3;
}

.preloader li:nth-child(23) {
  z-index: 2;
}

.preloader li:nth-child(24) {
  z-index: 1;
}

.preloader li:nth-child(25) {
  z-index: 0;
}

.preloader li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader li:nth-child(13) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader li:nth-child(19) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.preloader li:nth-child(24) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.preloader li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader li:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader li:nth-child(14) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader li:nth-child(20) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader li:nth-child(9) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader li:nth-child(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.preloader li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader li:nth-child(10) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader li:nth-child(6) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader li:nth-child(11) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader li:nth-child(16) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader li:nth-child(21) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader li:nth-child(12) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader li:nth-child(17) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader li:nth-child(22) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader li:nth-child(13) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader li:nth-child(18) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader li:nth-child(23) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.preloader li:nth-child(19) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.preloader li:nth-child(24) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader li:nth-child(25) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.btn {
  display: inline-block;
  padding: 21px 40px 20px;
  background: #B52122;
  color: #fff;
  font-family: 'Raleway Bold', sans-serif;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #8a191a;
    -webkit-box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.3);
  }
}

.btn_primary {
  background: #1CB78D;
}

@media screen and (min-width: 992px) {
  .btn_primary:hover {
    background: #158b6b;
  }
}

.btn_long {
  padding: 21px 59px 20px;
}

.btn_short {
  padding: 21px 27px 20px;
}

/* Header */
.header {
  background: #e5e5e5 url("assets/img/bg-header.jpg") no-repeat bottom center/cover;
}

.header__subtitle {
  max-width: 375px;
}

.header__top {
  padding: 60px 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .header__top {
    padding: 20px 0 50px;
  }
}

@media screen and (max-width: 575px) {
  .header__top {
    padding-bottom: 70px;
    -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;
  }
}

.header__offer {
  padding-bottom: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 575px) {
  .header__offer {
    padding-bottom: 80px;
  }
}

.header__info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 90px;
}

@media screen and (max-width: 1199px) {
  .header__info {
    top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .header__info {
    position: static;
  }
}

.header__results {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__results {
    margin-left: 0;
  }
}

.header__logo {
  display: block;
  margin-top: -15px;
  margin-left: -34px;
}

@media screen and (max-width: 991px) {
  .header__logo {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    width: auto;
  }
}

.header__phones {
  margin-left: auto;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .header__phones {
    margin-left: 0;
    margin-right: 0;
  }
}

.header__title {
  margin: 0 0 25px;
}

.header__subtitle {
  margin: 0 0 30px;
  font-size: 24px;
}

.header__text {
  margin-bottom: 39px;
  max-width: 385px;
  line-height: 1.8;
}

.header__text p {
	margin: 0 0 20px;
}

.header__text p:last-child {
	margin-bottom: 0;
}

.header__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header__results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  .header__results {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__social {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .header__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.block-result {
  position: relative;
  width: 400px;
  height: 600px;
}

@media screen and (max-width: 1199px) {
  .block-result {
    width: 250px;
  	height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .block-result {
    width: auto;
    height: auto;
    display: inline-block;
  }
}

.block-result__info {
  position: absolute;
  width: 220px;
  bottom: 33px;
  left: -30px;
  padding: 46px 10px 46px 20px;
  color: #fff;
  background: rgba(252, 194, 1, 0.9);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1199px) {
  .block-result__info {
    width: 195px;
    padding: 30px 10px 30px 20px;
  }
}

@media screen and (max-width: 991px) {
  .block-result__info {
    position: static;
    -webkit-animation: none;
    animation: none;
  }
}

.block-result__info_top {
  bottom: auto;
  top: 30px;
  background: rgba(1, 140, 239, 0.9);
}

.block-result__numbers {
  font-size: 60px;
  font-weight: 300;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .block-result__numbers {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .block-result__numbers {
    font-size: 30px;
  }
}

.block-result_left {
  margin-right: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 194, 1, 0.4)), to(rgba(252, 194, 1, 0.4))), url("assets/img/header-img-1.jpg") no-repeat center/cover;
  background: linear-gradient(0deg, rgba(252, 194, 1, 0.4), rgba(252, 194, 1, 0.4)), url("assets/img/header-img-1.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  .block-result_left {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .block-result_left {
    margin-right: 0;
  }
}

.block-result_right {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 140, 239, 0.4)), to(rgba(1, 140, 239, 0.4))), url("assets/img/header-img-1.jpg") no-repeat center/cover;
  background: linear-gradient(0deg, rgba(1, 140, 239, 0.4), rgba(1, 140, 239, 0.4)), url("assets/img/header-img-2.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  .block-result__text {
    font-size: 14px;
  }
}

/* Area */
.area {
  overflow: hidden;
  background: url("assets/img/bg-area.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .area {
    background-position: bottom 0 right -200px;
  }
}

.area__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 43px 44px 0;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .area__left {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .area__left {
    width: 100%;
    padding-right: 0;
  }
}

.area__left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10000px;
  height: 100%;
  background: rgba(1, 61, 97, 0.95);
}

@media screen and (max-width: 767px) {
  .area__left::before {
    right: -15px;
    background: rgba(1, 61, 97, 0.8);
  }
}

.area__info {
  position: relative;
  z-index: 2;
  color: #fff;
}

.area__title {
  margin: 0 0 35px;
  color: #fff;
}

.area__subtitle {
  max-width: 540px;
  margin: 0 0 30px;
  line-height: 1.5;
}

.area__text {
  margin: 0;
  max-width: 465px;
  line-height: 1.5;
}

/* Guarantees */
.guarantees {
  padding: 90px 0 60px;
  background: #fff url("assets/img/bg-guarantees.png") no-repeat top left;
}

@media screen and (max-width: 991px) {
  .guarantees {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .guarantees {
    background-image: none;
  }
}

@media screen and (max-width: 575px) {
  .guarantees {
    padding-top: 40px;
    background-image: none;
  }
}

.guarantees__title {
  margin: 0 0 30px;
}

.guarantees__subtitle {
  max-width: 420px;
  margin: 0 0 25px;
  line-height: 1.25;
}

.guarantees__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .guarantees__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.guarantees__left {
  max-width: 610px;
}

.guarantees__text p {
  line-height: 1.6;
  margin-bottom: 27px;
}

.guarantees__text strong {
  font-weight: 700;
  color: #1CB78D;
}

.guarantees__right {
  position: relative;
  width: 560px;
  height: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
  background: url("assets/img/guarantees-img.jpg") no-repeat center/cover;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1199px) {
  .guarantees__right {
    width: 460px;
    height: 400px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .guarantees__right {
    width: auto;
    height: auto;
    margin-left: 25px;
    margin-bottom: 30px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .guarantees__right {
    margin-bottom: 50px;
  }
}

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

.guarantees__calculate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 991px) {
  .guarantees__calculate {
    position: static;
  }
}

.guarantees__btn {
  margin-left: -25px;
}

@media screen and (max-width: 991px) {
  .guarantees__btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .guarantees__btn {
    padding: 21px 20px 20px;
    font-size: 14px;
  }
}

.guarantees__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 10px 20px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media screen and (max-width: 1199px) {
  .guarantees__list {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .guarantees__list {
    padding: 40px 20px;
    margin: 0 auto;
    width: 290px;
    -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-animation: none;
    animation: none;
  }
}

.guarantees__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 380px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

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

@media screen and (max-width: 1199px) {
  .guarantees__item {
    max-width: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .guarantees__item {
    -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;
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .guarantees__item {
    width: 100%;
    max-width: 300px;
    margin: 0 0 30px;
  }
  .guarantees__item:last-child {
    margin-bottom: 0;
  }
}

.guarantees__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1439px) {
  .guarantees__item:last-child {
    margin-right: 0;
  }
}


.guarantees__item-img {
  display: block;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .guarantees__item-img {
    margin-right: 0;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .guarantees__item-img img {
    margin: 0 auto;
  }
}

.guarantees__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #1CB78D;
}

@media screen and (max-width: 1199px) {
  .guarantees__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .guarantees__item-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }
}

.guarantees__item-title span {
  font-family: 'Raleway Bold', sans-serif;
  margin-right: 10px;
  font-size: 60px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .guarantees__item-title span {
    margin-right: 0;
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .guarantees__item-descr {
    text-align: center;
  }
}

.guarantees__dots {
  margin-top: 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  .guarantees__dots {
    display: block;
  }
}

/* Advantages */
.advantages {
  position: relative;
  padding: 70px 0 35px;
  background: url("assets/img/bg-advantages.jpg") no-repeat top center/cover;
  overflow: hidden;
}


@media screen and (max-width: 575px) {
  .advantages {
    padding-top: 35px;
  }
}

.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1005px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .advantages__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.advantages__title {
  margin: 0 0 20px;
  max-width: 450px;
}

.advantages__text p {
  line-height: 1.35;
  max-width: 530px;
  margin: 0 0 20px;
}

.advantages__text p:last-child {
  margin-bottom: 0;
}

.advantages__list {
  margin: 0;
  padding: 0;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
}

@media screen and (max-width: 767px) {
  .advantages__list {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 15px;
    margin-top: 50px;
  }
}

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

.advantages__list li {
  position: relative;
  counter-increment: list;
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 33px;
}

@media screen and (max-width: 575px) {
  .advantages__list li {
    padding-left: 35px;
  }
}

.advantages__list li:last-child {
  margin-bottom: 0;
}

.advantages__list li::before {
  content: "0" counter(list);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #555;
}

.advantages__list li::after {
  content: "/";
  position: absolute;
  top: 4px;
  left: 20px;
  font-size: 18px;
  color: rgba(1, 61, 97, 0.3);
}

.advantages__list li span {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 575px) {
  .advantages__item span {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .advantages__btn {
    margin-top: 30px;
    font-size: 14px;
  }
}

.advantages__btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.advantages__btn-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10000px;
  height: 10000px;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .advantages__btn-wrapper::after {
    display: none;
  }
}

/* Investment */
.investment {
  position: relative;
  padding: 105px 0 140px;
  background: #eaeff2 url("assets/img/invest-bg.png") no-repeat top right;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .investment {
    padding: 70px 0 80px;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (max-width: 575px) {
  .investment {
    padding: 50px 0 60px;
  }
}

.investment__title {
  margin: 0 0 30px;
}

.investment__subtitle {
  margin: 0 0 15px;
}

.investment__info {
  max-width: 565px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .investment__info {
    margin-bottom: 30px;
  }
}

.investment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .investment__inner {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .investment__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.investment__adv {
  position: relative;
  z-index: 3;
  top: 17px;
  right: -37px;
}

@media screen and (max-width: 1199px) {
  .investment__adv {
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 575px) {
  .investment__adv {
    width: 100%;
    max-width: 300px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.investment__adv-item {
  position: relative;
  margin-bottom: 29px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .investment__adv-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .investment__adv-item {
    max-width: auto !important;
  }
}

.investment__adv-item:first-child {
  width: 630px;
}

@media screen and (max-width: 1199px) {
  .investment__adv-item:first-child {
    width: 100%;
    max-width: 560px;
  }
}

.investment__adv-item:nth-child(2) {
  width: 600px;
}

@media screen and (max-width: 1199px) {
  .investment__adv-item:nth-child(2) {
    width: 100%;
    max-width: 530px;
  }
}

.investment__adv-item:last-child {
  width: 570px;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .investment__adv-item:last-child {
    width: 100%;
    max-width: 500px;
  }
}

.investment__adv-info {
  display: inline-block;
  padding: 13px 24px 20px 34px;
  font-size: 24px;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .investment__adv-info {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .investment__adv-info {
    padding-bottom: 14px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .investment__adv-info {
    width: 100%;
    text-align: center;
    padding: 13px 20px 20px 20px;
  }
}

.investment__adv-info span {
  margin-right: 10px;
  font-size: 32px;
  font-family: 'Raleway Bold', sans-serif;
  color: #013D61;
}

@media screen and (max-width: 1199px) {
  .investment__adv-info span {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .investment__adv-info span {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .investment__adv-info span {
    display: block;
    margin: 0 0 10px 0;
  }
}

.investment__adv-info sub {
  font-size: 14px;
}

.investment__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1441px) {
  .investment__calc {
    position: relative;
	right: -11px;
  }
}

@media screen and (max-width: 1199px) {
  .investment__calc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .investment__calc {
    max-width: 300px;
    margin: 0 auto;
  }
}

.investment__calc-left {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1199px) {
  .investment__calc-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .investment__calc-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.investment__calc-top {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 15px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .investment__calc-top {
    padding: 0 15px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .investment__calc-top {
    padding: 20px 15px 20px 25px;
  }
}

.investment__calc-text {
  font-size: 20px;
  line-height: 1.6;
}

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

.investment__calc-btn {
  padding-left: 0;
  padding-right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .investment__calc-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.investment__calc-right {
  position: relative;
  -ms-flex-preferred-size: 940px;
  flex-basis: 940px;
  padding: 45px 20px 10px 60px;
  color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1199px) {
  .investment__calc-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 991px) {
  .investment__calc-right {
    padding-left: 20px;
  }
}

.investment__calc-right::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 10000px;
  height: 100%;
  background: rgba(1, 61, 97, 0.9);
}

@media screen and (min-width: 1441px) {
  .investment__calc-right::before {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .investment__calc-right::before {
    width: 100%;
  }
}

.investment__calc-list {
  position: relative;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .investment__calc-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .investment__calc-list {
    -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;
  }
}

.investment__calc-item {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .investment__calc-item {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .investment__calc-item {
    width: 40%;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .investment__calc-item {
    width: 100%;
    font-size: 20px;
  }
}

.investment__calc-item span {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 60px;
  display: block;
}

@media screen and (max-width: 991px) {
  .investment__calc-item span {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .investment__calc-item span {
    font-size: 60px;
  }
}

@media screen and (max-width: 575px) {
  .investment__calc-item span {
    font-size: 45px;
  }
}

.investment__calc-item sub {
  font-size: 24px;
}

.investment__calc-info {
  position: relative;
  z-index: 2;
  max-width: 630px;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .investment__calc-info {
    font-size: 12px;
  }
}

.investment__bg {
  position: absolute;
  bottom: -129px;
  right: -139px;
  z-index: 5;
  width: 407px;
  height: 231px;
  background: url("assets/img/investment-img-2.png") no-repeat center;
  z-index: 11;
}

@media screen and (min-width: 1441px) {
  .investment__bg {
    right: -126px;
  }
}

@media screen and (max-width: 1199px) {
  .investment__bg {
    right: -50px;
  }
}

@media screen and (max-width: 991px) {
  .investment__bg {
    display: none;
  }
}

/* Stations */
.stations {
  padding: 105px 0 140px;
  background: #f5f9fa linear-gradient(180deg,  rgba(245, 191, 12, 0) 0%, rgba(245, 191, 12, 0) 50%, rgba(245, 191, 12, 0.1) 100%);
}

@media screen and (max-width: 991px) {
	.stations {
		padding: 60px 0 60px;
	}
}

@media screen and (max-width: 575px) {
	.stations {
		padding: 30px 0 30px;
	}
}

.stations__title {
  max-width: 700px;
  margin: 0 0 60px;
}

@media screen and (max-width: 1199px) {
	.stations__title {
		max-width: 600px;
	}
}

@media screen and (max-width: 767px) {
	.stations__title {
		
	}
}

.stations__inner {
  position: relative;
}

.stations__slider-nav {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
	.stations__slider-nav {
	  position: static;
	  margin-bottom: 40px;
	  width: 200px;
	  margin-right: auto;
	  margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 575px) {
	.stations__slider-nav {
		margin-bottom: 0;
	}
}

.stations__current {
  position: relative;
  top: -17px;
  left: 10px;
}

.stations__slider-fraction {
  position: static;
  margin-bottom: -20px;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
	.stations__slider-fraction {
	  margin-right: 0;
	  order: 2;
	}
}

.stations__slider-prev, .stations__slider-next {
  position: static;
  width: 70px;
  height: 70px;
  opacity: 0.2;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
	.stations__slider-prev, .stations__slider-next {
	  width: 50px;
	  height: 50px;
	}
}

.stations__slider-prev:focus, .stations__slider-next:focus {
  outline: none;
}

@media screen and (min-width: 992px) {
  .stations__slider-prev:hover, .stations__slider-next:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.stations__slider-prev {
  background: url("assets/img/arrow-prev.svg") no-repeat center/cover;
}

.stations__slider-next {
  background: url("assets/img/arrow-next.svg") no-repeat center/cover;
}

@media screen and (max-width: 991px) {
	.stations__slider-next {
	  order: 3;
	}
}

.stations__slider-delimiter {
  color: rgba(8, 70, 109, 0.05);
  font-size: 60px;
  font-weight: 300;
  margin: 0 30px;
}

@media screen and (max-width: 991px) {
	.stations__slider-delimiter {
	  display: none;;
	}
}

@media screen and (max-width: 575px) {
	.stations__slider-delimiter {
	  font-size: 40px;
	}
}

.stations__slider {
  max-width: 1156px;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.stations__slider {
	  max-width: 600px;
	  padding-top: 140px;
	}
}


.stations__thumbs {
  position: absolute;
  width: 500px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.stations__thumbs-item {
	padding-right: 10px;
  width: 80px;
  height: 60px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.stations__galery .swiper-button-disabled {
	opacity: 0.2;
}

.stations__thumbs-item.swiper-slide-active {
	opacity: 0.3;
}

.stations__galery {
  flex-grow: 1;
}

@media screen and (max-width: 1199px) {
	.stations__galery {
		padding-left: 20px;
		padding-top: 20px;
		background: #fff;
		width: 50%;
		flex-grow: 0;
	}
}

@media screen and (max-width: 991px) {
	.stations__galery {
		width: 45%;
	}
}

@media screen and (max-width: 767px) {
	.stations__galery {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
}


.stations__galery_prev, .stations__galery_next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
  cursor: pointer;
}

.stations__galery_prev:hover, .stations__galery_next:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.stations__galery_prev {
  left: 0;
  background: rgba(255, 255, 255, 0.7) url("assets/img/arrow-prev.svg") no-repeat center/80%;
}

.stations__galery_next {
  right: 0;
  background: rgba(255, 255, 255, 0.7) url("assets/img/arrow-next.svg") no-repeat center/80%;
}

.stations__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .stations__slide {
	  align-items: stretch;
	  justify-content: center;
	 background: #fff;
	}
}

@media screen and (max-width: 767px) {
  .stations__slide {
	  -webkit-flex-direction: column;
	  -moz-flex-direction: column;
	  flex-direction: column;
	  -ms-align-items: center;
	  align-items: center;
	}
}

.stations__slide-right {
  width: 556px;
  flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
	.stations__slide-right {
	  width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.stations__slide-right {
	  width: 55%;
	}
}

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

.stations__slide-title {
  margin: -8px 0 29px;
  padding: 0 47px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .stations__slide-title {
  	background: #fff;
  	margin: 0;
  	padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .stations__slide-title {
  	padding-left: 20px;
  	padding-right: 20px;
  	font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .stations__slide-title {
  	padding-top: 0;
  	position: absolute;
  	width: 80%;
  	top: -120px;
  	left: 0;
  	font-size: 24px;
  	z-index: 5;
  	background: none;
  }
}

@media screen and (max-width: 575px) {
  .stations__slide-title {
  	font-size: 20px;
  	padding: 0;
  	top: -105px;
  }
}

.stations__slide-bottom {
  position: relative;
  padding: 27px 5px 50px 47px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1199px) {
	.stations__slide-bottom {
		-webkit-box-shadow: none;
  		box-shadow: none;
	}
}
@media screen and (max-width: 991px) {
	.stations__slide-bottom {
		padding-left: 20px;
	}
}

@media screen and (max-width: 575px) {
	.stations__slide-bottom {
		padding-bottom: 25px;
	}
}

.stations__slide-info {
  padding: 0 25px 0 0;
  margin-bottom: 47px;
  line-height: 1.2;
  height: 150px;
  overflow-y: scroll;
  scrollbar-color: #013D61 rgba(1, 61, 97, 0.2);
  scrollbar-width: thin;
}

@media screen and (max-width: 1199px) {
	.stations__slide-info {
		padding-left: 15px;
	}
}

@media screen and (max-width: 575px) {
	.stations__slide-info {
		padding: 0 20px 0 0;
		margin-bottom: 25px;
	}
}

.stations__slide-info p {
  margin-top: 0;
  margin-bottom: 10px;
}

.stations__slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
	.stations__slide-list {
	  justify-content: space-between;
	  padding-right: 20px;
	}
}

@media screen and (max-width: 991px) {
	.stations__slide-list {
	  justify-content: space-around;
	  padding-right: 0;
	}
}

.stations__slide-item {
  font-size: 20px;
  margin-right: 75px;
}

@media screen and (max-width: 991px) {
	.stations__slide-item {
	  margin-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.stations__slide-item {
	  font-size: 16px;
	}
}

.stations__slide-item:last-child {
  margin-right: 0;
}

.stations__slide-number {
  display: block;
  font-size: 46px;
  color: #013D61;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
	.stations__slide-number {
	  font-size: 36px;
	}
}

.stations__slide-number span {
  font-size: 24px;
}

@media screen and (max-width: 575px) {
	.stations__slide-number span {
	  font-size: 16px;
	}
}

/* Fotorama customs */

.fotorama__arr {
	width: 50px;
	height: 60px;
	margin-top: -30px;
}

@media screen and (max-width: 575px) {
	.fotorama__arr {
		width: 40px;
		height: 50px;
		margin-top: -25px;
	}
}

.fotorama__arr:hover {
	background-color: rgba(255, 255, 255, 1);
	transition: 0.3s;
}

.fotorama__arr--prev {
	left: 0;
	background: rgba(255, 255, 255, 0.7) url('assets/img/arrow-prev.svg') no-repeat center / 70%;
}

.fotorama__arr--next {
	right: 0;
	background: rgba(255, 255, 255, 0.7) url('assets/img/arrow-next.svg') no-repeat center / 70%;
}

.fotorama__nav-wrap {
	position: absolute;
	right: -18px;
	bottom: -55px;
}

@media screen and (max-width: 1199px) {
	.fotorama__nav-wrap {
		position: static;
	}
}

@media screen and (max-width: 575px) {
	.fotorama__nav-wrap {
		display: none;
	}
}

.fotorama__wrap {
	position: static;
}


.fotorama__thumb-border {
	display: none;
}

.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 0.3;
}

/* Brands */
.brands {
  padding: 85px 0 80px;
  background: #fff;
}

@media screen and (max-width: 575px) {
  .brands {
    padding: 50px 0 40px;
  }
}

.brands__title {
  margin: 0 0 50px;
}

.brands__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .brands__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.brands__list img {
  mix-blend-mode: luminosity;
}

@media screen and (max-width: 1199px) {
  .brands__list img {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

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

/* Footer */
.footer {
  padding: 25px 0 30px;
  background: #2B2B2B;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .footer__phones {
    margin-bottom: 50px;
  }
}

.footer__copy {
  font-size: 14px;
  color: #fff;
}

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