.body-ofh {
  overflow: hidden;
}
[id^="linkslot"] img,[id^="linkslot"] * {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 992px){
	
	[id^="linkslot"]>div{
	  width:100% !important;
	  max-width: 100% !important;
	}
}


label {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular/Roboto-Regular.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold/Roboto-Bold.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Bold/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-style: normal;
  font-weight: 700;
}

body {
  font-family: 'Roboto';
}

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

.logo img {
  width: 46px;
  height: 45px;
  margin-right: 8px;
}

a.logo:hover {
  text-decoration: none;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  height: 2px;
}

.logo__caption {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #222829;
  line-height: 1;
}

.logo__subcation {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.section-main {
  background-image: url('../images/main-bg.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  min-height: 1155px;
  background-size: contain;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 35px;
}

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




.header-menu__link {
  color: #222829;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 15px;
}

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

.header-menu__language img {
  width: 20px;
  margin-right: 5px;
}

.header-menu__language span {
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.header-menu__cab-link {
  color: #222829;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  border-radius: 2px;
  background-image: linear-gradient(104deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 43%, rgba(242, 188, 0, 1) 71%);
  padding: 12px 22px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  overflow: hidden;
}

.golden-button {
  position: relative;
  overflow: hidden;
}

.header-menu__cab-link:after,
.golden-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(256, 256, 256, .6);
  right: 100%;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: light 4s infinite ease-in-out;
  animation: light 4s infinite ease-in-out;
}

.header-menu__cab-link:hover {
  color: #222829;
  text-decoration: none;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}



@-webkit-keyframes light {
  from {
    right: 100%;
  }

  20% {
    right: -100%
  }

  to {
    right: -100%
  }
}

@keyframes light {
  from {
    right: 100%;
  }

  20% {
    right: -100%
  }

  to {
    right: -100%
  }
}




.header-menu__language_margin-right {
  margin-right: 50px;
}

.header-menu__cab-link_margin-right {
  margin-right: 25px;
}

.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 30px;
}

.main-block__left {
  position: relative;
  z-index: 2;
}

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

.caption {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  position: relative;
  z-index: 5;
  text-shadow: 1px 1px 2px #04bdd5;
  color: #FFE600;
}



.description {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.little-description {
  color: #657a7f;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.main-banner__caption {
  margin-bottom: 10px;
}

.main-banner__description {
  margin-bottom: 15px;
}

.main-banner__little-description {
  margin-bottom: 40px;
}

.main-banner__image {
  margin-right: 40px;
  width: 440px;
  height: 416px;
  position: relative;
}

.main-banner__phone {
  position: absolute;
  left: 8px;
  bottom: 50px;
}

.main-banner__pill_first {
  position: absolute;
  left: 180px;
  bottom: 20px;
  -webkit-animation: pill 2s infinite ease-in-out;
  animation: pill 2s infinite ease-in-out;
}

.main-banner__pill_second {
  position: absolute;
  left: 260px;
  bottom: 65px;
  -webkit-animation: pill 2s infinite ease-in-out;
  animation: pill 2s infinite ease-in-out;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.main-banner__pill_third {
  position: absolute;
  left: 335px;
  bottom: 110px;
  -webkit-animation: pill 2s infinite ease-in-out;
  animation: pill 2s infinite ease-in-out;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.main-banner__pill_fourth {
  position: absolute;
  left: 205px;
  top: -5px;
  -webkit-animation: pill 4s infinite ease-in-out;
  animation: pill 4s infinite ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 1;
}

.main-banner__cell {
  position: absolute;
  top: 10px;
  width: 434px;
  height: auto;
  left: 5px;
}

.main-banner__pillar_first {
  position: absolute;
  left: -5px;
  bottom: 220px;
  -webkit-animation: pill 4.5s infinite ease-in-out;
  animation: pill 4.5s infinite ease-in-out;
  z-index: 2;
}

.main-banner__pillar_second {
  position: absolute;
  left: 139px;
  bottom: 142px;
  -webkit-animation: pill 3s infinite ease-in-out;
  animation: pill 3s infinite ease-in-out;
  z-index: 2;
}

.main-banner__pillar_third {
  position: absolute;
  right: -7px;
  top: 0;
  -webkit-animation: pill 4s infinite ease-in-out;
  animation: pill 4s infinite ease-in-out;
  z-index: 2;
}

.main-banner__dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 220px;
  left: 325px;
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
}

.main-banner__dots span {
  width: 7px;
  height: 4px;
  background-color: #FFCA00;
  border-radius: 50%;
  margin: 0 3px;
}

.main-banner__dots span {
  -webkit-animation: opacity 0.3s infinite ease-in-out;
  animation: opacity 0.3s infinite ease-in-out;
}

.main-banner__dots span:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.main-banner__dots span:last-child {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.main-banner__flash-first {
  position: absolute;
  top: 50px;
  left: 140px;
  -webkit-animation: flash-of-light1 2s infinite linear;
  animation: flash-of-light1 2s infinite linear;
}

.main-banner__flash-second {
  position: absolute;
  top: 140px;
  left: 118px;
  -webkit-animation: flash-of-light2 2s infinite linear;
  animation: flash-of-light2 2s infinite linear;
}

.main-banner__flash-third {
  position: absolute;
  top: 130px;
  left: 397px;
  -webkit-animation: flash-of-light3 2s infinite linear;
  animation: flash-of-light3 2s infinite linear;
}


/*main-animation*/

@-webkit-keyframes pill {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes flash-of-light1 {

  from {
    top: 50px;
    left: 140px;
  }

  50% {
    top: 10px;
    left: 217px;
  }

  to {
    top: 77px;
    left: 340px;
  }


}

@-webkit-keyframes flash-of-light2 {

  from {
    top: 140px;
    left: 118px;
  }

  50% {
    top: 100px;
    left: 50px;
  }

  to {
    top: 50px;
    left: 140px;
  }
}

@-webkit-keyframes flash-of-light3 {

  from {
    top: 123px;
    left: 377px;
  }

  25% {
    top: 148px;
    left: 427px;
  }

  50% {
    top: 179px;
    left: 375px;
  }

  75% {
    top: 148px;
    left: 325px;
  }

  to {
    top: 123px;
    left: 377px;
  }

}



/*main-animation end*/








.counter__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.counter__value span {
  background-color: rgb(206, 212, 214, .25);
  color: #222829;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  padding: 8px;
  margin-right: 4px;
  margin-left: 4px;
}

span.value_margin-right {
  margin-right: 12px;
}

.counter__currency {
  color: #657a7f;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.counter__description {
  color: #ced4d6;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

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

.caption_smaller {
  font-size: 36px;
}

.little-description_smaller {
  font-size: 14px;
}

.steps-feedback-team {
  background-image: url(../images/video-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.main-section__video-description,
.main-section__video {
  margin-top: 90px;
}

.main-section__video {
  width: 638px;
}

.main-section__video-description {
  padding-top: 70px;
}

.main-section__video-description .description {
  margin-bottom: 16px;
}

.main-section__video {
  background-image: url('../images/mac-header.png');
  background-repeat: no-repeat;
  padding-top: 25px;
  background-size: 100%;
}

.main-section__video-description .little-description {
  font-size: 16px;
}

.advantages {
  background-image: url(../images/benef-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100%;
  padding-bottom: 40px;
}

.advantages__caption {
  margin-top: 100px;
  margin-bottom: 50px;
}

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

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

.advantages-block .description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 24px;
}

.advantages-block {
  margin-bottom: 60px;
}

.advantages-block .little-description {
  font-size: 16px;
  line-height: 24px;
}

.advantages-block_more {
  background-image: url(../images/benefits.png);
  background-repeat: no-repeat;
  background-size: 123%;
  background-position: center;
  width: 100%;
  height: 300px;
  position: relative;
}

.little-description_adv-margin {
  margin-bottom: 30px;
}

.advantages-block__more-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  width: 140px;
  right: 30px;
  top: 140px;
}

.advantages-block__more-text a {
  color: #fff;
  text-decoration: underline;
}

.plan__description {
  text-align: center;
  margin: 50px 0 100px;
}

.plan-wrapper {
  background-image: url(../images/plan-bg.png), url(../images/plan-logo.png);
  background-repeat: no-repeat;
  background-size: 100%, auto;
  background-position: 0 0, 0 390px;
  min-height: 930px;
}

.plan-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-item {
  width: 33%;
}

.plan-item p,
.plan-item p span {
  color: #657a7f;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.plan-item p span {
  margin-top: 15px;
  display: block;
  color: #ccc;
}

.plan-item_first p {
  position: relative;
  width: 355px;
  left: 80px;
  bottom: 70px;
}

.plan-item_second p {
  position: relative;
  width: 290px;
  top: 60px;
  left: 115px;

}

.plan-item_third p {
  position: relative;
  width: 328px;
  top: 170px;
  left: 40px;
}


.plan-item_fourth p {
  position: relative;
  bottom: 85px;
  width: 263px;
  left: 140px;
}

.plan-item_fifth p {
  width: 328px;
  position: relative;
  top: 50px;
  left: 40px;
}

.plan-item_sixth p {
  position: relative;
  width: 327px;
  top: 180px;
}

.plan-item_seventh p {
  position: relative;
  left: 127px;
  top: 144px;
  width: 328px;
}

.plan-item_eighth p {
  position: relative;
  width: 267px;
  bottom: 65px;
  left: 80px;
}

.plan-item_ninth p {
  width: 264px;
  position: relative;
  top: 180px;
  left: 110px;
}

.referal-n-diagram {
  background-image: url(../images/ref-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.description_referal {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 8px;
}

.little-description_referal {
  text-align: center;
  margin-bottom: 62px;
}

.referal-levels {
  height: 550px;
  background-image: url(../images/referal-lg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
}

.referal-level {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.referal-level_you {
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}

.referal-level_first {
  text-align: right;
  margin-right: 300px;
  margin-bottom: 25px;
}

.referal-level_second {
  margin-left: 240px;
  margin-bottom: 30px;
}

.referal-level_third {
  text-align: right;
  margin-right: 185px;
  margin-bottom: 25px;
}

.referal-level_fourth {
  margin-left: 100px;
  margin-bottom: 30px;
}

.referal-level_fifth {
  text-align: right;
  margin-right: 100px;
}

.description_diagrams {
  margin-top: 80px;
  margin-bottom: 16px;
}

.little-description_diagrams {
  font-size: 16px;
}

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

.diagram {
  position: relative;
  width: 83px;
}

.diagram_1 {
  width: 160px;
}

.diagram_2 {
  width: 255px;
  padding-top: 138px;
}

.diagram_other {
  padding-top: 40px;
}

.diagram_1 {}

.diagram__text {
  position: absolute;
  left: calc(100% + 20px);
  top: -10px;
  width: 150px;
}

.diagram__text_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}

.diagram__text p {
  color: #222829;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.diagram__text span {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.diagram__column {
  position: relative;
  width: 83px;
}

.diagram__column_1 {
  height: 305px;
  background-image: linear-gradient(174deg, rgba(238, 229, 10, 1) 0%, rgba(244, 133, 53, 1) 100%);
}

.diagram__column_2 {
  height: 160px;
  background-image: linear-gradient(168deg, rgba(238, 229, 10, 1) 0%, rgba(231, 187, 34, 1) 100%);
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.diagram__column_3 {
  height: 235px;
  background-image: linear-gradient(172deg, rgba(0, 223, 201, 1) 0%, rgba(0, 161, 222, 1) 100%);
}

.diagram__column_4 {
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 143, 1)), to(rgba(31, 180, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 143, 1) 0%, rgba(31, 180, 255, 1) 100%);
  margin-bottom: 40px;
}

.diagram__column_5 {
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 180, 1)), to(rgba(31, 143, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 180, 1) 0%, rgba(31, 143, 255, 1) 100%);
  margin-bottom: 35px;
}

.diagram__column_6 {
  height: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 218, 1)), to(rgba(79, 134, 243, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 218, 1) 0%, rgba(79, 134, 243, 1) 100%);
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

.diagram__column_7 {
  height: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 255, 1)), to(rgba(31, 68, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 255, 1) 0%, rgba(31, 68, 255, 1) 100%);
  margin-bottom: 22px;
  position: relative;
  z-index: 4;
}

.diagram__column_8 {
  height: 36px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 218, 255, 1)), to(rgba(31, 31, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 218, 255, 1) 0%, rgba(31, 31, 255, 1) 100%);
  margin-bottom: 18px;
  position: relative;
  z-index: 3;
}

.diagram__column_9 {
  height: 44px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 180, 255, 1)), to(rgba(68, 31, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 180, 255, 1) 0%, rgba(68, 31, 255, 1) 100%);
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.diagram__column_10 {
  height: 45px;
  background-image: linear-gradient(92deg, rgba(30, 149, 255, 1) 0%, rgba(30, 67, 255, 1) 100%);
}

.diagram__column:after {
  content: '';
  position: absolute;
  bottom: calc(100% - 16px);
  left: 0;
  width: 83px;
  height: 32px;
  border-radius: 50%;
}

.diagram__column_1:after {
  background-color: #fefaa6;
}

.diagram__column_2:after {
  background-color: #fff4bc;
}

.diagram__column_3:after {
  background-color: #96fff5;
}

.diagram__column_4:after {
  background-color: #e5fff3;
}

.diagram__column_5:after {
  background-color: #d9ffed;
}

.diagram__column_6:after {
  background-color: #c0fedf;
}

.diagram__column_7:after {
  background-color: #aceeff;
}

.diagram__column_8:after {
  background-color: #a1fcfe;
}

.diagram__column_9:after {
  background-color: #7fcefc;
}

.diagram__column_10:after {
  background-color: #49a5ff;
}



.diagram__column:before {
  content: '';
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 83px;
  height: 32px;
  border-radius: 50%;
}

.diagram__column_2:before {
  background-color: #e8c21f;
}

.diagram__column_1:before {
  background-color: rgba(2244, 133, 53, 1);
}

.diagram__column_3:before {
  background-color: #01aadb;
}

.diagram__column_4:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 180, 1)), to(rgba(31, 143, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 180, 1) 0%, rgba(31, 143, 255, 1) 100%);
}

