::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #171B24;
  font-size: 16px;
  font-family: "Gilroy";
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td,
.table-respond th {
  white-space: nowrap;
}

.btn,
.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.regular {
  font-family: "Gilroy";
}

.bold {
  font-family: "Gilroy Bold";
}

.semibold, .section-contacts .left-side .contacts .mail, .section-contacts .left-side .contacts .phone, .collapse-title.collapsed p, .collapse-title p, .section-reference .reference-table table tbody tr td, .section-reference .reference-table table thead tr th, .section-projects.second-projects .right-side .product-table .char-title, .section-projects.second-projects .right-side .realized-project, .section-projects.second-projects .right-side .project-status, .section-replacement .causes .cause .cause-info p, .section-replacement .causes .cause .number {
  font-family: "Gilroy Semibold";
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

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

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 991px) {
  .section {
    padding: 50px 0 !important;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 25px 0 !important;
  }
}
/** START HEADER **/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 64px 0 24px;
  z-index: 99; 
}
header .logo-wrap {
    display: block !important; 
}
header .logo-wrap .call {
    display: none !important;
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
}
header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1239px) {
    header .wrapper {
        padding: 0 0 0 72px;
    }
}
@media (max-width: 991px) {
  header .container {
    align-items: center;
  }
}
header ul {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header ul {
    display: none;
  }
}
header ul li {
  margin: 0 32px 0 0;
}
header ul li:nth-last-child(1) {
  margin: 0;
}
header ul li a {
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #FFFFFF;
}
header ul li a:hover {
  opacity: 0.7;
  color: #fff;
}
header ul li a:focus {
  opacity: 0.7;
  color: #fff;
}
header ul li a:active {
  opacity: 0.7;
  color: #fff;
}
header .head-contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
header .head-contacts a {
  color: #fff;
}
header .head-contacts a.phone {
  font-family: "Gilroy Semibold";
  font-size: 21px;
  line-height: 30px;
  text-align: right;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  header .head-contacts a.phone {
    font-size: 16px;
    line-height: 22px;
  }
}
header .head-contacts a.mail {
  font-family: "Gilroy Semibold";
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #FFFFFF;
}

.container {
  padding-right: 0;
}
@media (max-width: 1239px) {
  .container {
    padding-right: 15px;
  }
}

.wrapper {
  position: relative;
  padding: 0 0 0 72px;
}
@media (max-width: 1239px) {
  .wrapper {
    padding: 0;
  }
}
.wrapper .logo-wrap {
  position: absolute;
  left: 72px;
  top: 0;
  display: none;
}
@media (max-width: 1239px) {
  .wrapper .logo-wrap {
    display: none;
  }
}
.wrapper .logo-wrap img {
  display: block;
}
@media screen and (max-width: 1370px) {
  .wrapper .logo-wrap img {
    zoom: 0.7;
  }
}
.wrapper .logo-wrap .call {
  font-family: "Gilroy Semibold";
  font-size: 14px;
  line-height: 24px;
  color: #12A5DF;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin: 8px 0 0;
}

