/* Including styles files */
/* Including fonts */
/* @import url(../../libs/slick-carousel/slick/slick.css);
@import url(../../libs/fancybox/dist/jquery.fancybox.css);
@font-face {
  font-family: 'Noto Sans';
  src: url("../../fonts/TTNorms/TTNorms-Regular.eot");
  src: local("Noto Sans Regular"), local("TTNorms-Regular"), url("../../fonts/TTNorms/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTNorms/TTNorms-Regular.woff") format("woff"), url("../../fonts/TTNorms/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url("../../fonts/TTNorms/TTNorms-Medium.eot");
  src: local("Noto Sans Medium"), local("TTNorms-Medium"), url("../../fonts/TTNorms/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTNorms/TTNorms-Medium.woff") format("woff"), url("../../fonts/TTNorms/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url("../../fonts/TTNorms/TTNorms-Bold.eot");
  src: local("Noto Sans Bold"), local("TTNorms-Bold"), url("../../fonts/TTNorms/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTNorms/TTNorms-Bold.woff") format("woff"), url("../../fonts/TTNorms/TTNorms-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; } */

/* Grid */
.case {
  position: relative;
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

.row, .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .row-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .col-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

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

.row.right, .col.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row.mid, .col.mid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.row.between, .col.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row.around, .col.around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.i-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.i-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.i-mid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.i-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.i-strech {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

/* Global settings */
*, :before, :after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: var(--color-1);
  background: white; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

li {
  display: block;
  list-style-image: none; }

a {
  color: var(--color-1);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input, textarea, button {
  outline: none; }

var {
  font-style: normal; }

/* Form elements */
.input {
  position: relative;
  width: 100%; }
  .input__wrap {
    position: relative; }
  .input__placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: text; }
  .input__area {
    display: block;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    background: white;
    width: 100%;
    border: 2px solid white;
    border-radius: 3px; }
    .input__area::-webkit-input-placeholder {
      opacity: 1;
      color: #9f9f9f; }
    .input__area::-moz-placeholder {
      opacity: 1;
      color: #9f9f9f; }
    .input__area:-ms-input-placeholder {
      opacity: 1;
      color: #9f9f9f; }
    .input__area::-ms-input-placeholder {
      opacity: 1;
      color: #9f9f9f; }
    .input__area::placeholder {
      opacity: 1;
      color: #9f9f9f; }
  .input_bg-gray .input__area {
    background-color: #f7f5f3; }
  .input_border-gray .input__area {
    border-color: #e6e3e1; }
  .input_md .input__area {
    height: 50px;
    padding-left: 25px;
    padding-right: 25px; }
  .input_error .input__area {
    border-color: #f00; }
  .input__area.error{
    border-color: #f00 !important;
  }

.textarea {
  position: relative;
  width: 100%; }
  .textarea__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: text; }
  .textarea__area {
    display: block;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    background: white;
    width: 100%;
    resize: none;
    border: 1px solid white; }
  .textarea_error .textarea__area {
    border-color: #f00; }

.checkbox {
  position: relative; }
  .checkbox__input {
    display: none; }
  .checkbox__toggler {
    position: relative; }
    .checkbox__toggler:before, .checkbox__toggler:after {
      content: '';
      position: absolute; }
    .checkbox__toggler:before {
      z-index: 2; }
    .checkbox__toggler:after {
      z-index: 1; }

.radio {
  position: relative; }
  .radio__input {
    display: none; }
  .radio__toggler {
    position: relative; }
    .radio__toggler:before, .radio__toggler:after {
      content: '';
      position: absolute; }
    .radio__toggler:before {
      z-index: 2; }
    .radio__toggler:after {
      z-index: 1; }

.btn {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: transparent;
  font-weight: 700;
  border-radius: 3px; }
  .btn_border-orange {
    border: 2px solid var(--color-3); }
  .btn_bg-orange {
    color: var(--color-2);
    background-color: var(--color-3); }
    .btn_bg-orange:hover {
      color: var(--color-3);
      background-color: var(--color-2); }
  .btn_sm {
    height: 48px; }
  .btn_md {
    height: 66px; }

.input input, .textarea textarea {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

input, .btn, .slick-slide, textarea {
  outline: none !important; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.mid {
  margin-left: auto;
  margin-right: auto; }

.arrows .slick-arrow {
  z-index: 1;
  width: 19px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent; }
  .arrows .slick-arrow:before, .arrows .slick-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .arrows .slick-arrow:after {
    opacity: 0; }
  .arrows .slick-arrow:hover:before {
    opacity: 0; }
  .arrows .slick-arrow:hover:after {
    opacity: 1; }
  .arrows .slick-arrow.slick-prev {
    left: 0; }
    .arrows .slick-arrow.slick-prev:before {
      background-image: url("../../img/arrow-left-gray.png"); }
    .arrows .slick-arrow.slick-prev:after {
      background-image: url("../../img/arrow-left-yellow.png"); }
  .arrows .slick-arrow.slick-next {
    right: 0; }
    .arrows .slick-arrow.slick-next:before {
      background-image: url("../../img/arrow-right-gray.png"); }
    .arrows .slick-arrow.slick-next:after {
      background-image: url("../../img/arrow-right-yellow.png"); }

.arrows_small .slick-arrow {
  width: 10px;
  height: 19px; }

.header__wrap {
  display: none; }

.panel {
  padding-top: 23px;
  padding-bottom: 23px; }
  .panel__logo {
    width: 203px;
    margin-right: 40px; }
  .panel__desc {
    font-size: 17px;
    max-width: 195px;
    margin-right: 55px; }
  .panel__contacts {
    width: -webkit-calc(100% - 8px - 40px - 195px - 55px);
    width: calc(100% - 8px - 40px - 195px - 55px); }
  .panel__contact {
    max-width: 205px; }

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact__icon {
    width: 29px;
    height: 29px; }
  .contact__text {
    font-size: 17px;
    width: -webkit-calc(100% - 29px);
    width: calc(100% - 29px);
    padding-left: 10px; }

.call {
  text-align: right; }
  .call__phone {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px; }
  .call__btn {
    font-weight: 700; }
    .call__btn a {
      color: var(--color-4);
      border-color: var(--color-4); }
      .call__btn a:hover {
        border-color: transparent; }
  .call_blue .call__btn a {
    color: var(--color-4);
    border-color: var(--color-4); }
    .call_blue .call__btn a:hover {
      border-color: transparent; }
  .call_white .call__btn a {
    color: var(--color-2);
    border-color: var(--color-2); }
    .call_white .call__btn a:hover {
      border-color: transparent; }

.nav__list ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.nav__list li {
  position: relative;
  margin-right: 90px; }
  .nav__list li:last-of-type {
    margin-right: 0; }
  .nav__list li:hover a:before, .nav__list li.active a:before {
    width: 100%;
    left: 0; }
  .nav__list li.subnav > a:after {
    content: '';
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background: url("../../img/arrow-down.png") no-repeat center;
    margin-left: 8px; }
  .nav__list li.subnav:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  .nav__list li.subnav ul {
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 180px;
    background-color: var(--color-2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px); }
  .nav__list li.subnav li {
    margin-right: 0; }
    .nav__list li.subnav li a {
      font-size: 15px;
      color: var(--color-1);
      padding: 10px 15px; }
      .nav__list li.subnav li a:before {
        display: none; }
      .nav__list li.subnav li a:hover {
        background-color: var(--color-3); }

.nav__list a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-2);
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  .nav__list a:before {
    content: '';
    position: absolute;
    background-color: var(--color-2);
    left: 50%;
    width: 0;
    height: 2px;
    bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.main-title {
    font-family: "IBM Plex Sans", sans-serif;
  font-size: 90px;
  font-weight: 500; }

.title {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px; }
  .title_mid {
    text-align: center; }
    .title_mid.title_line:after {
      margin-left: auto;
      margin-right: auto; }
  .title_line:after {
    display: block;
    content: '';
    width: 67px;
    height: 2px;
    margin-top: 20px; }
  .title_line-yellow:after {
    background-color: var(--color-3); }

.subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px; }

.hello__list {
  margin-bottom: 0 !important; }
  .hello__list .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .hello__list .slick-dots li {
      width: 10px;
      height: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-radius: 50%;
      transition: .3s;
      border: 2px solid var(--color-2);
      margin-left: 10px;
      margin-right: 10px;
      cursor: pointer; }
      .hello__list .slick-dots li.slick-active {
        background-color: var(--color-2); }
    .hello__list .slick-dots button {
      width: 100%;
      height: 100%;
      background: none;
      font-size: 0; }

.hello .case {
  z-index: 2;
  position: relative; }

.hello__wrap {
  padding-top: 92px;
  padding-bottom: 107px; }

.hello__content {
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px); }

.hello__title {
  margin-bottom: 40px; }

.hello__text ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.hello__text li {
  margin-bottom: 19px; }
  .hello__text li:last-of-type {
    margin-bottom: 0; }

.hello__form {
  width: 400px;
  -webkit-box-shadow: 0 10px 30px rgba(32, 34, 38, 0.2);
          box-shadow: 0 10px 30px rgba(32, 34, 38, 0.2); }

.hello__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.formus {
  padding: 50px 50px 55px;
  color: var(--color-1);
  background-color: var(--color-2); }
  .formus__title {
    text-align: center;
    margin-bottom: 35px; }
  .formus__input {
    margin-bottom: 15px; }
  .formus__btn {
    margin-top: 25px;
    width: 100%; }
  .formus__policy {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500; }
    .formus__policy a {
      border-color: var(--color-1); }
      .formus__policy a:hover {
        border-color: transparent; }
  .formus__text {
    font-size: 20px;
    text-align: center; }

.checks li {
  font-size: 22px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 45px;
  position: relative; }
  .checks li .icon-check {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    background-size: auto 100%; }

.services {
  padding-top: 70px;
  padding-bottom: 80px; }
  .services__title {
    margin-bottom: 50px; }
  .services__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px; }
  .services__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px; }

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: var(--color-2);
  -webkit-box-shadow: 0 6px 20px rgba(32, 34, 38, 0.1);
          box-shadow: 0 6px 20px rgba(32, 34, 38, 0.1); }
  .service__img {
    width: 265px;
    position: relative; }
    .service__img div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .service__content {
    padding: 30px 30px 25px;
    width: -webkit-calc(100% - 265px);
    width: calc(100% - 265px); }
  .service__title {
    margin-bottom: 9px; }
  .service__text {
    line-height: 22px;
    margin-bottom: 12px; }
  .service__price {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px; }
    .service__price var {
      font-size: 22px; }
  .service__btn {
    max-width: 150px; }

.advantages {
  padding-top: 70px;
  padding-bottom: 75px; }
  .advantages__title {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px; }
  .advantages__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -35px; }
  .advantages__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px; }

.advantage {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .advantage__count {
    font-size: 50px;
    line-height: 38px;
    font-weight: 700;
    color: #ebe9e6;
    margin-bottom: -40px;
    margin-left: 140px; }
  .advantage__icon {
    z-index: 1;
    position: relative;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 137px;
    height: 137px;
    border: 1px solid #f2f0ed;
    background-color: var(--color-2);
    border-radius: 50%;
    margin-bottom: 25px; }
    .advantage__icon u {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 58px;
      height: 58px; }
    .advantage__icon:before {
      z-index: -1;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 117px;
      height: 117px;
      border: 1px solid #e6e3e1;
      border-radius: 50%; }
  .advantage__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 11px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto; }
  .advantage__text {
    font-size: 17px;
    line-height: 24px; }

.order {
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .order__title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .order__text {
    max-width: 652px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 36px; }
  .order__form {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
  .order__input {
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 28px; }
  .order__btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 310px;
    margin-bottom: 28px; }
  .order__policy {
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: 500; }
    .order__policy a {
      color: var(--color-2);
      border-color: var(--color-2); }
      .order__policy a:hover {
        border-color: transparent; }

.portfolio {
  padding-top: 81px;
  padding-bottom: 108px; }
  .portfolio__title {
    margin-bottom: 60px; }
  .portfolio__list {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 6px 20px rgba(32, 34, 38, 0.1);
            box-shadow: 0 6px 20px rgba(32, 34, 38, 0.1); }
    .portfolio__list .slick-arrow.slick-prev {
      left: -45px; }
    .portfolio__list .slick-arrow.slick-next {
      right: -45px; }
    .portfolio__list .slick-dots {
      justify-content: center;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -60px;
    }
    .portfolio__list  .slick-dots li {
      width: 10px;
      height: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-radius: 50%;
      transition: .3s;
      border: 2px solid var(--color-3);
      margin-left: 10px;
      margin-right: 10px;
      cursor: pointer; }
      .portfolio__list .slick-dots li.slick-active {
        background-color: var(--color-3); }
    .portfolio__list .slick-dots button {
      width: 100%;
      height: 100%;
      background: none;
      font-size: 0; }
  .portfolio__bgs {
    position: relative; }
    .portfolio__bgs:before, .portfolio__bgs:after {
      content: '';
      position: absolute;
      height: 60px;
      background-color: var(--color-2);
      -webkit-box-shadow: 0 6px 20px rgba(32, 34, 38, 0.1);
              box-shadow: 0 6px 20px rgba(32, 34, 38, 0.1); }
    .portfolio__bgs:before {
      z-index: -2;
      left: 40px;
      right: 40px;
      bottom: -20px; }
    .portfolio__bgs:after {
      z-index: -1;
      left: 20px;
      right: 20px;
      bottom: -10px; }
  .portfolio__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 20px 35px 20px 20px;
    background-color: var(--color-2); }
  .portfolio__imgs {
    width: 50%;
    padding-right: 15px; }
  .portfolio__content {
    padding-left: 10px;
    padding-top: 15px;
    width: 50%; }
  .portfolio__subtitle {
    margin-bottom: 13px; }
  .portfolio__table {
    margin-bottom: 20px; }
    .portfolio__table table {
      width: 100%;
      border-collapse: collapse; }
    .portfolio__table tr:nth-of-type(odd) td {
      background-color: #f7f5f3; }
    .portfolio__table td {
      width: 50%;
      padding: 10.5px 18px; }
  .portfolio__data {
    margin-bottom: 25px; }
  .portfolio__btn {
    max-width: 200px; }

.data__item {
  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;
  margin-right: 65px; }
  .data__item:last-of-type {
    margin-right: 0; }

.data__icon {
  width: 48px;
  height: 48px; }

.data__text {
  padding-left: 15px; }

.data__desc {
  font-size: 24px;
  font-weight: 700; }

.imgs {
  font-size: 0; }
  .imgs__list-item {
    height: 335px;
    position: relative; }
  .imgs__nav {
    padding: 15px 19px;
    background-color: #f7f5f3; }
    .imgs__nav .slick-slide {
      padding-left: 7px;
      padding-right: 7px; }
    .imgs__nav .slick-arrow {
      position: absolute;
      top: 50%;
      font-size: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .imgs__nav .slick-arrow.slick-prev {
        left: 8px; }
      .imgs__nav .slick-arrow.slick-next {
        right: 8px; }
    .imgs__nav-item {
      height: 96px; }
  .imgs__list-item, .imgs__nav-item {
    position: relative; }
    .imgs__list-item div, .imgs__nav-item div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

.help {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .help__wrap {
    z-index: 1;
    position: relative;
    padding-top: 163px;
  padding-bottom: 206px;}
  .help__content {
    padding-top: 62px;
    max-width: 430px; }
  .help__title {
    margin-bottom: 25px; }
  .help__text {
    font-size: 22px;
    line-height: 32px; }
  .help__persona {
    position: absolute;
    bottom: 0;
    left: 350px; }
  .help__form {
    width: 400px;
    margin-left: auto; }

.persona__data {
  position: absolute;
  left: -250px;
  bottom: 50px;
  width: 250px;
  text-align: right; }
  .persona__data:before {
    content: '';
    width: 65px;
    height: 2px;
    position: absolute;
    top: -16px;
    right: -26px;
    background-color: var(--color-3); }

.persona__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px; }

.videos {
  padding-top: 80px;
  padding-bottom: 80px; }
  .videos__title {
    margin-bottom: 45px; }
  .videos__list {
    margin-left: -15px;
    margin-right: -15px; }
    .videos__list .slick-arrow {
      top: 104px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .videos__list .slick-arrow.slick-prev {
        left: -24px; }
      .videos__list .slick-arrow.slick-next {
        right: -24px; }
    .videos__list .slick-slide {
      padding-left: 15px;
      padding-right: 15px; }

.video__img {
  display: block;
  width: 100%;
  height: 245px;
  position: relative;
  margin-bottom: 15px; }
  .video__img div {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .video__img div:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.45); }
  .video__img:before, .video__img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .video__img:before {
    z-index: 2;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    background-color: var(--color-3); }
  .video__img:after {
    z-index: 3;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent var(--color-2); }
  .video__img:hover:before, .video__img:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9); }

.video__data {
  text-align: center; }

.video__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px; }

.photos {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #f7f5f3; }
  .photos__title {
    margin-bottom: 55px; }
  .photos__item {
    width: 25%;
    height: 335px;
    position: relative; }
    .photos__item_large {
      width: 50%; }
    .photos__item_hide {
      display: none; }
    .photos__item div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .photos__more {
    max-width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto; }
  .photos__more:hover{
    color: var(--color-2);
    background-color: var(--color-3);
  }

.clients {
  padding-top: 75px;
  padding-bottom: 85px; }
  .clients__title {
    margin-bottom: 60px; }
  .clients__list {
    margin-left: -15px;
    margin-right: -15px; }
    .clients__list .slick-arrow.slick-prev {
      left: -25px; }
    .clients__list .slick-arrow.slick-next {
      right: -25px; }
    .clients__list .slick-slide {
      padding-left: 15px;
      padding-right: 15px; }
  .clients__img {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 85px;
    margin-bottom: 30px; }
  .clients__name {
    font-size: 20px;
    text-align: center; }



.contacts {
  padding-top: 65px;
  padding-bottom: 70px; }
  .contacts__content {
    width: 43%;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 40px; }
  .contacts__title {
    margin-bottom: 40px; }
  .contacts__item {
    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;
    margin-bottom: 30px; }
    .contacts__item:last-of-type {
      margin-bottom: 0; }
  .contacts__icon {
    width: 36px;
    height: 36px; }
  .contacts__text {
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);
    padding-left: 18px; }
  .contacts__name {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 9px; }
  .contacts__desc {
    font-size: 20px;
    font-weight: 700; }
  .contacts__map-wrap {
    width: 57%;
    padding-left: 15px;
    position: relative; }
  .contacts__map {
    position: relative;
    width: 100%;
    height: 100%; }
    .contacts__map #map {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.textus{
  padding-top: 50px;
  padding-bottom: 15px;
}
.textus__title{
  margin-bottom: 30px;
}
.textus__wrap p {
  display: none;
}
.textus__more{
  margin-top: 15px;
}
.textus__more a {
  color: var(--color-3);
  border-color: var(--color-3);
}
.textus__more a:hover{
  border-color: transparent; 
}
.page {
  padding-top: 50px;
  padding-bottom: 60px; }
  .page__title {
    margin-bottom: 40px; }
  .page__wrap {
    min-height: 400px; }

.text p {
  margin-bottom: 20px; }

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
  display: block;
  font-weight: 700;
}

.text h1{
  font-size: 26px;
  margin-bottom: 20px;
}
.text h2{
  font-size: 24px;
  margin-bottom: 17px;
}
.text h3{
  font-size: 20px;
  margin-bottom: 15px;
}
.text h4{
  font-size: 18px;
  margin-bottom: 12px;
}
.text h5{
  font-size: 16px;
  margin-bottom: 10px;
}
.text h6{
  font-size: 14px;
  margin-bottom: 8px;
}

.text ul, .text ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
  margin-bottom: 20px; }
  .text ul li, .text ol li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px; }
    .text ul li:last-of-type, .text ol li:last-of-type {
      margin-bottom: 0; }
  .text ul li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid var(--color-3);
    border-radius: 50%;
  }

