@media (min-width: 1250px) {
  .container {
    width: 1205px;
  }
}

.guest-top-menu a {
  color: #ffffff;
  cursor: pointer;
}

.top-wrapper {
  padding-top: 51px;
}

.main-slider {
  overflow: hidden;
}

.main-slider .slick-slide {
  position: relative;
}

.main-slider img {
  width: 100%;
}

.main-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-slider-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*
.main-slider:before{
    position: absolute;
    bottom: 455px;
    left: 0;
    content: "";
    width: 364px;
    height: 2px;
    background: #ffffff;
    z-index: 2;
}
*/

.main-slider-content {
  position: relative;
  padding-top: 80px;
  max-width: 600px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.main-slider-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.main-slider-logo img {
  max-width: 100%;
}

.main-slider-content h1,
.main-slider-content .h1,
.main-slider-content h2,
.main-slider-content .h2 {
  position: relative;
  margin-bottom: 14px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.main-slider-content-text {
  position: relative;
}

.main-slider-content-buttons {
  position: relative;
  border-radius: 12px;
}

/*
.main-slider-content-text{
    opacity: 0;
}
.main-slider-content-buttons{
    opacity: 0;
}
*/

.main-slider-content p {
  margin-bottom: 45px;
}

.main-slider-more {
  margin-right: 40px;
  display: inline-block;
  background: linear-gradient(
    120deg,
    rgb(224, 158, 0) 1%,
    rgb(214, 92, 80) 66%
  );
  width: 260px;
  height: 68px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 68px;
  text-align: center;
  border-radius: 12px;
}

.main-slider-more:hover {
  color: #ffffff;
}

.main-slider-more:last-child {
  margin-right: 0;
}

.main-slider .slick-dots {
  margin: 0;
}

.main-slider .slick-dots {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 50%;
  margin-left: 577px;
  font-size: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.main-slider .slick-dots li {
  margin: 0 0 6px;
  display: block;
}

.main-slider .slick-dots li:before {
  display: none;
}

.main-slider .slick-dots li {
  position: relative;
  margin: 0 0 6px;
  display: block;
  padding: 0;
  width: 8px;
  height: 50px;
  border: none;
  background: #8c444c;
  outline: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  border-radius: 6px;
}

.main-slider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
  border: none;
  background: #d65c50;
}

.main-slider:not(.slick-autoplay) .slick-dots li button {
  display: none;
}

.main-slider:not(.slick-autoplay) .slick-dots li.slick-active {
  background: #d65c50;
}

.main-slider .slick-dots li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #d65c50;
  transition: 0s;
  border-radius: 6px;
}

.main-slider.slick-autoplay .slick-dots li.slick-active:after {
  height: 100%;
  transition: 5s;
  transition-timing-function: steps(1000, end);
}

.main-section {
  padding-top: 56px;
  padding-bottom: 103px;
  overflow: hidden;
}

.main-section-title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 8px;
}

.main-section-title:before {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 12px;
  content: "";
  width: 400px;
  height: 2px;
  background: #836b9f;
}

.main-section-title h2,
.main-section-title .h2 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #161616;
}

.main-section-description {
  max-width: 100%;
  width: 500px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: #717070;
}

.main-advantages-items {
  margin-top: 79px;
}

.main-advantages-item {
  text-align: center;
}

.main-advantages-item span {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #717070;
}

.main-section-link {
  display: inline-block;
  background-image: -moz-linear-gradient(
    -70deg,
    rgb(224, 158, 0) 1%,
    rgb(214, 92, 80) 66%
  );
  background-image: -webkit-linear-gradient(
    -70deg,
    rgb(224, 158, 0) 1%,
    rgb(214, 92, 80) 66%
  );
  background-image: -ms-linear-gradient(
    -70deg,
    rgb(224, 158, 0) 1%,
    rgb(214, 92, 80) 66%
  );
  width: 390px;
  max-width: 100%;
  height: 68px;
  text-align: center;
  line-height: 68px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.main-section-link:hover {
  color: #ffffff;
}

.main-actions {
  padding-top: 82px;
  padding-bottom: 84px;
}

.main-actions-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
}

.main-actions-img {
  padding-left: 0;
}

.main-actions-img img {
  max-width: 100%;
  margin-top: -47px;
}

.main-actions-content {
  width: 55%;
  padding-bottom: 35px;
}

