/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

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

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

progress {
  vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

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

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

/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

textarea {
  overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  overflow-x: hidden;
}
body.open-modal {
  overflow: hidden;
}
a {
  color: #19345c;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:hover {
  color: #19345c;
}
a:focus {
  color: #19345c;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h2,
.h2 {
  font-weight: 800;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0.1em;
}
h3,
.h3 {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 55px;
  color: #19345c;
  letter-spacing: 0.2em;
}
p {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #5d5d5d;
  margin-bottom: 40px;
}
input,
.input {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  border: none;
  background: transparent;
  line-height: 1.2;
  width: 100%;
  border: 2px solid #dbdee3;
  height: 36px;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 10px 15px;
}
textarea {
  width: 100%;
  font-size: 16px;
  border: 2px solid #dbdee3;
  padding: 10px 15px;
  margin-bottom: 12px;
  min-height: 100px;
}
textarea:focus {
  outline: none;
}
button,
.button {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button::-moz-focus-inner,
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/********************************************SCROLL**************************************************/
body::-webkit-scrollbar{
    width: 10px;
    background-color: #19345c;
}
body::-webkit-scrollbar-thumb{
    background: #f07f07;
    border-radius: 10px;
}
/********************************************SCROLL**************************************************/
/********************************************PRELOADER***********************************************/
.preloader {
  
  position: fixed;

  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
 
    background: #19345c;
  
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  height:100px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {

  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #f07f07;
  border-radius: 100%;
  width:40px;
  height: 40px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

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

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/********************************************PRELOADER***********************************************/
.line {
  position: absolute;
  display: block;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  z-index: 9;
  pointer-events: none;
}
.line--thin {
  height: 1px;
  width: 500px;
}
.line--medium {
  -webkit-transform: rotate(-35deg) skewX(-45deg);
      -ms-transform: rotate(-35deg) skewX(-45deg);
          transform: rotate(-35deg) skewX(-45deg);
  height: 10px;
  width: 80px;
}
.line--small {
  height: 6px;
  width: 50px;
  -webkit-transform: rotate(-35deg) skewX(-45deg);
      -ms-transform: rotate(-35deg) skewX(-45deg);
          transform: rotate(-35deg) skewX(-45deg);
}
.line--color-first {
  background: #f07f07;
}
.line--color-second {
  background: #19345c;
}
.line--color-therd {
  background: #dfe3e9;
}
#map {
  height: 100%;
  width: 100%;
}
.phone {
  margin-top: -20px;
  font-size: 36px;
  display: block;
  color: #393939;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .phone {
    font-size: 25px;
  }
}
.send-mail {
  margin-top: 15px;
  display: block;
  color: #0a86e6;
  text-decoration: underline;
  font-size: 24px;
}
.send-mail:hover {
  text-decoration: none;
}
.footer {
  text-align: center;
  height: 270px;
  padding-top: 140px;
  background-image: url("img/green.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  border-bottom: 12px solid #f07f07;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 200px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer span:nth-of-type(2) {
  margin-top: 10px;
  font-size: 14px;
}
.footer .line {
  display: block;
  position: static;
  margin-top: -54px;
  width: 50px;
  height: 7px;
  mix-blend-mode: normal;
}
.sections {
  overflow-x: hidden;
}
.section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}
.section .container {
  position: relative;
  width: 100%;
  display: block;
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  /*overflow: hidden;*/
}
.section--who-we-are .container {
  max-width: 930px;
}
.section--trading .container,
.section--logistic .container,
.section--cargo .container,
.section--contact .container,
.section--contact-address .container {
  max-width: 600px;
}
.section--header {
  height: 710px;
  background-image: url("img/back.jpg");
}
.section--header .sticky-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.section--header .sticky-wrapper .nav {
  -webkit-transition: padding-top 0.2s linear, padding-bottom 0.2s linear;
  transition: padding-top 0.2s linear, padding-bottom 0.2s linear;
}
.section--header .sticky-wrapper.is-sticky .nav {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin-left: 0;
  background: #fff;
  z-index: 999 !important;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
          box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.section--header .sticky-wrapper.is-sticky .nav li {
  display: inline-block;
  margin-bottom: 0;
}
.section--header .sticky-wrapper.is-sticky .nav li:not(:last-of-type) {
  margin-right: 40px;
}
.section--header .lines .line:nth-child(1) {
  top: 370px;
  right: 460px;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 1000px) {
  .section--header .lines .line:nth-child(1) {
    display: none;
  }
}
.section--header .container {
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .section--header .container {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
}

.anim-show{
  transform: translate(0px, -120%);
  opacity: 0;
  transition: all 1s ease 0s;
}
.anim-show.active, .active .anim-show{
  opacity: 1;
  transform: translate(0px, 0px);
}

.header--text{
  line-height: 1;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    letter-spacing: 0.09em;
    width: 500px;
    color: #f07f07;
    text-align: left;
    font-size: 60px;
    letter-spacing: 0.04em;
    transform: translate(0, -80%);
    opacity: 0;
    transition: all 2s ease 0s;
    
  }

.header--text.active{
  transform: translate(0px, 0px);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .header--text {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .header--text {
    width: 100%;
  }
}
/*.section--header h1 span {
  font-size: 60px;
  letter-spacing: 0.04em;
}*/
@media screen and (max-width: 1000px) {
  .header--text {
    font-weight: bold;
    color: #19345c;
    background-color: rgb(255 255 255 / 55%);
    line-height: 1.36;
  }
}
@media screen and (max-width: 600px) {
  .header--text {
    font-size: 41px;
  }
}
.section--who-we-are {
  margin-bottom: -100px;
/*& .h2
			color $black
			font-size 40px*/
}
.section--who-we-are .container {
  padding-top: 80px;
}
@media screen and (max-width: 500px) {
  .section--who-we-are .container {
    padding-top: 40px;
  }
}
.section--who-we-are h3:nth-of-type(2) {
  margin-top: 40px;
  font-weight: 400;
}
.section--who-we-are .line-subtitle {
  margin: 0 auto;
  position: static;
  height: 5px;
  width: 40px;
}
.section--who-we-are .lines .line:nth-child(1) {
  top: 0;
  left: -60px;
}
.section--who-we-are .lines .line:nth-child(2) {
  bottom: -158px;
  right: 243px;
  mix-blend-mode: hard-light;
}
.section--who-we-are .lines .line:nth-child(3) {
  top: 210px;
  right: 245px;
  right: -webkit-calc(50% - 200px);
  right: calc(50% - 200px);
  z-index: -1;
}
.section--trading {
  height: 800px;
  background-image: url("img/ship.jpg");
  background-position: center left;
}
@media screen and (max-width: 500px) {
  .section--trading {
    height: 430px;
  }
}
.section--trading .container {
  padding-top: 340px;
}
.section--export {
  height: auto;
}
/*@media screen and (max-width: 1060px) {
  .section--export {
    height: 700px;
  }
}*/
@media screen and (max-width: 777px) {
  .section--export {
    height: auto;
    padding-bottom: 30px;
  }
}
.section--export .container {
  max-width: 1300px;
  padding-top: 70px;
}
.section--export .lines .line:nth-child(1) {
  top: 0;
  right: 0px;
}
.section--export .lines .line:nth-child(2),
.section--export .lines .line:nth-child(3) {
  bottom: -105px;
  width: 15px;
  height: 7px;
}

@media screen and (max-width: 1000px) {
  .section--export .lines .line:nth-child(2),
  .section--export .lines .line:nth-child(3) {
    display: none;
  }
}
.section--export .lines .line:nth-child(2) {
  left: 30px;
}
.section--export .lines .line:nth-child(3) {
  right: 455px;
}
.section--export .small {
  position: relative;
  width: 350px;
  text-align: center;
  color: #272727;
  margin-top: 8%;
}
@media screen and (max-width: 1350px){
.section--export .small{
  width: 350px;
}
}
.section--export .small--1 {
  left: 0px;
}
.section--export .small--2 {
  right: 0px;
}
.small .small--1{
  transform: scale(0);
  transition: all 0.8s ease 0s;
}
.small .small--1.active{
  transform: scale(1);
}
.small .small--2{
  transform: scale(0);
  transition: all 0.8s ease 0s;
}
.small .small--2.active{
  transform: scale(1);
}
.small .small--3{
  transform: scale(0);
  transition: all 0.8s ease 0s;
}
.small .small--3.active{
  transform: scale(1);
}
/*.section--export .small--3 {
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
}*/
#small--less--1{
 
}
#small--less--2{
  width: auto;
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  padding-top: 5%;
}

#small--less--3{
    width: auto;
    left: 32%;
    position: relative;
    margin: 0;
    padding-left: 0;
  }
 
  .p--small{
    display: flex; 
    justify-content: space-between;
  }
@media screen and (max-width: 1060px) {
  .p--small{
    display: block;
  }
  .section--export .small {
    position: static;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto;
  }
  /*.section--export .small--3{
    left: 0%; 
    margin-right: 0%; 
    transform: translate(0%);
  }*/
.small--less--1{
  display: flex;
    left: 50%;
    transform: translate(-50%);
    width: fit-content;
    position: relative;}
  #small--less--2{
    width: auto;
    position: relative;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
   
  }
  @media screen and (max-width: 1060px){
    #small--less--2{
       margin-bottom: 3%;
    }
  }

  #small--less--3{
    width: auto;
    left: 5%;
    position: relative;
    margin: 0;
    padding-left: 0;
  }
}
.section--logistic {
  height: 800px;
  background-image: url("img/port.jpg");
}
.section--cargo .small{
  position: relative;
    width: 400px;
    text-align: center;
    color: #272727;
    margin-top: 8%;
}
.section--cargo .bottom{
  margin-top: 16%;
}
}
@media screen and (max-width: 500px) {
  .section--logistic {
    height: 400px;
  }
}
.section--logistic .container {
  padding-top: 300px;
}
@media screen and (max-width: 600px) {
  .section--cargo {
    height: auto;
  }
}
.section--cargo .container {
  padding-top: 50px;
  max-width: 1300px;
  margin-bottom: -30px;
}
.section--cargo .small{
  width: 350px;
}

