
:root {
  --blue: #000055;
  --pink: #FF267E;
  --grey: #DBDBDB;
  --green: #05C489;
  --white: #fff;
  --btn_primary_bg_hover: #337;
  --btn_primary_bg_hover_1: #37d0a1;

  --fontFamilyRoboto: "Roboto Condensed",Roboto,Arial,Helvetica,sans-serif;

  --fontFamilySuisse: "SuisseIntl", "Helvetica Neue", Helvetica, sans-serif;

  --fontFamilyWulkan: "WulkanDisplay", Arial, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamilySuisse);
  background-color: var(--blue);
}

.grecaptcha-badge {
  display: none;
}

.main-container {
  padding-top: 120px;
}

.header {
  background: var(--blue);
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  z-index: 10;
}

.header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}

.header nav li {
  margin-right: 32px;
}

.header nav li a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 20px 0 17px;
  border-bottom: 2px solid var(--blue);
}


.main-nav {
  display: flex;
  min-height: 60px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 16px;
  font-family: var(--fontFamilyRoboto);
}

.main-nav li a {
  opacity: .9;
}

.main-nav li a.active,
.main-nav li a:active,
.main-nav li a:hover,
.main-nav li a:focus {
  opacity: 1;
}

.page-nav {
  display: flex;
  min-height: 60px;
  align-items: center;
  padding: 0 16px 0 16px;
}

.page-nav li a.active,
.page-nav li a:active,
.page-nav li a:hover,
.page-nav li a:focus {
  color: var(--pink);
  border-bottom: 2px solid var(--pink);
}

.main-nav .nav {
  flex: 1;
}

.logo {
  width: 320px;
  flex: none;
}
.header-buttons {
  flex: none;
}

.btn {
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: var(--blue);
  margin: 4px;
}

.btn-white {
  background: var(--white);
}
.btn-white.header-login:hover,
.btn-white.header-login:focus {
  background:  var(--btn_primary_bg_hover);
  color: var(--white)
}

.btn-green {
  background:  var(--green);
}

.btn-green:hover,
.btn-green:focus {
  background:  var(--btn_primary_bg_hover_1);
  color: var(--btn_primary_bg_hover)
}

.btn-big {
  font-size: 22px;
  line-height: 29px;
  padding: 22px 122px;
  font-weight: 600;
}

.header-login {}


/* ================================= main-block ================================= */
.main-block {
  background: var(--blue)  no-repeat 50% 0/cover;
  background-image: url("../images/main-img.jpeg");
  height: 470px;
  position: relative;
}
.main-title-top {
  width: 565px;
}
.main-title {
  background-color: var(--pink);
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
  line-height: 66px;
  display: inline-block;
  padding: 18px 28px;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 96px;
}
.main-title.line2 {
  margin-top: -10px;
}

.main-title_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.main-button {
  padding: 100px 0 0 104px;
}

/* ================================== if-you-block ===================================== */
.if-you-block {
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 0 0;
}

.items-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
}

.items-list .item {
  flex:1;

  width: 369px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  padding-top: 70px;
}

.if-you-block .items-list .item {
  border: 1px solid var(--pink);
  border-left: 0 none;
}

.if-you-block .items-list .item:first-child {
  border-left: 1px solid var(--pink);
}

.main-title_small {
  font-size: 28px;
  line-height: 30px;
  padding: 8px;
  height: auto;
  color: var(--blue)
}


/* ================================= advantages-block ====================================== */
.advantages-block {
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 0 0;
}

.advantages-block  .items-list .item {
  padding: 50px 80px 0 ;
}

.advantages-block  .items-list .img-box {
  width: 140px;
  height: 140px;
  text-align: center;
}

.title {
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
  line-height: 66px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--pink);
}
.title span {
  font-family: var(--fontFamilyWulkan);
}

.sub-title {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 74px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E8E8E8;
}

.items-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--pink);
}


/* ================================= conversion-block ====================================== */
.conversion-block {
  position: relative;
  padding: 20px 0 130px;
  background-image: url("../images/conversion.png");
  background: var(--blue)  no-repeat 80% 0/cover;

}

.conversion-arrow {
  background: url("../images/conversion.png") no-repeat 0 0/cover;
  width: 530px;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 60px;
}

