/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap');*/
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
    ========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
  
  scroll-behavior: smooth;
  line-height: normal;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
    ========================================================================== */

/**
* Remove the margin in all browsers.
*/


body {
  font-family: "Montserrat", Arial, sans-serif;
  background-color:#fff;
  font-weight: 500;
  margin: 0;
  color: #13344F;
  font-size: 22px;
  line-height: 30px;
}
/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
  overflow: hidden;
}

/* Vertical rhythm
    ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
    ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  font-family: 'Grotesque', sans-serif;
}

/* Lists (enumeration)
    ========================================================================== */

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

/* Lists (definition)
    ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
    ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
    ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
    ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
* Remove all Style fro select elements. Does not quite work cross-browser
*/

select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

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

/**
* Reset to invisible
*/

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

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

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Fix placeholder font properties inheritance.
*/

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

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

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

::placeholder {
  font: inherit;
}

/**
* Clickable labels
*/

label[for] {
  cursor: pointer;
}

/* Interactive
    ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Table
    ========================================================================== */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
    ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

html {
  width: 100%;
}

* {
  outline: none;
}

.container {
  padding: 0 20px;
  max-width: 1226px;
  margin: 0 auto;
  width: 100%;
}

.container-full {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

h1 {
  font-size: 34px;
  line-height: 34px;      
  margin-bottom: 30px; 
  font-weight: 700;      
  text-transform: uppercase                                                                                                                          ;
}

h2 {
  font-size: 34px;
  line-height: 34px;      
  margin-bottom: 30px; 
  font-weight: 700;      
  text-transform: uppercase                                                                                                                                                  ;
}

h3 {
  font-size: 34px;
  line-height: 34px;      
  margin-bottom: 30px; 
  font-weight: 700;      
  text-transform: uppercase                                                                                                                                            ;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;       
  margin-bottom: 30px;  
  color: #272727;                                                                                                                                                  ;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;      
  margin-bottom: 30px;    
  color: #272727;                                                                                                                                           ;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;      
  margin-bottom: 30px;    
  color: #272727;                                                                                                                                       ;
}

p:not(:last-child) {

  margin-bottom: 20px;
}

main {
    padding-top: 190px;
}
header {
    position: absolute;
    background-image: url('images/header_bg.png');
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
    height: 324px;
    background-repeat: no-repeat;
    padding-top: 20px;
    background-size: 100% 100%;
}
header .container {
    position: relative;
    z-index: 5;
}
header .grid {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
header .colliers {
    margin-top: 26px;
    margin-left: 10px;
}

footer {

    background-image: url('images/footer_bg.png');
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
    height: 325px;
    background-repeat: no-repeat;
    padding-top: 182px;
    background-size: 100% 100%;
    margin-top: -132px;
  .grid {

    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.button-loader {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    animation: spin 1s linear infinite;
}

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

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}



  #formMessage {
    font-size: 16px;
    line-height: 18px;
  }
.contact {
  background: #8F4726;
  padding-bottom: 132px;
  color: #fff;
.success {
    margin-top: 10px;
}

.error {
    color: red;
    margin-top: 10px;
}
  h3 {
    margin-bottom: 60px;
  }
  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form {
    max-width: 594px;
    width: calc(100% - 310px);
    position: relative;
  }
  .loader {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    margin-top: 20px;
  }
  .member {
    width: 290px;
    .name {
      margin-top: 20px;
      margin-bottom: 5px;
      font-size: 32px;
      line-height: 32px;
      font-weight: 700;
          font-family: 'Grotesque', sans-serif;
    }
    a {
      display: block;
      font-size: 18px;
      line-height: 24px;
      + a {
        margin-top: 5px;
      }
    }
  }

  .row {
    margin-bottom: 20px;
    > * {
      display: block;
    }
    input[type=text],
    input[type=email]  {
      border-bottom: 1px solid #FFFFFF;
      font-size: 16px;
      line-height: 18px;
      padding-bottom: 7px;
      width: 100%;
    }
    textarea {
      border-bottom: 1px solid #FFFFFF;
      font-size: 16px;
      line-height: 18px;
      padding-bottom: 7px;
      width: 100%;
      height: 80px;
      resize: none;
    }
    label {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 16px;
    }
    ::placeholder {
      color: rgba(255, 255, 255, 0.3);
    }
  }
  .btn {
    background: #E09F29;
    margin-top: 44px;
  }
  .gridA {
    display: flex;
    flex-wrap: wrap;
      margin: 0 -7.5px;

    > * {
      margin: 0 7.5px 20px;
      width: calc(50% - 15px);
    }
  }
  .custom-checkbox label  {
    margin-bottom: 0;
  }
}
.custom-checkbox {
    display: flex;
    align-items: center;
    
}

.custom-checkbox input[type="checkbox"] {
    /* Hide default checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.24)
;
  margin-right: 15px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    top: 4px;
    left: 8px;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: #E09F29;
    border-color: #E09F29;
}

.custom-checkbox input[type="checkbox"]:checked::after {
    opacity: 1;
}

.custom-checkbox label {
    cursor: pointer;
    user-select: none;
    width: calc(100% - 39px);
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8F4726;
    color: #fff;
    border-radius: 5px;
    padding: 4px 16px;
    font-size: 18px;
    line-height: 24px;
    min-height: 40px;
}
.banner {
    position: relative;
    color: #fff;
    text-align: right;
    position: relative;
    img {
      width: 100%;
      object-fit: contain;
      height: auto;
    }
}
.banner .ornament {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-image: url('images/ornament-1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 281px;
    width: calc(100% - 479px);
}

.banner .box {
    max-width: 695px;
    margin-left: auto;
    padding-bottom: 42px;
    position: absolute;
    bottom: 0;
    right: 90px;
    z-index: 3;
}

.project {
    position: relative;
    padding-top: 126px;
    padding-bottom: 80px;
}
.project .ornament {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url('images/ornament-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 163px;
    width: 479px;
}

.project h1 {
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.project-info {
    position: relative;
    padding-bottom: 86px;
}
.project-info img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: contain;
    object-position: top left;
    width: calc(100% - 450px);
}
.project-info .grid {
    display: flex;
    justify-content: flex-end;
}
.project-info .row {
    display: flex;
    flex-wrap: wrap;
}
.project-info .row > * {
    width: 50%;
}

.project-info .info > * {
    border-bottom: 1px solid #13344F;
    padding-bottom: 15px;
}
.project-info .info > *  + * {
    margin-top: 15px;
}
.project-info .info {
    width: 100%;
    max-width: 410px;
}

.project-info .mt .lbl {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
.project-info .mt .val {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}
.location {
    position: relative;
    padding: 86px 0;
}
.location img {
    position: absolute;
    right: 0;
    top: 86px;
    z-index: 2;
    object-fit: contain;
    object-position: top right;
    width: calc(100% - 538px);
}

.location h3 {
    max-width: 538px;
    margin-bottom: 45px;
}
.location .line {
    height: 134px;
    width: 2px;
    background: #000000;
    margin-left: 10px;
    margin-bottom: 16px;
}
.location .box {
    background-image: url('images/ornament-3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 235px;
    width: 661px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 60px;
    position: relative;
    z-index: 3;
}
.partners {
    padding: 86px 0;
    img {
        width: 100%;
    }
}
.partners h3 {
    margin-bottom: 63px;
    max-width: 570px;
}
.partners .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px;
}

.partners .grid > * {
    width: calc(20% - 40px);
    margin: 0 20px 20px;
}
.simple-info {
    background-image: url(images/ornament-5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 25px;
  .box {
    background-image: url(images/ornament-4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 235px;
    width: 661px;
    text-align: center;
    color: #fff;
    display: flex;
    margin-left: auto;
    align-items: center;
    padding: 20px 60px;
    position: relative;
    z-index: 3;
    justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .banner {
    .box {
      right: 20px;
    }
  }
}
@media screen and (max-width: 1200px) {
    .banner .ornament {
        width: 80%;
    }
    .banner .box {
        max-width: 70%;
    }
    .project .ornament {
        width: 20%;
    }
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    main {
        padding-top: 146px;
    }
    header .logo {
        width: 200px;
    }
    header {
        height: 250px;
    }
    header .colliers {
        margin-top: 0;
    }
    header .colliers img {
        width: 80px;
    }
    footer {
      .logo {
        width: 200px;
      }
      .colliers {
        img {
          width: 80px;
        }
      }
    }

    .btn {

        font-size: 16px;
        line-height: 22px;
    }
    .partners {
        .grid {
            > * {
                width: calc(25% - 40px);
            }
        }
    }
}
@media screen and (max-width: 991px) {
    .project-info {
        padding-bottom: 0;
        img {
            position: static;
            width: auto;
            margin-left: -20px;
            height: auto;
        }
    }
    .project-info .grid {
        flex-direction: column;
    }
    .project-info .info {
        margin-top: 30px;
        max-width: none;
    }
    .project-info .mt .val {
        font-size: 22px;
        line-height: 22px;
    }
    .project-info .mt .lbl {
        font-size: 16px;
    }

    .location {
        padding-top: 60px;
        padding-bottom: 0;
        h3 {
            margin-bottom: 30px;
        }
        .line {
            height: 50px;
        }
        .box {
            width: 100%;
        }
        .img {
            text-align: right;
            margin-right: -20px;
            margin-top: 30px;
            max-width: 680px;
            margin-left: auto;
        }
        img {
            position: static;
            width: 100%;
            height: auto;
        }
    }
    .partners {
        padding: 60px 0;
        h3 {
            margin-bottom: 40px;
        }
    }
    .simple-info {
      .box {
        width: 100%;
      }
    }
    .contact {

      padding-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
        line-height: 24px;                                                                                                                           ;
    }

    h2 {
        font-size: 24px;
        line-height: 24px;                                                                                                                                                ;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;                                                                                                                                             ;
    }
    .banner .box {
        padding-bottom: 20px;
    }
    .banner {
      img {
        height: 500px;
        object-fit: cover;
      }
    }
    .project {
        padding: 60px 0;
    }
    .partners {
        .grid {
                margin: 0 -10px -20px;
            > * {
                width: calc(33.333% - 20px);
                margin: 0 10px 20px;
            }
        }
    }
    .contact {
      padding-bottom: 60px;
      .member {
        width: 100%;
      }
      h3 {
        margin-bottom: 40px;
      }
      .form {
        width: 100%;
        max-width: none;
        margin-top: 40px;
      }
      .member {
        .name {
          font-size: 22px;
          line-height: 24px;
        }
      }
    }
}
@media screen and (max-width: 568px) {
    header .logo {
        width: 160px;
    }
    header .btn {
        width: 130px;
        text-align: center;
    }
    footer {
      .logo {
        width: 160px;
      }
    }
    .partners {
        .grid {
            > * {
                width: calc(50% - 20px);
            }
        }
    }
}