@media screen and (max-width: 1350px){
.section--cargo .small{
  width: 350px;
}
}
@media screen and (max-width: 1060px){
.section--cargo .small {
    position: static;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: auto;
}
}
.small .picture{
  width: 80px;
  height: 70px;
 margin-left: auto;
    margin-right: auto;
 
}
.section--cargo .lines .line:nth-child(1) {
  top: 0;
  left: 50%;
  left: -webkit-calc(50% - 300px);
  left: calc(50% - 300px);
}
@media screen and (max-width: 1000px) {
  body.open-modal .section--cargo .lines .line:nth-child(1) {
    display: none;
  }
  .small .picture{
    margin-top: 15%;
  }
  .no--bottom{
    margin-bottom: 0;
  }
}
.section--contact {
  height:700px;
  background-image: url("img/malaysia.jpg");
  background-position: center 35%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .section--contact {
    height: 300px;
  }
}
.section--contact .lines .line:nth-child(1) {
  bottom: 0;
  left: 50%;
  left: -webkit-calc(50% + 300px);
  left: calc(50% + 300px);
}
@media screen and (max-width: 1000px) {
  body.open-modal .section--contact .lines .line:nth-child(1) {
    display: none;
  }
}
/*.section--contact-address {*/
  /*height: 350px;*/
