/*----------------------------------------------------------------------------------*/ 
/*-------------------------------------FONTS----------------------------------------*/
/*----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Evolventa-Bold';
    src: url('../fonts/evolventa-bold.eot');
    src: url('../fonts/evolventa-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/evolventa-bold.woff2') format('woff2'),
         url('../fonts/evolventa-bold.woff') format('woff'),
         url('../fonts/evolventa-bold.ttf') format('truetype'),
         url('../fonts/evolventa-bold.svg#evolventabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/helveticaneuecyr-light.eot');
    src: url('../fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-light.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-light.woff') format('woff'),
         url('../fonts/helveticaneuecyr-light.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-light.svg#helveticaneuecyrlight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/helveticaneuecyr-roman.eot');
    src: url('../fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-roman.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-roman.woff') format('woff'),
         url('../fonts/helveticaneuecyr-roman.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/helveticaneuecyr-bold.eot');
    src: url('../fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-bold.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-bold.woff') format('woff'),
         url('../fonts/helveticaneuecyr-bold.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-bold.svg#helveticaneuecyrbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?gsure3');
    src: url('../fonts/icomoon.eot?gsure3#iefix') format('embedded-opentype'),
         url('../fonts/icomoon.ttf?gsure3') format('truetype'),
         url('../fonts/icomoon.woff?gsure3') format('woff'),
         url('../fonts/icomoon.svg?gsure3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html,body                       { width:100%; height:100%; }
body                            { padding:0; margin:0; font: 16px/1.5 "HelveticaNeueCyr", Helvetica, Arial, sans-serif; background:#fff; color:#000;
								  -webkit-font-smoothing: antialiased;
								  -moz-osx-font-smoothing: grayscale; }
div,p,a,span,em,strong,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td,tr,form,fieldset,label,select,input,textarea {
	padding:0;
	margin:0;
	/*outline:none;*/
	list-style:none;
}
select, input, textarea        { font-size:14px; vertical-align:middle; }
textarea                       { vertical-align:top; }
/*:focus                         { outline:none; }*/
input[type=submit]             { cursor:pointer; }
img, fieldset                  { border:0; }
table                          { border-collapse:collapse; border-spacing:0; }
a:link, a:visited              { font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif; color:#000; text-decoration:none; }
a:hover                        { text-decoration:underline; }
/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.float-r           	           { float:right !important; }
.float-l                       { float:left !important; }
.no-float                      { float:none !important; }
.no-border                     { border:0 !important; }
.no-bg                         { background:none !important; }
.no-margin                     { margin:0 !important; }
.no-padding                    { padding:0 !important; }
.no-display                    { display:none !important; }
.display                       { display:block !important; }
.inline                        { display:inline !important; }
.overflow                      { overflow:hidden !important; }
.align-r                       { text-align:right !important; }
.align-l                       { text-align:left !important; }
.align-c                       { text-align:center !important; }
.clear                         { clear:both; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, .btn {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a:hover,
.btn:hover,
input[type="submit"]:hover,
button:hover {
    /*opacity: 0.8;*/
}
a[rel*="attachment"] {
    cursor: default;
}
*::-webkit-input-placeholder { color: #161616; }
*::-moz-placeholder { color: #161616; }
*:-ms-input-placeholder { color: #161616; }
*:-moz-placeholder { color: #161616; }
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0; }
.container,
.section-content .vc_column_container > .vc_column-inner {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.vc_row > .container {
    padding-left: 0;
    padding-right: 0;
}
.narrow-content .section-content .container {
    max-width: 720px;
}
.narrow-content .section-content .vc_row > .container {
    max-width: 680px;
}
.section-content .vc_col-has-fill>.vc_column-inner,
.section-content .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.section-content .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.section-content .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.section-content .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.section-content .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.section-content .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.section-content .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.section-content .vc_section.vc_section-has-fill,
.section-content .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.section-content .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0;
}
a[href^="tel:"] {
    cursor: default;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
a.give-btn,
.give-btn,
a.btn,
.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    min-width: 170px;
    max-width: 100%;
    font: 700 18px/1 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: center;
    border: 1px solid #ffb72c;
    background-color: #ffb72c;
    -webkit-border-radius: 2em;
    -khtml-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
    -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
    box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
a.give-btn:hover,
a.give-btn:focus,
.give-btn:hover,
.give-btn:focus,
a.btn:hover,
a.btn:focus,
.btn:hover,
.btn:focus {
    /*color: #000;*/
    /*border-color: #ffb72c;*/
    /*background-color: #F90;*/
    text-decoration: none;
    color: #f7f7f7;
    background-color: #F90;
    border-color: #F90;
    -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
    -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
    box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
}
a.btn.glare,
.btn.glare {
    padding: 0;
    font-size: 16px;
    -webkit-box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.35);
    border: none;
    -webkit-border-radius: 6em;
    -khtml-border-radius: 6em;
    -moz-border-radius: 6em;
    -ms-border-radius: 6em;
    -o-border-radius: 6em;
    border-radius: 6em;
}
a.btn.glare span,
.btn.glare span {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin: 0;
    padding: 13px 15px;
    min-width: 320px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #ffb72c;
    -webkit-border-radius: 6em;
    -khtml-border-radius: 6em;
    -moz-border-radius: 6em;
    -ms-border-radius: 6em;
    -o-border-radius: 6em;
    border-radius: 6em;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.btn.glare:after,
.btn.glare:after {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    content: '';
    width: -webkit-calc(100% + 46px);
    width: calc(100% + 46px);
    height: -webkit-calc(100% + 26px);
    height: calc(100% + 26px);
    top: -13px;
    left: -23px;
    background-color: #ffffff;
    opacity: 0.251;
    -webkit-border-radius: 6em;
    -khtml-border-radius: 6em;
    -moz-border-radius: 6em;
    -ms-border-radius: 6em;
    -o-border-radius: 6em;
    border-radius: 6em;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a.btn.glare:hover span,
a.btn.glare:focus span,
.btn.glare:hover span,
.btn.glare:focus span{
    color: #000;
    border-color: #ffb72c;
    background-color: #F90;
    text-decoration: none;
}
a.btn.glare:hover:after,
a.btn.glare:focus:after,
.btn.glare:hover:after,
.btn.glare:focus:after {
    opacity: .15;
}
a.btn.glare span.green,
.btn.glare span.green {
    color: #ffffff;
    background-color: #2cb839;
    border-color: #2cb839;
}
a.btn.glare:hover span.green,
.btn.glare:focus span.green {
    border-color: #248f2e;
    background-color: #248f2e;
}
a.btn.small,
.btn.small {
    font-size: 14px;
    font-weight: 400;
}
a.btn.smaller,
.btn.smaller {
    min-width: 100px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    font-weight: 400;
}
a.btn.inverse,
.btn.inverse {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffb72c;
}
a.btn.inverse:hover,
a.btn.inverse:focus,
.btn.inverse:hover,
.btn.inverse:focus {
    border-color: #e08700;
    background-color: #e08700;
}
a.btn.green,
.btn.green {
    color: #ffffff;
    border-color: #2b9a3f;
    background-color: #2b9a3f;
    background-image: -webkit-linear-gradient(top,rgba(44,184,57,.2) 0,rgba(44,184,57,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(44,184,57,.2) 0,rgba(44,184,57,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(44,184,57,.2) 0,rgba(44,184,57,.01) 100%);
}
a.btn.green:hover,
a.btn.green:focus,
.btn.green:hover,
.btn.green:focus {
    color: #2b9a3f;
    border-color: #2b9a3f;
    background-color: transparent;
}
a.btn.green.inverse,
.btn.green.inverse{
    color: #ffffff;
    border-color: #2b9a3f;
    background-color: #2b9a3f;
    background-image: -webkit-linear-gradient(top,rgba(44,184,57,.2) 0,rgba(44,184,57,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(44,184,57,.2) 0,rgba(44,184,57,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(44,184,57,.2) 0,rgba(44,184,57,.01) 100%);
}
a.btn.green.inverse:hover,
a.btn.green.inverse:focus,
.btn.green.inverse:hover,
.btn.green.inverse:focus {
    color: #ffffff;
    border-color: #106620;
    background-color: #106620;
}
a.btn.blue,
.btn.blue {
    color: #ffffff;
    background-color: #63abe8;
    border-color: #63abe8;
    background-image: -webkit-linear-gradient(top,rgba(44,66,83,.2) 0,rgba(44,66,83,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(44,66,83,.2) 0,rgba(44,66,83,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(44,66,83,.2) 0,rgba(44,66,83,.01) 100%);
}
a.btn.blue:hover,
a.btn.blue:focus,
.btn.blue:hover,
.btn.blue:focus {
    color: #63abe8;
    border-color: #63abe8;
    background-color: transparent;
}
.btn-jump-to-content {
    position: absolute;
    display: block;
    width: 300px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #fff;
    z-index: -9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}
.btn-jump-to-content:hover {
    color: #d4000d;
    text-decoration: none;
}
.btn-jump-to-content:focus {
    opacity: 1;
    z-index: 9999;
}
/*-------------------------------------FORM-FIELDS----------------------------------*/
.input-style {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px 0 6px;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #ffffff;
    box-shadow: none;
    color: #ffffff;
    background-color: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.input-style.light {
    padding: 7px 7px 8px;
    font-size: 16px;
    color: #545454;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.check-style input[type=radio],
.check-style input[type=checkbox],
.radio-style input[type=radio],
.radio-style input[type=checkbox],
.wpcf7-checkbox.check-list input[type=radio],
.wpcf7-checkbox.check-list input[type=checkbox],
.wpcf7-radio.check-list input[type=radio],
.wpcf7-radio.check-list input[type=checkbox] {
    display: none;
}

.check-style span,
.radio-style span,
.wpcf7-checkbox.check-list .wpcf7-list-item-label,
.wpcf7-radio.check-list .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    line-height: 1.3;
}

.check-style span:before,
.wpcf7-checkbox.check-list .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    color: #2c4253;
    font: normal normal normal 13px/15px FontAwesome;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.check-style input[type=checkbox]:checked + span:before,
.wpcf7-checkbox.check-list input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    content: "\f00c";
}

.radio-style span:before,
.wpcf7-radio.check-list .wpcf7-list-item-label:before {
    content: '\f111';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    color: #2c4253;
    font: normal normal normal 13px/15px FontAwesome;
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background: #ffffff;
    letter-spacing: -.01em;
}

.radio-style input[type=radio]:checked + span:before,
.wpcf7-radio.check-list input[type=radio]:checked + .wpcf7-list-item-label:before {
    content: '\f111';
}

*::-webkit-input-placeholder {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
*::-moz-placeholder {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
*:-ms-input-placeholder {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
*:-moz-placeholder {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
*:focus::-webkit-input-placeholder { opacity: 0; }
*:focus::-moz-placeholder { opacity: 0; }
*:focus:-ms-input-placeholder { opacity: 0; }
*:focus:-moz-placeholder { opacity: 0; }

#ajax-register-box *:focus::-webkit-input-placeholder { opacity: 1; }
#ajax-register-box *:focus::-moz-placeholder { opacity: 1; }
#ajax-register-box *:focus:-ms-input-placeholder { opacity: 1; }
#ajax-register-box *:focus:-moz-placeholder { opacity: 1; }

#footer .input-style::-webkit-input-placeholder,
.boxzilla .input-style::-webkit-input-placeholder { color: #ffffff; }
#footer .input-style::-moz-placeholder,
.boxzilla .input-style::-moz-placeholder { color: #ffffff; }
#footer .input-style:-ms-input-placeholder,
.boxzilla .input-style:-ms-input-placeholder { color: #ffffff; }
#footer .input-style:-moz-placeholder,
.boxzilla .input-style:-moz-placeholder  { color: #ffffff; }
.woocommerce textarea.input-text,
textarea.input-style {
    max-width:100%;
    line-height: 1.2;
    resize: none;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
}

span.wpcf7-not-valid-tip {
    display: block;
    padding-top: 4px;
    color: #f00;
    font-size: 14px;
}
span.wpcf7-not-valid-tip.hide {
    display: none;
}
.input-style.wpcf7-not-valid {
    /*border-color: #f00;*/
}
div.wpcf7-response-output {
    text-align: center;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.25;
}
#footer div.wpcf7-response-output {
    color: #ffffff;
}
div.wpcf7-validation-errors {
    border-width: 1px;
}
.select-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.select-wrap:before {
    position: absolute;
    content: '';
    top: 1px;
    right: 1px;
    width: 22px;
    height: 32px;
    cursor: pointer;
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
}
.select-wrap:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 7px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #545454;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
}

select {
    min-height: 32px;
    width: 100%;
    padding: 7px 0 7px 7px;
    color: #545454;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    border: 1px solid #545454;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    background-color: #ffffff;
}


/*----------------------------------------------------------------------------------*/
/*-------------------------------------WRAPPER--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.wrapper {
    position: relative;
    overflow: hidden;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
#header {
    position: relative;
    z-index: 9999;
    width: 100%;
    /*background-color: #010818;*/
    background-color: #EBFAFF;
    min-height: 150px;
    padding: 15px 0 15px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(1, 1, 1, 0.15);
    box-shadow: 0 3px 10px 0 rgba(1, 1, 1, 0.15);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.home #header {
    /*background-color: transparent;*/
    /*-webkit-box-shadow: none;*/
    /*-moz-box-shadow: none;*/
    /*box-shadow: none;*/
}
#header.gradient {
    background: #0f5f8e;
    background: -moz-radial-gradient(center, ellipse cover, #0f5f8e 0%, #001c42 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0f5f8e), color-stop(100%, #001c42));
    background: -webkit-radial-gradient(center, ellipse cover, #0f5f8e 0%, #001c42 100%);
    background: -o-radial-gradient(center, ellipse cover, #0f5f8e 0%, #001c42 100%);
    background: -ms-radial-gradient(center, ellipse cover, #0f5f8e 0%, #001c42 100%);
    background: radial-gradient(ellipse at center, #0f5f8e 0%, #001c42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5f8e', endColorstr='#001c42', GradientType=1 );
}
    .logo {
        float: left;
        max-width: 150px;
        margin-right: 20px;
        line-height: 1;
        -webkit-transition: 0.35s;
        -khtml-transition: 0.35s;
        -moz-transition: 0.35s;
        -ms-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
        .logo img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            margin: 4px 0;
        }
        .logo img + span {
            display: none;
        }
#header .btn-free-guide {
    position: absolute;
    top: 3px;
    right: 20px;
}
#header .mobile-menu-box .btn-free-guide {
    position: initial;
    right: auto;
    top: auto;
}
#header .mobile-menu-box .btn-free-guide-box {
    display: none;
    margin: 10px auto;
    text-align: center;
}
.rtl #header .btn-free-guide {
    right: auto;
    left: 15px;
}
.home #header .btn-free-guide {
    display: none;
}
/*----------------------------------------------------------------------------------*/
/*--------------------------------------NAV-----------------------------------------*/
/*----------------------------------------------------------------------------------*/
 .main-nav {
     display: table;
     width: -webkit-calc(100% - 311px);
     width: calc(100% - 311px);
     padding: 40px 0 34px;
 }
    .not-translate .main-nav {
        width: -webkit-calc(100% - 211px);
        width: calc(100% - 211px);
    }
    .main-nav > ul {
        display: table-cell;
        width: 100%;
        height: 37px;
        vertical-align: middle;
        text-align: center;
    }
        .main-nav > ul > li {
            position: relative;
            display: inline-block;
            padding-top: 4px;
        }
/*        .main-nav > ul > li.menu-item-has-children:after  {
            content: '\f107';
            font: normal normal normal 14px/1 FontAwesome;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 0;
            top: 10px;
            color: #ffffff;
        }*/
    .main-nav > ul > li:before {
        position: absolute;
        content: '';
        left: -3px;
        bottom: 0;
        width: -webkit-calc(100% + 6px);
        width: calc(100% + 6px);
        height: 1px;
        background-color: #12A1FF;
    }
        .main-nav > ul > li > a:before,
        .main-nav > ul > li > a:after {
            position: absolute;
            content: '';
            left: 50%;
            background-color: #12A1FF;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: 0.35s;
            -khtml-transition: 0.35s;
            -moz-transition: 0.35s;
            -ms-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }
        .main-nav > ul > li > a:before {
            bottom: -40px;
            width: 40px;
            height: 40px;
            background-color: transparent;
        }
        .main-nav > ul > li > a:after {
            bottom: -17px;
            width: 15px;
            height: 15px;
            border: 1px solid #12A1FF;
            background-color: #010A1B;
        }
        .main-nav > ul > li > a:after,
        .light .main-nav > ul > li > a:after {
            background-color: #ffffff;
            border-color: #88d0ff;
        }
        .home .main-nav > ul > li > a:after,
        .home .light .main-nav > ul > li > a:after {
            background-color: #12a1ff;
        }

        .main-nav > ul > li:first-child > a:after,
        .main-nav > ul > li:first-child > a:before {
            left: -webkit-calc(50% - 5px);
            left: calc(50% - 5px);
        }
        .main-nav > ul > li:last-child > a:after,
        .main-nav > ul > li:last-child > a:before {
            left: -webkit-calc(50% + 5px);
            left: calc(50% + 5px);
        }
            .main-nav > ul > li > a {
                position: relative;
                display: inline-block;
                padding: 6px 10px 16px;
                font-size: 14px;
                text-transform: uppercase;
                color: #ffffff;
            }
            .main-nav > ul > li > a,
            .light .main-nav > ul > li > a {
                color: #000000;
            }
            .main-nav > ul > li > a .fas {
                padding-left: 3px;
            }
            .main-nav > ul > li:first-child > a {
                padding-left: 0;
            }
            .main-nav > ul > li:last-child > a {
                padding-right: 0;
            }
            .main-nav > ul > li > a:hover:after,
            .main-nav > ul > li > a:focus:after,
            .main-nav .current-menu-item > a:after,
            .single-ico .main-nav .menu-item-22026 > a:after {
                bottom: -19px;
                border-width: 2px;
                background-color: #14A1FE;
            }
            .home .main-nav > ul > li > a:hover:after,
            .home .main-nav > ul > li > a:focus:after,
            .home .main-nav .current-menu-item > a:after,
            .home .single-ico .main-nav .menu-item-22026 > a:after,
            .home .light .main-nav > ul > li > a:hover:after,
            .home .light .main-nav > ul > li > a:focus:after,
            .home .light .main-nav .current-menu-item > a:after,
            .home .light .single-ico .main-nav .menu-item-22026 > a:after {
                background-color: #ffffff;
                border-color: #12a1ff;
            }
            body:not(.home) .main-nav > ul > li > a:hover:after,
            body:not(.home) .main-nav > ul > li > a:focus:after,
            body:not(.home) .main-nav .current-menu-item > a:after,
            body:not(.home) .single-ico .main-nav .menu-item-22026 > a:after,
            body:not(.home) .light .main-nav > ul > li > a:hover:after,
            body:not(.home) .light .main-nav > ul > li > a:focus:after,
            body:not(.home) .light .main-nav .current-menu-item > a:after,
            body:not(.home) .light .single-ico .main-nav .menu-item-22026 > a:after {
                background-color: #12A1FF;
            }
            body:not(.light) .main-nav > ul > li > a:hover:before,
            body:not(.light) .main-nav > ul > li > a:focus:before,
            body:not(.light) .main-nav .current-menu-item > a:before,
            body:not(.light) .single-ico .main-nav .menu-item-22026 > a:before {
                background: #12A0FF;
                background: -moz-radial-gradient(center, ellipse cover, rgba(18,160,255,1) 0%, rgba(18,160,255,0.4) 16%, rgba(18,160,255,0.32) 46%, rgba(18,160,255,0) 100%);
                background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(18,160,255,1)), color-stop(16%, rgba(18,160,255,0.4)), color-stop(46%, rgba(18,160,255,0.32)), color-stop(100%, rgba(18,160,255,0)));
                background: -webkit-radial-gradient(center, ellipse cover, rgba(18,160,255,1) 0%, rgba(18,160,255,0.4) 16%, rgba(18,160,255,0.32) 46%, rgba(18,160,255,0) 100%);
                background: -o-radial-gradient(center, ellipse cover, rgba(18,160,255,1) 0%, rgba(18,160,255,0.4) 16%, rgba(18,160,255,0.32) 46%, rgba(18,160,255,0) 100%);
                background: -ms-radial-gradient(center, ellipse cover, rgba(18,160,255,1) 0%, rgba(18,160,255,0.4) 16%, rgba(18,160,255,0.32) 46%, rgba(18,160,255,0) 100%);
                background: radial-gradient(ellipse at center, rgba(18,160,255,1) 0%, rgba(18,160,255,0.4) 16%, rgba(18,160,255,0.32) 46%, rgba(18,160,255,0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12a0ff', endColorstr='#12a0ff', GradientType=1 );
            }

            .main-nav a:hover,
            .main-nav a:focus,
            .main-nav .current-menu-item > a,
            .gradient .main-nav > ul > li > a:hover,
            .gradient .main-nav > ul > li > a:focus,
            .gradient .main-nav .current-menu-item > a,
            body.home .main-nav .menu-item-home > a:hover,
            body.home .main-nav .menu-item-home > a:focus,
            body.home .gradient .main-nav .menu-item-home > a:hover,
            body.home .gradient .main-nav .menu-item-home > a:focus {
                text-decoration: none;
            }

            .desktop .sub-menu {
                position: absolute;
                z-index: 100;
                top: 80px;
                left: 0;
                min-width: 228px;
                padding: 0;
                text-align: left;
                background-color: #ffffff;
                border: 1px solid #E4E4E4;
                -webkit-box-shadow: 0 3px 6px 0 rgba(6, 6, 6, 0.15);
                -moz-box-shadow: 0 3px 6px 0 rgba(6, 6, 6, 0.15);
                box-shadow: 0 3px 6px 0 rgba(6, 6, 6, 0.15);
                -webkit-border-radius: 4px;
                -khtml-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                -webkit-transition: 0.35s;
                -khtml-transition: 0.35s;
                -moz-transition: 0.35s;
                -ms-transition: 0.35s;
                -o-transition: 0.35s;
                transition: 0.35s;
                visibility: hidden;
                opacity: 0;
            }

            .main-nav > ul > li:hover > a + .sub-menu,
            .main-nav > ul > li > a:focus + .sub-menu {
                top: 44px;
                visibility: visible;
                opacity: 1;
            }
                    .desktop .sub-menu a {
                        position: relative;
                    }
                        .mobile-menu a .fas,
                        .desktop .sub-menu a .fas {
                            position: absolute;
                            top: 50%;
                            right: 15px;
                            -webkit-transform-origin: 50% 50%;
                            -moz-transform-origin: 50% 50%;
                            -o-transform-origin: 50% 50%;
                            -ms-transform-origin: 50% 50%;
                            transform-origin: 50% 50%;
                            -moz-transform: translate(0, -50%);
                            -ms-transform: translate(0, -50%);
                            -webkit-transform: translate(0, -50%);
                            -o-transform: translate(0, -50%);
                            transform: translate(0, -50%);
                            -webkit-transition: 0.35s;
                            -moz-transition: 0.35s;
                            -o-transition: 0.35s;
                            transition: 0.35s;
                        }
                .desktop .sub-menu .sub-menu {
                    visibility: hidden;
                    opacity: 0;
                    left: 100%;
                    top: 25px;
                    -webkit-border-radius: 0 4px 4px 4px;
                    -khtml-border-radius: 0 4px 4px 4px;
                    -moz-border-radius: 0 4px 4px 4px;
                    -ms-border-radius: 0 4px 4px 4px;
                    -o-border-radius: 0 4px 4px 4px;
                    border-radius: 0 4px 4px 4px;
                    /*display: none;*/
                    /*position: relative;*/
                    /*visibility: visible;*/
                    /*opacity: 1;*/
                    /*top: 0;*/
                    /*left: 0;*/
                    /*border: none;*/
                    /*box-shadow: none;*/
                    /*-webkit-border-radius: 0;*/
                    /*-moz-border-radius: 0;*/
                    /*border-radius: 0;*/
                }
                .main-nav .sub-menu  > li:hover > a .fas,
                .main-nav .sub-menu  > li > a:focus .fas {
                    -moz-transform: translate(0, -50%) rotate(-90deg);
                    -ms-transform: translate(0, -50%) rotate(-90deg);
                    -webkit-transform: translate(0, -50%) rotate(-90deg);
                    -o-transform: translate(0, -50%) rotate(-90deg);
                    transform: translate(0, -50%) rotate(-90deg);
                }
                .main-nav .sub-menu  > li:hover > a + .sub-menu,
                .main-nav .sub-menu  > li > a:focus + .sub-menu {
                    visibility: visible;
                    opacity: 1;
                    top: 0;
                }
                .mobile-menu .menu-item-has-children.show > a .fas {
                    -moz-transform: translate(0, -50%) rotate(180deg);
                    -ms-transform: translate(0, -50%) rotate(180deg);
                    -webkit-transform: translate(0, -50%) rotate(180deg);
                    -o-transform: translate(0, -50%) rotate(180deg);
                    transform: translate(0, -50%) rotate(180deg);
                }
                .mobile-menu .sub-menu {
                    display: none;
                }
                .mobile-menu > li a .fas {}
                .mobile-menu  li.menu-item-has-children > a {
                    background-color: #A5E9FF;
                }
                .mobile-menu .menu-item-has-children.show > a {
                    font-weight: 700;
                    color: #ffffff;
                    background-color: #12A1FF;
                    border-bottom: 1px solid #ffffff;
                }
                .mobile-menu  li.menu-item-has-children.current-menu-item > a:not([href="#"]) {
                    color: #FFB72B;
                }
                .mobile-menu  li.menu-item-has-children > a:not([href="#"]) {
                    font-weight: 700;
                    color: #ffffff;
                    background-color: #12A1FF;
                    border-bottom: 1px solid #ffffff;
                }
                .mobile-menu  li.menu-item-has-children > a:not([href="#"]) .fas {
                    -moz-transform: translate(0, -50%) rotate(180deg);
                    -ms-transform: translate(0, -50%) rotate(180deg);
                    -webkit-transform: translate(0, -50%) rotate(180deg);
                    -o-transform: translate(0, -50%) rotate(180deg);
                    transform: translate(0, -50%) rotate(180deg);
                }
                .mobile-menu  li.menu-item-has-children > a:not([href="#"]) + .sub-menu {
                    display: block;
                }
                /*.desktop .sub-menu .menu-item-has-children > a {*/
                    /*background-color: rgb(165, 233, 255);*/
                    /*text-transform: uppercase;*/
                /*}*/
                /*.desktop .sub-menu .sub-menu > li > a {*/
                    /*padding-left: 20px;*/
                /*}*/
                .rtl .desktop .sub-menu {
                    left: initial;
                    right: 0;
                    text-align: right;
                }
                .rtl .desktop .sub-menu .sub-menu {
                    left: initial;
                    right: 0;
                    -webkit-border-radius: 4px 0 4px 4px;
                    -khtml-border-radius: 4px 0 4px 4px;
                    -moz-border-radius: 4px 0 4px 4px;
                    -ms-border-radius: 4px 0 4px 4px;
                    -o-border-radius: 4px 0 4px 4px;
                    border-radius: 4px 0 4px 4px;
                }
                .rtl .desktop .sub-menu a .fas {
                    left: 15px;
                    right: initial;
                }
                .rtl .desktop .sub-menu .sub-menu > li > a {
                    padding-left: 10px;
                    padding-right: 20px;
                }
               .desktop .sub-menu > li {
                   position: relative;
                }
                .desktop .sub-menu > li:not(:last-child) {
                    border-bottom: 1px solid #E4E4E4;
                }

                .desktop .sub-menu > li > a  {
                        display: block;
                        padding: 10px 10px 10px 10px;
                        font-size: 16px;
                        color: #000000;
                    }
                    .desktop .sub-menu > li > a:hover,
                    .desktop .sub-menu > .current-menu-item > a {
                        color: #f90;
                    }
.lang-switch:not(:empty) + .main-nav {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
}

.mobile-menu-toggle,
.mobile-menu-wrap {
    display: none;
}
.mobile-menu-wrap {
    position: fixed;
    z-index: 9999;
    right: 0;
    height: 0;
    width: 0;
    top: 55px;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.mobile-menu-wrap.showing {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.mobile-menu-overlay {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.showing .mobile-menu-overlay {
    opacity: 1;
}
.mobile-menu-box {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #ffffff;
    /*background-color: #010818;*/
    /*background-image: url(../img/trending_bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-transition: right 0.35s;
    -moz-transition: right 0.35s;
    -o-transition: right 0.35s;
    transition: right 0.35s;
    overflow: auto;
}
.showing .mobile-menu-box {
    right: 0;
}
    .mobile-menu {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }
        .mobile-menu > li:not(:last-child) {
            border-bottom: 1px solid #E4E4E4;
        }
            .mobile-menu > li a {
                position: relative;
                display: block;
                padding: 9px 10px 9px;
                font-size: 16px;
                line-height: 1;
                text-transform: uppercase;
                color: #000000;
                /*text-shadow: 2px 2px 2px rgba(1, 8, 24, 1);*/
            }
            body.home .mobile-menu .menu-item-home > a {
                color: #FFB72B;
            }
            .mobile-menu a:hover,
            .mobile-menu a:focus,
            .mobile-menu .current-menu-item > a,
            body.home .mobile-menu .menu-item-home > a:hover,
            body.home .mobile-menu .menu-item-home > a:focus,
            .single-ico .mobile-menu .menu-item-22026 > a {
                color: #FFB72B;
                text-decoration: none;
            }
            .mobile-menu .sub-menu {
                margin-left: 10px;
                /*margin-bottom: 10px;*/
                /*margin-top: -5px;*/
            }
            .mobile-menu .sub-menu > li:not(:last-child) {
                border-bottom: 1px solid #E4E4E4;
            }
            .mobile-menu > li .sub-menu a {
                font-size: 15px;
                padding: 8px 10px;
                text-transform: inherit;
            }
.mobile-menu-toggle {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 26px;
}

.mobile-menu-toggle span:before,
.mobile-menu-toggle span:after,
.mobile-menu-toggle span {
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    height: 2px;
    width: 21px;
    background-color: #FFB72B;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.mobile-menu-toggle span {
    z-index: 999;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mobile-menu-toggle span:before {
    top: -7px;
}

.mobile-menu-toggle span:after {
    bottom: -7px;
}

.mobile-menu-toggle.active span {
    background-color: transparent;
}

.mobile-menu-toggle.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.mobile-menu-toggle.active span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}
.rtl .mobile-menu .sub-menu {
    margin: -5px 20px 10px 0;
}
.rtl .mobile-menu .sub-menu .sub-menu,
.mobile-menu .sub-menu .sub-menu {
    margin-bottom: 0;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTENT--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.section {
    position: relative;
    padding: 40px 0 62px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-comments {
    padding-bottom: 40px;
}
.section-title-box {
    margin-bottom: 34px;
    text-align: center;
}
.section-content .section-title-box.narrow-sidebar,
.section-title-box.narrow-sidebar {
    margin-bottom: 40px;
}
.wpb_text_column .section-title-box,
.section-title-box.title-left {
    text-align: left;
}
.wpb_text_column.title-center .section-title-box {
    text-align: center;
}
.vc_col-sm-12 .wpb_text_column .section-title-box {
    margin-bottom: 35px;
    text-align: center;
}
    .section-title,
    .section-content .section-title,
    .section-content h1 {
        position: relative;
        display: inline-block;
        padding: 8px 0 7px;
        font-size: 36px;
        line-height: 1.1;
        font-weight: 700;
        text-align: center;
        color: #2c4253;
    }
    .inverse .section-title,
    .section-content .inverse  .section-title,
    .section-content .inverse  h1 {
        color: #ffffff;
    }
    .section-trending .section-title {
        color: #ffffff;
    }
        .section-trending .content {
            max-width: 760px;
            margin: -30px auto 60px;
            text-align: center;
        }
            .section-trending .content a {
                text-decoration: underline;
            }
            .section-trending .content a:hover,
            .section-trending .content a:focus {
                color: #FFB72B;
                text-decoration: none;
            }
    .section-content .section-title {
        color: #000;
    }
    .section-title.bottom-line {
        position: relative;
    }
    body:not(.light) .section-title.bottom-line:before {
        position: absolute;
        content: '';
        z-index: 4;
        left: 50%;
        bottom: -175px;
        width: 557px;
        height: 360px;
        /*opacity: .25;*/
        background-image: url(../img/live-title_bg.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        pointer-events: none;
    }

    .section-title.yellow {
        color: #ffb72b;
    }
        .section-title.yellow:before,
        .section-title.yellow:after {
            background-color: #FFB72B;
        }
.section-sub-title-box {
    margin-bottom: 16px;
}
    .section-sub-title-box h1,
    .section-sub-title-box h2,
    .section-sub-title-box h3,
    .section-sub-title-box h4 {
        position: relative;
        display: inline-block;
        padding-bottom: 3px;
        font: 24px/1.2 "Evolventa-Bold", Arial, sans-serif;
        color: #000000;
        border-bottom: 2px solid #dddddd;
    }
    .section-sub-title-box h1 {
        font-size: 30px;
    }
    .section-sub-title-box h2 {
        font-size: 27px;
    }
    .section-sub-title-box h4 {
        font-size: 20px;
    }
        .section-sub-title-box > *:before {
            content: '';
            position: absolute;
            left: -30px;
            bottom: -2px;
            display: block;
            width: 30px;
            height: 2px;
            background-color: #ffb72b;
        }

.section-content {
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.home .section-content {
    padding: 0;
}

.home .section-content > .vc_row {
    padding-left: 20px;
    padding-right: 20px;
}
    .section-content .vc_row {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .home .section-content .vc_row {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .section-content .content .vc_row:first-child {
        padding-top: 0;
    }
    .section-content .vc_row .vc_row {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-content .vc_row .vc_row .vc_column_container > .vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-content h1,
    .section-content h2,
    .section-content h3,
    .section-content h4,
    .section-content h5,
    .section-content h6 {
        margin-bottom: 12px;
        line-height: 1.2;
        color: #000;
    }
    .light h1.blue, .light h2.blue,
    .light h3.blue, .light h4.blue,
    .light h5.blue, .light h6.blue,
    .light .section-content h1.blue, .light .section-content h2.blue,
    .light .section-content h3.blue, .light .section-content h4.blue,
    .light .section-content h5.blue, .light .section-content h6.blue {
        color: #15A0FF;
    }
    .light .line {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-bottom: 12px;
    }
    .light .section-content .line {
        margin-bottom: 40px;
    }
    .light .line:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 400px;
        max-width: 100%;
        height: 2px;
        background-color: #15A0FF;
    }
    .light .section-news .line:after {
        min-width: 180px;
    }
    .line.line-white:after {
        background-color: #ffffff;
    }
    .line.line-center:after {
        left: 50%;
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .line.line-right:after {
        left: initial;
        right: 0;
    }
        .section-content .inverse h1,
        .section-content .inverse h2,
        .section-content .inverse h3,
        .section-content .inverse h4,
        .section-content .inverse h5,
        .section-content .inverse h6 {
            color: #ffffff;
        }
    .section-content h1 {
        font-size: 42px;
        margin-bottom: 25px;
    }
    .section-content .content h1 {
        font-size: 32px;
        margin-bottom: 20px;
        padding-top: 8px;
    }
    .section-content h2,
    .section-content h3,
    .section-content h4 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .section-content .content h2,
    .section-content .content h3,
    .section-content .content h4 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-top: 8px;
    }
    .section-content .content h1:first-child,
    .section-content .content h2:first-child,
    .section-content .content h3:first-child,
    .section-content .content h4:first-child {
        padding-top: 0;
    }
    .section-content h5 {
        font-size: 18px;
        font-weight: 700;
    }
    .section-content h6 {
        font-size: 16px;
        font-weight: 700;
    }
    .section-content .content > .section-title-box:first-child .section-title {
        margin-bottom: 0;
    }
    .section-content a {
        color: #1a81c9;
    }
    .section-content a:hover,
    .section-content a:focus {
        color: #000000;
    }
    .section-content .inverse a:hover,
    .section-content .inverse a:focus {
        color: #ffffff !important;
    }
    .section-content ul:not(.vc_chart-legend) > li {
        position: relative;
        padding-left: 15px;
    }
    .section-content ul:not(.vc_chart-legend) > li:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        top: 10px;
        left: 0;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #000000;
    }
    .section-content ol {
        /*counter-reset: myCounter;*/
        padding-left: 20px;
    }
    .section-content ol li {
        position: relative;
        padding-left: 0;
        list-style-type: decimal;
    }
    .section-content ol li:before {
        /*position: absolute;
        left: 0;
        counter-increment: myCounter;
        content: counter(myCounter) ".";*/
    }
    .section-content ol:not(:last-child),
    .section-content ul:not(:last-child) {
        margin-bottom: 20px;
    }
    .section-content strong,
    .section-content b {
        font-weight: 700;
    }
    .section-content blockquote {
        position: relative;
        padding: 5px 25px;
        margin: 20px auto;
        font-style: italic;
    }
    .section-content blockquote:last-child {
        margin-bottom: 0;
    }
    .section-content blockquote > * {
        margin-bottom: 10px;
    }
    .section-content blockquote > *:last-child {
        margin-bottom: 0;
    }
    .section-content img {
        max-width: 100%;
        height: auto;
    }
    .section-content img.alignleft {
        float: left;
        margin: 5px 20px 16px 0;
        max-width: 60%;
    }
    .section-content img.alignright {
        float: right;
        margin: 5px 0 16px 20px;
        max-width: 60%;
    }
    .section-content img.aligncenter {
        display: block;
        margin: 5px auto 16px;
        clear: both;
    }
    .content p {
        line-height: 1.25;
    }
    .content p,
    .section-content .content ol:not(:last-child), 
    .section-content .content ul:not(:last-child) {
        margin-bottom: 15px;
    }

    .section-content .content-box {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 28px 30px 25px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.35);
        -moz-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.35);
        box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.35);
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }
    .title-big,
    .section-content .title-big {
        font-size: 48px;
    }
    body:not(.home) .container > .section-title-box:last-child {
        margin-bottom: 0;
    }
    .dark-overlay {
        position: relative;
    }
    .dark-overlay:before,
    .vc_row.dark-overlay:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        opacity: 0.5;
    }
    .boxes-style .vc_col-sm-6 .wpb_text_column {
        position: relative;
        z-index: 2;
        padding: 25px 15px;
        margin-bottom: 0;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }
    @media all and (min-width: 768px) {
        .desktop-hidden {
            display: none;
        }
        .wpb_text_column.title-right .section-title-box {
            text-align: right;
        }
    }
    @media all and (max-width: 767px) {
        .vc_column-inner .wpb_single_image.desktop-hidden {
            margin-left: -20px;
            margin-right: -20px;
        }
        .bg-mob-hidden,
        .vc_row.bg-mob-hidden {
            background-image: none !important;
        }
    }
    .section-content .wpb_button,
    .section-content .wpb_content_element,
    .section-content ul.wpb_thumbnails-fluid>li {
        margin-bottom: 32px;
    }
    .inverse .wpb_content_element {
        color: #ffffff;
    }
    .wpb_text_column + .vc_separator {
        margin-top: -20px;
    }
    .vc_row.vc_row-flex > .container,
    .vc_row.vc_row-flex > .container > .vc_column_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .vc_row.vc_row-flex > .container {
        box-sizing: border-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .vc_row.vc_row-o-equal-height > .container > .vc_column_container {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
.right-bg > .vc_column-inner {
    background-position: top right !important;
}
.section-content .wpcf7 {
    max-width: 480px;
    margin: 0 auto;
}
.form-list {
    list-style: none;
}
    ul.form-list > li,
    .section-content ul.form-list > li {
        list-style: none;
        padding: 0;
        margin: 0 0 16px;
    }
    ul.form-list > li:last-child,
    .section-content ul.form-list > li:last-child {
        margin-bottom: 0;
    }
        .section-content .form-list > li:before {
            display: none;
        }
        .form-list .input-style {
            padding: 8px 0;
            border-color: #efefef;
            color: #000;
            background-color: transparent;
        }
        .form-list .input-style:focus {
            border-color: #000000;
        }
    .form-list .wpcf7-recaptcha {
        margin-top: 30px;
    }
        .form-list .wpcf7-recaptcha > div {
            margin-left: auto;
            margin-right: auto;
        }
.form-btn-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
    .form-btn-box .btn {
        border-color: transparent;
    }
    .form-btn-box .btn:hover,
    .form-btn-box .btn:focus {
        color: #333333;
        background-color: #FFB72B;
        background-color: rgba(255, 183, 43, 0.8);
    }
    div.wpcf7 .form-btn-box .ajax-loader {
        position: absolute;
        top: 11px;
    }
.form-list ~ div.wpcf7-response-output {
    margin: 30px 0 0;
    font-size: 17px;
    padding: 10px 12px;
}
.crop-link span {
    padding-bottom: 1px;
    font-weight: 700;
    font-size: 18px;
    color: #7ca0ff;
    cursor: pointer;
    border-bottom: 2px dashed #7ca0ff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.crop-link span:hover,
.crop-link span:focus {
    color: #f90;
    border-bottom-color: transparent;
}
.crop-link:not(:first-child) {
    margin-top: -10px;
}
.crop-link.showing:not(:first-child) {
    margin-top: 0;
}
.crop-link .crop-less {
    display: none;
}
.crop-link.showing .crop-more {
    display: none;
}
.crop-link.showing .crop-less{
    display: inline-block;
}
body:not(.no-js) .crop-link ~ * {
    display: none;
}
.img-up {
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.section-content .vc_custom_heading,
.home .section-content h1,
.home .section-content h2,
.home .section-content h3,
.home .section-content h4 {
    font-weight: 700;
}
/*-------------------------------------HERO----------------------------------------*/
.home #main-content > :first-child {
    margin-top: -201px;
    padding-top: 253px;
}
.section-hero {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    /*margin-top: -201px;*/
    /*padding: 253px 0 30px;*/
    padding: 50px 0 30px;
    text-align: center;
    background-color: #010818;
    background-size: cover;
    background-attachment: fixed;
}
.light .section-hero {
    background-color: transparent;
    background-image: url(../img/light-redesign/front_banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
    .section-hero .container {
        position: relative;
        z-index: 15;
    }
.starfield {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
}
.hero-video {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .hero-video video {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        margin: auto;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
.hero-animation {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .hero-animation canvas {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        margin: auto;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .hero-content {
        margin-bottom: 62px;
    }
        .hero-content a.btn,
        .hero-content .btn {
            margin-bottom: 42px;
        }
    .hero-content > *:last-child {
        margin-bottom: 0 !important;
    }
        .hero-title {
            max-width: 900px;
            margin: 0 auto 61px;
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: .014em;
            word-spacing: -.1em;
            color: #ffffff;
        }
        .light .hero-title {
            color: #000000;
        }
            .hero-courses {
                margin-bottom: 48px;
            }
            .hero-courses:last-child {
                margin-bottom: 0;
            }
                .hero-exchange-list {
                    display: inline-block;
                    margin: 0 auto;
                    text-align: left;
                }
                    .hero-exchange-list > li {
                        display: block;
                        margin-bottom: 11px;
                    }
                        .hero-exchange-list > li:last-child {
                            margin-bottom: 0;
                        }
                        .hero-exchange-list > li,
                        .hero-exchange-list > li a {
                            color: #ffffff;
                        }
                        .light .hero-exchange-list > li,
                        .light .hero-exchange-list > li a {
                            color: #000000;
                        }
                        .hero-exchange-list > li a:hover,
                        .hero-exchange-list > li a:focus {
                            text-decoration: none;
                        }
                            .hero-coin-box {
                                display: table;
                                width: 100%;
                            }
                            .hero-coin-box > *:first-child {
                                width: 80px;
                                padding-right: 10px;
                            }
                            .hero-coin-cell {
                                display: table-cell;
                                vertical-align: middle;
                            }
                                .hero-coin-img-wrap {
                                    display: inline-block;
                                    max-width: 50px;
                                }
                                .hero-coin-img-wrap img {
                                    max-width: 100%;
                                    max-height: 100%;
                                    width: auto;
                                    height: auto;
                                }
                                .hero-coin-title {
                                    font-size: 30px;
                                    font-weight: 400;
                                    line-height: 1;
                                }
                                    .hero-coin-title b {
                                        font-weight: 700;
                                    }
                                    .hero-coin-title .green {
                                        color: #009a00;
                                    }
                                    .hero-coin-title .red {
                                        color: #ff2525;
                                    }
            .hero-social {
                margin-bottom: 48px;
            }
            .hero-social:last-child {
                margin-bottom: 0;
            }
                .hero-social .social-list{}
                    .hero-social .social-list > li {
                        float: none;
                        display: inline-block;
                        vertical-align: top;
                        margin: 0 2px;
                    }
                        .hero-social .social-list > li a {
                            width: 52px;
                            height: 52px;
                            color: #ffffff;
                            border: none;
                            background-color: #2c313d;
                            -webkit-border-radius: 0;
                            -khtml-border-radius: 0;
                            -moz-border-radius: 0;
                            -ms-border-radius: 0;
                            -o-border-radius: 0;
                            border-radius: 0;
                        }
                            .hero-social .social-list > li > a .fa,
                            .hero-social .social-list > li > a .fab {
                                font-size: 26px;
                                line-height: 52px;
                            }


/*-------------------------------------BANNER--------------------------------------*/
.section-banner {
    padding: 50px 0 48px;
    text-align: center;
    background-color: #ebf7ff;
}
    .banner-box {
        max-width: 400px;
        margin: 0 auto;
    }
        .rewards-list {
            display: inline-block;
            margin: 0 -20px;
        }
            .rewards-list > li {
                display: inline-block;
                margin-bottom: 18px;
                padding: 0 13px;
                vertical-align: middle;
            }
                .reward-img-box {
                    display: inline-block;
                }
                    .reward-img-box img {
                        max-width: 100%;
                        height: auto;
                    }
        .banner-title {
            position: relative;
            margin-bottom: 21px;
            padding-bottom: 14px;
            font-family: "Evolventa-Bold", Arial, sans-serif;
            font-size: 30px;
            line-height: 1.2;
            color: #FFB72B;
        }
        .banner-title:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: 0;
            width: 225px;
            height: 3px;
            background-image: url(../img/line.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            -khtml-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        .banner-desc {
            display: block;
            margin-bottom: 38px;
            font-size: 18px;
            line-height: 1.2;
            letter-spacing: -.03em;
            word-spacing: .1em;
            color: #ffffff;
        }
        .social-links {
            text-align: center;
        }
            .social-links > li {
                display: inline-block;
                padding: 4px;
            }
                .social-links > li a {
                    display: block;
                    width: 30px;
                    height: 30px;
                    color: #ffffff;
                    text-align: center;
                    background-color: #FFB72B;
                    -webkit-border-radius: 5px;
                    -khtml-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    border-radius: 5px;
                }
                .social-links > li a:hover,
                .social-links > li a:focus {
                    opacity: .7;
                }
                .s-rss a {}
                li.s-twitter a {
                    background-color: #60bdea;
                }
                li.s-dribbble a {
                    background-color: #d77ca5;
                }
                li.s-vimeo a {
                    background-color: #83DDE7;
                }
                li.s-facebook a {
                    background-color: #5B7CC5;
                }
                    .social-links .fa {
                        font-size: 16px;
                        line-height: 30px;
                        vertical-align: middle;
                    }
                    .social-links .fa-vimeo {
                        font-size: 14px;
                    }
                    .social-links .fa-facebook {
                        font-size: 12px;
                    }
            .social-links {}
/*-------------------------------------LIVE-TOKEN----------------------------------*/
.section-live-token {
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 100px;
    background-image: url(../img/live_token_bg.jpg);
    background-color: #010818;
}
.light .section-live-token {
    background-image: url(../img/light-redesign/front_live_bg.png);
}
    .section-live-token .container {
        position: relative;
        z-index: 5;
    }
        .live-lists {
            margin: 0 -15px;
            text-align: center;
        }
            .live-lists > li {
                display: inline-block;
                vertical-align: top;
                width: -webkit-calc(33.33% - 3px);
                width: calc(33.33% - 3px);
                padding: 0 13px;
            }
            .live-lists > li:nth-child(3n+1) {
                clear: both;
            }
                .live-list {
                    /*position: relative;*/
                    text-align: left;
                }
                    .live-list > li {
                        border-bottom: 1px solid #0C1B3E;
                    }
                        .live-list > li a:hover,
                        .live-list > li a:focus {
                            text-decoration: none;
                        }
                        .live-list > li a:hover .live-title,
                        .live-list > li a:focus .live-title,
                        .live-list > li a:hover .trending-read-more,
                        .live-list > li a:focus .trending-read-more {
                            color: #FFB72B;
                        } 
                        .live-list > li a:hover .btn,
                        .live-list > li a:focus .btn {
                            color: #ffffff;
                            background-color: transparent;
                            text-decoration: none;
                        }
                        .light .live-list > li a:hover .btn,
                        .light .live-list > li a:focus .btn {
                            background-color: #F90;
                            border-color: #F90;
                        }
                    .live-token-wrap {
                        position: relative;
                        background-color: #081430;
                        background-color: rgba(8, 20, 48, .5);
                        -webkit-box-shadow: 0 0 59px 0 rgba(2, 2, 2, 0.75);
                        box-shadow: 0 0 59px 0 rgba(2, 2, 2, 0.75);
                    }
                    .light .live-token-wrap {
                        background-color: #ffffff;
                        -webkit-box-shadow: 0 0 59px 0 rgba(2, 2, 2, 0.35);
                        box-shadow: 0 0 59px 0 rgba(2, 2, 2, 0.35);
                    }

                        .live-box {
                            display: table;
                            width: 100%;
                            height: 91px;
                            padding: 10px 10px 10px 5px;
                        }
                            .live-cell {
                                display: table-cell;
                                padding: 0 5px;
                                vertical-align: middle;
                                width: 100%;
                            }
                            .inverse .live-cell {
                                color: #ffffff;
                            }
                            .live-cell .trending-read-more {
                                margin-top: 0;
                                font-size: 15px;
                            }
                            .live-cell.logo-cell {
                                 width: 60px;
                                padding-right: 15px;
                             }
                            .live-cell.desc {
                                width: -webkit-calc(100% - 190px);
                                width: calc(100% - 190px);
                            }
                            .live-cell.btn-cell {
                                padding-right: 0;
                                width: 130px;
                            }
                                .btn-cell a.btn,
                                .btn-cell .btn {
                                    padding-top: 4px;
                                    padding-bottom: 4px;
                                    font-size: 14px;
                                    width: 100%;
                                    color: #000000;
                                    border-color: #ffb72c;
                                    -webkit-border-radius: 4px;
                                    -khtml-border-radius: 4px;
                                    -moz-border-radius: 4px;
                                    -ms-border-radius: 4px;
                                    -o-border-radius: 4px;
                                    border-radius: 4px;
                                }
                                .live-cell > *:last-child {
                                    margin-bottom: 0;
                                }
                                a.live-logo,
                                .live-logo {
                                    overflow: hidden;
                                    display: inline-block;
                                    width: 40px;
                                    height: 40px;
                                    padding: 1px;
                                    line-height: 32px;
                                    text-align: center;
                                    vertical-align: middle;
                                    border: 2px solid #FFB82C;
                                    background-color: #ffffff;
                                    -webkit-border-radius: 50%;
                                    -khtml-border-radius: 50%;
                                    -moz-border-radius: 50%;
                                    -ms-border-radius: 50%;
                                    -o-border-radius: 50%;
                                    border-radius: 50%;
                                    -webkit-transition: 0.35s;
                                    -moz-transition: 0.35s;
                                    -o-transition: 0.35s;
                                    transition: 0.35s;
                                }
                                    a.live-logo img,
                                    .live-logo img {
                                        max-width: 100%;
                                        max-height: 100%;
                                        height: auto;
                                        vertical-align: middle;
                                    }
                                a.live-title,
                                .live-title {
                                    display: block;
                                    margin-bottom: 3px;
                                    font-size: 18px;
                                    font-weight: 700;
                                    line-height: 1.2;
                                    -webkit-transition: 0.35s;
                                    -moz-transition: 0.35s;
                                    -o-transition: 0.35s;
                                    transition: 0.35s;
                                }
                                .inverse a.live-title,
                                .inverse .live-title {
                                    color: #ffffff;
                                }
                                .light .inverse a.live-title,
                                .light .inverse .live-title {
                                    color: #000000;
                                }
                                a.live-title:hover,
                                a.live-title:focus {
                                    color: #FFB72B;
                                    text-decoration: none;
                                }
                                .live-percentages {
                                    display: block;
                                    margin-bottom: 2px;
                                    font-size: 14px;
                                    line-height: 1.2;
                                    color: #111111;
                                }
                                .inverse .live-percentages {
                                    color: #b8b4b4;
                                }
                                .light .inverse .live-percentages {
                                    color: #000000;
                                }
                                .live-percentages.red {
                                    color: #ff0000;
                                }
                                .light .live-percentages.red {
                                    color: #dd2023;
                                }
                                .live-percentages.green {
                                    color: #009a00;
                                }
                                .light .inverse .live-cell,
                                .light .live-desc {
                                    color: #000000
                                }
                                .live-desc {
                                    margin-bottom: 2px;
                                    display: block;
                                    font-size: 14px;
                                    font-weight: 300;
                                    line-height: 1.2;
                                }
            .gold {}
                .gold > li {
                    /*border-bottom-color: #b6d5ed;*/
                }
                .gold > li:nth-child(odd) {
                    /*background-color: #E4F3FF;*/
                }
                    .gold a.live-logo,
                    .gold .live-logo {
                        /*border-color: #FFB72B;*/
                    }
            .silver {}
                .silver > li:nth-child(odd) {
                    /*background-color: #f8f8f8;*/
                }
                    .silver a.live-logo,
                    .silver .live-logo {
                        /*border-color: #cdcdcd;*/
                    }
/*-------------------------------------UPCOMING-TOKEN------------------------------*/
.section-upcoming-token {
    background-color: #EBF7FF;
}
    .ico-table {
        width: 100%;
        background-color: #fefefe;
        border-bottom: 1px solid #78B5E3;
        table-layout: fixed;
    }
        .ico-table thead {
            font-size: 16px;
            text-transform: uppercase;
            color: #ffffff;
            background-color: #2C4253;

        }
            .ico-table thead tr:last-child {
                border-right: 1px solid #78B5E3;
            }
            .tablesorter .tablesorter-header {
                position: relative;
            }
            .tablesorter .tablesorter-header .tablesorter-header-inner {
                position: relative;
                z-index: 2;
            }
            .tablesorter .tablesorter-header span {
                position: relative;
                z-index: 3;
                padding-right: 15px;
            }
            .tablesorter .tablesorter-header span:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-family: Font Awesome\ 5 Free;
                font-weight: 900;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                right: 0;
                top: 50%;
                color: #545454;
                -webkit-transform: translateY(-50%);
                -khtml-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }
            .tablesorter .tablesorter-headerUnSorted span:after {
                content: "\f0dc";
            }
            .tablesorter .tablesorter-headerAsc span:after {
                content: "\f0de";
            }
            .tablesorter .tablesorter-headerDesc span:after {
                content: "\f0dd";
            }
            .tablesorter .tablesorter-header.sorter-false span:after {
                content: none;
            }
                .ico-table thead th {
                    height: 50px;
                    padding: 10px 6px;
                    font-weight: 400;
                    text-transform: uppercase;
                    line-height: 1.25;
                }
                .ico-table thead tr th:first-child {
                    width: 31.6%;
                }
                .ico-table thead tr th:nth-child(2) {
                    width: 25.8%;
                }
                .ico-table thead tr th:nth-child(3) {
                    width: 25.6%;
                }
        .ico-table tbody {}
            .ico-body-table {
                width: 100%;
                table-layout: fixed;
            }
            .ico-table tbody tr {
                height: 64px;
            }
            .ico-table tbody tr[data-href] {
                cursor: pointer;
            }
            .ico-table tbody tr:hover td {
                background-color: #f8f8f8;
            }
            .ico-table tbody tr:nth-child(odd):hover td {
                background-color: #deedf9;
            }
            .ico-table tbody tr:nth-child(odd) {
                height: 62px;
                background-color: #ddecf8;
            }
                .ico-table tbody td {
                    padding: 5px 19px 2px;
                    border: 1px solid #78B5E3;
                    border-top: none;
                    border-bottom: none;
                    vertical-align: middle;
                    -webkit-transition: 0.35s;
                    -moz-transition: 0.35s;
                    -o-transition: 0.35s;
                    transition: 0.35s;
                }
                .ico-table tbody td[colspan="3"] {
                    padding: 0;
                    border: 0;
                    vertical-align: top;
                }
                .ico-table tbody td > * {
                    display: inline-block;
                    vertical-align: middle;
                }
                .ico-table tbody tr td:first-child {
                    width: 31.6%;
                }
                .ico-table tbody tr td:nth-child(2) {
                    width: 25.8%;
                }
                .ico-table tbody tr td:nth-child(3) {
                    width: 25.6%;
                }
                .ico-table tbody tr td:last-child {
                }
                    .ico-img-wrap {
                        display: inline-block;
                        width: 55px;
                        height: 40px;
                        padding-right: 15px;
                        text-align: center;
                        vertical-align: middle;
                        line-height: 38px;
                    }
                        .ico-img-wrap img {
                            max-width: 100%;
                            max-height: 100%;
                            height: auto;
                            vertical-align: middle;
                        }
                .table-event tbody tr td:first-child span {
                    display: table-cell;
                    vertical-align: middle;
                    line-height: 1.4;
                }
                .table-event tbody a:hover,
                .table-event tbody a:focus {
                    color: #1a81c9;
                    text-decoration: none;
                }

        .table-event .ico-body-table {
            max-height: 700px;
            overflow-y: auto;
        }


        .ico-table tbody tr td.col-60,
        .ico-table thead tr th.col-60 {
            width: 60%;
        }
        .ico-table tbody tr td.col-50,
        .ico-table thead tr th.col-50 {
            width: 50%;
        }
        .ico-table tbody tr td.col-40,
        .ico-table thead tr th.col-40 {
            width: 40%;
        }
        .ico-table tbody tr td.col-35,
        .ico-table thead tr th.col-35 {
            width: 35%;
        }
        .ico-table tbody tr td.col-30,
        .ico-table thead tr th.col-30 {
            width: 30%;
        }
        .ico-table tbody tr td.col-25,
        .ico-table thead tr th.col-25 {
            width: 25%;
        }
        .ico-table tbody tr td.col-20,
        .ico-table thead tr th.col-20 {
            width: 20%;
        }
        .ico-table tbody tr td.col-15,
        .ico-table thead tr th.col-15 {
            width: 15%;
        }
        .ico-table tbody tr td.col-10,
        .ico-table thead tr th.col-10 {
            width: 10%;
        }
        .ico-table tbody tr td.col-5,
        .ico-table thead tr th.col-5 {
            width: 5%;
        }

    .ico-table-mob-list {
        border-bottom: 1px solid #78B5E3;
    }
        .ico-table-mob-list > .thead {
            text-transform: uppercase;
            color: #ffffff;
            background-color: #2C4253;
            border-bottom: 1px solid #78B5E3;
        }
        .ico-table-mob-list > .tbody {
            max-height: 700px;
            overflow-y: auto;
        }
            .ico-table-mob-list > .tbody table {
                width: 100%;
                table-layout: fixed;
            }
        .ico-table-mob-list > li:not(.thead) {
            border-left: 1px solid #78B5E3;
            border-right: 1px solid #78B5E3;
        }
        .ico-table-mob-list > li:nth-child(odd) a,
        .ico-table-mob-list > .tbody tr:nth-child(odd) {
            background-color: #ddecf8;
        }
        .ico-table-mob-list > li:nth-child(odd) a:hover,
        .ico-table-mob-list > li:nth-child(odd) a:focus,
        .ico-table-mob-list > .tbody tr:nth-child(odd):focus {
            background-color: #deedf9;
        }
        .ico-table-mob-list > li:nth-child(even) a:hover,
        .ico-table-mob-list > li:nth-child(even) a:focus,
        .ico-table-mob-list > .tbody tr:nth-child(even):focus {
            background-color: #f8f8f8;
        }
            .ico-table-mob {
                display: none;
                width: 100%;
                background-color: #ffffff;
            }
                .ico-table-mob a {
                    display: block;
                }
                .ico-table-mob a:hover,
                .ico-table-mob a:focus {
                    text-decoration: none;
                }
            .ico-table-mob-box {
                display: table;
                width: 100%;
                font-size: 15px;
            }
                .ico-table-mob-cell {
                    display: table-cell;
                    padding: 10px 8px;
                    vertical-align: top;
                }
                .thead .ico-table-mob-cell {
                    height: 45px;
                    border: none;
                    text-align: center;
                    vertical-align: middle;
                }
                .ico-table-mob-cell > *:last-child {
                    margin-bottom: 0;
                }
                    .ico-table-mob-cell.ico-name {
                        width: 40%;
                        text-align: center;
                        line-height: 1.4;
                        border-right: 1px solid #78B5E3;
                        padding-left: 5px;
                        padding-right: 5px;
                        vertical-align: middle;
                    }
                    .thead .ico-table-mob-cell.ico-name {
                        border-right: none;
                    }
                        .ico-table-mob .ico-img-wrap {
                            display: block;
                            margin: 0 auto 5px;
                            padding: 0;
                            width: 40px;
                        }
                .ico-table-right {
                    display: block;
                    line-height: 1.1;
                    margin-bottom: 4px;
                }
                    .ico-table-right  span {
                        padding-right: 2px;
                        font-weight: 700;
                    }
/*-------------------------------------EVENT---------------------------------------*/
.section-event {}
/*-------------------------------------NEWS----------------------------------------*/
.section-news {
    padding-bottom: 80px;
}
    .news-list {
        overflow: hidden;
        margin: 0 -15px -32px;
    }
        .news-list > li {
            float: left;
            width: 33.33%;
            margin-bottom: 32px;
            padding: 0 15px;
        }
        .news-list > li:first-child {
            width: 100%;
        }
        .news-list > li:nth-child(3n+2) {
            clear: both;
        }
            .news-list > li > a:hover,
            .news-list > li > a:focus {
                text-decoration: none;
            }
            .news-list > li > a:hover .news-title,
            .news-list > li > a:focus .news-title {
                color: #FFB72B;
            }
            .news-box {
                overflow: hidden;
                position: relative;
                padding: 28px 30px 30px;
                color: #ffffff;
                background-color: #2C4253;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
                .news-inner-box {
                    position: relative;
                    z-index: 10;
                }
                .news-inner-box > :last-child {
                    margin-bottom: 0;
                }

                .news-title {
                    max-width: 480px;
                    margin-bottom: 6px;
                    font: 18px/1.2 "Evolventa-Bold", Arial, sans-serif;
                    -webkit-transition: 0.2s;
                    -moz-transition: 0.2s;
                    -o-transition: 0.2s;
                    transition: 0.2s;
                }
                .news-date {
                    display: block;
                    margin-bottom: 6px;
                    font-size: 12px;
                    font-weight: 300;
                }
                .news-desc {
                    margin-bottom: 26px;
                    max-width: 440px;
                    line-height: 1.2;
                    word-spacing: -.09em;

                }
                    .news-desc > *:not(:last-child) {
                        margin-bottom: 8px;
                    }
                    .news-desc > :last-child {
                        margin-bottom: 0;
                    }
                .news-box a.btn,
                .news-box .btn {
                    margin-left: 4px;
                }
                
.light .section-news {
    background: #dfffe8; /* Old browsers */
    background: -moz-linear-gradient(top, #dfffe8 0%, #dfffe8 33%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dfffe8 0%,#dfffe8 33%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dfffe8 0%,#dfffe8 33%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfffe8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.light.page-template-page-blog .section-news {
    background: #cdeffb; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeffb 0%, #cdeffb 33%, #dfffe8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cdeffb 0%,#cdeffb 33%,#dfffe8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cdeffb 0%,#cdeffb 33%,#dfffe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfffe8', endColorstr='#dfffe8',GradientType=0 ); /* IE6-9 */
}
.news-style .news-box:after {
    position: absolute;
    z-index: 5;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
    .news-style .news-list > li:first-child .news-box:after {
        width: 700px;
        background: rgba(0,0,0,0.75);
        background: -moz-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 65%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.75)), color-stop(65%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 65%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 65%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 65%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 65%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    }
.news-style .news-box {
    background-color: #15A0FF;
}
.news-style .news-box.first .news-title {
    font-size: 24px;
}
.news-style a:hover .btn.inverse, 
.news-style a:focus .btn.inverse {
    border-color: #e08700;
    background-color: #e08700;
}
.news-btn-box {
    padding: 40px 0 0;
    text-align: center;
}

/*-------------------------------------PARTNERS------------------------------------*/
.section-partners {
    text-align: center;
    background-color: #000000;
}
    .partners-list {
        display: inline-block;
        max-width: 798px;
        margin: 0 auto -26px;
        text-align: center;
    }
        .partners-list > li {
            display: inline-block;
            margin-bottom: 26px;
            padding: 0 13px;
            vertical-align: top;
        }
        .partners-list > li:nth-child(4n+1) {
            clear: both;
        }
            .partners-list > li a {}
                .partners-box {
                    width: 170px;
                    height: 120px;
                    padding: 3px;
                    text-align: center;
                    line-height: 114px;
                    background-color: #ffffff;
                }
                    .partners-box img {
                        max-width: 100%;
                        height: auto;
                        vertical-align: middle;
                    }
/*----------------------------------------------------------------------------------*/
/*-------------------------------------SIDEBAR--------------------------------------*/
/*----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
#footer {
    position: relative;
    z-index: 20;
    padding: 65px 0 0;
    background-color: #161616;
}
    #footer .container {}
        .footer-top-box {
            margin-bottom: 91px;
        }
            .footer-title {
                margin-bottom: 32px;
                font: 30px/1.2 "Evolventa-Bold", Arial, sans-serif;
                color: #ffffff;
            }
            .footer-title.disclaimer {
                margin-bottom: 15px;
            }
            .footer-title.disclaimer:not(:first-child) {
                margin-top: 35px;
            }
        .footer-list {
            overflow: hidden;
            margin: 0 -10px;
        }
            .footer-list > li {
                float: left;
                width: 25%;
                padding: 0 10px;
            }
            .footer-list > li.coll-get {
                width: 53%;
            }
            .footer-list > li.coll-website {
                width: 18%;
            }
            .footer-list > li.coll-form {
                float: right;
                width: 28%;
            }
                .footer-box {
                    max-width: 260px;
                }
                .footer-box.disclaimer {
                    max-width: none;
                    padding-right: 20px;
                    font-size: 14px;
                    color: #fff;
                }
                    .footer-box.disclaimer p {
                        margin-bottom: 10px;
                    }
                    .footer-box.disclaimer p:last-child {
                        margin-bottom: 0;
                    }
                    
                    .footer-box > *:last-child {
                        margin-bottom: 0;
                    }
                    .footer-box > ul:not(.social-list) > li {
                        display: block;
                    }
                        .footer-box > ul:not(.social-list) > li > a {
                            position: relative;
                            display: block;
                            padding: 4px 0 3px 15px;
                            font-size: 14px;
                            line-height: 1.25;
                            color: #ffffff;
                        }

                    .footer-box > ul:not(.social-list) > li > a:before {
                        position: absolute;
                        content: '';
                        left: 2px;
                        top: 50%;
                        width: 5px;
                        height: 5px;
                        -webkit-border-radius: 50%;
                        -khtml-border-radius: 50%;
                        -moz-border-radius: 50%;
                        -ms-border-radius: 50%;
                        -o-border-radius: 50%;
                        border-radius: 50%;
                        background-color: #ffffff;
                        -webkit-transform: translateY(-50%);
                        -khtml-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        -webkit-transition: 0.2s;
                        -moz-transition: 0.2s;
                        -o-transition: 0.2s;
                        transition: 0.2s;
                    }
                    .footer-box > ul:not(.social-list) > li > a:hover,
                    .footer-box > ul:not(.social-list) > li > a:focus {
                        color: #FFB72B;
                        text-decoration: none;
                    }
                        .footer-box > ul:not(.social-list) > li > a:hover:before,
                        .footer-box > ul:not(.social-list) > li > a:focus:before {
                            background-color: #FFB72B;
                        }
                .footer-box.contact {
                    padding-top: 9px;
                }
                .footer-contact-box {
                    display: table;
                    width: 100%;
                    margin-bottom: 20px;
                    margin-top: -5px;
                }
                    .footer-contact-box .icon-box,
                    .footer-contact-box .info-box {
                        display: table-cell;
                        vertical-align: middle;
                    }
                    .footer-contact-box .icon-box {
                        width: 79px;
                        padding-right: 8px;
                        text-align: center;
                    }
                        .footer-contact-box .icon-box img {
                            max-width: 100%;
                        }
                    .footer-contact-box .info-box {
                        font-size: 14px;
                        line-height: 1.25;
                        color: #8d8d8d;
                    }
                        .footer-contact-box .info-box a {
                            display: inline-block;
                            width: 100%;
                            color: #8d8d8d;
                        }
                        .footer-contact-box .info-box a:hover,
                        .footer-contact-box .info-box a:focus {
                            color: #ffffff;
                            text-decoration: none;
                        }
                .footer-box.form {
                    max-width: 271px;
                    margin-left: 1px;
                }
                    .footer-form-list {}
                        .footer-form-list > li:not(:last-child) {
                            margin-bottom: 16px;
                       }
                    .footer-btn-box {
                        margin-top: 41px;
                        padding-left: 4px;
                    }
        .footer-bottom-box {
            padding: 16px 0 18px;
            text-align: center;
            background-color: #2d2d2d;
        }
            .copyright {
                font-size: 14px;
                color: #ffffff;
            }

.section-404 {
    padding-top: 80px;
    padding-bottom: 85px;
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
}
.wrap-404 {
    font: 34px/1.2 "Evolventa-Bold", Arial, sans-serif;
    margin-bottom: 15px;
}
.section-404 p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


/*----------------------------------NEWSLETTER POPUP------------------------------------*/
.boxzilla.boxzilla-contact-box,
.popup-form-wrap,
#boxzilla-537 {
    overflow-y: auto;
    max-height: none;
    width: 100%;
    max-width: 300px;
    padding: 20px 18px;
    text-align: center;
    background: #D1F4FF !important;
    color: #000;
    border: 2px dashed #ffb72b !important;
    border-bottom: none !important;
    border-right: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.boxzilla-close-icon {
    color: #000;
}
.boxzilla-contact-box h1, .boxzilla-contact-box h2,
.boxzilla-contact-box h3, .boxzilla-contact-box h4,
.boxzilla-contact-box h5, .boxzilla-contact-box h6,
.popup-form-wrap h1, .popup-form-wrap h2,
.popup-form-wrap h3, .popup-form-wrap h4,
.popup-form-wrap h5, .popup-form-wrap h6,
#boxzilla-537 h4 {
    margin-bottom: 12px;
    color: #000;
    font: 18px/1.2 "Evolventa-Bold", Arial, sans-serif
}
.boxzilla-contact-box .input-style,
.popup-form-wrap .input-style {
    font-size: 16px;
    background-color: #ffffff !important;
}
.popup-form-list > li:not(:last-child) {
    margin-bottom: 10px;
}
.popup-form-list + .popup-btn-box {
    margin-top: 20px;
}
.boxzilla-contact-box .popup-btn-box .btn {
    padding: 8px 12px 8px;
    min-width: 140px;
    font-size: 16px;
}
.boxzilla-contact-box .boxzilla-close-icon,
#boxzilla-537 .boxzilla-close-icon {
    color: #000000;
    opacity: 0.7;
    font-size: 26px;
    padding: 4px;
}
.boxzilla-contact-box .boxzilla-close-icon:hover,
#boxzilla-537 .boxzilla-close-icon:hover {
    opacity: 0.9;
}
@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }
    25%,75% {
        opacity: 0
    }
}
@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }
    25%,75% {
        opacity: 0
    }
}
.flash,
.boxzilla-contact-box input[type=submit] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flash;
    animation-name: flash
}
.boxzilla span.wpcf7-not-valid-tip {
    text-align: left;
}


/*----------------------------------PAGINATION------------------------------------*/
.pagenavi-block {
    text-align: center;
}
.pagenavi-block:not(:empty) {
    margin-top: 40px;
}
.wp-pagenavi {
    display: inline-block;
    color: #2d3158;
    font-size: 1em;
    font-weight: 400;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi > * {
    float: left;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    color: #ffffff;
    border: none;
    box-shadow: none;
}
.wp-pagenavi > .extend {
    width: 20px;
    color: #000000;
}
.wp-pagenavi > .current {
    color: #ffffff;
    background-color: #FFB72B;
}
.wp-pagenavi > :last-child {
    margin-right: 0;
}
.wp-pagenavi a {
    text-decoration: none;
    background-color: #3689bb;
    color: #ffffff;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
    text-decoration: none;
    background-color: #FFB72B !important;
}
.wp-pagenavi a .fas,
.wp-pagenavi a .fa {
    position: relative;
    top: 1px;
    font-size: 16px;
    line-height: 34px;
}


.light .wp-pagenavi {
    color: #0c1b3e;
    font-size: 16px;
    font-weight: 700;
}
.light .wp-pagenavi > * {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #0c1b3e;
    background-color: #ededed;
}
.light .wp-pagenavi > .extend {
    width: 30px;
    color: #0c1b3e;
}
.light .wp-pagenavi > .current {
    color: #0c1b3e;
    background-color: #ffb72c;
}
.light .wp-pagenavi a {
    background-color: #ededed;
    color: #0c1b3e;
}
.light .wp-pagenavi a:hover,
.light .wp-pagenavi a:focus {
    background-color: #ffb72c !important;
}
.light .wp-pagenavi a .fas,
.light .wp-pagenavi a .fa {
    top: 0;
    line-height: 30px;
}

.light .section-news .wp-pagenavi span:not(.current) {
    background-color: transparent;
}
.light .section-news .wp-pagenavi a {
    background-color: #fefefe;
}

.result-wrap .pagenavi-block {
    margin: 20px 0 -12px;
    text-align: left;
}

/*--------------------------------SEE-WHAT'S-TRENDING-----------------------------------*/
.section-trending {
    padding-top: 57px;
    padding-bottom: 48px;
    background-image: url(../img/trending_bg.jpg);
}
    .section-trending .section-title-box {
        margin-bottom: 50px;
    }
    #section-content .fixed-bg {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
    }
    .fixed-bg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .trending-lists {}
        .trending-lists > li {}
            .trending-lists {
                overflow: hidden;
                position: relative;
                z-index: 5;
                margin: 0 -15px;
                text-align: center;
            }
            .trending-lists > li {
                float: none;
                display: inline-block;
                width: 24.5%;
                padding: 0 12px;
                margin-bottom: 30px;
                vertical-align: top;
            }
            .trending-lists > li:nth-child(4n+1) {
                clear: both;
            }
            .trending-lists > li a {}
                .trending-lists > li a:hover,
                .trending-lists > li a:focus,
                .trending-ico a:hover,
                .trending-ico a:focus {
                    text-decoration: none;
                }
                .trending-lists > li a:hover .btn.green,
                .trending-lists > li a:focus .btn.green{
                    color: #2cb839;
                    border-color: #2cb839;
                    background-color: transparent;
                    text-decoration: none;
                }
                    .trending-box {
                        position: relative;
                        min-height: 370px;
                        padding: 30px 17px 40px;
                        text-align: center;
                        color: #2c4253;
                        -webkit-border-radius: 6px;
                        -khtml-border-radius: 6px;
                        -moz-border-radius: 6px;
                        -ms-border-radius: 6px;
                        -o-border-radius: 6px;
                        border-radius: 6px;
                        -webkit-transition: 0.35s;
                        -khtml-transition: 0.35s;
                        -moz-transition: 0.35s;
                        -ms-transition: 0.35s;
                        -o-transition: 0.35s;
                        transition: 0.35s;
                    }
                    .trending-box:after {
                        position: absolute;
                        content: '';
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 3px;
                        background-color: #DCDCDC;
                    }
                        .trending-box .btn {                            
                            position: absolute;
                            bottom: 12px;
                            right: 10px;
                            font-size: 14px;
                            padding-top: 5px;
                            padding-bottom: 5px;
                        }

                    .trending-gold .trending-box,
                    .trending-ico .trending-box {
                        color: #ffffff;
                        border-bottom-color: transparent;
                        background-color: #2C4253;
                    }
                    .light .trending-gold > .top .trending-box,
                    .trending-gold > .top .trending-box {
                        border: 3px solid #FFB72C;
                    }
                    .trending-gold > .top a:hover .trending-box,
                    .trending-gold > .top a:focus .trending-box {
                        border-color: transparent;
                    }
                    .trending-gold .trending-box:after,
                    .trending-ico .trending-box:after {
                        content: none;
                    }
                    .trending-silver .trending-box {
                        border-bottom-color: transparent;
                        box-shadow: 0 3px 5px 0 rgba(2, 2, 2, 0.35);
                    }
                    .trending-silver .trending-box:after {
                        content: none;
                    }
                        .trending-img-wrap {
                            overflow: hidden;
                            display: block;
                            width: 130px;
                            height: 130px;
                            line-height: 124px;
                            margin: 0 auto 16px;
                            text-align: center;
                            background-color: #ffffff;
                            border: 2px solid #ffffff;
                            -webkit-border-radius: 50%;
                            -khtml-border-radius: 50%;
                            -moz-border-radius: 50%;
                            -ms-border-radius: 50%;
                            -o-border-radius: 50%;
                            border-radius: 50%;
                            -webkit-transition: 0.35s;
                            -khtml-transition: 0.35s;
                            -moz-transition: 0.35s;
                            -ms-transition: 0.35s;
                            -o-transition: 0.35s;
                            transition: 0.35s;
                        }
                        .trending-lists > li a:hover .trending-img-wrap,
                        .trending-lists > li a:focus .trending-img-wrap,
                        .trending-ico a:hover .trending-img-wrap,
                        .trending-ico a:focus .trending-img-wrap {
                            border-color: #FFB72B;
                        }
                            .trending-img-wrap img {
                                max-width: 100%;
                                max-height: 100%;
                                height: auto;
                                vertical-align: middle;
                            }
                        .trending-title-wrap {
                            display: table;
                            width: 100%;
                        }
                            .trending-title {
                                display: table-cell;
                                vertical-align: middle;
                                max-width: 220px;
                                height: 57px;
                                padding: 0 0 7px;
                                margin: 0 auto;
                                font: 18px/1.25 "Evolventa-Bold", Arial, sans-serif;
                                -webkit-transition: 0.35s;
                                -khtml-transition: 0.35s;
                                -moz-transition: 0.35s;
                                -ms-transition: 0.35s;
                                -o-transition: 0.35s;
                                transition: 0.35s;
                            }
                            .trending-title .hide {
                                display: none;
                            }
                            .trending-lists > li a:hover .trending-read-more,
                            .trending-lists > li a:focus .trending-read-more,
                            .trending-lists > li a:hover .trending-title,
                            .trending-lists > li a:focus .trending-title,
                            .trending-ico a:hover .trending-title,
                            .trending-ico a:focus .trending-title {
                                color: #FFB72B;
                            }
                        .trending-desc {
                            overflow: hidden;
                            font-family: Arial, sans-serif;
                            max-height: 77px;
                            line-height: 1.2;
                            text-align: left;
                            padding-left: 10px;
                            padding-left: 13px;
                            padding-right: 13px;
                        }
                            .trending-desc * {}
                        .trending-rating-box {
                            position: absolute;
                            left: 10px;
                            bottom: 12px;
                        }
                            .trending-rating-value {
                                padding: 2px 7px 2px;
                                font-weight: 700;
                                line-height: 1;
                                color: #2c4253;
                                -webkit-border-radius: 3px;
                                -khtml-border-radius: 3px;
                                -moz-border-radius: 3px;
                                -ms-border-radius: 3px;
                                -o-border-radius: 3px;
                                border-radius: 3px;
                                background-color: #FFB72C;
                            }
                            .trending-alphabetic-score {
                                margin-left: 6px;
                                color: #FFB72C;
                            }
                            .trending-percentages {
                                word-break: keep-all;
                                color: #21f535;
                            }
                            .trending-percentages.red {
                                color: #ff1515;
                            }
                            .trending-read-more {
                                margin-top: 10px;
                                margin-bottom: 5px;
                                display: block;
                                text-align: left;
                                -webkit-transition: 0.35s;
                                -khtml-transition: 0.35s;
                                -moz-transition: 0.35s;
                                -ms-transition: 0.35s;
                                -o-transition: 0.35s;
                                transition: 0.35s;
                            }
    .live-list-title {
        padding: 8px 20px 4px;
        text-align: center;
        background-color: #0C1B3E;
    }
    .light .live-list-title.blue {
        background-color: #00FFCC;
    }
    .live-list-title.blue {
        background-color: #0C1B3E;
    }
    .live-list-title.green {
        background-color: #1F670B;
    }
    .light .live-list-title.green {
        background-color: #FF3EB0;
    }
    .light .live-list-title.violet {
        background-color:#FFC600;
    }
    .live-list-title.violet {
        background-color: #440B4D;
    }
        .light .live-list-title span {
            color: #000000;
        }
        .live-list-title span {
            font-size: 24px;
            font-weight: 400;
            line-height: 1.2;
            text-transform: uppercase;
            color: #ffffff;
        }
    .live-list {
        overflow-y: auto;
        max-height: 542px;
    }
/*.light .container {}*/
.light #rocket_1 {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 300px;
    left: 5%;
}
.light #rocket_2 {
    display: block;
    position: absolute;
    z-index: 3;
    top: 1000px;
    right: 5%;
}
#rocket_1,
#rocket_2 {
    display: none;
}
/*-----------------------------BANNERS-SMALL---------------------------------*/
.section-ad-banners-sm {
    padding: 15px 0 12px;
}
    .section-ad-banners-sm .container {

    }
        .banners-sm-list {
            text-align: center;
        }
            .banners-sm-list > li {
                display: inline-block;
                margin: 0 -1px 2px;
                text-align: center;
                vertical-align: middle;
            }
                .banners-sm-list a:hover,
                .banners-sm-list a:focus,
                .side-banner a:hover,
                .side-banner a:focus {
                    opacity: 0.75;
                }
                    .banner-sm {
                        display: inline-block;
                        vertical-align: middle;
                    }
                        .banners-sm-list img {
                            display: block;
                            max-width: 100%;
                            max-height: 100%;
                            height: auto;
                            -webkit-border-radius: 6px;
                            -khtml-border-radius: 6px;
                            -moz-border-radius: 6px;
                            -ms-border-radius: 6px;
                            -o-border-radius: 6px;
                            border-radius: 6px;
                        }

/*----------------------------------COMMENTS------------------------------------*/
.comment-box {
    overflow: hidden;
}
    #wpcomm,
    #wc_show_hide_loggedin_username,
    #wc-comment-header {
        max-width: 1170px;
    }
    #wpcomm,
    #wpcomm .wc-comment-title {
        border-color: #666;
        border-width: 1px;
    }
    #wpcomm .wc-comment-title {
        border-bottom-style: solid;
    }
    .wpdiscuz_select {
        min-height: 29px;
        font-weight: 400;
    }
    .wpdiscuz_select,
    #wpcomm .wc-field-textarea textarea {
        height: 82px;
        color: #252525;
    }
    #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
        padding: 5px 3px !important;
    }
        #wc-comment-header {
            font-size: 24px;
        }
        #wpcomm .wc-comment .wc-comment-left .wc-blog-guest {
            display: none;
        }
        #wpcomm .wc-comment .wc-comment-right {
            /*margin-left: 0;*/
        }
        .wpd-cf-label {
            font-size: 14px;
        }
        .wpd-cf-rating .wpd-cf-label {
            width: 65px;
        }
        .wpd-cf-rating .wpd-cf-value {
            width: auto;
            opacity: 1;
        }
        #wpcomm .wc-comment-date {
            font-size: 13px;
        }
        .wc_comm_submit {
            position: relative;
            display: inline-block;
            margin: 0;
            padding: 8px 15px;
            min-width: 120px;
            max-width: 100%;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            text-transform: uppercase;
            text-align: center;
            border: 1px solid #ffffff;
            color: #ffffff;
            background-color: #ffb72c;
            -webkit-border-radius: 2em;
            -khtml-border-radius: 2em;
            -moz-border-radius: 2em;
            -ms-border-radius: 2em;
            -o-border-radius: 2em;
            border-radius: 2em;
            cursor: pointer;
            background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
            background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
            background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
        }
            .wc_comm_submit:hover,
            .wc_comm_submit:focus {
                border-color: #ffb72c;
                background-color: #F90;
                text-decoration: none;
                color: #ffffff;
            }
        #wpcomm span.wc-comment-img-link-wrap span {
            left: auto;
            right: 0;
            margin-left: 0;
        }
            #wpcomm span.wc-comment-img-link-wrap span:after {
                left: auto;
                right: 0;
                margin-left: 0;
                margin-right: 4px;
            }

/*----------------------------------OTHER------------------------------------*/
.vc_row:first-child .wpb_wrapper .btn-style:not(:first-child),
.vc_row:not(:first-child) .wpb_wrapper .btn-style,
.btn-style {
    text-align: left;
    padding-left: 5px;
}
.wpb_wrapper .btn-style:not(:first-child) {
    padding-top: 20px;
}
.vc_row:not(:first-of-type) .wpb_column:first-child .btn-style:first-child {
    margin-top: -30px;
}
.btn-style a {
    min-width: 240px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-align: center !important;
    font-size: 18px !important;
    color: #000 !important;
    background-color: #ffb72c !important;
    border: none !important;
    -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35) !important;
    -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35) !important;
    box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35) !important;
}
.btn-style a:hover,
.btn-style a:focus {
    color: #f7f7f7 !important;
    background-color: #F90 !important;
    -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25) !important;
    -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25) !important;
    box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25) !important;
}
.btn-style.blue a {
    color: #ffffff !important;
    background-color: #5fa1da !important;
}
.btn-style.blue a:hover,
.btn-style.blue a:focus {
    color: #f7f7f7 !important;
    background-color: #0074ad !important;
}
.btn-style a.vc_btn3-icon-right {
    padding-right: 25px !important;
}
.btn-style a .fa {
    display: none !important;
    font-size: 24px !important;
    right: 20px !important;
}
.btn-style.telegram-btn a {
    position: relative;
}
body:not(.rtl) .btn-style.telegram-btn a {
    padding-left: 50px;
}
.btn-style.telegram-btn a:before {
    content: "\f3fe";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
    line-height: 1;
    font-family: Font Awesome\ 5 Brands;
}
.rtl .btn-style.telegram-btn a {
    padding-right: 50px;
}
.rtl .btn-style.telegram-btn a:before {
    left: initial;
    right: 20px;
}

.ico-details-wrap {
    overflow: hidden;
    padding: 0 0 20px;
}
.details-box {
    padding-bottom: 44px;
}
.ico-details-wrap .section-title-box {
    text-align: left;
}
.ico-details-wrap .section-title {
    padding: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}
.trending-icos-wrap {
    overflow: hidden;
    margin-top: 40px;
}
.visit-btn-list + .trending-icos-wrap {
    margin-top: 30px;
}
.trending-icos-wrap + .trending-icos-wrap {
    margin-top: 30px;
}
    .trending-icos-box {
        margin: 0 -5px;
    }
        .trending-ico {
            float: left;
            width: 25%;
            padding: 0 5px;
            margin-bottom: 10px;
        }
            .trending-ico .trending-box {
                position: relative;
                min-height: 170px;
                padding: 15px 5px;
                background: #0c1b3e;
                -webkit-border-radius: 10px;
                -khtml-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
                border-radius: 10px;
            }
            .trending-ico .trending-img-wrap {
                width: 70px;
                height: 70px;
                max-width: 100%;
                margin-bottom: 10px;
                line-height: 65px;
                border-color: #a5e9ff;
            }
            .trending-ico .trending-title {
                font-size: 16px;
                padding: 0;
                word-break: break-word;
            }
            .trending-ico.all-trending .trending-title {
                font-size: 20px;
                height: 140px;
            }

.details {
    width: 100%;
    table-layout: fixed;
    font-size: 17px;
}
.details tbody tr {
    border-bottom: 1px solid #78b5e3;
}
.details td {
    padding: 8px 0 8px 10px;
    line-height: 1.25;
    vertical-align: middle;
}
.details td:first-child {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
}
.details .icon-wrap {
    display: inline-block;
    background-color: #ebf7ff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.details .icon-wrap img {
    max-height: 85%;
    max-width: 85%;
    height: auto;
    vertical-align: middle;
}
.details td:nth-child(2) strong {
    color: #000000;
    font: 700 18px/1.25 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
}
.details td:last-child {
    text-align: right;
    word-wrap: break-word;
}
.btn.x-small,
a.btn.x-small {
    min-width: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.btn.x-small:hover,
.btn.x-small:focus,
a.btn.x-small:hover,
a.btn.x-small:focus {
    color: #ffffff;
}
.countdown {
    padding: 10px 0;
}
.countdown:last-of-type {
    padding-bottom: 0;
}
.sidebar .countdown > span {
    background-color: #EBFAFF;
    color: #000000;
    border: 1px solid #E2E2E2;
}
.countdown > span {
    display: inline-block;
    height: 80px;
    width: 85px;
    padding: 2px;
    vertical-align: top;
    background: #0c1b3e;
    margin: 0 11px 10px 0;
    text-align: center;
    font: 400 20px/1.25 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.countdown > span.letter {
    font-weight: 500;
    font-size: 44px;
    line-height: 78px;
    color: #ffb72c;
    text-transform: uppercase;
}
.countdown > span:last-child {
    margin-right: 0;
}
.countdown strong {
    display: block;
    margin-top: 3px;
    margin-bottom: 1px;
    position: relative;
    font: 500 40px/1.1 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    color: #ffb72c;
}
.countdown strong:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 40px;
    margin-left: -20px;
    background: #ffb72c;
}

.vc_chart ul.vc_chart-legend {
    padding-left: 30px;
}
.chart-width {
    max-width: 980px;
}

iframe {
    border: none;
    max-width: 100%;
}

#main-content {
    position: relative;
}
.side-banners {
    position: static !important;
}
.side-banner-mob {
    display: none;
}
.side-banner {
    position: absolute;
    top: 0;
    left: 15px;
    width: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.admin-bar .side-banner {
    padding-top: 132px;
}
.side-banner.right {
    left: auto;
    right: 15px;
}
    .side-banner img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

#cursor-6px .nicescroll-cursors {
    right: -6px;
}
#cursor-10px .nicescroll-cursors {
    right: -10px;
}
.lang-switch:not(:empty) {
    float: right;
    margin-top: 32px;
    width: 150px;
}
.wpml-ls a:hover,
.wpml-ls a:focus {
    text-decoration: none;
}

a.footer-single-link,
.footer-contact-box .info-box a.footer-single-link {
    font-size: 18px;
    color: #ffffff;
}
a.footer-single-link:hover,
a.footer-single-link:focus,
.footer-contact-box .info-box a.footer-single-link:hover,
.footer-contact-box .info-box a.footer-single-link:focus {
    color: #FFB72B;
    text-decoration: none;
}


.sticky-subheader {
    display: none;
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
.admin-bar .sticky-subheader {
    top: 32px;
}
.sticky-subheader .container {
    height: 100%;
}
    .subheader-logo-box {
        display: block;
        height: 100%;
        margin: 0 auto;
    }
        .subheader-logo-box .btn,
        a.subheader-logo-link {
            display: inline-block;
            vertical-align: middle;
        }
        .subheader-logo-box .btn {
            padding-top: 15px;
            padding-bottom: 15px;
            border: none;
            font-weight: 400;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
            -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
            box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
        }
        .subheader-logo-box .btn.blue,
        .subheader-logo-box .btn.green {
            padding-top: 14px;
            padding-bottom: 14px;
            border-width: 1px;
            border-style: solid;
        }
        .subheader-logo-box .btn:hover,
        .subheader-logo-box .btn:focus {
            color: #f7f7f7;
            background-color: #F90;
            -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
            -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
            box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
        }
            .subheader-logo-box .btn .fa {
                font-size: 20px;
                line-height: 0.8;
            }
            .subheader-logo-box .btn .fa-angle-right {
                margin-left: 4px;
            }
            .subheader-logo-link img {
                max-height: 60px;
                max-width: 180px;
                margin-bottom: -5px;
            }
            .subheader-logo-box .btn:not(:first-child) {
                margin-left: 30px;
            }
.dates-box {
    margin-bottom: 35px;
}

.ico-details-wrap > .visit-btn-wrap {
    margin-bottom: 35px;
}

.visit-btn-list {
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.visit-btn-list .visit-btn-box:first-child {
    padding-top: 10px;
}
.visit-btn-box {
    padding: 22px 0 10px;
    text-align: center;
}
.visit-btn-box:only-child,
.dates-box .visit-btn-wrap .visit-btn-box:first-child {
    padding-top: 0;
}
.visit-btn-box + .visit-btn-box {
    padding-top: 15px;
    border-top: none;
    margin-top: 0;
}
    a.visit-btn,
    .visit-btn a {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 14px 25px;
        min-width: 200px;
        color: #000000;
        border: none;
        background-color: #ffb72c;
        border-radius: 2em;
        font-size: 18px;
        line-height: normal;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
        -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
        box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
        box-sizing: border-box;
        word-wrap: break-word;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;

        background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    }
    a.visit-btn:hover,
    a.visit-btn:focus,
    .visit-btn a:hover,
    .visit-btn a:focus {
        color: #f7f7f7;
        background-color: #e08700;
        -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
        -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
        box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
    }
    a.visit-btn.blue,
    .visit-btn.blue a {
        background-color: #63abe8;
    }
    a.visit-btn.blue:hover,
    a.visit-btn.blue:focus,
    .visit-btn.blue a:hover,
    .visit-btn.blue a:focus {
        background-color: #2b86d2;
    }
        a.visit-btn .fa,
        .visit-btn a .fa {
            display: none;
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
            font-size: 24px;
            line-height: 1;
            vertical-align: top;
        }
    .visit-btn-list .visit-btn-box a.visit-btn, 
    .visit-btn-list .visit-btn-box.visit-btn a {
        min-width: 260px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
/*----------------------------------SEARCH------------------------------------*/
#header .container {
    position: relative;
}
    .lang-switch:not(:empty) + .main-nav {
        padding-right: 45px;
    }

.search-box {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 25px;
    right: 170px;
    /*left: 188px;*/
    width: 100%;
    max-width: 500px;
    /*background-color: #010818;*/
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(6, 6, 6, 0.15);
    -moz-box-shadow: 0 3px 5px 0 rgba(6, 6, 6, 0.15);
    box-shadow: 0 3px 5px 0 rgba(6, 6, 6, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
    a.search-btn,
    .search-btn {
        position: absolute;
        z-index: 99;
        top: 35px;
        right: 200px;
        color: #ffffff;
    }
    a.search-btn,
    .search-btn,
    .light a.search-btn,
    .light .search-btn {
        color: #000000;
    }
    a.search-btn:hover,
    .search-btn:hover,
    a.search-btn:focus,
    .search-btn:focus {
        color: #FFB72B;
        text-decoration: none;
    }
    .input-box {
        position: relative;    
        padding-right: 132px;
        margin: 20px 22px 18px 22px;
        /*margin: 45px 80px 40px 20px;*/
    }

            .search-box .btn-search {
                position: absolute;
                top: 0;
                right: 0;
                min-width: 110px;
                padding: 8px 10px 6px;
                box-shadow: none;
            }
            .search-box .btn .fa-search {
                position: relative;
                top: -2px;
                font-size: 14px;
                margin-right: 3px;
            }
            .search-box .input-style {
                color: #000;
                min-height: 34px;
                font-weight: 400;
                padding: 5px 12px 3px;
                line-height: 20px;
                /*border-bottom: none;*/
                /*background-color: #ffffff;*/
                border: 1px solid #D5D5D5;
                background-color: #F6F6F6;
                   -webkit-border-radius: 4em;
                -khtml-border-radius: 4em;
                -moz-border-radius: 4em;
                -ms-border-radius: 4em;
                -o-border-radius: 4em;
                border-radius: 4em;
            }
            .search-box .input-style:focus + .btn-search {
                /*color: #ffb72c;*/
                /*border-color: #ffb72c;*/
                /*background-color: transparent;*/
            }
            
            a.close-search,
            .close-search {
                position: absolute;
                top: 45px;
                right: 19px;
                display: block;
                width: 33px;
                height: 33px;
            }
             a.close-search:before,
             a.close-search:after,
            .close-search:before,            
            .close-search:after {
                position: absolute;
                content: '';
                width: 100%;
                height: 3px;
                left: 50%;
                top: 50%;
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                -o-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                background-color: #ffffff;
                -webkit-transition: 0.35s;
                -moz-transition: 0.35s;
                -o-transition: 0.35s;
                transition: 0.35s;
            }
            a.close-search:before,
            .close-search:before {
                -moz-transform: translate(-50%, -50%) rotate(45deg);
                -ms-transform: translate(-50%, -50%) rotate(45deg);
                -webkit-transform: translate(-50%, -50%) rotate(45deg);
                -o-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);                
            }
            a.close-search:after,
            .close-search:after {
                -moz-transform: translate(-50%, -50%) rotate(-45deg);
                -ms-transform: translate(-50%, -50%) rotate(-45deg);
                -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                -o-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);            
            }

            a.close-search:hover:before,
            a.close-search:hover:after,
            a.close-search:focus:before,
            a.close-search:focus:after,
            .close-search:hover:before,            
            .close-search:hover:after,
            .close-search:focus:before,            
            .close-search:focus:after {
                background-color: #F90;
            }
            .search-box a.close-search,
            .search-box .close-search {
                top: -9px;
                right: -9px;
                width: 18px;
                height: 18px;
                background-color: #12A1FF;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
            }
            .search-box a.close-search:before,
            .search-box a.close-search:after,
            .search-box .close-search:before,
            .search-box .close-search:after {
                height: 1px;
                width: 60%;
            }
            a.close-search:hover:before,
            a.close-search:hover:after,
            a.close-search:focus:before,
            a.close-search:focus:after,
            .close-search:hover:before,
            .close-search:hover:after,
            .close-search:focus:before,
            .close-search:focus:after {
                background-color: #000000;
            }
            .wpml-ls-current-language {
                overflow: hidden;
                -webkit-border-radius: 4px;
                -khtml-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }
            .ico-search-form > * {
                vertical-align: bottom;
            }
            .ico-search-form label {
                display: inline-block;
                width: -webkit-calc(100% - 192px);
                width: calc(100% - 192px);
                margin-right: 16px;
            }
            .ico-search-form .input-style {
                padding: 8px 8px 4px;
                margin-bottom: 1px;
                color: #000;
                min-height: 38px;
                font-weight: 400;
                -webkit-border-radius: 4px;
                -khtml-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                border: 1px solid #000;
            }

    .news-list.search-list > li {
        width: 100%;
    }
        .news-list > li:first-child .news-box:after {
            width: 100%;
            background: #000000;
            background: rgba(0, 0, 0, .5);
        }
        .news-list.search-list .news-box {
            -webkit-border-radius: 6px;
            -khtml-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
            border-radius: 6px;
        }
      .news-list.search-list > li > a:hover .btn,
      .news-list.search-list > li > a:focus .btn {
        border-color: #e08700;
        background-color: #e08700;
      }
        .search-list .news-title,
        .search-list .news-desc {
            max-width: 100%;
        }

/*----------------------------------SOCIAL-LINKS---------------------------------*/
.social-list {
    overflow: hidden;
    padding: 0;
}
.extras-box .social-list {
    float: left;
    padding-right: 30px;
}
.first-footer .social-list {
    clear: both;
    margin: 32px 0 0;
}
.social-list > li {
    float: left;
    padding: 0;
    margin: 0 8px;
    list-style-type: none;
    line-height: normal;
}
.social-list > li:first-child {
    margin-left: 0;
}
.social-list > li:last-child {
    margin-right: 0;
}
.rtl .social-list > li:first-child {
    margin-left: 8px;
    margin-right: 0;
}
.rtl .social-list > li:last-child {
    margin-right: 8px;
    margin-left: 0;
}
.rtl .hero-social .social-list > li:first-child {
    margin-left: 2px;
}
.rtl .hero-social .social-list > li:last-child {
    margin-right: 2px;
}
.social-list > li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffb72c;
    font: 400 16px/29px "Open Sans", Arial, sans-serif;
    color: #000;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.social-list > li > a:hover,
.social-list > li > a:focus {
    color: #fff;
    background-color: #F90;
    border-color: #F90;
}
.social-list > li > a:before {
    content: none;
}


.header-top-box {
    padding-top: 10px;
    text-align: right;
}
    .header-top-box > * {
        vertical-align: top;
    }
    .header-top-box .social-list {
        display: inline-block;
        margin-right: 60px;
    }
    .header-top-box .lang-switch:not(:empty) {
        display: inline-block;
        float: none;
        margin-top: 0;
        margin-left: 50px;
        text-align: left;
    }
    .excahnge-widget {
         display: inline-block;
         margin-right: 0;
         padding-top: 7px;     
         text-align: left;
         font-size: 14px;
    }
    .header-right-box .main-nav {
        height: 44px;
        padding-right: 45px;
    }
    .header-right-box a.search-btn,
    .header-right-box .search-btn {
        position: relative;
        top: -9px;
        right: -6px;
        font-size: 22px;
        padding-bottom: 9px;
    }
    .header-right-box a.search-btn:after,
    .header-right-box .search-btn:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .header-right-box a.search-btn:after,
    .header-right-box .search-btn:after,
    .light .header-right-box a.search-btn:after,
    .light .header-right-box .search-btn:after {
        background-color: #000000;
    }
    .header-right-box a.search-btn:hover:after,
    .header-right-box a.search-btn:focus:after,
    .header-right-box .search-btn:hover:after {
        background-color: #ffb72c;
    }
    .header-right-box .ccc-coin-header-v3-container.marquee > *:last-child {
        /*margin-right: 0 !important;*/
    }
    .header-right-box .ccc-header-v3-ccc-price-container a > *:not(:last-child) {
        margin-right: 4px;
    }
    .mob-widgets {
        display: block;
        max-width: 320px;
        margin: 10px auto 0;
        padding: 0 10px 50px;
        clear: both;
    }
    .mob-widgets .hero-exchange-box {
        display: none;
    }
    .mob-widgets .hero-coin-img-wrap {
        max-width: 32px;
    }
        .mob-widgets .hero-exchange-list > li {
            margin-bottom: 4px;
        }
            .mob-widgets .hero-coin-box > *:first-child {
                width: 42px;
            }
                .mob-widgets .hero-coin-title {
                    font-size: 16px;
                }

        .mob-widgets .hero-social {
            margin-top: 15px;
            text-align: center;
        }
            .mob-widgets .hero-social .social-list {
                margin-top: 0;
            }
                .mob-widgets .hero-social .social-list > li a {
                    height: 40px;
                    width: 40px;
                    margin-top: 10px;
                }
                    .mob-widgets .hero-social .social-list > li > a .fa,
                    .mob-widgets .hero-social .social-list > li > a .fab {
                        font-size: 22px;
                        line-height: 40px;
                    }

.header-right-box {
    position: relative;
    right: -5px;
    float: right;
    width: 140px;
    padding-top: 50px;
}
.not-translate .header-right-box {
    padding-top: 57px;
    width: 40px;
}
#header.not-translate .btn-free-guide {
    top: 7px;
}
.header-right-box .wpml-ls a {
    font-size: 16px;
    color: #000;
    /*background-color: #010818;*/
    background-color: #EBFAFF;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
}
.light .header-right-box .wpml-ls a {
    color: #000000;
}
.header-right-box .wpml-ls a:hover,
.header-right-box .wpml-ls a:focus,
.header-right-box .wpml-ls .wpml-ls-current-language:hover > a {
    color: #ffb72c;
    background-color: #EBFAFF;
    /*background-color: #010818;*/
}
.home .header-right-box .wpml-ls a,
.home .header-right-box .wpml-ls a:hover,
.home .header-right-box .wpml-ls a:focus,
.home .header-right-box .wpml-ls .wpml-ls-current-language:hover > a {
    /*background-color: transparent;*/
}
.wpml-ls .wpml-ls-sub-menu .wpml-ls-last-item a {
    padding-bottom: 8px;
}
.header-right-box .wpml-ls .wpml-ls-sub-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: 0 3px 10px 0 rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(1, 1, 1, 0.15);
    box-shadow: 0 3px 10px 0 rgba(1, 1, 1, 0.15);
}
.home .header-right-box .wpml-ls .wpml-ls-sub-menu {
    box-shadow: none;
}
.header-right-box .lang-switch:not(:empty) {
    margin-top: 0;
    width: 94px;
}

.header-right-box .wpml-ls a.wpml-ls-item-toggle:after {
    border: none;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    right: 16px;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header-right-box .wpml-ls a.wpml-ls-item-toggle:after,
.light .header-right-box .wpml-ls a.wpml-ls-item-toggle:after {
    border-color: #000000;
}
.header-right-box .wpml-ls a.wpml-ls-item-toggle:hover:after,
.header-right-box .wpml-ls a.wpml-ls-item-toggle:focus:after,
.header-right-box .wpml-ls .wpml-ls-current-language:hover > a.wpml-ls-item-toggle:after {
    border-color: #ffb72c;
}

/*----------------------------------SECTION-ICO-LIST---------------------------------*/
.section-ico-list {
    padding: 0;
}
.section-ico-list .filter-wrap {
    position: relative;
    padding: 40px 0 10px;
    background: transparent;
}
.section-ico-list .result-wrap {
    position: relative;
    padding: 50px 0;
    background: url(../img/ico-list-results.jpg) center no-repeat #dbf9ff;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}

/*.section-ico-list .container {
    overflow: hidden;
}*/

.icos-listing-wrap {}
    .icos-listing-heads {
        overflow: hidden;
        display: table;
        width: 100%;
        background: #0c1b3e;
        color: #ffffff;
    }
        .icos-listing-heads > li {
            display: table-cell;
            padding: 5px 5px 3px;
            font-weight: 700;
            font-size: 16px;
        }
            .coll-rate {
                width: 115px;
                text-align: center;
            }
            .coll-name {
                width: 231px;
            }
            .coll-status {
                width: 100px;
                /*width: 8.8%;*/
            }
            .coll-start {
                width: 220px;
                width: 19.1%;
            }
            .coll-desc {
                padding-left: 32px !important;
            }
    .icos-listing-body {
        color: #000000;
    }
        .icos-listing-body > li {
            display: block;
            cursor: pointer;
        }
        .icos-listing-body > li:hover .ico-listing-rate-coll,
        .icos-listing-body > li .active .ico-listing-rate-coll,
        .icos-listing-body > li:hover .ico-listing-info-coll,
        .icos-listing-body > li .active .ico-listing-info-coll,
        .icos-listing-body > li:hover .ico-listing-desc-coll,
        .icos-listing-body > li .active .ico-listing-desc-coll{
            background-color: #f1f1f1;
        }
        .icos-listing-body > li:hover .ico-listing-info-coll,
        .icos-listing-body > li .active .ico-listing-info-coll {
            border-right-color: transparent;
        }
            .ico-listing-box {
                display: table;
                width: 100%;
                -webkit-transition: max-height .35s;
                -moz-transition: max-height .35s;
                -ms-transition: max-height .35s;
                -o-transition: max-height .35s;
                transition: max-height .35s;
                max-height: initial;
            }
            .ico-listing-box.active {
                max-height: 400px;
            }
                .ico-listing-box > * {
                    display: table-cell;
                    padding: 0 5px;
                    vertical-align: top;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    -webkit-transition: 0.35s;
                    -moz-transition: 0.35s;
                    -o-transition: 0.35s;
                    transition: 0.35s;
                }
                .ico-listing-rate-coll {
                    width: 115px;
                    text-align: center;
                    border-bottom: 1px solid #d8d8d8;
                    background-color: #ffffff;
                }
                    .ico-listing-rate-coll .trending-rating-value {
                        display: inline-block;
                        padding: 5px 15px 5px;
                        min-width: 70px;
                        color: #000000;
                        -webkit-border-radius: 5px;
                        -khtml-border-radius: 5px;
                        -moz-border-radius: 5px;
                        -ms-border-radius: 5px;
                        -o-border-radius: 5px;
                        border-radius: 5px;
                    }
                .ico-listing-info-coll {
                    width: 550px;
                    width: 47.5%;
                    border-bottom: 1px solid #d8d8d8;
                    border-right: 1px solid #d8d8d8;
                    background-color: #ffffff;
                }
                    .info-coll-wrap {
                        display: table;
                        width: 100%;
                        max-width: 465px;
                        height: 40px;
                        margin-bottom: 6px;
                    }
                        .info-coll-wrap > * {
                            display: table-cell;
                            vertical-align: top;
                        }
                        .ico-listing-name-coll {
                            width: 226px;
                            padding-right: 5px;
                        }
                            .ico-listing-name-coll a {
                                display: inline-block;
                            }
                            .ico-listing-name-coll a:hover,
                            .ico-listing-name-coll a:focus {
                                text-decoration: none;
                            }
                            .icos-img-wrap {
                                overflow: hidden;
                                float: left;
                                display: block;
                                width: 32px;
                                height: 32px;
                                margin-right: 19px;
                                line-height: 28px;
                                text-align: center;
                                background-color: #ffffff;
                                border: 1px solid #cdcdcd;
                                -webkit-border-radius: 50%;
                                -khtml-border-radius: 50%;
                                -moz-border-radius: 50%;
                                -ms-border-radius: 50%;
                                -o-border-radius: 50%;
                                border-radius: 50%;
                                -webkit-transition: 0.35s;
                                -moz-transition: 0.35s;
                                -o-transition: 0.35s;
                                transition: 0.35s;
                            }
                                .icos-img-wrap img {
                                    overflow: hidden;
                                    max-width: 100%;
                                    max-height: 100%;
                                    width: auto;
                                    height: auto;
                                    vertical-align: middle;
                                }
                            .ico-listing-name {
                                overflow: hidden;
                                margin-top: 5px;
                                font: 700 16px/1.2 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
                                word-spacing: -.1em;
                                -webkit-transition: 0.35s;
                                -moz-transition: 0.35s;
                                -o-transition: 0.35s;
                                transition: 0.35s;
                            }
                            .ico-listing-name-coll a:hover .ico-listing-name,
                            .ico-listing-name-coll a:focus .ico-listing-name {
                                color: #FFB72B;
                            }
                            .ico-listing-name-coll a:hover .icos-img-wrap,
                            .ico-listing-name-coll a:focus .icos-img-wrap {
                                border-color: #FFB72B;
                            }
                        .ico-listing-status-coll {
                            width: 100px;
                            padding: 0 5px;
                            text-align: center;
                        }
                            .ico-listing-status-coll .active {
                                color: #009a00
                            }
                            .ico-listing-status-coll .upcoming {
                                color: #ffb72c;
                            }
                            .ico-listing-status-coll .ended {
                                color: #ff0000;
                            }
                        .ico-listing-start-coll {
                            padding-left: 20px;
                        }
                    .ico-listing-btn-box {
                        overflow: hidden;
                        max-height: 0;
                        -webkit-transition: max-height .35s;
                        -moz-transition: max-height .35s;
                        -ms-transition: max-height .35s;
                        -o-transition: max-height .35s;
                        transition: max-height .35s;
                    }
                        .ico-listing-btn-box > *:not(:last-child) {
                            margin-right: 26px;
                        }
                        .ico-listing-btn-box a.btn,
                        .ico-listing-btn-box .btn {
                            margin-left: 4px;
                            padding-top: 12px;
                            padding-bottom: 12px;
                            font-size: 14px;
                            font-weight: 400;
                        }
                            .ico-listing-btn-box a.btn br,
                            .ico-listing-btn-box .btn br {
                                display: none;
                            }
                .ico-listing-desc-coll {
                    padding-left: 25px !important;
                    padding-right: 15px;
                    background-color: #ffffff;
                    background-color: rgba(255, 255, 255, .75);
                    border-bottom: 1px solid #ffffff;
                }
                    .ico-listing-desc-coll .icos-desc {
                        overflow: hidden;
                        max-height: 38px;
                        -webkit-transition: max-height .35s;
                        -moz-transition: max-height .35s;
                        -ms-transition: max-height .35s;
                        -o-transition: max-height .35s;
                        transition: max-height .35s;
                    }
                    .ico-mob-name {
                        display: none;
                    }
            .no-js .ico-listing-box .ico-listing-btn-box,
            .ico-listing-box.active .ico-listing-btn-box {
                max-height: 90px;
                padding-bottom: 10px;
            }
            .no-js .ico-listing-box .ico-listing-desc-coll .icos-desc,
            .ico-listing-box.active .ico-listing-desc-coll .icos-desc {
                max-height: 76px;
            }

.section-similar-icos {
    margin-top: 40px;
    margin-bottom: 20px;
}
    .section-similar-icos .section-title {
        font-weight: 700;
    }
    .section-similar-icos .trending-lists {
        margin: 0 -4px;
    }
    .section-similar-icos .trending-lists > li {
        float: left;
        width: 33.333%;
        margin-bottom: 8px;
        padding-left: 4px !important;
        padding-right: 4px;
    }
    .section-similar-icos .trending-lists > li:nth-child(3n+1) {
        clear: both;
    }
    .section-similar-icos .trending-lists > li:nth-child(4n+ 1) {
        clear: none;
    }
    .section-similar-icos .trending-lists > li:before {
        content: none !important;
    }
        .section-similar-icos .trending-img-wrap {
            border-color: #a5e9ff;
        }
        .section-similar-icos .trending-box {
            padding-top: 20px;
            min-height: 355px;
            background-color: #EBFAFF;
            color: #000000;
            border: 1px solid #E2E2E2;
        }
        .section-content .section-similar-icos .trending-title {
            margin: 0 auto;
            font: 18px/1.25 "Evolventa-Bold", Arial, sans-serif;
            color: #000;
        }
            .section-similar-icos .trending-desc {
                padding-left: 0;
                padding-right: 6px;
            }

                    .icos-desc {
                        overflow: hidden;
                        max-height: 70px;
                        padding-right: 2px;
                        font-weight: 300;
                        line-height: 1.2;
                        text-align: left;
                    }

.table-icos-pager {
    margin-top: 40px;
    text-align: center;
}
.table-icos-pager form > *:not(:last-child) {
    margin-right: 4px;
}
.table-icos-pager form a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    color: #161616;
    border: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}
.table-icos-pager form a.disabled {
    display: none;
}
.table-icos-pager form a .fa {
    line-height: 32px;
}
.table-icos-pager form a:hover {
    color: #F90;
    background-color: transparent;
}
.table-icos-pager form .pagedisplay {
    max-width: 145px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 34px;
    font-size: 15px;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.table-icos-pager form .pagesize {
    width: 60px;
    outline: none;
}
    .table-icos-pager .select-wrap {
        width: auto;
        margin-left: 12px;
    }

    .icos-filter-wrap {
        margin: 0 -15px;
    }
        .icos-filter-box {
            position: relative;
            overflow: hidden;
            display: block;
            width: auto;
            padding: 0 0 6px;
            background: transparent;
        }
            .icos-filter-box select,
            .icos-filter-box .input-style,
            .icos-filter-box .check-style span:before {
                border-color: #0c1b3e;
            }
            .icos-filter-box select, 
            .icos-filter-box .input-style {
                padding: 10px;
                color: #000;
                font-weight: 300;
            }
            .icos-filter-box select {
                padding-right: 0;
            }
                .rtl .icos-filter-box select {
                    padding-right: 10px;
                    padding-left: 0;
                }
                .icos-filter-box .select-wrap:before {
                    height: 38px;
                    width: 24px;
                }
                .icos-filter-box .select-wrap:after {
                    right: 8px;
                    margin-top: -6px;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-top: 12px solid #002b48;
                }
            .icos-filter-box .check-style span,
            .icos-filter-box .radio-style span {
                padding-left: 42px;
            }
                .icos-filter-box .check-style span:before {
                    width: 28px;
                    height: 28px;
                    margin-top: -15px;
                    line-height: 28px;
                    background: #fff;
                }
                .icos-filter-box .check-style input[type=checkbox]:checked + span:before {
                    font-size: 0;
                    color: rgba(255, 255, 255, 0);
                    background: url(../img/check-icon.png) no-repeat center #ffffff;
                }
            .filter-title {
                display: block;
                padding: 0 15px;
                margin-bottom: 18px;
                font-size: 24px;
                font-weight: 700;
                line-height: 1.2;
            }
            .filter-wrap .section-title-box {
                margin-bottom: 20px;
            }
            .check-list {
                color: #545454;
                display: block;
                width: 75%;
                float: left;
            }
                .check-list label {
                    font-size: 16px;
                    font-weight: 400;
                    color: #000000;
                }
                .check-list > li {
                    display: block;
                    width: 100%;
                    padding: 0 15px;
                    margin-bottom: 40px;
                    vertical-align: top;
                }
                .check-list > li:last-child {
                    margin-bottom: 0;
                }
                .check-list > .col-sort-by,
                .check-list > .col-date {
                    float: left;
                    width: 33.33%;
                }
                    .check-style-box > * {
                        display: inline-block;
                        margin-top: 3px;
                        margin-bottom: 16px;
                    }
                    .check-style-box > *:not(:last-child) {
                        margin-right: 40px;
                    }
        .icos-form-btn-box {
            float: left;
            width: 25%;
            padding: 24px 15px 0;
            text-align: center;
        }
            .icos-form-btn-box .btn {
                min-width: 57px;
                padding: 11px 15px;
                height: 40px;
                width: 100%;
                display: block;
                font-size: 16px;
            }
            @media all and (min-width: 861px) {
                .icos-form-btn-box .btn {
                    -webkit-border-radius: 5px;
                    -khtml-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    border-radius: 5px;
                }
            }
                .icos-form-btn-box .btn .fa,
                .icos-form-btn-box .btn .fas {
                    font-size: 14px;
                    margin-right: 5px;
                }
                .rtl .icos-form-btn-box .btn .fa,
                .rtl .icos-form-btn-box .btn .fas {
                    margin-right: 0;
                    margin-left: 5px;
                }

        .icos-count:not(:empty) {
            position: relative;
            margin-bottom: 13px;
            margin-top: -25px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
        }
            .icos-count:not(:empty):before {
                content: '';
                display: inline-block;
                height: 13px;
                width: 40px;
                background: #12a1ff;
                margin-right: 10px;
            }
            .icos-count span {
                font-weight: 700;
            }
.filter-btn-box {
    display: none;
}
    .filter-btn-box span,
    .filter-btn-box.active .fa,
    .filter-btn-box.active .fas {
        display: none;
    }
    .filter-btn-box span {
        font-size: 36px;
    }
    .filter-btn-box.active span {
        display: inline-block;
    }
.overflow.fil {
    overflow: initial !important;
}
.cssload-loader {
    position: relative;
    left: calc(50% - 76px);
    width: 152px;
    height: 152px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 1900px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 7px solid #2C4253;
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 7px solid #2C4253;
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 7px solid #2C4253;
}

.result-wrap .cssload-inner.cssload-one {
    border-bottom-color: #EDEDED;
}
.result-wrap .cssload-inner.cssload-two {
    border-right-color: #EDEDED;
}
.result-wrap .cssload-inner.cssload-three {
    border-top-color: #EDEDED;
}

.filter-btn-box {
    display: none;
    position: fixed;
    z-index: 100;
    top: 80px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #FFB72B;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #2c4253;
}


@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/*----------------------------------REDESIGN-----------------------------------*/
.content-wrap {
    overflow: hidden;
}
.section-content .section-title-box {
    margin-bottom: 0;
}
.section-content .section-title-box + .content-wrap {
    padding-top: 10px;
}
    .content-wrap .content {
        float: left;
        width: 100%;
    }
    .content-wrap .content:not(:only-child) {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
    .content-wrap .sidebar {
        float: right;
        width: 500px;
        padding-left: 30px;
    }
    .section-content .container .vc_column_container > .vc_column-inner {
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar-title-box {
        display: table;
        width: 100%;
        border-bottom: 1px solid #a4a4a4;
        margin-bottom: 10px;
    }
    .sidebar-title-box > * {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
    }
        .sidebar-title-box .kk-star-ratings {
            display: table-cell;
            width: 130px;
            padding-left: 10px;
            margin: 0;
        }
            .sidebar-title-box .kksr-legend {
                color: #000;
            }
        .sidebar-title-box .section-title-box {
            overflow: hidden;
            margin-bottom: 0;
            padding-bottom: 3px;
        }
        .details-box .sidebar-title-box .section-title-box {
            padding-bottom: 8px;
        }
            .sidebar-title-box .section-title-box .section-title {
                text-align: left;
            }


/*----------------------------------ANIMATION---------------------------------*/
.animation-wrap {
    text-align: center;
}
    .animation-box {
        position: relative;
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }
        .animation-box > * {
            position: relative;
            display: block;
        }
        .decentralized,
        .applications,
        .planet {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        #decentralized_p_1 {
            z-index: 5;
        }
        #decentralized_p_2 {
            z-index: 5;
            background-image: url(../img/animation/decentralized_p_2.png);
        }
        #decentralized_p_3 {
            z-index: 5;
            background-image: url(../img/animation/decentralized_p_3.png);
        }
        #decentralized_p_3l {
            z-index: 5;
            background-image: url(../img/animation/decentralized_p_3l.png);
        }
        #decentralized_p_3r {
            z-index: 5;
            background-image: url(../img/animation/decentralized_p_3r.png);
        }
        #decentralized_p_4 {
            z-index: 4;
            background-image: url(../img/animation/decentralized_p_4.png);
        }
        #decentralized_p_5 {
            z-index: 3;
            background-image: url(../img/animation/decentralized_p_5.png);
        }
        #decentralized_p_6 {
            z-index: 2;
            background-image: url(../img/animation/decentralized_p_6.png);
        }
        #decentralized_p_7 {
            z-index: 1;
            background-image: url(../img/animation/decentralized_p_7.png);
        }

