@charset "UTF-8";
* {
  box-sizing: border-box; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 24px; }

a {
  text-decoration: none;
  color: inherit; }

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

.login {
  margin-right: 44px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }

.sign-up {
  text-transform: uppercase;
  color: #250F8A;
  font-weight: 600;
  background: #fff;
  padding: 8px 43px;
  border-radius: 20px; }

.title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center; }

.header {
  background: url(../images/header-bg.jpg);
  min-height: 793px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .header__top {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center; }
  .header-slider {
    padding-top: 111px; }
  .header-slider__item-content {
    display: flex;
    justify-content: space-between; }
  .header-slider__item-info {
    max-width: 506px;
    color: #fff; }
  .header-slider__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 10px; }
  .header-slider__discription {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 60px; }
  .header-slider__btn {
    text-transform: uppercase;
    font-weight: 600;
    color: #250F8A;
    padding: 13px 39px;
    background: #FFCA00;
    border-radius: 25px; }
  .header-slider__item-images {
    margin: 10px 82px 0 0; }
  .header-dots {
    list-style: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .header-dots button {
    border: none;
    background: #fff;
    opacity: .5;
    font-size: 0;
    padding: 0;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    cursor: pointer;
    outline: none;
    margin: 10px auto;
    display: block; }
  .header-dots .slick-active button {
    width: 15px;
    opacity: 1; }

.menu__list {
  display: flex; }

.menu li + li {
  padding-left: 50px; }

.menu a {
  opacity: .5;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .5s; }

.menu a:hover {
  opacity: 1; }

.menu__btn {
  display: none;
  width: 30px;
  height: 20px;
  position: relative; }

.menu__btn span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 9px;
  position: absolute; }

.menu__btn::before, .menu__btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute; }

.menu__btn::after {
  top: 0; }

.menu__btn::before {
  bottom: 0; }

