@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto.eot');
  src: url('../fonts/roboto.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto.woff2') format('woff2'),
       url('../fonts/roboto.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/roboto_light.eot');
  src: url('../fonts/roboto_light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto_light.woff2') format('woff2'),
       url('../fonts/roboto_light.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/roboto_medium.eot');
  src: url('../fonts/roboto_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto_medium.woff2') format('woff2'),
       url('../fonts/roboto_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/roboto_bold.eot');
  src: url('../fonts/roboto_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto_bold.woff2') format('woff2'),
       url('../fonts/roboto_bold.woff') format('woff');
        font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  min-width: 330px;
  font-family: 'Roboto';
  font-weight: 100;
  background-color: #fff;
  -webkit-font-smoothing: antialised;
}

header, section {
  background-color: #e6eaef;
}

.hidden {
  overflow: hidden;
}

a {
  font-family: 'Roboto-Bold';
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .3s;
}

a:hover {
  transition: .3s;
}

strong {
  font-family: 'Roboto-Bold';
}

img {
  display: block;
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto-Bold';
  font-weight: 100;
  color: #3b4f6a;
  -webkit-font-smoothing: antialised;
}

h1 {
  font-size: 46px;
  line-height: 1.13;
  text-transform: uppercase;
  margin-top: 45px;
}

h2 {
  font-size: 42px;
  line-height: 1.18;
  color: #000;
  text-transform: uppercase;
}

.fs-64 {
  font-size: 64px;
}

h4 {
  font-size: 34px;
  line-height: 1.3;
  text-transform: uppercase;
}

h5 {
  font-family: 'Roboto-Medium';
  font-size: 30px;
  line-height: 1.2;
  color: #000;
}

h6 {
  font-family: 'Roboto-Medium';
  font-size: 27px;
  line-height: 1.45;
  color: #000;
  margin-top: 12px;
}

@media (max-width: 1260px){
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 38px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 29px;
  }
  h6 {
    font-size: 25px;
  }
}

@media (max-width: 991px){
  h1 {
    font-size: 41px;
  }
  h2 {
    font-size: 34px;
  }
  .fs-64 {
    font-size: 57px;
  }
  h4 {
    font-size: 29px;
  }
  h5 {
    font-size: 27px;
  }
  h6 {
    font-size: 23px;
  }
}

@media(max-width: 767px) {
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
  h1 {
    font-size: 36px;
    margin-top: 30px;
  }
  h2 {
    font-size: 31px;
  }
  .fs-64 {
    font-size: 49px;
    line-height: 1.1;
  }
  h4 {
    font-size: 27px;
  }
  h6 {
    font-size: 22px;
  }
  br {
    display: none;
  }
}

@media(max-width: 450px) {
  .fs-64 {
    font-size: 11vw;
  }
}

.container {
  position: relative;
  z-index: 100;
  max-width: 1156px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1260px){
  .container {
    max-width: 990px;
    width: 100%;
  }  
}