#applications_p_1 {
    z-index: 5;
    /*background-image: url(../img/animation/applications_p_1.png);*/
}
#applications_p_2 {
    z-index: 4;
    background-image: url(../img/animation/applications_p_2.png);
}
#applications_p_3 {
    z-index: 4;
    background-image: url(../img/animation/applications_p_3.png);
}
#applications_p_4 {
    z-index: 5;
    background-image: url(../img/animation/applications_p_4.png);
}
#applications_p_5 {
    z-index: 5;
    background-image: url(../img/animation/applications_p_5.png);
}
#applications_p_6 {
    z-index: 4;
    background-image: url(../img/animation/applications_p_6.png);
}
#applications_p_7 {
    z-index: 4;
    background-image: url(../img/animation/applications_p_7.png);
}
#applications_p_8 {
    z-index: 4;
    background-image: url(../img/animation/applications_p_8.png);
}
#applications_p_9 {
    z-index: 4;
    background-image: url(../img/animation/applications_p_9.png);
}
#applications_p_10 {
    z-index: 5;
    background-image: url(../img/animation/applications_p_10.png);
}
#applications_p_11 {
    z-index: 5;
    background-image: url(../img/animation/applications_p_11.png);
}
#applications_p_12 {
    z-index: 5;
    background-image: url(../img/animation/applications_p_12.png);
}
#applications_p_13 {
    z-index: 5;
    background-image: url(../img/animation/applications_p_13.png);
}
#applications_p_14 {
    z-index: 2;
    background-image: url(../img/animation/applications_p_14.png);
}
#applications_p_15 {
    z-index: 2;
    background-image: url(../img/animation/applications_p_15.png);
}
#applications_p_16 {
    z-index: 1;
    background-image: url(../img/animation/applications_p_16.png);
}
#applications_p_17 {
    z-index: 1;
    background-image: url(../img/animation/applications_p_17.png);
}

