html {
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

body {
  background-color: #fff;
  font-family: 'Montserrat', Arial;
	font-size: 16px;
  font-weight: 400;
	color: #000;
	line-height: normal;
}

input[type="text"],
input[type="password"],
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  font-family: 'Montserrat', Arial;
  font-size: 16px;
  color: #242c3c;
  border-radius: 4px;
}

input[type="text"],
input[type="password"],
select {
  height: 38px;
  padding: 0 20px;
}

select {
  height: 40px;
}

input[type="submit"] {
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 0 0;
}

textarea {
  padding: 10px 20px;
  resize: none;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
}

:-moz-placeholder {
  opacity: 1 !important;
}

::-moz-placeholder {
  opacity: 1 !important;
}

:-ms-input-placeholder {
  opacity: 1 !important;
}

input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

.dropzone {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #cbcbcb;
  padding: 40px 20px;
}

.dropzone .icon {
  width: 100%;
  max-width: 100px;
}

.fancybox-title-float-wrap .child {
  white-space: break-spaces;
}

.error {
  border-color: #d62426 !important;
  color: #d62426 !important;
}

a,
a:visited {
  color: #143d8d;
  text-decoration: none;
  outline: none;
	transition: color ease 0.3s;
}

a:hover {
  color: #63c4ef;
}

a.underline,
a.underline:visited {
  color: #000;
  text-decoration: underline;
}

a.underline:hover {
  color: #63c4ef;
}

a.more,
a.more:visited {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

a.more:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #143d8d;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

a.more:hover {
  color: #63c4ef;
}

a.more:hover:after {
  border-left-color: #63c4ef;
}

a.more.white,
a.more.white:visited {
  color: #fff;
}

a.more:after {
  border-left-color: #fff;
}

a.more.white:hover {
  color: #143d8d;
}

a.more:hover:after {
  border-left-color: #143d8d;
}

.btn,
.btn:visited {
  background-color: #143d8d;
  display: inline-block;
  padding: 15px 50px 15px 25px;
  border: 1px solid #143d8d;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  text-align: left;
  position: relative;
	transition: all ease 0.3s;
}

.btn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

.btn:hover {
  background-color: #fff;
  color: #143d8d;
}

.btn:hover:after {
  border-left-color: #143d8d;
}

.btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #143d8d;
}

.btn.white:after {
  border-left-color: #143d8d;
}

.btn.white:hover {
  background-color: #143d8d;
  color: #fff;
}

.btn.white:hover:after {
  border-left-color: #fff;
}

.btn.black {
  background-color: #242c3c;
  border-color: #242c3c;
  color: #fff;
}

.btn.black:after {
  border-left-color: #fff;
}

.btn.black:hover {
  background-color: #fff;
  color: #242c3c;
}

.btn.black:hover:after {
  border-left-color: #242c3c;
}

.btn.space_top {
  margin-top: 40px;
}

.btn.loading {
  position: relative;
}

.btn.loading:before {
  background: rgba(20,61,141,0.6) url('../images/loader_white.svg') no-repeat scroll 50% 50%;
  background-size: 80% 80%;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
}

