@charset "UTF-8";
/*--- Содержимое файла не менять(все правки в programmers.css)!!! ---*/
/* Содержание
1. Сброс стилей
2. Шаблон
2.1 Базовая структура шаблона
2.2 Формы
2.3 Иконки
2.4 Сетка
3. Основые элементы страницы
3.1 Шапка сайта
3.2 Подвал сайта
4. Виджеты
4.1 Базовая структура виджетац
4.2 Все меню сайта
5. Страницы
5.1 Базовая структура страницы
6. Плагины
6.1 Табы
7. Типографика
-----------------------------*/
/*
-------------------------------
1. Сброс стилей
-------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

input {
  line-height: normal;
  -webkit-appearance: none; }
  input[type="reset"], input[type="submit"], html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer; }
  input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  input[disabled] {
    cursor: default; }
  input::-ms-clear {
    display: none !important; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea {
  -webkit-appearance: none; }

button {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  button[disabled] {
    cursor: default; }

* {
  outline: none !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

/*
-------------------------------
КОНЕЦ | 1. Сброс стилей
-------------------------------
*/
/*
-------------------------------
2. Шаблон
-------------------------------
*/
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-LightIt.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-LightIt.woff") format("woff"), url("../fonts/ProximaNova-LightIt.ttf") format("truetype"), url("../fonts/ProximaNova-LightIt.svg#ProximaNova-LightIt") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility; }
/*--- 2.1 Базовая структура шаблона ---*/
html,
button,
input,
select,
textarea {
  font-family: "ProximaNova", Verdana, sans-serif; }

body {
  font-family: "ProximaNova", Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1;
  background-color: #ffffff !important;
  color: #3d4b4c;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

html, body {
  height: 100%; }

#page_wr {
  min-height: 100%;
  height: auto; }

a {
  color: #3d4b4c;
  text-decoration: none; }

/*--- КОНЕЦ | 2.1 Базовая структура шаблона ---*/
/*--- 2.2 Формы ---*/
.form-group {
  zoom: 1; }
  .form-group:before, .form-group:after {
    content: " ";
    display: table; }
  .form-group:after {
    clear: both; }
  .form-group label .req {
    color: red; }

