/*-----------------------------------------------

-----------------------------------------------
1. BODY
  - 1.1. Preloader
2. HEADER
3. CONTENT
  - 3.1. Box
  - 3.2. About
  - 3.3. Numbers
  - 3.4. Offer
  - 3.5. Works
  - 3.6. Meet
  - 3.7. Blog
  - 3.8. People
  - 3.9. Partners
  - 3.10. Contact
  - 3.11. Footer
4. RESPONSIVE
-----------------------------------------------

-----------------------------------------------*/

@charset "UTF-8";

/***********************************
			/* 1. BODY */
/***********************************/

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

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: phone;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-phone:before {
    content: '\e800'
}

.icon-mail:before {
    content: '\e801'
}

.icon-print:before {
    content: '\e802'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-linkedin:before {
    content: '\f0e1'
}

::-webkit-input-placeholder {
    color: #d1d1d1;
    opacity: 1
}

:-moz-placeholder {
    color: #d1d1d1;
    opacity: 1
}

::-moz-placeholder {
    color: #d1d1d1;
    opacity: 1
}

:-ms-input-placeholder {
    color: #d1d1d1;
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: "PT Sans";
    overflow-x: hidden;
    color: #202020
}

.head {
    font-family: "PT Sans";
    text-transform: uppercase;
    font-weight: 600;
}

@-webkit-keyframes fadeAnimation {
    from {
        opacity: 0;
        -webkit-filter: blur(30px);
        filter: blur(30px)
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes fadeAnimation {
    from {
        opacity: 0;
        -webkit-filter: blur(30px);
        filter: blur(30px)
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

/* 1.1. Preloader */
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-block {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    font-size: 10px;
    text-indent: -1236px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    border-left: 3px solid #ffba00;
    border-radius: 50%;
    -webkit-animation: spinner 800ms infinite linear;
    animation: spinner 800ms infinite linear;
    z-index: 10000;
}

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

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* 1.1. END Preloader */
/***********************************
			/* 1. END BODY */
/***********************************/

/***********************************
			/* 2. HEADER */
/***********************************/
.js-menu {
    width: 35px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.js-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffba00;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.js-menu span:nth-child(1) {
    top: 0
}

.js-menu span:nth-child(2),
.js-menu span:nth-child(3) {
    top: 10px
}

.js-menu span:nth-child(4) {
    top: 20px
}

.js-menu.open span:nth-child(1) {
    top: 120px;
    width: 0;
    left: 50%
}

.js-menu.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.js-menu.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.js-menu.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%
}

.js__top-menu {
    height: 80px
}

.js__top-menuWr {
    height: 80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.js__top-menuWr.fixed {
    position: fixed;
    width: 100%;
    top: -80px;
    -webkit-transition: top 0, -webkit-transform .5s;
    transition: top 0, -webkit-transform .5s;
    transition: top 0, transform .5s;
    transition: top 0, transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    left: 0;
    z-index: 10;
    background-color: #fff
}

.social a {
    font-size: 15px;
    font-family: "PT Sans";
    font-weight: 700;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.social a:hover {
    color: #2f9a9e;
    text-decoration: none
}

.social a:hover svg {
    fill: #2f9a9e
}

.social a svg {
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    width: 14px;
    height: 14px
}

.menu {
    background-color: #202020
}

.menu__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.menu__right {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__item {
    padding-left: 40px;
    margin-left: 20px;
    color: #fff;
    position: relative;
    font-family: "PT Sans";
    font-weight: 700
}

.menu__item:after {
    content: '\e800';
    font-family: phone;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    font-size: 14px;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 10px;
    top: 5px;
    position: absolute
}

.menu__phone:hover, .menu__email:hover{
	opacity: .8;
	text-decoration: none;
	color: #2f9a9e;
}

.menu__email:after {
    content: '\e801';
    font-size: 12px
}

.menu__social {
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__logo {
    position: absolute;
    top: 0;
    left: 0
}

.list {
    padding: 13px 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    background: #fff
}

.list__content {
    text-align: right
}

.list ul {
    display: inline-block
}

.list ul li {
    display: inline-block;
    padding-right: 30px
}

.list ul li a {
    font-family: "PT Sans";
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    color: #202020;
    font-size: 16px
}

.list ul li a:after {
    content: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 80%;
    background-color: #ffba00
}

.list ul li a:hover,
.list ul li a.current {
    color: #ffba00;
    text-decoration: none
}

.list ul li a:hover:after,
.list ul li a.current:after {
    content: ''
}

.list__search {
    height: 19px;
    vertical-align: middle;
    width: 19px;
    display: inline-block;
    background: url(../img/search.svg);
    margin-top: -4px
}

.header__item {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff
}

.header__item:after {
    content: '';
    width: 102%;
    height: 102%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 112, 159, .7)
}

.header .head {
    font-size: 43px;
    line-height: 1.2;
    width: 37%
}

.header__content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 300px 0;
    opacity: 0
}

.header__content.active {
    -webkit-animation: fadeAnimation .6s linear forwards;
    animation: fadeAnimation .6s linear forwards
}

.header__text {
    font-family: "PT Sans";
    padding-left: 20px;
    line-height: 2;
    padding-bottom: 34px;
    position: relative;
    text-align: right;
    font-size: 15px;
    line-height: 25px
}

.header__text:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    height: 130px;
    width: 3px;
    background-color: #ffba00;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg)
}

.header__right {
    width: 63%;
    max-width: 350px;
    margin-left: auto;
    text-align: center
}

.header__btn {
    font-size: 14px;
    font-weight: 700;
    font-family: "PT Sans";
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    padding-left: 19px;
    padding-right: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: relative;
    text-transform: uppercase
}

.header__btn:hover {
    opacity: .8;
}

.header__btn .js-border {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -1px;
    height: 3px;
    background-color: #fff
}

.header__btn:after {
    content: '';
    position: absolute;
    left: -webkit-calc(100% - 2px);
    left: calc(100% - 2px);
    top: -2px;
    width: 3px;
    height: -webkit-calc(100% * 1.41 + 1px);
    height: calc(100% * 1.41 + 1px);
    background-color: #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__btn:hover {
    color: #fff;
    text-decoration: none
}

.header__tooltip {
    width: 79px;
    height: 100%;
    position: absolute;
    left: -webkit-calc(100% - 20px);
    left: calc(100% - 20px);
    top: 0;
    background: url(../img/tooltip.png) no-repeat
}

.slick-prev {
    left: -webkit-calc(50% - 500px);
    left: calc(50% - 500px);
    z-index: 1
}

.slick-prev:before {
    content: '';
    width: 21px;
    height: 39px;
    z-index: 1;
    background: url(../img/arrow__left.png) no-repeat center top;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

.slick-next {
    right: -webkit-calc(50% - 500px);
    right: calc(50% - 500px);
    z-index: 1
}

.slick-next:before {
    content: '';
    width: 21px;
    height: 39px;
    z-index: 1;
    background: url(../img/arrow__right.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

/***********************************
			/* 2. END HEADER */
/***********************************/


/***********************************
			/* 3. CONTENT */
/***********************************/

/* 3.1. Box */
.box {
    padding-top: 50px
}

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

.box__item {
    width: -webkit-calc(25% - 37.5px);
    width: calc(25% - 37.5px);
    margin-right: 50px;
    height: 260px;
    border: 3px solid #ffba00;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 50px;
    background: url(http://placehold.it/1050x703) no-repeat left top;
    background-size: cover;
    background-position: -300%;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    display: block
}

.box__item-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.box__item-content2 {
    position: absolute;
    right: 25px;
    bottom: 45px;
    z-index: 1;
    display: none
}

.box__item-content2 .box__ico {
    height: 25px
}

.box__item-content2 .box__name {
    color: #fff
}

.box__item:after {
    content: '';
    height: 170%;
    width: 70%;
    position: absolute;
    right: -220%;
    top: -20%;
    background: #ffba00;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
    -webkit-transition: all .5s;
    transition: all .5s
}

.box__item:hover {
    text-decoration: none;
    background-position: 0 0
}

.box__item:hover .box__item-content {
    display: none
}

.box__item:hover .box__item-content2 {
    display: block
}

.box__item:hover:after {
    right: -20%
}

.box__item:nth-child(4n) {
    margin-right: 0
}

.box__ico {
    text-align: center;
    height: 65px
}

.box__ico img {
    max-width: 60px;
    max-height: 65px
}

.box__name {
    padding-top: 10px;
    text-transform: uppercase;
    color: #ffba00;
    font-size: 14px;
    font-weight: 600
}
/* 3.1. END Box */

/* 3.2. About */
.about {
    padding: 70px 0 80px;
    position: relative;
    background: #dedede;
    overflow: hidden
}

.about:after {
    content: ''
}

.about__content {
    max-width: 580px
}

.about__content-wr {
    position: relative;
    z-index: 1
}

.about__header {
    font-size: 24px;
    padding-bottom: 35px
}

.about p {
    padding-bottom: 25px
}

.about__list li {
    padding-bottom: 5px;
    list-style-type: none;
    padding-left: 25px;
    position: relative
}

.about__list li:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #ffba00 transparent
}

.about__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 180%;
    width: 50%;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-size: cover;
    overflow: hidden
}

.about__image img {
    content: '';
    position: absolute;
    top: -5%;
    left: -14%;
    max-width: 1110px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}
/* 3.2. END About */

/* 3.3. Numbers */
.numbers {
    padding: 150px 0;
    background: url(../img/mainbg4.png) no-repeat center top;
    position: relative;
    background-attachment: fixed;
    background-size: cover
}

.numbers:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, .8)
}

.numbers__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1
}

.numbers__item {
    width: 25%;
    text-align: center
}

.numbers__num {
    font-size: 18px;
    color: #ffba00;
    padding: 15px 0
}

.numbers__name {
    text-transform: uppercase;
    color: #fff;
    font-family: "PT Sans"
}

.numbers__ico {
    height: 70px
}

.numbers__ico img {
    max-width: 82px
}
/* 3.3. END Numbers */

/* 3.4. Offer */
.offer {
    position: relative;
    padding: 75px 0 75px;
    background: #dfdfdf
}

.offer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 526px;
    width: 486px;
    background: #fff url(../img/offer1.jpg) no-repeat left top;
    opacity: .12;
    background-size: contain;
    max-width: 45%;
    max-height: 100%
}

.offer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 526px;
    width: 486px;
    background: #fff url(../img/offer1.jpg) no-repeat right top;
    background-size: contain;
    max-width: 45%;
    max-height: 100%;
    opacity: .12;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.offer__content-wr {
    position: relative;
    z-index: 1
}

.offer__content-wr:after {
    content: '';
    position: absolute;
    right: -300px;
    bottom: -75px;
    width: 389px;
    height: 592px;
    background: url(../img/ntrac.png) no-repeat center top
}

.offer__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 850px
}

.offer__header p {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    text-align: right;
    position: relative;
    padding-left: 75px;
    line-height: 25px
}

.offer__header p:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 30px;
    height: -webkit-calc(100% - 5px);
    height: calc(100% - 5px);
    max-height: 90px;
    width: 3px;
    background-color: #ffba00;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.offer__head {
    width: 150px;
    font-size: 24px;
    text-align: right
}

.offer__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    position: relative;
    overflow: hidden
}

.offer__item:first-child .offer__item-text {
    position: relative;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.offer__item:first-child .offer__item-text:after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background-color: #ffba00;
    left: 20px;
    top: -20%;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg)
}

