/* Color */
/* Size */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
/* Color */
/* Size */
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #636466;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

input[type=submit],
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea,
label {
  font-family: "Montserrat", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #636466;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #636466;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #636466;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #636466;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #22262e;
  text-decoration: none;
  transition: all 0.2s;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 56px;
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 21px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 1em;
}

img {
  max-width: 100%;
  height: auto;
}

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
}
.btn.btn-primary {
  background: #f08100;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #ff9924;
}
.btn.btn-sm {
  font-size: 10px;
  padding: 5px 25px;
  line-height: 20px;
}

.btn.btn--download {
  position: relative;
  background-color: #0b4c45;
  padding: 10px 60px 10px 20px;
}

.btn.btn--download::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 500 500'%3E%3Cpath class='st0' d='M109.2,225.9c-10.9-11.7-10.3-30.1,1.5-41,11.7-10.9,30.1-10.3,41,1.5l69.2,74.1V53.7c0-16.1,13-29.1,29.1-29.1s29.1,13,29.1,29.1v206.7l69.2-74.1c10.9-11.7,29.3-12.4,41-1.5,11.7,10.9,12.4,29.3,1.5,41-39.9,42.7-79.8,85.3-119.6,128.1-.5.5-1,1-1.5,1.5-11.7,10.9-30.1,10.3-41-1.5l-119.6-128.1h0Z' fill='%23ffffff'/%3E%3Cpath class='st0' d='M431.5,335.3c0-16.1,13-29.1,29.1-29.1s29.1,13,29.1,29.1v63.5c0,41.7-34,75.7-75.7,75.7H86c-41.7,0-75.7-34-75.7-75.7v-63.5c0-16.1,13-29.1,29.1-29.1s29.1,13,29.1,29.1v63.5c0,9.5,7.9,17.5,17.5,17.5h328.1c9.5,0,17.5-7.9,17.5-17.5v-63.5h0Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}
.btns .btn {
  margin: 0 8px 4px 0;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-control {
  border: 1px solid rgba(109, 113, 114, 0.6);
  background: #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 8px 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}

/***** Simple elements, atoms *****/
.icon-w {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
}

.txt h2 {
  font-size: 14px;
  font-weight: bold;
  color: #f08100;
  margin: 1.3em 0 1em;
}
.txt a {
  color: #f08100;
}
.txt a:hover {
  color: #ff9924;
}

/***** Components, common blocks *****/
/***** Grid *****/
/* Color */
/* Size */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1480px;
}
@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}

.main {
  background: #fff;
  padding-top: 192px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .main {
    padding-top: 146px;
  }
}
@media screen and (max-width: 1023px) {
  .main {
    padding-top: 60px;
  }
}
.main:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f08100;
}