/** END HEADER **/
/** START CONTENT **/
.section-main {
  position: relative;
}
@media (max-width: 991px) {
  .section-main {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-main {
    padding-bottom: 0 !important;
  }
}
.section-main .main-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  filter: blur(3px);
  z-index: 1;
}
.section-main .container {
  position: relative;
  z-index: 5;
}
.section-main .slider-item {
  padding: 200px 0 231px;
  height: 680px;
  position: relative;
}
.section-main .slider-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #16223C;
  mix-blend-mode: lighten;
  opacity: 0.8;
  z-index: 3;
}
.section-main .slider-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #16223C;
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 2;
}
@media (max-width: 1239px) {
  .section-main .slider-item {
    height: initial;
    position: static;
  }
}
@media (max-width: 767px) {
  .section-main .slider-item {
    padding: 100px 0 150px;
  }
}
.section-main .slider-item .btn {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .section-main .slider-item .btn {
    margin: 0 0 20px;
  }
}
.section-main .slider-item .advantages {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section-main .slider-item .advantages li {
  position: relative;
  padding: 0 0 0 40px;
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 56px 0 0;
}
@media (max-width: 767px) {
  .section-main .slider-item .advantages li {
    width: 100%;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
.section-main .slider-item .advantages li:nth-last-child(1) {
  margin: 0;
}
.section-main .slider-item .advantages li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/icon-check.svg") center no-repeat;
}
.section-main .slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: calc(((100% - 1024px) / 2) + 42px);
  bottom: 45px;
}
.section-main .slick-dots li {
  margin: 0 72px 0 0;
}
@media (min-width: 0px) {
  .section-main .slick-dots {
    left: 15px;
  }
}
@media (min-width: 576px) {
  .section-main .slick-dots {
    left: calc(((100% - 576px) / 2) + 15px);
  }
}
@media (min-width: 768px) {
  .section-main .slick-dots {
    left: calc(((100% - 768px) / 2) + 15px);
  }
}
@media (min-width: 992px) {
  .section-main .slick-dots {
    left: calc(((100% - 992px) / 2) + 15px);
  }
}
@media (min-width: 1024px) {
  .section-main .slick-dots {
    left: calc(((100% - 1024px) / 2) + 42px);
  }
}


@media (max-width: 767px) {
  .section-main .slick-dots li {
    margin: 0 25px 0 0;
  }
}
.section-main .slick-dots li button {
  font-family: "Gilroy Bold";
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.2;
}
.section-main .slick-dots li.slick-active button, .section-main .slick-dots li:hover button {
  opacity: 1;
}
.section-main .scroll-down {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background: #12A5DF;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-main .scroll-down {
    right: 15px;
  }
}
.section-main .scroll-down:hover {
  color: #fff;
  background: #2ebff9;
}

h1 {
  font-family: "Gilroy Bold";
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 25px;
  }
}

.slick-slide {
  outline: none;
}

.text-blue {
  color: #12A5DF;
}

.btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 56px;
  padding: 5px 50px;
  color: #fff;
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn {
    padding: 5px 15px;
  }
}
@media (max-width: 575px) {
  .btn {
    min-width: 100%;
  }
}
.btn.btn-blue {
  background: #12A5DF;
}
.btn.btn-blue:hover {
  color: #fff;
  background: #2ebff9;
}

.section-for {
  padding: 72px 0 40px;
}
@media (max-width: 991px) {
  .section-for {
    padding-bottom: 0 !important;
  }
}
.section-for .for-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 2px solid #171B24;
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #171B24;
  height: 100%;
  min-height: 130px;
  padding: 5px 32px;
}
@media (max-width: 767px) {
  .section-for .for-item {
    height: auto;
    margin: 0 0 15px;
  }
}

.section-headings {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .section-headings {
    margin: 0 0 40px;
  }
}
.section-headings .title {
  font-size: 40px;
  line-height: 56px;
  color: #171B24;
  font-family: "Gilroy Bold";
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-headings .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-headings .subtitle {
  font-size: 20px;
  line-height: 30px;
  color: #171B24;
}
@media (max-width: 991px) {
  .section-headings .subtitle {
    font-size: 17px;
    line-height: 22px;
  }
}

.section-advantages {
  padding-bottom: 0 !important;
  padding-top: 80px;
}

.advantage-content {
  padding: 80px 0;
  background: #F5F5F6;
  position: relative;
}
@media (max-width: 991px) {
  .advantage-content {
    padding: 40px 0;
  }
}
.advantage-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-width: 42%;
  width: 100%;
  background: #131D33;
  height: 100%;
}
@media (max-width: 1239px) {
  .advantage-content:before {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .advantage-content:before {
    max-width: 100%;
    max-height: 35%;
  }
}
@media (max-width: 767px) {
  .advantage-content:before {
    max-height: 30%;
  }
}
.advantage-content img {
  display: block;
}
@media (max-width: 991px) {
  .advantage-content img {
    margin: 0 auto 45px;
  }
}
@media (max-width: 767px) {
  .advantage-content img {
    margin: 0 auto 25px;
  }
}
.advantage-content [class*=col-]:nth-child(1) .advantage, .advantage-content [class*=col-]:nth-child(2) .advantage {
  margin: 0 0 32px !important;
}
@media (max-width: 991px) {
  .advantage-content [class*=col-]:nth-child(1) .advantage, .advantage-content [class*=col-]:nth-child(2) .advantage {
    margin: 0 0 15px !important;
  }
}
.advantage-content .advantage {
  padding: 0 0 0 32px;
  position: relative;
}
.advantage-content .advantage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #12A5DF;
  width: 16px;
  height: 16px;
}
.advantage-content .advantage .title {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #171B24;
  font-family: "Gilroy Semibold";
  margin: 0 0 8px;
}
.advantage-content .advantage .description {
  font-size: 14px;
  line-height: 24px;
  color: #171B24;
}
.advantage-content .advantage .link {
  margin: 21px 0 0;
}
@media (max-width: 767px) {
  .advantage-content .advantage .link {
    margin: 5px 0 0;
  }
}