.offer__item-head {
    text-transform: uppercase;
    font-family: "PT Sans";
    font-weight: 600;
    font-size: 15px;
    position: relative;
    z-index: 1
}

.offer__item-text {
    height: 100%;
    margin-left: auto;
    width: 55%;
    background-color: #ffba00;
    padding: 25px 15px;
    font-size: 14px
}

.offer__item-text p {
    padding-top: 20px;
    font-family: "PT Sans";
    font-weight: 300;
	line-height: 18px;
    position: relative;
    z-index: 1
}

.offer__item:first-child {
    margin-right: 50px
}

.offer__inside {
    padding-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px
}

.offer__pic {
    width: 65%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.offer__form {
    width: 35%;
    padding-left: 50px
}

.offer__box {
    margin-bottom: 20px;
    border: 1px solid #ffba00;
    padding: 16px 12px;
    background-color: #fff;
    font-size: 16px;
    display: block;
    color: #202020;
    -webkit-transition: all .3s;
    transition: all .3s
}

.offer__box:hover {
    color: #202020;
    opacity: .6
}

.offer__box:last-child {
    margin-bottom: 0
}

.offer__box img {
    display: inline-block;
    vertical-align: middle
}

.offer__box span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px
}
/* 3.4. END Offer */

/* 3.5. Works */
.works {
    padding: 75px 0 0
}