/* Поля ввода */
.form-field {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 15px;
  line-height: 1;
  border: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .form-field::-webkit-input-placeholder {
    color: #c5c5c5; }
  .form-field:-moz-placeholder {
    color: #c5c5c5; }
  .form-field::-moz-placeholder {
    color: #c5c5c5; }
  .form-field:-ms-input-placeholder {
    color: #c5c5c5; }

textarea.form-control {
  resize: vertical;
  height: 265px; }

.form-control__wr {
  position: relative; }

/* /Поля ввода */
/* Кнопки */
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 26px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background: none;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1;
  height: 38px;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #7f9192;
  letter-spacing: 0.006em; }
  .lt-ie8 .btn {
    display: inline;
    zoom: 1; }
  .btn:hover {
    color: #3d4b4c !important;
    border-color: #3d4b4c !important; }
  .btn .icon {
    margin-right: 7px; }
  .btn.disabled, .btn:disabled {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    cursor: default; }
  .btn.btn-block {
    display: block;
    width: 100%;
    text-align: center; }

/* /Кнопки */
/*--- КОНЕЦ | 2.2 Формы ---*/
/*--- 2.3 Иконки ---*/
.icon {
  display: inline-block;
  width: 33px;
  height: 32px;
  vertical-align: top;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat; }
  .lt-ie8 .icon {
    display: inline;
    zoom: 1; }
  .icon-email {
    width: 44px;
    background-position: 0 0; }
    a:hover .icon-email {
      background-position: 0 -32px; }
  .icon-linkedin {
    background-position: -50px 0; }
    a:hover .icon-linkedin {
      background-position: -50px -32px; }
  .icon-fb {
    background-position: -86px 0; }
    a:hover .icon-fb {
      background-position: -86px -32px; }
  .icon-pinterest {
    background-position: -122px 0; }
    a:hover .icon-pinterest {
      background-position: -122px -32px; }
  .icon-arrow_left {
    width: 9px;
    height: 14px;
    background: url(../images/arrow_left.png); }

/*--- КОНЕЦ | 2.3 Иконки ---*/
/*--- 2.4 Сетка ---*/
.hide {
  display: none !important; }

.container {
  width: 1098px;
  margin: 0 auto; }

.row {
  zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

[class^="col-"] {
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 30px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }
  [class^="col-"].first, [class^="col-"]:first-child {
    clear: left;
    margin-left: 0; }

.col-1 {
  width: 64px; }

.col-2 {
  width: 158px; }

.col-3 {
  width: 252px; }

.col-4 {
  width: 346px; }

.col-5 {
  width: 440px; }

.col-6 {
  width: 534px; }

.col-7 {
  width: 628px; }

.col-8 {
  width: 722px; }

.col-9 {
  width: 816px; }

.col-10 {
  width: 910px; }

.col-11 {
  width: 1004px; }

.col-12 {
  width: 1098px; }

.col-12 {
  margin-left: 0; }

.ofleft-1 {
  margin-left: 94px; }

.ofleft-1:first-child,
.first.ofleft-1 {
  margin-left: 64px; }

.ofleft-2 {
  margin-left: 188px; }

.ofleft-2:first-child,
.first.ofleft-2 {
  margin-left: 158px; }

.ofleft-3 {
  margin-left: 282px; }

.ofleft-3:first-child,
.first.ofleft-3 {
  margin-left: 252px; }

.ofleft-4 {
  margin-left: 376px; }

.ofleft-4:first-child,
.first.ofleft-4 {
  margin-left: 346px; }

.ofleft-5 {
  margin-left: 470px; }

.ofleft-5:first-child,
.first.ofleft-5 {
  margin-left: 440px; }

.ofleft-6 {
  margin-left: 564px; }

.ofleft-6:first-child,
.first.ofleft-6 {
  margin-left: 534px; }

.ofleft-7 {
  margin-left: 658px; }

.ofleft-7:first-child,
.first.ofleft-7 {
  margin-left: 628px; }

.ofleft-8 {
  margin-left: 752px; }

.ofleft-8:first-child,
.first.ofleft-8 {
  margin-left: 722px; }

.ofleft-9 {
  margin-left: 846px; }

.ofleft-9:first-child,
.first.ofleft-9 {
  margin-left: 816px; }

.ofleft-10 {
  margin-left: 940px; }

.ofleft-10:first-child,
.first.ofleft-10 {
  margin-left: 910px; }

.ofleft-11 {
  margin-left: 1034px; }

.ofleft-11:first-child,
.first.ofleft-11 {
  margin-left: 1004px; }

/* Выравнивнивание блока внутри сетки по центру */
[class^="col-"].pos-auto,
.row.center [class^="col-"] {
  margin-left: auto !important;
  margin-right: auto;
  float: none !important;
  text-align: left; }

/* /Выравнивнивание блока внутри сетки по центру */
/* Отступы сверху */
.oftop-1 {
  margin-top: 30px !important; }

/* /Отступы сверху */
.pull-right {
  float: right !important; }

.pull-left {
  float: left; }

/*--- КОНЕЦ | 2.4 Сетка ---*/
/* Copyright */
.b-copyright {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 32px; }

/* /Copyright */
/* Social */
.b-social {
  text-align: right; }
  .b-social__item {
    display: inline-block;
    vertical-align: top; }
    .b-social__item + .b-social__item {
      margin-left: 22px; }

/* /Social */
/*
-------------------------------
КОНЕЦ | 2. Шаблон
-------------------------------
*/
/*
-------------------------------
3. Основые элементы страницы
-------------------------------
*/
/*--- 3.1 Шапка сайта ---*/
#header {
  background-color: #475c5e;
  padding: 14px 0 12px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1111;
  box-shadow: 0 3px 3px rgba(65, 79, 80, 0.08);
  -o-box-shadow: 0 3px 3px rgba(65, 79, 80, 0.08);
  -ms-box-shadow: 0 3px 3px rgba(65, 79, 80, 0.08);
  -moz-box-shadow: 0 3px 3px rgba(65, 79, 80, 0.08);
  -webkit-box-shadow: 0 3px 3px rgba(65, 79, 80, 0.08); }
#page {
    margin-top:60px;
}
.logo {
  margin-top: -2px; }
  .logo img {
    display: block; }

/*--- КОНЕЦ | 3.1 Шапка сайта ---*/
/*--- 3.2 Подвал сайта ---*/
#footer {
  margin-top: -70px;
  padding: 19px 0;
  background-color: #475c5e; }

.buffer_clear {
  height: 70px;
  clear: both; }

/*--- КОНЕЦ | 3.2 Подвал сайта ---*/
/*--- Основная часть ---*/
/*--- КОНЕЦ | Основная часть ---*/
/*
-------------------------------
4. Виджеты
-------------------------------
*/
/*--- 4.1 Базовая структура виджета ---*/
.widget_group {
  zoom: 1;
  position: relative; }
  .widget_group:before, .widget_group:after {
    content: " ";
    display: table; }
  .widget_group:after {
    clear: both; }

.widget {
  position: relative;
  zoom: 1; }
  .widget:before, .widget:after {
    content: " ";
    display: table; }
  .widget:after {
    clear: both; }
  .widget__title {
    font-size: 60px;
    font-weight: 500;
    color: #3d4b4c;
    text-align: center; }
  .widget__header {
    zoom: 1; }
    .widget__header:before, .widget__header:after {
      content: " ";
      display: table; }
    .widget__header:after {
      clear: both; }
  .widget__entry {
    zoom: 1; }
    .widget__entry:before, .widget__entry:after {
      content: " ";
      display: table; }
    .widget__entry:after {
      clear: both; }

/*--- КОНЕЦ | 4.1 Базовая структура виджета ---*/
/*--- 4.2 Все меню сайта ---*/
/* Основное меню */
.nav-main {
  text-align: center;
  padding-top: 10px; }
  .nav-main__link {
    margin: 0 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid transparent; }
    .nav-main__link:hover {
      border-bottom-color: #fff; }
    .nav-main__link_active {
      font-weight: 500;
      color: #6dbab5;
      border-bottom-color: transparent !important; }

/* /Основное меню */
/*--- КОНЕЦ | 4.2 Все меню сайта ---*/
/*--- Intro ---*/
.w-intro {
  background: #3e4343 url(../images/main_banner-green-big.png) center top no-repeat;
    -webkit-background-size: 100% auto;
  background-size: 100% auto;
  min-height: 460px; }
  .w-intro .va-cont {
    min-height: 460px;
    text-align: center; }
    @media screen and (max-width:1023px){
        .w-intro {
    -webkit-background-size: cover;
  background-size: cover;
        }
    }
  .w-intro__caption {
    display: inline-block;
    width: 700px;
    padding-top: 50px;
    height: 180px;
    background-color: rgba(53, 63, 64, 0.55);
    text-align: center;
    font-size: 72px;
    color: #e3e8e8;
    font-weight: 500;
    text-shadow: 0 3px 3px rgba(65, 79, 80, 0.08); }
    .w-intro__caption__small {
      margin-top: 14px;
      display: block;
      font-size: 34px; }
      .w-intro__caption__small span {
        font-weight: 300; }

/*--- КОНЕЦ | Intro ---*/
/*--- Portfolio ---*/
.w-portfolio .widget__head {
  padding: 42px 0 38px; }
.w-portfolio__item {
  padding: 80px 0 70px; }
  .w-portfolio__item_c1 {
    background-color: #44a2a1; }
  .w-portfolio__item_c2 {
    background-color: #3275af; }
  .w-portfolio__item_c3 {
    background-color: #b3bb60; }
  .w-portfolio__item_c1 *, .w-portfolio__item_c2 *, .w-portfolio__item_c3 * {
    color: #fff !important; }
  .w-portfolio__item__img {
    text-align: center; }
    .w-portfolio__item__img_small {
      padding-top: 22px; }
    .w-portfolio__item__img img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      height: auto; }
  .w-portfolio__item__company {
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    color: #7f9192; }
  .w-portfolio__item__name {
    margin-top: 9px;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    color: #3d4b4c; }
    .w-portfolio__item__name a {
      color: #3d4b4c;
      font-weight: 500;
      font-size: 34px;
      line-height: 42px; }
  .w-portfolio__item__desc {
    margin-top: 32px;
    font-size: 20px;
    line-height: 27px;
    color: #3d4b4c; }
  .w-portfolio__item__more {
    margin-top: 33px; }

/*--- КОНЕЦ | Portfolio ---*/
/*--- Recomendations ---*/
.w-recomendations__item {
  zoom: 1; }
  .w-recomendations__item:before, .w-recomendations__item:after {
    content: " ";
    display: table; }
  .w-recomendations__item:after {
    clear: both; }
  .w-recomendations__item + .w-recomendations__item {
    margin-top: 65px; }
  .w-recomendations__item__img {
    float: left;
    width: 212px;
    height: 212px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .w-recomendations__item__img img {
      display: block;
      min-width: 100%;
      height: auto; }
  .w-recomendations__item__text {
    padding-top: 16px;
    margin-left: 282px; }
  .w-recomendations__item__author {
    font-style: italic;
    font-weight: 300;
    color: #717e7f; }

/*--- КОНЕЦ | Recomendations ---*/
/*
-------------------------------
КОНЕЦ | 4. Виджеты
-------------------------------
*/
/*
-------------------------------
5. Страницы
-------------------------------
*/
/*--- 5.1 Базовая структура страницы ---*/
.page {
  padding-bottom: 95px; }
  .page__head {
    padding: 70px 0 66px;
    font-size: 60px;
    font-weight: 500;
    text-align: center; }
  .page__entry__title {
    margin-top: 67px;
    margin-bottom: 42px;
    font-size: 60px;
    font-weight: 500;
    text-align: center; }

/*--- КОНЕЦ | 5.1 Базовая структура страницы ---*/
/*--- About ---*/
.p-about__text {
  margin-top: -7px; }
.p-about__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }
.p-about__resume {
  margin-top: 58px; }
  .p-about__resume .btn {
    font-size: 17px; }

/*--- КОНЕЦ | About ---*/
/*--- Project ---*/
.p-project .page__head {
  padding: 0;
  margin-bottom: 72px; }
.p-project__img {
  height: 380px;
  background-color: #3e4343;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  .p-project__img .va-cont {
    height: 380px; }
.p-project__title {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  text-align: center; }
.p-project__company {
  margin-top: 18px;
  font-weight: 300;
  font-size: 34px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
.p-project__section + .p-project__section {
  margin-top: 84px; }
.p-project__section__head {
  margin-bottom: 57px;
  text-align: center;
  font-size: 60px;
  font-weight: 500; }
.p-project__back {
  margin-top: 85px;
  text-align: center; }

/*--- КОНЕЦ | Project ---*/
/*
-------------------------------
КОНЕЦ | 5. Страницы
-------------------------------
*/
/*
-------------------------------
6. Плагины
-------------------------------
*/
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out; }

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1; }

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default; }

/*
-------------------------------
КОНЕЦ | 6. Плагины
-------------------------------
*/
/*
-------------------------------
7. Типографика
-------------------------------
*/
/* Выравнивание по вертикали */
.va-cont {
  width: 100%;
  display: table !important;
  position: relative;
  vertical-align: middle;
  height: 100%; }
  .va-cont .va-wr {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    height: 100%; }
    .va-cont .va-wr > span, .va-cont .va-wr > div {
      display: inline;
      vertical-align: middle; }

/* /Выравнивание по вертикали */
/* Заголовки */
/* /Заголовки */
/* Текст */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text_error {
  color: #cb3829; }

/* /Текст */
.typo-block {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px; }
  .typo-block a {
    color: #409994;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid transparent; }
    .typo-block a:hover {
      border-bottom-color: #409994; }
  .typo-block h2,
  .typo-block h1,
  .typo-block h4,
  .typo-block h3 {
    margin-bottom: 31px;
    font-size: 34px;
    line-height: 42px;
    font-weight: 500; }
  .typo-block li {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px; }
  .typo-block ol {
    margin-bottom: 16px;
    counter-reset: ol-counter; }
    .typo-block ol li:before {
      content: counter(ol-counter);
      counter-increment: ol-counter; }
    .typo-block ol + h1, .typo-block ol + h2, .typo-block ol + h3, .typo-block ol + h4 {
      margin-top: 50px; }
  .typo-block ul {
    margin-bottom: 16px; }
    .typo-block ul li:before {
      content: '';
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .typo-block ul + h1, .typo-block ul + h2, .typo-block ul + h3, .typo-block ul + h4 {
      margin-top: 50px; }
  .typo-block i, .typo-block em {
    font-style: italic; }
  .typo-block b, .typo-block strong {
    font-weight: 500; }
  .typo-block figure {
    margin-top: 41px;
    display: block; }
    .typo-block figure img {
      max-width: 100%;
      height: auto;
      display: block; }
    .typo-block figure figcaption {
      padding-top: 12px;
      display: block;
      text-align: center;
      font-style: italic;
      font-weight: 300;
      font-size: 17px;
      line-height: 25px;
      color: #7f9192; }
    .typo-block figure + h1, .typo-block figure + h2, .typo-block figure + h3, .typo-block figure + h4 {
      margin-top: 50px; }
  .typo-block p {
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px; }
    .typo-block p:last-child {
      margin-bottom: 0; }
    .typo-block p + h1, .typo-block p + h2, .typo-block p + h3, .typo-block p + h4 {
      margin-top: 50px; }

/*
-------------------------------
КОНЕЦ | 7. Типографика
-------------------------------
*/
/*
-------------------------------
8. Адптив
-------------------------------
*/
.show_mobile {
  display: none !important; }

@media screen and (max-width: 1150px) and (min-width: 1010px) {
  .container {
    width: 978px; }

  [class^="col-"] {
    float: left;
    position: relative;
    min-height: 1px;
    margin-left: 30px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
    [class^="col-"].first, [class^="col-"]:first-child {
      clear: left;
      margin-left: 0; }

  .col-1 {
    width: 54px; }

  .col-2 {
    width: 138px; }

  .col-3 {
    width: 222px; }

  .col-4 {
    width: 306px; }

  .col-5 {
    width: 390px; }

  .col-6 {
    width: 474px; }

  .col-7 {
    width: 558px; }

  .col-8 {
    width: 642px; }

  .col-9 {
    width: 726px; }

  .col-10 {
    width: 810px; }

  .col-11 {
    width: 894px; }

  .col-12 {
    width: 978px; }

  .col-12 {
    margin-left: 0; } }
@media screen and (max-width: 1009px) {
  .container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px; }

  [class^="col-"] {
    margin-left: 2%; }

  .row .col-1 {
    width: 6.5%; }
  .row .col-2 {
    width: 15%; }
  .row .col-3 {
    width: 23.5%; }
  .row .col-4 {
    width: 32%; }
  .row .col-5 {
    width: 40.5%; }
  .row .col-6 {
    width: 49%; }
  .row .col-7 {
    width: 57.5%; }
  .row .col-8 {
    width: 66%; }
  .row .col-9 {
    width: 74.5%; }
  .row .col-10 {
    width: 83%; }
  .row .col-11 {
    width: 91.5%; }
  .row .col-12 {
    width: 100%; }

  .logo {
    max-width: 46px;
    overflow: hidden; }

  #footer .col-6,
  #header .col-6 {
    width: 210px;
    float: none;
    margin: 0 auto; }
  #footer .col-3,
  #header .col-3 {
    width: 210px !important; }

  .b-social__item + .b-social__item {
    margin-left: 10px; } }
@media screen and (max-width: 767px) {
  .hide_mobile {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  [class^="col-"] {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important; }

  .w-intro__caption {
    display: block;
    width: auto;
    height: auto;
    padding: 30px 0; }

  #triggerMobile {
    width: 26px;
    position: absolute;
    height: 21px;
    right: 20px;
    top: 19px;
    z-index: 111; }
    #triggerMobile span {
      display: block;
      height: 3px;
      background-color: #fff; }
      #triggerMobile span + span {
        margin-top: 6px; }
      .nav-mobile__show #triggerMobile span {
        background-color: #6dbab5; }

  #header .nav-main {
    display: none;
    background-color: #3d4b4c;
    margin: 12px -20px -12px;
    padding-top: 0; }
    #header .nav-main__link {
      display: block;
      margin: 0;
      padding-left: 15px;
      text-align: left;
      border-bottom: none;
      height: 45px;
      line-height: 45px;
      border-left: 5px solid transparent; }
      #header .nav-main__link_active {
        border-color: #6dbab5; }

  .w-portfolio__item .col-6 + .col-6 {
    margin-top: 20px; }
  .w-portfolio__item__img_small {
    padding-top: 0; }

  .p-about__img {
    margin-bottom: 30px; }

  .buffer_clear {
    height: 180px; }

  #footer {
    position: relative;
    text-align: center;
    margin-top: -180px;
    height: 180px; }
    #footer [class^="col-"] {
      margin: 10px 0;
      float: none !important;
      text-align: center;
      width: auto !important; }
    #footer .b-social__item + .b-social__item {
      margin-left: 22px; }
    #footer .b-social {
      text-align: center; }

  .p-project__title {
    font-size: 50px;
    line-height: 55px; }

  .page__entry__title {
    font-size: 30px; }

  .w-recomendations__item__img {
    float: none;
    margin: 0 auto; }

  .w-recomendations__item__text {
    margin-left: 0; } }
@media screen and (max-width: 480px) {
  .w-intro,
  .w-intro .va-cont {
    min-height: 400px; }

  .w-intro__caption {
    font-size: 60px; } }
/*
-------------------------------
КОНЕЦ | 8. Адптив
-------------------------------
*/
