@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

body,html {
    height: 100%
}

html {
    font-size: 10px
}

body {
    font-size: 1.6rem;
    font-family: "GothamPro";
    font-weight: 200;
    background-image: url(../img/gray-greed.png);
    background-attachment: fixed
}

@font-face {
    font-family:"GothamPro";src:url(../fonts/GothamProRegular/GothamProRegular.eot);src:url(../fonts/GothamProRegular/GothamProRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamProRegular/GothamProRegular.woff) format("woff"),url(../fonts/GothamProRegular/GothamProRegular.ttf) format("truetype");font-style:normal;font-weight:400
}

@font-face {
    font-family:"GothamPro";src:url(../fonts/GothamProBold/GothamProBold.eot);src:url(../fonts/GothamProBold/GothamProBold.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamProBold/GothamProBold.woff) format("woff"),url(../fonts/GothamProBold/GothamProBold.ttf) format("truetype");font-style:normal;font-weight:700
}

@font-face {
    font-family:"GothamPro";src:url(../fonts/GothamProMedium/GothamProMedium.eot);src:url(../fonts/GothamProMedium/GothamProMedium.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamProMedium/GothamProMedium.woff) format("woff"),url(../fonts/GothamProMedium/GothamProMedium.ttf) format("truetype");font-style:normal;font-weight:600
}

@font-face {
    font-family:"GothamPro";src:url(../fonts/GothamProLight/GothamProLight.eot);src:url(../fonts/GothamProLight/GothamProLight.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamProLight/GothamProLight.woff) format("woff"),url(../fonts/GothamProLight/GothamProLight.ttf) format("truetype");font-style:normal;font-weight:200
}

@font-face {
    font-family:'FontAwesome';src:url(../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal
}

::-moz-selection {
    color: #000;
    background-color: #eee
}

::selection {
    color: #000;
    background-color: #eee
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 12px
}

:-ms-input-placeholder,::-ms-input-placeholder {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 12px
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 12px
}

:-ms-input-placeholder {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 12px
}

::-ms-input-placeholder {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 12px
}

::placeholder {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 12px
}

.uppercase {
    text-transform: uppercase;
    font-weight: 200;
}

.light {
    font-weight: 200
}

.blue {
    color: #0072ff
}

.fixed-widget {
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      border: 0 solid #000;
      right: 14em;
      top: 10.6em;
      position: fixed;
      font-size: 1.5rem;
      color: #fff;
      display: inline-block;
      padding: 1.6rem 2.3rem 1rem 1.3rem;
      background: #0071ff;
      -webkit-transform: rotate(-90deg) translateZ(0);
      transform: rotate(-0deg) translateZ(0);
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeSpeed;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      font-family: "GothamPro";
      text-decoration: none;
      z-index: 999;
}

.fixed-widget-new {
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      width: 12em;
      height: 2em;
      border: 0 solid #000;
      text-decoration: none;
      right: 0.5em;
      top: 6.8em;
      z-index: 999;
      position: fixed;
      font-size: 1.6rem;
      color: #fff;
      display: inline-block;
      /* padding: 1rem 1rem 1rem 1rem; */
      padding-top: 0.5em;
      padding-left: 0.5em;
      /* padding-right: 0em; */
      background: #0071ff;
      -webkit-transform: rotate(-90deg) translateZ(0);
      transform: rotate(-360deg) translateZ(0);
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeSpeed -webkit-backface-visibility: hidden;
      backface-visibility: hidden font-family: "GothamPro";
      text-decoration: none z-index: 999;
}

.fixed-widget .link-arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 999;
    bottom: 15px;
    right: 4px;
    background-image: url(../img/link-arrow.png)
}

body>nav.minimal-menu {
    position: absolute;
    z-index: 100;
    padding-left: 80px
}

.custom-arrow:focus,.slick-arrow:focus,.slick-slide:focus {
    outline: 0
}

.custom-arrow,.slick-arrow {
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    padding: 0;
    opacity: .5;
    position: absolute
}

.custom-arrow:hover,.slick-arrow:hover {
    opacity: 1
}

.custom-arrow-next:after,.slick-arrow.slick-next:after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px;
    left: 6px
}

.custom-arrow-prev:before,.slick-arrow.slick-prev:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px;
    left: 10px
}

.custom-blue-arrow {
    border: 2px solid #0071ff
}

.custom-blue-arrow:after,.custom-blue-arrow:before {
    border-color: inherit
}

hr.blue-terminator {
    width: 80%;
    position: relative;
    margin: 0;
    text-align: left
}

hr.blue-terminator:after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background-color: #0071ff;
    position: absolute;
    right: -1px;
    top: -3px
}