.btn_play,
.btn_play:visited {
  background: #fff url('../images/btn_play.svg') no-repeat scroll 50% 50%;
  background-size: 30%;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.btn_prev,
.btn_next {
  background-color: #b5b6ba;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.3s;
}

.btn_prev:after,
.btn_next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

.btn_prev:after {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #fff;
}

.btn_next:after {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fff;
}

.btn_prev:hover:not(.disabled),
.btn_next:hover:not(.disabled) {
  background-color: #143d8d;
}

.dropdown_arrow {
  display: inline-block;
  margin: 0 0 3px 2px;
  line-height: 16px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #143d8d;
  transition: transform ease 0.3s;
}

.dropdown_arrow:hover {
  cursor: pointer;
}

.dropdown_arrow.active {
  transform: rotate(180deg);
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
  line-height: 1.2em;
}

h1.title,
h2.title {
  font-size: 72px;
  color: #242c3c;
  letter-spacing: 2px;
}

h1.title.space_bottom,
h2.title.space_bottom {
  margin-bottom: 40px;
}

.green {
  color: #2bc6ae !important;
}

.blue {
  color: #143d8d !important;
}

.bigger {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.clear:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: ".";
}

.content {
  width: 1230px;
  /*max-width: 1230px;*/
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.content_narrow {
  max-width: 860px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.dynamic_content {
  line-height: 30px;
}

.dynamic_content img,
.dynamic_content video {
  display: block;
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white_space_no_wrap {
  white-space: nowrap;
  position: relative;
  z-index: 100;
}

.full_width {
  width: 100% !important;
}

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.row.hcenter {
  justify-content: center;
}

.row.vcenter {
  align-items: center;
}

.row > .col {
  width: calc(50% - 30px);
}

.row.c3 .col {
  width: calc(33.33333333333333% - 40px);
}

.row.c1x2 > .col {
  width: calc(33.33333333333333% - 40px);
}

.row.c1x2 > .col:last-child {
  width: calc(66.66666666666667% - 20px);
}

.pt50 {
  padding-top: 50px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.dot_pager {
  text-align: center;
  line-height: normal;
}

.dot_pager a,
.dot_pager a:visited {
  background-color: #fff;
  width: 4px;
  height: 4px;
  display: inline-block;
  border: 1px solid #143d8d;
  border-radius: 50%;
	transition: all ease 0.3s;
}

.dot_pager a:hover,
.dot_pager a.selected {
  background-color: #143d8d;
}

.dot_pager a + a {
  margin-left: 4px;
}

.dot_pager span {
  display: none;
}

.dot_pager.white a,
.dot_pager.white a:visited {
  background-color: #143d8d;
  border-color: #fff;
}

.dot_pager.white a:hover,
.dot_pager.white a.selected {
  background-color: #fff;
}

nav {
  background-color: #fff;
  width: 100%;
  height: 105px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  transition: all ease 0.3s;
}

nav .logo {
  padding: 0 50px;
  display: flex;
  align-items: center;
}

nav .logo img {
  width: 225px;
}

nav .menu {
  width: inherit;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

nav .menu ul.main_menu_list {
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .menu ul.main_menu_list li {
  padding: 0 40px;
  text-align: center;
}

nav .menu ul.main_menu_list li a,
nav .menu ul.main_menu_list li a:visited {
  color: #242c3c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

nav .menu ul.main_menu_list li a:hover,
nav .menu ul.main_menu_list li a.active {
  color: #63c4ef;
}

nav .menu ul.distinct_menu_list {
  height: 52px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
}

nav .menu ul.distinct_menu_list > li {
  width: 50%;
  text-align: center;
  position: relative;
}

nav .menu ul.distinct_menu_list > li + li {
  width: calc(50% - 1px);
  border-left: 1px solid #dcdcdc;
}

nav .menu ul.distinct_menu_list > li > a,
nav .menu ul.distinct_menu_list > li > a:visited {
  background-color: #fff;
  width: calc(100% - 80px);
  height: 100%;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 700;
  color: #143d8d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
	transition: all ease 0.3s;
}

nav .menu ul.distinct_menu_list > li:hover > a,
nav .menu ul.distinct_menu_list > li > a.active {
  background-color: #143d8d;
  color: #fff;
}

nav .menu ul.distinct_menu_list > li > a span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

nav .menu ul.distinct_menu_list > li > a span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #143d8d;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

nav .menu ul.distinct_menu_list > li:hover > a span:after {
  border-top-color: #fff;
}

nav .menu ul.distinct_menu_list li .submenu {
  background-color: #113478;
  width: calc(100% - 80px);
  padding: 30px 40px;
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

nav .menu ul.distinct_menu_list li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

nav .menu ul.distinct_menu_list li .submenu ul li {
  text-align: left;
  position: relative;
  padding-left: 15px;
}

nav .menu ul.distinct_menu_list li .submenu ul li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 100;
}

nav .menu ul.distinct_menu_list li .submenu ul li.parent:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
  top: 8px;
}

nav .menu ul.distinct_menu_list li .submenu ul li + li {
  margin-top: 10px;
}

nav .menu ul.distinct_menu_list li .submenu ul li a,
nav .menu ul.distinct_menu_list li .submenu ul li a:visited {
  color: #fff;
  font-size: 14px;
}

nav .menu ul.distinct_menu_list li .submenu ul li a:hover,
nav .menu ul.distinct_menu_list li .submenu ul li a.active {
  color: #63c4ef;
}

nav .menu ul.distinct_menu_list li .submenu > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
}

nav .menu ul.distinct_menu_list li .submenu ul li ul {
  margin-top: 10px;
}

nav .utility_menu ul {
  display: flex;
}

nav .utility_menu ul li.language {
  position: relative;
}

nav .utility_menu ul li > a,
nav .utility_menu ul li > a:visited {
  width: 105px;
  height: 105px;
  display: block;
	transition: all ease 0.3s;
}

nav .utility_menu ul li a.btn_search,
nav .utility_menu ul li a.btn_search:visited {
  background: #fff url('../images/btn_search.svg') no-repeat scroll 50% 50%;
}

nav .utility_menu ul li a.btn_search:hover {
  background-image: url('../images/btn_search_white.svg');
  background-color: #143d8d;
}

nav .utility_menu ul li a.btn_language,
nav .utility_menu ul li a.btn_language:visited {
  background: #2b5098 url('../images/btn_language_white.svg') no-repeat scroll 50% 50%;
  background-size: 16px;
}

nav .utility_menu ul li a.btn_language:hover {
  background-color: #143d8d;
}

nav .utility_menu ul li.language.active a.btn_language,
nav .utility_menu ul li.language.active a.btn_language:visited {
  background-image: none;
}

nav .utility_menu ul li ul.language_list {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 105;
  transform: translate(-50%,-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

nav .utility_menu ul li.language.active ul.language_list {
  opacity: 1;
  visibility: visible;
}

nav .utility_menu ul li ul.language_list li + li {
  margin-top: 6px;
}

nav .utility_menu ul li ul.language_list li a,
nav .utility_menu ul li ul.language_list li a:visited {
  display: block;
  width: 18px;
  height: 12px;
  border: 4px solid transparent;
}

nav .utility_menu ul li ul.language_list li a.pl {
  background: url('../images/flag_pl.jpg') no-repeat scroll 0 0;
  background-size: contain;
}

nav .utility_menu ul li ul.language_list li a.en {
  background: url('../images/flag_en.jpg') no-repeat scroll 0 0;
  background-size: contain;
}

nav .utility_menu ul li ul.language_list li a.de {
  background: url('../images/flag_de.jpg') no-repeat scroll 0 0;
  background-size: contain;
}

nav .utility_menu ul li a.btn_menu,
nav .utility_menu ul li a.btn_menu:visited {
  background-color: #143d8d;
  position: relative;
}

nav .utility_menu ul li a.btn_menu span {
  background-color: #fff;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
	transition: all ease 0.3s;
}

nav .utility_menu ul li a.btn_menu span.top {
  top: 46px;
}

nav .utility_menu ul li a.btn_menu span.middle {
  top: 52px;
}

nav .utility_menu ul li a.btn_menu span.bottom {
  top: 58px;
}

nav .utility_menu ul li a.btn_menu:hover {
  background-color: #2b5098;
}

nav.invisible {
  top: -100%;
}

nav.sticky {
  position: fixed;
}

ul.social_media_list {
  display: flex;
}

ul.social_media_list li + li {
  margin-left: 20px;
}

ul.social_media_list li a,
ul.social_media_list li a:visited {
  display: block;
  width: 54px;
  height: 54px;
  border: 3px solid #143d8d;
  border-radius: 50%;
	transition: all ease 0.6s;
}

ul.social_media_list li a.facebook {
  background: #fff url('../images/btn_social_media_facebook.svg') no-repeat scroll 50% 50%;
  background-size: 70%;
}

ul.social_media_list li a.twitter {
  background: #fff url('../images/btn_social_media_twitter.svg') no-repeat scroll 50% 50%;
  background-size: 70%;
}

ul.social_media_list li a.youtube {
  background: #fff url('../images/btn_social_media_youtube.svg') no-repeat scroll 50% 50%;
  background-size: 60%;
}

ul.social_media_list li a.linkedin {
  background: #fff url('../images/btn_social_media_linkedin.svg') no-repeat scroll 50% 50%;
  background-size: 50%;
}

ul.social_media_list li a:hover {
  transform: rotate(360deg);
}

ul.social_media_list.white li a,
ul.social_media_list.white li a:visited {
  border-color: #fff;
}

ul.social_media_list.white li a.facebook {
  background-color: #143d8d;
  background-image: url('../images/btn_social_media_facebook_white.svg');
}

ul.social_media_list.white li a.twitter {
  background-color: #143d8d;
  background-image: url('../images/btn_social_media_twitter_white.svg');
}

ul.social_media_list.white li a.youtube {
  background-color: #143d8d;
  background-image: url('../images/btn_social_media_youtube_white.svg');
}

ul.social_media_list.white li a.linkedin {
  background-color: #143d8d;
  background-image: url('../images/btn_social_media_linkedin_white.svg');
}

ul.social_media_simple_list {
  display: flex;
}

ul.social_media_simple_list li + li {
  margin-left: 10px;
}

ul.social_media_simple_list li a,
ul.social_media_simple_list li a:visited {
  display: block;
  width: 20px;
  height: 20px;
	transition: all ease 0.6s;
}

ul.social_media_simple_list li a.facebook {
  background: url('../images/btn_social_media_facebook.svg') no-repeat scroll 50% 50%;
  background-size: 100%;
}

ul.social_media_simple_list li a.twitter {
  background: url('../images/btn_social_media_twitter.svg') no-repeat scroll 50% 50%;
  background-size: 100%;
}

ul.social_media_simple_list li a.youtube {
  background: url('../images/btn_social_media_youtube.svg') no-repeat scroll 50% 50%;
  background-size: 100%;
}

ul.social_media_simple_list li a.linkedin {
  background: url('../images/btn_social_media_linkedin.svg') no-repeat scroll 50% 50%;
  background-size: 90%;
}

ul.social_media_simple_list li:hover a {
  transform: translateY(-5px);
}

ul.social_media_simple_list.white li a.facebook {
  background-image: url('../images/btn_social_media_facebook_white.svg');
}

ul.social_media_simple_list.white li a.twitter {
  background-image: url('../images/btn_social_media_twitter_white.svg');
}

ul.social_media_simple_list.white li a.youtube {
  background-image: url('../images/btn_social_media_youtube_white.svg');
}

ul.social_media_simple_list.white li a.linkedin {
  background-image: url('../images/btn_social_media_linkedin_white.svg');
}

ul.btn_group {
  display: flex;
  align-items: center;
}

ul.btn_group li + li {
  margin-left: 30px;
}

ul.bullet_list li {
  padding-left: 20px;
  position: relative;
}

ul.bullet_list li:after {
  background-color: #143d8d;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 2px;
  top: 12px;
  z-index: 100;
}

ol {
  list-style: normal;
  margin: 0;
  padding: 0;
}

ol > li {
  list-style: inside decimal;
}

ol > li + li {
  margin-top: 10px;
}

ol li ol,
ol li ul {
  margin: 0 0 0 20px;
}

.info_prompt,
.error_prompt {
  width: 90%;
  background-color: #eee;
  padding: 15px 6px;
  margin: 30px auto 30px auto;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: normal;
}

.error_prompt {
  border-color: #d50009;
}

.error_prompt a,
.error_prompt a:visited,
.info_prompt a,
.info_prompt a:visited {
  color: #143d8d;
  font-size: 14px;
  font-weight: 700;
}

.error_prompt a:hover,
.info_prompt a:hover {
  color: #63c4ef;
}

.error_prompt p.button,
.info_prompt p.button {
  margin-top: 5px;
}

.of_hidden {
  overflow: hidden;
}

.video_box {
  position: relative;
}

.video_box:after {
  background-color: rgba(0,0,0,0.4);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
	transition: all ease 0.3s;
}

.video_box .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 105;
  transform: translate(-50%,-50%);
	transition: all ease 0.3s;
}

.video_box video {
  display: block;
  width: 100%;
  max-width: 100%;
}

.video_box.playing:after {
  opacity: 0;
}

.video_box.playing .btn_play {
  opacity: 0;
  visibility: hidden;
}

.video_box video[poster] {
  display: block;
  object-fit: cover;
}

.txt_photo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.txt_photo .text {
  /*width: 370px;*/
  width: 30.081300813008134%;
}

.txt_photo .photo {
  /*width: 800px;*/
  width: 65.04065040650406%;
  position: relative;
}

.txt_photo .photo .wrapper {
  width: 100vw;
  max-width: 1200px;
}

.txt_photo .photo .wrapper img,
.txt_photo .photo .wrapper video {
  width: 100%;
  display: block;
}

.txt_photo .photo .wrapper .video_box {
  max-width: 430px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.txt_photo.reverse {
  flex-direction: row-reverse;
}

.txt_photo.reverse .photo .wrapper {
  position: relative;
  right: 50%;
}

.txt_photo.reverse .text h2.title {
  display: flex;
  text-align: right;
  position: relative;
  right: 100%;
}

.txt_photo.half .text {
  width: 47.5609756097561%;
}

.txt_photo.half .photo {
  width: 47.5609756097561%;
}

.txt_photo.half .photo .wrapper {
  max-width: 1000px;
}

.insertion_box {
  background-color: #fff;
  padding: 200px 0 80px 0;
  margin-top: -100px;
}

.insertion_box.t50 {
  padding-top: 150px;
  margin-top: -50px;
}

.insertion_box.t120 {
  padding-top: 170px;
  margin-top: -120px;
}

#visual {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

#visual:after {
  background-color: rgba(0,0,0,0.3);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

#visual .content {
  height: calc(100% - 155px);
  padding-top: 130px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 101;
  transform: translateX(-50%);
}

#visual .content p {
  font-size: 72px;
  font-weight: 800;
  line-height: normal;
}

#visual .content ul.btn_group {
  margin-top: 100px;
}

#visual .content ul.social_media_simple_list {
  margin-top: 100px;
  justify-content: flex-end;
}

#visual video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  object-fit: cover;
}

#home #visual .content {
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
}

#home #visual.loaded .content {
  opacity: 1;
}

#home #counters_box {
  margin-top: 160px;
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #counters_box.is_shown {
  opacity: 1;
}