.works__header {
    padding-bottom: 50px;
    font-size: 24px;
    text-align: center
}

.works__list {
    list-style-type: none;
    text-align: center;
    padding-bottom: 55px
}

.works__list li {
    display: inline-block;
    padding: 0 25px
}

.works__list li a {
    color: #202020;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent
}

.works__list li a:active,
.works__list li a:focus,
.works__list li a:hover {
    border-color: #ffba00;
    text-decoration: none;
    color: #ffba00
}

.works__list li.active a {
    color: #ffba00;
    border-color: #ffba00
}

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

.works__item {
    width: 20%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.works__item:after {
    content: '';
    padding-bottom: 100%;
    display: block
}

.works__item:hover .works__text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.works__item p {
    font-size: 16px;
    padding: 0 10%;
    color: #fff;
}

.works__item-head {
    font-family: "PT Sans";
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 20px;
    color: #fff;
}

.works__text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 186, 0, .9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .5s;
    transition: all .5s
}
/* 3.5. END Works */

/* 3.6. Meet */
.meet {
    padding: 75px 0 25px
}

.meet__items {
    padding-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.meet__box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 110%;
    position: relative;
    overflow: hidden
}

.meet__box:hover .meet__social {
    bottom: 0
}

.meet__item {
    padding-bottom: 45px;
    width: -webkit-calc(25% - 37.5px);
    width: calc(25% - 37.5px);
    margin-right: 50px;
    text-align: center
}

