@font-face {
    font-family: bariol_boldbold;
    src: url(../fonts/bariol_bold-webfont.eot);
    src: url(../fonts/bariol_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bariol_bold-webfont.woff2) format("woff2"), url(../fonts/bariol_bold-webfont.woff) format("woff"),
        url(../fonts/bariol_bold-webfont.ttf) format("truetype"), url(../fonts/bariol_bold-webfont.svg#bariol_boldbold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: bariol_regularregular;
    src: url(../fonts/bariol_regular-webfont.eot);
    src: url(../fonts/bariol_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bariol_regular-webfont.woff2) format("woff2"), url(../fonts/bariol_regular-webfont.woff) format("woff"),
        url(../fonts/bariol_regular-webfont.ttf) format("truetype"), url(../fonts/bariol_regular-webfont.svg#bariol_regularregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: bariol_regularregular, sans-serif;
    color: #4a4a4a;
    background: url(../img/pattern.png) repeat;
    margin: 0;
    padding: 0;
}
body.modal-open {
    padding-right: 17px;
}
#pageC {
    overflow-x: hidden;
}
body,
html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    scroll-behavior: smooth;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a {
    color: #4a4a4a;
    text-decoration: none;
    outline: 0 none;
}
a:visited {
    color: inherit;
}
a:focus,
a:hover {
    color: #4a4a4a;
    text-decoration: none;
    outline: none;
}
:focus {
    outline: none !important;
}
.img-center {
    margin: 0 auto;
    display: block;
}
p {
    margin: 0;
    padding: 0;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.visible-fade {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.hidden-fade {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.btn {
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    width: 100%;
    border: 1px solid #ffc80f;
    background-color: #ffc80f;
    border-radius: 60px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: black;
    font-weight: 600;
    cursor: pointer;
}
.btn:hover {
    color: #12c38a;
    background-color: transparent;
}
.btn--icon {
    cursor: pointer;
    border-color: #279ae7;
    color: #fff !important;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 18px;
    position: relative;
    background-color: #279ae7;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
}
.btn--icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.btn--icon:hover {
    color: #279ae7 !important;
    background-color: #fff;
}
.btn--submitContact {
    margin-top: 30px;
    text-align: left;
    font-weight: 700;
}
.btn--submitContact:active,
.btn--submitContact:focus,
.btn--submitContact:hover {
    color: #12c38a !important;
    background-color: #fff;
}
.btn--small {
    border-color: #0d26a8;
    width: 48px;
    min-width: 48px;
}
.btn--small i {
    color: #0d26a8 !important;
    right: 12px;
}
.btn--large {
    max-width: 360px;
    height: 80px;
    font-size: 24px;
}
.btn--brand {
    color: #12c38a !important;
    border-color: #12c38a;
}
.btn--brand:active,
.btn--brand:focus,
.btn--brand:hover {
    color: #12c38a !important;
    background-color: rgba(195, 31, 74, 0.2);
}
.btn--more {
    width: 100%;
    margin: 20px 0;
}
::-webkit-input-placeholder {
    color: #727272;
}
:-moz-placeholder,
::-moz-placeholder {
    color: #727272;
}
:-ms-input-placeholder {
    color: #727272;
}
.error.help-block {
    font-size: 12px;
    float: right;
}
.error.help-block,
.inputIcon.error i,
.textareaIcon.error i {
    color: #d0021b;
}
.inputIcon {
    position: relative;
    margin-top: 20px;
}
.inputIcon:not(:first-of-type) {
    
}
.inputIcon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 21.5px;
    color: #d8d8d8;
    z-index: 20;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="submit"] {
    border: 0;
    height: 64px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#12c48a), to(#0d26a8));
    background-image: -webkit-linear-gradient(left, #12c48a, #0d26a8);
    background-image: linear-gradient(90deg, #12c48a, #0d26a8);
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
    background-image: -webkit-gradient(linear, right top, left top, from(#12c48a), to(#0d26a8));
    background-image: -webkit-linear-gradient(right, #12c48a, #0d26a8);
    background-image: linear-gradient(270deg, #12c48a, #0d26a8);
}
input[type="email"],
input[type="number"],
input[type="text"],
textarea {
    border: 1px solid #12c48a;
    background-color: #fff;
    width: 100%;
    font-size: 18px;
    padding-left: 50px;
    height: 64px;
    border-radius: 6px;
}
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
textarea:active,
textarea:focus {
    border-color: #0d26a8;
}
input[type="email"].error,
input[type="number"].error,
input[type="text"].error,
textarea.error {
    border-color: #d0021b;
}
input[type="email"].disabled,
input[type="number"].disabled,
input[type="text"].disabled,
textarea.disabled {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    padding-left: 15px;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #0d26a8;
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
    position: relative;
}
input[type="radio"] + label span,
input[type="radio"] + label span:after {
    background: #fff;
}
input[type="radio"] + label span:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
input[type="radio"]:checked + label span {
    border-color: #4a4a4a;
    -webkit-transition: border-color 0.4s linear;
    transition: border-color 0.4s linear;
}
input[type="radio"]:checked + label span:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #4a4a4a;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.textareaIcon {
    position: relative;
    margin-top: 10px;
}
.textareaIcon i {
    position: absolute;
    top: 14px;
    left: 21.5px;
    color: #d8d8d8;
    z-index: 20;
}
textarea {
    resize: none;
    min-height: 126px !important;
    padding-top: 10px;
}
.checkboxWrap {
    margin: 13px 0;
    padding: 0 13px;
    position: relative;
}
.checkboxWrap span {
    padding: 0 20px;
    display: block;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f096";
    letter-spacing: 10px;
    color: #279ae7;
}
input[type="checkbox"]:checked + label:before {
    content: "\f14a";
}
input[type="checkbox"] + label {
    font-weight: 400;
}
.selectIcon {
    width: 100%;
    height: 48px;
    overflow: hidden;
    border: 1px solid #12c38a;
    border-radius: 4px;
    padding-right: 20px;
    position: relative;
}
.selectIcon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #0d26a8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
}
.selectIcon select {
    background: transparent;
    width: -webkit-calc(100% + 65px);
    width: calc(100% + 65px);
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 48px;
    -webkit-appearance: none;
    padding: 0 60px 0 15px;
}

.formimage {
    position: relative;
    margin-top: 40px;
}
.formimage > img{
    max-width: 96%;
    transform: translateY(-30px);
}
.formimage > div{
    position: absolute;
    z-index: 1;
    top: 8%;
    right: 18%;
    padding-bottom: 28px;
    color: #626866;
    font-style: italic;
    background-image: url(../img/logo-ym-gray.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}


.references {
    margin: 50px 0;
    text-align: center;
}
.references h2{
    font-size: 36px;
    text-align: center;
    margin-bottom: 32px;
}
.references h2 small{
    font-size: 18px;
    margin-top: 13px;
    display: block;
}
.references--box {
    text-align: center;
    font-size: 18px;
}
.references--box h4{
    color: #0B27A7;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.ppinfo {
    text-align: center;
    font-size: 14px;
}
.ppinfo img{
    margin-top: 4px;
    margin-bottom: 6px;
    max-width: 70px;
    height: auto;
}





.tasks {
    position: relative;
}
.taskItem--wrap.clone .taskItem {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.taskItem--wrap.clone .taskItem:hover {
    top: 0;
}
.taskItem--wrap.clone .taskItem,
.taskItem--wrap.clone .taskItem:after {
    border-radius: 6px 6px 0 0;
}
.taskItem {
    background-size: cover !important;
    background-position: 50% !important;
    color: #fff;
    -webkit-transition: border-radius 0.3s linear, top 0.3s ease-in-out;
    transition: border-radius 0.3s linear, top 0.3s ease-in-out;
    cursor: pointer;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
}
.taskItem,
.taskItem:after {
    border-radius: 6px;
    position: absolute;
    width: 100%;
}
.taskItem:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    z-index: 0;
}
.taskItem:after,
.taskItem:hover {
    top: 0;
}
.taskItem--rank .taskItem_badge {
    background: #1428a0;
}
.taskItem--rank:after {
    background-image: -webkit-linear-gradient(340deg, rgba(19, 39, 160, 0.7), rgba(0, 189, 178, 0.7));
    background-image: linear-gradient(110deg, rgba(19, 39, 160, 0.7), rgba(0, 189, 178, 0.7));
}
.taskItem--buys .taskItem_badge {
    background: #cc489d;
}
.taskItem--buys:after {
    background-image: -webkit-linear-gradient(170deg, rgba(38, 50, 153, 0.7), rgba(203, 73, 159, 0.7));
    background-image: linear-gradient(280deg, rgba(38, 50, 153, 0.7), rgba(203, 73, 159, 0.7));
}
.taskItem--quiz .taskItem_badge {
    background: #f04c3b;
}
.taskItem--quiz:after {
    background-image: -webkit-linear-gradient(340deg, rgba(243, 76, 56, 0.7), rgba(139, 101, 172, 0.7));
    background-image: linear-gradient(110deg, rgba(243, 76, 56, 0.7), rgba(139, 101, 172, 0.7));
}
.taskItem--news .taskItem_badge {
    background: #ffb540;
}
.taskItem--news:after {
    background-image: -webkit-linear-gradient(340deg, rgba(253, 182, 66, 0.7), rgba(239, 77, 57, 0.7));
    background-image: linear-gradient(110deg, rgba(253, 182, 66, 0.7), rgba(239, 77, 57, 0.7));
}
.taskItem--knowledge .taskItem_badge {
    background: #96cc4f;
}
.taskItem--knowledge:after {
    background-image: -webkit-linear-gradient(160deg, rgba(0, 176, 231, 0.7), rgba(151, 204, 73, 0.7));
    background-image: linear-gradient(290deg, rgba(0, 176, 231, 0.7), rgba(151, 204, 73, 0.7));
}
.taskItem--promotion .taskItem_badge {
    background: #00b1e7;
}

.taskItem--promotion:after {
    background-image: -webkit-linear-gradient(160deg, rgba(139, 98, 183, 0.7), rgba(0, 176, 231, 0.7));
    background-image: linear-gradient(290deg, rgba(139, 98, 183, 0.7), rgba(0, 176, 231, 0.7));
}
.prizes {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.prizes__prize {
    cursor: pointer;
    width: 100%;
}
.width100 {
    width: 100% !important;
}
.taskItem_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.taskItem_content p {
    color: #666;
}

.taskItem_badge {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -12px;
    left: 12px;
    font-size: 16px;
    font-family: bariol_boldbold, sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    padding: 0 9px;
    z-index: 10;
}

.taskItem_badge--msc {
    left: 115px;
    background: #00b28b !important;
}

.taskItem_name {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 10;
}

.taskItem_name h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.taskItem_name h3,
.taskItem_name p {
    font-family: bariol_boldbold, sans-serif;
}

.taskItem_name p {
    font-size: 18px;
    line-height: 18px;
}

.taskItem_close,
.taskItem_date {
    position: absolute;
    top: 12px;
    right: 12px;
    font-family: bariol_boldbold, sans-serif;
    z-index: 10;
}

.taskItem_close {
    display: none;
}

.taskItem_info {
    position: absolute;
    bottom: 12px;
    right: 12px;
    height: 80px;
    width: 150px;
    text-align: right;
    font-family: bariol_boldbold, sans-serif;
    z-index: 10;
}

.taskItem_info div {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.taskItem_info div,
.taskItem_info span {
    font-family: bariol_boldbold, sans-serif;
    right: 0;
}

.taskItem_info span {
    text-transform: none;
    display: block;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
}

.taskItem_info span:nth-of-type(1) {
    top: 0;
}

.taskItem_info span:nth-of-type(2) {
    bottom: 0;
}

.taskGrid {
    width: 100%;
    left: 0;
    top: 0;
}

.taskGrid,
.taskItem--wrap {
    position: absolute;
}

.taskItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.clone {
    position: absolute;
    margin: 0;
    z-index: 11;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.modal-content {
    border: 0;
    background: url(../img/glowny-945x600px__andplay.jpg) 80% 0 no-repeat;
    background-size: cover;
}

.modal-content:before {
    content: "";
    background-image: -webkit-gradient(linear, right top, left top, from(#12c48a), to(#0d26a8));
    background-image: -webkit-linear-gradient(right, #12c48a, #0d26a8);
    background-image: linear-gradient(270deg, #12c48a, #0d26a8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
}

.modal-header:after {
    content: "";
    display: table;
    clear: both;
}

.modal-header {
    padding: 10px 15px 0;
    border-bottom: 0;
}

.modal-header div {
    font-size: 16px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
}

.modal-body,
.modal-header div {
    color: #fff;
}

.modal-body h1,
.modal-body h2 {
    font-family: bariol_boldbold, sans-serif;
}

.modal-body h2 {
    color: #fff;
    margin: 0;
}

.modal-body h3 {
    font-family: bariol_boldbold, sans-serif;
}

.modal-body .wModal--logo {
    display: none;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#header.affix {
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.pkt {
    color: #0d26a8;
    font-family: bariol_boldbold, sans-serif;
    font-size: 14px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    z-index: 85;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.pkt--bg {
    background-color: #fff;
}

.pkt--title {
    float: left;
}

.pkt--wrap {
    float: right;
}

.pkt--cap {
    font-size: 24px;
    color: #12c38a;
    padding-right: 5px;
}

.pkt--cap,
.pkt--of {
    float: left;
}



.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




.main {
    padding-top: 48px;
    position: relative;
}

.main:before {
    content: "";
    background-image: -webkit-gradient(linear, right top, left top, from(#12c48a), to(#0d26a8));
    background-image: -webkit-linear-gradient(right, #12c48a, #0d26a8);
    background-image: linear-gradient(270deg, #12c48a, #0d26a8);
    -webkit-box-shadow: inset 0 0 48px 64px #fff;
    box-shadow: inset 0 0 48px 64px #fff;
    position: absolute;
    top: 0;
    left: -48px;
    width: -webkit-calc(100% + 96px);
    width: calc(100% + 96px);
    height: 414px;
    z-index: -1;
    border-radius: 6px;
}

.main .logo {
    /*
    margin: 20px auto 0;
    max-height: 30%;*/

    padding: 10px 0 20px;
    position: absolute;
    left: calc(50% - 120px);
}
.main .logoym {
    padding: 10px 0 20px;
    position: absolute;
    left: 5%;
    top: 2%;
    max-width: 100px;
}

.main .slogan {
    height: 360px;
    border-radius: 6px;
    color: #fff;
    position: relative;
    padding: 20px 15px;
}

.main .slogan--bgWrap {
    overflow: hidden;
    border-radius: 6px;
}

.main .slogan--bg,
.main .slogan--bgWrap {
    width: 100%;
    height: 360px;
    top: 0;
    left: 0;
    position: absolute;
}

.main .slogan--bg {
    background: url(../img/topimg.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 72% 0;
    z-index: -1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main .slogan p {
    font-size: 36px;
    line-height: 1;
    font-family: bariol_boldbold, sans-serif;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.main .slogan:before {
    content: "";
    background-image: -webkit-gradient(linear, right top, left top, from(#12c48a), to(#0d26a8));
    background-image: -webkit-linear-gradient(right, #12c48a, #0d26a8);
    background-image: linear-gradient(270deg, #12c48a, #0d26a8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
}

.main .slogan .slide-down {
    display: none;
}

.main .slogan .btn {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.main .slogan .btn:hover {
    color: #fff;
}

.main .slogan .l {
    position: absolute;
}

.main .slogan .l--top__left {
    width: 32px;
    top: 26px;
    left: 15px;
}

.main .slogan .l--top__center {
    height: 26px;
    top: -23px;
    left: 50%;
}

.main .slogan .l--top__right {
    top: 7px;
    right: 10px;
    width: 20px;
}

.main .slogan .l--top__lg {
    display: none !important;
}

.main .slogan .l--middle__left {
    top: 70px;
    left: 15px;
    width: 20px;
}

.main .slogan .l--middle__right {
    top: 170px;
    right: 20px;
    width: 30px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.main .slogan .l--cross__left {
    top: 140px;
    left: -18px;
    width: 40px;
}

.main .slogan .l--cross__left,
.main .slogan .l--cross__right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main .slogan .l--cross__right {
    top: 90px;
    right: -24px;
    width: 48px;
}

.main .slogan .l--bottom__left {
    top: 220px;
    left: 15px;
    width: 30px;
}

.main .slogan .l--bottom__right {
    top: 290px;
    right: 15px;
    width: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about {
    padding: 40px 0;
}

.about p {
    line-height: 24px;
    color: #686868;
}

.about .nbook {
    padding: 40px 0;
    position: relative;
}

.about .nbook .mobile {
    position: absolute;
    top: 10px;
    right: 80px;
    width: 30%;
}

.about .nbook .mobile:after {
    content: "";
    position: absolute;
    background: url(../img/mobile_shadow.png) no-repeat;
    bottom: -8px;
    width: 271px;
    height: 24px;
    left: -100px;
    z-index: -1;
}

.about .nbook .mobile img {
    max-height: 400px;
    position: relative;
}

.goals {
    padding: 30px 0;
}

.goals--item {
    margin-bottom: 20px;
}

.goals--item img {
    left: -12px;
    position: relative;
    float: left;
    max-width: 65px;
}

.goals--item h3:after {
    content: "";
    display: table;
    clear: both;
}

.goals--item h3 {
    margin: 0;
    line-height: 53px;
    text-transform: uppercase;
}

.goals--item h3,
h2 {
    font-size: 24px;
    color: #666;
}

.realizations h2 {
    text-align: center;
    margin-bottom: 30px;
}

.realizations--item {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

.realizations--item img {
    position: relative;
    left: -15px;
}

.realizations--item div {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    right: -15px;
}

.realizations--item div img {
    left: 0;
    right: 0;
    max-height: 115px;
}

.realizations--item:nth-of-type(2) img {
    left: auto;
    right: -15px;
}

.realizations--item:nth-of-type(2) div {
    right: auto;
    left: -20px;
}

.contact {
    padding: 30px 0 20px;
}

.contact h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 32px;
}

.contact h2 small {
    font-size: 18px;
}

.contact h2 small,
.contact h2 small + a {
    margin-top: 13px;
    display: block;
}

.contact form {
    margin-bottom: 30px;
}

.copy {
    padding: 20px 0;
    font-size: 14px;
}

.copy,
.formSuccess {
    text-align: center;
    color: #666;
}

.formSuccess {
    display: none;
    min-height: 310px;
    border-radius: 6px;
    position: relative;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    padding-bottom: 20px;
}

.formSuccess h3 {
    font-size: 36px;
    margin: 0;
}

.formSuccess p {
    font-size: 18px;
    padding: 0 15px;
}

.formSuccess:before {
    content: "";
    height: 100%;
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    border-radius: 6px;
    z-index: -1;
}

.formSuccess--wrap,
.formSuccess:before {
    width: 100%;
    position: absolute;
}

.formSuccess--wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work4:after {
    content: "";
    display: table;
    clear: both;
}

.work4 {
    padding: 80px 0 0;
}

.work4 p {
    text-align: center;
    font-size: 18px;
}

.work4 div {
    min-height: 120px;
    position: relative;
}

.work4 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
}


.workfor {
    padding: 40px 30px;
}

.carousel_se_03 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 5px !important;
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;

    background-image: -webkit-gradient(linear, left top, right top, from(#12c48a), to(#0d26a8));
    background-image: -webkit-linear-gradient(left, #12c48a, #0d26a8);
    background-image: linear-gradient(90deg, #12c48a, #0d26a8);
}

element.style {
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 5px !important;
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;

    background-image: -webkit-gradient(linear, left top, right top, from(#12c48a), to(#0d26a8));
    background-image: -webkit-linear-gradient(left, #12c48a, #0d26a8);
    background-image: linear-gradient(90deg, #12c48a, #0d26a8);
}




@media (min-width: 768px) and (max-width: 992px) {
    .btn--large {
        height: 64px;
        font-size: 18px;
        max-width: 283px;
    }

    .btnWrap {
        padding-top: 48px;
    }

    #header .wrap {
        width: 750px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        padding: 0 15px;
    }

    .pkt {
        font-size: 24px;
        height: 64px;
        line-height: 64px;
    }

    .pkt--cap {
        font-size: 48px;
    }

    .main {
        padding-top: 64px;
    }

    .main:before {
        top: 64px;
        height: 514px;
    }

    .main .slogan,
    .main .slogan--bg,
    .main .slogan--bgWrap {
        height: 450px;
    }

    .main .slogan .btn {
        width: 345px;
        bottom: 50px;
    }

    .main .slogan .l--top__right {
        right: 140px;
        top: -30px;
    }

    .main .slogan .l--middle__left {
        left: -30px;
        top: 120px;
    }

    .main .slogan .l--middle__right {
        right: 70px;
        top: 240px;
    }

    .main .slogan .l--cross__left {
        left: -40px;
        top: 200px;
    }

    .main .slogan .l--cross__right {
        right: -35px;
        top: 120px;
    }

    .main .slogan .l--bottom__left {
        top: 370px;
        left: 30px;
    }

    .main .slogan .l--bottom__right {
        top: 380px;
    }

    .about p {
        font-size: 18px;
        line-height: 27px;
        width: 50%;
    }
    .width100 {
    }
    .about .nbook {
        position: absolute;
        top: 80px;
        right: -240px;
    }

    .realizations--item {
        max-width: 430px;
        margin-bottom: 30px;
    }

    .realizations--item div {
        margin-top: -100px;
        right: -30px;
    }

    .realizations--item div img {
        max-height: 200px;
    }

    .formSuccess {
        min-height: 340px;
    }
}

@media (max-width: 768px) {
    .main .logo {
        left: 154px;
        position: initial;
        margin: 0px auto 0;
        margin-top: 35px;
        max-height: 50%;
        padding: 0px 0 0px;
        transform: translateY(1px);
    }

    .btn--large {
        max-width: 220px;
        height: 56px;
        font-size: 18px;
    }

    .taskItem--buys .taskItem_name {
        width: 60%;
    }

    .taskItem--news .taskItem_name {
        width: 75%;
    }

    .taskItem--news .taskItem_info div {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .btn--more {
        max-width: 165px;
    }

    .modal-dialog {
        width: 750px;
    }

    .modal-content {
        min-height: 600px;
        -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    }

    .modal-header {
        padding: 24px 24px 0;
    }

    .modal-header div {
        font-size: 24px;
    }

    .modal-body {
        padding: 0 50px;
    }

    .modal-body h1 {
        font-size: 72px;
    }

    .modal-body h2 {
        font-size: 64px;
    }

    .modal-body h3 {
        font-size: 36px;
        margin: 0 0 70px;
    }

    .modal-body .wModal--logo {
        bottom: 0;
        right: 50px;
        width: 25%;
    }

    .main .slogan p,
    .modal-body .wModal--logo {
        position: absolute;
    }

    .main .slogan p {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .main .slogan .btn,
    .main .slogan p {
        left: 50%;
    }

    .main .slogan .btn {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .main .slogan .l--top__left {
        width: auto;
    }

    .main .slogan .l--top__center {
        height: auto;
    }

    .main .slogan .l--bottom__left,
    .main .slogan .l--bottom__right,
    .main .slogan .l--cross__left,
    .main .slogan .l--cross__right,
    .main .slogan .l--middle__left,
    .main .slogan .l--middle__right,
    .main .slogan .l--top__right {
        width: auto;
    }

    .about {
        padding: 130px 0;
        position: relative;
    }

    .goals {
        padding: 30px 0 80px;
    }

    .goals--item img {
        margin: 0 auto;
        max-width: 100%;
        float: none;
        left: 0;
    }

    .goals--item h3 {
        text-align: center;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .goals--item h3:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 134px;
        height: 1px;
        border-style: solid;
        border-width: 1px;
        border-image-source: linear-gradient(270deg, #12c38a, #0d26a8);
        border-image-slice: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .realizations {
        padding: 30px 0;
    }

    .formSuccess {
        padding-bottom: 0;
    }

    .formSuccess p {
        font-size: 20px;
    }

    .work4 div {
        min-height: 200px;
    }

    .work4 img {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .tasks {
        margin: 0 0 40px;
    }

    .pkt {
        left: auto;
        width: auto;
        height: auto;
        line-height: inherit;
        padding: 48px 0 0;
        font-size: 24px;
    }

    .pkt--bg {
        background-color: transparent;
    }

    .pkt--title {
        display: block;
    }

    .pkt--title,
    .pkt--wrap {
        float: none;
    }

    .pkt--cap {
        font-size: 72px;
        width: 100%;
    }

    .pkt--of {
        float: none;
        display: block;
    }

    .main {
        padding-top: 48px;
    }

    .main .slogan .btn {
        width: 220px;
        bottom: 60px;
    }

    .main .slogan .l--top__right {
        top: 10px;
        right: 80px;
    }

    .main .slogan .l--top__lg {
        display: inline !important;
        top: 300px;
        right: -30px;
    }

    .main .slogan .l--middle__left {
        left: -30px;
    }

    .main .slogan .l--middle__right {
        right: 130px;
        top: 220px;
    }

    .main .slogan .l--cross__left {
        left: -50px;
        top: 220px;
    }

    .main .slogan .l--cross__right {
        right: -70px;
    }

    .main .slogan .l--bottom__left {
        top: 340px;
        left: 80px;
    }

    .main .slogan .l--bottom__right {
        top: 360px;
        right: 80px;
    }
}

@media (min-width: 1200px) {
    .taskItem_name {
        width: 75%;
    }

    #header .wrap {
        width: 195px;
    }

    .main:before {
        top: 48px;
        height: 684px;
    }

    .main .logoym {
        padding: 10px 0 20px;
        position: absolute;
        left: 5%;
        top: 8%;
        max-width: 100%;
    }

    .main .slogan,
    .main .slogan--bg,
    .main .slogan--bgWrap {
        height: 600px;
    }

    .main .slogan p {
        font-size: 64px;
        font-family: bariol_regularregular, sans-serif;
    }

    .main .slogan .l--top__left {
        top: 20px;
        left: 190px;
    }

    .main .slogan .l--top__center {
        top: -30px;
    }

    .main .slogan .l--middle__left {
        top: 90px;
    }

    .main .slogan .l--middle__right {
        top: 290px;
    }

    .main .slogan .l--cross__left {
        top: 300px;
    }

    .main .slogan .l--cross__right {
        top: 130px;
    }

    .main .slogan .l--bottom__left,
    .main .slogan .l--bottom__right {
        top: 490px;
    }

    .about p {
        font-size: 24px;
        line-height: 36px;
        width: 50%;
    }

    .about .nbook {
        position: absolute;
        top: 120px;
        right: -200px;
    }

    .about .nbook .mobile img {
        max-height: 100%;
    }

    .goals--item p {
        font-size: 18px;
        line-height: 27px;
    }

    .realizations:after {
        content: "";
        display: table;
        clear: both;
    }

    .realizations {
        padding: 30px 0 70px;
    }

    .realizations h2 {
        font-size: 36px;
        margin-bottom: 80px;
    }

    .realizations--item:after {
        content: "";
        display: table;
        clear: both;
    }

    .realizations--item {
        float: left;
        width: 33.33333%;
    }

    .realizations--item img {
        left: 0;
        max-width: 97%;
    }

    .realizations--item div {
        top: auto;
        margin-top: 0;
        right: 45px;
        bottom: -90px;
    }

    .realizations--item div img {
        max-height: 180px;
    }

    .realizations--item:nth-of-type(2) div {
        left: auto;
        right: 45px;
    }

    .realizations--item:nth-of-type(2) img {
        right: auto;
        left: 0;
    }

    .contact {
        margin-top: 0;
    }

    .contact form {
        margin: 50px 0;
    }

    .contact h2 {
        font-size: 36px;
    }

    .contact h2 small {
        font-size: 24px;
    }
    .references h2 small {
        font-size: 24px;
    }

    .formimage {
        margin-top: 0;
    }
    .formimage > div {
        top: 6%;
        right: 9%;
    }
    .formSuccess {
        min-height: 183px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main .logo {
        left: 154px;
    }
    .taskItem_name {
        width: 70%;
    }

    #header .wrap {
        width: 161px;
    }

    .main:before {
        top: 48px;
        height: 514px;
    }

    .main .slogan,
    .main .slogan--bg,
    .main .slogan--bgWrap {
        height: 450px;
    }

    .main .slogan .l--top__left {
        top: 30px;
        left: 20px;
    }

    .about p {
        font-size: 18px;
        line-height: 27px;
        width: 50%;
    }

    .about .nbook {
        position: absolute;
        top: 80px;
        right: -240px;
    }

    .realizations--item {
        max-width: 430px;
        margin-bottom: 30px;
    }

    .realizations--item div {
        margin-top: -100px;
        right: -30px;
    }

    .realizations--item div img {
        max-height: 200px;
    }

    .formSuccess {
        min-height: 340px;
    }
}

@media (max-width: 992px) {
    .taskItem_name {
        width: 70%;
    }
    .main .logo {
        left: 124px;
    }
}