.link {
  font-size: 16px;
  line-height: 24px;
  color: #12A5DF;
  font-family: "Gilroy Semibold";
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  border-bottom: 1px dashed #12A5DF;
}
.link:hover {
  color: #12A5DF;
  border-color: transparent;
}
@media (max-width: 767px) {
  .link {
    font-size: 14px;
  }
}

.section-optimize {
  padding: 75px 0 80px;
}
.section-optimize .section-headings {
  margin: 0 0 25px;
}
.section-optimize .section-headings .subtitle {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .section-optimize .section-headings .subtitle {
    font-size: 18px;
  }
}
.section-optimize .description {
  font-size: 20px;
  line-height: 30px;
  color: #171B24;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-optimize .description {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.section-optimize .add-info {
  font-size: 16px;
  line-height: 24px;
  color: #171B24;
  opacity: 0.4;
  font-family: "Gilroy Semibold";
}

.section-calculate {
  background: url("../img/calc-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.section-calculate .section-headings {
  margin: 0;
}
.section-calculate .section-headings .title {
  color: #fff;
  margin: 0;
}
.section-calculate .description {
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section-calculate .description {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .section-calculate .description {
    font-size: 16px;
    margin: 10px 0 15px;
    line-height: 24px;
  }
}
@media (max-width: 1239px) {
  .section-calculate form .row {
    margin: 0 -5px;
  }
  .section-calculate form [class*=col-] {
    padding: 0 5px;
  }
}
.section-calculate form .form-info {
  font-size: 10px;
  margin: 24px 0 0;
  line-height: 12px;
  color: #FFFFFF;
  opacity: 0.5;
}
.section-calculate form .btn {
  min-width: 255px;
}
@media (max-width: 1239px) {
  .section-calculate form .btn {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-calculate form .btn {
    margin: 15px 0 0;
  }
}

.form-group-wrapper span {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  font-family: "Gilroy Semibold";
  display: inline-block;
  margin: 0 0 6px;
}
.form-group-wrapper .form-group {
  margin: 0;
}
.form-group-wrapper .form-group .form-control {
  height: 56px;
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  font-size: 18px;
  line-height: 21px;
  color: #171B24;
  font-family: "Gilroy Semibold";
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.section-characteristics {
  padding: 40px 0 80px;
}
.section-characteristics .section-headings {
  margin: 0 0 33px;
}
.section-characteristics .section-headings .title {
  margin: 0;
}
.section-characteristics .char-item {
  padding: 24px 32px;
  background: #F5F5F6;
  margin: 0 0 30px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .section-characteristics .char-item {
    margin: 0 0 15px;
  }
}
.section-characteristics .char-item p {
  font-size: 18px;
  line-height: 30px;
  color: #171B24;
  font-family: "Gilroy Semibold";
  transition: all 0.3s ease;
}
.section-characteristics .char-item span {
  font-size: 14px;
  line-height: 24px;
  color: #171B24;
  transition: all 0.3s ease;
}
.section-characteristics .char-item:hover {
  cursor: default;
  background: #12A5DF;
}
.section-characteristics .char-item:hover p, .section-characteristics .char-item:hover span {
  color: #fff;
}
.section-characteristics .video-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section-characteristics .video-links li {
  margin: 0 34px 0 0;
}
.section-characteristics .video-links li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .section-characteristics img {
    margin: 0 auto 35px;
    display: block;
  }
}

.section-projects {
  overflow: hidden;
  padding-top: 0 !important;
}
.section-projects .logo-wrap {
  z-index: 3;
  top: 79px;
}
.section-projects .slick-list {
  overflow: visible;
}
.section-projects .left-side {
  padding-top: 80px;
  padding-right: 47px;
  background: #131D33;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-projects .left-side {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 15px;
  }
}
.section-projects .left-side:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 5555px;
  height: 100%;
  background: #131D33;
}
@media (max-width: 991px) {
  .section-projects .left-side:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 5555px;
    height: 100%;
    background: #131D33;
  }
}
.section-projects .left-side .product-name {
  font-size: 26px;
  line-height: 33px;
  color: #FFFFFF;
  font-family: "Gilroy Semibold";
  margin: 0 0 38px;
}
@media (max-width: 991px) {
  .section-projects .left-side .product-name {
    text-align: center;
  }
}
.section-projects .left-side .main-img {
  position: relative;
  display: table;
}
@media (max-width: 991px) {
  .section-projects .left-side .main-img {
    max-width: 320px;
    margin: 0 auto 15px;
  }
}
.section-projects .left-side .main-img img {
  display: block;
}
.section-projects .left-side .main-img .gallery-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-projects .left-side .main-img .gallery-main {
    height: 100%;
    width: 320px;
  }
}
.section-projects .left-side .main-img .zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #12A5DF;
  z-index: 3;
}
.section-projects .right-side {
  padding-top: 80px;
  padding-left: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-projects .right-side {
    padding-top: 25px;
    padding-left: 15px;
  }
}
.section-projects .right-side .product-table {
  margin: 0 0 32px;
}
.section-projects .right-side .product-table .title {
  font-size: 20px;
  line-height: 30px;
  color: #171B24;
  font-family: "Gilroy Semibold";
  margin: 0 0 20px;
}
.section-projects .right-side .product-table table {
  width: 100%;
}
.section-projects .right-side .product-table table tr td {
  font-size: 14px;
  line-height: 24px;
  color: #171B24;
  padding: 6px 16px;
}
.section-projects .right-side .product-table table tr td:nth-last-child(1) {
  font-family: "Gilroy Semibold";
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-projects .right-side .product-table table tr td {
    vertical-align: middle;
  }
}
.section-projects .right-side .product-table table tr:nth-child(2n+1) td {
  background: #F5F5F6;
}
.section-projects .slick-dots {
  position: absolute;
  top: 10px;
  left: 41.666667%;
  padding: 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1239px) {
  .section-projects .slick-dots {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .section-projects .slick-dots {
    display: none;
  }
}
.section-projects .slick-dots li {
  margin: 0 40px 0 0;
  font-family: "Gilroy Bold";
}
.section-projects .slick-dots li:nth-last-child(1) {
  margin: 0;
}
.section-projects .slick-dots li button {
  font-size: 16px;
  line-height: 19px;
  color: #171B24;
  opacity: 0.2;
}
.section-projects .slick-dots li.slick-active button, .section-projects .slick-dots li:hover button {
  opacity: 1;
}
.section-projects .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #12a5df;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.section-projects .slick-arrow:hover {
  opacity: 0.7;
}
.section-projects .slick-arrow.slick-prev {
  right: 48px;
}
@media (max-width: 991px) {
  .section-projects .slick-arrow {
    bottom: -25px;
    top: auto;
    left: calc(50% + 35px);
    transform: translateX(-50%);
    right: auto;
  }
  .section-projects .slick-arrow.slick-prev {
    left: calc(50% - 25px);
  }
}