.conversion-block .title {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.conversion-block  .sub-title {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 74px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E8E8E8;
}

.conversion-container {
  width: 1104px;
  margin: auto;
}
.conversion-block ul {
  list-style: none;
  padding:  90px 0 0 0;
  margin: 0;
}

.conversion-block li {
  font-size: 33px;
  line-height: 33px;
  color: var(--pink);
  margin-bottom: 29px;
  text-transform: uppercase;
  letter-spacing: .03em;
}


/* ================================= products-block ====================================== */
.products-block {
  background: #DBDBDB;
  padding: 80px 0;
}

.products-block  .conversion-container {
  width: 1104px;
  margin: auto;
}

.products-block .title {
  padding-bottom: 0;
  margin-bottom: 10px;
  color: var(--blue);
}
.products-block .sub-title {
  padding: 0;
  margin: 16px 0 70px;
  color:#A1A1A1;
  line-height: 55px;
}
.products-block .item {
  height: auto;
  padding: 8px 32px 60px 0;
  align-items: unset;
}

.products-block .img-box {
  background:var(--blue);
  width: 536px;
  height: 312px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-block .img-box img {
  height: 245px
}
.products-block  .items-title {
  margin: 30px 0 8px;
  text-align: left;
  font-size: 38px;
}
.products-block  .item p  {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--blue);
  margin: 0;
}


/* ================================= advertising-block ====================================== */

.promo-block {
  background-color: var(--white);
  padding: 90px 0;
}

.promo-block .title {
  color: var(--blue);
  margin: 0;
  font-size: 55px;
  line-height: 66px;
}
.promo-info {
  display: flex;
  flex-direction: row;
  padding: 50px 0;
  align-items: center;
}
.promo-info-img {
  flex: 10;
  height: 583px;
  width: 600px;
  background: url("../images/promo-img-crop.png") no-repeat 0 0/contain;
}
.promo-info-list {
  flex: 8;

}
.promo-info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-info-list li {
  padding:  0 135px 30px 0;
}

.promo-info-list li h4{
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color:var(--blue);
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
}
.promo-info-list li span {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 28px;
  background: var(--blue);
  color:var(--pink);
  text-align: center;
  overflow: hidden;
  padding-top: 7px;
  box-sizing: border-box;
  flex: none;
}

.promo-info-list li p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  letter-spacing: 0.02em;
  color:var(--blue);
}

.promo-info-list .list {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
/* ================================= join ====================================== */
.join-block {
  background: url('../images/join-bg.jpeg') no-repeat 50% 0/cover;
  align-items: center;
  display: flex;
  height: 408px;
  box-sizing: border-box;
}

.join-block .conversion-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.join-block .title {
  background: var(--blue);
  display:inline-block;
  padding: 14px 32px;
  margin-top: 0;
}


/* ================================= ambassadors-block ====================================== */
.ambassadors-block {
  box-sizing: border-box;
  background: var(--blue);
  padding: 80px 0;
  color: var(--blue);
}

.ambassadors-container {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
}

.ambassadors-header {
  display: flex;
  justify-content: space-between;
  height: 58px;
  color: var(--pink);
  line-height: 48px;
}

.ambassadors-title {
  flex-basis: 60%;
  color: var(--pink);
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
  line-height: 66px;
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box;
  word-break: break-word;
}

.ambassadors-slider-action-buttons {
  display: flex;
}

.ambassadors-slider-action-buttons > * {
  box-sizing: border-box;
  min-width: 80px;
  border: 1px solid var(--pink);
  color: inherit;
  background: transparent;
  text-align: center;
}

.ambassadors-slider-action-buttons > div {
  border-radius: 50%;
  margin: 0 20px;
  line-height: 58px;
}

.ambassadors-slider-action-buttons > button {
  cursor: pointer;
}

.ambassadors-slider-action-buttons > button > span {
  font-size: 40px;
  line-height: 20px;
}

.ambassadors-slider-action-buttons > button:hover {
  color: var(--blue);
  background: var(--pink);
  transition: 0.25s;
}

.ambassadors-slider {
  margin-top: 60px;
  min-height: 400px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.ambassadors-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all ease 0.25s;
  display: flex;
  gap: 18px;
}

.ambassador-card {
  flex: 1;
  max-width: 260px;
}

.card-img-wrapper {
  max-width: 260px;
  height: 348px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.card-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.card-title {
  max-width: 260px;
  height: 50px;
  padding: 13px;
  background: var(--pink);
  box-sizing: border-box;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  overflow: scroll;
  word-break: break-word;
}


/* ================================= footer ====================================== */
footer {
  height: 498px;
  background: var(--blue);
  color:var(--pink);
  padding: 0 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

}

footer h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 22px;
}

.footer-button {
  display: inline-flex;
}

.footer-a {
  display: inline-flex;
  align-items: center;
  background: var(--pink);
  height: 64px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: var(--blue);
  text-decoration: none;

}
.footer-a-s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-right: 1px solid var(--blue) ;
}
.footer-a-text {
  min-width: 264px;
  box-sizing: border-box;
  padding-left: 19px;
}



/* ================================= popup ====================================== */
.popUpWrap.none {
  display: none;
}

.popUpWrap {
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right: 0;
  display: flex;
  background-color: rgb(51 51 119 / 50%);
  z-index: 20;
  justify-content: center;
  align-items: center;
  font-family: var(--fontFamilyRoboto);
}

.popup {
  height: 100vh;
  position: relative;
  max-width: 1070px ;
  background-color: var(--blue);
  display: flex;
}

.popup-container {
  display: flex;
  align-items: stretch;
}

.popup-info {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 540px;
}
.popup-info img {
  width: 500px
}

.popup-form {
  background-color: #fff;
  flex: none;
  width: 530px;
  padding: 50px;
  box-sizing: border-box;
  overflow: auto;
}


.popup-form h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--blue);
  margin-top: 0;
  text-align: center;
}

.popup-form .field { padding-bottom: 8px }

