body,
html {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
p,
h1,
h2,
h3,
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 940px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.col-3-with-description,
.col-2 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

.wr-col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 145px 0 100px;
}
.wr-col-2.align-items-start {
  align-items: flex-start;
}
.wr-col-2.padding-top-small {
  padding-top: 65px;
}
.wr-col-2 .block-large {
  max-width: 460px;
  width: 100%;
}
.wr-col-2 .block-large .slider {
  max-width: 470px;
}
.slider .slider-item {
  outline: none;
}
.wr-col-2 .block-large img {
  width: 100%;
  height: auto;
}
.wr-col-2 .block-medium {
  max-width: 400px;
  width: 100%;
}
.wr-col-2 .block-medium.first,
.wr-col-2 .block-large.first {
  padding: 0 20px 0 0;
}
.wr-col-2 .block-medium h2 {
  padding: 0 0 30px;

  color: #000000;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
}
.wr-col-2 .block-medium p {
  padding: 0 0 30px;
}
.wr-col-2 .block-medium p:last-child {
  padding: 0;
}
.wr-col-2 .block-large .slider img {
  height: 300px;
  width: auto;

  padding: 0 10px;
}
.slider-arrows {
  display: flex;
  justify-content: space-between;

  max-width: 180px;
  width: 100%;

  padding: 40px 0 0;
}
.wr-col-2 .block-large .arrow {
  width: 58px;
  height: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

  box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.12);
  background-color: #f9f9f9;
  border-radius: 50%;
}
.wr-col-2 .block-large .arrow-prev {
  box-shadow: 10px -20px 60px rgba(0, 0, 0, 0.12);
  transform: rotate(180deg);
}
.wr-col-2 .block-large .arrow-next img {
  width: 10px;
  height: 18px;
}
.wr-col-2 .block-large .arrow-prev img {
  width: 10px;
  height: 18px;
}
.wr-col-3-with-description {
  padding: 90px 0 150px;
}
.wr-col-3-with-description .description-to-col-3 {
  text-align: center;
}
.section-referral{
  padding-bottom: 120px;
}
.wr-col-3-with-description .description-to-col-3 h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 45px;
}
.col-3-block-flex {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
}
.col-3-block-flex .block-col-2 {
  max-width: 280px;
  width: 100%;
  margin: 0 15px 0 0;

  box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  background-color: #ffffff;

  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.col-3-block-flex .block-col-2:last-child {
  margin: 0;
}
.col-3-block-flex .block-col-2 .col-3-block-medium-img {
  max-width: 280px;
  width: 100%;
  height: 156px;
}
.col-3-block-flex .block-col-2 .col-3-block-medium-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.col-3-block-flex .block-col-2 .col-3-block-medium {
  max-width: 204px;
  width: 100%;
  padding: 0 10px 38px;
}
.col-3-block-flex .block-col-2 .col-3-block-medium h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 9px 0;
}
.col-3-block-flex .block-col-2 .col-3-block-medium p {
  font-size: 16px;
  line-height: 24px;
}
form {
  display: flex;
  flex-direction: column;
}
form input {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 3px;

  font-size: 16px;
  font-weight: 600;
}
form input[type="email"], form input[type='text']{
  margin: 0 0 17px;
  padding: 0 21px;
  background-color: #efefef;
  color: #212121;
}
form input[type="email"]:focus, form input[type='text']:focus{
  color: #212121;
}

form input[type="submit"] {
  cursor: pointer;
  box-shadow: 0 2px 18px rgba(116, 116, 116, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #3da978;
  color: #ffffff;
}
.footer {
  background-color: #ab4279;
}
.wr-footer h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  text-align: center;

  padding: 28px 0;
  margin: 0 auto;
}
.wr-footer h2::before {
  content: url(../img/copyright.svg);
  height: 13px;
  padding: 0 3px 0 0;
  position: relative;
  top: 2px;
}