.first-screen {
    background-color: #000;
    background-image: url(../img/1stScreenBg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    background-size: contain;
    overflow: hidden
}
.first-screen-nobackground {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 100;
    padding-top: 2em;
    padding-left: 5.2em;
    background-color: black;
    background-position: right;
    background-repeat: no-repeat;
    color: white;
    background-size: contain;
    overflow: hidden;
     opacity: 0.95;
}
.menupadding{
    padding-top: 1em;
}
.numberphone{
  padding-right: 14.5em;

}
.navpath{
  /* padding-top: 1em;
  position: fixed;
  top: 11.3em; */
  z-index: 100;
  width: 100%;
  display: inline-block;
  background-color: black;
  /* padding-left: 13%; */
  padding-bottom: 1%;
  padding-top: 1%;
  opacity: 0.9;
}
.navpath-item{
  link: white;
  display: inline-block;
  color: white;
  font-size: 14px;
}
.navpath A{
    color: white; /* Цвет ссылок */
}
.navpath A:visited{
    color: white; /* Цвет ссылок */
}
.navpath A:active{
    color: white; /* Цвет ссылок */
}

.wrapper {
    max-width: 1120px;
    margin: 0 auto;
    /* padding-left: 5.2em; */
}
.wrapper-new {
    /* max-width: 1120px; */
    margin: 0 auto;
    padding-left: 5.2em;
}

.logo {
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem
}

.top-menu li {
    margin-right: 20px
}

.top-menu li a {
    text-decoration: none;
    color: #fff
}

.top-menu-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    padding-top: 1em;
    padding-bottom: 1em;
}

.top-menu-new li {
    margin-right: 20px;
    float: left;
}
.top-menu-new li:hover {
    text-decoration: underline;
}


.top-menu-new li a {
    text-decoration: none;
    color: white;
}

.mobile-menu {
    position: relative;
    display: none
}

.mobile-menu ul {
    display: none
}

.hamburger-item {
    width: 20px;
    height: 2px;
    background-color: #fff
}

.hamburger-item:not(:last-child) {
    margin-bottom: 4px
}

.hamburger {
    background-color: #0071ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: border-radius .3s linear;
    -o-transition: border-radius .3s linear;
    transition: border-radius .3s linear;
    cursor: pointer
}

.minimal-menu .hamburger,.mobile-menu ul a:hover {
    background-color: #000
}

.mobile-menu ul {
    background-color: #0070ff;
    /* position: absolute; */
    top: 39px;
    width: 50vw
}

.mobile-menu ul a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 1.2rem
}

.hamburger.active {
    border-radius: 0
}

.bottom-section,.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.main-nav,h1.main-title {
    font-family: "GothamPro";
    font-weight: 700
}


.main-nav .phone {
    text-decoration: none;
    color: #0072ff;
    font-weight: 700;
    font-size: 1.8rem
}

.main-nav .search {
    position: relative
}

.main-nav .search-opener {
    background-color: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    -webkit-transition: border-radius .3s linear;
    -o-transition: border-radius .3s linear;
    transition: border-radius .3s linear;
    position: relative
}

.main-nav .search form input {
    border: 1px solid #9cc6fe;
    border-radius: 5px;
    padding: 3px
}

.main-nav .search-opener.active {
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.main-nav .search form {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #fff;
    padding: 10px;
    right: 0;
    border-radius: 5px;
    border-top-right-radius: 0
}

.minimal-menu ul {
    display: none;
    background-color: #000;
    z-index: 100;
    position: absolute
}

.minimal-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px
}

.minimal-menu ul li:hover a {
    color: #000
}

.minimal-menu ul li:hover {
    background-color: #fff
}

h1.main-title {
    width: 640px;
    margin: 80px 0 65px;
    font-size: 7.4rem
}

.first-screen .intro-text {
    width: 405px;
    font-size: 22px;
    margin-bottom: 70px
}

.first-screen .intro-text:first-line {
    font-family: "GothamPro";
    font-weight: 600
}

.bottom-section {
    width: 78.5714%;
    margin-bottom: 50px
}

a.continue,a.continue:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

a.continue {
    color: #fff;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700
}