@media (max-width: 991px){
  .container {
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 767px){
  .container {
    max-width: 510px;
  }
}

p {
  font-size: 24px;
  color: #000;
  line-height: 1.43;
  margin-top: 20px;
}

@media (max-width: 1260px){
  p {
    font-size: 23px;
  }
}

@media (max-width: 991px){
  p {
    font-size: 21px;
  }
}

p:first-child {
  margin-top: 0;
}

.light-text p {
  color: #fff;
}

/*header - begin*/
header {
  position: relative;
  padding-top: 40px;
}

@media(max-width: 767px) {
  header {
    padding-top: 20px;
  }
}

.logotype {
  max-height: 80px;
}

@media(max-width: 991px) {
  .logotype {
    max-height: 70px;
  }
}

@media(max-width: 767px) {
  .logotype {
    max-height: 65px;
    margin: 0 auto;
  }
}

.header__bg {
  max-width: none;
  min-width: 80%;
  position: absolute;
  z-index: 1;
  top: -250px;
  left: 49%;
  transform: translateX(-50%);
}

@media(max-width: 767px) {
  .header__bg {
    top: 0;
    opacity: 0.65;
  }
}

.world {
  position: absolute;
  max-height: 480px;
  z-index: 5;
  right: -25%;
  top: -138px;
}

@media(max-width: 1260px) {
  .world {
    right: -33%;
  }
}

@media(max-width: 767px) {
  .world {
    display: none;
    max-height: 300px;
    right: -35%;
    top: 37%;
  }
}

@media(max-width: 510px) {
  .world {
    display: none;
  }
}

.header__img {
  position: absolute;
  z-index: 10;
  max-width: none;
  left: 52%;
  transform: translateX(-50%);
  bottom: 0;
}

@media(max-width: 1260px) {
  .header__img {
    left: 56%;
  }
}

@media(max-width: 991px) {
  .header__img {
    max-width: 760px;
    left: 54%;
  }
}

@media(max-width: 767px) {
  .header__img {
    position: relative;
    max-width: 100%;
    max-height: 400px;
    left: 52%;
    margin-top: -115px;
  }
}

@media(max-width: 605px) {
  .header__img {
    margin-top: -17vw;
  }
}
/*header - end*/

.text-center {
  text-align: center;
}

.mx-auto {
  margin: 0 auto;
}

.mt15 {
  margin-top: 15px;
}

.text {
  width: 100%;
  max-width: 595px;
}

@media(max-width: 991px) {
  .text {
    max-width: 500px;
  }
}

@media(max-width: 767px) {
  .text {
    max-width: 100%;
  }
}

.btn, .no-card__btn {
  display: flex;
}

@media(max-width: 767px) {
  .btn {
    justify-content: center;
  }
}

.btn__link {
  font-family: 'Roboto-Bold';
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  background-color: #2b8f1c;
  border-radius: 35px;
  text-align: center;
  padding: 15px 65px 20px 65px;
}

@media (max-width: 1260px){
  .btn__link {
    font-size: 28px;
  }
}

@media (max-width: 991px){
  .btn__link {
    font-size: 26px;
  }
}

@media (max-width: 767px){
  .btn__link {
    font-size: 25px;
  }
}

@media (max-width: 430px){
  .btn__link {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn__link:hover {
  background-color: #30ae1d;
}

.flex-cent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pt30 {
  padding-top: 30px;
}

/*steps - begin*/
.steps {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 55px;
  padding-top: 280px;
  margin: -25px -25px 0 0;
}

@media (max-width: 991px){
  .steps {
    padding-top: 160px;
  }
}

@media (max-width: 767px){
  .steps {
    padding-top: 40px;
    margin: -25px -12px 0 0;
  }
}

.steps__col {
  position: relative;
  width: 33.333%;
  margin-top: 25px;
}

.steps__mr {
  height: 100%;
  margin-right: 25px;
}

@media(max-width: 767px) {
  .steps__col {
    width: 50%;
  }
  .steps__col_center {
    width: 100%;
    order: -1;
  }
  .steps__mr {
    margin-right: 12px;
  }
}

@media (max-width: 400px){
  .steps {
    margin-top: -20px;
  }
  .steps__col {
    width: 100%;
    margin-top: 20px;
  }
  .steps__col_center {
    order: unset;
  }
}

.steps__content {
  width: 100%;
  height: 100%;
  background-color: rgba(93,136,125,0.7);
  border: 1px solid #72a58b;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 15px;
  padding: 15px;
}

@media(max-width: 767px) {
  .steps__content {
    min-height: 67px;
    background-color: rgba(93,136,125,1);
    border: none;
  }
}

.steps__text h4 {
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  padding-left: 10px;
}

@media(max-width: 1260px) {
  .steps__text h4 {
    font-size: 33px;
  }
}

@media(max-width: 991px) {
  .steps__text h4 {
    font-size: 24px;
  }
  .steps__content .steps__icon {
    max-height: 32px;
  }
  .income .steps__icon {
    max-height: 37px;
  }
}

@media(min-width: 400px) and (max-width: 520px) {
  .steps__text h4 {
    font-size: 21px;
  }
  .steps__content .steps__icon {
    max-height: 29px;
  }
  .income .steps__icon {
    max-height: 34px;
  }
}

.steps__arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.45));
}