#counters_box ul {
  display: flex;
  flex-wrap: nowrap;
}

#counters_box ul li {
  width: 265px;
  margin: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

#counters_box ul li .number {
  font-size: 72px;
  line-height: 1.0em;
  color: #143d8d;
}

#counters_box .dot_pager {
  margin-top: 20px;
}

#counters_box.smaller ul li {
  /*width: calc(20% - 40px);*/
  width: 205px;
  font-size: 18px;
  line-height: 1.2em;
}

#about_box {
  margin-top: 160px;
}

#home #about_box .txt_photo .text {
  opacity: 0;
  position: relative;
  z-index: 100;
  left: -50px;
  transition: all 0.6s ease 0.6s;
}

#home #about_box.is_shown .txt_photo .text {
  opacity: 1;
  left: 0;
}

#home #about_box .txt_photo .photo {
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #about_box.is_shown .txt_photo .photo {
  opacity: 1;
}

#home #icons_box {
  margin-top: 200px;
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #icons_box.is_shown {
  opacity: 1;
}

#icons_box .content {
  width: 100%;
  max-width: 1330px;
  padding: 0;
}

#icons_box ul {
  display: flex;
  flex-flow: row wrap;
}

#icons_box ul li {
  width: 220px;
  text-align: center;
  margin: 0 20px;
  font-size: 24px;
  font-weight: 800;
  color: #143d8d;
  line-height: 1.2em;
}