a.continue:before {
    content: '^';
    width: 30px;
    height: 30px;
    font-size: 40px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 20px;
    font-weight: 200;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.bottom-section .slider-container {
    width: 345px;
    text-align: right
}

.contacts ul .phone span,.text-slider-item-title,aside.aside-items ul.items-list span {
    display: block
}

.about-company {
    background-image: url(/upload/main.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50%;
    /* padding: 20.5% 0 13.65%; */
    padding-top: 20.5%;
    padding-bottom: 13.65%;
    padding-right: 10em;
    position: relative
}
.about-company-new{
  background-image: url(/upload/main1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40%;
  /* padding: 20.5% 0 13.65%; */
  padding-top: 0.1%;
  padding-bottom: 2%;
  padding-right: 2em;
      padding-left: 43em;
  position: relative
}

.folded-text {
    background-color: #fff;
    padding: 45px 0;
    overflow: hidden;
    position: relative;
    font-size: 2rem;
    line-height: 150%;
    -webkit-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

section.about-company .folded-text {
    max-height: 180px
}

.about-company-info .folded-text {
    /* max-height: 300px; */
    /* padding: 45px 15px 65px */
    /* padding-left: 3em */
}

.about-company-info {
    height: 26em;
    position: relative;
    background-image: url(../img/okompanee-image.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}

.about-company-info-right {
    height: 26em;
    position: relative;
    background-image: url(../img/okompanee-image.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}

.folded-text-cont {
      position: absolute;
      top: 0;
      right: 0;
      width: 68%;
      padding-left: 14em;
      padding-right: 3em;
}

.folded-text-cont-right {
      position: absolute;
      top: 0;
      right: 26em;
      width: 68%;
      padding-right: 16em;
}

.folded-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80px;
    pointer-events: none;
    /* -webkit-box-shadow: inset 0 -60px 50px -3px #fff;
    box-shadow: inset 0 -60px 50px -3px #fff */
}

.about-company h2 {
    font-size: 4.8rem
}

.twist {
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    opacity: .4;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.twist:hover {
    opacity: 1
}

.twist:focus {
    outline: 0
}

.twister {
    position: absolute
}

section.about-company .twister {
    left: 32%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%)
}

.about-company-info .twister {
    left: 65%
}

.twist.fold:before,.twist.unfold:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 7px
}

.twist.unfold:before {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    top: 4px
}

.twist.fold:before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 10px
}

.two-column-gray-text .gray-text {
    width: 135px;
    display: block;
    font-size: 18px;
    line-height: 2
}

.two-column-gray-text .gray-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.two-column-gray-text {
    margin: 20px 0
}

.offset-left-25 {
    margin-left: 25%
}

.offset-right-10 {
    margin-right: 10%
}

.advantages-title {
    font-size: 4.8rem
}

.advantages .wrapper,aside.aside-items ul.items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.full-height-block {
    width: 350px;
    color: #fff;
    background-color: #0072ff;
    position: relative
}

.full-height-block:before {
    content: "";
    display: block;
    width: 250px;
    height: 145px;
    position: absolute;
    background-image: url(../img/blue-plane-ico.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(-30deg) translateX(50%);
        -ms-transform: rotate(-30deg) translateX(50%);
            transform: rotate(-30deg) translateX(50%);
    left: -55%;
    top: 80px
}

.full-height-block span::-moz-selection {
    color: #000;
    background-color: #fff
}

.full-height-block span::selection {
    color: #000;
    background-color: #fff
}

.full-height-block-text,.full-height-block-title {
    display: block;
    padding: 35px 15px 35px 135px;
    font-size: 1.8rem;
    line-height: 1.7
}

.full-height-block-text {
    font-size: 1.2rem;
    padding: 25px 30px
}

.advantages .left-column {
    width: 50%
}

.advantages .gray-text {
    line-height: 1.7
}

.advantages .left-column .gray-text {
    display: block;
    font-size: 2rem;
    width: 135px;
    margin: 0 auto;
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
    border-left: 5px solid #0072ff;
    padding: 30px 0
}

.advantages .right-column .gray-text {
    display: block;
    font-size: 1.8rem;
    width: 160px
}

.advantages .right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.gray-text {
    color: #c5c5c5
}

.services-slider-container {
    width: 76.01%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #000
}

.services-slider {
    width: 65.78135%
}

.services-slider .slick-list,.services-slider .slick-track {
    height: 100%
}

.services-slider button.slick-next {
    right: calc(-17% - 15px)
}

.services-slider button.slick-prev {
    right: -12%
}

.services-slider-nav-counter {
    z-index: 1
}

.services-slider-nav-counter .slide-counter {
    margin-left: 25%
}

.services-slide {
    height: 100%
}

.services-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%
}

.services-slider-nav-counter {
    position: absolute;
    bottom: 0;
    left: 0
}

.services-slider-nav p {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 80px 0;
    font-size: 1.8rem;
    cursor: pointer;
    border-bottom: 1px solid #ededed!important;
    color: #ededed
}

.services-slider-nav {
    width: 34.21865%;
    border-right: 1px solid #000;
    border-top: 5px solid #0171ff;
    position: relative;
    background-color: #fff
}

.services-slider button.slick-arrow {
    bottom: 105px
}

.portfolio-slider button.slick-arrow,.services-slider button.slick-arrow,.work-done-slider .slick-arrow {
    position: absolute;
    overflow: hidden;
    border: 1px solid #fff
}

.services-slider-nav:after {
    width: 220px;
    right: -110px;
    top: 103px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg)
}

.services-slider-nav-text.slick-current {
    color: #000
}

.services-slider-nav-counter {
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28%
}

.services-slider-nav-counter a {
    color: #fff
}

.services-slider-nav-counter .left-column {
    width: 65.782%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.services-slider-nav-counter .right-column {
    width: 34.218%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 15px
}

.contacts ul,.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

#map,#parnters-slider {
    width: 75%
}

.partners h2 {
    width: 25%;
    font-size: 4.8rem
}

.portfolio {
    margin-top: 100px
}

.portfolio-slider-container {
    position: relative
}

.portfolio-slider .portfolio-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.portfolio-slider-left {
    width: 25%;
    padding: 80px 80px 0;
    font-size: 1.2rem;
    text-align: center
}

.portfolio-slider-right {
    width: 75%;
    background-color: #000;
    position: relative
}

.last-news-preview:after,.portfolio-slider-right:before,.services-slider-nav:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    background-color: #0071ff
}

.portfolio-slider-right:before {
    left: -60px;
    width: 120px;
    top: 70px
}

.last-news-preview img,.portfolio-slider-right img,.reviews-slide .review-image img,.services-in-project-item .left-col img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.portfolio-slider-item-title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
    display: block;
    text-align: left
}

