.Form-input__num {
  font-family: 'Encode Sans', sans-serif;
  width: 88px;
  text-align: center;
  padding-left: 0;
}

@media (min-width: 748px) {
  .Form-input__num {
    width: 126px;
    margin-right: 2px;
    padding-left: 12px;
    text-align: left;
  }
}
.Form-input__amount {
  font-family: 'Encode Sans', sans-serif;
  width: 40px;
  margin-right: 8px;
  vertical-align: top;
  text-align: center;
  padding-left: 0;
}

@media (min-width: 748px) {
  .Form-input__amount {
    width: 49px;
    margin-right: 16px;
  }
}
.FullInfo {
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid #e1e1e1;
}

.FullInfo-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.12px;
  margin: 0;
  margin-bottom: 32px;
  text-align: center;
}

.FullInfo-results {
  display: flex;
  flex-direction: column;
}

.FullInfo-results__left, .FullInfo-results__right {
  display: flex;
  height: 97px;
}

.FullInfo-results__left {
  margin-bottom: 14px;
}
.FullInfo-results__right {
  margin-top: 14px;
}

.FullInfo-results__item {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e1e1e1;
}
.FullInfo-results__right .FullInfo-results__item:last-child {
  border-right: none;
}

.FullInfo-results__child {
  flex: 1;
  justify-self: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #e1e1e1;
}

.FullInfo-results__child:last-child {
  border-right: none;
  border-bottom: none;
}

.FullInfo-results__one {
  flex: 2;
  max-width: 215px;
}
.FullInfo-results__two {
  flex: 1;
}

.FullInfo-results__item {
  padding-left: 12px;
  padding-right: 20px;
}
.FullInfo-results__left .FullInfo-results__item:first-child {
  padding-right: 0;
}

.FullInfo-item__title {
  font-size: 15px;
  letter-spacing: -0.1px;
  font-weight: normal;
  margin: 0;
  flex: 1;
}

.FullInfo-item__subtitle {
  color: #9b9b9b;
}

.FullInfo-item__award {
  color: #4a90e2;
  margin: 0;
  font-weight: bold;
}

.FullInfo-item__award--big {
  font-size: 40px;
  letter-spacing: -0.27px;
  line-height: 38px;
}

.FullInfo-item__award--mid {
  font-size: 21px;
  letter-spacing: -0.14px;
}
.FullInfo-item__award--small {
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 18px;
  font-weight: normal;
}

.FullInfo-item__bot {
  display: flex;
}
.FullInfo-bot__div:first-child {
  margin-right: 35px;
}

.FullInfo-results__four .FullInfo-item__bot {
  flex-direction: column;
}

.FullInfo-results__five {
  padding-right: 4px;
}

@media (min-width: 600px) {
  .FullInfo-results {
    flex-direction: row;
  }
  .FullInfo-results__left, .FullInfo-results__right {
    flex: 1;
  }
  .FullInfo-results__left {
    max-width: 300px;
    margin-bottom: 0;
  }
  .FullInfo-results__right {
    max-width: 343px;
    margin-top: 0;
  }
  .FullInfo-results__one {
    max-width: none;
  }

  .FullInfo-item__info {
    margin-bottom: 25px;
  }

  .FullInfo-results__child {
    flex: 1;
    justify-self: center;
    flex-direction: column;
    padding-bottom: 25px;
    border-bottom: none;
  }
}

.Form-inputs {
  display: flex;
  flex: 2;
}

.Form-num {
  margin-right: 9px;
}

.Form-amount {
  padding-left: 7px;
  border-left: 1px solid rgba(151, 151, 151, .29);
}

.Form-title {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: 17px;
  letter-spacing: -0.17px;
  text-transform: uppercase;
  opacity: .85;
}

.Form-amount__btn {
  font-size: 32px;
  opacity: 0.63;
  font-weight: 300;
  letter-spacing: -0.45px;
  color: #000000;
}

.Form-btn {
  position: relative;
  padding-top: 36px;
  padding-left: 16px;
  border-left: 1px solid rgba(151, 151, 151, .29);
}