.de #icons_box ul li {
  width: 290px;
}

#icons_box ul li img {
  width: 70px;
  margin: 0 auto;
}

#icons_box ul li p {
  margin-top: 15px;
}

#icons_box .dot_pager {
  margin-top: 20px;
}

#icons_box.smaller ul li {
  font-size: 18px;
  margin: 0 12px;
}

#icons_box.smaller ul li img {
  width: 58px;
}

#realisations_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 160px;
}

#realisations_box .photo {
  width: 36.217948717948715%;
}

#realisations_box .photo img {
  width: 100%;
  display: block;
}

#realisations_box .text {
  width: calc(27.564102564102566% - 60px);
  padding: 0 30px;
}

#home #realisations_box {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 0.6s ease 0.3s;
}

#home #realisations_box.is_shown {
  opacity: 1;
  top: 0;
}

#offer_box {
  margin-top: 160px;
}

#home #offer_box .txt_photo .text {
  opacity: 0;
  position: relative;
  z-index: 100;
  left: -50px;
  transition: all 0.6s ease 0.6s;
}

#home #offer_box.is_shown .txt_photo .text {
  opacity: 1;
  left: 0;
}

#home #offer_box .txt_photo .photo {
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #offer_box.is_shown .txt_photo .photo {
  opacity: 1;
}

#news_box {
  background-color: #f5f6f9;
  padding: 110px 0 280px 0;
}