#asteroid {
    position: absolute;
    z-index: 1;
    left: -1037px;
    top: -771px;
}

#planet-trigger {
    margin-top: -50px;
}

#planet_center {
    position: relative;
    z-index: 5;
}
#pl_arrow_to_bitcoin {
    z-index: 5;
    background-image: url(../img/animation/pl_arrow_to_bitcoin.png);
}
#pl_bitcoin {
    z-index: 7;
    background-image: url(../img/animation/pl_bitcoin.png);
}
#pl_arrow_to_y {
    z-index: 5;
    background-image: url(../img/animation/pl_arrow_to_y.png);
}
#pl_y {
    z-index: 6;
    background-image: url(../img/animation/pl_y.png);
}
#pl_arrow_to_f {
    z-index: 5;
    background-image: url(../img/animation/pl_arrow_to_f.png);
}
#pl_f {
    z-index: 5;
    background-image: url(../img/animation/pl_f.png);
}
#pl_earth {
    opacity: .25;
    z-index: 5;
    background-image: url(../img/animation/pl_earth.png);
}
#pl_jupiter {
    opacity: .25;
    z-index: 5;
    background-image: url(../img/animation/pl_jupiter.png);
}
#pl_neptune {
    opacity: .25;
    z-index: 5;
    background-image: url(../img/animation/pl_neptune.png);
}