.Form-btn__btn {
  display: block;
  text-decoration: none;
  background-color: #4a90e2;;
  color: #ffffff;
  font-size: 14px;
  padding: 11px 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.Form-sponsor {
  flex: 1;
  font-size: 10px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  z-index: 9999;
  background-color: #f2f0f0;
  margin-top: -10px;
  color: rgba(98, 97, 97, .68);
  letter-spacing: -0.16px;
}

.Form-sponsor__img {
  mix-blend-mode: multiply;
  background-color: #f2f0f0;
  vertical-align: middle;
  width: 56px;
  height: 48px;
}

.Form-button {
  font-family: 'Encode Sans', sans-serif;
  letter-spacing: -0.45px;
  margin-right: 8px;
  margin-left: 7px;
}
.Form-button:last-child {
  margin-right: 0;
  margin-left: 0;
}
.Form-button span {
  opacity: 0.63;
  font-size: 32px;
  font-weight: 200;
  vertical-align: middle;
}

@media (min-width: 748px) {
  .Form-num {
    margin-right: 14px;
  }
  .Form-btn {
    border-left: 0;
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }

  .Form-btn__btn {
    padding: 11px 65px;
    font-size: 16px;
    letter-spacing: -0.23px;
  }
  .Form-sponsor {
    text-align: right;
    width: inherit;
    margin-left: 0;
  }
  .Form-sponsor__img {
    width: 70px;
    height: 60px;
  }
  .Form-amount {
    padding-left: 16px;
  }
  .Form-button {
    margin-right: 16px;
    margin-left: inherit;
  }
  .Form-title {
    font-size: 12px;
  }
}
@media (min-width: 1000px) {
  .Form-button {
    margin-right: 20px;
  }
  .Form-amount {
    max-width: 154px;
    padding-left: 20px;
    border-right: 1px solid rgba(151, 151, 151, .29);
  }
  .Form-btn {
    display: flex;
    align-items: flex-end;
    margin-right: 0;
    margin-left: 13px;
  }
  .Form-sponsor {
    padding-right: 6px;
    padding-top: 10px;
  }
  .Form-sponsor a {
    height: 70px;
    vertical-align: top;
  }
  .Form-sponsor a img {
    margin-top: -7px;
  }
}

@media (max-width: 320px) {
  .Form-btn {
    padding-left: 10px;
  }
  .Form-button {
    margin-left: 0;
    margin-right: 8px;
  }
  .Form-sponsor {
    font-size: 10px;
  }
  .Form-sponsor__img {
    width: 40px;
    height: 35px;
  }
  .Form-input__amount {
    width: 30px;
    margin-right: 2px;
  }
  .Form-title {
    font-size: 10px;
  }
  .Form-btn__btn {
    padding: 11px 8px;
  }
}
.HeaderWidget {
  font-family: 'Encode Sans', sans-serif;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.HeaderWidget-left {
  flex: 1;
  background-color: #f2f0f0;
  padding: 10px;
  padding-top: 0;
  margin-bottom: 2px;
}

.HeaderWidget-left__top {
  display: flex;
  background-color: #f2f0f0;
  padding: 10px 0 22px 10px;
}

.HeaderWidget__title {
  flex: 1;
  font-family: 'Encode Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.25px;
  margin: 0;
  letter-spacing: -0.23px;
}

.HeaderWidget__text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.HeaderWidget-left__form {
  display: flex;
}

.HeaderWidget__first {
  font-family: 'Encode Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.56px;
  color: #4a90e2;
  margin: 0;
}


.HeaderWidget__award {
  font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #4a90e2;
  margin: 0;
  font-weight: bold;
}
.HeaderWidget__award:last-child {
  margin-left: 11px;
}

.HeaderWidget__award--five {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.ColRight .HeaderWidget__title {
  font-size: 18px;
  margin-bottom: 6px;
}
.ColRight .HeaderWidget__text {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: -0.24px;
}


.HeaderWidget-verticalBar {
  height: 139px;
  border-right: solid 1px rgba(151, 151, 151, .29);
  margin-right: 4px;
}

.HeaderColRight__link {
  color: #004a7f;
  margin: 10px 0 8px;
}

/*  */

@media (min-width: 748px) {
  .HeaderWidget {
    display: flex;
    flex-direction: column;
  }

  .HeaderWidget-title, .HeaderWidget-content {
    display: flex;
    flex: 1;
  }

  .HeaderWidget-left__form {
    flex-direction: column;
  }

  .HeaderWidget-left {
    flex: 2;
    max-width: 314px;
    margin-right: 2px;
    margin-bottom: 0;
    padding: 6px 16px 12px 19px;
  }

  .HeaderWidget__title {
    font-size: 18px;
    letter-spacing: -0.25px;
    margin-right: 10px;
  }

  .HeaderWidget__award {
    font-size: 18px;
  }

  .HeaderWidget__award--five {
    font-size: 14px;
  }

  .HeaderWidget__award.HeaderWidget__award--five:last-of-type {
    margin-left: 10px;
  }

  .HeaderWidget__award:last-child {
    margin-left: 19px;
  }

  .HeaderWidget-left__top { 
    max-width: 749px;
    width: 100%;
    padding-bottom: 1px;
  }
}

@media (min-width: 1000px) {
  .HeaderWidget-left {
    max-width: 567px;
    width: 100%;
    padding-right: 11px;
    align-self: flex-end;
  }
  .HeaderWidget-left__form {
    flex-direction: row;
  }
  .HeaderWidget-left__top {
    width: 567px;
    max-width: 567px;
    position: absolute;
    padding-bottom: 5px;
  }
}

/* WIDGET RIGHT COLUMN */
.HeaderColRight {
  background-color: #E7E7E7;
}

.ColRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 643px;
  width: 300px;
  padding-bottom: 7px;
  margin: 0 auto;
  border: solid 3px;
  border-image-slice: 3 3 3 3;
  border-image-repeat: repeat;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDEsMCBMMSwxIEwwLDEgTDAsMCBaIE0zLDAgTDQsMCBMNCwxIEwzLDEgTDMsMCBaIE0wLDQgTDEsNCBMMSw1IEwwLDUgTDAsNCBaIE05LDQgTDEwLDQgTDEwLDUgTDksNSBMOSw0IFogTTAsOSBMMSw5IEwxLDEwIEwwLDEwIEwwLDkgWiBNMyw5IEw0LDkgTDQsMTAgTDMsMTAgTDMsOSBaIE05LDAgTDEwLDAgTDEwLDEgTDksMSBMOSwwIFogTTksOSBMMTAsOSBMMTAsMTAgTDksMTAgTDksOSBaIi8+Cjwvc3ZnPgo=);
  font-family: 'Encode Sans', sans-serif;
}

.ColRight .Form-input__num {
  width: 118px;
}

.ColRight__top-border {
  width: 300px;
  border-top: solid 3px;
  border-image-slice: 3 3 3 3;
  border-image-repeat: repeat;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDEsMCBMMSwxIEwwLDEgTDAsMCBaIE0zLDAgTDQsMCBMNCwxIEwzLDEgTDMsMCBaIE0wLDQgTDEsNCBMMSw1IEwwLDUgTDAsNCBaIE05LDQgTDEwLDQgTDEwLDUgTDksNSBMOSw0IFogTTAsOSBMMSw5IEwxLDEwIEwwLDEwIEwwLDkgWiBNMyw5IEw0LDkgTDQsMTAgTDMsMTAgTDMsOSBaIE05LDAgTDEwLDAgTDEwLDEgTDksMSBMOSwwIFogTTksOSBMMTAsOSBMMTAsMTAgTDksMTAgTDksOSBaIi8+Cjwvc3ZnPgo=)
}

