@charset "UTF-8";

@font-face {
    font-family: 'raleway-lig';
    src: url(fonts/Roboto-Light.ttf);
    }
    @font-face {
    font-family: 'raleway-reg';
    src: url(fonts/Raleway-Regular.ttf);
    }
    @font-face {
    font-family: 'raleway-bold';
    src: url(fonts/Raleway-Bold.ttf);
    }
    @font-face {
    font-family: 'panton-lig';
    src: url(fonts/Panton-Light.otf),
         url(fonts/Roboto-Light.ttf);
    }
    @font-face {
    font-family: 'panton-bold';
    src: url(fonts/Panton-Bold.otf),
         url(fonts/Panton-Bold.ttf);
    }
    @font-face {
    font-family: 'panton-semibold';
    src: url(fonts/Panton-SemiBold.otf);
    }
    @font-face {
    font-family: 'panton-extrabold';
    src: url(fonts/Panton-ExtraBold.otf);
    }
:focus, .focus {
    outline: 0px;
}
/*p, */h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
p {
    color: #3d4247;
}
p.important {
    border: 1px solid #e46713;
    display: block;
    padding: 16px;
    font-weight: 700;
    margin: 20px 30px 20px 30px;
    text-align: center;
    box-shadow: 5px 8px 0px -2px rgba(228, 103, 19, 0.54);
}
ol, ul {
    
}
/* style */
body, html {
    margin: 0;
    padding: 0;
    height: auto;
    height: 100%;
    min-height: 100%;
}
.wrapper {
    min-height: 100%;
}
body {
    font-family: 'raleway-lig';
    overflow-x: hidden;
    color: #3d4247;
    font-size: 15px;
    line-height: 1.5;
}
h1, h2 {
    font-family: 'panton-lig';
    font-size: 42px;
    color: #000;
    margin: 25px 0;
}
h3 {
    font-family: 'panton-lig';
    font-size: 26px;
    color: #000;
    margin:20px 0px 30px; 
}
h4 {
    font-family: 'panton-lig';
    font-size: 27px;
    margin-bottom: 30px;
}
.policy {
font-size: 2.4rem;
}
.visible-off {
    opacity: 0;
}
.visible-on {
    opacity: 1;
}
.inner-wrap {
    padding-bottom: 0px;
    padding-top: 113px;
}
.post, .category  {
    padding-top: 113px;
}
.inner-bg {
    background-color: #f7f8f9;
}
.page-content {
    padding-bottom: 40px;
}
.page-content h3 {
    margin: 40px 0px 20px;
}
.breadcrumb {
    padding: 10px 0px;
    margin: 5px 0px 40px;
    border-radius: 0px;
    background: transparent;
    font-size: 13px;
}
.breadcrumb a {
    color: #000;
}
div#error-page {
    padding: 113px 0 150px;
}
div#error-page h1 {
    margin-top: 160px;
}
.text-align.error {
    text-align: center;
    margin: 20px 0 0 0;
}
.focus-word {
    color: #ff5a00;
}
.neoorange, .focus-word {
    color: #ffa02f;
}
.neoyellow {
    color: #ffc000;
}
/* header */
header {
    padding: 15px 0px 0px;
    width: 100%;
    background: rgba(255,255,255, .95);
    z-index: 999;
    position: fixed;
}
header .tagline, .footer-logo > p {
    color: #5d6369;
    font-size: 13px;
    padding-bottom: 15px;
}
header .language {
    text-align: right;
}
header .language > div {
    display: inline-block;
    border-bottom: 1px solid #aeb4ba;
}
header .language a {
    color: #aeb4ba;
    font-family: 'raleway-bold';
    text-decoration: none;
}
header .language a:hover {
    color: #3d4247;
}
header .number-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}
header .number-head-msgr {
    margin-right: 16px;
}
header .number-head-msgr:hover {
    text-decoration: none;
}
header .number-head-msgr img {
    width: 20px;
    height: 20px;
}
header .number-head a {
    color: #5d6369;
}
header .logo {
    padding-top: 15px;
}
header .logo img {
    width: 195px;
    height: 35px;
}
header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
header .number-head i {
    margin-right: 5px;
}
.top-menu ul.nav.navbar-nav {
    text-align: right;
    width: 100%;
}
.top-menu ul li {
    float: none;
    display: inline-block;
}
.top-menu ul.nav > li > a {
    padding: 22px 15px;
    font-size: 16px;
    color: #000;
}
.top-menu  ul.nav > li > a:hover, .top-menu  ul.nav > li > a:focus {
    border-bottom: 1px solid #ffa02f;
    padding: 22px 15px 21px;
    background: transparent;
}
.top-menu ul.nav .open > a {
    background: transparent;
}
.top-menu ul.dropdown-menu li a {
    padding: 6px 15px;
    color: #3d4247;
    font-size: 15px;
}
.top-menu ul.dropdown-menu li a:hover {
    background: transparent;
    text-decoration: underline;
}
.top-menu ul.nav > li.dropdown > a:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    margin-left: 5px;
    opacity: .7;
}
.top-menu ul.nav li.dropdown > ul.dropdown-menu {
    position: absolute;
    left: 0px;
    text-align: left;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    /* height: 130px; */
    min-height: 130px;
    padding-top: 18px;
}
.top-menu ul.nav li.dropdown > ul.dropdown-menu:after {
    content: '';
    width: 3000px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -1500px;
    z-index: -1;
    background: #f1f2f3;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #3d4247;
    background-color: transparent;
    text-decoration: underline;
}
.top-menu ul > li.active > a {
    border-bottom: 1px solid #ffa02f;
    padding: 22px 15px 21px;
    background: transparent;
}
.top-menu ul.dropdown-menu > li.active a {
    border: 0;
    padding: 6px 15px;
}
/* /// */
/* footer */
footer {
    /* background: #e8e9eb; */
    background: #ecedef;
}
.row.bottom-info {
    padding: 45px 0px 35px;
    border-top: 1px solid #cad0d5;
}
footer .phone a, footer .address {
    font-family: 'panton-lig';
    color: #7c8185;
    text-decoration: none;
}
footer .phone {
    font-size: 16px;
    /* margin-top: 13px; */
}
footer .address {
    font-size: 14px;
    /* margin-top: 13px; */
}
footer .copyright {
    font-size: 14px;
    text-align: center;
    color: #8d9195;
}
footer .oferta {
    text-align: right;
    font-size: 11px;
    line-height: 11px;
}
.footer-logo {
    text-align: right;
    margin-top: 15px;
}
.footer-logo img {
    width: 210px;
    height: 45px;
}
.footer-logo p {
    font-size: 14.6px;
}
    
