/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&amp;family=Oswald:wght@300;400;500;700&amp;display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.site {
  overflow: hidden;
}

.flex {
  display: flex;
  align-items: center;

  justify-content: flex-start; 
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}

.litex {
  position: relative;
  z-index: 10;
  cursor: pointer;
  white-space: nowrap;
}

.litex-btn {
  background: url(../images/litex.png) no-repeat 13px center;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 39px;
  padding: 0 15px 0 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.litex:hover .litex-btn {
  text-decoration: underline;
}

.litex:hover .litex-block {
  opacity: 1;
  visibility: visible;
}

.litex-block {
  position: absolute;
  right: 0;
  bottom: 39px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.litex-block-container {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 190px;
  padding: 15px 25px;
}

.litex-block-container::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 12px;
  background: url(../images/icons.svg#triangle) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  bottom: -12px;
  left: 22px;
}

.litex-block__title {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 3px;
}

.litex-block__link {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #233031;
}

.litex-block__link:hover {
  text-decoration: underline;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.header-menu, .header-butter {
  display: none;
}

.header.active {
  padding: 10px 0;
  background: #172735;
}

.header.active.close {
  top: -100px;
}

.header-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  gap: 2px;
}

.header-logo img {
  display: block;
  width: 80px;
  height: auto;
  margin-right: 20px;
  flex-shrink: 0;
}

.logo-title {
  margin: 0;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.logo-subtitle {
  font-size: 12px;
  line-height: 14px;
  margin: 2px 0 0 0; 
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #CECECE;

  opacity: 0.85;
}

.header-desc {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  white-space: nowrap;
}

.header-block {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #CECECE;
  white-space: nowrap;
}

.header-block a {
  font-weight: 700;
  font-size: 13.5px;
  line-height: 20px;

  color: #fff;
  text-decoration: none;

  letter-spacing: 0.02em;

  white-space: nowrap;
}

.header-block a:hover {
  text-decoration: underline;
}

.header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.header-time {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;

  color: #CECECE;

  letter-spacing: 0.02em;

  white-space: nowrap;
}
.header-phone {
  font-weight: 600;
  font-size: 13.5px;
  line-height: 20px;

  color: #fff;
  text-decoration: none;

  letter-spacing: 0.02em;

  white-space: nowrap;
}

.header-phone:hover {
  text-decoration: underline;
}

.header-email {
  font-weight: 600;
  font-size: 13.5px;
  line-height: 20px;

  color: #fff;
  text-decoration: none;

  letter-spacing: 0.02em;

  white-space: nowrap;
}

.header-email:hover {
  text-decoration: underline;
}

.btn {
  margin: 0;
  cursor: pointer;
  position: relative;
  height: 55px;
  display: block;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.btn span {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 210px;
  border: 1px solid #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  /* background: #172735; */
  background: transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.btn::before {
  position: absolute;
  top: 6px;
  right: -6px;
  width: 6px;
  height: 100%;
  content: '';
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-left: none;
  border-bottom: none;
  transition: .2s ease-in-out;
}
.btn::after {
  position: absolute;
  bottom: -6px;
  left: 6px;
  width: 100%;
  height: 6px;
  content: '';
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-right: none;
  transition: .2s ease-in-out;
}

.btn:hover::before {
  top: 0;
  right: 0;
}

.btn:hover::after {
  bottom: 0;
  left: 0;
}

.btn-full span {
  background: #D4212F;
  border-color: #D4212F;
}

.btn-full:hover::before {
  opacity: 0;
}

.banner {
  padding: 205px 0 65px;
  background: url(../images/banner.png) no-repeat center, #172735;
  -webkit-background-size: cover;
          background-size: cover;
}

.banner-wrapper {
  max-width: 810px;
}

.banner-title {
  margin: 0 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.12;
  color: #FFFFFF;
}

.banner-text {
  margin: 0 0 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
  color: #ECECEC;
}

.banner-btn {
  margin-right: 26px;
}

.banner-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.banner-wheel {
  display: block;
  position: relative;
  width: 20px;
  height: 62px;
  background: url(../images/icons.svg#mouse) no-repeat center top;
  -webkit-background-size: 20px 29px;
          background-size: 20px 29px;
}

.banner-wheel::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background: url(../images/icons.svg#mouse-arrow) no-repeat center top;
  -webkit-background-size: 8px 20px;
          background-size: 8px 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.banner-wheel:hover::before {
  bottom: 10px;
}

.section {
  position: relative;
  padding: 80px 0;
}

.section-title {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 99px;
  left: 0;
}

.section-title i {
  width: 150px;
  height: 1px;
  background: #90B5D7;
  display: block;
  position: relative;
  margin-right: 19px;
}

.section-title i::after {
  position: absolute;
  top: -3px;
  left: 100%;
  content: '';
  width: 7px;
  height: 7px;
  background: #90B5D7;
}

.section-title span {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FD99A1;
}

.section-caption {
  margin: 0 0 7px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 53px;
  color: #093C68;
}

.section-subtitle {
  display: block;
  text-align: center;
  margin: 0 0 75px;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #093C68;
}

.about {
  background: #FAFAFA;
  padding-bottom: 100px;
}

.about-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-img {
  width: 433px;
  height: 280px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px;
  position: relative;
}

.about-img::before {
  position: absolute;
  content: '';
  width: 91px;
  height: 58px;
  background: url(../images/icons.svg#dots) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  top: -57px;
  left: -125px;
}

.about-img-container {
  height: 100%;
  width: 100%;
  position: relative;
  left: -53px;
  border: 8px solid #E9E9E9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.about-img img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: -40px;
  left: -93px;
}

.about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -20px;
}

.about-item {
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
  padding-left: 70px;
  min-height: 64px;
  margin-bottom: 20px;
}

.about-item-title {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #153E62;
}

.about-item-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #153E62;
}

.about-item1 {
  background: url(../images/preim1.svg) no-repeat left 7px;
  -webkit-background-size: 52px 52px;
          background-size: 52px 52px;
}

.about-item2 {
  background: url(../images/preim2.svg) no-repeat left 7px;
  -webkit-background-size: 46px 57px;
          background-size: 46px 57px;
}

.about-item3 {
  background: url(../images/preim3.svg) no-repeat left 9px;
  -webkit-background-size: 53px 53px;
          background-size: 53px 53px;
}

.about-item4 {
  background: url(../images/preim4.svg) no-repeat left 9px;
  -webkit-background-size: 47px 58px;
          background-size: 47px 58px;
}

.about-item5 {
  background: url(../images/preim5.svg) no-repeat left 4px;
  -webkit-background-size: 52px 52px;
          background-size: 52px 52px;
}

.about-item6 {
  background: url(../images/preim6.svg) no-repeat left 4px;
  -webkit-background-size: 50px 50px;
          background-size: 50px 50px;
}

.service {
  padding: 0 14px;
  margin-bottom: 50px;
  width: 20%;
}

.service-container {
  height: 340px;
  position: relative;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  cursor: pointer;
  overflow: hidden;
}

.service-container:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-container:hover .service-img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.service-container:hover .service-content {
  opacity: 1;
  max-height: 180px;
}

.service-container:hover .service-content-title {
  display: block;
}

.service-container:hover .service-title {
  top: -200px;
}

.service-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -14px -50px;
}

.service-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 75px;
  padding: 8px 15px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), #D4212F;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), #D4212F;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), #D4212F;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), #D4212F;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), #D4212F;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  overflow: hidden;
  opacity: 0;
}

.service-content-title {
  margin: 6px 0;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  display: none;
}

.service-text {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.service-title {
  position: absolute;
  top: 77px;
  left: 0;
  width: 100%;
  background: #093C68;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.shape {
  position: absolute;
}

.shape1 {
  width: 172px;
  height: 119px;
  background: url(../images/shape1.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  left: -webkit-calc(100% + 146px);
  left: -moz-calc(100% + 146px);
  left: calc(100% + 146px);
  top: 11px;
}

.shape2 {
  width: 94px;
  height: 94px;
  background: url(../images/shape2.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  right: -webkit-calc(100% + 146px);
  right: -moz-calc(100% + 146px);
  right: calc(100% + 146px);
  top: 460px;
}

.shape3 {
  width: 138px;
  height: 129px;
  background: url(../images/shape3.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  left: -webkit-calc(100% + 106px);
  left: -moz-calc(100% + 106px);
  left: calc(100% + 106px);
  top: 685px;
}

.etap {
  width: 33.333%;
  padding: 0 27px 55px;
}

.etap-container {
  padding: 25px 30px;
  background: #093C68;
  position: relative;
  height: 100%;
}

.etap-num {
  position: absolute;
  top: -31px;
  left: -17px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 59px;
  color: #FFFFFF;
}

.etap-title {
  display: block;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.etap-text {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #DBDBDB;
  margin: 0;
}

.etaps {
  padding: 80px 0 93px;
  background: url(../images/banner2.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.etaps .wrapper {
  max-width: 920px;
}

.etaps .section-title i {
  background: #9D9D9D;
}

.etaps .section-title i::after {
  background: #9D9D9D;
}

.etaps .section-title span {
  color: rgba(255, 255, 255, 0.6);
}

.etaps-title, .etaps-subtitle {
  color: #fff;
}

.etaps-list {
  margin: 0 -27px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.etaps-list::before {
  position: absolute;
  top: -19px;
  right: -39px;
  content: '';
  width: 91px;
  height: 58px;
  background: url(../images/icons.svg#dots2) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.etaps-ps {
  text-align: center;
  max-width: 680px;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin: 40px auto 0;
}

.etaps-ps a {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.etaps-ps a:hover {
  text-decoration: underline;
}

.etaps-btn {
  width: 100%;
  max-width: 328px;
  margin: 0 auto;
}

.contacts {
  padding: 80px 0;
  background: url(../images/contacts-bg.png) no-repeat top left;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.contacts-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-map {
  width: 580px;
  height: 409px;
  border: 8px solid #F8F9FB;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 50px;
}

.contacts-list {
  margin-bottom: 30px;
}

.contacts-title {
  margin-bottom: 55px;
}

.contacts-item {
  margin-bottom: 20px;
  padding-left: 43px;
  min-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-item a:hover {
  text-decoration: underline;
}

.contacts-item-phone {
  background: url(../images/icons.svg#phone) no-repeat top left;
  -webkit-background-size: 35px 35px;
          background-size: 35px 35px;
}

.contacts-item-email {
  background: url(../images/icons.svg#email) no-repeat top left;
  -webkit-background-size: 35px 35px;
          background-size: 35px 35px;
}

.contacts-item-time {
  background: url(../images/icons.svg#time) no-repeat top left;
  -webkit-background-size: 35px 35px;
          background-size: 35px 35px;
}

.contacts-item-address {
  background: url(../images/icons.svg#place) no-repeat top left;
  -webkit-background-size: 35px 35px;
          background-size: 35px 35px;
}

.contacts-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #093C68;
  display: inline-block;
}

.contacts-socials {
  padding-left: 43px;
}

.contacts-socials-title {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(9, 60, 104, 0.8);
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}

.socials-item {
  width: 30px;
  height: 30px;
  margin: 0 6px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.socials-item-telegram {
  background-image: url(../images/icons.svg#telegram);
}

.socials-item-viber {
  background-image: url(../images/icons.svg#viber);
}

.socials-item-whatsapp {
  background-image: url(../images/icons.svg#whatsapp);
}

.work {
  padding: 0 20px;
}

.work-container {
  width: 335px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  height: 290px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.work.slick-center.slick-current {
  padding: 0 55px;
}

.work.slick-center.slick-current .work-container {
  height: 362px;
  width: 418px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.work.slick-center.slick-current .work-content {
  padding: 25px 35px;
  background: #D4212F;
}

.work-img {
  height: 190px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.work-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-content {
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #093C68;
}

.work-title {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.work-text {
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  display: block;
  color: #FFFFFF;
}

.works {
  padding: 40px 0 145px;
}

.works-last-load {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #7D8C99;
}

.works-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -16px 0 -56px;
  height: 362px;
}

.works-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-slider .slick-arrow {
  position: absolute;
  top: -webkit-calc(50% - 17px);
  top: -moz-calc(50% - 17px);
  top: calc(50% - 17px);
  z-index: 2;
  width: 35px;
  height: 35px;
  background: url(../images/icons.svg#slider-arrow) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.works-slider .slick-arrow:hover {
  background-image: url(../images/icons.svg#slider-arrow-hover);
}

.works-slider .slick-prev {
  left: -webkit-calc(50% - 265px);
  left: -moz-calc(50% - 265px);
  left: calc(50% - 265px);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.works-slider .slick-next {
  right: -webkit-calc(50% - 265px);
  right: -moz-calc(50% - 265px);
  right: calc(50% - 265px);
}

.works-slider .slick-dots {
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-slider .slick-dots button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #7595B1;
  font-size: 0;
  color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

.works-slider .slick-dots .slick-active button {
  background: #DD4D59;
}

.input {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #F0F0F0;
  padding: 0 15px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(21, 62, 98, 0.6);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  height: 37px;
}

.input::-webkit-input-placeholder {
  color: rgba(21, 62, 98, 0.6);
  opacity: 1;
}

.input:-moz-placeholder {
  color: rgba(21, 62, 98, 0.6);
  opacity: 1;
}

.input::-moz-placeholder {
  color: rgba(21, 62, 98, 0.6);
  opacity: 1;
}

.input:-ms-input-placeholder {
  color: rgba(21, 62, 98, 0.6);
  opacity: 1;
}

.input::-ms-input-placeholder {
  color: rgba(21, 62, 98, 0.6);
  opacity: 1;
}

.input::placeholder {
  color: rgba(21, 62, 98, 0.6);
  opacity: 1;
}

.input:active, .input:focus {
  border-color: #D8D8D8;
  color: #153E62;
}

.input-light {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.5);
}

.input-light::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.input-light:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.input-light::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.input-light:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.input-light::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.input-light::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.input-light:active, .input-light:focus {
  border-color: #fff;
  color: #fff;
}

.textarea {
  height: 80px;
  resize: none;
  padding: 7px 16px;
  overflow-y: auto;
}

.textarea::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

.textarea::-webkit-scrollbar-track {
  background-color: transparent;
}

.textarea::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
}

.textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.textarea::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

.textarea::-webkit-scrollbar {
  width: 3px;
}

.submit {
  width: 100%;
}

.submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.files {
  display: block;
  margin: 20px 0 30px 16px;
  cursor: pointer;
}

.files-name {
  display: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-decoration: none !important;
}

.files-name.active {
  display: inline-block;
  margin-left: 5px;
}

.files-name::before {
  content: ' / ';
}

.files:hover .files-custom {
  color: #153E62;
}

.files input {
  display: none;
}

.files-custom {
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: rgba(21, 62, 98, 0.6);
}

.files-custom-span {
  text-decoration: underline;
}

.files-light .files-custom {
  color: rgba(255, 255, 255, 0.75);
}

.files-light:hover .files-custom {
  color: #FFFFFF;
}

.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 22px;
}

.check-popup {
  max-width: 282px;
  margin: 12px auto 0;
}

.check input {
  display: none;
}

.check input:checked ~ .check-custom {
  background: url(../images/icons.svg#check) no-repeat center;
  -webkit-background-size: 12px 8px;
          background-size: 12px 8px;
}

.check-custom {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 2px solid #DD4D59;
}

.check-text {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: rgba(21, 62, 98, 0.6);
}

.check-text span, .check-text a {
  text-decoration: underline;
}

.check-light .check-custom {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.check-light .check-text {
  color: rgba(255, 255, 255, 0.8);
}

.proizvodstvo {
  padding: 0;
}

.proizvodstvo .section-title {
  top: 140px;
  z-index: 2;
}

.proizvodstvo .section-title i {
  background: #9D9D9D;
}

.proizvodstvo .section-title i::after {
  background: #9D9D9D;
}

.proizvodstvo .section-title span {
  color: rgba(255, 255, 255, 0.6);
}

.proizvodstvo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.proizvodstvo-left {
  width: 50%;
  padding: 80px 90px;
  position: relative;
}

.proizvodstvo-left * {
  position: relative;
}

.proizvodstvo-left::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  background: url(../images/flex-left.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  content: '';
}

.proizvodstvo-left-subtitle {
  display: block;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.proizvodstvo-left-title {
  margin: 0 0 30px -14px;
}

.proizvodstvo-left-title span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
  background: #093C68;
  margin-bottom: 10px;
  padding: 1px 20px 9px 14px;
}

.proizvodstvo-left-text {
  margin: 0 0 75px;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #EDEDED;
}

.proizvodstvo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -40px;
}

.proizvodstvo-item {
  height: 80px;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background: #093C68;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.proizvodstvo-item-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.proizvodstvo-item-num {
  position: absolute;
  top: -31px;
  left: -17px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 59px;
  color: #FFFFFF;
}

.proizvodstvo-right {
  width: 50%;
  padding: 120px 0 80px;
  position: relative;
}

.proizvodstvo-right::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  bottom: 0;
  content: '';
  background: url(../images/flex-right.png) no-repeat right top, #093C68;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.proizvodstvo-right-container {
  position: relative;
  z-index: 2;
  max-width: 370px;
  margin: 0 auto;
}

.proizvodstvo-right-title {
  margin: 0 0 35px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
}

.proizvodstvo-right-title span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.proizvodstvo-right-text {
  display: block;
  margin: 0 0 35px;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}

.proizvodstvo-form {
  max-width: 328px;
  display: block;
}

.popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.popup-content {
  position: relative;
  padding: 40px 48px 50px 40px;
  background: #FFFFFF;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 400px;
  max-height: -webkit-calc(100% - 30px);
  max-height: -moz-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: hidden;
  overflow-y: auto;
}

.popup-title {
  display: block;
  margin: 0 0 16px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #093C68;
}

.popup-title span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  display: block;
}

.popup-title-success {
  padding-left: 78px;
  min-height: 45px;
  background: url(../images/icons.svg#success) no-repeat center left;
  -webkit-background-size: 60px 45px;
          background-size: 60px 45px;
}

.popup-title-error {
  padding-left: 78px;
  min-height: 45px;
  background: url(../images/icons.svg#error) no-repeat center left;
  -webkit-background-size: 50px 46px;
          background-size: 50px 46px;
}

.popup-subtitle {
  margin-bottom: 26px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #093C68;
}

.popup-subtitle-success {
  margin: 0;
}

.popup-form-submit::before {
  border: 1px solid rgba(9, 60, 104, 0.4);
}

.popup-form-submit-mt {
  margin-top: 40px;
}

.popup-close {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 18px;
  right: 18px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.popup-close:hover::before, .popup-close:hover::after {
  background: #5b7891;
}

.popup-close::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 12px;
  background: #a1b2c0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.popup-close::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 3px;
  top: 0;
  left: 12px;
  background: #a1b2c0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.popup-politic {
  max-height: 330px;
  margin-right: -25px;
  padding-right: 20px;
  overflow: hidden;
  overflow-y: auto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #093C68;
}

.popup-politic::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

.popup-politic::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-politic::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #F0F0F0;
}

.popup-politic::-webkit-scrollbar-thumb:hover {
  background: #F0F0F0;
}

.popup-politic::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

.popup-politic::-webkit-scrollbar {
  width: 5px;
}

.policy a {
  color: inherit;
  text-decoration: underline;
}

.footer {
    padding: 50px 0 68px;
    background: #093C68;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 80px;
}

.footer-right {
    padding-right: 80px;
    text-align: right;
}

.footer-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 35px;
}

.footer-logo img {
    width: 80px;
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
}

.footer-logo span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-btns {
    display: flex;
    margin-bottom: 35px;
}

.footer-btn {
    margin-left: 20px;
}

.footer-btn:first-child {
    margin-left: 0;
}

.footer-btn span {
    background: #093C68;
}

.footer-copyright {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
	margin-top: 35px;
}

.footer-rekv {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 300;
	margin-top: 98px;
}

.footer-politic {
    display: inline-block;
    margin-top: 95px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer-politic:hover {
    text-decoration: underline;
}

.header-desc,
.header-block,
.header-contacts,
.litex {
    flex-shrink: 0;
}

/* =========================
   ADAPTIVE
========================= */

/* Large tablets */
@media (max-width: 1200px) {

    .wrapper {
        max-width: 100%;
        padding: 0 20px;
    }

    .header-wrapper {
        gap: 30px;
        flex-wrap: wrap;
    }

    .services-list {
        justify-content: center;
    }

    .service {
        width: 33.333%;
    }

    .contacts-map {
        width: 100%;
        max-width: 500px;
        margin-left: 30px;
    }

    .work.slick-center.slick-current .work-container {
        width: 360px;
    }

    .footer-left,
    .footer-right {
        padding: 0;
    }
}


/* Tablets */
@media (max-width: 992px) {

    .header {
        padding: 15px 0;
        background: rgba(23,39,53,.95);
    }

    .header-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }

    .header-logo {
        width: 100%;
        justify-content: center;
    }

    .banner {
        padding: 170px 0 60px;
    }

    .banner-title {
        font-size: 42px;
    }

    .banner-text {
        font-size: 18px;
    }

    .about-flex {
        flex-direction: column;
    }

    .about-img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 60px;
    }

    .about-img-container {
        left: 0;
    }

    .about-img img {
        left: 0;
        top: 0;
    }

    .service {
        width: 50%;
    }

    .etap {
        width: 50%;
    }

    .contacts-flex {
        flex-direction: column;
    }

    .contacts-map {
        width: 100%;
        margin: 40px 0 0;
    }

    .proizvodstvo-wrapper {
        flex-direction: column;
    }

    .proizvodstvo-left,
    .proizvodstvo-right {
        width: 100%;
    }

    .proizvodstvo-left::before,
    .proizvodstvo-right::before {
        width: 100%;
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .footer-left,
    .footer-right {
        align-items: center;
        text-align: center;
    }

    .footer-politic,
    .footer-rekv,
    .footer-copyright {
        margin-top: 20px;
    }
}


/* Mobile */
@media (max-width: 768px) {

    .section {
        padding: 60px 0;
    }

    .section-title {
        position: static;
        justify-content: center;
        margin-bottom: 30px;
    }

    .section-title i {
        width: 60px;
    }

    .section-caption {
        font-size: 30px;
        line-height: 1.3;
    }

    .section-subtitle {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .banner {
        padding: 140px 0 50px;
    }

    .banner-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .banner-text {
        font-size: 17px;
    }

    .banner-btns {
        flex-direction: column;
        gap: 20px;
    }

    .banner-btn {
        margin-right: 0;
    }

    .btn {
        width: 100%;
    }

    .btn span {
        min-width: auto;
    }

    .about-item {
        width: 100%;
    }

    .service {
        width: 100%;
    }

    .service-container {
        height: 300px;
    }

    .etap {
        width: 100%;
    }

    .contacts-item {
        padding-left: 0;
        background: none !important;
    }

    .contacts-socials {
        padding-left: 0;
    }

    .proizvodstvo-left,
    .proizvodstvo-right {
        padding: 60px 20px;
    }

    .proizvodstvo-left-title span,
    .proizvodstvo-right-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .proizvodstvo-item {
        width: 100%;
    }

    .popup-content {
        padding: 30px 20px;
    }

    .works {
        padding-bottom: 100px;
    }

    .work-container,
    .work.slick-center.slick-current .work-container {
        width: 100%;
        max-width: 100%;
    }

    .work.slick-center.slick-current {
        padding: 0 15px;
    }

    .works-slider .slick-prev,
    .works-slider .slick-next {
        display: none !important;
    }
}


/* Small phones */
@media (max-width: 480px) {

    .logo-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .logo-subtitle {
        font-size: 10px;
    }

    .header-logo img,
    .footer-logo img {
        width: 60px;
        margin-right: 12px;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-text {
        font-size: 15px;
    }

    .section-caption {
        font-size: 26px;
    }

    .contacts-text {
        font-size: 16px;
    }

    .footer-btns {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .footer-btn {
        margin: 0;
    }

    .footer-logo {
        flex-direction: column;
        gap: 15px;
    }

    .footer-logo img {
        margin-right: 0;
    }
}
/* =========================
   MOBILE 768px
   ========================= */
@media (max-width: 768px){

    .wrapper{
        width:100%;
        padding:0 15px;
        box-sizing:border-box;
    }

    /* Заголовки */
    .section-caption{
        font-size:30px;
        line-height:1.2;
        text-align:center;
    }

    .section-subtitle{
        text-align:center;
        font-size:16px;
    }

    /* ABOUT */
    .about-flex{
        flex-direction:column;
        gap:30px;
    }

    .about-img{
        width:100%;
    }

    .about-img img{
        width:100%;
        height:auto;
        display:block;
    }

    .about-list{
        width:100%;
    }

    .about-item{
        margin-bottom:15px;
    }

    /* SERVICES */
    .services-list{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .service{
        width:100%;
    }

    .service-img{
        width:100%;
        height:auto;
    }

    /* PROIZVODSTVO */
    .proizvodstvo-wrapper{
        flex-direction:column;
        gap:40px;
    }

    .proizvodstvo-left,
    .proizvodstvo-right{
        width:100%;
    }

    .proizvodstvo-left-title{
        font-size:34px;
        line-height:1.2;
    }

    .proizvodstvo-list{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:15px;
    }

    .proizvodstvo-form-input{
        width:100%;
    }

    /* WORKS */
    .work-container{
        width:100%;
    }

    .work-img img{
        width:100%;
        display:block;
    }

    /* ETAPS */
    .etaps-list{
        display:flex;
        flex-direction:column;
        gap:15px;
    }

    .etap{
        width:100%;
    }

    .etap-container{
        height:auto;
    }

    .etaps-ps{
        font-size:14px;
        line-height:1.6;
        text-align:center;
    }

    /* CONTACTS */
    .contacts-flex{
        flex-direction:column;
        gap:30px;
    }

    .contacts-content,
    .contacts-map{
        width:100%;
    }

    .contacts-map iframe{
        height:300px;
    }

    .contacts-list{
        gap:15px;
    }

    /* FORM */
    .input,
    textarea{
        width:100%;
        box-sizing:border-box;
    }

    .btn{
        width:100%;
        justify-content:center;
    }

    /* SOCIALS */
    .socials{
        justify-content:center;
    }

}
@media (max-width:480px){

    .section{
        padding:60px 0;
    }

    .section-caption{
        font-size:24px;
    }

    .section-subtitle{
        font-size:14px;
    }

    .proizvodstvo-left-title{
        font-size:26px;
    }

    .proizvodstvo-list{
        grid-template-columns:1fr;
    }

    .proizvodstvo-item{
        width:100%;
    }

    .work-title,
    .service-title{
        font-size:18px;
    }

    .contacts-map iframe{
        height:250px;
    }

}

@media (max-width: 768px) {

  .header-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .header-contacts {
    align-items: center;
    text-align: center;
  }

  .header-phone,
  .header-email,
  .header-time {
    display: block;
    white-space: normal;
    word-break: break-word;
  }

  .header-phone {
    font-size: 15px;
    line-height: 22px;
  }

  .header-email {
    font-size: 14px;
    line-height: 20px;
  }

  .header-time {
    font-size: 13px;
    line-height: 18px;
  }
}