.ColRight__bottom-border {
  width: 270px;
  border-top: solid 3px;
  border-image-slice: 3 3 3 3;
  border-image-repeat: repeat;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDEsMCBMMSwxIEwwLDEgTDAsMCBaIE0zLDAgTDQsMCBMNCwxIEwzLDEgTDMsMCBaIE0wLDQgTDEsNCBMMSw1IEwwLDUgTDAsNCBaIE05LDQgTDEwLDQgTDEwLDUgTDksNSBMOSw0IFogTTAsOSBMMSw5IEwxLDEwIEwwLDEwIEwwLDkgWiBNMyw5IEw0LDkgTDQsMTAgTDMsMTAgTDMsOSBaIE05LDAgTDEwLDAgTDEwLDEgTDksMSBMOSwwIFogTTksOSBMMTAsOSBMMTAsMTAgTDksMTAgTDksOSBaIi8+Cjwvc3ZnPgo=)
}

.ColRight .HeaderWidget__title {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 7px;
}

.ColRight .ColRight__top {
  width: 270px;
}

.ColRight .Form-amount {
  margin-right: 0;
  border-right: none;
}

.ColRight .Form-amount .Form-button:last-child {
  margin-right: 0px;
}

.ColRight .Form-amount .Form-button:first-child,
.ColRight .Form-amount .Form-input__amount {
  margin-right: 15px;
}