/***** Header *****/
.header {
  position: fixed;
  z-index: 10;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
.header .header-t {
  padding: 36px 0 34px;
  transition: all 0.2s;
}
@media screen and (max-width: 1399px) {
  .header .header-t {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-t {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-t .header-contacts,
  .header .header-t .header-search,
  .header .header-t .header-social {
    display: none;
  }
}
.header .header-t-i {
  display: flex;
  align-items: center;
}
.header .logo {
  width: 386px;
  height: 61px;
  flex: 0 0 386px;
  margin-right: 30px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1399px) {
  .header .logo {
    width: 280px;
    flex: 0 0 280px;
    height: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .header .logo {
    width: 240px;
    flex: 0 0 240px;
    height: 38px;
  }
}
.header .logo a {
  display: block;
  line-height: 0;
}
.header .header-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .header .header-contacts {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .header-contacts .contact-item .label {
  font-weight: bold;
  color: #f08100;
}
.header .header-contacts .contact-item a:hover {
  opacity: 0.8;
}
.header .header-search {
  margin-left: 30px;
  display: flex;
}
@media screen and (max-width: 1399px) {
  .header .header-search {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-search {
    margin: 20px 0 0;
  }
}
.header .header-search form {
  background: #f08100;
  padding: 1px;
  display: flex;
}
.header .header-search form input {
  width: 270px;
  flex: 0 0 270px;
  background: #fff;
  border: none;
  padding: 7px 15px;
  line-height: 22px;
}
@media screen and (max-width: 1399px) {
  .header .header-search form input {
    width: 220px;
    flex: 0 0 220px;
  }
}
.header .header-search form button {
  width: 38px;
  flex: 0 0 38px;
  background: #f08100;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.header .header-search form button:hover {
  background: #ff9924;
}
.header .header-social {
  display: flex;
  align-items: center;
  margin-left: 30px;
  gap: 15px;
}
@media screen and (max-width: 1399px) {
  .header .header-social {
    gap: 5px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-social {
    margin: 20px 0 0;
  }
}
.header .header-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b4c45;
}
.header .header-social a:hover {
  opacity: 0.8;
}
.header .header-social a svg {
  max-width: 17px;
  max-height: 19px;
}
.header .toggler {
  display: none;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header .toggler {
    display: flex;
  }
}
.header .toggler .icon {
  width: 24px;
  height: 16px;
}
.header .header-b {
  background: #f08100;
}
@media screen and (max-width: 1023px) {
  .header .header-b {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav {
    padding: 20px 0;
  }
}
.header .header-b .header-nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul {
    display: block;
  }
}
.header .header-b .header-nav > ul > li {
  position: relative;
  margin: 0;
  list-style: none;
}
.header .header-b .header-nav > ul > li > a,
.header .header-b .header-nav > ul > li > span {
  font-weight: bold;
  padding: 15px;
  line-height: 31px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul > li > a,
  .header .header-b .header-nav > ul > li > span {
    color: #000;
    padding: 4px 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul > li > a:hover,
  .header .header-b .header-nav > ul > li > span:hover {
    color: #f08100;
  }
}
.header .header-b .header-nav > ul > li > span {
  background: #0b4c45;
  cursor: default;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul > li > span {
    background: none;
    color: #f08100;
  }
}
.header .header-b .header-nav > ul > li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s;
  top: 100%;
  left: 0;
  background: #0b4c45;
  padding: 15px 0;
  margin: 0;
  min-width: 209px;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul > li ul {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    opacity: 1;
    visibility: visible;
    padding: 5px 0 10px;
  }
}
.header .header-b .header-nav > ul > li ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.header .header-b .header-nav > ul > li ul li a {
  display: block;
  line-height: 20px;
  color: #fff;
  padding: 4px 22px;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul > li ul li a {
    padding: 4px 20px 4px 30px;
    color: #000;
  }
}
.header .header-b .header-nav > ul > li ul li a:hover {
  background: #f08100;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul > li ul li a:hover {
    background: none;
    color: #f08100;
  }
}
.header .header-b .header-nav > ul > li:hover {
  background: #0b4c45;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-nav > ul > li:hover {
    background: none;
  }
}
.header .header-b .header-nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .header-b .header-m-info {
  display: none;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .header .header-b .header-m-info {
    display: block;
  }
}

body.is-scrolled .header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.is-scrolled .header .header-t {
  padding: 10px 0;
}

body.is-expanded-menu {
  overflow-y: hidden;
}
body.is-expanded-menu .header .toggler {
  color: #f08100;
}
body.is-expanded-menu .header .header-b {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow-y: auto;
}

/***** Footer *****/
.footer {
  color: #fff;
  background: #0b4c45;
}
.footer .footer-t {
  padding: 45px 0 30px;
  margin-bottom: -40px;
  font-weight: 500;
}
.footer .footer-t .footer-col {
  padding-bottom: 40px;
}
.footer .footer-t .footer-col h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #f08100;
  padding-bottom: 10px;
  margin: 0 0 25px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-t .footer-col h3 {
    margin: 0 0 20px;
  }
}
.footer .footer-t .footer-col.footer-col--1 {
  line-height: 30px;
}
.footer .footer-t .footer-col.footer-col--1 h3 {
  margin-bottom: 20px;
}
.footer .footer-t .footer-col .footer-col-body a {
  color: #fff;
}
.footer .footer-t .footer-col .footer-col-body a:hover {
  opacity: 0.8;
}
.footer .footer-t .footer-col .footer-col-body .label {
  font-weight: 500;
  color: #f08100;
}
.footer .footer-t .footer-col .footer-col-body ul {
  padding: 0;
  margin: 0;
}
.footer .footer-t .footer-col .footer-col-body ul li {
  margin: 0 0 10px;
  list-style: none;
  text-transform: uppercase;
}
.footer .footer-t .footer-col .footer-col-body ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-t .footer-col .footer-col-body ul li a {
  text-transform: uppercase;
}
.footer .footer-t .footer-col .footer-col-body .form-group {
  margin-bottom: 15px;
}
.footer .footer-t .footer-col .footer-col-body .form-group .form-control {
  border: 1px solid #f08100;
  padding: 2px 10px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}
.footer .footer-t .footer-col .footer-col-body .btns input.btn.btn-primary {
  font-size: 10px;
  padding: 5px 25px;
}
.footer .footer-b {
  padding: 20px 0;
}
.footer .footer-b p {
  margin: 0;
}

/***** Homepage *****/
.section-hero {
  position: relative;
  z-index: 2;
  min-height: 674px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .section-hero {
    min-height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero {
    min-height: 350px;
  }
}
.section-hero .container {
  position: relative;
  z-index: 1;
}
.section-hero .hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-hero .hero-content {
  padding: 40px 0;
}
.section-hero h1 {
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .section-hero h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero h1 {
    font-size: 30px;
  }
}
.section-hero p {
  font-size: 31px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1279px) {
  .section-hero p {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero p {
    font-size: 18px;
  }
}
.section-hero .hero-content__btnsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.section-hero .dropdown-item {
  margin: 0 20px 20px 0;
}
.section-hero .btns {
  justify-content: center;
  margin-bottom: 20px;
}
.section-hero .btns .btn {
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .section-hero .hero-content__btnsWrap {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-hero .dropdown-item {
    margin: 0 0 20px;
  }
  .section-hero .btns {
    margin-bottom: 0;
  }
}
.section-hero.section-hero--dark:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.section-hero.section-hero--dark h1 {
  font-size: 56px;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  .section-hero.section-hero--dark h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero.section-hero--dark h1 {
    font-size: 30px;
  }
}
.section-hero.section-hero--img .container {
  z-index: 1;
  position: relative;
}
.section-hero.section-hero--img .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 0;
}
.section-hero.section-hero--img .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-cat {
  padding: 115px 0 40px;
}
@media screen and (max-width: 1279px) {
  .section-cat {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-cat {
    padding: 40px 0 20px;
  }
}
.section-cat .cat-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
}
@media screen and (max-width: 1279px) {
  .section-cat .cat-list {
    margin: 0 -10px -20px;
  }
}
.section-cat .cat-list .cat-item {
  width: 33.3333%;
  flex: 0 0 33.33333%;
  padding: 0 16px 32px;
}
@media screen and (max-width: 1279px) {
  .section-cat .cat-list .cat-item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .section-cat .cat-list .cat-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-cat .cat-list .cat-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-cat .cat-list .cat-item a.card.card--cat {
  display: block;
  position: relative;
  line-height: 0;
}
.section-cat .cat-list .cat-item a.card.card--cat .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 268px;
  height: 179px;
  background: url("../images/c-bg.png") 0 0 no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 20px 40px 36px 35px;
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}
@media screen and (max-width: 1279px) {
  .section-cat .cat-list .cat-item a.card.card--cat .card-title {
    width: 60%;
    height: 50%;
    background-size: contain;
    background-position: 100% 100%;
    padding: 20px;
    font-size: 22px;
  }
}
.section-cat .cat-list .cat-item a.card.card--cat .card-img {
  transition: all 0.2s;
}
.section-cat .cat-list .cat-item a.card.card--cat .card-img img {
  width: 100%;
}
.section-cat .cat-list .cat-item a.card.card--cat:hover .card-img {
  opacity: 0.9;
}

.section-accr {
  padding: 50px 0 90px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-accr {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 575px) {
  .section-accr {
    padding: 30px 0 40px;
  }
}
.section-accr h2 {
  margin: 0 0 30px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .section-accr h2 {
    margin: 0 0 20px;
  }
}
.section-accr p {
  max-width: 1080px;
  margin: 0 auto 1em;
}
.section-accr .accr-list {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .section-accr .accr-list {
    margin-top: 40px;
    gap: 30px;
  }
}
.section-accr .accr-list .accr-item {
  line-height: 0;
  display: block;
}
@media screen and (max-width: 575px) {
  .section-accr .accr-list .accr-item {
    max-width: calc(50% - 15px);
  }
}
/***** Info *****/
.section-info {
  padding: 80px 0 30px;
}
@media screen and (max-width: 1023px) {
  .section-info {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-info {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .section-info .info-row .info-col.info-col--content {
    margin-bottom: 40px;
  }
}
.section-info .info-row .info-col.info-col.info-col--sidebar .info-form .info-form-h {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f08100;
}
.section-info .info-row .info-col.info-col.info-col--sidebar .info-form .form-group .form-control {
  border-color: #f08100;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 14px;
}
.section-info .info-row .info-col.info-col.info-col--sidebar .info-form .btns .btn {
  font-size: 14px;
  line-height: 20px;
  padding: 14px 30px;
}

.section-info.page_search {
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .section-info.page_search {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-info.page_search {
    padding: 40px 0;
  }
}

.info-details {
  margin: 60px 0 100px;
  border-top: 1px solid #0b4c45;
}
@media screen and (max-width: 1023px) {
  .info-details {
    margin: 40px 0;
  }
}
.info-details .detail-item {
  padding: 27px 0;
  border-bottom: 1px solid #0b4c45;
}
.info-details .detail-item h3 {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 20px;
  font-weight: bold;
  color: #f08100;
  cursor: pointer;
  margin: 0;
}
.info-details .detail-item h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 10px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="457.36" height="826.92" viewBox="0 0 457.36 826.92"><polygon points="31.67 826.92 0 794.32 392.12 413.48 0 32.61 31.67 0 457.36 413.49 31.67 826.92" style="fill:%23034b44"/></svg>') 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.2s;
}
.info-details .detail-item .panel {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.2s;
  padding: 0 0 0 48px;
}
@media screen and (max-width: 575px) {
  .info-details .detail-item .panel {
    padding: 0;
  }
}
.info-details .detail-item .panel ul {
  margin: 0 0 1em;
  padding: 0;
}
.info-details .detail-item .panel ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.info-details .detail-item .panel ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f08100;
}
.info-details .detail-item .panel img {
  margin: 30px 0 20px;
}
.info-details .detail-item.is-expanded h3:before {
  transform: rotate(90deg);
}
.info-details .detail-item.is-expanded .panel {
  max-height: 3500px;
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
}

.info-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 100px -30px -20px;
}
@media screen and (max-width: 1279px) {
  .info-gallery {
    margin: 40px -10px -20px;
  }
}
.info-gallery .gallery-item {
  padding: 0 30px 60px;
  width: 25%;
  flex: 0 0 25%;
}
@media screen and (max-width: 1279px) {
  .info-gallery .gallery-item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .info-gallery .gallery-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
.section-sectors {
  padding: 30px 0 50px;
}
@media screen and (max-width: 1023px) {
  .section-sectors {
    padding: 30px 0;
  }
}
.section-sectors .sector-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
}
@media screen and (max-width: 1279px) {
  .section-sectors .sector-list {
    margin: 0 -10px -20px;
  }
}
.section-sectors .sector-list .sector-item {
  padding: 0 16px 32px;
  width: 33.3333%;
  flex: 0 0 33.3333%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .section-sectors .sector-list .sector-item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .section-sectors .sector-list .sector-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-sectors .sector-list .sector-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-sectors .sector-list .sector-item .card.card--sector {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: 0;
}
.section-sectors .sector-list .sector-item .card.card--sector .card-img {
  position: relative;
  padding-bottom: 73.6726%;
  transition: all 0.2s;
}
.section-sectors .sector-list .sector-item .card.card--sector .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-sectors .sector-list .sector-item .card.card--sector .card-body {
  background: #f08100;
  padding: 15px;
  color: #fff;
  line-height: 18px;
  flex: 1;
}
.section-sectors .sector-list .sector-item .card.card--sector .card-body h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.section-sectors .sector-list .sector-item .card.card--sector .card-body .card-brief {
  font-weight: 500;
}
.section-sectors .sector-list .sector-item a.card.card--sector:hover .card-img {
  opacity: 0.9;
}

/***** Contact *****/
@media screen and (max-width: 1279px) {
  .section-contact .map iframe {
    height: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .section-contact .map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .section-contact .map iframe {
    height: 350px;
  }
}
.section-contact .contact-row {
  padding: 80px 0 50px;
}
@media screen and (max-width: 1279px) {
  .section-contact .contact-row {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-contact .contact-row {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .section-contact .contact-row .contact-col.contact-col--l {
    margin-bottom: 40px;
  }
}
.section-contact .contact-row .contact-col.contact-col--l .btns {
  margin-top: 42px;
}
@media screen and (max-width: 1023px) {
  .section-contact .contact-row .contact-col.contact-col--l .btns {
    margin-top: 20px;
  }
}
.section-contact .contact-row .contact-col.contact-col--r h1 {
  text-transform: uppercase;
  color: #f08100;
  font-size: 18px;
  margin: 0 0 18px;
}
.section-contact .contact-row .contact-col.contact-col--r .contact-block {
  width: 50%;
  padding-right: 16px;
  line-height: 30px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .section-contact .contact-row .contact-col.contact-col--r .contact-block {
    width: 100%;
    padding-right: 0;
    margin: 0 0 32px;
  }

  .section-contact .contact-row .contact-col.contact-col--r .contact-block:last-child {
    margin-bottom: 0;
  }
}

.section-contact .contact-row .contact-col.contact-col--r .contact-block a:hover {
  opacity: 0.8;
}
.section-contact .contact-row .contact-col.contact-col--r .contact-block .label {
  color: #f08100;
}

.contact-info {
  display: flex;
  color: #22262e;
  padding-top: 22px;
  margin-top: 27px;
  border-top: 1px solid #f08100;
}

@media screen and (max-width: 575px) {
  .contact-info {
    display: block;
  }
}

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


body.customize-support .header {
	top: 32px;
}
@media screen and (max-width: 782px) {	
	body.customize-support .header {
		top: 46px;
	}	
}

.hero-slider.swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slide-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-slide-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  cursor: pointer;
}

.hero-arrow svg {
  display: block;
  stroke: #ffffff;
  width: 20px;
  height: 36px;
}

@media screen and (max-width: 767px) {	
	.hero-arrow svg {
    width: 10px;
    height: 18px;
  }
}

.hero-prev {
  left: -20px;
}

@media screen and (max-width: 1280px) {	
	.hero-prev {
    left: 0;
  }
}

.hero-next {
  right: -20px;
}

@media screen and (max-width: 1280px) {	
	.hero-next {
    right: 0;
  }
}

.dropdown-item {
  position: relative;
  z-index: 3;
  min-width: 326px;
  width: 326px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {	
	.dropdown-item {
    min-width: auto;
    width: 100%;
  }
}

.dropdown-item.opened .dropdown-item-dropdown {
    opacity: 1;
    visibility: visible;
}

.dropdown-item-current {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F08100;
  overflow: hidden;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.dropdown-item-current:hover {
  background-color: #ff9924;
}

.dropdown-item-current.active svg {
  transform: rotate(180deg);
}

.dropdown-item-current span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-item-current svg {
  stroke: #ffffff;
  margin-left: 10px;
}

.dropdown-item-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #F08100;
}

.dropdown-item-dropdown ul {
  padding: 0;
  margin: 0;
}

.dropdown-item-dropdown li {
  list-style: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.dropdown-item-dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    padding: 4px 20px;
    text-align: center;
    transition: all 0.3s; 
}

.dropdown-item-dropdown a:hover {
    background-color: #0B4C45;
}

.recent-projects {
  padding: 80px 0 0;
}

.recent-projects-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px -64px;
}

@media screen and (max-width: 1280px) {	
	.recent-projects-wrap {
    margin: 0 -16px -32px;
  }
}

@media screen and (max-width: 767px) {	
	.recent-projects-wrap {
    margin: 0;
    display: block;
  }
}

.recent-project-item {
  position: relative;
  width: calc(50% - 64px);
  margin: 0 32px 64px;
  min-height: 678px;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  transition: all 0.3s;
}

@media screen and (max-width: 1280px) {	
	.recent-project-item {
    min-height: 480px;
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 991px) {	
	.recent-project-item {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {	
	.recent-project-item {
    width: 100%;
    margin: 0 0 32px;
  }
}

@media screen and (max-width: 767px) {	
	.recent-project-item:last-child {
    margin-bottom: 0;
  }
}

.recent-project-item:hover {
  border-color: #f08100;
}

.recent-project-item:hover .recent-project-img img {
  height: 60%;
}

.recent-project-item:hover .recent-project-description {
  opacity: 1;
  visibility: visible;
}

.recent-project-item:hover .recent-project-link {
  opacity: 0;
  visibility: hidden;
}

.recent-project-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.recent-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.recent-project-info {
  position: relative;
  z-index: 3;
  margin-top: auto;
}

.recent-project-description {
  text-align: center;
  padding: 40px 64px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {	
	.recent-project-description {
    padding: 24px;
    transition: all 0.3s;
  }
}

.recent-project-name {
  color: #f08100;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 30px;
}

@media screen and (max-width: 991px) {	
	.recent-project-name {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {	
	.recent-project-name {
    font-size: 18px;
  }
}

.recent-project-text p:last-child {
  margin-bottom: 0;
}

.recent-project-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f08100;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  transition: all 0.3s;
}

@media screen and (max-width: 1280px) {	
	.recent-project-link {
    padding: 30px 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {	
	.recent-project-link {
    font-size: 16px;
    padding: 20px;
  }
}

.recent-project-link svg {
  stroke: #ffffff;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {	
	.recent-project-link svg {
    margin-left: 10px;
    width: 8px;
    height: 16px;
  }
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