.question-wrap {
    position: relative;
}
.relative-box {
    position: relative;
}
    #question_left {
        position: absolute;
        z-index: 1;
        top: 262px;
        left: -255px;
        width: 197px;
        height: 252px;
    }
        #question_left > * {
            position: absolute;
        }
        #question_l_face {
            left: 52px;
            top: 44px;
        }
        #question_l_blue {
            left: 14px;
            top: 0;
        }
        #question_l_red_1 {
            right: 0;
            top: 4px;
        }
        #question_l_red_2 {
            left: 0;
            bottom: 0;
        }
    #question_right {
        position: absolute;
        z-index: 1;
        right: -305px;
        top: 318px;
        width: 235px;
        height: 248px;
    }
        #question_right > * {
            position: absolute;
        }
        #question_r_face {
            left: 52px;
            top: 44px;
        }
        #question_r_blue_1 {
            top: 0;
            left: 12px;
        }
        #question_r_blue_2 {
            top: 8px;
            right: 0;
        }
        #question_r_blue_3 {
            right: 38px;
            bottom: 0;
        }
        #question_r_red_1 {
            top: 4px;
            right: 37px;
        }
        #question_r_red_2 {
            left: 0;
            bottom: 58px;
        }

.form-resp {
    position: relative;
    z-index: 1;
    padding: 30px 10px 20px;
    margin: 30px auto 20px;
    background-color: #ebf7ff;
    text-align: center;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.vc_row + .form-resp {
    margin-top: 15px;
}
    .form-resp:first-child {
        margin-top: 0;
    }
    .section-content .resp-form-title,
    .resp-form-title {
        margin: 0 auto;
        max-width: 500px;
        color: #000000;
        font: 700 18px/1.25 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    }
    .form-resp .phone .block [data-flag] {
        padding-right: 35px !important;
    }
    .form-resp .phone .block [data-flag]:after {
        left: 20px !important;
    }
.section-pre-footer-form {
    position: relative;
    z-index: 22;
    padding-top: 28px;
    padding-bottom: 30px;
    background-color: #efefef;
}
.section-pre-footer-form .form-resp {
    margin: 0 auto;
    background-color: #efefef;
}
.section-pre-footer-form .resp-form-title{
    max-width: 700px;
    padding: 0 0 10px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
    color: #000000;
}
.section-download .form-resp {
    margin-top: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
    .section-download .form-resp .grwf2-wrapper {
        margin-left: 0 !important;
    }
.section-content.without-sidebar {
    overflow: visible;
    z-index: 22;
}
    .without-sidebar .content-wrap {
        overflow: visible;    
    }
    .without-sidebar .content-wrap .content {
        float: none;
    }
/*------------------------------ARABIC--------------------------------*/
.rtl .logo {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
.rtl .header-right-box {
    float: left;
    right: auto;
    left: -5px;
    margin-right: 0;
}
.rtl .header-right-box .lang-switch:not(:empty) {
    float: left;
}
.rtl .header-right-box .wpml-ls a.wpml-ls-item-toggle:after {
    right: auto;
    left: 16px;
}
.header-right-box a.search-btn, .header-right-box .search-btn {
    right: auto;
    left: 7px;
}
.rtl .header-right-box a.search-btn, .rtl .header-right-box .search-btn {
    left: -7px;
}
#header.not-translate .header-right-box a.search-btn, .header-right-box .search-btn {
    left: auto;
    right: -12px;
}
.rtl .search-box  {
    /*right: 188px;*/
    /*left: 0;*/
    right: initial;
    left: 170px;
}
.rtl .input-box {
    padding-right: 0;
    padding-left: 190px;
    margin-right: 20px;
    margin-left: 80px;
}
.rtl .search-box .input-box {
    margin-left: 20px;
    padding-left: 130px;
}
.rtl .search-box .btn-search {
    right: auto;
    left: 0;
}
.rtl a.close-search, 
.rtl .close-search {
    right: auto;
    left: 19px;
}
.rtl .search-box a.close-search,
.rtl .search-box .close-search {
    right: auto;
    left: -9px;
}
.rtl .main-nav > ul > li:last-child > a {
    padding-left: 0;
    padding-right: 12px;
}
.rtl .main-nav > ul > li:last-child > a:after, 
.rtl .main-nav > ul > li:last-child > a:before {
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
}
.rtl .main-nav > ul > li:first-child > a {
    padding-left: 12px;
    padding-right: 0;
} 
.rtl .main-nav > ul > li:first-child > a:after, 
.rtl .main-nav > ul > li:first-child > a:before {
    left: -webkit-calc(50% + 5px);
    left: calc(50% + 5px);
}
.rtl .section-content .wpb_button,
.rtl .section-content .wpb_content_element {
 /*.section-content ul.wpb_thumbnails-fluid>li*/
 text-align: right;
}
.rtl .section-content ul:not(.vc_chart-legend) > li {
        padding-left: 0;
        padding-right: 15px;
}
.rtl .section-content ul:not(.vc_chart-legend) > li:before {
    left: auto;
    right: 0;
}
.rtl .live-box {
    text-align: right;
}
.rtl .trending-box .btn {
    right: auto;
    left: 10px;
}
.rtl .trending-rating-box {
    left: auto;
    right: 10px;
}
.rtl .hero-exchange-list {
    text-align: right;
}
.rtl .live-title,
.rtl .trending-title,
.rtl .hero-coin-cell {
    direction: ltr;
}
.rtl .hero-coin-box > *:first-child {
    padding-left: 10px;
    padding-right: 0;
}
.rtl .img-up {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .footer-list > li {
    float: right;
}  
.rtl .footer-box > ul:not(.social-list) > li > a {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .footer-box > ul:not(.social-list) > li > a:before {
    left: auto;
    right: 2px;
}
    .rtl .footer-box .social-list > li {
        float: right;
    }
    .rtl .footer-box .social-list > li:first-child {
        margin-left: 8px;
        margin-right: 0;
    }
    .rtl .footer-box .social-list > li:last-child {
        margin-right: 8px;
        margin-left: 0;
    }
    .rtl .footer-list > li.coll-form {
        float: left;
    }
    .rtl .input-style {
        text-align: right;
    }
    .rtl .mobile-menu-toggle {
        right: auto;
        left: 0;
    }
    .rtl .boxzilla-content  {
        direction: ltr;
    }
    .rtl #what-cryptocurrency-img {
        /*text-align: left;*/
    }

.statistic-wp {
    position: fixed;
    z-index: 99999;
    max-width: 200px;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border: 1px solid red;
}

.icos-preloader-box {
    position: relative;
    margin: 0 auto;
    height: 200px;
    width: 200px;
}

.section-advertising-form {
    border-top: 5px solid #2b7bff;
}
.section-btn + .section-advertising-form {
    margin-top: 60px;
}

.section-advertising-form .heading {
    padding-top: 25px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
}
    .section-advertising-form .heading h2,
    .section-advertising-form .heading h3,
    .section-advertising-form .heading h4 {
        margin-bottom: 12px;
        font-size: 24px;
    }
    .section-advertising-form .heading p {
        margin-bottom: 8px;
    }
    .section-advertising-form .heading p:last-child {
        margin-bottom: 0;
    }

.section-content .section-advertising-form .wpcf7 {
    max-width: 570px;
    margin: 0 auto 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.woocommerce .input-text,
#give_purchase_form_wrap .give-input,
.form-style .input-style {
    height: 37px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #B2B2B2;
    background-color: #EFEFEF;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    color: #000000;
}
.woocommerce .input-text::-webkit-input-placeholder,
#give_purchase_form_wrap .give-input::-webkit-input-placeholder,
.form-style .input-style::-webkit-input-placeholder { color: #9f9f9f; }
.woocommerce .input-text::-moz-placeholder,
#give_purchase_form_wrap .give-input::-moz-placeholder,
.form-style .input-style::-moz-placeholder { color: #9f9f9f; }
.woocommerce .input-text:-ms-input-placeholder,
#give_purchase_form_wrap .give-input:-ms-input-placeholder,
.form-style .input-style:-ms-input-placeholder { color: #9f9f9f; }
.woocommerce .input-text:-moz-placeholder,
#give_purchase_form_wrap .give-input:-moz-placeholder,
.form-style .input-style:-moz-placeholder { color: #9f9f9f; }
form[id*=give-form] #give-gateway-radio-list > li {
    margin-bottom: 10px;
}
.form-style .intl-tel-input,
.form-style label .input-style {
    margin-top: 3px;
}
.form-style .intl-tel-input .selected-flag {
    border-radius: 2em 0 0 2em;
}
.woocommerce form .form-row label,
.give-form .give-payment-mode-label,
#give_purchase_form_wrap label.give-label,
#give_checkout_user_info legend,
.form-style label {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0;
}
ul.payment_methods .input-radio + label,
#give-gateway-radio-list label.give-gateway-option {
    position: relative;
    padding-left: 5px;
}
ul.payment_methods .input-radio + label:before,
#give-gateway-radio-list label.give-gateway-option:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -3px;
    left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #B2B2B2;
    background-color: #EFEFEF;
}
ul.payment_methods .input-radio:checked + label:before,
#give-gateway-radio-list input[type=radio]:checked + label.give-gateway-option:before {
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    background: url(../img/check-icon.png) no-repeat center #EFEFEF;
}

.section-advertising-form .wpcf7-form > ul {
    margin: 0 -15px 0;
}
.section-advertising-form .wpcf7-form > ul > li:not(:last-child) {
    float: none;
    display: inline-block;
    width: 49%;
    width: calc(50% - 4px);
    margin-bottom: 20px;
    vertical-align: top;
}
.section-advertising-form .wpcf7-form > ul > li {
    /*overflow: hidden;*/
    padding: 0 15px;
}
.section-advertising-form .wpcf7-form > ul:not(.vc_chart-legend) > li:before {
    content: none;
}

.section-advertising-form .form-submit-box {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
}
.section-advertising-form .form-submit-box .btn {
    min-width: 240px;
    padding-top: 12px;
    padding-bottom: 12px;
}


.wpb-js-composer .section-content .vc_tta-container {
    margin-bottom: 58px;
}
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    line-height: 1.2;
    font-size: 20px;
    color: #000000;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:after,
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:before {
    border-color: #000000;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #14A1FE;
}
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color: #14A1FE;
}
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title > a:hover .vc_tta-controls-icon:after,
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title > a:hover .vc_tta-controls-icon:before,
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title > a:focus .vc_tta-controls-icon:after,
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title > a:focus .vc_tta-controls-icon:before {
    border-color: #14A1FE;
}
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:focus,
.wpb-js-composer .section-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover {
    color: #14A1FE;
}


.twitter-feed-widget {
    padding-top: 40px;
}
.twitter-feed-widget .fab {
    padding-right: 8px;
    font-size: 24px;
    color: #14A1FE;
}
.twitter-feed-wrap {
    position: relative;
    max-height: 640px;
    overflow: visible !important;
    overflow-x: auto !important;
}
.boxzilla-contact-box {
    background: #010818;
    color: #ffffff;
    border-color: #ffb72b;
}
.pushcrew-side-button.pushcrew-chicklet-position-tr {
    z-index: 800 !important;
}
.boxzilla-container {
    position: relative;
    z-index: 999;
}
#cursor-tw {
    /*right: -2px;*/
}
.ie-browser .twitter-feed-wrap {
    padding-right: 20px;
}


/* for Scroll Top button */
.dashicons, .dashicons-before:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dashicons-arrow-up-alt2:before {
    content: "\f343";
}
#to_top_scrollup {
    position: fixed;
    z-index: 998;
    bottom: 15px;
    right: 15px;
    background-color: #0c1b3e;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    opacity: 0.75;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.close-sticky {
    position: absolute;
    z-index: 2;
    top: -40px;
    left: 0;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.close-sticky:hover {
    color: #63abe8;
}
@media all and (min-width: 768px) {
    .telegram-link #to_top_scrollup {
        bottom: 60px !important;
    }
}
@media all and (min-width: 1101px) {
    .close-sticky {
        display: none;
    }
}
@media all and (max-width: 1100px) {
    .sticky-affiliate #to_top_scrollup {
        bottom: 75px !important;
    }
    .close-sticky {
        display: block;
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}



.fa-envelope-o {
    font-weight: 400;
}
.fa-envelope-o:before {
    content: "\f0e0";
}



/*----------------------------------HOW-TO-INVEST---------------------------------*/
.section-how-to-invest.section-content > .vc_row {
    padding-left: 20px;
    padding-right: 20px;
}
.section-step {}
    .section-step .wpb_text_column .wpb_wrapper {}
        .section-step .wpb_text_column {
            position: relative;
        }
        .section-step .wpb_text_column:not(:last-of-type):after {
            position: absolute;
            content: '';
            left: 16px;
            top: 38px;
            height: 105%;
            height: -webkit-calc(100% + 22px);
            height: calc(100% + 22px);
            border-left: 10px dotted #cccccc;
        }
            .section-step .wpb_text_column .wpb_wrapper > * {
                padding-left: 85px;
            }
            .section-step .wpb_text_column .wpb_wrapper > p:first-of-type:first-child {
                float: left;
                position: relative;
                z-index: 5;
                display: inline-block;
                width: 41px;
                height: 41px;
                margin: 13px 39px 0 0;
                padding-left: 0;
                line-height: 39px;
                text-align: center;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background-color: #2B7BFF;
            }
            .section-step .wpb_text_column .wpb_wrapper > p:first-of-type:first-child:after {
                position: absolute;
                z-index: 4;
                content: '';
                top: 50%;
                right: -12px;
                width: 0;
                height: 0;
                border-top: 9px solid transparent;
                border-left: 16px solid #2B7BFF;
                border-bottom: 9px solid transparent;
                -webkit-transform: translateY(-50%);
                -khtml-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }
                .section-step .wpb_text_column .wpb_wrapper > p:first-of-type:first-child img {
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                    height: auto;
                    vertical-align: middle;
                }
.need-to-register {

}
    .need-to-register ul,
    .need-to-register ol {
        margin-bottom: 0 !important;
        text-align: center;
    }
        .need-to-register ul li,
        .need-to-register ol li {
            display: inline-block;
            text-align: center;
        }
.section-step-by-step {
    overflow: hidden;
    position: relative;
    background-image: url(../img/register_img_1.png), url(../img/register_img_2.png), url(../img/register_img_3.png), url(../img/register_img_4.png), url(../img/register_img_5.png);
    background-position: 100% 240px, 0 600px, 100% 2140px, 0 4000px, 100% 4640px;
    background-size: initial;
    background-repeat: no-repeat;
}
    .step-list {
        position: relative;
        max-width: 1170px;
        margin: 0 auto;
    }
    .step-list:before {
        position: absolute;
        content: '';
        top: 10px;
        left: 50%;
        height: 99%;
        height: -webkit-calc(100% - 10px);
        height: calc(100% - 10px);
        border-left: 9px dotted #959595;
        -webkit-transform: translatex(-50%);
        -khtml-transform: translatex(-50%);
        -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        -o-transform: translatex(-50%);
        transform: translatex(-50%);
    }
        .step-list > li {
            padding-top: 10px;
            padding-left: 0 !important;
            overflow: hidden;
        }
        .step-list > li:before {
            content: none !important;
        }
        .step-list > li:not(:first-child) {
            margin-top: -160px;
        }
        .step-list > li:not(:last-child) {
            margin-bottom: 40px;
        }
        .step-list > li:last-child:after {
            position: absolute;
            content: '';
            top: 10px;
            left: 50%;
            height: 100%;
            width: 11px;
            background-color: #ffffff;
            -webkit-transform: translatex(-50%);
            -khtml-transform: translatex(-50%);
            -moz-transform: translatex(-50%);
            -ms-transform: translatex(-50%);
            -o-transform: translatex(-50%);
            transform: translatex(-50%);
        }
            .step-box {
                position: relative;
                float: left;
                width: 50%;
                padding-right: 22px;
                min-height: 120px;
            }
            .step-list > li:nth-child(even) .step-box {
                float: right;
                padding-right: 0;
                padding-left: 15px;
            }
            .step-list .step-content {
                margin-bottom: 4px;
                padding: 22px 40px 20px 30px;
                font: 18px/1.2 "Evolventa-Bold", Arial, sans-serif;
                border: 1px solid #2B7BFF;
                background-color: #F6F6F6;
            }
            .step-list > li:nth-child(even) .step-content {
                padding: 22px 40px 20px 58px;
            }
            .step-content p:empty {
                /*margin-bottom: 0;*/
                /*display: none;*/
            }
                .step-img-wrap {
                    margin-bottom: 10px;
                    padding: 0 20px;
                    text-align: center;
                }
                .step-num-box {
                    position: absolute;
                    z-index: 5;
                    top: -6px;
                    right: -32px;
                    display: block;
                    width: 70px;
                    height: 70px;
                    padding: 18px 10px 10px;
                    text-align: center;
                    color: #ffffff;
                    -webkit-border-radius: 50%;
                    -khtml-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    background-color: #2B7BFF;
                }
                .step-num-box:after {
                    position: absolute;
                    z-index: 4;
                    content: '';
                    top: 50%;
                    width: 0;
                    height: 0;
                    -webkit-transform: translateY(-50%);
                    -khtml-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                }
                    .step-num {
                        display: block;
                        font: 24px/1 "Evolventa-Bold", Arial, sans-serif;
                    }
                    .step-num-text {
                        display: block;
                        font: 16px/1 "Evolventa-Bold", Arial, sans-serif;
                        letter-spacing: .02em;
                        text-transform: lowercase;
                    }
                .step-list > li:nth-child(even) .step-num-box {
                    right: initial;
                    left: -36px;
                }
                .step-list > li:nth-child(odd) .step-num-box:after {
                    left: -12px;
                    border-top: 9px solid transparent;
                    border-right: 16px solid #2B7BFF;
                    border-bottom: 9px solid transparent;
                }
                .step-list > li:nth-child(even) .step-num-box:after {
                    right: -12px;
                    border-top: 9px solid transparent;
                    border-left: 16px solid #2B7BFF;
                    border-bottom: 9px solid transparent;
                    font-size: 16px;
                }

@media all and (max-width: 1024px) {
    .step-list .step-content {
        font-size: 16px;
    }
}
@media all and (max-width: 767px) {
.section-step-by-step {
    background-image: none;
}
    .step-box {
        float: none;
        width: 100%;
        padding: 0 !important;
    }
    .step-list > li:not(:first-child) {
        margin-top: 0;
    }
        .step-num-box,
        .step-list > li:nth-child(even) .step-num-box {
            position: relative;
            top: initial;
            left: initial;
            right: initial;
            margin: 0 auto 2px;
        }
        .step-list > li:nth-child(odd) .step-num-box:after,
        .step-list > li:nth-child(even) .step-num-box:after {
            top: initial;
            right: initial;
            bottom: -10px;
            left: 50%;
            border-bottom: none;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 16px solid #2B7BFF;
            -webkit-transform: translate(-50%, 0);
            -khtml-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
        .step-list .step-content,
        .step-list > li:nth-child(even) .step-content {
            padding-left: 15px;
            padding-right: 15px;
        }
        .step-list:before,
        .step-list > li:last-child:after {
            content: none;
        }
        .step-list > li:not(:last-child) {
            margin-bottom: 26px;
        }
}
@media all and (max-width: 540px) {
    .section-step .wpb_text_column:not(:last-of-type):after {
        left: -5px;
    }
    .section-step .wpb_text_column .wpb_wrapper > p:first-of-type:first-child {
        margin-left: -20px;
        margin-right: 20px;
    }
    .section-step .wpb_text_column .wpb_wrapper > * {
        padding-left: 40px;
    }
    .step-img-wrap {
        padding: 0;
    }
}
@media all and (max-width: 460px) {
    .section-step .wpb_text_column .wpb_wrapper > p:first-of-type:first-child {
        margin-right: 10px;
    }
    .section-step .wpb_text_column .wpb_wrapper > * {
        padding-left: 30px;
    }
}
/*----------------------------------ICO-DICTIONARY---------------------------------*/
.section-accordion .container {
    max-width: 1170px;
}
.section-accordion {
    background-image: url(../img/accordion_img_1.png), url(../img/accordion_img_2.png);
    background-position: 100% -30px, 0 98%;
    background-size: initial;
    background-repeat: no-repeat;
}
    .wpb-js-composer .section-content .section-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
        font-size: 16px
    }
    .wpb-js-composer .section-content .section-accordion .vc_tta .vc_tta-controls-icon {
        width: 20px;
        height: 20px;
    }
    .wpb_content_element.accordion-short-desc .wpb_wrapper {
        position: relative;
        display: inline-block;
        margin-right: 15px;
    }
    .wpb_content_element.accordion-short-desc .wpb_wrapper:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #12A1FF;
    }
    .wpb-js-composer .section-accordion .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
        padding-right: 70px;
    }
        .wpb_content_element.accordion-short-desc .wpb_wrapper > *:last-child {
            margin-bottom: 5px;
        }
    .wpb-js-composer .section-content .vc_tta-container {
        margin-bottom: 40px;
    }