.diagram__column_5:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 180, 1)), to(rgba(31, 143, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 180, 1) 0%, rgba(31, 143, 255, 1) 100%);
}

.diagram__column_6:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 218, 1)), to(rgba(31, 105, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 218, 1) 0%, rgba(31, 105, 255, 1) 100%);
}

.diagram__column_7:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 255, 255, 1)), to(rgba(31, 68, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 255, 255, 1) 0%, rgba(31, 68, 255, 1) 100%);
}

.diagram__column_8:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 218, 255, 1)), to(rgba(31, 31, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 218, 255, 1) 0%, rgba(31, 31, 255, 1) 100%);
}

.diagram__column_9:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 180, 255, 1)), to(rgba(68, 31, 255, 1)));
  background-image: linear-gradient(to right, rgba(31, 180, 255, 1) 0%, rgba(68, 31, 255, 1) 100%);
}

.diagram__column_10:before {
  background-image: linear-gradient(92deg, rgba(30, 149, 255, 1) 0%, rgba(30, 67, 255, 1) 100%);
}



.diagram__column_10 {}

.steps-feedback-team {
  margin: 100px 0;
}

.description_steps {
  text-align: center;
  margin-bottom: 50px;
}

.step__circle {
  margin-left: 36px;
  width: 76px;
  height: 76px;
  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;
  border-radius: 50%;
  background-image: linear-gradient(215deg, rgba(175, 253, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  color: #efab1f;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
}

.step__caption {
  color: #222829;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  bottom: 40px;
}

.step__text {
  color: #657a7f;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  bottom: 30px;
}

.step_second {
  margin-top: 30px;
}

.step_third {
  margin-top: 60px;
}

.step_fourth {
  margin-top: 90px;
}

.step_fifth {
  margin-top: 120px;
}

.description_video {
  text-align: center;
  margin: 50px 0;
}

#preloader {
  display: none;
}

.preloader.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.preloader {
  width: 100%;
  padding: 80px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px rgba(101, 122, 127, 0.32);
  box-shadow: 0px 0px 2px rgba(101, 122, 127, 0.32);
  border-radius: 2px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader p {
  font-size: 16px;
  color: #657A7F;
  margin-top: 28px;
  text-align: center;
}

.feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.feedback-item {
  width: 31.5%;
  position: relative;
  margin-bottom: 30px;
}

.feedback-item__video {
  border-radius: 5px;
  overflow: hidden;
}

.feedback-item__video img {
  width: 100%;
}

.play-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: linear-gradient(46deg, rgba(30, 150, 223, .5) 0%, rgba(18, 219, 226, .5) 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.feedback-item__info {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.feedback-item__name {
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.more-link {
  color: #222829;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  width: 265px;
  border-radius: 4px;
  line-height: 48px;
  border: 1px solid #FFE600;
  text-align: center;
  margin: 10px auto 100px auto;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.more-link:hover {
  background-color: #FFE600;
  text-decoration: none;
}

.description_center {
  text-align: center;
}

.team {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.person {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.person__image {
  width: 194px;
  height: 194px;
  margin-bottom: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 254, 240, 0.27)), to(rgba(7, 214, 206, 0.27)));
  background-image: linear-gradient(180deg, rgba(176, 254, 240, 0.27) 0%, rgba(7, 214, 206, 0.27) 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.person__name {
  color: #222829;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}

.person__description {
  color: #657a7f;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

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

.news__caption p {
  color: #222829;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.news__caption a {
  color: #efab1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

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

.news-item-wrapper {
  width: 31.5%;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-item {
  width: 360px;
  min-height: 468px;
  margin: 10px auto;
  -webkit-box-shadow: 0 2px 16px rgba(31, 203, 255, 0.2);
  box-shadow: 0 2px 16px rgba(31, 203, 255, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news__slick-arrow {
  position: absolute;
  top: 200px;
}

.news__slick-arrow_prev {
  left: -35px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news__slick-arrow_next {
  right: -35px;
}

.news-item__thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.news-item__info {
  padding: 16px;
}

.news-item__title {
  color: #222829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}

.news-item__description {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

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

.news-item__more span {
  color: #efab1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 7px;
}

.news-item__more:hover span {
  text-decoration: underline;
}

.footer {
  height: 940px;
  background-image: url(../images/footer-bg.png);
  padding-top: 177px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-email {
  margin-bottom: 235px;
}

.footer-email__caption {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}

.footer-email__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-email__form input[type="email"] {
  border-radius: 4px;
  border: 1px solid #ffffff;
  background-color: transparent;
  width: 295px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 16px;
  margin-right: 8px;
}

.footer-email__form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.footer-email__form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.footer-email__form input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

.footer-email__form input[type="email"]::placeholder {
  color: #fff;
}

.footer-email__form input[type="submit"] {
  border: none;
  background-image: linear-gradient(104deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 43%, rgba(242, 188, 0, 1) 71%);
  height: 40px;
  border-radius: 4px;
  padding: 0 29px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-email__form input[type="submit"]:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.footer-email__description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  opacity: .8;
  width: 300px;
}

.footer__caption {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}

.footer__logo {
  display: inline-block;
  position: relative;
  bottom: 25px;
}

.footer-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu__nav li {
  width: 33%;
}

.footer-menu__nav a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
  margin-bottom: 16px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-menu__nav a:hover {
  color: #efab1f;
}

.footer-support__email {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-support__email:hover {
  color: #efab1f;
}

.footer-support__description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer__links {
  margin-top: 90px;
}

.footer__link {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__link:hover {
  color: #efab1f;
}

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

.footer-social {
  margin-top: 45px;
}

.soc-link {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  margin-right: 15px;
  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;
}

.soc-link svg {
  fill: #288de0;
  -webkit-transition: .3s;
  transition: .3s;
}

.soc-link:hover svg {
  fill: #efab1f;
}

.soc-links_horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.soc-link_horizontal {
  margin-right: 0;
  margin-bottom: 16px;
}


/*modal styles*/

.modal-content {
  width: 655px;
  background-image: url(../images/pop-up-bg.png);
  background-size: contain;
  background-position: 100% 100%;
  position: relative;

}

.modal-body {
  /* padding-bottom: 50px; */
}

.modal-dialog {
  max-width: 655px;
}

.modal-bubles__buble {
  background-image: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
  border-radius: 50%;
  position: absolute;
}

.modal-bubles__buble_first {
  width: 24px;
  height: 24px;
  top: 213px;
  left: 67px;
}

.modal-bubles__buble_second {
  width: 48px;
  height: 48px;
  top: 140px;
  left: 140px;
}

.modal-bubles__buble_third {
  width: 30px;
  height: 30px;
  top: 140px;
  right: 175px;
}

.modal-bubles__buble_fourth,
.modal-bubles__buble_fifth {
  width: 18px;
  height: 18px;
}

.modal-bubles__buble_fourth {
  top: 210px;
  right: 90px;
}

.modal-bubles__buble_fifth {
  top: 100px;
  right: 35px;
}

.modal__image {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal__dismiss {
  color: #ced4d6;
  position: absolute;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  right: 15px;
  top: 15px;
  display: block;
}

.modal__dismiss:hover {
  text-decoration: none;
}

.modal__title {
  color: #222829;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.modal__description {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 425px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.modal__link {
  color: #222829;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 2px;
  display: block;
  width: 235px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 5px;
  background-image: linear-gradient(104deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 43%, rgba(242, 188, 0, 1) 71%);
}

.modal__link span {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 16px 0;
  -webkit-transition: .3s;
  transition: .3s;

}

.modal__link:hover {
  text-decoration: none;
}

.modal__link:hover span {
  background-color: transparent;
  color: #222829;
}

/*news*/

.page {
  background-image: url(../images/page-bg.png);
  background-size: cover;
  min-height: 1100px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.login {
  min-height: 100vh;
}

.page__title {
  color: #222829;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.page__title_margin {
  margin: 60px 0 30px;
}

.main-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.main-article__article-image {
  display: block;
  border-radius: 5px;
  min-width: 50%;
  overflow: hidden;
}

.main-article__article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-article__theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-article__theme p {
  color: #222829;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-right: 10px;
}

.main-article__theme span {
  color: #222829;
  font-size: 14px;
  line-height: 14px;
}

.main-article__content {
  padding-left: 50px;
}

.main-aritcle__title {
  font-size: 30px;
  line-height: 40px;
  text-decoration: underline;
  padding-right: 40px;
  margin-bottom: 8px;
  display: block;
}

.main-aritcle__title:hover {
  text-decoration: none;
  color: #FFE600;
}

.main-aritcle__description {
  color: #657a7f;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.main-article__content {
  padding-top: 30px;
}

.news-preview {
  position: relative;
  margin-bottom: 30px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.news-preview:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .7) 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .4;
}

.news-preview:hover:after {
  opacity: 1;
}

.news-preview__image {
  width: 100%;
  height: 222px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-preview__theme {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-preview__theme span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-right: 15px;
}

.news-preview__theme i {
  color: #ced4d6;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-style: normal;
}

.news-preview__title {
  font-size: 22px;
  line-height: 28px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

/*article*/

.article__description {
  font-size: 30px;
  line-height: 40px;
  margin: 30px 0;
}

.article-thumbnail {
  height: 520px;
  position: relative;
}

.article-thumbnail__title {
  position: absolute;
  bottom: 13px;
}

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

.article-thumbnail__theme p {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  margin-right: 15px;
}

.article-thumbnail__theme span {
  color: #ced4d6;
  font-size: 14px;
  line-height: 14px;
}

.article-thumbnail__caption {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.article-thumbnail__image {
  position: absolute;
  left: -110px;
  bottom: 0;
  display: block;
}

.article-thumbnail__image img {
  width: 1366px;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-thumbnail__image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.article__post {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.article__post p {
  color: #657a7f;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
}

.article__post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 16px;
}

/*faq*/

.faq__title {
  margin-top: 54px;
}

.faq__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 45px;
}

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

.faq-tabs__nav {
  min-width: 360px;
  width: 360px;
}

.nav-item__icon {
  min-width: 40px;
  height: 40px;
  background-color: #f9f9fa;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-item__icon svg {
  stroke: #657a7f;
}

.faq-tabs__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 16px 30px 25px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.faq-tabs__nav-link:hover,
.faq-tabs__nav-link:focus {
  text-decoration: none;
}

.faq-tabs__nav-link.active .nav-item__icon {
  background-image: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
}

.faq-tabs__nav-link.active .nav-item__icon svg {
  stroke: #222829;
}

.faq-tabs__nav-link.active {
  -webkit-box-shadow: 0 0 16px rgba(4, 189, 213, 0.32);
  box-shadow: 0 0 16px rgba(4, 189, 213, 0.32);
}

.nav-item {
  width: 100%;
}

.nav-item__title {
  color: #222829;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.nav-item__description {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq-content {
  padding-left: 54px;
  width: 100%;
}

.faq-content__title {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-content__icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  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-image: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(238, 198, 55, 1) 71%);
}

.faq-content__icon svg {
  stroke: #222829;
}

.faq-content__link {
  border-bottom: 1px solid #ced4d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-content__link:hover,
.faq-content__link:focus {
  text-decoration: none;
}

.faq-content__link svg {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-content__link svg path {
  stroke: #fbd62f;
}

.faq-content__link.collapsed svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.faq-content__link.collapsed svg {
  stroke: #657A7F;
}

.faq-content__link span {
  color: #222829;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.faq-content__link svg {
  stroke: rgb(255, 230, 0);
}

.faq-content__text {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px;
}

.more-block__title svg {
  stroke: #fff;
}

.faq__more-block {
  background-image: url(../images/egg-shape.png);
  height: 340px;
  max-width: 360px;
  padding: 140px 70px 0;
}

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

.more-block__title p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 15px;
}

.more-block__description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.more-block__description a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.more-block__description a:hover {
  text-decoration: none;
}

.feeback__caption {
  margin-top: 40px;
  margin-bottom: 50px;
}

.feedback-list__item {
  -webkit-box-shadow: 0 0 2px rgba(101, 122, 127, 0.32);
  box-shadow: 0 0 2px rgba(101, 122, 127, 0.32);
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #f2f4f4;
  margin-bottom: 30px;
  padding: 16px 24px;
}

.feedback-list__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.feedback-list__photo {
  width: 64px;
  height: 30px;
  border-radius: 5px;
  position: relative;
  border-radius: 2px;
  margin-right: 12px;
}

.feedback-list__photo img {
  position: absolute;
  bottom: 0;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback-list__name {
  color: #222829;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.feedback-list__text {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pagination__link {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 60px;
  background-color: #f9f9fa;
  text-align: center;
  line-height: 23px;
}

.pagination__link:hover,
.pagination__link:focus {
  text-decoration: none;
}

.feedback__pagination li {
  margin: 0 10px;
  cursor: pointer;
}

.feedback__pagination .active .pagination__link {
  background-image: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
}

.feedback__pagination {
  margin-bottom: 48px;
}

.auth-form {
  padding: 54px 20px 60px;
  background-color: #f9f9fa;
  text-align: center;
}

.auth-form__caption {
  color: #222829;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 12px;
}

.auth-form__description {
  color: #657a7f;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}

.auth-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.auth-form__input {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ced4d6;
  padding-left: 16px;
  margin-bottom: 16px;
}

.auth-form__submit {
  margin: auto;
  width: 185px;
  height: 48px;
  border-radius: 4px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: linear-gradient(104deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 43%, rgba(242, 188, 0, 1) 71%);
}

.auth-form__submit:hover {
  background: #ddd;
}

.feedback-form {
  -webkit-box-shadow: 0 0 20px rgba(4, 189, 213, 0.2);
  box-shadow: 0 0 20px rgba(4, 189, 213, 0.2);
  background-color: #f9f9fa;
  margin: 30px 0;
  padding: 24px;
}

.feedback-form__caption {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 24px;
}

.feedback-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-form__textarea {
  width: 629px;
  min-height: 220px;
  border-radius: 4px;
  border: 1px solid #f9f9fa;
  background-color: #ffffff;
  padding: 24px;
  height: 224px;
}

.feedback-form__submit {
  height: 48px;
  border-radius: 4px;
  border: none;
  padding: 0 32px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: linear-gradient(104deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 43%, rgba(242, 188, 0, 1) 71%);
}

.feedback-form__submit:hover {
  background: #ddd;
}

.feedback__crowd {
  margin-top: 130px;
}

/*contacts*/

.contacts__caption {
  margin-top: 54px;
  margin-bottom: 10px;
}

.contacts__little-description {
  font-size: 16px;
  line-height: 24px;
}

.contacts__little-description {
  margin-bottom: 16px;
}

.contacts__image {
  margin-top: 80px;
}

.contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__login,
.contacts__email {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ced4d6;
  padding-left: 16px;
  margin-bottom: 16px;
}

.contacts__textarea {
  border-radius: 4px;
  border: 1px solid #ced4d6;
  padding-left: 16px;
  padding-top: 14px;
  margin-bottom: 16px;
  min-height: 48px
}

.captcha-block>div {
  margin: 0 auto 10px;
}

.contacts__submit {
  border: none;
  height: 62px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: linear-gradient(98deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 43%, rgba(242, 188, 0, 1) 71%);
}

.contacts__submit:hover {
  background: #eee;
}

.footer_contacts {
  position: relative;
  margin-top: -330px;
}

.yandex-map__adress {
  margin-right: 30px;
  margin-bottom: 15px;
}

.yandex-map__adress,
.yandex-map__email {
  padding: 16px;
  width: 250px;
  height: 110px;
  -webkit-box-shadow: 0 0 2px rgba(101, 122, 127, 0.32);
  box-shadow: 0 0 2px rgba(101, 122, 127, 0.32);
  border-radius: 4px;
  background-color: #ffffff;
}

.yandex-map__adress p,
.yandex-map__email p {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.yandex-map__adress span {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.yandex-map__email a {
  color: #288de0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.yandex-map {
  position: relative;
}

.yandex-map__text-wrapper {
  width: 1170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 150px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts {
  min-height: auto;
  position: relative;
  background-image: url(../images/page-bg2.png);
  background-position: 100% 0;
  background-size: auto;
}

.contacts:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  width: 100%;
  height: 120px;
  background-image: url(../images/contacts-map.png);
  background-repeat: no-repeat;
  z-index: 1;
}

/*drug and drop*/

#dropContainer {
  width: 440px;
  height: 177px;
  border-width: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 25px 40px 40px;
  margin-bottom: 15px;
  margin-top: 2px;
}

.drop-container__stripe_1,
.drop-container__stripe_2 {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #f9f9fa), to(#f9f9fa)),
    -webkit-gradient(linear, left top, right top, from(#1fd8ff), to(#1f20ff));
  background-image: linear-gradient(90deg, transparent, transparent 50%, #f9f9fa 50%, #f9f9fa 100%),
    linear-gradient(90deg, #1fd8ff, #1f20ff);
  background-size: 60px 3px,
    100% 3px;
  border: none;
}

.drop-container__stripe_1 {
  top: 0;
}

.drop-container__stripe_2 {
  top: 100%;
}

.drop-container__stripe_3,
.drop-container__stripe_4 {
  top: 0;
  width: 2px;
  content: '';
  position: absolute;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f9f9fa), to(#f9f9fa)),
    -webkit-gradient(linear, left top, left bottom, from(#1fd8ff), to(#1f20ff));
  background-image: linear-gradient(180deg, transparent, transparent 50%, #f9f9fa 50%, #f9f9fa 100%),
    linear-gradient(180deg, #1fd8ff, #1f20ff);
  background-size: 3px 60px, 3px 60px;
  border: none;
}

.drop-container__stripe_3 {
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f9f9fa), to(#f9f9fa)),
    -webkit-gradient(linear, left top, left bottom, from(#1fd8ff), to(#1fd8ff));
  background-image: linear-gradient(180deg, transparent, transparent 50%, #f9f9fa 50%, #f9f9fa 100%),
    linear-gradient(180deg, #1fd8ff, #1fd8ff);
}

.drop-container__stripe_4 {
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f9f9fa), to(#f9f9fa)),
    -webkit-gradient(linear, left top, left bottom, from(#1f20ff), to(#1f20ff));
  background-image: linear-gradient(180deg, transparent, transparent 50%, #f9f9fa 50%, #f9f9fa 100%),
    linear-gradient(180deg, #1f20ff, #1f20ff);
}

.drop-container svg {
  stroke: #ced4d6;
  min-width: 96px;
  margin-right: 24px;
}

.drop-container p {
  color: #ced4d6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.feedback-form {
  position: relative;
}

.feedback-form__file-button {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback-form__file-button input {
  display: none;
}

.feedback-form__file-button img {
  margin-right: 10px;
}

.feedback-form__file-button label {
  color: #288de0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

/*about*/

.page-about {
  background-position: 100% 0;
  background-image: url(../images/about-bg.png),
    url(../images/about-image2.png);
  background-repeat: no-repeat;
  background-position: 100% 0, 0 600px;
  background-size: auto, 45vw;
}

.about__caption {
  margin-top: 50px;
  margin-bottom: 8px;
}

.about__little-description {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}

.about__benef-description {
  font-size: 30px;
  margin-bottom: 17px;
}

.about-benefits {
  padding-left: 320px;
}

.about-benefits__item {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.about-benefits__item:nth-child(2) {
  margin-left: 60px;
}

.about-benefits__item:nth-child(3) {
  margin-left: 120px;
}

.about-benefits__item:nth-child(4) {
  margin-left: 180px;
}

.about-benefits__item:nth-child(5) {
  margin-left: 240px;
}

.about-benefits__item:nth-child(6) {
  margin-left: 300px;
}

.about-benefits__item:nth-child(7) {
  margin-left: 240px;
}

.about-benefits__item:nth-child(8) {
  margin-left: 190px;
}

.about-benefits__item:nth-child(9) {
  margin-left: 140px;
}

.about__info-wrapper {
  margin: auto;
  width: 700px;
}

.about__description {
  font-size: 30px;
  margin-bottom: 16px;
  margin-top: 32px;
}

.about-list li {
  color: #657a7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.about-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
}

.border-block {
  position: relative;
  margin: 30px 0;
  width: 1075px;
  min-height: 270px;
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
}

.border-block div {
  background-image: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
  padding: 5px;
  height: 100%;
}

.border-block p {
  background-color: #fff;
  color: #657A7F;
  text-align: center;
  padding: 40px;
  height: 100%;
  font-size: 20px;
}

.about__blockchain-image {
  margin: 20px 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.subinfo-host {
  position: relative;
}

.about__subinfo {
  position: absolute;
  left: calc(100% + 60px);
  bottom: 180px;
  width: 275px;
}

.about__subinfo:after {
  position: absolute;
  content: '';
  width: 480px;
  height: 495px;
  right: 79px;
  bottom: 54px;
  background-image: url(../images/about-image4.png);
}

.about__subinfo p {
  color: #657a7f;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 14px;
}

.about__table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}

.about__table tr:nth-child(even) {
  background-color: #f2f2f2;

}

.about__table td {
  color: #222829;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 24px;
}

.about__credit-card {
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}

.winner-text {
  color: #222829;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 48px;
  margin-top: 100px;
}

.winner-text:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(177deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
}

.submit-button {
  height: 56px;
  text-align: center;
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  background-image: linear-gradient(102deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 43%, rgba(242, 188, 0, 1) 71%);
}

.about__submit-button {
  width: 253px;
  line-height: 56px;
  margin-left: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.about__submit-button:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  text-decoration: none;
  color: #000000;
}

.about__winner-image {
  position: absolute;
  right: -60px;
  top: -100px;
}

.about__range-input {
  width: 475px;
  margin-bottom: 30px;
}

.irs--big .irs-handle,
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
}

.irs--big .irs-bar {
  height: 5px;
  border: none;
  border-radius: 4px;
  border: none;
  background: linear-gradient(91deg, rgba(238, 229, 10, 1) 0%, rgba(244, 133, 53, 1) 100%);
}

.irs--big .irs-line {
  height: 5px;
  background: #657a7f;
  border: none;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  background: transparent;
  border: none;
  color: #222829;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 27px;
  visibility: visible !important;
  white-space: nowrap;
  color: #ced4d6;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  background-color: transparent;
}



.irs-min {
  right: calc(100% + 5px);
  left: auto;
}

.irs-max {
  right: auto;
  left: calc(100% + 5px);
}

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

.about__coin-percent p {
  background-image: linear-gradient(129deg, rgba(246, 200, 91, 1) 0%, rgba(255, 230, 0, 1) 53%, rgba(242, 188, 0, 1) 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  margin: 20px 0 8px;
}

.about__coin-percent span {
  color: #222829;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.login {
  background-image: url(../images/auth-bg.jpg);
  background-position: 0 100%;
  background-size: 100%;
}

#captcha_forgot>div {
  margin: 10px auto;
}

.login-form-wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-form {
  width: 616px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 24px rgba(4, 189, 213, 0.45);
  box-shadow: 0 0 24px rgba(4, 189, 213, 0.45);
  border-radius: 24px;
  background-color: #ffffff;
  /* margin: 240px auto 0; */
  padding-top: 64px;
  padding-bottom: 50px;
  text-align: center;
}

.login-form__caption {
  color: #222829;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  margin-bottom: 32px;
}

.login-form__input {
  display: block;
  margin: 0px auto 16px;
  width: 457px;
  max-width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ced4d6;
  padding-left: 16px;
}

.login-form__submit {
  padding: 0 40px;
  min-width: 249px;
  height: 64px;
  border: none;
  margin: 48px auto 27px;
  color: #222829;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  -webkit-box-shadow: 0 0 16px rgba(4, 189, 213, 0.24);
  box-shadow: 0 0 16px rgba(4, 189, 213, 0.24);
  background-image: linear-gradient(104deg,
    rgba(246, 200, 91, 1) 0%,
    rgba(255, 230, 0, 1) 43%,
    rgba(242, 188, 0, 1) 71%);
  -webkit-transition: .3s;
  transition: .3s;
}

.login-form__submit:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.login-form__link {
  color: #288de0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.login-form__checkboxes {
  margin-top: 28px;
}

.settings-item__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 457px;
  margin: auto;
  text-align: left;
}

.settings-item__checkbox input {
  display: none;
}

.settings-item__checkbox label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.settings-item__checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/chekbox.png);
}

.settings-item__checkbox input:checked+label:before {
  background-image: url(../images/chekbox-active.png);
}

.agreement-block .description{
  color: #222829;
  font-size: 30px;
  line-height: 40px;
  margin-top: 48px;
}

.agreement-block span{
  color: #222829;
}

.agreement-block p{
  margin-bottom: 16px;
}

p.agreement-block__description {
  font-size: 20px;
  line-height: 30px;
}