.portfolio-slider-item-text {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    line-height: 1.5
}

.portfolio-slider-item-text+a {
    display: inline-block;
    color: #000;
    margin-top: 70px;
    text-decoration: none;
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 5px
}

.last-news-title+a:hover,.portfolio-slider-item-text+a:hover {
    border-color: transparent
}

.portfolio-slider {
    position: relative
}

.portfolio-slider-nav {
    position: absolute;
    color: #fff;
    right: 0;
    width: 75%;
    height: 125px;
    bottom: 0;
    background-color: rgba(0,0,0,0.5)
}

.portfolio-slider button.slick-arrow {
    bottom: 45px
}

.portfolio-slider button.slick-prev {
    right: 55%
}

.portfolio-slider button.slick-next {
    right: 51%
}

.portfolio-slider-nav .slide-counter {
    padding-left: 27%
}

.last-news,main.info-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.last-news-preview {
    display: block;
    width: 25%;
    position: relative;
    font-size: 0
}

.last-news-short-info a {
    display: block;
    color: #000;
    text-decoration: none
}

.last-news-short-info {
    width: 75%;
    padding: 30px 0 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

.last-news-title,section.item-content .right-col strong {
    font-weight: 700
}

.last-news-title+a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    width: auto;
    font-size: 1.2rem
}

.last-news-title a {
    margin-bottom: 50px
}

.last-news-preview:after {
    width: 50px;
    right: -25px;
    top: 45px
}

.services-links-cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 90vw;
    min-height: 100vh;
    height: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    background-color: #151515
}

.services-links-cont-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.services-links-item {
    border: 1px solid rgba(135,151,177,.4);
    width: 25%;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
    font-weight: 700;
    padding: 25px 30px;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    overflow: hidden;
    z-index: 10
}

.services-links-item a {
    color: #000;
    text-decoration: none;
    font-weight: 200;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.watch-service a:after {
    content: '^';
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 40px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 10px;
    font-weight: 200;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.services-links-item .services-link-name {
    display: inline-block;
    width: 100%;
    padding-top: 1.5em;
    padding-left: 1em;
    font-size: 20px;
    cursor: pointer;
}

.services-links-item .watch-service {
    visibility: hidden;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.services-links-item.current {
    background-color: #0072ff
}

.services-links-item.current .watch-service {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0)
}

header.minimal-header {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.minimal-header .left-block {
    width: 25%
}

.right-of-map,header.minimal-header .right-block {
    background-repeat: no-repeat;
    background-size: 100% 100%
}

header.minimal-header .right-block {
    position: relative;
    width: 75%
}

header.minimal-header .right-block:before {
    content: '';
    width: 95px;
    height: 5px;
    /* background-color: #0071ff; */
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%)
}

nav.minimal-menu {
    padding: 45px 0 0 25%
}

.portfolio h2,main h1 {
    padding-top: 0.6em;
    padding-left: 80px;
    font-size: 4.8rem
}

.map-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 100px
}

#map {
    height: 540px
}

.right-of-map {
    width: 25%;
    height: 180px;
    background-image: url(../img/right-of-map-img.jpg)
}

.contacts {
    padding: 60px 0
}

.contacts ul {
    color: #757474;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.contacts ul a {
    text-decoration: none;
    color: #757474
}

.contacts ul .phone span:first-child {
    margin-bottom: 20px
}

.contacts ul li.adress {
    line-height: 28px
}

.contacts li.adress:before {
    background-image: url(../img/blue-pointer.png)
}

.contacts ul li {
    width: 240px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.contacts ul li:not(:last-child) {
    margin: 10px 10px 10px 0
}

.contacts li.phone:before {
    background-image: url(../img/blue-phone.png)
}

.contacts ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -5px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center
}

.contacts li.mail:before {
    background-image: url(../img/blue-mail.png)
}

.contacts li.work-time:before {
    background-image: url(../img/blue-calend.png)
}

.under-contacts-img {
    max-width: 640px;
    height: 180px;
    background-image: url(../img/undercontacts-img.jpg);
    background-repeat: no-repeat;
    background-size: 100%
}

.advantages-list {
    margin-top: 0px;
}

.advantages-list ul,.make-order .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-evenly
}

.advantages-list ul li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.5;
}

.advantages-list ul li:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 105px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px
}

.advantages-list .sands-watch:before {
    background-image: url(../img/sand-watch.png)
}

.advantages-list .list:before {
    background-image: url(../img/list.png)
}

