/* fonts */
@font-face {
    font-family: 'ProximaNovaBlack';
    src: url('fonts/ProximaNovaBlack.eot');
    src: url('fonts/ProximaNovaBlack.eot') format('embedded-opentype'),
    url('fonts/ProximaNovaBlack.woff2') format('woff2'),
    url('fonts/ProximaNovaBlack.woff') format('woff'),
    url('fonts/ProximaNovaBlack.ttf') format('truetype'),
    url('fonts/ProximaNovaBlack.svg#ProximaNovaBlack') format('svg');
}

@font-face {
    font-family: 'ProximaNovaExtrabld';
    src: url('fonts/ProximaNovaExtrabld.eot');
    src: url('fonts/ProximaNovaExtrabld.eot') format('embedded-opentype'),
    url('fonts/ProximaNovaExtrabld.woff2') format('woff2'),
    url('fonts/ProximaNovaExtrabld.woff') format('woff'),
    url('fonts/ProximaNovaExtrabld.ttf') format('truetype'),
    url('fonts/ProximaNovaExtrabld.svg#ProximaNovaExtrabld') format('svg');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/ProximaNovaRegular.eot');
    src: url('fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
    url('fonts/ProximaNovaRegular.woff2') format('woff2'),
    url('fonts/ProximaNovaRegular.woff') format('woff'),
    url('fonts/ProximaNovaRegular.ttf') format('truetype'),
    url('fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('fonts/ProximaNovaSemibold.eot');
    src: url('fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
    url('fonts/ProximaNovaSemibold.woff2') format('woff2'),
    url('fonts/ProximaNovaSemibold.woff') format('woff'),
    url('fonts/ProximaNovaSemibold.ttf') format('truetype'),
    url('fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}

/* CSS reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, i, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, figure, figcaption, footer, header, menu, nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*::-webkit-scrollbar {*/
/*display: none;*/
/*}*/
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

body {
    font-family: 'ProximaNovaRegular', sans-serif;
    line-height: 1;
    background-color: #fff;
    min-width: 322px;
}
body.fixed {
    overflow: hidden;
}

ol, ul {
    list-style: none;
}

b, strong {
    font-family: 'ProximaNovaExtrabld', sans-serif !important;}

.no-scroll {
    height: 100%;
    max-width: 100%;
    /*position: fixed;*/
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

/* Main styles */
header {
    position: relative;
    height: 84px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
}

/* Main styles */

/* First screen */
.to-first-screen {
    position: relative;
    top: -24px;
}

.first-screen {
    max-width: 100%;
    height: calc(100vh - 84px);
}

.new-style .first-screen {
    height: auto;
    margin-top: 0;
}

.company-title {
    line-height: 48px;
}

.container {
    max-width: 1216px;
    margin: 0 auto;
    padding: 0 20px;
    min-width: 320px;
    position: relative;
	box-sizing: border-box;
}

.container.first-screen-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

header .first-screen-logo {
    float: left;
}

.logo-time-isMoney {
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 24px;
    line-height: 30px;
}

header .first-screen-logo a {
    position: relative;
    text-decoration: none;
    z-index: 10;
}

.first-screen-logo .logo-text {
    padding: 0 0 10px 15px;
}

.image-wrapper img {
    margin-bottom: 42px;
}

header .request-menu {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

header .lang {
    display: inline-block;
    margin-right: 64px;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: color .3s;
    color: black;
    text-decoration: none;
    z-index: 10;
}

.lang a {
    text-decoration: none;
    color: black;
}

.lang a:visited {
    color: black;
    text-decoration: none;
}

header .lang:hover {
    color: #04419A;
}

/*.contacts-box p:before{*/
/**/
/*}*/
.request-menu .create-crm-lead {
    display: inline;
    padding: 10px 20px;
    margin-right: 64px;
    border: 2px solid #000;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    top: 2px;
    z-index: 10;
}

.request-menu .create-crm-lead:hover {
    color: #fff;
    background-color: #000;
}

header #nav {
    display: none;
}

header .nav-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
    cursor: pointer;
    float: right;
    position: relative;
    top: 2px;
}

.nav-button .menu {
    margin-right: 50px;
}

.nav-button span {
    position: absolute;
    width: 36px;
    height: 4px;
    background: #000;
    float: left;
    transition: 500ms;
}

.nav-button span:nth-of-type(1) {
    transform: translateY(-7px);
}

.nav-button span:nth-of-type(2) {
    transform: translateY(5px);
}

header nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 84px;
    text-align: right;
    background-color: #fff;
    transition: all linear .5s;
    z-index: 2;
    overflow: hidden;
}

header nav ul {
    position: absolute;
    right: -100%;
    transition: right linear .5s;
}

header #nav:checked ~ .nav-button {
    z-index: 11;
}

header #nav:checked ~ .nav-button span:nth-of-type(1) {
    transform: rotate(45deg) translate(0);
}

header #nav:checked ~ .nav-button span:nth-of-type(2) {
    transform: rotate(-45deg) translate(0);
}

header #nav:checked ~ nav {
    height: calc(100vh - 100px);
    /*box-shadow: 30px 0 #fff;*/
}

header #nav:checked ~ nav ul {
    right: 20px;
}

header nav li {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

header nav a {
    position: relative;
    overflow: hidden;
    font-family: 'ProximaNovaBlack', sans-serif;
    color: #000;
    font-size: 56px;
    line-height: 100px;
    text-transform: none;
    text-decoration: none;
}

header nav a span:before {
    content: attr(data-letters);
    position: absolute;
    color: #fff;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    -webkit-transition: width .5s;
    transition: width .5s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}

header nav a:hover span:before {
    width: 100%;
}

header nav a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -21px;
    z-index: -1;
    background: #04419A;
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}

header nav a:hover:after {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.first-screen-header {
    position: absolute;
    padding: 0 15px;
    top: 35%;
}

.first-screen-header .first-screen-title {
    position: relative;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 78px;
    padding-right: 10px;
}

.first-screen-header .first-screen-title .title-dev {
    display: inline-block;
    color: #04419A;
    transition: all 0.3s ease;
}

.first-screen-header .first-screen-title .title-des {
    display: inline-block;
    color: #ffba00;
    transition: all 0.3s ease;
}

.first-screen-header .first-screen-title .title-dev:hover,
.first-screen-header .first-screen-title .title-des:hover {
    transform: translateY(-10px);
}

.first-screen-header .first-screen-text {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding-left: 12px;
}

.go-to {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.go-to .go-to-icon {
    text-align: center;
}

.go-to .go-to-text {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 12px;
    margin-top: 7px;
    color: #000;
}

/* Our services */
.services {
    padding: 62px 0 50px;
}

.services-desc .desc-title {
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
    margin-bottom: 72px;
}

.services-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-item {
    position: relative;
    width: 48%;
    padding-top: 30px;
    margin-bottom: 52px;
}

.service-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 15px;
}

.item-analyst:before {
    background: url(../image/services-dots-1.png);
}

.item-design:before {
    background: url(../image/services-dots-2.png);
}

.item-development:before {
    background: url(../image/services-dots-3.png);
}

.item-marketing:before {
    background: url(../image/services-dots-4.png);
}

.service-item:hover .arrow {
    width: 42px;
}

.item-title {
    position: relative;
    display: inline-block;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 34px;
    padding-right: 60px;
    margin-bottom: 24px;
}

.item-design .item-title {
    color: #ffba00;
}

.item-development .item-title {
    color: #04419A;
}

.arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% - 42px);
    width: 36px;
    height: 2px;
    background-color: #000;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.arrow:before, .arrow:after {
    content: "";
    position: absolute;
    right: -3px;
    width: 10px;
    height: 2px;
    background-color: #000;
}

.arrow:before {
    top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow:after {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-item span {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 20px;
}

/* Projects */
.project {
    padding: 50px 0 100px;
}

.project .project-title {
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
    margin: 50px 0 95px;
}

.project .project-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project .project-item {
    position: relative;
    margin-bottom: 35px;
}

.project .project-item a:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .48);
    transition: opacity .3s ease;
}

.project-item-1, .project-item-6, .project-item-12 {
    width: 65.5%;
}

.project-item-2, .project-item-3, .project-item-4, .project-item-5,
.project-item-7, .project-item-8, .project-item-9, .project-item-10,
.project-item-11, .project-item-13, .project-item-14, .project-item-15,
.project-item-16, .project-item-17, .project-item-18 {
    width: 31%;
}

.project-item-16 {
    color: #fff;
}

.project .project-item img {
    display: block;
    width: 100%;
    height: auto;
}

.project-item .project-item-title {
    position: absolute;
    top: 21px;
    left: 24px;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    pointer-events: none;
}

.color-inverse .project-item-title {
    color: #fff;
}

.project-item .project-item-title:visited {
    position: absolute;
    top: 21px;
    left: 24px;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
}

.all-tags {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    pointer-events: none;
}

.all-tags span {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .16);
    padding: 10px 15px;
    transition: background-color .3s ease;
}

.color-inverse .all-tags span {
    background-color: rgba(255, 255, 255, .24);
}

.all-tags span:last-child {
    margin-right: 0
}