.main-actions-slider-title {
  margin-bottom: 56px;
}

.main-actions-slider-title h2,
.main-actions-slider-title .h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 600;
  color: #e09e00;
  font-family: "Exo 2", sans-serif;
}

.main-actions-slider-title img {
  width: auto !important;
  margin-right: 30px;
  display: inline-block !important;
  vertical-align: middle;
}

.main-actions-timer {
  margin-bottom: 50px;
}

.main-actions-timer > div {
  position: relative;
  float: left;
  margin-right: 33px;
  font-size: 40px;
  font-weight: 800;
  color: #836b9f;
  line-height: 112px;
  text-align: center;
  background: url("../img/main-page/bg-timer.png");
  /*
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, rgba(102, 96, 95, .1) 0%, rgba(102, 96, 95, .1) 27%, rgba(68, 64, 63, .1) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(102, 96, 95, .1) 0%, rgba(102, 96, 95, .1) 27%, rgba(68, 64, 63, .1) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(102, 96, 95, .1) 0%, rgba(102, 96, 95, .1) 27%, rgba(68, 64, 63, .1) 100%);
        box-shadow: 0px 1px 0px 0px rgba(146, 137, 135, 0.27), inset 0px 1px 4px 0px rgba(0, 0, 0, 0.32);
        */
  width: 112px;
  height: 112px;
}

.main-actions-timer > div:last-child {
  margin-right: 0;
}

.main-actions-timer .number {
  position: relative;
  z-index: 3;
}

.main-actions-timer .desc {
  position: absolute;
  left: 50%;
  margin-left: 23px;
  bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #717070;
  text-transform: uppercase;
  line-height: 1;
}

.main-actions-link {
  display: inline-block;
  background-image: -moz-linear-gradient(
    -70deg,
    rgb(224, 158, 0) 1%,
    rgb(214, 92, 80) 66%
  );
  background-image: -webkit-linear-gradient(
    -70deg,
    rgb(224, 158, 0) 1%,
    rgb(214, 92, 80) 66%
  );
  background-image: -ms-linear-gradient(
    -70deg,
    rgb(224, 158, 0) 1%,
    rgb(214, 92, 80) 66%
  );
  width: 310px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.main-actions-slider.owl-theme .owl-controls {
  margin: 0;
}

.main-actions-slider.owl-theme .owl-controls .owl-dots {
  position: absolute;
  bottom: 77px;
  right: 6px;
  font-size: 0;
  padding: 0;
}

.main-actions-slider.owl-theme .owl-controls .owl-dot {
  margin: 0 0 6px;
  display: block;
}

.main-actions-slider.owl-theme .owl-controls .owl-dot span {
  margin: 0;
  padding: 0;
  width: 8px;
  height: 50px;
  border: none;
  background: #d65c50;
  opacity: 0.5;
  outline: 1px solid transparent;
  border-radius: 0;
}

.main-actions-slider.owl-theme .owl-controls .owl-dot.active span {
  opacity: 1;
}

.main-services {
  position: relative;
  padding-bottom: 17px;
  overflow: inherit;
}

.main-services:after {
  position: absolute;
  top: 33%;
  left: 0;
  content: "";
  z-index: 0;
  background-image: url("../img/main-page/bg-services.png");
  width: 564px;
  height: 710px;
}

.main-services-content {
  position: relative;
  margin-top: 68px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.main-services-items-wrap {
  width: 68.8%;
}

.main-services-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 70px;
  min-height: 470px;
}

.main-services-item {
  padding: 0 50px;
}

.main-services-item img {
}

.main-services-item:first-child {
  padding-left: 0;
}

.main-services-items-scroll {
  outline: none !important;
}

.main-services-item-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 15.04px 0.96px rgba(0, 0, 0, 0.47);
  cursor: pointer;
  white-space: initial;
}

.main-services-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  opacity: 1;
  transition: 0.3s;
}

.main-services-item-content-hover a {
  color: #ffffff;
}

.main-services-item-content-hover {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  height: 100%;
  padding: 0 15px;
  padding-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(131, 107, 159, 0.85);
}

.main-services-item-content-hover h3,
.main-services-item-content-hover .h3 {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.main-services-item-content-hover ul {
  list-style: none;
  padding: 0;
}

.main-services-item-content-hover ul li {
  padding-left: 30px;
  line-height: 1.2;
}

.main-services-item-content-coins:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url("../img/main-page/icon-coins.png");
  width: 19px;
  height: 17px;
}