.advantages-list .paper-plane:before {
    background-image: url(../img/blue-plane-ico.png)
}

.advantages-list .laptop:before {
    background-image: url(../img/laptop.png)
}

.advantages-list .target:before {
    background-image: url(../img/target.png)
}

.advantages-list .cash-spinner:before {
    background-image: url(../img/cash-spinner.png)
}

.advantages-list .first-hands:before {
    background-image: url(../img/first-hands.png)
}

.advantages-list .gear:before {
    background-image: url(../img/gear.png)
}

.advantages-list .percent:before {
    background-image: url(../img/percents.png)
}

.advantages-list .man:before {
    background-image: url(../img/man.png)
}

.advantages-list .box:before {
    background-image: url(../img/box.png)
}

.advantages-list .waypoints:before {
    background-image: url(../img/waypoints.png)
}

.order-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.make-order .client-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    max-width: 100%;
}

.make-order .client-info input[type=text] {
    width: 255px;
    margin-bottom: 15px
}

.make-order .client-info input:nth-child(2n-1) {
    margin-right: 60px
}

#full-width-with-blue-decor-slider {
    border-top: 1px solid #000;
    position: relative;
    /* padding-top: 30px;
    margin-top: 120px */
}

#full-width-with-blue-decor-slider:before {
    content: '';
    width: 30%;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #0070ff;
    top: -3px;
    right: 0;
    z-index: 10
}

#full-width-with-blue-decor-slider .slick-arrow {
    border: 2px solid #0070ff;
    top: -60px
}

#full-width-with-blue-decor-slider .slick-arrow:after,#full-width-with-blue-decor-slider .slick-arrow:before {
    border-color: #0070ff
}

#full-width-with-blue-decor-slider .slick-next {
    right: 31%
}

#full-width-with-blue-decor-slider .slick-prev {
    right: calc(34% + 30px)
}

.inside-service-products-slider .custom-arrow-cont,.reviews .custom-arrow-cont,section.services-in-project .custom-arrow-cont {
    display: inline-block;
    margin-left: 40px
}

.inside-service-products-slider .custom-arrow,.reviews .custom-arrow,section.services-in-project .custom-arrow {
    position: relative;
    display: inline-block
}

.inside-service-products-slider .custom-arrow:first-child,.reviews .custom-arrow:first-child,section.services-in-project .custom-arrow:first-child {
    margin-right: 10px
}

.inside-service-products-slider h2,.reviews h2,section.services-in-project h2 {
    padding-left: 25%;
    max-width: 715px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-size: 4.8rem;
    margin-bottom: 45px;
    display: inline-block
}

.inside-service-products-slider #full-width-with-blue-decor-slider {
    padding-top: 0;
    margin-top: 0
}

.inside-service-products-slider #full-width-with-blue-decor-slider .slick-arrow {
    display: none!important
}

.conditions-cont {
    /* background-image: url(../img/partners-conditions.jpg); */
    background-repeat: no-repeat;
    background-position: left top;
    /* padding-top: 180px; */
    background-size: 25%;
    /* margin-bottom: 180px;
    margin-top: 40px */
}

.conditions-cont p {
    padding-left: 25%;
    margin-top: 0;
    font-size: 1.8rem
}

.conditions-cont h2 {
    background-color: #fff;
    font-size: 4.8rem;
    padding: 70px 0 70px 80px;
    margin: 0
}

.all-services-link-list,header.service-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 9.5em;
}

header.service-card-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 90px;
    height: 540px;
}

.service-card-header .intro-text {
    width: 75%;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 70px;
    color: #fff
}

.service-card-header nav.minimal-menu {
    position: absolute;
    top: 0;
    padding-left: 0
}

h1.service-card-title {
    font-size: 7.4rem;
    max-width: 71.5%;
    color: #fff
}

.all-services-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 70px 18%;
    -webkit-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    transition: padding .2s linear
}

.all-services-link-list {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 20px;
    text-decoration: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-image: url(../img/services-list-bg.png);
    background-position: center;
    border-radius: 50%;
    width: 225px;
    height: 225px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.all-services-link-list:before {
    content: '';
    width: 5px;
    height: 140px;
    display: block;
    background-color: #0070ff;
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%)
}

.all-services-link.table-opened {
    padding: 0;
    position: relative
}

.all-services-link.table-opened a.all-services-link-list {
    -webkit-transform: translate(-40px,-70px);
        -ms-transform: translate(-40px,-70px);
            transform: translate(-40px,-70px)
}

.all-services-link.table-opened a.all-services-link-list:before {
    height: 70px;
    top: 0
}

.characteristic-cols .right-col.chr-col {
    padding-bottom: 70px
}

form.make-order {
    background-color: #0071ff;
    color: #fff;
    padding-right: 80px;
    padding-bottom: 150px;
    padding-left: 3em;
    padding-top: 2em;
	padding-top: 40px;
}

.after-form-text {
    color: #c5c5c5;
    font-size: 1.8rem;
    line-height: 1.5;
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 15px;
    margin-right: -185px
}