.specialiset {
  padding: 55px 0 93px;
  background: url(../images/special-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #202020;
  text-align: center; }
  .specialiset__title {
    margin-bottom: 96px; }
  .specialiset__items {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto; }
  .specialiset__item {
    width: 280px; }
  .specialiset__item-img {
    margin-bottom: 23px;
    min-height: 159x; }
  .specialiset__item-title {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 700; }
  .specialiset__item-text {
    padding: 0 10px;
    color: #272727;
    opacity: .7; }

.advantages {
  padding-top: 60px;
  background: url(../images/advantages-bg.svg);
  background-color: #f4f9fd;
  background-repeat: no-repeat;
  background-position: center right; }
  .advantages-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 76px; }
  .advantages-box__info {
    max-width: 456px;
    padding-top: 60px;
    background: url(../images/title-bg-1.svg);
    background-repeat: no-repeat;
    background-position: 22px 76px; }
  .advantages-box__title {
    font-size: 35px;
    color: #202020;
    line-height: 1.3;
    font-weight: 700;
    padding: 68px 0 15px 48px; }
  .advantages-box__text {
    padding-left: 48px;
    color: #272727; }
  .advantages-box__text p {
    margin: 12px 0; }
  .advantages-box__info-bg {
    background: url(../images/title-bg-3.svg);
    background-position: 22px 125px;
    background-repeat: no-repeat; }
  .advantages-box--right .advantages-box__info {
    order: 1;
    background: url(../images/title-bg-2.svg);
    background-position: 22px 130px;
    background-repeat: no-repeat; }

.reviews {
  background-image: url(../images/reviews-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 38px 0 82px; }
  .reviews__title {
    max-width: 384px;
    color: #fff;
    margin: 0 auto 48px; }
  .reviews__items {
    max-width: 940px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between; }
  .reviews__item {
    width: 300px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px 20px 20px;
    color: #fff; }
  .reviews__item-head {
    display: flex;
    margin-bottom: 13px; }
  .reviews__item-head img {
    border-radius: 50%;
    margin-right: 20px; }
  .reviews__item-name {
    font-weight: 600; }
  .reviews__item-position {
    opacity: .5; }
  .reviews__item-text {
    text-align: center;
    padding-top: 39px;
    position: relative; }
  .reviews__item-text::before {
    content: "“";
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.footer__inner {
  display: flex;
  justify-content: space-between;
  color: #272727;
  padding: 20px 40px 17px; }

.footer__link a + a {
  margin-left: 30px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media (max-width: 1620px) {
  .advantages {
    background-image: none; } }

@media (max-width: 1201px) {
  .specialiset {
    background-size: 60px; } }

@media (max-width: 1190px) {
  .header-slider__item-images {
    margin: 10px 20px 0 0; }
  .header-slider__item-images img {
    width: 80%; }
  .header-slider__item-info {
    padding: 50px 0; }
  .header-slider {
    padding-top: 25px; }
  .advantages-box__images {
    text-align: center; }
  .advantages-box__images img {
    width: 80%; }
  .advantages-box {
    justify-content: space-around; }
  .advantages-box--right .advantages-box__title {
    padding: 30px 0 15px 20px; }
  .advantages-box--right .advantages-box__text {
    padding-left: 20px; }
  .advantages-box--right .advantages-box__info {
    padding-right: 20px; } }

@media (max-width: 1080px) {
  .specialiset {
    background-image: none; }
  .advantages-box__info {
    padding-top: 10px; }
  .advantages-box--right .advantages-box__info {
    padding-right: 10px; }
  .advantages-box__images img {
    width: 71%;
    margin-top: 40px; }
  .reviews__items {
    flex-wrap: wrap;
    justify-content: space-around; }
  .reviews__item {
    width: 48%;
    margin-bottom: 25px; } }

@media (max-width: 924px) {
  .header__top {
    flex-wrap: wrap; }
  .header-btn {
    width: 100%;
    text-align: right; }
  .login {
    margin-right: 30px; } }

@media (max-width: 900px) {
  .header-slider__item-images {
    display: none; } }

@media (max-width: 858px) {
  .advantages-box__info {
    width: 100%; }
  .advantages-box {
    flex-wrap: wrap; }
  .advantages-box--right .advantages-box__info {
    order: 0; }
  .advantages-box {
    padding-bottom: 20px; }
  .advantages {
    padding-top: 0; }
  .advantages-box__images img {
    width: 100%; } }

@media (max-width: 775px) {
  .specialiset {
    padding: 20px 0 40px; }
  .specialiset__title {
    margin-bottom: 40px; }
  .specialiset__items {
    flex-wrap: wrap; }
  .specialiset__item {
    width: 50%;
    margin-bottom: 20px; } }

@media (max-width: 685px) {
  .reviews__item {
    width: 100%;
    margin-bottom: 25px; }
  .reviews__item-head {
    justify-content: center; } }

@media (max-width: 620px) {
  .footer__inner {
    display: block;
    text-align: center;
    padding: 20px 10px 17px; }
  .footer__link {
    margin-bottom: 10px; } }

@media (max-width: 570px) {
  .menu__list {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
    background: #1859ad; }
  .menu__btn {
    display: block; }
  .menu__list li + li {
    padding: 0; }
  .menu__list li {
    border-bottom: 1px solid white; }
  .menu__list li:first-child {
    border-top: 1px solid white; }
  .menu__list a {
    display: block;
    padding: 10px 0; }
  .header-slider__item-info {
    padding: 10px 30px 10px 0; }
  .header {
    min-height: 580px; }
  .header-slider__discription {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px; }
  .header-slider__title {
    font-size: 35px;
    line-height: 45x; }
  .specialiset__items {
    display: block; }
  .specialiset__item {
    width: 100%; }
  .title {
    font-size: 30px;
    line-height: 1.25; }
  .advantages-box__title {
    padding: 68px 0 15px 0;
    line-height: 1.25;
    font-size: 30px; }
  .advantages-box__text {
    padding-left: 0; }
  .advantages-box--right .advantages-box__title {
    padding: 30px 0 15px 0; }
  .advantages-box--right .advantages-box__text {
    padding-left: 0; }
  .advantages-box__info {
    text-align: center; } }

@media (min-width: 570px) {
  .menu__list {
    display: flex !important; } }
