/*==========  footer  ==========*/
footer {
  padding: 75px 0 35px;
  color: #fff;
  background: #1B1B1C; }
  footer .logo {
    margin: 0 0 30px;
    max-width: 168px; }
  footer .phone {
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 16px; }
    footer .phone:hover {
      color: #F06E28; }

.document-text {
  font-size: 14px;
  max-width: 200px;
  line-height: 1.4; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.menu-footer {
  font-size: 18px; }
  .menu-footer li a {
    color: #fff;
    position: relative;
    padding: 6px 0; }
    .menu-footer li a:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      opacity: 0;
      background: #6B6B6B; }
    .menu-footer li a:hover:before {
      width: 100%;
      opacity: 1; }

.footer-box {
  margin: 0 0 35px;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 14px;
  line-height: 1.4; }
  .footer-box__icon {
    fill: #fff;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 0; }
  .footer-box:last-child {
    margin: 0; }
  .footer-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px; }

.address {
  max-width: 250px; }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .list-social li {
    margin: 0 12px 0 0; }
    .list-social li:last-child {
      margin: 0; }
    .list-social li a {
      border-radius: 4px;
      overflow: hidden;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      fill: #fff;
      padding: 4px; }

.youtube-icon {
  background: #ff1e25; }

.vk-icon {
  background: #5281b8; }

.viber-icon {
  background: #6f3faa; }

.whatsapp-icon {
  background: #25d366; }

/*==========  footer end  ==========*/
/*==========  modal  ==========*/
.modal-dialog {
  max-width: 400px; }

.modal-content {
  border: none;
    border-radius: 3px;
  background: #fff;
  padding: 30px; }
  .modal-content .box-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 30px; }
    .modal-content .box-text p {
      margin: 0 0 30px; }
      .modal-content .box-text p:last-child {
        margin: 0; }

.modal-header {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  border: none;
  margin: 0 0 30px; }
  .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
    opacity: .8;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px; }
    .modal-header .close:before, .modal-header .close:after {
      content: '';
      position: absolute;
      left: 10px;
      top: 0;
      background: #1B1B1C;
      width: 2px;
      height: 100%; }
    .modal-header .close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal-header .close:after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

.modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  line-height: 1.3; }

.modal-body {
  padding: 0; }

#creditModal .modal-content {
  border: 2px solid #F06E28; }

.modal-backdrop.show {
  opacity: .8; }

.project-modal .modal-dialog {
  max-width: 800px; }

.table {
  border: 1px solid #cdcdcd;
  background: rgba(240, 110, 40, 0.03);
  line-height: 1.5; }
  .table td, .table th {
    vertical-align: middle;
    padding: 10px; }
    .table td:first-child, .table th:first-child {
      width: 60%; }
  .table thead {
    background: #1B1B1C;
    color: #fff;
    font-weight: bold; }
    .table thead th {
      vertical-align: middle;
      border: none;
        border-right: 1px solid #fff; }
      .table thead th:last-child {
        border-right: none; }
  .table ul {
    padding: 0;
    list-style: none; }
  .table td {
    border: 1px solid #cdcdcd; }
  .table tfoot {
    font-weight: bold; }

.quiz-modal .modal-dialog {
  max-width: none;
  width: 100%;
  margin: auto;
  min-height: auto;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.quiz-modal .modal-content {
  padding: 60px 30px 90px;
  overflow-y: auto; }

.quiz-modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.timeline-wrapper {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
  position: relative; }

.percent-val {
  position: relative;
  color: #1B1B1C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 500;
  margin: 0 0 5px auto; }

.progress {
  width: 100%;
  background: rgba(27, 27, 28, 0.5);
  margin: 0 auto;
  height: 4px;
  position: relative; }

.progress-bg {
  height: 100%;
  background: #F06E28; }

.form-quiz-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  width: 100%; }

.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px; }

.btn-prev {
  width: 40px;
  margin: 0 10px 0 0;
  background: rgba(27, 27, 28, 0.5); }

.slick-next {
  background: #F06E28;
  border-radius: 3px;
  padding: 10px 20px;
  color: #fff;
  height: 40px; }

.suggestion-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 20px;
  color: #000;
  opacity: .5; }

.quiz-stages {
  width: 100%; }

.list-checkbox li {
  min-width: 269px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 10px;
  text-align: left; }
  .list-checkbox li:last-child {
    margin: 0 auto; }

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .checkbox .label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.checkbox-inp {
  display: none; }
  .checkbox-inp:checked ~ .checkbox-custom:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url("../img/check.svg") no-repeat center;
      background-size: 100%; }

.checkbox-custom {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 2px solid #1B1B1C;
    border-radius: 2px;
  position: relative;
  margin: 0 10px 0 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.form-quiz__content {
  width: 100%;
  font-size: 18px; }
  .form-quiz__content .list-checkbox {
    list-style: none;
    padding: 0; }
  .form-quiz__content .checkbox-inp {
    display: none; }
  .form-quiz__content .checkbox {
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .form-quiz__content .checkbox .image {
      -webkit-transition: .3s ease;
      transition: .3s ease;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 400px; }
      .form-quiz__content .checkbox .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .form-quiz__content .label-text {
    max-width: 300px;
    margin: 0 auto 20px; }

.radio .checkbox-custom {
  border-radius: 50%; }

.radio .checkbox-inp:checked ~ .checkbox-custom:before {
  background: #F06E28;
  border-radius: 50%;
  width: 16px;
  height: 16px; }

.list-gallery-checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .list-gallery-checkbox li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px; }
  .list-gallery-checkbox .checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list-gallery-checkbox .checkbox:hover .image {
      opacity: .8; }
    .list-gallery-checkbox .checkbox .image {
      background: #000; }
      .list-gallery-checkbox .checkbox .image:before {
        content: '';
        position: absolute;
        left: 50%;
        top: calc(50% - 30px);
        -webkit-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
          border-radius: 50%;
        background: url("../img/check-icon.svg") no-repeat center;
          background-size: 80%;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        z-index: 1; }
  .list-gallery-checkbox .checkbox-custom {
    display: none; }
  .list-gallery-checkbox .checkbox-inp:checked + .image img {
    opacity: .7; }
  .list-gallery-checkbox .checkbox-inp:checked + .image:before {
    opacity: 1; }
  .list-gallery-checkbox .label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto 0; }

.list-checkbox-social li .checkbox .image {
  height: 269px; }

.title-quiz {
  text-align: center;
  font-size: 30px;
  margin: 0 auto 30px;
  font-family: "Playfair Display", sans-serif; }

.btn-submit-quiz {
  display: none; }

.scroll-block {
  overflow-y: auto;
  width: 100%; }

/*==========  modal-dialog end  ==========*/