.make-order.with-after-text {
    position: relative
}

form.make-order h2 {
    font-size: 4.8rem;
    margin-top: 0
}

form.make-order input[type=text] {
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    width: 100%;
    color: #fff;
    padding: 5px
}

form.make-order input[type=submit] {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    background-color: transparent;
    border-radius: 25px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    float: right;
    margin-top: 40px;
    cursor: pointer;
    -webkit-transition: background-color .3s,color .3s;
    -o-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s
}

form.make-order input[type=submit]:hover {
    background-color: #fff;
    color: #0070ff
}

.service-card-short-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
}

.service-card-short-info ul.achievements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%
}

.service-card-short-info ul.achievements li {
    width: 33.3%
}

.short-info-block-cont {
    width: 25%;
    position: relative
}

.short-info-block {
    background-color: #000;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    /*bottom: 4em;*/
}

.short-info-block p:first-child,section.item-content .right-col p:first-child {
    margin-top: 0
}

span.achievement-goal {
    display: block;
    font-weight: 700;
    font-size: 3rem;
    color: #0072ff
}

.service-card-short-info ul.achievements li.achievement-item {
    padding: 45px 80px
}
/*
.short-info-block:before {
    content: '';
    display: block;
    width: 1px;
    height: 200px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1
}
*/
.short-info-block:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 33.33%;
    background-color: #0071ff;
    top: 0;
    left: -3px
}

.slider-item-hover-info {
    position: relative
}

.slider-item-hover-info img {
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.slider-item-hover-info-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0072ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: -100%;
    -webkit-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    padding: 15px
}

.slider-item-hover-info-content a,a.btn {
    color: #fff;
    text-decoration: none
}

.slider-item-hover-info-content span {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff
}

a.btn {
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 35px
}

a.whiteBorBtn {
    border: 2px solid #fff;
    -webkit-transition: background-color .2s linear,color .2s linear;
    -o-transition: background-color .2s linear,color .2s linear;
    transition: background-color .2s linear,color .2s linear
}

a.whiteBorBtn:hover {
    background-color: #fff;
    color: #034fb1
}

.slider-item-hover-info-content a.btn {
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1;
    height: 40px
}

.slider-item-hover-info:hover .slider-item-hover-info-content {
    top: 0
}

.product-characteristics {
    display: none;
    background-color: #0070ff;
    border-top: 1px solid rgba(255,255,255,.1)
}

.characteristic-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.characteristic-cols .chr-col {
    width: 50%
}

.chr-col strong {
    font-size: 2rem;
    font-weight: 500
}

.characteristic-cols .left-col,table.characteristics-info td {
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1)
}

.characteristic-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: none;
    border-top: none
}

.characteristic-row.content-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}

.pseudo-cell.w25 {
    width: 25%;
    border-right: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1)
}

.characteristic-row.content-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: 1px solid rgba(255,255,255,.1);
    border-right: none;
    border-left: none
}

.characteristic-row-short-info-content {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 80px;
    color: #fff
}

.characteristic-row-short-info-content a,.characteristic-row-short-info-content span {
    display: block;
    color: #fff
}

.characteristic-row-short-info-content a,footer a {
    text-decoration: none
}

.characteristic-row-short-info-content a.btn {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem
}

.characteristic-row-short-info-content span {
    margin-bottom: 20px
}

.hover-info-content-product-name {
    font-weight: 500
}

.slider-item-hover-info-content .hover-info-content-product-name {
    width: 80%
}

.characteristic-row-item-description {
    width: 50%;
    color: #fff;
    padding: 40px 0;
    border-left: 1px solid rgba(255,255,255,.1)
}

.item-description-text {
    padding: 0 50px
}

table.characteristics-info {
    width: 100%;
    border-collapse: collapse
}

table.characteristics-info caption {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-top: 1px solid rgba(255,255,255,.1)
}

table.characteristics-info td {
    padding: 15px 0
}

table.characteristics-info tr td:first-child {
    width: 230px
}

header.medium-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 360px;
    border-bottom: 1px solid rgba(128,128,128,.1)
}

.medium-header .left-block,aside.aside-items {
    width: 25%
}

.medium-header .right-block {
    width: 75%;
    background-repeat: no-repeat;
    background-size: cover
}

section.item-content {
    width: 75%;
    border-left: 1px solid #000;
    padding-top: 40px;
    padding-bottom: 180px;
    position: relative
}

section.item-content:before {
    content: '';
    display: block;
    width: 3px;
    height: 90px;
    position: absolute;
    background-color: #0071ff;
    left: -1px;
    top: -1px
}

section.item-content .content-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-left: 20px
}

section.item-content .left-col {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0
}

section.item-content .right-col {
    width: 75%;
    padding-left: 35px;
    padding-right: 12.77%;
    -ms-flex-negative: 1;
        flex-shrink: 1
}

section.item-content .left-col h2 {
    margin-top: 0;
    font-size: 3.3rem
}

