@font-face {
    font-family: 'invisiblekillerrusregular';
    src: url('../fonts/webfontkit/17440-webfont.eot');
    src: url('../fonts/webfontkit/17440-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/webfontkit/17440-webfont.woff2') format('woff2'),
        url('../fonts/webfontkit/17440-webfont.woff') format('woff'),
        url('../fonts/webfontkit/17440-webfont.ttf') format('truetype'),
        url('../fonts/webfontkit/17440-webfont.svg#invisiblekillerrusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vida41pro';
    src: url('../fonts/vida41pro.eot');
    src: url('../fonts/vida41pro.eot?#iefix') format('embedded-opentype'), url('../fonts/vida41pro.woff2') format('woff2'), url('../fonts/vida41pro.woff') format('woff'), url('../fonts/vida41pro.ttf') format('truetype'), url('../fonts/vida41pro.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Room';
    src: url('../fonts/Room.eot');
    src: url('../fonts/Room.eot?#iefix') format('embedded-opentype'), url('../fonts/Room.woff2') format('woff2'), url('../fonts/Room.woff') format('woff'), url('../fonts/Room.ttf') format('truetype'), url('../fonts/Room.svg#glyphicons_halflingsregular') format('svg');
}


@font-face {
    font-family: 'testfont';
    src: url('../fonts/invisibl.ttf'), format('truetype');
    src: url('../fonts/test.otf') format('opentype');
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;

    -webkit-clip-path: inset(100%);

    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

body {
    font-family: 'Montserrat Alternates', semi-bold;
    width: 100%;
    background-color: #000 !important;
}

table {
    border-collapse: collapse;
}

#galaxy {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #03092b;*/
    background-image: -o-linear-gradient(315deg, #a747e2, #632a84 5%, #471e5e 15%, #00080f 50%, #431d5d 85%, #5e2881 95%, #a747e2 100%);
    background-image: linear-gradient(135deg, #a747e2, #632a84 5%, #471e5e 15%, #00080f 50%, #431d5d 85%, #5e2881 95%, #a747e2 100%);
    -webkit-transition: background 0.8s ease-out;
    -o-transition: background 0.8s ease-out;
    transition: background 0.8s ease-out;
}

#galaxy,
#galaxy .bg {
    width: 100%;
    height: 100%;
}

#galaxy * {
    position: absolute;
}

#galaxy .bg {
    /* background: url('https://raw.githubusercontent.com/gurde/css3-animated-galaxy/master/img/bg.jpg') no-repeat 50% 50%; */
}

#galaxy .bg.center {
    top: 50%;
    left: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0 0 -200px;
    opacity: 0.8;
    border-radius: 500px;
}

#galaxy [class^="stars"] {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#galaxy .stars-back {
    background: url('https://raw.githubusercontent.com/gurde/css3-animated-galaxy/master/img/back.png');
    -webkit-animation: orbit-clock-wise 440s infinite linear;
    animation: orbit-clock-wise 440s infinite linear;
}

#galaxy .stars-middle {
    background: url('https://raw.githubusercontent.com/gurde/css3-animated-galaxy/master/img/middle.png');
    -webkit-animation: orbit-counter-clock-wise 360s infinite linear;
    animation: orbit-counter-clock-wise 360s infinite linear;
}

#galaxy .stars-front {
    background: url('https://raw.githubusercontent.com/gurde/css3-animated-galaxy/master/img/front.png');
    -webkit-animation: orbit-clock-wise 160s infinite linear;
    animation: orbit-clock-wise 160s infinite linear;
}