.popup-form label {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--blue);
  display: block;
}
.popup-form label.inline {
  display: inline;
}

.popup-form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: var(--blue);

  display: block;
  padding: 12px 17px;
  height: 48px;
}

.popup-form .field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  color: #000056
}

.popup-form input[type=checkbox] {
  width:auto;
  display: inline;
  vertical-align: middle;
}

.popup-form .btn {
  border: 0 none;
  width: 100%;
  margin: 0;
}

.popup-form a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-decoration-line: none;
  color: var(--blue);
}

.popup .title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #E8E8E8;
  background: #FF267E;
  padding: 5px 20px;
  margin: -5px 0 0 0;
  display: inline;
}

.popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #f6f6f6;
  border-radius: 50%;
  height: 30px;
}

.grid_2 {
  display: flex;
  gap: 10px;
}

.grid_2 .field {
  flex:1;
}

.invalid-feedback {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  align-items: center;
  letter-spacing: 0.02em;
  color:var(--pink);
}

.invalid-feedback p,
.invalid-feedback ul,
.invalid-feedback ol {
  margin-top: 0;
  margin-bottom: 0;
}
.invalid-feedback p,
.invalid-feedback ol {
  margin-bottom: 5px;
}
.invalid-feedback ul {
  padding-left: 10px;
}
.invalid-feedback p,
.invalid-feedback li {
  line-height: 1.4em;
}
.invalid-feedback p:first-child {
  margin-top: 10px;
}
.invalid-feedback ol:last-child,
.invalid-feedback p:last-child {
  margin-bottom: 10px;
}

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

.g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .popUpWrap {
    display: block;
    position: inherit;
  }

  .popUpWrap .popup .popup-container {
    display: block;
    width: 100%;
  }

  .popUpWrap .popup .popup-container .popup-info{
    display: block;
    position: relative;
    height: 103px;
    min-width: auto;
  }

  .popUpWrap .popup .popup-container .popup-info div {
    padding-top: 25px;
  }

  .popUpWrap .popup .popup-container .popup-info .title{
    width: 290px;
    font-size: 18px;
    height: 26px;
    line-height: 25px;
    text-align: right;
    display: block;
  }

  .popUpWrap .popup .popup-container .popup-info .title.title_uk{
    width: 250px;
  }

  .popUpWrap .popup .popup-container .popup-info .title.title_en{
    height: 52px;
  }

  .popUpWrap .popup .popup-container .popup-info img{
    position: absolute;
    left: -50px;
    top: -5px;
    width: 250px;
  }

  .popUpWrap .popup .popup-container .popup-form{
    width: auto;
    padding: 24px 16px;
    height: 100%;
  }

  .popUpWrap .popup .popup-container .popup-form h3{
    text-align: center;
  }

  .popUpWrap .popup .close {
    opacity: 70%;
    background: #fff;
    border-radius: 50%;
    top:10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
}
/* ================================= popup end ====================================== */

.lang-dropdown {
  display: inline-flex;
  flex-direction: column;
  color: white;
  background: var(--blue);
  cursor: pointer;
  position: relative;
}

.lang-dropdown > span,
.lang-dropdown .dropdown-menu a {
  padding: 4px 8px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  width: 84px;
  box-sizing: border-box;
}

.lang-dropdown > span{
  background: var(--blue);
}

.lang-dropdown.open {
  border: 1px solid #337;
}

.lang-dropdown.open > span {
  background: #337;
}

.lang-dropdown .dropdown-menu a {
  text-decoration: none;
  color: white;
}

.lang-dropdown.open > a {
  display: inline-flex;
}

.lang-dropdown .dropdown-menu  > a:hover {
  background: #337;
}

.lang-dropdown .label {
  padding: 0 8px;
}

.dropdown-menu {
  position: absolute;
  width: 84px;
  top: 30px;
  left: -1px;
  border: 1px solid #337;
  background: var(--blue);
  display: none;
}

.lang-dropdown.open .dropdown-menu {
  display: block;
}

.form-signin .main-singIn {
  padding-left: 0;
  padding-right: 0;
}

.hidden {
  display: none;
}

#app {
  padding-top: 40px;
  background: #ffffff;
}

#app .error-page__logo {
  outline: none !important;
  position: relative;
  display: block;
  width: 272px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  left: 41%;
}

#app .error-page__logo .logo {
  width: 100%;
}

#app .error-page {
  box-sizing: border-box;
  max-width: 80%;
  padding: 80px 10px 30px 10px;
  margin: 100px auto;
  background-color: #ffffff;
  border-radius: 25px;
  position: relative;
  height: 270px;
}

#app .error-page .error-page__img {
  position: absolute;
  left: 37%;
  top: -100px;
  width: 25%;
}

#app .error-page h2.font-bold {
  font-weight: 800;
}

#app .error-page .error-desc {
  margin: 10px 0;
}

#app .error-page .error-page__btn {
  padding: 7px 40px;
  color: #FFFFFF;
  border-radius: 19px !important;
  background: #05C48A;
  margin-right: 9px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
}

#captchaV2 {
  display: flex;
  justify-content: center;
}