@import url(reset.css);

*,
.offer_title a:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.firmpage-first-title,
.firmpage-header {
    color: #2a2a2a;
    font-weight: 900;
    margin-bottom: 30px
}

#modal__reference.active,
.offer_more a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease
}

.offer_title a:hover,
a:hover {
    text-decoration: none
}

.jobPage_content_leftSide img {
    max-height: 100%;
    max-width: 100%
}
.seoContent{
      color: #000;
    font-size: 14px;
    font-weight: 400;  
}

.offer_title a {
    text-align: left
}
.info-rodo{
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    padding-top: 15px;
}
.icheckbox_line-blue {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 20px;
    height: 20px;
    color: black;
    background-color: white;
    border: 1px solid #f25d2c;
    cursor: pointer;
    float: left;
    text-align: center;
}
.icheckbox_line-blue {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 20px;
    height: 20px;
    color: black;
    background-color: white;
    border: 1px solid #f25d2c;
    cursor: pointer;
    float: left;
    text-align: center;
    flex-shrink: 0;
}
.req-checkbox label{
    display: inline-block;
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    float: left;
    text-align: left;
}
.req-checkbox label a{
    color: #f25d2c;
    display: inline-block;
    padding-left: 3px;
}
.req-checkbox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 15px;
}
.icheckbox_line-blue.checked:before, .iradio_line-blue.checked:before {
    position: absolute;
    display: block;
    content: '';
    left: 4px;
    top: 4px;
    background-color: #f25d2c;
    border: none;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.cookie-text .tresc a{
    color: #f25d2c;
}
.agreeText,
.detailsPage_referenceContent {
    font-style: italic
}

* {
    box-sizing: border-box
}

:focus {
    outline: 0!important;
    text-decoration: none!important
}

body {
    overflow-x: hidden;
}

.firmpage-header {
    font-size: 52px;
    line-height: 61.99px
}

.firmpage {
    text-align: center
}

.firmpage-first-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 32px;
    height: 34px;
    margin-left: -16px;
    background: url(../img/logo-tc-small.png) center no-repeat;
    -webkit-animation: spin 7s linear infinite;
    -moz-animation: spin 7s linear infinite;
    -o-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite
}

.page-row-img {
    display: inline-block
}

.page-row-img img {
    display: block;
    width: 100%;
    height: auto
}

.firm-page-row {
    text-align: left;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.firmpage-row-text {
    width: 85%
}

.firm-page-row-img {
    width: 15%
}

.firmpage-box-border-title+.firmpage-box-border-sub {
    margin-top: 22px
}

.firmpage-first-title {
    position: relative;
    font-size: 66px;
    line-height: 62px;
    padding-top: 70px
}

.firmpage-box-border-sub {
    z-index: 1
}

.firmpage-box-border-sub:after,
.firmpage-img-col-inner:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0
}

.firmpage-box-border-sub:after {
    width: 202px;
    height: 8px;
    background: url(../img/podkreslenie.png) center no-repeat
}

.firmpage-h2+.firmpage-text {
    margin-top: 20px;
    margin-bottom: 0
}

.firmpage-text {
    margin-top: 30px
}

.search-orange-box {
    padding: 60px 0
}

.firmpage-box-border:last-child {
    border-bottom: none
}

.firmpage-row-text-inner {
    color: #1e1e1e;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.firmpage-img {
    display: inline-block
}

.firmpage-img-title {
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    margin-top: 20px
}

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

.firmpage-img-col,
.firmpage-img-col-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.firmpage-img-col-inner .firmpage-img {
    margin-bottom: 0
}

.firmpage-img {
    margin-bottom: 35px
}

.firmpage-img-col-inner:after {
    top: 0;
    left: 0;
    background: url(../img/zaookrog.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.firmpage-img-col-inner>div {
    width: 100%
}

.firmpage-img-col-inner {
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 227px;
    width: 100%;
    position: relative;
    padding: 20px 10px
}

.firmpage-img-col {
    width: 33.3333%;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 220px;
    padding: .5%;
    text-align: center
}

#referencje .input__field:nth-child(2) .field,
.know-us-descr,
.modal__reference,
.servicesPage_content_fluid {
    width: 100%
}

.firmpage-img-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.search-box-orange-title:after {
    content: '?';
    z-index: -1;
    color: #f8f8f8;
    font-size: 257px;
    font-weight: 900;
    line-height: 128.29px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%
}

.search-box-orange-title {
    display: inline-block;
    position: relative;
    color: #f55d1a;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px
}

.firmpage-h2+.firmpage-img-row {
    padding: 35px 0
}

.referencesPage+.listing .mainSectionTitle {
    margin-bottom: 20px;
    margin-top: 30px
}

.firmpage-h2+.firmpage-outer .firmpage-img {
    margin-top: 35px
}

.firmpage-h2 {
    display: block;
    color: #f55d1a;
    font-size: 60px;
    font-weight: 900;
    line-height: 35.98px
}

.firmpage-box-border-sub {
    color: #f55d1a;
    font-size: 35px;
    padding: 15px;
    font-weight: 900;
    line-height: 35.94px;
    display: inline-block;
    position: relative
}

.firmpage-box-border-title,
.firmpage-row-text-title,
.firmpage-text {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 900
}

.firmpage-box-border-title {
    display: block;
    line-height: 35.94px
}

.firmpage-row-text-title {
    margin-bottom: 15px;
    line-height: 36px
}

.firmpage-box-border {
    padding: 50px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0
}

.firmpage-text {
    margin-bottom: 30px;
    line-height: 30px
}

.know-us-left {
    text-align: right;
    padding: 67px 95px 95px 15px
}

.know-us-title {
    color: #000;
    font-size: 66px;
    font-weight: 900;
    line-height: 54.68px;
    margin-bottom: 60px
}

.know-us-descr {
    max-width: 680px;
    margin-left: auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.know-us-sub {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 54.68px
}

#referencje .input__field input,
#referencje .input__field textarea {
    resize: none;
    opacity: .78;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    border: 2px solid #f25d2c;
    background-color: rgba(255, 255, 255, 0)
}

.modal__reference {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 950px;
    background: #fff;
    padding: 53px;
    margin: 0 auto
}

#modal__reference.active {
    visibility: visible;
    opacity: 1;
    transition: .3s all ease
}

#modal__reference {
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    z-index: 350;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#referencje .input__field textarea {
    height: 144px
}

div[class*=offerB-] {
    min-height: 220px;
    height: -webkit-calc(25% - 25px);
    height: -moz-calc(25% - 25px);
    height: calc(25% - 25px)
}

.customBreadcrumb li:first-child a {
    padding-left: 10px
}

.customBreadcrumb {
    margin: 0
}

.offer_title a {
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 30px;
    line-height: 32px
}

.same {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.offer_title a:after,
.offer_title a:before {
    width: 99.5%;
    height: 2px;
    content: '';
    left: 0
}

.offer_more a,
.offer_text {
    font-family: Roboto;
    line-height: 24px
}

.offer_title a:before {
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent
}

.offer_title a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent
}

.offer_title a:hover {
    color: inherit
}

.offer_title a:hover:before {
    -webkit-transition: .1s transform linear, .1s height linear .1s;
    -o-transition: .1s transform linear, .1s height linear .1s;
    -moz-transition: .1s transform linear, .1s height linear .1s;
    transition: .1s transform linear, .1s height linear .1s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    border-color: #f25d2c
}

.offer_title a:hover:after {
    -webkit-transition: .1s transform linear .2s, .1s height linear .3s;
    -o-transition: .1s transform linear .2s, .1s height linear .3s;
    -moz-transition: .1s transform linear .2s, .1s height linear .3s;
    transition: .1s transform linear .2s, .1s height linear .3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    border-color: #f25d2c
}

.offer_text {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.realization__page .realization-box-wrap {
    margin-bottom: 20px
}

.offer_more a {
    color: #f25d2c;
    font-size: 16px;
    font-weight: 900;
    transition: .3s all ease
}

.offer_more a:hover {
    color: #fe4742;
    text-shadow: 0 0 1px #fe4742
}

.offer_more {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5px
}

.listItem {
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative
}

.same {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.clearfix {
    clear: both
}

.listing {
    background: #fff
}

.contact__info .role {
    margin-bottom: 15px
}

.list__content {
    width: 70%;
    float: left
}
.cookie .agree,
.cookie-text .title,
.cookie-text .tresc {
    line-height: 22px;
    color: #fff;
    font-family: Roboto
}
.cookie-text {
    padding-right: 220px
}


.cookie .agree {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0 70px;
    height: 45px;
    border: 2px solid #f25d2c;
    background: 0 0;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.cookie .agree:hover {
    background: #f25d2c
}

.cookie-text .tresc {
    font-size: 13px;
    font-weight: 300
}

.cookie-text .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400
}

.cookie {
    position: fixed;
    bottom: 0;
    padding: 40px 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 300;
    color: #fff
}

.cookie-wrapper {
    padding-left: 100px;
    position: relative
}

.cookie-container {
    background: url(../img/ciastko.png) 15px center no-repeat;
    max-width: 1560px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.page__title {
    margin-bottom: 30px;
    color: #2a2a2a;
    font-family: Roboto;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    text-transform: uppercase
}


.firm__item {
    margin-bottom: 15px
}

firm__item:last-child {
    margin-bottom: 0
}

.icon {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.footerSocial .icon,
.over__modal {
    position: absolute
}

.swiper-wrapper {
    height: initial
}

.navigation {
    height: 100%
}

.over__modal.open {
    width: 86%;
    background: 0 0
}

.mobileNav,
.over__modal {
    width: 100%;
    height: 100%;
    top: 0
}

.over__modal {
    left: 0;
    z-index: 2
}

.mobileNav {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    right: 0;
    z-index: 200
}

#modal__question,
#modal__reference__success,
#modal__success {
    position: fixed;
    z-index: 500;
    background: rgba(0, 0, 0, .9);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto
}

#modal__question.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s all ease-in;
    -o-transition: .5s all ease-in;
    -moz-transition: .5s all ease-in;
    transition: .5s all ease-in
}

#modal__reference__success,
#modal__success {
    opacity: 0;
    visibility: hidden
}

#modal__reference__success.active,
#modal__success.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s all ease-in;
    -o-transition: .5s all ease-in;
    -moz-transition: .5s all ease-in;
    transition: .5s all ease-in
}

.input__field button,
.question__close,
.reference__close {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease
}

#modal__question {
    opacity: 0;
    visibility: hidden
}

.modal__reference__success,
.modal_success {
    width: 100%;
    position: relative;
    top: 50%;
    background: #fff
}

.mini__modal_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.contact_person {
    display: inline-block
}



.btn-nav,
.modal__reference__success,
.modal_success {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.modal__reference__success .modal__title,
.modal_success .modal__title,
.navig ul li:last-child,
.navigation>ul {
    margin-bottom: 0
}

.modal__reference__success .modal__title span,
.modal_success .modal__title span {
    font-size: 60px
}

.modal__reference__success .modal__title span::before {
    right: 95%;
    width: 65px
}

.modal__reference__success .modal__title span::after {
    left: 95%;
    width: 65px
}

.modal__reference__success .modal__title span {
    font-size: 50px;
    line-height: 50px
}

,
.modal__reference__success .modal__title span::after,
.modal__reference__success .modal__title span::before,
.modal_success .modal__title span::after,
.modal_success .modal__title span::before {
    max-width: 50px
}

.modal_success .modal__title span::before {
    right: 92%
}

.contactPage_infoBlock_contactButtons .button-gradient {
    font-size: 16px
}

.modal_success .modal__title span::after {
    left: 92%
}

.modal__reference__success,
.modal_success {
    max-width: 950px;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 53px
}

.input__field {
    text-align: center;
    margin-bottom: 10px
}

.m_soc {
    margin-bottom: 30px
}

.input__field button:hover {
    background: #fff;
    color: #f25d2c
}

.input__field button {
    color: #fff;
    font-family: Roboto
}

.question__close:hover,
.reference__close:hover {
    opacity: 1
}

.question__close,
.reference__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 21px;
    width: 20px;
    background: url(../img/close.png) center no-repeat;
    opacity: .8;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.box_link,
.navig {
    right: 0;
    bottom: 0
}

.input__field button {
    padding: 10px 15px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    background: #f25d2c;
    border: 2px solid #f25d2c;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.input__field:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input__field:nth-child(2) .field {
    width: 48%
}

.box_link {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.prev__real {
    left: 20px;
    background: url(../img/real__prev.png)
}

.next__real {
    right: 20px;
    background: url(../img/real__next.png)
}

.real__arrows.fix {
    position: fixed
}

.real__arrows a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.real__arrows {
    width: 50px;
    height: 193px;
    top: 211px;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.realization-box__type::after{
    background-color: #bbbbbb;
    height: 2px;
    width: 60px;
    bottom: 7px;
    left: 0;
    position: absolute;
}


.btn-nav span,
.navig ul li a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease
}

.input__field .title {
    text-align: center;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px
}

.navig ul li.active a,
.navig ul li:hover a {
    color: #f25d2c;
    text-shadow: #f25d2c 0 0 30px
}

.servicesPage_content ul li {
    position: relative;
    padding-left: 20px
}

.btn-nav,
.btn-nav span,
.icon:before,
.navig {
    position: absolute
}

.servicesPage_content ol {
    list-style-type: decimal;
    padding-left: 20px
}

.servicesPage_content ol li {
    padding-left: 15px
}

.servicesPage_content ul li:before {
    display: block;
    position: absolute;
    width: 35px;
    height: 9px;
    left: 0;
    top: 7px;
    background: url(../img/this.png) left center no-repeat
}

.main_menu,
.navig {
    width: 100%
}

.address,
.navig ul,
.submenu ul li {
    text-align: right
}

.navig {
    overflow-y: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 414px;
    top: 0;
    background: #fff;
    padding: 128px 36px 55px 30px
}

.navig ul li a {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    transition: .3s all ease
}

.btn-nav {
    cursor: pointer;
    right: 25px;
    top: 50%;
    height: 24px;
    width: 31px;
    transform: translateY(-50%)
}

.container .btn-nav {
    right: 0
}

.bottom_menu {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%
}

.btn-nav span {
    height: 4px;
    background: #000;
    width: 100%;
    transition: .3s all ease
}

.btn-nav.active span,
.realization-box__type {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease
}

.btn-nav span:nth-child(1) {
    top: 0
}

.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.btn-nav span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
    opacity: 1
}

.btn-nav span:nth-child(3) {
    bottom: 0;
    width: 85%
}

.btn-nav.active span {
    top: 50%;
    width: 100%;
    bottom: auto;
    transition: .3s all ease
}

.btn-nav.active span:nth-child(2) {
    opacity: 0
}

.btn-nav.active span:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.btn-nav.active span:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.chosen__block .title {
    margin: 45px 0 20px;
    color: #f25d2c;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase
}

.realization-box__hover span,
.some-hover span {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
}

.chosen__image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.realization-box a {
    position: relative
}

.realization-box:hover .some-hover {
    height: 100%
}

.realization-box:hover .some-hover span {
    opacity: 1;
    visibility: visible
}

.some-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    background: rgba(242, 93, 44, .7);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    -moz-transition: .7s all ease;
    transition: .7s all ease;
    cursor: pointer;
}