#news_box .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#news_box .header .btn_group li + li {
  margin-left: 10px;
}

#news_box .carousel {
  margin-top: 20px;
  position: relative;
}

#news_box .carousel .caroufredsel_wrapper {
  padding-bottom: 30px;
}

#news_box .carousel:before {
  background: linear-gradient(to right, rgba(245,246,249,1) 0%,rgba(255,255,255,0) 100%);
  width: 115px;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

#news_box .carousel:after {
  background: linear-gradient(to left, rgba(245,246,249,1) 0%,rgba(255,255,255,0) 100%);
  width: 115px;
  height: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

#news_box .carousel ul.news_list li {
  width: 370px;
  margin: 30px;
}

#news_box .dot_pager {
  display: none !important;
}

#news_box .footer {
  margin-top: 30px;
}

#home #news_box {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 0.6s ease 0.3s;
}

#home #news_box.is_shown {
  opacity: 1;
  top: 0;
}

ul.news_list {
  display: flex;
  flex-flow: row wrap;
}

ul.news_list li {
  background-color: #fff;
  border-radius: 4px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  transition: box-shadow 0.3s ease-in-out 0s;
}

ul.news_list li:hover {
  box-shadow: 0px 0px 30px -10px rgba(20,61,141,0.5);
}

ul.news_list li .thumb {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

ul.news_list li .thumb img {
  width: 100%;
  max-width: 100%;
  display: block;
  transition: all 0.7s ease-in-out 0s;
}

ul.news_list li .thumb:hover img {
  transform: scale(1.2);
}

ul.news_list li .description {
  padding: 20px 30px 0 30px;
}

ul.news_list li .description a,
ul.news_list li .description a:visited {
  font-size: 24px;
  font-weight: 700;
  color: #242c3c;
}

ul.news_list li:hover a,
ul.news_list li:hover a:visited,
ul.news_list li .description a:hover {
  color: #143d8d;
}

ul.news_list li .date {
  font-size: 12px;
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 100;
	transition: color ease 0.3s;
}

ul.news_list li:hover .date {
  color: #143d8d;
}

#news {
  background-color: #f5f6f9;
  margin-top: 105px;
  padding: 50px 0;
}

#news ul.news_list {
  justify-content: space-between;
  margin-top: -60px;
}

#news .dynamic_content + ul.news_list {
  margin-top: 0;
}

#news ul.news_list:after {
  content: '';
  flex: 1 1 100%;
  max-width: calc(33.33333333333333% - 40px);
}

#news ul.news_list li {
  flex-basis: calc(33.33333333333333% - 40px);
  margin-top: 60px;
}

#news .pagination {
  margin-top: 60px;
}

#news .pagination ul.btn_group {
  justify-content: center;
}

#news .pagination ul.btn_group li + li {
  margin-left: 10px;
}

#news_details {
  margin-top: 105px;
  padding: 50px 0 100px 0;
}

#news_details .content .date {
  font-size: 12px;
}

#news_details .content h1.title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 20px 0;
}

#news_details .content .photo {
  max-width: 100%;
  display: block;
}

#news_details .continuation {
  margin-top: 60px;
}

#news_details .gallery_box {
  padding-bottom: 0;
}

#news_see_also_box {
  background-color: #f5f6f9;
  padding: 60px 0 110px 0;
}

#news_see_also_box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#news_see_also_box .header h2.title {
  font-size: 24px;
  font-weight: 700;
}

#news_see_also_box .header .btn_group li + li {
  margin-left: 10px;
}

#news_see_also_box .content.carousel {
  width: 100%;
  max-width: 1290px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#news_see_also_box .carousel ul.news_list li {
  width: 370px;
  margin: 30px;
}

#news_see_also_box .dot_pager {
  margin-top: -20px;
}

#career_box {
  margin-top: -165px;
}

#career_box .content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: flex-end;
}

#career_box .content .text {
  width: 47.5609756097561%;
}

#career_box .content .photo {
  width: 47.5609756097561%;
  padding-bottom: 100px;
}

#career_box .content .photo .wrapper {
  width: 100vw;
  max-width: 1000px;
}

#career_box .content .photo .wrapper img {
  width: 100%;
  display: block;
}

#home #career_box .text {
  opacity: 0;
  position: relative;
  z-index: 100;
  left: -50px;
  transition: all 0.6s ease 0.6s;
}

#home #career_box.is_shown .text {
  opacity: 1;
  left: 0;
}

#home #career_box .photo {
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #career_box.is_shown .photo {
  opacity: 1;
}

#csr_box {
  margin-top: 120px;
}

#home #csr_box .text {
  opacity: 0;
  position: relative;
  z-index: 100;
  transition: all 0.6s ease 0.6s;
}

#home #csr_box.is_shown .text {
  opacity: 1;
}

#home #csr_box .photo {
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

#home #csr_box.is_shown .photo {
  opacity: 1;
}

#stay_with_us_box {
  border-top: 1px solid #f6f7fa;
  overflow: hidden;
}

#stay_with_us_box .content {
  display: flex;
}

#stay_with_us_box .content h2.title {
  margin-bottom: 15px;
}

#stay_with_us_box .content #newsletter_box {
  width: 60.16260162601627%;
  padding: 100px 60px 100px 0;
}

#stay_with_us_box .content #newsletter_box h2 {
  color: #143d8d;
}

