@font-face {
  font-family: 'Impact LT Std';
  src: url('../fonts/ImpactLTStd.eot');
  src: local('Impact LT Std Roman'), local('ImpactLTStd'),
      url('../fonts/ImpactLTStd.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ImpactLTStd.woff2') format('woff2'),
      url('../fonts/ImpactLTStd.woff') format('woff'),
      url('../fonts/ImpactLTStd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Regular.eot');
  src: local('Cera Pro Regular'), local('CeraPro-Regular'),
      url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CeraPro-Regular.woff2') format('woff2'),
      url('../fonts/CeraPro-Regular.woff') format('woff'),
      url('../fonts/CeraPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'),
      url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Black.woff2') format('woff2'),
      url('../fonts/Roboto-Black.woff') format('woff'),
      url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'),
      url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Light.woff2') format('woff2'),
      url('../fonts/Roboto-Light.woff') format('woff'),
      url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
      url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
      url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
      url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.eot');
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
      url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
      url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
      url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: local('Poppins Bold'), local('Poppins-Bold'),
      url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff'),
      url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*Common style*/
body {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #1f072c;
  text-align: left;
  word-break: break-word; 
  background-color: #ffffff;
}
p {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #1f072c;
  text-align: left;
  padding-bottom: 15px;
}
p:last-child{
  padding-bottom: 0;
}
h1, h2, h3, h3 {
  font-family: 'Impact LT Std';
}
h1, .main-title {
  font-weight: normal;
  font-size: 45px;
  line-height: 50px;
  color: #fb4186;
  text-align: center;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 26px;
}
.main-title-bonus {
  padding-top: 82px;
}
h2, .title {
  font-weight: normal;
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
h3 {
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  color: #fb4186;
  text-align: center;
  padding-bottom: 20px; 
}
h4 {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  color: #fb4186;
  text-align: center;
  padding-bottom: 20px;
}
ul > li, ol > li {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #1f072c; 
  position: relative;
}
ul > li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1f072c;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: -25px;
}
ul {
  list-style: none; 
  padding-bottom: 15px;
  padding-left: 30px;
}
ol {
  padding-bottom: 15px;
  padding-left: 30px;
}
a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer; 
  font-weight: bold;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* Special */
h2 + *, h3 + *, h4 + * {
  margin-top: 0px;
  padding-top: 0px;
} 
* + h2 {
  margin-top: 20px;
} 
* + h3 {
  margin-top: 20px;
} 
* + h4 {
  margin-top: 20px;
}


.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; 
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; 
}
.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 30px; 
}
.main-singup__btn {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  background: rgb(254,93,74);
  background: -webkit-linear-gradient(202deg, rgba(254,93,74,1) 12%, rgba(253,84,95,1) 100%);
  background: -moz-linear-gradient(202deg, rgba(254,93,74,1) 12%, rgba(253,84,95,1) 100%);
  background: -o-linear-gradient(202deg, rgba(254,93,74,1) 12%, rgba(253,84,95,1) 100%);
  background: linear-gradient(248deg, rgba(254,93,74,1) 12%, rgba(253,84,95,1) 100%);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  text-align: center;
  display: inline-block;
  padding: 13px 10px;
  min-width: 130px;
  white-space: nowrap;
  border-bottom: 4px solid #b52f23; 
  -webkit-box-shadow:  0 10px 20px rgb(0 0 0 / 25%); 
     -moz-box-shadow:  0 10px 20px rgb(0 0 0 / 25%); 
          box-shadow:  0 10px 20px rgb(0 0 0 / 25%);
}