.steps__arrow_left {
  right: -8%;
}

.steps__arrow_right {
  left: -15%;
}

@media(max-width: 1260px) {
  .steps__arrow {
    max-width: 57px;
  }
}

@media(max-width: 767px) {
  .steps__arrow {
    max-width: 57px;
  }
  .steps__arrow_left, .steps__arrow_right {
    top: -39%;
    right: auto;
  }
  .steps__arrow_left {
    left: 46%;
    transform: translateX(-50%) rotate(112deg) scaleX(-1);
  }
  .steps__arrow_right {
    left: 51%;
    transform: translateX(-50%) rotate(59deg);
  }
}

@media(max-width: 510px) {
  .steps__arrow_left {
    left: 42%;
  }
  .steps__arrow_right {
    left: 56%;
  }
}

@media(max-width: 400px) {
  .steps__arrow {
    top: auto;
  }
  .steps__arrow_left {
    bottom: -14px;
    left: 0;
    transform: rotate(95deg);
  }
  .steps__arrow_right {
    top: -23px;
    left: auto;
    right: 10px;
    transform: rotate(90deg);
  }
}
/*steps - end*/

/*video - begin*/

/*videos - begin*/
iframe {
	width: 100%;
}

.video__logo {
  position: absolute;
  z-index: 150;
  top: 60px;
  left: 60px;
  max-height: 50px;
}

.video {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 630px;
  border: 1px solid #b0c8d9;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  border-radius: 15px;
  background-color: rgba(255,255,255,0.8);
  padding: 30px;
  margin-top: -30px;
  overflow: hidden;
}

@media(max-width: 1260px) {
  .video {
    height: 550px;
  }
}

@media(max-width: 991px) {
  .video__logo {
    max-height: 40px;
    top: 40px;
    left: 40px;
  }
  .video {
    height: 450px;
    padding: 20px;
  }
}

@media(max-width: 767px) {
  .video__logo {
    max-height: 25px;
    top: 30px;
    left: 30px;
  }
  .video {
    height: 300px;
    margin-top: 0;
  }
}

.video iframe, .video video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
  
.video .video-js {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
  object-fit: cover;
}

.video .vjs-poster img {
  object-fit: cover;
}
  
.video .video-js button.vjs-big-play-button {
	background: none;
	border: 0;
	top: auto;
	left: auto;
	width: 108px;
	height: 77px;
}

.vjs-big-play-button {
	width: 70px;
	height: 70px;
	top: 50% !important;
	left: 50% !important;
	transform: translateX(-50%) translateY(-50%);
  margin: 0 !important;
}
  
.video .vjs-big-play-button:before {
	content: url(../img/play.svg);
	width: 108px;
	height: 77px;
  transition: .3s;
}
  
.video .vjs-big-play-button span.vjs-icon-placeholder:before {
	display: none;
}
  
.video .video-js:hover .vjs-big-play-button:before {
	content: url(../img/play2.svg);
	width: 70px;
	height: 70px;
  transition: .3s;
}

@media(max-width: 767px) {
  .video .vjs-big-play-button:before {
    content: url(../img/play_small.svg);
  }
  .video .video-js:hover .vjs-big-play-button:before {
    content: url(../img/play_small2.svg);
  }
}
/*video - end*/