#stay_with_us_box .content #newsletter_box form {
  width: 100%;
  max-width: 585px;
}

#stay_with_us_box .content #newsletter_box form ul li + li {
  margin-top: 20px;
}

#stay_with_us_box .content #newsletter_box form ul li.flex {
  display: flex;
}

#stay_with_us_box .content #newsletter_box form ul li.input_wrapper {
  align-items: center;
}

#stay_with_us_box .content #newsletter_box form ul li.input_wrapper input[type="text"] {
  width: calc(100% - 54px - 25px - 132px);
  background-color: #f5f6f9;
  height: 56px;
  border: 2px solid #ebebeb;
  padding: 0 25px;
}

#stay_with_us_box .content #newsletter_box form ul li.input_wrapper .btn {
  width: 78px;
  min-height: 28px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

#stay_with_us_box .content #newsletter_box form ul li.legend {
  font-size: 12px;
}

#stay_with_us_box .content #follow_us_box {
  background-color: #143d8d;
  width: 30.081300813008134%;
  padding-left: 60px;
  color: #fff;
}

#stay_with_us_box .content #follow_us_box .wrapper {
  background-color: #143d8d;
  width: 100vw;
  height: 100%;
}

#stay_with_us_box .content #follow_us_box .wrapper .wrapper2 {
  max-width: 430px;
  padding: 100px 0;
}

#stay_with_us_box .content #follow_us_box .wrapper .wrapper2 h2.title {
  color: #fff;
}

#top {
  background-color: #f5f6f9;
  margin-top: 105px;
}

#main_content {
  background-color: #f5f6f9;
  padding-top: 150px;
}

#main_content.space_bottom {
  padding-bottom: 100px;
}

#main_content.career.space_bottom {
  padding-bottom: 255px;
}

.career_offer_box {
  position: relative;
  margin-top: -190px;
  padding-bottom: 90px;
}

.career_offer_box .carousel {
  width: 100%;
  max-width: 1290px;
  padding: 0;
}

.career_offer_box .carousel ul {
  display: flex;
  flex-flow: row wrap;
}

.career_offer_box .carousel ul li {
  background-color: #fff;
  width: 370px;
  display: block;
  margin: 0 30px;
}

.career_offer_box .carousel ul li .thumb {
  overflow: hidden;
}

.career_offer_box .carousel ul li .thumb:hover img {
  transform: scale(1.2);
}

.career_offer_box .carousel ul li .thumb img {
  max-width: 100%;
  display: block;
  transition: all 0.7s ease-in-out 0s;
}

.career_offer_box .carousel ul li p {
  margin-top: 20px;
  font-weight: 700;
  color: #143d8d;
}

.career_offer_box .controls {
  margin-top: 40px;
}

.career_offer_box .controls ul.btn_group {
  justify-content: center;
}

.career_offer_box .controls ul.btn_group li + li {
  margin-left: 10px;
}

#career_details {
  background-color: #fff;
  margin-top: 105px;
  padding: 50px 0 100px 0;
}

#career_details h1.title {
  text-align: center;
}

#career_details .dynamic_content {
  margin-top: 40px;
}

.distinctions_box {
  background-color: #143d8d;
  color: #fff;
  padding: 50px 0 60px 0;
  text-align: center;
}

.distinctions_box .content h2.title {
  color: #fff;
}

.distinctions_box .carousel {
  width: 100%;
  max-width: 1290px;
  padding: 0;
  margin: 70px auto 0 auto;
}

.distinctions_box .carousel ul {
  display: flex;
  flex-flow: row wrap;
}

.distinctions_box .carousel ul li {
  width: 370px;
  margin: 0 30px;
  text-align: center;
}

.distinctions_box .carousel ul li h3 {
  font-size: 24px;
  font-weight: 700;
}

.distinctions_box .carousel ul li p {
  margin-top: 5px;
}

.distinctions_box .dot_pager {
  margin-top: 60px;
}

.partners_box {
  background-color: #f5f6f9;
  padding: 50px 0 60px 0;
}

.partners_box .content h2.title {
  font-size: 24px;
  font-weight: 700;
}

.partners_box .carousel {
  width: 100%;
  max-width: 1290px;
  padding: 0;
  margin: 40px auto 0 auto;
}

.partners_box .carousel ul {
  display: flex;
  flex-flow: row wrap;
}

.partners_box .carousel ul li {
  width: 370px;
  margin: 0 30px;
}

.partners_box .carousel ul li img {
  max-width: 100%;
  display: block;
}

.partners_box .dot_pager {
  margin-top: 40px;
}

#main_content.contact.space_bottom {
  padding-bottom: 70px;
}

.contact h2.title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.contact h2.title.space_bottom {
  margin-bottom: 20px;
}

.contact ul.form_wrapper {
  margin-top: 30px;
}

.contact ul.form_wrapper li.flex {
  display: flex;
}

/*
.contact ul.form_wrapper li.flex div {
  width: calc(50% - 20px);
}

.contact ul.form_wrapper li.flex div + div {
  margin-left: 40px;
}

.contact ul.form_wrapper li.flex.c3 div {
  width: calc(33.33333333333333% - 27px);
}

.contact ul.form_wrapper li.flex.c4 div {
  width: calc(25% - 20px);
}
*/

.contact ul.form_wrapper li .row {
  justify-content: flex-start;
  align-items: center;
}

.contact ul.form_wrapper li .row .col {
  width: calc(50% - 15px);
}

