@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

body, html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: 0 0;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #d7f5ed
}

a, abbr, acronym, address, applet, b, big, blockquote, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: 0 0
}

.search input {
    background: 0 0;
    border: 0
}

*, :after, :before {
    box-sizing: inherit
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

:focus {
    outline: 0
}

a, ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #303168;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

footer, header {
    overflow: hidden
}

header {
    background: url(../img/header_bg.png) no-repeat top center;
    padding: 100px 0 300px
}

.logo_box{
    float: left;
    margin-left: 116px;
    color: #00b790;
    font-size: 2.2em;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: 'Istok Web',sans-serif;
}

.top_menu {
    float: right;
    margin-right: 30px;
    font-family: 'Istok Web', sans-serif
}

.top_menu ul li {
    display: inline-block;
    padding-left: 30px
}

.top_menu a {
    font-size: 1.125em;
    font-weight: 700
}

footer {
    background-color: #fff;
    padding: 100px 30px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em
}

footer .cont_center {
    position: relative;
    overflow: hidden
}

footer, footer a {
    color: #303168
}

footer .left_box {
    width: 50%;
    float: left
}

footer .left_box .text_block {
    width: 330px
}

footer .left_box .text_block:first-child {
    margin-bottom: 30px
}

footer .left_box .img_box {
    float: left;
    text-align: center;
    width: 60px;
    margin-right: 30px;
    padding-top: 10px
}

footer .left_box .footer_text {
    overflow: hidden;
    color: #303168
}

footer .right_box {
    width: 50%;
    float: right;
    text-align: right
}

footer .footer_menu ul {
    margin-bottom: 10px
}

footer .footer_menu ul li {
    display: inline-block;
    margin-left: 30px
}

footer .footer_menu ul li a {
    font-size: 1.125em;
    font-weight: 700;
    font-family: 'Istok Web', sans-serif
}

footer .footer_links a {
    margin-left: 20px
}

footer .copyright {
    position: absolute;
    bottom: 0;
    right: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

#container {
    -webkit-background: linear-gradient(to bottom, #d7f5ed, #b6ecdc 350px);
    -moz-background: linear-gradient(to bottom, #d7f5ed, #b6ecdc 350px);
    -ms-background: linear-gradient(to bottom, #d7f5ed, #b6ecdc 350px);
    background: linear-gradient(to bottom, #d7f5ed, #b6ecdc 350px);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    overflow: hidden
}

a:hover {
    color: #00b790;
    text-decoration: underline
}

.cont_center {
    max-width: 1200px;
    margin: 0 auto
}

.content {
    margin-top: -90px
}

.text_block1 {
    padding-left: 290px;
    padding-top: 60px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 2.2em;
    font-family: 'Istok Web', sans-serif;
    background: url(../img/illustration1.png) no-repeat left top
}

.text_block1 h2 {
    color: #00b790;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 40px
}

.text_block1 .top_text {
    color: #303168;
    font-size: 1.875em;
    padding-bottom: 40px
}

.decor_line_box {
    width: 750px;
    margin: 60px auto 90px;
    overflow: hidden
}

.decor_line_box .decor_line {
    height: 6px;
    border: 3px solid #303168;
    float: left;
    width: calc(100% - 65px);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.decor_line_box .decor_line:first-child {
    width: 45px;
    margin-right: 20px
}

.text_box {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.3em;
    color: #303168;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 70px;
    background: url(../img/gray_circle.png) no-repeat 350px bottom
}

.activity {
    padding-top: 250px;
    background: url(../img/two_green_circle.png) no-repeat center top
}

.activity h2, .contact_us h3 {
    font-family: 'Istok Web', sans-serif
}

.activity h2 {
    text-align: center;
    margin-bottom: 60px;
    color: #00b790;
    font-size: 2.25em;
    font-weight: 400
}

.carousel_box {
    background: url(../img/owl_bg.png) no-repeat center top;
    width: 850px;
    height: 910px;
    margin: 0 auto 100px;
    position: relative
}

.carousel_box .mf_link, .carousel_box .mf_title {
    color: #303168;
    font-family: 'Istok Web', sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    position: absolute;
    top: 40%;
    left: -100px
}

.carousel_box .mf_link {
    width: 270px;
    height: 74px;
    line-height: 65px;
    border: 6px solid #303168;
    text-align: center;
    display: block;
    z-index: 20;
    top: 110px;
    left: 50%;
    margin-left: -135px;
    text-decoration: none;
    font-size: 1.125em;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    border-radius: 37px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.carousel_box .mf_link:hover {
    color: #fff;
    border-color: #fff
}

.carousel_box .owl-carousel {
    width: 324px;
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -162px
}

.carousel_box .owl-stage-outer {
    height: 535px
}

.carousel_box .green_gradient {
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 850px;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-background: linear-gradient(to bottom, rgba(47, 199, 146, 0) 75%, #30ca92 94%);
    -moz-background: linear-gradient(to bottom, rgba(47, 199, 146, 0) 75%, #30ca92 94%);
    -ms-background: linear-gradient(to bottom, rgba(47, 199, 146, 0) 75%, #30ca92 94%);
    background: linear-gradient(to bottom, rgba(47, 199, 146, 0) 75%, #30ca92 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.carousel_box .carousel_item {
    width: 324px
}

.carousel_box .carousel_item img {
    display: block;
    max-width: 100%
}

.carousel_box .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%
}

.carousel_box .owl-nav > div {
    position: absolute;
    background: url(../img/owl_sprite.png) no-repeat;
    width: 75px;
    height: 75px;
    text-indent: 99999px;
    z-index: 30
}

.carousel_box .owl-nav .owl-prev {
    left: -70px;
    background-position: 0 0
}

.carousel_box .owl-nav .owl-prev:hover {
    background-position: 0 -85px
}

.carousel_box .owl-nav .owl-next {
    right: -70px;
    background-position: -85px 0
}

.carousel_box .owl-nav .owl-next:hover {
    background-position: -85px -85px
}

.carousel_box .mf_bottom_text {
    position: absolute;
    bottom: -230px;
    width: 100%;
    text-align: center;
    color: #303168;
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    font-size: 2em;
    z-index: 30
}

.apk-link {
    display: inline-flex;
    height: 70px;
    margin-top: 50px;
    align-items: center;
    padding: 0 30px;
    background: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 35px;
    border: 6px solid #303168;
    font-size: 80%;
}

.apk-link:hover {
    text-decoration: none;
}

.connect-etc div {
    margin-top: 50px;
}

.carousel_box .market_box {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 25
}

.carousel_box .market_box a {
    margin: 0 20px;
    text-decoration: none;
    overflow: hidden
}

.carousel_box .market_box a img:hover {
    -webkit-box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3);
    -moz-box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3);
    -ms-box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3);
    box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3)
}

.contact_us {
    width: 100%;
    overflow: hidden;
    padding: 180px 130px 100px;
    background: url(../img/contact_us_bg.png) no-repeat 150px top;
    min-height: 640px;
    box-sizing: border-box
}

.contact_us form {
    position: relative
}

.contact_us h3 {
    font-weight: 700;
    font-size: 3.75em;
    color: #303168;
    width: 100%
}

.contact_us .contact_text {
    color: #303168;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    line-height: 1.5em;
    width: 250px;
    float: left;
    margin-right: 30px;
    padding-top: 5px
}

.contact_us .form_box {
    float: left;
    width: 270px;
    margin-right: 20px;
    margin-bottom: 20px
}

.contact_us .form_box .input_box {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.contact_us .form_box .input_box span, .contact_us .textarea_box span {
    display: none;
    color: red;
    position: absolute;
    bottom: -15px;
    left: 0;
    font-size: .75em;
    font-family: 'Open Sans', sans-serif
}

.contact_us .form_box .input_box.error_box span, .contact_us .textarea_box.error_box span {
    display: block
}

.contact_us .form_box .input_box.error_box:after {
    border-color: red
}

.contact_us .form_box .input_box input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: #303168;
    font-size: 1.125em
}

.contact_us .form_box .input_box input:-moz-placeholder, .contact_us .textarea_box textarea:-moz-placeholder {
    color: rgba(48, 49, 104, .6)
}

.contact_us .form_box .input_box input::-webkit-input-placeholder, .contact_us .textarea_box textarea::-webkit-input-placeholder {
    color: rgba(48, 49, 104, .6)
}

.contact_us .form_box .input_box:after, .contact_us .textarea_box:after {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: 3px solid #303168;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.contact_us .access_msg {
    font-family: 'Open Sans', sans-serif;
    font-size: .875em;
    line-height: 1.3em;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px;
    vertical-align: middle;
    color: #303168;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.contact_us .access_msg.show {
    opacity: 1
}

.contact_us .access_msg img {
    float: left;
    display: block;
    margin-top: -10px;
    position: relative
}

.contact_us .msg_box {
    width: 365px;
    overflow: hidden;
    margin-bottom: 20px
}

.contact_us .textarea_box {
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

.contact_us .textarea_box.error_box:after {
    border-color: red
}

.contact_us .textarea_box textarea {
    display: block;
    border: 0;
    width: 100%;
    height: 160px;
    padding-top: 8px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: #303168;
    font-size: 1.125em
}

.hiring_box, .send_btn {
    text-align: center;
    font-family: 'Istok Web', sans-serif
}

.send_btn {
    width: 270px;
    line-height: 65px;
    border: 6px solid #303168;
    background-color: #303168;
    display: block;
    z-index: 20;
    left: 50%;
    position: relative;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    border-radius: 37px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 74px;
    color: #fff
}

.send_btn:hover {
    color: #303168;
    border-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3);
    -moz-box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3);
    -ms-box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3);
    box-shadow: 0 8px 24px 0 rgba(48, 49, 104, .3)
}

.hiring_box {
    color: #303168;
    height: 490px;
    overflow: hidden;
    padding-top: 180px;
    margin-top: 50px;
    background: url(../img/hire_us_bg.png) no-repeat 340px top
}

.hiring_box h4 {
    color: #00b790;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 400
}

.hiring_box .hiring_text {
    font-size: 1.875em;
    font-weight: 700;
    margin-bottom: 20px
}

.hiring_box .mini_text {
    font-size: 1.125em;
    margin-bottom: 20px
}

.hiring_box .decor_mail, .white_bg {
    position: relative;
    color: #303168;
    font-family: 'Open Sans', sans-serif
}

.hiring_box .decor_mail, .hiring_box .decor_mail:after {
    display: block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.hiring_box .decor_mail {
    margin: 0 auto;
    font-size: 1.125em;
    line-height: 40px;
    padding: 10px 20px;
    background-color: transparent;
    border: 0;
    width: 250px
}

.hiring_box .decor_mail:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: 3px solid #303168;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.hiring_box .decor_mail:hover {
    color: #fff;
    text-decoration: none
}

.hiring_box .decor_mail:hover:after {
    border-color: #fff
}

.white_bg {
    background-color: #fff;
    width: 100%;
    top: -100px;
    padding: 100px 130px;
    line-height: 1.5em
}

.error_box, .white_bg h1 {
    font-family: 'Istok Web', sans-serif
}

.white_bg h1 {
    font-size: 4em;
    margin-bottom: 100px
}

.white_bg h2 {
    font-size: 1.25em;
    margin-bottom: 10px;
    margin-top: 30px
}

.white_bg h3 {
    font-size: 2em;
    line-height: 1.2em
}

.error_box h2, .error_box img, .white_bg h3, .white_bg p, .white_bg table {
    margin-bottom: 30px
}

.white_bg table td, .white_bg table th {
    border: 1px solid rgba(48, 49, 104, .6);
    padding: 5px
}

.white_bg table td {
    text-align: left;
    vertical-align: top
}

.white_bg table td p {
    margin-bottom: 0
}

.white_bg table th {
    background-color: #b6ecdc
}

.white_bg ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.white_bg ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0
}

.error_box {
    margin-top: -270px;
    text-align: center
}

.error_box h2 {
    font-size: 1.875em;
    color: #303168
}

.error_box .send_btn {
    margin-bottom: 40px;
    margin-left: -135px
}