@media all and (max-width: 1024px) {
    .wpb-js-composer .section-accordion .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
        padding-right: 50px;
    }
}
@media all and (max-width: 767px) {
   .section-accordion .vc_col-sm-6 > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
   }
}
@media all and (max-width: 580px) {
    .section-accordion {
        background-position: top center, 0 100%;
    }
}
/*----------------------------------ICO-STATS---------------------------------*/
.section-table-chart {
    background-color: #EFEFEF;
    background-image: url(../img/stats_img_1.png), url(../img/stats_img_2.png), url(../img/stats_img_3.png), url(../img/stats_img_4.png);
    background-position: 55% -40px, 99% -10px, 97.2% 280px, 0 100%;
    background-size: initial;
    background-repeat: no-repeat;
}
.section-content .vc_round-chart-canvas {
    max-width: 370px;
    max-height: 370px;
}
.section-content .vc_line-chart-canvas {
    /*max-width: 470px;*/
    /*max-height: 360px;*/
    /*background-color: #ffffff;*/
}
.section-table-chart .vc_line-chart .wpb_wrapper {
    display: table;
    width: 100%;
    max-width: 470px;
}
.section-table-chart .vc_line-chart .vc_chart-with-legend {
    width: 100%;
}
    .section-table-chart .vc_line-chart-canvas {
        max-width: 100%;
        /*max-height: 325px;*/
        background-color: #ffffff;
    }
    .section-table-chart .vc_chart ul.vc_chart-legend {
        /*position: absolute;*/
        display: table-header-group;
        padding-left: 0;
        width: 100%;
        /*top: 0;*/
        /*left: 0;*/
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        background-color: #0D8BDD;
    }
        .section-table-chart .vc_chart .vc_chart-legend li {
            margin: 6px 10px 0 12px;
            line-height: 1;
            letter-spacing: .06em;
        }
            .section-table-chart .vc_chart .vc_chart-legend span {
                position: relative;
                top: -3px;
                width: 26px;
                height: 26px;
                margin-right: 10px;
                border: 3px solid #ffffff;
                -webkit-border-radius: .5em;
                -khtml-border-radius: .5em;
                -moz-border-radius: .5em;
                -ms-border-radius: .5em;
                -o-border-radius: .5em;
                border-radius: .5em;
            }
