@font-face {
  font-family: roboto_regular;
  src: url('../fonts/roboto-regular.ttf') format('truetype'), url('../fonts/roboto-regular.eot') format('eot'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.svg#roboto-regular') format('svg');
}
@font-face {
  font-family: roboto_black;
  src: url('../fonts/roboto-black.ttf') format('truetype'), url('../fonts/roboto-black.eot') format('eot'), url('../fonts/roboto-black.woff') format('woff'), url('../fonts/roboto-black.woff2') format('woff2'), url('../fonts/roboto-black.svg#roboto-black') format('svg');
}
@font-face {
  font-family: roboto_bold;
  src: url('../fonts/roboto-bold.ttf') format('truetype'), url('../fonts/roboto-bold.eot') format('eot'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.svg#roboto-bold') format('svg');
}
body {
  font-family: 'roboto_regular';
}
h1 {
  background-color: #fff;
  padding: 20px;
  width: 261px;
  padding: 32px 30px 23px 30px;
}
h1 img {
  width: 100%;
  height: auto;
}
h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: 'roboto_black';
  color: #e2001a;
}
h2 span {
  font-family: 'roboto_regular';
}
h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #086278;
}
h2.h2_small {
  font-size: 36px;
  font-size: 2.25rem;
}
h3 {
  font-family: 'roboto_bold';
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #1489a6;
}
h4 {
  color: #e2001a;
  font-family: 'roboto_bold';
}
h4 span {
  font-family: 'roboto_regular';
}
p {
  margin: 0;
}
a {
  color: #1489a6;
  transition: all 0.5s;
}
a:hover {
  color: #054454;
}
a.decoration {
  text-decoration: underline;
}
strong.red {
  color: #e2001a;
  display: inline-block;
  margin-bottom: 5px;
}
.mb_0 {
  margin-bottom: 0;
}
.container {
  max-width: 1200px;
}
.link_cont {
  margin-top: -15px;
  overflow: hidden;
}
.link {
  font-size: 13px;
  font-size: 0.8125rem;
  float: left;
  width: 100px;
}
.link.margin {
  margin-top: 25px;
  width: auto;
}
header .sign_link {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #e2001a;
  font-size: 15px;
  font-size: 0.9375rem;
}
header .sign_link:hover {
  text-decoration: none;
}
header .sign_link span {
  padding: 0;
  font-family: 'roboto_regular';
}
header .navbar-brand {
  position: absolute;
  top: 0;
  left: 0;
}
header .navbar-nav span {
  border-top: 1px solid #cccccc;
}
header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(20,137,166, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header .navbar-collapse {
  padding: 40px 0 15px 0;
  text-align: center;
  height: 80px;
}
header span {
  display: inline-block;
  padding: 10px 15px 0 0;
  font-family: 'roboto_bold';
}
header span.last {
  border: none;
  border-top: 1px solid #cccccc;
  padding-right: 0;
}
header span.line span {
  display: block;
  width: 1px;
  height: 90%;
  background-color: #cccccc;
  padding: 0;
  position: relative;
  top: 3px;
}
header li a {
  padding: 0 15px !important;
  font-family: 'roboto_bold';
  border-right: 1px solid #cccccc;
}
header li:last-of-type a {
  border: none;
}
header .news-notice {
  font-weight: bold;
  color: #e2001a;
  margin-left: 265px;
  margin-right: 50px;
}
header .logo-urs {
  width: 54px;
}
strong {
  font-family: "roboto_bold";
  font-weight: normal;
}
label {
  display: block;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  margin-bottom: 22px;
  padding: 12px;
  width: 100%;
  border: 1px solid #cccccc;
}
input[type="checkbox"] {
  margin: 0 12px 25px 0;
  border: 1px solid #cccccc;
}
input[type="submit"] {
  display: block;
  margin-left: auto;
  padding: 15px 30px;
  border: none;
  box-shadow: none;
}
.center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.button {
  display: inline-block;
  padding: 15px 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #086278;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all 0.5s;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #054454;
  box-shadow: none;
}
.button_animate {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.8s;
}
.button_animate svg {
  position: relative;
  top: -3px;
  fill: #1489a6;
}
.button_animate span {
  padding-top: 1px;
  display: inline-block;
  width: 0px;
  height: 19px;
  opacity: 0.0;
  width: 0;
  overflow: hidden;
  animation: hide 0.5s linear forwards;
}
.button_animate:hover {
  text-decoration: none;
  background-color: #086278 !important;
  color: #fff;
  border: 1px solid #086278;
}
.button_animate:hover span {
  animation: show 0.5s linear forwards;
}
.button_animate:hover svg {
  fill: #fff;
}
@keyframes show {
  0% {
    opacity: 0.0;
    width: 0px;
  }
  50% {
    width: 105px;
    opacity: 0.0;
  }
  100% {
    width: 105px;
    opacity: 1.0;
  }
}
@keyframes hide {
  0% {
    opacity: 1.0;
    width: 105px;
  }
  50% {
    width: 105px;
    opacity: 0.0;
  }
  100% {
    width: 0px;
    opacity: 0.0;
  }
}
.bottom {
  padding-right: 8px;
  text-align: right;
  margin-top: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bottom svg {
  position: relative;
  top: -2px;
  left: 3px;
  fill: #1489a6;
}
.bottom a {
  padding: 8px 12px;
  background-color: #d6dae4;
  border-radius: 4px;
}
.bottom a:hover {
  text-decoration: none;
  background-color: #c3c7d2;
}
.bottom a:hover svg {
  fill: #054454;
}
#menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#menu ul {
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  padding: 0;
  list-style: none;
}
#menu svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
#menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #e2001a;
}
#menu a:hover {
  background-color: #a60013;
}
.cont {
  padding: 80px 15px;
}
.bigger {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 1.5rem;
}
.bigger span {
  color: #e2001a;
}
.divider {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
}
.box {
  padding: 8px;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 18px;
  font-size: 1.125rem;
}
.box:hover > a {
  background-position: left bottom;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.box:hover > a h3 {
  color: #fff;
  opacity: 0.6;
}
.box:hover > a svg {
  fill: #fff;
  opacity: 0.6;
}
.box > a {
  display: block;
  height: 200px;
  padding: 25px;
  color: #000;
  border: 1px solid #cccccc;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #e2001a 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s;
}
.box .title {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.box h3 {
  position: absolute;
  left: 45px;
  bottom: -5px;
  transition: all 0.5s;
}
.box svg {
  transition: all 0.5s;
}
.block {
  margin: 35px 0;
  font-size: 19px;
  font-size: 1.1875rem;
}
.block h3 {
  font-family: 'roboto_black';
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  text-transform: none;
}
.box_white {
  padding: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.box_white > div {
  position: relative;
  padding: 25px 25px 80px 25px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.box_white > div:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.box_white > div > img {
  height: 30px;
  width: auto;
}
.box_white > div > img.smaller_img {
  height: 25px;
}
.box_white .content {
  margin-top: 50px;
}
.box_white .content img {
  width: 80px;
  height: auto;
  float: right;
  /*margin-top: 20px;*/
}
.bubble {
  position: relative;
  margin-top: 20px;
  padding: 40px 25px 100px 25px;
  background-color: #f0f3f5;
  text-align: left;
}
.bubble:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 28px
		solid transparent;
  border-right-color: #f0f3f5;
  border-left: 0;
  border-top: 0;
  margin-top: -14px;
  margin-left: -20px;
}
.bubble:after {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-left-color: #f0f3f5;
  border-right: 0;
  border-top: 0;
  margin-top: -14px;
  margin-right: -20px;
}
.bubble > div:not(.button_cont) {
  position: relative;
  padding-bottom: 90px;
}
.bubble > div:not(.button_cont) .button_animate {
  left: 0;
}
.bubble.no_padding {
  padding: 40px 25px 0px 25px;
}
.bubble .button_cont {
  position: relative;
}
.bubble .button_cont:after {
  position: absolute;
  bottom: -43px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #cccccc;
}
.bubble .button_cont .button_animate {
  bottom: -75px;
}
#top_part {
  padding: 80px 0;
  background: url('../img/header_bcg.jpg');
  background-size: cover;
  background-position: center;
}
#top_part h2 {
  margin-top: 70px;
}
#top_part svg {
  float: left;
}
#top_part .left {
  font-size: 19px;
  font-size: 1.1875rem;
  padding-right: 30px;
}
#top_part .left a {
  font-size: 16px;
  font-size: 1rem;
}
#top_part .button {
  font-family: 'roboto_bold';
  margin: 50px 0 10px 0;
  padding: 20px 64px;
  font-size: 16px;
  font-size: 1rem;
}
#top_part .button.white {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  color: #e2001a;
  text-transform: none;
  font-weight: normal;
  border: 1px solid #cccccc;
  box-shadow: none;
  font-family: 'roboto_regular';
}
#top_part .box a {
  height: 100%;
}
#top_part .news-notice {
  display: none;
}
.form_cont {
  max-width: 100%;
  width: 480px;
  padding: 30px 25px;
  background-color: #f0f3f5;
  border: 1px solid #cccccc;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-size: 0.875rem;
}
.form_cont a {
  text-decoration: underline;
}
.form_cont input[type="submit"] {
  cursor: pointer;
}
#bim_platform .right > div {
  margin-left: auto;
}
#bim_platform ul {
  padding-left: 33px;
  list-style-image: url('../img/svg/check-bold.svg');
  margin-bottom: 0;
}
#bim_platform ul li {
  margin: 15px 0;
  font-size: 19px;
  font-size: 1.1875rem;
}
#bim_platform .button {
  padding: 20px 55px;
}
section {
  padding: 80px 0 50px 0;
  background-color: #f0f3f5;
}
section.dark {
  background-color: #e6e9eb;
}
section.white {
  background-color: #fff;
  border-top: 1px solid #e6e9eb;
}
section h2 {
  margin-top: 10px;
}
section p {
  margin-bottom: 30px;
}
section .left {
  padding-right: 50px;
  font-size: 19px;
  font-size: 1.1875rem;
}
section ul {
  margin-top: 3px;
  padding-left: 30px;
  list-style: none;
}
section ul li {
  position: relative;
}
section ul li:before {
  position: absolute;
  top: 11px;
  left: -30px;
  display: block;
  content: "";
  width: 12px;
  height: 4px;
  background-color: #1489a6;
  border-radius: 2px;
}
#investor .box_white > div {
  height: 420px;
}
#dodavatel .box_white > div {
  height: 450px;
}
#realizace .box_white > div {
  height: 460px;
}
#facility .box_white > div {
  height: 380px;
}
#projectant .left {
  padding-right: 15px;
}
#projectant .box_white > div {
  height: 420px;
}
#vliv {
  position: relative;
  border-top: 5px dashed #c2c4c6;
  overflow: hidden;
  padding-bottom: 200px;
}
#vliv:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3.45vw;
  content: "";
  background: url('../img/bubble.jpg');
  background-size: 100%;
}
#vliv h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
#vliv .bigger {
  margin-bottom: 10px;
}
#vliv img {
  width: 100%;
  height: auto;
}
#vliv p {
  margin-bottom: 0;
}
#description {
  padding: 50px 0;
}
#description h2 {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
#description h2:after {
  display: none;
}
#description .item {
  position: relative;
  padding-bottom: 30px;
}
#description .item:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #b1b3b4;
  content: "";
  display: block;
}
#description .item strong {
  font-size: 19px;
  font-size: 1.1875rem;
}
#description .color {
  font-family: 'roboto_bold';
}
#description .red .circle {
  background-color: #e2001a;
}
#description .red .color {
  color: #e2001a;
}
#description .yellow .circle {
  background-color: #f9ba00;
}
#description .yellow .color {
  color: #f9ba00;
}
#description .green .circle {
  background-color: #79b51d;
}
#description .green .color {
  color: #79b51d;
}
#description .blue .circle {
  background-color: #1489a6;
}
#description .blue .color {
  color: #1489a6;
}
#description .button_animate {
  background-color: #fff;
  z-index: 1;
  left: 0;
  bottom: -65px;
}
#description .left {
  padding-top: 15px;
  padding-right: 65px;
  text-align: right;
}
#description .left .bubble:before {
  display: none;
}
#description .right {
  padding-top: 20px;
  position: relative;
  padding-left: 65px;
}
#description .right .bubble:after {
  display: none;
}
#description .right .circle {
  position: absolute;
  top: 0;
  left: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-family: 'roboto_bold';
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}
#description .done {
  padding: 50px 0 0 0;
}
#description .done img {
  position: relative;
  z-index: 1;
}
svg {
  fill: #1489a6;
}
.tooltip-inner {
  background-color: #a60013;
  text-transform: uppercase;
  font-family: 'roboto_bold';
  padding: 10px 20px;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #a60013;
}
footer {
  background-color: #e6e9eb;
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}
footer > div {
  position: relative;
  padding: 40px 0;
}
footer #go_top {
  position: absolute;
  top: -25px;
  right: 15px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
