body {
    margin: 0;
    padding: 0;
}
.t-t-uppercase {
    text-transform: uppercase;
}
.t-t-none {
    text-transform: none !important;
}
.t-c {
    text-align: center !important;
}
.t-l {
    text-align: left !important;
}
.t-r {
    text-align: right !important;
}
.exo2-bold {
    font-family: 'Exo2-0-Bold';
}
.exo2-semibold {
    font-family: 'Exo2-0-SemiBold';
}
.exo2-thin {
    font-family: 'Exo2-0-Thin';
}
.exo2-medium {
    font-family: 'Exo2-0-Medium';
}
.exo2-light {
    font-family: 'Exo2-0-Light';
}
.exo2-regular {
    font-family: 'Exo2-0-Regular';
}
.color-gray {
    color: #b9bbbc !important;
}
.color-gray2 {
    color: #adadad !important;
}
.color-gray3 {
    color: #d9dada !important;
}
.color-white {
    color: #ffffff !important;
}
.color-222 {
    color: #222222 !important;}
.color-555 {
    color: #555555 !important;}
.color-yellow {
    color: #f2b026 !important;}
.color-orange
   { color: #ef7d2d !important;}
.color-blue {
    color: #3878c7 !important;}
.color-red {
    color: #bd3331 !important;}
.color-red2 {
    color: #ea4335 !important;}
.color-red3 {
    color: #e04f5f !important;}

.color-e8 {
    color: #e8e8e8 !important;}
.color-purple {
    color: #7a67a1 !important;}
.color-purple2 {
    color: #9975ae !important;}
.color-turquoise {
    color: #1cbcd0 !important;}
.color-pink {
    color: #e42cd4 !important;}
.color-022 {
    color: #000022 !important;}
.c-g-blue {
    color: #4285f4 !important;
}
.c-g-red {
    color: #ea4335 !important;
}
.c-g-yellow {
    color: #fbbc05 !important;
}
.c-g4-green {
    color: #34a853 !important;
}
.l-h-40 {
    line-height: 40px;
}
.l-h-46 {
    line-height: 46px !important;
}
.l-h-32 {
    line-height: 32px;
}
.l-h-35 {
    line-height: 40px;
}
.l-h52 {
    line-height: 52px;
}
.p-l-r10 {
    padding: 0 10px;
}
.p-left {
    float: left !important;}
.p-right {
    float: right !important;}
.p-all8 {
    padding: 8px !important;}
.p-t20 {
    padding-top: 20px;}
.p-t30 {
    padding-top: 30px;}
.p-t35 {
    padding-top: 35px;}
.p-t40 {
    padding-top: 40px;}
.p-t45 {
    padding-top: 45px;}
.p-t50 {
    padding-top: 50px !important;}
.p-t80 {
    padding-top: 80px;}
.p-t100 {
    padding-top: 110px;}
.p-t120 {
    padding-top: 120px;}
.p-t150 {
    padding-top: 150px;}
.p-b10 {
    padding-bottom: 10px;}
.p-b20 {
    padding-bottom: 20px;}
.p-b30 {
    padding-bottom: 30px;}
.m-t0 {
    margin-top: 0 !important;}
.m-t10 {
    margin-top: 10px;}
.m-t15 {
    margin-top: 15px;}
.m-t20 {
    margin-top: 20px;}
.m-t30 {
    margin-top: 30px !important;}
.m-t40 {
    margin-top: 40px !important;}
.m-t50 {
    margin-top: 50px !important;}
.m-t55 {
    margin-top: 55px;}
.m-t60 {
    margin-top: 60px !important;}
.m-t70 {
    margin-top: 70px !important;}
.m-t80 {
    margin-top: 80px !important;}
.m-t85 {
    margin-top: 85px !important;}
.m-t90 {
    margin-top: 90px;}
.m-t100 {
    margin-top: 100px;}
.m-t110 {
    margin-top: 110px;}
.m-t130 {
    margin-top: 130px;}
.m-t160 {
    margin-top: 160px !important;}
.m-b10 {
    margin-bottom: 10px;}
.m-b15 {
    margin-bottom: 15px;}
.m-b20 {
    margin-bottom: 20px;}
.m-b30 {
    margin-bottom: 30px;}
.m-b35 {
    margin-bottom: 35px;}
.m-b40 {
    margin-bottom: 40px !important;}
.m-b45 {
    margin-bottom: 45px !important;}
.m-b50 {
    margin-bottom: 50px !important;}
.m-b125 {
    margin-bottom: 125px !important;}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.container-big {
    size: cover;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
#main {
    background: url("../img/home.jpg");
}
#main .wheel-static,
#main .wheel {
    top: 12%;
}
.header {
    width: 100%;
}
.menu-icon {
    width: 130px;
    float: right;
}
.header .icon {
    display: block;
    background: url("../img/icon-menu.png") no-repeat;
    width: 100%;
    height: 36px;
    float: left;
    margin-top: 44px;
    transition: 0.6s;
}
.header .icon:hover {

    transform: scale3d(1.1, 1.1, 1.1);
}
.header .arrow {
    display: block;
    background: url("../img/arrow-menu.png") no-repeat;
    width: 62px;
    height: 58px;
    float: left;
    margin: 12px 0 0 51px;
}
.top-tel-number {
    width: 52%;
    float: left;
}
.top-tel-number ul {
    list-style: none;
    float: right;
    color: #fff;
    font-size: 22px;
    margin: 50px 0 0 0;
}
.top-tel-number ul li {
    float: left;
    padding: 0 20px;
    line-height: 20px;
    border-right: 3px solid #fff;
}
.top-tel-number ul li:last-child {
    border-right: none;
    padding-right: 5px;
}
.wrap-logo {
    width: 387px;
    height: 160px;
    position: absolute;
    top: -5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    opacity: 1 !important;
}
.logo {
    background: url("../img/logo.png") no-repeat;
    width: 387px;
    height: 114px;
}
.logo-text {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
.header .pointer {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 60px;
}
.top-menu.vvv{
	position: relative;
}
.top-menu {
    background: rgba(0, 0, 0, 0.7);
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 6;
}

.mini-logo {
    float: left;
    margin-top: 10px;
}
.top-tel-number-mini {
    width: 55%;
    float: right;
}
.top-tel-number-mini ul {
    list-style: none;
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 15px 85px 0 0;
}
.top-tel-number-mini ul li {
    float: left;
    padding: 0 20px;
    line-height: 20px;
    border-right: 3px solid #fff;
}
.top-tel-number-mini ul li:last-child {
    border-right: none;
    padding-right: 5px;

}
.order-call a{
    float: right;
    color: #fff;
    cursor: pointer;
    margin: 15px 30px 0 0;
}
.order-call span {
    background: url("../img/dialog.png") no-repeat;
    width: 27px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 7px;
}
.title-blue {
    margin-top: 84px;
    font-family: 'Exo2-0-Bold';
    font-size: 66px;
    color: #52b4db;
    text-align: center;
    text-transform: uppercase;
}
.title-turquoise {
    margin-top: 84px;
    font-family: 'Exo2-0-Bold';
    font-size: 66px;
    color: #1ba792;
    text-align: center;
    text-transform: uppercase;
}

.title-222 {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Exo2-0-Medium';
}
#seo {
    background: url("../img/home2screen-bg.jpg") no-repeat;
    background-size: 100%;
}
.info-block {
    float: left;
    width: 100%;
    margin-top: 35px;
    height: 400px;
}
.element {
    width: 16%;
    float: left;
    padding-top: 30px;
    overflow: hidden;
    max-height: 271px;
    position: relative;
    cursor: pointer;
}
.element img {
    display: block;
    margin: 0 auto 15px;
}
.title-element {
    font-size: 21px;
    color: #222222;
    padding: 0 11px;
    text-align: center;
    line-height: 30px;
    font-family: 'Exo2-0-Regular';
    text-transform: uppercase;
}
.container-big {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;

}.container-big:after {
     content: "";
     display: table;
     clear: both;
 }
.container-maxi {
    width: 1740px;
    margin-left: auto;
    margin-right: auto;

}.container-maxi:after {
     content: "";
     display: table;
     clear: both;
 }
 .container-fluid {
     width: 100%;
 }
.container-fluid:after {
    content: "";
    display: table;
    clear: both;
}
.text-element {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #222;
    line-height: 17px;
    visibility: hidden;
    font-family: 'Exo2-0-Light';
}
.element:hover {
    /*background: rgba(73, 80, 88, 0.17);*/
    overflow: visible;
    min-height: 400px;

}
.element:hover .el-hover {
    width: 270px;
    height: 400px;
    position: absolute;
    left: -15px;
    top: 0;
    transition: .6s;
    background: rgba(73, 80, 88, 0.17);
}
.element:hover .text-element {
    visibility: visible;
}
.litle-q {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Exo2-0-Bold';
    padding-bottom: 10px;
}
.text-question-block {
    font-size: 24px;
    font-family: 'Exo2-0-Light';
    padding-right: 40px;
    line-height: 29px;
}
.question-block {
    width: 56%;
    float: left;
}
.button {
    display: block;
}
.btn-blue {
    background: #52b4db;
    color: #fff;
    text-decoration: none;
    padding: 25px 33px;
    font-size: 24px;
    cursor: pointer;
}
#know-how {
    
    background-size: 100%;
}
.title-24 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.wrap-content-specialization {
    float: left;
    width: 100%;
}
.wrap-content-specialization .img img {
    width: 100%;
}
.content-specialization {
    width: 60%;
}
.content-specialization p {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
.infographics {
    float: left;
    width: 100%;
}
.infographics img {
    width: 100%;
}
.title-infographics {
    font-size: 30px;
    text-transform: uppercase;
    float: left;
    margin-left: 18%;
}
.title-infographics:nth-child(2) {
    margin-left: 15px;
}
.title-infographics:nth-child(4) {
    margin-left: 0;
    float: right;
}
#top {
    background: url("../img/home5screen-bg.jpg") no-repeat;
}

.wheel-static {
    width: 802px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wheel {
    animation-name: spin;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 802px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wheel-2 {
    animation-duration: 7s;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    30% {
        transform:rotate(12deg);
    }
    to {
        transform:rotate(0deg);
    }
}
.title-form {
    font-size: 70px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.form {
    width: 41%;
    max-width: 440px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
.form fieldset {
     border: none;
 }

.form input {
    background: transparent;
    color: #FFFFFF!important;
    border: none;
    font-size: 24px;
    font-family: 'Exo2-0-Light';
}
.form input:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}
.form input:hover {
    border: none;
}
.form .h3 {
    background: url("../img/arrw-down-form.png") no-repeat 150px 9px;
    background-size: 12%;
    font-size: 24px;
    color: #fff;
    padding-right: 38px;
    padding-bottom: 15px;
}
.form textarea {
    color: #222;
    font-size: 24px;
    resize: none;
}
input::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder {
    color: #fff;
}
.btn-form {
    width: 370px;
    height: 90px;
    display: block;
    font-size: 36px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: none;
    border: 3px solid #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
#development {
    background: url("../img/home6screen-bg.jpg") no-repeat;
}
.content-development {
    font-size: 22px;
}
.content-development p {
    line-height: 25px;
}
.promotion-case img {
    width: 100%;
}
.sections1 {
    width: 52%;
    float: left;
    position: relative;
}
.sections2 {
    width: 26%;
    float: left;
    position: relative;
}
.sections3 {
    width: 22%;
    float: left;
    position: relative;
}
.bg-b {
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.5s;
}

.inform-block div {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #b9bbbc;
}
.btn-detail {
    display: block;
    width: 161px;
    margin: auto;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #b9bbbc;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.white-bg {
    float: left;
    width: 100%;
    height: 110px;
    margin-top: -9px;
    background: #fff;
    z-index: 3;
    position: relative;
}
.white-bg2 {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: -39px;
    background: #fff;
    z-index: 3;
    position: relative;
}
.sections4 {
    width: 25%;
     float: left;
    position: relative;
 }
.sections5 {
    width: 28%;
    float: left;
    position: relative;
}
.sections6 {
    width: 31%;
    float: left;
    position: relative;
    max-height: 405px;
    overflow: hidden;
}
.sections7 {
    width: 16%;
    float: left;
    position: relative;
    transition: 0.4s;

}
.bg-b.sec-n7 {
    background: rgba(0, 0, 0, 0.55);
    transition: 0.6s;
    opacity: 1;
}
.sections7 .inform-block {
    padding: 10px;
    font-size: 26px;
    color: #fff;
    background: url("../img/3arows.png") no-repeat 120px 118px;
    line-height: 46px;
}
.sections7:hover .bg-b.sec-n7 {
    background: transparent;
}
#portfolio .inform-block div {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 25px;
}
#portfolio .sections2 .inform-block {
    width: 66%;
}
#wantwebsite {
    background: url("../img/home8screen-bg.jpg") no-repeat;
}
#sertificates {
   
}
.title-48 {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}
.partners {
    float: left;
    margin-right: 89px;
}
.partners:last-child {
    margin-right: 0;
}
.partners-wrap {
    margin-top: 65px;
}
.blog {
    float: left;
    width: 376px;
    margin-right: 36px;
}
.blog:last-child {
    margin-right: 0;
}
.blog-title {
    font-size: 18px;
    font-family: 'Exo2-0-SemiBold';
    color: #222;
    line-height: 20px;
}
a.blog-btn {
    text-align: center;
    display: block;
    color: #3878c7;
    font-family: 'Exo2-0-Regular';
    font-size: 20px;
}
.bottom-menu {
    position: absolute;
    z-index: 10;
    background: #4c4c4c;
    width: 100%;
    bottom: 0;
}
.blue-line {
    width: 100%;
    height: 5px;
    background: #3878c7;
}
.open-footer {
    background: url("../img/open-footer.png") no-repeat;
    width: 46px;
    height: 25px;
    position: absolute;
    top: -20px;
    left: 50%;
}
.close-footer {
    background: url("../img/close-footer.png") no-repeat;
    width: 46px;
    height: 25px;
    position: absolute;
    top: -20px;
    left: 50%;
}
ul.footer-btn {
    list-style: none;
    margin: 0;
}
ul.footer-btn li {
    float: left;
}
ul.footer-btn li a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Exo2-0-SemiBold';
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    padding: 3px 9px 3px 36px;
    margin-right: 19px;
    border-radius: 2px;
} 
ul.footer-btn li a.md-trigger{
	color: #FFFFFF;
}
ul.footer-btn li:nth-child(1) a {
    background: url("../img/f-btn1.png") no-repeat 8px 4px;
}
ul.footer-btn li:nth-child(2) a {
    background: url("../img/f-btn2.png") no-repeat 8px 2px;
}
ul.footer-btn li:nth-child(3) a {
    background: url("../img/f-btn3.png") no-repeat 8px 4px;
}
.copyright {
    float: right;
    margin-top: 13px;
    color: #8c8c8c;
    font-size: 12px;
    font-family: 'Exo2-0-Thin';
}
.bottom-menu .left-content {
    float: left;
    margin-top: 9px;
}
.wr-footer {
    display: none;
}
.wr-footer {
    background: url("../img/footer-bg.jpg") no-repeat;
    padding: 0;
    min-height: 260px;
    z-index: 2;
    position: relative;
}
.footer-mini {
    height: 42px;
}
span.blue-text {
    display: block;
    color: #3878c7;
    font-size: 16px;
    line-height: 21px;
}
.q-mail {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #fff;
}
.wrap-q-mail.exo2-thin {
    margin-top: 15px;
}
.wr-footer-btn {
    color: #969696;
    font-size: 10px;
    display: inline-block;
    margin-top: 17px;
    margin-right: 20px;
}
.right-footer-content {
    float: right;
    width: 59%;
    margin-top: 7px;
}
.right-footer-content ul {
    list-style: none;
    float: left;
}
li.title-footer-menu {
    font-size: 16px;
    color: #3878c7 !important;
    line-height: 24px;
    font-family: 'Exo2-0-Regular';

}
.map-block{
    clear: both;
    padding-top: 30px;
}
.right-footer-content ul a, .right-footer-content ul li {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Exo2-0-Thin';
    color: #fff;
    line-height: 22px;
}
.right-footer-content ul a:hover {
    text-decoration: underline;
}
.static {
    position: relative;
    background: #757575;
}
ul.breadcrumb {
    margin: 15px 0 0 0;
    list-style: none;
}
.breadcrumb li {
     float: left;
    margin-right: 5px;
    position: relative;
 }
.breadcrumb li a {
    color: #3878c7;
    text-decoration: underline;
    font-size: 14px;
    line-height: 22px;
}
.breadcrumb li a:hover{
    text-decoration: none;
}
.breadcrumb li::after {
    content: "/";
    color: #757575;
    margin-left: 5px;
}
.breadcrumb li:last-child a {
    color: #757575;
    text-decoration: none;
}
.breadcrumb li:last-child span {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
}
.breadcrumb li:last-child::after {
    content: none;
}
.title-42 {
    font-size: 42px;
    text-align: center;
}
.bg-kurs-top {
    background: url("../img/kurs-bg-top.jpg") no-repeat;
    height: 213px;
    background-size: cover;
}
.text-22 {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}
.left-vidio-block {
    float: left;
    width: 50%;
    position: relative;
}
.right-form-block {
     float: left;
     width: 50%;
 }
.title-30 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.left-vidio-block .title-30 {
    line-height: 26px;
}
.title-22 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}
.right-form-block .form input {
    color: #555555 !important;
    font-size: 22px;
    font-family: 'Exo2-0-Thin';
}
.right-form-block .input__label {
    color: #555555;
}
.right-form-block .graphic--nao {
    stroke: #555;
}
.right-form-block .input__field--nao:focus + .input__label--nao, .input--filled .input__label--nao {
    color: #555;
}
.right-form-block .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #555;
}
.right-form-block .form {
    width: 100%;
}
.right-form-block .input--nao {
    padding-top: 25px;
}
.btn-right-form-block {
    background: #3878C7;
    color: #fff;
    border: none;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 19px;
    text-align: center;
    padding: 5px 15px;
    display: block;
    margin: 46px 41px 15px 76px;

}
a {color: #3878C7; text-decoration: none;}
.ae-link { position:relative; white-space:nowrap;}
.ae-line { background:#3878C7; width:0;  height:1px; position:absolute; right:0; bottom:0; }
.ae-letter.red-letter { color:#000; }
.ae-underline { position:relative;  }
.ae-letter.red-bg { background:#3878C7; /*background:#f9b248;*/ color:#fff; position:relative;}
.ae-underline:after
/*.ae-letter.red-letter:after*/ {
    background:#3878C7;
    position:absolute; left:0; bottom:-2px; height:2px; width:100%;
    content:"";
}
.left-vidio-block .img-arw {
    position: absolute;
    right: -134px;
    bottom: 21px;
}
.bg-kurs-2 {
    background: url("../img/kurs-bg2.jpg") no-repeat;
    height: 524px;
    background-size: cover;
    padding-top: 10px;
}
.bg-kurs-2 .text-22 {
    line-height: 26px;
    text-align: center;
}
.otziv-img {
    margin: 10px 0;
}
.that-study {
    position: relative;
    padding: 15px 0 70px;
}
.smartphone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.title-course {
    font-family: 'Exo2-0-Regular';
    font-size: 20px;
    line-height: 26px;
}
.course-left {
    width: 440px;
    float: left;
    text-align: right;
}
.course-right {
    width: 440px;
    float: right;
    text-align: left;
}
.wrap-course p {
    font-size: 15px;
    color: #555;
    line-height: 19px;
}
.bg-kurs-3 {
    background: url("../img/kurs-bg3.jpg") no-repeat;
    height: 500px;
    background-size: cover;
}
.title-39 {
    font-size: 39px;
    line-height: 26px;
    text-align: center;
}
.title-more {
    font-size: 22px;
    text-align: center;
    margin: 6px 0 5px;
}
.price-course-left {
    width: 51%;
    float: left;
}
.price-course .right-form-block {
    width: 45%;
}
.price-course .btn-right-form-block {
    margin: 35px auto 0;
}
.price-course-left img {
    display: block;
    margin: auto;
}
.price-course-left p {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 38px;
}
.price-course-left .title-30 {
    text-align: right;
    line-height: 21px;
}
.text-18 {
    text-align: right;
    font-size: 18px;
}
#CDT {
    margin: 10px 0 10px;
}
#CDT, #CDT2 {
    font-size: 39px;
    color: #eee;
    width: 331px;
    margin: 20px auto;
    font-weight: bold;
    display: flex;
}
#CDT .number-wrapper, #CDT2 .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #000;
    -webkit-box-shadow: 0 5px 8px #000;
    box-shadow: 0 5px 8px #000;
    position: relative;
        border-radius: 10px;
}
#CDT .line, #CDT2 .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.2);
}
#CDT .caption {
    /*bottom: -38px!important;*/
    display: none !important;
}
.caption {
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #777;
}
#CDT .number, #CDT2 .number {
    display: inline-block;
    width: 70px;
    background: #000;
    background-image: linear-gradient(bottom,#000 2%,#3c3c3c 50%,#000 100%);
    background-image: -o-linear-gradient(bottom,#000 2%,#3c3c3c 50%,#000 100%);
    background-image: -moz-linear-gradient(bottom,#000 2%,#3c3c3c 50%,#000 100%);
    background-image: -webkit-linear-gradient(bottom,#000 2%,#3c3c3c 50%,#000 100%);
    background-image: -ms-linear-gradient(bottom,#000 2%,#3c3c3c 50%,#000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255,255,255,.2);
    box-shadow: inset 0 4px 0 rgba(255,255,255,.2);
    -moz-text-shadow: 0 3px 3px #000;
    -webkit-text-shadow: 0 3px 3px #000;
    text-shadow: 0 3px 3px #000;
}
.price-course {
    padding-top: 50px;
}
.vidio-reviews .vidio {
    float: left;
    width: 30%;
    margin-right: 87px;
    margin-top: 40px;
}
.vidio-reviews .vidio:nth-child(3n+1) {
    margin-right: 0;
}
.vidio-reviews .vidio iframe {
    width: 100%;
    height: 100%;
    min-height: 290px;
}
.vidio-reviews {
    padding: 70px 0;
}
.final-bonuses {
    background: url("../img/kurs-bg4.jpg") no-repeat;
    height: 680px;
    background-size: cover;
    padding: 25px 0
}
.advantages p {
    width: 87%;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 26px;
}
.advantages .title-24 {
    padding: 0 10px;
    line-height: 16px;
}
.advantages:nth-child(2n+1) p {
    text-align: right;
}
.advantages {
    margin-bottom: 17px;
}
.youll-get .first-block {
    width: 50%;
    float: left;
}
.youll-get .two-block {
    width: 50%;
    float: right;
}
.text-23 {
    font-size: 23px;
}
.wrap-get-row img {
    float: left;
}
.wrap-get-row .title-24 {
    width: 71%;
    float: left;
    padding: 38px 0 0 11px;
}
.wrap-get-row {
    float: left;
    margin-bottom: 22px;
}
.detailed-location {
    position: absolute;
    left: 16%;
    width: 485px;
    background: rgba(255, 255, 255, 0.65);
    height: 440px;
}
.map .title-39 {
    padding: 26px 2px;
    line-height: 46px;
}
.bottom-menu.scroll-page {
    position: relative;
    z-index: 10;
    background: #4c4c4c;
    width: 100%;
}
.slide.active-slide .top-menu {
    position: relative;
}

.header-bg {
    background: url("../img/header-bg-ab.jpg") no-repeat;
    height: 990px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.anyway .header-bg {
    background: url("../img/anyway/top-block.jpg") no-repeat;
    height: 787px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.cogi .header-bg {
    background: url("../img/cogi/top-block.jpg") no-repeat;
    height: 787px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.title-37 {
    font-size: 37px;
    text-align: center;
}
.logo-portfolio {
    float: left;
    width: 44%;
    margin-top: 125px;
}
.logo-portfolio img {
    display: block;
    margin: 0 auto 20px;
}
.header-picture {
    position: absolute;
    right: 20%;
    top: 22%;
}
.logo-portfolio .title-39 {
    line-height: 45px;
}
.wrap-header-picture {
    height: 690px;
}
.text-24 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.hearer-info {
    padding-bottom: 25px;
        padding-top: 50px;
}
.body-portfolio-bg {
    background: url("../img/body-portfolio-bg-ab.jpg") no-repeat 0 148%;
    height: 3780px;
    /*background-size: contain;*/
}
.anyway .body-portfolio-bg {
    background: url("../img/anyway/midl-bg.png") no-repeat 0 148%;
    height: 2130px;
    /*background-size: contain;*/
}
.cogi .body-portfolio-bg {
    background: url("../img/cogi/midl-bg.png") no-repeat center;
    height: 3010px;
    /*background-size: contain;*/
}
img.site-screenshot {
    box-shadow: 0 0 20px rgba(0,0,0,0.75);
    margin-top: 25px;
}
.about-design {
    background: url("../img/BG1.png") no-repeat 0 0;
    height: 1310px;
    background-size: 100%;
    margin-top: -140px;
    padding-top: 140px;
}
.op-N .project-cost {
    background: url("../img/project-cost-ab.jpg") repeat-y 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -5px;
    padding-top: 140px;
    position: relative;
    z-index: 2;
}
.op-N img.site-screenshot {
    box-shadow: none;
    margin: 0 auto;
}
.op-N .wrap-breadcrumb{
    position: absolute;
    top: 20px;
}
.rel-A{
    position: relative;
}
.project-cost {
    background: url("../img/project-cost-ab.jpg") repeat-y 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -140px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.cogi .project-cost {
    background: url("../img/cogi/footer-bg.jpg") no-repeat 0 0;
    height: 834px;
    background-size: 100%;
    margin-top: 0px;
    padding-top: 140px;
    position: relative;
    z-index: -1;
}
.anyway .project-cost.kcci {
    background: url("../img/anyway/footer-bg.jpg") no-repeat 0 0;
    height: 835px;
    background-size: 100%;
    margin-top: -270px;
    padding-top: 140px;
    position: relative;
    z-index: -1;
}
.chocolate .title-37{
    margin-top: 30px;
}
.about-design .title-37,
.about-design .title-48 {
    line-height: 54px;
}
.left-design {
    float: left;
    width: 60%;
}
.left-design img {
    margin: 110px auto 0;
    display: block;
}
.right-design {
    float: left;
    width: 40%;
}
.right-design img {
    margin: 30px auto 0;
    display: block;
}
.title-46 {
    font-size: 46px;
    text-align: center;
}
.project-cost .title-46 {
    padding: 0 27%;
}
.project-cost .graphic--nao {
    stroke: #bd2028;
}
.project-cost .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #bd2028;
}
.project-cost .btn-form {
    border: 1px solid #bd2028;
    margin: 50px auto 0;
}
.pagination-btn {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    background: #bd2028;
    padding: 5px 10px;
    border-radius: 3px;
    transition: 1s;
}
.pagination-btn:hover {
    opacity: 0.8;
   /*background: #bd2028;*/
    color: #fff;
}
.pagination-btn .site-btn {
    font-size: 24px;
    display: block;
    text-align: center;
}
.pagination {
    margin-top: 68px;
        justify-content: space-between;
}
.pagination.clearfix:after{
    content: '';
    display: none;
}
.project-cost .triangle {
    overflow: hidden;
}
.header-bg.alibi {
    background: url("../img/alibi/header-bg-alibi.jpg") no-repeat;
    height: 1245px;
}
.logo-portfolio .title-48 {
    line-height: 25px;
}
.body-portfolio-bg.alibi {
    background: url("../img/alibi/body-portfolio-bg-alibi.jpg") 0 0;
    /*background-size: contain;*/
    position: relative;
    height: 4520px;
}
.catalog.alibi {
    position: relative;
    background: url("../img/alibi/bg-katalog-alibi.png") no-repeat 0 0;
    background-size: cover;
    height: 4115px;
    margin-top: -150px;
    z-index: 1;
}
.franchaizing.alibi {
    background: url("../img/alibi/bgt-francaizing-alibi.jpg") no-repeat 0 0;
    background-size: cover;
    height: 4430px;
    margin-top: -155px;
    position: relative;
}
.alibiJewels-life.alibi {
    background: url("../img/alibi/bg-life-alibi.png") no-repeat 0 0;
    background-size: cover;
    height: 4149px;
    margin-top: -155px;
    position: relative;
    z-index: 1;

}
.contact-screen {
    float: left;
}
.product-screen {
    float: right;
}
.wrap-contact-product {
    margin-top: 50px;
}
.about-design.alibi {
    background: url("../img/alibi/bg-adaptiv-alibi.jpg") no-repeat 0 0;
    position: relative;
}
.project-cost.alibi {
    background: url("../img/alibi/bg-stoimost.png") no-repeat 0 0;
    margin-top: -200px;
    height: 842px;
    position: relative;
    z-index: 1;
}
.project-cost.alibi .graphic--nao {
    stroke: #9975ae;
}
.project-cost.alibi .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #9975ae;
}
.project-cost.alibi .btn-form {
    border: 3px solid #9975ae;
}
.pagination-btn.alibi {
    background: #9975ae;
}

.header-bg.chocolate {
    background: url("../img/chokolade/header-bg-chokolade.jpg") no-repeat;
    height: 1100px;
    position: relative;
    z-index: 2;
}
.title-68 {
    font-size: 68px;
    text-align: center;
}
.title-34 {
    font-size: 34px;
    text-align: center;
}
.logo-portfolio .title-68 {
  line-height: 56px;
}
.body-portfolio-bg.chocolate {
    background: url("../img/chokolade/body-portfolio-bg-chokolade.jpg") 0 0;
    /*background-size: contain;*/
    height: 2217px;
}
.catalog.chocolate {
    background: url("../img/chokolade/bg-blog-chokolade.png") no-repeat 0 0;
    background-size: cover;
    height: 1460px;
    margin-top: -161px;
    position: relative;
    z-index: 2;
}
.gallery.chocolate {
    background: url("../img/chokolade/galereyar-bg-chokolade.jpg") no-repeat 0 0;
    background-size: cover;
    height: 1912px;
    margin-top: -155px;
}
.portfolio-blog.chocolate {
    background: url("../img/chokolade/bg-blog-chokolade.png") no-repeat 0 0;
    background-size: cover;
    height: 1800px;
    margin-top: -155px;
    position: relative;
    z-index: 2;

}
.portfolio-contacts.chocolate {
    background: url("../img/chokolade/kontakti-bg-chokolade.jpg") no-repeat 0 0;
    height: 1985px;
    margin-top: -139px;

}
.project-cost.chocolate {
    background: url("../img/chokolade/bg-stoimost-chokolade.png") no-repeat 0 0;
    margin-top: -200px;
    height: 842px;
        position: relative;
    z-index: 1002;
}
.project-cost.chocolate .graphic--nao {
    stroke: #1cbcd0;
}
.project-cost.chocolate .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #1cbcd0;
}
.project-cost.chocolate .btn-form {
    border: 3px solid #1cbcd0;
}
.pagination-btn.chocolate {
    background: #1cbcd0;
}
.header-bg.jadone {
    background: url("../img/jadone/header-bg-jd.jpg") no-repeat;
    height: 1240px;
    position: relative;
}
.index-bg.jadone {
    background: url("../img/jadone/body-portfolio-bg-jd.jpg") 0 0;
    /*background-size: contain;*/
    height: 4200px;
}
.catalog.jadone {
    background: url("../img/jadone/bg-katalog-jd.png") no-repeat 0 0;
    background-size: cover;
    height: 3275px;
    margin-top: -161px;
    position: relative;
    z-index: 2;
}
.product.jadone {
    background: url("../img/jadone/bg-product-jdi.jpg") no-repeat 0 0;
    background-size: cover;
    height: 2940px;
    margin-top: -155px;
}
.look-book.jadone {
    background: url("../img/jadone/bg-lb-jd.png") no-repeat 0 0;
    background-size: cover;
    height: 3560px;
    margin-top: -155px;
    position: relative;
    z-index: 2;
}
.about-us.jadone {
    background: url("../img/jadone/aboutas-bg-jd.jpg") no-repeat 0 0;
    background-size: cover;
    height: 3575px;
    margin-top: -120px;
}
.about-design.jadone {
    background: url("../img/jadone/bg-adaptiv-jd.png") no-repeat 0 0;
    height: 1250px;
    background-size: 100%;
    margin-top: -135px;
    padding-top: 140px;
    position: relative;
    z-index: 2;
}
.right-design.jadone img {
    margin: -200px auto 0;
}
.left-design.jadone img {
    margin: 0 auto;
}
.project-cost.jadone {
    background: url("../img/jadone/stoimostt-jd.jpg") no-repeat 0 0;
    margin-top: -200px;
    height: 842px;
    position: relative;
    z-index: 1;
}
.project-cost.jadone .graphic--nao {
    stroke: #e42cd4;
}
.project-cost.jadone .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #e42cd4;
}
.project-cost.jadone .btn-form {
    border: 3px solid #e42cd4;
}
.pagination-btn.jadone {
    background: #e42cd4;
}

.header-bg.kcci {
    background: url("../img/kcci/header-bg-kcc.jpg") no-repeat;
    height: 1049px;
    position: relative;
    z-index: 2;
}
.header-bg.kcci .title-37{
    line-height: 43px;
}
.body-index-bg.kcci {
    background: url("../img/kcci/body-portfolio-bg-kcc.jpg") no-repeat 0 100%;
    /*background-size: contain;*/
    height: 3035px;
}
.exhibition.kcci {
    background: url("../img/kcci/bg-exhibitions-kcci.png") no-repeat 0 0;
    background-size: cover;
    height: 4015px;
    margin-top: -135px;
    position: relative;
    z-index: 2;
}
.translations.kcci {
    background: url("../img/kcci/translations-bg-kcc.jpg") no-repeat 0 0;
    background-size: cover;
    height: 4160px;
    margin-top: -155px;
}
.address.kcci {
    background: url("../img/kcci/bg-address-kcci.png") no-repeat 0 0;
    background-size: cover;
    height: 2543px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
}
.membership.kcci {
    background: url("../img/kcci/membership-bg-kcc.jpg") no-repeat 0 0;
    height: 3414px;
    margin-top: -70px;
}
.project-cost.kcci {
    background: url("../img/kcci/bg-stoimost-kcc.png") no-repeat 0 0;
    margin-top: -200px;
    height: 842px;
    position: relative;
    z-index: 1;
}
.project-cost.kcci .graphic--nao {
    stroke: #3878c7;
}
.project-cost.kcci .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #3878c7;
}
.project-cost.kcci .btn-form {
    border: 3px solid #3878c7;
}
.pagination-btn.kcci {
    background: #3878c7;
}
.pagination-btn.kcci {
    background: #3878c7;
}

.header-bg.hoztorg {
    background: url("../img/hoztorg/header-bg-hz.jpg") no-repeat;
    height: 1108px;
    position: relative;
}
.index-bg.hoztorg {
    background: url("../img/hoztorg/dizain-bg-hz.jpg") 0 0;
    /*background-size: contain;*/
    height: 3640px;
}
.catalog.hoztorg {
    background: url("../img/hoztorg/bg-katalog-hzi.png") no-repeat 0 0;
    background-size: cover;
    height: 2300px;
    margin-top: -190px;
    position: relative;
    z-index: 2;
}
.product.hoztorg {
    background: url("../img/hoztorg/produkt-bg-hz.jpg") no-repeat 0 0;
    background-size: cover;
    height: 1960px;
    margin-top: -155px;
}
.about-design.hoztorg {
    background: url("../img/hoztorg/bg-resolution-hz.png") no-repeat 0 0;
    height: 1310px;
    background-size: 100%;
    margin-top: -135px;
    padding-top: 140px;
    position: relative;
    z-index: 2;
}
.project-cost.hoztorg {
    background: url("../img/hoztorg/stoimost-bg-hz.jpg") no-repeat 0 0;
    margin-top: -200px;
    height: 842px;
    position: relative;
    z-index: 1;
}
.project-cost.hoztorg .graphic--nao {
    stroke: #ef7d2d;
}
.project-cost.hoztorg .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #ef7d2d;
}
.project-cost.hoztorg .btn-form {
    border: 3px solid #ef7d2d;
}
.pagination-btn.hoztorg {
    background: #ef7d2d;
}

.top-analytics-block {
    height: 530px;
    background: url("../img/analytics/top-bg.jpg") no-repeat 0 0;
    /*background-size: 100%;*/
}
.title-44 {
    font-size: 40px;
    text-align: center;
}
.top-analytics-block .title-44 {
    width: 60%;
    float: left;
    text-align: right;
    line-height: 55px;
    margin-top: 38px;
}
.lifted {
    position:relative;
}
.lifted:before,
.lifted:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 18px;
    left: 24%;
    width: 50%;
    height: 20%;
    max-width: 510px;
    border-radius: 30px;
    -webkit-box-shadow: 0 15px 71px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 15px 17px rgba(0, 0, 0, 0.4);
    box-shadow: 0 15px 17px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.lifted:after {
    right:24%;
    left:auto;
    -webkit-transform:rotate(2deg);
    -moz-transform:rotate(2deg);
    -ms-transform:rotate(2deg);
    -o-transform:rotate(2deg);
    transform:rotate(2deg);
}
.our-skills img {
    float: left;
}
.text-27 {
    font-size: 27px;
}
.right-o-s {
    float: left;
    width: 76%;
    margin-left: 40px;
}
.right-o-s .title-37  {
    text-align: left;
}
.right-o-s .text-28  {
    line-height: 35px;
}
.arrow-down {
    left: 38%;
    top: -39px;
    position: relative;
}
.analytics-screenshot {
    box-shadow: 0 0 20px rgba(0,0,0,0.35);
    width: 100%;
}
.our-skills-right .right-o-s {
    float: left;
    width: 79%;
    margin-left: 30px;
    text-align: right;
}
.our-skills-right img {
    float: right;
}
.our-skills-right .right-o-s .title-37 {
    text-align: right;
    color: #fbbc05;
}
.our-skills-right .arrow-down {
    left: 26%;
    top: -39px;
    float: left;
    position: relative;
}
.gray-bg-analytics {
    background: url("../img/analytics/grey-bg.jpg") 0 0;
    height: 530px;
    padding-top: 25px;
    margin: 70px 0;
}
.gray-bg-analytics .right-o-s,
.gray-bg-analytics .our-skills-right .right-o-s {
    margin: 0;
}
.gray-bg-analytics img,
.gray-bg-analytics-big img {
     margin-top: 40px;
 }
.our-skills-right .arrow-down3 {
    left: -1%;
    top: -39px;
    float: left;
    position: relative;
}
.gray-bg-analytics-big {
    background: url("../img/analytics/grey-bg.jpg") 0 0;
    height: 815px;
    padding-top: 25px;
    margin: 70px 0;
}
.gray-bg-analytics-big .right-o-s,
.gray-bg-analytics-big .our-skills-right .right-o-s {
    margin: 0;
}
.gray-bg-analytics-big .our-skills .right-o-s {
    margin-left: 40px;
}
.gray-bg-analytics-big .our-skills:nth-child(3) .right-o-s {
    margin-left: 23px;
}
.our-skills p,
.our-skills-right p {
    line-height: 35px;
}
.info-analytics {
    line-height: 46px;
    margin-top: 80px;
    position: relative;
}
.form-wrapper {
    position: relative;
    /*margin-bottom: 400px;*/
    margin-bottom: 290px;
    margin-top: 100px;
    z-index: 3;
}
.form-wrapper .graphic--nao {
    stroke: #555555;
}
.form-wrapper .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #555555;
}
.form-wrapper .btn-form {
    border: 3px solid #555555;
}
.form-wrapper .input__label {
    color: #3878c7;
}
.form-wrapper .form input {
   color: #3878c7 !important;
}
.form-wrapper .input__field--nao:focus + .input__label--nao,
.form-wrapper .input--filled .input__label--nao {
    color: #3878c7;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}
.commercial-proposal .graphic--nao {
    stroke: #fff;
}
.commercial-proposal .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #fff;
}
.commercial-proposal .input__label {
    color: #fff;
}
.commercial-proposal .form input {
    color: #fff !important;
}
.commercial-proposal .input__field--nao:focus + .input__label--nao, .input--filled .input__label--nao {
    color: #fff;
}
.img-arw-red {
    position: absolute;
    left: 90%;
    bottom: 10px;
}
.commercial-proposal .btn-right-form-block {
    background: #e04f5f;
}
.top-context-block {
    height: 450px;
    background: url("../img/context/top-bg-context.jpg") no-repeat 0 0;
    margin-bottom: 30px;
}
img.context-screen {
    box-shadow: 0 0 45px rgba(0,0,0,0.60);
}
.context-screen {
    float: left;
    width: 50%;
}
.description {
    float: left;
    width: 50%;
    padding: 15px 50px 0;
}
.wrap-description p {
    line-height: 32px;
    margin-top: 25px;
}
.offset-img {
    margin-top: 10px;
    margin-left: -41px;
}
.offset-img2 {
    margin-top: 10px;
    margin-left: -41px;
}
.wrap-description .title-42 {
    line-height: 38px;
}
.gray-bg-context {
    background: url("../img/context/advantage-context-bg.jpg") 0 0;
    height: 800px;
    padding-top: 25px;
    margin: 70px 0 20px;
}
.gray-bg-context .title-42 {
    line-height: 46px;
    padding: 0 30px;
}
.benefits-settings img {
    float: left;
    margin-top: 15px;
}
.benefits-text {
    float: left;
    width: 93%;
    margin-left: 23px;
    line-height: 28px;
}
.benefits-settings {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.google-partner-wrap {
    float: left;
    margin-top: 22px;
}
.left-google-partner {
    float: left;
    width: 54%;
    text-align: right;
    line-height: 30px;
    margin-right: 12px;
}
.left-google-partner .blue-text {
    display: inline;
    font-size: 25px;
}
img.right-google-logo {
    float: left;
    width: 40%;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.left-y-d {
    width: 47%;
    float: left;
    margin-right: 38px;
}
.left-y-d p {
    margin-bottom: 0;
    line-height: 32px;
}
.right-y-d {
    float: left;
    width: 50%;
    box-shadow: 0 0 45px rgba(0,0,0,0.60);
}
.gray-bg-context-big {
    background: url("../img/context/price-setting-bg.jpg") 0 0;
    height: 422px;
    padding-top: 25px;
    margin: 70px 0;
}
.gray-bg-context-big .title-37 {
    line-height: 48px;
}
.form-wrapper.context .title-46 {
    padding: 0 185px;
}
.title-40 {
    font-size: 40px;
    text-align: center;
}
.header-bg-kh {
    background: url("../img/kharkov/top-bg-kharkov.jpg") no-repeat;
    /*height: 587px;*/
    position: relative;
}
.promotion-kh {
    background: url("../img/kharkov/promotion-kh.jpg") no-repeat;
    height: 460px;
    background-size: 100%;
    border: 2px solid #bd3331;
    border-radius: 3px;
    margin: 40px 0 100px;
}
.left-promotion {
    float: left;
    width: 60%;
    margin-top: 32px;
}
.left-promotion img {
    width: 87%;
}
.left-promotion ul {
   list-style: none;
    margin: 0;
}
.left-promotion ul li {
    padding: 14px 10px;
    text-align: left;
    margin-bottom: 10px;
 }
.left-promotion ul li span {
    padding: 10px 26px 10px 34px;
    background: url("../img/kharkov/sprite-top.png") no-repeat;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}
.btn-tov-form4 {
    background: #bd3331;
    border: none;
    width: 100%;
    height: 55px;
    font-size: 26px;
    display: block;
    margin: 0 auto;
        margin-top: 35px;
    text-transform: uppercase;
    transition:2s;
}
.btn-tov-form4:hover{
    background: #3878c7;
}
.dp-f{
    color: #9A9999;
    font-family: 'Exo2-0-Thin';
}
.left-promotion ul li:nth-child(1) span {
    background-position: 0px 2px;
}
.left-promotion ul li:nth-child(2) span {
    background-position: 0px -50px;
}
.left-promotion ul li:nth-child(3) span {
    background-position: 0px -100px;
}
.left-promotion ul li:nth-child(4) span {
    background-position: 0px -149px;
}
.left-promotion ul li:nth-child(5) span {
    background-position: 0px -198px;
}
.left-promotion ul li:nth-child(6) span {
    background-position: 0px -248px;
}
.right-promotion {
    float: left;
    width: 40%;
    margin-top: 40px;
}
.right-promotion .input__label {
    color: #555555;
}
.right-promotion .form input {
    color: #555555 !important;
}
.right-promotion .input__field--nao:focus + .input__label--nao,
.right-promotion .input--filled .input__label--nao {
    color: #555555;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}
.right-promotion .graphic--nao {
    stroke: #555555;
}
.right-promotion .input__field--nao:focus ~ .graphic--nao, .right-promotion .input--filled .graphic--nao {
    stroke: #555555;
}

.right-promotion .form {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
.right-promotion .btn-right-form-block {
    padding: 5px 29px;
    background: #bd3331;
    margin-top: 20px;
}
.header-bg-kh .text-22 {
    text-align: center;
    line-height: 30px;
}
.line-bg {
    width: 80%;
    margin: 0 auto 20px;
    border-bottom: 1px solid #3878c7;
}
.line-bg img {
    display: block;
    margin: 50px auto -20px;
}
.top-kh-block2 {
    background: url("../img/kharkov/top-bg-kharkov2.jpg") no-repeat;
    padding-top: 180px;
}
.raised {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 40px 78px -23px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 40px 78px -23px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 40px 78px -23px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.raised:before,
.raised:after {
    content:"";
    position:absolute;
    z-index:-2;
}
.left-dvantages-seo {
    float: left;
    width: 39%;
    font-family: 'PFKidsPro-GradeOne';
    font-size: 36px;
    position: relative;
    line-height: 33px;
    margin: 75px 0px 0 100px;
}

.right-dvantages-seo {
    width: 50%;
    float: right;
    font-family: 'PFKidsPro-GradeOne';
    font-size: 36px;
    line-height: 33px;
    /*margin: 367px 0px 0 93px;*/
}

.right-dvantages-seo-text {
    width: 40%;
    float: right;
    font-family: 'PFKidsPro-GradeOne';
    font-size: 36px;
    line-height: 33px;
    position: relative;
}
.right-dvantages-seo-text img {
    position: absolute;
    left: -81px;
    top: 20px;
}
.advantages-seo-kh {
    position: relative;
}
.left-dvantages-seo img {
    position: absolute;
    top: -4px;
}
.wrap-l-r-bl {
    float: left;
}
.left-dvantages-seo-img {
    float: left;
    width: 50%;
    margin-top: -210px;
    margin-left: 62px;
}
.wrap-l-r-bl:nth-child(3) .left-dvantages-seo img {
    top: -23px;
    right: -26px;
}
.wrap-l-r-bl:nth-child(3) .right-dvantages-seo {
    margin-top: -55px;
    margin-right: 17px;
}
.title-52 {
    font-size: 52px;
    text-align: center;
}
.not-give .title-52 {
    line-height: 60px;
}
.not-give .title-32 {
    line-height: 42px;
}
.not-give {
    padding: 40px 110px;
}
.task-promotion {
    background: url("../img/kharkov/lt-bg-kharkov.jpg") no-repeat;
    height: 590px;
    padding: 30px 0;
}
.block-infographics {
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 4%;
}
.block-infographics:last-child {
    margin-right: 0%;
}

.block-infographics img {
    display: block;
    margin: 0 auto;
}
.task-promotion .title-46 {
    padding: 0 220px 35px;
}
.cases-promotions p {
    line-height: 30px;
}
.cases-promotions .title-52 {
    line-height: 60px;
}
.cases-promotions{
    padding: 60px 0;
}
.wrap-promotion-case-img {
    float: left;
    margin-bottom: -8px;
    position: relative;
}
.triangle.kh {
    position: absolute;
    width: 100%;
    top: 64%;
}
.big-kh-block {
    background: #222222;
    padding: 40px 0 20px;
}
.text-16 {
    font-size: 16px;
    text-align: left;
}
.review-store {
    position: relative;
    background: url("../img/kharkov/bg-smol-block.jpg") ;
    height: 300px;
    width: 30.2%;
    float: left;
    padding: 15px;
    margin-right: 80px;
    margin-bottom: 30px;
}
.review-store:nth-child(3n) {
    margin-right: 0;
}
.review-store .text-16 {
    line-height: 20px;
}
.review-store .text-14 {
    line-height: 20px;
}
.text-14 {
    font-size: 14px;
}
.bottom-block.text-18 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    line-height: 22px;
}
.bottom-block a {
     text-decoration: underline;
 }
.bottom-block a:hover {
    text-decoration: none;
}
.big-kh-block .title-34 {
    line-height: 38px;
}
.factors-block img {
    float: left;
    margin: 0 48px;
}
.wrap-factors .text-22 {
    color: #222222;
    line-height: 30px;
}
.factors-block {
    float: left;
    margin: 25px 0;
}
.factors-block .title-32 {
    text-decoration: underline;
}
.cost-factors .title-46 {
    line-height: 55px;
    margin: 55px 0 40px;
}
.calculation-of-return {
    background: url("../img/kharkov/bg-calculation-of-return.jpg") no-repeat 0 0;
    height: 575px;
    padding-top: 25px;
    margin: 70px 0 20px;
}
.left-form-calc {
    width: 50%;
    float: left;
}
.left-form-calc .form {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
.left-form-calc .input__label {
    color: #555555;
    font-size: 22px;
}
.left-form-calc .form input {
    color: #555555 !important;
}
.left-form-calc .input__field--nao:focus + .input__label--nao,
.left-form-calc .input--filled .input__label--nao {
    color: #555555;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}
.left-form-calc .graphic--nao {
    stroke: #555555;
}
.left-form-calc .input__field--nao:focus ~ .graphic--nao, .right-promotion .input--filled .graphic--nao {
    stroke: #555555;
}
.left-form-calc .input__field--nao:focus ~ .graphic--nao,
.left-form-calc .input--filled .graphic--nao {
    stroke: #555555;
}
.left-form-calc .btn-form {
    background: #3878c7;
    border: none;
    width: 265px;
    height: 55px;
}
.right-calculation-result {
    background: url("../img/kharkov/result-bg.png") no-repeat 0 0;
    width: 48%;
    margin-left: 20px;
    float: left;
    height: 375px;
}
.wrap-result {
    width: 78%;
    margin: 45px auto 0;
    padding-top: 48px;
}
.result {
    float: left;
    min-width: 32%;
    max-width: 80%;
    font-size: 24px;
    padding: 10px;
    text-align: center;
}
    @-moz-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

    @-webkit-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }
.approach-to-work {
    line-height: 39px;
    margin-top: 100px;
}
.map {
    height: 435px;
}
.header-bg-audit {
    background: url("../img/audit/top-bg-audit.jpg") no-repeat;
    position: relative;
    height: 1310px;
}
.text-26 {
    font-size: 26px !important;
}
.left-usability-block {
    float: left;
    width: 22%;
}
.right-usability-block {
    float: right;
    width: 74%;
}
.header-bg-audit p {
    line-height: 30px;
}
.usability-analysis {
    margin-left: 0;
}
.usability-analysis li {
    background: url("../img/audit/list-style-arw.png") no-repeat 0px 16px;
    list-style: none;
    padding-left: 27px;
}
.left-technical-analysis {
    float: left;
    width: 72%;
}
.right-technical-analysis {
    float: right;
    width: 26%;
}
.wrap-technical-analysis {
   margin: 20px 0;
}
.q-mail .blue-text {
    font-family: 'Exo2-0-Regular';
}
.midl-bg-audit {
    background: url("../img/audit/midl-bg-audit.jpg") no-repeat;
    height: 900px;
}
.header-bg-web {
    background: url("../img/web/top-bg-web.jpg") no-repeat;
    height: 650px;
}
.wrap-img-creation {
    float: left;
    width: 21%;
}
img.arrow-next {
    float: left;
    width: 5.33%;
}
.last-arrow {
    transform: rotate(-57deg);
    margin-top: 78px;
}
.pic-advantages-web {
    position: absolute;
    right: 0;
}
.wrap-advantages-development {
    float: left;
    width: 74%;
}
.wrap-advantages-development .left-usability-block {
    width: 11.5%;
}
.wrap-advantages-development .right-usability-block {
    float: left;
    margin-left: 25px;
    margin-top: 13px;
    width: 80%;
}

.warp-usability:nth-child(2n) .right-usability-block {
    margin-right: 25px;
}
.warp-usability {
    margin: 59px 0;
}
.midl-bg-adaptive-design {
    background: url("../img/web/midl-bg-web.jpg") no-repeat;
    height: 900px;
}
.left-adaptive-text {
    width: 60%;
    float: left;
    margin-top: 20px;
}
.right-adaptive-img {
    float: right;
}
.midl-bg-adaptive-design p {
    line-height: 34px;
}
.scroll {
    height: 400px;
}
.magazine .scroll {
    height: 400px;
    margin-top: 30px;
}
.scroll p {
    line-height: 30px;
    padding: 0 70px;
}
.scrollable.default-skin .scroll-bar.vertical {
    width: 6px;
    background: #e4e4e4;
}
.scrollable.default-skin .scroll-bar .thumb {
    background-color: #4680ca !important;
     opacity: 1 !important;

}
.promotion-case-web .sections1 {
    width: 50%;
}
.promotion-case-web .sections2 {
    width: 50%;
}
.promotion-case-web .sections4 {
    width: 33%;
}
.promotion-case-web .sections5 {
    width: 36%;
}
.promotion-case-web .sections7 {
    width: 31%;
}
.promotion-case-web img {
    width: 100%;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.masonry_wrapper {
    overflow: hidden;
    margin: 30px 0;
}
.masonry_wrapper .item img {
    height: auto !important;
    height: 100% !important;
    width: 100%;
    position: relative;
    z-index: -2;
}
.magnifier {
    background: #000000;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.magnifier .buttons {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.magnifier .sg, .magnifier .st, .magnifier .sf {
    border: 1px solid #ffffff;
    color: #FFFFFF;
    display: block;
    display: inline-block !important;
    float: none !important;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    margin: -10px 2px 0 2px;
    text-align: center;
    width: 40px;
}
.magnifier .btn-default {
    padding: 0 20px !important;
    color: #222222 !important;
    width: auto !important;
    background: #fff !important;
}
.item h3 {
    padding-top: 15px;
    padding-bottom: 0;
}
.magnifier h3 {
    color: #ffffff;
    text-align: center;
}
.entry:hover .magnifier {
    opacity: 1;
    visibility: visible;
}
.magnifier:hover .buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.bg-b:hover {
    opacity: 0.8;
}
.bg-b:hover .inform-block {
    visibility: visible;
    transform: scale(1);
}
.inform-block {
    position: absolute;
    /*visibility: hidden;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    height: 41%;
    /*transition: 0.6s;*/
    /*transform: scale(0.2);*/
}
.web .form textarea {
    color: #3878c7;
    font-size: 24px;
    resize: none;
    border: 1px solid #222222;
    background: transparent;
}
.web .title-46 {
    padding: 0 26%;
}
.web.form-wrapper {
    margin-bottom: 300px;
}

.portfolio-filter ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.portfolio-filter {
    text-align: center;
    overflow: hidden;
    margin: 25px 0 15px;
}
.portfolio-filter li {
    display: inline;
    margin-right: 5px;
    padding: 0;
}
.portfolio-filter li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #3878c7;
    color: #fff;
    padding: 5px 10px;
}
.masonry_wrapper .item {
    margin: 0 2px 4px;
    padding: 0;
}
.white-wrapper {
    background-color: #ffffff;
    padding: 20px 0;
}
.portfolio-bot-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #3878c7;
    color: #fff;
    padding: 5px 10px;
    margin: 0 auto 30px;
    display: block;
    width: 150px;
}
.menu-btn {
    float: right;
    position: relative;
    width: 8%;
    margin-left: 10px;
    height: 30px;
}
ul.cd-primary-nav {
    list-style: none;
    margin: 0;
}
ul.cd-primary-nav li {
    text-align: left;
    line-height: 52px;
}
.no-touch .cd-nav .cd-primary-nav a {
    color: #fff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
    color: #c0c0c0;
}
.cd-nav .cd-half-block {
    width: 100%;
    float: left;
}
ul.cd-primary-nav.color-white {
    width: 36%;
    float: left;
}
ul.cd-primary-nav.color-white:last-child {
    padding-left: 26px;
    width: 28%;
}
.wrap-content-menu.clearfix {
    border-bottom: 1px solid #3878c7;
    padding-bottom: 100px;
}
.menu-tel-number-mini {
    width: 100%;
    float: right;
}
.menu-tel-number-mini ul {
    list-style: none;
    color: #fff;
    font-size: 30px;
    margin: 95px auto 0;
    width: 836px;
}
.menu-tel-number-mini ul li {
    float: left;
    padding: 0 20px;
    line-height: 28px;
    border-right: 3px solid #fff;
}
.menu-tel-number-mini ul li:last-child {
    border-right: none;
}
a.cd-nav-trigger.nav-trigger2 {
    right: 0;
    top: 50px;
}
.logo-menu {
    margin-bottom: 100px;
}
.cd-nav-trigger.nav-trigger2 .cd-nav-icon {
    background: url("../img/close-btn.png") no-repeat 4px 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* bottom: auto; */
    /* right: auto; */
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    /* background-color: #ffffff; */
}

html.fsvs #fsvs-pagination li {
    width: 230px;
    overflow: visible;
    font-family: 'Exo2-0-Light';
    font-size: 12px;
    color: #8c8c8c;

}
html.fsvs #fsvs-pagination li.active > .title {
    color:#3878c7;
    font-family: 'Exo2-0-SemiBold';
}
html.fsvs #fsvs-pagination li:hover > .title {
    color:#3878c7;
    font-family: 'Exo2-0-SemiBold';
}

html.fsvs #fsvs-pagination {
    width: 30px;
    overflow: hidden;
    transition: 1s;
}
html.fsvs #fsvs-pagination:hover {
    width: 230px;
    overflow: visible;
}

html.fsvs #fsvs-pagination .title {
    transition: 1s;
    transform: translate3d(-300px, 0, 0);

}
html.fsvs #fsvs-pagination:hover .title {
    transform: translate3d(10px, 0, 0);
}
a.cd-nav-trigger  {
    padding: 11px 34px 0;
    font-size: 16px;
    font-family: 'Exo2-0-Light';
    color: #fff;
    text-transform: uppercase;
}
.navigation-is-open .cd-nav-trigger {
     text-indent: 100%;
 }
.dop-text-block .right-dvantages-seo-text {
    color: #fff;
    font-size: 27px
}
.dop-text-block {
    float: right;
    margin-top: -450px;
}


.bg-2.button {
    float: none;
    width: 161px;
}
.bg-3.button{
   float: none;
}
.bg-3.button--wayra:hover::before {
    background-color: #fff;
}
.bg-2.button--wayra:hover::before {
    background-color: rgba(255, 255, 255, 0.80);
}
.bg-2.button--wayra:hover {
    color: #000 !important;
}
.bg-3.button--wayra:hover {
    color: #000;
}
.bg-1.button {
    color: #FFFFFF;
    background: #52B4DB;
    text-align: center;
}
.button--wayra {
    overflow: hidden;
    width: 245px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.button {
    float: left;
    min-width: 150px;
    max-width: 370px;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button--wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
    color: #fff;
    /*border-color: #3f51b5;*/
}
.bg-1 .button {
    color: #37474f;
    border-color: #37474f;
}
.button--wayra {
    overflow: hidden;
    width: 370px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--border-thick {
    /*border: 3px solid;*/
}
.button--text-upper {
    /*letter-spacing: 2px;*/
    /*text-transform: uppercase;*/
}
.button--wayra:hover::before {
    opacity: 1;
    background-color: #3878c7;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -80deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -80deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.error {
    color: #F00;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin: auto;
    width: 440px;
}
.success {
    color: green;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin: auto;
    width: 440px;
}
.q-mail a {
    color: #fff;
}
.wrap-menu-btn {
    float: right;
    position: relative;
    width: 8%;
    margin-left: 10px;
    height: 30px;
}
.navigation-is-open #fsvs-pagination {
    z-index: 0 !important;
}
.modal-content .bg-lading-form {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 0 0;
    margin-top: 0px;
}
.modal-content .form-wrapper.keis-form {
    position: relative;
    margin-bottom: auto;
    margin-top: 5%;
}
div.top-menu.stickytop {
    position:fixed;
    top:0;
    animation-name: fadeInDown;
     animation-fill-mode: both;
    animation-duration: 1s;
}
#preloader {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(51, 51, 51, 0.8);
}
#preloader div {
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  position: absolute; 
  top: 50%; 
  left: 50%;
}
#preloader span {
  display: block;
  position: absolute;
  width: 40%;
  height: 40%;
  border-radius: 10% 0 10% 0;
  box-shadow: 2px 2px 3px rgba(0,0,0,.4);
  -webkit-animation: run 2s ease-in-out;
  animation: run 2s infinite ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#preloader .one {
  background: #3878c7;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#preloader .two {
  background: #fff;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#preloader .three {
  background: #3878c7;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#preloader .four {
  background: #fff;
}

@-webkit-keyframes run {
  0% {
    transform: translate(0%);
    border-radius: 10% 0 10% 0;
  }
  25% {
    transform: translate(150%) scale(0.5); 
    border-radius: 0%;
  }
  50% {
    transform: translate(150%, 150%);
    border-radius: 10% 0 10% 0; 
  }
  75% {
    transform: translate(0%, 150%) scale(0.5); 
    border-radius: 0%;
  }
}
@keyframes run {
  0% {
    transform: translate(0%);
    border-radius: 10% 0 10% 0;
  }
  25% {
    transform: translate(150%) scale(0.5); 
    border-radius: 0%;
  }
  50% {
    transform: translate(150%, 150%);
    border-radius: 10% 0 10% 0; 
  }
  75% {
    transform: translate(0%, 150%) scale(0.5); 
    border-radius: 0%;
  }
}
.social-page .top-analytics-block {
    height: 530px;
    background: url("../img/social/top-bg.jpg") no-repeat 0 0;
}
.social-page .gray-bg-analytics {
    background: url("../img/analytics/grey-bg.jpg") 0 0;
    padding: 50px 0;
    margin: 70px 0;
    height: auto;
}
.social-page .top-analytics-block .title-44 {
    color: #222;
    font-size: 34px;
    line-height: 48px;
    width: 63%;
    float: left;
    text-align: right;
    margin-top: 92px;
}
.social-page .text-27{
    margin-top: 60px;    
}
.wr-soc{
    position: relative;
    margin: 60px 0;
}
.nap-li li{
    list-style: none;
    font-size: 24px;
    font-family: 'Exo2-0-SemiBold';
    line-height: 26px;
}
.nap-li li:nth-child(1),
.nap-li li:nth-child(2),
.nap-li li:nth-child(3) {
    text-align: right;
}
.nap-li li:nth-child(4),
.nap-li li:nth-child(5),
.nap-li li:nth-child(6) {
    text-align: left;
}
.nap-li li:nth-child(1) {
    position: absolute;
    top: -20px;
    left: 80px;
}
.nap-li li:nth-child(2) {
    position: absolute;
    top: 55px;
    left: 105px;
}
.nap-li li:nth-child(3) {
    position: absolute;
    top: 163px;
    left: 90px;
}
.nap-li li:nth-child(4) {
    position: absolute;
    top: -13px;
    right: 115px;
}
.nap-li li:nth-child(5){
    position: absolute;
    top: 63px;
    right: 105px;
}
.nap-li li:nth-child(6){
    position: absolute;
    top: 145px;
    right: 125px;
}
.text-soc-2{
    text-align: center;
    font-size: 30px;
    margin: 15px 0;
    color: #3878c7;
}
.spis-soc{
    margin: 0px;
    padding: 0px;
}
.spis-soc li{
    list-style: none;    
    padding: 0px 0px 0px 55px;
}
.spis-soc li:nth-child(2n){
    background: url(../img/social/li2.png)no-repeat left center;
}
.spis-soc li:nth-child(2n+1){
    background: url(../img/social/li1.png)no-repeat left center;
}
.spis-soc li p{    
    font-size: 22px;
    line-height: 25px;
}
.social-page .right-o-s {
    float: right;
    width: 65%;
    margin-top: 20px;
}
.li2-soc.spis-soc li{
    padding: 0px 55px 0px 0px;
}
.li2-soc.spis-soc li:nth-child(2n){
    background: url(../img/social/li2.png)no-repeat right center;
}
.li2-soc.spis-soc li:nth-child(2n+1){
    background: url(../img/social/li1.png)no-repeat right center;
}
.social-page .o-s-s2 {
    float: left !important;
    width: 75% !important;
    margin-top:20px !important;
}
.social-page .o-s-s2 p{
    font-size: 22px;
    line-height: 25px;
    text-align: right;
}
.text-bottom-soc-block{
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    color: #3878c7;
}
.li3-soc{
    margin: 0px;
    padding: 0px;
}
.li3-soc li{
    list-style: none;
    background: url(../img/social/li3.png)no-repeat left center;    
    padding: 0px 0px 0px 35px;
}
.li3-soc li, .ss3 p{
    font-size: 24px;
    line-height: 40px;
}
.social-page .right-o-s.ss3 {
    float: right;
    width: 58%;
    margin-top: 30px;
}
.scrollup {
    width: 63px;
    height: 74px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('../img/scrollup.png') no-repeat;
    opacity: 0.6;
    transition:.5s;
    z-index: 100;
}
.scrollup:hover{
    opacity: 1;
}
.page404{
    background: url(../img/404.jpg) center no-repeat; 
    background-size: 100%;
}
.all-wr-404{
    padding: 20% 0 25%;
}
.btn-404{
    position: relative;
    background: #555;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
        z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.btn-404:hover{
    background: #0279c2;
}
.form-wrapper.keis-form {
    z-index: 2;
}
.keis-form .pagination-btn.kcci {
    text-align: center;
}
.ppf .m-t50 {
    margin-top: 90px !important;
    
}
.ppf .exo2-thin{
    font-family: 'Exo2-0-Regular';
}
.slide-all{
    min-height: 1065px;
}
.cont-m .top-menu.portfolio {
    position: absolute!important;
}
.header-bg-anyway {
    background: url("../img/header-bg-ab.jpg") no-repeat;
    height: 990px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.hessa .header-bg {
    background: url("../img/hessa/top-bg.jpg") no-repeat;
    height: 787px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.hessa .body-portfolio-bg {
    background: url("../img/hessa/midle-bg.png") no-repeat 0 -20px;
    height: 4102px;
}
.hessa .project-cost {
    background: url("../img/hessa/footer-bg.jpg") no-repeat 0 0;
    height: 835px;
    background-size: 100%;
    margin-top: -270px;
    padding-top: 140px;
    position: relative;
    z-index: -1;
}
/*.hessa img.site-screenshot {*/
    /*margin-top: 215px;*/
/*}*/
.kedr .header-bg {
    background: url("../img/kedr/top-bg.jpg") no-repeat;
    height: 787px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.kedr .body-portfolio-bg {
    background: url("../img/kedr/midl-bg.jpg");
    height: 6000px;
    position: relative;
    z-index: -1;
}
.kedr .project-cost {
    background: url("../img/kedr/footer-bg.png") no-repeat 0 0;
    height: 835px;
    background-size: 100%;
    margin-top: -442px;
    padding-top: 140px;
    position: relative;
    z-index: -1;
}
.ural .header-bg {
    background: url("../img/ural/header-bg.jpg") no-repeat;
    height: 787px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.ural .body-portfolio-bg {
    background: url("../img/ural/midl-bg.png") no-repeat 0 -351px;
    height: 4491px;
    position: relative;
    z-index: 2;
}
.ural .project-cost {
    background: url("../img/ural/footer-bg.jpg") no-repeat 0 0;
    height: 835px;
    background-size: 100%;
    margin-top: -442px;
    padding-top: 140px;
    position: relative;
    z-index: -1;
}
.header-bg.chance {
    background: url("../img/mychance/top-bg.jpg") no-repeat;
    height: 825px;
    position: relative;
}
.index-bg.chance {
    background: url("../img/mychance/bg-1.png") no-repeat 0 0;
    height: 2684px;
    position: relative;
    z-index: 2;
}
.catalog.chance {
    background: url("../img/mychance/2bg.jpg") no-repeat 0 0;
    height: 2459px;
    margin-top: -163px;
}
.product.chance {
    background: url("../img/mychance/bg-3.png") no-repeat 0 0;
    position: relative;
    z-index: 2;
    height: 1595px;
    margin-top: -251px;
}
.project-cost.chance {
    background: url("../img/mychance/footer-bg.jpg") no-repeat 0 0;
    margin-top: -200px;
    height: 842px;
    position: relative;
    z-index: 1;
}
.el-ezj .header-bg {
    background: url("../img/el-ezj/header-bg.jpg") no-repeat;
    height: 825px;
    position: relative;
}
.el-ezj-wrap-bg {
    background: url("../img/el-ezj/midle-long-bg.jpg") no-repeat 0 0;
    height: 7000px;
}
.el-ezj .project-cost {
    background: url("../img/el-ezj/footer-bg.png") no-repeat 0 0;
    margin-top: -200px;
    height: 837px;
    position: relative;
    z-index: 1;
}
.msholod .header-bg {
    background: url("../img/msholod/head-bg.jpg") no-repeat;
    height: 825px;
    position: relative;
}
.msholod-wrap-bg {
    background: url("../img/msholod/midle-bg.jpg") no-repeat 0 0;
    height: 6878px;
}
.msholod .project-cost {
    background: url("../img/msholod/footer-bg.png") no-repeat 0 0;
    margin-top: -200px;
    height: 837px;
    position: relative;
    z-index: 1;
}
.mob-os .wrap-course p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.mob-os .color-blue {
    font-size: 24px;
    margin-bottom: 30px;
    color: #3878c7 !important;
}
.mob-os .smartphone {
    position: absolute;
    top: 0px;
}
.mob-os .wrap-course{
    margin-bottom: 30px;
}
.mob-os .ss3 p {
    font-size: 22px;
    line-height: 36px;
}
.mob-os .title-37 {
    font-size: 30px;
}
.mob-os .lad-title-2-2 {
    font-size: 34px;
    font-family: 'Exo2-0-SemiBold';
    text-align: center;
    margin-top: -85px;
    color: #4680ca;
    margin-bottom: 45px;
}
.color-gr{
    color: #0db2ac !important;
}
.form-order .input--nao.input--filled{
    line-height: 55px;
}



.rectangle-list{
    counter-reset: li;
    list-style: none;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rectangle-list span {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background:rgba(221, 221, 221, 0.41);
    color: #444;
    font-size: 24px;
    font-style: italic;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;   
}
 
/*.rectangle-list span:hover {
    background: #eee;
    cursor: help;
} */  
 
.rectangle-list span:before {
        content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.5em;
    top: 50%;
    margin-top: -1em;
    background: #EA4335;
    height: 2em;
    width: 2em;
    color: #fff;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}
 
.rectangle-list span:after {
    position: absolute; 
    content: '';
    left: 0.5em;
    border-left-color: #EA4335;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;               
}
 
.rectangle-list span:hover:after {
    left: -.5em;
    border-left-color: #fa8072;             
}
.bxslider-wr{
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.bx-sli {
    margin: 0 0 15px;
}
.kursi {
    font-size: 14px;
    list-style-type: square;
}











.timeline {
  position: relative;
  margin: 80px 0 60px;
}
.timeline::before {
      content: '';
    background: rgba(56, 120, 199, 0.35);
    width: 5px;
    height: 96%;
    position: absolute;
    left: 50%;
    top: 33px;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(even){
    margin-top: -100px;
}

.timeline-item:nth-child(odd){
    margin-top: -100px;
}
.timeline-item:first-child{
    margin: 0;
}
.timeline-item:last-child{
    margin: -130px 0 0 0;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #e8e8e8 transparent transparent;
}
.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-item .kursi {
    margin-top: 10px;
}
.timeline-item .kursi li{
    line-height: 16px;
    margin-bottom: 3px;
}
.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #e8e8e8;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #e8e8e8;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #3878c7;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline a {
  background: #3F51B5;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.timeline a:hover, .timeline a:active, .timeline a:focus {
  background: #32408f;
  color: #FFFFFF;
  text-decoration: none;
}

.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px;
}
.timeline-card a {
  margin-left: 20px;
}

.h2-timeline {
    font-size: 30px;
}
.h2-timeline{
	text-transform: uppercase;
    margin-bottom: 10px;
}

.timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.timeline .date {
  background: #bd3331;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: -38px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}


.airbox .header-bg {
    background: url("../img/airbox/airbox_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.airbox .project-cost {
    background: url("../img/airbox/airbox_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.bags .project-cost {
    background: url("../img/bags/bags_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.airbox .graphic--nao {
    stroke: #3878c7;
}
.project-cost.airbox .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #3878c7;
}
.project-cost.airbox .btn-form {
    border: 3px solid #3878c7;
}
.pagination-btn.airbox {
    background: #3878c7;
}

.autopp .header-bg {
    background: url("../img/autopp/autopp_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.autopp .project-cost {
    background: url("../img/autopp/autopp_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.autopp .graphic--nao {
    stroke: #3878c7;
}
.project-cost.autopp .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #3878c7;
}
.project-cost.autopp .btn-form {
    border: 3px solid #3878c7;
}
.pagination-btn.autopp {
    background: #3878c7;
}

.bogatir .header-bg {
    background: url("../img/bogatir/bogatir_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.bogatir .project-cost {
    background: url("../img/bogatir/bogatir_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.bogatir .graphic--nao {
    stroke: #24c7d6;
}
.project-cost.bogatir .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #24c7d6;
}
.project-cost.bogatir .btn-form {
    border: 3px solid #24c7d6;
}
.pagination-btn.bogatir {
    background: #24c7d6;
}

.dillershop .header-bg {
    background: url("../img/dillershop/dillershop_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.dillershop .project-cost {
    background: url("../img/dillershop/dillershop_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.dillershop .graphic--nao {
    stroke: #24c7d6;
}
.project-cost.dillershop .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #24c7d6;
}
.project-cost.dillershop .btn-form {
    border: 3px solid #24c7d6;
}
.pagination-btn.dillershop {
    background: #24c7d6;
}

.luzana-moda .header-bg {
    background: url("../img/luzana-moda/luzana-moda_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.luzana-moda .project-cost {
    background: url("../img/luzana-moda/luzana-moda_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.luzana-moda .graphic--nao {
    stroke: #9975ae;
}
.project-cost.luzana-moda .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #9975ae;
}
.project-cost.luzana-moda .btn-form {
    border: 3px solid #9975ae;
}
.pagination-btn.luzana-moda {
    background: #9975ae;
}

.ideaopt .header-bg {
    background: url("../img/ideaopt/ideaopt_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.ideaopt .project-cost {
    background: url("../img/ideaopt/ideaopt_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.ideaopt .graphic--nao {
    stroke: #ef7d2d;
}
.project-cost.ideaopt .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #ef7d2d;
}
.project-cost.ideaopt .btn-form {
    border: 3px solid #ef7d2d;
}
.pagination-btn.ideaopt {
    background: #ef7d2d;
}

.pinguru .header-bg {
    background: url("../img/pinguru/pinguru_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.pinguru .project-cost {
    background: url("../img/pinguru/pinguru_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.pinguru .graphic--nao {
    stroke: #24d6c7;
}
.project-cost.pinguru .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #24d6c7;
}
.project-cost.pinguru .btn-form {
    border: 3px solid #24d6c7;
}
.pagination-btn.pinguru {
    background: #24d6c7;
}

.premier-parfum-pp .header-bg {
    background: url("../img/premier-parfum-pp/premier-parfum-pp_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.premier-parfum-pp .project-cost {
    background: url("../img/premier-parfum-pp/premier-parfum-pp_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.premier-parfum-pp .graphic--nao {
    stroke: #9724d6;
}
.project-cost.premier-parfum-pp .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #9724d6;
}
.project-cost.premier-parfum-pp .btn-form {
    border: 3px solid #9724d6;
}
.pagination-btn.premier-parfum-pp {
    background: #9724d6;
}

.season-hoztorg .header-bg {
    background: url("../img/season-hoztorg/season-hoztorg_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.season-hoztorg .project-cost {
    background: url("../img/season-hoztorg/season-hoztorg_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.season-hoztorg .graphic--nao {
    stroke: #052ab2;
}
.project-cost.season-hoztorg .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #052ab2;
}
.project-cost.season-hoztorg .btn-form {
    border: 3px solid #052ab2;
}
.pagination-btn.season-hoztorg {
    background: #052ab2;
}

.vburenii .header-bg {
    background: url("../img/vburenii/vburenii_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.vburenii .project-cost {
    background: url("../img/vburenii/vburenii_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.vburenii .graphic--nao {
    stroke: #3878c7;
}
.project-cost.vburenii .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #3878c7;
}
.project-cost.vburenii .btn-form {
    border: 3px solid #3878c7;
}
.pagination-btn.vburenii {
    background: #3878c7;
}

.wishnia .header-bg {
    background: url("../img/wishnia/wishnia_bg.jpg") no-repeat;
    widht: 100%;
	height: 100%;
	background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.wishnia .project-cost {
    background: url("../img/wishnia/wishnia_bg.jpg") no-repeat 0 0;
    height: 850px;
    background-size: 100%;
    margin-top: -200px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.project-cost.wishnia .graphic--nao {
    stroke: #03B1B2;
}
.project-cost.wishnia .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #03B1B2;
}
.project-cost.wishnia .btn-form {
    border: 3px solid #03B1B2;
}
.pagination-btn.wishnia {
    background: #03B1B2;
}