.contact ul.form_wrapper li .row.c3 .col {
  width: calc(33.33333333333333% - 20px);
}

.contact ul.form_wrapper li .row.c4 .col {
  width: calc(25% - 22.5px);
}

.contact ul.form_wrapper li .row .col + .col {
  margin-left: 30px;
}

.contact ul.form_wrapper li.flex.legend {
  font-size: 12px;
  justify-content: flex-start;
}

.contact ul.form_wrapper > li + li {
  margin-top: 30px;
}

.contact ul.form_wrapper li.legend + li.legend {
  margin-top: 15px;
}

.contact ul.form_wrapper li label {
  display: inline-block;
}

.contact ul.form_wrapper li input[type="text"],
.contact ul.form_wrapper li textarea {
  width: calc(100% - 42px);
}

.contact ul.form_wrapper li select {
  width: 100%;
}

.contact ul.form_wrapper li textarea {
  height: 140px;
}

.contact ul.form_wrapper li img {
  max-width: 100%;
}

/*
.contact ul.form_wrapper > li:last-child {
  text-align: right;
}
*/

.contact ul.form_wrapper li ul.input_wrapper {
  display: flex;
}

.contact ul.form_wrapper li ul.input_wrapper li + li {
  margin: 0 0 0 20px;
}

.contact ul.pager {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.contact ul.pager.right {
  justify-content: flex-end;
}

.contact ul.pager li + li  {
  margin-left: 30px;
}

.valuation ul.construction_type_list {
  display: flex;
}

.valuation ul.construction_type_list li {
  width: calc(33.33333333333333% - 20px);
}

.valuation ul.construction_type_list li + li {
  margin-left: 30px;
}

.valuation ul.construction_type_list li .thumb {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  position: relative;
}

.valuation ul.construction_type_list li .thumb img {
  display: block;
  max-width: 100%;
}

.valuation ul.construction_type_list li p {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.valuation ul.construction_type_list li:hover {
  cursor: pointer;
}

.valuation ul.construction_type_list li.active .thumb {
  border: 3px solid #143d8d;
}

.valuation ul.construction_type_list li.active .thumb:after {
  content: '\2714';
  display: block;
  color: #143d8d;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 100;
}

.valuation ul.construction_type_list li.active p {
  color: #143d8d;
}

.valuation .uploaded_files {
  display: none;
}

.valuation .uploaded_files ul {
  margin-top: 10px;
}

.valuation .uploaded_files ul li {
  display: flex;
  justify-content: space-between;
}

.valuation .uploaded_files ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
}

.valuation .uploaded_files ul li p + p {
  margin-left: 20px;
}

#map_box .continuation {
  padding-top: 60px;
  padding-bottom: 60px;
}

#map_box #map_wrapper {
  overflow: hidden;
}

#map_box #map_wrapper .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

#map_box #map_wrapper .content .map {
  width: 65.04065040650406%;
  position: relative;
}

#map_box #map_wrapper .content .map .wrapper {
  width: 100vw;
  max-width: 1200px;
  position: relative;
  right: 50%;
}

#map_box #map_wrapper .content .map .wrapper #map {
  height: 500px;
}

#map_box #map_wrapper .content .text {
  width: 30.081300813008134%;
}

#map_box #map_wrapper .content .text h2.title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

#map_box #map_wrapper .content .text h2.title.space_bottom {
  margin-bottom: 20px;
}

.caption {
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 10px;
}

.gallery_box {
  width: 100%;
  padding: 120px 0 80px 0;
  overflow: hidden;
}

.gallery_box .content ul.btn_group {
  margin-top: 20px;
}

.gallery_box .content ul.btn_group li + li {
  margin-left: 10px;
}

.gallery_box .content .carousel {
  width: 100vw;
  max-width: 1660px;
}

.gallery_box .content ul.gallery_list {
  display: flex;
  flex-flow: row wrap;
}

.gallery_box .content ul.gallery_list li {
  margin: 0 15px;
}

.gallery_box .content ul.gallery_list li div {
  overflow: hidden;
}

.gallery_box .content ul.gallery_list li div img {
  display: block;
  max-width: 100%;
  transition: all 0.7s ease-in-out 0s;
}

.gallery_box .content ul.gallery_list li div:hover img {
  transform: scale(1.2);
}

.gallery_box .content .dot_pager {
  margin-top: 10px;
  display: none !important;
}

.download_box {
  margin-top: 20px;
}

ul.download_list li {
  background-color: #fff;
  border-bottom: 1px solid #d0d1d4;
  padding: 30px 30px 30px 80px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

ul.download_list li:after {
  background: url('../images/icon_file.svg') no-repeat scroll 0 0;
  content: '';
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 100;
}

ul.download_list li:nth-child(odd) {
  background-color: #f5f6f9;
}

ul.download_list li .title a,
ul.download_list li .title a:visited {
  color: #000;
}

ul.download_list li .title a:hover {
  color: #63c4ef;
}

ul.download_list li .download {
  margin-left: 20px;
}

ul.search_list {
  margin-top: 20px;
}

ul.search_list li h2 {
  font-size: 18px;
}

ul.search_list li .lead {
  margin-top: 5px;
}

ul.search_list li + li {
  margin-top: 25px;
}

#realisations {
  background-color: #fff;
  margin-top: 105px;
  padding: 50px 0 100px 0;
}