.section-table-chart .stats-table {}
.stats-table-wrap {
    max-width: 470px;
    background-color: #12A1FF;
}
    .stats-table-wrap h4 {
        margin-bottom: 0 !important;
        padding: 7px 10px 6px 30px !important;
        color: #ffffff;
    }
    .stats-table {
        width: 100%;
        font: 700 18px/1.2 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    }
        .stats-table thead {
            font-size: 16px;
            color: #ffffff;
            background-color: #0D8BDD;
        }
                .stats-table thead th {
                    text-align: left;
                }
                .stats-table thead th:first-child {
                    text-align: center;
                }
                .stats-table thead tr th {
                    padding: 6px 5px 4px;
                }
                .stats-table thead tr th:nth-child(2) {
                    padding-left: 7px;
                }
                .stats-table thead tr th:last-child {
                    width: 120px;
                    padding-right: 0;
                }
        .stats-table tbody {
            font-size: 18px;
            font-weight: 700;
        }
            .stats-table tbody tr {
                background-color: #f4f4f4;
                border-bottom: 1px solid #d3d3d3;
            }
            .stats-table tbody tr:nth-child(odd){
                background-color: #ffffff;
            }
                .stats-table tbody tr td {
                    padding: 5px 5px 4px;
                }
                .stats-table tbody tr td:first-child{
                    width: 30px;
                    color: #ffffff;
                    text-align: center;
                    background-color: #12A1FF;
                }
                .stats-table tbody tr td:nth-child(2) {
                    padding-left: 8px;
                }
                .stats-table tbody tr td:not(:first-child){
                    color: #000000;
                }
                .stats-table tbody tr td:last-child {
                    width: 120px;
                    /*padding-right: 0;*/
                    font-weight: 400;
                    text-align: right;
                }
@media all and (max-width: 1024px) {
    .section-table-chart {
        background-position: 40% -40px, 99% -10px, 100% 100%, 0 100%;
        background-size: 200px;
    }
}
@media all and (max-width: 767px) {
    .section-table-chart {
        background-position: 40% -40px, 80% 40%, 100% 96%, 0 100%;
    }
    .section-table-chart .vc_col-sm-6 > .vc_column-inner {
        /*padding-right: 0 !important;*/
        /*padding-left: 0 !important;*/
    }
    .section-table-chart .vc_line-chart .wpb_wrapper {
        margin-left: 0;
    }
    .stats-table-wrap h4 {
        font-size: 21px !important;
    }
    .stats-table tbody {
        font-size: 16px;
    }
    .stats-table thead {
        font-size: 14px;
    }
    .section-table-chart .vc_chart ul.vc_chart-legend {
        font-size: 14px;
    }
}

body:not(.home) .section-content.section-stats .section-title-box {
    padding-left: 120px;
}
/*.section-content.section-stats .vc_column_container > .vc_column-inner {*/
    /*padding: 0 20px;*/
/*}*/
p:empty {
    display: none;
    margin-bottom: 0;
}
.section-content #ajax-stats .vc_column_container > .vc_column-inner {
    padding: 0 20px !important;
}
.form-stats-year-wrap {
    float: right;
    padding-top: 12px;
}
.form-stats-year label {
    display: inline-block;
}
.form-stats-year .select-wrap {
    width: auto;
}
.form-stats-year .select-wrap:before {
    height: 26px;
}
.select-stats-year {
    width: 80px;
    min-height: 28px;
    padding: 4px 0 4px 7px;
}

.telegram-link #footer {
    /*padding-bottom: 90px;*/
    padding-bottom: 50px;
}
a.sticky-telegram,
.sticky-telegram {
    position: fixed;
    display: table;
    z-index: 999;
    left: 0;
    bottom: -1px;
    width: 100%;
    max-height: 50px;
    /*padding: 0;*/
    padding: 5px 0;
    font-size: 18px;
    text-align: center;
    color: #000000;
    background-color: #EBFAFF;
    -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.2);
}
a.sticky-telegram:hover,
a.sticky-telegram:focus,
.sticky-telegram:hover {
    text-decoration: none;
}
a.sticky-telegram:hover .btn,
a.sticky-telegram:focus .btn,
.sticky-telegram:hover .btn {
    color: #2cb839;
    border-color: #2cb839;
    background-color: transparent;
 }

a.sticky-telegram .container,
.sticky-telegram .container {
    display: table-cell;
    width: 100%;
    padding: 0 20px;
    vertical-align: middle;
}
a.sticky-telegram .close-search,
.sticky-telegram .close-search {
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.sticky-telegram .fab,
.sticky-telegram .fab {
    padding-right: 10px;
    font-size: 20px;
}
a.sticky-telegram .fas,
.sticky-telegram .fas {
    padding-left: 5px;
    font-size: 13px;
}
a.sticky-telegram .btn,
.sticky-telegram a.btn {
    margin-left: 10px;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
a.sticky-telegram .close-search {
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.sticky-telegram .close-search:before,
.sticky-telegram  .close-search:after {
    background-color: #000;
}
.sticky-telegram .close-search:hover:before,
.sticky-telegram  .close-search:hover:after {
    background-color: #F90;
}
.sticky-telegram p {
    display: inline-block;
    vertical-align: middle;
}
.sticky-telegram .holdy-logo-wrap {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    margin-bottom: -5px;
    margin-right: 5px;
    padding-top: 5px;
    vertical-align: middle;
}
@media (max-width: 1100px) {
    .sticky-affiliate .sticky-telegram {
        display: none !important;
    }
}
@media (max-width: 991px) {
    a.sticky-telegram .close-search,
    .sticky-telegram .close-search {
        right: 5px;
    }
}
@media (max-width: 767px) {
    a.sticky-telegram .close-search,
    .sticky-telegram .close-search {
        top: -18px;
    }
    /*.coinzilla iframe {*/
        /*max-height: initial !important;*/
        /*height: auto !important;*/
    /*}*/
    .sticky-telegram a.btn,
    .sticky-telegram .btn {
        font-size: 15px;
        min-width: 100px;
    }
    .sticky-telegram {
        /*height: 47px;*/
        font-size: 14px;
    }
    .sticky-telegram .container {
        /*padding: 0 55px;*/
        padding: 0 15px;
    }
    body:not(.home) .section-content.section-stats .section-title-box {
        padding-left: 0;
    }
        .form-stats-year-wrap {
            float: none;
            padding-top: 0;
            margin-bottom: 15px;
        }
}
@media (max-width: 640px) {
    .sticky-telegram .holdy-logo-wrap {
        margin-bottom: -10px;
        margin-right: 0;
    }
}
@media (max-width: 460px) {
    a.sticky-telegram, .sticky-telegram {
        font-size: 15px;
    }
    a.sticky-telegram .btn, .sticky-telegram a.btn {
        margin-left: 5px;
        font-size: 15px;
        padding: 4px 10px;
    }
    a.sticky-telegram .fab, .sticky-telegram .fab {
        padding-right: 5px;
        font-size: 18px;
    }
    .sticky-telegram a.close-search,
    a.sticky-telegram .close-search {
        right: 10px;
    }
    .sticky-telegram .container {
        /*padding: 0 40px;*/
    }
}





.check-style-wrap span.wpcf7-list-item {
    margin-left: 0;
    cursor: pointer;
}
.check-style-wrap {
    padding-top: 10px;
}
.check-style-wrap .wpcf7-form-control.wpcf7-checkbox {
    overflow: hidden;
    display: block;
    margin: 0 -15px;
}
.check-style-wrap .wpcf7-form-control.wpcf7-checkbox > * {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 8px;
    padding: 0 15px;
}

.check-style-wrap .wpcf7-form-control.wpcf7-checkbox > *:nth-child(odd) {
    clear: both;
}
.check-style-wrap .wpcf7-list-item {
    position: relative;
}
.check-style-wrap .wpcf7-list-item input[type=radio],
.check-style-wrap .wpcf7-list-item input[type=checkbox]{
    display: none;
}
.check-style-wrap .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label,
.check-style-wrap .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 31px;
}
.check-style-wrap .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:before,
.check-style-wrap .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #B2B2B2;
    background-color: #EFEFEF;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #2c4253;
    font: normal normal normal 13px/15px FontAwesome;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.check-style-wrap .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before,
.check-style-wrap .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    background-image: url(../img/check-icon.png);
}
.check-style-wrap .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    line-height: 1.1;
}
@media (max-width: 480px) {
    .check-style-wrap .wpcf7-form-control.wpcf7-checkbox > * {
        float: none;
        width: 100%;
    }
}
.section-stats-circle {
    margin-bottom: -34px;
    background-color: #ffffff;
    background-image: url(../img/stats_category_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#sendgrid-box .icos-preloader-box {
    width: 140px;
    height: 140px;
}
.algo-form {
    max-width: 320px;
    margin: 0;
}
.algo-form .input-style {
    color: #000000;
}
.algo-form-list select.error,
.section-advertising-form .footer-form-list.algo-form-list .input-style.error {
    border-color: red;
}
/*.algo-form-list select.valid,*/
.section-advertising-form .footer-form-list.algo-form-list .input-style.valid {
    border-color: #06a906;
}

    .algo-form .intl-tel-input {
        display: block;
    }
    .algo-form-list.footer-form-list > li:not(:last-child),
    .algo-form-list.footer-form-list > li {
        position: relative;
        overflow: visible;
        float: none;
        display: inline-block;
        /*width: -webkit-calc(50% - 4px);*/
        /*width: calc(50% - 4px);*/
        width: 100%;
        padding: 0 !important;
        margin-bottom: 30px;
        vertical-align: top;
    }
    .algo-form .intl-tel-input .flag-container {
        position: relative;
        padding-top: 3px;
        padding-bottom: 4px;
    }
    .algo-form .intl-tel-input .country-list .flag-box,
    .algo-form .intl-tel-input .country-list .country-name {
        font-size: 18px;
        font-weight: 300;
    }
    .algo-form .intl-tel-input .country-list .country .dial-code {
        color: #000000;
    }
    .algo-form .intl-tel-input .country-list {
        width: 100%;
        overflow-x: hidden;
        font-family: "HelveticaNeueCyr", Arial, sans-serif;
    }
    .algo-form .intl-tel-input .country-list li:before {
        content: none;
    }
    .algo-form .intl-tel-input input,
    .algo-form .intl-tel-input input[type=text],
    .algo-form .intl-tel-input input[type=tel] {
        position: absolute;
        top: 0;
        left: 0;
    }
    .algo-form label.error {
        position: absolute;
        top: 36px;
        left: 0;
        width: 100%;
        line-height: 1;
        color: red;
        font-size: 14px;
        font-weight: 400;
    }
    /*.algo-form .intl-tel-input label.error {*/
        /*padding: 0;*/
    /*}*/
.red {
    color: red;
}
.hide-box,
.algo-form-list .hide {
    display: none !important;
}
@media (max-width: 767px) {
    .algo-form {
        margin: 0 auto;
    }
}
@media (max-width: 580px) {
    .algo-form-list.footer-form-list > li:not(:last-child),
    .algo-form-list.footer-form-list > li {
        width: 100%;
    }
}
/*-----------------NEW-DETAIL---------------*/
.vc_row:first-child .wpb_wrapper .btn-style:not(:first-child),
.vc_row:not(:first-child) .wpb_wrapper .btn-style,
.btn-style {
    text-align: center;
}
.section-content.detail {
    background-image: url(../img/detail_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
.detail-group-box {
    margin-bottom: 71px;
}
    .detail-group-title-box {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 5px solid #2B7BFF;
    }
    .detail-group-title-box.medium {
        padding-bottom: 10px;
        border-bottom-width: 4px;
    }
        .detail-group-title {
            margin-bottom: 0 !important;
            font-size: 35px !important;
            font-family: "Evolventa-Bold", Arial, sans-serif;
        }
        .medium .detail-group-title {
            font-size: 28px !important;
        }

    .ico-team-list {
        margin: 0 -10px -40px;
    }
        .ico-team-list > li {
            display: inline-block;
            width: 49%;
            width: -webkit-calc(50% - 4px);
            width: calc(50% - 4px);
            padding: 0 10px !important;
            margin-bottom: 34px;
            vertical-align: top;
        }
        .ico-team-list > li:before {
            content: none !important;
        }
            .ico-team-list > li:nth-child(even) {
                text-align: right;
            }
                .team-member-box {
                    display: inline-block;
                    max-width: 270px;
                    width: 100%;
                    text-align: center;
                    vertical-align: top;
                }

                    .member-img-box,
                    .member-img-inner {
                        overflow: hidden;
                        position: relative;
                        z-index: 1;
                        padding-bottom: 100%;
                        -webkit-border-radius: 50%;
                        -khtml-border-radius: 50%;
                        -moz-border-radius: 50%;
                        -ms-border-radius: 50%;
                        -o-border-radius: 50%;
                        border-radius: 50%;
                        background-color: #e0e0e0;
                    }
                    .member-img-box {
                        margin-bottom: 16px;
                    }
                    .member-img-box:after {
                        position: absolute;
                        z-index: 3;
                        content: '';
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        -webkit-border-radius: 50%;
                        -khtml-border-radius: 50%;
                        -moz-border-radius: 50%;
                        -ms-border-radius: 50%;
                        -o-border-radius: 50%;
                        border-radius: 50%;
                        background-color: #ffffff;
                        background-color: rgba(255, 255, 255, .75);
                    }
                        .member-img-box img {
                            position: absolute;
                            display: block;
                            z-index: 2;
                            top: -9999px;
                            left: -9999px;
                            right: -9999px;
                            bottom: -9999px;
                            height: 100%;
                            min-width: 100%;
                            max-width: none;
                            width: auto;
                            margin: auto;
                            -webkit-border-radius: 10em;
                            -khtml-border-radius: 10em;
                            -moz-border-radius: 10em;
                            -ms-border-radius: 10em;
                            -o-border-radius: 10em;
                            border-radius: 10em;
                        }
                        .higher.member-img-box img {
                            width: 100%;
                            height: auto;
                        }
                        .member-img-inner {
                            position: absolute;
                            z-index: 4;
                            top: 50%;
                            left: 50%;
                            width: 170px;
                            height: 170px;
                            padding-bottom: 0;
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -webkit-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                        }
                            .member-img-inner img {
                                z-index: 5;
                            }
                    .member-info {}
                        .member-name {
                            display: block;
                            margin-bottom: 10px;
                            font: 400 24px/1.2 "Evolventa-Regular", Arial, sans-serif;
                            color: #000000;
                        }
                        .member-desc {
                            max-height: 105px;
                            margin-bottom: 8px;
                            font: 400 18px/1.2 "Evolventa-Regular", Arial, sans-serif;
                            color: #6E6E6E;
                        }
                        .member-social {
                            width: 100%;
                            margin-bottom: 13px !important;
                        }
                            .member-social > li {
                                display: inline-block;
                                padding-left: 0 !important;
                                vertical-align: top;
                            }
                            .member-social > li:not(:only-child) {
                                padding: 0 5px;
                            }
                            .member-social > li:before {
                                content: none !important;
                            }
                                .member-social > li a {
                                    display: inline-block;
                                    width: 30px;
                                    height: 30px;
                                    text-align: center;
                                    color: #1E4FA1;
                                    vertical-align: top;
                                }
                                .member-social > li a:hover,
                                .member-social > li a:focus {
                                    color: #FFB72C;
                                }
                                    .member-social .fab {
                                        font-size: 21px;
                                        line-height: 30px;
                                    }
                        .member-ico-box {
                            padding: 8px 10px 4px;
                            font: 400 18px/1.2 "Evolventa-Regular", Arial, sans-serif;
                            color: #6E6E6E;
                            background-color: #EFEFEF;
                        }

.section-content.detail .form-resp {
    padding-top: 46px;
    padding-bottom: 46px;
    background-color: #007EFF;
    background-image: url(../img/lead_form_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
 .section-pre-footer-form {
    background-color: #007EFF;
 }
 .section-pre-footer-form .form-resp {
    background-color: transparent;
 }
    .section-pre-footer-form .resp-form-title,
    .section-content.detail .resp-form-title {
        font: 700 24px/1.2 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
        text-shadow: 0 3px 6px rgba(3, 3, 3, 0.5);
        color: #ffffff;
    }

.milestone {
    margin-top: 46px;
}
    .milestone > li {}
    .milestone > li:not(:first-child) {
        margin-top: -57px;
    }
        .milestone > li:nth-child(odd) .step-box {
            padding-top: 29px;
            padding-right: 64px;
        }
        .milestone > li:nth-child(even) .step-box {
            padding-left: 66px;
        }
            .step-date-box {
                margin-bottom: 4px;
            }
            .milestone > li:nth-child(even) .step-date-box {
                /*padding-left: 52px;*/
            }
            .step-date {
                display: inline-block;
                min-width: 100px;
                padding: 8px 10px 4px;
                font: 700 18px/1 "Evolventa-Bold", Arial, sans-serif;
                color: #ffffff;
                text-align: center;
                background-color: #1285E0;
                -webkit-border-radius: 2em;
                -khtml-border-radius: 2em;
                -moz-border-radius: 2em;
                -ms-border-radius: 2em;
                -o-border-radius: 2em;
                border-radius: 2em;
            }
            .milestone .step-content {
                padding: 4px 0;
                font: 400 16px/1.2 "Evolventa-Regular", Arial, sans-serif;
                background-color: transparent;
                border: none;
            }
            .milestone > li:nth-child(even) .step-content {
                /*padding: 4px 0 4px 52px;*/
                padding: 4px 0;
            }
            .milestone .step-img-wrap {
                padding: 0;
                margin-bottom: 0;
            }
            .milestone > li:nth-child(even) .step-img-wrap {
                /*padding: 0 0 0 52px;*/
                /*padding: 0;*/
            }
                .milestone .step-num-box {
                    right: -36px;
                }
                .milestone > li:nth-child(even) .step-num-box {
                    left: -34px;
                    top: 0;
                }
                    .milestone .step-num {
                        line-height: 40px;
                    }
.step-guide-box + .trending-icos-wrap {
    margin-top: 21px;
}
.visit-btn-list {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
    .visit-list {
        margin-top: -11px;
        counter-reset: myCounter;
    }
        .visit-box {
            position: relative;
            display: table;
            width: 100%;
            padding: 22px 10px 22px 94px;
        }
        .visit-box:before {
            position: absolute;
            z-index: 5;
            display: block;
            counter-increment: myCounter;
            content:counter(myCounter);
            top: 50%;
            left: 0;
            width: 52px;
            height: 52px;
            font: 400 24px/52px "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
            text-align: center;
            color: #ffffff;
            background-color: #1185E0;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }
        .visit-box:after {
            position: absolute;
            z-index: 4;
            content: '';
            width: 52px;
            height: 100%;
            top: 50%;
            left: 0;
            background-image: url(../img/step_dot_arrow_2.png);
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: right;
        }
        .visit-list > :nth-child(even):after {
            -moz-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            -webkit-transform: scale(-1, 1);
            -o-transform: scale(-1, 1);
            transform: scale(-1, 1);
        }
        .visit-list >:last-child:after {
            content: none;
        }
            .visit-icon,
            .visit-desc {
                display: table-cell;
                vertical-align: middle;
                padding: 0 6px;
            }
            .visit-icon {
                width: 72px;
            }
                .visit-icon-wrap {
                    display: block;
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    text-align: center;
                    background-color: #EFEFEF;
                }
                    .visit-icon-wrap img {
                        max-width: 100%;
                        max-height: 100%;
                        width: auto;
                        height: auto;
                        vertical-align: middle;
                    }
            .visit-desc { }
                .visit-box .visit-box-title {
                    margin-bottom: 7px;
                    font: 700 18px/1.25 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
                    color: #000000;
                }
            .visit-desc .btn,
            .visit-desc a.btn {
                padding-top: 4px;
                padding-bottom: 4px;
                font-size: 14px;
                max-width: 130px;
                width: 100%;
                color: #000000;
                border-color: #ffb72c;
                -webkit-border-radius: 4px;
                -khtml-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }
            .visit-desc a.btn:hover,
            .visit-desc a.btn:focus,
            .visit-desc .btn:hover,
            .visit-desc .btn:focus {
                /*background-color: transparent;*/
                color: #ffffff;
            }

.section-comments {
    background-color: #ffffff;
    background-image: url(../img/comments_bg.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
#wc-comment-header {
    margin-bottom: 23px;
    padding: 0;
    font: 700 36px/1 "Evolventa-Bold", Arial, sans-serif;
    color: #000000;
}
#wpcomm {
    padding-top: 24px;
}
    #wcThreadWrapper {}
    .wc-field-comment {
        float: left;
        width: -webkit-calc(100% - 398px);
        width: calc(100% - 398px);
    }
    #wpcomm .wc-secondary-form-wrapper .wc-form-footer,
    #wpcomm .wc-form-footer {
        float: right;
        width: 370px;
        background-color: #ffffff;
        border: 1px solid #b2b2b2;
        margin-top: 5px;
        margin-left: 0;
        padding: 10px 10px 10px;
    }
    #wpcomm .wc-form-wrapper {
        position: relative;
    }
    #wpcomm .wc_main_comm_form .wc-form-footer {
       /* position: absolute;
        top: 0;
        right: 0;*/
        /*display: block !important;*/
    }
    #wpcomm .wc_main_comm_form  .wc-field-textarea textarea {
        /*height: 255px !important;*/
    }
    #wpcomm .wc-secondary-form-wrapper .wc-field-comment {

    }
    #wpcomm .wc-secondary-form-wrapper .wc-form-footer {
        margin-bottom: 0;
    }


        #wpcomm, #wpcomm .wc-comment-title {
            border-color: #2B7BFF;
            border-width: 5px;
        }
        #wpcomm .wc-comment {
            margin-bottom: 18px;
        }
        #wpcomm .wpd-form-row .wpd-form-col-left,
        #wpcomm .wpd-form-row .wpd-form-col-right {
            float: none;
            width: 100%;
        }
        #wpcomm .wc-comment .wc-comment-right {
            padding-bottom: 10px;
            margin-left: 100px;
            width: -webkit-calc(100% - 498px);
            width: calc(100% - 498px);
            background-color: transparent !important;
            border-bottom: 1px solid #959595;
        }

        #wpcomm .wpd-cf-rating,
        #wpcomm .wc-comment-right .wpd-top-custom-fields,
        #wpcomm .wc-comment-footer .wc-footer-right .wc-comment-date,
        #wpcomm .wc-comment-right .wpd-bottom-custom-fields,
        #wpcomm .wc-comment .wc-comment-left .wpd-xborder,
        #wpcomm .wc-comment .wc-comment-right .wpdiscuz_clear,
        #wpcomm .wc-comment-link,
        #wpcomm .wpdiscuz-front-actions,
        #wpcomm .wc-comment-label {
            display: none;
        }
        #wpcomm .wc-field-textarea {
            /*margin-left: 100px;*/
        }
        #wpcomm .wc-cta-button, #wpcomm .wc-cta-button-x,
        #wpcomm .wc-comment-header {
            height: initial;
            border: none !important;
        }
        #wpcomm .wc-comment-header {
            margin-bottom: -3px;
        }
        #wpcomm .wc-comment-footer {
            padding-left: 0;
        }
        #wpcomm .wc-comment-author {
            float: none;
            padding-top: 10px !important;
            padding-left: 2px !important;
            width: 100% !important;
            font: 700 18px/1 "Evolventa-Bold", Arial, sans-serif;
            color: #000000 !important;
        }
        #wpcomm .wc-comment-text {
            padding-left: 2px !important;
            font: 400 16px/1.2 "Evolventa-Regular", Arial, sans-serif;
            color: #000000;
        }
         #wpcomm .wpd-form-row .wpd-field {
            color: #000000;
        }
        #wpcomm .wc-comment-text > :last-child {
            margin-bottom: 0 !important;
        }
        #wpcomm .wc-field-submit {
            padding: 0;
            text-align: center;
        }
        #wpcomm .wc-field-captcha + .wc-field-submit {
            padding-top: 4px;
        }
        #wpcomm .wc-field-textarea textarea {
            background-color: #ffffff;
            font: 400 16px/1.2 "Evolventa-Regular", Arial, sans-serif;
            color: #000000;
        }
        #wpcomm .wpdiscuz-textarea-wrap {
            border: 1px solid #b2b2b2 !important;
        }
        #wpcomm .wpdiscuz-item.wpd-field-group.wpd-field-rating {
            margin-bottom: -8px;
            border: none;
        }
        #wpcomm .wpd-form-col-left .wpd-field-group .wpd-field-group-title,
        #wpcomm .wpd-form-col-right .wpd-field-group .wpd-field-group-title,
        #wpcomm .wpd-form-col-full .wpd-field-group .wpd-field-group-title {
            font: 700 18px/1 "Evolventa-Bold", Arial, sans-serif;
            color: #000000;
            text-align: center;
        }
        #wpcomm .wpdiscuz-item .wpdiscuz-rating {
            float: none;
            margin: 0 auto;
            width: 160px;
        }
        #wpcomm .wc-reply .wc-footer-left .wc-cta-button{
            margin: 0;
            padding-left: 0;
            font: 400 15px/1.2 "Evolventa-Regular", Arial, sans-serif;
            color: #2b7bff;
        }
        #wpcomm .wc-footer-left .wc-cta-button {
            margin: 0;
            padding-left: 0;
            font: 400 16px/1.2 "Evolventa-Regular", Arial, sans-serif;
            color: #2b7bff;
        }
        #wpcomm .wc-footer-left .wc-cta-button.wc-cta-active,
        #wpcomm .wc-footer-left .wc-cta-button:hover,
        #wpcomm .wc-footer-left .wc-cta-button:focus {
            background: transparent !important;
            color: #000000;
        }
        #wpcomm .wc-comment .wc-comment-left,
        #wpcomm .wc-field-avatararea {
            overflow: hidden;
            position: relative;
            margin: 5px !important;
            width: 72px !important;
            height: 72px !important;
            line-height: 68px;
            text-align: center;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #b2b2b2;
            border: 1px solid #b2b2b2;
        }
        #wc-comment-header .wpdiscuz-comment-count {
            display: none;
        }
        #wpcomm .avatar {
            width: 100%;
            height: auto;
            vertical-align: middle;
            -webkit-border-radius: 6em;
            -khtml-border-radius: 6em;
            -moz-border-radius: 6em;
            -ms-border-radius: 6em;
            -o-border-radius: 6em;
            border-radius: 6em;
        }
        #wpcomm .wc-secondary-form-wrapper .wc-field-avatararea {
            width: 46px !important;
            height: 46px !important;
            line-height: 44px;
        }
        #wpcomm button,
        #wpcomm input[type="button"],
        #wpcomm input[type="reset"],
        #wpcomm input[type="submit"] {
            position: relative;
            display: inline-block;
            margin: 0;
            min-width: 100px;
            max-width: 100%;
            font: 400 13px/1 "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
            text-align: center;
            color: #000000 !important;
            border: 1px solid #ffffff !important;
            background-color: #ffb72c !important;
            -webkit-border-radius: 4px;
            -khtml-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            cursor: pointer;
            background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
            background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
            background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
            vertical-align: middle;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }
        #wpcomm button:hover,
        #wpcomm input[type="button"]:hover,
        #wpcomm input[type="reset"]:hover,
        #wpcomm input[type="submit"]:hover,
        #wpcomm button:focus,
        #wpcomm input[type="button"]:focus,
        #wpcomm input[type="reset"]:focus,
        #wpcomm input[type="submit"]:focus{
          /*  color: #000;
            border-color: #ffb72c;
            background-color: #F90;*/
            text-decoration: none;
            color: #f7f7f7 !important;
            background-color: #F90 !important;
        }
        #wpcomm .wpd_label, #wpcomm .wpd_label span {
            vertical-align: middle;
        }