@-webkit-keyframes orbit-clock-wise {
    0% {
        opacity: 0.4;
        -webkit-transform: rotate(0deg);
    }

    2% {
        opacity: 0.8;
    }

    4% {
        opacity: 0.2;
    }

    5% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.4;
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes orbit-counter-clock-wise {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes orbit-clock-wise {
    0% {
        opacity: 0.4;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    2% {
        opacity: 0.8;
    }

    4% {
        opacity: 0.2;
    }

    5% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.4;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes orbit-counter-clock-wise {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}







.hruha {
    font-family: 'testfont';
    font-size: 50px;
}

.container {
    max-width: 1240px;
    width: 100%;
    display: block;
}

.menu-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.menu {
    /* background: black; */
    background-size: cover;
    height: 80px;
    padding: 10px 0;
    color: #FFF;
    position: fixed;
    z-index: 1000;
    /* -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2); */
    /* min-width: 1250px; */
    width: 100%;
    z-index: 1010;
}

.menu.scrolled {
    background-color: #1a2035 !important;
    -webkit-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms;
}

.menu ul {
    float: right;
}

.menu ul li {
    float: left;
    list-style: none;
}

.general-nav__link {
    position: relative;
    display: block;
    font-family: 'Montserrat Alternates', semi-bold;
    color: #FFF;
    text-decoration: none;
    line-height: 70px;
    padding: 0 10px;
    padding-left: 35px;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
}

.general-nav__link::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 2px;
    background-image: -o-linear-gradient(left, #6224c5, #90278e);
    background-image: -webkit-gradient(linear, left top, right top, from(#6224c5), to(#90278e));
    background-image: linear-gradient(to right, #6224c5, #90278e);
    width: 0%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-slider__button {
    background: -o-linear-gradient(303deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background: linear-gradient(147deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background-size: 400% 400%;
    -webkit-animation: animate-gradient 5s ease infinite;
    animation: animate-gradient 5s ease infinite;
}

.general-nav__link:hover::before {
    width: calc(100% - 20px);
}

.general-nav__item {
    position: relative;
}

.general-nav__item.general-nav__item--active {
    position: relative;
}

.general-nav__item.general-nav__item--active::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 20px;
    bottom: 10px;
    height: 2px;
    background-image: -o-linear-gradient(left, #6224c5, #90278e);
    background-image: -webkit-gradient(linear, left top, right top, from(#6224c5), to(#90278e));
    background-image: linear-gradient(to right, #6224c5, #90278e);
}

.general-nav__item svg {
    position: absolute;
    fill: #fff;
    bottom: 28px;
    left: 9px;
}

.menu-btn {
    display: none;
}

.header-langs {
    height: 70px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 4px;
    margin-right: 4px;
}

a.lang img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.5;
}

a.active img {
    opacity: 1;
}

a.lang img:hover {
    opacity: 1;

}

.header {
    min-height: 865px;
    height: 100vh;
    background-color: #000;
}

.header h1 {
    padding-top: 120px;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
}

.header h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.header p {
    padding-top: 10px;
}

a.but1 i {
    padding-right: 10px;
}

a.but1 {
    background: -o-linear-gradient(303deg, #cf049a 0%, #0b56ff 74%);
    background: linear-gradient(147deg, #cf049a 0%, #0b56ff 74%);
    margin-right: -2px;
    display: inline-block;
    height: 55px;
    width: 200px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
    color: white;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
    border-radius: 50px 0 0 50px;
}

a.but i {
    padding-left: 10px;
}

a.but {
    background: -o-linear-gradient(303deg, #0b56ff 0%, #ae12ab 74%);
    background: linear-gradient(147deg, #0b56ff 0%, #ae12ab 74%);
    margin-right: -2px;
    display: inline-block;
    height: 55px;
    width: 200px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
    color: white;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
    border-radius: 0 50px 50px 0;
}

a.but {
    background: -o-linear-gradient(303deg, #0b56ff, #702cca, #ae12ab, #00d9ff);
    background: linear-gradient(147deg, #0b56ff, #702cca, #ae12ab, #00d9ff);
}

a.but1 {
    background: -o-linear-gradient(303deg, #00d9ff, #ae12ab, #5337d8, #0b56ff);
    background: linear-gradient(147deg, #00d9ff, #ae12ab, #5337d8, #0b56ff);
}


a.but1,
a.but {
    background-size: 400% 400%;
    -webkit-animation: animate-gradient 5s ease infinite;
    animation: animate-gradient 5s ease infinite;
}

@-webkit-keyframes animate-gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes animate-gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.hidden {
    display: none;
}

.header-container {
    /* height: calc(118vh - 100px); */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-intro {
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.header-decor {
    max-height: 500px;
    min-height: 200px;
    height: calc(100vh - 400px);
    width: 100%;
    background-size: contain !important;
}

.header-logo-lg {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-button-group {
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 1000;
}

.header-button-group:hover {
    -webkit-box-shadow: 0 0 10px #dbffff, 0 0 40px #0ff;
    box-shadow: 0 0 10px #dbffff, 0 0 40px #0ff;
}

.ipad {
    padding-top: 50px;
    margin-right: -100px;
}

.iphone {
    margin-top: -400px;
    margin-left: -550px;
}

.about {
    background-size: cover;
}

.rulesText {
    font-size: 22px;
    line-height: 1.6;
}

.agreement span {
    font-family: 'invisiblekillerrusregular';
    color: #1576d3;
    font-weight: bold;
}

.agreement p {
    letter-spacing: 0.025px;
    line-height: 1.8;
    font-size: 24px;
    font-weight: normal;
    background: #411c5b;
    padding: 5px 40px;
    border-radius: 45px;
    display: inline-block;
    margin-bottom: 75px;
    text-transform: uppercase;
    background-image: -o-linear-gradient(303deg, #cf049a 0%, #0b56ff 74%);
    background-image: linear-gradient(147deg, #cf049a 0%, #0b56ff 74%);
    background-size: 400% 400%;
    -webkit-animation: animate-gradient 5s ease infinite;
    animation: animate-gradient 5s ease infinite;
}

.agreement p span {
    color: #fff;
}

.agreement {
    background: #1a2035;
    color: #ffffff;
    font-size: 30px;
}

.agreement-text {
    margin-bottom: 75px;
}

.agreement-title {
    margin-top: 95px;
    font-size: 65px;
    font-weight: bold;
    font-family: 'invisiblekillerrusregular';
    position: relative;
    color: #ffffff;
    text-align: center;
    margin-bottom: 27px;
}

.agreement-title:after {
    position: absolute;
    /* content: ''; */
    width: 35px;
    height: 2px;
    /* background-color: #50d1c0; */
    left: 0;
    right: 0;
    top: 45px;
    text-align: center;
    margin: auto;
}



.section-paragraph {
    max-width: 60%;
    margin: auto;
    color: #9292a3;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.prem {
    background-color: #ffffff;
    border-radius: 9px;
    text-align: center;
    /* padding:20px 0; */
    margin: 10px;
    -webkit-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.prem:hover {
    background-color: #000000;
    border-radius: 5%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.prem span {
    height: 80px;
    width: 80px;
    margin: auto;
    text-align: center;
    /* background-color: #f4f9ff; */
    border-radius: 50%;
    display: block;
}

.prem span img {
    vertical-align: middle;
    height: 72px;
    padding-top: 20px;
}

.prem h3 {
    color: #0086e4;
    font-weight: bold;
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
}

.prem p {
    font-weight: bold;
    line-height: 25px;
    color: #434141;
}

.prem-desc {
    line-height: 35px;
    /* background-image: linear-gradient(to right, #ad44e0, #0288ff); */
    border-radius: 0 0 9px 9px;
    background: -o-linear-gradient(230deg, #ad44e0, #0288ff, #4b02ff);
    background: linear-gradient(220deg, #ad44e0, #0288ff, #4b02ff);
    background-size: 300% 300%;

    -webkit-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

.prem-desc span {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    width: 100%;
    text-transform: uppercase;
    height: auto;
    line-height: 35px;
    color: #fff;
    font-weight: normal;
    letter-spacing: .025em;
    font-size: 18px;
    text-transform: none;
}

.begin {
    margin-top: 50px;
    /* background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%), url(/images/begin.jpg) center no-repeat; */
    background-size: cover;
    /* min-width: 1250px; */
    padding-bottom: 100px;
    background-color: #fff;
}

.begin+img {
    background-color: #fff;
}

.begin .section-title {
    margin-bottom: 50px;
    margin-top: 70px;
    color: #434141;
}

.begin .section-title:after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.section-title {
    margin-top: 75px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    text-align: center;
    margin-bottom: 27px;
    letter-spacing: .01em;
}


/**/

.more-less {
    position: absolute;
    top: 0;
    right: 25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5;
    font-size: 18px;
}


.answer {
    position: relative;
    border-top-color: rgb(238, 238, 238);
    background: #1a2035;
    border-radius: 25px;
    padding: 20px 30px;
    margin-bottom: 20px;
    margin-left: 85px;
    color: #b8b8c2;
    line-height: 1.6;
    border-left: 10px solid #00b3e0;
    display: block;
}

/* PARTNERS PAGE */
.second-page.wave.partners {
    background: -o-linear-gradient(top, #fff 0, #fff 200px, #0090ce 200px, #0090ce 300px, #227ECE 600px, #227ECE 600px, #0090ce 800px, #0090ce 99%, #fff 99%, #fff 100%);
    background: linear-gradient(top, #fff 0, #fff 200px, #0090ce 200px, #0090ce 300px, #227ECE 600px, #227ECE 600px, #0090ce 800px, #0090ce 99%, #fff 99%, #fff 100%);
    background: -webkit-linear-gradient(top, #fff 0, #fff 200px, #0090ce 200px, #0090ce 300px, #227ECE 600px, #227ECE 600px, #0090ce 800px, #0090ce 99%, #fff 99%, #fff 100%);
}

.mySlide {
    text-align: -webkit-center;
    min-height: 330px;
}

.mySlideItem>.content>* {
    min-height: 330px;
    min-width: 200px;
    /* background-color: #1a2035;
    -webkit-border-radius: 5px;
            border-radius: 5px; */
}

.begin .section-paragraph {
    max-width: 60%;
    margin: auto;
    color: #9292a3;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.begin p {
    position: relative;
    margin-top: 0;
    z-index: 1;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #2e597a;
}

.begin span {
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 13px;
    /* color: #406b94; */
    display: block;
    line-height: 1.5;
    width: 300px;
}

.beginn {
    margin-top: 50px;
    /* background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%), url(/images/begin.jpg) center no-repeat; */
    background-size: cover;
    /* min-width: 1250px; */
    padding-bottom: 60px;
}

.beginn .section-title {
    margin-bottom: 50px;
    margin-top: 50px;
}

.beginn .section-paragraph {
    max-width: 60%;
    margin: auto;
    color: #9292a3;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.beginn p {
    position: relative;
    margin-top: 0;
    z-index: 1;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #2e597a;
}

.licence {
    margin-bottom: 80px;
}

.licence__section-title {
    margin-top: 80px !important;
    margin-bottom: 50px;
}

.beg1 {
    margin-left: 10px;
    position: relative;
}

.beg2 {
    position: relative;
    /* margin-top: -2px; */
    margin-left: 23px;
}

.beg3 {
    position: relative;
    margin-left: 10px;
    margin-top: 51px;
}

.beg4 {
    position: relative;
    margin-left: 23px;
    margin-top: 51px;
}

.beg1:after {
    /* content: url(/images/arrow-step-01.png); */
    position: absolute;
    top: 200px;
    right: -110px;
}

.beg2:after {
    /* content: url(/images/arrow-step-02.png); */
    position: absolute;
    top: 150px;
    right: 350px;
}

.beg3:after {
    /* content: url(/images/arrow-step-03.png); */
    position: absolute;
    top: -150px;
    right: -110px;
}

.beg4:after {
    /* content: url(/images/arrow-step-04.png); */
    position: absolute;
    top: -100px;
    right: 180px;
}

.invest {}

.invest .col4 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 45px;
}

.invest .section-title {
    margin-bottom: 50px;
}

.plan-item {
    margin-top: 55px !important;
}

.invest .plan-item:nth-child(3) h3 {
    border-left-color: #00b3e0 !important;
}

.invest .plan-item:nth-child(4) h3 {
    border-left-color: #ffffff !important;
}

.invest .plan-item:nth-child(1) h3 {
    border-left-color: #991bb6 !important;
}

.invest .plan-item:nth-child(2) h3 {
    border-left-color: #503adb !important;
}

.invest .plan-item:nth-child(3) img {
    -webkit-box-shadow: 0 0 0 4px #00b3e0, inset 0 0 0 5px #1e71d4 !important;
    box-shadow: 0 0 0 4px #00b3e0, inset 0 0 0 5px #1e71d4 !important;
}

.invest .plan-item:nth-child(4) img {
    -webkit-box-shadow: 0 0 0 4px #ffffff, inset 0 0 0 5px #1e71d4 !important;
    box-shadow: 0 0 0 4px #ffffff, inset 0 0 0 5px #1e71d4 !important;
}

.invest .plan-item:nth-child(1) img {
    -webkit-box-shadow: 0 0 0 4px #991bb6, inset 0 0 0 5px #1e71d4 !important;
    box-shadow: 0 0 0 4px #991bb6, inset 0 0 0 5px #1e71d4 !important;
}

.invest .plan-item:nth-child(2) img {
    -webkit-box-shadow: 0 0 0 4px #503adb, inset 0 0 0 5px #1e71d4 !important;
    box-shadow: 0 0 0 4px #503adb, inset 0 0 0 5px #1e71d4 !important;
}

.invest .plan-item:nth-child(3) .plan3 {
    background-position: center center;
}

.invest .plan-item:nth-child(1) .plan3 {
    background-position: center left;
}

.invest .plan-item:nth-child(2) .plan3 {
    background-position: bottom left;
}

.invest .plan-item:nth-child(4) .plan3 {
    background-position: bottom right;
}

ul.tabs {
    width: 100%;
    overflow: hidden;
    margin-left: 30px;
}

ul.tabs li {
    display: inline-block;
    border: none !important;
    background: #101051;
    color: #fff !important;
    text-align: center;

    margin: 0 !important;
    border-radius: 0 !important;
    border-right: 1px solid #fff !important;
    cursor: pointer;
    width: 198px;
    line-height: 50px;
}

ul.tabs li:hover {
    color: #101152 !important;
    background: #fff !important;
    -webkit-box-shadow: 0 2px 0 #101152 inset !important;
    box-shadow: 0 2px 0 #101152 inset !important;
}

ul.tabs li.current {
    color: #101152 !important;
    background: #fff !important;
    -webkit-box-shadow: 0 2px 0 #101152 inset !important;
    box-shadow: 0 2px 0 #101152 inset !important;
}

.tabscontent {

    padding: 8px 0 0 0;

    width: 100%;
    text-align: justify;
    margin-left: 15px;
}

.plan1 {
    max-width: 80%;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
    margin-top: 100px;
}

.plan1 img {
    padding-top: 30px;
}

.plan1 h3 {
    font-size: 24px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #50d1c0;
}

.plan1 p {

    font-weight: 500;
    font-size: 14px;
    line-height: 2.2;
    color: #9a9a9b;
}

.plan1 h4 {

    font-weight: bold;
    font-size: 30px;
    color: #50d1c0;
    border-top: 1px solid #eeecec;
    margin-top: 20px;
    padding-top: 15px;
}

.plan1 a.but3 {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 20px 40px;

    font-weight: 900;
    font-size: 14px;
    color: #50d1c0;
    text-transform: uppercase;
    border: 1px solid #50d1c0;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.plan1 a.but3:hover {
    color: #FFF;
    background: #337ab7;
    border: 1px solid #337ab7;

}

.plan2 {
    margin: auto;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
    margin-top: 50px;
}

.plan2 {

    padding: 91px 20px;
    max-width: 80%;
    background: #113e64;
    background: -o-linear-gradient(315deg, #8b0406 0%, #006ecc 100%);
    background: linear-gradient(135deg, #8b0406 0%, #006ecc 100%);
    background: -webkit-linear-gradient(135deg, #67cded 0%, #006ecc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113e64', endColorstr='#01ebb8', GradientType=1);
}

.plan2 img {
    width: 50px;
    height: 50px;
    position: relative;
    left: -15px;
    top: -15px;
}

.plan2 h3 {
    font-size: 18px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    color: #fff;
}

.plan2 h3 span {
    float: right;
    background: rgb(0, 0, 0);
    padding: 18px;
    border-radius: 10px;
    margin-top: -15px;
    -webkit-box-shadow: 0px 2px 0px #fff, 0px -2px 0px #fff;
    box-shadow: 0px 2px 0px #fff, 0px -2px 0px #fff;
}

.plan2 p {

    font-weight: 500;

    font-size: 14px;

    /* padding-top:30px; */

    color: #fff;
}

.plan2 p span {

    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 10px;
    margin-top: -10px;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 5px;
    font-size: 12px;
}

.plan2 h4 {
    font-weight: bold;
    font-size: 27px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    white-space: nowrap;
}

.plan2_desc {
    padding-top: 20px;
    padding-bottom: 20px;
}

.plan2 a.but3 {
    margin-top: 15px;
    display: inline-block;
    padding: 20px 40px;
    background: #08143d;
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: 3px solid black;
}

.plan3 a.but3 {
    margin-top: 15px;
    display: inline-block;
    padding: 15px 25px;
    background: #08143d;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: .025em;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    text-transform: lowercase;
    margin-top: auto;
}

.plan2 a.but3:hover {
    color: #FFF;
    background: #337ab7;
    border: 1px solid #fff;

}

.plan2_title {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    float: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    top: -13px;
}

.calc {
    margin-top: 100px;
    padding-bottom: 50px;
}

.section-title:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #113e64;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
    margin: auto;
}

.calc .section-paragraph {
    max-width: 60%;
    margin: auto;
    color: #9292a3;

    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

#close {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.itog {
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
    color: #ffffff;
}

.calc input {
    background: url(/images/clav.png) left 10px center no-repeat;
    background-size: 40px;

    width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.calc select {


    width: 250px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.calc .it {
    padding-top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #50d1c0;
}

.refs {
    margin-top: 50px;
    margin-bottom: 50px;
    /* min-width: 1250px; */
    background: #113e64;
    background: -webkit-linear-gradient(-45deg, #113e64 0%, #01ebb8 100%);
    /* background: linear-gradient(135deg, #113e64 0%,#01ebb8 100%); */
}

.refs2 {
    background: url(/images/refs2.png) left -200px center no-repeat, url(/images/refs2.png) right -200px center no-repeat;
    background-size: 460px;
    /* min-width: 1250px; */
    padding: 90px 0;
}

.refs .section-title2 {
    color: #fff;

    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.refs span {
    display: block;
    color: #FFF;
    text-align: center;
    line-height: 2;
    padding-top: 30px;
    width: 100%
}

.footer {
    padding-top: 50px;
    background: url(/images/bg-footer-image.jpg) center top -100px no-repeat;
    background-size: cover;
    /* min-width: 1250px; */
}

.footer .section-title {
    margin-top: 10px;
}

.stat {
    margin: 15px;
}

.stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1020px) {
    .stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.statt2 td>div {
    background: #1a2035;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff !important;
}

.statt2 img {
    border-style: none;
    float: left;
}

.stat tr>div {
    padding-bottom: 3px;
}

.stat td.statt>div {
    padding: 13px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    background: #1a2035;
    color: #fff !important;
    font-weight: normal;
}

.stat td.statt1>div {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-left: 10px solid #00b3e0;
    text-align: left;
}

.stat td.statt3 {
    width: 65px;
    text-align: right;
}

.stat td.statt2>div {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: right;
}

.stat h3 {
    border-radius: 50px;
    background: #113e64;
    background: -o-linear-gradient(230deg, #cf049a, #0288ff, #4b02ff);
    background: linear-gradient(220deg, #cf049a, #0288ff, #4b02ff);
    background-size: 300% 300%;
    -webkit-animation: AnimationName2 15s ease infinite;
    animation: AnimationName2 15s ease infinite;
    text-align: center;
    color: #FFF;
    padding: 15px 0;
    margin-bottom: 10px;
    font-weight: normal;
}

.stat-container {
    background: -o-linear-gradient(#0090ce, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0090ce), to(#fff));
    background: linear-gradient(#0090ce, #fff);
}

@-webkit-keyframes AnimationName2 {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

@keyframes AnimationName2 {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

.statt img {}

.stat p {
    text-align: left;
    line-height: 43px;
    border-bottom: 1px solid #CCC;
}

.stat p:last-child {
    border: none;
}

.statt {
    line-height: 30px;
}

.statt span {
    float: right;
}


.imageblock h2 p {
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: .02em;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #10267396, 0px 0px 10px #102673;
    text-transform: none;
}

.imageblocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}


.contact {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact img {
    width: 117px;
    /* border-radius:100%; */
    /* box-shadow: 0 0 0 2px #4ed4be, 0 0 0 4px #fff, 0 0 0 6px #4ed4be; */
    margin: 20px;
    /* background:#FFF; */
}

.contact img {

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.contact img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.copy {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    color: #9db3b8;
    line-height: 50px;
}


.log {
    background: #FFF url(/images/clav.png) left 10px center no-repeat;
    background-size: 40px;


    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 20px;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding-left: 60px;
    margin-top: 15px;
    width: 350px;

}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 100;
}

::-moz-placeholder {
    color: #ccc;
    font-weight: 100;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #ccc;
    font-weight: 100;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #ccc;
    font-weight: 100;
}

.button-blue,
.button-red,
a.button-green,
.login .button-blue {

    max-height: 50px;
    padding: 13px 30px;
    margin: 4px;

    right: 2px;
    border-radius: 25px;

    font-size: 18px;
    font-weight: 700;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    background-color: #113e64;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    cursor: pointer;
    text-decoration: none;
}

.button-blue:hover,
.button-red:hover,
a.button-green:hover,
.login .button-blue:hover {
    background-color: #50d1c0;
}

.second-page.wave {
    overflow-x: hidden;
    padding-bottom: 0;
    background: -o-linear-gradient(top, #fff 0, #fff 200px, #0090ce 200px, #0090ce 10%, #227ECE 25%, #227ECE 75%, #0090ce 85%, #0090ce 99%, #fff 99%, #fff 100%);
    background: linear-gradient(top, #fff 0, #fff 200px, #0090ce 200px, #0090ce 10%, #227ECE 25%, #227ECE 75%, #0090ce 85%, #0090ce 99%, #fff 99%, #fff 100%);
    background: -webkit-linear-gradient(top, #fff 0, #fff 200px, #0090ce 200px, #0090ce 10%, #227ECE 25%, #227ECE 75%, #0090ce 85%, #0090ce 99%, #fff 99%, #fff 100%);
}

.second-page-wave-top {
    width: 100%;
    min-width: 1250px;
    margin-top: -50px;
    margin-bottom: 10px;
    margin-left: -15px;
}

.second-page-wave-bottom {
    width: 100%;
    min-width: 1250px;
    margin-top: 60px;
    padding-bottom: 50px;
    background-color: #fff;
    margin-left: -15px;
}

.login {
    background-image: -o-linear-gradient(315deg,
        #a747e2, #632a84 5%, #471e5e 15%,
        #00080f 50%, #431d5d 85%, #5e2881 95%,
        #a747e2 100%);
    background-image: linear-gradient(135deg,
        #a747e2, #632a84 5%, #471e5e 15%,
        #00080f 50%, #431d5d 85%, #5e2881 95%,
        #a747e2 100%);
    background-size: cover;
    min-height: 90vh;
    /* min-width: 1250px; */
}


a.but1_log i {
    padding-right: 10px;
}

a.but1_log {
    margin-right: -2px;
    display: inline-block;
    height: 55px;
    width: 175px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #FFF;
    -webkit-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
    color: #fff;
    text-decoration: none;

    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px 0 0 50px;
    background: #50d1c0;

}

a.but1_log:hover {
    background: #FFF;
    color: #337ab7;
}

a.but_log i {
    padding-left: 10px;
}

a.but_log {
    margin-right: -2px;
    display: inline-block;
    height: 55px;
    width: 175px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #FFF;
    -webkit-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 50px 50px 0;
    background: #50d1c0;

}

a.but_log:hover {
    background: #FFF;
    color: #337ab7;
}

.login input[type="submit"] {
    background: -o-linear-gradient(303deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background: linear-gradient(147deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background-size: 400% 400%;
    -webkit-animation: animate-gradient 5s ease infinite;
    animation: animate-gradient 5s ease infinite;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 50px;
    font-size: 16px;
    opacity: 1;
    border-radius: 35px;
    letter-spacing: .025em;
    text-transform: none;
}

.login textarea {
    margin-top: 15px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    width: 100%;
    max-width: 100%;
}

.logg td:first-child {
    display: none;
}

.question {
    margin-bottom: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.question h2 {
    font-size: 24px;
    line-height: 1.6;
}

.question-item {
    border-left: 10px solid #b7e8f8;
    font-weight: bold;
    color: #0090ce;
    display: block;
    padding: 15px;
    text-decoration: none;
    border-radius: 40px;
    text-decoration: inherit;
    text-align: left;
    background: #FFF;
    width: 100%;
}

.question-item {
    padding-right: 60px;
    padding-left: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.question .decor {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-shadow: 1px 2px 10px rgba(0, 78, 111, 0.15);
    box-shadow: 1px 2px 10px rgba(0, 78, 111, 0.15);
    margin-right: 15px;
    border-left: 10px solid #b7e8f8;
    height: 70px;
    width: 77px;
    border-radius: 50%;
    background: #FFF;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff url(../images/question1.png) center no-repeat;
    background-size: 45px auto;
}

.question .decor .img {
    -moz-flex: none;
    -ms-flex: none;
    -o-flex: none;
    -webkit-box-flex: 0;
    flex: none;
}

.question span {
    padding-left: 10px;
    padding: 15px;
    font-size: 16px;

}

.sv-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.second-page>.title {
    position: relative;
    font-size: 64px;
    font-family: 'invisiblekillerrusregular';
    color: #ffffff;
    text-align: center;
    margin-bottom: 55px;
    letter-spacing: .01em;
}

.second-page {
    padding-top: 150px;
    padding-bottom: 100px;
    min-height: calc(100vh - 228px);
    padding-left: 15px;
    padding-right: 15px;
}

.second-page .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.second-page .form-support fieldset br {
    display: none;
}

.second-page .form-support input {
    max-width: 100% !important;
    width: 100%;
}

.second-page .form-repass form,
.second-page .form-support form {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.second-page .form-repass td[align="right"] {
    display: none;
}

.second-page .form-signup .boxs,
.second-page .form-signup .boxs a {
    color: #fff;
}

.second-page .form-signup #register_frm_Agree {
    margin-right: 7px;
}

.otvet {
    text-align: left;
    padding: 15px;
    background: #FFF;
    border-left: 1px solid #113e64;
    border-right: 1px solid #113e64;
    border-bottom: 1px solid #113e64;
}

.news {
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
    background: #FFF;
    margin: 15px;
}

.data {
    background: #f9f9f9;
    text-align: center;
    line-height: 50px;
}

.news h2 {
    display: block;
    padding: 15px 15px 0 15px;

    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    color: #50d1c0;
}

.poln {

    margin: auto;
    color: #9292a3;

    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    padding: 15px;
}

.header-ac {
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 1) 100%), url(/images/bg-head.jpg) center bottom no-repeat rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(80%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 1))), url(/images/bg-head.jpg) center bottom no-repeat rgba(0, 0, 0, .7);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 1) 100%), url(/images/bg-head.jpg) center bottom no-repeat rgba(0, 0, 0, .7);
    background-size: cover;
    padding-bottom: 300px;
    /* min-width: 1250px; */



}

.cabina {
    margin-top: -250px;
}

.cabina h1 {
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
    color: #113e64;
    text-align: center;

    font-weight: bold;
    font-size: 26px;
}

.cabina h1:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #113e64;
    left: 0;
    right: 0;
    top: 45px;
    text-align: center;
    margin: auto;
}

.menu-cab {
    background: url(/images/iphone.png) center center no-repeat;
    width: 205px;
    height: 418px;
}

.menu_ac {
    margin-left: -1px;
    padding-top: 55px;
}

a.acs {
    display: block;
    text-decoration: none;
    color: #FFF;
    background: #009;
    text-align: center;
    background: #113e64;
    width: 173px;
    border-bottom: 1px solid #CCC;
    line-height: 49px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.acs:hover {
    background-color: #50d1c0;
}

a.acs:last-child {
    border: none;
    line-height: 51px;
}

.ac-stata {
    background: rgba(17, 62, 100, 0.4);
    padding: 15px;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.acs2 {
    line-height: 50px;
    border-bottom: 1px solid #CCC;
}

.acs2:last-child {
    line-height: 50px;
    border-bottom: none;
}

.acs2 span {
    float: right;
}

.acs3 {
    line-height: 30px;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
}

a.baners {
    float: right;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 20px;
    text-decoration: none;
    color: #113e64;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.baners:hover {
    background: #50d1c0;
    color: #FFF;
}

.cabs-st {
    background: #FFF;
    text-align: right;
    margin: 0px;
    border-radius: 0px;
    margin-bottom: 20px;

}

.cabs-st:first-child {}

.cabs-st span {

    font-size: 16px;
    line-height: 50px;
    padding-right: 20px;
    font-weight: bold;
}

.cabs-st img {
    float: left;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 2px #4ed4be, 0 0 0 4px #fff, 0 0 0 6px #4ed4be;
    box-shadow: 0 0 0 2px #4ed4be, 0 0 0 4px #fff, 0 0 0 6px #4ed4be;
    margin-left: -5px;
    background: #FFF;
}



.plan3 {
    margin: auto;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 17px rgba(0, 30, 128, 0.22);
    box-shadow: 1px 1px 17px rgba(0, 30, 128, 0.22);
    margin-top: 10px;
}

.plan3 {
    padding: 20px 20px;
    background: #113e64;
    background: -o-linear-gradient(315deg, rgb(16, 54, 188) 0%, rgba(56, 220, 255, 0.75) 100%), url(../images/pattern.png), -o-linear-gradient(315deg, #1036bc 0%, #38dcff 100%);
    background: linear-gradient(135deg, rgb(16, 54, 188) 0%, rgba(56, 220, 255, 0.75) 100%), url(../images/pattern.png), linear-gradient(135deg, #1036bc 0%, #38dcff 100%);
    /* background: -webkit-linear-gradient(135deg, #67cded 0%, #006ecc 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113e64', endColorstr='#01ebb8', GradientType=1);
}

.plan3 h3 img {
    margin-left: -5px;
    margin-bottom: -5px;
    padding-right: 5px;
}

.plan3 h3 {
    font-size: 12px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    color: #fff;
}

.plan3 .percent {
    position: absolute;
    z-index: 100;
    background: #1a2035;
    color: #fff;
    border-radius: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #991bb6;
    border-top: 5px solid #00b3e0;
    border-left: 5px solid #503adb;
    font-weight: bold;

    /* right: -30px;
    top: -5px; */


    /* width: 127px;
    height: 125px;
    font-size: 54px;
    
    width: 86px;
    height: 85px;
    font-size: 36px; */

    /*   width: 101px;
    height: 100px;
    font-size: 40px; */

    right: -30px;
    top: -5px;
    width: 92px;
    height: 90px;
    font-size: 30px;
}

.plan3 p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.plan3 center {
    padding-top: 25px;
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plan3 p span {
    background: rgba(8, 20, 61, 0.6);
    padding: 8px;
    border-radius: 15px;
    margin-top: 5px;
    font-weight: bold;
    min-width: 45px;
    display: block;
}

.plan3 h4 {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #eeecec;
    padding-bottom: 20px;
    text-align: center;
}

.plan3 .term {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.plan3 .term span {
    display: inline-block;
    margin-left: 5px;
    background: rgba(8, 20, 61, 0.6);
    padding: 8px 15px;
    border-radius: 15px;
    margin-top: 5px;
    font-weight: bold !important;
}

.plan3 a.but-close {
    background: #b1bce1;
    opacity: .75;
    pointer-events: none;
}

.plan3 a.but3:hover {
    background: -o-linear-gradient(303deg, #00d9ff, #ae12ab, #5337d8, #0b56ff);
    background: linear-gradient(147deg, #00d9ff, #ae12ab, #5337d8, #0b56ff);
    -webkit-animation: animate-gradient 5s ease infinite;
            animation: animate-gradient 5s ease infinite;
    background-size: 400% 400%;
}

.plan3 .close-depo {
    opacity: .75;
}

.plan3 .depo-item {
    margin-bottom: 15px;
}

.plan3 {
    position: relative;
    height: 100%;
}

.plan-header {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plan-header h3 {
    background: #1a2035;
    color: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 50px;
    border-left: 15px solid #00b3e0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    width: 100%;
    max-width: 210px;
    margin-left: 15px;
}

.plan-header img {
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 150px;
    -webkit-box-shadow: 0 0 0 5px #503adb, inset 0 0 0 5px #1e71d4;
    box-shadow: 0 0 0 5px #503adb, inset 0 0 0 5px #1e71d4;
    border-radius: 50%;
}

.plan3 .close-depo .btn-primary {
    background: #b1bce1;
}

.btn-sm {
    padding: 5px 13px !important;
}

/* CAB TAB */
.cab-tab table {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
    border: none;
}

.cab-tab table tr:first-child {
    background: #113e64;
    background: -o-linear-gradient(315deg, #113e64 0%, #01ebb8 100%);
    background: linear-gradient(135deg, #113e64 0%, #01ebb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113e64', endColorstr='#01ebb8', GradientType=1);
    color: #FFF;

    font-size: 16px;
    line-height: 50px;
}

.cab-tab table th:first-child {
    border-radius: 15px 0 0 0;
}

.cab-tab table th:last-child {
    border-radius: 0 15px 0 0;
}

.cab-tab table td {
    line-height: 50px;
    text-align: center;
}

.cab-tab table td:first-child {
    line-height: 50px;

    padding-left: 15px;
}

.cab-tab table a {
    color: #FFF;
    text-decoration: none;
}

a.ac-set {
    color: #FFF;
}

.sled {
    background: #113e64;
    background: -o-linear-gradient(315deg, #113e64 0%, #01ebb8 100%);
    background: linear-gradient(135deg, #113e64 0%, #01ebb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113e64', endColorstr='#01ebb8', GradientType=1);
    color: #FFF;
    text-align: center;

    font-size: 16px;

    padding: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
}

.sled a {
    color: #FFF;
    padding: 5px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sled a:hover {
    opacity: 0.7;
}




.cabin-tab table {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
    border: none;
}

.cabin-tab table th {
    background: #113e64;
    background: -o-linear-gradient(315deg, #113e64 0%, #01ebb8 100%);
    background: linear-gradient(135deg, #113e64 0%, #01ebb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113e64', endColorstr='#01ebb8', GradientType=1);
    color: #FFF;

    font-size: 16px;
    line-height: 50px;
}

.cabin-tab table td {
    line-height: 50px;
    text-align: center;
}

.cabin-tab table td:first-child {
    line-height: 50px;

    padding-left: 15px;
}

.cabin-tab table a {
    color: #FFF;
    text-decoration: none;
}

.cabin-tab td input {
    padding: 10px;
    float: left;
    margin-top: 5px;
}

.cabs-wal {
    background: #FFF;
    text-align: right;
    margin: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    width: 400px;
    margin-left: -50px;

}

.cabs-wal input {

    width: 250px;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 15px;

    font-size: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding-left: 50px;

}

.cabs-wal span {}

.cabs-wal img {

    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 2px #4ed4be, 0 0 0 4px #fff, 0 0 0 6px #4ed4be;
    box-shadow: 0 0 0 2px #4ed4be, 0 0 0 4px #fff, 0 0 0 6px #4ed4be;

    background: #FFF;
    position: relative;
    margin-right: -25px;
    margin-bottom: -20px;
}

.oper-tab {
    margin-bottom: 50px;
}

.oper-tab table {
    width: 50%;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
    border: none;
}

.oper-tab table td {
    line-height: 20px;
    text-align: left;
    padding: 15px;
}

.oper-tab table td input {
    padding: 10px;
    width: 90%;
    border-radius: 50px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
}

.oper-tab table td select {
    padding: 10px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
}

.sums {
    float: right;
    margin-top: -27px;
    margin-right: 10px;
    position: relative;
}

.oper-tab {
    margin-bottom: 50px;
}

.oper-tab table {
    width: 50%;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
    border: none;
}

.oper-tab table td {
    line-height: 20px;
    text-align: left;
    padding: 15px;
}

.oper-tab table td input {
    padding: 10px;
    width: 90%;
    border-radius: 50px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
}

.oper-tab table td select {
    padding: 10px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 1px 1px 10px #c5c5c5;
    box-shadow: 1px 1px 10px #c5c5c5;
}

.sums {
    float: right;
    margin-top: -27px;
    margin-right: 10px;
    position: relative;
}

.large-header {
    position: relative;
    width: 100%;
    background: #111;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}



.main-title {
    position: absolute;
    margin: 0;
    padding: 0;

    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.demo .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}

@media only screen and (max-width: 768px) {
    .demo .main-title {
        font-size: 3em;
    }
}

.outer {
    height: 175px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner {
    display: inline-block;
    width: 84px;
    height: 90px;


}

.flex-rw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footercss {

    z-index: 1000;
    border-top: 10px solid #83d2fa;
    font-family: 'Montserrat Alternates', semi-bold;
    position: relative;
}

.footer-links {
    background-image: -o-linear-gradient(230deg, #ad44e0, #0288ff, #4b02ff);
    background-image: linear-gradient(220deg, #ad44e0, #0288ff, #4b02ff);
    width: 100%;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-links>* {
    margin: 10px;
    list-style: none;
}

.footer-bottom-section {
    background: #1a2035;
}

.footercss ul {
    width: 40%;
    list-style: none;
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

.footer-button-group {
    width: 40%;
    -webkit-box-shadow: 0 0 10px #dbffff, 0 0 40px #0ff;
    box-shadow: 0 0 10px #dbffff, 0 0 40px #0ff;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    min-width: 420px;
}

.footer-button-group:hover {
    -webkit-box-shadow: 0 0 10px #fff, 0 0 20px #dbffff, 0 0 60px #0ff;
    box-shadow: 0 0 10px #fff, 0 0 20px #dbffff, 0 0 60px #0ff;
}

.footer-button-group .cab-btn {
    width: 50%;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    background-image: none;
    background: transparent;
}

.footer-button-group .cab-btn:first-child {
    border-right: 1px solid rgba(0, 255, 255, 0.5);
}

.footercss a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.generic-anchor {
    color: #8088a5;
}

.generic-anchor:visited {
    color: #8088a5;
}

.generic-anchor:hover {
    opacity: .8;
}

.generic-anchora {
    color: #8088a5;
}

.generic-anchora:visited {
    color: #8DB9ED;
}

.generic-anchora:hover {
    color: #ccc;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 10em "Oswald", sans-serif;
    color: #9b9b9b;
    line-height: 1;
}

footer {
    background: white;
    margin-top: auto;
    width: 100%;
}

.footer-list-top {
    /* width: 33.333%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-list-top li:first-child {
    margin-right: 15px;
}

.footer-list-top li img {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    opacity: 0.85;
}

.footer-list-top:hover li img {
    opacity: 1;
}

.footer-list-top>li {
    text-align: center;
    /* padding-bottom: 10px; */
}

.footer-list-header {
    padding: 10px 0 10px 0;
    color: #fff;
    /* font: 1.4vw "Oswald", sans-serif; */
    font-size: 20px;
    font-weight: normal;
}

.footer-list-anchor {
    font: 1.3em "Open Sans", sans-serif;
}

.footer-social-section {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin-top: 5px;
}

.footer-social-section::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    border-top: 1px solid #ccc;
    width: calc(100% - 20px);
}

.footer-social-overlap {
    position: relative;
    z-index: 2;
    background: -o-linear-gradient(315deg, #101051 0%, #104fba 100%);
    background: linear-gradient(135deg, #101051 0%, #104fba 100%);
    padding: 0 20px;
}

.footer-social-connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 3.5em "Oswald", sans-serif;
    color: #fff;
}

.footer-social-small {
    font-size: 0.6em;
    padding: 0px 20px;
}

.footer-social-overlap>a {
    font-size: 3em;
}

.footer-social-overlap>a:not(:first-child) {
    margin-left: 0.38em;
}

.footer-bottom-section {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer-bottom-wrapper {
    font-size: 18px;
    color: #8088a5;
}

.footer-address {
    display: inline;
    font-style: normal;
}

@media only screen and (max-width: 768px) {
    .footer-list-header {
        font-size: 2em;
    }

    .footer-list-anchor {
        font-size: 1.1em;
    }

    .footer-social-connect {
        font-size: 2.5em;
    }

    .footer-social-overlap>a {
        font-size: 2.24em;
    }

    .footer-bottom-wrapper {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 568px) {
    main {
        font-size: 5em;
    }

    .footer-list-top {
        width: 100%;
    }

    .footer-list-header {
        font-size: 3em;
    }

    .footer-list-anchor {
        font-size: 1.5em;
    }

    .footer-social-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-social-section::after {
        top: 25%;
    }

    .footer-social-connect {
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .footer-social-overlap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-social-icons-wrapper {
        width: 100%;
        padding: 0;
    }

    .footer-social-overlap>a:not(:first-child) {
        margin-left: 20px;
    }

    .footer-bottom-section {
        padding: 0 5px 10px 5px;
    }

    .footer-bottom-wrapper {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-social-overlap>a {
        margin: auto;
    }

    .footer-social-overlap>a:not(:first-child) {
        margin-left: 0;
    }

    .footer-bottom-rights {
        display: block;
    }
}

@media only screen and (max-width: 320px) {
    .footer-list-header {
        font-size: 2.2em;
    }

    .footer-list-anchor {
        font-size: 1.2em;
    }

    .footer-social-connect {
        font-size: 2.4em;
    }

    .footer-social-overlap>a {
        font-size: 2.24em;
    }

    .footer-bottom-wrapper {
        font-size: 1.3em;
    }
}

@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

/*/////////////////////////////////////////////////////////////
    // Social Sharing Icons \
///////////////////////////////////////////////////////////// */
.cs-social-share {

    background: #16b0fb;

}

/*/////////////////////////////////////////////////////////////
    // Social Sharing Icons On Product Page \
///////////////////////////////////////////////////////////// */
.cs-share-this-product {
    float: left;
    width: 5%;
    height: 30px;
    padding: 1px 0px;
    min-width: 68px;
    margin: 2% .8%;
    overflow: hidden;
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -ms-filter: brightness(90%);
    -o-filter: brightness(90%);
    filter: brightness(90%);
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.cs-share-this-product:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    filter: brightness(120%);
}

.cs-share-this-product:hover img {
    left: 32%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cs-share-this-product:hover span.share-text {
    opacity: 0;
    left: 20px;
    -webkit-transform: rotateX(90deg) scale(0.3);
    transform: rotateX(90deg) scale(0.3);
}

.cs-share-this-product a {
    text-decoration: none;
}

.cs-share-this-product img {
    width: 28px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    left: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.cs-share-this-product .social-share-icon-block span.share-text {
    font-size: 12px;
    color: #fff;
    position: relative;
    left: -3px;
    top: -8px;
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.cs-share-this-product.facebook {
    background: #527EBF;
}

.cs-share-this-product.twitter {
    background: #25C0E2;
}

.cs-share-this-product.google-plus {
    background: #DB4A37;
}

.cs-share-this-product.pinterest {
    background: #CD2129;
}

.cs-share-this-product.linkedin {
    background: #147BB7;
}

.cs-share-this-product.email {
    background: #0F75BC;
}

/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {

    #timeline .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        -webkit-box-shadow: 0px 0px 2px 8px #f7f7f7;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.demo-card:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.demo-card:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.demo-card:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.demo-card:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.demo-card:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}


/* Fonts */
#timeline body {
    font-family: Roboto;
}

#timeline span {
    width: 16px;
}

#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}

#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}

#timeline .demo-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 1170px;
    height: 1200px;
    margin: 0 auto;
}

#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}



#timeline .demo-card {
    max-width: 450px;
    height: 300px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
}

#timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
}

#timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
}

#timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
}

#timeline .demo-card:nth-child(even) {
    margin-left: 45px;
}

#timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
}

#timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
}

#timeline .demo-card:nth-child(2) {
    margin-top: 180px;
}

#timeline .demo-card .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
}

#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}

#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

#timeline .demo-card .body {
    height: 200px;
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

#timeline .demo-card .body img {
    display: block;
    width: 100%;
}

#timeline .demo-card--step1 {
    background-color: #4a37c8;
}

#timeline .demo-card--step1 .head::after {
    border-color: #4a37c8;
}

#timeline .demo-card--step2 {
    background-color: #cb0b8d;
}

#timeline .demo-card--step2 .head::after {
    border-color: #cb0b8d;
}

#timeline .demo-card--step3 {
    background-color: #4a37c88f;
}

#timeline .demo-card--step3 .head::after {
    border-color: #4a37c88f;
}

#timeline .demo-card--step4 {
    background-color: #8448ab;
}

#timeline .demo-card--step4 .head::after {
    border-color: #8448ab;
}

#timeline .demo-card--step5 {
    background-color: #296ad094;
}

#timeline .demo-card--step5 .head::after {
    border-color: #296ad094;
}

.tabs {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.tabs label {
    color: #555;
    cursor: pointer;
    display: block;
    float: left;
    width: 200px;
    height: 45px;
    line-height: 45px;
    position: relative;
    top: 2px;
    text-align: center;
}

.tabs input {
    position: absolute;
    left: -9999px;
}

#tab_1:checked~#tab_l1,
#tab_2:checked~#tab_l2,
#tab_3:checked~#tab_l3,
#tab_4:checked~#tab_l4,
#tab_5:checked~#tab_l5 {
    background: #fff;
    border-color: #fff;
    top: 0;
    z-index: 3;
}

.tabs_cont {
    background: #0091cd;
    position: relative;
    z-index: 2;
    height: 230px;
}

.tabs_cont>div {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#tab_1:checked~.tabs_cont #tab_c1,
#tab_2:checked~.tabs_cont #tab_c2,
#tab_3:checked~.tabs_cont #tab_c3,
#tab_4:checked~.tabs_cont #tab_c4,
#tab_5:checked~.tabs_cont #tab_c5 {
    position: static;
    left: 0;
    opacity: 1;
}

.logo-img {
    width: 151px;
    height: 45px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.general-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header #particles-js .particles-js-canvas-el {
    /* width: 150% !important; */
    height: 100vh !important;
}

.licence-btn__wrap {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.licence-btn {
    padding: 10px 35px !important;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.licence-text {
    line-height: 2;
    font-size: 18px;
    background: #ffffff;
    border-radius: 32px;
    padding: 45px;
    color: #0090d1;
    border-left: 15px solid #b7e8f8;
    margin-bottom: 15px;
    position: relative;
}

.licence-logo {
    background: #1a2035;
    padding: 0 75px 0 85px;
    height: 65px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    top: -65px;
    right: 25px;
    border-top-left-radius: 65px;
    border-top-right-radius: 35px;
    border-left: 15px solid #00b3e0;
}

.licence-text p {
    margin-bottom: 10px;
}

.licence-title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: #1a2035;
    border-radius: 60px;
    padding: 25px;
    color: #2d61c8;
    border-left: 15px solid #00b3e0;
    color: #fff;
    margin-bottom: 15px;
}

.licence-title span {
    display: block;
    margin-top: 20px;
}

/* Mobile */
@media (max-width: 915px) {
    .menu {
        position: fixed !important;
        z-index: 1010;
        min-width: auto !important;
        width: 100%;
    }

    .header {
        min-width: auto !important;
        /* max-width: 767.98px; */
    }

    .logo-img {
        width: 82px;
        height: 45px;
    }

    .general-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .general-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .general-nav__item {
        background-color: #1a2035;
    }

    .general-nav__item:last-child {
        position: absolute;
        right: 75px;
        top: -60px;
        z-index: 999999;
        background: transparent;
    }

    .general-nav__item--active .general-nav__link {
        background: -o-linear-gradient(left, #00cff0, #ed38ff);
        background: -webkit-gradient(linear, left top, right top, from(#00cff0), to(#ed38ff));
        background: linear-gradient(to right, #00cff0, #ed38ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }

    .general-nav__link::before,
    .general-nav__link:hover::before,
    .general-nav__item.general-nav__item--active::before {
        width: 0%;
    }

    .menu-btn {
        width: 45px;
        height: 45px;
        cursor: pointer;
        background-color: transparent;
        border: none;
        position: relative;
        outline: none;
    }

    .menu-btn.menu-btn--closed::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 5px;
        right: 5px;
        width: 35px;
        height: 2px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 10px 0 0 #ffffff,
            0 20px 0 0 #ffffff;
        box-shadow: 0 10px 0 0 #ffffff,
            0 20px 0 0 #ffffff;
    }

    .menu-btn.menu-btn--opened::before {
        content: "";
        position: absolute;
        height: 45px;
        width: 2px;
        top: 0;
        left: 22px;
        background-color: #ffffff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-btn.menu-btn--opened::after {
        content: "";
        position: absolute;
        height: 45px;
        width: 2px;
        top: 0;
        left: 22px;
        background-color: #ffffff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-btn {
        display: block;
    }

    .menu-btn.menu-btn--closed+.general-nav {
        display: none;
    }

    .menu-btn.menu-btn--openes+.general-nav {
        display: block;
    }
}

@media (max-width: 415px) {
    a.cab-btn {
        width: 150px;
        font-size: 14px;
    }
}

/* CABINET */
.menu.cab-menu {
    background-color: #000000;
}

.btn-primary {
    background: -o-linear-gradient(303deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background: linear-gradient(147deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background-size: 400% 400%;
    -webkit-animation: animate-gradient 5s ease infinite;
    animation: animate-gradient 5s ease infinite;
    border-color: transparent;
    color: #fff;
    padding: .65rem 1.4rem;
    font-size: 14px;
    opacity: 1;
    border-radius: 35px;
    letter-spacing: .025em;
}

.mtexsm {
    margin-top: 5px;
}

.mtesm {
    margin-top: 10px;
}

.worko-tabs {
    /* margin: 20px;
    width: 80%; */
}

.worko-tabs .state {
    position: absolute;
    left: -10000px;
}

.worko-tabs .flex-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.worko-tabs .flex-tabs .tab {
    /* flex-grow: 1; */
    /* max-height: 40px; */
}

.worko-tabs .flex-tabs .panel {
    padding: 35px 70px;
    min-height: 300px;
    display: none;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.worko-tabs .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 30px 35px;
    vertical-align: top;
    background-color: #fff;
    cursor: hand;
    cursor: pointer;
    border-left: 15px solid #b7e8f8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: bold;
    color: #0090ce;
    top: 23px;
    position: relative;
}


.worko-tabs .tab:hover {
    background-color: #fff;
}

#tab-one:checked~.sv-tabs #tab-one-label,
#tab-two:checked~.sv-tabs #tab-two-label,
#tab-three:checked~.sv-tabs #tab-three-label,
#tab-four:checked~.sv-tabs #tab-four-label {
    cursor: default;
    border-left-color: #00b3e0;
    background: #1a2035;
    color: #fff;
}

#tab-one:checked~.sv-tabs #tab-one-panel,
#tab-two:checked~.sv-tabs #tab-two-panel,
#tab-three:checked~.sv-tabs #tab-three-panel,
#tab-four:checked~.sv-tabs #tab-four-panel {
    display: block;
}

#tab-two-label {
    margin-left: -15px;
}

#tab-three-label {
    margin-left: -15px;
}

#tab-four-label {
    margin-left: -15px;
}

@media (max-width: 600px) {
    .flex-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-tabs .tab {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .flex-tabs .tab:last-of-type {
        border-bottom: none;
    }

    .flex-tabs #tab-one-label {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-tabs #tab-two-label {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .flex-tabs #tab-three-label {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .flex-tabs #tab-four-label {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .flex-tabs #tab-one-panel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .flex-tabs #tab-two-panel {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .flex-tabs #tab-three-panel {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .flex-tabs #tab-four-panel {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    #tab-one:checked~.sv-tabs #tab-one-label,
    #tab-two:checked~.sv-tabs #tab-two-label,
    #tab-three:checked~.sv-tabs #tab-three-label,
    #tab-four:checked~.sv-tabs #tab-four-label {
        border-bottom: none;
    }

    #tab-one:checked~.sv-tabs #tab-one-panel,
    #tab-two:checked~.sv-tabs #tab-two-panel,
    #tab-three:checked~.sv-tabs #tab-three-panel,
    #tab-four:checked~.sv-tabs #tab-four-panel {
        border-bottom: 1px solid #ccc;
    }
}

/* CALCULATION */
.irs--flat .irs-bar {
    background: -o-linear-gradient(147deg, #00d9ff, #0b56ff, #702cca, #ae12ab) !important;
    background: linear-gradient(303deg, #00d9ff, #0b56ff, #702cca, #ae12ab) !important;
}

.irs--flat .irs-grid-text {
    color: #fff;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #ab13ac !important;
}

.calculation {
    background-position: center, 45px 55px, center;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 300px;
    color: #fff;
    z-index: 2;
    position: relative;
    /* background: url(../images/pattern.png), -webkit-linear-gradient(145deg, #00d2ff, #fff 50%, #00b3e0 100%); */
    /* border-left: 25px solid #b7e8f8; */
    border-left: 25px solid #00b3e0;
    background: -o-linear-gradient(315deg, rgb(16, 54, 188) 0%, rgba(56, 220, 255, 0.75) 100%), url(../images/pattern.png), -o-linear-gradient(315deg, #1036bc 0%, #38dcff 100%);
    background: linear-gradient(135deg, rgb(16, 54, 188) 0%, rgba(56, 220, 255, 0.75) 100%), url(../images/pattern.png), linear-gradient(135deg, #1036bc 0%, #38dcff 100%);
}

.calculation h4,
.calculation p {
    text-align: center;
    font-weight: bold;
    text-transform: lowercase;
    vertical-align: middle;
    font-size: 28px;
}

.calculation h4 {
    font-size: 54px;
    position: absolute;
    z-index: 11;
    /* background: #67cded; */
    /* background: #6f2dcb; */
    background: #1a2035;
    color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    right: 10px;
    top: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calculation p,
.calc-header span {
    /* color: #00b3e0; */
    color: #fff;
}

.calc-header span {
    margin-top: 10px;
}

.calc-header span:nth-child(1) {
    font-size: 13px;
}

.calc-header span:nth-child(2) {
    font-size: 24px;
}

.blog-slider {
    max-width: 1000px !important;
}


.block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.infCard {
    width: 40%;
}

.licence_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 960px) {
    .licence_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media only screen and (max-width: 1024px) {
    .block-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .infCard {
        width: 50%;
    }

    .col-md_text {
        font-size: 13px;
    }

    .imageblocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .imageblock h2 {
        position: absolute;
        top: 35px;
        left: 30px;
        width: 100%;
        font-size: 15px;
        color: #ffffff;
        text-shadow: 0px 0px 4px black;
        width: 220px;
        height: 125px;
        overflow: auto;
        direction: rtl;
    }

}



.ttu {
    text-transform: uppercase;
    letter-spacing: .025em;
}

.calculation .btn-primary {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .025em;
}

.calculation h4 {
    font-size: 54px;
    position: absolute;
    z-index: 11;
    /* background: #67cded; */
    /* background: #6f2dcb; */
    background: #1a2035;
    border-radius: 50%;
    width: 127px;
    height: 125px;
    right: 10px;
    top: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #991bb6;
    border-top: 5px solid #00b3e0;
    border-left: 5px solid #503adb;
}

.calculation h4+p {
    font-size: 18px;
    min-height: 45px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calculation .text_sm {
    font-size: 12px;
}

.calculation input[type="text"] {
    border-radius: 30px;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    border: 1px solid #87dbf0;
    font-weight: bold;
    color: #00b3e0;
    position: relative;
}

.calculation input[type="text"]:after {
    content: "\f155";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;

    position: absolute;
    left: 10px;
    top: 5px;

}

.inner-calc__pay-system {
    display: none;
}

.calculation .section-headline {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calculation .section-headline h2 {
    font-size: 24px;
    background: #1a2035;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    border-radius: 35px;
    text-transform: lowercase;
    border-left: 5px solid #00b3e0;
    margin-bottom: 20px;
    /* border-bottom: 5px solid #00b3e0; */
}

.calc-header .span {
    font-weight: bold;
}

.calculation-area-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-content {
    width: auto;
}

.calculation-wrap {}

@media (max-width: 1199.98px) {
    .calculation-area-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .calculation-item:first-child {
        margin-bottom: 35px;
    }
}

.calculation-wrap {
    margin: 0 auto !important;
    max-width: 1200px;
}

.calculation-wrap .worko-tabs {
    padding: 0 15px;
}

.calculation_tab.tab-menu ul.nav li a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--sec) !important;
    padding-bottom: 40px;
    margin-bottom: -35px;
    padding: 0 0 40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    color: #fff !important;
    border: 0;
    text-decoration: none;
    min-width: 85px;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
}

.calculation_tab.tab-menu ul li.active a,
.calculation_tab.tab-menu ul li:hover a {
    background: var(--pri) !important;
    border: 0;
}

.calculation_tab.tab-menu ul li.active a {
    z-index: 3;
}

.calculation .ui-corner-all {
    border: none !important;
    border-radius: 35px !important;
}

.calculation .ui-widget-header {
    background: var(--ter);
}

.calculation .ui-state-default,
.ui-widget-content .ui-state-default {
    background: url(../img/hand.png) center no-repeat;
    width: 38px !important;
    height: 30px !important;
    background-size: 100%;
    top: -11px;
    cursor: pointer;
}

.change_ps label {
    cursor: pointer;
    border-radius: 10px;
}

.change_ps input:checked+label img {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: inset 0 0 0 2px #01d2ff, 0 0 0px 6px #01d3ff;
    box-shadow: inset 0 0 0 2px #01d2ff, 0 0 0px 6px #01d3ff;
    border-radius: 10px;
}

.calculation-left .ui-widget-content .ui-state-default {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.calc-lead {
    display: block;
    border-color: #ffd84e;
}

.calc-lead-inner {
    margin-top: 85px;
}

.calculation-area-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

/* CALCULATION MAIN PAGE ---- MOBILE ONLY */
@media (max-width: 575.98px) {
    .calculation-wrap {
        width: 100% !important;
    }

    .calculation {
        border-radius: 0;
    }

    .calculation .section-headline h2 {
        font-size: 16px;
    }

    .calculation_tab.tab-menu ul.nav li a {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .calc-lead-inner {
        margin-top: 0px;
    }
}

/* LOGIN */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"] {
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Montserrat Alternates', semi-bold;
    /* font-weight: bold; */
    letter-spacing: .025em;
}

.rangebox_item input:disabled,
.rangebox_item input[readonly] {
    background: #1a2035;
    color: #fff;
    border-color: transparent;
}

img.captcha {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 12px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.info {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.second-page.login .form-signup input[type="text"],
.second-page.login .form-signup input[type="password"] {
    min-width: 100%;
}

.second-page.login .form-repass .formatTable {
    min-width: 300px;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.checkbox__text:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.checkbox input:checked+.checkbox__text:before {
    background: -o-linear-gradient(57deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background: -o-linear-gradient(303deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
    background: linear-gradient(147deg, #00d9ff, #0b56ff, #702cca, #ae12ab);
}

.checkbox input:checked+.checkbox__text:after {
    left: 26px;
}

.certificate {
    /* width: 100%;
    border-right: 10px solid #96f1fc;
    border-bottom: 10px solid #991bb6;
    border-top: 10px solid #00b3e0;
    border-left: 10px solid #503adb;
    border-radius: 10px; */

    width: 100%;
    /* border-right: 10px solid #96f1fc; */
    /* border-bottom: 10px solid #991bb6; */
    border-top: 10px solid #00b3e0;
    border-left: 15px solid #503adb;
    /* border-radius: 35px; */
    border-top-left-radius: 35px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
}

.info-telegram {
    margin-top: 35px;
    padding: 10px 15px 10px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
    font-size: 22px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s-ease-in-out;
    -o-transition: .3s-ease-in-out;
    transition: .3s-ease-in-out;
}

.info-telegram .icon {
    font-size: 36px;
    margin-left: 15px;
    color: #0693ff;
}

.info-telegram:hover {
    background: rgba(255, 255, 255, .25);
}

.second-page .form h2 {
    color: #fff;
    margin-bottom: 10px;
}

.footer .container.licence {
    padding-bottom: 75px;
    margin-bottom: 0 !important;
}

.footer+img {
    background-color: #fff;
}

.footer-2 .container {
    padding-left: 0;
    padding-right: 0;
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    padding: 15px;
}

.partners .slick-next {
    right: 0px;
}

.partners .slick-prev {
    left: 0;
}

@media (max-width: 879px) {
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
    }

    .footer-links>* {
        margin: 15px;
    }
}

@media (max-width: 910px) {
    .calculation {
        border-radius: 200px;
    }
}

@media (max-width: 820px) {
    .calculation {
        border-radius: 150px;
    }
}

@media (max-width: 730px) {
    .calculation {
        border-radius: 100px;
    }
}

@media (max-width: 770px) {
    .calculation {
        border-radius: 50px;
        border-left: 0;
    }

    .worko-tabs .tab {
        padding-left: 20px;
        padding-right: 20px;
    }

    .infCard {
        width: 100%;
    }

    .invest .col4 {
        padding-left: 15px;
        padding-right: 35px;
    }
}

@media (max-width: 600px) {
    .flex-tabs .tab {
        border-radius: 35px;
        height: auto;
        padding: 10px;
        border: 0;
        position: static;
        margin-left: 0 !important;
        margin-bottom: 5px;
    }
}



@media only screen and (max-width: 768px) {
    .header {
        height: auto;
        min-height: auto;
    }

    .header-decor {
        height: auto;
    }

    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
    }

    .section-title {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .licence-text {
        padding: 25px 35px;
    }

    .second-page>.title {
        font-size: 48px;
    }

    .stat {
        margin: 10px;
    }

    .footer {
        padding-top: 15px;
    }

    .beginn {
        padding-bottom: 25px;
    }

    .begin {
        padding-bottom: 50px;
    }

    .imageblocks>* {
        width: auto !important;
    }

    .blog-slider {
        padding: 15px;
    }

    .calc-wrap>* {
        margin-top: 15px;
    }

    .calculation-wrap .worko-tabs {
        padding: 0 10px;
    }

    .rangebox_item {
        margin: 0 3px;
        text-align: center;
        font-size: 15px;
    }

    .outer {
        height: 150px;
    }

    .calculation {
        padding: 25px 20px;
    }

    .container.licence {
        padding-right: 10px;
        padding-left: 10px;
    }

    .agreement p {
        margin-bottom: 35px;
        font-size: 18px;
    }

    .rulesText+br+br {
        display: none;
    }
    .question h2 {
        font-size: 20px;
    }
}

@media (max-width: 560px) {
    .imageblock img {
        width: 405px !important;
    }

    .imageblock h2 {
        margin-top: -19px;
        padding-bottom: 17px;
        height: 129px !important;
        margin-left: -11px;
        padding-right: 15px;
    }

    .calculation h4 {
        width: 90px;
        height: 90px;
        font-size: 32px;
        right: -10px;
        top: -2px;
    }

    .container.licence {
        padding-right: 5px;
        padding-left: 5px;
    }

    .question .decor {
        display: none;
    }
    .answer {
        margin-left: 0;
    }
    .question h2 {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    .footer-button-group {
        min-width: 320px !important;
    }

    .footer-button-group a.cab-btn {
        width: 150px !important;
        font-size: 14px !important;
        height: 50px;
        line-height: 50px;
    }

    .imageblock img {
        width: 320px !important;
    }

    .imageblock h2 {
        margin-top: -19px;
        height: 91px !important;
        margin-left: -17px;
        padding-right: 65px;
    }

    .imageblock h2 p {
        font-size: 13px;
    }

    .licence-logo {
        padding: 0 35px 0 40px;
    }
}

@media (max-width: 400px) {
    .second-page.login .form-repass .formatTable {
        min-width: 100%;
    }

    .second-page>.title {
        font-size: 38px;
    }
}

.beginn .container {
    padding-left: 10px;
    padding-right: 10px;
}

.irs-line,
.irs-bar,
.irs-single,
.irs-handle {
    cursor: pointer !important;
}