@import url(normalize.css);
@import url(../fonts/stylesheet.css);
* {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: 'Axiforma';
  overflow-y: scroll;
  color: #000248; }

ul {
  list-style-type: none; }

.flex {
  display: flex !important; }

.menu {
  background-color: #000247;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 20px; }
  .menu .menu-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around; }
    @media (max-width: 992px) {
      .menu .menu-inner {
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
        display: none; } }
    @media (max-width: 992px) {
      .menu .menu-inner li {
        margin: 10px 0; } }
    .menu .menu-inner li a {
      color: #FFFFFF;
      font-weight: 500;
      text-decoration: none; }
  .menu .burger {
    cursor: pointer;
    width: 20px;
    margin: 0 auto;
    display: none; }
    @media (max-width: 992px) {
      .menu .burger {
        display: block; } }
    .menu .burger span {
      background-color: #FFFFFF;
      width: 20px;
      height: 3px;
      display: block;
      margin: 4px 0; }

.main {
  margin-top: 46px;
  background-image: url(../img/main-bg.png);
  background-position: center right;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .main {
      background: #FCFCFD;
      height: auto;
      padding-bottom: 40px;
      margin-top: 55px; } }
  .main .main-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto; }
    .main .main-inner .header {
      display: flex;
      justify-content: space-between;
      padding: 25px 0; }
      @media (max-width: 992px) {
        .main .main-inner .header {
          flex-direction: column;
          align-items: center; } }
      @media (max-width: 992px) {
        .main .main-inner .header .logotype {
          margin-bottom: 40px; } }
      .main .main-inner .header .logotype img {
        max-width: 100%;
        width: 325px;
        display: block; }
      .main .main-inner .header .feedback {
        display: flex;
        align-items: center; }
        @media (max-width: 600px) {
          .main .main-inner .header .feedback {
            flex-direction: column; } }
        .main .main-inner .header .feedback .phone {
          text-align: right;
          color: #000247;
          font-weight: 500;
          margin-right: 30px; }
          @media (max-width: 600px) {
            .main .main-inner .header .feedback .phone {
              margin-bottom: 20px;
              margin-right: 0;
              text-align: center; } }
          .main .main-inner .header .feedback .phone p {
            font-size: 15px;
            display: block;
            margin-bottom: 5px; }
          .main .main-inner .header .feedback .phone a {
            font-size: 24px;
            text-decoration: none;
            color: #000247;
            font-weight: 700; }
        .main .main-inner .header .feedback .call-button {
          font-size: 15px;
          background-color: #FFFFFF;
          border: 2px solid #FF7A01;
          border-radius: 6px;
          cursor: pointer;
          display: block;
          width: 202px;
          height: 54px;
          font-weight: 700; }
    @media (max-width: 992px) {
      .main .main-inner .txt {
        text-align: center; } }
    .main .main-inner .txt h1 {
      font-size: 56px;
      color: #000247; }
      @media (max-width: 600px) {
        .main .main-inner .txt h1 {
          font-size: 36px; }
          .main .main-inner .txt h1 br {
            display: none; } }
    .main .main-inner .txt .caption {
      font-size: 22px;
      margin-bottom: 60px; }
    .main .main-inner .txt .arrow-and-button {
      display: flex;
      margin-bottom: 80px;
      align-items: flex-start; }
      @media (max-width: 992px) {
        .main .main-inner .txt .arrow-and-button {
          justify-content: center;
          margin: 0 auto 80px; } }
      .main .main-inner .txt .arrow-and-button a {
        margin-right: 38px;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 15px;
        color: #FFFFFF;
        border-radius: 10px;
        width: 260px;
        height: 64px;
        border: none;
        background: linear-gradient(to left, #FAB100, #FF7A02);
        box-shadow: 0 15px 40px #FF7B02; }
      .main .main-inner .txt .arrow-and-button img {
        margin-top: 7px; }
    .main .main-inner .txt ul {
      list-style: none; }
      .main .main-inner .txt ul li {
        display: flex;
        align-items: center; }
        .main .main-inner .txt ul li:before {
          content: url(../img/icon-list.png);
          margin-right: 11px; }
        .main .main-inner .txt ul li p {
          font-size: 20px;
          font-weight: 700;
          margin: 25px 0; }
          @media (max-width: 600px) {
            .main .main-inner .txt ul li p {
              font-size: 16px; } }

.main-policy {
  height: auto;
  background: none; }

.policy-text .policy-text-inner {
  max-width: 1120px;
  padding: 20px 20px 90px;
  margin: 0 auto; }
  .policy-text .policy-text-inner h1 {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center; }
  .policy-text .policy-text-inner ul li {
    margin-top: 25px; }
    .policy-text .policy-text-inner ul li p {
      line-height: 24px; }

.our-services .our-services-inner {
  max-width: 1120px;
  padding: 40px 20px 90px;
  margin: 0 auto; }
  .our-services .our-services-inner h2 {
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center; }
  .our-services .our-services-inner .caption {
    line-height: 24px;
    font-size: 18px;
    text-align: center; }
  .our-services .our-services-inner .services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .our-services .our-services-inner .services-list .services-list-item {
      margin-top: 50px;
      text-align: center;
      width: 30%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 992px) {
        .our-services .our-services-inner .services-list .services-list-item {
          width: 48%; } }
      @media (max-width: 600px) {
        .our-services .our-services-inner .services-list .services-list-item {
          width: 100%; } }
      .our-services .our-services-inner .services-list .services-list-item .photo {
        height: 290px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .our-services .our-services-inner .services-list .services-list-item .photo img {
          max-width: 100%;
          margin: 0 auto 36px;
          display: block; }
      .our-services .our-services-inner .services-list .services-list-item h3 {
        margin-bottom: 25px;
        font-size: 22px;
        font-weight: 700; }
      .our-services .our-services-inner .services-list .services-list-item p {
        line-height: 24px;
        font-size: 18px; }

.advantages {
  background-color: #FAAE00;
  background-image: url(../img/form-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom -100px; }
  .advantages .advantages-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto; }
    .advantages .advantages-inner ul {
      padding: 100px 0;
      display: flex;
      flex-wrap: wrap; }
      .advantages .advantages-inner ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 32%;
        color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: right 10px bottom 40px;
        background-size: 100px; }
        @media (max-width: 992px) {
          .advantages .advantages-inner ul li {
            width: 100%;
            margin-bottom: 40px;
            background-position: bottom 40px right 30%; }
            .advantages .advantages-inner ul li:last-child {
              margin-bottom: 0; } }
        .advantages .advantages-inner ul li .icon {
          width: 124px;
          height: 124px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #FFFFFF;
          border-radius: 100%;
          margin-bottom: 43px; }
          .advantages .advantages-inner ul li .icon img {
            display: block; }
        .advantages .advantages-inner ul li .head {
          font-size: 24px;
          margin-bottom: 32px; }
        .advantages .advantages-inner ul li p {
          line-height: 24px; }

.reviews .reviews-inner {
  max-width: 1120px;
  padding: 100px 20px;
  margin: 0 auto; }
  .reviews .reviews-inner h2 {
    font-size: 40px;
    text-align: center; }
  .reviews .reviews-inner .review {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    padding: 30px 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 600px) {
      .reviews .reviews-inner .review {
        flex-direction: column;
        text-align: center; } }
    .reviews .reviews-inner .review .content-review .header {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        .reviews .reviews-inner .review .content-review .header {
          flex-direction: column; } }
      .reviews .reviews-inner .review .content-review .header .photo {
        margin-right: 30px;
        position: relative; }
        @media (max-width: 600px) {
          .reviews .reviews-inner .review .content-review .header .photo {
            margin-right: 0;
            margin-bottom: 30px; } }
        .reviews .reviews-inner .review .content-review .header .photo:after {
          display: block;
          position: absolute;
          bottom: -20px;
          left: 0;
          text-align: center;
          right: 0;
          margin: 0 auto;
          content: url("../img/icon-review.png"); }
        .reviews .reviews-inner .review .content-review .header .photo img {
          width: 85px;
          display: block; }
      .reviews .reviews-inner .review .content-review .header .caption p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px; }
      .reviews .reviews-inner .review .content-review .header .caption .date {
        font-size: 15px;
        color: #9292a1; }
    .reviews .reviews-inner .review .content-review .text {
      font-style: italic;
      line-height: 24px; }
    .reviews .reviews-inner .review .doc {
      cursor: pointer;
      position: relative;
      margin-left: 30px;
      transition: 0.2s; }
      .reviews .reviews-inner .review .doc:hover .hover {
        display: flex; }
      @media (max-width: 600px) {
        .reviews .reviews-inner .review .doc {
          margin: 20px auto 0; } }
      .reviews .reviews-inner .review .doc .hover {
        display: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .reviews .reviews-inner .review .doc .hover .bg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0.7;
          background-color: #FAAE00;
          z-index: 5; }
        .reviews .reviews-inner .review .doc .hover .zoom {
          position: absolute;
          display: block;
          z-index: 6; }
      .reviews .reviews-inner .review .doc > img {
        width: 230px;
        height: 320px;
        display: block; }

.projects {
  background-color: #F4F4F9;
  padding: 75px 0;
  position: relative; }
  .projects .projects-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto; }
    .projects .projects-inner h2 {
      font-size: 40px;
      text-align: center;
      margin-bottom: 20px; }
    .projects .projects-inner > .caption {
      line-height: 24px;
      font-size: 18px;
      text-align: center;
      margin-bottom: 50px; }
    .projects .projects-inner .projects-slider {
      margin: 0 42px 40px; }
      .projects .projects-inner .projects-slider .slick-arrow {
        cursor: pointer;
        top: 96px;
        position: absolute;
        z-index: 10; }
      .projects .projects-inner .projects-slider .arrow-right {
        right: -40px; }
      .projects .projects-inner .projects-slider .arrow-left {
        left: -40px; }
      .projects .projects-inner .projects-slider .slide {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 20px; }
        .projects .projects-inner .projects-slider .slide img {
          cursor: pointer;
          width: 100%;
          border-radius: 10px;
          background-color: #F4F4F4;
          margin-bottom: 15px; }
        .projects .projects-inner .projects-slider .slide .caption {
          font-size: 18px;
          font-weight: 700;
          padding: 10px 0 10px 20px;
          border-left: 3px solid #FAAE00;
          margin-left: 20px; }
  .projects .bg {
    position: absolute;
    top: -280px; }
    @media (max-width: 1600px) {
      .projects .bg {
        display: none; } }

.licenses {
  padding: 75px 0; }
  .licenses .licenses-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto; }
    .licenses .licenses-inner h2 {
      font-size: 40px;
      text-align: center;
      margin-bottom: 62px; }
    .licenses .licenses-inner > .caption {
      line-height: 24px;
      font-size: 18px;
      text-align: center;
      margin-bottom: 50px; }
    .licenses .licenses-inner .licenses-slider {
      margin: 0 42px 40px; }
      .licenses .licenses-inner .licenses-slider .slick-arrow {
        cursor: pointer;
        top: 125px;
        position: absolute;
        z-index: 10; }
      .licenses .licenses-inner .licenses-slider .arrow-right {
        right: -40px; }
      .licenses .licenses-inner .licenses-slider .arrow-left {
        left: -40px; }
      .licenses .licenses-inner .licenses-slider .slide {
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 25px;
        position: relative;
        margin-bottom: 15px; }
        .licenses .licenses-inner .licenses-slider .slide:hover .hover {
          display: flex; }
        .licenses .licenses-inner .licenses-slider .slide .hover {
          display: none;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          .licenses .licenses-inner .licenses-slider .slide .hover .bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.7;
            background-color: #FAAE00;
            z-index: 5; }
          .licenses .licenses-inner .licenses-slider .slide .hover .zoom {
            position: absolute;
            display: block;
            z-index: 6; }
        .licenses .licenses-inner .licenses-slider .slide > img {
          width: 100%;
          border-radius: 10px;
          background-color: #F4F4F4; }

.teams {
  background-color: #F4F4F9;
  padding: 75px 0;
  position: relative; }
  .teams .teams-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto; }
    .teams .teams-inner h2 {
      font-size: 40px;
      text-align: center;
      margin-bottom: 62px; }
    .teams .teams-inner > .caption {
      line-height: 24px;
      font-size: 18px;
      text-align: center;
      margin-bottom: 50px; }
    .teams .teams-inner .teams-slider {
      margin: 0 42px 40px; }
      .teams .teams-inner .teams-slider .slick-arrow {
        cursor: pointer;
        top: 125px;
        position: absolute;
        z-index: 10; }
      .teams .teams-inner .teams-slider .arrow-right {
        right: -40px; }
      .teams .teams-inner .teams-slider .arrow-left {
        left: -40px; }
      .teams .teams-inner .teams-slider .slide {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 20px; }
        .teams .teams-inner .teams-slider .slide img {
          background-color: #F4F4F4;
          margin-bottom: 15px; }
        .teams .teams-inner .teams-slider .slide .name {
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 15px; }
        .teams .teams-inner .teams-slider .slide ul li p {
          font-size: 15px;
          text-align: center;
          line-height: 19px; }
  .teams .bg {
    position: absolute;
    right: 0;
    top: -260px; }
    @media (max-width: 1600px) {
      .teams .bg {
        display: none; } }

.consultation-form {
  background-color: #FAAE00;
  padding: 100px 0;
  background-image: url(../img/form-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom -100px; }
  .consultation-form .consultation-form-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 992px) {
      .consultation-form .consultation-form-inner {
        flex-direction: column; } }
    .consultation-form .consultation-form-inner .info {
      width: 50%;
      color: #FFFFFF; }
      @media (max-width: 992px) {
        .consultation-form .consultation-form-inner .info {
          width: 100%;
          margin-bottom: 40px; } }
      .consultation-form .consultation-form-inner .info .head {
        font-weight: 700;
        font-size: 40px; }
        @media (max-width: 600px) {
          .consultation-form .consultation-form-inner .info .head {
            text-align: center; } }
      .consultation-form .consultation-form-inner .info ul li {
        display: flex;
        align-items: center;
        margin-top: 40px; }
        .consultation-form .consultation-form-inner .info ul li .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 85px;
          min-height: 85px;
          border-radius: 100%;
          background-color: #FFFFFF;
          margin-right: 30px; }
        .consultation-form .consultation-form-inner .info ul li .desc p {
          line-height: 24px; }
          .consultation-form .consultation-form-inner .info ul li .desc p span {
            display: block;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px; }
    .consultation-form .consultation-form-inner .form {
      background-color: #FFFFFF;
      padding: 45px;
      border-radius: 10px;
      width: 450px; }
      @media (max-width: 992px) {
        .consultation-form .consultation-form-inner .form {
          width: 100%; } }
      .consultation-form .consultation-form-inner .form .head {
        font-weight: 700;
        text-align: center;
        font-size: 24px; }
      .consultation-form .consultation-form-inner .form .caption {
        line-height: 24px;
        text-align: center;
        margin: 25px 0; }
      .consultation-form .consultation-form-inner .form input {
        padding: 18px;
        display: block;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 16px;
        border: 2px solid #EAEAF1; }
      .consultation-form .consultation-form-inner .form button {
        cursor: pointer;
        background: linear-gradient(to left, #FAB100, #FF7A02);
        border-radius: 10px;
        border: none;
        color: #FFFFFF;
        width: 100%;
        height: 64px;
        display: block;
        margin-bottom: 16px; }
      .consultation-form .consultation-form-inner .form .policy {
        font-size: 13px;
        text-align: center; }
        .consultation-form .consultation-form-inner .form .policy a {
          color: #000248; }

.contacts {
  padding: 100px 0; }
  .contacts .contacts-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .contacts .contacts-inner {
        flex-direction: column;
        text-align: center; } }
    @media (max-width: 992px) {
      .contacts .contacts-inner .info {
        margin-bottom: 40px; } }
    .contacts .contacts-inner .info h2 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 48px; }
    .contacts .contacts-inner .info ul {
      margin-bottom: 48px; }
      .contacts .contacts-inner .info ul li {
        margin-top: 22px; }
        .contacts .contacts-inner .info ul li p {
          font-size: 22px; }
          .contacts .contacts-inner .info ul li p span {
            font-weight: 700; }
    .contacts .contacts-inner .info img {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      display: block; }
      @media (max-width: 992px) {
        .contacts .contacts-inner .info img {
          width: 100%; } }
    .contacts .contacts-inner .map {
      width: 50%;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
      @media (max-width: 992px) {
        .contacts .contacts-inner .map {
          width: 100%;
          height: 400px; } }

.footer {
  background-color: #F4F4F9;
  padding: 44px 0; }
  .footer .footer-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .footer .footer-inner {
        flex-direction: column; } }
    @media (max-width: 992px) {
      .footer .footer-inner .logotype {
        text-align: center;
        margin: 0 auto;
        order: 3; } }
    .footer .footer-inner .logotype img {
      max-width: 100%;
      margin-bottom: 30px;
      width: 330px; }
    .footer .footer-inner .logotype p a {
      color: #000247;
      text-decoration: none; }
    .footer .footer-inner .footer-menu {
      display: flex; }
      @media (max-width: 992px) {
        .footer .footer-inner .footer-menu {
          margin: 0 auto 40px;
          text-align: center;
          flex-direction: column;
          order: 1; } }
      .footer .footer-inner .footer-menu ul {
        margin: 0 30px; }
        .footer .footer-inner .footer-menu ul li {
          margin-bottom: 16px; }
          .footer .footer-inner .footer-menu ul li a {
            color: #000247;
            text-decoration: none; }
    .footer .footer-inner .feedback {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media (max-width: 992px) {
        .footer .footer-inner .feedback {
          align-items: center;
          order: 2;
          margin: 0 auto 40px; } }
      .footer .footer-inner .feedback .phone {
        text-align: right;
        color: #000247;
        font-weight: 500;
        margin-bottom: 14px; }
        @media (max-width: 992px) {
          .footer .footer-inner .feedback .phone {
            text-align: center; } }
        .footer .footer-inner .feedback .phone p {
          font-size: 15px;
          display: block;
          margin-bottom: 5px; }
        .footer .footer-inner .feedback .phone a {
          font-size: 24px;
          text-decoration: none;
          color: #000247;
          font-weight: 700; }
      .footer .footer-inner .feedback .call-button {
        font-size: 15px;
        background-color: #F4F4F9;
        border: 2px solid #FF7A01;
        border-radius: 6px;
        cursor: pointer;
        display: block;
        width: 202px;
        height: 54px;
        font-weight: 700; }

.callback {
  display: none;
  max-width: 100%;
  position: fixed;
  top: 100px;
  z-index: 1001;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 45px;
  border-radius: 10px;
  width: 450px; }
  .callback .head {
    font-weight: 700;
    text-align: center;
    font-size: 24px; }
  .callback .caption {
    line-height: 24px;
    text-align: center;
    margin: 25px 0; }
  .callback input {
    padding: 18px;
    display: block;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 16px;
    border: 2px solid #EAEAF1; }
  .callback button {
    cursor: pointer;
    background: linear-gradient(to left, #FAB100, #FF7A02);
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    width: 100%;
    height: 64px;
    display: block;
    margin-bottom: 16px; }
  .callback .policy {
    font-size: 13px;
    text-align: center; }
    .callback .policy a {
      color: #000248; }
  .callback .close {
    position: absolute;
    top: 25px;
    cursor: pointer;
    right: 20px;
    width: 20px;
    height: 20px; }
    .callback .close span {
      position: absolute;
      width: 20px;
      height: 3px;
      display: block;
      background-color: #C9C9C9; }
      .callback .close span:nth-child(1) {
        transform: rotate(-45deg); }
      .callback .close span:nth-child(2) {
        transform: rotate(45deg); }

.callback-bg {
  display: none;
  cursor: pointer;
  top: 0;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  align-items: center;
  justify-content: center; }
  .lightbox .photo {
    z-index: 1;
    max-height: 80%;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF; }
    .lightbox .photo img {
      display: block; }
    .lightbox .photo .close {
      border-radius: 100%;
      background-color: #fff;
      border: 7px solid #FAAE00;
      width: 37px;
      height: 37px;
      position: absolute;
      right: -15px;
      top: -15px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
      .lightbox .photo .close span {
        position: absolute;
        display: block;
        width: 3px;
        height: 15px;
        background-color: #FAAE00; }
        .lightbox .photo .close span:nth-child(1) {
          transform: rotate(45deg); }
        .lightbox .photo .close span:nth-child(2) {
          transform: rotate(-45deg); }
  .lightbox .lightbox-bg {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=main.css.map */