.ColRight-form {
  width: 270px;
}

.ColRight-form .Form-btn__btn {
  width: 100%;
  text-align: center;
  margin-bottom: 15.5px;
}
.ColRight-form_inputs {
  display: flex;
  margin-bottom: 14px;
  text-align: left;
}

.ColRight .Form-sponsor {
  position: inherit;
  margin-top: 5px;
  text-align: right;
}

.ColRight .Form-sponsor__img {
  width: 75px;
  height: 65px;
  margin-left: 0px;
}

.ColRight .Form-sponsor-small {
  background-color: #ffffff;
}

.ColRight__form .Form-num, .Form-amount {
  flex: 1;
}

.HeaderColRight__link {
  color: #004a7f;
  margin: 10px 0 8px;
}

@media (min-width: 600px) {
  .HeaderColRight {
    display: none;
  }
}

.HeaderWidget-right__wrapper {
  flex: 1;
  padding-left: 13px;
  padding-right: 19px;
  background-color: #f2f0f0;
  padding: 10px;
}
.HeaderWidget-right {
  flex: 1;
}

.HeaderWidget-right {
  display: flex;
}


.HeaderWidget-right__left {
  flex: 1;
}

.HeaderWidget-right__right {
  flex: 1;
  padding-left: 7px;
}

.Header-Widget-right__last {
  display: none;
}


.HeaderWidget-right__item {
  display: flex;
  border-bottom: solid 1px rgba(151, 151, 151, .29);
  padding-bottom: 8px;
  max-width: 150px;
  margin-left: auto;
}
.HeaderWidget-right__item:nth-child(2) {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 8px;
}
.HeaderWidget-right__item:last-child {
  display: none;
}

.HeaderWidget-right__item .Header-Widget-item__div {
  flex: 2;
}

.HeaderWidget-right__item .Header-Widget-item__div:last-child {
  text-align: right;
  flex: 1;
}

.HeaderWidget-plus {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-left: calc(50% - 15px);
  margin-top: -15px;
  background-color: #ffffff;
  text-align: center;
  display: block;
  border: solid 1px #f2f0f0;
}

.HeaderWidget-plus__vertical {
  position: absolute;
  border-right: 1px solid #4a90e2;
  left: 14px;
  top: 8px;
  height: 13px;
}
.HeaderWidget-plus__horizontal {
  position: absolute;
  border-bottom: 1px solid #4a90e2;
  left: 8px;
  top: 14px;
  width: 13px;
}