/*}*/
@media screen and (max-width: 600px) {
  .section--contact-address {
    height: auto;
  }
}
.section--contact-address .container {
  padding-top: 85px;
  max-width: 700px;
}
.section--contact-address p {
  font-size: 24px;
  color: #1e1e1e;
}
@media screen and (max-width: 500px) {
  .section--contact-address p {
    font-size: 19px;
  }
}
@media screen and (max-width: 400px) {
  .section--contact-address p {
    font-size: 17px;
  }
}
.section--map {
  height: 320px;
}
.langs {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 1000px) {
  .langs {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
}
.langs__item--current {
  display: none;
}
.langs__link {
  display: block;
  color: #19345c;
  font-weight: 700;
  height: 55px;
  width: 55px;
  line-height: 50px;
  border: 2px solid #19345c;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.langs__link:hover {
  border: 2px solid #f07f07;
}
.nav {
  position: relative;
  z-index: 9;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -30px;
}
@media screen and (max-width: 1000px) {
  .nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: rgba(17,17,17,0.95);
  }
  body.open-modal .nav {
    opacity: 1;
    visibility: visible;
  }
}
.nav__item {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .nav__item {
    text-align: center;
  }
}
.nav__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .nav__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.nav__link {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nav__link:hover,
.nav__link:focus {
  color: #f07f07;
}
@media screen and (max-width: 1000px) {
  .nav__link {
    color: #fff;
    font-size: 40px;
    display: block;
    position: relative;
  }
  .nav__link:hover,
  .nav__link:focus {
    color: #fff;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .nav__link {
    font-size: 25px;
  }
}
.logo {
  display: block;
  height: 150px;
  width: 115px;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1000px) {
  .logo {
    margin-bottom: 40px;
  }
}
.logo::before {
  content: '';
  display: block;
  position: absolute;
  left: -280px;
  top: -220px;
  width: 710px;
  height: 615px;
  z-index: 1;
  background: url("img/logo.png");
}
.toggle-modale {
  display: none;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 999;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1000px) {
  .toggle-modale {
    display: block;
  }
}
.toggle-modale__close {
  fill: #fff;
  height: 30px;
  width: 30px;
}
.toggle-modale__open {
  height: 35px;
  width: 35px;
  fill: #19345c;
}
body.open-modal .toggle-modale__open {
  display: none;
}
.toggle-modale__close {
  display: none;
}
body.open-modal .toggle-modale__close {
  display: block;
}
