@import url('https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic-ext');


html, body {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.wrap {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.white-text
{
    color: white;
}

.container {
    max-width: 1200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header {
    position: relative;
    width: 100%;
    min-height: 120px;
    z-index: 200;
}

.header__logo,
.header__logo:active,
.header__logo:focus,
.header__logo:visited {
    position: relative;
    display: block;
    float: left;
    margin: 15px 0 0 140px;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    font-family: 'intro_regular';
    font-size: 18px;
    color: rgba(115, 115, 115, 1);
}

.header__logo:hover {
    color: #333;
}

.header__logo:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 120px;
    height: 50px;
    top: 0;
    left: -140px;
    background: url('../images/logo.png') no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header__phone,
.header__phone:active,
.header__phone:focus,
.header__phone:visited,
.header__callback,
.header__callback:active,
.header__callback:focus,
.header__callback:visited {
    display: block;
    float: right;
    color: rgb(62, 62, 62);
    text-decoration: none !important;
    margin-top: 30px;
    font-size: 15px;
}

.header__phone:hover, 
.header__callback:hover {
    color: #000;
}

.header__phone,
.header__phone:active,
.header__phone:focus,
.header__phone:visited {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-top: 27px;
}

.header__callback {
    margin-left: 20px;
}

.header__phone span {
    font-size: 15px;
}

.fixedmenu__bg {
    display: block;
    width: 0;
    position: fixed;
    top: 0;
    height: 58px;
    z-index: 150;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.fixedmenu__bg.visible {
    width: 100%;
    opacity: .9;
}

.header__menu {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    overflow: hidden;
}

.header__menu li {
    float: left;
    margin-right: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header__menu a,
.header__menu a:active,
.header__menu a:focus,
.header__menu a:visited {
    position: relative;
    display: inline-block;
    color: rgb(72, 72, 72);
    text-decoration: none !important;
    border-bottom: 1px solid rgba(115, 115, 115, 0.44);
    padding-bottom: 2px;
    font-size: 19px;
}

.header__menu a:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0px;
    height: 1px;
    background: rgba(115, 115, 115, 1);
}

.header__menu a:hover {
    color: #000;
}

.header__menu a:hover:before {
    width: 100%;
    background: #333;
}

.header__menu-index {
    margin-left: -110px;
}

.header__mobile-toggle,
.header__mobile-toggle:active,
.header__mobile-toggle:focus,
.header__mobile-toggle:visited {
    display: block;
    float: left;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none !important;
    color: rgb(72, 72, 72);
    line-height: 24px;
    margin-top: 20px;
}

.header__mobile-toggle ul {
    width: 30px;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.header__mobile-toggle ul li {
    display: block;
    height: 4px;
    margin-bottom: 4px;
    background: rgb(72, 72, 72);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header__mobile-toggle:hover {
    color: #000;
}

.header__mobile-toggle:hover ul li {
    background: #000;
}

.footer__space {
    width: 100%;
    height: 315px;
}

.footer {
    position: absolute;
    width: 100%;
    height: 315px;
    bottom: 0;
    background: rgba(115, 115, 115, 1);
    color: #fff;
    padding-top: 25px;
    z-index: 100;
}

.footer a,
.footer a:active,
.footer a:focus,
.footer a:visited {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    color: #000;
}

.footer__contacts {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer__phone {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 19px;
}

.footer_line {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .4;
    margin: 25px 0;
}

.footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer__menu-title {
    font-family: 'intro_regular';
    margin-bottom: 4px;
}

.footer__copyright {
    margin-top: 139px;
    text-align: right;
}

.footer__vk {
    display:block;
    width: 50px;
    font-family: 'intro_regular';
    font-size: 20px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 40px;
}

.footer__vk:hover {
    border: 1px solid #000;
}

.footer__subscribe .form-group {
    width: 100%;
    width: calc(100% - 200px);
    max-width: 460px;
}

.footer__subscribe .btn {
    width: 121px;
}

.content {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    z-index: 100;
}

.content_gray {
    background: #bfb9ab;
    padding: 50px 0;
}

.content_gray__container {
    background: #fff;
}

.content_gray__inner {
    padding: 50px 75px;
}

/* Other */

.mtop-15 {
    margin-top: 15px;
}

.mtop-50 {
    margin-top: 50px;
}

.mtop-100 {
    margin-top: 100px;
}

.fts-16 {
    font-size: 16px;
}

.under-header {
    position: relative;
    margin-top: -120px;
    z-index: 100;
    padding-top: 120px;
}

.feedback__bg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 47%;
    height: 770px;
    background-size: cover;
    z-index: 50;
}

.feedback {
    padding: 55px 0 100px 0;
}

.feedback__title {
    margin: 45px 0;
}

.gray_block {
    display: block;
    position: relative;
    padding: 30px;
    background: #F4F4F4;
}

.alert-danger {
    display: none;
    border: 0;
    border-radius: 0;
    background: #ff4040;
    color: #fff;
}

.alert-success {
    display: none;
    border: 0;
    border-radius: 0;
    background: #00a505;
    color: #fff;
}

/* END Other */

/* Index page */

.index-block {
    width: 100%;
    min-height: 100vh;
    max-height: 920px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.index-block__tgwrap {
    margin: 25% 0 0 30px;
}

.index-block__tgwrap span,
.index-block__how span,
.index-block__services span {
    font-family: 'intro_regular';
    background: #505050;
    color: #fff;
    padding: 5px;
    font-size: 31px;
}

.index-block__how {
    margin-top: 20%;
}

.index-block__how span {
    background: #ff6060;
}

.index-block__services {
    margin: 40px 0;
}

.index-block__services a {
    color: #fff;
    padding: 0px 10px;
}

.index-block__services span {
    font-size: 19px;
    line-height: 33px;
    background: #1e84c1;
}

.index-portfolio {
    position: relative;
    background: #fff;
    padding: 100px 0 50px 0;
    background-size: cover;
    background-image: url('../images/portfolio_bg.jpg');
    background-position: center;
    z-index: 100;
}

.index-portfolio__title {
    margin: 0 0 50px 0;
    color: white;
    font-size: 26px;
}

.index-portfolio__item {
    background: #fff;
    margin-bottom: 50px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.index-portfolio__bg {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 4px 4px 0px 0px;
}

.index-portfolio__item:hover .index-portfolio__bg {
    box-shadow: inset 0px 0px 78px -21px #000;
}

.index-portfolio__name {
    display: block;
    height: 65px;
    overflow: hidden;
    padding: 15px 15px 5px 15px;
    font-size: 17px;
    background: #fff;
    font-family: 'PT Sans';
}

.index-portfolio__dsc {
    height: 85px;
    padding: 5px 15px 15px 15px;
    background: #fff;
    border-radius: 4px;
    color: #484848;
}

.index-portfolio__more {
    margin-bottom: 50px;
    font-family: 'intro_regular';
    font-size: 17px;
}

.index-portfolio__more a {
    color: white;
}

.index-blog__container {
    max-width: 1000px;
}

.index-blog {
    position: relative;
    background: #242228;
    padding: 100px 0 50px 0;
    z-index: 100;
}

.index-blog__item {
    margin-bottom: 50px;
}

.index-blog__bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-position: center center;
}

.index-blog__bg:hover
{
    box-shadow: inset 0px 0px 78px -21px #000;
}

.index-blog__name {
    display: block;
    margin-top: 15px;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
}

.index-blog__name:hover {
    opacity: .9;
}

.index-blog__more {
    margin-bottom: 50px;
    font-family: 'intro_regular';
    font-size: 17px;
}

.index-blog__more a {
    color: #fff;
}

.index-blog__h2 {
    margin: 0 0 50px 0;
    color: #fff;
}

/* END Index page */

/* Solutions page */

.solutions {
    background: #fff;
    background-image: url('../images/solutions_bg.jpg');
    background-position: top center;
    background-attachment: fixed;
}

.solutions h1 {
    margin: 70px 0;
}

.solutions__whats {
    margin-bottom: 70px;
}

.solutions__whats-item {
    margin-bottom: 30px;
}

.solutions__catalog {
    margin: 40px 0 70px 0;
}

.solutions__catalog-item {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #d0d0d0;
    height: 400px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.solutions__catalog-item:hover {
    box-shadow: 0px 0px 27px -8px #000;
}

.solutions__catalog-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    border-radius: 4px 4px 0px 0px;
}

.solutions__catalog-link {
    display: block;
    height: 100px;
    font-family: 'intro_regular';
    padding: 30px 15px;
    color: #000 !important;
    overflow: hidden;
}

.solutions__catalog-price {
    padding: 0 0 15px 15px;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 19px;
}

.solutions__catalog-btn {
    padding: 0 15px 0 0;
}

.solutions__catalog-btn a {
    margin-top: -15px;
}

.detail__price-title {
    margin: 0 0 40px 0;
}

.detail__price-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 15px 15px 20px;
    border: 1px solid rgb(197, 197, 197);
    margin-bottom: 40px;
}

.detail__price-block-title {
    position: absolute;
    top: -16px;
    left: 14px;
    background: #fff;
    padding: 5px 7px;
    color: rgb(121, 121, 121);
}

.detail__price-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-position: inside;
}

.detail__price-val {
    text-align: right;
    font-family: 'intro_regular';
    font-size: 20px;
}

.detail__order {
    margin-top: 30px;
    padding: 40px 30px;
}

.detail__order .wl-group {
    margin-bottom: 30px;
}

.detail__differences {
    display: block;
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 100px 0;
    background: #6090b1;
}

.detail__differences .container {
    max-width: 1000px;
}

.detail__differences-h2 {
    color: #fff;
    margin: 0 0 50px 0;
}

.detail__comparison {
    width: 100%;
    color: #fff;
}

.detail__comparison tr {
    border-bottom: 1px solid #DBDBDB;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.detail__comparison tr:first-child,
.detail__comparison tr:last-child {
    border-bottom: 0;
}

.detail__comparison tr:hover {
    background: #517b98;
}

.detail__comparison tr:first-child:hover {
    background: none;
}

.detail__comparison td {
    padding: 7px;
}

.detail__projects {
    display: block;
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 100px 0 50px 0;
    background: #c34353;
    color: #fff;
}

.detail__projects .container {
    max-width: 1000px;
}

.detail__projects-h2 {
    margin: 0 0 50px 0;
}

.detail__projects-img {
    width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center center;
}

.detail__projects-link {
    display: block;
    margin-top: 15px;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px;
}

.detail__projects-link:hover {
    opacity: .9;
}

.detail__demo {
    background: #F4F4F4;
    margin-bottom: 30px;
}

.detail__demo-h2,
.btn-blue__demo {
    margin: 50px 0;
}

.detail__text {
    margin-bottom: 30px;
}

.detail__ico {
    background: #c34353;
    color: #fff;
    padding: 13px;
    border-radius: 40px;
    font-size: 28px;
}

.detail__demo-bottom {
    display: inline-block;
    margin-top: 50px;
    font-family: 'intro_regular';
    font-size: 17px;
}

/* END Solutions page */

/* Web building */

.building {
    width: 100%;
    min-height: 100vh;
    max-height: 920px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/building_bg.jpg');
}

.ios {
    width: 100%;
    min-height: 50vh;
    max-height: 920px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/ios_bg.jpg');
}

.building h1 {
    margin: 70px 0;
}

.ios h1 {
    margin: 70px 0;
}

.building__icons {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.building__ico {
    position: relative;
    height: 212px;
    margin-bottom: 100px;
    text-align: center;
}

.building__content {
    position: relative;
    padding: 20px 0 30px 0;
    background: #bfb9ab;
    z-index: 100;
}

.ios__content {
    position: relative;
    padding: 20px 0 30px 0;
    background: #af9352;
    z-index: 100;
}

.building__ios {
    position: relative;
    padding: 20px 0 30px 0;
    background: #af9352;
    z-index: 100;
}

.building__about {
    position: relative;
    width: 100%;
    max-width: 860px;
    padding: 45px;
    background: #fff;
    margin: -100px auto 0 auto;
    text-align: center;
    font-size: 18px;
    z-index: 101;
}

.ios__about {
    position: relative;
    width: 100%;
    max-width: 860px;
    padding: 45px;
    background: #fff;
    margin: -100px auto 0 auto;
    text-align: center;
    font-size: 18px;
    z-index: 101;
}

.building__about img {
    margin-top: 40px;
}

.ios__about img {
    margin-top: 40px;
}

.building__container {
    position: relative;
    background: #f3f3f3;
    margin-top: -210px;
    padding: 260px 0 150px 0;
    z-index: 100;
    font-size: 16px;
}

.ios__container {
    position: relative;
    background: #af9352;
    margin-top: -210px;
    padding: 260px 0 150px 0;
    z-index: 100;
    font-size: 16px;
}

.building__tech {
    width: 100%;
    max-width: 800px;
    font-size: 18px;
    margin: 0 auto;
}

.ios__tech {
    width: 100%;
    max-width: 800px;
    font-size: 18px;
    margin: 0 auto;
}

.building__blue {
    color: #fff;
    background: #2654b2;
    padding: 40px 30px;
}

.building__blue-bg {
    background-size: cover;
    background-image: url('../images/blue_bg.png');
}

.building__gray {
    color: #fff;
    background: #5d5d5d;
    padding: 40px 30px;
}

.building__gray-bg {
    background-size: cover;
    background-image: url('../images/gray_bg.jpg');
}

.ios__gray-bg {
    background-size: cover;
    background-image: url('../images/macsplash.jpg');
}

.building__padding {
    padding: 0 30px;
}

.building__footer {
    background-size: cover;
    background-image: url('../images/building_footer.jpg');
    padding-bottom: 100px;
}

.ios__footer {
    background-size: cover;
    background-image: url('../images/blueprint.jpg');
    background-position: center;
    padding-bottom: 100px;
}

.building__quote {
    position: relative;
    width: 100%;
    max-width: 860px;
    background: #fff;
    padding: 100px 45px 45px 45px;
    margin: -80px auto 0 auto;
    font-size: 18px;
    text-align: center;
    z-index: 101;
}

.building__quote:before {
    content: '';
    width: 34px;
    height: 25px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -17px;
    background: url('../images/quote.png') no-repeat;
}

.building__steps-h2 {
    font-size: 33px;
    margin: 100px 0;
}

/* END Web building */

/* Blog */

.blog {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/blogpage_bg.jpg');
}

.blog h1 {
    margin: 70px 0;
}

.blog__catalog-h2 {
    margin: 0 0 40px 0;
}

.blog__catalog {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.blog__catalog li {
    margin-bottom: 15px;
}

.blog__catalog a, 
.blog__catalog a:active, 
.blog__catalog a:focus, 
.blog__catalog a:visited {
    position: relative;
    display: inline-block;
    color: rgb(72, 72, 72);
    text-decoration: none !important;
    border-bottom: 1px solid rgba(115, 115, 115, 0.44);
    padding-bottom: 2px;
}

.blog__catalog a:hover {
    color: #000;
}

.blog__catalog a:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0px;
    height: 1px;
    background: rgba(115, 115, 115, 1);
}

.blog__catalog a:hover:before {
    width: 100%;
    background: #333;
}

.blog__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
}

.blog__item:last-child {
    border: 0;
}

.blog__item-link {
    color: #333 !important;
    text-decoration: none !important;
    font-family: 'intro_regular';
    font-size: 17px;
}

.blog__item-link:hover {
    opacity: .9;
}

.blog__item-preview {
    margin-top: 25px;
}

.blog__item-picture {
    margin-top: 25px;
}

.blog__item-date {
    margin-top: 15px;
    color: #999;
}

.blog__item-pdate {
    margin-bottom: 15px;
    color: #999;
}

/* END Blog */

/* Contacts */

.contacts {
    position: relative;
    width: 100%;
    min-height: 100vh;
    max-height: 920px;
}

.contacts__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 100;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.contacts__map {
    width: 100%;
    min-height: 920px;
    min-height: 100vh;
    margin-top: -120px;
    background: #fff;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
        -webkit-filter: grayscale(100%);
}

.contacts__info {
    width: 400px;
    display: block;
    position: absolute;
    padding: 30px;
    background: #fff;
    top: 20%;
    left: 50%;
    margin-left: -550px;
    z-index: 150;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.contacts__info-h2 {
    margin: 0 0 30px 0;
}

.contacts__info-ul {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    list-style: none;
}

.contacts__info-ul li {
    margin-bottom: 12px;
}

.contacts__info-ul li > span:first-child {
    padding: 10px;
    background: #a9a9a9;
    border-radius: 25px;
    margin-right: 10px;
}

/* END Contacts */

/* Marketing */

.marketing {
    width: 100%;
    min-height: 100vh;
    max-height: 920px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/marketing_bg.jpg');
}

.marketing__h1 {
    color: #fff;
    font-size: 33px;
    line-height: 47px;
}

.marketing__h1 span {
    color: #ff4d4d;
}

.marketing .container {
    max-width: 700px;
    text-align: center;
    margin-top: 100px;
}

.marketing .btn {
    text-transform: uppercase;
    margin: 70px 0 20px 0;
}

.marketing__what-content {
    padding-bottom: 0;
}

.marketing__what {
    padding: 40px 30px;
    background: #f3f3f3;
}

.marketing__what-h2 {
    margin: 0 0 40px 0;
}

.marketing__what-wl {
    padding: 0;
    margin: 0;
}

.marketing__what-wl li {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

.marketing__what-wl li:last-child {
    margin-bottom: 0;
}

.marketing__what-wl li span {
    display: block;
    position: absolute;
    top: 3px;
    left: 18px;
}

.marketing__how-h2 {
    font-size: 33px;
    margin: 100px 0;
}

.marketing__how-gray {
    background: #f3f3f3;
}

.marketing__how-inner {
    position: relative;
    min-height: 300px;
    padding: 30px 30px 30px 195px;
}

.how-inner__1:before,
.how-inner__2:before,
.how-inner__3:before,
.how-inner__4:before,
.how-inner__5:before,
.how-inner__6:before {
    content: '1';
    position: absolute;
    left: 30px;
    bottom: 0;
    font-family: 'intro_regular';
    font-size: 250px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
    text-align: right;
}

.how-inner__2:before {
    content: '2';
}

.how-inner__3:before {
    content: '3';
}

.how-inner__4:before {
    content: '4';
}

.how-inner__5:before {
    content: '5';
}

.how-inner__6:before {
    content: '6';
}

.marketing__how-inner h2 {
    margin-bottom: 40px;
}

.marketing__why {
    position: relative;
    z-index: 100;
    padding: 100px 0;
    background-size: cover;
    background-image: url('../images/why_bg.jpg');
}

.marketing__why-h2 {
    text-align: center;
    font-size: 33px;
    margin-top: -18px;
}

.marketing__why-inner {
    position: relative;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.marketing__why-inner:before,
.marketing__why-inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    max-width: 200px;
    max-width: calc((100% - 700px) / 2);
    position: absolute;
    top: 0;
    left: 0;
}

.marketing__why-inner:after {
    left: initial;
    right: 0;
}

.marketing__why-ul {
    max-width: 600px;
    margin: 70px auto;
    padding: 0 15px 0 0;
    list-style: none;
    font-size: 21px;
}

.marketing__why-ul li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 55px;
}

.marketing__why-ul li:last-child {
    margin-bottom: 0;
}

.marketing__why-ul li span {
    display: block;
    position: absolute;
    top: 3px;
    left: 15px;
}

.marketing__price {
    position: relative;
    padding: 0 0 100px 0;
    background: #f3f3f3;
    z-index: 100;
}

.marketing__price-h2 {
    font-size: 33px;
    text-align: center;
    margin: 100px 0;
}

/* END Marketing */

/* SLA */
.sla {
    width: 100%;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/sla_bg.jpg);
}

.sla h1 {
    margin: 70px 0;
}

/* END SLA */

/* CRM */

.crm {
    width: 100%;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/crm_bg.png);
}

.crm h1 {
    margin: 70px 0;
}

/* END CRM */

/* 1C */

.platform_1c {
    width: 100%;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/1c_bg.jpg);
}

.platform_1c h1 {
    margin: 70px 0;
}

/* END 1C */

@media (max-width: 1200px) { 

    .header__menu {
        font-size: 16px;
    }

    .header__menu li {
        margin-right: 24px;
    }

}

@media (max-width: 992px) {

    .contacts__info {
        width: 100%;
        position: relative;
        padding: 30px;
        background: #fff;
        top: initial;
        left: initial;
        margin-left: 0;
        z-index: 100;
        box-shadow: none;
    }

}

@media (min-width: 769px) {

    .header__menu {
        display: block !important;
    }

    .header__menu.fixed {
        position: fixed;
        top: 0;
        height: 28px;
        margin-top: 15px;
        z-index: 200;
    }

    .header__menu.fixed .header__menu-index {
        margin-left: 0;
    }

    .header__white .header__logo,
    .header__white .header__phone,
    .header__white .header__callback {
        color: rgba(255, 255, 255, 0.9);
    }

    .header__white .header__logo:hover,
    .header__white .header__phone:hover,
    .header__white .header__callback:hover {
        color: rgba(255, 255, 255, 1);
    }

    .header__white .header__menu a, 
    .header__white .header__menu a:active, 
    .header__white .header__menu a:focus, 
    .header__white .header__menu a:visited {
        color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    }

    .header__white .header__menu a:hover {
        color: rgba(255, 255, 255, 1);
    }

    .header__white .header__menu a:before {
        background: #fff;
    }

    .header__white .header__menu a:hover:before {
        width: 100%;
        background: #fff;
    }

    .header__white .fixedmenu__bg {
        background: rgba(115, 115, 115, 1);
    }

}

@media (max-width: 768px) {

    .b24-widget-button-visible
    {
        display: none !important;
    }

    .header__logo {
        width: 0;
        text-indent: -99999px;
        margin-left: 90px;
    }

    .header__logo:before {
        width: 90px;
        height: 38px;
        background: url('../images/logo_90.png') no-repeat;
        margin-top: 10px;
        left: -90px;
    }

    .header__menu {
        margin-top: 15px;
        display: none;
    }

    .header__menu li {
        float: none;
        margin-bottom: 10px;
    }

    .under-header {
        margin-top: 0;
        padding-top: 0;
    }

    .fixedmenu__bg{
        display: none !important;
    }

    .footer__space {
        height: 120px;
    }

    .footer {
        height: 120px;
    }

    .index-block__tgwrap {
        margin: 50px 0 0 0;
    }

    .index-block__tgwrap span,
    .index-block__how span {
        font-size: 21px;
    }

    .index-block__how {
        margin-top: 50px;
    }

    .index-block__services span {
        font-size: 17px;
    }

    .index-block {
        height: 650px;
        max-height: 650px;
        min-height: 650px;
    }

    .feedback__title {
        margin-top: 0;
    }

    .building__ico {
        margin-bottom: 50px;
    }

    .building__about {
        margin-top: 0;
    }

    .contacts__map {
        margin-top: 0;
    }

    .contacts__bg {
        display: none;
    }

    .marketing .container {
        margin-top: 0;
    }

    .marketing__h1 {
        font-size: 25px;
        line-height: 40px;
        margin-top: 50px;
    }

    .marketing__how-h2 {
        font-size: 25px;
    }

    .marketing__why-h2 {
        font-size: 25px;
    }

    .marketing__why-inner {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .marketing__how-inner {
        padding-left: 60px;
    }

    .how-inner__1:before,
    .how-inner__2:before,
    .how-inner__3:before,
    .how-inner__4:before,
    .how-inner__5:before,
    .how-inner__6:before {
        left: 0px;
        font-size: 75px;
        bottom: 40px;
    }

    .marketing__price-h2 {
        font-size: 25px;
    }

    .building__steps-h2 {
        font-size: 25px;
    }

    .content_gray__inner {
        padding: 30px 0;
    }

    .crm h1 {
        font-size: 25px;
    }

    .detail__demo .text-right {
        text-align: left;
    }

}

@media (max-width: 350px) {

    .header__phone span {
        display: none;
    }

    .header__phone,
    .header__phone:active,
    .header__phone:focus,
    .header__phone:visited {
        font-size: 13px;
        margin-top: 34px;
    }

}