/*reasons and padding top - begin*/
.reasons {
  background: linear-gradient(to bottom, #31964e, #1b7948);
  background-color: #1b7948;
  border-radius: 20px;
  padding: 60px;
  margin-top: 60px;
}

.pt {
  padding-top: 90px;
}

@media (max-width: 1260px){
  .reasons {
    margin-top: 50px;
  }
}

@media (max-width: 991px){
  .reasons {
    padding: 30px;
    margin-top: 40px;
  }
  .pt {
    padding-top: 65px;
  }
}

@media (max-width: 767px){
  .reasons {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .pt {
    padding-top: 55px;
  }
}

.reasons__line {
  border-top: 1px solid rgba(255,255,255,0.5);
  padding: 17px 0;
}

@media(max-width: 430px) {
  .reasons__line {
    padding-top: 22px;
  }
}

.reasons__line:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.reasons__line p {
  line-height: 1.3;
}

.reasons__icon {
  width: 100px;
}

.reasons__icon img {
  max-height: 52px;
  max-width: 59px;
  margin: 0 auto;
}

@media(max-width: 767px) {
  .reasons__icon {
    width: 90px;
  }
}

@media(min-width: 430px) and (max-width: 767px) {
  .reasons__icon img {
    max-height: 45px;
    max-width: 50px;
  }
}

@media(max-width: 430px) {
  .reasons__icon {
    width: 100%;
  }
}

.reasons__text {
  width: 10%;
  flex: 1 1;
  padding-left: 20px;
}

@media(max-width: 991px) {
  .reasons__text {
    padding-left: 0;
  }
}

@media(max-width: 430px) {
  .reasons__text {
    width: 100%;
    flex: none;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
  .reasons__line p {
    line-height: 1.4;
  }
}
/*reasons - end*/

/*no card - begin*/
.no-card {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #b0c8d9;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  border-radius: 15px;
  padding: 6px;
  padding-left: 30px;
  margin-top: 40px;
}

@media(max-width: 991px) {
  .no-card {
    margin-top: 30px;
  }
}

@media(max-width: 767px) {
  .no-card {
    padding: 15px 15px 20px 15px;
  }
}

.no-card__text {
  width: 10%;
  flex: 1 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.no-card__text h5 {
  width: 10%;
  flex: 1 1;
  line-height: 1.1;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

@media(max-width: 767px) {
  .no-card__text {
    width: 100%;
    flex: none;
  }
  .no-card__text h5 {
    padding-left: 15px;
  }
}

.no-card__btn-link {
  height: 83px;
  min-width: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto-Bold';
  font-size: 34px;
  line-height: 1;
  color: #fff;
  background-color: #ba3b3b;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}

@media(max-width: 767px) {
  .no-card__btn, .no-card__btn-link {
    width: 100%;
    min-width: auto;
  }
}

.no-card__btn-link:hover {
  background-color: #ca4848;
}

@media (max-width: 1260px){
  .no-card__btn-link {
    height: 80px;
    font-size: 32px;
  }
}

@media (max-width: 991px){
  .no-card__btn-link {
    min-width: 285px;
    font-size: 28px;
  }
}

@media(max-width: 767px) {
  .no-card__btn-link {
    height: auto;
    font-size: 26px;
    border-radius: 15px;
    padding: 22px 15px;
    margin-top: 10px;
  }
}
/*no card - end*/

.gradient {
  background: linear-gradient(to bottom, #e3e9ee, #dbe7ec 90%);
}

.clip {
  position: relative;
  z-index: 150;
  clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 94%, 50% 100%, 0 94%);
  -webkit-clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 94%, 50% 100%, 0 94%);
  padding-bottom: 150px;
}

@media(max-width: 1260px) {
  .clip {
    clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 96%, 50% 100%, 0 96%);
    -webkit-clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 96%, 50% 100%, 0 96%);
    padding-bottom: 120px;
  }
}

@media(max-width: 991px) {
  .clip {
    clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 97%, 50% 100%, 0 97%);
    -webkit-clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 97%, 50% 100%, 0 97%);
    padding-bottom: 95px;
  }
}

@media(max-width: 991px) {
  .clip {
    clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 98%, 50% 100%, 0 98%);
    -webkit-clip-path: polygon(0 0%, 50% 0%, 100% 0%, 100% 98%, 50% 100%, 0 98%);
    padding-bottom: 85px;
  }
}

/*footer*/
footer {
  position: relative;
  z-index: 110;
  padding-top: 95px;
  padding-bottom: 65px;
}