.radar-box {
    margin-bottom: 40px;
    padding: 26px 10px 20px;
    background-color: #EBFAFF;
    border: 1px solid #E2E2E2;
    /*background-color: #071233;*/
    /*background-image: url(../img/radar_bg.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}
    .radar-value {
        /*margin-bottom: -20px;*/
        font: 400 30px/1 "Evolventa-Regular", Arial, sans-serif;
        text-align: center;
        color: #ffb72c;
    }
        .radar-value span {
            display: block;
            margin-bottom: -4px;
            font: 700 60px/1 "Evolventa-Bold", Arial, sans-serif;
        }
    .radar-value + .radar-inner {
        margin-top: -20px;
        margin-bottom: -15px;
    }

.red .radar-value {
    color: #ff0000;
}
.green .radar-value {
    color: #00C900;
}

@media (max-width: 1024px) {
    #wpcomm .wc-comment .wc-comment-right,
    .wc-field-comment {
        float: none;
        width: 100%;
    }
    #wpcomm .wc_main_comm_form .wc-form-footer,
    #wpcomm .wc-secondary-form-wrapper .wc-form-footer {
        position: initial;
        right: initial;
        top: initial;
    }
}
@media (max-width: 991px) {
    .ico-team-list > li,
    .ico-team-list > li:nth-child(even) {
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    #wpcomm .wc-field-comment .wc-field-avatararea .avatar {
        width: 100%;
        display: block;
    }
    #wpcomm .wc-comment .wc-comment-left .avatar {
        width: 100%!important;
        height: auto!important;
        margin: 0!important;
        float: none!important;
        display: block!important;
    }
    #wpcomm .wpdiscuz-textarea-wrap {
        border: none !important;
    }
    #wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
        border: 1px solid #b2b2b2 !important;
    }
    #wpcomm .wc_comm_form .wc-field-comment .wc-field-avatararea {
        margin-bottom: 8px;
    }
    #wpcomm .wc_main_comm_form .wc-form-footer,
    #wpcomm .wc-secondary-form-wrapper .wc-form-footer {
        float: none;
        margin: 10px auto 0;
    }
}
@media (max-width: 767px) {
    .milestone .step-box {
        text-align: center;
    }
    .milestone .step-num-box,
    .milestone > li:nth-child(even) .step-num-box {
        left: initial;
        right: initial;
    }
    .step-date-box {
        margin-top: 24px;
        margin-bottom: 4px;
    }
    .milestone > li:not(:first-child) {
        margin-top: 0;
    }
}
@media (max-width: 650px) {
    #wpcomm .wc-comment .wc-comment-left .avatar {
        position: relative;
        top: 0;
    }
}
@media (max-width: 540px) {
    .ico-team-list > li {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .visit-box {
        padding-left: 65px;
    }
    #wpcomm .wc_main_comm_form .wc-form-footer,
    #wpcomm .wc-secondary-form-wrapper .wc-form-footer {
       width: 100%;
    }
}


.contact-footer-box {
    clear: both;
    overflow: hidden;
    margin: 0 -10px -30px;
}
    .contact-footer-box > div {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
    .contact-footer-box > .contact-right {
        padding-right: 20px;
    }
        .contact-right .info-box {
            color: #fff;
            font-size: 15px;
            line-height: 1.4;
        }
@media all and (max-width: 991px) {
    .contact-footer-box > .contact-right {
        padding-right: 10px;
    }
}
@media all and (max-width: 580px) {
    .contact-footer-box {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-footer-box > div {
        float: none;
        width: 100%;
    }
}

.percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.section-btn {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}
    .section-btn .btn.glare span {
        -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
        -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
        box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.35);
    }
        .section-btn .btn.glare:hover span,
        .section-btn .btn.glare:focus span {
            -webkit-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
            -moz-box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
            box-shadow: 0 5px 7px 0 rgba(2, 2, 2, 0.25);
        }


.lead-form {
    max-width: 320px;
    margin: 34px auto 0;
}
    .lead-form .footer-btn-box {
        margin-top: 22px;
        padding-left: 0;
    }
    .lead-form a.btn.small,
    .lead-form .btn.small {
        padding-top: 8px;
        padding-bottom: 8px;
    }
.lead-list {
    /*margin: 0 -12px -28px !important;*/
    margin: 0 0 -28px !important;
}
    .lead-list > li:not(.hide) {
        position: relative;
        display: inline-block;
        width: 100%;
        /*width: 49%;*/
        /*width: -webkit-calc(50% - 4px);*/
        /*width: calc(50% - 4px);*/
        /*padding: 0 12px !important;*/
        margin-bottom: 20px;
        vertical-align: top;
    }
    .lead-list > li.hide {
        display: none !important;
    }
    .lead-list > li:before {
        content: none !important;
    }
.rounded .input-style {
    padding: 10px 14px 10px;
    min-height: 38px;
    font: 400 16px/18px "HelveticaNeueCyr", Arial, sans-serif;
    color: #000000;
    text-align: left;
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    -webkit-border-radius: 4em;
    -khtml-border-radius: 4em;
    -moz-border-radius: 4em;
    -ms-border-radius: 4em;
    -o-border-radius: 4em;
    border-radius: 4em;
}
.rounded .intl-tel-input {
    width: 100%;
}
.rounded .intl-tel-input .flag-container {
    height: 40px;
}
.rounded .intl-tel-input .flag-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
.rounded .intl-tel-input .country-list .flag-box,
.rounded .intl-tel-input .country-list .country-name {
    font-size: 16px;
    font-weight: 300;
}
.rounded .intl-tel-input .country-list .country .dial-code {
    color: #000000;
}
.rounded .intl-tel-input .country-list {
    width: 100%;
    overflow-x: hidden;
}
.rounded .intl-tel-input .country-list li:before {
    content: none;
}
.rounded .intl-tel-input input,
.rounded .intl-tel-input input[type=text],
.rounded .intl-tel-input input[type=tel] {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}
.boxzilla .rounded .input-style::-webkit-input-placeholder,
.rounded .input-style::-webkit-input-placeholder {
    font-family: "Evolventa-Regular", Arial, sans-serif;
    color: #545454;
}
.boxzilla .rounded .input-style::-moz-placeholder,
.rounded .input-style::-moz-placeholder {
    font-family: "Evolventa-Regular", Arial, sans-serif;
    color: #545454;
}
.boxzilla .rounded .input-style:-ms-input-placeholder,
.rounded .input-style:-ms-input-placeholder {
    font-family: "Evolventa-Regular", Arial, sans-serif;
    color: #545454;
}
.boxzilla .rounded .input-style:-moz-placeholder,
.rounded .input-style:-moz-placeholder {
    font-family: "Evolventa-Regular", Arial, sans-serif;
    color: #545454;
}

.rounded label.error {
    position: absolute;
    left: 0;
    top: 42px;
    /*padding: 0 10px;*/
    line-height: 1;
    width: 100%;
    color: #ffd500;
    text-shadow: 0 2px 4px rgba(3,3,3,.5);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.rounded  .input-style.error {
    margin-bottom: 4px !important;
    border-color: red;
}
.rounded  .input-style.valid {
    border-color: #06a906;
}
.subscriber-add {
    max-width: 600px;
    margin: 0 auto 0;
    padding: 30px 0 0;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(3,3,3,.5);
    text-align: center;
}
.subscriber-add.wrong {
    color: #ffd500;
}
.section-content.detail .subscriber-add {
    padding-top: 20px;
}
.popup-form-box {
    min-height: 150px;
}
.popup-form-box .lead-list {
    margin: 0 auto !important;
}
.popup-form-box .lead-list > li:not(.hide) {
    display: inline-block;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
}
.popup-form-box .lead-form {
    margin-top: 24px;
}
.popup-form-box .rounded .input-style {
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
}
.popup-form-box .intl-tel-input {
    color: #000000;
}
.popup-form-box .footer-btn-box {
    margin-top: 20px;
}
.popup-form-box .rounded label.error {
    font-size: 13px;
    color: #ff0000;
}

.form-lead-box .icos-preloader-box,
#algo-popup-box .icos-preloader-box,
#algo-lead-box .icos-preloader-box {
    margin: 40px auto 0;
    width: 140px;
    height: 140px;
}
.form-lead-box .cssload-inner.cssload-one,
#algo-popup-box .cssload-inner.cssload-one,
#algo-lead-box .cssload-inner.cssload-one {
    border-bottom: 7px solid #E2E2E2;
}
.form-lead-box .cssload-inner.cssload-two,
#algo-popup-box .cssload-inner.cssload-two,
#algo-lead-box .cssload-inner.cssload-two {
    border-right: 7px solid #E2E2E2;
}
.form-lead-box .cssload-inner.cssload-three,
#algo-popup-box .cssload-inner.cssload-three,
#algo-lead-box .cssload-inner.cssload-three {
    border-top: 7px solid #E2E2E2;
}
.boxzilla {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.boxzilla-container {
    z-index: 2222;
}

.form-ebook-box {
    margin-top: 30px;
}
.form-ebook-box .input-style {
    font-size: 16px;
    border-color: #161616;
    border-width: 1px;
    color: #000000;
}
.form-ebook-box .input-style.error {
    border-color: red;
}
/*.form-ebook-box .input-style.valid:empty {*/
    /*border-color: #161616;*/
/*}*/
.form-ebook-box .input-style.valid {
    border-color: #06a906;
}
.form-ebook-box .footer-form-list {
    margin: 0 !important;
}
.form-ebook-box .footer-form-list > li {
    padding: 0 15px;
}
.form-ebook-box  ul.footer-form-list:not(.vc_chart-legend)  > li:before {
    content: none;
}
.form-ebook-box  ul.footer-form-list:not(.vc_chart-legend) > li {
    /*padding-left: 0;*/
}
.form-ebook-box .footer-btn-box {
    margin-top: 16px;
    padding-left: 0;
    text-align: center;
}
.form-ebook-box .subscriber-add {
    color: #009400;
    text-shadow: none;
}
.form-ebook-box .subscriber-add.wrong {
    color: #ff0000;
}
.form-ebook-box .cssload-inner.cssload-one,
.form-ebook-box #algo-lead-box .cssload-inner.cssload-one {
    border-bottom: 7px solid #2C4253;
}
.form-ebook-box .cssload-inner.cssload-two,
.form-ebook-box #algo-lead-box .cssload-inner.cssload-two {
    border-right: 7px solid #2C4253;
}
.form-ebook-box .cssload-inner.cssload-three,
.form-ebook-box #algo-lead-box .cssload-inner.cssload-three {
    border-top: 7px solid #2C4253;
}

@media (max-width: 540px) {
    .resp-form-title br {
        display: none;
    }
    .lead-list > li:not(.hide) {
        width: 100%;
        padding: 0 !important;
    }
    .lead-list {
        margin: 0 auto !important;
    }
    .lead-form .footer-btn-box {
        margin-top: 0;
    }
    .popup-form-box .lead-form .footer-btn-box {
        margin-top: 22px;
    }
}