.product-thumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-thumbs {
    display: none;
  }
  .product-thumbs.mobile {
    display: flex;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
}
.product-thumbs div {
  margin: 0 15px 0 0;
  border: 2px solid transparent;
  cursor: pointer;
}
.product-thumbs div:nth-last-child(1) {
  margin: 0;
}
.product-thumbs div img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.product-thumbs div.active {
  border: 2px solid #12A5DF;
}
@media (min-width: 991.02px) {
  .product-thumbs.mobile {
    display: none;
  }
}

.section-work {
  padding: 80px 0;
  overflow: hidden;
}
.section-work .tab-content .description p {
  font-size: 16px;
  line-height: 30px;
  color: #171B24;
  margin: 0 0 25px;
}
.section-work .tab-content .description p:nth-last-child(1) {
  margin: 0;
}
.section-work .tab-content .description p span {
  font-family: "Gilroy Bold";
}
.section-work .tab-content .description .link {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .section-work .tab-content .description .link {
    font-size: 18px;
  }
}
.section-work .tab-content .tab-img {
  position: absolute;
  right: -30px;
  padding-right: 0;
  max-height: 298px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-work .tab-content .tab-img {
    position: static;
  }
}
@media (max-width: 767px) {
  .section-work .tab-content .tab-img {
    display: none;
  }
}
.section-work .tab-content .tab-img img {
  height: 100%;
  width: 100%;
  display: block;
  object-position: center;
  object-fit: cover;
}
.section-work .tab-content .bottom-list {
  margin: 40px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-work .tab-content .bottom-list li {
  width: calc((100% / 3) - 44px);
  position: relative;
}
@media (max-width: 767px) {
  .section-work .tab-content .bottom-list li {
    width: 100%;
    margin: 0 0 25px;
  }
}
.section-work .tab-content .bottom-list li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #12A5DF;
  margin: 0 0 24px;
  display: inline-block;
  transition: all 0.3s ease;
}
.section-work .tab-content .bottom-list li:hover:before {
   transform: rotate(45deg); 
}
@media (max-width: 767px) {
  .section-work .tab-content .bottom-list li:before {
    margin: 0 0 10px;
  }
}
.section-work .tab-content .bottom-list li p {
  font-size: 18px;
  line-height: 28px;
  color: #171B24;
  margin: 0 0 16px;
  font-family: "Gilroy Semibold";
}
@media (max-width: 767px) {
  .section-work .tab-content .bottom-list li p {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-work .tab-content .bottom-list li .list-descr {
  font-size: 16px;
  line-height: 24px;
  color: #171B24;
}
@media (max-width: 767px) {
  .section-work .tab-content .bottom-list li .list-descr {
    font-size: 14px;
    line-height: 19px;
  }
}

.nav-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #F5F5F6;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .nav-tabs {
    border: none;
  }
}
.nav-tabs li {
  width: calc(100% / 3);
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .nav-tabs li {
    width: 100%;
    border-bottom: 4px solid #F5F5F6;
  }
}
.nav-tabs li a {
  border: none !important;
  padding: 20px 0;
  display: table;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #171B24 !important;
  opacity: 0.4;
  font-family: "Gilroy Semibold";
  position: relative;
}
@media (max-width: 991px) {
  .nav-tabs li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .nav-tabs li a {
    width: 100%;
    text-align: center;
  }
}
.nav-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #12A5DF;
  width: 0;
  opacity: 0;
  height: 4px;
  visibility: hidden;
  transition: all 0.3s ease;
}
.nav-tabs li a.active, .nav-tabs li a:hover {
  opacity: 1;
}
.nav-tabs li a.active:after, .nav-tabs li a:hover:after {
  content: "";
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.section-retrofit {
  padding: 80px 0;
  overflow: hidden;
}
.section-retrofit .section-headings {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .section-retrofit .section-headings {
    margin: 0 0 15px;
  }
}
.section-retrofit .section-headings .title {
  margin: 0;
}
.section-retrofit .description p {
  font-size: 16px;
  line-height: 30px;
  color: #171B24;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .section-retrofit .description p {
    margin: 0 0 15px;
  }
}
.section-retrofit .right-img {
  position: absolute;
  right: -50px;
  padding-right: 0;
  height: 365px;
}
@media (max-width: 767px) {
  .section-retrofit .right-img {
    display: none;
  }
}
.section-retrofit .right-img img {
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
  display: block;
}