@media (min-width: 748px) {
  .Header-Widget-right__last {
    display: block;
    padding-top: 6px;
    border-top: solid 1px rgba(151, 151, 151, .29);
  }
  .HeaderWidget-right__item {
    max-width: none;
  }
  .HeaderWidget-right__item:nth-child(2) {
    border-bottom: solid 1px rgba(151, 151, 151, .29);
    padding-bottom: 8px;
  }
  .HeaderWidget-right__item:nth-child(3) .Header-Widget-item__div:last-child  {
    flex: 2;
  }
  .HeaderWidget-right__item:last-child {
    display: flex;
    border-bottom: none;
    padding-top: 8px;
  }
  .HeaderWidget-right__wrapper {
    padding: 8px 19px 12px 13px;
    max-width: 433px;
    width: 100%;
  }
  .HeaderWidget-plus {
    display: none;
  }

  .HeaderWidget-right__item .Header-Widget-item__div {
    flex: 2;
    padding-right: 2px;
  }
}
.HeaderWidgetTheChild-right {
  display: flex;
  height: 139px;
}


.HeaderWidgetTheChild-right__left {
  flex: 1.1;
  max-width: 170px;
  border-right: solid 1px rgba(151, 151, 151, .29);
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.HeaderWidgetTheChild-right__center {
  flex: 1.2;
  max-width: 170px;
  border-right: solid 1px rgba(151, 151, 151, .29);
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.HeaderWidgetTheChild-right__right {
  flex: 1.1;
  max-width: 150px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.HeaderWidgetTheChild__award {
  color: #004a7f;
  font-size: 1.8rem;
}

.HeaderWidgetTheChild__subtext{
  margin-top: 2px;
  color: #9b9b9b;
}

.HeaderWidgetTheChild__text{
  margin-top: 0px;
}
/* WIDGET RESULT */
.Result {
  font-family: 'Encode Sans', sans-serif;
  width: 100%;
  max-width: 643px;
  margin: 8px auto;
}
.Result-header {
  display: flex;
  margin-bottom: 32px;
  padding: 0 4px 4px 10px;
}

.Result-header__left {
  flex: 1;
}

.Result-header__left span {
  font-size: 12px;
  letter-spacing: -0.17px;
  text-transform: uppercase;
}

.Form-sponsor__img {
  margin-left: 0;
}

.Result-content {
  text-align: center;
  margin-bottom: 56px;
}

.Result-content p {
  font-size: 18px;
  letter-spacing: -0.25px;
  max-width: 300px;
  margin: 12px auto 14px;
}

.Result-content p:first-child {
  color: #4a90e2;
  font-weight: 600;
  margin-bottom: 0px;
}

.Result-content .Result-content__award {
  font-size: 77px;
  letter-spacing: -1.1px;
  color:  #4a90e2;
  font-weight: bold;
}

.Result-content .Result-content__money {
  font-size: 36px;
  letter-spacing: -0.51px;
  margin-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(151, 151, 151, .51);
}


.FormResult, .FormResult-inputs {
  display: flex;
}

.FormResult-inputs {
  justify-content: space-between;
}

.FormResult-inputs .Form-amount {
  flex: none;
}

.FormResult-inputs .Form-num {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: auto;
}

.FormResult-inputs .Form-num .Form-input__num{
  width: auto;
  max-width: 130px;
}


.FormResult {
  width: 290px;
  flex-direction: column;
  padding: 0 8px;
  margin: auto;
}

.FormResult-title {
  font-size: 18px;
  letter-spacing: -0.25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.FormResult .Form-title {
  color: rgba(0, 0, 0, .68);
  font-weight: normal;
  text-transform: uppercase;
}

.FormResult .Form-btn__btn {
  padding: 13px 104px;
  margin-top: -2px;
}

.FormResult .Form-btn {
  padding-top: 18px;
  text-align: center;
  border: none;
  padding-left: 0;
}

.FormResult .Form-tickets {
  margin-right: 0;
  border-left: 1px solid rgba(151, 151, 151, .29);
  padding-left: 13px;
}

.FormResult .Form-tickets__content {
 display: flex;
 justify-content: flex-end;
}

.Form-tickets__add {
  color: rgba(0, 0, 0, .32);
  font-size: 32px;
  cursor: pointer;
}

.Form-tickets__rest {
  color: rgba(0, 0, 0, .32);
  font-size: 32px;
  cursor: pointer;
}

.FullInfo {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .FormResult {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 0;
  }

  .FormResult .Form-tickets {
    flex: 1;
    margin-right: 14px;
  }

  .FormResult, .FormResult-inputs {
    flex: 1;
  }

  .FormResult .Form-btn {
    flex:1;
    border-left: 1px solid rgba(151, 151, 151, .29);
    padding-top: 36px;
    padding-left: 16px;
  }

  .FormResult-inputs .Form-amount {
    flex: 1;
    border-right: none;
  }

  .FormResult-inputs .Form-amount .Form-button:nth-child(2) {
    margin-left: 20px;
    margin-right: 13px;
  }

  .FormResult-inputs .Form-amount input {
    margin-right: 13px;
  }

  .Result-header {
    padding: 0;
  }
  .Result-header__left h2 {
    font-size: 18px;
  }
  .Result-header__right {
    font-size: 12px;
  }

  .FullInfo {
    width: auto;
  }
}

/* WIDGET RIGHT COLUMN */
.HeaderColRight {
  background-color: #E7E7E7;
}

.ColRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 643px;
  width: 300px;
  padding-bottom: 7px;
  margin: 0 auto;
  border: solid 3px;
  border-image-slice: 3 3 3 3;
  border-image-repeat: repeat;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDEsMCBMMSwxIEwwLDEgTDAsMCBaIE0zLDAgTDQsMCBMNCwxIEwzLDEgTDMsMCBaIE0wLDQgTDEsNCBMMSw1IEwwLDUgTDAsNCBaIE05LDQgTDEwLDQgTDEwLDUgTDksNSBMOSw0IFogTTAsOSBMMSw5IEwxLDEwIEwwLDEwIEwwLDkgWiBNMyw5IEw0LDkgTDQsMTAgTDMsMTAgTDMsOSBaIE05LDAgTDEwLDAgTDEwLDEgTDksMSBMOSwwIFogTTksOSBMMTAsOSBMMTAsMTAgTDksMTAgTDksOSBaIi8+Cjwvc3ZnPgo=);
  font-family: 'Encode Sans', sans-serif;
}

.ColRight .Form-input__num {
  width: 118px;
}

.ColRight__top-border {
  width: 300px;
  border-top: solid 3px;
  border-image-slice: 3 3 3 3;
  border-image-repeat: repeat;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDEsMCBMMSwxIEwwLDEgTDAsMCBaIE0zLDAgTDQsMCBMNCwxIEwzLDEgTDMsMCBaIE0wLDQgTDEsNCBMMSw1IEwwLDUgTDAsNCBaIE05LDQgTDEwLDQgTDEwLDUgTDksNSBMOSw0IFogTTAsOSBMMSw5IEwxLDEwIEwwLDEwIEwwLDkgWiBNMyw5IEw0LDkgTDQsMTAgTDMsMTAgTDMsOSBaIE05LDAgTDEwLDAgTDEwLDEgTDksMSBMOSwwIFogTTksOSBMMTAsOSBMMTAsMTAgTDksMTAgTDksOSBaIi8+Cjwvc3ZnPgo=)
}

.ColRight__bottom-border {
  width: 270px;
  border-top: solid 3px;
  border-image-slice: 3 3 3 3;
  border-image-repeat: repeat;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDEsMCBMMSwxIEwwLDEgTDAsMCBaIE0zLDAgTDQsMCBMNCwxIEwzLDEgTDMsMCBaIE0wLDQgTDEsNCBMMSw1IEwwLDUgTDAsNCBaIE05LDQgTDEwLDQgTDEwLDUgTDksNSBMOSw0IFogTTAsOSBMMSw5IEwxLDEwIEwwLDEwIEwwLDkgWiBNMyw5IEw0LDkgTDQsMTAgTDMsMTAgTDMsOSBaIE05LDAgTDEwLDAgTDEwLDEgTDksMSBMOSwwIFogTTksOSBMMTAsOSBMMTAsMTAgTDksMTAgTDksOSBaIi8+Cjwvc3ZnPgo=)
}

