html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.row .col {
  flex-grow: 1;
  margin-right: 20px;
}
.row .col:last-child {
  margin-right: 0;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 25px;
  margin: 0 15px 15px 0;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 30px;
  border: 1px solid transparent;
  color: #ffffff;
  text-decoration: none;
  transition: all 200ms;
}
.btn:hover {
  text-decoration: none;
}
.btn__orange {
  background-color: #ea6b0e;
}
.btn__orange:hover {
  background-color: #c34a08;
}
.btn__ghost {
  border: 1px solid #ffffff;
}
.btn__ghost:hover {
  background-color: #221c35;
  border: 1px solid transparent;
}
.header {
  padding: 20px 0;
  background-color: #221c35;
}
.header .col-1 {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .col-1 .menu-top {
  display: flex;
}
.header .col-1 .menu-top li {
  padding-left: 10px;
}
.header .col-1 ul.menu-top li a {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  line-height:38px;
  text-transform: uppercase;
  text-decoration: none;
}
.header .col-1 .menu-top li a:hover {
  text-decoration: none;
}
.header .col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .col-2 .btn {
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.header .col-2 .contact-us {
  height: 42px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #663a28;
  border-radius: 20px;
  color: #ffffff;
}
.header .col-2 .contact-us .icon {
  position: relative;
  left: -10px;
}
.header .col-2 .contact-us__text {
  margin: auto 5px auto 0;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ea750e;
}
.header .col-2 .contact-us__phone {
  font-size: 18px;
  font-weight: 600;
}
.header .btn {
  margin: 0;
}
.banner-top {
  padding: 30px 0;
  background-color: #221c35;
}
.banner-top__title {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #ffffff;
}
.banner-top__text {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4em;
  color: #ffffff;
}
.banner-top__text a {
  font-weight: 300;
  color: #ffffff;
}
.banner-top__description {
  margin: 25px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2em;
}
.banner-top__description a {
  font-weight: 600;
  letter-spacing: 0;
  color: #ea750e;
}
.banner-top .col-1 {
  width: 50%;
}
.banner-top .col-2 {
  background: url(/images/home/bg-banner-top.png) no-repeat center center;
  background-size: contain;
  width: 50%;
}
.banner-top .btn__ghost:hover {
  color: #221c35;
  background-color: #ffffff;
}
.section {
  padding: 50px 0;
}
.section-1 {
  margin: 30px 0;
}
.section-1__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #221c35;
}
.section-1__text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: #494949;
}
.section-1__image {
  text-align: center;
}
.section-1__image img {
  max-width: 650px;
  width: 100%;
}
.section-2 {
  padding: 90px 0;
  background: url(/images/home/bg-section-2.jpg) no-repeat center center;
  background-size: cover;
}
.section-2 .info {
  text-align: center;
  color: #ffffff;
  width: 25%;
}
.section-2 .info__number {
  margin-bottom: 5px;
  font-size: 41px;
  font-weight: 700;
  color: #42e8e0;
}
.section-2 .info__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.section-2 .info__text {
  font-weight: 300;
  line-height: 1.5em;
}
.section-3 {
  padding: 50px 0 120px 0;
  background-color: #f1f4f3;
}
.section-3 .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-3 img {
  width: 70%;
}
.section-3 .col-1 {
  width: 50%;
}
.section-3 .col-2 {
  width: 50%;
}
.section-3 .row-1 .col-1 {
  padding-top: 60px;
}
.section-3 .row-1 .col-2 {
  text-align: center;
}
.section-3 .row-2 .col-1 {
  text-align: center;
}
.section-3 .row-2 .col-2 {
  padding-top: 60px;
}
.section-3__title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  color: #221c35;
}
.section-3__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  color: #5c5b5b;
}
.section-4__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #181828;
}
.section-4 .col {
  width: 33%;
}
.section-4 .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px 20px 0;
  padding: 25px 20px;
  background-color: #f9fafa;
  color: #221c35;
  text-align: center;
}
.section-4 .block .icon {
  margin-bottom: 20px;
}
.section-4 .block__title {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
}
.section-4 .block__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
.section-4 .block__wrapper {
  margin-left: 20px;
  text-align: left;
}
.section-4 .row-1 .col-1 {
  background-color: #464055;
  color: #ffffff;
}
.section-4 .row-2 .col-2 {
  width: 67.37%;
  display: flex;
  flex-direction: row;
}
.section-4 .row-3 .col-1 {
  width: 67.37%;
  display: flex;
  flex-direction: row;
}
.section-4 .btn-container {
  margin: 50px 0;
  text-align: center;
  position: relative;
}
.section-4 .btn-container .btn__wings {
  z-index: 2;
}
.section-4 .btn-container .btn__wings:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: calc(50% - 135px);
  height: 2px;
  background-color: #dcdcdc;
}
.section-4 .btn-container .btn__wings:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: calc(50% - 120px);
  height: 2px;
  background-color: #dcdcdc;
}
.section-4 .discover-unknown {
  width: 100%;
  max-width: 90%;
  margin: 0 auto 50px auto;
  padding: 40px 20px;
  background: url(/images/home/bg-banner-bottom.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.section-4 .discover-unknown__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #42e8e0;
}
.section-4 .discover-unknown__title span {
  color: #9abdbb;
}
.section-4 .discover-unknown__text {
  margin: 0 auto 25px auto;
  width: 100%;
  max-width: 600px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
}
.section-4 .discover-unknown .btn__ghost:hover {
  color: #221c35;
  background-color: #ffffff;
}
.section-5 {
  background: url(/images/home/bg-section-5.jpg) no-repeat center center;
  background-size: cover;
}
.section-5__title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.section-5 .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-5 .block__text {
  margin-bottom: 40px;
  max-width: 360px;
  width: 100%;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}
.section-5 .block .icon {
  margin-bottom: 20px;
}
.section-5 .col-1,
.section-5 .col-2 {
  width: 50%;
  text-align: center;
}
.section-5 .btn__ghost:hover {
  color: #221c35;
  background-color: #ffffff;
}
.section-5 .col-1 {
  border-right: 1px solid #49435b;
}
.footer {
  padding: 25px 0 20px 0;
  background: url(/new/images/body-bg.jpg) repeat left top;
}
/*.footer .col-1 {
  display: flex;
  align-items: flex-end;
  text-align: right;
}*/

.footer .footer-link ul li {
  position: relative;
}

.footer .footer-link ul li:first-child::before {
	display:none;
	}
.footer .footer-link ul li::before {
  content: '';
  width: 2px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: -3px;
  background-color: #99a9b5;
}

.footer .footer-link ul li a {
  color: #99a9b5;
  font: 16px 'Source Sans Pro'
}

.footer__copyright {
  padding: 10px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.3em;
  color: #99a9b5;
}
.footer__title {
  margin: 0 0 20px 0;
  color: #feffff;
}
.footer__socials a {
  font-size: 0;
  color: #000000;
}
.footer__socials a:hover i {
  background-color: #fff5e9;
}
.footer__socials a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: center;
  font-size: 16px;
  background-color: #e5dbcf;
  border-radius: 50%;
  overflow: initial;
}
@media screen and (max-width: 1340px) {
  .header .row {
    flex-wrap: wrap;
  }
  .header .col-1 {
    width: 100%;
  }
  .header .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .footer__title {
    text-align: center;
  }
  .footer .row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer .row .col-1 {
    order: 2;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .banner-top .row {
    flex-wrap: wrap;
  }
  .banner-top .row .col-1 {
    width: 100%;
  }
  .banner-top .row .col-2 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .col-2 {
    flex-direction: column;
    align-items: flex-end;
  }
  .header .col-2 .contact-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .section-4 .row {
    flex-wrap: wrap;
  }
  .section-4 .row .col {
    margin-right: 0;
  }
  .section-4 .row-1 .col-1 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .section-2 .row {
    flex-direction: column;
  }
  .section-2 .row .info {
    margin-top: 30px;
    width: 100%;
  }
  .section-2 .row .info__text {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .footer .row {
    flex-wrap: wrap;
  }
  .footer .row .col {
    width: 100%;
  }
  .footer .links__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .header .col-1
  {
      display:inline-block;
  }
  .header .col-1 .menu-top
  {
    display:inline;
  }
  .region-popup-div .region-url-popup
  {
    right:calc(50% - 170px) !important;
  }
  .header .col-2
  {
    align-items: flex-start;
    margin-top:20px;
  }
}
@media screen and (max-width: 700px) {
  .section-3 .row-1 .col-1 {
    width: 100%;
  }
  .section-3 .row-1 .col-2 {
    display: none;
  }
  .section-3 .row-2 .col-1 {
    display: none;
  }
  .section-3 .row-2 .col-2 {
    width: 100%;
  }
  .section-4 .block__wrapper {
    text-align: center;
  }
  .section-4 .row-2 .col-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-4 .row-3 .col-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .section-4 .row .col {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .section-5 .row {
    flex-wrap: wrap;
  }
  .section-5 .row .col {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }
  .section-5 .row .col-1 {
    border: none;
  }
}
@media screen and (max-width: 390px) {
  .header .col-2 .contact-us__text {
    font-size: 10px;
  }
  .header .col-2 .contact-us__phone {
    font-size: 13px;
  }
}
