@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url(../fonts/OpenSans-ExtraBold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url(../fonts/Raleway-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url(../fonts/Raleway-ExtraBold.ttf);
  font-weight: normal;
  font-style: normal;
}

/* Grid */
body {
  padding: 0;
  margin: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

/* Main styles */
html {
  scroll-behavior: smooth;
}

.content {
  margin: 0 auto;
  padding: 0;
  max-width: 1170px;
}

.main {
  max-width: 100%;
  max-height: 482px;
}

.promo-container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

body {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #000000;
}

h1 {
  font-family: "Raleway-ExtraBold", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.line {
  position: relative;
}

.line:before {
  content: '';
  display: inline-block;
  width: 1600px;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  right: 1190px;
  top: 15px;
}

/* Header */
.header {
  border-bottom: 1px solid #dddddd;
}

.header-logo {
  display: inline-block;
  width: 175px;
  height: 49px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/header-logo.png);
}

.header-top {
  /*border-bottom: 1px solid #dddddd;*/
  padding: 20px 0 15px 0;
}

.header-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right-body {
  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;
  position: relative;
  top: -3px;
}

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


/* Menu */
.nav-mobile {
  display: none;
}

.nav-list {
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  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;
}

.nav-list li,
.nav-item {
  margin-right: 30px;
}

.nav-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/nav-icon.png);
  position: relative;
  top: 2px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.nav-list li a,
.nav-link {
  color: #000000;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-list li.current-menu-item a, .nav-list li a:hover, .nav-list li a:focus,
.nav-link.active, .nav-link:hover, .nav-link:focus {
  border-bottom: 3px solid #fcbe32;
}

/* Dropdowns */
.drop {
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}

.drop-btn {
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
}

.drop-btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 5px;
  margin-left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/drop-btn-after.png);
  position: relative;
  top: -1px;
}

.drop-body {
  display: none;
  width: 125px;
  right: 0;
  background-color: #ffffff;
  position: absolute;
  border: 1px solid #c7c7c7;
  padding: 7px 10px;
  z-index: 5;
}

.drop-body.show {
  display: block;
}

.language-chooser-item,
.drop-item {
  margin: 5px 0;
}

.language-chooser-item.active {
  display: none !important;
}

.language-chooser-item a,
.drop-link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}

.language-chooser-item a:hover, .language-chooser-item a:focus,
.drop-link:hover, .drop-link:focus {
  border-bottom: 1px solid #000000;
}

