@import url(../../libs/fancybox/dist/jquery.fancybox.min.css);
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates&amp;display=swap");
*, :before, :after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  color: #323232;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  display: inline; }

ol, ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

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

a {
  color: #323232;
  text-decoration: none;
  outline: none;
  transition: .3s;
  border-bottom: 1px solid transparent; }

input, textarea, button {
  outline: none;
  appearance: none; }

var {
  font-style: normal; }

strong {
  font-weight: 700; }

i {
  font-style: normal; }

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

svg {
  display: block; }

path, circle, rect, line {
  transition: .3s; }

.case {
  position: relative;
  width: 1130px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto; }
  .case .case {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 1150px) {
    .case {
      width: 950px; } }
  @media screen and (max-width: 992px) {
    .case {
      width: 730px; } }
  @media screen and (max-width: 767px) {
    .case {
      width: 560px; } }
  @media screen and (max-width: 580px) {
    .case {
      width: 100%; } }

.grid {
  display: grid; }

.row {
  display: flex;
  flex-wrap: wrap; }

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #323232;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  overflow: hidden;
  background: transparent;
  transition: .3s;
  border: none;
  border-radius: 10px;
  outline: none;
  width: 100%;
  min-height: 58px; }
  .btn:before, .btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s; }
  .btn:before {
    z-index: -2; }
  .btn:after {
    z-index: -1;
    opacity: 0; }
  .btn:hover:after {
    opacity: 1; }
  .btn.--white {
    color: #865021;
    border: 1px solid #FFE0AE; }
    .btn.--white:hover {
      border-color: transparent; }
    .btn.--white:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%); }
    .btn.--white:after {
      background: linear-gradient(180deg, #FFE0AE 0%, #FFD28A 100%); }
  .btn.--yellow {
    color: #865021; }
    .btn.--yellow:before {
      background: linear-gradient(180deg, #FFE0AE 0%, #FFD28A 100%); }
    .btn.--yellow:after {
      background: linear-gradient(180deg, #FFD28A 0%, #FFE0AE 100%); }
  .btn.--sm {
    font-size: 14px;
    min-height: 50px;
    border-radius: 5px; }

.input {
  display: block;
  transition: .3s; }
  .input__wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E6E6EB;
    border-radius: 10px;
    padding: 18px; }
  .input__icon {
    width: 12px; }
  .input__area {
    width: calc( 100% - 12px - 10px);
    color: #323232;
    font-size: 13px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    background: transparent;
    transition: .3s;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #9B9B9B; }
    .input__area::placeholder {
      color: #9B9B9B;
      font-size: 13px;
      font-family: "Nunito", sans-serif;
      font-weight: 400;
      transition: .3s; }
  .input.--grey .input__wrap {
    background: #F5F5F5; }
  .input.--sm .input__wrap {
    min-height: 50px; }
  .input.--error .input__wrap {
    border-color: red; }

.tog-body {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: .3s; }

.tog.--open .tog-body {
  opacity: 1;
  visibility: visible; }

.fade-in {
  animation-name: fade;
  animation-duration: 2s;
  transition: .3s; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.h1 {
  font-size: 38px;
  font-weight: 400;
  font-family: "Alice";
  line-height: 45px; }

.h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Alice";
  line-height: 45px; }

.h3 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Alice";
  line-height: 43px; }

.h4 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Alice";
  line-height: 34px; }

.t1 {
  color: #949494;
  font-weight: 400;
  font-family: "Alice"; }

.inner {
  overflow: hidden; }

.overflow-disable {
  overflow: hidden; }

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

.bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
  .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .panel__wrap {
    width: calc( 100% - 277px);
    display: flex;
    flex-wrap: wrap; }
  .panel__links {
    border-left: 1px solid #8D8D8D;
    padding: 6px 0;
    padding-left: 36px;
    margin-left: 30px; }
  .panel__link {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px; }
    .panel__link:last-of-type {
      margin-bottom: 0; }
    .panel__link:hover a {
      color: #D6A56C; }
  .panel__contacts {
    margin-left: auto;
    display: flex;
    align-items: center; }
  .panel__info {
    text-align: right;
    width: 100%; }
  .panel__info-mail {
    max-width: 226px;
    margin-right: 100px;
  }
  .panel__info-tel {
    max-width: 170px;
  }
  .panel__tel {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 6px; }
  .panel__tel-mail {
    white-space: nowrap; }
  .panel__bell {
    color: #865021;
    border-bottom: 1px dashed #865021; }
  .panel__sch {
    color: #A0A0A0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px; }
  .panel__btn {
    width: 170px;
    margin-left: 35px; }

.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 277px;
  width: 100%; }
  .logo__img {
    width: 30px; }
  .logo__desc {
    width: calc( 100% - 30px);
    padding-left: 20px; }
  .logo__text {
    color: #000;
    font-size: 20px;
    font-family: "Montserrat Alternates";
    line-height: 24px; }
  .logo__name {
    color: #878787;
    font-family: "Montserrat";
    line-height: 20px; }

.ham {
  display: none;
  flex-direction: column;
  cursor: pointer;
  transition: .3s;
  margin-left: auto; }
  .ham__wrap {
    transition: .3s; }
    .ham__wrap div {
      position: relative;
      display: block;
      width: 28px;
      height: 2px;
      transition: .3s;
      background: #323232;
      border-radius: 20px;
      margin-bottom: 8px; }
      .ham__wrap div:last-of-type {
        margin-bottom: 0; }
    .ham__wrap:hover {
      transition: .3s; }
      .ham__wrap:hover div {
        background: #D6A56C; }
  .ham.--toggle .ham__wrap div {
    background: #323232;
    left: -10px; }
    .ham.--toggle .ham__wrap div:nth-of-type(1) {
      top: 9px;
      transform: rotate(40deg); }
    .ham.--toggle .ham__wrap div:nth-of-type(2) {
      opacity: 0; }
    .ham.--toggle .ham__wrap div:nth-of-type(3) {
      top: -11px;
      transform: rotate(-40deg); }

.dots-list ul {
  flex-direction: column; }
  .dots-list ul li {
    position: relative; }
    .dots-list ul li:before {
      position: absolute;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #D6A56C;
      top: 8px;
      left: 0; }

.nums-list ol {
  flex-direction: column; }
  .nums-list ol li {
    margin-bottom: 10px; }
    .nums-list ol li:last-of-type {
      margin-bottom: 0; }
    .nums-list ol li .li-counter {
      color: #000;
      font-weight: 300;
      position: relative;
      margin-right: 10px; }
      .nums-list ol li .li-counter:after {
        position: absolute;
        content: ".";
        color: #000;
        font-weight: 300; }

.swiper-button-prev:after, .swiper-button-next:after {
  display: none; }

.form {
  max-width: 240px;
  width: 100%; }
  .form__title {
    color: #000;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 22px; }
  .form__item {
    margin-bottom: 16px; }
    .form__item:last-of-type {
      margin-bottom: 0; }

.header {
  padding-top: 67px;
  padding-bottom: 74px; }

.intro {
  padding-top: 54px;
  padding-bottom: 120px; }
  .intro__wrap {
    align-items: center; }
  .intro__info {
    z-index: 3;
    position: relative;
    max-width: 500px;
    width: 100%; }
  .intro__title {
    margin-bottom: 90px; }
    .intro__title span {
      color: #D6A56C; }
  .intro__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px; }
    .intro__name-dots {
      border-radius: 50%;
      width: 6px;
      height: 6px;
      background: #FFD28A;
      margin-left: 10px;
      margin-right: 20px;
      position: relative; }
      .intro__name-dots:before, .intro__name-dots:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 6px;
        height: 6px; }
      .intro__name-dots:before {
        background: #FFE0AE;
        left: -10px; }
      .intro__name-dots:after {
        background: #FAB86A;
        left: 10px; }
    .intro__name-text {
      font-size: 18px;
      line-height: 25px; }
  .intro__text {
    color: #A0A0A0; }
  .intro__btns {
    margin-top: 50px;
    justify-content: space-between; }
  .intro__btn {
    width: calc( 50% - 7px); }
  .intro__slider {
    z-index: 1;
    position: relative;
    overflow: visible; }
    .intro__slider:before {
      z-index: 2;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2980px;
      width: 3000px;
      background: #fff; }
    .intro__slider-wrap {
      width: 100%;
      max-width: 100%;
      margin-right: -1700px;
      right: -70px; }
    .intro__slider-item {
      width: 350px;
      height: 473px;
      transition: .3s;
      cursor: pointer;
      border-radius: 20px;
      overflow: hidden; }
      .intro__slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .intro__slider-item.swiper-slide-prev {
        opacity: 0; }

.about {
  background: #F8F4F3;
  padding: 110px 0; }
  .about__wrap {
    justify-content: space-between; }
  .about__info {
    max-width: 635px;
    width: 100%; }
  .about__title {
    color: #D6A56C; }
  .about__desc {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 32px; }
  .about__main {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 40px 40px; }
  .about__scroll {
    height: 350px;
    overflow: auto;
    padding-right: 78px;
    scrollbar-width: thin;
    scrollbar-color: #000 #9A9A9A; }
    .about__scroll::-webkit-scrollbar {
      width: 2px; }
    .about__scroll::-webkit-scrollbar-track {
      background: #9A9A9A; }
    .about__scroll::-webkit-scrollbar-thumb {
      background: #000;
      border-radius: 20px; }
  .about__item {
    margin-bottom: 30px; }
    .about__item:last-of-type {
      margin-bottom: 0; }
  .about__name {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px; }
  .about__text {
    line-height: 22px; }
    .about__text p {
      margin-bottom: 15px;
      font-weight: 300; }
      .about__text p:last-of-type {
        margin-bottom: 0; }
    .about__text ul {
      margin-top: 10px;
      margin-bottom: 20px; }
      .about__text ul li {
        font-size: 18px;
        font-weight: 300;
        padding-left: 20px;
        margin-bottom: 10px; }
        .about__text ul li:last-of-type {
          margin-bottom: 0; }
        .about__text ul li span {
          color: #A1A1A1; }
  .about__files {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px; }
  .about__file {
    background: #F5F5F5;
    border-radius: 10px;
    width: calc( 50% - 5px);
    min-height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 16px;
    margin-bottom: 10px;
    transition: .3s; }
    .about__file-icon {
      width: 18px; }
    .about__file-text {
      color: #9B9B9B;
      font-size: 12px;
      width: calc( 100% - 18px);
      padding-left: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: .3s; }
    .about__file:hover .about__file-icon svg path {
      fill: #323232; }
    .about__file:hover .about__file-icon svg circle {
      stroke: #323232; }
    .about__file:hover .about__file-icon svg rect {
      fill: #323232; }
    .about__file:hover .about__file-text {
      color: #323232; }
  .about__certs {
    margin-top: 25px; }
    .about__certs-item {
      margin-bottom: 20px; }
    .about__certs-name {
      font-size: 18px;
      font-weight: 300;
      padding-left: 20px;
      margin-bottom: 20px;
      position: relative; }
      .about__certs-name:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #D6A56C;
        top: 8px;
        left: 0; }
      .about__certs-name span {
        color: #9B9B9B; }
  .about__preview {
    max-width: 380px;
    width: 100%; }
  .about__man {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative; }
    .about__man-title {
      font-size: 20px;
      font-family: "Montserrat Alternates";
      line-height: 24px;
      max-width: 120px;
      width: 100%;
      position: absolute;
      top: 20px;
      left: 26px; }
    .about__man img {
      margin-left: auto;
      margin-right: auto; }
  .about__person {
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 24px; }
    .about__person-name {
      color: #000;
      font-weight: 500;
      margin-bottom: 8px; }
    .about__person-age {
      font-weight: 300; }

.works {
  padding: 150px 0; }
  .works__info {
    max-width: 335px;
    width: 100%;
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column; }
  .works__title {
    color: #D6A56C;
    margin-bottom: 50px; }
  .works__name {
    color: #000;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px; }
  .works__list li {
    color: #949494;
    padding-left: 16px;
    margin-bottom: 15px; }
    .works__list li:last-of-type {
      margin-bottom: 0; }
  .works__arrows {
    width: 100%;
    max-width: 140px;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    position: relative;
    bottom: -22px; }
  .works__arrow {
    z-index: 50;
    width: 42px;
    height: 42px;
    border: 3px solid #000;
    border-radius: 10px;
    top: auto;
    left: 0;
    bottom: 0;
    position: relative; }
    .works__arrow.swiper-button-next {
      margin-left: 55px; }
    .works__arrow.swiper-button-disabled {
      opacity: 1;
      border-color: #7C7C7C; }
      .works__arrow.swiper-button-disabled svg path {
        fill: #7C7C7C; }
  .works__pagination {
    color: #000;
    position: relative;
    bottom: 30px; }
  .works__preview {
    padding-left: 15px;
    width: calc(100% - 335px); }
  .works__slider {
    z-index: 1;
    position: relative;
    overflow: visible; }
    .works__slider:before {
      z-index: 2;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2995px;
      width: 3000px;
      background: #fff; }
    .works__slider-wrap {
      width: 100%;
      max-width: 100%; }
    .works__slider-item {
      width: 380px;
      height: 520px;
      transition: .3s;
      cursor: pointer;
      padding-left: 15px;
      padding-right: 15px; }

.w-item__preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.w-item__main {
  width: calc( 100% - 85px);
  padding-right: 10px; }
  .w-item__main-item {
    height: 454px;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .w-item__main-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .w-item__main-item.--video {
      cursor: pointer; }
      .w-item__main-item.--video:hover:before {
        transform: translate(-50%, -50%) scale(0.95); }
      .w-item__main-item.--video:before {
        z-index: 1;
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transition: .3s;
        transform: translate(-50%, -50%);
        width: 61px;
        height: 61px;
        background: url(../../imgs/play.svg) no-repeat;
        background-size: cover; }
      .w-item__main-item.--video:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }

.w-item__thumbs {
  max-width: 85px;
  width: 100%; }
  .w-item__thumbs-wrap {
    display: flex;
    flex-direction: column; }
  .w-item__thumbs-item {
    width: 85px;
    height: 106px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .3s;
    cursor: pointer; }
    .w-item__thumbs-item:last-of-type {
      margin-bottom: 0; }
    .w-item__thumbs-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .w-item__thumbs-item.--last {
      border: 1px solid #9B9B9B;
      border-radius: 10px;
      background: #F5F5F5;
      color: #9B9B9B;
      font-size: 20px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center; }
      .w-item__thumbs-item.--last:hover {
        color: #323232;
        border-color: #323232; }

.w-item__info {
  margin-top: 12px; }

.w-item__name {
  color: #D6A56C;
  font-size: 18px;
  margin-bottom: 6px; }

.w-item__more {
  color: #7C7C7C;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .w-item__more-text {
    margin-right: 8px;
    border-bottom: 1px solid #7C7C7C;
    transition: .3s; }
  .w-item__more:hover .w-item__more-text {
    border-color: transparent; }

.guarant {
  background: #F8F4F3;
  padding-top: 120px;
  padding-bottom: 240px; }
  .guarant__wrap {
    justify-content: space-between;
    align-items: flex-end; }
  .guarant__info {
    max-width: 608px;
    width: 100%; }
  .guarant__title {
    color: #D6A56C;
    margin-bottom: 10px; }
  .guarant__desc {
    margin-bottom: 60px; }
  .guarant__name {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 20px; }
  .guarant__list {
    margin-bottom: 80px; }
    .guarant__list ul li {
      color: #949494;
      padding-left: 20px;
      margin-bottom: 15px; }
      .guarant__list ul li:last-of-type {
        margin-bottom: 0; }
  .guarant__note {
    border: 1px solid #D6A56C;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap; }
    .guarant__note-icon {
      width: 29px;
      height: 29px;
      border: 1px solid #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .guarant__note-text {
      width: calc( 100% - 29px);
      padding-left: 22px;
      font-size: 17px;
      line-height: 23px; }
    .guarant__note-desc {
      color: #7C7C7C;
      font-size: 14px; }
  .guarant__preview {
    max-width: 427px;
    width: 100%;
    position: relative; }
  .guarant__slider {
    overflow: hidden; }
    .guarant__slider-item {
      height: 604px;
      border: 1px solid #D1D1D1;
      cursor: pointer; }
      .guarant__slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .guarant__slider-arrow {
      z-index: 50;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      .guarant__slider-arrow.swiper-button-prev {
        margin-left: -25px; }
      .guarant__slider-arrow.swiper-button-next {
        margin-left: 25px; }
    .guarant__slider-pagination {
      bottom: 12px;
      color: #000;
      font-size: 13px;
      font-weight: 600; }
  .guarant__img {
    z-index: 1;
    position: absolute;
    bottom: -50px;
    right: -50px; }

.price {
  margin-top: -110px; }
  .price__wrap {
    background: #fff;
    box-shadow: 0px 10px 32px rgba(141, 141, 141, 0.25);
    max-width: 920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    border-radius: 20px;
    padding: 50px; }
  .price__info {
    padding-right: 65px;
    border-right: 1px solid #BCBCBC; }
  .price__title {
    color: #D6A56C;
    margin-bottom: 8px; }
  .price__desc {
    margin-bottom: 30px; }
  .price__list {
    color: #000;
    font-weight: 300; }
  .price__form {
    margin-left: auto; }

.faq {
  padding: 120px 0; }
  .faq__info {
    max-width: 637px;
    width: 100%;
    margin-right: auto; }
  .faq__title {
    color: #D6A56C;
    margin-bottom: 10px; }
  .faq__desc {
    margin-bottom: 30px; }
  .faq__item {
    background: #F8F4F3;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 20px;
    transition: .3s; }
    .faq__item:last-of-type {
      margin-bottom: 0; }
    .faq__item:hover {
      cursor: pointer; }
      .faq__item:hover .faq__name {
        color: #323232; }
    .faq__item.--open .faq__icon {
      transform: rotate(90deg); }
    .faq__item.--open .faq__name {
      color: #323232; }
    .faq__item.--open .faq__body {
      margin-top: 15px; }
  .faq__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .faq__icon {
    width: 14px;
    transition: .3s; }
  .faq__name {
    color: #6C6C6C;
    font-size: 20px;
    line-height: 27px;
    width: calc( 100% - 14px);
    padding-left: 15px;
    transition: .3s; }
  .faq__text {
    line-height: 22px; }
  .faq__form {
    margin-left: auto;
    margin-right: 145px; }

.certs {
  padding-bottom: 130px; }
  .certs__info {
    max-width: 670px;
    width: 100%; }
  .certs__title {
    margin-bottom: 16px; }
    .certs__title span {
      color: #D6A56C; }
  .certs__desc {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 80px; }
  .certs__list {
    grid: none/repeat(4, 1fr);
    gap: 30px;
    grid-gap: 30px; }
  .certs__item {
    height: 360px;
    border: 1px solid #BDBDBD;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    transition: .3s;
    display: none; }
    .certs__item:before, .certs__item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: .3s; }
    .certs__item:before {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 78.27%); }
    .certs__item:after {
      z-index: -1;
      opacity: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
    .certs__item:hover {
      cursor: pointer; }
      .certs__item:hover:after {
        opacity: 1; }
      .certs__item:hover .certs__zoom {
        opacity: 1;
        visibility: visible;
        transform: scale(0.95) translate(-50%, -50%); }
    .certs__item.--show {
      display: flex; }
  .certs__zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    opacity: 0;
    visibility: hidden; }
  .certs__name {
    z-index: 5;
    position: relative;
    margin-top: auto;
    color: #fff;
    font-size: 18px;
    padding: 0 25px 25px; }
    .certs__name span {
      color: #D6A56C;
      font-size: 16px;
      font-weight: 600;
      display: block; }
  .certs__show {
    text-align: center; }
    .certs__show span {
      color: #7C7C7C;
      font-weight: 700;
      border-bottom: 1px solid #7C7C7C;
      transition: .3s;
      cursor: pointer;
      display: inline-block;
      margin-top: 40px; }
      .certs__show span.--hidden {
        display: none; }
    .certs__show:hover span {
      border-color: transparent; }

.footer {
  background: #F8F4F3;
  padding: 45px 0; }
  .footer__panel {
    margin-bottom: 45px; }
  .footer__req {
    color: #aaa;
    line-height: 22px; }
    .footer__req p {
      margin-bottom: 5px; }
      .footer__req p:last-of-type {
        margin-bottom: 0; }

.fancybox-is-open .fancybox-bg {
  background: #F8F4F3;
  opacity: .95; }

.popup {
  position: relative;
  display: none;
  padding: 0;
  cursor: default !important;
  background: transparent; }
  .popup .fancybox-close-small {
    display: none; }
  .popup__close {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .3s;
    cursor: pointer;
    z-index: 5;
    border: 2px solid #858585;
    border-radius: 50%; }
    .popup__close:before, .popup__close:after {
      content: "";
      width: 13px;
      height: 2px;
      background: #858585;
      border-radius: 10px;
      display: block;
      transition: .3s; }
    .popup__close:before {
      transform: rotate(45deg); }
    .popup__close:after {
      transform: rotate(-45deg);
      margin-top: -2px; }
    .popup__close:hover {
      border-color: #323232; }
      .popup__close:hover:before, .popup__close:hover:after {
        background-color: #323232; }
  .popup__wrap {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(180, 180, 180, 0.25);
    overflow: hidden; }
  .popup__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center; }
  .popup__desc {
    color: #64696D;
    font-size: 18px;
    line-height: 24px; }
  .popup__img {
    margin-bottom: 10px; }
    .popup__img img {
      margin-left: auto;
      margin-right: auto; }
  .popup.--callback {
    max-width: 395px;
    width: 100%; }
    .popup.--callback .popup__wrap {
      max-width: 350px;
      width: 100%;
      padding: 35px 55px; }
  .popup.--thanks {
    max-width: 395px;
    width: 100%; }
    .popup.--thanks .popup__wrap {
      max-width: 350px;
      width: 100%;
      padding: 40px 52px;
      text-align: center; }
  .popup.--works {
    max-width: 1110px;
    width: 100%;
    padding: 120px 0; }
    .popup.--works .popup__wrap {
      background: transparent;
      box-shadow: none; }
    .popup.--works .popup__head {
      margin-bottom: 60px;
      display: flex;
      flex-wrap: wrap; }
    .popup.--works .popup__name-title {
      color: #D6A56C;
      margin-bottom: 6px; }
    .popup.--works .popup__name-desc {
      font-size: 20px; }
    .popup.--works .popup__close {
      top: 20px;
      position: relative;
      margin-left: auto; }
    .popup.--works .popup__preview {
      max-width: 540px;
      width: 100%; }
      .popup.--works .popup__preview .w-item__main-item {
        height: 100%;
        border-radius: 20px;
        overflow: hidden; }
    .popup.--works .popup__info {
      background: #fff;
      max-width: 540px;
      min-height: 590px;
      width: 100%;
      margin-left: auto;
      border-radius: 20px;
      padding: 40px; }
      .popup.--works .popup__info-item {
        margin-bottom: 30px; }
        .popup.--works .popup__info-item:last-of-type {
          margin-bottom: 0; }
      .popup.--works .popup__info-name {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 10px; }
      .popup.--works .popup__info-list ul li {
        padding-left: 20px;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 10px; }
        .popup.--works .popup__info-list ul li:last-of-type {
          margin-bottom: 0; }
    .popup.--works .popup__back {
      text-align: center; }
      .popup.--works .popup__back span {
        color: #7C7C7C;
        font-weight: 700;
        border-bottom: 1px solid #7C7C7C;
        transition: .3s;
        cursor: pointer;
        display: inline-block;
        margin-top: 40px; }
      .popup.--works .popup__back:hover span {
        border-color: transparent; }