.meet__item:nth-child(4n) {
    margin-right: 0
}

.meet__item-head {
    padding-top: 28px;
    padding-bottom: 8px;
    font-size: 16px
}

.meet__social {
    position: absolute;
    height: 20%;
    bottom: -50%;
    left: 0;
    width: 100%;
    padding-top: 10px;
    -webkit-transition: all .55s;
    transition: all .55s
}

.meet__social:after {
    content: '';
    bottom: -40%;
    position: absolute;
    left: -25%;
    width: 150%;
    height: 150%;
    background: #ffba00;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg)
}

.meet__social a {
    position: relative;
    z-index: 1;
    color: #ffe7a7;
    font-size: 25px;
    vertical-align: middle;
    line-height: 1
}

.meet__social a svg {
    fill: #ffe7a7;
    height: 25px;
    width: 25px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.meet__social a svg:hover {
    fill: #fff
}

.meet__social a:hover {
    color: #fff
}
/* 3.6. END Meet */

/* 3.7. Blog */
.blog {
    padding: 65px 0 75px;
    position: relative;
    background: #e2e2e2
}

.blog:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 557px;
    width: 800px;
    background: #fff url(../img/blog__bg1.jpg) no-repeat left top;
    opacity: .12;
    background-size: contain;
    max-width: 45%;
    max-height: 100%
}

.blog:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 549px;
    width: 862px;
    background: #fff url(../img/blog__bg2.jpg) no-repeat right top;
    opacity: .12;
    background-size: contain;
    max-width: 45%;
    max-height: 100%
}

.blog__wrap {
    position: relative;
    z-index: 1
}

.blog__slider {
    max-width: 950px;
    margin: 0 auto
}

.blog__slide {
    padding: 0 15px
}

.blog__header {
    font-size: 24px;
    text-align: center;
    padding-bottom: 50px
}

.blog__item-top {
    height: 160px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.blog__item-top:after {
    content: '';
    position: absolute;
    bottom: -38%;
    width: 150%;
    left: -20%;
    height: 60%;
    background-color: #fff;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
}

.blog__item-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 8px;
    padding-bottom: 3px
}

.blog__item-social>div {
    z-index: 1
}

.blog__item-people {
    color: #606060;
    padding-left: 28px;
    position: relative
}

.blog__item-people:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/user.svg)
}

.blog__item-comment {
    color: #606060;
    padding-left: 28px;
    position: relative;
    display: inline-block
}

.blog__item-comment:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/chat.svg)
}

.blog__item-comment:before {
    content: '';
    width: 85%;
    height: 1px;
    background: #ffba00;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog__item-bottom {
    background-color: #fff;
    padding: 10px 10px 18px
}

.blog__item-bottom p {
    font-family: "PT Sans";
    font-weight: 100;
    padding-bottom: 10px
}

.blog__item-head {
    font-size: 16px;
    padding-bottom: 10px
}

.blog__item-more {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffba00;
    font-family: GothamProMedium
}

.blog__slider .slick-prev {
    left: -110px;
    height: 36px;
    width: 32px;
    background-color: #ffba00
}