.modal-window {
  display: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.modal-window.active {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.wr-modal-window {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 486px;
  margin: 0 auto;
  padding: 45px 55px 64px;

  display: flex;
  flex-direction: column;
  align-items: center;

  box-shadow: 0 2px 18px rgba(116, 116, 116, 0.1);
  border-radius: 10px;
  background-color: #ffffff;

  text-align: center;
}
.wr-modal-window .modal-window-cencel-img {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
}
.wr-modal-window .modal-window-cencel-img img {
  height: 18px;
}
.modal-window-contant {
  max-width: 345px;
  width: 100%;
}
.modal-window-text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 0 18px;
}
.modal-window-text p {
  padding: 0 0 18px;
}
.modal-window-links {
  padding: 17px 0 35px;
  display: flex;
  justify-content: center;
}
.modal-window-links a {
  display: block;
  margin: 0 10px;
}
.modal-button {
  cursor: pointer;
  outline: none;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ab4279;
  color: #ab4279;
  font-size: 16px;
  font-weight: 600;
}

/*My css*/
.container-broader{
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wr-header{
  display: flex;
  position: relative;
  padding-top: 36px;
  height: 750px;
  box-sizing: border-box;
}
.content-header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 50px;
  max-width: 460px;
  width: 100%;
  padding: 50px 0;
}
.content-header h1{
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #000000;
}
.content-header p{
  font-size: 17px;
  line-height: 30px;
  color: #212121;
  padding: 30px 0;
}


.logo{
  position: absolute;
  top: 36px;
  left: 0;
}
/*Form custom*/
form {
  display: flex;
  flex-direction: column;
}
form input {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}
form input[type="email"] {
  margin: 0 0 17px;
  padding: 0 21px;
  background-color: #efefef;
  color: #212121;
}
form input[type="email"]:focus {
  color: #212121;
}
form input[type="submit"] {
  box-shadow: 0 2px 18px rgba(116, 116, 116, 0.1);
  background-color: #3da978;
  font-weight: 600;
  color: #ffffff;
}
/*Form custom*/

.wr-slider-image{
  display: flex;
  justify-content: space-between;

}

.wr-slider-image{
  max-width: 100%;
  width: 100%;
}
.slider-left .main-slide, .slider-right .main-slide{
  margin: 0 20px 35px 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.main-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wr-slider-image{
  box-sizing: border-box;
}
.slider-left, .slider-right{
  max-width: 50%;
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.main-slide{
  position: relative;
}
@keyframes moveTopleft {
   0% {
     margin-top: 0;
   }
   100% {
     margin-top: -1900px;
   }
 }

@keyframes moveTopright {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -1900px;
  }
}
.slider-left{
  animation-duration: 30s;
  -webkit-animation-name: moveTopleft;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: moveTopleft;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running;
}



.slider-left::-webkit-scrollbar, .slider-right::-webkit-scrollbar{
  width: 0px;
  /* RemoveTop scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
  scrollbar-width: none;
  scrollbar-height: none;
  height: 0;
}

.slider-left:hover, .slider-right:hover{
  animation-play-state: paused;
}
.main-slide:hover{
  transform: scale(0.95);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.slider-right{
  animation-duration: 35s;
  -webkit-animation-name: moveTopright;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: moveTopright;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running;
}
.wr-main-slider .main-slide{
  width: auto;
}
.wr-main-slider .main-slide img{
  width: 300px;
}
.wr-main-slider .main-slide{
  margin: 0 7.5px;
  outline: 0;
}
.instagram > img{
  display: block;
  border-radius: 50%;
}
.wr-main-slider .main-slide:hover{
  transform: scale(1);
}
.main-slider{
  display: none;
}
.wr-faq h2{
  text-align: center;
  font-size: 23px;
  line-height: 35px;
}
.wr-faq > p{
  margin-top: 14px;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
}
.wr-head-faq h4{
  margin: 0;
}
.wr-faq-accordion{
  margin-top: 35px;
}
.wr-item-faq{
  margin-bottom: 8px;
  border: 1px solid #C2D1D9;
  border-radius: 3px;
}
.wr-head-faq{
  cursor: pointer;
}
.wr-head-faq h4{
  font-size: 16px;
  padding-right: 30px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wr-head-faq h4:after{
  content: ' ';
  width: 24px;
  height: 24px;
  right: 0;
  position: absolute;
  background-image: url("../img/dropdown.svg");
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;

}
.wr-head-faq{
  padding: 20px 25px;
}
.wr-body-faq{
  display: none;
  padding: 0 25px;
}

.wr-body-faq p{
  font-size: 16px;
  line-height: 25px;
  color: #474747;
  padding-bottom: 20px;
}
.wr-item-faq.show .wr-head-faq h4:after{
  transform: rotate(180deg);
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.wr-col-2.contact_footer .block-medium h2{
  padding-bottom: 12px;
}
.contact_footer{
  padding: 120px 0 120px;
}

@media (max-width: 1300px){
  @keyframes moveTopleft {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -1350px;
    }
  }

  .container-broader{
    max-width: 1150px;
  }

  @keyframes moveTopright {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -1350px;
    }
  }
}
@media (max-width: 1200px){
  @keyframes moveTopleft {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -1160px;
    }
  }
  @keyframes moveTopright {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -1160px;
    }
  }
}
@media(max-width: 1100px){
  .wr-header{
    height: 600px;
  }
  @keyframes moveTopleft {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -940px;
    }
  }
  @keyframes moveTopright {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -940px;
    }
  }
}
@media(max-width: 991px){

  @keyframes moveTopleft {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -700px;
    }
  }
  @keyframes moveTopright {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -700px;
    }
  }
  .slider-right{
    animation-duration: 20s;
  }
  .slider-left{
    animation-duration: 25s;
  }

  .container{
    width: auto;
  }
  .content-header h1{
    font-size: 25px;
    line-height: 35px;
  }
  .content-header{
    margin-right: 20px;
  }
  .content-header p {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0 35px;
  }
  .slider-left .main-slide, .slider-right .main-slide{
    margin: 0 5px 10px 5px;
  }
  body,
  html {
    font-size: 16px;
    line-height: 24px;
  }
  .wr-col-2 {
    padding: 90px 0 70px;
  }
  .wr-col-3-with-description {
    padding: 90px 0 105px;
  }
  .wr-col-2 .block-large.has-slider {
    max-width: 360px;
  }
  .wr-col-2 .block-medium h2,
  .wr-col-3-with-description .description-to-col-3 h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .col-3-block-flex {
    padding: 35px 0 0;
  }
  .wr-footer h2 {
    padding: 17px 0;
  }
  .col-3-with-description,
  .col-2 {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .wr-slider-image{
    display: none;
  }
  .content-header{
    max-width: 100%;
    margin-right: 0;
  }
  .wr-header{
    height: auto;
  }
  .content-header{
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .section-1{
    padding-top: 20px;
  }
  .content-header h1{
    text-align: left;
  }
  .main-slider{
    outline: none;
    display: block;
  }
  .logo {
    top: 40px;
    left: 0;
  }
  .col-3-block-flex .block-col-2 {
    margin: 0 0 40px;
  }
  .col-3-block-flex {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .wr-col-2 {
    flex-direction: column;
  }
  .wr-col-2.row-reverse {
    flex-direction: column-reverse;
  }
  .wr-col-2 .block-medium,
  .wr-col-2 .block-large,
  .wr-col-2 .block-medium.first,
  .wr-col-2 .block-large.first {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .col-2 .wr-col-2 .block-large {
    padding: 40px 0 0;
  }
  .wr-col-2 .block-large.has-slider {
    max-width: 90%;
    margin: 0 auto;
  }
  .wr-col-2 .block-large .slider{
    max-width: 100%;
  }
  .wr-col-2.align-items-start {
    padding-bottom: 20px;
  }
  .col-3-block-flex .block-col-2 {
    max-width: 90%;
  }
  .col-3-block-flex .block-col-2 .col-3-block-medium-img {
    max-width: 100%;
  }
  .col-3-block-flex .block-col-2 .col-3-block-medium {
    max-width: 90%;
  }
  .wr-col-2 .block-medium h2,
  .wr-col-3-with-description .description-to-col-3 h2 {
    max-width: 100%;
    text-align: left;
  }
  .slider-arrows {
    padding-top: 20px;
  }
  .col-2 .wr-col-2 {
    padding: 15px 0 15px;
  }
  .wr-col-2.has-bg,
  .wr-col-3-with-description {
    padding: 50px 0 100px;
  }
  .wr-col-2.padding-top-small {
    padding-bottom: 30px;
  }
  .wr-col-3-with-description .description-to-col-3{
    text-align: left;
  }
  .col-3-block-flex .block-col-2{
    max-width: 100%;
  }
  .section-2{
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .section-5{
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .section-3{
    padding-top: 40px;
  }
  .section-4 h2, .section-4 p{
    text-align: center !important;
  }
  .section-referral{
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .wr-col-2 .block-large.has-slider{
    max-width: 100%;
  }
  .content-header h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .wr-col-2 .block-medium h2,
  .wr-col-3-with-description .description-to-col-3 h2 {
    max-width: 100%;
  }

  .wr-modal-window{
    padding: 45px 15px 45px;
  }
  .modal-window-links{
    padding: 17px 0 25px;
  }
  .wr-col-2 .block-medium, .wr-col-2 .block-large, .wr-col-2 .block-medium.first, .wr-col-2 .block-large.first{
    max-width: 100%;
  }
  .wr-col-2 .block-medium h2, .wr-col-3-with-description .description-to-col-3 h2 {
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 20px;
  }
  .wr-col-2 .block-medium p{
    padding-bottom: 20px;
  }
  .wr-header{
    padding-top: 0;
  }
  .col-3-block-flex .block-col-2 .col-3-block-medium h3{
    padding: 20px 0 20px;
  }
  .col-3-block-flex .block-col-2 .col-3-block-medium{
    padding: 0 10px 25px;
  }
  .content-header h1{
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
  }
  .content-header{
    padding-top: 120px;
  }
  .section-2{
    padding-bottom: 40px;
  }
  .section-referral{
    padding-bottom: 60px;
  }
  .wr-col-3-with-description{
    padding-bottom: 70px;
  }
  .wr-head-faq {
    padding: 15px 15px;
  }
  .wr-body-faq{
    padding: 0 15px;
  }
  .section-5 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .wr-body-faq p{
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 350px) {
  .wr-col-2 .block-medium h2,
  .wr-col-3-with-description .description-to-col-3 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .wr-col-2 .block-medium,
  .wr-col-2 .block-large,
  .wr-col-2 .block-medium.first,
  .wr-col-2 .block-large.first {
    max-width: 100%;
    margin: 0;
  }
  .wr-col-2 .block-large .slider img {
    height: 280px;
    padding: 0 5px;
  }
}
.error_form{
  display: none;
  padding: 0 0 5px !important;
  margin-top: -15px !important;
  font-size: 13px !important;
  color: #a94442 !important;
}
.error_form.active{
  display: block;
}