.ColRight .HeaderWidget__title {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 7px;
}

.ColRight .ColRight__top {
  width: 270px;
}

.ColRight .Form-amount {
  margin-right: 0;
  border-right: none;
}

.ColRight .Form-amount .Form-button:last-child {
  margin-right: 0px;
}

.ColRight .Form-amount .Form-button:first-child,
.ColRight .Form-amount .Form-input__amount {
  margin-right: 15px;
}

.ColRight-form {
  width: 270px;
}

.ColRight-form .Form-btn__btn {
  width: 100%;
  text-align: center;
  margin-bottom: 15.5px;
}
.ColRight-form_inputs {
  display: flex;
  margin-bottom: 14px;
  text-align: left;
}

.ColRight .Form-sponsor {
  position: inherit;
  margin-top: 5px;
  text-align: right;
  justify-content: flex-end;
}

.ColRight .Form-sponsor__img {
  width: 75px;
  height: 65px;
  margin-left: 0px;
}

.ColRight .Form-sponsor-small {
  background-color: #ffffff;
}

.ColRight__form .Form-num, .Form-amount {
  flex: 1;
}

.HeaderColRight__link {
  color: #004a7f;
  margin: 10px 0 8px;
}

.ColRight__results {
  width: 270px;
  display: flex;
  flex-direction: column;
}

