body {
    font-family: "Cabin", sans-serif;
}

.br {
    border-radius: 35px !important;
}

.n-form {
    display: none;
}

.video {
    margin-bottom: 10px;
}

.alerts-border {
    border: 2px transparent solid;
    animation: blink 2s;
    animation-iteration-count: 3;
}

@keyframes blink {
    50% {
        border-color: #f5871e;
    }
}

a.button {
    text-decoration: none;
}

a.button:hover,
a.button:active,
a.button:focus {
    text-decoration: none;
}

header {
    display: block;
    background-color: #fff;
    padding: 20px 30px;
}

header .head-logo {
    max-width: 100%;
    display: inline-block;
    position: relative;
}

header .desk-logo {
    display: inline-flex;
}

header .head-logo img {
    width: 315px;
}

header .head-logo:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 23px;
    top: 8px;
    left: auto;
    right: -30px;
    background-image: url(../images/arrw-l.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

header p {
    font-size: 20px;
    padding-left: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 38px;
    color: #237587;
    margin-bottom: 0;
}

section .button,
#popup .button {
    display: block;
    margin: 0 auto;
    width: 550px;
    max-width: 100%;
    border: none;
    background-image: linear-gradient(80deg, #f2df29, #f5871e);
    border-radius: 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding: 14px;
    text-align: center;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(142, 35, 0, 0.49), inset 2px 2px 3px 0 rgba(255, 246, 169, 0.34), inset 0 -2px 5px 0 rgba(122, 6, 6, 0.29);
}

section .button:hover,
#popup .button:hover {
    background-image: linear-gradient(80deg, #237587, #1f8f45);
    box-shadow: 0 5px 10px 0 rgba(17, 95, 112, 0.49), inset 2px 2px 3px 0 rgba(27, 172, 204, 0.34), inset 0 -2px 5px 0 rgba(122, 6, 6, 0.29);
}

button:hover {
    cursor: pointer;
}

.form-wrapper .reg-btn {
    display: block;
    width: 100%;
    border: none;
    background-image: linear-gradient(80deg, #f2df29, #f5871e);
    border-radius: 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(142, 35, 0, 0.49), inset 2px 2px 3px 0 rgba(255, 246, 169, 0.34), inset 0 -2px 5px 0 rgba(122, 6, 6, 0.29);
}

.form-wrapper .reg-btn:hover {
    background-image: linear-gradient(80deg, #237587, #1f8f45);
    box-shadow: 0 5px 10px 0 rgba(17, 95, 112, 0.49), inset 2px 2px 3px 0 rgba(27, 172, 204, 0.34), inset 0 -2px 5px 0 rgba(122, 6, 6, 0.29);
}

.form-wrapper .reg-btn:active,
.form-wrapper .reg-btn:focus {
    /*background-color: #ff9300;*/
}

.form-wrapper .protected {
    margin-top: 15px;
}

.form-wrapper .protected p {
    text-align: center;
    color: #237587;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.13;
    margin-bottom: 10px;
    padding: 0 6px;
}

.form-wrapper .protected img {
    width: 36px;
    display: block;
    margin: 0 auto;
}

form .form-control {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    padding: 15px;
    color: #9eabc0;
    border: 1px solid #237587;
    border-radius: 50px;
}

form .form-control::placeholder {
    color: #9eabc0;
}

form input[type="password"].form-control::placeholder {
    color: red;
}

.form-group {
    margin-bottom: 10px;
}

/*.checkbox {
	display: flex;
	position: relative;
}

.checkbox input[type=checkbox] {
	margin: 5px 12px 5px 5px;
}

.checkbox label {
  position: absolute;
  cursor: pointer;
  padding: 0;
}

.checkbox label:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background: white;
}

.checkbox label:hover::before {
	font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f00c";
  color: #cdd4e1;
  font-size: 12px;
	border: 1px solid #41BD29;
	padding-left: 2px;
}

.checkbox input[type="checkbox"]:checked + label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f00c";
  color: #5FAB50;
  font-size: 12px;
	border: 1px solid #5FAB50;
	padding-left: 2px;
}

.checkbox p {
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	margin-bottom: 24px;
}*/

section.sec-1 {
    background-image: url("../images/sec-1.svg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

section.sec-1 h1 {
    color: #fff;
    font-size: 50px;
    line-height: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

section.sec-1 h1.small {
    font-size: 44px;
    line-height: 45px;
}

section.sec-1 h3 {
    text-align: center;
    font-size: 28px;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
}

.form-wrapper {
    padding: 20px 10px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(58, 58, 58, 0.7);
    box-shadow: 0px 10px 10px 0px rgba(58, 58, 58, 0.7);
}

.form-wrapper .form-logo {
    width: fit-content;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}

.form-wrapper .form-logo img {
    width: 75px;
}

.form-wrapper .form-logo:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 54px;
    background-image: url(../images/form-logo-after.svg);
    background-size: cover;
    right: -50px;
    top: 30px;
}

.inline-form .row {
    margin-left: 0;
    margin-right: 0;
}

.inline-form [class*="col-"] {
    padding: 0 5px;
}

.inline-form [class*="col-"] .row {
    margin-left: -5px;
    margin-right: -5px;
}

.inline-form .form-wrapper {
    position: relative;
    padding: 15px 5px 7px;
    border-radius: 30px;
    -webkit-box-shadow: 3px 10px 15px -3px rgba(0, 0, 0, 0.54);
    box-shadow: 3px 10px 15px -3px rgba(0, 0, 0, 0.54);
}

.inline-form .form-wrapper.pb {
    padding-bottom: 10px;
}

.inline-form .form-wrapper .reg-btn {
    font-size: 20px;
    line-height: 24px;
    padding: 13px 0;
}

.inline-form .inline-logo img.log {
    width: 50px;
}

.inline-form .inline-logo {
    position: relative;
    margin-left: 20px;
}

.inline-form .inline-logo.mt3 {
    margin-top: 30px;
}

.inline-form .inline-logo:after {
    position: absolute;
    content: "";
    width: 75px;
    height: 38px;
    background-image: url("../images/arrow-right.svg");
    right: 10px;
    top: 7px;
}

.inline-form .inline-logo._2:after {
    background-image: url("../images/arrow-left.svg");
    top: 5px;
    right: 5px;
}

.sec-title .title-img {
    width: 75px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sec-title .title-img._2 {
    width: auto;
}

.sec-title h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #237587;
    margin-bottom: 14px;
}

section.sec-1 .secured {
    margin-top: 50px;
}

section.sec-1.nv {
    padding-top: 85px;
}

section.sec-1 .titles {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
}

section.sec-1 .titles.nv h1,
section.sec-1 .titles.nv h3 {
    text-align: left;
}

section.sec-1.nv .secured {
    margin-top: 80px;
}

section.sec-2 {
    background-image: url(../images/sec-2.svg);
    background-size: cover;
    background-position: center;
    padding: 40px 0 50px;
    position: relative;
}

section.sec-2 h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.11;
}

section.sec-2 p,
section.sec-3 p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #5d686b;
    margin-bottom: 30px;
}

section.sec-2 .cards .row [class*="col-"] {
    display: flex;
}

section.sec-2 .cards .card {
    border: none;
    border-radius: 30px;
    padding: 40px 30px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0 40px;
}

section.sec-2 .cards img {
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

section.sec-2 .cards .card span {
    color: #5d686b;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 26px;
    text-align: center;
}

section.sec-3 {
    background-color: #fff;
    padding: 40px 0;
}

section.sec-3 h1 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

section.sec-3 .counter {
    background-color: #237587;
    padding: 12px 30px;
    border-radius: 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: block;
    text-decoration: none;
}

section.sec-3 .counter._1:hover,
section.sec-3 .counter._1:active,
section.sec-3 .counter._1:focus {
    text-decoration: none;
    background-image: linear-gradient(80deg, #237587, #1f8f45);
    /*box-shadow: 0 5px 10px 0 rgba(17, 95, 112, 0.49), inset 2px 2px 3px 0 rgba(27, 172, 204, 0.34), inset 0 -2px 5px 0 rgba(122, 6, 6, 0.29);*/
}

section.sec-3 .counter._2 {
    background-color: #0e343d;
    font-size: 20px;
    max-width: fit-content;
    margin-bottom: 24px;
}

section.sec-3 .counter._2 .date {
    display: contents;
}

section.sec-3 .counter._2 .date span {
    margin-right: 10px;
}

section.sec-3 .counter._2 .total {
    position: relative;
    padding: 0 24px;
    padding-left: 24px;
}

section.sec-3 .counter._2 .current-year {
    padding-right: 24px;
}

section.sec-3 .counter._2 .earn {
    color: #3ad24e;
    padding-left: 24px;
}

section.sec-3 .counter._2 .earn.ed {
    padding-left: 2px;
}

section.sec-3 .counter._2 .total:before {
    content: "";
    height: 50px;
    width: 2px;
    position: absolute;
    left: 0;
    border: 1px solid #fff;
    top: -13px;
}

section.sec-3 .counter._2 .total:after {
    content: "";
    height: 50px;
    width: 2px;
    position: absolute;
    left: auto;
    right: 0;
    border: 1px solid #fff;
    top: -13px;
}

section.sec-3 .counter p {
    margin: 0;
}

section.sec-3 .map-wrapper {
    position: relative;
    margin: 0 auto;
    margin: 30px 0 20px;
}

section.sec-3 .map {
    position: relative;
}

section.sec-3 .map .markers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.sec-3 .map .mapdekstop {
    max-width: 100%;
    display: block;
}

section.sec-3 .map .mapmobile {
    max-width: 100%;
    display: none;
}

section.sec-3 .map .markers > .marker {
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(../images/pin.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    border-radius: 50%;
}

section.sec-3 .user-online {
    box-shadow: 0px 0px 10px 10px #40d15c;
    animation: pulseglow 2s;
    animation-iteration-count: 3;
}

@keyframes pulseglow {
    50% {
        box-shadow: 0px 0px 5px 5px #40d15c;
    }
}

section.sec-3 .live-updates {
    position: absolute;
    width: 100%;
    top: 30px;
    right: 20px;
    max-width: 265px;
}

section.sec-3 .live-updates:lang(ru) {
    max-width: 310px;
}

section.sec-3 .live-updates .users-wrapper {
    height: 205px;
    overflow-y: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
section.sec-3 .live-updates .users-wrapper::-webkit-scrollbar {
    display: none;
}

section.sec-3 .live-updates .user {
    font-size: 16px;
    font-weight: bold;
    color: #3ad24e;
    min-height: 60px;
    margin-bottom: 10px;
    padding: 2px 10px 0 3px;
    border-radius: 30.5px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    font-size: 20px;
    line-height: 40px;
    width: 100%;
}

section.sec-3 .live-updates .user span.uname {
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

section.sec-3 .live-updates .user span.ammount {
    position: relative;
    line-height: 50px;
    margin-left: 2px;
}

section.sec-3 .live-updates .user span.ammount:before {
    content: "";
    position: absolute;
    background-image: url("../images/arrw-up.svg");
    background-size: cover;
    width: 16px;
    height: 10px;
    top: -1px;
    left: -32px;
}

section.sec-3 .live-updates .user span.ammount:lang(ru):before {
    left: -60px;
}

section.sec-3 .live-updates .user:last-child {
    margin-bottom: 0;
}

section.sec-3 .live-updates img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
}

section.sec-3 .live-updates p.fs16 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: #0d3390;
    margin-bottom: 20px;
}

section.sec-3 .live-updates p.fs16::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #40d15c;
}

section.sec-4 {
    padding: 30px 0 45px;
    background: rgb(40, 88, 214);
    background: linear-gradient(100deg, rgba(40, 88, 214, 1) 0%, rgba(31, 143, 69, 1) 100%);
}

section.sec-4 .container-fluid {
    padding: 0;
}

section.sec-4 .sec-title h4 {
    color: #fff;
}

section.sec-4 h1 {
    color: #3d4f6a;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.11;
    margin: 30px 0 20px;
}

section.sec-4 h5 {
    color: #2a3241;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.17;
    margin-bottom: 30px;
}

section.sec-4 .asset {
    display: block;
    width: 100%;
    background-color: #3a7ac1;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

section.sec-4 .asset.green {
    background-color: #5fab50;
}

section.sec-4 .asset img.asset-img {
    width: 60px;
}

section.sec-4 .asset img.graph {
    float: right;
}

section.sec-4 .asset p.ammount {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
}

section.sec-4 .asset .percentage {
    border-radius: 50px;
    background-color: #fff;
    padding: 16px 30px;
}

section.sec-4 .asset .percentage p {
    padding-left: 12px;
    text-align: center;
    color: #41bd29;
    font-size: 24px;
    margin: 0;
    font-weight: 900;
    line-height: 1.17;
    letter-spacing: 0.4px;
    position: relative;
}

section.sec-4 .asset .percentage p:before {
    position: absolute;
    display: inline;
    content: "";
    left: 0;
    top: 4px;
    width: 12px;
    height: 20px;
    background-image: url("../images/arrw-up.svg");
    background-repeat: no-repeat;
    background-position: center;
}

section.sec-4 .asset-mob .asset {
    display: block;
}

section.sec-4 .asset-mob {
    display: none;
}

section.sec-4 .asset-mob .asset {
    border-radius: 0;
    padding-bottom: 10px;
}

section.sec-4 .asset-mob .asset .d-flex {
    justify-content: center;
}

section.sec-4 .asset-mob .asset .percentage {
    max-width: 245px;
    margin: 0 auto;
}

section.sec-4 .asset-mob .asset img.graph {
    float: none;
    display: block;
    margin: 0 auto;
}

section.sec-4 .asset-mob .asset .row [class*="col-"] {
    margin-bottom: 10px;
}

section.sec-5 {
    background-color: #fff;
    padding: 50px 0;
}

section.sec-5 .mobile {
    display: none;
}

section.sec-5 .desk {
    display: block;
}

section.sec-5 h4 {
    color: #237587;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

section.sec-5 h5 {
    color: #237587;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

section.sec-5 span {
    display: block;
    color: #5d686b;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

section.sec-5 img {
    display: block;
    margin: 0 auto;
}

section.sec-6 {
    padding: 50px 0;
    background-image: url("../images/sec-6.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.sec-6 h1 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0 30px;
}

section.sec-6 .user-sec {
    color: #237587;
}

section.sec-6 .user-sec .user-img {
    display: block;
    margin: 0 auto;
    max-width: 170px;
    margin-top: 15px;
    margin-bottom: 34px;
}

section.sec-6 .user-sec .user-desc {
    border-top: 1px solid #237587;
    border-bottom: 1px solid #237587;
    padding: 10px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

section.sec-6 .user-sec .user-name {
    font-size: 22px;
    line-height: 32px;
}

section.sec-6 .user-sec .user-desc img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

section.sec-6 .user-sec .user-desc {
    display: inline-block;
    width: 100%;
}

section.sec-6 .user-sec .user-name {
    float: left;
}

section.sec-6 .user-sec .f-l {
    float: right;
}

section.sec-6 .user-sec .amount,
section.sec-6 .user-sec .currency {
    font-size: 22px;
    line-height: 32px;
    color: #10bb26;
    letter-spacing: -1px;
    margin-left: -4px;
}

section.sec-6 .user-sec .user-testi {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 36px;
}

section.sec-7 {
    background-color: white;
    padding: 50px 0;
}

section.sec-7 .facebook-sec {
    border-top: 1px solid #0e343d;
    padding-top: 30px;
}

section.sec-7 .facebook-sec h4 {
    color: #237587;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

section.sec-7 .facebook-sec h4.green {
    color: #10bb26;
}

section.sec-7 p {
    display: block;
    color: #5d686b;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

section.sec-8 {
    background-image: url("../images/sec-8.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0 150px;
    color: #fff;
}

section.sec-8 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

section.sec-8 h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 50px;
}

section.sec-8 .social.desktop {
    display: flex;
    justify-content: space-between;
}

section.sec-8 .social.desktop img {
    /*width: 75px;*/
}

section.sec-8 .social.mobile {
    display: none;
}

section.sec-9 {
    background-image: url("../images/sec-9.svg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 110px 0 50px;
}

section.sec-faq {
    background-color: #fff;
    padding: 30px 0 80px;
}

section.sec-faq .row [class*="col-"] {
    display: flex;
}

section.sec-faq p {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #5d686b;
    margin-bottom: 30px;
}

section.sec-faq .question {
    padding: 30px 40px;
    border-radius: 30px;
    border: 1px solid #237587;
    margin-bottom: 20px;
}

section.sec-faq .question p.q {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #237587;
    margin-bottom: 10px;
    text-align: left;
}

section.sec-faq .question p.a {
    color: #5d686b;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
}

section.footer-section {
    background-color: #f3f8f9;
    background-image: url("../images/footer.svg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 0 75px;
}

section.footer-section .sec-title p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #5d686b;
    margin-bottom: 30px;
}

section.footer-section .logo img {
    display: block;
    margin: 0 auto;
    width: 170px;
}

section.footer-section .logo.w img {
    width: 550px;
}

section.footer-section .form-wrapper {
    background-color: #237587;
    margin-bottom: 45px;
}

section.footer-section .form-wrapper .reg-btn:hover {
    background-image: linear-gradient(80deg, #237587, #1f8f45);
    box-shadow: 0 0 12px 0 rgb(255 255 255 / 49%), inset 2px 2px 3px 0 rgb(27 172 204 / 34%), inset 0 -2px 5px 0 rgb(122 6 6 / 29%);
}

footer {
    text-align: center;
    background-color: #fff;
    color: #5d686b;
    padding: 30px 0 20px;
}

footer p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

footer p.alr {
    font-size: 18px;
    margin-bottom: 0;
}

section.copyright-section {
    padding: 9px 0;
    background-color: #fff;
    text-align: center;
}

section.copyright-section span {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.27px;
    text-align: center;
    color: #2a3241;
}

#popup {
    z-index: 99999;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(14, 52, 61, 0.9);
    height: 100%;
    width: 100%;
}

#popup .inner-popup {
    position: relative;
    border-radius: 30px;
    margin: 0 auto;
    width: 780px;
    max-width: 90%;
    background-image: linear-gradient(237deg, #fff, #ccc 0%);
    text-align: center;
    padding: 40px 80px;
}

#popup .inner-popup h1 {
    font-size: 32px;
    font-weight: bold;
    color: #0e343d;
}

#popup .inner-popup h3.banner {
    display: block;
    padding: 15px 21px 13px;
    background-color: #0e343d;
    color: #ffaa00;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    border-radius: 30px;
    margin: 20px 0;
}

#popup .inner-popup p {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #237587;
    font-style: italic;
}

#popup .inner-popup .button {
    margin-bottom: 20px;
    margin-top: 20px;
}

.gdpr-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(280deg, rgba(40, 88, 214, 1) 0%, rgba(31, 143, 69, 1) 100%);
    color: #ffffff;
    width: 100%;
    z-index: 99999;
}

.gdpr-modal .button {
    display: block;
    width: 100%;
    border: none;
    background-image: linear-gradient(80deg, #f2df29, #f5871e);
    border-radius: 50px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
}

.gdpr-modal .button:hover,
.gdpr-modal .button:active,
.gdpr-modal .button:focus {
    background-image: linear-gradient(80deg, #237587, #1f8f45);
    border: 1px solid #fff;
    padding: 11px 9px;
    cursor: pointer;
    outline: none;
}

.gdpr-modal p {
    line-height: 48px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.gdpr-modal p.small {
    line-height: 24px;
}

.gdpr-modal p a {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .inline-form .inline-logo {
        margin-left: 0;
    }

    .inline-form .inline-logo:after {
        background-size: cover;
        right: 5px;
    }

    .inline-form .inline-logo._2:after {
        right: -5px;
    }

    section.sec-1.nv {
        padding-top: 40px;
    }

    section.sec-2 .cards .card h3 {
        font-size: 24px;
    }

    section.sec-2 .cards .card span {
        font-size: 20px;
        line-height: 1.1;
    }

    section.sec-4 .asset p.ammount {
        text-align: center;
    }

    section.sec-4 .asset .percentage {
        padding: 15px 30px;
    }

    section.sec-4 .asset img.asset-img {
        width: 58px;
    }

    section.sec-7 .steps-img.line::before,
    section.sec-7 .steps-img.line::after {
        top: calc(50% - 45px);
        width: 100px;
    }
}

@media screen and (max-width: 991px) {
    .inline-form {
        display: none;
    }

    .n-form {
        display: block;
    }

    header .head-logo img {
        width: 275px;
        display: block;
        margin: 0 auto;
    }

    header .head-logo:after {
        top: 5px;
    }

    header p {
        font-size: 18px;
        line-height: 32px;
    }

    section.sec-1 .secured,
    section.sec-1.nv .secured {
        margin-top: 40px;
    }

    section.sec-2 {
        padding: 30px 0;
    }

    section.sec-2 .cards img {
        margin-bottom: 15px;
        width: 100px;
    }

    section.sec-2 .cards {
        margin-bottom: 0;
    }

    section.sec-2 .cards .card {
        margin-bottom: 15px;
        padding: 35px 20px;
    }

    section.sec-2 .cards .card h3 {
        font-size: 24px;
    }

    section.sec-2 .cards .card span {
        font-size: 20px;
        line-height: 1.1;
    }

    .checkbox p {
        margin-bottom: 12px;
    }

    section.sec-4 .asset .row._first {
        margin-bottom: 10px;
    }

    section.sec-4 .asset .row._first .percentage {
        margin-left: 8px;
    }

    section.sec-6 {
        background-position: top left;
    }

    section.sec-6 .user-sec .user-img {
        margin-bottom: 25px;
    }

    section.sec-6 .user-sec .user-desc {
        line-height: 26px;
        margin-bottom: 15px;
    }

    section.sec-7 {
        padding: 40px 0 80px;
    }

    section.sec-7 h1 {
        font-size: 30px;
    }

    section.sec-7 h3 {
        font-size: 28px;
        line-height: 30px;
    }

    section.sec-7 .steps-img img {
        max-width: 150px;
    }

    section.sec-7 .steps-img.line::before,
    section.sec-7 .steps-img.line::after {
        display: none;
    }

    footer .container::before {
        left: -18px;
        width: 250px;
    }

    footer .container::after {
        right: -18px;
        width: 250px;
    }

    section.sec-9 {
        background-image: url("../images/sec-9-mob.svg");
    }

    section.footer-section .logo img {
        width: 100px;
    }

    /*big counter*/
    section.sec-3 .counter._2.big {
        padding: 10px 15px;
    }

    section.sec-3 .counter._2.big .total:before {
        content: "";
        height: 1px;
        width: calc(100% + 60px);
        left: -30px;
        top: 0;
        border: 1px solid #fff;
    }

    section.sec-3 .counter._2.big .total:after {
        content: "";
        height: 1px;
        width: calc(100% + 60px);
        left: -30px;
        top: auto;
        bottom: 0;
        border: 1px solid #fff;
    }

    section.sec-3 .counter._2.big .date {
        display: block;
        padding-bottom: 8px;
    }

    section.sec-3 .counter._2.big .total {
        display: block;
        padding: 10px 0;
        /*border-top: 1px solid #fff;
		/*border-bottom: 1px solid #fff;*/
    }

    section.sec-3 .counter._2.big .earn {
        display: inline-flex;
        padding-left: 0;
        padding-top: 8px;
    }

    .gdpr-modal p {
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    header .desk-logo,
    header .head-logo {
        display: block;
    }

    header .head-logo object {
        display: block;
        margin: 0 auto;
    }

    header .head-logo:after {
        display: none;
    }

    header p {
        display: none;
    }

    section.sec-1 .secured .row {
        margin: 0 -2px;
    }

    section.sec-1 .secured .row [class*="col-"] {
        padding: 2px;
    }

    section.sec-1 {
        background-image: url(../images/sec-1-mob.svg);
        padding: 40px 0;
    }

    section.sec-1 h1 {
        font-size: 38px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 10px;
    }

    section.sec-1 h1.small {
        font-size: 38px;
        line-height: 38px;
    }

    section.sec-1 h4 {
        text-align: center;
    }

    section.sec-1 .titles.nv h1,
    section.sec-1 .titles.nv h3 {
        text-align: center;
    }

    section.sec-2 {
        background-image: url(../images/sec-6-mob.svg);
        background-position: inherit;
    }

    section.sec-2 h1 {
        font-size: 30px;
    }

    section.sec-2 .cards {
        margin-top: 20px;
    }

    section.sec-2 .cards .card {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 30px 20px;
    }

    section.sec-2 .cards .card:last-child {
        margin-bottom: 20px;
    }

    section.sec-2 .cards img {
        margin-bottom: 10px;
    }

    section.sec-2 {
        padding: 20px 0;
    }

    section.sec-3 .counter {
        margin-bottom: 80px;
    }

    section.sec-3 .live-updates {
        max-width: 80%;
        left: 10%;
        top: -70px;
    }

    section.sec-3 .counter {
        border: none;
    }

    section.sec-3 .live-updates .users-wrapper {
        height: 60px;
    }

    section.sec-3 .counter._2 {
        padding: 10px 15px;
    }

    section.sec-3 .counter._2 .total:before {
        content: "";
        height: 1px;
        width: calc(100% + 60px);
        left: -30px;
        top: 0;
        border: 1px solid #fff;
    }

    section.sec-3 .counter._2 .total:after {
        content: "";
        height: 1px;
        width: calc(100% + 60px);
        left: -30px;
        top: auto;
        bottom: 0;
        border: 1px solid #fff;
    }

    section.sec-3 .counter._2 .date {
        display: block;
        padding-bottom: 8px;
    }

    section.sec-3 .counter._2 .total {
        display: block;
        padding: 10px 0;
        /*border-top: 1px solid #fff;
		/*border-bottom: 1px solid #fff;*/
    }

    section.sec-3 .counter._2 .earn {
        display: inline-flex;
        padding-left: 0;
        padding-top: 8px;
    }

    section.sec-4 {
        padding: 30px 0;
    }

    section.sec-4 .asset {
        display: none;
    }

    section.sec-4 .asset p.ammount {
        padding-left: 10px;
        font-size: 26px;
    }

    section.sec-4 .asset-mob {
        display: block;
    }

    section.sec-4 .asset-mob .asset .row._first {
        margin-bottom: 0;
    }

    section.sec-4 .asset-mob .asset .row._first .percentage {
        margin-left: 0;
    }

    section.sec-4 .faang img {
        max-width: 280px;
    }

    section.sec-4 h1,
    section.sec-5 h1,
    section.sec-6 h1 {
        font-size: 28px;
    }

    section.sec-5 .mobile {
        display: block;
    }

    section.sec-5 .desk {
        display: none;
    }

    section.sec-6 {
        background-image: url("../images/sec-6-mob.svg");
        background-position: center center;
    }

    section.sec-6 .user-sec .user-desc img {
        width: 70px;
    }

    section.sec-8 {
        background-image: url(../images/sec-8-mob.png);
    }

    section.sec-7 {
        padding-top: 60px;
    }

    section.sec-7 h1 {
        margin-bottom: 20px;
    }

    section.sec-7 .steps-img img {
        margin-bottom: 10px;
    }

    section.sec-7 .steps-img.line {
        padding: 40px;
    }

    section.sec-7 .steps-img.line::before {
        display: block;
        position: absolute;
        content: "";
        right: auto;
        top: -10px;
        left: calc(50% - 3px);
        width: 6px;
        height: 40px;
        background-color: #cdd4e1;
        border-radius: 3px;
    }

    section.sec-7 .steps-img.line::after {
        display: block;
        position: absolute;
        content: "";
        right: auto;
        top: auto;
        bottom: 0;
        left: calc(50% - 3px);
        width: 6px;
        height: 40px;
        background-color: #cdd4e1;
        border-radius: 3px;
    }

    section.sec-faq .question p.a {
        font-size: 18px;
        line-height: 20px;
    }

    footer .container::before {
        display: none;
    }

    footer .container::after {
        display: none;
    }

    #popup .inner-popup {
        padding: 40px 40px 30px;
    }

    #popup .inner-popup img {
        width: 120px;
    }

    #popup .inner-popup h3.banner {
        margin: 15px 0;
    }

    .gdpr-modal p {
        text-align: center;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .gdpr-modal .button {
        max-width: 400px;
        margin: 0 auto;
    }
}

/*mobile*/

@media screen and (max-width: 576px) {
    section .button,
    #popup .button {
        font-size: 22px;
        line-height: 24px;
    }

    header {
        padding: 10px 0;
    }

    header .head-logo img {
        width: 220px;
    }

    .sec-title h4 {
        font-size: 26px;
        line-height: 28px;
    }

    section.sec-5 h4,
    section.sec-5 h5,
    section.sec-8 h4 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    section.sec-7 .facebook-sec h4 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    section.sec-1 {
        padding: 15px 0;
    }

    section.sec-1 h1 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 10px;
    }

    section.sec-1 h1.small {
        font-size: 24px;
        line-height: 26px;
    }

    section.sec-1 h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .form-wrapper {
        padding: 10px;
    }

    .form-wrapper .form-logo img {
        width: 50px;
    }

    .form-wrapper .form-logo:after {
        width: 33px;
        height: 40px;
        right: -35px;
        top: 25px;
    }

    .form-wrapper .protected {
        margin-top: 10px;
    }

    section.sec-1 .secured {
        margin-top: 10px;
    }

    section.sec-2 .cards .card {
        text-align: center;
    }

    section.sec-3 .live-updates {
        left: 0;
        max-width: 100%;
    }

    section.sec-3 .counter._2 {
        max-width: 100%;
    }

    section.sec-4 {
        padding: 20px 0;
    }

    section.sec-4 .faang img {
        max-width: 100%;
    }

    section.sec-5 {
        padding: 30px 0;
        text-align: center;
    }

    section.sec-6 {
        padding: 30px 0;
    }

    section.sec-7 {
        padding: 30px 0;
        text-align: center;
    }

    section.sec-7 .steps-img img {
        max-width: 120px;
    }

    section.sec-8 {
        text-align: center;
    }

    section.sec-8 .social.desktop {
        display: none;
    }

    section.sec-8 .social.mobile {
        display: block;
    }

    section.footer-section {
        background-size: auto;
    }

    section.sec-6 .user-sec.final {
        display: none;
    }

    section.sec-8 {
        padding: 30px 0 50px;
    }

    section.sec-9 {
        padding: 80px 0 50px;
    }

    section.sec-faq {
        padding-bottom: 40px;
    }

    section.footer-section {
        padding: 30px 0 40px;
    }

    section.footer-section .logo img {
        width: 75px;
    }
}

@media screen and (max-width: 480px) {
    section.sec-1 h3 {
        font-size: 20px;
    }
    section.sec-1.nv {
        padding-top: 15px;
    }
}

@media screen and (max-width: 360px) {
    section.sec-3 .counter._2 .total {
        line-height: 1.125;
    }

    section.sec-3 .counter {
        line-height: 23px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    section.sec-6 .user-sec .user-desc img {
        display: none;
    }

    section.sec-8 .social img {
        width: 66px;
    }

    .gdpr-modal p.mid {
        line-height: 24px;
    }
}

footer .foot-links {
    display: block;
    text-align: center;
    margin: 20px 0 30px;
}

footer .foot-links a.footer-link {
    color: #5d686b;
    text-align: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card {
        display: block;
        text-align: center;
    }

    .form-wrapper .form-logo img {
        display: block;
        margin: 0 auto;
    }

    section.sec-3 .counter._2 .date {
        display: block;
        border: none;
    }

    section.sec-3 .counter._2 .total {
        display: block;
        border: none;
    }

    section.sec-3 .counter._2 .total:before,
    section.sec-3 .counter._2 .total:after {
        display: none;
    }

    section.sec-3 .counter._2 .current-year,
    section.sec-3 .counter._2 .earn {
        padding: 0;
    }

    section.sec-3 .live-updates:lang(ru) {
        max-width: 310px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

@media all and (min--moz-device-pixel-ratio: 0) {
    .form-wrapper .form-logo {
        width: max-content;
    }

    section.sec-3 .counter._2 {
        max-width: max-content;
    }
}
