html, body {
    -webkit-font-smoothing: antialiased;
}

.header {
    height: 100%;
}

.banner {
    min-height: 530px;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-wrapper {
    position: relative;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-wrapper .banner-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
}

.banner-wrapper .banner-text{
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: 300;
}

.btn-container {
    display: inline-flex;
    margin-top: 40px;
    width: 100%;
    justify-content: center;
}

.blue-btn {
    display: block;
    max-width: 262px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    min-height: 60px;

    text-align: center;
    border-radius: 5px;
    line-height: 24px;
    background-color: #1A9FE0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease-in;
}

.flex-container {
    display: flex;
    margin-top: 25px;
    max-width: 230px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 480px){
    .flex-container {
        /*max-width: 100%;*/
    }
}

.blue-btn:hover {
    box-shadow: 0 10px 25px 0 rgba(44,123,135,0.58);
}

.blue-btn__outline {
    border: 1px solid #1A9FE0;
    color: #1A9FE0;
    background-color: transparent;
    box-shadow: none;
    position: relative;
}

.btn-container .blue-btn:first-child {
    margin-right: 40px;
}

.banner-wrapper > .banner-block:first-child {
    flex: 1 25%;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
}

.steps-section {
    margin-top: 70px;
    margin-bottom: 70px;
}

.landing-title {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    line-height: 54px;
    color: #000;
    margin: 0;
}

.landing-title span {
    color: #1A9FE0;
}

.steps-wrapper {
    max-width: 880px;
    width: 100%;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    overflow: visible;
    margin-top: 45px;
    align-items: flex-start;
    position: relative;
}

.steps-wrapper::before {
    content: url("../img/step-arrow.html");
    position: absolute;
    left: 33.3333%;
    top:35px;
    transform: translateX(-100%);
}

.steps-wrapper::after {
    content: url("../img/step-arrow.html");
    position: absolute;
    right: 33.3333%;
    top:35px;
    transform: translate(100%, 25%) rotateX(180deg);
}

.steps-wrapper .step-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 200px;
    position: relative;
}

.icon-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.steps-wrapper .step-block .number {
    top: -15px;
}

.steps-wrapper .step-block .desc {
    font-size: 24px;
    color: #2B2D33;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
}

.steps-wrapper .step-block .info {
    visibility: hidden;
    opacity: 0;
    width: 295px;
    padding: 15px 20px;
    background: #FFFFFF;
    box-shadow: 0 20px 40px 15px rgba(171,172,172,0.25);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 5;
    transition: all .3s ease-in;
}