.main-services-item-content-dollars:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url("../img/main-page/icon-dollars.png");
  width: 16px;
  height: 17px;
}

.main-services-item-wrap:hover .main-services-item-content-hover {
  top: 0;
}

.main-services-item-wrap:hover .main-services-item-content {
  opacity: 0;
}

.main-services-content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  content: "";
  background: rgba(214, 92, 80, 0.3);
}

.main-services-item-content h3,
.main-services-item-content .h3 {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.main-services-items-scroll .jspHorizontalBar {
  height: 3px;
  background: none !important;
  z-index: 3;
}

.main-services-items-scroll .jspTrack {
  background: none;
}

.main-services-items-scroll .jspDrag {
  background: #d65c50;
}

.footer {
  padding-top: 37px;
  padding-bottom: 20px;
}

.footer-container {
}

.footer-content {
  float: left;
}

.footer-vk {
  float: right;
  margin-top: 13px;
}

.footer-social-link {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 39px;
}

.footer-social-link:last-child {
  margin-right: 0;
}

.footer-agreement {
  margin-top: 26px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-agreement:before {
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("../img/main-page/people.svg");
  width: 21px;
  height: 18px;
}

.footer-banners {
  margin-top: 39px;
}

.footer-banners img {
  margin-right: 10px;
}

.footer-copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}

.footer-copyright span {
  font-size: 11px;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.main-services .jspVerticalBar {
  display: none;
}

@media (max-width: 1025px) {
  .page-404-social > li {
    padding: 0 0 0 10px;
  }
  .main-slider-content h2,
  .main-slider-content .h2 {
    font-size: 35px;
  }
  .main-slider-content p {
    margin-bottom: 20px;
  }
  .main-slider-content {
    padding-top: 50px;
  }
  .main-actions-timer > div:nth-child(2n + 1) {
    clear: left;
  }
  .main-actions-timer > div {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .top-wrapper {
    padding-top: 0;
  }
  .main-slider {
    height: 400px;
  }
  .main-slider img {
    width: 140%;
    max-width: inherit;
  }
  .main-slider-more {
    height: 55px;
    line-height: 55px;
  }
  .main-slider-content {
    padding-top: 0;
    max-width: 100%;
  }
  .main-actions-img {
    display: none;
  }
  .main-actions-content {
    width: 100%;
  }
  .main-actions-timer > div:nth-child(2n + 1) {
    clear: none;
  }
}

@media (max-width: 767px) {
  .main-services:after {
    display: none;
  }
  .main-section-title h2,
  .main-section-title .h2 {
    font-size: 30px;
  }
  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-services-items-wrap {
    width: 100%;
  }
  .main-services-item {
    padding: 0 20px;
    width: 240px;
    display: inline-block;
  }
  .main-services-items {
    display: block;
    white-space: nowrap;
    padding-bottom: 50px;
  }
  .main-services-item img {
    max-width: 100%;
  }
  .main-services-item:first-child {
    padding-left: 20px;
  }
  .main-services-content {
    margin-top: 20px;
  }
  .main-advantages-item {
    margin-bottom: 30px;
  }
  .main-section-link {
    font-size: 16px;
  }
  .main-actions-slider-title {
    text-align: center;
  }
  .main-actions-slider-title img {
    margin: 0 0 10px;
  }
  .footer-vk {
    width: 100%;
  }
  .footer-vk img {
    width: 100%;
  }
  .footer-content {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .main-slider {
    height: 450px;
  }
  .main-slider-wrapper {
    height: 500px;
  }
  .main-slider-content h2,
  .main-slider-content .h2 {
    font-size: 25px;
  }
  .main-slider-content h1,
  .main-slider-content .h1 {
    font-size: 25px;
  }
  .main-slider img {
    width: 400%;
    max-width: inherit;
  }
  .main-slider-more {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-slider-more:last-child {
    margin-bottom: 0;
  }
  .main-services-items {
    min-height: 320px;
  }
  .main-services-item-content-hover {
    font-size: 14px;
    font-weight: 400;
  }
  .main-actions-timer > div {
    margin-right: 10px;
  }
  .main-actions-slider.owl-theme .owl-controls .owl-dots {
    bottom: 125px;
  }
  .main-slider-logo {
    display: none;
  }
}