@media (max-width: 1260px){
  footer {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media (max-width: 767px){
  footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.block {
  position: relative;
  z-index: 100;
  background-color: #edf3f5;
  border-radius: 15px;
  border: 1px solid #b7ccdc;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 35px 45px;
}

@media (max-width: 767px){
  .block {
    padding: 33px 15px 0 15px;
  }
}

.block_style2 {
  padding: 60px 30px;
  padding-left: 0;
}

.block__bg {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 615px;
}

@media (max-width: 991px){
  .block__bg {
    left: 480px;
  }
}

@media (max-width: 767px){
  .block__bg {
    height: auto;
    min-width: 485px;
    max-height: 210px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.block__img {
  max-height: 418px;
  position: absolute;
  z-index: 150;
  left: 510px;
  bottom: 0;
}

.block__bg3 {
  display: none;
}

@media (max-width: 1260px){
  .block__img {
    max-height: 395px;
  }
}

@media (max-width: 991px){
  .block__img {
    max-height: 385px;
    left: 440px;
  }
  .block__bg3 {
    display: block;
  }
}

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

.block-cont {
  position: relative;
}

.block__img-mob {
  display: none;
}

@media(max-width: 767px) {
  .block__img {
    max-height: 270px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
  }
  .block__img-mob {
    display: block;
  }
  .block__img-desk {
    display: none;
  }
}

.block h2 {
  line-height: 1;
  color: #3b4f6a;
}

.block .title-line {
  position: relative;
  color: #fff;
  background-color: #566a84;
  padding: 13px;
  padding-left: 0;
}

.title-line:before, .title-line:after {
  content: '';
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  background-color: #566a84;
}

.title-line:before {
  right: 100%;
}

.title-line:after {
  display: none;
  left: 100%;
}

@media (max-width: 767px){
  .title-line:after {
    display: block;
  }
}

.block__text {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 435px;
}

@media (max-width: 991px){
  .block__text {
    max-width: 393px;
  }
}

@media (max-width: 767px){
  .block__text {
    max-width: 100%;
  }
}

.block_style2 .block__text {
  max-width: 100%;
  padding-left: 60%;
}

.block_style2 .block__text h4 {
  text-align: left;
}

@media(max-width: 991px) {
  .block_style2 .block__text {
    padding-left: 57%;
  }
}

@media(max-width: 767px) {
  .block_style2 .block__text {
    text-align: center;
    padding-left: 0;
  }
  .block_style2 .block__text h4 {
    text-align: center;
  }
}

.block_style2.block {
  min-height: 358px;
  display: flex;
  align-items: center;
}

@media(max-width: 767px) {
  .block_style2.block {
    min-height: auto;
    display: block;
    padding: 33px 15px 0 15px;
  }
}

.blocks .block-cont {
  margin-top: 80px;
}

@media(max-width: 991px) {
  .blocks .block-cont {
    margin-top: 30px;
  }
}

.block__bg2, .block__bg3, .block__img2 {
  max-width: none;
  position: absolute;
  left: 0;
  bottom: 0;
} 

@media(max-width: 1260px) {
  .block3 .block__bg2, .block3 .block__img2 {
    left: -2%;
  }
}

@media(max-width: 991px) {
  .block2 .block__bg3 {
    left: -7%;
  }
}

.block__bg2, .block__img2 {
  height: 115%;
}

.block2 .block__bg2, .block2 .block__img2 {
  height: 119%;
}

.block3 .block__bg2 {
  height: 100%;
}

.block3 .block__img2 {
  height: 123%;
}

@media(max-width: 1260px) {
  .block3 .block__img2 {
    height: 100%;
  }
}

.block__bg3 {
  height: 100%;
}

.block_bg3 {
  display: none;
}

@media(max-width: 991px) {
  .block__bg2, .block__img2, .block2 .block__bg2 {
    height: 100%;
    display: none;
  }
  .block_bg3 {
    display: block;
  }
}

.block__bg2 {
  z-index: 1;
}

.block__img2 {
  z-index: 115;
}

.block__img-mob {
  max-width: none;
  max-height: 300px;
}

.mtm0 {
  margin-top: 0;
} 

.footer__logo {
  max-height: 67px;
  margin: 0 auto;
  margin-top: 55px;
}

@media (max-width: 1260px){
  .footer__logo {
    margin-top: 45px;
  }
}

@media (max-width: 767px){
  .footer__logo {
    max-height: 57px;
    margin-top: 35px;
  }
}

.footer__bg {
  max-width: none;
  min-width: 80%;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  left: 49%;
  transform: translateX(-50%);
}