.text table {
  width: 100%;
  border-collapse: collapse; }
  .text table th, .text table td {
    padding: 5px 8px; }

.footer {
  color: var(--color-2);
  padding-top: 31px;
  padding-bottom: 33px; }
  .footer a {
    color: var(--color-2); }
  .footer__data {
    width: 203px;
    margin-right: 38px; }
  .footer__logo {
    display: block;
    width: 203px;
    margin-bottom: 40px; }
  .footer__desc {
    padding-top: 12px;
    font-size: 17px;
    max-width: 195px;
    width: 100%; }
  .footer__nav {
    padding-top: 13px;
    margin-left: auto; }
    .footer__nav ul {
      display: inline-block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer__nav li {
      width: 150px;
      margin-bottom: 13px; 
        
    }
      .footer__nav li:last-of-type {
        margin-bottom: 0; }
    .footer__nav a {
      border-color: transparent; }
      .footer__nav a:hover {
        border-color: transparent; }
  .footer__call {
    padding-top: 10px;
    margin-left: auto; }

.bg-black-opacity {
  color: var(--color-2);
  position: relative; }
  .bg-black-opacity:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .bg-black-opacity .case {
    position: relative;
    z-index: 1; }

.bg-blue {
  background-color: var(--color-4); }

.bg-gray {
  background-color: #f7f5f3; }

.popup {
  display: none;
  font-family: "Noto Sans", sans-serif; }
  .popup_small {
    width: 400px; }
#popup-thanks{
    position: fixed;
    height: 100vh;
    width: 100vw;
    max-width: unset;
    z-index: 500;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
#popup-thanks .formus_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#popup-thanks .formus__wrap{
    padding: 30px;
    text-align: center;
    background: #000;
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 1);
}
#popup-thanks .formus__title{
    max-width: unset;
}
.hidden-lg {
  display: none; }
.socials__list ul li:not(:last-child){
    margin-right: 7px;
}
.hello__text svg{
    margin-right: 10px;
}
.bg-black{
    background: #000;
}
.footer__call  .contact__text{
    width: 100%;
    text-align:center;
    margin: 10px 0;
}
.footer__call .socials__list {
    justify-content: center;
}
.text-uslugi p{
    margin: 10px 0;
}
.text-uslugi img{
    float:right;
    margin-left: 20px;
}
.text-uslugi h3{
    font-size: 24px;
    font-weight:bold;
    margin: 10px 0;
}
.text-uslugi ol, .text-uslugi ul{
  padding-left:15px;
}
.text-uslugi ol li, .text-uslugi ul li{
  display: list-item;
  margin-bottom: 5px;
}
.text-uslugi ul{
    flex-direction:column;
}
.text-uslugi ol li ul li{
    list-style:disc;
}
#jGrowl{
    display: none;
}