#realisations h1.title {
  text-align: center;
}

#realisations .category_box {
  margin-bottom: 60px;
}

#realisations .category_box ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#realisations .category_box ul li {
  margin: 5px;
}

#realisations .category_box ul li a,
#realisations .category_box ul li a:visited {
  background-color: #143d8d;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #143d8d;
  border-radius: 20px;
  padding: 10px 14px;
	transition: all ease 0.3s;
}

#realisations .category_box ul li a:hover,
#realisations .category_box ul li a.active {
  background-color: #fff;
  color: #143d8d;
}

#realisations .dynamic_content + .category_box {
  margin-top: 40px;
}

#realisations ul.realisations_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: -60px;
}

#realisations ul.realisations_list:after {
  content: '';
  flex: 1 1 100%;
  max-width: calc(33.33333333333333% - 40px);
}

#realisations ul.realisations_list li {
  flex-basis: calc(33.33333333333333% - 40px);
  margin-top: 60px;
  border-radius: 4px;
  overflow: hidden;
}

#realisations ul.realisations_list li img {
  width: 100%;
  max-width: 100%;
  display: block;
  transition: all 0.7s ease-in-out 0s;
}

#realisations ul.realisations_list li img:hover {
  transform: scale(1.2);
}

#realisations .pagination {
  margin-top: 60px;
}

#realisations .pagination ul.btn_group {
  justify-content: center;
}

#realisations .pagination ul.btn_group li + li {
  margin-left: 10px;
}

#modal_menu {
  background-color: #143d8d;
  width: 100%;
  height: 100vh;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.1s;
}

#modal_menu.active {
  opacity: 1;
  visibility: visible;
}

#modal_menu .top {
  width: calc(100% - 100px);
  height: 105px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#modal_menu .top .logo {
  width: 225px;
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

#modal_menu .top .search {
  width: 100%;
  max-width: 640px;
}

#modal_menu .top .search ul {
  display: flex;
  align-items: center;
}

#modal_menu .top .search form > ul > li + li {
  margin-left: 30px;
}

#modal_menu .top .search ul li.input_wrapper {
  width: 100%;
  position: relative;
}

#modal_menu .top .search ul li input[type="text"] {
  width: calc(100% - 67px);
  padding-right: 45px;
}

#modal_menu .top .search ul li a.btn_search,
#modal_menu .top .search ul li a.btn_search:visited {
  background: url('../images/btn_search.svg') no-repeat scroll 50% 50%;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

#modal_menu .top .search ul li a.btn_language,
#modal_menu .top .search ul li a.btn_language:visited {
  background: url('../images/btn_language_white.svg') no-repeat scroll 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

#modal_menu .top a.btn_close,
#modal_menu .top a.btn_close:visited {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

#modal_menu .top a.btn_close:hover {
  color: #63c4ef;
}

#modal_menu .menu {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 50px;
}

#modal_menu .menu .wrapper {
  width: 100%;
  max-height: calc(100vh - 100px - 105px);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  overflow-y: auto;
}

#modal_menu .menu .box {
  width: calc(33.33333333333333% - 40px);
  font-size: 14px;
}

#modal_menu .menu .box.b3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#modal_menu .menu .box ul + ul {
  margin-top: 10px;
}

#modal_menu .menu .box ul li {
  font-weight: 700;
}

#modal_menu .menu .box ul li + li {
  margin-top: 10px;
}

#modal_menu .menu .box ul li ul {
  margin-top: 10px;
  padding-left: 10px;
}

#modal_menu .menu .box ul li ul li {
  font-weight: 400;
}

#modal_menu .menu .box ul li a,
#modal_menu .menu .box ul li a:visited {
  color: #fff;
}

#modal_menu .menu .box ul li a:hover,
#modal_menu .menu .box ul li a.active {
  color: #63c4ef;
}

#modal_menu .menu .box ul.social_media_simple_list li + li {
  margin-top: 0;
}

#ue_box {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.1);
}

#ue_box .content {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
}

#ue_box .content img {
  max-width: 40%;
  display: block;
  margin: 0 auto;
}

#footer_menu {
  background-color: #f5f6f9;
  padding: 60px 0;
}

#footer_menu .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}

#footer_menu .content .box.b1 {
  width: calc(23% - 20px);
}

#footer_menu .content .box.b2 {
  width: calc(36% - 20px);
}

#footer_menu .content .box.b3 {
  width: calc(15% - 20px);
}

#footer_menu .content .box.b4 {
  width: calc(16% - 20px);
}

#footer_menu .content .box.b5 {
  width: calc(10% - 20px);
}

#footer_menu .content .box ul {
  margin-top: 10px;
}

#footer_menu .content .box ul li + li {
  margin-top: 10px;
}

#footer_menu .content .box ul li a,
#footer_menu .content .box ul li a:visited {
  max-width: 100%;
  display: inline-block;
}

#footer_menu .content .box ul li a:hover,
#footer_menu .content .box ul li a.active {
  color: #63c4ef;
}

#footer_menu .content .box .hide {
  visibility: hidden;
}

#footer_menu .content .box ul.divided {
  columns: 2;
  column-gap: 30px;
}

#footer_menu .content .box .dropdown_arrow {
  display: none;
}

footer {
  background-color: #f5f6f9;
  border-top: 1px solid #dcdde0;
  padding: 40px 0;
}

footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

footer .content .created img {
  width: 104px;
}