.steps-wrapper .step-block .info::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #fff transparent;
    top:0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps-wrapper .step-block .info .info-title {
    font-size: 20px;
    color: #373D42;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}


.info-desc {
    font-weight: 300;
    font-size: 15px;
    color: #AAAAAA;
    letter-spacing: 0.38px;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}

.calculator-section {
    margin-top:95px;
    margin-bottom: 95px;
    background-color: #EEF4F7;
    padding-top: 100px;
    padding-bottom: 70px;
}

.calculator-wrapper .calculator-block .main-hd {
    margin-bottom: 30px;
    font-size: 48px;
    color: #000000;
    letter-spacing: 1.2px;
    line-height: 54px;
    font-weight: 300;
}

.calc-wrapper .calc-block .jq-selectbox__select, .calc-wrapper .calc-block .money-input, .calc-wrapper .calc-block .jq-selectbox {
    max-width: 295px;
}

.calc-wrapper .calc-block:first-child {
    margin-right: 55px;
}

.calculator-wrapper .calculator-block:first-child {
    flex: 1 58.3333%;
}

.calculator-wrapper .calculator-block:nth-child(2) {
    flex: 1 41.6667%;
    padding-top: 0;
}

.calc-wrapper .calc-block .jq-selectbox__dropdown {
    max-width: 295px;
}

.jq-selectbox li:hover {
    background-color: #1A9FE0;
    color: #fff!important;
}

.calculator-wrapper .calculator-block:nth-child(2) {
    padding-left: 55px;
}

.calculator-block .year-income {
    width: 380px;
    height: 210px;
    background-image: none;
    background-color: #1A9FE0;
    box-shadow: -30px 30px 40px 0 rgba(123,141,144,0.25);
    top: 10px;
    /*left: 278px;*/
    left: 100%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    border-radius: 6px;
    padding: 60px;
}

.calculator-block .income li {
    line-height: 30px;
}

.calculator-block .year-income span {
    line-height: 56px;
}

.contracts-wrapper .contracts-block:first-child {
    padding-top: 100px;
}

.contracts {
    background: unset;
    min-height: unset;
}

.contracts-tab-wrapper {
    margin-top: 55px;
    display: flex;
}

.contracts-tab-wrapper .contracts-tab {
    opacity: 0.5;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.contracts-tab-wrapper .active-tab {
    color: #1A9FE0;
    opacity: 1;
}

.contracts-tab-wrapper .contracts-tab:not(:last-child) {
    margin-right: 20px;
}

.contracts-main-title ul li {
    position: relative;
    color: #666666;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    padding: 19px 0;
    letter-spacing: 0.43px;
}

.contracts-slider {
    max-width: 900px;
}

.contracts-slider .contract-block {
    max-width: 300px;
}

.contracts-slider .contract .title {
    font-weight: 500;
    color: #373D42;
    letter-spacing: 0.6px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
}
.contracts-slider .contract {
    padding: 40px 25px;
}

.contracts-slider .contract ul li {
    text-align: center;
    font-size: 17px;
    color: #666666;
    letter-spacing: 0.43px;
    line-height: 30px;
}

.contracts-slider .contract .title .point {
    padding: 0 5px;
    line-height: 17px;
    right: -20px;
    letter-spacing: 0.45px;
}

.contracts-slider .contract .calc {
    max-width: unset;
    color: #373D42;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 26px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
}

.contracts-slider .contract .buy {
    margin-left: auto;
    margin-right: auto;max-width: 165px;
}

.contracts-slider .contract .blue-btn {
    font-size: 15px;
    color: #1A9FE0;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    padding-left: 38px;
    padding-right: 38px;
}

.contracts-slider .contract:hover .blue-btn {
    background-color: #1A9FE0;
    color: #fff;
    box-shadow: unset;
}

.blue-section {
    background: #019ee3;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    margin-top: 100px;
}

.statistic-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stat-item {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 30px
}

.stat-img {
    height: 85px;
    margin-bottom: 10px
}

.stat-img img {
    vertical-align: middle
}

.fs48 {
    font-size: 48px;
}

.fs18 {
    font-size: 18px;
}

.stat-value {
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
}

.stat-text {
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 300;
}

.pay-section {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.pay-section .pay-title {
    font-size: 24px;
    color: #373D42;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    margin-top: 50px;
}

.pay-section .pay-title span {
    display: block;
    font-weight: 400;
}

.pay-sys-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 790px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.pay-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 30px;
}

.pay-col img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.news-section {
    margin-top: 100px;
    margin-bottom: 60px;
}

.post-slider {
    margin-top: 50px;
    position: relative;
}

.slider-prev-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%) rotate(180deg);
    left: 30px;
    width: 60px;
    height: 60px;
    border: 4px solid #1A9FE0;
    background-color: #fff;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}

.slick-disabled {
    opacity: .5;
}

.slider-prev-arrow::after {
    position: absolute;
    content: url("../img/icons/slider-arrow.html");
    top:0; left: 0;
    transform: translate(150%, 50%);
}

.slider-next-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 30px;
    width: 60px;
    height: 60px;
    border: 4px solid #1A9FE0;
    border-radius: 50%;
    background-color: #fff;
    z-index: 5;
    cursor: pointer;
}

.slider-next-arrow::after {
    position: absolute;
    content: url("../img/icons/slider-arrow.html");
    top:0; left: 0;
    transform: translate(150%, 50%);
}