section.item-content .left-col span.publishing-date {
    color: #0072ff;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 45px 0;
    display: block
}

section.item-content .left-col .page-nav .custom-arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

header.medium-header h1 {
    font-size: 4.8rem;
    padding-left: 25%;
    margin-bottom: 30px;
    margin-top: 65px
}

ul.history a {
    text-decoration: none;
    color: #000
}

ul.history {
    font-weight: 700;
    padding-left: 25%
}

ul.category-items-links li.active a,ul.history a.active {
    color: #338eff
}

ul.history li {
    margin-bottom: 10px
}

aside.aside-items ul.items-list li {
    border-left: 5px solid transparent;
    padding: 15px 35px 15px 23.465%;
    width: 100%;
    background-color: #fff
}

aside.aside-items ul.items-list li:not(:last-child) {
    border-bottom: 1px solid rgba(128,128,128,.1)
}

aside.aside-items ul.items-list li.active {
    border-left-color: #0072ff
}

ul.category-items-links {
    border-top: 1px solid rgba(128,128,128,.1)
}

ul.category-items-links li {
    font-weight: 700;
    font-size: 1.8rem;
    padding: 20px 0 20px 23.465%
}

span.items-list-item-more-link a {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    color: #0072ff
}

span.items-list-item-more-link a:hover {
    text-decoration: underline
}

span.items-list-item-title a,ul.category-items-links li a {
    color: #000;
    text-decoration: none
}

span.items-list-item-title {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px
}

span.items-list-item-preview-text {
    font-size: 1.3rem;
    margin-bottom: 15px
}

aside.aside-items ul.items-list li .publishing-date {
    font-size: 1rem
}

section.item-content .full-width-content {
    display: block;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 180px
}

section.item-content .full-width-content h3 {
    margin: 50px 0;
    font-size: 3rem
}

#full-width-with-blue-decor-slider.info-page-slider {
    padding-top: 0
}

.portfolio-full-width-baner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 360px;
    margin-top: 110px
}

.portfolio-full-width-baner .left-col {
    width: 25%;
    background-color: #0072ff;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 40px 10px 40px 4.31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    font-size: 1.8rem;
    position: relative
}

.portfolio-full-width-baner .right-col {
    width: 75%;
    background-image: url(../img/portfolio-baner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.portfolio-full-width-baner .left-col h2 {
    font-size: 3.3rem;
    margin-top: 0
}

.portfolio-full-width-baner .left-col:after {
    content: '';
    width: 2px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: 60%;
    left: 50%
}

.portfolio-cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.cells-item:last-of-type,.cells-item:nth-last-of-type(2) {
    margin-top: -180px
}

.cells-item {
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: 540px;
    vertical-align: top
}

.portfolio-item-image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transition: background-size .3s ease-in-out;
    -o-transition: background-size .3s ease-in-out;
    transition: background-size .3s ease-in-out
}

.cell-size-0 {
    width: 0
}

.cell-size-6 {
    width: 50%
}

.cell-size-12,.services-in-project-item .right-col p {
    width: 100%
}

.item-size-1 .portfolio-item-image {
    width: 50%;
    height: 33%
}

.item-size-2 .portfolio-item-image {
    width: 50%;
    height: 66.66%
}

.item-size-4 .portfolio-item-image {
    width: 100%;
    height: 66.66%
}

.item-size-6 .portfolio-item-image {
    width: 75%;
    height: 66.66%
}

.item-pos-lc .portfolio-item-image {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
}

.item-pos-lb .portfolio-item-image {
    left: 0;
    bottom: 0
}

.item-pos-rb .portfolio-item-image {
    right: 0;
    bottom: 0
}

span.portfolio-item-name {
    font-size: 3.3rem;
    font-weight: 700
}

span.portfolio-item-name a {
    text-decoration: none;
    color: #000
}

.item-size-1.item-pos-lc.text-pos-top .portfolio-item-name-cont {
    width: 50%;
    height: 33.33%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.portfolio-item-name-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px
}

.item-size-4.item-pos-rb.text-pos-top .portfolio-item-name-cont {
    height: 33.33%;
    padding-left: 35px
}

.item-pos-lb.text-pos-right .portfolio-item-name-cont {
    width: 25%;
    height: 66.66%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px
}

.item-pos-lb.text-pos-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}

.item-size-2.item-pos-rb.text-pos-left .portfolio-item-name-cont {
    width: 50%;
    height: 66.66%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px
}