.project-item .project-item-dzen {
    position: absolute;
    bottom: 50%;
    left: calc(50%);
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 48px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.project-item .top-corner {
    position: absolute;
    width: 45%;
    height: 40%;
    top: 10px;
    left: 12px;
}

.project-item .top-corner-inverse {
    position: absolute;
    width: 45%;
    height: 40%;
    top: 10px;
    right: 12px;
}

.project-item .bottom-corner {
    position: absolute;
    width: 48%;
    height: 40%;
    /*bottom: 10px;*/
    bottom: 0;
    right: 12px;
}

.project-item .bottom-corner-inverse {
    position: absolute;
    width: 55%;
    height: 40%;
    /*bottom: 10px;*/
    bottom: 0;
    left: 12px;
}

.project-item .small-title {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 16px;
    line-height: 24px;
}

.project-item .small-text {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.project-item-1 a:hover:before, .project-item-4 a:hover:before,
.project-item-5 a:hover:before, .project-item-6 a:hover:before,
.project-item-9 a:hover:before, .project-item-10 a:hover:before,
.project-item-11 a:hover:before, .project-item-12 a:hover:before,
.project-item-13 a:hover:before, .project-item-14 a:hover:before {
    opacity: 1;
}

.project .project-item-10 a:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease;
}

.project-item:hover .project-item-title {
    color: #fff;
}

.project-item:hover .project-tag {
    background-color: rgba(0, 0, 0, .48);;
}

.project-item .project-item-see {
    position: absolute;
    top: 60%;
    left: calc(50% - 20px);
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.project-item-see .arrow {
    width: 24px;
    left: calc(100% + 10px);
}

.project-item-16 .arrow {
    background-color: #fff;
}

.project-item-16 .arrow:before, .project-item-16 .arrow:after {
    background-color: #fff;
}

.project-item:hover .arrow {
    width: 30px;
}

.project-item-10:hover:before {
    opacity: 0;
}

/* Partners */
.partners {
    color: #fff;
    background-color: #04419A;
    padding: 112px 0 108px;
}

.partners-title {
    font-family: 'ProximaNovaExtrabld';
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 80px;
}

.title-text .partners-title {
    margin-bottom: 12px;
}

.title-text .partners-subtitle {
    color: rgba(255, 255, 255, .48);
    margin-bottom: 80px;
}

.partners-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.partners .bx{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.partners .bx .item-title{
    white-space: nowrap;
}
.wr-bx-partners{
    position: relative;
    width: 40%;
    height: 384px;
    margin-bottom: 50px;
    margin-right: 9%;
    background-color: #04419A;
    z-index: 10;
    border: 2px solid rgba(255,255,255,.48);
}
.partners .bx .item-4 .item-link{
    font-family: "ProximaNovaExtrabld";
    text-decoration: none;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 19px;
}

.partners .bx .wr-bx-partners .item-4{
    background-color: rgba(255,255,255,.28);
}
.panel-bx-ic{
    position: absolute;
    left: 20px;
    height: 40px;
    display: flex;
    bottom: 20px;
}
.panel-bx-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.panel-bx-ic .bx-ic{
    margin: 0 7px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-bx-ic .bx-ic:first-child{
    margin-left: 0;
}
.panel-bx-ic .bx-ic:last-child{
    margin-left: 15px;
}
.panel-bx-ic .item-1{
    background: url(/dzencode/image/bx-ic.png) no-repeat;
    background-position: center;
}
.panel-bx-ic .item-2{
     background: url(/dzencode/image/bx-ic2.png) no-repeat;
    background-position: center;
 }
.panel-bx-ic .item-3{
    line-height: 32px;
    color: rgba(255,255,255, .48);
    font-size: 24px;
}
.partners .bx .partners-item{
    width: 100%;
    height: 100%;
    padding: 22px;
    background-color: #04419A;
    margin-bottom: 0;
    box-sizing: border-box;
    z-index: 10;
}
.partners .bx .item-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    color: rgba(255, 255, 255, .48);
    text-decoration: underline;
}
.partners-item {
    position: relative;
    width: 31%;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.partners-items .item-title {
    font-family: 'ProximaNovaExtrabld';
    font-size: 20px;
    margin-bottom: 25px;
}

.partners-items .item-title img {
    position: relative;
    bottom: -4px;
    margin-right: 15px;
}

.partners-items .item-text {
    line-height: 24px;
    margin-bottom: 25px;
}

.partners-items .item-link {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: rgba(255, 255, 255, .48);
    text-decoration: underline;
}
.dec-picture{
    position: absolute;
    right: -105px;
    bottom: -5px;
    background-size: 100%;
    display: block;
}
.dec-picture.rotate{
    transform: rotate(180deg);
}
/* Our blood */
.our-blood {
    color: #fff;
    background-color: #04419A;
    padding: 112px 0 108px;
}

.our-blood .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.our-blood .blood-title-box, .our-blood .blood-desc-box-1, .our-blood .blood-desc-box-2 {
    width: 30%;
    margin-bottom: 24px;
}

.our-blood .blood-title {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 34px;
    line-height: 48px;
}

.our-blood .blood-desc {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

/* Technologies */
.technologies {
    padding: 95px 0;
    font-size: 0;
}

.technologies-wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}

.technologies .technologies-item {
    box-sizing: border-box;
    position: relative;
    width: 16.66%;
    height: 100px;
    text-align: center;
    margin-bottom: 104px;
}

.technologies .technologies-item:before {
    content: "";
    display: block;
    margin: 0 auto;
}

.technologies .technologies-item span {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    /*padding-top: 36px;*/
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.technologies .container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

/* sprite for Technologies */
.technologies-item:before {
    background: url(../image/technologies.png) no-repeat;
}

.ai-icon:before {
    background-position: -64px 0;
    width: 49px;
    height: 48px;
}

.angular-icon:before {
    background-position: -301px -1px;
    width: 45px;
    height: 48px;
}

.python-icon:before {
    background-position: 0px -400px;
    width: 48px;
    height: 48px;
}

.css-icon:before {
    background-position: -60px -100px;
    width: 35px;
    height: 48px;
}

.docker-icon:before {
    background-position: -257px -301px;
    width: 84px;
    height: 48px;
}

.doctrine-icon:before {
    background-position: -123px -200px;
    width: 36px;
    height: 48px;
}

.drupal-icon:before {
    background-position: -188px 0;
    width: 41px;
    height: 48px;
}

.eloquent-icon:before {
    background-position: -165px -200px;
    width: 70px;
    height: 48px;
    position: relative;
    top: 2px;
}

.gulp-icon:before {
    background-position: -319px -100px;
    width: 22px;
    height: 48px;
}

.html-icon:before {
    background-position: -9px -100px;
    width: 35px;
    height: 48px;
}

.jquery-icon:before {
    background-position: -150px -113px;
    width: 100px;
    height: 24px;
    position: relative;
    top: 12px;
}

.js-icon:before {
    background-position: -108px -101px;
    width: 34px;
    height: 48px;
}

.mysql-icon:before {
    background-position: -311px -207px;
    width: 69px;
    height: 36px;
    position: relative;
    top: 5px;
}

.node-icon:before {
    background-position: 0 -301px;
    width: 43px;
    height: 48px;
}

.php-icon:before {
    background-position: -226px -409px;
    width: 58px;
    height: 30px;
    position: relative;
    top: 12px;
}

.postsql-icon:before {
    background-position: -246px -201px;
    width: 47px;
    height: 48px;
}

.ps-icon:before {
    background-position: 0 0;
    width: 49px;
    height: 48px;
}

.rabbit-icon:before {
    background-position: -202px -301px;
    width: 45px;
    height: 48px;
}

.redis-icon:before {
    background-position: -121px -301px;
    width: 56px;
    height: 48px;
}

.sass-icon:before {
    background-position: -263px -106px;
    width: 48px;
    height: 36px;
    position: relative;
    top: 7px;
}

.socket-icon:before {
    background-position: -58px -301px;
    width: 48px;
    height: 48px;
}

.vue-icon:before {
    background-position: -242px -4px;
    width: 48px;
    height: 42px;
    position: relative;
    top: 4px;
}

.wp-icon:before {
    background-position: -130px 0;
    width: 48px;
    height: 48px;
}

.zend-icon:before {
    background-position: -58px -213px;
    width: 52px;
    height: 24px;
    position: relative;
    top: 12px;
}

.wp-rest-icon:before {
    background-position: -56px -400px;
    width: 54px;
    height: 48px;
}

.ajax-icon:before {
    background-position: -121px -397px;
    width: 96px;
    height: 48px;
}

.opencart-icon:before {
    background-position: 0 -508px;
    width: 126px;
    height: 24px;
    position: relative;
    top: 12px;
}

.bitrix24-icon:before {
    background-position: -149px -496px;
    width: 59px;
    height: 48px;
}

.digitalocean-icon:before {
    background-position: -223px -496px;
    width: 48px;
    height: 48px;
}

.ukraine-icon:before {
    background-position: 0 -600px;
    width: 150px;
    height: 36px;
    position: relative;
    top: 5px;
}

.django-icon:before {
    background-position: 0 -400px;
    width: 48px;
    height: 48px;
    position: relative;
    top: 5px;
}

.ajax-icon:before {
    background-position: -121px -403px;
    width: 95px;
    height: 42px;
    position: relative;
    top: 5px;
}

.bitrix-cms-icon:before {
    background-position: -298px -506px;
    width: 40px;
    height: 40px;
    position: relative;
    top: 5px;
}

.magento-icon:before {
    background-position: -209px -589px;
    width: 40px;
    height: 48px;
    position: relative;
    top: 5px;
}

.wagtail-icon:before {
    background-position: -160px -589px;
    width: 39px;
    height: 48px;
    position: relative;
    top: 5px;
}

/* from-partners */
.from-partners {
    padding: 50px 0;
}
.from-partners .from-partners-title {
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
    margin: 50px 0 95px;
    color: black;
    text-decoration: none;
    padding-right: 100px;
}
.from-partners .partner-slider .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 720px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 15px;
}
.from-partners .partner-slider .item .item-text {
    padding-top: 100px;
}
.from-partners .partner-slider .item h3 {
    max-width: 560px;
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
    line-height: 1.5;
}
.from-partners .partner-slider .item h3.var2 {
    font-size: 34px;
}
.from-partners .partner-slider .item .subtext {
    font-size: 20px;
}
.from-partners .partner-slider .item .subtext span {
    font-family: 'ProximaNovaBlack', sans-serif;
}
.from-partners .partner-slider .item .details {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 20px;
    text-decoration: none;
    margin-top: 75px;
}
.from-partners .partner-slider .item .details .arrow,
.from-partners .partner-slider .item .details .arrow::before,
.from-partners .partner-slider .item .details .arrow::after {
    background-color: #fff;
}
.from-partners .partner-slider .item .details .arrow {
    width: 24px;
    left: calc(100% + 10px);
}
.from-partners .partner-slider .item .details:hover .arrow {
    width: 30px;
}
.from-partners .partner-slider .item .date {
    position: absolute;
    top: 30px;
    left: 20px;
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 20px;
    z-index: 2;
}
.from-partners .partner-slider .item .logotype {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 2;
}
.from-partners .partner-slider .slick-arrow {
    position: absolute;
    top: -136px;
    color: #04419A;
    font-size: 24px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 2px solid #04419A;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.from-partners .partner-slider .slick-arrow:hover {
    color: #fff;
    background-color: #04419A;
    outline: none;
}
.from-partners .partner-slider .slick-prev {
    right: 54px;
}
.from-partners .partner-slider .slick-next {
    right: 0;
}


/* Reviews */
.reviews {
    padding: 50px 0;
}

.reviews .reviews-title {
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
    margin: 50px 0 95px;
    color: black;
    text-decoration: none;
}

.reviews .reviews-title a:visited {
    color: black;
    text-decoration: none;
}

.reviews .reviews-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reviews .reviews-item {
    position: relative;
    box-sizing: border-box;
    width: 31%;
    height: 420px;
    background-color: #f2f2f2;
    margin-bottom: 36px;
    color: #000;
    padding: 20px 20px 50px 20px;
}

.reviews-item .reviews-item-name, .popup-review-box .reviews-item-name {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.reviews-item .reviews-item-position, .popup-review-box .reviews-item-position {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 16px 0 47px;
    text-transform: uppercase;
}

.reviews-item .reviews-item-desc, .popup-review-box .reviews-item-desc {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.reviews-item .reviews-item-desc {
    overflow: hidden;
}

.reviews-item .item-icon-image {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.reviews-item .full-review {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    color: rgba(0, 0, 0, .48);
    cursor: pointer;
    transition: all .3s;
}

.reviews-item .full-review:hover {
    color: #000;
    text-decoration: none;
}

.reviews-item .reviews-item-logo {
    display: block;
    margin: 0 auto;
    margin-top: 112px;
}

.reviews-item .reviews-item-see {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
}

.reviews-item .reviews-item-see :visited {
    position: absolute;
    top: 60%;
    left: 50%;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    transform: translateX(-50%);
    text-decoration: none;
    color: black;
}

.reviews-item .reviews-item-see span {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.reviews-item .reviews-item-see .arrow {
    width: 24px;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    top: 6px;
}

.reviews-item-9:hover:before {
    opacity: 0;
}

.reviews-item:hover .reviews-item-see .arrow {
    width: 30px;
}

.reviews-item .reviews-item-write, .reviews-item .reviews-item-time {
    position: absolute;
    bottom: 21px;
    display: none;
}

.reviews-item .reviews-item-write {
    left: 23px;
}

.reviews-item .reviews-item-time {
    right: 23px;
}

.reviews-item .reviews-item-write span, .reviews-item .reviews-item-time span {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 16px;
    color: #000;
    padding-left: 13px;
}

.reviews-item .reviews-item-write span {
    letter-spacing: 2px;
}

.reviews-item.reviews-item-5 {
    background-color: #fff;
}

.reviews-item .image-wrapper {
    text-align: center;
    margin-top: 76px;
}

/* Footer */
.footer {
    padding: 94px 0 30px;
}

.footer .footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.footer .address-box, .footer .contacts-box {
    width: 31%;
}

.address-box .city {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.contacts-box .skype-title {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.address-box .address, .contacts-box .skype {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0 10px;
}

.contact-skype {
    text-decoration: none;
    color: black;
}

.contacts-box .skype {
    display: inline-block;
}

.skype {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0 10px;
    text-decoration: none;
    color: black;
}

.footer .years-box {
    border-top: 1px solid #e5e5e5;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.2px;
    padding-top: 26px;
    margin-top: 15px;
}

.footer .to-top {
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: -72px;
    width: 36px;
    height: 36px;
    border: 2px solid #04419A;
    transition: all .3s;
}

.footer .to-top:hover {
    color: #fff;
    background-color: #04419A;
}

.footer .to-top i {
    margin-left: 5.5px;
}

/* send request popup */
#request-popup {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
    opacity: 0;
    overflow-y: auto;
}

#request-popup .popup-body .popup-title {
    margin: 0 auto;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 46px;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 40px;
    text-align: center;
}

.popup-close {
    position: relative;
    height: 61px;
    background-color: #fafafa;
    cursor: pointer;
}

.popup-close:before, .popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 27px;
    height: 1px;
    background-color: #232323;
}

.popup-close:before {
    transform: rotate(45deg);
}

.popup-close:after {
    transform: rotate(-45deg);
}

.popup-form {
    width: 60%;
    max-width: 450px;
    margin: 70px auto 80px;
    font-size: 18px;
    color: #1d1d22;
}

.popup-form .input-wrapper {
    position: relative;
    margin-top: 7px;
}

.input-wrapper label {
    position: absolute;
    left: 0;
    z-index: -1;
    font-family: 'ProximaNovaRegular', sans-serif;
    transition: all .3s;
}

.input-wrapper .name, .input-wrapper .email, .input-wrapper .phone,
.input-wrapper .message {
    width: 100%;
    max-width: 100%;
    padding-bottom: 8px;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #000;
    transition: all .3s;
}

.input-wrapper .name:focus, .input-wrapper .email:focus, .input-wrapper .phone:focus,
.input-wrapper .message:focus {
    border-bottom: 2px solid #04419A;
}

.input-wrapper .name ~ label {
    top: 5px;
}

.input-wrapper .name:focus ~ label, .has-content.name ~ label {
    font-size: 13px;
    color: #04419A;
    top: -18px;
}

.input-wrapper .email {
    margin-top: 35px;
}

.input-wrapper .email ~ label, .input-wrapper .phone ~ label {
    top: 38px;
}

.input-wrapper .email:focus ~ label, .has-content.email ~ label {
    font-size: 13px;
    color: #04419A;
    top: 15px;
}

.input-wrapper .phone {
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
}

.input-wrapper .phone:focus ~ label, .has-content.phone ~ label {
    font-size: 13px;
    color: #04419A;
    top: 15px;
}

.input-wrapper .message {
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
    resize: none;
}

.input-wrapper .message ~ label {
    top: 34px;
}

.input-wrapper .message:focus ~ label, .has-content.message ~ label {
    font-size: 13px;
    color: #04419A;
    top: 15px;
}

#request-popup .submit-wrapper {
    margin: 35px auto 40px;
    position: relative;
    overflow: hidden;
}

#request-popup .popup-submit {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background-color: #04419A;
    border: none;
    cursor: pointer;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#request-popup .submit-wrapper:after {
    background: #fff;
    content: "";
    height: 110px;
    left: -80px;
    opacity: .8;
    position: absolute;
    top: -35px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 10px;
    box-shadow: 1px 1px 20px 20px #fff;
}

#request-popup .popup-submit:hover {
    background-color: #000c7e;
}

#request-popup .submit-wrapper:hover:after {
    left: 120%;
}

/* full-review popup */
.review-popup {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 15;
    opacity: 0;
    overflow-y: auto;
}

.review-popup .popup-body .popup-title {
    margin: 0 auto;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 45px;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 79px;
    text-align: center;
}

.popup-close {
    position: relative;
    height: 61px;
    background-color: #fafafa;
    cursor: pointer;
}

.popup-close:before, .popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 36px;
    height: 4px;
    background-color: #232323;
}

.popup-close:before {
    transform: rotate(45deg);
}

.popup-close:after {
    transform: rotate(-45deg);
}

.review-popup .popup-review-box {
    position: relative;
    width: 80%;
    max-width: 800px;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 40px auto 80px;
    overflow: hidden;
}

.popup-review-box .item-icon-image {
    margin-top: 50px;
}

.create-crm-lead {
    cursor: pointer;
}

.popup-review-box .create-crm-lead {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #000;
    cursor: pointer;
    transition: all .3s;
}

.popup-review-box .create-crm-lead:hover {
    color: #fff;
    background-color: #000;
}

/***********     Raki page     ***********/
.cancers .first-screen-cancers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cancers .create-crm-lead {
    margin-right: 0;
}

.cancers .nav-button {
    display: none;
}

/*  */
.cancers .company, .cancers .tasks, .cancers .design, .cancers .calculator,
.cancers .adaptive {
    padding: 130px 0 110px;
}

.link-production {
    padding: 0px 0 110px;
}

.cancers .company .container,
.cancers .tasks .container,
.cancers .design .container,
.cancers .calculator .container,
.cancers .docs .container,
.cancers .adaptive .container {
    display: flex;
    flex-wrap: wrap;
}

.cancers .company-title-wrapper,
.cancers .company-text-wrapper,
.cancers .tasks-title-wrapper,
.cancers .tasks-text-wrapper,
.cancers .design-title-wrapper,
.cancers .design-text-wrapper,
.cancers .calculator-title-wrapper,
.cancers .calculator-text-wrapper,
.cancers .docs-title-wrapper,
.cancers .docs-text-wrapper,
.cancers .adaptive-title-wrapper,
.cancers .adaptive-text-wrapper {
    width: 50%;
}

.adaptive-text-wrapper-center-link {
    text-align: center;
}

.cancers .company-title,
.cancers .tasks-title,
.cancers .design-title,
.cancers .calculator-title,
.cancers .docs-title,
.cancers .adaptive-title {
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
}

.cancers .company-text,
.cancers .tasks-text,
.cancers .design-text,
.cancers .calculator-text,
.cancers .docs-text,
.cancers .adaptive-text {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 26px;
    margin-bottom: 8px;
}

.cancers .company-see {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}

.company-see-production-link {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.company-see-production-link-in-text {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.cancers .company-see:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: relative;
    top: -4px;
    margin-left: 10px;
    transition: all .3s ease;
}

.cancers .company-see:hover:after {
    width: 25px;
}

.cancers .company-image-wrapper,
.cancers .tasks-image-wrapper,
.cancers .design-image-wrapper,
.cancers .calculator-image-wrapper,
.cancers .docs-image-wrapper,
.cancers .adaptive-image-wrapper {
    width: 100%;
    margin-top: 95px;
}

.cancers .company img,
.cancers .tasks img,
.cancers .design img,
.cancers .calculator img,
.cancers .docs img,
.cancers .adaptive img {
    width: 100%;
    height: auto;
}

/*  */
.cancers .tasks-text-2-wrapper {
    width: 50%;
    margin-top: 85px;
    margin-left: 50%;
}

.cancers .like-it {
    color: #fff;
    background-color: #04419A;
    padding: 100px 0 108px;
}

.cancers .like-it-title {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 34px;
    line-height: 48px;
    width: 50%;
}

.cancers .like-it-text {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: 50%;
    margin-top: 17px;
}

.cancers .like-it .create-crm-lead {
    display: inline-block;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px 10px;
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    margin-top: 62px;
    transition: all .3s;
}

.like-it ul {
    margin-top: 24px;
    margin-left: 17px;
}

.like-it ul li {
    line-height: 24px;
    list-style: disc;
}

.fingertips, .detailing, .visibility, .rating, .user-control, .finance {
    margin-bottom: 247px;
}

/*.fingertips {*/
/*margin-bottom: 250px;*/
/*}*/
/*.detailing {*/
/*margin-bottom: 244px;*/
/*}*/
/*.visibility {*/
/*margin-bottom: 223px;*/
/*}*/
.custom-solution-wrapper {
    padding: 48px;
    margin-top: 24px;
    background: url(/dzencode/image/izi/solution-bg.jpg) top center;
    background-repeat: no-repeat;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.solution-text-head h2, .header-text h2 {
    font-size: 56px;
    font-family: "ProximaNovaBlack", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 75px;
}

.new-style .company-title {
    font-family: ProximaNovaBlack, sans-serif;
    font-size: 56px;
    line-height: 48px;
}

.new-style .like-it .create-crm-lead {
    display: inline-block;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px 10px;
    color: #fff;
    background-color: #04419A;
    border: 2px solid #fff;
    cursor: pointer;
    margin-top: 62px;
    transition: all .3s;
    position: relative;
    z-index: 2;
}

.solution-text-head p, .header-text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: "ProximaNovaRegular", sans-serif;
    margin-bottom: 47px;
    width: 48%;
}

.solution-text-head .all-tags {
    position: static;
}

.solution-text-head .all-tags span {
    margin: 0;
}

.tasks {
    margin-top: 175px;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
}

.tasks .company-title {
    margin-bottom: 102px;
    display: block;
    width: 100%;
}

.tasks .tasks-description {
<<<<<<< HEAD
    margin-bottom: 50px;
    line-height: 24px;
=======
	margin-bottom: 50px;
	line-height: 24px;
>>>>>>> origin/dev-method-new-marckup
}

.requirements-block {
    width: 100%;
}

.requirements-item-wrapper {
    line-height: 24px;
    width: 33.33%;
    margin-bottom: 37px;
}

.requirements-list {
    display: flex;
    flex-wrap: wrap;
}

.requirements-item {
    max-width: 352px;
}

.tasks .requirements {
    font-family: ProximaNovaExtrabld, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.tasks-img-wrapper {
    margin-top: 58px;
    margin-bottom: 6px;
}
<<<<<<< HEAD

.tasks-img-wrapper img, .ico-counter-img-wrapper img,
.timeline-img-wrapper img, .tokens-img-wrapper img,
.adaptiv-img-wrapper img, .collection-select-img-wrapper img,
.collection-gallery-img-wrapper img, .product-card-img-wrapper img,
.contact-page-img-wrapper img, .article-img-wrapper img,
.agile-1-img-wrapper img, .agile-2-img-wrapper img,
.adaptive-img-wrapper img {
    display: block;
    width: 100%;
=======
.img-wrapper img, .tasks-img-wrapper img, .ico-counter-img-wrapper img, .timeline-img-wrapper img, .tokens-img-wrapper img, .adaptiv-img-wrapper img {
	display: block;
	width: 100%;
>>>>>>> origin/dev-method-new-marckup
}

.data-wrapper {
    display: flex;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 100px;
}

.data-wrapper .left-block, .data-wrapper .right-block {
    width: 50%;
}

.data-wrapper .right-block {
    margin-top: 23px;
}

.panel-body {
    will-change: height;
}

.panel-dropdown p, .right-block p {
    margin-bottom: 25px;
}

.panel-dropdown .panel-btn {
    color: #a8a8a8;
    cursor: pointer;
    text-decoration: underline;
}

.hide-panel-text {
    height: 0;
    overflow: hidden;
}

.adaptiv-version {
    margin-bottom: 120px;
}

.fingertips-img-wrapper img {
    display: block;
    width: 100%;
}

.new-style .like-it {
    color: #fff;
    background-color: #04419A;
    padding: 112px 0 108px;
}

.new-style .like-it-title {
    font-family: ProximaNovaExtrabld, sans-serif;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 23px;
}

.new-style .like-it-text {
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
    line-height: 24px;
	max-width: 400px;
}

.like-it .container {
    position: relative;
}

.like-it .realize-block {
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
}

.contacts-title {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 16px;
}

.short-technologies {
    padding-bottom: 127px;
}

.visibility .data-wrapper {
    margin-bottom: 80px;
}

.rating .data-wrapper {
    margin-bottom: 75px;
}

.user-control .data-wrapper {
    margin-bottom: 80px;
}

.finance .data-wrapper {
    margin-bottom: 75px;
}

.adaptiv-version .data-wrapper {
    margin-bottom: 120px;
}

.skype-link {
    margin: 16px 0 10px;
    display: inline-block;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}

footer .tel {
    margin: 16px 0 10px;
    display: inline-block;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}

.skype-link:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/dzencode/image/izi/skype-icon.png) no-repeat;
    position: relative;
    top: 7px;
}

.adaptiv-version .company-title {
    max-width: 350px;
    display: inline-block;
}

.project-item-img {
    margin-bottom: 24px;
}

.project .project-item-img img {
    display: inline-block;
    width: auto;
}

.project .project-item-img img:first-of-type {
    margin-right: 24px;
}

.discount-btn {
    display: inline-block;
    padding: 10px 14px;
    border: 2px solid #000;
    cursor: pointer;
    transition: all .3s;
    font-family: ProximaNovaExtrabld, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    margin-top: 24px;
}
<<<<<<< HEAD

.new-style .ico-counter, .new-style .recipe, .new-style .animation,
.new-style .usability, .new-style .filters, .new-style .detailing {
    margin-bottom: 252px;
=======
.new-style .ico-counter, .new-style .recipe, .new-style .animation, .new-style .usability, .new-style .filters, .new-style .detailing, .new-style .interview, .new-style .report {
	margin-bottom: 252px;
>>>>>>> origin/dev-method-new-marckup
}

/*---- QUASA -------*/
.quasa .first-screen {
    margin-top: 0;
    height: auto;
    margin-bottom: 175px;
}

.quasa-header-content {
    padding: 48px;
    margin-top: 24px;
    background: url(/dzencode/image/quasa/header-bg.jpg) top center;
    background-repeat: no-repeat;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.quasa .all-tags {
    position: static;
}

.quasa .all-tags span {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    margin-bottom: 0;
}

.quasa section {
    margin-bottom: 252px;
}

.quasa .quasa-adaptiv {
    margin-bottom: 120px;
}

.quasa .like-it, .quasa .short-technologies, .quasa .tasks {
    margin-bottom: 0;
}

.quasa .tasks {
    margin-top: 0;
}

.tasks .company-title {
    margin-bottom: 24px;
}

.new-style .children-search, .new-style .children-help, .new-style .raki-calc,
.new-style .raki-form {
    margin-bottom: 252px;
}

.new-style .change-life-adaptiv {
    margin-bottom: 120px;
}

/*---- QUASA -------*/

/*---change one life ------*/
.header-content-wrapper {
    padding: 48px;
    /*margin-top: 24px;*/
    background-repeat: no-repeat;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.change-life .header-content-wrapper {
    background: url(/dzencode/image/ChangeOneLife/Сhange-one-life-v.jpg) top center;
}

.new-style .all-tags {
    position: static;
    display: flex;
    flex-wrap: wrap;
}

.new-style .all-tags span {
    margin-bottom: 0;
    margin-top: 10px;
}

.new-style .first-screen {
    margin-bottom: 175px;
}

/*---change one life ------*/

/*---- raki page --------*/
.header-content-wrapper {
    background: url(/dzencode/image/raki/Crayfish-v.jpg) top center;
}

.new-style .adaptive {
    margin-bottom: 120px;
}

.raki-page .all-tags span {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
}

/*---- raki page --------*/
.like-it .create-crm-lead:hover {
    color: #04419A;
    background-color: #fff;
    border-color: #fff;

    /*color: #fff;*/
    /*background-color: #04419A;*/
}

/*---- moscow sale ------*/
.moscow-sale .header-content-wrapper {
    background: url(/dzencode/image/moscow/Moscow-header-bg.jpg) top center;
}

.moscow-sale .all-tags span {
    background: rgba(255, 255, 255, .24);
}

/*---- moscow sale ------*/
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .request-menu {
    float: none;
}

.main-header .first-screen-logo {
    float: none;
}

<<<<<<< HEAD
/*---- mona  ------*/
.mona .first-screen {
    margin-top: 0;
    height: auto;
    margin-bottom: 175px;
}
=======
.method-page .header-content-wrapper {
	background: url(/dzencode/image/method/mthod-header-bg.jpg) top center;
}
.method-page .all-tags span {
	background-color: rgba(255,255,255,.16);
}
.interview .img-wrapper {
	margin-bottom: 96px;
}
.interview .img-wrapper:last-child {
	margin-bottom: 0;
}

/* Media queries */
>>>>>>> origin/dev-method-new-marckup

.mona-header-content {
    padding: 48px;
    /*margin-top: 24px;*/
    background: url(/dzencode/image/mona/header-bg.jpg) top center;
    background-repeat: no-repeat;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.mona .all-tags {
    position: static;
}

.mona .all-tags span {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    margin-bottom: 0;
}

.mona section {
    margin-bottom: 252px;
}

.mona .mona-adaptiv {
    margin-bottom: 120px;
}

.mona .like-it, .mona .short-technologies, .mona .tasks {
    margin-bottom: 0;
}

.mona .tasks {
    margin-top: 0;
}

.mona .company-title {
    margin-bottom: 24px;
}

.new-style .children-search, .new-style .children-help, .new-style .raki-calc,
.new-style .raki-form {
    margin-bottom: 252px;
}

.new-style .change-life-adaptiv {
    margin-bottom: 120px;
}

/*---- mona  ------*/

/*---- steps  ------*/
.steps.new-style .first-screen {
    margin-bottom: 0;
}

.steps .container.first-screen-container {
    padding-bottom: 100vh;
}

.steps .agile-1 {
    margin-top: -100vh;
}

.steps .agile-1, .steps .agile-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.steps .data-wrapper {
    flex-wrap: wrap;
}

.steps .header-block {
    width: 100%;
    margin-bottom: 80px;
}

.steps .text-block {
    width: 48%;
}

.steps .text-block p {
    margin-bottom: 20px;
}

.steps .agile-stages {
    background-color: #f2f2f2;
    padding-top: 120px;
    padding-bottom: 50px;
}

.steps .stages-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.stages-wrapper .stage {
    box-sizing: border-box;
    width: 33.33%;
    padding-right: 30px;
    margin-bottom: 75px;
}

.stage-image {
    margin-bottom: 35px;
}

.stage-title {
    font-family: 'ProximaNovaExtrabld';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.stage-text {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    line-height: 24px;
}

.agile-page .data-wrapper {
    display: block;
}

.agile-page .company-title {
    font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
    line-height: 48px;
    margin-bottom: 96px;
}

.agile-page .text-block {
    width: 50%;
}

.agile-page .text-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.agile-page .text-block p:last-child {
    margin-bottom: 0;
}

.agile-page .agile-stages {
    background: #f2f2f2;
}

.agile-page section {
    padding: 127px 0;
}

.agile-page section.agile-stages {
    padding-bottom: 52px;
}

.agile-page .stages-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/*---- steps  ------*/

/*---- 404  ------*/
.not-found-page {
    height: 100vh;
}

.not-found-page .container.first-screen-container {
    padding-bottom: 60vh;
}

.not-found-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.not-found-wrapper .not-found {
    margin-top: -60vh;
    flex: 1 0 auto;
    text-align: center;
}

.not-found-title {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 122px;
    margin-bottom: 20px;
}

.not-found-text {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.not-found-wrapper .footer {
    flex: 0 0 auto;
}

/*---- 404  ------*/

/*---- bitrix24  ------*/
.icicle {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    height: 55vh;
}

/*---- bitrix24  ------*/

/*------ vacancy page ------*/
.vacancy-first-screen, .vacancy-slider {
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
    position: relative;
}

.vacancy-first-screen {
    display: flex;
    min-height: calc(100vh - 84px);
    margin-bottom: 100px;
}

.vacancy-first-screen h1 {
    font-size: 56px;
    line-height: 72px;
    font-family: ProximaNovaBlack, sans-serif;
    margin-bottom: 35px;
    margin-top: 29%;
}

.vacancy-first-screen .left-side, .vacancy-first-screen .right-side {
    width: 50%;
}

.vacancy-first-screen .left-side {
    min-width: 600px;
}

.vacancy-first-screen .right-side img {
    display: block;
    width: 100%;
    /*max-width: 490px;*/
    margin-top: 7%;
}

.vacancy-first-screen .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.vacancy-first-screen .mail-info {
    font-size: 20px;
}

.vacancy-first-screen .mail-info a {
    color: #04419A;
    text-decoration: none;
}

.vacancy-first-screen .mail-info a:hover {
    text-decoration: underline;
}

.vacancy-slider {
    margin-bottom: 200px;
}

.vacancy-slider-title {
    display: flex;
    align-items: center;
    padding: 60px 0;
    font-family: ProximaNovaExtrabld, sans-serif;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.vacancy-slider-item .vacancy-slider-title:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 68px;
    font-family: FontAwesome;
    font-size: 32px;
    display: inline-block;
    transition: all .3s;
    transform-origin: center center;
    transform: rotate(0);
}

.vacancy-slider-item {
    border-bottom: 1px solid #f6f6f6;
}

.vacancy-slider-item .vacancy-slider-body {
    display: none;
}

.vacancy-slider-item.open .vacancy-slider-title:after {
    transform: rotate(180deg);
}

.vacancy-slider-body {
    padding-bottom: 80px;
    padding-left: 130px;
}

.vacancy-slider-body p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    max-width: 800px;
}

.vacancy-slider-body strong {
    margin-bottom: 24px;
    display: block;
    font-family: ProximaNovaExtrabld, sans-serif;
    font-size: 18px;
}

.vacancy-slider-body p strong {
    display: inline;
    margin-bottom: 0;
    font-size: 16px;
}

.slider-title-icon {
    width: 100px;
    height: 48px;
    margin-right: 30px;
    position: relative;
}

.vacancy-slider-title .slider-title-icon:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    height: 48px;
}

.vacancy-slider-title.manager .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -296px -597px;
	width: 40px;
	height: 40px;
}

.vacancy-slider-title.bitrix .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -298px -503px;
    width: 40px;
}

.vacancy-slider-title.html .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -9px -100px;
    width: 35px;
}

.vacancy-slider-title.vue .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -242px -4px;
    width: 48px;
}

.vacancy-slider-title.design .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: 0 0;
    width: 49px;
}

.vacancy-slider-title.angular .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -301px -1px;
    width: 45px;
}

.vacancy-slider-title.drupal .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -188px 0;
    width: 41px;
}