.ColRight__results .label {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #000000;
}

.ColRight__results--theFat {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.ColRight__results--theFat .prize {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.56px;
  color: #4a90e2;
}

.ColRight__results--others {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ColRight__results--others .second .label,
.ColRight__results--others .third .label,
.ColRight__results--others .forth .label {
  margin-bottom: 2px;
}

.ColRight__results--others .second .prize,
.ColRight__results--others .third .prize,
.ColRight__results--others .forth .prize {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.25px;
  color: #4a90e2;
  margin-bottom: 6px;
}

.ColRight__results--others .forth .prize:first-child {
  margin-right: 20px;
}

.ColRight__results--others .fifth {
  padding-left: 12px;
  padding-right: 12px;
  border-left: solid 3px;
  border-image-slice: 3 3 3 3;
  border-image-repeat: repeat;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBmaWxsPSIjOUI5QjlCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLDAgTDEsMCBMMSwxIEwwLDEgTDAsMCBaIE0zLDAgTDQsMCBMNCwxIEwzLDEgTDMsMCBaIE0wLDQgTDEsNCBMMSw1IEwwLDUgTDAsNCBaIE05LDQgTDEwLDQgTDEwLDUgTDksNSBMOSw0IFogTTAsOSBMMSw5IEwxLDEwIEwwLDEwIEwwLDkgWiBNMyw5IEw0LDkgTDQsMTAgTDMsMTAgTDMsOSBaIE05LDAgTDEwLDAgTDEwLDEgTDksMSBMOSwwIFogTTksOSBMMTAsOSBMMTAsMTAgTDksMTAgTDksOSBaIi8+Cjwvc3ZnPgo=)
}

.ColRight__results--others .fifth-container {
  display: flex;
  margin-top: 5px;
}

.ColRight__results--others .fifth-container--first {
  margin-right: 30px;
}

.ColRight__results--others .fifth-container--first,
.ColRight__results--others .fifth-container--second {
  display: flex;
  flex-direction: column;
}

.ColRight__results--others .fifth .prize {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #4a90e2;
  margin-bottom: 14px;
}

.ColRight__results--others .fifth .prize:last-child {
  margin-bottom: 0;
}

.ColRight__results--others .prize_container .second,
.ColRight__results--others .prize_container .third {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .HeaderColRight {
    display: none;
  }
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
      monospace;
  }
  
  *, *:before, *:after {
    box-sizing: border-box;
  }
  
  input {
    border-radius: 2px;
    border: solid 1px rgba(155, 155, 155, 0.57);
    background-color: #ffffff;  
    height: 40px;
    font-size: 18px;
    letter-spacing: -0.25px;
    padding-left: 12px;
  }
  input:focus {
    outline-width: 1px;
  }
  input::placeholder {
    opacity: 0.17;
  }
  
  button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  
  button:focus {
    outline: none;
  }