.ico-banner-box {
    margin-top: 40px;
    padding: 25px 20px 40px;
    background-color: #F4F7FE;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
    .ico-banner-box .sidebar-title-box {
        border: none;
    }
        .ico-banner-box  .section-title {
            font-size: 34px;
            font-weight: 400;
            color: #505886;
            text-align: center !important;
        }
    .ico-banner-text {
        margin-top: 17px;
        font-size: 18px;
        color: #9A9DA4;
    }
    .ico-banner-list {
        margin-bottom: 26px !important;
        color: #595A77;
    }
    .ico-banner-list > li {
        position: relative;
        padding-left: 40px !important;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .ico-banner-list > li:before {
        content: none !important;
    }
        .ico-banner-list > li i {
            position: absolute;
            top: 50%;
            left: 0;
            font-size: 26px;
            padding-right: 10px;
            color: #27C690;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
    .ico-banner-btn-box {
        text-align: center;
    }
        .ico-banner-box a.btn .fas,
        .ico-banner-box .btn .fas,
        .btn .fa-chevron-right {
            padding-left: 4px;
            font-size: 15px;
            line-height: 17px;
        }


    .section-marketing-services {
        /*background-image: url(../img/space-2.jpg);*/
        /*background-color: #0c1b3e;*/
        background-image: none;
        background-color: transparent;
        background-attachment: fixed;
        color: #ffffff;
        text-align: center;
        padding: 55px 0 65px;
    }
        .section-marketing-services .container {
            position: relative;
            z-index: 3;
            max-width: 800px;
        }
            .section-marketing-services .section-title-box {
                margin-bottom: 30px;
            }
            .section-marketing-services .section-content {
                text-align: center;
                font-size: 24px;
                font-weight: 300;
            }
            .section-marketing-services .section-content:not(:last-child) {
                margin-bottom: 35px;
            }
                .section-marketing-services .btn {
                    padding: 12px 20px;
                    font-size: 20px;
                }
                .section-marketing-services .btn.blue:hover,
                .section-marketing-services .btn.blue:focus {
                    color: #ffffff;
                    background-color: #007ae0;
                }
                .light .section-marketing-services .btn {
                    font-size: 18px;
                }


    .light .section-trending {
        background-image: url(../img/light-redesign/trendings_bg.png);
        background-color: #f6fdff;
        background-position: center bottom;
        background-size: 100% auto;
    }
    .light .trending-gold .trending-box, 
    .light .trending-ico .trending-box {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #E2E2E2;
    }
    .section-similar-icos .trending-ico .trending-box,
    .sidebar .trending-ico .trending-box {
        background-color: #EBFAFF;
        color: #000000;
        border: 1px solid #E2E2E2;
    }
    .light .trending-img-wrap {
        border-color: #a5e9ff;
    }
    .light .section-trending .btn {
        box-shadow: none;
    }
    .light .trending-rating-value {
        color: #000000;
        background-color: #ffb927;
    }
    .light .trending-percentages {
        color: #2b9a3f;
        font-weight: 600;
    }
    .light .trending-percentages.red {
        color: #ff2525;
    }
    .light .section-marketing-services {
        /*background: transparent url(../img/light-redesign/front_hero_bg.jpg) no-repeat center;*/
        /*background-size: cover;*/
        /* background-attachment: fixed; */
    }
    .light .section-marketing-services,
    .light .section-marketing-services .section-title {
        color: #000000;
    }


/*-----------------------------SECTION-COUNTDOWN----------------------------------*/
.section-countdown {
    background-position: center;
    background-image: url(../img/detail_bg.png);
    background-color: #0c1b3e;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
    .section-countdown .container {}
    .countdown-list {
        margin: 0 -14px -28px;
        text-align: center;
    }
        .countdown-list > li {
            display: inline-block;
            width: 24%;
            width: -webkit-calc(25% - 4px);
            width: calc(25% - 4px);
            padding: 0 14px;
            margin-bottom: 28px;
            vertical-align: top;
        }
            .countdown-box {
                padding: 20px 10px 10px;
                text-align: center;
                background-color: #ededed;
                -webkit-border-radius: 6px;
                -khtml-border-radius: 6px;
                -moz-border-radius: 6px;
                -ms-border-radius: 6px;
                -o-border-radius: 6px;
                border-radius: 6px;
                cursor: pointer;
            }
            .countdown-box:hover .countdown-title {
                color: #FFB72B;
            }
            .countdown-box:hover .countdown-ico-logo-wrap {
                border-color: #FFB72B;
            }
            /*.countdown-box:hover  a.btn.green,*/
            /*.countdown-box:hover  .btn.green {*/
                /*color: #2cb839;*/
                /*border-color: #2cb839;*/
                /*background-color: transparent;*/
            /*}*/
                .countdown-box > a {
                    display: block;
                }
                .countdown-box > a:hover,
                .countdown-box > a:focus {
                    text-decoration: none;
                }
                .countdown-box > a:hover .countdown-ico-logo-wrap,
                .countdown-box > a:focus .countdown-ico-logo-wrap {
                    border-color: #FFB72B;
                }
                .countdown-box > a:hover .countdown-title,
                .countdown-box > a:focus .countdown-title {
                    color: #FFB72B;
                }
                /*.countdown-box > a:hover + .countdown-btn-box .btn.green,*/
                .countdown-box > a:focus + .countdown-btn-box .btn.green {
                    color: #2cb839;
                    border-color: #2cb839;
                    background-color: transparent;
                }
                .countdown-title-box {
                    display: table;
                    max-width: 460px;
                    width: 100%;
                    height: 50px;
                    margin: 0 auto 20px;
                    text-align: center;
                }
                .countdown-title {
                    display: table-cell;
                    width: 100%;
                    font-size: 20px;
                    line-height: 1.25;
                    vertical-align: middle;
                    -webkit-transition: 0.35s;
                    -khtml-transition: 0.35s;
                    -moz-transition: 0.35s;
                    -ms-transition: 0.35s;
                    -o-transition: 0.35s;
                    transition: 0.35s;
                }
                .countdown-box .countdown {
                    text-align: center;
                }
                .countdown-ico-logo-wrap {
                    overflow: hidden;
                    display: block;
                    width: 130px;
                    height: 130px;
                    line-height: 124px;
                    margin: 0 auto 16px;
                    text-align: center;
                    background-color: #ffffff;
                    border: 2px solid #ffffff;
                    -webkit-border-radius: 50%;
                    -khtml-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    -webkit-transition: 0.35s;
                    -khtml-transition: 0.35s;
                    -moz-transition: 0.35s;
                    -ms-transition: 0.35s;
                    -o-transition: 0.35s;
                    transition: 0.35s;
                }
                    .countdown-ico-logo-wrap img{
                        max-width: 100%;
                        max-height: 100%;
                        width: auto;
                        height: auto;
                        vertical-align: middle;
                    }
            .countdown-btn-box {
                margin-bottom: 10px;
            }
                .countdown-btn-box a.btn,
                .countdown-btn-box .btn {
                    min-width: 100px;
                    margin-left: 4px;
                    margin-bottom: 10px;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    font-size: 14px;
                    font-weight: 400;
                }
                    .countdown-btn-box a.btn br,
                    .countdown-btn-box .btn br {
                        display: none;
                    }
            .countdown-box .details {
                max-width: 460px;
                margin: 0 auto;
                height: 59px;
                font-size: 14px;
                text-align: left;
            }
            .countdown-box .details td:nth-child(2) {
                width: 100px;
            }
                .countdown-box .details td:nth-child(2) strong {
                    font-size: 14px;
                }
            .countdown-box .countdown > span {
                height: 50px;
                width: 50px;
                margin-right: 8px;
                font-size: 14px;
            }
            .countdown-box .countdown > :last-child {
                margin-right: 0;
            }
            .countdown-box .countdown > span.letter {
                font-size: 30px;
                line-height: 48px;
            }
            .countdown-box .countdown strong {
                margin-top: 0;
                font-size: 26px;
            }
            .countdown-box .countdown strong:after {
                width: 32px;
                margin-left: -16px;
            }

            .dark-style .countdown-box {
                color: #ffffff;
                background-color: #2C4253;
            }
            .dark-style .details td:nth-child(2) strong,
            .dark-style .countdown-title {
                color: #ffffff;
            }
            .dark-style .details tbody tr {
                border-color: #ffffff;
            }
            .dark-style .countdown-box > a:hover .countdown-title,
            .dark-style .countdown-box > a:focus .countdown-title {
                color: #FFB72B;
            }

            .countdown-preload.icos-preloader-box {
                width: 140px;
                height: 140px;
                margin: 20px auto;
            }
            .ajax-preload.icos-preloader-box {
                 width: 100px;
                 height: 100px;
                 margin: 20px auto;
             }

            .ajax-preload .cssload-inner.cssload-one,
            .countdown-preload .cssload-inner.cssload-one {
                border-bottom: 7px solid #ffffff;
            }

            .ajax-preload .cssload-inner.cssload-two,
            .countdown-preload .cssload-inner.cssload-two {
                border-right: 7px solid #ffffff;
            }

            .ajax-preload .cssload-inner.cssload-three,
            .countdown-preload .cssload-inner.cssload-three {
                border-top: 7px solid #ffffff;
            }
            .light .ajax-preload .cssload-inner.cssload-one {
                border-bottom: 7px solid #00AEFF;
            }

            .light .ajax-preload .cssload-inner.cssload-two {
                border-right: 7px solid #00AEFF;
            }

            .light .ajax-preload .cssload-inner.cssload-three {
                border-top: 7px solid #00AEFF;
            }

        .section-countdown .btn-box {
            margin-top: 40px;
            text-align: center;
        }
        .section-countdown .btn-box a.btn,
        .section-countdown .btn-box .btn {
            font-size: 16px;
            padding-top: 7px;
            padding-bottom: 7px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
        }
        /*.countdown-preload {*/
            /*display: none;*/
        /*}*/

.premium-list {
    margin: 0 -20px;
    text-align: center;
}
    .premium-list > li {
        display: inline-block;
        width: 32%;
        width: -webkit-calc(33.33% - 4px);
        width: calc(33.33% - 4px);
        padding: 0 20px !important;
        margin-bottom: 40px;
        text-align: center;
        vertical-align: top;
    }
    .premium-list > li:before {
        content: none !important;
    }
        .plan-box {
            position: relative;
            max-width: 365px;
            min-height: 793px;
            margin: 0 auto;
            padding: 140px 20px 100px;
            background-image: url(../img/platinum_top.png), url(../img/platinum_bottom.png);
            background-repeat: no-repeat, no-repeat;
            background-position: top center, bottom center;
        }
        .plan-box:after {
            position: absolute;
            z-index: -1;
            content: '';
            width: 100%;
            height: 70%;
            top: 50%;
            left: 0;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            background-color: #f1f1f1;
        }
        .plan-box.gold {
            background-image: url(../img/gold_top.png), url(../img/gold_bottom.png);
        }
        .plan-box.silver {
            background-image: url(../img/silver_top.png), url(../img/silver_bottom.png);
        }
            .plan-box > * {
                position: relative;
                z-index: 3;
            }
            .plan-header {
                overflow: hidden;
                height: 74px;
                margin-bottom: 8px;
                font-size: 20px;
                font-weight: 700;
            }
                .plan-header > * {
                    display: block;
                }
                .plan-name {
                    line-height: 1.1;
                }
                .plan-price {
                    font-size: 24px;
                    line-height: 1;
                }
            .plan-content {
                overflow: hidden;
                max-height: 445px;
                margin-top: 24px;
                font-size: 20px;
                text-align: left;
            }
                .plan-content ul > li {
                    margin-bottom: 20px;
                }
            .plan-btn-box {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 97px;
                padding: 10px;
                text-align: center;
            }
                .plan-btn-box a.btn,
                .plan-btn-box .btn {
                    padding: 13px 20px;
                    font-size: 20px;
                }




#premium-form {
    display: block;
}
.form-premium-wrap {
    max-width: 480px;
    margin: 30px auto 40px;
}
        .form-style {}
            .form-premium-wrap .form-style  li {
                margin-bottom: 20px;
                padding-left: 0 !important;
            }
            .form-premium-wrap .form-style  li:before {
                content: none !important;
            }
                .form-style .select-wrap:after {
                    right: 12px;
                    margin-top: -2px;
                }
                .form-style .select-wrap:before {
                    -webkit-border-radius: 0 5em 5em 0;
                    -moz-border-radius: 0 5em 5em 0;
                    border-radius: 0 5em 5em 0;
                }
                .form-style select {
                    padding-left: 15px;
                    font-size: 18px;
                    color: #9f9f9f;
                    font-weight: 400;
                    border: 1px solid #B2B2B2;
                    background-color: #EFEFEF;
                    -webkit-border-radius: 5em;
                    -moz-border-radius: 5em;
                    border-radius: 5em;
                }
                .form-style select.selected {
                    color: #000000;
                }
                .form-style select option {
                    color: #000000;
                }
                .premium-ico {
                    display: inline-block;
                    width: -webkit-calc(100% - 72px);
                    width: calc(100% - 72px);
                    padding-right: 20px;
                    vertical-align: top;
                }
                .premium-ico-img {
                    overflow: hidden;
                    display: inline-block;
                    width: 67px;
                    height: 67px;
                    color: #9f9f9f;
                    vertical-align: top;
                    background-color: #ffffff;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    line-height: 63px;
                    text-align: center;
                    border: 1px solid #b2b2b2;
                    -webkit-border-radius: 50%;
                    -khtml-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                }
                .premium-ico-img.text {
                    line-height: 67px;
                }
                    .premium-ico-img img {
                        max-width: 100%;
                        max-height: 100%;
                        width: auto;
                        height: auto;
                        vertical-align: middle;
                    }
                .woocommerce textarea.input-text,
                .form-style textarea.input-style {
                    min-height: 120px;
                    -webkit-border-radius: 6px;
                    -khtml-border-radius: 6px;
                    -moz-border-radius: 6px;
                    -ms-border-radius: 6px;
                    -o-border-radius: 6px;
                    border-radius: 6px;
                }
                .form-style input.error {
                    margin-bottom: 25px;
                }
                .form-style label.error {
                    position: absolute;
                    left: 0;
                    bottom: -15px;
                    width: 100%;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 1;
                    color: red;

                }
                #premium-form .footer-btn-box {
                    text-align: center;
                }
                a.btn.blue.inverse:hover,
                a.btn.blue.inverse:focus,
                .btn.blue.inverse:hover,
                .btn.blue.inverse:focus {
                    color: #f7f7f7;
                    border-color: #0074ad;
                    background-color: #0074ad;
                }
                #cursor-18px .nicescroll-cursors {
                    right: -18px;
                }
@media all and (max-width: 1024px) {
    .premium-list > li {
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
}
@media all and (max-width: 767px) {
    .premium-list {
        margin: 0 auto;
    }
    .premium-list > li {
        width: 100%;
        padding: 0 !important;
    }
    .plan-content {
        max-height: initial;
        min-height: 445px;
    }
}


.light #tooltip {
    color: #000000;
    background-color: #a5e9ff;
}
.light #tooltip:after {
    border-top-color: #a5e9ff;
}
#tooltip.top:after {
    border-bottom-color: #a5e9ff;
}
#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
#tooltip:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.trending-wrap {
    position: relative;
}
a.premium-btn,
.premium-btn {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    padding: 10px;
    color: #ffb927 !important;
}
    .premium-btn .fas {
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
        -webkit-transition: 0.35s;
        -moz-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
a.premium-btn:hover .fas,
a.premium-btn:focus .fas,
.premium-btn:hover .fas,
.premium-btn:focus .fas {
    font-weight: 700;
}
.trending-icos-box {
    overflow: hidden;
}
    .trending-icos-desc {
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }
    .trending-icos-desc p {
        margin-bottom: 10px;
    }
.services-box-header {
    margin-bottom: 23px !important;
}
    .services-box-header h1,
    .services-box-header h2,
    .services-box-header h3,
    .services-box-header h4,
    .services-box-header h5,
    .services-box-header h6 {
        display: inline-block;
        border-bottom: 3px solid #12A1FF;
    }
.services-box-type {
    padding: 4px 21px 3px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #ffffff;
    background-color: #12A1FF;
}

.step-go-list {
    counter-reset: myCounter;
    text-align: center;
    margin: 10px -10px -40px;
}
    .step-go-list > li {
        position: relative;
        display: inline-block;
        max-width: 200px;
        width: 19%;
        width: -webkit-calc(20% - 4px);
        width: calc(20% - 4px);
        margin-bottom: 40px;
        padding: 80px 10px 0;
        vertical-align: top;
    }
    .step-go-list > li:before,
    .section-content ul.step-go-list > li:before {
        position: absolute;
        counter-increment: myCounter;
        content:counter(myCounter);
        z-index: 3;
        top: 22px;
        left: 50%;
        width: 52px;
        height: 52px;
        font-size: 24px;
        line-height: 52px;
        color: #ffffff;
        text-align: center;
        background-color: #1185E0;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
        .step-go-list > li:after {
            position: absolute;
            z-index: 5;
            content: '';
            top: 0;
            right: 0;
            width: 99px;
            height: 29px;
            background-image: url(../img/step_go_1.png);
            background-position: center;
            /*background-size: contain;*/
            background-repeat: no-repeat;
            -moz-transform: translate(50%, 0);
            -ms-transform: translate(50%, 0);
            -webkit-transform: translate(50%, 0);
            -o-transform: translate(50%, 0);
            transform: translate(50%, 0);
        }
        .step-go-list > li:nth-child(even):after {
            background-image: url(../img/step_go_2.png);
        }
        .step-go-list > li:nth-child(5n + 5):after {
            content: none;
        }
        .step-go-list > li:last-child:after {
            content: none !important;
        }
        .step-go-box {
            max-width: 180px;
            margin: 0 auto;
            line-height: 1.2;
            text-align: center;
        }
.rating-services-box {
    overflow: hidden;
}
    .rating-services-img-wrap {
        float: left;
        margin-right: 30px;
    }
        .rating-services-img-wrap img {}
        .rating-services-desc {
            overflow: hidden;
            padding: 4px 15px;
            font-size: 16px;
            line-height: 1.2;
            letter-spacing: -.02em;
            color: #000000;
            background-color: #F6F6F6;
        }
        .rating-services-desc  p {}
.our-services-bg {
    background-image: url(../img/our_services_bg_1.png);
    background-position: -3px 5px;
    /*background-size: contain;*/
    background-repeat: no-repeat;
}

@media all and (max-width: 1024px) {
    .step-go-list > li {
        width: 24%;
        width: -webkit-calc(25% - 4px);
        width: calc(25% - 4px);
    }
    .step-go-list > li:nth-child(5n + 5):after {
        content: '';
    }
    .step-go-list > li:nth-child(4n + 4):after {
        content: none;
    }
    .rating-services-img-wrap {
        float: none;
        margin-bottom: 10px;
        min-height: 80px;
        line-height: 80px;
    }
    .rating-services-img-wrap img {
        vertical-align: middle;
    }
}
@media all and (max-width: 767px) {
    .trending-icos-desc {
        font-size: 14px;
    }
    .step-go-list > li {
        width: 32%;
        width: -webkit-calc(33% - 4px);
        width: calc(33% - 4px);
    }
    .step-go-list > li:nth-child(4n + 4):after {
        content: '';
    }
    .step-go-list > li:nth-child(3n + 3):after {
        content: none;
    }
    .rating-services-img-wrap {
        float: left;
        margin-bottom: inherit;
        min-height: inherit;
        line-height: inherit;
    }
    .rating-services-box {
        margin-left: -15px;
        margin-right: -15px;
    }
    .mob-reset-margin > .vc_column-inner{
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media all and (max-width: 580px) {
    .step-go-list > li {
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .step-go-list > li:nth-child(3n + 3):after {
        content: '';
    }
    .step-go-list > li:nth-child(even):after {
        content: none;
    }
}
@media all and (max-width: 420px) {
    .rating-services-img-wrap {
        float: none;
        margin-bottom: 10px;
    }
}

/*----------FOR-SOCIAL-STATS------------*/
.twitter-statistic-box {
    overflow: hidden;
    margin: 60px 0;
    max-width: 650px;
}
    a.statistic-title,
    .statistic-title {
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
        color: #000000;
    }
    a.statistic-title:hover,
    a.statistic-title:focus,
    .statistic-title:hover,
    .statistic-title:focus {
        color: #ff9900;
        text-decoration: none;
    }
        a.statistic-title .fas,
        .statistic-title .fas {
            font-size: 14px;
            padding-left: 10px;
        }
    .twitter-chart-box {
        float: left;
        position: relative;
        width: 60%;
        max-width: 360px;
        height: 180px;
    }
    .twitter-charts-nav {
        float: right;
        width: 40%;
        padding-left: 20px;
        padding-top: 5px;
    }
        .twitter-charts-nav > div:not(:last-child) {
            margin-bottom: 10px;
        }
        .social-nav-table {
            display: table;
            width: 100%;
        }
            .social-nav-cell {
                display: table-cell;
                width: 50%;
                vertical-align: middle;
            }
                .social-nav-cell a,
                .social-nav-cell span {
                    position: relative;
                    padding: 4px 0;
                    font-size: 18px;
                    line-height: 1;
                    color: #000000;
                }
                .social-nav-cell span {
                    padding: 4px 5x;
                }
                .social-nav-cell a:after {
                    position: absolute;
                    content: '';
                    left: 0;
                    bottom: 2px;
                    width: 100%;
                    height: 2px;
                    border-bottom-width: 2px;
                    border-bottom-style: dashed;
                    border-bottom-color: #000000;
                    -webkit-transition: 0.35s;
                    -moz-transition: 0.35s;
                    -o-transition: 0.35s;
                    transition: 0.35s;
                }
                .social-nav-cell a:hover,
                .social-nav-cell a:focus {
                    text-decoration: none;
                }
                .social-nav-cell a:hover:after,
                .social-nav-cell a:focus:after,
                .social-nav-cell a.active:after {
                    border-bottom-style: solid;
                    border-bottom-color: #2cb839;
                }
@media all and (max-width: 540px) {
    .twitter-charts-nav {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .twitter-chart-box {
        float: none;
        width: 100%;
    }
    .social-nav-table {
        max-width: 300px;
    }
}


body:not(.logged-in) .wp-editor-tabs,
body:not(.logged-in) .quicktags-toolbar {
    display: none;
}
body:not(.logged-in) div.mce-fullscreen {
    z-index: 9999;
}
.register-group-box {
    margin-bottom: 40px;
}
.register-ico-list {}
    .register-ico-list > li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0 !important;
    }
    .register-ico-list > li:last-child {
        margin-bottom: 0;
    }
    .register-ico-list > li:before {
        content: none !important;
    }
    .two-coll-list {
        margin: 0 -15px;
    }
        .two-coll-list > li:before {
            content: none !important;
        }
        .two-coll-list > li {
            display: inline-block;
            width: 49%;
            width: -webkit-calc(50% - 3px);
            width: calc(50% - 3px);
            padding: 0 15px !important;
            vertical-align: top;
        }
        .input-style.other-field {
            display: none;
            margin-top: 15px !important;
        }
    .milestones-input-list {
        position: relative;
        margin: 0 -15px;
    }
        .milestones-input-list > li:before {
            content: none !important;
        }
        .milestones-input-list > li {
            display: inline-block;
            width: 32%;
            width: -webkit-calc(33.33% - 4px);
            width: calc(33.33% - 4px);
            padding: 0 15px !important;
            margin-bottom: 20px;
            vertical-align: top;
        }
        .milestones-input-list > li:nth-child(1) {
            width: 19%;
            width: -webkit-calc(20% - 4px);
            width: calc(20% - 4px);
        }
        .milestones-input-list > li:nth-child(2) {
            width: 59%;
            width: -webkit-calc(60% - 4px);
            width: calc(60% - 4px);
        }
        .milestones-input-list > li:nth-child(3) {
            width: 19%;
            width: -webkit-calc(20% - 4px);
            width: calc(20% - 4px);
        }
        .milestones-input-list > li:nth-child(4) {
            width: 100%;
            text-align: right;
        }
        .upload-img {
            display: none;
        }
        a.upload-btn,
        .upload-btn {
            margin-left: 20px;
        }
        .ico-upload-img-wrap img {
            margin: 20px auto;
        }

.input-style.hide {
    display: none;
}
.sendgrid-form-list {}
    .sendgrid-form-list > li {
        position: relative;
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .sendgrid-form-list > li:before {
        content: none !important;
    }
    .sendgrid-form-list .intl-tel-input.separate-dial-code .selected-flag {
        border-radius: 2em 0 0 2em;
    }
    .sendgrid-form-list .intl-tel-input .country-list {
        overflow-x: hidden;
        max-width: 340px;
    }
    .sendgrid-form-list .intl-tel-input .country-list > li:before {
        content: none !important;
    }
.form-ebook-box {
    max-width: 260px;
}
    .form-lead-box .input-style {
        background-color: #ffffff;
    }
    .form-ebook-box .input-style {
        background-color: #ffffff;
        border: none;
        border-bottom: 1px solid #909090;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .form-ebook-box .sendgrid-form-list .intl-tel-input.separate-dial-code .selected-flag {
        background-color: transparent;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .form-lead-box .sendgrid-form-list .intl-tel-input .country-list,
    .popup-form-box .sendgrid-form-list .intl-tel-input .country-list,
    .form-ebook-box .sendgrid-form-list .intl-tel-input .country-list {
        max-width: 260px;
    }
    .form-lead-box .footer-btn-box,
    .form-ebook-box .footer-btn-box {
        margin-top: 20px;
    }
    .intl-tel-input {
        width: 100%;
    }
    .intl-tel-input .selected-flag {
        padding-right: 15px !important;
    }
    .popup-form-box,
    .form-lead-box {
        max-width: 260px;
        margin: 0 auto;
    }
    .form-lead-box .form-style label.error {
        color: #f1c22a;
    }
    .form-lead-box .input-style.error{
        border-color: red;
    }
    .form-lead-box .input-style.valid{
        border-color: #007b00;
    }
    .iti-mobile .intl-tel-input.iti-container {
        position: fixed;
        z-index: 9999999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }


.particle-wrap {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.preloader-box {
    position: relative;
    max-width: 200px;
    width: 100%;
    height: 200px;
    margin: 0 auto;
}
.preloader-box-text {
    font-size: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
    text-align: center;
}
.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}
.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #ffffff;
    transform: translateX(-50%);
    border-radius: 50%;
}
.form-ebook-box .preloader div:before {
    background-color: #5dc6f0;
}
.popup-form-box .preloader div:before {
    background-color: #ffb72b;
}
.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    102% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.live-list .preloader-box {
    max-width: 100px;
    height: 100px;
}
    .live-list .preloader {
        width: 50px;
        height: 50px;
    }
        #ajax-register-box .preloader div:before,
        #ajax-stats .preloader div:before,
        .live-list .preloader div:before {
            background-color: #12A1FF;
        }
.register-ico-btn-box {
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: center;
}
.register-group-box {
    margin-top: 0;
    margin-bottom: 0;
}
.register-step-text {
    font-size: 20px;
    padding: 30px 0 50px;
}
.ico-logo-input-box {
    padding: 20px 0 15px;
}
.ico-logo-input-box > label {
    display: inline-block !important;
}

.upload-img {
    display: none;
}
a.upload-btn,
.upload-btn {
    margin-left: 0;
}
.ico-upload-img-wrap {
    text-align: center;
}
.ico-upload-img-wrap img {
    display: block;
    margin: 20px 0;
    max-width: 100%;
    max-height: 300px;
    cursor: pointer;
}
.ico-upload-img-wrap img[src=""] {
    display: none;
    margin: 0;
}
.ico-img-box:not(.show) .remove-img {
    display: none;
    margin: 0;
}
.ico-upload-img-box {
    max-width: 400px;
    text-align: center;
}
.member-avatar-box {
    display: inline-block;
    width: 270px;
    padding-right: 30px;
    vertical-align: top;
}
.member-input-list {
    display: inline-block;
    width: calc(100% - 276px);
    vertical-align: top;
}
.member-input-list > li:before {
    content: none !important;
}
.member-input-list > li {
    display: inline-block;
    width: 100%;
    padding-left: 0 !important;
}
.member-input-list > li:not(:last-child) {
    margin-bottom: 20px;
}
.ico-upload-img-wrap.member-img-box {
    margin-top: 20px;
    cursor: pointer;
}
.ico-upload-img-wrap.member-img-box img {
    margin: auto;
    max-height: initial;
    max-width: 100%;
}
.milestone-btn-box,
.member-btn-box {
    position: relative;
    text-align: right;
}
.milestone .ico-upload-img-wrap img {
    max-width: 100%;
}
.milestone-btn-box a.btn,
.milestone-btn-box .btn,
.member-btn-box a.btn,
.member-btn-box .btn {
    position: absolute;
    top: 10px;
    right: 25px;
}
a.btn.red,
.btn.red {
    color: #ffffff;
    background-color: #ec0606;
    border-color: #ec0606;
    background-image: -webkit-linear-gradient(top,rgba(44,66,83,.2) 0,rgba(44,66,83,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(44,66,83,.2) 0,rgba(44,66,83,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(44,66,83,.2) 0,rgba(44,66,83,.01) 100%);
}
a.btn.red:hover,
a.btn.red:focus,
.btn.red:hover,
.btn.red:focus {
    color: #ec0606;
    border-color: #ec0606;
    background-color: transparent;
}
a.btn.red.inverse:hover,
a.btn.red.inverse:focus,
.btn.red.inverse:hover,
.btn.red.inverse:focus {
    color: #f7f7f7;
    border-color: #ac0202;
    background-color: #ac0202;
}
.register-ico-list li.clone-box {
    display: none;
}
.upload-img-nav {
    position: relative;
    display: block;
    max-width: 140px;
    padding-right: 40px;
}
a.remove-img,
.remove-img {
    position: absolute;
    top: 4px;
    right: 0;
    display: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
a.remove-img.show,
.remove-img.show {
    display: block;
}
a.remove-img:before,
a.remove-img:after,
.remove-img:before,
.remove-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #000000;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
a.remove-img:before,
.remove-img:before {
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
a.remove-img:after,
.remove-img:after {
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

a.remove-img:hover:before,
a.remove-img:hover:after,
a.remove-img:focus:before,
a.remove-img:focus:after,
.remove-img:hover:before,
.remove-img:hover:after,
.remove-img:focus:before,
.remove-img:focus:after {
    background-color: #ec0606;
}
.tab-box {
    border: 2px solid #efefef;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.tab-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #dfffe8;
    text-align: center;
    /*border-bottom: 2px solid #efefef;*/
}
.tab-header > span {
    display: table-cell;
    padding: 5px 10px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
}
.tab-header > span:hover,
.tab-header > span:focus,
.tab-header > span.active {
    text-decoration: none;
    background-color: #ffffff;
}
.tab-header > span span:not(:empty) {
    padding-left: 5px;
    font-size: 16px;
    color: red;
}
.tab-content {
    display: none;
    padding: 40px 30px;
}
.tab-content.show {
    display: block;
}
.milestone .register-ico-list > li,
.team .register-ico-list > li {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #efefef;
}
#register-errors:empty {
    display: none;
}
#register-errors {
    margin-bottom: 16px;
    font-size: 16px;
    color: red;
}
.register-group-box .form-style #editico.error,
.register-group-box .form-style input.error,
.register-group-box .form-style textarea.error {
    margin-bottom: 10px;
}
.register-group-box .form-style label {
    position: relative;
    display: block;
}
.register-group-box .form-style .upload-img.error {
    bottom: -18px;
}
.register-group-box .form-style label.error {
    position: absolute;
    bottom: -20px;
}
.reg-contact-email {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 2px solid #efefef;
}
.reg-contact-email label {
    font-size: 17px;
}
.optional {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce .optional {
    display: inline-block;
}
.register-group-box .wp-editor-container {
    position: relative;
    margin-bottom: 10px;
}
.register-group-box .form-style .wp-editor-container label.error {

}
.ico-logo-input-box a.btn,
.ico-logo-input-box .btn,
.team .register-ico-list a.btn,
.team .register-ico-list .btn,
.milestone .register-ico-list a.btn,
.milestone .register-ico-list .btn {
    box-shadow: none;
}
.milestone-btn-box a.btn:before,
.milestone-btn-box a.btn:after,
.milestone-btn-box .btn:before,
.milestone-btn-box .btn:after,
.member-btn-box a.btn:before,
.member-btn-box a.btn:after,
.member-btn-box .btn:before,
.member-btn-box .btn:after {
    position: absolute;
    content: '';
    top: 0;
    width: 9px;
    height: 100%;
    background-color: #ffffff;
}
.milestone-btn-box a.btn:before,
.milestone-btn-box .btn:before,
.member-btn-box a.btn:before,
.member-btn-box .btn:before {
    left: -10px;
}
.milestone-btn-box a.btn:after,
.milestone-btn-box .btn:after,
.member-btn-box a.btn:after,
.member-btn-box .btn:after {
    right: -10px;
}
.banner-ico {
    max-width: 480px;
    margin: 0 auto 30px;
    text-align: center;
}
.banner-ico a:hover,
.banner-ico a:focus {
    opacity: 0.8;
}
.banner-ico img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.home .banner-ico,
.sidebar .banner-ico {
    margin-bottom: 40px;
}
.page-rating-box {}
.narrow-content .page-rating-box .container,
.page-rating-box .container {
    position: relative;
    max-width: 1210px;
}
.page-rating-box .kk-star-ratings {
    position: absolute;
    right: 0;
    top: 0;
}
@media all and (max-width: 1024px) {
    .milestones-input-list > li:nth-child(1) {
        width: 29%;
        width: -webkit-calc(30% - 4px);
        width: calc(30% - 4px);
    }
    .milestones-input-list > li:nth-child(2) {
        width: 69%;
        width: -webkit-calc(70% - 4px);
        width: calc(70% - 4px);
    }
    .milestones-input-list > li:nth-child(3) {
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .page-rating-box {
        margin-bottom: 20px;
    }
    .narrow-content .page-rating-box .container,
    .page-rating-box .container {
        overflow: hidden;
    }
    .page-rating-box .kk-star-ratings {
        position: relative;
        float: right;
    }
}
@media all and (max-width: 767px) {
    .tab-header > span {
        padding: 10px;
        font-size: 18px;
        line-height: 1;
    }
    .two-coll-list {
        margin: 0;
    }
    .two-coll-list > li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .two-coll-list > li:last-child {
        margin-bottom: 0;
    }
    .milestones-input-list {
        margin: 0;
    }
    .milestones-input-list > li {
        width: 100% !important;
        padding: 0 !important;
    }
    .tab-content {
        padding: 30px 15px;
    }
    .member-avatar-box {
        display: block;
        max-width: 270px;
        width: 100%;
        padding-right: 0;
    }
    .member-input-list {
        display: block;
        width: 100%;
    }
    .two-coll-list > li label.error,
    .milestones-input-list > li label.error {
        left: 0;
    }
}
@media all and (max-width: 540px) {
    .tab-header > span {
        display: inline-block;
        width: 100%;
    }
}

#boxzilla-83314 {
    max-width: 300px;
    width: 100%;
    padding: 0;
}
#boxzilla-83314 .donation-box .donate-adress {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: auto;
}
#boxzilla-83314 .boxzilla-close-icon {
    right: 4px;
    top: 4px;
    color: #ffffff;
}
#boxzilla-83314 .donation-box .qr {
    top: 68px;
}
a.donate-btn,
.donate-btn {
    position: absolute;
    top: 7px;
    right: 300px;
}
.home a.donate-btn,
.home .donate-btn {
    right: 20px;
}
.home .mobile-menu-wrap a.donate-btn,
.home .mobile-menu-wrap .donate-btn,
.mobile-menu-wrap a.donate-btn,
.mobile-menu-wrap .donate-btn {
    display: none;
}
@media all and (max-width: 1024px) {
    a.donate-btn, .donate-btn {
        top: 17px;
        right: 395px;
    }
    .home a.donate-btn,
    .home .donate-btn {
        right: 200px;
    }
}
@media all and (max-width: 767px) {
    .home a.donate-btn, .home .donate-btn,
    a.donate-btn, .donate-btn {
        display: none;
    }
    .home .mobile-menu-wrap a.donate-btn,
    .home .mobile-menu-wrap .donate-btn,
    .mobile-menu-wrap a.donate-btn,
    .mobile-menu-wrap .donate-btn {
        display: block;
        position: relative;
        top: initial;
        right: initial;
        max-width: 80px;
        margin: 25px auto 0;
    }
}

a.mail-to,
.mail-to {
    position: relative;
    display: block;
    margin: 10px auto 0;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 21px;
    width: 140px;
}
a.mail-to span,
.mail-to span {
    position: relative;
    z-index: 2;
    padding: 2px 10px;
}
a.mail-to:before,
.mail-to:before {
    content: '';
    background: transparent url(https://icocalendar.us/images/gray-arrow.png) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
}
a.mail-to:hover,
a.mail-to:focus,
.mail-to:hover,
.mail-to:focus {
    text-decoration: none;
    color: #15A0FF;
}
#give-gateway-radio-list > li:before {
    content: none;
}
.give-donation-amount,
#give-amount-text,
#give-donation-level-button-wrap,
#give-ico-id-wrap {
    display: none;
}
.give-submit-button-wrap,
[id^=give-user-login-submit] {
    text-align: center;
}
.give-submit-button-wrap .give-submit,
[id^=give-user-login-submit] .give-submit {
    float: none;
}
form[id*=give-form] .give-loading-animation {
    float: none;
    margin: 20px auto 0;
}
#ajax-register-box .intl-tel-input .country-list li:before,
.woocommerce ul.order_details li:before,
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li {
    content: none !important;
}
.section-content .woocommerce ul.order_details li {
   padding-left: 0;
}
.ico-banner-box.holdy {
    text-align: center;
}
.holdy-logo-wrap {
    max-width: 300px;
    margin: 0 auto 20px;
}
    .coinzilla-box {
        margin: -20px auto 30px;
        text-align: center;
    }
/*.cart-subtotal,*/
.woocommerce-message {
    display: none;
}
.woocommerce form .form-row .required {
    text-decoration: none;
}
.woocommerce-notice {
    padding: 10px 0 50px;
    text-align: center;
    font-size: 20px;
}
.woocommerce-table a {
    color: #000;
}
.woocommerce-table a:hover,
.woocommerce-table a:focus {
    text-decoration: none;
}
.woocommerce-thankyou-order-details + p {
    margin-bottom: 50px;
}
.ico-banner-box.indacoin {
    background-color: #00174c;
}
    .indacoin-logo-box {
        max-width: 300px;
        margin: 0 auto 20px;
        text-align: center;
    }
        .indacoin-logo-box svg {
            max-width: 100%;
        }
    .ico-banner-box.indacoin .section-title-box {
        padding-bottom: 10px;
        text-align: center;
    }
    .ico-banner-box.indacoin .section-title {
        color: #f0fbf4;
    }

.indacoin-box {
    margin-top: 40px;
}
    .indacoin-box iframe {
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }
.wpcf7-form-control-wrap .intl-tel-input .country-list .country:before {
    content: none !important;
}


.boxzilla-top-left-container {
    z-index: 999999;
}
.boxzilla-privacy-policy {
    padding: 20px;
}
.boxzilla-privacy-policy.boxzilla-top-left {
    border-top: 0 !important;
    border-left: 0 !important;
}
.boxzilla-privacy-policy .boxzilla-content h3:not(:last-child) {
    margin-bottom: 5px;
}

.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel]
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 103px;
}
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 95px;
}
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.form-list .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.form-style .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 87px;
}


.no-vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
}
.full-width-calendar {
    position: relative;
    min-width: 320px;
    height: 1400px;
}
.full-width-calendar > iframe {
    padding-bottom: 50px;
}

.section-trending + .section-free-consultation {
    background: #d1f4ff; /* Old browsers */
    background: -moz-linear-gradient(top, #d1f4ff 0%, #f9fdff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d1f4ff 0%,#f9fdff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d1f4ff 0%,#f9fdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1f4ff', endColorstr='#f9fdff',GradientType=0 ); /* IE6-9 */
    padding-top: 0;
}
.section-marketing-services.section-free-consultation .container {
    max-width: 760px;
}
.section-free-consultation .section-title-box {
    margin-bottom: 25px;
}
.section-free-consultation .section-title {
    font-size: 34px;
}

.section-who-we-are {
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #efefef 33%, #dfffe8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #efefef 0%,#efefef 33%,#dfffe8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #efefef 0%,#efefef 33%,#dfffe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dfffe8',GradientType=0 ); /* IE6-9 */
}
.who-we-are {
    padding: 20px 0 0;
    margin: 0 -15px -20px;
    text-align: center;
}
.who-we-are > li {
    display: inline-block;
    width: 33%;
    padding: 0 15px 40px;
    vertical-align: top;
}
.who-we-are .photo {
    display: block;
    position: relative;
    width: 280px;
    max-width: 100%;
    margin: 0 auto 25px;
    text-align: center;
}
.who-we-are .photo .member-img-box {
    margin: 0 auto;
}
.who-we-are .photo .member-img-inner {
    width: 200px;
    height: 200px;
}
.who-we-are .about {

}
.who-we-are .about .title {
    margin-bottom: 10px;
    font: 600 24px/1.2 "Evolventa-Bold", Arial, sans-serif;
    color: #000000;
}
.who-we-are .about .sub-title {
    display: block;
    font-size: 17px;
    margin-bottom: 12px;
}
.who-we-are .about .text {
    margin-top: 20px;
    margin-bottom: 15px;
}
.who-we-are .about .text > * {
    margin-bottom: 5px;
}
.who-we-are .about .text > :last-child {
    margin-bottom: 0;
}
.who-we-are .about > :last-child {
    margin-bottom: 0;
}
.who-we-are .member-social {
    margin-bottom: 0 !important;
}
.who-we-are .member-social > li:not(:only-child) {
    padding: 0 8px;
}
.who-we-are .member-social a:focus,
.who-we-are .member-social a:hover {
    text-decoration: none;
}
.who-we-are .member-social .fab,
.who-we-are .member-social .icon {
    font-size: 35px;
    line-height: 34px;
}
.who-we-are .member-social .icon {
    font-size: 31px;
}
.icon-icobench-icon:before {
  content: "\e900";
}
@media all and (max-width: 1024px) {
    .who-we-are > li {
        width: 49%;
    }
}
@media all and (max-width: 640px) {
    .who-we-are > li {
        width: 100%;
    }
}