.blog__slider .slick-prev:before {
    width: 20px;
    height: 20px;
    background-size: contain
}

.blog__slider .slick-next {
    right: -110px;
    height: 36px;
    width: 32px;
    background-color: #ffba00
}

.blog__slider .slick-next:before {
    width: 20px;
    height: 20px;
    background-size: contain
}
/* 3.7. END Blog */

/* 3.8. People */
.people {
    padding: 70px 0 70px;
    background: url(http://placehold.it/2000x608) no-repeat center top;
    background-size: cover;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.people * {
    -webkit-transition: all .5s;
    transition: all .5s
}

.people:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9)
}

.people__wrap {
    position: relative;
    z-index: 1
}

.people__header {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-bottom: 50px
}

.people__items {
    font-size: 0;
    height: 270px;
    position: relative
}

.people__item {
    border: 3px solid #ffba00;
    margin-right: 50px;
    width: -webkit-calc(25% - 37.5px);
    width: calc(25% - 37.5px);
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 40px 25px 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.people__item:nth-child(2) {
    left: -webkit-calc(25% + 12.5px);
    left: calc(25% + 12.5px)
}

.people__item:nth-child(3) {
    left: -webkit-calc(50% + 25px);
    left: calc(50% + 25px)
}

.people__item:nth-child(4) {
    left: -webkit-calc(75% + 37.5px);
    left: calc(75% + 37.5px)
}

.people__item:hover {
    background-color: #fff
}

.people__item:hover .people__item-text {
    color: #202020
}

.people__item:hover p {
    height: 140px
}

.people__item:hover .people__item-name {
    color: #202020
}

.people__item:hover .people__item-ico {
    width: 75px;
    height: 75px
}

.people__item p {
    font-weight: 100;
    height: 0;
    overflow: hidden;
    font-family: "PT Sans";
    padding-top: 10px
}

.people__item-name {
    padding-top: 12px;
    text-transform: uppercase;
    font-family: "PT Sans";
    font-size: 16px;
    color: #ffba00;
    padding-bottom: 5px
}

.people__item-text {
    color: #ffba00
}

.people__item-ico {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    margin: 0 auto
}

.people__item:nth-child(4n) {
    margin-right: 0
}
/* 3.8. END People */

/* 3.9. Partners */
.partners {
    padding: 70px 0 70px;
    background: #dfdfdf;
    position: relative
}

.partners .offer__header p {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px)
}

.partners .offer__head {
    width: 200px
}

.partners:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 619px;
    width: 775px;
    background: #fff url(../img/partner__bg1.jpg) no-repeat left top;
    background-size: contain;
    max-width: 45%;
    max-height: 100%;
    opacity: .12
}

.partners:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 619px;
    width: 775px;
    background: #fff url(../img/partner__bg1.jpg) no-repeat left top;
    background-size: contain;
    max-width: 45%;
    max-height: 100%;
    opacity: .12;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.partners__wrap {
    position: relative;
    z-index: 1
}

.partners__items {
    padding-top: 80px;
    text-align: center
}

.partners__item {
    display: inline-block
}
/* 3.9. END Partners */

/* 3.10. END Contact */
.contact {
    padding: 70px 0 60px
}

.contact__head {
    font-size: 24px
}

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

.contact__left {
    width: 50%;
    padding-right: 50px
}

.contact__left p {
    padding-top: 25px;
    font-family: "PT Sans";
    font-weight: 100
}

.contact__form {
    width: 50%
}

.contact__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 18px
}

.contact__input {
    height: 38px;
    margin-right: 18px;
    width: -webkit-calc(33.3333% - 12px);
    width: calc(33.3333% - 12px);
    position: relative
}

.contact__input.active svg {
    fill: #ffba00
}

.contact__input svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
    width: 14px;
    height: 14px;
    fill: #d2d2d2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact__input:last-child {
    margin-right: 0
}

.contact__input input {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    padding-left: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact__input input:focus {
    border-color: #ffba00
}

.contact__text {
    padding-bottom: 18px;
    position: relative
}

.contact__text.active svg {
    fill: #ffba00
}

.contact__text textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #d2d2d2;
    padding: 10px 20px;
    padding-left: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact__text textarea:focus {
    border-color: #ffba00
}

.contact__text svg {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 16px;
    height: 16px;
    fill: #d2d2d2
}

.contact__submit {
    text-align: center
}

.contact__submit input {
    text-transform: uppercase;
    display: inline-block;
    border: none;
    background-color: #ffba00;
    color: #fff;
    padding: 8px 70px
}
/* 3.10. END Contact */

/* 3.11. Footer */
.footer {
    background-color: #000;
    color: #fff
}

.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px
}

