@font-face {
    font-family: "DIN Pro";
    src: url("../fonts/din-pro-regular.eot");
    src: url("../fonts/din-pro-regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/din-pro-regular.woff2")format("woff2"),
    url("../fonts/din-pro-regular.woff")format("woff"),
    url("../fonts/din-pro-regular.ttf")format("truetype"),
    url("../fonts/din-pro-regular.svg#DIN Pro")format("svg");
}
@font-face {
    font-family: "DIN Pro Medium";
    src: url("../fonts/din-pro-medium.eot");
    src: url("../fonts/din-pro-medium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/din-pro-medium.woff2")format("woff2"),
    url("../fonts/din-pro-medium.woff")format("woff"),
    url("../fonts/din-pro-medium.ttf")format("truetype"),
    url("../fonts/din-pro-medium.svg#DIN Pro Medium")format("svg");
}
@font-face {
    font-family: "DIN Pro Bold";
    src: url("../fonts/din-pro-bold.eot");
    src: url("../fonts/din-pro-bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/din-pro-bold.woff2")format("woff2"),
    url("../fonts/din-pro-bold.woff")format("woff"),
    url("../fonts/din-pro-bold.ttf")format("truetype"),
    url("../fonts/din-pro-bold.svg#DIN Pro Bold")format("svg");
}

body {
    font-size: 1rem;
    margin: 0px;
    font-family: "DIN Pro Bold";
    padding: 0px;
    overflow-x: hidden;
}
h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
    padding: 0px;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 2.5rem;
}
p {
    font-size: 25px;
    font-family: "DIN Pro";
    color: #00405B;
    line-height: 125%;
    margin-bottom: 0;
}
ul , ol{
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul li , ol li{
    margin: 0;
    padding: 0px;   
    list-style: none;
}
img{
    max-width: 100%;
}
a , a:hover , a:focus , a:visited , button , input , textarea , img{
    text-decoration: none !important;
    outline: none !important;
}
address {
    margin: 0;
}
textarea{
    height: 10.363rem;
    resize: none;
    margin-top: 20px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
::-webkit-input-placeholder{
    opacity: 1 !important;
}
::-moz-placeholder{
    opacity: 1 !important;
}
:-ms-input-placeholder{ 
    opacity: 1 !important;
}
:-moz-placeholder{
    opacity: 1 !important;
}
section{
    position: relative;
    clear: both;
}
section:before , section:after{
    clear: both;
    display: table;
    content: "";
}

.offer_wrapper.defaulttextbox h1 {
  font-size: 50px;
  color: #00405B;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer_wrapper.defaulttextbox h2 {
  font-size: 45px;
  color: #00405B;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer_wrapper.defaulttextbox h3 {
  font-size: 40px;
  color: #00405B;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer_wrapper.defaulttextbox h4 {
  font-size: 30px;
  color: #00405B;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer_wrapper.defaulttextbox h5 {
  font-size: 20px;
  color: #00405B;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer_wrapper.defaulttextbox h6 {
  font-size: 16px;
  color: #00405B;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer_wrapper.defaulttextbox ul{
  padding-left: 15px;
  color: #00405B;
  margin-bottom: 20px;
  margin-top: 20px;
}
.offer_wrapper.defaulttextbox li {
  list-style: square;
  font-size: 20px;
  font-family: "DIN Pro";
}
.offer_wrapper.defaulttextbox p{
  margin-bottom: 10px;
}
.offer_wrapper.defaulttextbox .title_rot h2{
  font-size: 100px;
}

.header_logo {
  height: 137px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 12px;
}
.nav_logo img {
  width: 150px;
}
.nav_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 137px;
  padding-top: 8px;
}
.nav_menu li {
  display: inline-block;
  margin-right: 24px;
  margin-left: 20px;
}
.nav_menu li a {
  font-size: 20px;
  color: #00405B;
  transition: color 0.4s;
  text-transform: uppercase;
}
.nav_menu li img {
  margin-top: -2px;
  transition: opacity 0.4s;
}
.nav_menu li:hover img {
    opacity: 0.5;
}
.nav_menu li a:hover {
    color: #78B6C8;
}
.nav_contact {
  display: inline-flex;
  height: 137px;
  align-items: center;
  background-color: #CAD100;
  font-size: 25px;
  color: #00405B;
  min-width: 161px;
  transition: background-color 0.4s;
  justify-content: center;
  margin-right: -12px;
  margin-left: 28px;
}
.nav_contact:hover {
    background-color: #00405B;
    color: #fff;
}
/*MOBILE HUMBERGER */
.hamburger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.hamburger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}
.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}
.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}
.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}
.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}
.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}
.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: #000;
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger-menu-on.active .burger .burger-lines, .hamburger-menu-on.active .burger .burger-lines::after, .hamburger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}
.hamburger-menu.hamburger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: #fff;
}
.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -.3em;
}
.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}
.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}
.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}
.overlay-close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 2.125rem;
    cursor: pointer;
}