footer #go_top > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
footer ul {
  padding-left: 20px;
  list-style-image: url('../img/svg/0829-chevron-right.svg');
}
footer ul a {
  text-decoration: underline;
}
footer ul li {
  margin-bottom: 5px;
}
footer img {
  margin-top: 10px;
}
footer a[href^="tel"] {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
}
footer a[href^="tel"]:hover {
  text-decoration: none;
}
footer a[href^="mailto"] {
  text-decoration: underline;
}
footer .last {
  padding-left: 60px;
}
.modal .modal-content {
  background-color: #f5f5f5;
}
.modal .modal-header {
  padding: 15px 25px ;
  background-color: #ebebeb;
}
.modal .modal-body {
  padding: 15px 25px ;
}
#rozpoctar .left a {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  #investor .box_white > div {
    height: 380px;
  }
  #projectant .box_white > div {
    height: 470px;
  }
}
@media (max-width: 992px) {
  h1 {
    width: 235px;
    padding: 28px 26px 21px 26px;
  }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #top_part .left {
    margin-bottom: 40px;
  }
  .form_cont {
    margin-top: 150px;
  }
  #investor .box_white > div {
    height: 390px;
  }
  #projectant .box_white > div {
    height: 380px;
  }
  #dodavatel .box_white > div {
    height: 400px;
  }
  #realizace .box_white > div {
    height: 400px;
  }
  #facility .box_white > div {
    height: 400px;
  }
  #facility .box_white:first-of-type > div {
    height: 300px;
  }
  #description .center {
    text-align: left;
  }
  #description .item::before {
    right: auto;
    left: 50px;
  }
  #description .left {
    padding: 0 15px 0 110px;
    text-align: left;
  }
  #description .right {
    padding: 0 15px 0 110px;
  }
  #description .item:nth-child(even) .circle {
    top: -53px;
  }
  #description .bubble {
    margin-top: 5px;
  }
  #description .item .circle {
    left: 15px;
  }
  #description .bubble {
    width: 100%;
  }
  #description .bubble:before {
    display: block !important;
  }
  #description .bubble:after {
    display: none;
  }
  #description .done {
    text-align: left;
  }
  #description .done:before {
    left: 35px;
  }
  #description .done img {
    width: 75px;
  }
  section .left > svg {
    position: relative;
    top: 8px;
    float: left;
    margin-right: 15px;
  }
  footer .list {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .form_cont {
    margin: 50px 0 0 0 !important;
    width: 100%;
  }
  #investor .box_white > div {
    height: 420px;
  }
  #projectant .box_white > div {
    height: 420px;
  }
  #dodavatel .box_white > div {
    height: 430px;
  }
  #realizace .box_white > div {
    height: 450px;
  }
  #facility .box_white > div {
    height: 450px;
  }
  footer .last {
    margin-top: 10px;
    padding: 25px 0 0 15px;
    border-top: 1px solid #cccccc;
  }
  header .news-notice {
    display: none;
  }
  #top_part .news-notice {
    display: block;
    font-weight: bold;
    color: #e2001a;
    margin-top: 20px;
    margin-bottom: -40px;
    padding-right: 20px;
  }
  .block {
    margin: 10px 0;
  }
  .block img {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  h1 {
    width: 100px;
    padding: 12px 10px 0 0 ;
  }
  h2.h2_small {
    padding-left: 0;
  }
  .bigger {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cont {
    padding: 50px 15px;
  }
  #menu {
    top: auto;
    left: 0;
  }
  #menu ul {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
  #menu li {
    float: left;
  }
  #menu a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  #bezpecnost .block p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
  }
  header .navbar-collapse {
    padding: 0;
  }
  header .navbar-toggler-icon {
    display: none;
  }
  header .sign_link span {
    display: none;
  }
  header .navbar-nav {
    position: relative;
    top: 15px;
  }
  header .navbar-nav span {
    padding-top: 5px;
  }
  header li {
    margin: auto;
    width: 200px;
  }
  header li a {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding: 8px 15px !important;
  }
  header .news-notice {
    display: none;
  }
  header .logo-urs {
    width: 37px;
  }
  header .logo-kr {
    width: 93px;
  }
  header .logo-first {
    width: 45px;
  }
  section h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 50px;
  }
  #top_part {
    padding: 50px 0 60px 0;
    background: #e6e9eb;
  }
  #top_part .left {
    font-size: 16px;
    font-size: 1rem;
  }
  #top_part .left .button {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top_part .news-notice {
    display: block;
    font-weight: bold;
    color: #e2001a;
    margin-top: 50px;
    margin-bottom: -40px;
  }
  #bim_platform ul li {
    font-size: 16px;
    font-size: 1rem;
  }
  .box {
    padding: 0 15px;
    margin-bottom: -1px;
  }
  .box_white {
    padding: 8px 15px;
  }
  .box_white > div {
    height: auto !important;
  }
  section {
    padding: 50px 0 50px 0;
  }
  section .left > svg {
    top: 2px;
  }
  .bigger {
    margin-bottom: 30px;
  }
  .button_animate span {
    animation: none !important;
    width: 105px;
    opacity: 1.0;
  }
  #description .item:before {
    left: 40px;
  }
  #description .left,
  #description .right {
    padding: 0 15px 0 80px;
  }
  #description .right .circle {
    width: 50px;
    height: 50px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  #description .done {
    padding-top: 0px;
  }
  #description .done:before {
    left: 25px;
  }
  #description .done img {
    width: 50px;
  }
  footer {
    padding-bottom: 40px;
  }
  .tooltip {
    display: none !important;
  }
}
@media (max-width: 400px) {
  header .logo-urs {
    width: 30px;
  }
  header .logo-kr {
    width: 80px;
  }
  header .logo-first {
    width: 40px;
  }
}
@media (max-width: 350px) {
  header .logo-urs {
    width: 25px;
  }
  header .logo-kr {
    width: 70px;
  }
  header .logo-first {
    width: 35px;
  }
}
.video_container {
  margin: 25px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video_container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