.filters-list {
  margin: 48px -10px 25px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters-item {
  margin: 0 10px;
}

.filters-drop .drop-btn {
  font-size: 15px;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 7px 18px;
  text-transform: initial;
}

/* Sections */
.promo {
  /*margin-top: 50px;*/
  margin-bottom: 20px;
}

.promo-picture {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  height: 482px;
  background-position: center center !important;
}

.promo-image {
  width: 100%;
  max-height: 482px;
}

.promo-descr {
  position: absolute;
  z-index: 1;
  bottom: 50px;
}
.promo-button {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 0px;
}

.promo-name {
  font-size: 48px;
  font-family: "Raleway-ExtraBold", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.promo-orange {
  color: #ffbc42;
}

.promo-text {
  margin: 0;
  padding: 0;
  letter-spacing: 0.7px;
}
.promo-text-button {
  text-decoration: none;
  font-size: 14px;
  background-color: #1DD3B0;
  display: block;
  padding: 1px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500; 
}

.promo-text-img {
  margin: -3px 7px -3px 0px;
  filter: brightness(0) invert(1);
}

/* Footer */
.footer {
  font-size: 14px;
  margin: 50px 0 25px 0;
  color: #333333;
  background-color: #f5f5f5;
}

.footer-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: #f5f5f5;*/
  padding: 20px 0;
}

.footer-top-body {
  margin: 0;
}

.footer-top-right {
  text-align: left;
  padding-left: 50px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0;
}

.footer-item:after {
  content: '|';
  display: inline-block;
  margin: 0 10px 0 7px;
}

.footer-item:last-child::after {
  content: none;
}

.footer-link {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-link:hover, .footer-link:focus {
  border-bottom: 1px solid #333333;
}

.footer-link-mail {
  border-bottom: 1px solid #333333;
}

.footer-link-mail:hover, .footer-link-mail:focus {
  border-bottom: 1px solid transparent;
}

.footer-copy {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-copy-link {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-copy-link:hover, .footer-copy-link:focus {
  border-bottom: 1px solid #999999;
}

/* Pages */
.about {
  margin: 90px 0;
}

.about-body {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-picture {
  position: relative;
}

.about-image {
  width: 100%;
  max-width: 442px;
}

.about-decor {
  position: absolute;
  z-index: -1;
  top: -109px;
  left: -99px;
  display: inline-block;
  width: 345px;
  height: 322px;
  background-position: center;
  background-repeat: no-repeat;
  /*background-image: url(../img/about-decor.jpg);*/
}

.contacts {
  margin: 90px 0;
}

.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 60px 10px 0;
}

.contacts-icon {
  display: inline-block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts-icon-one {
  background-image: url(../img/contacts-icon-one.png);
}

.contacts-icon-thue {
  background-image: url(../img/contacts-icon-thue.png);
  width: 25px;
  height: 21px;
}

.contacts-icon-three {
  background-image: url(../img/contacts-icon-three.png);
  width: 19px;
  height: 25px;
}

.contacts-link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contacts-link:hover, .contacts-link:focus {
  border-bottom: 1px solid #000000;
}

.contacts-link-mail {
  border-bottom: 1px solid #000000;
}

.contacts-link-mail:hover, .contacts-link-mail:focus {
  border-bottom: 1px solid transparent;
}

.contacts-map {
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*.contacts-map::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 99%;
  background-color: rgba(218, 218, 218, 0.55);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}

.contacts-map:hover:before, .contacts-map:focus:before {
  visibility: hidden;
  opacity: 0;
}*/

.wedo {
  margin: 90px 0 65px 0;
}

.wedo-stitle::before {
  top: 15px;
}

.wedo-list {
  margin: 35px -40px 0 15px;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wedo-item {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 60px 20px 75px;
  position: relative;
  margin: 22px 40px;
  width: 43%;
}

.wedo-picture {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 3px solid gray;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -50px;
  top: 38px;
}

.wedo-picture-blue {
  border-color: #3153a7;
}

.wedo-picture-red {
  border-color: #ff0000;
}

.wedo-picture-orange {
  border-color: #f56a3f;
}

.wedo-picture-green {
  border-color: #00ad5d;
}

.wedo-icon {
  margin-top: 23px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.wedo-icon-one {
  background-image: url(../img/wedo-icon-one.png);
}

.wedo-icon-thue {
  background-image: url(../img/wedo-icon-thue.png);
}

.wedo-icon-three {
  background-image: url(../img/wedo-icon-three.png);
}

.wedo-icon-four {
  background-image: url(../img/wedo-icon-four.png);
}

.wedo-title {
  font-size: 16px;
  font-family: "Raleway-Bold", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wedo-text {
  margin-top: 8px;
  padding-top: 0;
}

.projects {
  margin: 90px 0 65px 0;
}

.projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -85px 0 -6px;
}

.projects-item {
  margin: 15px 5px 5px 5px;
  width: 23%;
  display: none;
}
.projects-item.active {
  display: block;
}

.projects-picture {
  position: relative;
  overflow: hidden;
}

.projects-picture:hover::after, .projects-picture:focus::after {
  visibility: hidden;
  opacity: 0;
}

.projects-picture::after {
  content: '';
  width: 270px;
  height: 180px;
  top: 0;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(66, 103, 178, 0.35);
  position: absolute;
  z-index: 1;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.projects-image {
  width: 270px;
  height: 180px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e8e8e8;
}

.projects-speci {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

.projects-tag,
.projects-end, .projects-act {
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background-color: #fcbe32;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6px;
}

.projects-act {
  background-color: #4267b2;
}

.projects-subtitle {
  margin: 5px 0 0 0;
  padding: 0;
}

.projects-link {
  display: inline-block;
  color: #000000;
  font-size: 17px;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projects-link:hover, .projects-link:focus {
  color: #3a3a3a;
}

.projects-text {
  margin-top: 2px;
  padding-top: 0;
  font-size: 13px;
  color: #666666;
}

.card {
  margin: 90px 0 87px 0;
}

.card-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-adress {
  margin-top: 8px;
  padding-top: 0;
}

.card-top {
  margin-top: 60px;
}

.card-big {
  position: relative;
  z-index: 0;
}

.card-image {
  width: 100%;
  height: 507px;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  color: #333333;
  font-size: 13px;
}

.card-item {
  border: 1px solid #e7e7e7;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
}

.card-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.card-icon-one {
  background-image: url(../img/card-icon-one.png);
}

.card-icon-thue {
  background-image: url(../img/card-icon-thue.png);
}

.card-icon-three {
  background-image: url(../img/card-icon-three.png);
}

.card-icon-four {
  background-image: url(../img/card-icon-four.png);
}

.card-plane {
  display: block;
  margin-top: 15px;
}

.card-value {
  display: block;
  color: #4267b2;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 9px;
}

.card-price {
  margin-top: 56px;
  display: inline-block;
  background-color: #fcbe32;
  padding: 10px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 3;
  left: -117px;
}

.card-slider {
  margin-top: 71px;
  margin-left: -12px;
  margin-right: 0;
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.card-slider-item {
  margin: 0 12px;
}

.card-slider-image {
  width: 174px;
  height: 146px;
}

.card-bottom {
  margin-top: 92px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.card-bottom-left {
  width: 52%;
}

.card-bottom-right {
  width: 48%;
}

.card-subtitle {
  color: #4267b2;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 6px;
  padding-top: 0;
}

.card-semi {
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
}

.sublist-item {
  margin-bottom: 4px;
}

/* Slider */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: initial;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-prev:before {
  content: url(../img/slider-arrow-left.png);
}

[dir="rtl"] .slick-prev:before {
  content: url(../img/slider-arrow-right.png);
}

[dir="rtl"] .slick-next {
  left: -10px;
  top: 70px;
  right: auto;
}

.slick-next:before {
  content: url(../img/slider-arrow-right.png);
}

[dir="rtl"] .slick-next:before {
  content: url(../img/slider-arrow-left.png);
}

.slick-prev,
.slick-next {
  display: inline-block;
  top: 50%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  border-radius: 20px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fcbe32;
  -webkit-box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
  background-color: #fcbe32;
}

.slick-prev {
  left: -148%;
}

/* Slick Dots */
.slick-dots {
  bottom: -39px;
}

.slick-dots li {
  margin: 0 -1.5px;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #e7e7e7;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #aeaeae;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}
/*# sourceMappingURL=style.css.map */