.some-hover span {
    opacity: 0;
    visibility: hidden;
    letter-spacing: -.8px;
    -webkit-transition: .5s all ease .1s;
    -o-transition: .5s all ease .1s;
    -moz-transition: .5s all ease .1s;
    transition: .5s all ease .1s
}

.icon:before,
.realization-box a {
    display: block
}

.icon:before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.navigation ul li {
    margin-right: 40px
}

.realization-box.active {
    opacity: 1
}

.realization-box {
    opacity: 1;
    width: 100%;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.person {
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease
}

.person.active {
    opacity: 1
}

.realization-box__hover span {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Roboto
}

.modal__title span::after,
.modal__title span::before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.realization-box__title a {
    color: #000
}

.realization-box__title,
.realization-box__type,
.realization-box__description{
    position: relative;
    z-index: 3;
    margin-left: 20px;
    margin-right: 20px
}

.realization-box__type,
.realization-box__description{
    padding: 17px 0 15px;
    transition: .3s all ease
}
.realization-box__description{
    padding: 0 0 15px;
    transition: .3s all ease
}
.realization-box-wrap {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.realization-box__title {
    padding: 23px 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.mainSectionTitle-decoration .mainSectionTitle_heigher.active::before {
    width: 50px;
    left: -58px
}

.mainSectionTitle-decoration .mainSectionTitle_heigher.active::after {
    width: 50px;
    right: -58px
}

.mainSectionTitle a {
    display: inline-block;
    font-weight: 900
}

.realization-box:hover .realization-box__hover {
    height: 100%;
    opacity: 1
}

.footer__content_ad h3 {
    font-size: 44px;
    margin-bottom: 20px
}

.footer__content_ad {
    margin: 20px 0 0;
    font-weight: 900;
    color: #000;
    font-size: 30px
}

.realization-box__hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(243, 90, 40, .7);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    -moz-transition: .7s all ease;
    transition: .7s all ease
}

.modal__title span::after,
.modal__title span::before {
    content: '';
    top: 50%;
    max-width: 145px
}

.navigation ul li:last-child {
    margin-right: 0
}

.navigation ul li:last-child a {
    padding-right: 0
}

.navigation ul {
    height: 100%
}

.kontakt__item span,
.modal__title,
.realization-box__type,
.realizations-listing,
.realization-box__description{
    font-family: Roboto
}

.pageWrapper {
    margin-top: 100px;
    min-height: 100%
}

.mainSectionTitle-decoration .mainSectionTitle_heigher::before {
    width: 50px;
    left: -70px
}

.mainSectionTitle-decoration .mainSectionTitle_heigher::after {
    width: 50px;
    right: -70px
}

.realizations-listing {
    color: #292929;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px
}

.full,
.realizations-listing-wrap {
    width: 100%
}

.realization-box__picture img {
    width: 100%;
    height: auto;
    display: block
}

.full,
.realizations-listing-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.realization-box__type,
.realization-box__description{
    color: #292929;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px
}

.realizations-listing-wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kontakt__item span,
.textarea__title,
.textarea__wrapper textarea {
    font-weight: 700;
    text-transform: uppercase
}

.modal__title span {
    position: relative;
    font-size: 76px;
    line-height: 66px;
    display: inline-block
}

.modal__title span::after {
    position: absolute;
    left: 102%;
    width: 100%;
    height: 2px;
    background: #f25d2c;
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.kontakt__item span {
    color: #000;
    white-space: nowrap;
    margin-right: 20px;
    display: inline-block;
    font-size: 20px;
    line-height: 28px
}

.full {
    margin-bottom: 20px;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footerTop .mainSectionTitle_heigher {
    font-size: 96px
}

.kontakt__item {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kontakt__item input,
.textarea__wrapper button {
    padding: 0 10px;
    display: inline-block;
    border: 2px solid #f25d2c;
    font-weight: 700;
    font-family: Roboto;
    text-transform: uppercase
}

.kontakt__item:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.kontakt__item:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.full:first-child .kontakt__item input {
    width: 22%
}

.full .kontakt__item {
    width: 48%
}

.full:first-child .kontakt__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.kontakt__item input {
    opacity: .78;
    color: #000;
    font-size: 14px;
    line-height: 29px;
    max-width: 326px;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0)
}

.textarea__wrapper button:hover {
    color: #f25d2c;
    background: #fff
}

.textarea__wrapper button {
    margin-top: 30px;
    height: 41px;
    background: #f25d2c;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.button-transparent,
.close__modal {
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease
}

.textarea__wrapper textarea {
    text-align: center;
    opacity: .78;
    height: 126px;
    overflow-y: auto;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    line-height: 29px;
    width: 100%;
    resize: none;
    border: none;
    border: 2px solid #f25d2c
}

.button-transparent {
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.topBarTitleBlock_back {
    right: 15px;
    padding-right: 0
}

.button-transparent:hover {
    background: #1f1f1f;
    color: #fff
}

.textarea__title {
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    line-height: 72px
}

.contactPage_infoBlockWrapper h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.realizacje_kategorie::after {
    display: table;
    clear: both
}

.input__wrapper,
.topBarBlock>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-align-items: center
}

.contactPage_infoBlockWrapper h3+p {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.address,
.navigation ul li a {
    color: #000;
    font-family: Roboto
}

.input__wrapper {
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal__title span::before {
    position: absolute;
    right: 102%;
    width: 100%;
    height: 2px;
    background: #f25d2c;
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.close__modal:hover {
    opacity: 1
}

.close__modal {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 21px;
    width: 20px;
    background: url(../img/close.png) center no-repeat;
    opacity: .8;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.modal__kontakt {
    position: relative;
    padding: 58px 50px;
    top: 50%;
    margin: 0 auto;
    max-width: 1334px;
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.topBarBlock.active {
    height: 50px
}

.topBarBlock.border {
    border-bottom: 1px solid #e1e1e1
}

.sub__ {
    max-width: 1970px;
    width: 100%;
    margin: 0 auto
}

.topBarBlock>div {
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.topBarBlock .clearfix {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.topBarBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    background-color: #fff;
    padding: 0 35px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    transition: .3s all ease
}

.navigation {
    float: right;
    margin-left: auto
}

.navigation ul li {
    display: inline-block
}

.modalActive {
    background: 0 0
}

.navigation ul li.active>a {
    font-weight: 700
}

.navigation ul li a {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.address,
.submenu ul li a {
    font-weight: 700
}

.navigation>ul>li:hover>.submenu {
    border-top: 1px solid #e8e8e8
}

.submenu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    -webkit-transition: .4s all linear;
    -o-transition: .4s all linear;
    -moz-transition: .4s all linear;
    transition: .4s all linear
}

.gotop.active {
    visibility: visible;
    opacity: 1
}

.gotop {
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 101;
    width: 35px;
    height: 35px;
    border: 1px solid #f25d2c;
    position: fixed;
    bottom: 75px;
    right: 20px;
    background: url(../img/up-arrow.png) center no-repeat rgba(255, 255, 255, .8);
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease
}

.another-pages-item a img {
    display: block;
    width: 100%;
    height: auto
}

.another-pages-item {
    margin-bottom: 25px
}

.another-pages-item a {
    display: inline-block
}

.another-pages h2 {
    margin-top: 30px;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px
}

.mainBlock_sub,
.menuBlock {
    color: #fff;
    text-transform: uppercase
}

.navigation>ul>li:hover .submenu {
    height: auto;
    opacity: 1;
    overflow: visible;
    -webkit-transition: .4s all linear;
    -o-transition: .4s all linear;
    -moz-transition: .4s all linear;
    transition: .4s all linear
}

.submenu ul li {
    margin-bottom: 5px;
    margin-right: 0;
    display: block
}

.know-us-inner,
.sub__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.submenu ul li:last-child {
    margin-bottom: 0
}

.submenu__cont {
    padding: 0 30px
}

.submenu__cont.container {
    padding: 0 15px
}

.sub__wrapper {
    padding: 25px 0;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sub__wrapper ul li {
    margin-right: 0!important
}

.submenu ul {
    padding-right: 100px
}

.submenu ul:last-child {
    padding-right: 0
}

.navigation ul li a span {
    position: relative;
    display: inline-block
}

.address {
    font-size: 14px;
    text-transform: uppercase
}

.navigation ul li a span::after,
.navigation ul li.active>a span::after {
    position: absolute;
    content: "";
    right: 0;
    width: 100%;
    top: 100%;
    background-color: #d6d6d6;
    border-bottom: 2px solid #f25d2c
}

ul.m_soc li {
    margin-top: 10px;
    margin-bottom: 0!important;
    display: inline-block
}

.m_soc li a {
    height: 22px;
    width: 29px;
    display: block
}

.m_soc li:nth-child(1) a {
    background: url(../img/face.png) center no-repeat
}

.m_soc li:nth-child(2) a {
    background: url(../img/be.png) center no-repeat
}

.navigation>ul>li {
    height: 100%;
    display: table;
    float: left
}

.navigation>ul>li>a {
    display: table-cell;
    vertical-align: middle
}

.navigation>ul>li:nth-child(2)>a {
    padding: 0 40px
}

.navigation>ul>li:nth-child(1),
.navigation>ul>li:nth-child(2) {
    margin-right: 0
}

.navigation ul li a span::after {
    width: 0;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.navigation ul li a:hover span::after {
    width: 100%
}

.topBarBlock.modalActive .logo,
.topBarBlock.modalActive .loupeBlock,
.topBarBlock.modalActive .menuBlock {
    z-index: 1000000;
    position: relative
}

.logo {
    display: table;
    float: left
}

.loupeBlock,
.menuBlock {
    float: right;
    cursor: pointer
}

.logo a {
    display: table-cell;
    vertical-align: middle
}

.breadcrumbBlock {
    margin-bottom: 25px
}

.loupeBlock {
    width: 75px;
    height: 100%
}

.loupeBlock .loupeBlock_loupeIcon {
    width: 18px;
    height: 18px
}

.loupeBlock .loupeBlock_loupeIcon:before {
    background: url(../img/loupe.png)
}

.menuBlock {
    height: 100%;
    font-size: 10px
}

.menuBlock:hover .menuBlock_bars_bar {
    width: 100%!important
}

.menuBlock .menuBlock_text {
    line-height: 75px;
    float: left
}

.menuBlock .menuBlock_bars {
    float: left;
    width: 20px;
    height: 100%;
    position: relative;
    margin-left: 15px
}

.menuBlock .menuBlock_bars .menuBlock_bars_bar.first {
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    top: 26px;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.menuBlock .menuBlock_bars .menuBlock_bars_bar.second {
    position: absolute;
    width: 60%;
    height: 4px;
    display: block;
    background: #fff;
    top: 34px;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.menuBlock .menuBlock_bars .menuBlock_bars_bar.third {
    position: absolute;
    width: 80%;
    height: 4px;
    display: block;
    background: #fff;
    top: 42px;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.servicesMenu>.servicesMenu_firstLevel>li.has-submenu>a.active {
    padding-bottom: 10px
}

.mainBlock {
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    min-height: 660px;
    overflow: hidden;
    padding: 0
}

.mainBlock .mainBlock_wrapper {
    position: relative;
    height: 100%
}

.mainBlock_wrapper.img {
    background: url(../img/poster_mobile.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.mainBlock .mainBlock_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/honeycomb-white.png);
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px;
    -o-background-size: 70px;
    background-size: 70px
}

.mainBlock .mainBlock_wrapper .mainBlock_wrapper_shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .37) 0, rgba(0, 0, 0, .37) 0, transparent 100%);
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .37) 0, rgba(0, 0, 0, .37) 0, transparent 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .37) 0, rgba(0, 0, 0, .37) 0, transparent 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, .37)), color-stop(0, rgba(0, 0, 0, .37)), to(transparent));
    background-image: linear-gradient(to top, rgba(255, 255, 255, .37) 0, rgba(0, 0, 0, .37) 0, transparent 100%)
}

.mainBlock .mainBlock_video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100
}

.mainBlock .mainBlock_textBlock {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.main-offer-more a:before,
.mainBlock .mainBlock_textBlock:before {
    content: '';
    position: absolute;
    left: 50%
}

.mainBlock .mainBlock_textBlock:before {
    display: block;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: url(../img/arrow-to-down.png) center center no-repeat;
    -webkit-animation: jump 1s infinite;
    -moz-animation: jump 1s infinite;
    -o-animation: jump 1s infinite;
    animation: jump 1s infinite
}

@-webkit-keyframes jump {
    50% {
        bottom: 30px
    }
    0% {
        bottom: 50px
    }
}

@-moz-keyframes jump {
    50% {
        bottom: 30px
    }
    0% {
        bottom: 50px
    }
}

@-o-keyframes jump {
    50% {
        bottom: 30px
    }
    0% {
        bottom: 50px
    }
}

@keyframes jump {
    50% {
        bottom: 30px
    }
    0% {
        bottom: 50px
    }
}

.mainBlock .mainBlock_textBlock:after {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 349px;
    background: url(../img/webstars.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    right: -20px;
    bottom: -62px
}

.mainBlock_sub {
    opacity: 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 65.78px;
    text-align: center;
    letter-spacing: 1.11px
}

.mainBlock .mainBlock_textBlock .technetiumname {
    font-weight: 600;
    font-size: 60px;
    font-size: 3.1vw;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6%;
    color: #fff;
    opacity: 0;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition: all .9s ease
}

.main-offer-more a:before,
.main-offer-title a {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    -moz-transition: .5s all ease
}

.main-offer-title a {
    display: block;
    color: #292929;
    font-family: Rajdhani!important;
    transition: .5s all ease
}

.main-offer-more a:before {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 18px;
    height: 13px;
    background: url(../img/new-right.png) center no-repeat;
    transition: .5s all ease
}

.main-offer-descr,
.main-offer-more a {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    -moz-transition: .5s all ease
}

.main-offer-more, .main-offer-more a {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f25d2c;
    transition: .5s all ease;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px
}
.main-offer-more a {
    padding: 0;
}
.main-offer-more{
    align-self: flex-start;
}
.know-us-back,
.main-offer-img {
    position: absolute;
    right: 0;
    z-index: -1
}

.main-offer-descr {
    margin-bottom: 30px;
    color: #6e6e6e;
    font-family: Rajdhani!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    transition: .5s all ease
}

.main-offer-title {
    color: #292929;
    font-family: Rajdhani!important;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px;
    letter-spacing: -.5px
}

.main-offer-img {
    top: 36px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

.attr-link a,
.work-link a,
footer nav a {
    -webkit-transition: .4s all ease
}

.realizationBlock h2 {
    font-size: 32px
}

.know-us-back {
    left: 0;
    text-align: center;
    top: -50px;
    opacity: .1;
    font-family: "Kaushan Script"!important;
    font-size: 369px;
    font-weight: 400;
    line-height: 282.35px
}

.know-us-inner {
    z-index: 1;
    padding-top: 125px;
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px
}

.know-us-5,
.work-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box
}

.know-us-5 {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.know-us-right {
    height: 100%;
    min-height: 498px;
    background: url(../img/know-right.png) center no-repeat #ea5421;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 89px 30px 109px 94px
}

.know-us-right-inner {
    height: 100%
}

.realizationBlock .mainSectionTitle_heigher {
    font-size: 97px;
    margin-top: 5px;
    display: inline-block
}

.main-offer-item:hover .main-offer-img {
    opacity: .4
}

.main-offer-item:hover {
    background: #363636
}

.know-us-element span {
    font-weight: 900
}

.know-us-element {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    line-height: 54.68px;
    text-transform: uppercase
}

.main-offer-item:hover .main-offer-descr,
.main-offer-item:hover .main-offer-title,
.main-offer-item:hover .main-offer-title a {
    color: #fff
}

.reference__wrap h2 .mainSectionTitle_heigher,
.work-for h2 .mainSectionTitle_heigher {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .46px;
    line-height: 66.88px
}

.work-link a,
.work-title {
    line-height: 32.39px;
    text-transform: uppercase
}

.work-title span {
    font-weight: 900
}

.work-title {
    color: #1f1f1f;
    font-size: 28px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: .56px
}

.work-link a:hover {
    color: #000
}

.work-link a {
    display: inline-block;
    color: #ec5c2c;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .28px;
    -o-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease
}

.work-count {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 76px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/work.png) center no-repeat
}

.work-element,
.work-for-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box
}

.work-element {
    padding-left: 100px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex
}

.know-us-right-inner:after,
.know-us-right-inner:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 5px;
    background-color: #fff
}

.know-us-right-inner:after {
    bottom: -2.5px
}

.work-for-inner {
    border: 1px solid #e1e1e1;
    padding: 60px 100px 60px 75px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.know-us-right-inner,
.main-offer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.know-us-right-inner:before {
    top: -2.5px
}

.know-us {
    margin-bottom: 100px
}

.referenceBlock_owner {
    color: #000;
    width: 100%
}

.know-us-right-inner {
    padding: 53px 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.main-offer-item {
    z-index: 1;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.33333%;
    padding: 55px 136px 55px 55px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border: 1px solid rgba(210, 210, 210, .5);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

.main-offer-container {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto
}

.main-offer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.agencja,
.contact__form_wrapper {
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.mainBlock_textBlock_weDo,
.offerB_title,
.offerBlock {
    font-weight: 400;
    text-transform: uppercase
}

.new-offer .mainSectionTitle {
    margin: 68px 0
}

.new-offer .mainSectionTitle_heigher {
    font-size: 97px
}

.mainBlock .mainBlock_textBlock .technetiumname span {
    font-size: 115px;
    font-size: 5vmin
}

.mainBlock_textBlock_weDo {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin-top: 0;
    opacity: 0;
    -o-transition: all .9s ease 1s;
    -moz-transition: all .9s ease 1s;
    transition: all .9s ease 1s;
    -webkit-transition: all .9s ease 1s
}

.mainBlock_textBlock_weDo span {
    display: inline-block;
    padding: 0 15px;
    letter-spacing: 2px
}

.example-one {
    font-size: 100px;
    font-size: 9vmin;
    color: #fff;
    position: relative;
    display: inline-block
}

@-webkit-keyframes example-one-anim-1 {
    0% {
        clip: rect(64px, 700px, 37px, 0)
    }
    5.88235% {
        clip: rect(98px, 700px, 36px, 0)
    }
    11.76471% {
        clip: rect(4px, 700px, 103px, 0)
    }
    17.64706% {
        clip: rect(103px, 700px, 10px, 0)
    }
    23.52941% {
        clip: rect(106px, 700px, 71px, 0)
    }
    29.41176% {
        clip: rect(8px, 700px, 87px, 0)
    }
    35.29412% {
        clip: rect(99px, 700px, 56px, 0)
    }
    41.17647% {
        clip: rect(11px, 700px, 96px, 0)
    }
    47.05882% {
        clip: rect(28px, 700px, 79px, 0)
    }
    52.94118% {
        clip: rect(4px, 700px, 17px, 0)
    }
    58.82353% {
        clip: rect(105px, 700px, 97px, 0)
    }
    64.70588% {
        clip: rect(29px, 700px, 38px, 0)
    }
    70.58824% {
        clip: rect(26px, 700px, 75px, 0)
    }
    76.47059% {
        clip: rect(14px, 700px, 45px, 0)
    }
    82.35294% {
        clip: rect(84px, 700px, 66px, 0)
    }
    88.23529% {
        clip: rect(111px, 700px, 16px, 0)
    }
    94.11765% {
        clip: rect(73px, 700px, 106px, 0)
    }
    100% {
        clip: rect(8px, 700px, 22px, 0)
    }
}

@-moz-keyframes example-one-anim-1 {
    0% {
        clip: rect(64px, 700px, 37px, 0)
    }
    5.88235% {
        clip: rect(98px, 700px, 36px, 0)
    }
    11.76471% {
        clip: rect(4px, 700px, 103px, 0)
    }
    17.64706% {
        clip: rect(103px, 700px, 10px, 0)
    }
    23.52941% {
        clip: rect(106px, 700px, 71px, 0)
    }
    29.41176% {
        clip: rect(8px, 700px, 87px, 0)
    }
    35.29412% {
        clip: rect(99px, 700px, 56px, 0)
    }
    41.17647% {
        clip: rect(11px, 700px, 96px, 0)
    }
    47.05882% {
        clip: rect(28px, 700px, 79px, 0)
    }
    52.94118% {
        clip: rect(4px, 700px, 17px, 0)
    }
    58.82353% {
        clip: rect(105px, 700px, 97px, 0)
    }
    64.70588% {
        clip: rect(29px, 700px, 38px, 0)
    }
    70.58824% {
        clip: rect(26px, 700px, 75px, 0)
    }
    76.47059% {
        clip: rect(14px, 700px, 45px, 0)
    }
    82.35294% {
        clip: rect(84px, 700px, 66px, 0)
    }
    88.23529% {
        clip: rect(111px, 700px, 16px, 0)
    }
    94.11765% {
        clip: rect(73px, 700px, 106px, 0)
    }
    100% {
        clip: rect(8px, 700px, 22px, 0)
    }
}

@-o-keyframes example-one-anim-1 {
    0% {
        clip: rect(64px, 700px, 37px, 0)
    }
    5.88235% {
        clip: rect(98px, 700px, 36px, 0)
    }
    11.76471% {
        clip: rect(4px, 700px, 103px, 0)
    }
    17.64706% {
        clip: rect(103px, 700px, 10px, 0)
    }
    23.52941% {
        clip: rect(106px, 700px, 71px, 0)
    }
    29.41176% {
        clip: rect(8px, 700px, 87px, 0)
    }
    35.29412% {
        clip: rect(99px, 700px, 56px, 0)
    }
    41.17647% {
        clip: rect(11px, 700px, 96px, 0)
    }
    47.05882% {
        clip: rect(28px, 700px, 79px, 0)
    }
    52.94118% {
        clip: rect(4px, 700px, 17px, 0)
    }
    58.82353% {
        clip: rect(105px, 700px, 97px, 0)
    }
    64.70588% {
        clip: rect(29px, 700px, 38px, 0)
    }
    70.58824% {
        clip: rect(26px, 700px, 75px, 0)
    }
    76.47059% {
        clip: rect(14px, 700px, 45px, 0)
    }
    82.35294% {
        clip: rect(84px, 700px, 66px, 0)
    }
    88.23529% {
        clip: rect(111px, 700px, 16px, 0)
    }
    94.11765% {
        clip: rect(73px, 700px, 106px, 0)
    }
    100% {
        clip: rect(8px, 700px, 22px, 0)
    }
}

@keyframes example-one-anim-1 {
    0% {
        clip: rect(64px, 700px, 37px, 0)
    }
    5.88235% {
        clip: rect(98px, 700px, 36px, 0)
    }
    11.76471% {
        clip: rect(4px, 700px, 103px, 0)
    }
    17.64706% {
        clip: rect(103px, 700px, 10px, 0)
    }
    23.52941% {
        clip: rect(106px, 700px, 71px, 0)
    }
    29.41176% {
        clip: rect(8px, 700px, 87px, 0)
    }
    35.29412% {
        clip: rect(99px, 700px, 56px, 0)
    }
    41.17647% {
        clip: rect(11px, 700px, 96px, 0)
    }
    47.05882% {
        clip: rect(28px, 700px, 79px, 0)
    }
    52.94118% {
        clip: rect(4px, 700px, 17px, 0)
    }
    58.82353% {
        clip: rect(105px, 700px, 97px, 0)
    }
    64.70588% {
        clip: rect(29px, 700px, 38px, 0)
    }
    70.58824% {
        clip: rect(26px, 700px, 75px, 0)
    }
    76.47059% {
        clip: rect(14px, 700px, 45px, 0)
    }
    82.35294% {
        clip: rect(84px, 700px, 66px, 0)
    }
    88.23529% {
        clip: rect(111px, 700px, 16px, 0)
    }
    94.11765% {
        clip: rect(73px, 700px, 106px, 0)
    }
    100% {
        clip: rect(8px, 700px, 22px, 0)
    }
}

@-webkit-keyframes example-one-anim-2 {
    0% {
        clip: rect(67px, 700px, 109px, 0)
    }
    5.88235% {
        clip: rect(96px, 700px, 84px, 0)
    }
    11.76471% {
        clip: rect(61px, 700px, 102px, 0)
    }
    17.64706% {
        clip: rect(93px, 700px, 47px, 0)
    }
    23.52941% {
        clip: rect(70px, 700px, 17px, 0)
    }
    29.41176% {
        clip: rect(16px, 700px, 77px, 0)
    }
    35.29412% {
        clip: rect(90px, 700px, 41px, 0)
    }
    41.17647% {
        clip: rect(49px, 700px, 99px, 0)
    }
    47.05882% {
        clip: rect(100px, 700px, 7px, 0)
    }
    52.94118% {
        clip: rect(42px, 700px, 44px, 0)
    }
    58.82353% {
        clip: rect(28px, 700px, 98px, 0)
    }
    64.70588% {
        clip: rect(73px, 700px, 4px, 0)
    }
    70.58824% {
        clip: rect(99px, 700px, 112px, 0)
    }
    76.47059% {
        clip: rect(53px, 700px, 15px, 0)
    }
    82.35294% {
        clip: rect(43px, 700px, 5px, 0)
    }
    88.23529% {
        clip: rect(59px, 700px, 3px, 0)
    }
    94.11765% {
        clip: rect(82px, 700px, 17px, 0)
    }
    100% {
        clip: rect(4px, 700px, 103px, 0)
    }
}

@-moz-keyframes example-one-anim-2 {
    0% {
        clip: rect(67px, 700px, 109px, 0)
    }
    5.88235% {
        clip: rect(96px, 700px, 84px, 0)
    }
    11.76471% {
        clip: rect(61px, 700px, 102px, 0)
    }
    17.64706% {
        clip: rect(93px, 700px, 47px, 0)
    }
    23.52941% {
        clip: rect(70px, 700px, 17px, 0)
    }
    29.41176% {
        clip: rect(16px, 700px, 77px, 0)
    }
    35.29412% {
        clip: rect(90px, 700px, 41px, 0)
    }
    41.17647% {
        clip: rect(49px, 700px, 99px, 0)
    }
    47.05882% {
        clip: rect(100px, 700px, 7px, 0)
    }
    52.94118% {
        clip: rect(42px, 700px, 44px, 0)
    }
    58.82353% {
        clip: rect(28px, 700px, 98px, 0)
    }
    64.70588% {
        clip: rect(73px, 700px, 4px, 0)
    }
    70.58824% {
        clip: rect(99px, 700px, 112px, 0)
    }
    76.47059% {
        clip: rect(53px, 700px, 15px, 0)
    }
    82.35294% {
        clip: rect(43px, 700px, 5px, 0)
    }
    88.23529% {
        clip: rect(59px, 700px, 3px, 0)
    }
    94.11765% {
        clip: rect(82px, 700px, 17px, 0)
    }
    100% {
        clip: rect(4px, 700px, 103px, 0)
    }
}

@-o-keyframes example-one-anim-2 {
    0% {
        clip: rect(67px, 700px, 109px, 0)
    }
    5.88235% {
        clip: rect(96px, 700px, 84px, 0)
    }
    11.76471% {
        clip: rect(61px, 700px, 102px, 0)
    }
    17.64706% {
        clip: rect(93px, 700px, 47px, 0)
    }
    23.52941% {
        clip: rect(70px, 700px, 17px, 0)
    }
    29.41176% {
        clip: rect(16px, 700px, 77px, 0)
    }
    35.29412% {
        clip: rect(90px, 700px, 41px, 0)
    }
    41.17647% {
        clip: rect(49px, 700px, 99px, 0)
    }
    47.05882% {
        clip: rect(100px, 700px, 7px, 0)
    }
    52.94118% {
        clip: rect(42px, 700px, 44px, 0)
    }
    58.82353% {
        clip: rect(28px, 700px, 98px, 0)
    }
    64.70588% {
        clip: rect(73px, 700px, 4px, 0)
    }
    70.58824% {
        clip: rect(99px, 700px, 112px, 0)
    }
    76.47059% {
        clip: rect(53px, 700px, 15px, 0)
    }
    82.35294% {
        clip: rect(43px, 700px, 5px, 0)
    }
    88.23529% {
        clip: rect(59px, 700px, 3px, 0)
    }
    94.11765% {
        clip: rect(82px, 700px, 17px, 0)
    }
    100% {
        clip: rect(4px, 700px, 103px, 0)
    }
}

@keyframes example-one-anim-2 {
    0% {
        clip: rect(67px, 700px, 109px, 0)
    }
    5.88235% {
        clip: rect(96px, 700px, 84px, 0)
    }
    11.76471% {
        clip: rect(61px, 700px, 102px, 0)
    }
    17.64706% {
        clip: rect(93px, 700px, 47px, 0)
    }
    23.52941% {
        clip: rect(70px, 700px, 17px, 0)
    }
    29.41176% {
        clip: rect(16px, 700px, 77px, 0)
    }
    35.29412% {
        clip: rect(90px, 700px, 41px, 0)
    }
    41.17647% {
        clip: rect(49px, 700px, 99px, 0)
    }
    47.05882% {
        clip: rect(100px, 700px, 7px, 0)
    }
    52.94118% {
        clip: rect(42px, 700px, 44px, 0)
    }
    58.82353% {
        clip: rect(28px, 700px, 98px, 0)
    }
    64.70588% {
        clip: rect(73px, 700px, 4px, 0)
    }
    70.58824% {
        clip: rect(99px, 700px, 112px, 0)
    }
    76.47059% {
        clip: rect(53px, 700px, 15px, 0)
    }
    82.35294% {
        clip: rect(43px, 700px, 5px, 0)
    }
    88.23529% {
        clip: rect(59px, 700px, 3px, 0)
    }
    94.11765% {
        clip: rect(82px, 700px, 17px, 0)
    }
    100% {
        clip: rect(4px, 700px, 103px, 0)
    }
}

.example-one:after,
.example-one:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    width: 100%;
    clip: rect(0, 0, 0, 0)
}

.referenceBlock_arrow:before,
.referenceBlock_icon,
.showAllRealizationText span:before {
    content: '';
    position: absolute
}

.example-one:after {
    left: 2px;
    text-shadow: -1px 0 #ff563f;
    -webkit-animation: example-one-anim-1 2s infinite linear alternate-reverse;
    -moz-animation: example-one-anim-1 2s infinite linear alternate-reverse;
    -o-animation: example-one-anim-1 2s infinite linear alternate-reverse;
    animation: example-one-anim-1 2s infinite linear alternate-reverse
}

.example-one:before {
    left: -2px;
    text-shadow: 2px 0 #272727;
    -webkit-animation: example-one-anim-2 3s infinite linear alternate-reverse;
    -moz-animation: example-one-anim-2 3s infinite linear alternate-reverse;
    -o-animation: example-one-anim-2 3s infinite linear alternate-reverse;
    animation: example-one-anim-2 3s infinite linear alternate-reverse
}

.offerBlock {
    text-align: center;
    font-size: 18px;
    font-size: 2vmin;
    margin-top: 5%;
    -o-transition: all .9s ease 1.5s;
    -moz-transition: all .9s ease 1.5s;
    transition: all .9s ease 1.5s;
    -webkit-transition: all .9s ease 1.5s;
    opacity: 0;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform: scale(.8)
}

.offerBlock li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 5px
}

.offerBlock li a {
    color: #fff;
    display: block;
    width: 100%;
    font-family: Roboto;
    height: 100%;
    padding: 0 25px;
    background: url(../img/offer-btn-bg.png);
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.offerB-1,
.offerB-2 {
    padding-left: 50px
}

.offerBlock li a:hover {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform: scale(.95)
}

.topSocialBlock {
    position: absolute;
    left: 35px;
    bottom: 50px;
    -o-transition: all .9s ease 1.5s;
    -moz-transition: all .9s ease 1.5s;
    transition: all .9s ease 1.5s;
    -webkit-transition: all .9s ease 1.5s;
    opacity: 0
}

.topSocialBlock .icon {
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.topSocialBlock ul li {
    display: block;
    float: left;
    margin-right: 15px;
    width: 36px
}

.topSocialBlock ul li:last-child {
    margin-right: 0
}

.topSocialBlock ul li a {
    background: url(../img/social-bg.png) no-repeat;
    width: 36px;
    height: 39px;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.topSocialBlock ul li a:hover {
    background-position: 0 -41px
}

.topSocialBlock_fb:before {
    background: url(../img/fb-icon.png) no-repeat;
    width: 6px;
    height: 12px
}

.topSocialBlock_behance:before {
    background: url(../img/behance-icon.png) no-repeat;
    width: 17px;
    height: 10px
}

.topSocialBlock_pinterest:before {
    background: url(../img/pinteres-icon.png) no-repeat;
    width: 11px;
    height: 14px
}

.topSocialBlock_instagram:before {
    background: url(../img/instagram-icon.png) no-repeat;
    width: 16px;
    height: 16px
}

.menuModal .topSocialBlock a:before {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.offerB,
.offerB>img {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.menuModal .topSocialBlock a:hover:before {
    top: 40%
}

.offer>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.offerB-6 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.offerB {
    padding-right: 50px;
    padding-bottom: 35px;
    overflow: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 1
}

.offerB.active {
    opacity: 1
}

div.offerB-orange {
    background: url(../img/orange_box.jpg) center no-repeat;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

.offerB-white {
    background: url(../img/online-word.png) right bottom no-repeat #fff
}

.offerB-1 {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff563f), to(#fe3c46));
    background: -webkit-linear-gradient(bottom, #ff563f 0, #fe3c46 100%);
    background: -moz-linear-gradient(bottom, #ff563f 0, #fe3c46 100%);
    background: -o-linear-gradient(bottom, #ff563f 0, #fe3c46 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff563f), to(#fe3c46));
    background: linear-gradient(to top, #ff563f 0, #fe3c46 100%)
}

.offerB-1>img {
    position: absolute;
    top: 100px;
    right: 200px;
    width: 40%
}

.offerB,
.offerB_title {
    position: relative
}

.offerB>img {
    display: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.offerB:hover>img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.offerB-3 {
    padding-left: 12%
}

.offerB-4,
.offerB-5 {
    padding-left: 10%
}

.offerB-5 {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff563f), to(#fe3c46));
    background: -webkit-linear-gradient(bottom, #ff563f 0, #fe3c46 100%);
    background: -moz-linear-gradient(bottom, #ff563f 0, #fe3c46 100%);
    background: -o-linear-gradient(bottom, #ff563f 0, #fe3c46 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff563f), to(#fe3c46));
    background: linear-gradient(to top, #ff563f 0, #fe3c46 100%)
}

.offerB-6 {
    padding-left: 15%;
    background: url(../img/hand.png) 50px top no-repeat, url(../img/online-word.png) right bottom no-repeat #fff
}

.offerB_title {
    cursor: pointer;
    font-size: 35px;
    font-size: 3vmin;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 15px
}

.offerB_title-white,
.offerB_title-white a {
    color: #fff;
    font-weight: 700
}

.offerB_title-black,
.offerB_title-black a {
    font-weight: 700;
    color: #000
}

.offerB_subtitle {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.offerB_button {
    position: absolute;
    bottom: 15px;
    margin: 0;
    display: block
}

.offerB_subtitle-white {
    color: #fff
}

.offerB_subtitle-black {
    color: #000
}

.button-black {
    margin: 0;
    line-height: 32px;
    font-weight: 500;
    color: #272727;
    background: 0 0
}

.findUsOn_text,
.referenceBlock_company,
.showAllRealizationText {
    font-weight: 400;
    text-transform: uppercase
}

.offerB_button a:hover .button-black {
    color: #fff;
    background: #272727
}

.realizationBlock {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    z-index: 100
}

.realizationBlock .container {
    padding: 0 12.5px;
    position: relative
}

.realizationBlock div[class*=col-] {
    padding: 25px 12.5px 0
}

.realization,
.realization_featureBlock {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 1
}

.realization {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.realization.active,
.realization_featureBlock.active {
    margin-top: 0;
    opacity: 1
}

.realization_wrapper {
    min-height: 340px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.realization_wrapper img {
    position: absolute;
    min-width: 100%;
    min-height: 100%
}

.showAllrealizationBlock {
    text-align: center;
    padding: 80px 15px!important;
    display: block;
    position: relative
}

.showAllRealizationText {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.showAllRealizationText:hover {
    color: #ff563f
}

.showAllRealizationText span {
    position: relative
}

.showAllRealizationText span:before {
    display: block;
    background: url(../img/long-arrow.png) 100% 100%;
    width: 88px;
    height: 8px;
    left: 50%;
    bottom: -23px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: -webkit-translateX(-50%);
    transform: -webkit-translateX(-50%)
}

.findUsOn,
.whyWeBlock_control-left {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.findUsOn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.footerTop .buttonsBlock button:before,
.map__google .button-gradient::after {
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.findUsOn_text {
    color: #fff;
    font-size: 12px
}

.findUsOn ul li {
    min-width: 43px;
    height: 46px;
    float: left;
    line-height: 46px;
    margin-left: 25px
}

.findUsOn ul li a:before {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.findUsOn ul li a:hover:before {
    top: 40%
}

.findUsOn ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.findUsOn ul li:not(:first-child) {
    background: url(../img/border-orange.png)
}

.referencesBlock {
    background: url(../img/big__orange.jpg) center no-repeat #fd5524;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.referencesBlock_row {
    width: 1550px;
    margin: 0 auto;
    display: block
}

.referenceBlock {
    height: 100%;
    min-height: 170px;
    float: left;
    padding: 60px 15px 90px
}

.referencesBlock_middle {
    width: 26%;
    padding: 0 15px;
    min-height: 170px;
    float: left
}

.referenceBlock_icon {
    display: block;
    width: 49px;
    height: 51px;
    z-index: 3;
    background: url(../img/reference-icon.png) 100% 100%
}

.referenceBlock_owner,
.referenceBlock_text {
    font-family: Roboto;
    display: inline-block
}

.referenceBlock_content {
    padding-left: 75px
}

.referenceBlock_company {
    font-size: 30px
}

.referenceBlock_owner {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 30px
}

.referenceBlock_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-height: 80px
}

.contact__info,
.contact__info .mail a,
.contact__info .phone a {
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
    font-family: Rajdhani!important
}

.contact__info .mail a {
    font-size: 17px;
    color: #1f1f1f
}

.referenceBlock_arrow:before {
    display: block;
    background: url(../img/short-arrow.png) 100% 100% no-repeat;
    width: 39px;
    height: 9px;
    left: 90px;
    bottom: 40px
}

.whyWeBlock {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
    -webkit-shape-outside: polygon(0 0, -webkit-calc(100%) 0, 100% -webkit-calc(100% - 30px), -webkit-calc(50% + 55px) -webkit-calc(100% - 30px), -webkit-calc(50% + 0) 100%, -webkit-calc(50% - 50px) -webkit-calc(100% - 30px), 0 -webkit-calc(100% - 30px));
    shape-outside: polygon(0 0, -moz-calc(100%) 0, 100% -moz-calc(100% - 30px), -moz-calc(50% + 55px) -moz-calc(100% - 30px), -moz-calc(50% + 0) 100%, -moz-calc(50% - 50px) -moz-calc(100% - 30px), 0 -moz-calc(100% - 30px));
    shape-outside: polygon(0 0, calc(100%) 0, 100% calc(100% - 30px), calc(50% + 55px) calc(100% - 30px), calc(50% + 0) 100%, calc(50% - 50px) calc(100% - 30px), 0 calc(100% - 30px));
    clip-path: polygon(0 0, -moz-calc(100%) 0, 100% -moz-calc(100% - 30px), -moz-calc(50% + 55px) -moz-calc(100% - 30px), -moz-calc(50% + 0) 100%, -moz-calc(50% - 50px) -moz-calc(100% - 30px), 0 -moz-calc(100% - 30px));
    clip-path: polygon(0 0, calc(100%) 0, 100% calc(100% - 30px), calc(50% + 55px) calc(100% - 30px), calc(50% + 0) 100%, calc(50% - 50px) calc(100% - 30px), 0 calc(100% - 30px));
    -webkit-clip-path: polygon(0 0, -webkit-calc(100%) 0, 100% -webkit-calc(100% - 30px), -webkit-calc(50% + 55px) -webkit-calc(100% - 30px), -webkit-calc(50% + 0) 100%, -webkit-calc(50% - 50px) -webkit-calc(100% - 30px), 0 -webkit-calc(100% - 30px));
    -webkit-shape-margin: 20px;
    shape-margin: 20px
}

.swiper-slide {
    height: initial;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 3
}

.contact__info .phone a:hover {
    padding-left: 30px
}

.contact__info .phone a {
    padding-left: 25px;
    background: url(../img/phone-icon.png) left center no-repeat;
    color: #1f1f1f;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.referenceBlock:hover .reference__hover span {
    opacity: 1
}

.reference__wrap {
    margin-bottom: 100px;
    position: relative;
    z-index: 1
}
.work-for {
    padding-bottom: 30px
}

.contactPage_infoBlock_details,
.footerBottom span,
.footerTop .contactInfo,
.reference__hover span,
.whyWeBlock_swiper_content {
    font-family: Roboto
}

.person .p_img {
    text-align: center;
    position: relative;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-bottom: 15px
}

.p_1 .p_img {
    height: 334px;
    width: 239px
}

.p_2 .p_img {
    margin-top: 50px;
    width: 239px;
    height: 235px
}

.p_3 .p_img {
    margin-top: 125px
}

.p_3 .p_img,
.p_4 .p_img {
    width: 239px;
    height: 255px
}

.p_4 .p_img {
    margin-top: 78px
}

.contact__persons {
    padding-top: 50px;
    padding-bottom: 50px
}

.p_img img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0
}

.p_1 .p_img img {
    bottom: -1px
}

.reference__hover span {
    opacity: 0;
    position: absolute;
    color: #f25d2c;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 22px;
    text-transform: uppercase;
    bottom: 41px;
    left: 92px
}

.mainSectionTitle {
    margin: 12px 0 40px
}

.referenceBlock .referenceBlock_content {
    color: #fff
}

.referenceBlock:hover .referenceBlock_content,
.referenceBlock_content a {
    color: #000
}

.referenceBlock_content {
    position: relative;
    z-index: 3;
    color: #000;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.whyWeBlock:after,
.whyWeBlock:before {
    content: '';
    display: block;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute
}

.referenceBlock_arrow {
    position: absolute;
    bottom: 0;
    left: 0
}

.referenceBlock .reference__hover {
    opacity: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: .25s all ease-in;
    -o-transition: .25s all ease-in;
    -moz-transition: .25s all ease-in;
    transition: .25s all ease-in
}

.attr-link a,
footer nav a {
    -o-transition: .4s all ease;
    -moz-transition: .4s all ease
}

.referenceBlock:hover .reference__hover {
    opacity: 1
}

.whyWeBlock:after {
    background: url(../img/laptop.png) right top no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%
}

.whyWeBlock:before {
    background: url(../img/honeycomb.png) #1f1f1f;
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px;
    -o-background-size: 70px;
    background-size: 70px;
    right: 0
}

.whyWeBlock_swiper {
    padding: 0 200px
}

.whyWeBlock_swiper_title {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}

.whyWeBlock_swiper_content {
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.whyWeBlock .mainSectionTitle {
    margin-bottom: 20px;
    margin-top: 45px
}

.whyWeBlock_control {
    cursor: pointer;
    z-index: 10000
}

.whyWeBlock_control-left button {
    background: url(../img/arrow-left-slider-out.png) 100% 100%;
    width: 61px;
    height: 121px;
    border: none
}

.whyWeBlock_control-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.whyWeBlock_control-left button:before,
.whyWeBlock_control-right button:before {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.whyWeBlock_control-right button {
    background: url(../img/arrow-right-slider-out.png) 100% 100%;
    width: 61px;
    height: 121px;
    border: none
}

.whyWeBlock_control-left button:before,
.whyWeBlock_control-right button:before {
    width: 32px;
    height: 28px;
    position: absolute;
    content: '';
    top: 50%;
    display: block
}

.whyWeBlock_control-right button:before {
    background: url(../img/arrow-right-slider-in.png) 100% 100%;
    left: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

@-webkit-keyframes moveRight {
    50% {
        left: 0
    }
    0% {
        left: -15px
    }
}

@-moz-keyframes moveRight {
    50% {
        left: 0
    }
    0% {
        left: -15px
    }
}

@-o-keyframes moveRight {
    50% {
        left: 0
    }
    0% {
        left: -15px
    }
}

@keyframes moveRight {
    50% {
        left: 0
    }
    0% {
        left: -15px
    }
}

.whyWeBlock_control-right button:hover:before {
    -webkit-animation: moveRight 1s infinite;
    -moz-animation: moveRight 1s infinite;
    -o-animation: moveRight 1s infinite;
    animation: moveRight 1s infinite
}

.whyWeBlock_control-left button:before {
    background: url(../img/arrow-left-slider-in.png) 100% 100%;
    right: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.detailsControls,
.whyWeBlock_control-right {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.whyWeBlock_control-left button:hover:before {
    -webkit-animation: moveLeft 1s infinite;
    -moz-animation: moveLeft 1s infinite;
    -o-animation: moveLeft 1s infinite;
    animation: moveLeft 1s infinite
}

@-webkit-keyframes moveLeft {
    50% {
        right: 0
    }
    0% {
        right: -15px
    }
}

@-moz-keyframes moveLeft {
    50% {
        right: 0
    }
    0% {
        right: -15px
    }
}

@-o-keyframes moveLeft {
    50% {
        right: 0
    }
    0% {
        right: -15px
    }
}

@keyframes moveLeft {
    50% {
        right: 0
    }
    0% {
        right: -15px
    }
}

.whyWeBlock_control-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.whyWeBlockSwiper_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .2);
    opacity: 1;
    margin: 0 10px
}

.whyWeBlockSwiper_pagination .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    border-bottom: 0;
    -webkit-border-radius: 110px 110px 0 0;
    -moz-border-radius: 0;
    border-radius: 110px 110px 0 0;
    -moz-border-radius-topleft: 110px;
    -moz-border-radius-topright: 110px;
    position: relative;
    height: 7px;
    margin-bottom: 7px!important
}

.whyWeBlockSwiper_pagination .swiper-pagination-bullet-active:before {
    width: 5px;
    height: 5px;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    margin-top: 2px;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.footerTop .buttonsBlock button:before,
.map__google .button-gradient::after {
    content: ''
}

.whyWeBlockSwiper_pagination {
    position: static;
    margin-top: 40px
}

footer {
    margin-top: 20px
}

.footerBottom {
    background-color: #000;
    text-align: center;
    padding: 80px 15px
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footerTop {
    position: relative;
    color: rgba(42, 42, 42, .85)
}

footer nav a {
    color: #fff!important;
    transition: .4s all ease
}

footer nav a.active,
footer nav a:hover {
    color: #f25d2c!important
}

footer nav>ul>li>span {
    width: 100%;
    display: block
}

footer nav>ul>li>span>a {
    color: #fff;
    font-family: Rajdhani!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px
}

footer nav>ul>li>ul>li>a {
    color: #fff;
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px
}

footer nav>ul>li>ul {
    width: 100%;
    margin-top: 20px
}

footer nav>ul>li>ul>li {
    display: block;
    margin-bottom: 5px
}

footer nav>ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-inner footer nav>ul>li a {
    color: #fff;
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
}

footer nav>ul>li:last-child {
    margin-right: 0
}

footer nav>ul>li {
    margin-right: 30px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footerTop .mainSectionTitle {
    color: rgba(42, 42, 42, .85);
    margin-bottom: 40px
}

.footerTop .contactInfo {
    margin-top: 20px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px
}

.footerTop .buttonsBlock {
    text-align: center;
    margin-bottom: 110px;
    position: relative
}

.agency-title {
    color: #fff;
    font-family: Rajdhani;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px
}

.agency-address {
    color: #fff;
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 400
}

.agency {
    margin-bottom: 20px
}

.attr-inner:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #f25d2c;
    -webkit-transition: .5s all ease-in;
    -o-transition: .5s all ease-in;
    -moz-transition: .5s all ease-in;
    transition: .5s all ease-in
}

.person:hover .attr {
    opacity: 1;
    visibility: visible
}

.attr {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease .1s;
    -o-transition: .5s all ease .1s;
    -moz-transition: .5s all ease .1s;
    transition: .5s all ease .1s
}

.person:hover .attr-inner:before {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

.attr-inner {
    z-index: 1;
    text-align: center;
    padding: 14px 15px;
    position: relative
}

.attr-link a:hover {
    background: #f25d2c;
    color: #fff
}

.attr-link a {
    margin-top: 15px;
    padding: 4px 10px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
    color: #f25d2c;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .28px;
    transition: .4s all ease
}

.attraction-title span {
    font-size: 42px;
    line-height: 42px;
    font-weight: 900
}

.attraction-title {
    color: #fff;
    font-size: 14px;
    line-height: 21.11px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500
}

.attractions {
    bottom: 20px;
    left: 20px;
    right: 20px;
    position: absolute
}

.copyright a:hover {
    opacity: 1
}

.copyright,
.copyright a {
    opacity: .3;
    color: #fff;
    font-family: Rajdhani;
    font-size: 16px
}

.copyright a {
    font-weight: 700;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease
}

.copyright {
    line-height: 23px;
    font-weight: 400
}

.agencja {
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footerTop .buttonsBlock button {
    width: 400px;
    height: 60px;
    background-color: #fff;
    border: 1.5px solid #272727;
    color: #272727;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}

.footerTop .buttonsBlock button:before {
    display: block;
    position: absolute;
    background: url(../img/long-arrow-black.png) 100% 100%;
    width: 88px;
    height: 8px;
    left: 50%;
    bottom: -23px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: -webkit-translateX(-50%);
    transform: -webkit-translateX(-50%);
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.footerTop .buttonsBlock button:hover:before {
    bottom: -10px;
    opacity: 0
}

.footerTop .buttonsBlock button:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 0;
    background: url(../img/offer-btn-bg.png);
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: .8
}

.footerTop .buttonsBlock .buttonsBlock_left button:after {
    right: 0
}

.footerTop .buttonsBlock .buttonsBlock_right button:after {
    left: 0
}

.footerTop .buttonsBlock button:hover:after {
    width: 100%
}

.footerTop .buttonsBlock .buttonsBlock_left button {
    border-right: none;
    margin-right: 60px
}

.footerTop .buttonsBlock .buttonsBlock_right button {
    border-left: none
}

.footerTop .icon-x {
    position: absolute;
    width: 104px;
    height: 97px;
    background: url(../img/x-icon.png) 100% 100%;
    z-index: 10;
    top: -17px;
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.footerTop .footerSocial {
    width: 100%;
    height: 79px;
    text-align: center;
    margin-bottom: 100px;
    -moz-transform: rotateX(-95deg);
    transform: rotateX(-95deg);
    -webkit-transform: rotateX(-95deg);
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 0
}

.footerTop .footerSocial ul li a,
.referencesPage_ref {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.footerTop .footerSocial.active {
    -moz-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1
}

.footerTop .footerSocial ul {
    display: inline-block
}

.footerTop .footerSocial ul li {
    width: 73px;
    height: 79px;
    display: block;
    float: left;
    position: relative;
    margin-right: 22px;
    background: url(../img/foter-social-bg.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.footerTop .footerSocial ul li:last-child {
    margin-right: 0
}

.footerTop .footerSocial ul li a {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.footerTop .footerSocial ul li a:hover {
    top: 40%!important
}

.footerSocialBlock_fb:before {
    width: 6px;
    height: 13px;
    background: url(../img/fb-dark.png) 100% 100% no-repeat
}

.footerSocialBlock_behance:before {
    width: 17px;
    height: 10px;
    background: url(../img/behance-dark.png) 100% 100% no-repeat
}

.footerSocialBlock_pinterest:before {
    width: 14px;
    height: 18px;
    background: url(../img/pinterest-dark.png) 100% 100% no-repeat
}

.footerSocialBlock_instagram:before {
    width: 16px;
    height: 17px;
    background: url(../img/instagram-dark.png) 100% 100% no-repeat
}

.contactPage {
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    position: relative;
    background: #141414;
    min-height: 800px!important
}

#map,
.contactPage::after {
    top: 0;
    left: 0;
    height: 100%
}

.contactPage+footer {
    margin-top: 0
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5_hdpi.png"] {
    display: none
}

.map__google,
.map__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.map__google {
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 250px;
    width: 100%
}

.contactPage::after {
    content: '';
    position: absolute;
    width: 40%;
    z-index: 3;
    bottom: 0;
    background-image: -webkit-linear-gradient(left, rgba(27, 27, 27, .85) 0, rgba(27, 27, 27, .85) 24%, rgba(27, 27, 27, .84) 25%, rgba(27, 27, 27, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(27, 27, 27, .85) 0, rgba(27, 27, 27, .85) 24%, rgba(27, 27, 27, .84) 25%, rgba(27, 27, 27, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(27, 27, 27, .85) 0, rgba(27, 27, 27, .85) 24%, rgba(27, 27, 27, .84) 25%, rgba(27, 27, 27, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(27, 27, 27, .85)), color-stop(24%, rgba(27, 27, 27, .85)), color-stop(25%, rgba(27, 27, 27, .84)), to(rgba(27, 27, 27, 0)));
    background-image: linear-gradient(to right, rgba(27, 27, 27, .85) 0, rgba(27, 27, 27, .85) 24%, rgba(27, 27, 27, .84) 25%, rgba(27, 27, 27, 0) 100%)
}

#map,
.map__google a,
.map__google button {
    width: 100%
}

#map {
    position: absolute!important
}

.map__google .button-gradient {
    font-size: 16px;
    margin: 0;
    width: 100%;
    padding-bottom: 15px;
    height: 65px;
    background: rgba(0, 0, 0, .4)
}

.button-gradient:hover,
.map__google .button-gradient:hover {
    background: #f25d2c;
    color: #fff;
    -webkit-box-shadow: 0 0 30px #f25d2c;
    -moz-box-shadow: 0 0 30px #f25d2c;
    box-shadow: 0 0 30px #f25d2c
}

.map__google .button-gradient::after {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 45px;
    height: 8px;
    background: url(../img/short-arrow.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.map__wrapper {
    height: 100%;
    display: flex;
    position: relative
}

.contact__form_wrapper {
    max-width: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: auto
}

.aboutUsPage_features .featureBlock img,
.featureBlock_img img {
    max-width: 100%
}

.contactPage_infoBlock {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    top: 70px;
    z-index: 10;
    left: 100px;
    right: 100px;
    width: auto;
    height: 75%
}

.contactPage_infoBlockWrapper {
    padding: 50px;
    position: relative;
    border: 6px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(bottom, #f25d2c 0, #f25d2c 100%);
    -moz-border-image: -moz-linear-gradient(bottom, #f25d2c 0, #f25d2c 100%);
    -o-border-image: -o-linear-gradient(bottom, #f25d2c 0, #f25d2c 100%);
    border-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f25d2c), to(#f25d2c));
    border-image: linear-gradient(to top, #f25d2c 0, #f25d2c 100%);
    border-image-slice: 1
}

.contactPage_infoBlock h1 {
    font-size: 30px;
    margin-bottom: 45px
}

.contactPage_infoBlock p {
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: none
}

.contactPage_infoBlock p:last-child {
    margin-bottom: 0
}

.contactPage_infoBlock p a {
    font-size: 20px;
    text-transform: uppercase
}

.contactPage_infoBlock_details {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 60px;
    margin-top: 55px
}

.button-gradient {
    border-color: #f25d2c;
    -webkit-border-image: none;
    -moz-border-image: none;
    -o-border-image: none;
    border-image: none
}

.contactPage_infoBlock_details p {
    margin-bottom: 30px
}

.contactPage_infoBlock a {
    color: #fff
}

.contactPage_infoBlock_contactButtons {
    margin-top: auto
}

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

.contactPage_infoBlock_contactButtons span {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px
}

.contactPage_infoBlock_contactButtons a button {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    padding-bottom: 15px;
    height: 65px
}

.contactPage_infoBlock_contactButtons a button:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 45px;
    height: 8px;
    background: url(../img/short-arrow.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.contactPage_infoBlock_contactButtons a:last-child button {
    width: 100%
}

.gm-style-cc {
    display: none!important
}

.modal__wrapper.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.modal__wrapper {
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9)
}

.referencesPage_ref {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform: scale(.9)
}

.referencesPage_link,
.referencesPage_link:before {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.referencesPage_ref.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.referencesPage_ref_wrapper {
    display: block;
    padding: 35px 250px 35px 100px;
    position: relative;
    border: 10px solid rgba(161, 161, 161, .1);
    margin-left: 35px;
    margin-bottom: 20px
}

.referencesPage_link {
    border-left: 1.5px solid rgba(31, 31, 31, .2);
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
    top: 50px;
    position: absolute;
    display: block;
    width: 118px;
    right: 15px;
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.referencesPage_link:hover {
    color: #2a2a2a
}

.referencesPage_link span {
    position: relative;
    top: 50%;
    display: block;
    text-align: center;
    padding: 0 15px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.referencesPage_link:before,
.referencesPage_ref_wrapper:before {
    position: absolute;
    display: block;
    content: ''
}

.referencesPage_link:before {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background: url(../img/breadcrumb-arrow.png) center center no-repeat;
    width: 34px;
    height: 12px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: -15px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.referencesPage_link:hover span {
    color: #f25d2c
}

.referencesPage_ref_wrapper:before {
    background: url(../img/border-orange2.png) center center no-repeat;
    -webkit-background-size: auto auto, 100% 100%;
    -moz-background-size: auto auto, 100% 100%;
    -o-background-size: auto auto, 100% 100%;
    background-size: auto auto, 100% 100%;
    width: 91px;
    height: 98px;
    left: -50px;
    top: 50px
}

.referencesPage_ref_title {
    color: #2a2a2a;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px
}

.referencesPage_ref_content,
.referencesPage_ref_subtitle {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 22px;
    font-family: Roboto
}

.referencesPage_ref_subtitle {
    font-weight: 700
}

.referencesPage_ref_content {
    font-weight: 400;
    padding-top: 25px
}

.aboutUsPage_top {
    padding: 60px 0 70px;
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ff553f;
    background-image: -webkit-linear-gradient(bottom, #ff563f 0, rgba(254, 51, 96, .58) 100%);
    background-image: -moz-linear-gradient(bottom, #ff563f 0, rgba(254, 51, 96, .58) 100%);
    background-image: -o-linear-gradient(bottom, #ff563f 0, rgba(254, 51, 96, .58) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff563f), to(rgba(254, 51, 96, .58)));
    background-image: linear-gradient(to top, #ff563f 0, rgba(254, 51, 96, .58) 100%);
    text-align: center;
    position: relative
}

.aboutUsPage_top_wrapper {
    display: inline-block;
    width: 436px
}

.aboutUsPage_top_wrapper span:first-child {
    text-align: left;
    display: inline-block;
    width: 100%
}

.aboutUsPage_top_wrapper span:last-child {
    display: inline-block;
    width: 100%;
    text-align: right
}

.aboutUsPage_top .topBarTitleBlock_back {
    top: 45px
}

.featureBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 60px;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.aboutUsPage_features .featureBlock {
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform: scale(.9);
    opacity: .5
}

.topBarTitleBlock_back:hover {
    background: #fff;
    color: #000
}

.topBarTitleBlock_back:hover::after {
    left: -50px
}

.likeThisProject,
.likeThisProject span {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.featureBlock-left .featureBlock_info:after,
.featureBlock-left .featureBlock_info:before,
.featureBlock-right .featureBlock_info:after,
.featureBlock-right .featureBlock_info:before,
.featureBlock_content:before {
    display: block;
    top: 0;
    content: ''
}

.aboutUsPage_features .featureBlock.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.featureBlock_number {
    color: rgba(42, 42, 42, .85);
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase
}

.featureBlock_title {
    color: #2a2a2a;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px
}

.featureBlock_content {
    color: #1e1e1e;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 190px;
    position: relative
}

.featureBlock_content:before {
    position: absolute;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.featureBlock_content-short:before {
    background: url(../img/feature1-icon.png);
    left: 0;
    width: 134px;
    height: 134px
}

.featureBlock_content-individual:before {
    background: url(../img/feature2-icon.png);
    right: 0;
    width: 135px;
    height: 135px
}

.featureBlock_content-creativity:before {
    background: url(../img/feature3-icon.png);
    left: 0;
    width: 136px;
    height: 134px
}

.featureBlock-left .featureBlock_info {
    position: relative
}

.featureBlock-left .featureBlock_info:after {
    width: 50%;
    height: 100%;
    right: -15px;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1
}

.featureBlock-left .featureBlock_info:before {
    position: absolute;
    height: 13px;
    left: 50px;
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: calc(50% - 80px);
    margin: 6px 13px 6px 0;
    background: url(../img/square-feature.png) top right no-repeat
}

.featureBlock-right {
    text-align: right
}

.featureBlock-right .featureBlock_info {
    position: relative
}

.featureBlock-right .featureBlock_info:after {
    width: 50%;
    height: 100%;
    left: -15px;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1
}
.main-template-file .realization-box__type,  .main-template-file .realization-box__description{
    display: none;
}
.featureBlock-right .featureBlock_info:before {
    position: absolute;
    height: 13px;
    right: 65px;
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: calc(50% - 80px);
    margin: 6px 0 6px 13px;
    background: url(../img/square-feature.png) top left no-repeat;
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.detailsControls,
.topBarTitleBlock>.container {
    position: relative
}

.featureBlock-right .featureBlock_content {
    padding-left: 0;
    padding-right: 190px
}

.featureBlock-right .featureBlock_content:before {
    right: 0;
    left: auto
}

.aboutUsPage .separateBlock_arrow {
    z-index: 10;
    -webkit-shape-outside: polygon(0 0, -webkit-calc(100%) 0, 100% -webkit-calc(100% - 50px), -webkit-calc(50% + 70px) -webkit-calc(100% - 50px), 50% 100%, -webkit-calc(50% - 70px) -webkit-calc(100% - 50px), 0 -webkit-calc(100% - 50px));
    shape-outside: polygon(0 0, -moz-calc(100%) 0, 100% -moz-calc(100% - 50px), -moz-calc(50% + 70px) -moz-calc(100% - 50px), 50% 100%, -moz-calc(50% - 70px) -moz-calc(100% - 50px), 0 -moz-calc(100% - 50px));
    shape-outside: polygon(0 0, calc(100%) 0, 100% calc(100% - 50px), calc(50% + 70px) calc(100% - 50px), 50% 100%, calc(50% - 70px) calc(100% - 50px), 0 calc(100% - 50px));
    clip-path: polygon(0 0, -moz-calc(100%) 0, 100% -moz-calc(100% - 50px), -moz-calc(50% + 70px) -moz-calc(100% - 50px), 50% 100%, -moz-calc(50% - 70px) -moz-calc(100% - 50px), 0 -moz-calc(100% - 50px));
    clip-path: polygon(0 0, calc(100%) 0, 100% calc(100% - 50px), calc(50% + 70px) calc(100% - 50px), 50% 100%, calc(50% - 70px) calc(100% - 50px), 0 calc(100% - 50px));
    -webkit-clip-path: polygon(0 0, -webkit-calc(100%) 0, 100% -webkit-calc(100% - 50px), -webkit-calc(50% + 70px) -webkit-calc(100% - 50px), 50% 100%, -webkit-calc(50% - 70px) -webkit-calc(100% - 50px), 0 -webkit-calc(100% - 50px));
    -webkit-shape-margin: 20px;
    shape-margin: 20px
}

.technologiesSwiper {
    padding-bottom: 100px
}

.detailsPage .topBarTitleBlock h1,
.topBarTitleBlock .page__name {
    padding-right: 340px
}




.likeThisProject {
    display: block;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #ff563f 0, #fe3c46 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #ff563f 0, #fe3c46 100%);
    -o-border-image: -o-linear-gradient(bottom, #ff563f 0, #fe3c46 100%);
    border-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff563f), to(#fe3c46));
    border-image: linear-gradient(to top, #ff563f 0, #fe3c46 100%);
    border-image-slice: 1;
    color: #2a2a2a;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.likeThisProject:hover {
    color: #ff563f
}

.likeThisProject span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 65px 0;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.likeThisProject:hover span {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.likeThisProject:hover span:before {
    top: 10px;
    opacity: 0
}

.likeThisProject:hover span:after {
    bottom: 10px;
    opacity: 0
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #f25d2c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    -moz-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    -o-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.breadcrumb_rightSide {
    display: none!important
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    -o-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    -moz-animation-delay: -.6s;
    -o-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    -moz-animation-delay: -.3s;
    -o-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    -moz-animation-delay: -.2s;
    -o-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    -moz-animation-delay: -.1s;
    -o-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.detailsPage_poster_hover_IconsWrapper a>span,
.mini__modal_click .btn__close {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.logo_img {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.topBarBlock.active .logo_img {
    width: 155px;
    height: auto;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.topDetailsBtnLink,
.topDetailsBtnLink span.hover__ {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease
}

.realizationPageName {
    color: #d4d4d4;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    text-transform: uppercase;
    font-size: 28vw;
    line-height: 20vw;
    height: 19.7vw
}

.relative {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.detailsPage_poster_hover_IconsWrapper {
    text-align: center;
    overflow: hidden;
    max-width: 440px;
    margin: 200px auto 0
}

.realizationPageName span {
    background-image: url(../img/slice.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    font-family: Roboto;
    font-weight: 700;
    position: relative;
    width: 999999px;
    display: inline-block;
    z-index: -1
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.detailsPage_poster_hover_IconsWrapper_bottom,
.detailsPage_poster_hover_IconsWrapper_middle,
.detailsPage_poster_hover_IconsWrapper_top {
    display: inline-block
}

.detailsPage_poster_hover_IconsWrapper_top {
    margin-bottom: -30px
}

.detailsPage_poster_hover_IconsWrapper_bottom {
    margin-top: 0
}

.detailsPage_poster_hover_IconsWrapper a {
    display: inline-block;
    width: 190px;
    height: 210px;
    background: url(../img/details-hover.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    margin: 8px
}

.detailsPage_poster_hover_IconsWrapper a>span:before,
.detailsPage_poster_hover_like:before,
.topDetailsBtnLink:before {
    display: block;
    content: ''
}

.detailsPage_poster_hover_IconsWrapper a:hover {
    background: url(../img/details-hover2.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.detailsPage_poster_hover_like:before {
    position: absolute;
    top: 50%;
    right: -150px;
    background: url(../img/like-us2.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 188px;
    height: 152px
}

.detailsPage_poster_hover_IconsWrapper a>span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    padding: 35px 30px 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.detailsPage_poster_hover_IconsWrapper a>span:before {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.detailsPage_poster_hover_IconsWrapper .detailsPage_poster_hover_link span:before {
    width: 40px;
    height: 19px;
    background: url(../img/link-icon2.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.detailsPage_poster_hover_IconsWrapper .detailsPage_poster_hover_like span:before {
    background: url(../img/hearth-icon.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 34px;
    height: 29px
}

.detailsPage_poster_hover_IconsWrapper .detailsPage_poster_hover_be span:before {
    background: url(../img/behance-icon.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 37px;
    height: 22px
}

.detailsPage_poster_hover_IconsWrapper .detailsPage_poster_hover_pinterest span:before {
    background: url(../img/pinteres-icon.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 31px;
    height: 40px
}

.tooltipster-base {
    margin-left: 85px
}

.topDetailsBtnLink {
    display: inline-block;
    width: 73px;
    height: 79px;
    background: url(../img/details-hover.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    margin: 8px;
    text-transform: lowercase;
    transition: .3s all ease
}

.topDetailsBtnLink span,
.topDetailsBtnLink span.hover__ {
    color: #fff;
    font-weight: 500;
    width: 100%;
    font-family: Roboto;
    text-align: center
}

.topDetailsBtnLink:hover {
    background: url(../img/details-hover2.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.topDetailsBtnLink:hover:before {
    opacity: 0
}

.topDetailsBtnLink span {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    left: 0
}

.topDetailsBtnLink:hover span.hover__ {
    opacity: 1
}

.topDetailsBtnLink span.hover__ {
    position: absolute;
    opacity: 0;
    bottom: auto;
    font-size: 13px;
    left: 50%;
    top: 50%;
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: .3s all ease
}

.topDetailsBtnLink:before {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.buttonsLink ul li a,
.buttonsLink ul li a:before {
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.topDetailsBtnLink_link:before {
    width: 27px;
    height: 20px;
    background: url(../img/detailsTop-link-icon.png) center no-repeat
}

.topDetailsBtnLink_like:before {
    width: 17px;
    height: 14px;
    background: url(../img/detailsTop-hearth-icon.png)
}

.topDetailsBtnLink_like:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -220px;
    width: 235px;
    height: 93px;
    background: url(../img/like-us.png)
}

.topDetailsBtnLink_views:before {
    width: 23px;
    height: 15px;
    background: url(../img/detailsTop-eye-icon.png)
}

.topDetailsBtnLink_wrapper {
    padding-top: 30px;
    padding-bottom: 40px
}

.jobPage_content {
    padding-bottom: 50px
}

.agreeText {
    color: #1e1e1e;
    font-family: Roboto;
    font-size: 13px;
    line-height: 20px
}

.jobPage_content_leftSide {
    height: 100%;
    text-align: center
}

.jobPage .likeThisProject {
    position: relative
}

.buttonsLink {
    border-bottom: 1px solid rgba(31, 31, 31, .2);
    padding-bottom: 20px;
    margin-bottom: 40px
}

.buttonsLink ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px
}

.buttonsLink ul li.active a {
    background-color: #ff553f;
    background-image: -webkit-linear-gradient(bottom, #ff4d36 0, #fe3157 100%);
    background-image: -moz-linear-gradient(bottom, #ff4d36 0, #fe3157 100%);
    background-image: -o-linear-gradient(bottom, #ff4d36 0, #fe3157 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff4d36), to(#fe3157));
    background-image: linear-gradient(to top, #ff4d36 0, #fe3157 100%)
}

.buttonsLink ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    height: 35px;
    background-color: #1f1f1f;
    display: inline-block;
    line-height: 35px;
    padding: 0 25px;
    min-width: 210px;
    text-align: center;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.buttonsLink ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 86, 63, 1) 0, rgba(254, 60, 70, 1) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(255, 86, 63, 1) 0, rgba(254, 60, 70, 1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 86, 63, 1) 0, rgba(254, 60, 70, 1) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 86, 63, 1)), to(rgba(254, 60, 70, 1)));
    background-image: linear-gradient(to top, rgba(255, 86, 63, 1) 0, rgba(254, 60, 70, 1) 100%);
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: -1
}

.buttonsLink ul li a:hover {
    -webkit-box-shadow: 0 0 30px #ff4f41;
    -moz-box-shadow: 0 0 30px #ff4f41;
    box-shadow: 0 0 30px #ff4f41;
    background-color: transparent
}

.buttonsLink ul li a:hover:before {
    opacity: 1
}

.pictureWall {
    margin-top: -50px;
    overflow: hidden;
    margin-bottom: -60px
}

.pictureWall .pictureWall_block:nth-child(odd) {
    width: -webkit-calc(30% - 15px);
    width: -moz-calc(30% - 15px);
    width: calc(30% - 15px);
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 15px
}

.pictureWall .pictureWall_block:nth-child(even) {
    width: -webkit-calc(20% - 15px);
    width: -moz-calc(20% - 15px);
    width: calc(20% - 15px);
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 15px
}

.pictureWall .pictureWall_block .pictureWall_block_imgWrapper:first-child {
    margin-bottom: 15px
}

.pictureWall .pictureWall_block:nth-child(4n) {
    width: 20%;
    margin-right: 0
}

.pictureWall_block img {
    width: 100%;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.pictureWall_block img:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.pictureWall_block_imgWrapper {
    overflow: hidden
}

.pictureWall_1_3 {
    width: 29.58%
}

.pictureWall_1_6 {
    width: 20.42%
}

.border-left {
    margin-left: 15px
}

.border-leftBottom {
    margin: 0 0 15px 15px
}

.realizationPage {
    width: 100%
}

.realizationPage .mainSectionTitle {
    background-color: #fff;
    padding: 40px 0;
    color: #2a2a2a;
    margin: 0 -15px;
    position: relative
}

.realizationPage .topBarTitleBlock_back {
    top: 45px
}

.topBarTitleBlock {
    margin-left: 0;
    margin-right: 0
}

.topBarTitleBlock_back {
    color: #000;
    border: none;
    font-weight: 700
}

.realizationMenu {
    background: #fff;
    padding-bottom: 20px
}

.realizationMenu ul li {
    float: left
}

.realizationMenu ul li a {
    color: #272727;
    margin: 0 10px 10px 0
}

.realizationMenu ul li:last-child a {
    margin-right: 0
}

.realizationMenu ul li:first-child a {
    margin-left: 0
}

.mainSectionTitle a {
    color: #000;
    line-height: 50px
}

.allRealizationsSwiper .swiper-slide {
    display: block!important
}

.mainSectionTitle_heigher {
    font-weight: 900
}

.realizationPage .selection {
    display: block
}

.realizationPage .select2 {
    width: 220px!important;
    height: 34px;
    margin-top: 8px
}

.realizationPage .select2-selection {
    border: none;
    border-bottom: 1px solid #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%
}

.realizationPage .select2-selection__rendered {
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 34px!important
}

.realizationRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.realizationRow .realization_featureBlock {
    position: relative
}

.realizationRow .realization_featureBlock_content {
    position: absolute;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    height: -webkit-calc(100% - 25px);
    height: -moz-calc(100% - 25px);
    height: calc(100% - 25px)
}

.servicesPage .tags {
    padding-top: 30px
}

.servicesPage .tags li {
    float: left;
    color: #fff
}

.servicesPage .tags li:first-child {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 20px;
    line-height: 50px
}

.servicesPage_description {
    display: block;
    min-height: 700px;
    position: relative
}



.servicesPage_content>.row>img,
.servicesPage_content_info_onlyImage img {
    max-width: 100%
}

.servicesMenu ul {
    width: 100%
}

.servicesMenu>.servicesMenu_firstLevel>li {
    border-bottom: 1px solid #e1e1e1
}

.servicesMenu>.servicesMenu_firstLevel>li>a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding: 17px 0;
    position: relative;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.servicesMenu .servicesMenu_secondLevel>li>a {
    position: relative
}

.servicesMenu_secondLevel {
    display: none
}

.servicesMenu_secondLevel>li {
    margin-bottom: 5px
}

.has-submenu .active+.servicesMenu_secondLevel {
    display: block
}

.servicesMenu .servicesMenu_secondLevel>li>a:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/this.png) center no-repeat
}

.servicesMenu .servicesMenu_secondLevel>li>a.active,
.servicesMenu .servicesMenu_secondLevel>li>a:hover,
.servicesMenu>.servicesMenu_firstLevel>li>a.active,
.servicesMenu>.servicesMenu_firstLevel>li>a:hover {
    color: #f25d2c
}

.servicesMenu>.servicesMenu_firstLevel>li>a:before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0
}

.servicesMenu .servicesMenu_secondLevel li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 0 10px 14px;
    position: relative;
    line-height: 15px;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.servicesPage_content>.row {
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform: scale(.9);
    opacity: 1;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

body b,
body strong {
    font-weight: 700!important
}

.mini__modal_text .tel,
.mini__modal_text h4 {
    font-family: Rajdhani!important;
    font-weight: 700
}

.servicesPage_content>.row.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.servicesPage_content_info_onlyImage {
    text-align: center
}

.mini__modal_text h4 {
    margin-top: 22px;
    color: #292929;
    font-size: 25px;
    line-height: 24px
}

.mini__modal__contact_ {
    display: none
}

.mini__modal__contact {
    width: 100%;
    padding-top: 15px;
    background: #fff;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    max-height: initial;
    -webkit-transition: .4s max-height ease-out;
    -o-transition: .4s max-height ease-out;
    -moz-transition: .4s max-height ease-out;
    transition: .4s max-height ease-out
}

.mini__modal {
    max-width: 380px;
    width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 102;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.detailsPage_info a:hover {
    color: #131313
}

.detailsPage_info a {
    color: #f25d2c;
    -webkit-transition: .35s all ease;
    -o-transition: .35s all ease;
    -moz-transition: .35s all ease;
    transition: .35s all ease
}

.mini_modal_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.mini_modal_img img {
    width: 100%;
    height: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.send_Q {
    height: 37px;
    line-height: 35px;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border: 2px solid #ff4e00;
    background: #ff4e00;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.mini__modal_click .btn__close {
    position: absolute;
    top: 50%;
    right: 12px;
    padding: 20px;
    background: url(../img/upwards-arrow.png) center no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px
}

.mini__modal_click .btn__close.arrow {
    background: url(../img/x_close.png) center no-repeat;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px
}

.mini_modal_img {
    width: 50%
}

.mini__modal_text {
    width: 50%;
    padding: 0 5px
}

.send_Q:hover {
    background: 0 0;
    color: #f25d2c
}

.mini__modal_text .tel {
    color: #292929;
    padding-left: 30px;
    background: url(../img/tele.png) left center no-repeat;
    font-size: 20px;
    line-height: 23px
}

.mini__modal_text p {
    margin-bottom: 14px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px
}

.mini__modal_click {
    cursor: pointer;
    position: relative;
    width: 100%;
    color: #fff;
    padding: 15px 40px;
    -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 40px rgba(0, 0, 0, .05);
    background: #f25d2c;
    font-family: Rajdhani!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center
}

.servicesPage_content {
    padding-bottom: 100px;
    float: left;
    width: 80%;
    padding-left: 50px
}

.servicesPage_topImage {
    max-height: 380px;
    display: block;
    position: relative;
    text-align: center
}

.servicesPage_topImage img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.shape12,
.shape13,
.shape14,
.shape15,
.shape16,
.shape17 {
    z-index: 10000
}

.servicesPage_content_info_textBlock {
    padding-left: 50px
}

.parallaxScene,
.sentence:before,
.shape,
.shape12 {
    position: absolute
}

.layer,
.parallaxScene {
    width: 100%;
    height: 100%
}

.servicesPage_content_info-right {
    text-align: right
}

.servicesPage_content_info-right .servicesPage_content_info_textBlock {
    padding-left: 15px;
    padding-right: 50px
}

.shape {
    display: block
}

.shape1 {
    top: 0;
    right: 15%
}

.shape2 {
    bottom: -90px;
    left: 25%
}

.shape3 {
    top: 25%;
    left: 10%
}

.shape4 {
    top: 0;
    left: 3%
}

.shape5 {
    bottom: -70px;
    left: 10%
}

.shape6 {
    right: 0;
    top: 50%
}

.shape7 {
    left: 0;
    top: 30%
}

.shape8 {
    top: 15%;
    left: 10%
}

.shape9 {
    top: -30px;
    left: -40px
}

.shape10 {
    right: 10%;
    top: 5%
}

.shape11 {
    top: -40px;
    left: 4%
}

.shape12 {
    top: 15%;
    left: 10%
}

.shape13 {
    top: 70%;
    left: 9%
}

.shape14 {
    bottom: 5%;
    left: 30%
}

.shape15 {
    top: 50%;
    right: 10%
}

.shape16 {
    top: 5%;
    left: 60%
}

.shape17 {
    top: 0;
    right: 10%
}

.parallaxScene {
    top: 0;
    left: 0
}

@media (max-width:1800px) {
    .offerB {
        padding-right: 50px
    }
    footer nav>ul>li>span>a {
        font-size: 16px
    }
    footer nav>ul>li>ul>li>a {
        font-size: 15px
    }
    .offerB-5 {
        padding-right: 5%
    }
    .know-us-back {
        font-size: 300px
    }
    footer nav>ul>li {
        margin-right: 15px
    }
}

@media (max-width:1500px) {
    footer nav>ul>li {
        margin-right: 0
    }
    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .agency {
        margin-bottom: 20px
    }
    .offerB-1>img {
        right: 58px
    }
    .work-title {
        font-size: 20px
    }
    .next__real {
        right: 5px
    }
    .prev__real {
        left: 5px
    }
    .copyright {
        font-size: 14px
    }
    .real__arrows {
        width: 25px;
        height: 100px
    }
    .know-us-back {
        font-size: 250px
    }
}

@media (max-width:1366px) {
    .navigation ul li a {
        font-size: 16px
    }
    .know-us-right {
        padding-left: 40px
    }
    .know-us-left {
        padding-right: 40px
    }
    .know-us-element {
        font-size: 26px
    }
    .mainBlock .mainBlock_textBlock:after {
        width: 167px;
        height: 295px
    }
}

@media (max-width:1200px) {
    .person .p_img {
        width: 100%
    }
    .know-us-back {
        font-size: 203px
    }
    .firmpage-first-title {
        font-size: 56px;
        line-height: 56px
    }
    .firmpage-text {
        font-size: 26px;
        line-height: 26px
    }
    .firmpage-h2,
    .know-us-title {
        font-size: 54px
    }
    .firmpage-h2 {
        line-height: 54px
    }
    .full {
        margin-bottom: 10px;
        display: block
    }
    .main-offer-item {
        width: 50%;
        padding-left: 30px
    }
    .know-us-element {
        font-size: 22px
    }
    .full .kontakt__item {
        width: 70%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .topDetailsBtnLink_like:after {
        display: none
    }
    .navigation ul li a {
        font-size: 14px
    }
}

@media (max-width:1199px) {
    .work-for-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .work-element {
        margin: 15px 0;
        width: 100%
    }
}

@media (min-width:992px) {
    .btn-nav,
    .mobileNav {
        display: none
    }
}

@media (max-width:991px) {
    .footerTop .mainSectionTitle_heigher,
    .new-offer .mainSectionTitle_heigher,
    .realizationBlock .mainSectionTitle_heigher {
        font-size: 73px
    }
    footer nav>ul>li {
        padding: 7px 0
    }
    .footerBottom {
        padding: 30px 15px
    }
    .know-us-inner,
    footer nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .know-us-right {
        min-height: initial
    }
    .know-us-5 {
        width: 100%
    }
    .main-offer-title {
        font-size: 20px
    }
    .modal__title span::after,
    .modal__title span::before {
        max-width: 15px
    }
    .know-us-back {
        font-size: 140px
    }
    .modal__reference__success .modal__title span::before {
        right: 100%;
        max-width: 25px
    }
    .modal__reference__success .modal__title span::after {
        left: 100%;
        max-width: 25px
    }
    .modal__reference {
        max-width: 100%
    }
    .contactPage_infoBlock {
        left: 20px;
        right: 20px
    }
    .cookie-text .tresc {
        line-height: 14px
    }
    .cookie .agree {
        height: 40px;
        padding: 0 40px
    }
    .cookie-text .title {
        margin-bottom: 10px
    }
    .cookie {
        padding: 20px 0
    }
    .topBarBlock .container {
        position: relative
    }
    div[class*=offerB-] {
        -webkit-background-size: 70%!important;
        -moz-background-size: 70%!important;
        -o-background-size: 70%!important;
        background-size: 70%!important
    }
    div.offerB-orange {
        -webkit-background-size: cover!important;
        -moz-background-size: cover!important;
        -o-background-size: cover!important;
        background-size: cover!important
    }
    div.detailsControls {
        top: 0
    }
    div.realizationBlock {
        padding-bottom: 30px
    }
    .servicesPage_content {
        width: 100%;
        float: none
    }
    .col-sm-12 {
        width: 100%
    }
    .offerB-2,
    .offerB-3,
    .offerB-4,
    .offerB-5,
    .offerB-6 {
        padding-left: 50px!important
    }
    .offerB {
        height: auto
    }
    .modal__kontakt,
    .modal_question {
        overflow-y: auto;
        height: 100%;
        top: auto;
        left: auto;
        width: 100%
    }
    .mainSectionTitle {
        margin: 10px 0 20px
    }
    .modal__title span {
        font-size: 60px;
        line-height: 62px
    }
    .modal_question {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        max-width: 100%
    }
    .modal__kontakt {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .kontakt__item span {
        white-space: normal;
        margin-bottom: 10px;
        display: block;
        width: 100%
    }
    .full .kontakt__item {
        text-align: center;
        display: block
    }
    .person {
        width: 80%
    }
    .navigation {
        display: none
    }
    .detailsPage_poster_wrapper {
        top: 0;
        padding-top: 20px;
        position: static
    }
    .p_4 .p_img {
        margin-top: 150px
    }
    .full:first-child .kontakt__item input {
        max-width: 326px;
        width: 100%
    }
    .sameHeight {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contact__info {
        text-align: center
    }
    .sameHeight [class*=col-] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:850px) {
    .real__arrows {
        display: none
    }
}

@media (max-width:767px) {
    .firmpage-img-row,
    .main-offer-row {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical
    }
    .know-us-back {
        top: -110px;
        font-size: 90px
    }
    .firmpage-header {
        font-size: 50px;
        line-height: 50px
    }
    .firmpage-first-title {
        font-size: 40px;
        line-height: 44px
    }
    .firmpage-row-text {
        padding-left: 10px
    }
    .reference__wrap h2 .mainSectionTitle_heigher,
    .work-for h2 .mainSectionTitle_heigher {
        font-size: 35px
    }
    .firmpage-row-text-title {
        font-size: 26px;
        line-height: 26px
    }
    .main-offer-row {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .realizationBlock h2 {
        font-size: 26px
    }
    .footerTop .mainSectionTitle_heigher,
    .new-offer .mainSectionTitle_heigher,
    .realizationBlock .mainSectionTitle_heigher {
        font-size: 52px
    }
    .new-offer .mainSectionTitle {
        margin: 30px 0
    }
    .know-us-left {
        padding-right: 15px
    }
    .main-offer-item {
        width: 100%
    }
    .know-us-inner {
        padding-top: 20px
    }
    .map__google {
        text-align: center;
        max-width: 100%
    }
    .modal__reference__success .modal__title span::before {
        right: 100%;
        max-width: 20px
    }
    .modal__reference__success .modal__title span::after {
        left: 100%;
        max-width: 20px
    }
    .cookie-text .tresc {
        font-size: 11px
    }
    .cookie {
        padding: 10px 0
    }
    .cookie-container {
        background-position: 15px bottom;
        -webkit-background-size: 48px 48px;
        -moz-background-size: 48px;
        -o-background-size: 48px;
        background-size: 48px
    }
    .cookie .agree {
        display: block;
        position: static;
        max-width: 140px;
        width: 100%;
        top: auto;
        margin: 10px auto 0;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    ,
    .contactPage::after,
    .modal__reference__success .modal__title span::after,
    .modal__reference__success .modal__title span::before,
    .modal_success .modal__title span::after,
    .modal_success .modal__title span::before {
        display: none
    }
    .cookie-wrapper {
        padding-left: 0
    }
    .cookie-text {
        padding-right: 0
    }
    .mainBlock .mainBlock_textBlock:after {
        width: 137px!important;
        height: 196px!important;
        bottom: 0
    }
    .topBarBlock>div {
        width: 100%;
        padding: 0
    }
    .modal__reference__success .modal__title span,
    .modal_success .modal__title span {
        font-size: 36px;
        line-height: 38px
    }
    .modal__reference__success,
    .modal_success {
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-y: auto;
        width: 100%;
        left: auto;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: 100%
    }
    .contactPage_infoBlock_contactButtons {
        margin-top: 20px
    }
    .map__wrapper {
        height: auto
    }
    .listItem {
        margin-top: 0;
        border-bottom: 1px solid #e1e1e1
    }
    .list__content {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }
    .page__title {
        font-size: 42px;
        line-height: 44px
    }
    .customBreadcrumb {
        background: #fff;
        padding-left: 5px;
        padding-right: 5px
    }
    .detailsPage .topBarTitleBlock h1,
    .topBarTitleBlock .page__name {
        padding-right: 100px
    }
    .mainSectionTitle-decoration .mainSectionTitle_heigher:hover:before {
        width: 50px;
        left: -74px
    }
    .topBarTitleBlock_back:hover::after {
        left: -55px
    }
    .mainSectionTitle-decoration .mainSectionTitle_heigher:hover:after {
        width: 50px;
        right: -74px
    }
    .full .kontakt__item,
    .input__field:nth-child(2) .field {
        width: 100%
    }
    .customBreadcrumb li:last-child {
        padding-right: 0
    }
    .breadcrumb_leftSide {
        display: block!important
    }
    div.contactPage {
        height: 1000px!important
    }
    .input__field:nth-child(2) {
        display: block
    }
    .customBreadcrumb li {
        padding-right: 10px
    }
    .kontakt__item span {
        font-size: 17px
    }
    .breadcrumbBlock {
        margin-left: 0!important;
        margin-right: 0!important;
        margin-bottom: 40px!important
    }
    .realization-box-wrap[class*=col-sm-6] {
        width: 50%
    }
    .contactPage::after,
    .person {
        width: 100%
    }
    .person {
        max-width: 200px
    }
    .p_3 .p_img {
        margin-top: 150px
    }
    .modal__kontakt {
        padding-left: 20px;
        padding-right: 20px
    }
    .contact__form_wrapper {
        max-width: 100%;
        margin-bottom: 10px
    }
    .firmpage-img-col {
        margin: 0 auto 20px;
        width: 100%
    }
    .modal__title span {
        font-size: 44px;
        line-height: 46px
    }
    .map__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .firmpage-img-row {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

/* @media (max-width:500px) {
    .reference__hover span {
        left: 15px
    }
    div.detailsControls button {
        width: 70%
    }
    div[class*=offerB-] {
        padding-left: 15px!important
    }
    .detailsControls button {
        height: 32px!important;
        line-height: 32px!important
    }
    .topBarTitleBlock_back {
        margin: 8px
    }
    .topSocialBlock {
        bottom: auto!important
    }
    .mainBlock .mainBlock_textBlock:after {
        right: -13px;
        width: 118px;
        height: 267px
    }
} */

/* @media (max-width:479px) {
    .contactPage_infoBlockWrapper h3,
    .firmpage-text,
    .modal__reference__success .modal__title {
        font-size: 20px
    }
    .firm-page-row-img {
        text-align: center;
        width: 100%
    }
    .firmpage-box-border-sub {
        padding: 5px
    }
    .firmpage-row-text {
        width: 100%;
        padding: 20px 0 0
    }
    .firmpage-h2 {
        font-size: 30px;
        line-height: 30px
    }
    .firm-page-row {
        padding: 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .firmpage-first-title {
        font-size: 28px;
        line-height: 28px
    }
    .firmpage-header {
        font-size: 34px;
        line-height: 34px
    }
    .mainBlock_sub {
        font-size: 20px
    }
    .main-offer-item {
        padding: 35px
    }
    .modal__kontakt,
    .modal__reference,
    .modal_question {
        padding: 53px 20px
    }
    .modal__reference__success .modal__title span {
        font-size: 26px;
        line-height: 26px;
        margin-top: 10px
    }
    .footerTop .mainSectionTitle_heigher,
    .new-offer .mainSectionTitle_heigher,
    .realizationBlock .mainSectionTitle_heigher {
        font-size: 34px
    }
    .some-hover span {
        font-size: 26px
    }
    .mainBlock .mainBlock_textBlock:after {
        width: 113px!important;
        height: 161px!important;
        bottom: 0
    }
    .know-us-right {
        padding: 30px 15px
    }
    .work-title {
        font-size: 16px;
        line-height: 20px
    }
    .work-for-inner {
        padding: 15px
    }
    .mainSectionTitle a {
        line-height: 26px
    }
    .realizationBlock h2 {
        font-size: 18px
    }
    .know-us-element {
        font-size: 15px
    }
    .know-us-right-inner {
        padding: 35px 0
    }
    .know-us-left {
        padding-top: 45px;
        padding-bottom: 40px
    }
    .know-us-title {
        font-size: 35px;
        line-height: 35px
    }
    .know-us-back {
        font-size: 56px
    }
    .reference__wrap h2 .mainSectionTitle_heigher,
    .work-for h2 .mainSectionTitle_heigher {
        font-size: 20px
    }
    .over__modal,
    .realization-box-wrap[class*=col-sm-6] {
        width: 100%
    }
    .footerTop .contactInfo {
        font-size: 18px
    }
    .page__title {
        font-size: 32px;
        line-height: 32px
    }
    .topBarTitleBlock .page__name,
    .topBarTitleBlock h1 {
        font-size: 22px;
        line-height: 24px;
        margin: 25px 0
    }
    .customBreadcrumb li:last-child {
        padding-right: 0!important
    }
    .topBarTitleBlock_back {
        right: 0!important
    }
    .contactPage_infoBlock p,
    .contactPage_infoBlockWrapper h3+p {
        font-size: 14px
    }
    div[class*=offerB-] {
        min-height: 220px;
        height: -webkit-calc(50% - 25px);
        height: -moz-calc(50% - 25px);
        height: calc(50% - 25px)
    }
    .modal__title {
        line-height: 30px;
        font-size: 25px
    }
    .address {
        font-size: 13px
    }
    .modal__title span {
        font-size: 36px
    }
    .navig ul li a {
        font-size: 24px;
        line-height: 24px
    }
    .servicesPage_content_info_textBlock {
        padding-left: 0
    }
    .navig {
        padding-bottom: 10px
    }
    .mini__modal_click .btn__close {
        right: 7px
    }
    .mini_modal_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .m_soc,
    .navig ul li {
        margin-bottom: 10px
    }
    .mini__modal_text h4 {
        font-size: 20px
    }
    .mini__modal_click {
        font-size: 14px
    }
    .mini__modal_text {
        padding-top: 0
    }
} */

/* @media screen and (max-height:600px) {
    div.contactPage {
        height: 800px!important
    }
} */

/* @media screen and (max-height:780px) {
    .modal__kontakt,
    .modal__reference,
    .modal_question {
        overflow-y: auto;
        width: 100%;
        left: auto;
        top: auto;
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
} */

/* @media screen and (max-height:900px) {
    div[class*=offerB-] {
        min-height: 225px;
        padding-bottom: 60px
    }
} */