.footer__info {
    width: 50%;
    padding-right: 10%;
    padding-top: 30px
}

.footer__info p {
    padding: 15px 0;
    font-family: "PT Sans";
    font-weight: 100
}

.footer__posts {
    padding-left: 20px;
    width: 31%;
    padding-top: 30px
}

.footer__header {
    font-size: 24px;
    padding-bottom: 20px
}

.footer__contact {
    width: 29%;
    text-align: right;
    padding-top: 30px
}

.footer__contact-wr {
    display: inline-block;
    vertical-align: middle;
    text-align: right
}

.footer__contact-wr div {
    padding-left: 20px
}

.footer__menu {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__copy {
    display: inline-block
}

.footer__copy a{
    color: #fff
}

.footer__social a {
    font-size: 18px;
    vertical-align: middle
}

.footer__social a svg {
    width: 17px;
    height: 17px
}

.footer__list {
    list-style-type: none;
    margin-left: auto;
    display: inline-block
}

.footer__list li {
    display: inline-block;
    padding-left: 27px;
    font-family: "PT Sans"
}

.footer__list li a {
    color: #fff;
    text-transform: uppercase
}

.footer__post {
    padding-bottom: 20px;
    max-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.footer__post-img {
    width: 120px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    min-height: 80px
}

.footer__post-img:after {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 30%;
    background: #000;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

.footer__post-right {
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__post-right a {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2
}

.footer__post-right a:hover {
    color: #ffba00;
    text-decoration: none
}

.footer__post-right div {
    padding-left: 20px;
    position: relative;
    color: #b5b5b5;
    font-family: "PT Sans";
    font-weight: 100
}

.footer__post-right div:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../img/user.svg) no-repeat
}

.footer__post-comment:after {
    background-image: url(../img/chat.svg)!important
}

.footer__block {
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 4px;
    position: relative
}

.footer__block a{
    color: #fff
}

.footer__block:after {
    content: '\e800';
    font-family: phone;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    font-size: 14px;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    top: 5px;
    position: absolute
}

.footer__block.mail:after {
    content: '\e801'
}

.footer__block.fax:after {
    content: '\e802'
}
/* 3.11. END Footer */

/***********************************
	/* 3. END CONTENT */
/***********************************/


/***********************************
	/* 4. END RESPINSIVE */
/***********************************/

@media only screen and (max-width:1750px) {
    .offer__content-wr:after {
        background-size: contain;
        height: 400px;
        right: -120px;
        width: 300px
    }
}

@media only screen and (max-width:1450px) {
    .offer__content-wr:after {
        background-size: contain;
        height: 300px;
        right: -40px;
        width: 200px
    }
}

@media only screen and (max-width:1250px) {
    .offer__content-wr:after {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .numbers {
        background-position: center top!important;
        background-attachment: scroll
    }
    .people__items {
        height: 320px
    }
    .people__item:hover p {
        height: 100%
    }
    .partners__item img {
        max-width: 180px
    }
    .blog__slider .slick-next {
        right: -20px
    }
    .blog__slider .slick-prev {
        left: -20px
    }
    .blog__slider {
        padding: 0 15px;
        max-width: 920px
    }
    .slick-next {
        right: 20px
    }
    .slick-prev {
        left: 20px
    }
}

@media only screen and (max-width:992px) {
	.menu__logo {
	    position: absolute;
	    z-index: 11;
	}
    .js__top-menu {
        height: auto
    }
    .js__top-menuWr {
        height: auto
    }
    .js__top-menu {
        z-index: 10;
        position: relative
    }
    .js__top-menuWr.fixed {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .header__content {
        padding: 200px 0
    }
    .box__item {
        margin-right: 20px;
        padding: 50px 0;
        height: 200px;
        width: -webkit-calc(25% - 15px);
        width: calc(25% - 15px)
    }
    .about {
        padding: 50px 0 60px
    }
    .numbers {
        padding: 100px 0
    }
    .offer {
        padding: 50px 0
    }
    .offer__inside {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .offer__pic {
        width: 100%
    }
    .offer__form {
        width: 100%;
        padding-left: 0;
        padding-top: 25px
    }
    .offer__box {
        max-width: 400px;
        padding: 10px 12px;
        margin: 0 auto;
        margin-bottom: 20px
    }
    .works {
        padding-top: 50px
    }
    .works__header {
        padding-bottom: 35px
    }
    .works__list {
        padding-bottom: 35px
    }
    .works__item {
        width: 33.33333%
    }
    .meet__items {
        padding-top: 60px
    }
    .meet {
        padding-top: 50px
    }
    .people__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
    .people__item {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 50%;
        height: auto;
        margin-right: 0;
        position: static
    }
    .footer__list li {
        padding-left: 12px
    }
    .footer__info {
        padding-right: 5%;
        width: 45%
    }
    .footer__posts {
        width: 32%;
        padding-right: 15px
    }
    .blog__slider .slick-next {
        right: -15px
    }
    .blog__slider .slick-prev {
        left: -15px
    }
    .slick-dots li.slick-active button {
        background-color: #ffba00
    }
    .slick-dots li button {
        background-color: #b2b2b2;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px
    }
    .slick-dots li button:before {
        content: none
    }
    .slick-dots {
        bottom: -40px
    }
    .blog__slider {
        padding: 0
    }
    .blog__slide {
        padding: 0 10px
    }
    .header .slick-dots {
        bottom: 10px
    }
    .header__item {
        background-position: center top!important
    }
    .numbers {
        padding: 75px 0
    }
    .offer__inside {
        padding-top: 50px
    }
    .blog {
        padding: 40px 0 50px
    }
    .partners {
        padding: 50px 0
    }
    .partners__items {
        padding-top: 50px
    }
    .partners__item img {
        max-width: 137px
    }
    .contact {
        padding: 50px 0
    }
    .footer__info {
        padding-top: 50px
    }
}

@media only screen and (max-width:768px) {
    .header__text:after {
        left: -2px
    }
    .box {
        padding-top: 10px
    }
    .header__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 120px 0
    }
    .header .head {
        width: 100%;
        font-size: 36px
    }
    .header .head br {
        display: none
    }
    .header__right {
        width: 100%;
        max-width: 100%
    }
    .box__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .box__item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 20px;
        background-position: -500px;
        margin-bottom: 20px;
        padding: 80px 0;
        height: auto
    }
    .box__item:nth-child(2n) {
        margin-right: 0
    }
    .about {
        padding: 40px 0
    }
    .about__header {
        padding-bottom: 20px
    }
    .about p {
        padding-bottom: 18px
    }
    .numbers__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .numbers__item {
        padding-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%
    }
    .numbers {
        padding: 40px 0 20px
    }
    .numbers__name {
        margin-top: auto
    }
    .offer {
        padding: 35px 0
    }
    .offer__header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .offer__header p {
        width: 100%;
        text-align: left;
        padding-left: 50px
    }
    .offer__header p:after {
        left: 10px
    }
    .offer__head {
        width: 100%;
        text-align: center
    }
    .offer__head br {
        display: none
    }
    .offer__item:first-child .offer__item-text:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }
    .offer__item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
    .offer__item:first-child {
        margin-right: 20px
    }
    .offer__item-text {
        width: 100%
    }
    .offer__item:first-child .offer__item-text {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .offer__box {
        padding-top: 7px;
        padding-bottom: 7px
    }
    .works {
        padding-top: 35px
    }
    .works__header {
        padding-bottom: 20px
    }
    .works__list li {
        display: block;
        padding-bottom: 7px
    }
    .works__list {
        padding-bottom: 15px
    }
    .works__item {
        width: 50%
    }
    .meet__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .meet__item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 20px;
        padding-bottom: 30px
    }
    .meet__item:nth-child(2n) {
        margin-right: 0
    }
    .meet__item-head {
        padding-top: 15px;
        padding-bottom: 10px
    }
    .partners .offer__head {
        width: 100%
    }
    .partners .offer__header p {
        width: 100%
    }
    .header .head {
        font-size: 32px
    }
    .blog {
        padding: 30px 0 35px
    }
    .blog__header {
        padding-bottom: 35px
    }
    .offer__head {
        padding-bottom: 15px
    }
    .partners {
        padding: 35px 0
    }
    .partners__items {
        padding-top: 35px
    }
    .partners__item img {
        max-width: 90px
    }
    .contact {
        padding: 35px 0
    }
    .contact__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contact__left {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0
    }
    .contact__form {
        width: 100%
    }
    .footer__list {
        display: none
    }
    .footer__content {
        padding-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__info {
        width: 100%;
        padding-right: 0
    }
    .footer__posts {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .footer__contact {
        width: 100%;
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer__info {
        padding-top: 35px
    }
    .list {
        position: relative;
        height: 50px
    }
    .list__content {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #fff;
        color: #fff
    }
    .list ul {
        display: block
    }
    .list ul li {
        display: block;
        text-align: center;
        padding-right: 0;
        padding-bottom: 12px
    }
    .list ul li a {
        color: #202020
    }
    .menu__item {
        color: #202020;
        font-size: 16px;
        padding-left: 0
    }
    .list ul .menu__social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .list ul .menu__social a {
        font-family: "PT Sans";
        text-transform: none;
        font-size: 16px
    }
    .list ul .menu__social a svg {
        fill: #202020
    }
    .list__search {
        height: 18px;
        width: 18px
    }
    .menu__item:after {
        left: -webkit-calc(50% - 100px);
        left: calc(50% - 100px);
        top: 8px
    }
    .js-menu {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .list__content {
        display: none
    }
    .menu__phone {
        color: #fff
    }
    .menu__phone:after {
        font-size: 16px;
        top: 6px;
        left: -25px
    }
}

@media only screen and (max-width:480px) {
    .header__content {
        padding: 50px 0 70px
    }
    .header__text {
        text-align: left;
        padding-left: 0;
        padding-bottom: 15px
    }
    .header .head {
        font-size: 28px;
        padding-bottom: 10px
    }
    .header__text:after {
        display: none
    }
    .about {
        padding: 20px 0
    }
    .box__ico {
        height: 50px
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0
    }
    .box {
        padding: 20px 0 10px
    }
    .box__item {
        margin-right: 10px;
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin-bottom: 10px;
        padding: 65px 0
    }
    .box__ico img {
        max-width: 40px;
        max-height: 50px
    }
    .about__header {
        font-size: 22px;
        padding-bottom: 15px
    }
    .about p {
        padding-bottom: 14px
    }
    .numbers {
        padding: 20px 0 10px
    }
    .numbers__ico {
        height: 60px
    }
    .numbers__ico img {
        max-width: 60px;
        max-height: 60px
    }
    .numbers__num {
        padding: 8px 0
    }
    .offer__header p:after {
        display: none
    }
    .offer__header p {
        padding-left: 0
    }
    .offer {
        padding: 20px 0
    }
    .offer__inside {
        padding-top: 15px
    }
    .offer__pic {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .offer__item {
        width: 100%;
        margin-bottom: 10px
    }
    .offer__item:first-child {
        margin-right: 0
    }
    .offer__item-text {
        padding: 10px
    }
    .offer__item-text p {
        padding-top: 10px
    }
    .offer__form {
        padding-top: 15px
    }
    .works {
        padding-top: 20px
    }
    .works__header {
        padding-bottom: 15px
    }
    .meet {
        padding: 20px 0 5px
    }
    .meet__items {
        padding-top: 20px
    }
    .meet__item-head {
        padding: 10px 0 7px
    }
    .meet__item {
        padding-bottom: 20px
    }
    .blog {
        padding: 20px 0 50px
    }
    .blog__slide {
        padding: 0
    }
    .people {
        padding: 20px 0
    }
    .people__header {
        padding-bottom: 15px
    }
    .people__item {
        margin-bottom: 10px;
        width: 100%;
        padding: 10px
    }
    .people__item-ico {
        width: 100px;
        height: 100px
    }
    .partners {
        padding: 20px 0
    }
    .partners__items {
        padding-top: 15px
    }
    .contact {
        padding: 20px 0
    }
    .contact__left p {
        padding-top: 14px
    }
    .contact__info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contact__input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
    .contact__info {
        padding-bottom: 0
    }
    .contact__text textarea {
        height: 120px
    }
    .contact__head,
    .footer__header,
    .offer__head,
    .people__header,
    .works__header {
        font-size: 22px
    }
    .footer__info {
        padding-top: 20px
    }
    .footer__posts {
        padding-top: 20px
    }
    .footer__contact {
        padding-top: 20px
    }
    .footer__content {
        padding-bottom: 12px
    }
}

/***********************************
	/* 4. END RESPINSIVE */
/***********************************/