/*header*/
.header {
  background: rgb(255,105,46);
  background: -webkit-linear-gradient(198deg, rgba(255,105,46,1) 12%, rgba(251,64,136,1) 100%);
  background: -moz-linear-gradient(198deg, rgba(255,105,46,1) 12%, rgba(251,64,136,1) 100%);
  background: -o-linear-gradient(198deg, rgba(255,105,46,1) 12%, rgba(251,64,136,1) 100%);
  background: linear-gradient(252deg, rgba(255,105,46,1) 12%, rgba(251,64,136,1) 100%);
  height: 75px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header__inner {
  padding-top: 5px;
  padding-bottom: 5px; 
}
.header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}
.menu {
  padding: 0 91px 0 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
}
.menu__list {
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}
.menu__item::before {
  display: none;
}
.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  margin-right: 25px;
  height: 65px;
}
.header__logo > img {
  width: 100%;
  max-height: 65px;
}
.menu__item {
  cursor: pointer; 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item:first-child {
  margin-right: 40px;
}
.menu__item img {
  max-height: 19px;
  margin-right: 23px;
}
.menu__link {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 9px 10px;
  min-width: 117px;
  white-space: nowrap; 
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-btns {
  margin-right: 70px;
}
.singup__btn {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  background: rgb(0,214,163);
  background: -webkit-linear-gradient(175deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  background: -moz-linear-gradient(175deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  background: -o-linear-gradient(175deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  background: linear-gradient(275deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 13px 10px;
  min-width: 100px;
  white-space: nowrap; 
  border-bottom: 4px solid #146f5b;
  -webkit-box-shadow:  0 10px 20px rgb(0 0 0 / 25%);
     -moz-box-shadow:  0 10px 20px rgb(0 0 0 / 25%);
          box-shadow:  0 10px 20px rgb(0 0 0 / 25%);
}
.login__btn {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #b6250f;
  background-color: #ffffff;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  text-align: center;
  display: inline-block;
  padding: 13px 10px;
  min-width: 100px;
  white-space: nowrap; 
  margin-left: 23px;
  border-bottom: 4px solid #b6250f;
  -webkit-box-shadow:  0 10px 20px rgb(0 0 0 / 25%);
     -moz-box-shadow:  0 10px 20px rgb(0 0 0 / 25%);
          box-shadow:  0 10px 20px rgb(0 0 0 / 25%);
}
.lang-item {
  display: block;
  background-color: rgb(255, 255, 255, 0.25);
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  padding: 10px;
}
.lang-item img {
  max-height: 30px;
}
.header-mobile__menu {
  display: none; 
}

/*head-section*/
.head-section {
  background: url(../img/head-bg.png) no-repeat top center, #50285f;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  min-height: 425px;
  padding-top: 60px;
  padding-bottom: 85px;
}
.head-section.head-bonuses {
  padding-bottom: 22px;
}
.head-section__inner {
  background: url(../img/head-inner-bg.png) no-repeat center center;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  text-align: center;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  max-width: 732px;
  min-height: 280px;
}
.head-section .main-singup__btn {
  margin-bottom: 28px;
  background: rgb(0,214,163);
  background: -webkit-linear-gradient(175deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  background: -moz-linear-gradient(175deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  background: -o-linear-gradient(175deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  background: linear-gradient(275deg, rgba(0,214,163,1) 12%, rgba(0,195,206,1) 100%);
  border-bottom: 4px solid #146f5b;
}

/* bradcrumb */
.bradcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-top: 36px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
}
.bradcrumb li:before {
  display: none;
}
.bradcrumb-item{
  padding: 0 10px;
  position: relative;
}
.bradcrumb-item:first-child {
  padding-left: 0;
}
.bradcrumb-item:after{
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background-color: #d2222b;
  position: absolute;
  right: -2px;
  top: 7px;
}
.bradcrumb-item:last-child:after{
  display: none;
}
.bradcrumb-text {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  color: #d2222b;
  cursor: default;
}
.bradcrumb-link .bradcrumb-text{
  color: #fc4a72;
  text-decoration: none;
  cursor: pointer;
}

/*info-section*/
.info-section {
  padding-top: 25px;
  padding-bottom: 10px;
}
.info-section > p {
  text-align: justify;
  color: #7853a2;
}
.rating {
  margin-top: 12px;
}
.rating__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rating-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #50285f;
  text-align: left;
  padding-bottom: 0;
}
.rating__inner img {
  max-height: 14px;
  margin-right: 25px;
}

/*banner-section*/
.banner-section {
  margin-top: 35px;
  margin-bottom: 46px;
  padding: 0;
}
.banner-section__inner {
  background: rgb(0,193,213);
  background: -webkit-linear-gradient(228deg, rgba(0,193,213,1) 3%, rgba(0,216,159,1) 100%);
  background: -moz-linear-gradient(228deg, rgba(0,193,213,1) 3%, rgba(0,216,159,1) 100%);
  background: -o-linear-gradient(228deg, rgba(0,193,213,1) 3%, rgba(0,216,159,1) 100%);
  background: linear-gradient(222deg, rgba(0,193,213,1) 3%, rgba(0,216,159,1) 100%);
  text-align: left;
  -webkit-border-radius: 125px;
     -moz-border-radius: 125px;
          border-radius: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 30px 28px 30px;
  position: relative;
}
.banner-section__img {
  max-height: 282px;
  position: absolute;
  left: 70px;
  bottom: 0;
  z-index: 1;
}
.banner-section__info {
  -webkit-box-flex: 0.7;
  -webkit-flex: 0.7;
     -moz-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  z-index: 2;
  text-align: left;
  margin-left: 75px;
}
.banner-section__title {
  font-family: 'Impact LT Std';
  font-size: 61px;
  line-height: 73px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0;
}
.color-title {
  color: #fb4481;
}
.banner-section__subtitle {
  font-family: 'Impact LT Std';
  font-size: 38px;
  line-height: 54px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.banner-section .singup__btn {
  margin: 25px auto 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(27%, rgba(199,30,39,1)), to(rgba(231,41,50,1)));
  background: -webkit-linear-gradient(bottom, rgba(199,30,39,1) 27%, rgba(231,41,50,1) 100%);
  background: -moz-linear-gradient(bottom, rgba(199,30,39,1) 27%, rgba(231,41,50,1) 100%);
  background: -o-linear-gradient(bottom, rgba(199,30,39,1) 27%, rgba(231,41,50,1) 100%);
  background: linear-gradient(0deg, rgba(199,30,39,1) 27%, rgba(231,41,50,1) 100%);
}

/* welcome */
.welcome__inner {
  background: url(../img/welcome-bg.png) no-repeat center center;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  padding: 76px 100px 35px 50px;
  position: relative;
  max-width: 1142px;
  min-height: 516px;
  margin: 0 auto;
}
.welcome-title {
  padding-bottom: 5px;
  color: #fb4186;
}
.welcome-text {
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
}
.welcome__continer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.welcome__info {
  max-width: 527px;
}
.welcome__info-text {
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
}
.welcome__list {
  margin-left: 78px;
  padding-top: 10px;
  padding-left:  0;
  margin-top: 0;
  padding-bottom: 0;
}
.welcome__list-item {
  text-align: left;
  font-size: 22px;
  color: #f81f67;
  padding-bottom: 48px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 65px;
}
.welcome__list-item:last-child {
  padding-bottom: 0;
}
.welcome__list-item:before {
  content: '';
  display: block;
  height: 45px;
  width: 45px;
  background: url(../img/welcome-list-item.png) no-repeat center;
  position: absolute;
  left: 0;
  top: -7px;
}
.welcome__list-item:last-child:before {
  content: '';
  display: block;
  height: 42px;
  width: 44px;
  background: url(../img/welcome-list-item-last.png) no-repeat center;
  position: absolute;
  left: 0;
  top: -9px;
}

/* advantages */
.advantages {
  padding-top: 42px;
  padding-bottom: 46px;
}
.advantages-title {
  color: #ff623c;
}
.advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
}
.advantages__item {
  margin-right: 81px;
  width: -webkit-calc(33.33% - 54px);
  width: -moz-calc(33.33% - 54px);
  width: calc(33.33% - 54px);
}
.advantages__item::before {
  display: none;
}
.advantages__item:last-child {
  margin-right: 0;
}
.advantages__item-img {
  position: relative;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 15px;
}
.advantages__item-img img {
  max-height: 246px;
  margin: 0 auto;
}
.advantages__item-title { 
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  line-height: 35px;
  padding: 0 0 40px 0;
}
.adv__list {
  padding: 0;
}
.adv__list-item {
  text-align: left;
  font-weight: normal;
  font-size: 22px;
  line-height: 35px;
}
.adv__list-item::before {
  display: none;
}
/*bonuses section*/
.bonuses-section {
  padding: 0;
}
.bonuses-section__inner {
  padding-top: 35px;
  padding-bottom: 41px;
}
.bonuses-section__item {
  margin-bottom: 25px;
  background: rgb(0,193,213);
  background: -webkit-linear-gradient(228deg, rgba(0,193,213,1) 38%, rgba(0,216,159,1) 100%);
  background: -moz-linear-gradient(228deg, rgba(0,193,213,1) 38%, rgba(0,216,159,1) 100%);
  background: -o-linear-gradient(228deg, rgba(0,193,213,1) 38%, rgba(0,216,159,1) 100%);
  background: linear-gradient(222deg, rgba(0,193,213,1) 38%, rgba(0,216,159,1) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 145px;
     -moz-border-radius: 145px;
          border-radius: 145px;
  padding: 36px 98px;
}
.bonuses-section__item:last-child {
  margin-bottom: 0;
}
.bonuses-section__img {
  max-height: 200px;
  width: 310px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
}
.bonuses-section__info {
  margin-left: 60px;
  text-align: left;
}
.bonuses-title {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  text-align: left;
  padding-bottom: 22px;
  text-transform: none;
}
.bonuses-text {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  padding-bottom: 24px;
}
.bonuses-section .sing__main-btn {
  margin-bottom: 0;
  margin-left: 20px;
}

/*faq-section*/
.faq-section {
  background-color: #fdfaa5;
}
.faq-section__inner {
  padding: 68px 87px 72px 83px;
}
.faq-section__list {
  padding-bottom: 0;
  padding-left: 0;
}
.faq-section__item::before {
  display: none;
}
.faq-title {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  padding-bottom: 27px;
  font-size: 40px;
  line-height: 50px;
  color: #f67639;
}
.faq-section__item {
  cursor: pointer; 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: flex;
  border-bottom: 2px solid #f67639;
}
.faq-section__item:last-child {
  margin-bottom: 0; 
  border-bottom: none;
}
.faq-section__item-question {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #f67639;
  padding: 12px 10px 12px 0;
  width: 252px;
}
.faq-section__item-answer {
  padding: 12px 0 12px 36px;
  width: calc(100% - 252px);
}
.faq-section__item-answer p {
  font-family: 'Roboto Condensed';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #f67639; 
}

/*footer*/
.footer {
  background: #fd5756;
}
.footer__inner {
  padding-top: 65px;
  padding-bottom: 63px;
}
.footer__container {
  padding: 48px 120px 4px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__info {
  margin-right: 35px;
}
.footer__info-text{
  font-family: 'Cera Pro'; 
  font-weight: normal;
  color: #ffffff;
}
.footer__logos-list {
  padding: 0;
  margin: 0;
}
.footer__logos-list > li:before {
  display: none;
}
.footer__logos-paymets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 540px; 
  padding-bottom: 0;
}
.footer__logos-paymets > img {
  display: inline-block;
  margin: 0 14px 23px 14px;
  max-height: 25px; 
}
.footer__bottom {
  margin-top: 35px;
  padding: 0 61px 0 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  display: block;
}
.footer__logo > img {
  max-height: 50px;
}
.footer__policy {
  font-family: 'Cera Pro'; 
  font-weight: normal;
  color: #fdfaa5;
  padding-bottom: 0;
}