.footer-menu ul li a {
    color: #000;
    font-size: 15px;
    padding: 7px 0px;
    display: block;
    text-decoration: none;
    line-height: 15px;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
}
.footer-menu {
    padding: 65px 0px 50px;
}
footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-contact p {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
footer .phone i,
footer .address i {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    margin: auto;
}
/* /// */
/* home */
.video-top {
    overflow: hidden;
    /* background: url(../images/home/video-bg.jpg) center no-repeat; */
    width: 100%;
    position: relative;
}
.video-top p {
    font-family: 'raleway-reg';
}
.title-video {
    text-align: center;
}

video.video-block {
    width: 100%;
    position: relative;
    top: -40px;
}
/* /// */
/* cases-block */
.cases-home {
    height: 710px;
    background: #f7f8f9;
    overflow: hidden;
}
.cases-home h2 {

}
.cases-home p {
    color: #3d4247;
    margin-bottom: 15px;
}
.cases-home p.case-name {
    text-transform: uppercase;
    font-size: 24px;
}
.cases-home .case-link {
    margin-bottom: 40px;
}
.cases-home .case-link a.case-link {
    color: #3d4247;
    text-decoration: underline;
}
.cases-home .case-all {
    margin-top: 80px;
}
.cases-home a.case-all {
    color: #2c74bb;
    font-size: 16px;
}
a.case-all.next:hover {
    text-decoration: none;
}
.cases-home .case-image {
    text-align: center;
}
.case-image > div {
    display: inline-block;
    position: relative;
    height: 420px;
    width: 515px;
    overflow: hidden;
    padding: 0px 2px;
}
.case-image > div:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/home/monitor.png) center no-repeat;
}
.case-image > div img {
    display: block;
    margin: 5px auto;
    width: 145%;
}
.case-link-block {
    margin-bottom: 20px;
}
.cases-content {
    margin-top: 100px;
    overflow: hidden;
}
/* /// */
/* form-main */
.form-home {
    height: 740px;
    box-shadow: 0px 6px 17px -5px #ddd;
    background: url(../images/home/form-home.jpg) center no-repeat;
}
.form-content {
    background: #fff;
    padding: 50px 0px 20px;
    box-shadow: 0px 0px 17px -2px #ddd;
    z-index: 2;
}
.form-main {
}
.form-main div#w0 {
    height: 100%;
}
.form-main .alert-success {
    position: relative;
    top: 50%;
}
.form-main .alert-success button {
    display: none;
}
.title-form {
    text-align: center;
    margin-top: 100px;
}
.title-form h2 {
    font-size: 34px;
    color: #888;
}
.form-home .title.form p, .form-inner .title.form p {
    margin-bottom: 10px;
    font-size: 20px;
}
.form-home .title.form p:nth-child(2), .form-inner .title.form p:nth-child(2) {
    font-size: 23px;
    margin: 0;
}
.form-home .title.form p:nth-child(3), .form-inner .title.form p:nth-child(3) {
    font-size: 27px;
    margin: 0 0 30px 0;
}
.form-main .btn-primary {
    margin: 16px 0px 40px;
}
.form-home .title.form p span, .form-inner .title.form p span {
    color: #ffa02f;
    margin: 0;
}
.form-main {
    text-align: center;
}
.form-main input, .form-main textarea {
    border-radius: 0px;
    border: 1px solid #caced1;
    color: #7a7f84;
    padding: 10px 20px;
    height: auto;
    box-shadow: none;
    max-width: 100%;
}
.form-main button.button {
    margin: 30px auto;
    display: block;
}
.form-main textarea {
    height: 80px;
}
.check-block {
    text-align: center;
    width: 100%;
}
.chek {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
span.square {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #ddd;
    position: absolute;
    left: 0;
    z-index: 1;
}
.chek input {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.chek input:checked + span.square:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #ddd;
    position: absolute;
    left: 2px;
    top: 2px;
}
/* about-company */
.article-icon { 
 position: relative;
    padding-left: 80px; 
    margin-bottom:45px
}
.article-icon:before { 
 content: " ";
 display: block;
 width: 64px;
 height: 64px;
 position: absolute;
 top: -15px;
 left: 0;
 background: url(/upload/images/paper-plane.png) 0 0 no-repeat;
 }
.article-icon.target:before{
 background: url(/upload/images/target.png) 0 0 no-repeat;
 top:-35px;
}
/* scroll-header */
header.scroll {
    padding-top: 0px;
    position: fixed;
}
header.scroll .row:first-child {
    height: 0px;
    transition: height ease .2s;
    overflow: hidden;
}
/* button */
.btn > * {
  position: relative;
}
.btn-primary {
    position: relative;
    padding: 15px 20px;
    display: inline-block;
    font-family: 'raleway-bold';
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    line-height: 11px;
    font-size: 15px;
    border: 0px;
    color: #fff;
    background: #ffa02f;
    overflow: hidden;
}
.btn-primary:hover, .btn-primary:focus, 
.btn-primary.focus, .btn-primary:active,
.btn-primary.active, .btn-primary:active:hover,
.btn-primary:active:focus, .btn-primary.active:focus,
button.btn-primary:focus, button.btn-primary.focus,
button.btn-primary:active, button.btn-primary.active,
button.btn-primary:active:focus, button.btn-primary.active:focus {
    color: #fff;
    background-color: #fe9921;
    box-shadow: none;
    outline: 0px;
}
a.btn.next span, a.next span, button.btn.next span, button.next span {
    font-family: 'Glyphicons Halflings';
    margin-left: 10px;
    font-size: 12px;
}
a.btn.next span:before, a.next span:before,
button.button.next span:before, button.next span:before {
    content: "\e080";
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}

.btn:hover:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}
.btn-transparent {
    border: 1px solid #71767b;
    background-color: transparent;
    border-radius: 2px;
    color: #3d4247;
    padding: 10px 20px 8px 41px;
    text-transform: uppercase;
    background-image: url(/images/right-arrow.svg);
    background-size: 22px;
    background-position: 11px 7px;
    background-repeat: no-repeat;
    font-size: 1.3rem;
    box-shadow: none;
}
.btn-transparent:before {
    display: none;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
    background-image: url(/images/right-arrow.svg);
    background-color: #f1f1f1;
    box-shadow: none;
}
.reviews-all button.slick-prev, .reviews-all button.slick-next {
    width: 25px;
    height: 45px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/button-bl-or.png);
    background-position: 0px 0px;
}
.reviews-all button.slick-prev {
    left: -50px;
}
.reviews-all button.slick-next {
    right: -50px;
}
.reviews-all button.slick-next {
    background-position: -75px 0px;
}
.reviews-all button.slick-next:hover {
    background-position: -50px 0px;
}
.reviews-all .slick-prev:before, .reviews-all .slick-next:before {
    content: none;
}
.rev-image img {
    width: 200px;
    height: 280px;
    display: block;
    margin: 0 auto;
    border: 4px solid #ddd;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.rev-info .title {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
}
p.link-image {
    font-size: 16px;
    color: #307fcf;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}
.rev-info {
    padding: 15px 15px 20px;
}
.rev-info div.content {
    word-break: break-word;
    height: 230px;
    overflow: auto;
    padding-right: 10px;
    white-space: pre-wrap;
}
.rev-image {
    padding: 20px 15px;
    text-align: center;
}
section.reviews-all {
    overflow: hidden;
    max-height: 608px;
    margin-bottom: 100px;
    background: url(../images/words.jpg) right -350px center no-repeat,
                url(../images/words.jpg) left -350px center no-repeat;
}
/*создание сайта под ключ*/
.art_pod-cluc {
    position: relative;
    padding-top: 15px;
}
.art_pod-cluc::before {
    position: absolute;
    width: 30%;
    height: 1px;
    top: -5px;
    content: " ";
    display: block;
    left: 0;
    background: #e46713;
}
.art_pod-cluc h2 {
    font-size: 26px;
    text-align: center;
}
.art_pod-cluc h3 {
    font-weight: 600;
}  
.art_pod-cluc .art_site-wrap h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EE9812;
} 
.art_pod-cluc p,  .art_pod-cluc li {
    font-size: 18px;
    text-align: justify;
} 
.art_pod-cluc p.art_site-desc {
    font-size: 19px;
}
.art_pod-cluc .art_site-wrap {
    padding: 45px 0;
}
.art_pod-cluc .fancy-thumb {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.art_pod-cluc .fancy-thumb img {
    width: 100%;
}
.img-right {
    float: right;
    margin-left: 35px;
}
.img-left {
    float: left;
    margin-right: 35px;
}
.art_pod-cluc .art_step h3 {
    position: relative;
    text-align: center;
}
.art_pod-cluc .art_step h3::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
}
.art_pod-cluc .art_step:first-of-type h3::after {
    top: -5px;
    left: 40px;
    width: 330px;
    height: 330px;
    background-image: url(../img/list.png);
}
.art_pod-cluc .art_step:nth-of-type(2) h3::after {
    top: -34px;
    left: 80px;
    width: 275px;
    height: 275px;
    background-image: url(../img/strategy.png);
}
.art_pod-cluc .art_step:nth-of-type(3) h3::after {
    top: -20px;
    left: 35px;
    width: 222px;
    height: 222px;
    background-image: url(../img/ui.png);
}
.art_pod-cluc .art_step:nth-of-type(4) h3::after {
    top: -20px;
    left: 90px;
    width: 205px;
    height: 205px;
    background-image: url(../img/paint-brush.png);
}
.art_pod-cluc .art_step:nth-of-type(5) h3::after {
    top: -21px;
    left: 28px;
    width: 260px;
    height: 260px;
    background-image: url(../img/html.png);
}
.art_pod-cluc .art_step:nth-of-type(6) h3::after {
    top: -18px;
    left: 140px;
    width: 205px;
    height: 205px;
    background-image: url(../img/content.png);
}
.art_pod-cluc .art_step:nth-of-type(7) h3::after {
    top: -30px;
    left: 65px;
    width: 190px;
    height: 190px;
    background-image: url(../img/tools.png);
}
.art_pod-cluc .art_step:nth-of-type(8) h3::after {
    top: -43px;
    left: 130px;
    width: 225px;
    height: 225px;
    background-image: url(../img/search.png);
}
.art_pod-cluc .art_step {
    position: relative;
    margin: 50px 0 100px;
}
.art_pod-cluc .art_step li {
    position: relative;
    margin: 5px;
    list-style: none;
}
.art_pod-cluc .art_step li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -26px;
    width: 10px;
    height: 10px;
    border: 2px solid #EE9812;
    border-radius: 100%;
}
.art_pod-cluc .art_step-text {
    padding: 15px 25px 5px;
    border: 2px solid #EE9812;
    border-radius: 15px;
}
.art_pod-cluc .art_step::before {
    content: "";
    position: absolute;
    bottom: -125px;
    right: 400px;
    display: block;
    width: 25px;
    height: 100px;
    border-right: 3px solid #EE9812;
    border-bottom-right-radius: 100%;
    transform: rotate(47deg);
}
.art_pod-cluc .art_step:nth-child(even)::before {
    right: auto;
    left: 400px;
    transform: rotate(-47deg) scale(-1, 1);
}
.art_pod-cluc .art_step:last-child::before, .art_pod-cluc .art_step:last-child::after {
    display: none;
}
.art_pod-cluc .art_step::after {
    content: "";
    position: absolute;
    bottom: -109px;
    right: 432px;
    display: block;
    width: 20px;
    height: 20px;
    border-left: 2px solid #EE9812;
    border-bottom: 2px solid #EE9812;
    transform: rotate(29deg);
}
.art_pod-cluc .art_step:nth-child(even)::after {
    right: auto;
    left: 432px;
    transform: rotate(-25deg) scale(-1, 1);
}
.art_utp .utp-block {
    position: relative;
}
.art_utp .utp-block::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1px;
    height: 115px;
    background-color: #EE9812;
}
.art_utp .utp-block:nth-child(1) {
    background: url(../images/art-utp-1.png) center top 25px no-repeat;
}
.art_utp .utp-block:nth-child(2) {
    background: url(../images/art-utp-2.png) center top 25px no-repeat;
}
.art_utp .utp-block:nth-child(3) {
    background: url(../images/art-utp-3.png) center top 25px no-repeat;
}
.art_utp .utp-block:nth-child(4) {
    background: url(../images/art-utp-4.png) center top 25px no-repeat;
}
.art_utp .utp-block:nth-child(4)::after {
    display: none;
}
.art_utp {
    margin: 50px 0;
}
.art_utp .utp-content {
    text-align: center;
    color: #3d4247;
    position: relative;
    padding-top: 110px;
}
.art_utp .utp-content p {
    text-align: center;
}
.art_utp .utp-content h4 {
    margin-bottom: 11px;
}
.form-inner {
    padding: 40px 0;
}
/* PRICE BLOCKS */
[class*="price__block"] {
    position: relative;
    text-align: center;
    -webkit-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    will-change: transform;
}
[class*="price__block"]:nth-child(2) {
    border-left: 1px solid #667485;
    border-right: 1px solid #667485;
}
[class*="price__title"] {
    position: relative;
}
[class*="price__title"]:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
[class*="price__title"] h3 {
    color: #fff;
    font-size: 28px;
    margin: 20px 0px 40px;  
}
.context-price__budget {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 40px;   
}
[class*="price__text"] {
    color: #fff;
    margin: 0px 0px 30px;   
}
.price {
    font-size: 26px;
    font-family: 'panton-bold';
    color: #fff;
    margin: 0px 0px 30px;   
}
button[class*="btn-price"], .btn--round {
    font-family: 'panton-bold';
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    padding: 13px 30px;
    outline: 0 !important;
}
.btn--round {
    background: #ffa02f;
    color: #28241b;
}
button.btn-price--accent {
    background: #ffc731;
}
[class*="price__block"]:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
/*Cases*/
.cases {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cases__h1 {
    text-align: center;
    margin-bottom: 4.5rem;
}
.cases-card__container {
    width: calc((100% / 3) - 30px);
    max-height: 1000px;
    min-height: 350px;
} 
.card-content {
    /* width: 350px;
    height: 327px; */
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 47px;
    -webkit-box-shadow: 0px 0px 14px rgba(12,12,12,0.2);
    box-shadow: 0px 0px 14px rgba(12,12,12,0.2);
    cursor: pointer;
    overflow: hidden;
}
.card-content__logo {
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
}
.card-content__logo-wrap {
    position: relative;
    box-shadow: inset 0px -1px 14px 0px rgba(0, 0, 0, 0.2);
}
.card-content__label {
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 145px;
}
.card-content__label:after {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-color: #fe8e38;
    -webkit-clip-path: polygon(0px 100%,100% 100%,0px 0px);
    clip-path: polygon(0px 100%,100% 100%,0px 0px);*/
    transform:rotate(90deg);
    border:145px solid #fe8e38;
    border-top:145px solid transparent;
    border-right:145px solid transparent;
}
.card-content__label:before {
    /*content: '';
    position: absolute;
    left: -25%;
    bottom: -25%;
    width: 140%;
    height: 75%;
    transform: rotate(27.5deg);
    -webkit-box-shadow: 0px 0px 12px 2px rgba(12, 12, 12, 0.25);
    box-shadow: 0px 0px 12px 2px rgba(12, 12, 12, 0.25);*/
}
.card-content__label-text {
        position: absolute;
    padding-top: 20px;
    left: 18px;
    top: 23px;
    color: #fff;
    font-size: 15px;
    font-weight: lighter;
    z-index: 2;
    background-image: url(/images/case-label-icon2.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center top;
}
.card-content--border {
    padding: 0;
    border: 10px solid #FFB800;
}
.card-content .btn {
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
}
.card-content--border:before, .card-content--click:before {
    content: '';
    display: block;
    position: absolute;  
    left: 50%;    
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.card-content--border:before {
    content: 'Кейс';
    top: 0;
    height: 47px;
    width: 105px;
    padding: 5px 30px 10px;
    background-color: #FFB800;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
}
.card-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    /* transform: skewX(25deg); */
    background-color: rgba(25, 22, 22, 0.8);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.card-content:hover:before, .cases-card__container--more-info .card-content:before  {
    /* transform: skewX(0deg); */
    opacity: 1;
}
/* .card-content--border:hover {
    border-color: rgba(19, 16, 16, 0.6);
    -webkit-transition: border-color .1s linear;
    -o-transition: border-color .1s linear;
    transition: border-color .1s linear;
}
.card-content--border:hover .btn {
    opacity: 1;
    -webkit-transition: opacity .3s linear .2s;
    -o-transition: opacity .3s linear .2s;
    transition: opacity .3s linear .2s;
} */
.card-content--click:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(/images/eye.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    z-index: 3;
    opacity: 0;
}
.card-content__case-link {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.card-content--case:after {
    content: 'Смотреть кейс';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 58px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffb800;
    font-weight: bold;
}
/* .card-content--click:after {
    content: '';
    position: absolute;
    display: block;
    top: 57%;
    left: 54%;
    background: url(/images/point.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    animation: jimJim 1.5s linear .2s infinite;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
@keyframes jimJim {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    25% {
        -webkit-transform: translate(-50%, -50%) scale(.7) translate(0, 10px) perspective(400px) rotate(-8deg);
        -ms-transform: translate(-50%, -50%) scale(.7) translate(0, 10px) perspective(400px) rotate(-8deg);
        -o-transform: translate(-50%, -50%) scale(.7) translate(0, 10px) perspective(400px) rotate(-8deg);
        transform: translate(-50%, -50%) scale(.7) translate(0, 10px) perspective(400px) rotate(-8deg);
        transform-origin: top left;
    }
}
@-webkit-keyframes {
    0% {
        transform: scale(1);
    }
    25% {
    transform: scale(.7) translate(0, 10px) perspective(400px) rotate(-8deg) ;
    transform-origin: top left;
    }
} */
.card-content:hover:after, .cases-card__container--more-info .card-content--click:after {
    opacity: 1;
    -webkit-transition: opacity .3s linear .4s;
    -o-transition: opacity .3s linear .4s;
    transition: opacity .3s linear .4s;
}
.card-info {
    width: calc(300% + 91px);
    position: relative;
    box-shadow: 0px 0px 48px -4px rgba(136, 136, 136, 0.75);
    margin-bottom: 3rem;
    margin-bottom: 70px;
    height: 435px;
    opacity: 0;
}
.cases-card__container--more-info .card-info {
    -webkit-animation: fade-in 0.8s 0.1s both;
            animation: fade-in 0.8s 0.1s both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card-info:before, .card-info:after  {
  content: '';
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 25px;
  left: 20%;
  border-top-width: 0px;
  bottom: 100%;
}
.card-info:before {
    margin-left: -27px;
    border-bottom-color: rgba(136, 136, 136, 0.75);
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.card-info:after {
  margin-left: -25px;
  border-bottom-color: #fff;
}
.card-info__container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    padding: 50px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.card-info__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.card-info__close:before, .card-info__close:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-info__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.card-info__content {
    width: 50%;
}
.cases-card__container--more-info:nth-of-type(3n+2) .card-info {
    margin-left: calc(-100% - 45px);
}
.cases-card__container--more-info:nth-of-type(3n+2) .card-info:after, 
.cases-card__container--more-info:nth-of-type(3n+2) .card-info:before {
    left: 50%;
}
.cases-card__container--more-info:nth-of-type(3n+3) .card-info {
margin-left: calc(-200% - 90px);
}
.cases-card__container--more-info:nth-of-type(3n+3) .card-info:after,
.cases-card__container--more-info:nth-of-type(3n+3) .card-info:before {
    left: auto;
    right: 20%;
}
.cases-card__container--more-info:nth-of-type(3n+4) {
clear: left;
}
.card-info__description {
    font-size: 18px;
}
.card-info__works {
    font-size: 18px;
    font-style: italic;
}
.card-info__item {
    margin-bottom: 30px;
}
.card-info__item.h3 {
    text-transform: uppercase;
    font-size: 2rem;
}
.card-info__content img {
    display: block;
    max-width: 85%;
    padding: 5px;
    border: 2px solid #bfbfbf;
}
.from-left, .from-top {
    will-change: transform; 
}
.cursor-aware-hover__helper {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(25, 22, 22, 0.8);
  -webkit-transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
  transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.cursor-aware-hover:hover .cursor-aware-hover__helper {
  width: 1000px;
  height: 1000px;
}
.post-img {
    max-width: 100%;
}
.quiz {
    height: 625px;
    background: url(/images/context/context-price.jpg) center no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 79, 110, .85);
}
.quiz__content {
    position: relative;
    text-align: center;
}
.quiz__title {
    position: relative;
    font-family: 'panton-lig';
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin: 80px 0 35px;
}
.quiz__subtitle {
    display: block;
    font-size: 34px;
}
.quiz__title:before {
    content: '';
    position: absolute;
    top: -170px;
    left: 0;
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(/images/smm/icon-calc.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.quiz .btn.marquiz__button {
    font-family: 'panton-bold';
    background: #ffa02f;
    color: #28241b;
    padding: 16px 30px 14px;
    font-size: 18px;
    border: none;
}
.footer-menu li.dropdown ul {
    position: relative;
    float: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.footer-menu .dropdown-menu > li > a:hover {
	background-color: transparent;
}
.footer-menu--mobile {
	display: none;
}
.affiliate {
    padding: 0;
    margin: 0;
}
header .affiliate {
    float: left;
}
footer .affiliate{
	text-align: center;
    margin-top: 15px;
}
.contact-page .affiliate {
    text-align: center;
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 28px;
}
.contact-page .affiliate:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100px;
    margin: auto;
    border-bottom: 2px solid #ffa02f;
}
.affiliate li {
	position: relative;
    display: inline-block;
    padding: 0 6px 0 2px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.affiliate li:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 2px;
    display: block;
    width: calc(100% - 8px);
    border-bottom: 1px dotted;
}
.affiliate li:last-child {
    border: none;
}
.affiliate li.active, .affiliate li:hover {
    color: #ffa02f;
}
.affiliate li.active:after, .affiliate li:hover:after {
	display: none;
}
/* media */
@media only screen and (min-width : 991px) and (max-width: 1200px) {
    .video-top.home .title-video {
        width: 70%;
        top: 40%;
        left: 15%;
    }
}
@media only screen and (min-width : 767px) and (max-width: 1200px) {
    .video-top.home {
        height: auto;
    }
}
@media only screen and (min-width : 768px) {
    .flex-cont {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
    }
    .flex-child-top {
        align-self: flex-start;
    }
    .flex-child-center {
        align-self: center;
    }
    .flex-child-bottom {
        align-self: flex-end;
    }
    .top-menu  ul.nav > li:hover ul {
        display: block;
    } 
    .cases-home .case-all {
        margin-top: 0px;
        position: absolute;
        bottom: 5px;
        width: 100%;
        display: block;
        height: 24px;
    }
    .case-info button {
        position: absolute;
        bottom: 60px;
    }
    .case-info {
        height: 425px;
    }
}
@media screen and (min-width: 767px) {
    li.dropdown > ul {
        display: none;
    }
    .footer-menu li.dropdown > ul {
    	display: block;
    }
    .footer-menu ul li.dropdown > a {
	    display: none;
	}
    .footer-menu > ul li:first-child a {
        padding-top: 0px;
    }
    .footer-menu > ul li:last-child a {
        padding-bottom: 0px;
    }
    .footer-menu div.col-lg-3:not(:last-child) {
        border-left: 1px solid #cad0d5;
    }
    .navbar-collapse {
        padding-right: 0px;
    }
    header .tagline {
        padding-left: 35px;
    }
}
@media screen and (max-width: 1600px) {
    section.reviews-all {
        background-size: 35%;
    }
}
@media screen and (max-width: 1200px) {
    /* .card-content {
        width: 284px;
        height: 266px;
    } */
    .card-info {
        height: 370px;
    }
    .cases-card__container {
        min-height: 315px;
    }
}
@media screen and (max-width: 991px) {
    .footer-logo {
        text-align: center;
        margin-top: 50px;
    }
    /* .footer-logo > div {
        text-align: right;
        display: inline-block;
    } */
    .footer-menu {
        padding: 65px 0px 30px;
    }
    .video-top.home .title-video {
        width: 90%;
        top: 35%;
        left: 5%;
    }
    .video-top.home p.first-line, .video-top.home p.second-line {
        font-size: 28px;
    }
     .cases-home {
        height: auto;
    }
    .cases-home h2 {
        text-align: left;
    }
    .case-info {
        text-align: center;
    }
    .cases-home .case-link {
        margin-bottom: 25px;
    }
    .cases-home .case-all {
        margin-top: 20px;
    }
    .cases-home .case-image {
        margin-top: 35px;
        text-align: center;
        margin-bottom: 40px;
    }
    /* .card-content {
        width: 210px;
        height: 198px;
    } */
    .card-info {
        height: 280px;
    }
    .cases-card__container {
        min-height: 245px;
    }
    .card-info__container {
        padding: 35px;
    }
    .card-info__item {
        margin-bottom: 1.8rem;
    }
    .card-info__description, .card-info__works {
        font-size: 16px;
    }
    .card-info__close {
        width: 20px;
        height: 20px;
    }
    .card-content__label {
        width: 90px;
        height: 90px;
    }
    .card-content__label-text {
        left: 9px;
        top: 9px;
        /* padding-left: 21px; */
        font-size: 14px;
        padding-top:17px;
        background-size: 18px;
        /* background-position: left 3px; */
    }
    /*создание сайта под ключ*/
    .art_pod-cluc .art_step {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .art_pod-cluc .art_step::before {
        display: none;
    }
    .art_pod-cluc .art_step::after {
        display: none;
    }
    .art_pod-cluc .art_step:last-child {
        margin-bottom: 20px;
    }
    .art_pod-cluc .art_step h3::after {
        display: none;
    }
    .art_pod-cluc .art_step-text {
        order: 1;
    }
    .art_pod-cluc .img-hide {
        display: none;
    }
	.contact-page .affiliate {
	    padding-bottom: 18px;
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
    footer .copyright {
	    font-size: 12px;
	    padding: 10px 35px;
	}
    header {
        height: auto;
    }
    header .number-head {
        padding-right: 0px;
        text-align: center;
    }
    header .tagline, .footer-logo > p {
        text-align: center;
    }
    header .logo {
        text-align: center;
    }
    .top-menu .navbar-collapse {
        padding: 0px;
    }
    .top-menu ul.nav.navbar-nav {
        margin: 0;
        position: relative;
        border-top: 1px solid #ddd;
        text-align: left;
    }
    .top-menu ul li {
        width: 100%;
    }
    .top-menu ul.nav li.dropdown > ul.dropdown-menu {
        position: relative;
        text-align: left;
    }
    .top-menu ul.nav li.dropdown > ul.dropdown-menu:after {
        display: none;
    }
    .top-menu ul.nav > li > a {
        padding: 15px;
        padding-left: 0;
        color: #FFF;
    }
    .top-menu  ul.nav > li > a:hover, nav.top-menu  ul.nav > li > a:focus {
        padding: 15px 15px 14px 0px;
    }
    .top-menu ul.nav li.dropdown > ul.dropdown-menu {
        height: auto;
        min-height: auto;
        padding-top: 10px;
    }
    .top-menu .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 0;
        color: #FFF;
    }
    /* new header */
	header, header.scroll {
		padding: 5px 0;
	}
    header .row:first-child {
    	display: none;
    }
    header .logo {
	    padding-top: 0;
	}
	header .logo a {
	    position: relative;
	    z-index: 10;
	    display: block;
	    /*width: 204px;*/
	    height: 42px;
	    /*margin-left: -4px;*/
	}
    /*
	header .logo a:after {
	    content: 'Агентство интернет-маркетинга';
	    color: #000;
	    position: absolute;
	    bottom: -2px;
	    left: 57px;
	    white-space: nowrap;
	    font-size: 10px;
	}
    */
	header .logo img {
	    width: 100%;
	    height: 100%;
	}
	.top-menu {
		position: absolute;
	    right: 0;
	    width: 100vw;
	}
    .top-menu .navbar-collapse {
        margin-top: 4px;
        background-color: #1a1f27;
    }
	.scroll .top-menu .navbar-collapse {
		background-color: rgba(255,255,255, 0.8);
	}
	.top-menu ul.nav.navbar-nav {
    	padding: 0 10px;
    }
    /*new header end */
    video.video-block {
        display: none;
    }
    .video-top.home {
        height: 240px;
        background: url(../images/home/video-bg.jpg) center no-repeat;
        background-size: cover;
        position: relative;
    }
    a.button, button.button {
        line-height: 26px;
    }
    .navbar-toggle .icon-bar {
        background: #000;
    }
    .navbar-toggle {
        /* float: none; */
        margin: 5px;
        display: block;
    }
    .video-top.home p.second-line {
        font-size: 18px;
    }
    .video-top.home p.first-line {
        font-size: 16px;
    }
    .video-top.home .title-video {
        width: 100%;
        top: 15%;
        margin-top: 0px;
        left: 0%;
    }
    .footer-menu--mobile {
    	display: block;
    }
    .footer-menu--desktop {
    	display: none;
    }
    .footer-menu {
        padding: 4px 0;
    }
    .footer-menu ul li a {
        /* padding: 12px 0px 10px;
        text-align: center;
        border-top: 1px solid #ddd; */
        position: relative;
        padding: 8px 3px 6px;
        border-bottom: 1px solid #cacaca;
        border-left: 0;
        border-right: 0;
    }
    .footer-menu ul li a:after {
	    content: "\e080";
	    position: absolute;
	    right: 0;
	    top: 7px;
	    bottom: 0;
	    font-family: 'Glyphicons Halflings';
	    font-size: 10px;
	    opacity: 0.6;
	}
	.footer-menu ul li.dropdown > a:after {
		content:"\2b";
	}
	.footer-menu ul li.dropdown.open > a:after{
		content:"\2212";
	}
	.footer-menu ul li a:hover {
		text-decoration: none;
	}
	.footer-menu li.dropdown ul {
	    padding: 0 0 0 13px;
	}
	footer .row.bottom-info {
		border: none;
		padding: 3px 0;
	}
	.footer-logo {
		margin: 8px 0 3px;
	}
	.footer-logo img {
	    width: 170px;
	    height: 35px;
	}
	.footer-contact {
		padding: 0;
		text-align: center;
	}
	footer p {
	    margin: 0;
	}
	.footer-contact .phone p {
		padding-left: 17px;
	}
	footer .phone i {
		height: 12px;
	}
	footer .address i {
		position: absolute;
	    font-size: 14px;
	}
	footer .address {
		margin-top: 5px;
		font-size: 10px;
	}
	footer .phone {
	    font-size: 12px;
	    white-space: nowrap;
		font-size: 12px;
		margin-top: 5px;
	}
    /* .footer-menu > div:nth-child(3) ul li:last-child a {
        border-bottom: 1px solid #ddd;
    } */
    footer .oferta {
    	font-size: 10px;
        text-align: center;
    }
    .left-menu {
        transition: .5s ease;
        position: absolute;
        top: 145px;
        width: 50%;
        z-index: 1;
        background-color: #fff;
        transform: translateX(-100%);
        will-change: transform;
        border: 1px solid #eb876b;
        border-left: 0;
    }
    .left-menu.open {
        transform: translateX(0);
    }
    .breadcrumb {
        display: none;
    }
    .cases-home .cases-content {
        margin-top: 40px;
    }
    .inner-wrap {
        padding-bottom: 0px;
        padding-top: 55px;
    }
    .case-inner, .post, .category  {
        padding-top: 195px;
    }
    .reviews-all button.slick-prev, .reviews-all button.slick-next {
        display: none;
    }
    section.reviews-all {
        max-height: none;
    }
    .cases-card__container {
        width: calc((100% / 2) - 30px);
    }
    .card-info {
        width: calc(200% + 55px);
        margin-bottom: 30px;
    }
    .card-info:before, .card-info:after {
        border-width: 15px;
    }
    .card-content {
        margin-bottom: 35px;
    }
    .card-info__item.h3 {
        font-size: 1.7rem;
        margin: 0px 0 1.8rem;
    }
    .cases-card__container--more-info:nth-of-type(3n+2) .card-info, .cases-card__container--more-info:nth-of-type(3n+3) .card-info {
        margin-left: initial;
    }
    .cases-card__container--more-info:nth-of-type(2n+2) .card-info {
        margin-left: calc(-100% - 55px);
    }
    .cases-card__container--more-info:nth-of-type(3n+3) .card-info:after, .cases-card__container--more-info:nth-of-type(3n+3) .card-info:before {
        left: auto;
        right: auto;
    }
    .cases-card__container--more-info:nth-of-type(3n+2) .card-info:after, .cases-card__container--more-info:nth-of-type(3n+2) .card-info:before {
        left: auto;
        right: auto;
    }
    .cases-card__container--more-info:nth-of-type(2n+2) .card-info:after, .cases-card__container--more-info:nth-of-type(2n+2) .card-info:before {
        left: auto;
        right: 20%;
    }
    .cases-card__container--more-info:nth-of-type(2n+1) .card-info:after, .cases-card__container--more-info:nth-of-type(2n+1) .card-info:before {
        left: 20%;
        right: auto;
    }
    /*создание сайта под ключ*/
    .art_utp .utp-block {
        padding-bottom: 10px;
        border-bottom: 1px solid #ee9812;
    }
    .art_utp .utp-block:last-of-type {
        border-bottom: none;
    }
    .art_utp .utp-block::after {
        display: none;
    }
    /* price */
    [class*="price__block"] {
        border: 1px solid #667485;
        margin: 0 15px 20px;
        padding: 0 15px 20px;
    }
    [class*="price__block"]:hover {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .quiz {
        height: auto;
        padding: 70px 15px 20px;
    }
    .quiz__title {
        font-size: 30px;
        margin: 40px 0 25px;
    }
    .quiz__subtitle {
        font-size: 26px;
    }
    .quiz__title:before {
        top: -140px;
        height: 180px;
    }
}
@media screen and (max-width: 550px) {
    .case-image > div {
        width: auto;
        height: auto;
    }
    .case-image > div:before {
        display: none;
    }
    .case-image > div img {
        width: 90%;
        border: 10px solid #ddd;
    }
    .cases-home p.case-name {
        font-size: 20px;
    }
    h1, h2 {
        font-size: 30px;
    }
    .cases-card__container {
        width: calc((100% / 2) - 10px);
        min-height: auto;
    }
    .card-info__container {
        padding: 25px;
        flex-wrap: wrap;
    }
    .cases-card__container--more-info:nth-of-type(2n+2) .card-info {
        margin-left: calc(-100% - 20px);
    }
    .card-info {
        width: calc(200% + 20px);
    }
    .card-info__content {
        width: 100%;
    }
    .card-info {
        min-height: 400px;
        height: auto;
    }
    .card-info__content img {
        width: 250px;
        max-width: 100%;
        margin: auto;
    }
    .card-info__content--left {
        margin-bottom: 20px;
    }
    .card-info__close {
        top: 5px;
        right: 5px;
    }
    .card-content--border:before {
        height: 34px;
        width: 85px;
        padding: 2px 25px 7px;
        font-size: 16px;
        z-index: 2;
    }
    .card-content--case:after {
        font-size: 16px;
    }
}
@media screen and (max-width: 444px) {
	footer .phone.withmargin {
		margin-top: 10px;
	}
}
/*New Slick Cases*/
.cases-slider__block {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 150px 50px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 150px 50px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 150px 50px rgba(0,0,0,0.1);
}
.cases-slider__back {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    background-size: 150%;
    background-position: left center;
    transform: translateZ(0);
    will-change: background-position;
}
.cases-slider__mockup {
    position: relative;
    margin-left: -140px;
    margin-top: 13px;
}
.cases-slider__prom .cases-slider__mockup {
    margin-top: 5px;
}
.cases-slider__prom .cases-slider__all {
    max-height: 395px;
    max-width: none;
}
.cases-slider__prom .cases-slider__logo img {
    max-width: 180px;
}
.cases-slider__mockup:before {
    content: '';
    display: block;
    position: absolute;
    left: 45%;
    bottom: 35%;
    -webkit-box-shadow: 0px 0px 250px 250px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 250px 250px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 250px 250px rgba(0,0,0,0.7);
}
.cases-slider__new:after {
    content: "";
    position: absolute;
    left: -250px;
    top: -55px;
    display: block;
    width: 140px;
    height: 55px;
    z-index: 6;
    background-image: url(/images/new-case.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cases-slider__mockup .cases-slider__all {
    position: relative;
    z-index: 2;
    max-width: 93%;
}
.cases-slider__macbook {
    position: relative;/*
    width: 80%;*/
    z-index: 6;
    top: 50px;
    right: -130px;
    will-change: transform;
}
.cases-slider__ipad {
    position: absolute;
    z-index: 5;/*
    width: 44%;*/
    bottom: -7%;
    left: 3%;
    will-change: transform;
}
.cases-slider__iphone {/*
    width: 25%;*/
    position: absolute;
    z-index: 7;
    bottom: -60px;
    left: -20px;
    will-change: transform;
}
.cases-slider__content {
    margin-top: 130px;
    transform: translateZ(200px);
}
.cases-slider__title {
    text-align: center;
    font-size: 27px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}
.cases-slider__title--inverse {
    color: #323232;
}
.cases-slider__logo {
    position: relative;
    height: 200px;
    margin: 35px 0;
}
.cases-slider__logo img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    max-width: 100%;
}
.cases-slider__logo--pg img {
    max-width: 240px;
}
.logo__image {
	border-radius: 50%;
    width: 158px;
    background-color: rgba(255, 255, 255, 0.78);
    height: 158px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.cases-slider .btn {
    position: relative;
    overflow: hidden;
    float: right;
    display: block;
    width: 290px;
    margin-right: 40px;
    font-family: 'panton-bold';
    padding: 16px 30px 14px;
    /*background: #f77120;*/
    /*color: #fff;*/
    border: 0px;
    outline: 0px !important;
    font-size: 16px;
    /*text-transform: uppercase;*/
}
.cases-slider .slick-list {
    height: 360px !important;
}
.cases-slider .slick-track {
    height: inherit;
}
.cases-slider .slick-prev, .cases-slider .slick-next {
    z-index: 5;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    transform: none;
    -webkit-transition: transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
}
.cases-slider .slick-prev, .cases-slider .slick-next, .cases-slider .slick-prev:active, .cases-slider .slick-next:active, .cases-slider .slick-prev:focus, .cases-slider .slick-next:focus {
    background-color: rgba(217, 217, 217, 0.3);
}
.cases-slider .slick-prev:before, .cases-slider .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    border: 5px solid #bbb;
    border-width: 0 5px 5px 0;
}
.cases-slider .slick-prev:before {
    right: 25%;
    transform: rotate(135deg);
}
.cases-slider .slick-next:before {
    left: 25%;
    transform: rotate(-45deg);
}
.cases-slider .slick-prev:hover, .cases-slider .slick-next:hover {
    background-color: rgba(217, 217, 217, 0.5);
}
.cases-slider .slick-prev {
    left: -300px;
}
.cases-slider .slick-next {
    right: -300px;
}
.cases-slider:hover .slick-prev {
    transform: translate(200px, 0);
}
.cases-slider:hover .slick-next {
    transform: translate(-200px, 0);
}
.cases-slider {
    max-height: 660px;
    overflow: hidden;
    margin-bottom: 2px;
}
@media screen and (max-width: 1199px) {
    .cases-slider__content {
        margin-top: 130px;
    }
    .cases-slider .btn {
        width: 240px;
    }
    .cases-slider__title {
        font-size: 24px;
    }
    .cases-slider__logo {
        height: 154px;
    }
    .cases-slider__logo img {
        max-width: 220px;
    }
    .cases-slider__mockup {
        margin-left: -120px;
        margin-top: 0;
    }
    .cases-slider__mockup img {
        max-width: 101%;
    }
    .cases-slider__new:after {
        left: -230px;
    }
    .cases-slider:hover .slick-next {
        transform: none;
    }
    .cases-slider:hover .slick-prev {
        transform: none;
    }
    .cases-slider .slick-prev:before, .cases-slider .slick-next:before {
        width: 25px;
        height: 25px;
    }
    .cases-slider .slick-next:before {
        left: 15%;
    }
    .cases-slider .slick-prev:before {
        right: 15%;
    }
    .cases-slider .slick-prev, .cases-slider .slick-next {
        width: 140px;
        height: 140px;
    }
    .cases-slider .slick-next {
        margin-right: 220px;
    }
    .cases-slider .slick-prev {
        margin-left: 220px;
    }
    .cases-slider__macbook {
        width: 75%;
    }
    .cases-slider__ipad {
        width: 40%;
        left: 8%;
    }
    .cases-slider__iphone {
        width: 22%;
        left: 5%;
    }
    .cases-slider__prom .cases-slider__title {
        font-size: 23px;
    }
    .cases-slider__prom .cases-slider__mockup {
        margin-left: -180px;
    }
    .cases-slider__prom .cases-slider__all {
        max-height: 325px;
    }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
    .cases-slider__logo--vel {
        height: 182px;
    }
}
@media screen and (max-width: 990px) {
    .cases-slider__content {
        margin-top: 100px;
    }
    .cases-slider .cases-slider__title {
        font-size: 20px;
    }
    .cases-slider .btn {
        margin-right: 35px;
    }
    .cases-slider__mockup {
        margin-left: -70px;
    }
    .cases-slider__back {
        background-size: cover;
    }
    .cases-slider__new:after {
        left: -130px;
        top: -53px;
    }
    .cases-slider__mockup img {
        max-width: 100%;
    }
    .cases-slider__mockup:before {
        -webkit-box-shadow: 0px 0px 150px 150px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 0px 150px 150px rgba(0,0,0,0.7);
        box-shadow: 0px 0px 150px 150px rgba(0,0,0,0.7);
    }
    .cases-slider__logo {
        height: 64px;
    }
    .cases-slider__logo img {
        max-width: 180px;
    }
    .cases-slider__logo--cz img {
        max-width: 140px;
    }
    .cases-slider__logo--borsa {
    	margin: 10px 0 65px;
    }
    .cases-slider__logo--borsa  .logo__image {
    	width: 105px;
    	height: 105px;
    }
    .cases-slider__logo--borsa  .logo__image img {
    	max-width: 60%;
    }
    .cases-slider__ipad {
        left: 14%;
        bottom: -24%;
    }
    .cases-slider__iphone {
        left: 13%;
        bottom: -55px;
    }
    .cases-slider__prom .cases-slider__logo img {
        max-width: 110px;
    }
    .cases-slider__prom .cases-slider__mockup {
        margin-left: -120px;
    }
    .cases-slider__prom .cases-slider__all {
        max-height: 235px;
    }
}
@media screen and (max-width: 767px) {
    .cases-slider__content {
        margin-top: 80px;
    }
    .cases-slider .btn {
        width: 290px;
        margin: auto;
        float: none;
    }
    .cases-slider__new:after {
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        height: 50px;
    }
    .form-home {
        height: auto;
    }
}
@media screen and (max-width: 470px) {
    .cases-slider__content {
        margin-top: 70px;
    }
}
@media screen and (min-width:768px){ .cases-slider .slick-list { height:430px !important;}}
@media screen and (min-width:991px){ .cases-slider .slick-list { height:610px !important;}}
@media screen and (min-width:1200px){ .cases-slider .slick-list { height:660px !important;}}


.cookieConsent {
    display: none;
    color: #FFF;
    background-color: rgb(57 57 57);
    padding: 10px;
    text-align: center;
}
.cookieConsent__link {
    color: #FFF;
    text-decoration: underline;
}
.cookieConsent__button {
    margin-left: 10px;
}