.post-item {
    max-width: 880px;
    width: 100%;
    padding: 50px 45px;

    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(171,172,172,0.25);
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.post-logo_img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.post-item .post-title {
    font-size: 24px;
    color: #373D42;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}

.post-item .post-date {
    font-size: 18px;
    color: #1A9FE0;
    text-align: center;
    line-height: 36px;
    font-weight: 300;
    margin-top: 10px;
}

.post-item .post-preview {
    font-size: 18px;
    color: #373D42;
    text-align: center;
    line-height: 26px;
    font-weight: 300;
}


.footer {
    background: #2b2d33;
    color: #fff;
    font-size: 14px;
    padding: 80px 0 30px
}

.footer .row {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer .float-left {
    margin-top: 13px
}

.footer .soc-list {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0
}

.footer .soc-list li {
    list-style: none;
    padding-right: 10px
}

.footer p {
    margin-bottom: 55px;
    color: #1A2064;
    line-height: 1.5;
    font-size: 12px
}

.footer a {
    color: #8a8a8d;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}

 

.footer-column ul {
    list-style: none;
    padding-left: 0
}

.footer-column ul li {
    padding-right: 30px;
    margin-bottom: 15px
}

.footer-column ul li a {
    font-size: 18px;
    color: #1A2064;
    text-decoration: none;
    line-height: 18px
}

.footer-column ul li a:hover {
    color: #019ee3
}

.footer-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
    margin-right: -15px;
    margin-left: -15px
}

.footer-cols .row-6 {
    padding: 0 15px
}

.prize{
    margin-bottom: 30px;
    padding-top: 100px;
    background: url(../img/yellow_back_glow.html) 50% 0 no-repeat;
}
.prize .landing-title span{
    color: #FFE14C;
}
.prize .landing-title{
    margin-bottom: 60px;
}
.prize .text-it .t1{
    margin-bottom: 15px;
    font-size: 24px;
    color: #00BDBC;
    letter-spacing: 0;
    line-height: 40px;
}
.prize .text-it p{
    margin: 0;
    font-size: 15px;
    color: #00BDBC;
    letter-spacing: 0;
    line-height: 27px;
}
.prize .text-it{
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
    padding: 50px 50px 0 65px;
}
.prize .it1{
    width: 306px;
    height: 244px;
    background: url(../img/egg_s.html) 0 0 no-repeat;
}
.prize .it2{
    width: 337px;
    height: 311px;
    background: url(../img/egg_b.html) 0 0 no-repeat;
}
.prize .it3{
    width: 345px;
    height: 294px;
    background: url(../img/egg_m.html) 0 0 no-repeat;
}
.banner>div{
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}
.banner{
    
}
.banner .bg{
    position: absolute;
    left: 0;
    top: 0;
}
.banner .text{
    padding-left: 620px;
}
.banner .text .t1{
    font-size: 50px;
    color: #F8F8F5;
    letter-spacing: 1px;
    line-height: 47px;
    margin-bottom: 15px;
}
.banner .text  .t1 b{
    color: #FEE04B;
}
.banner .text p{
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
}
.cupon-box{
    text-align: center;
    padding-top: 100px;
    background: url(../img/yellow_back_glow.html) 50% 0 no-repeat;
    padding-bottom: 100px;
}
.cupon-box .landing-title span{
    color: #FFE14C;
}
.cupon-box .landing-title{
    margin-bottom: 20px;
}
.cupon{
    height: 217px;
    color: #fff;
    max-width: 640px;
    margin: 0 auto 30px;
    padding-top: 100px;
    background:  url(../img/promo_code_back.html) 50% 0 no-repeat;
}
.cupon .tt1{
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 5.5px;
    line-height: 50px;
    margin-bottom: 5px;
}
.cupon .tt2{
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    opacity: 0.5;
}
.cupon-box p{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin: 0 0 30px;
}
.cupon-box .btn{
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 20px 50px;
    background: #FCDF4B;
box-shadow: 0 0 15px 0 rgba(0,162,255,0.35);
border: 0;
color: #00BDBC;
font-size: 16px;
}
body{min-width: 320px;}








.copy{
    padding: 30px 0;
    font-size: 16px;
    color: #1A2064;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 300;
    border-top: 1px solid rgba(233,233,233,0.4);
}

.footer-cols .row-6 h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    min-height: 20px;
    margin-top: 0;
    color: #1A2064;
}

.soc-list .soc-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #3C4DF0;
 
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.soc-list .soc-item:hover {
    opacity: 1
}

.soc-list .soc-item img {
    display: block
}

.copyright {
    border-top: 1px solid #47494e;
    padding-top: 30px
}

ul.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    box-shadow: unset;
    border-color: #1A9FE0;
    transition: all .3s ease-out;
}

.form-close {
    display: none!important;
}

.active-tab__content {
    opacity: 1!important;
    visibility: visible!important;
    height: auto!important;
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.play-video-btn {
    display: block;
    width: 80px;
    height: 80px;
    margin: 30px auto 0;
    position: relative;
    z-index: 3;
    cursor: pointer;
    opacity: .7;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
}

.play-video-btn:hover {
    opacity: 1;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 10%;
    left: 10%;
    text-align: center;
    border: none;
    box-shadow: 0 3px 20px rgba(0,0,0,.2);
    background-color: transparent;
    border-radius: 10px;
    width: 80%;
    height: 80%;
}

.fr {
    float: right;
}
.video-close {
    cursor: pointer;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    width: 25px;
    height: 22px;
    border: 1px solid #d3d3d3;
    background: #fff;
    line-height: 20px;
    opacity: .6;
}

.video-container {
    height: 100%;
    padding: 20px;
}

.fade {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

.top-wrapper .main-enter .reg {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
}

i.flag-icon{
    display: block;
    width: 24px;
    height: 16px;
    float: left;
    margin: -1px 0 0;
}
.menu i.flag-icon{
    margin-right: 10px;
}
i.flag-icon.eng{background: url('../images/flags.png') no-repeat -60px -20px;}
i.flag-icon.rus{background: url('../images/flags.png') no-repeat -60px 0;}
i.flag-icon.chi{background: url('../images/flags.png') no-repeat 0 -20px;}
i.flag-icon.fra{background: url('../images/flags.png') no-repeat 0 0;}
i.flag-icon.spa{background: url('../images/flags.png') no-repeat -30px 0;}
i.flag-icon.arb{background: url('../images/flags.png') no-repeat -30px -20px;}
i.flag-icon.tai{background: url('../images/flags.png') no-repeat -90px 0;}
i.flag-icon.deu{background: url('../images/flags.png') no-repeat -90px -20px;}
i.flag-icon.por{background: url('../images/flags.png') no-repeat -120px 0;}
.ui.lang{
    position:relative;
    top:6px;
}
.new-item.new-item__blue{
    position:relative;
    top:3px;
    left:4px;
}

.ui.dropdown > .text span {
    display: none;
}
