@charset "UTF-8";
/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #242424;
 /* color: rgba(0, 0, 0, 0.5);*/ }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%;
    vertical-align: top; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p, a {
  color: #242424;
  margin: 0; }

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

.content-width {
  width: 1720px;
  margin: auto; }

h1 {
  margin: 0 0 30px; }

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  color: #052141;
  margin: 0 0 30px; }

h3 {
  margin: 0 0 30px; }

h4 {
  margin: 0 0 30px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input, textarea, button {
  outline: none !important; }

/*------------------------------PAGE-HOME-----------------------------*/
header {
  position: relative;
  z-index: 99999; }

.header-home .top-line {
  background: #fff; }

.header-white .top-line {
  background: #fff; }

.top-line {
  padding: 10px 0; }
  .top-line .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .top-line .logo-wrap {
    width: 200px;
    position: relative;
    left: -45px; }
    .top-line .logo-wrap img {
      display: none; }
    .top-line .logo-wrap .logo-desk {
      display: block; }
  .top-line .right {
    width: calc(100% - 300px); }
  .top-line .contact-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 22px; }
  .top-line .lang-wrap {
    margin-left: 50px; }
    .top-line .lang-wrap ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .top-line .lang-wrap ul li a {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #052141; }
        .top-line .lang-wrap ul li a:hover {
          color: #FA5621; }
      .top-line .lang-wrap ul .current a {
        pointer-events: none;
        color: #FA5621 !important; }
      .top-line .lang-wrap ul li + li {
        position: relative;
        margin-left: 7px;
        padding-left: 10px; }
        .top-line .lang-wrap ul li + li:before {
          top: 4px;
          bottom: 4px;
          position: absolute;
          content: '';
          width: 2px;
          left: 0;
          background: #052141; }
  .top-line .tel-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top-line .tel-wrap ul li a {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-transform: lowercase;
      color: #000000;
      display: inline-block;
      position: relative; }
      .top-line .tel-wrap ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        content: '';
        background: #000;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .top-line .tel-wrap ul li a:hover {
        color: #FA5621; }
        .top-line .tel-wrap ul li a:hover:after {
          background: #FA5621; }
    .top-line .tel-wrap ul .email a {
      color: #FA5621; }
      .top-line .tel-wrap ul .email a:after {
        background: #FA5621; }
      .top-line .tel-wrap ul .email a:hover {
        color: #000; }
        .top-line .tel-wrap ul .email a:hover:after {
          background: #000; }
    .top-line .tel-wrap ul li + li {
      position: relative;
      margin-left: 7px;
      padding-left: 8px; }
      .top-line .tel-wrap ul li + li:before {
        top: 6px;
        bottom: 2px;
        position: absolute;
        content: '';
        width: 2px;
        left: 0;
        background: #052141; }

.top-menu {
  padding-top: 20px; }
  .top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .top-menu ul li + li {
      margin-left: 51px; }
    .top-menu ul li a {
      display: inline-block;
      position: relative;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      color: #052141; }
      .top-menu ul li a:after {
        bottom: -10px;
        left: 50%;
        position: absolute;
        content: '';
        background: #FA5621;
        border-radius: 10px;
        width: 5px;
        height: 5px;
        margin-left: -2px;
        opacity: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .top-menu ul li a:hover {
        color: #FA5621; }
        .top-menu ul li a:hover:after {
          opacity: 1; }
    .top-menu ul li.current a {
      color: #FA5621 !important; }
      .top-menu ul li.current a:after {
        opacity: 1; }

.bg + * {
  position: relative;
  z-index: 1; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.home-banner {
  position: relative;
  padding: 124px 0 125px;
  overflow: hidden;
  margin-bottom: 100px; }
  .home-banner .bg {
    right: 0;
    left: 92px;
    bottom: 75px; }
    .home-banner .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .home-banner .content {
    margin-left: 55%;
    background: #052141;
    width: 750px;
    min-height: 755px;
    padding: 125px 100px; }
  .home-banner h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 51px; }
  .home-banner .btn-wrap {
    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; }
    .home-banner .btn-wrap a + a {
      margin-left: 25px; }
  .home-banner figure {
    display: none; }
    .home-banner figure img {
      width: 100%;
      height: auto; }
  .home-banner .filter-line {
    position: relative;
    left: 240px;
    background: #fff;
    padding: 46px 85px;
    width: 1240px;
    margin: -235px 0 0; }
    .home-banner .filter-line .wrap {
      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; }
    .home-banner .filter-line .item {
      width: 160px;
      margin-right: 25px; }
    .home-banner .filter-line .item-after-2 .current {
      position: relative; }
      .home-banner .filter-line .item-after-2 .current:after {
        position: relative;
        left: 0;
        top: -3px;
        font-size: 8px;
        color: rgba(0, 0, 0, 0.5);
        content: '2'; }
  .home-banner .submit-wrap {
    width: 142px; }
    .home-banner .submit-wrap button {
      width: 100%; }
      .home-banner .submit-wrap button img {
        -webkit-filter: invert(1);
                filter: invert(1); }
      .home-banner .submit-wrap button:hover img {
        -webkit-filter: invert(8%) sepia(87%) saturate(1732%) hue-rotate(196deg) brightness(95%) contrast(97%);
                filter: invert(8%) sepia(87%) saturate(1732%) hue-rotate(196deg) brightness(95%) contrast(97%); }

.home-banner .nice-select-1, .offer .nice-select-1 {
  width: 100%;
  padding: 0 25px 0 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 42px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 22px;
  text-align: center !important; }
.home-banner .nice-select-1.open, .offer .nice-select-1.open {
  border-radius: 22px 22px 0 0;
  border-bottom: 1px solid transparent; }
.home-banner .nice-select-1 .list, .offer .nice-select-1 .list {
  margin: -4px -1px 0;
  min-width: calc(100% + 2.22px);
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 0 22px 22px;
  border-top: none !important;
  width: 100%;
  max-height: 173px;
  overflow-y: auto;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .home-banner .nice-select-1 .list li, .offer .nice-select-1 .list li {
    text-align: center;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    min-height: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    cursor: default; }
    .home-banner .nice-select-1 .list li a, .offer .nice-select-1 .list li a {
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 10px;
      width: 12px;
      height: 12px;
      padding: 1px;
      background: url("../img/icon-2.svg") no-repeat center;
      background-size: 8px 8px;
      opacity: 0;
      visibility: hidden; }
      .home-banner .nice-select-1 .list li a:hover, .offer .nice-select-1 .list li a:hover {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
.home-banner .nice-select-1 .option:hover, .home-banner .nice-select-1 .option.focus, .home-banner .nice-select-1 .option.selected.focus, .offer .nice-select-1 .option:hover, .offer .nice-select-1 .option.focus, .offer .nice-select-1 .option.selected.focus {
  background-color: #FA5621;
  color: #fff; }
.home-banner .nice-select-1 .option.selected, .offer .nice-select-1 .option.selected {
  background-color: #FA5621 !important;
  color: #fff; }
  .home-banner .nice-select-1 .option.selected a, .offer .nice-select-1 .option.selected a {
    opacity: 1;
    visibility: visible; }
.home-banner .nice-select-1 .list:hover .option:not(:hover).selected, .offer .nice-select-1 .list:hover .option:not(:hover).selected {
  background-color: #FA5621 !important; }
.home-banner .nice-select-1:after, .offer .nice-select-1:after {
  border-bottom: 2px solid #FA5621;
  border-right: 2px solid #FA5621;
  right: 20px; }

.input-wrap {
  position: relative;
  background: #fff; }
  .input-wrap label {
    position: absolute;
    left: 26px;
    top: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5); }
  .input-wrap input {
    position: relative;
    z-index: 1;
    background: transparent !important;
    outline: none !important;
    width: 100%;
    padding: 0 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 42px;
    text-transform: uppercase;
    color: #242424;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 35px;
    height: 44px; }
  .input-wrap .is-focus, .input-wrap .is-active {
    top: 2px;
    font-size: 8px;
    opacity: 0.7; }

.btn-default {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 35px;
  height: 44px;
  line-height: 42px;
  padding: 0 23px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FA5621; }
  .btn-default img {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .btn-default:hover {
    background: #052141;
    color: #fff; }

.btn-border {
  background: #052141;
  color: #fff; }
  .btn-border:hover {
    background: #fff!important;
    color: #FA5621; }

.btn-border-black {
  border: 1px solid #052141;
  color: #052141;
  background: transparent; }

.btn-orange {
  background: #FA5621;
  border-color: #FA5621;
  color: #fff; }
  .btn-orange:hover {
    color: #052141;
    background: #fff; }

.slider-width-auto {
  padding: 125px 0 5px;
  overflow: hidden; }
  .slider-width-auto .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    .slider-width-auto .title a {
      position: relative;
      top: 2px;
      min-width: 160px; }
  .slider-width-auto h2 {
    margin: 0 50px 0 0; }

.slider-auto {
  overflow: visible; }
  .slider-auto .swiper-slide {
    width: 650px; }
  .slider-auto .item {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #FFFFFF; }
    .slider-auto .item:hover {
      -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05); }
    .slider-auto .item figure {
      position: relative;
      height: 450px;
      margin-bottom: 25px; }
      .slider-auto .item figure .label {
        position: absolute;
        top: 25px;
        left: 20px;
        display: inline-block;
        background: #fff;
        padding: 0 26px;
        border-radius: 35px;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        color: #052141; }
        .slider-auto .item figure .label:before {
          position: absolute;
          top: -5px;
          left: 1px;
          content: '';
          border-radius: 100%;
          background: #82D000;
          width: 19px;
          height: 19px; }
      .slider-auto .item figure .black-bg {
        background: #052141;
        color: #fff; }
      .slider-auto .item figure .red:before {
        background: #F02A2A; }
      .slider-auto .item figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .slider-auto .item .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 10px 20px; }
      .slider-auto .item .text .name {
        width: 50%; }
        .slider-auto .item .text .name h6 {
          font-style: normal;
          font-weight: 500;
          font-size: 22px;
          line-height: 27px;
          color: #052141;
          margin-bottom: 10px; }
        .slider-auto .item .text .name p {
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 22px;
          color: #052141; }
      .slider-auto .item .text .cost {
        width: 50%; }
        .slider-auto .item .text .cost p {
          text-align: right;
          font-style: normal;
          font-weight: 500;
          font-size: 22px;
          line-height: 27px;
          color: #052141; }
  .slider-auto .item-inaccessible .text .name h6 {
    color: rgba(5, 33, 65, 0.5);
    position: relative;
    display: inline-block; }
    .slider-auto .item-inaccessible .text .name h6:after {
      position: absolute;
      top: 13px;
      left: -5px;
      right: -5px;
      content: '';
      height: 2px;
      background: #F02A2A; }
  .slider-auto .item-inaccessible .text .name p, .slider-auto .item-inaccessible .text .cost p {
    color: rgba(5, 33, 65, 0.5); }

.bg-grey {
  background: #F7F7F7; }

.services {
  padding: 175px 0 200px;
  position: relative; }
  .services .content {
    position: relative;
    z-index: 1; }
    .services .content .bg {
      right: 275px;
      background: #052141; }
  .services .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .services .text {
    width: 42%;
    padding: 50px 75px; }
    .services .text h2 {
      color: #fff;
      padding-left: 25px;
      margin-bottom: 25px; }
    .services .text ul li a {
      display: block;
      position: relative;
      padding: 25px 50px 25px 25px; }
      .services .text ul li a h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #FA5621;
        margin-bottom: 8px; }
      .services .text ul li a p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #FFFFFF;
        max-width: 420px; }
      .services .text ul li a img {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .services .text ul li a:hover {
        background: rgba(255, 255, 255, 0.05); }
  .services figure {
    width: 58%;
    height: 645px;
    position: relative;
    overflow: hidden;
    margin-top: 50px; }
    .services figure .info {
      position: absolute;
      z-index: 3;
      bottom: 50px;
      left: 50px; }
      .services figure .info h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 55px;
        line-height: 60px;
        color: #FFFFFF;
        max-width: 380px;
        margin-bottom: 50px; }
      .services figure .info .btn-wrap a {
        position: relative;
        background: transparent;
        width: 208px;
        height: 50px;
        line-height: 48px;
        font-size: 14px; }
        .services figure .info .btn-wrap a:after {
          position: absolute;
          top: 50%;
          left: calc(100% + 25px);
          width: 10000px;
          content: '';
          height: 1px;
          background: #fff; }
    .services figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.reviews {
  padding: 200px 0 100px;
  overflow: hidden; }
  .reviews h2 {
    margin-bottom: 50px; }
  .reviews .swiper-slide {
    background: #052141;
    padding: 50px 50px 85px;
    width: 650px; }
    .reviews .swiper-slide h6 {
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 27px;
      color: #FFFFFF;
      margin-bottom: 15px; }
    .reviews .swiper-slide .stars-wrap {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .reviews .swiper-slide .stars-wrap img {
        margin-right: 5px; }
    .reviews .swiper-slide p {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #FFFFFF; }
    .reviews .swiper-slide p.info {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 30px; }

.slider-reviews {
  overflow: visible; }

.img-text {
  padding: 100px 0 202px; }
  .img-text .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
   }
  .img-text figure {
    width: 44%; }
    .img-text figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .img-text .text {
    padding: 20px 0;
    width: 50%; }
    .img-text .text h2 {
      font-weight: 400;
      margin-bottom: 50px;
      max-width: 92%; }
      .img-text .text h2 b {
        font-weight: 400;
        color: #FA5621; }
    .img-text .text p {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #242424;
      margin-bottom: 25px;
      max-width: 710px; }
  .img-text .btn-wrap {
    margin-top: 50px;
    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; }
    .img-text .btn-wrap a + a {
      margin-left: 25px; }

.btn-blue {
  background: #052141;
  border-color: #052141;
  color: #fff; }
  .btn-blue:hover {
    background: transparent;
    color: #052141; }

.fix-block {
  position: fixed;
  z-index: 99;
  right: 100px;
  bottom: 100px; }
  .fix-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FA5621;
    border-radius: 100%;
    width: 35px;
    height: 35px; }
    .fix-block a:hover {
      background: #052141; }

footer {
  background: #052141;
  padding: 60px 0 0; }
  footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  footer .logo-wrap {
    width: 300px;
    margin-top: -40px;
    margin-left: -50px; }
  footer .footer-menu {
    width: calc(100% - 350px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 45px; }
    footer .footer-menu ul {
      width: 205px; }
      footer .footer-menu ul li {
        margin-bottom: 3px; }
        footer .footer-menu ul li a {
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          color: #FFFFFF; }
          footer .footer-menu ul li a:hover {
            color: #FA5621; }
        footer .footer-menu ul li p {
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          color: #FFFFFF; }
        footer .footer-menu ul li h6 {
          font-style: normal;
          font-weight: 700;
          font-size: 15px;
          line-height: 18px;
          color: #FFFFFF;
          margin-bottom: 11px; }
    footer .footer-menu ul + ul {
      margin-left: 50px; }
    footer .footer-menu ul:last-child {
      width: 300px;
      padding-left: 46px; }
  footer .bottom {
    padding: 15px 0;
    background: #FA5621; }
    footer .bottom .content-width {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    footer .bottom .left {
      width: 500px;
      position: relative;
      top: -4px; }
      footer .bottom .left ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        footer .bottom .left ul li {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          footer .bottom .left ul li p {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            color: #FFFFFF; }
          footer .bottom .left ul li a {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            color: #FFFFFF;
            display: inline-block; }
            footer .bottom .left ul li a:hover {
              color: #052141; }
        footer .bottom .left ul li + li {
          padding-left: 14px;
          margin-left: 14px;
          position: relative; }
          footer .bottom .left ul li + li:before {
            position: absolute;
            top: 2px;
            bottom: 1px;
            left: 0;
            content: '';
            width: 1px;
            background: #fff; }
    footer .bottom .right {
      width: calc(100% - 660px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .bottom .right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 100px; }
        footer .bottom .right ul li + li {
          margin-left: 24px; }
      footer .bottom .right .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        top: -2px; }
        footer .bottom .right .info p {
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 17px;
          color: #052141; }
          footer .bottom .right .info p a {
            display: inline-block;
            position: relative;
            font-style: normal;
            font-weight: 700;
            font-size: 15px;
            line-height: 18px;
            color: #052141;
            margin-right: 8px; }
            footer .bottom .right .info p a:after {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              content: '';
              height: 1px;
              background: #052141;
              -webkit-transition: all .4s ease;
              transition: all .4s ease; }
            footer .bottom .right .info p a:hover {
              color: #fff; }
              footer .bottom .right .info p a:hover:after {
                background: #fff; }
        footer .bottom .right .info .wrap {
          margin: 0 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          footer .bottom .right .info .wrap img {
            margin-right: 3px; }

.open-menu {
  display: none; }

.services figure .wrap {
  display: none;
  height: 100%; }
.services figure .wrap:first-child {
  display: block; }

/*-----------------------------END-PAGE-HOME-----------------------------*/
/*------------------------------PAGE-ABOUT-----------------------------*/
.top-line .logo-wrap img {
  max-width: 194px; }

.header-blue .top-line {
  background: #052141; }

.header-blue {
  background: #052141; }
  .header-blue .top-line .lang-wrap ul li a {
    color: #fff; }
  .header-blue .top-line .lang-wrap ul li + li:before {
    background: #fff; }
  .header-blue .top-line .tel-wrap ul li a {
    color: #fff; }
    .header-blue .top-line .tel-wrap ul li a:after {
      background: #fff; }
    .header-blue .top-line .tel-wrap ul li a:hover {
      color: #FA5621; }
      .header-blue .top-line .tel-wrap ul li a:hover:after {
        background: #FA5621; }
  .header-blue .top-line .tel-wrap ul li.email a {
    color: #FA5621; }
    .header-blue .top-line .tel-wrap ul li.email a:after {
      background: #FA5621; }
    .header-blue .top-line .tel-wrap ul li.email a:hover {
      color: #fff; }
      .header-blue .top-line .tel-wrap ul li.email a:hover:after {
        background: #fff; }
  .header-blue .top-menu ul li a {
    color: #fff; }

.about {
  position: relative;
  padding: 115px 0 100px; }
  .about .bg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 650px;
    background: #052141; }
  .about .content-width {
    position: relative;
    z-index: 1; }
  .about h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    width: 480px;
    margin-bottom: 25px; }
  .about .top {
    margin-bottom: 50px; }
    .about .top p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #FFFFFF;
      width: 780px; }
  .about .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 70px 50px; }
  .about .item a figure {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 25px; }
    .about .item a figure > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .6s ease;
      transition: all .6s ease;
      z-index: 1;
      -webkit-transform-origin: top left;
              transform-origin: top left; }
    .about .item a figure .icon-wrap {
      position: absolute;
      bottom: 0;
      right: 0; }
      .about .item a figure .icon-wrap img {
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .about .item a h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #052141;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .about .item a p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #052141; }
  .about .item a:hover h6 {
    color: #FA5621; }
  .about .item a:hover p {
    color: #FA5621; }
  .about .item a:hover figure > img {
    -webkit-transform: scale(0.91);
            transform: scale(0.91); }
  .about .item a:hover figure .icon-wrap img {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

.nice-select-1 {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select-1:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select-1 .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select-1 .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select-1.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.form-img {
  position: relative;
  background: #F7F7F7;
  margin-top: 100px; }
  .form-img figure {
    display: none; }
  .form-img .bg img {
    top: 0;
    right: 0;
    width: 49.6%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute; }
  .form-img .content {
    width: 50%;
    padding: 100px 100px 80px 10px; }
  .form-img h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #052141;
    margin-bottom: 20px; }
  .form-img p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(5, 33, 65, 0.7);
    margin-bottom: 30px;
    min-height: 40px; }
  .form-img h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FA5621;
    margin-bottom: 20px; }

.form-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-default .input-wrap {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0;
    width: 100%; }
    .form-default .input-wrap input {
      border-radius: 0;
      height: 50px;
      line-height: 50px;
      border: none !important;
      color: #242424;
      padding: 0 17px; }
    .form-default .input-wrap textarea {
      position: relative;
      z-index: 2;
      border: none !important;
      outline: none !important;
      resize: none;
      width: 100%;
      padding: 20px 25px;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      height: 146px;
      color: #242424;
      background: transparent !important; }
    .form-default .input-wrap label {
      top: 17px;
      left: 17px;
      font-size: 15px;
      white-space: nowrap;
      font-weight: 400;
      text-transform: inherit; }
  .form-default .input-wrap-50 {
    width: 48.5%; }
  .form-default .nice-select {
    width: 100%;
    border: none !important;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    background: transparent;
    padding-left: 17px; }
    .form-default .nice-select:after {
      border-bottom: 2px solid #FA5621;
      border-right: 2px solid #FA5621;
      right: 16px; }
  .form-default .nice-select .option.disabled {
    display: none; }
  .form-default .nice-select .list {
    width: 100%; }
  .form-default .input-wrap .is-focus, .form-default .input-wrap .is-active {
    top: 2px;
    font-size: 10px; }
  .form-default .input-wrap-check {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 23px; }
    .form-default .input-wrap-check label,  .form-default .input-wrap-check .wpcf7-list-item-label {
      display: inline-block;
      position: relative;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      color: #242424;
      padding-left: 27px;
      cursor: pointer; }
.form-default .input-wrap-check label{
  padding: 0;
}
      .form-default .input-wrap-check label:before {
        position: absolute;
        top: -2px;
        left: 0;
        border: 1px solid #d4d3d3;
        content: '';
        width: 20px;
        height: 20px;
        background: #fff; }
    .form-default .input-wrap-check input:checked + label:after, .form-default .input-wrap-check input:checked +  .wpcf7-list-item-label:after {
      position: absolute;
      top: 3px;
      left: 5px;
      width: 10px;
      height: 10px;
      content: '';
      background: #FA5621; }
    .form-default .input-wrap-check input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden; }
  .form-default .input-submit button {
    min-width: 180px; }
  .form-default .select-wrap {
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .form-default .select-wrap:hover, .form-default .select-wrap:focus {
      z-index: 3; }
  .form-default .is-select label {
    top: 2px;
    font-size: 8px; }

.is-bg-white .fancybox-container {
  z-index: 99999999; }
.is-bg-white .fancybox-bg {
  background: rgba(255, 255, 255, 0.8); }
.is-bg-white .fancybox-slide--html {
  padding: 0; }

.info-team-popup {
  height: 100%;
  max-height: 100%;
  overflow: auto;
  background: #052141;
  width: 1140px;
  left: 50%;
  -webkit-transform: translate(-59%, 0);
          transform: translate(-59%, 0);
  padding: 150px 100px 100px;
  position: relative; }
  .info-team-popup .fancybox-button {
    display: none; }
  .info-team-popup .close-wrap {
    position: absolute;
    top: 55px;
    right: 100px; }
    .info-team-popup .close-wrap a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 45px;
      height: 45px;
      border: 1px solid #FFFFFF;
      background: #052141; }
      .info-team-popup .close-wrap a:hover {
        background: #fff; }
  .info-team-popup .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .info-team-popup .content .left {
      width: 42%; }
      .info-team-popup .content .left h5 {
        position: relative;
        margin-bottom: 15px; }
        .info-team-popup .content .left h5 img {
          position: absolute;
          top: -40px;
          left: -45px; }
        .info-team-popup .content .left h5 span {
          display: inline-block;
          width: 320px;
          font-style: normal;
          font-weight: 500;
          font-size: 40px;
          line-height: 49px;
          color: #FFFFFF;
          background: #052141;
          position: relative;
          padding: 0 3px;
          z-index: 2; }
      .info-team-popup .content .left h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
        color: #FFFFFF; }
    .info-team-popup .content .right {
      width: 56.5%; }
      .info-team-popup .content .right figure {
        margin-bottom: 25px; }
        .info-team-popup .content .right figure img {
          width: 100%;
          height: auto; }
      .info-team-popup .content .right p {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        color: #FFFFFF;
        margin-bottom: 20px; }
      .info-team-popup .content .right p:last-child {
        margin-bottom: 0; }
    .info-team-popup .content .bottom {
      border-top: 1px solid #FA5621;
      padding-top: 50px;
      margin-top: 50px;
      width: 100%; }
      .info-team-popup .content .bottom h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
        color: #FFFFFF;
        margin-bottom: 25px; }

.subscription-form {
  width: 100%;
  position: relative;
  margin-bottom: 50px; }
  .subscription-form label {
    display: none; }
  .subscription-form input {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    height: 50px;
    line-height: 48px;
    padding: 0 200px 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    outline: none !important;
    background: transparent; }
  .subscription-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 48px;
    min-width: 180px;
    color: #052141; }
    .subscription-form button:hover {
      color: #fff; }

.form-default .is-select label {
  top: 2px;
  font-size: 8px; }

.info-team-popup .btn-wrap a {
  min-width: 180px; }

.subscription-form input::-webkit-input-placeholder {
  color: #fff; }

.subscription-form input::-moz-placeholder {
  color: #fff; }

.subscription-form input:-ms-input-placeholder {
  color: #fff; }

.subscription-form input:-moz-placeholder {
  color: #fff; }

/*-----------------------------END-PAGE-ABOUT-----------------------------*/
/*----------------------------PAGE-SERVICES-----------------------------*/
.wpcf7 form.sent .wpcf7-response-output {
 
  color: #4caf50 !important;
}
.services-head {
  position: relative;
  padding: 0 0 30px; }
  .services-head .bg {
    bottom: 85px;
    background: #052141; }
  .services-head .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .services-head .text {
    width: 510px;
    padding-bottom: 175px; }
  .services-head h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 25px; }
  .services-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 30px; }
  .services-head figure {
    width: 50%;
    height: 930px; }
    .services-head figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.about-services {
  padding: 170px 0 113px; }
  .about-services h2 {
    margin-bottom: 50px; }
  .about-services .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-services .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    margin-bottom: 70px; }
    .about-services .item .wrap {
      width: 100%; }
    .about-services .item figure {
      overflow: hidden;
      margin-bottom: 25px; }
      .about-services .item figure img {
        width: 100%;
        height: 500px;
        -o-object-fit: cover;
           object-fit: cover; }
    .about-services .item h6 {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #FA5621;
      margin-bottom: 10px; }
    .about-services .item p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #242424;
      margin-bottom: 23px; }
  .about-services .item-2 {
    width: 47%; }
    .about-services .item-2 .wrap {
      width: 47%; }
  .about-services .item-3 {
    width: 47%; }
  .about-services .item-text {
    width: 47%;
    padding: 98px 125px 0 70px; }
    .about-services .item-text h3 {
      margin: 0;
      font-style: normal;
      font-weight: 400;
      font-size: 50px;
      line-height: 61px;
      text-align: center;
      color: #052141; }
      .about-services .item-text h3 b {
        font-weight: 400;
        color: #FA5621; }
  .about-services .btn-wrap a {
    min-width: 180px; }

.contact {
  padding: 120px 0 100px;
  background: #F7F7F7; }
  .contact .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact figure {
    width: 380px;
    height: 500px;
    position: relative;
    margin-left: 25%; }
    .contact figure .bg {
      top: -20px;
      left: -20px;
      bottom: 20px;
      right: 20px;
      background: #052141; }
    .contact figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .contact .text {
    width: 44.2%;
    padding-bottom: 90px; }
  .contact h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #052141;
    margin-bottom: 15px; }
  .contact h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FA5621;
    margin-bottom: 25px; }
  .contact p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #242424;
    width: 380px;
    margin-bottom: 50px; }
  .contact .btn-wrap {
    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; }
    .contact .btn-wrap a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 180px;
      text-transform: lowercase; }
      .contact .btn-wrap a img {
        margin-right: 7px; }
    .contact .btn-wrap a + a {
      margin-left: 25px; }

.tab-services {
  padding: 200px 0 175px;
  position: relative; }
  .tab-services .bg {
    top: 285px;
    background: #F7F7F7; }
  .tab-services h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #052141;
    margin-bottom: 25px; }
  .tab-services .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .tab-services .left {
    width: 300px;
    padding-top: 185px;
    margin-left: 14.2%; }
  .tab-services .tabs-menu li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FA5621;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .tab-services .tabs-menu li:hover {
      color: #052141; }
  .tab-services .tabs-menu .is-active {
    font-weight: 700; }
  .tab-services .tab-content {
    width: 50%;
    padding: 0 9% 0 0; }
    .tab-services .tab-content figure {
      height: 360px;
      margin-bottom: 25px; }
      .tab-services .tab-content figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .tab-services .tab-content h6 {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #FA5621;
      margin-bottom: 10px; }
    .tab-services .tab-content p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #242424; }

/*---------------------------END-PAGE-SERVICES-----------------------------*/
/*----------------------------PAGE-OFFER-----------------------------*/
.offer {
  padding: 115px 0 70px;
  background: #f7f7f7;
  min-height: 700px;
  position: relative; }
  .offer .nice-select .list {
    width: 100%;
    background: #052141; }
  .offer .nice-select .option.focus, .offer .nice-select .option.selected.focus {
    background-color: transparent; }
  .offer .bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 650px;
    background: #052141;
    content: ''; }
  .offer h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 50px; }
  .offer .filter-line .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .offer .filter-line .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 300px; }
    .offer .filter-line .right label {
      display: none; }
    .offer .filter-line .right .input-wrap {
      background: transparent; }
    .offer .filter-line .right p {
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF;
      margin-right: 15px; }
    .offer .filter-line .right .nice-select {
      min-width: 180px;
      border: 1px solid #FA5621;
      border-radius: 35px;
      height: 44px;
      line-height: 42px;
      background: transparent;
      color: #fff;
      text-align: center !important;
      padding: 0 25px; }
    .offer .filter-line .right .nice-select:after {
      border-bottom: 2px solid #FA5621;
      border-right: 2px solid #FA5621; }
  .offer .form-wrap {
    width: 100%!important; }
    .offer .form-wrap .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .offer .form-wrap .wrap .item {
        width: 180px;
        margin-right: 20px; }
      .offer .form-wrap .wrap button {
        width: 180px;
        text-align: left; }
        .offer .form-wrap .wrap button img {
          -webkit-filter: invert(1);
                  filter: invert(1); }
        .offer .form-wrap .wrap button:hover img {
          -webkit-filter: invert(0);
                  filter: invert(0); }
  .offer .input-wrap {
    border-radius: 35px; }
  .offer .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 75px 50px;
    margin-top: 30px; }
    .offer .content .item {
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      background: #FFFFFF; }
      .offer .content .item:hover {
        -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05); }
      .offer .content .item figure {
        position: relative;
        margin-bottom: 25px;
        height: 370px; }
        .offer .content .item figure .label {
          position: absolute;
          top: 25px;
          left: 20px;
          display: inline-block;
          background: #fff;
          padding: 0 26px;
          border-radius: 35px;
          font-style: normal;
          font-weight: 600;
          font-size: 12px;
          height: 40px;
          line-height: 40px;
          text-transform: uppercase;
          color: #052141; }
          .offer .content .item figure .label:before {
            position: absolute;
            top: -5px;
            left: 1px;
            content: '';
            border-radius: 100%;
            background: #82D000;
            width: 19px;
            height: 19px; }
        .offer .content .item figure .black-bg {
          background: #052141;
          color: #fff; }
        .offer .content .item figure .red:before {
          background: #F02A2A; }
        .offer .content .item figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .offer .content .item .text {
        padding: 0 10px 20px; }
        .offer .content .item .text .name {
          width: 100%;
          margin-bottom: 25px; }
          .offer .content .item .text .name h6 {
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 27px;
            color: #052141;
            margin-bottom: 10px; }
          .offer .content .item .text .name p {
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #052141; }
        .offer .content .item .text .cost {
          width: 100%; }
          .offer .content .item .text .cost p {
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 27px;
            color: #052141; }
    .offer .content .item-inaccessible .text .name h6 {
      color: rgba(5, 33, 65, 0.5);
      position: relative;
      display: inline-block; }
      .offer .content .item-inaccessible .text .name h6:after {
        position: absolute;
        top: 13px;
        left: -5px;
        right: -5px;
        content: '';
        height: 2px;
        background: #F02A2A; }
    .offer .content .item-inaccessible .text .name p, .offer .content .item-inaccessible .text .cost p {
      color: rgba(5, 33, 65, 0.5); }
    .offer .content .item-orange .text .name p, .offer .content .item-orange .text .cost p .color {
      color: #FA5621; }
  .offer .result {
    margin: 30px 0 0; }
    .offer .result .btn-mob {
      display: none; }
    .offer .result p {
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF; }
      .offer .result p b {
        display: inline-block;
        margin-right: 5px; }

.pagination-wrap {
  width: 100%;
  margin-top: 145px; }
  .pagination-wrap .pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination-wrap .pagination li {
      background: #052141;
      width: 46px;
      height: 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.01em;
      color: #FA5621;
      margin: 0 10px; }
      .pagination-wrap .pagination li a {
        width: 46px;
        height: 46px;
        border: 1px solid #052141;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.01em;
        color: #FA5621;
        background: #fff; }
        .pagination-wrap .pagination li a:hover {
          background: #052141; }
    .pagination-wrap .pagination .prev, .pagination-wrap .pagination .next {
      background: transparent;
      width: 20px; }
      .pagination-wrap .pagination .prev a, .pagination-wrap .pagination .next a {
        background: transparent !important;
        border: none !important; }
        .pagination-wrap .pagination .prev a img, .pagination-wrap .pagination .next a img {
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .pagination-wrap .pagination .prev a:hover img, .pagination-wrap .pagination .next a:hover img {
          opacity: 0.7; }
    .pagination-wrap .pagination .prev img {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }

.easy-image-gallery.linked li:nth-child(3n) {
  margin: 0 0 0 0; }

/*---------------------------END-PAGE-OFFER-----------------------------*/
/*----------------------------PAGE-OFFER-INNER----------------------------*/
.offer-head {
  position: relative;
  padding: 270px 0 30px; }
  .offer-head .bg {
    bottom: 255px; }
    .offer-head .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .offer-head .bg:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(5, 33, 65, 0.95); }
  .offer-head h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FA5621;
    margin-bottom: 3px; }
  .offer-head h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 45px; }
  .offer-head .wrap {
    position: relative; }
  .offer-head .content {
    padding: 0 245px; }
  .offer-head .text {
    background: #FFFFFF;
    width: 285px;
    position: absolute;
    right: -105px;
    top: 70px;
    padding: 30px 30px;
    z-index: 1; }
    .offer-head .text p {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      color: #FA5621;
      margin-bottom: 8px; }
    .offer-head .text p.name {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: rgba(0, 0, 0, 0.85);
      margin: 0; }
    .offer-head .text .btn-default {
      width: 100%; }
    .offer-head .text .btn-default + .btn-default {
      margin-top: 10px; }
    .offer-head .text ul {
      margin-bottom: 18px; }
      .offer-head .text ul li {
        margin-bottom: 17px; }

.slider-big .swiper-slide {
  width: 100%;
  height: 695px; }
  .slider-big .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.slider-min {
  margin-top: 25px;
  position: relative; }
  .slider-min .swiper-slide {
    height: 120px;
    cursor: pointer; }
    .slider-min .swiper-slide img {
      width: 100%;
      height: 100%; }
  .slider-min .nav-wrap {
    position: absolute;
    top: 55%;
    left: 65px;
    right: 65px; }
    .slider-min .nav-wrap > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FFFFFF;
      width: 30px;
      height: 30px;
      border-radius: 100%; }
      .slider-min .nav-wrap > div:hover {
        background: #FA5621; }
      .slider-min .nav-wrap > div:after {
        display: none; }

.bg-transparent {
  background: transparent !important;
  margin-bottom: -155px; }
  .bg-transparent .top-line {
    background: transparent; }
  .bg-transparent .is-sticky .top-line {
    background: #052141; }

.btn-border-orange {
  border-color: #FA5621;
  color: #052141; }
  .btn-border-orange:hover {
    background: #FA5621; }

.offer-content {
  padding: 70px 0 100px; }
  .offer-content .content {
    padding: 0 245px; }
  .offer-content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #052141; }
  .offer-content .text-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
            column-gap: 50px; }
    .offer-content .text-2 p {
      font-size: 16px;
      line-height: 150%;
      margin-bottom: 24px; }
    .offer-content .text-2 p:last-child {
      margin-bottom: 0; }
    .offer-content .text-2 h6 {
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      color: #FA5621;
      margin: 30px 0 15px; }
  .offer-content .wrap {
    margin-bottom: 140px; }
  .offer-content .wrap:last-child {
    margin-bottom: 0; }
  .offer-content .wrap-2 {
    padding: 70px 70px 60px;
    background: #052141;
    margin-bottom: 150px; }
    .offer-content .wrap-2 h3 {
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 30px;
      color: #FA5621;
      margin-bottom: 32px; }
    .offer-content .wrap-2 ul {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 125px;
              column-gap: 125px; }
      .offer-content .wrap-2 ul li {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        color: #fff; }
        .offer-content .wrap-2 ul li:before {
          position: absolute;
          top: 9px;
          left: -29px;
          content: '';
          width: 3px;
          height: 3px;
          background: #fff;
          border-radius: 100%; }
  .offer-content .item-3x {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 30px; }
    .offer-content .item-3x .item-grey {
      padding: 30px 30px;
      background: #F7F7F7; }
      .offer-content .item-3x .item-grey h6 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FA5621;
        margin-bottom: 15px; }
      .offer-content .item-3x .item-grey ul li {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .offer-content .item-3x .item-grey ul li p:first-child {
          width: 60%; }
        .offer-content .item-3x .item-grey ul li p {
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          color: #242424;
          width: 38%; }
      .offer-content .item-3x .item-grey ul li:last-child {
        margin-bottom: 0; }

.contact-popup {
  background: #F7F7F7;
  width: 715px;
  position: relative;
  padding: 100px 50px 70px; }
  .contact-popup .close-wrap {
    position: absolute;
    z-index: 15;
    top: 50px;
    right: 50px; }
    .contact-popup .close-wrap a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      border: 1px solid #052141;
      width: 45px;
      height: 45px; }
      .contact-popup .close-wrap a:hover {
        background: #052141; }
  .contact-popup h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #052141;
    margin-bottom: 20px; }
  .contact-popup p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(5, 33, 65, 0.7);
    margin-bottom: 30px; }
  .contact-popup h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FA5621;
    margin-bottom: 20px; }
  .contact-popup .fancybox-close-small {
    display: none; }

.is-popup header {
  z-index: 99; }

.fancybox-bg {
  background: rgba(5, 33, 65, 0.8); }

.is-img .fancybox-bg {
  background: rgba(255, 255, 255, 0.95); }
.is-img header {
  z-index: 999; }
.is-img .fancybox-slide--html {
  padding: 0; }
.is-img .fancybox-is-open .fancybox-bg {
  opacity: 1; }

.popup-img {
  width: 100% !important;
  padding: 0 !important;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .popup-img .fancybox-button {
    display: none; }
  .popup-img .content-width {
    padding: 150px 0 75px;
    position: relative;
    max-width: 1520px; }
  .popup-img .close-wrap {
    right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .popup-img .close-wrap > a {
      margin-left: 50px; }
    .popup-img .nav-wrap {
      top: 52%;
      left: -80px;
      right: -80px;
      width: calc(100% + 160px);
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .popup-img  .nav-wrap > div {
        position: relative;
        top: 0;
        margin: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        border: 1px solid #052141;
        width: 45px;
        height: 45px;
        cursor: pointer; }
        .popup-img  .nav-wrap > div:after {
          display: none; }
        .popup-img  .nav-wrap > div:hover {
          background: #052141; }
  .popup-img .swiper-pagination {
    bottom: inherit;
    top: 85px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #052141; }
    .popup-img .swiper-pagination .swiper-pagination-current {
      font-style: normal;
      font-weight: 400;
      font-size: 25px;
      line-height: 30px;
      text-transform: uppercase;
      color: #052141;
      position: relative;
      left: 2px; }
    .popup-img .swiper-pagination .swiper-pagination-total {
      position: relative;
      display: inline-block;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      color: #052141;
      top: 5px;
      left: -2px;
      opacity: 0.4; }

.slider-img {
  overflow: visible; }
  .slider-img .swiper-slide {
    height: calc(100vh - 225px);
    overflow: hidden;
    opacity: 0.2; }
    .slider-img .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      max-width: 100%;
      max-height: calc(100vh - 225px); }
  .slider-img .swiper-slide-active {
    opacity: 1; }

.offer-head .slider-wrap {
  position: relative; }
.offer-head .label {
  position: absolute;
  top: 35px;
  left: 30px;
  z-index: 10;
  display: inline-block;
  background: #fff;
  padding: 0 26px;
  border-radius: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #052141; }
  .offer-head .label:before {
    position: absolute;
    top: -5px;
    left: 1px;
    content: '';
    border-radius: 100%;
    background: #82D000;
    width: 19px;
    height: 19px; }
.offer-head .label.red:before {
  background: #F02A2A; }
.offer-head .text-2-item {
  position: absolute;
  top: 70px;
  right: -105px;
  width: 285px;
  z-index: 2; }
  .offer-head .text-2-item .text-item {
    background: #fff;
    padding: 30px 30px; }
    .offer-head .text-2-item .text-item h5 {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #FA5621;
      margin-bottom: 10px; }
    .offer-head .text-2-item .text-item p {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #052141;
      margin-bottom: 17px; }
    .offer-head .text-2-item .text-item .btn-wrap a {
      width: 100%; }
    .offer-head .text-2-item .text-item ul {
      margin-bottom: 20px; }
      .offer-head .text-2-item .text-item ul li {
        margin-bottom: 17px; }
      .offer-head .text-2-item .text-item ul li:last-child {
        margin-bottom: 0; }
      .offer-head .text-2-item .text-item ul p {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #FA5621;
        margin-bottom: 8px; }
      .offer-head .text-2-item .text-item ul p.name {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.85);
        margin: 0; }
  .offer-head .text-2-item .text-item + .text-item {
    margin-top: 10px; }

.offer-content .wrap-1 ul {
  margin: -9px 0 20px; }
  .offer-content .wrap-1 ul li {
    position: relative;
    padding-left: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.5); }
    .offer-content .wrap-1 ul li:before {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 3px;
      height: 3px;
      content: '';
      border-radius: 100%;
      background: rgba(0, 0, 0, 0.5); }
.offer-content .wrap-1 ul:last-child {
  margin-bottom: 0; }

.offer-content .wrap .item-float {
  display: block; }
  .offer-content .wrap .item-float:after {
    content: "";
    display: table;
    clear: both; }
  .offer-content .wrap .item-float .item-grey {
    width: calc(33.33% - 20px);
    float: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 30px;
    margin-bottom: 15px;
    min-height: 135px; }
  .offer-content .wrap .item-float .item-grey:nth-child(3), .offer-content .wrap .item-float .item-grey:nth-child(5) {
    margin-right: 0; }
.offer-content .wrap .item-grey:first-child {
  min-height: 295px; }

/*---------------------------END-PAGE-OFFER-INNER----------------------------*/
/*----------------------------PAGE-BLOG----------------------------*/
.blog {
  position: relative;
  padding-top: 270px; }
  .blog .bg {
    height: 805px;
    bottom: inherit;
    background: #052141; }
  .blog h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 50px; }

.blog-popup {
  width: 1720px;
  padding: 0;
  right: 0; }
  .blog-popup figure {
    height: 760px;
    margin-bottom: 0; }
    .blog-popup figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .blog-popup .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 150px 105px 100px 150px; }
  .blog-popup .content {
    width: 1000px; }
  .blog-popup .share {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .blog-popup .share ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-popup .share ul li + li {
        margin-left: 50px; }
      .blog-popup .share ul p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #FA5621; }
      .blog-popup .share ul a {
        display: inline-block; }
        .blog-popup .share ul a img {
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .blog-popup .share ul a span {
          display: inline-block;
          position: relative;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          text-transform: uppercase;
          color: #FA5621;
          margin-right: 5px; }
          .blog-popup .share ul a span:after {
            position: absolute;
            bottom: 2px;
            left: 0;
            right: 0;
            content: '';
            height: 1px;
            background: #FA5621;
            -webkit-transition: all .4s ease;
            transition: all .4s ease; }
        .blog-popup .share ul a:hover img {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
  .blog-popup .fancybox-close-small {
    display: none; }
  .blog-popup .close-wrap {
    position: absolute;
    top: 50px;
    right: 50px;
    display: none; }
    .blog-popup .close-wrap a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      border: 1px solid #052141;
      width: 45px;
      height: 45px; }
      .blog-popup .close-wrap a:hover {
        background: #052141; }
  .blog-popup h2 {
    margin-bottom: 70px; }
  .blog-popup p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #242424;
    margin-bottom: 25px; }
  .blog-popup p:last-child {
    margin-bottom: 0; }
  .blog-popup h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #242424;
    margin: 70px 0 35px; }
  .blog-popup .nav-wrap {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .blog-popup .nav-wrap > div {
      width: 49%; }
      .blog-popup .nav-wrap > div a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        .blog-popup .nav-wrap > div a:hover p {
          color: #FA5621; }
          .blog-popup .nav-wrap > div a:hover p:after {
            background: #FA5621; }
      .blog-popup .nav-wrap > div p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #052141;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        display: inline-block;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .blog-popup .nav-wrap > div p:after {
          bottom: 2px;
          position: absolute;
          left: 0;
          right: 0;
          content: '';
          height: 1px;
          background: #052141;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
      .blog-popup .nav-wrap > div span {
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #FA5621;
        width: 100%; }
    .blog-popup .nav-wrap .next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .blog-popup .nav-wrap .next p {
      text-align: right; }
    .blog-popup .nav-wrap .next span {
      text-align: right; }

.is-blog {
  overflow: hidden; }
  .is-blog header {
    z-index: 99; }
  .is-blog .fancybox-slide--html {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

/*---------------------------END-PAGE-BLOG----------------------------*/
/*----------------------------PAGE-CONTACT----------------------------*/
.contact-block {
  padding: 115px 0 100px;
  background: #fff;
  position: relative; }
  .contact-block h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #052141;
    width: 660px;
    margin-bottom: 100px; }
  .contact-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .contact-block figure {
    width: 47%; }
    .contact-block figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .contact-block .text {
    width: 50%; }
    .contact-block .text ul li {
      margin-bottom: 50px; }
    .contact-block .text ul li:last-child {
      margin-bottom: 0; }
    .contact-block .text h6 {
      font-style: normal;
      font-weight: 500;
      font-size: 25px;
      line-height: 30px;
      color: #052141;
      margin-bottom: 20px; }
    .contact-block .text p {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #052141;
      margin-bottom: 15px; }
      .contact-block .text p a {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #052141; }
        .contact-block .text p a:hover {
          color: #FA5621; }
    .contact-block .text p:last-child {
      margin-bottom: 0; }

.form-map #map, .form-map iframe {
  height: 100%;
  width: 50%;
  margin-left: 50%; }

.header-white {
  background: #fff; }

/*---------------------------END-PAGE-CONTACT----------------------------*/
/*----------------------------PAGE-TEXT----------------------------*/
.default-block {
  padding: 115px 0 175px; }
  .default-block h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #052141;
    margin-bottom: 70px; }
  .default-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #242424;
    margin-bottom: 28px; }
  .default-block ul {
    margin-bottom: 29px; }
    .default-block ul li {
      position: relative;
      padding-left: 15px;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 140%;
      color: rgba(0, 0, 0, 0.5); }
      .default-block ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '–'; }

/*---------------------------END-PAGE-TEXT----------------------------*/
/*----------------------------PAGE-EXPAT----------------------------*/
.text-img {
  padding: 0 0 100px; }
  .text-img .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .text-img .text {
    width: 490px;
    padding-top: 150px; }
  .text-img h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #052141;
    margin-bottom: 25px; }
  .text-img p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #242424;
    margin-bottom: 30px; }
  .text-img figure {
    width: 48.5%;
    height: 830px; }
    .text-img figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.item-4x {
  padding: 100px 0 100px;
  background: #F7F7F7; }
  .item-4x .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .item-4x .item {
    width: 48.5%; }
    .item-4x .item p {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 140%;
      color: #242424;
      margin-bottom: 30px; }
    .item-4x .item p:last-child {
      margin-bottom: 0; }
  .item-4x .item-text {
    margin-bottom: 200px; }
  .item-4x .item:first-child {
    width: 44%; }
  .item-4x .item-img {
    position: relative;
    width: 48.5%;
    padding: 50px 50px 50px; }
    .item-4x .item-img .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .item-4x .item-img .img-wrap:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #000;
        opacity: 0.2; }
      .item-4x .item-img .img-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .item-4x .item-img .wrap {
      overflow: hidden;
      position: relative;
      z-index: 2;
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 435px; }
    .item-4x .item-img h6 {
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      color: #FA5621;
      margin-bottom: 25px; }
    .item-4x .item-img h5 {
      font-style: normal;
      font-weight: 500;
      font-size: 30px;
      line-height: 37px;
      color: #FFFFFF;
      width: 425px; }
    .item-4x .item-img .btn-wrap a {
      position: relative;
      background: transparent;
      width: 205px;
      height: 50px;
      line-height: 48px; }
      .item-4x .item-img .btn-wrap a:after {
        position: absolute;
        top: 50%;
        left: calc(100% + 30px);
        content: '';
        width: 1000px;
        height: 1px;
        background: #FFFFFF; }
      .item-4x .item-img .btn-wrap a:hover {
        background: #fff;
        color: #052141; }

.service-text-img .text {
  width: 665px; }

/*---------------------------END-PAGE-EXPAT----------------------------*/
/*----------------------------PAGE-SERVICE----------------------------*/
.step-to-step {
  background: #F7F7F7;
  padding: 97px 0 100px; }
  .step-to-step .head-slider {
    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;
    margin-bottom: 47px; }
  .step-to-step .nav-wrap {
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .step-to-step .nav-wrap > div {
      width: 35px;
      position: relative;
      top: 0;
      margin: 0;
      left: 0;
      right: 0; }
      .step-to-step .nav-wrap > div:after {
        display: none; }
      .step-to-step .nav-wrap > div img {
        width: 100%; }
    .step-to-step .nav-wrap .step-prev img {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .step-to-step h3 {
    white-space: nowrap;
    margin-right: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0; }
  .step-to-step .bg-block {
    margin-top: 197px;
    position: relative; }
    .step-to-step .bg-block .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .step-to-step .bg-block .wrap {
      padding: 165px 50px 165px;
      text-align: center; }
      .step-to-step .bg-block .wrap h6 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 15px; }
      .step-to-step .bg-block .wrap h5 {
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 50px; }
      .step-to-step .bg-block .wrap .btn-wrap {
        text-align: center; }

.step-slider .swiper-slide {
  padding-top: 25px;
  border-top: 1px solid #FA5621; }
  .step-slider .swiper-slide h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FA5621;
    margin-bottom: 25px; }
  .step-slider .swiper-slide p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #242424; }

.step-to-step + .form-img {
  margin: 0; }
.home-banner .bg {
  left: -200px;
  -webkit-animation: leftTo 2.5s ease forwards;
  animation: leftTo 2.5s ease forwards;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  right: 108px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.home-banner .content-width {
  position: relative;
  top: 100px;
  -webkit-animation: topTo 2.5s ease forwards;
  animation: topTo 2.5s ease forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0; }

@-webkit-keyframes leftTo {
  0% {
    left: -200px;
    right: 108px; }
  100% {
    /*left: 92px;*/
    left: 0;
    right: 0; } }

@keyframes leftTo {
  0% {
    left: -200px;
    right: 108px; }
  100% {
    /*left: 92px;*/
    left: 0;
    right: 0; } }
@keyframes leftTo {
  0% {
    left: -200px;
    right: 108px; }
  100% {
    /*left: 92px;*/
    left: 0;
    right: 0; } }
@-webkit-keyframes leftNorm {
  0% {
    left: -100px;
    right: 108px; }
  100% {
    left: 0;
    right: 0; } }
@keyframes leftNorm {
  0% {
    left: -100px;
    right: 108px; }
  100% {
    left: 0;
    right: 0; } }
@-webkit-keyframes topTo {
  0% {
    top: 100px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes topTo {
  0% {
    top: 100px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    top: 0;
    opacity: 1; } }

.about-services .item p{
  min-height: 68px;
}
.about-services .item .wrap{
  position: relative;
}
.about-services .item .text .btn-wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-services .item .text{
  padding-bottom: 44px;
}

.top-menu ul li.current-menu-item a {
  color: #FA5621 !important;
}
.top-menu ul li.current-menu-item a:after{
  opacity: 1;
}

.pagination-wrap .pagination li.active a{
  pointer-events: none;
  background: #052141;
}

.wpcf7-response-output{
  padding: 0!important;
  border: none!important;
  color: red;
  font-size: 13px;
  margin-left: 0!important;
}
.form-default .input-wrap-check .wpcf7-list-item{
  margin: 0;
}

.home-banner .nice-select-1 .list li, .offer .nice-select-1 .list li span{
  color: rgba(0,0,0,0.5);
}
.home-banner .filter-line .item-after-2 .current:after{
  opacity: 0;
}

.wpcf7-not-valid-tip{
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  display: none!important;
}
.wpcf7-form-control-wrap{
  width: 100%;
  display: block;
}

.wpcf7-not-valid{
  background: rgba(255,0,0,0.1) !important;
}
.form-default .input-wrap input.wpcf7-not-valid{
  background: rgba(255,0,0,0.1) !important;
}

.form-img figure img{
  height: auto;
}

.about-services .item{
  height: fit-content;
}

.offer .bg:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: #fff;
  content: '';
}
.form-default .nice-select{
  color: rgba(5,33,65,.7);
  font-weight: 600;
}

.form-default .input-wrap textarea{
  padding-left: 17px;
  padding-right: 17px;
  color: #242424;
  font-weight: 600;
}
/*.services .text ul li:hover, .services .text ul li.is-active {
  background: rgba(255, 255, 255, 0.05);
}

.services .text ul li {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}*/

.contact-block .bg{
  top: 50px;
}
.contact-block .content-width{
  display: flex;
  justify-content: flex-end;
}
.contact-block .content{
  background: #052141;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05);
  width: 860px;
  padding: 50px 50px 90px;
}

.contact-block {
  padding: 100px 0 100px;
}
.contact-block h1{
  color: #fff;
  margin-bottom: 71px;
}
.contact-block .text h6{
  color: #FA5621;
}
.contact-block .text p a{
  color: #fff;
}
.contact-block .text p{
  color: #fff;
}
.contact-block .text ul li {
  margin-bottom: 35px;
}
.contact-block .text ul{
  margin-bottom: 70px;
}
.contact-block .text .btn-wrap a:after{
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  width: 480px;
  content: '';
  height: 1px;
  background: #fff;
}
.contact-block .text .btn-wrap a{
  position: relative;
  background: transparent;
  width: 208px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
}

.contact-block .bg img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 625px;
}
.contact-block .text{
  width: 100%!important;
}
.info-team-popup .content .left h5 span{
  min-height: 60px;
}

.offer .filter-line .right .nice-select .option:hover{
  color: #052141;
}

#archive-object-items{
  margin-top: 30px;
  color: #fff;
}
/*---------------------------END-PAGE-SERVICE----------------------------*/
/*----------------------NEW-SUB-MENU---------------------*/
.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.top-menu > .wrap-sub-menu > ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative; }
.top-menu > .wrap-sub-menu > ul li {
  position: relative;
  z-index: 5; }

.is-hover .top-menu > .wrap-sub-menu > ul:after {
  position: absolute;
  top: -77px;
  left: -50px;
  right: calc((1737px - 100vw ) / 2);
  content: '';
  height: 100vh;
  background: #052141; }

.top-line .contact-line {
  position: relative;
  z-index: 5; }

.top-line.is-hover .lang-wrap ul li a {
  color: #fff; }
.top-line.is-hover .lang-wrap ul li + li:before {
  background: #fff; }
.top-line.is-hover .tel-wrap ul li:last-child a {
  color: #fff; }
.top-line.is-hover .tel-wrap ul li:last-child a:after {
  background: #fff; }
.top-line.is-hover .top-menu ul li a {
  color: #fff; }

.wrap-sub-menu {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.wrap-sub-menu .tab-item {
  display: none;
  color: #fff; }
.wrap-sub-menu .tab-item.is-show {
  display: block; }
.wrap-sub-menu .sub-menu {
  position: absolute;
  top: 75px;
  left: -20px;
  right: 0;
  display: none; }
.wrap-sub-menu .item {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #FFFFFF; }
.wrap-sub-menu .item:hover {
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05); }
.wrap-sub-menu .item figure {
  position: relative;
  height: 450px;
  margin-bottom: 25px; }
.wrap-sub-menu .item figure .label {
  position: absolute;
  top: 25px;
  left: 20px;
  display: inline-block;
  background: #fff;
  padding: 0 26px;
  border-radius: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #052141; }
.wrap-sub-menu .item figure .label:before {
  position: absolute;
  top: -5px;
  left: 1px;
  content: '';
  border-radius: 100%;
  background: #82D000;
  width: 19px;
  height: 19px; }
.wrap-sub-menu .item figure .black-bg {
  background: #052141;
  color: #fff; }
.wrap-sub-menu .item figure .red:before {
  background: #F02A2A; }
.wrap-sub-menu .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.wrap-sub-menu .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px 20px; }
.wrap-sub-menu .item .text .name {
  width: 50%; }
.wrap-sub-menu .item .text .name h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #052141;
  margin-bottom: 10px; }
.wrap-sub-menu .item .text .name p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #052141; }
.wrap-sub-menu .item .text .cost {
  width: 50%; }
.wrap-sub-menu .item .text .cost p {
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #052141; }
.wrap-sub-menu .item-inaccessible .text .name h6 {
  color: rgba(5, 33, 65, 0.5);
  position: relative;
  display: inline-block; }
.wrap-sub-menu .item-inaccessible .text .name h6:after {
  position: absolute;
  top: 13px;
  left: -5px;
  right: -5px;
  content: '';
  height: 2px;
  background: #F02A2A; }
.wrap-sub-menu .item-inaccessible .text .name p, .wrap-sub-menu .item-inaccessible .text .cost p {
  color: rgba(5, 33, 65, 0.5); }
.wrap-sub-menu .is-active {
  display: block; }
.wrap-sub-menu .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.wrap-sub-menu .tabs-menu {
  width: 240px;
  display: block !important; }
.wrap-sub-menu .tabs-menu li {
  margin: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.wrap-sub-menu .tabs-menu li:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/icon-12.svg") no-repeat center;
  background-size: contain;
  margin-top: -10px; }
.wrap-sub-menu .tabs-menu .is-active {
  background: rgba(255, 255, 255, 0.05); }
.wrap-sub-menu .tab-content {
  width: 487px; }
.wrap-sub-menu .item figure {
  height: 320px;
  margin-bottom: 18px; }
.wrap-sub-menu .item figure .label {
  height: 30px;
  line-height: 30px;
  font-size: 9px; }
.wrap-sub-menu .item figure .label:before {
  width: 14px;
  height: 14px;
  top: -4px; }
.wrap-sub-menu .item {
  background: transparent;
  margin-bottom: 0; }
.wrap-sub-menu .item .text .name h6 {
  font-size: 16px;
  margin-bottom: 7px;
  color: #fff; }
.wrap-sub-menu .item .text {
  padding-left: 0;
  padding-right: 0; }
.wrap-sub-menu .item .text .cost p {
  font-size: 16px;
  color: #fff; }
.wrap-sub-menu .item .text .name p {
  font-size: 13px;
  color: #fff; }
.wrap-sub-menu .item-big-img {
  width: 100%; }
.wrap-sub-menu .item-big-img figure {
  width: 100%;
  height: 500px;
  margin-bottom: 25px; }
.wrap-sub-menu .item-big-img figure a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.wrap-sub-menu .item-big-img figure a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transform-origin: center;
  transform-origin: center; }
.wrap-sub-menu .item-big-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.wrap-sub-menu .item-big-img .text h6 {
  color: #FA5621;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px; }
.wrap-sub-menu .item-big-img .text h6 a {
  color: #FA5621;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
.wrap-sub-menu .item-big-img .text h6 a:hover {
  color: #fff; }
.wrap-sub-menu .item-big-img .text p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; }
.wrap-sub-menu .item-big-img .text h6 + p {
  font-size: 16px; }
.wrap-sub-menu .about {
  padding: 0 0 0 90px !important; }
.wrap-sub-menu .about figure {
  margin-bottom: 25px; }
.wrap-sub-menu .about .text-wrap h6 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px; }
.wrap-sub-menu .about .text-wrap p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
.wrap-sub-menu .sub-menu-5 .tabs-menu {
  width: 475px; }
.wrap-sub-menu .sub-menu-5 .tab-content {
  width: 380px; }
.wrap-sub-menu .contact-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.wrap-sub-menu .contact-sub-menu .img-wrap {
  width: 380px;
  height: 500px; }
.wrap-sub-menu .contact-sub-menu .img-wrap img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.wrap-sub-menu .wrap-contact {
  width: 410px;
  padding-top: 50px; }
.wrap-sub-menu .wrap-contact h6 {
  color: #FA5621;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px; }
.wrap-sub-menu .wrap-contact p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px; }
.wrap-sub-menu .wrap-contact p a {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
.wrap-sub-menu .wrap-contact p a:hover {
  color: #FA5621; }
.wrap-sub-menu .wrap-contact p:last-child {
  margin-bottom: 0; }
.wrap-sub-menu .wrap-contact .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 140px; }
.wrap-sub-menu .wrap-contact .btn-wrap a + a {
  margin-left: 20px; }
.wrap-sub-menu .wrap-contact .btn-wrap a {
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  min-width: 180px; }
.wrap-sub-menu .wrap-contact .btn-wrap .btn-border {
  width: 205px; }
.wrap-sub-menu .contact-item + .contact-item {
  margin-top: 35px; }

body.is-hover {
  position: relative; }
body.is-hover:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  content: '';
  background: #052141;
  bottom: 0;
  z-index: 9999999; }

.top-line.is-hover .top-menu ul li a.is-current {
  color: #FA5621; }
.top-line.is-hover .top-menu ul li a.is-current:after {
  opacity: 1; }
.home-banner .nice-select-1.open:after, .offer .nice-select-1.open:after{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*---------------------END-NEW-SUB-MENU---------------------*/
/*---------------------MINI-SUB-MENU---------------------*/
.top-menu ul li{
  position: relative;
}

.sub-menu-main{
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 10;
  display: none;
  padding: 20px;
  background: #052141;
  min-width: 150px;
}

.sub-menu-main li a{
  white-space: nowrap;
  color: #fff!important;
}
.sub-menu-main li{
  margin: 0!important;
}

.sub-menu-main li + li{
  margin: 0!important;
}

.sub-menu-main li a:after{
  display: none!important;
}

.sub-menu-main li a:hover{
  color: #FA5621!important;
}

.top-menu ul li:hover .sub-menu-main{
  display: block!important;
}

@media (min-width: 1321px){
  .sub-menu-main{
    display: none!important;
  }
}


.reviews .swiper-slide p a {
  color: #fff; }
.reviews .swiper-slide p a:hover {
  opacity: 0.7; }



.reviews-popup .stars-wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.reviews-popup .stars-wrap img {
  margin-right: 5px; }
.reviews-popup p.info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(114, 114, 114, 0.5);
  margin-bottom: 30px; }
.reviews-popup p:last-child {
  margin-bottom: 0; }

.reviews .swiper-slide {
  position: relative; }
.reviews .swiper-slide a {
  display: block; }
.reviews .swiper-slide a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ''; }
.reviews .swiper-slide a:hover {
  opacity: 0.7; }
/*--------------------END-MINI-SUB-MENU---------------------*/

footer .logo-wrap{
  display: none;
}

footer{
  background: #fff;
  overflow: hidden;
}
footer .content{
  position: relative;
  width: 60%;
}
footer .content:after{
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 0;
  content: '';
  left: -10000px;
  background: #052141;
}
footer .footer-menu{
  position: relative;
  z-index: 1;
}

footer .content-width{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .bottom{
  width: 40%;
  background: #fff;
  padding: 0;
}
footer .footer-menu ul:last-child{
  padding-left: 0!important;
  width: 270px;
}
footer .footer-menu ul{
  width: 150px;
}
footer .footer-menu{
  width: 100%!important;
}

footer .bottom .right{
  width: 100%!important;
  padding-left: 50px;
  margin-bottom: 10px;
}
footer .bottom .left{
  width: 100%;
  top: 0;
  position: relative;
  padding-top: 30px;
  padding-left: 50px;
}

footer .bottom .left:after{
  position: absolute;
  top: 0;
  left: 0;
  right: -10000px;
  content: '';
  bottom: -50px;
  background: #FA5621;
}

footer .bottom .left ul{
  position: relative;
  z-index: 1;
}
footer .bottom .right .info{
  top: 0;
  margin-bottom: 20px;
}
.services figure:after{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0,0,0, 0.25);
}
.reviews .swiper-slide a{
  min-height: 250px;
  margin: 0;
}
.reviews .swiper-slide{
  padding-bottom: 20px!important;
}

.home-banner .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-services .item-text h3 p{
  color: #052141;
}
.capcha{
  margin-bottom: 0;
  transform: scale(0.7);
  transform-origin: top left;
}

.offer .content .item-orange .text .name p, .offer .content .item-orange .text .cost p .color {
  color:#052141; }
/*# sourceMappingURL=styles.css.map */

/*new-footer*/
.new-footer {
  background: #052141;
  padding: 50px 0 0; }
  .new-footer .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .new-footer .left-wrap {
    width: 40%;
    padding-left: 10px; }
    .new-footer .left-wrap .logo-wrap {
      position: relative;
      top: -31px;
      left: -52px;
      margin: 0 0 12px !important; }
    .new-footer .left-wrap ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .new-footer .left-wrap ul li {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .new-footer .left-wrap ul li p {
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          color: #FFFFFF; }
        .new-footer .left-wrap ul li a {
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          color: #FFFFFF;
          display: inline-block; }
          .new-footer .left-wrap ul li a:hover {
            color: #FA5621; }
      .new-footer .left-wrap ul li + li {
        padding-left: 14px;
        margin-left: 14px;
        position: relative; }
        .new-footer .left-wrap ul li + li:before {
          position: absolute;
          top: 2px;
          bottom: 1px;
          left: 0;
          content: '';
          width: 1px;
          background: #fff; }
  .new-footer .right-wrap {
    width: 55.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .new-footer .right-wrap .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .new-footer .right-wrap .item ul li {
        margin-bottom: 10px; }
        .new-footer .right-wrap .item ul li a {
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline;
         /* text-transform: uppercase!important; */}
          .new-footer .right-wrap .item ul li a:hover {
            color: #FA5621; }
        .new-footer .right-wrap .item ul li p {
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
         /* text-transform: uppercase!important;*/
          margin-bottom: 14px; }
      .new-footer .right-wrap .item ul li:last-child {
        margin-bottom: 0; }
    .new-footer .right-wrap .item-1 {
      width: 42%;
      padding: 26px 102px 0;
      border-left: 1px solid #fff; }
      .new-footer .right-wrap .item-1 ul {
        margin-bottom: 22px; }
    .new-footer .right-wrap .item-2 {
      width: 58%;
      border-left: 1px solid #fff;
      padding: 0 70px; }
      .new-footer .right-wrap .item-2 ul {
        margin-bottom: 22px; }
  .new-footer .bottom-wrap {
    padding: 15px 0;
    background: #fff;
    margin-top: 50px; }
  .new-footer .bottom-left {
    width: 70%;
    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;
    padding-left: 7px; }
    .new-footer .bottom-left .list-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 40px; }
      .new-footer .bottom-left .list-logo li + li {
        margin-left: 24px; }
    .new-footer .bottom-left .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      top: -2px; }
      .new-footer .bottom-left .info p {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #052141; }
        .new-footer .bottom-left .info p a {
          display: inline-block;
          position: relative;
          font-style: normal;
          font-weight: 700;
          font-size: 15px;
          line-height: 18px;
          color: #052141;
          margin-right: 8px; }
          .new-footer .bottom-left .info p a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            content: '';
            height: 1px;
            background: #052141;
            -webkit-transition: all .4s ease;
            transition: all .4s ease; }
          .new-footer .bottom-left .info p a:hover {
            color: #FA5621; }
            .new-footer .bottom-left .info p a:hover:after {
              background: #FA5621; }
      .new-footer .bottom-left .info .wrap {
        margin: 0 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .new-footer .bottom-left .info .wrap img {
          margin-right: 3px; }
  .new-footer .bottom-right {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .new-footer .bottom-right ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .new-footer .bottom-right ul li {
        margin-right: 24px; }
        .new-footer .bottom-right ul li a:hover {
          opacity: 0.7; }
      .new-footer .bottom-right ul li:last-child {
        margin-right: 0; }

.new-footer .bottom-wrap .content-width {
  padding-bottom: 0 !important; }

.new-footer .right-wrap .item-2 ul li a {
  text-decoration: none !important; }


.form-map .bg{
  left: 50%;
  z-index: 10;
}
.form-map iframe{
  width: 100%;
  margin-left: 0;
}


/*--------new-header------------*/
.top-line .logo-wrap{
  width: 120px;
  left: -30px;
  max-width: 120px;
}

.top-line .logo-wrap img{
  width: 100%;
}

.top-line .contact-line{
  display: none;
}

.top-menu {
  padding-top: 28px;
}
.menu-responsive .soc-wrap{
  margin-top: 27px;
}
.menu-responsive .soc-wrap ul{
  display: flex;
}
.menu-responsive .soc-wrap ul li{
  margin-right: 24px;
}
.menu-responsive .soc-wrap ul li:last-child{
  margin-right: 0;
}
/*# sourceMappingURL=styles.css.map */
.text-img-footer img.attachment-full.size-full {
    width: 60px;
    height: 20px;
}
.text-img-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}