.banner_wrapper {
  display: flex;
  height: calc(100vh - 137px);
  /*height: 762px;*/
  background-color: #00405B;
}
.banner_content {
  /*padding: 104px 50px 70px 50px;*/
}
.banner_content {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 70px 50px 70px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner_content h1 {
  font-size: 120px; /*150*/
  color: #CAD100;
  margin-bottom: 8px;
}
.banner_content h2 {
  font-size: 50px; /*65*/
  font-family: "DIN Pro Medium";
  text-transform: uppercase;
  color: #78B6C8;
  margin-bottom: 30px; /*56*/
}
.banner_content h3 {
  font-size: 32px; /*40*/
  color: #fff;
  font-family: "DIN Pro";
}
.banner_content h3 b {
  font-family: "DIN Pro Bold";
  font-weight: normal;
}
.arrow_down {
  position: absolute;
  bottom: 15px; /*31*/
  width: 52px;
  text-align: center;
  right: 1px;
  left: 0px;
  animation: fade-in-down 2s ease infinite;
  margin: 0 auto;
}
.arrow_down img {
    width: 42px; /*52*/
    height: 25px; /*37*/
    object-fit: contain;
}

@keyframes fade-in-down {
  0% {
    opacity: 0.5;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.offer_wrapper, .team_wrapper {
  display: flex;
}
.title_rot {
  background-color: #78B6C8;
  width: calc(25% - 28px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 94px;
}
.title_rot h2 {
  font-size: 110px;
  color: #00405B;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-900deg);
  white-space: nowrap;
  margin-right: 15px;
}
section.team_wrapper .title_rot h2 {
 /*font-size: 90px;*/
 font-size: 75px;
}
.content_block {
  width: calc(75% + 30px);
}
.offer_top_desp {
  padding: 92px 120px 82px 114px;
}
.offer_top_desp h3 {
  font-size: 40px;
  color: #00405B;
  margin-bottom: 10px;
}
.offer_top_desp h4 {
  color: #00405B;
  margin-bottom: 30px;
}
.offer_spiral {
  background-color: #BBDBE3;
  padding-top: 36px;
  padding-bottom: 78px;
}
.offer_spiral h4 {
  font-size: 60px;
  color: #00405B;
  text-align: center;
}
.spiral_inr {
    width: 930px;
    height: 897px;
    margin: 0 auto;
    text-align: center;
    padding-top: 190px;
    position: relative;
    margin-top: 40px;
}
.spiral_inr > img {
  width: 530px;
}
.spiral_items li {
  position: absolute;
}
.spiral_items li img {
  width: 148px;
}
.spiral_items li:nth-child(1) {
  left: 0;
  top: 45%;
  right: 25px;
}
.spiral_items li:nth-child(2) {
  top: 1%;
  left: 39%;
}
.spiral_items li:nth-child(3) {
  top: 12%;
  right: 11%;
}
.spiral_items li:nth-child(4) {
  top: 40%;
  right: 1%;
}
.spiral_items li:nth-child(5) {
  bottom: 10%;
  right: 13%;
}
.spiral_items li:nth-child(6) {
    bottom: -2%;
    right: 39.3%;
}
.spiral_items li:nth-child(7) {
  bottom: 10%;
  left: 13%;
}
.spiral_items li:nth-child(8) {
  top: 40%;
  left: 1%;
}
.spiral_items li:nth-child(9) {
  top: 12%;
  left: 11%;
}
.spiral_items li a {
  display: flex;
  width: 200px;
  height: 200px;
  background-color: #00405B;
  border-radius: 140px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #CAD100;
  line-height: 125%;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  transition: background-color 0.4s, color 0.4s;
    word-break: break-all;
    overflow: hidden;
    padding: 0 20px;
}
.spiral_items li a:hover {
    background-color: #CAD100;
    color: #00405B;
}

.marquee_wrapper {
  background-color: #00405B;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 59.5px 0 59px 0;
}
.marquee_wrapper p {
  padding-left: 100%;
  display: inline-block;
  font-family: "DIN Pro Bold";
  animation: scroll-left 60s linear infinite;
  font-size: 35px;
  color: #CAD100;
}
.marquee_wrapper p:hover {
    animation-play-state: paused;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.accordion-item {
  border: none;
  margin-bottom: 13px;
}
.accordion-item .accordion-body {
    font-size: 25px;
    font-family: "DIN Pro";
    color: #00405B;
    line-height: 125%;
    margin-bottom: 0;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-button {
  padding: 0;
  height: 230px;
}
.accordion-button::after {
  content: "";
  background-image: url(../images/accordin.png) !important;
  position: absolute;
  right: 56px;
  width: 56px;
  transform: rotate(0deg) !important;
  height: 41px;
  background-size: contain;
}
.accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #E5E880;
    box-shadow: none;
}
.accordion-button span {
  background-color: #CAD100;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 332px;
}
.accor_title {
  width: calc(100% - 332px);
  height: 100%;
  background-color: #E5E880;
  display: flex;
  align-items: center;
  padding: 0 115px;
}
.accor_title b {
  font-size: 40px;
  font-weight: normal;
  color: #00405B;
  align-items: center;
}
.accordion-body {
  margin-left: auto;
  width: calc(100% - 447px);
  padding: 62px 140px 48px 0;
}
.accordion-body ul {
  padding-top: 26px;
}
.accordion-body li {
  font-size: 25px;
  font-family: "DIN Pro";
  color: #00405B;
  line-height: 125%;
  position: relative;
  padding-left: 38px;
}
.accordion-body li::before {
  content: "";
  background-color: #00415b;
  position: absolute;
  top: 13px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50px;
}

.team_wrapper .title_rot {
  padding-top: 110px;
}
.team_wrapper .content_block {
  background-color: #BBDBE3;
  padding: 105px 115px 75px 106px;
}
.team_wrapper ul {
  padding-left: 78px;
  padding-top: 76px;
}
.team_wrapper li {
  display: inline-block;
  color: #00405B;
  margin-right: 122px;
  margin-bottom: 52px;
}
.team_wrapper li:last-child {
  margin-right: 0;
}
.team_wrapper li img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 52px;
}
.team_wrapper li h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.team_wrapper li h5 {
  font-family: "DIN Pro";
  font-size: 25px;
}
.team_wrapper b {
  font-size: 25px;
  color: #00405B;
  font-family: "DIN Pro";
  font-weight: normal;
  display: block;
  margin-bottom: 30px;
}
.team_links a {
  display: block;
  color: #10829D;
  font-family: "DIN Pro";
  font-size: 25px;
  text-decoration: underline !important;
  line-height: 100%;
  margin-bottom: 6px;
  transition: color 0.4s;
  text-align: center;
}
.team_links a:hover {
    color: #00405B;
}

.reference_wrapper {
  padding-top: 82px;
  padding-bottom: 145px;
}
.reference_wrapper h2 {
  font-size: 130px;
  color: #00405B;
  text-align: center;
  text-transform: uppercase;
  word-break: break-all;
  margin-bottom: 46px;
}
.reference_wrapper p {
  text-align: center;
  font-size: 40px;
}
.reference_wrapper ul {
  width: 1030px;
  margin: 0 auto;
  margin-top: 50px;
}
.reference_wrapper li {
  display: inline-block;
  width: calc(25% - 3px);
  text-align: center;
  margin-top: 60px;
}
.reference_wrapper li img {
  height: 82px;
  object-fit: contain;
  width: 170px;
}

.contact_wrapper {
  display: flex;
  min-height: 658px;
}
.contact_wrapper > * {
  flex: 50%;
}
.c_title {
  background-color: #CAD100;
  padding-top: 270px;
}
.c_title h2 {
  font-size: 130px;
  text-align: center;
  color: #00405B;
}
.contact_dtls {
  background-color: #E5E880;
  padding: 106px 96px 0 96px;
}
.contact_dtls li {
  padding-bottom: 80px;
}
.contact_dtls h4, .contact_dtls h5, 
.contact_dtls a, .contact_dtls span {
  font-size: 32px;
  color: #00405B;
}
.contact_dtls h5, .contact_dtls a, .contact_dtls span {
  font-family: "DIN Pro";
}
.contact_dtls a, .contact_dtls span {
  display: block;
  line-height: 1;
}
.contact_dtls h4 {
  margin-bottom: 4px;
}
.contact_dtls h5 {
  margin-bottom: 25px;
}
.contact_dtls a {
  margin-bottom: 8px;
  transition: color 0.4s;
}
.contact_dtls a:hover {
    color: #78B6C8;    
}

.footer_wrapper {
  background-color: #00405B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 80px 38px 50px;
}
.footer_logo img {
  width: 179px;
}
.footer_links a {
  font-size: 20px;
  color: #fff;
  transition: color 0.4s;
  margin-left: 56px;
  text-transform: uppercase;
}
.footer_links a:hover {
    color: #78B6C8;    
}

@media screen and (max-width: 1199px) {
    .offer_wrapper.defaulttextbox .title_rot h2{
      font-size: 40px;
    }
    .body-hide {
        overflow: hidden;
    }
    .hamburger-menu {
        display: block;
        margin-right: 0;
        margin-top: 5px;
    }
    .nav_menu {
        position: fixed;
        width: 80%;
        height: 100%;
        background-color: #78B6C8;
        top: 0;
        right: -1199px;
        padding-top: 130px;
        transition: right 0.5s;
        padding-left: 15px;
        text-align: left;
        display: block;
        z-index: 9;
    }
    .header_wrapper.active .nav_menu {
        right: 0;
    }
    .main_wrapper br {
        display: none;
    }
    .spiral_inr br {
        display: block;
    }
    .header_logo {
        height: auto;
        justify-content: space-between;
        padding: 20px 0;
    }
    .nav_logo img {
        width: 120px;
    }
    .nav_menu li {
        display: block;
        margin: 0;
        padding: 0 20px 20px 20px;
    }
    .nav_contact {
        height: auto;
        margin-right: 0;
        margin-left: 20px;
        padding: 10px 0;
        margin-top: 10px;
    }
    .nav_menu li:hover img {
        opacity: 1;
        filter: invert(1) brightness(2);
    }
    .nav_menu li a:hover {
        color: #fff;
    }
    .banner_wrapper {
        height: calc(100vh - 113px);
    }
    .banner_content {
        padding: 50px 15px 50px 15px;
    }
    .arrow_down img {
        width: 38px;
        height: 30px;
    }
    .offer_wrapper, .team_wrapper {
        display: block;
    }
    .title_rot {
        width: 100%;
        padding: 25px 0 !important;
    }
    .title_rot h2 {
        font-size: 40px;
        writing-mode: unset;
        transform: rotate(0);
        white-space: unset;
        margin-right: 0;
    }
    section.team_wrapper .title_rot h2 {
        font-size: 40px;
    }
    .content_block {
        width: 100%;
    }
    .offer_top_desp {
        padding: 30px 20px 40px 20px;
    }
    .offer_top_desp h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    p {
        font-size: 21px;
        line-height: 130%;
    }
    .accordion-item .accordion-body {
        font-size: 21px;
        line-height: 130%;
    }

    .marquee_wrapper {
        padding: 35px 0;
    }
    .marquee_wrapper p {
        font-size: 25px;
    }
    .accordion-button {
        padding: 25px 15px;
        height: auto;
        display: block;
        background-color: #E5E880;
    }
    .accordion-button span {
        background-color: #CAD100;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        border-radius: 80px;
        padding: 19px;
    }
    .accordion-button span img {
        width: 70px;
        height: 50px;
        object-fit: contain;
    }
    .accor_title {
        width: 80%;
        height: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .accor_title b {
        font-size: 24px;
        /*word-break: break-all;
        overflow: hidden;*/
    }
    .accordion-button::after {
        right: 15px;
        width: 30px;
        height: 21px;
        bottom: 46%;
    }
    .accordion-body {
        width: 100%;
        padding: 30px 20px 50px 20px;
    }
    .accordion-body li {
        font-size: 21px;
        line-height: 130%;
        padding-left: 30px;
        padding-bottom: 12px;
    }
    .accordion-body li::before {
        top: 11px;
        left: 10px;
        width: 7px;
        height: 7px;
    }
    .team_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .team_wrapper .content_block {
        padding: 40px 20px 60px 20px;
    }
    .team_wrapper ul {
        padding-left: 0;
        padding-top: 50px;
    }
    .team_wrapper li {
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .team_wrapper li img {
        width: 280px;
        height: 280px;
        margin-bottom: 20px;
    }
    .team_wrapper li h4 {
        margin-bottom: 5px;
    }
    .team_wrapper li h4, .team_wrapper li h5, 
    .team_wrapper b, .team_links a {
        font-size: 21px;
    }
    .team_links a {
        margin-bottom: 15px;
    }
    .team_wrapper b {
        margin-bottom: 15px;
    }
    .reference_wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .reference_wrapper h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .reference_wrapper p {
        font-size: 26px;
    }
    .reference_wrapper ul {
        width: 100%;
        margin-top: 20px;
    }
    .reference_wrapper li {
        width: calc(50% - 2px);
        margin-top: 30px;
    }
    .reference_wrapper li img {
        height: 70px;
        width: 130px;
    }
    .contact_wrapper {
        display: block;
        min-height: 100%;
    }
    .c_title {
        padding: 25px 0;
    }
    .c_title h2 {
        font-size: 40px;
    }
    .contact_dtls {
        padding: 45px 20px 0 20px;
    }
    .contact_dtls li {
        padding-bottom: 50px;
    }
    .contact_dtls h4 {
        margin-bottom: 5px;
    }
    .contact_dtls h5 {
        margin-bottom: 20px;
    }
    .contact_dtls h4, .contact_dtls h5, 
    .contact_dtls a, .contact_dtls span {
        font-size: 24px;
    }
    .footer_wrapper {
        display: block;
        padding: 40px;
        text-align: center;
    }
    .footer_logo {
        padding-bottom: 10px;
    }
    .footer_logo img {
        width: 150px;
    }
    .footer_links a {
        font-size: 18px;
        margin-left: 0;
        margin-top: 15px;
        display: block;
    }

}
@media screen and (max-width: 1199px) and (min-width: 768px) {

    .banner_content h1 {
        font-size: 90px;
    }
    .nav_menu {
        width: 55%;
    }
    /*.nav_menu::before {
        content: "";
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        transition: transform 0.2s;
        width: 60%;
        transform: scaleX(0);
        height: 100%;
        z-index: -1;
        opacity: 0.4;
    }
    .header_wrapper.active .nav_menu::before {
        transform: scaleX(1);
    }*/
    .banner_content h2 {
        font-size: 40px;
    }
    .banner_content h3 {
        font-size: 30px;
    }
    .offer_spiral {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .offer_spiral h4 {
        font-size: 50px;
    }
    .spiral_inr {
        width: 710px;
        height: 770px;
        padding-top: 160px;
        margin-top: 0;
    }
    .spiral_inr > img {
        width: 460px;
    }
    .spiral_items li:nth-child(1) {
        top: 46%;
        right: 20px;
    }
    .spiral_items li:nth-child(2) {
        top: 4%;
        left: 38%;
    }
    .spiral_items li:nth-child(3) {
        top: 14%;
        right: 10%;
    }
    .spiral_items li:nth-child(4) {
        top: 40%;
        right: 0%;
    }
    .spiral_items li:nth-child(5) {
        bottom: 10%;
        right: 8%;
    }
    .spiral_items li:nth-child(6) {
        bottom: 1%;
        right: 38%;
    }
    .spiral_items li:nth-child(7) {
        bottom: 10%;
        left: 8%;
    }
    .spiral_items li:nth-child(8) {
        top: 40%;
        left: 0%;
    }
    .spiral_items li:nth-child(9) {
        top: 14%;
        left: 10%;
    }
    .spiral_items li img {
        width: 118px;
    }
    .spiral_items li a {
        width: 170px;
        height: 170px;
        font-size: 18px;
        padding: 0 20px;
    }
    .marquee_wrapper p {
        font-size: 24px;
    }
    .accor_title {
        margin-top: 0;
        padding-left: 15px;
    }
    .accordion-button {
        display: flex;
        padding: 20px 15px;
    }
    .accordion-button::after {
        right: 20px;
        bottom: 39%;
    }
    .team_wrapper li {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .team_dtls {
        width: 80%;
    }
    .team_wrapper li img {
        width: 240px;
        height: 240px;
        margin-bottom: 15px;
    }
    .team_links a {
        margin-bottom: 10px;
    }
    .reference_wrapper li {
        width: calc(24% - 2px);
    }
    .footer_wrapper {
        display: flex;
        padding: 30px 30px 15px 30px;
    }
    .footer_links a {
        margin-left: 20px;
        margin-top: 0;
        display: inline-block;
    }

}

@media screen and (max-width:767px) {

    .banner_content h1 {
        font-size: 55px;
    }
    .banner_content h2 {
        font-size: 26px;
        margin-bottom: 56px;
    }
    .banner_content h3 {
        font-size: 26px;
    }
    .offer_spiral {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .offer_spiral h4 {
        font-size: 44px;
    }
    .spiral_inr {
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 30px;
        margin-top: 0;
    }
    .spiral_inr > img {
        display: none;
    }
    .spiral_items li {
        position: unset;
        display: inline-flex;
        width: calc(50% - 11px);
        vertical-align: top;
        margin-bottom: 20px;
        justify-content: center;
        flex-direction: column;
    }
    .spiral_items li:nth-child(1) {
        width: 90%;
        height: 100%;
        background-color: #00405B;
        padding: 10px 0;
        border-radius: 4px;
    }
    .spiral_items li:nth-child(6) {
        margin: 0;
        display: inline-flex;
    }
    .spiral_items li a {
        width: 150px;
        height: 150px;
        font-size: 16px;
        padding: 0 15px;
    }
    .spiral_items li img {
        width: 45px;
    }   
}

@media screen and (max-width: 1390px) and (min-width: 1200px) {

    .header_logo, .nav_menu {
        height: 125px;
    }
    .nav_menu li img {
        width: 40px;
    }
    .nav_menu li a {
        font-size: 18px;
    }
    .nav_contact {
        height: 135px;
        font-size: 22px;
        min-width: 150px;
        margin-left: 20px;
    }
    .banner_content h1 {
        font-size: 110px;
    }
    .banner_content h2 {
        font-size: 50px;
    }
    .banner_content h3 {
        font-size: 30px;
    }
    .banner_wrapper {
        height: calc(100vh - 125px);
    }
    .title_rot h2 {
        font-size: 100px;
    }
    section.team_wrapper .title_rot h2 {
        /*font-size: 90px;*/
        font-size: 70px;
    }
    .title_rot {
        width: calc(20% - 28px);
    }
    .content_block {
        width: calc(80% + 30px);
    }
    .offer_top_desp {
        padding: 80px 80px 75px 70px;
    }
    .offer_top_desp h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    p, .team_wrapper li h5, .team_wrapper li h4, 
    .team_wrapper b, .team_links a {
        font-size: 22px;
    }
    .accordion-item .accordion-body {
        font-size: 22px;
    }
    .offer_spiral h4 {
        font-size: 50px;
    }
    .spiral_items li:nth-child(1) {
        right: 20px;
    }
    .spiral_items li img {
        width: 130px;
    }
    .spiral_inr {
        width: 900px;
    }
    .spiral_items li a {
        font-size: 17px;
        padding: 0 25px;
    }
    .marquee_wrapper p {
        font-size: 30px;
    }
    .marquee_wrapper {
        padding: 49px 0;
    }
    .accordion-body {
        width: calc(100% - 407px);
    }
    .accordion-button {
        height: 190px;
    }
    .accordion-button span img {
        width: 95px;
        height: 95px;
        object-fit: contain;
    }
    .accor_title {
        padding: 0 75px;
    }
    .accor_title b {
        font-size: 32px;
    }
    .accordion-button::after {
        right: 45px;
        width: 46px;
        height: 31px;
    }
    .accordion-body li {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .accordion-body li::before {
        top: 10px;
        left: 15px;
        width: 8px;
        height: 8px;
    }
    .team_wrapper li img {
        width: 250px;
        height: 250px;
        margin-bottom: 40px;
    }
    .team_wrapper ul {
        padding-left: 55px;
        padding-top: 70px;
    }
    .team_wrapper li {
        margin-right: 90px;
    }
    .reference_wrapper h2 {
        font-size: 100px;
        margin-bottom: 35px;
    }
    .reference_wrapper p {
        font-size: 34px;
    }
    .reference_wrapper li {
        margin-top: 50px;
    }
    .reference_wrapper {
        padding-bottom: 100px;
    }
    .c_title h2 {
        font-size: 100px;
    }
    .contact_dtls h4, .contact_dtls h5, 
    .contact_dtls a, .contact_dtls span {
        font-size: 28px;
    }
    .contact_wrapper {
        min-height: 630px;
    }
    .contact_dtls {
        padding: 75px 75px 0 75px;
    }
    .footer_wrapper {
        padding: 30px 80px 20px 50px;
    }

}

@media screen and (max-width: 8000px) and (min-width: 2000px) {
    .team_wrapper ul {
        text-align: center;
    }
}
@media screen and (max-width: 475px) {
  .accor_title b {
    font-size: 19px;
  }
  section.team_wrapper .title_rot h2 {
	  font-size: 40px;
      padding-left: 25px;
  }
}
section.idea_wrapper.simpletext .content_block {
  width: 100%;
}
section.team_wrapper .content_block h4.teamsubtitle {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0px;
    color: #00405B;
    font-size: 35px;
}


@media screen and (max-width: 550px) {
	section.offer_wrapper .title_rot {
    	padding-left: 25px !important;
	}
    .spiral_items li {
        width: calc(42% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .spiral_items li:nth-child(1) img {
        left: 45%;
        float: left;
        position: relative;
    }
}


/* Teamlink with logo */
.team_links ul {
    padding-left: 0px;
    padding-top: 0px;
    float: left;
    width: 100%;
}
.team_links ul li {
    display: inline-block;
    width: calc(23% - 3px);
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
  	padding: 20px;
}
.team_links li img {
    height: 100px;
    object-fit: contain;
    width: 200px;
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
    .team_links ul {
        width: 100%;
        margin-top: 20px;
    }
    .team_links li {
        width: calc(44% - 2px) !important;
        margin-top: 30px !important;
    }
    .team_links li img {
        height: 80px;
        width: 150px;
    }
}

/* Mutilanguage CSS */
.nav_menu li.lang-item.current-lang {
    display: none;
}
.team_wrapper b {
    display: none;
}
.team_wrapper .team_links {
    display: none;
}