.section-retrofit-info {
  padding: 80px 0;
  background: #F5F5F6;
}
.section-retrofit-info .title {
  font-size: 28px;
  line-height: 33px;
  color: #171B24;
  font-family: "Gilroy Semibold";
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-retrofit-info .title {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 26px;
  }
}
.section-retrofit-info .description {
  font-size: 16px;
  line-height: 30px;
  color: #171B24;
}
@media (max-width: 767px) {
  .section-retrofit-info .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-retrofit-info .description span {
  font-family: "Gilroy Bold";
}

.section-replacement {
  padding-top: 0;
  padding-bottom: 80px;
}
.section-replacement .causes .title {
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 24px;
  color: #171B24;
  opacity: 0.4;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-replacement .causes [class*=col-] {
    margin: 0 0 20px;
  }
  .section-replacement .causes [class*=col-]:nth-last-child(1) {
    margin: 0;
  }
}
.section-replacement .causes .cause {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-replacement .causes .cause .number {
  width: 64px;
  height: 64px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 32px 0 0;
  background: #12A5DF;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-replacement .causes .cause .number {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    font-size: 18px;
    line-height: 18px;
  }
}
.section-replacement .causes .cause .cause-info {
  width: calc(100% - 96px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-replacement .causes .cause .cause-info p {
  font-size: 20px;
  line-height: 24px;
  color: #171B24;
  margin: 0 0 8px;
}
.section-replacement .causes .cause .cause-info span {
  font-size: 14px;
  line-height: 24px;
  color: #171B24;
}

.section-projects.second-projects {
  padding-bottom: 46px;
}
.section-projects.second-projects .left-side {
  padding-top: 64px;
}
@media (max-width: 991px) {
  .section-projects.second-projects .left-side {
    padding-top: 25px;
  }
}
.section-projects.second-projects .left-side .product-name {
  font-size: 40px;
  line-height: 56px;
  margin: 0;
}
@media (max-width: 991px) {
  .section-projects.second-projects .left-side .product-name {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .section-projects.second-projects .left-side .product-name {
    font-size: 26px;
    line-height: 35px;
  }
}
.section-projects.second-projects .left-side .main-img {
  position: relative;
  top: 46px;
}
@media (max-width: 991px) {
  .section-projects.second-projects .left-side .main-img {
    top: 0;
  }
}
.section-projects.second-projects .right-side {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .section-projects.second-projects .right-side {
    padding-top: 25px;
  }
}
.section-projects.second-projects .right-side .project-status {
  font-size: 16px;
  line-height: 24px;
  color: #171B24;
  opacity: 0.4;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-projects.second-projects .right-side .project-status {
    margin: 0 0 25px;
  }
}
.section-projects.second-projects .right-side .realized-project {
  font-size: 24px;
  line-height: 29px;
  color: #171B24;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .section-projects.second-projects .right-side .realized-project {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .section-projects.second-projects .right-side .realized-project {
    font-size: 19px;
    line-height: 24px;
  }
}
.section-projects.second-projects .right-side .product-table {
  margin: 0 0 64px;
}
@media (max-width: 991px) {
  .section-projects.second-projects .right-side .product-table {
    margin: 0 0 45px;
  }
}
.section-projects.second-projects .right-side .product-table .char-title {
  font-size: 16px;
  line-height: 24px;
  color: #12A5DF;
  margin: 0 0 24px;
}
.section-projects.second-projects .right-side .product-table table tr td {
  padding: 9px 16px;
}

.section-reference {
  padding: 80px 0;
}
.section-reference .section-headings {
  margin: 0 0 48px;
}
.section-reference .section-headings .title {
  margin: 0;
}
.section-reference .reference-table .table-inner {
    height: 400px;
    overflow: hidden;
}
.section-reference .reference-table table {
  width: 100%;
}
.section-reference .reference-table table thead tr th {
  font-size: 18px;
  line-height: 30px;
  color: #171B24;
  opacity: 0.4;
  padding-bottom: 21px;
  border-bottom: 4px solid #F5F5F6;
}
.section-reference .reference-table table thead tr th:nth-last-child(1) {
  text-align: center;
}
@media (max-width: 767px) {
  .section-reference .reference-table table tbody tr {
    border: none;
    background: transparent;
  }
  .section-reference .reference-table table thead tr th {
    font-size: 16px;
  }
}
.section-reference .reference-table table tbody tr:nth-child(1) td {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .section-reference .reference-table table tbody tr:nth-child(1) td {
    padding-top: 12px;
  }
}
.section-reference .reference-table table tbody tr td {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .section-reference .reference-table table tbody tr td {
    padding: 12px;
    background: transparent;
    font-size: 14px !important;
    line-height: 19px !important;
  }
}
.section-reference .reference-table table tbody tr td.name {
  font-size: 14px;
  line-height: 28px;
  color: #171B24;
}
.section-reference .reference-table table tbody tr td.type {
  font-size: 16px;
  line-height: 24px;
  color: #12A5DF;
}
@media (max-width: 767px) {
  .section-reference .reference-table table tbody tr td.type:before {
    color: #171B24;
  }
}
.section-reference .reference-table table tbody tr td.qty {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #171B24;
}
@media (max-width: 767px) {
  .section-reference .reference-table table tbody tr td.qty {
    font-size: 16px;
    text-align: left;
  }
}
.section-reference .reference-table .link {
  margin: 40px 0 0;
  font-size: 20px;
}

.section-faq {
  padding: 80px 0;
}
.section-faq .section-headings {
  margin: 0 0 70px;
}
@media (max-width: 767px) {
  .section-faq .section-headings {
    margin: 0 0 35px;
  }
}
.section-faq .section-headings .title {
  margin: 0;
}

.collapse-title {
  width: 100%;
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  margin: 0 0 16px;
}
.collapse-title p {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 80px 24px 24px;
  font-size: 18px;
  line-height: 24px;
  color: #171B24;
  transition: all 0.3s ease;
  margin: 0;
  background: #F5F5F6;
}
@media (max-width: 767px) {
  .collapse-title p {
    font-size: 16px;
    line-height: 22px;
  }
}
.collapse-title p .collapse-icon {
  background: #12A5DF;
  width: 72px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  transition: all 0.3s ease;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.collapse-title p .collapse-icon svg {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.collapse-title p .collapse-icon svg path {
  fill: #fff;
}
.collapse-title.collapsed {
  box-shadow: none;
}
.collapse-title.collapsed p {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: none;
  padding: 24px 80px 24px 24px;
  font-size: 18px;
  line-height: 24px;
  color: #171B24;
  transition: all 0.3s ease;
  margin: 0;
  background: #F5F5F6;
}
@media (max-width: 767px) {
  .collapse-title.collapsed p {
    font-size: 16px;
    line-height: 22px;
  }
}
.collapse-title.collapsed .collapse-icon {
  background: transparent;
}
.collapse-title.collapsed .collapse-icon svg {
  transform: rotate(-180deg);
}
.collapse-title.collapsed .collapse-icon svg path {
  fill: #12A5DF;
}

.answer {
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
}

.answer #content {
  padding: 32px 24px; 
}

.answer #content li {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .answer #content {
    padding: 15px;
  }
}
.answer p {
  font-size: 16px !important;
  line-height: 24px;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin: 0 0 15px;
  color: #28365A;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Gilroy" !important;
}
.answer p:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 767px) {
  .answer p {
    padding: 15px;
  }
}
.answer p span {
  font-size: 16px;
  line-height: 30px;
  color: #171B24;
  display: block;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .answer p span {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.answer p .link {
  font-size: 20px;
  display: table;
  margin: 0 0 32px;
}
.answer p .link:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 767px) {
  .answer p .link {
    font-size: 16px;
    margin: 0 0 15px;
    display: inline-flex;
  }
}

.section-contacts {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
}
.section-contacts .logo-wrap {
  z-index: 3;
  padding-top: 72px;
}
.section-contacts .left-side {
  padding-top: 63px;
  padding-right: 15px;
  background: #131D33;
  position: relative;
  padding-bottom: 41px;
}
@media (max-width: 991px) {
  .section-contacts .left-side {
    order: 2;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section-contacts .left-side:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 5555px;
  height: 100%;
  background: #131D33;
}
@media (max-width: 991px) {
  .section-contacts .left-side:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 5555px;
    height: 100%;
    background: #131D33;
  }
}
.section-contacts .left-side .section-headings {
  margin: 0 0 52px;
}
@media (max-width: 767px) {
  .section-contacts .left-side .section-headings {
    margin: 0 0 15px;
  }
}
.section-contacts .left-side .section-headings p {
  color: #fff;
  margin: 0;
}
.section-contacts .left-side .contacts .phone {
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 0 3px;
  display: table;
}
.section-contacts .left-side .contacts .mail {
  font-size: 16px;
  line-height: 19px;
  text-transform: lowercase;
  color: #FFFFFF;
  display: table;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .section-contacts .left-side .contacts .mail {
    margin: 0 0 25px;
  }
}
.section-contacts .left-side .contacts .adress {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 95px;
}
@media (max-width: 991px) {
  .section-contacts .left-side .contacts .adress {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .section-contacts .left-side .contacts .adress br {
    display: none;
  }
}
.section-contacts .left-side .contacts .adress img {
  margin: 0 20px 0 0;
}
.section-contacts .left-side .contacts .copy {
  font-size: 12px;
  line-height: 30px;
  color: #FFFFFF;
}
.section-contacts .right-side {
  padding-left: 72px;
}
@media (max-width: 991px) {
  .section-contacts .right-side {
    padding-left: 15px;
    padding-bottom: 25px;
  }
}
.section-contacts .right-side .section-headings {
  margin: 0 0 28px;
}
.section-contacts .right-side .section-headings p {
  margin: 0;
}
.section-contacts .right-side form .form-group-wrapper {
  width: 100%;
  margin: 0 0 24px;
}
.section-contacts .right-side form .form-group-wrapper span {
  color: #171B24;
}
.section-contacts .right-side form .form-group-wrapper .form-group .form-control {
  min-width: 407px;
  border: 2px solid #F5F5F6;
  width: auto;
  box-shadow: none;
}
@media (max-width: 991px) {
  .section-contacts .right-side form .form-group-wrapper .form-group .form-control {
    min-width: 100%;
  }
}
.section-contacts .right-side form .btn {
  margin: 0 0 47px;
}
@media (max-width: 991px) {
  .section-contacts .right-side form .btn {
    margin: 0 0 25px;
  }
}
.section-contacts .right-side form .form-info {
  font-size: 11px;
  line-height: 22px;
  color: #171B24;
  opacity: 0.5;
}

/** END CONTENT **/
/** OTHER STYLES **/
.hamburger {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 991.02px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger .line {
  width: 25px;
  height: 2px;
  background: #12a5df;
  display: block;
  margin: 5px auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin-bottom: 0;
}
.hamburger .line:nth-child(1) {
  margin-top: 0;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.mob-nav {
  position: fixed;
  width: 220px;
  height: 100%;
  right: 0;
  top: 0;
  min-height: 100vh;
  overflow: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #12a5df;
  padding: 25px 20px 45px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(100%);
}
.mob-nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mob-nav ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mob-nav ul li {
  margin: 0;
  text-align: right;
  width: 100%;
}
.mob-nav ul li a {
  font-size: 18px;
  line-height: 42px;
  color: #FFFFFF;
  text-align: right;
  width: 100%;
}

.video-modal {
    padding: 0;
}

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

.video-modal .modal-dialog .modal-content {
  border: none;
}

.video-modal .modal-dialog .modal-content .close {
    position: absolute;
    right: -35px;
    top: -35px;
    opacity: 1;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #131d33;
    padding: 6px 0;
    opacity: 1;
    visibility: visible;
    opacity: 1;
}

.sticky .logo-wrap .call {
    display: table !important;
    font-size: 12px;
    margin: 2px 0 0;
}

.sticky .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}

.sticky .logo-wrap {
    /* top: -18px; */
    position: static;
}

.sticky .logo {
    display: inline-block;
    width: 60px;
}

.sticky .wrapper {
    padding: 0 25px;
}

.sticky .container {
    
}

#menu-btn {
  display: none;
}

.sticky .container #menu-btn {
  display: block;
  background:#12A5DF;
  padding: 8px 16px;
}

.thnx {
    padding: 0;
}

.thnx .modal-dialog {
    max-width: 400px;
}

.thnx .modal-dialog .modal-content {
    border: none;
    padding: 25px;
    text-align: center;
    font-size: 18px;
}

.thnx .modal-dialog .modal-content .close {
    position: absolute;
    right: -35px;
    top: -35px;
    opacity: 1;
}

.thnx .modal-dialog .modal-content span {
    font-family: "Gilroy Semibold";
    color: #131d33;
}

@media (max-width: 992px) {
    .video-modal iframe {
        height: 400px;
    }
    .video-modal .modal-dialog {
        max-width: 650px;
    }
    .sticky .logo-wrap,
    header .logo-wrap {
        display: none !important;
    }
    header .wrapper {
        padding: 0;
    }
    .sticky {
        width: 100%;
        top: 0;
        left: 0;
    }
    .sticky .container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .close {
        top: -55px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .video-modal iframe {
        height: 300px;
    }
}

.text-control {
  color: #121e33;
    font-size: 12px;
    position: absolute;
    font-weight: bold;
    right: 120px;
    top: 10px; }

.prod-desc {
  margin: 20px 0;
  
}
.prod-desc p {
  font-size: 14px;
  margin-bottom: 14px;
  opacity: 0.4;
}

.section-projects .right-side ul {
  list-style: disc;
  margin-left: 24px;
  font-size: 14px;
}
.section-projects .right-side .ul-title {
  margin: 16px 0;
  font-size: 18px;
  font-family: "Gilroy Semibold";
}
/** OTHER STYLES **/

/*# sourceMappingURL=app.css.map */