.item-size-2.item-pos-lb.text-pos-top .portfolio-item-name-cont {
    height: 33.33%;
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.item-size-1.item-pos-lb.text-pos-top .portfolio-item-name-cont {
    height: 66.66%;
    width: 50%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 60px
}

.portfolio-item-name-cont:hover~.portfolio-item-image {
    background-size: 120% auto
}

.portfolio-item-name-cont:hover span.portfolio-item-name a {
    color: #0071ff
}

li.pagination-item a,ul.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

ul.pagination-list {
    margin: 70px 0
}

ul.pagination-list .custom-arrow {
    position: relative;
    top: 0;
    display: block;
    opacity: 1
}

ul.pagination-list .custom-arrow.inactive {
    opacity: .5;
    pointer-events: none
}

li.pagination-item {
    margin: 0 10px
}

li.pagination-item a {
    text-decoration: none;
    color: #0071ff;
    font-weight: 700;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #0071ff;
    border-radius: 50%;
    -webkit-transition: color .3s,background-color .3s;
    -o-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s
}

li.pagination-item:not(:first-of-type):not(:last-of-type):not(.current-page) a:hover {
    color: #0071ff;
    background-color: #fff
}

li.pagination-item a:hover:after,li.pagination-item a:hover:before {
    border-color: #fff
}

li.pagination-item:first-of-type a:hover,li.pagination-item:last-of-type a:hover {
    background-color: #0071ff
}

li.pagination-item:not(:first-of-type):not(:last-of-type):not(.current-page) a {
    background-color: #0071ff;
    color: #fff
}

li.pagination-item.current-page a {
    color: #0071ff;
    background-color: #fff
}

li.pagination-item.current-page a:hover {
    background-color: #0071ff;
    color: #fff
}

.videsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4em;
    /* margin-top: 180px */
}

.videsection .left-col,.videsection .right-col {
    width: 50%;
    font-size: 2rem;
    line-height: 150%;
}

.videsection .right-col {
    /* padding: 35px; */
    padding-left: 80px;
    padding-top: 0em;
    padding-right: 2em;
}

.services-in-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-in-project-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.services-in-project-item .left-col,.services-in-project-item .right-col {
    width: 50%
}

.reviews-slider:after,.services-in-project-slider:after {
    content: '';
    width: 30%;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #0070ff;
    top: -3px;
    right: 0;
    z-index: 10
}

.services-in-project-slider {
    border-top: 1px solid #000;
    padding-top: 55px
}

.services-in-project-slide .services-in-row:last-of-type .services-in-project-item .left-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1
}

.services-in-project-slide .services-in-row:last-of-type .services-in-project-item .right-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right
}

.services-in-project-item .left-col {
    font-size: 0
}

.services-in-project-item .right-col a {
    font-size: 2rem;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    display: inline-block;
    width: 50%;
    line-height: 2
}

.services-in-project-item .right-col {
    padding-left: 24px
}

section.work-done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
}

.work-done .left-col,.work-done .right-col {
    width: 50%
}

.work-done .left-col {
    padding: 0 80px
}

.work-done h2 {
    font-size: 3rem;
    margin: 0
}

.work-done-slider-cont,.work-done-text {
    position: relative
}

.work-done-text .folded-text {
    max-height: 360px
}

.work-done-text .twister {
    bottom: 0;
    right: -50px
}

.formtext {
  display: block;
  font-size: 1.5em;
 /* margin-block-start: 0.83em;*/
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.work-done-slider-cont .slide-counter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 40px
}

.work-done-slider .slick-arrow {
    bottom: 5px;
    left: 50%
}

.work-done-slider button.slick-next {
    left: 57%
}

.review-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 80px
}

.reviews-slide .review-image {
    width: calc(25% - 40px);
    padding-right: 30px
}

.reviews-slide .review-text {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px
}

h3.review-author {
    padding-left: 25%;
    font-size: 2.5rem
}

.reviews-slider {
    border-top: 1px solid #000;
    padding-top: 30px;
    position: relative
}

a.review-letter {
    color: #000;
    text-decoration: underline;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: inline-block;
    font-size: 1.2rem
}

section.reviews {
    margin-bottom: 30px
}

footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 2.3rem;
    font-weight: 400;
    font-size: 1.2rem
}

.col,.row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    padding: 0
}

.col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px
}

.footer-left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.footer-soc-link {
    display: inline-block;
    color: #a8a8a8;
    font-size: 1.6rem;
    margin-left: 2.5rem
}

.footer-item {
    font-size: 1.2rem;
    color: black;
    margin-bottom: 1.8rem
}

.footer-item-link {
    color: black;
    font-size: 1.2rem;
    display: block
}

.footer-item-link.__light {
    margin-bottom: 5px;
    font-family: "GothamPro";
    font-weight: 200;
    color: #0071ff;
    font-weight:bold;
}

.footer-copyright {
    padding-top: 1rem;
    padding-bottom: 2rem
}

.wf-logo-link {
    font-size: 1rem;
    color: #a8a8a8
}

.fa,.wf-logo {
    display: inline-block
}

.wf-logo {
    vertical-align: middle;
    width: 30px;
    height: 26px;
    background: url(../img/wf-logo.png) no-repeat center;
    /*margin-right: 1.5rem;*/
    background-size: 70%;
}

.fa {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-vk:before {
    content: "\f189"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.allblock {
  display: inline-block;
}
.leftblock{
  float: left;
  width: 50%;
  padding-left: 80px;
  font-size: 22px;
}
.rightblock{
  float: right;
  width: 50%;
}