.vacancy-slider-title.php .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -1px -200px;
    width: 47px;
}

.vacancy-slider-title.zend .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -58px -207px;
    width: 52px;
}

.vacancy-slider-title.laravel .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: -165px -200px;
    width: 70px;
}

.vacancy-slider-title.nodejs .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: 0 -301px;
    width: 43px;
}

.vacancy-slider-title.python .slider-title-icon:before {
    background-image: url(/dzencode/image/technologies.png);
    background-position: 0 -400px;
    width: 48px;
}

.vacancy-list {
    margin-bottom: 40px;
}

.vacancy-list li {
    padding-left: 20px;
    position: relative;
    line-height: 24px;
    margin-bottom: 12px;
}

.vacancy-list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

.vacancy-list li strong {
    display: inline;
    margin-bottom: 0;
    font-size: 16px;
}

.vacancy-slider-wrapper {
    max-width: 1070px;
    margin: 0 auto;
    background: #fff;
}

/* -------- Project PAGE -------- */
.projects-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.projects-list * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.projects-list ul {
	width: 25%;
	padding-right: 10px;
	margin-bottom: 60px;
}
.projects-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.projects-list ul li + li {
	margin-top: 36px;
}
.projects-list ul .chkbx {
	display: none;
}
.projects-list ul label {
	font-size: 16px;
	padding-left: 16px;
	vertical-align: middle;
	cursor: pointer;
}
.projects-list ul .boxx {
	width: 16px;
	height: 16px;
	padding: 1px 0 0 1px;
	border: 2px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.projects-list ul .boxx span {
	display: block;
	width: 10px;
	height: 7px;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	transform: rotateZ(-45deg);
}
.projects-list ul .chkbx:checked + .boxx span {
	border-color: #000;
}


.project-items.var2 .project-item {
	height: 372px;
}
.project-items.var2 .project-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.project-items.var2 .project-item a:hover::before {
	opacity: 1;
}
.project-items.var2 .project-item a.special {
	background-position: 0 100%;
}
.project-items.var2 .project-item a.special2 {
	background-position: 100% 50%;
}
.project-items.var2 .project-item a.special3 {
	background-position: 50% 0;
}
.project-items.var2 .narrow-rect {
	width: 31%;
}
/* -------- END Project PAGE -------- */


/* -------- END Work PAGE -------- */
.directions,
.directions * {
	box-sizing: border-box;
}
.directions .title-block {
	max-width: 560px;
}
.directions .title-block .directions-title {
	font-family: 'ProximaNovaBlack', sans-serif;
    font-size: 56px;
	line-height: 1.35;
    margin: 110px 0 40px;
}
.directions .title-block p {
	line-height: 1.5;
}
.directions .dir-rectangles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 100px 0;
}
.directions .dir-rectangles .dir-rectangle {
	display: block;
	position: relative;
	width: 370px;
	height: 370px;
	color: #fff;
	font-family: 'ProximaNovaExtrabld', sans-serif;
	text-transform: uppercase;
	margin: 18px 0;
}
.directions .dir-rectangles .dir-rectangle.negative {
	color: #000;
}
.directions .dir-rectangles span {
	display: block;
}
.directions .dir-rectangles .dir-rectangle-descr {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0 20px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.directions .dir-rectangles .dir-rectangle-title {
	font-size: 34px;
	line-height: 1.35;
	margin-bottom: 36px;
}
.directions .dir-rectangles .dir-rectangle-see {
	font-size: 14px;
}
.directions .dir-rectangles .dir-rectangle-see .arrow-new {
	display: inline-block;
	width: 32px;
	height: 2px;
	margin-left: 8px;
	vertical-align: 3px;
}
.directions .dir-rectangles .dir-rectangle-see .arrow-new .arrow-line {
	position: relative;
	width: 24px;
	height: 100%;
	background-color: #fff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.directions .dir-rectangles .dir-rectangle:hover .dir-rectangle-see .arrow-new .arrow-line {
	width: 32px;
}
.directions .dir-rectangles .dir-rectangle-see .arrow-new .arrow-line::before,
.directions .dir-rectangles .dir-rectangle-see .arrow-new .arrow-line::after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 2px;
	right: -3px;
	background-color: #fff;
}
.directions .dir-rectangles .dir-rectangle.negative .dir-rectangle-see .arrow-new .arrow-line,
.directions .dir-rectangles .dir-rectangle.negative .dir-rectangle-see .arrow-new .arrow-line::before,
.directions .dir-rectangles .dir-rectangle.negative .dir-rectangle-see .arrow-new .arrow-line::after {
	background-color: #000;
}
.directions .dir-rectangles .dir-rectangle-see .arrow-new .arrow-line::before {
	top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.directions .dir-rectangles .dir-rectangle-see .arrow-new .arrow-line::after {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.directions .dir-rectangles .technology-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	right: 24px;
	bottom: 24px;
	background: url(../image/technologies2.png) no-repeat;
}
.directions .dir-rectangles .psd-to-html {
	background-color: #e24f25;
}
.directions .dir-rectangles .psd-to-html .technology-icon {
	background-position: 0 0;
}
.directions .dir-rectangles .zend-framework {
	background-color: #6eb643;
}
.directions .dir-rectangles .zend-framework .technology-icon {
	background-position: -48px 0;
}
.directions .dir-rectangles .vue-js {
	background-color: #f2f2f2;
}
.directions .dir-rectangles .vue-js .technology-icon {
	background-position: -96px 0;
}
.directions .dir-rectangles .angular-js {
	background-color: #e13137;
}
.directions .dir-rectangles .angular-js .technology-icon {
	background-position: 0 -48px;
}
.directions .dir-rectangles .python {
	background-color: #0e3556;
}
.directions .dir-rectangles .python .technology-icon {
	background-position: -48px -48px;
}
.directions .dir-rectangles .bitrix {
	background-color: #c50b2f;
}
.directions .dir-rectangles .bitrix .technology-icon {
	background-position: -96px -48px;
}
.directions .dir-rectangles .bitrix-24 {
	background-color: #0066a1;
}
.directions .dir-rectangles .bitrix-24 .technology-icon {
	background-position: 0 -96px;
}
.directions .dir-rectangles .wordpress {
	background-color: #1a598a;
}
.directions .dir-rectangles .wordpress .technology-icon {
	background-position: -48px -96px;
}
.directions .dir-rectangles .drupal {
	background-color: #0678be;
}
.directions .dir-rectangles .drupal .technology-icon {
	background-position: -96px -96px;
}
.directions .dir-rectangles .opencart {
	background-color: #04b6f0;
}
.directions .dir-rectangles .opencart .technology-icon {
	background-position: 0 -144px;
}
.directions .dir-rectangles .wagtail {
	background-color: #43b1b0;
}
.directions .dir-rectangles .wagtail .technology-icon {
	background-position: -48px -144px;
}
.directions .dir-rectangles .ico {
	background-color: #ff9500;
}
.directions .dir-rectangles .ico .technology-icon {
	background-position: -96px -144px;
}
.directions .dir-rectangles .steam {
	background-color: #1b2838;
}
.directions .dir-rectangles .steam .technology-icon {
	background-position: 0 -192px;
}
.directions .dir-rectangles .social-projects {
	background: url(../image/hands.png) 50% 100%/contain no-repeat,
		#f2f2f2;
}
.directions .dir-rectangles .culinary {
	background: url(../image/pizza.png) 50% 100%/contain no-repeat,
		#f2f2f2;
}
.directions .dir-rectangles .building {
	background: url(../image/hammer.png) 50% 100%/contain no-repeat,
		#f2f2f2;
}
.directions .dir-rectangles .fashion {
	background: url(../image/shirt.png) 50% 100%/contain no-repeat,
		#f2f2f2;
}
.directions .dir-rectangles .custom {
	background: url(../image/code.png) 50% 100%/contain no-repeat,
		#f2f2f2;
}
/* -------- END Work PAGE -------- */



/*-------- bitrix form ---------*/
.crm-webform-no-borders .crm-webform-header-container {
    display: none;
}

.crm-webform-no-borders .crm-webform-header-container h2 {
    color: red;
}

/* -------- PSD TO HTML PAGE -------- */

.psd-to-html .first-screen {
    /*background: url(/dzencode/image/html-bg.jpg) no-repeat center center;*/
    /*position: relative;*/
    /*height: 515px;*/
    /*padding: 48px;*/
    /*box-sizing: border-box;*/
}
.psd-to-html .header-content-wrapper {
    background: url(/dzencode/image/html-bg.jpg) no-repeat center center;
    position: relative;
}
.psd-to-html .header-content-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .88);
}
.psd-to-html .header-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.psd-to-html .all-tags span {
    margin-right: 10px;
    background: rgba(255, 255, 255, .24);
}
.psd-to-html .company-title {
    margin-bottom: 24px;
}
.psd-to-html .tasks-description {
    margin-bottom: 50px;
    line-height: 24px;
    max-width: 50%;
}
.presentation-tabs {
    display: flex;
    margin-bottom: 24px;
    padding-left: 25.33%;
}
.presentation-tabs .tab-item {
    margin-right: 40px;
    display: flex;
    align-items: center;
}
.presentation-tabs .tab-item:last-child {
    margin-right: 0;
}
.presentation-tabs .tab-btn {
    margin-left: 30px;
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    color: #04419A;
}
.presentation-tabs .tab-btn.disabled {
    opacity: .24;
    cursor: default;
}
.presentation-description {
    width: 25.33%;
    padding: 0 30px 20px 0;
    box-sizing: border-box;
    position: relative;
}
.presentation-description h4 {
    font-family: 'ProximaNovaExtrabld', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 12px;
}
.presentation-description p {
    line-height: 24px;
    margin-bottom: 24px;
}
.presentation-description p b {
    display: block;
}
.presentation-description a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #04419A;
    text-decoration: underline;
}
.presentation-pic-wrapper {
    width: 74.67%;
    overflow: hidden;
    max-height: 600px;
}
.presentation-pic {
    height: 100%;
    /*overflow-y: auto;*/
    margin-right: -17px;
    position: relative;
    overflow-y: scroll;
}
.presentation-pic.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/preloader.svg) no-repeat 1% 96%;
    z-index: 1;
    background-size: 30px;
}
.presentation-pic .item-scroll-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .48);
    display: flex;
    justify-content: center;
    align-items: center;
}
.presentation-pic img {
    display: block;
    width: 100%;
}
.presentation-content-wrapper {
    display: flex;
    flex-direction: row;
}
.presentation-block.reverse-block .presentation-content-wrapper {
    flex-direction: row-reverse;
}
.presentation-block.reverse-block .presentation-description {
    padding-right: 0;
    padding-left: 30px;
}
.presentation-block.reverse-block .presentation-tabs {
    padding-left: 0;
}
.presentation-block.reverse-block .presentation-description a {
    left: 40px;
}
.presentation-content-item {
    display: none;
}
.presentation-content-item.show {
    display: block;
}
.mouse-scroll {
    box-sizing: border-box;
    width: 24px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 15px;
    opacity: .8;
    position: relative;
}
.mouse-scroll .mouse-wheel {
    width: 2px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 6px;
    -webkit-animation: mouse-wheel 1s linear infinite;
    -moz-animation: mouse-wheel 1s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.psd-to-html section:not(.first-screen) {
    margin-bottom: 252px;
}

.psd-to-html section:last-of-type {
    margin-bottom: 158px;
}

@media (max-width: 1200px) {
    .presentation-block.reverse-block .presentation-content-wrapper {
        flex-direction: column;
    }

    .presentation-content-wrapper {
        flex-direction: column;
    }

    .presentation-description {
        width: 100%;
        margin-bottom: 24px;
    }

    .presentation-block.reverse-block .presentation-description {
        padding-left: 0;
        order: 1;
    }

    .presentation-description a {
        position: static;
    }

    .presentation-description p {
        width: 75%;
    }

    .presentation-tabs {
        padding-left: 0;
        order: 2;
    }

    .presentation-pic-wrapper {
        order: 3;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .from-partners .partner-slider .item {
        height: 640px;
    }
	
}

@media screen and (max-width: 1024px) {
    .vacancy-first-screen {
        display: block;
    }
    .vacancy-first-screen h1 {
        margin-top: 8%;
    }
    .vacancy-first-screen .left-side, .vacancy-first-screen .right-side {
        width: 100%;
    }
    .vacancy-first-screen .right-side img {
        margin-top: -13%;
    }
    .vacancy-first-screen .right-side img {
        max-width: 500px;
    }
}

@media screen and (max-width: 992px) {
    .vacancy-first-screen .right-side {
        justify-content: flex-start;
    }
    .vacancy-first-screen .right-side img {
        margin-top: 5%;
        max-width: 300px;
    }
    .agile-page .text-block {
        width: 100%;
    }
    .solution-text-head p, .header-text p {
        width: 100%;
    }

    .from-partners .partner-slider .item {
        height: 560px;
    }
	
}

@media screen and (min-width: 992px) {
    .new-style .like-it-title {
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .vacancy-first-screen h1 {
        font-size: 50px;
        line-height: 62px;
    }
    .vacancy-slider-body {
        padding-left: 55px;
    }
    .slider-title-icon + span {
        display: block;
        max-width: 70%;
    }
    .vacancy-first-screen h1 {
        display: inline-block;
        width: auto;
    }
    .vacancy-first-screen .left-side {
        min-width: 100%;
    }
    .vacancy-first-screen .right-side img {
        max-width: 230px;
    }
    .agile-page section {
        padding: 96px 0;
    }

    .from-partners .partner-slider .item {
        height: 480px;
    }
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 400px) {
    .vacancy-first-screen h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .vacancy-first-screen .right-side img {
        max-width: 170px;
    }
    .vacancy-slider-body {
        padding-left: 20px;
    }
}

/*------ vacancy page ------*/

/* Media queries */
@media screen and (max-width: 1230px) {
    .project-item .top-corner, .project-item .bottom-corner, .project-item .top-corner-inverse,
    .project-item .bottom-corner-inverse {
        width: 100%;
    }
    .project-item .bottom-corner {
        height: 45%;
    }
    .project-item .bottom-corner, .project-item .top-corner-inverse {
        left: 12px;
    }
    .our-blood .container {
        flex-wrap: wrap;
    }
    .our-blood .blood-title-box {
        width: 100%;
        margin-bottom: 25px;
    }
    .our-blood .blood-desc-box-1, .our-blood .blood-desc-box-2 {
        width: 45%;
        word-wrap: break-word;
    }
    .blood-title br {
        display: none;
    }
    .steps .text-block {
        width: 60%;
    }
	
	/* -------- Project PAGE -------- */
	.project-items.var2 .project-item {
		height: 31vw;
	}
	.project-items.var2 .narrow-rect {
		width: 32%;
	}
	/* -------- END Project PAGE -------- */
	
	/* -------- Work PAGE -------- */
	.directions .dir-rectangles .dir-rectangle {
		width: 31.5%;
		height: 30vw;
	}
	.directions .dir-rectangles .dir-rectangle-title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	/* -------- END Work PAGE -------- */

}

@media screen and (max-width: 1050px) {
    .first-screen-header .first-screen-title {
        font-size: 64px;
    }

    .first-screen-header .first-screen-text {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .project-item-img {
        margin-bottom: 12px;
    }
    .bitrix-discount {
        margin-top: 12px;
    }
    .steps .text-block {
        width: 100%;
    }
    .stages-wrapper .stage {
        width: 50%;
    }
    .panel-bx-ic{
        position: relative;
        left: auto;
        right: 0;
        height: 40px;
        display: flex;
        justify-content: flex-end;
        bottom: auto;
    }
    .panel-bx-bottom{
        justify-content: flex-end;
    }
}

@media screen and (max-width: 980px) {
    .bitrix-partner {
        display: none;
    }

    .discount-btn {
        margin-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .bitrix-partner {
        display: block;
        margin-bottom: 24px;
    }

    .adaptiv-version .company-title {
        max-width: 100%;
    }

    .data-wrapper {
        flex-direction: column;
    }

    .data-wrapper .left-block, .data-wrapper .right-block {
        width: 100%;
    }

    .requirements-item-wrapper {
        width: 50%;
    }

    .first-screen-header .first-screen-title {
        font-size: 56px;
    }

    .project .project-title, .services-desc .desc-title, .reviews .reviews-title {
        font-size: 44px;
    }

    .project-item-1, .project-item-6 {
        width: 100%;
    }

    .project-item-2, .project-item-3, .project-item-4, .project-item-5,
    .project-item-7, .project-item-8, .project-item-9, .project-item-10,
    .project-item-11, .project-item-12, .project-item-13, .project-item-14,
    .project-item-15, .project-item-16, .project-item-17, .project-item-18 {
        width: 45%;
    }

    .project-item.project-item-1 {
        order: 1;
    }

    .project-item.project-item-2 {
        order: 2;
    }

    .project-item.project-item-3 {
        order: 5;
    }

    .project-item.project-item-4 {
        order: 4;
    }

    .project-item.project-item-5 {
        order: 3;
    }

    .project-item.project-item-6 {
        order: 6;
    }

    .project-item.project-item-7 {
        order: 7;
    }

    .project-item.project-item-8 {
        order: 10;
    }

    .project-item.project-item-9 {
        order: 8;
    }

    .project-item.project-item-10 {
        order: 15;
    }

    .project-item.project-item-11 {
        order: 9;
    }

    .project-item.project-item-12 {
        order: 11;
        width: 100%;
    }

    .project-item.project-item-13 {
        order: 14;
        /*width:100%;*/
    }

    .project-item.project-item-14 {
        order: 14;
        /*width:100%;*/
    }

    .project-item.project-item-15 {
        order: 15;
    }

    .project-item.project-item-16 {
        order: 13;
    }

    .project-item.project-item-17 {
        order: 13;
    }

    .project-item.project-item-18 {
        order: 13;
    }
	
	/* -------- Project PAGE -------- */
	.project-items.var2 .narrow-rect {
		width: 49%;
	}
	.project-items.var2 .project-item.project-item-16 {
        order: 0;
    }
	/* -------- END Project PAGE -------- */
	
	/* -------- Work PAGE -------- */
	.directions .title-block .directions-title {
		font-size: 44px;
	}
	.directions .dir-rectangles .dir-rectangle {
		width: 48.5%;
		height: 42vw;
	}
	/* -------- END Work PAGE -------- */
	

    .partners-item {
        width: 100%;
    }
    .wr-bx-partners{
        display: flex;
        flex-wrap: nowrap;
        width: 82%;
        flex-direction: column;
    }


    .services .container {
        flex-direction: column;
    }

    .services-desc {
        width: 45%;
        min-width: 280px;
    }

    .services-skills {
        width: 100%;
    }

    .our-blood {
        padding: 50px 0 50px;
    }

    .technologies .technologies-item {
        width: 25%;
    }

    .reviews .reviews-items {
        justify-content: space-around;
    }

    .reviews .reviews-item {
        width: 45%;
    }

    .reviews-item.reviews-item-5 {
        display: none;
    }

    .reviews .reviews-item-1 {
        order: 1;
    }

    .reviews .reviews-item-2 {
        order: 2;
    }

    .reviews .reviews-item-3 {
        order: 5;
    }

    .reviews .reviews-item-4 {
        order: 4;
    }

    .reviews .reviews-item-6 {
        order: 9;
    }

    .reviews .reviews-item-7 {
        order: 4;
    }

    .reviews .reviews-item-8 {
        order: 9;
    }

    .reviews .reviews-item-9 {
        order: 9;
    }

    .footer {
        padding: 50px 0;
    }

    .footer .footer-top {
        flex-wrap: wrap;
    }

    .footer .address-box, .footer .contacts-box {
        width: 45%;
    }

    #popup .popup-body .popup-title {
        font-size: 34px;
        line-height: 48px;
        margin-top: 50px;
        padding: 0 10px;
    }

    /* Raki page */
    .cancers .company, .cancers .tasks, .cancers .design, .cancers .calculator,
    .cancers .adaptive {
        padding: 40px 0 40px;
    }

    .cancers .company-title-wrapper,
    .cancers .tasks-title-wrapper,
    .cancers .design-title-wrapper,
    .cancers .calculator-title-wrapper,
    .cancers .docs-title-wrapper,
    .cancers .adaptive-title-wrapper {
        width: 100%;
    }

    .cancers .company-title,
    .cancers .tasks-title,
    .cancers .design-title,
    .cancers .calculator-title,
    .cancers .docs-title,
    .cancers .adaptive-title {
        font-size: 44px;
    }

    .cancers .company-text-wrapper,
    .cancers .tasks-text-wrapper,
    .cancers .design-text-wrapper,
    .cancers .calculator-text-wrapper,
    .cancers .adaptive-text-wrapper,
    .cancers .docs-text-wrapper {
        width: 70%;
    }

    .cancers .tasks-text-2-wrapper {
        margin-top: 0;
        margin-left: 0;
        width: 70%;
    }

    .cancers .company-image-wrapper,
    .cancers .tasks-image-wrapper,
    .cancers .design-image-wrapper,
    .cancers .calculator-image-wrapper,
    .cancers .docs-image-wrapper,
    .cancers .adaptive-image-wrapper {
        margin-top: 45px;
    }

    .cancers .like-it {
        padding: 40px 0 40px;
    }

    .cancers .like-it-text {
        width: 70%;
    }

    .contacts-box {
        margin-top: 36px;
    }

    .footer .to-top {
        top: 150px;
    }

    .like-it .realize-block {
        display: none;
    }

    .from-partners .from-partners-title,
    .from-partners .partner-slider .item h3 {
        font-size: 44px;
    }
}

@media screen and (max-width: 800px) {
    .service-item {
        width: 100%;
    }
}

@media screen and (max-width: 770px) {
    .requirements-item-wrapper {
        width: 100%;
    }

    .requirements-item {
        max-width: 100%;
    }

    .first-screen-header .first-screen-title {
        font-size: 48px;
    }

    .first-screen-header .first-screen-text {
        padding-left: 8px;
    }
	
	/* -------- Project PAGE -------- */
	.projects-list ul {
		width: 50%;
	}
	.project-items.var2 .project-item {
		height: 40vw;
	}
	/* -------- END Project PAGE -------- */
	
}

@media screen and (max-width: 690px) {
    .bitrix-partner {
        display: none;
    }

    .discount-btn {
        margin-top: 0;
    }

    .project-item-img {
        margin-bottom: 12px;
    }

    .bitrix-discount {
        margin-top: 24px;
    }
}

@media screen and (max-width: 650px) {
    .first-screen-header .first-screen-text {
        display: none;
    }

    .cancers .first-screen-cancers {
        position: initial;
        transform: none;
        clear: both;
    }

    .cancers .first-screen-cancers img {
        width: 100%;
    }

    .cancers .company-text-wrapper,
    .cancers .tasks-text-wrapper,
    .cancers .design-text-wrapper,
    .cancers .calculator-text-wrapper,
    .cancers .docs-text-wrapper,
    .cancers .adaptive-text-wrapper,
    .cancers .tasks-text-2-wrapper,
    .cancers .like-it-text {
        width: 100%;
    }

    .bitrix-discount {
        margin-top: 24px;
    }

    .project-item-img {
        margin-bottom: 12px;
    }

    header {
        display: block;
        /*padding-left: 5px;
        padding-right: 5px*/
    }

    .custom-solution-wrapper, .quasa-header-content, .header-content-wrapper {
        padding-left: 14px;
        padding-right: 14px;
    }

    /*.container.first-screen-container {*/
    /*padding-right: 50px;*/
    /*}*/
    .first-screen .nav-button {
        margin-right: 40px;
    }
    .new-style .first-screen {
        margin-bottom: 100px;
    }
    .solution-text-head h2, .header-text h2, .new-style .company-title {
        font-size: 44px;
    }
    .psd-to-html .tasks-description {
        max-width: 100%;
    }
    .presentation-description {
        margin-bottom: 50px;
    }
    .presentation-description p {
        width: 100%;
    }
    .psd-to-html section:not(.first-screen) {
        margin-bottom: 100px;
    }
    /*.psd-to-html .first-screen {*/
        /*padding: 48px 0 48px 0;*/
    /*}*/
}
@media screen and (max-width: 480px){
    .solution-text-head h2, .header-text h2, .new-style .company-title {
        font-size: 30px;
    }
    .presentation-tabs .tab-btn {
        margin-left: 15px;
    }
    .presentation-tabs .tab-item {
        margin-right: 29px;
    }
    .presentation-pic .item-scroll-block {
        height: 60px;
    }
}

@media screen and (max-width: 700px) {
    .request-menu .lang, .request-menu .create-crm-lead {
        margin-right: 16px;
    }
}

@media screen and (max-width: 600px) {
<<<<<<< HEAD
    .fingertips, .detailing, .visibility, .rating, .user-control, .finance {
        margin-bottom: 101px;
    }

    .short-technologies {
        padding-bottom: 30px;
    }

    .tasks {
        margin-top: 50px;
    }

    header nav a {
        font-size: 44px;
        line-height: 80px;
    }

    .project-item .project-item-title, .project-item .small-title {
        font-size: 18px;
    }

    .project-item .small-text {
        font-size: 14px;
        line-height: 20px;
    }

    .technologies {
        padding-bottom: 0;
    }

    .reviews .reviews-item {
        width: 100%;
        height: 300px;
    }

    .reviews-item .reviews-item-logo {
        margin-top: 60px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer .address-box {
        margin-top: 36px;
    }

    .footer .address-box, .footer .contacts-box {
        width: 100%;
    }

    .popup-form {
        width: 80%;
    }

    /* Raki page */
    .cancers .footer .to-top {
        top: 0;
    }

    .quasa .first-screen, .new-style .ico-counter, .new-style .timeline,
    .new-style .tokens-by, .new-style .children-search, .new-style .children-help,
    .new-style .first-screen, .new-style .recipe, .new-style .raki-calc,
    .new-style .raki-form, .new-style .adaptiv, .new-style .animation,
    .new-style .usability, .new-style .filters, .new-style .detailing,
    .new-style .adaptive {
        margin-bottom: 100px;
    }

    .stages-wrapper .stage {
        width: 100%;
    }
=======
	.fingertips, .detailing, .visibility, .rating, .user-control, .finance {
		margin-bottom: 101px;
	}
	.short-technologies {
		padding-bottom: 30px;
	}
	.tasks {
		margin-top: 50px;
	}
	.first-screen nav a {
		font-size: 44px;
	}
	.project-item .project-item-title, .project-item .small-title {
		font-size: 18px;
	}
	.project-item .small-text {
		font-size: 14px;
		line-height: 20px;
	}
	.technologies {
		padding-bottom: 0;
	}
	.reviews .reviews-item {
		width: 100%;
		height: 300px;
	}
	.reviews-item .reviews-item-logo {
		margin-top: 60px;
	}
	.footer {
		padding: 20px 0;
	}
	.footer .address-box {
		margin-top: 36px;
	}
	.footer .address-box, .footer .contacts-box {
		width: 100%;
	}
	.popup-form {
		width: 80%;
	}
	/* Raki page */
	.cancers .footer .to-top {
		top: 0;
	}
	.quasa .first-screen, .new-style .ico-counter, .new-style .timeline, .new-style .tokens-by, .new-style .children-search, .new-style .children-help, .new-style .first-screen, .new-style .recipe, .new-style .raki-calc, .new-style .raki-form, .new-style .adaptiv, .new-style .animation, .new-style .usability, .new-style .filters, .new-style .detailing, .new-style .adaptive, .new-style .interview, .new-style .report {
		margin-bottom: 100px;
	}
	.interview .img-wrapper {
		margin-bottom: 48px;
	}
>>>>>>> origin/dev-method-new-marckup
}

@media screen and (max-width: 550px) {
    .first-screen-logo .logo-text {
        display: none;
    }

    .project .project-item {
        width: 100%;
        /*overflow: hidden;*/
    }

    .project .project-item.rectangle img {
        width: auto;
        height: 100%;
    }

    .project-item-2, .project-item-3, .project-item-7, .project-item-8,
    .project-item-14, .project-item-17, .project-item-18 {
        min-height: 200px;
    }

    .project-item.project-item-3 {
        order: 4;
    }

    .project-item.project-item-18 {
        order: 14;
    }

    .skills-dev-text {
        flex-wrap: wrap;
    }

    .skills-dev-text .first-col {
        width: calc(100% - 40px);
    }

    .skills-dev-text .second-col {
        width: calc(50% - 40px);
    }

    .skills-dev-text .third-col {
        width: calc(50% - 40px);
    }

    .technologies .technologies-item {
        width: 33.3%;
    }

    .reviews-item .reviews-item-desc {
        /*max-height: 95px;*/
        overflow: hidden;
    }

    #request-popup .popup-body .popup-title {
        font-size: 36px;
        line-height: 40px;
    }

    .project-item-12 a img {
        margin-left: -335px;
    }

    .bitrix-discount {
        margin-top: 12px;
    }

    .project-item {
        display: block;
        overflow: hidden;
    }
     .wr-bx-partners{
        width: 100%;
         margin-right: 0;
    }
    .dec-picture{
        display: none;
    }
    .partners .bx{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
	
	/* -------- Project PAGE -------- */
	.project-items.var2 .narrow-rect {
		width: 100%;
		height: 70vw;
	}
	.projects-list ul {
		width: 100%;
		margin-bottom: 48px;
	}
	.projects-list ul li + li {
		margin-top: 24px;
	}
	/* -------- END Project PAGE -------- */
	
	/* -------- Work PAGE -------- */
	.directions .dir-rectangles .dir-rectangle {
		width: 100%;
		height: 70vw;
	}
	/* -------- END Work PAGE -------- */

    .from-partners .from-partners-title,
    .from-partners .partner-slider .item h3 {
        font-size: 34px;
        line-height: 1;
    }
    .from-partners .partner-slider .item h3 {
        margin-bottom: 15px;
    }
    .from-partners .partner-slider .item .subtext {
        font-size: 16px;
        line-height: 1.35;
    }
    .from-partners .partner-slider .item .date {
        top: 90px;
    }
    .from-partners .partner-slider .item .logotype {
        right: auto;
        left: 20px;
    }
}


@media screen and (max-width: 450px) {
    .skills-des-text .first-col {
        width: 100%;
    }

    .cancers .company-title, .cancers .tasks-title, .cancers .design-title,
    .cancers .calculator-title, .cancers .adaptive-title, .company-title {
        font-size: 44px;
    }

    .new-style .company-title {
        font-size: 44px;
    }

    .agile-page section {
        padding: 64px 0;
    }

    .agile-page .company-title {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 400px) {
    .first-screen nav a {
        font-size: 38px;
    }

    .project .project-title, .services-desc .desc-title, .reviews .reviews-title {
        font-size: 36px;
    }

    /*.nav-button .menu {*/
    /*margin-right: 45px;*/
    /*}*/
    .first-screen-header .first-screen-title {
        font-size: 40px;
    }

    .project-item .project-item-title {
        font-size: 16px;
    }

    .technologies .technologies-item {
        width: 50%;
    }

    .our-blood .blood-desc-box-1, .our-blood .blood-desc-box-2 {
        width: 100%;
    }

    .custom-solution-wrapper {
        padding: 28px;
    }

    .technologies {
        padding: 40px 0;
    }

    .data-wrapper {
        margin-bottom: 60px;
    }

    .cancers .company-title, .cancers .tasks-title, .cancers .design-title,
    .cancers .calculator-title, .cancers .adaptive-title, .company-title {
        font-size: 36px;
    }

    .new-style .company-title {
        font-size: 40px;
    }

    .container {
        padding: 0 15px;
    }

    .project-item-7 .top-corner, .project-item-7 .bottom-corner {
        left: 0;
    }
	
	/* -------- Work PAGE -------- */
	.directions .title-block .directions-title {
		font-size: 36px;
	}
	/* -------- END Work PAGE -------- */

    .request-menu .lang {
        margin-right: 32px;
    }
    .request-menu .header-btn {
        margin-right: 0;
        margin-top: 20px;
        display: inline-block;
        position: static;
        top: 0;
    }
    header nav {
        overflow-y: auto;
    }
}

.box {
    overflow: hidden;
    height: 200px;
    width: 300px;
    line-height: 25px;
}

.box:before {
    content: "";
    float: left;
    width: 5px;
    height: 200px;
}

.box > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.box:after {
    content: "\02026";
    box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%,
    white);
}

.position-text-margin {
    margin: 16px 0 47px;
}

#centerReCaptacha div {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 15px;
}

.status-of-visible-and-sent {
    padding: 0;
}

.footer.footer-fix {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (max-height: 800px) {
    .footer.footer-fix {
        position: static;
    }
}