 /*General*/
 
 * {
     box-sizing: border-box;
 }
 
 .wrapper {
     max-width: 1400px;
     margin: auto;
 }
 
 .container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin: auto;
     padding-left: 1rem;
     padding-right: 1rem;
 }
 
 .container2 {
     margin: auto;
     padding-left: 1rem;
     padding-right: 1rem;
 }
 
 .alert-red {
     width: 35vw;
     padding: 20px;
     background-color: red;
     color: white;
     font: 1em sans-serif;
     font-family: Comfortaa!important;
     text-align: center;
 }
 
 .alert-green {
     width: 35vw;
     padding: 20px;
     background-color: green;
     opacity: 0.5;
     color: white;
     font: 1em sans-serif;
     font-family: Comfortaa!important;
     text-align: center;
 }
 /*Background*/
 
 body {
     background: url("../images/Шнек4.png") no-repeat left 50% top 100px;
     background-size: contain;
 }
 
 @media (max-width: 992px) {
     body {
         background: url("../images/Шнек4_mobile.png") no-repeat left 50% top 100px;
         background-size: contain;
     }
 }
 /*Header*/
 
 .logo img {
     width: 50%;
     min-width: 150px;
 }
 
 .main-header .logo {
     margin: 0;
 }
 
 .main-header .logo img {
     display: block;
 }
 
 .main-header {
     margin-top: 1%;
     margin-bottom: 96px;
 }
 
 .search-form-icon {
     width: 24px;
     height: 24px;
 }
 
 @media (max-width: 992px) {
     .search-form-icon {
         width: 16px;
         height: 16px;
         margin-left: 5%;
     }
 }
 .menu-toggle{
    border: none;
    outline: none;
    cursor: pointer;
 }
 
 .menu-icon {
    height: 32px;
    margin-left: 5%;
    fill: #EE8A1F;
 }
 body button:focus{
    outline: none;
 }
 
 @media (max-width: 992px) {
     .menu-icon {
         width: 80px;
         border: none;
         outline: none;
         margin-right: 5%;
     }
 }

 #mySidenav{
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 100vw;
  transform: translateX(100%);
  transition: transform 250ms ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#mySidenav.is-open{
  transform: translateX(0);
}

@media (min-width: 992px){
  #mySidenav{
    width: 25vw;
    max-width: 420px;
  }
}

.menu-toggle.is-hidden{
  opacity: 0;
  pointer-events: none;
}

 
 .menu-button {
     display: inline-block;
     font-family: Comfortaa!important;
     font-weight: 600;
     color: #212529;
     text-align: center;
     vertical-align: middle;
     user-select: none;
     background-color: #EE8A1F;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     outline: none;
     cursor: pointer;
 }
 /*Forms and inputs*/
 
 .container .school-form {
     justify-content: space-between;
     align-content: center;
 }
 
 input[name=name],
 input[name=secondName],
 input[name=email],
 input[name=tel],
 input[name=company],
 input[name=message],
 input[name=company_name],
 select {
     width: 48vw;
     border: 2px solid #EE8A1F;
     border-radius: 0.5rem;
     outline: none;
     font-family: Open Sans;
     cursor: pointer;
 }
 
 #textarea {
     width: 48vw;
     border: 2px solid #EE8A1F;
     border-radius: 0.5rem;
     outline: none;
     font-family: Open Sans;
     cursor: pointer;
 }
 
 @media (max-width: 992px) {
     input[name=name],
     input[name=secondName],
     input[name=email],
     input[name=tel],
     input[name=company],
     input[name=message],
     input[name=company_name],
     select {
         min-width: 90vw;
     }
     #textarea {
         min-width: 90vw;
     }
 }
 
 #mySearchForm {
     display: flex;
     align-items: center;
     margin-left: auto;
 }
 
 .search-form {
     width: 15vw;
     height: auto;
     border: 2px solid #EE8A1F;
     border-radius: 2rem;
     outline: none;
     cursor: pointer;
 }
 
 @media (max-width: 992px) {
     .search-form {
         margin-left: 8px;
         width: 100px;
         height: 18px;
     }
 }
 
 .submit-btn {
     width: 25%;
     font-family: Comfortaa!important;
     font-weight: 600;
     color: #212529;
     text-align: center;
     vertical-align: middle;
     user-select: none;
     background-color: #EE8A1F;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 2rem;
     outline: none;
     align-self: flex-end;
     cursor: pointer;
 }
 
 @media (max-width: 992px) {
     .submit-btn {
         margin-right: 3%;
         font-size: 12px;
         line-height: 1.5;
     }
 }
 
 .school-form {
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     row-gap: 16px;
     align-content: center;
     margin: 0 auto 56px auto;
 }
 
 @media (max-width: 992px) {
     .school-form {
         margin: 0 auto 46px auto;
     }
 }
 /* Sidenav push content*/
 
 .sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     background-color: #212529;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
 }
 
 .sidenav a,
 .dropdown-btn {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     font-size: 18px;
     color: #ffffff;
     display: block;
     transition: 0.3s;
     outline: none;
 }
  .dropdown-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
 .sidenav a:hover,
 .dropdown-btn:hover,
 .white:hover {
     color: #EE8A1F;
 }
 
 .sidenav .closebtn {
     position: absolute;
     top: 1.7rem;
     right: 16px;
     font-size: 36px;
     margin-left: 50px;
 }
 
 .dropdown-container {
     display: none;
     border: none;
     background-color: #262626;
     padding-left: 8px;
     outline: none;
 }
 
 .fa-caret-down {
     transition: all 0.3s ease;
 }
  .dropdown-btn.active  .fa-caret-down{
    transform: rotate(180deg);
  }
 /* Links */
 /* mouse over link */
 
 .link :hover,
 a :hover {
     color: #EE8A1F;
     text-decoration: none;
 }
 /* selected link */
 
 a:active {
     color: #EE8A1F;
     text-decoration: none;
 }
 
 .h3 a,
 a {
     text-decoration: none;
     color: inherit;
 }
 /* Lists */
 ol{
    padding-left: 0;
 }

 ol.steps{
    margin: 2rem 0;
 }
 
 ul {
     padding-left: 24px;
     margin-bottom: 16px;
 }
 
 ul.materials_navigation {
     padding-left: 0;
     margin-bottom: 2rem;
 }
 
 ul.materials_navigation li {
     font-size: 20px;
     margin: 0 0 0.8rem 0;
     position: relative;
     width: fit-content;
     padding-right: 26px;
 }
 
 ul.materials_navigation li a {
     text-decoration: underline;
     font-size: 20px;
     line-height: 26px;
     color: black;
 }
 
 ul.materials_navigation li a:hover {
     color: #EE8A1F;
 }
 
 ul.materials_navigation li:before {
     display: none;
 }
 
 ul.materials_navigation li:after {
     content: " ";
     display: inline-block;
     position: absolute;
     right: 0;
     top: 4px;
     background-image: url("data:image/svg+xml,%3Csvg width='32' height='37' viewBox='0 0 32 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.1428 7.56541L31.75 18.2607C32.0857 18.6004 32.0857 19.1496 31.75 19.4892L21.1428 30.1845C20.8071 30.5242 20.2643 30.5242 19.9286 30.1845L19.4214 29.6715C19.0857 29.3318 19.0857 28.7826 19.4214 28.4429L27.7071 20.1035H5.42855C4.95713 20.1035 4.57141 19.7133 4.57141 19.2363V18.5136C4.57141 18.0367 4.95713 17.6465 5.42855 17.6465H27.7071L19.4286 9.30701C19.0928 8.96736 19.0928 8.41814 19.4286 8.07849L19.9357 7.56541C20.2643 7.22576 20.8071 7.22576 21.1428 7.56541Z' fill='%23F8971D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
     width: 20px;
     height: 20px;
     margin-left: 5px;
 }
 
li {
     font-family: Open Sans;
     font-style: normal;
     font-weight: normal;
     line-height: 26px;
     font-size: 16px;
     margin: 6px;
     list-style: none;
     color: #000000;
 }
 
 ul li::before {
     content: "";
     background-image: url("../logos/logo_black.png");
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
     width: 10px;
     height: 10px;
     margin-right: 10px;
 }
 
 li a {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 40px;
     font-size: 24px;
     list-style-image: url("../images/icons/article.png");
     color: #000000;
 }
 
 .article-list a,
 .experience-list a,
 .article-list a{
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 25px;
     font-size: 20px;
     color: #000000;
     margin-bottom: 0.8rem;
     padding-left: 0.5rem;
     display: inline-flex;
 }

 .welding-list {
    list-style-image: url("../images/icons/welding.png");
}
 
 .experience-list {
     list-style-image: url("../images/icons/wheel.png");
 }

 .article-list {
    list-style-image: url("../images/icons/article.png");
}

 .experience-list:before,
 .welding-list:before,
 .article-list:before {
    display: none;
}
 .welding-list a:hover,
 .experience-list a:hover,
 .article-list a:hover {
     color: #EE8A1F;
 }
 /* Add */
 
 .add {
     position: fixed;
     bottom: 0;
     right: 0;
     background-color: #011164D4;
     color: #ffffff;
     width: 26.4rem;
     height: 20.2rem;
     padding: 1.4rem;
     display: none;
     flex-direction: column;
     align-items: flex-start;
     justify-content: space-evenly;
     align-self: flex-end;
 }
 
 article .add p {
     background-color: #01116400;
     color: #ffffff;
 }
 
 .add-text {
     background-color: hidden;
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: bold;
     font-size: 20px;
     line-height: 24px;
 }
 
 .add a {
     align-self: flex-end;
     margin-bottom: 0.5rem;
 }
 
 .add a:hover {
     color: #a3b3ff;
 }
 
 .add-link-wrapper {
     margin-bottom: 1rem;
 }
 /* .add-link {
    margin-bottom: 0.5rem;
} */
 
 .add-button {
     width: 240px;
     height: 50px;
     justify-self: end;
     color: #223286;
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: bold;
     font-size: 22px;
     line-height: 37px;
     text-align: center;
     background-color: rgba(255, 255, 255, 0.81);
     border-radius: 10px;
 }
 
 .add-button a {
     text-decoration: none;
 }
 /*Main content*/
 
 main {
     margin-bottom: 96px;
 }
 
 .disable-select {
     -webkit-touch-callout: none;
     /* iOS Safari */
     -webkit-user-select: none;
     /* Chrome/Safari/Opera */
     -khtml-user-select: none;
     /* Konqueror */
     -moz-user-select: none;
     /* Firefox */
     -ms-user-select: none;
     /* Internet Explorer/Edge */
     user-select: none;
     /* Non-prefixed version, currently supported by any browser but < IE9 */
 }
 
 button {
     background: none;
     border: none;
 }
 
 .button {
     font-family: Comfortaa!important;
     font-weight: 600;
     color: #212529;
     text-align: center;
     vertical-align: middle;
     user-select: none;
     background-color: #EE8A1F;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 2rem;
     outline: none;
     cursor: pointer;
     align-self: flex-end;
 }
 .article-section a.button{
    color: #212529;
 }
 
 .orange {
     color: #EE8A1F;
 }
 
 .center2 {
     justify-self: end;
     align-self: end;
 }
 
 .margin-top {
     margin-top: 96px;
 }
 
 .padding-top {
     padding-top: 20%;
 }
 
 .down-icon {
     margin-left: 8px;
 }
 
 .youframe {
     width: 100%;
     height: 496px;
 }
 
 .youtube {
     margin-top: 15%;
     text-align: center;
 }
 
 @media (max-height: 500px) {
     .youtube {
         margin-top: 10%;
         margin-bottom: 10%;
         text-align: center;
     }
 }
 
 @media (max-width: 992px) {
     .youtube {
         margin-top: 10%;
         margin-bottom: 10%;
         text-align: center;
     }
 }
 
 .app {
     margin: 7%;
     text-align: center;
 }
 
 .app a {
     margin-left: auto;
 }
 
 .know-more-button {
     display: flex;
     justify-content: space-between;
     align-self: flex-end;
 }
 /*Fonts*/
 
 .display1 {
     width: 50vw;
     height: auto;
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 72px;
     font-size: 64px;
     color: #000000;
     margin-bottom: 3rem;
     margin-top: 4rem;
 }
 
 @media (max-width: 992px) {
     .display1 {
         line-height: 56px;
         font-size: 48px;
         margin-bottom: 2rem;
         margin-top: 3rem;
     }
 }
 
 .heading {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 72px;
     font-size: 64px;
     color: #000000;
     margin-bottom: 2rem;
 }
 
 @media (max-width: 992px) {
     .heading {
         line-height: 9vw;
         font-size: 8vw;
         text-align: center;
         align-self: center;
     }
 }
 
 .h1 {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: bold;
     line-height: 40px;
     font-size: 32px;
     color: #000000;
 }
 
 @media (max-width: 992px) {
     .h1 {
         text-align: center;
         align-self: center;
     }
 }
 
 .h2,
 .h2 a {
     margin-top: 0;
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: bold;
     line-height: 32px;
     font-size: 28px;
     text-decoration: none;
     color: #000000;
 }
 
 @media (max-width: 992px) {
     .h2 {
         text-align: center;
     }
     .h2 li {
         text-align: left;
     }
 }
 
 .h3 {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 26px;
     font-size: 22px;
     color: #000000;
 }
 
 .h3-orange {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 26px;
     font-size: 22px;
     color: orange;
 }
 
 @media (max-width: 992px) {
     .h3 {
         text-align: center;
     }
 }
 
 .h4,
 .introtext {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 24px;
     font-size: 16px;
     text-align: left;
     margin-bottom: 16px;
     margin-top: 18px;
     color: #000000;
 }
 
 @media (max-width: 992px) {
     .h4 {
         text-align: center;
     }
 }

 .orange-text {
     color: #EE8A1F;
 }
 
 .center {
     text-align: center;
 }
 
 .white {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: 300;
     line-height: 28px;
     font-size: 20px;
     list-style-image: url("../images/icons/se-bullet.png");
     margin: 0;
     padding: 0;
     color: #ffffff
 }
 .dropdown-container .white{
    font-size: inherit;
 }
 
 @media screen and (max-height: 450px) {
     .sidenav {
         padding-top: 3rem;
     }
     .sidenav a {
         font-size: 18px;
     }
     .sidenav .img-logo {
         width: 50%;
         padding-left: 64px;
     }
 }
 
 @media screen and (max-width: 450px) {
     .sidenav {
         padding-top: 3rem;
     }
     .sidenav a {
         font-size: 18px;
     }
     .sidenav .img-logo {
         width: 75%;
         padding-left: 64px;
     }
 }
 
 .section-title {
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 36px;
     font-size: 24px;
     text-align: left;
     color: #000000;
     width: 20vw;
     height: auto;
 }
 
 .subtitle {
     display: flex;
     align-content: flex-start;
     justify-content: space-between;
     font-family: Comfortaa!important;
     font-style: normal;
     font-weight: normal;
     line-height: 40px;
     font-size: 36px;
     text-align: left;
     color: #000000;
     margin-bottom: 4rem;
 }
 
 @media (max-width: 992px) {
     .subtitle {
         line-height: 6vw;
         font-size: 5vw;
     }
 }
 
 p {
     font-family: Open Sans;
     font-style: normal;
     font-weight: normal;
     line-height: 26px;
     font-size: 16px;
     color: #000000;
 }
 
 .article p,
 .article h2 {
     background-color: rgba(255, 255, 255, 0.7);
 }
 
 .article {
     width: 100%;
 }
 
 .right {
     text-align: right;
 }
 
 .long-text {
     padding-right: 30%;
 }
 
 @media (max-width: 800px) {
     .long-text {
         padding-right: 0;
     }
 }
 
 .article__hero {
     margin-top: 2rem;
     margin-bottom: 2rem;
     height: 42vh;
 }
 
 .partners {
     margin-top: 96px;
     margin-bottom: 96px;
 }
 
 @media (max-width: 800px) {
     .partners {
         margin-top: 15%;
         margin-bottom: 15%;
     }
 }
 
 .grid-helper {
     display: flex;
     flex-grow: 1;
     flex-wrap: wrap;
     align-items: center;
     text-align: center;
     gap: 1rem;
 }
 
 .grid-helper .section-title,
 .grid-helper a {
     flex: 1;
 }
 
 .grid-helper .section-title {
     flex: 1 0 100%;
     max-width: 100%;
 }
 
 @media (min-width: 800px) {
     .grid-helper .section-title,
     .grid-helper a {
         flex: 1;
     }
 }
 
 .grid-helper img {
     width: 100%;
     max-width: 184px;
     height: auto;
 }
 
 .article-section {
     margin-bottom: 4rem;
 }
 
 .article-section a {
     color: #EE8A1F;
 }
 
 @media (max-width: 800px) {
     .article-section {
         margin-bottom: 15%;
     }
 }
 
 .content {
     padding: 48px;
 }
 /* Images */
 
 .img-materials {
     border: solid 1px;
 }

 .nav-logo{
    width: 100%;
    height: auto;
    max-width: 12rem;
    margin: 2rem auto;
    display: block;
 }
 
 .responsive {
     width: 100%;
     height: auto;
 }
 
 @media (max-width: 800px) {
     .responsive {
         align-self: center;
     }
 }
 
 @media (max-width: 800px) {
     #awg-logo {
         margin-left: 30vw;
     }
 }
 
 .img-wrapper {
     position: relative;
     height: 0;
     padding-bottom: 65%;
 }
 
 .img-wrapper>img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
 }
 /* GOOGLE MAP */
 
 .gmap-wrapper {
     position: relative;
     height: 0;
     padding-bottom: 42%;
 }
 
 @media (max-width: 992px) {
     .gmap-wrapper {
         position: relative;
         height: 0;
         padding-bottom: 100%;
     }
 }
 
 .gmap-wrapper>iframe {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
 }
 
 .gmap-wrapper iframe {
     pointer-events: none;
 }
 
 .gmap-wrapper iframe.clicked {
     pointer-events: auto;
 }
 /*Content grid*/
 
 .content-row {
     /*Home page*/
     display: grid;
     padding: 0;
     grid-template-columns: 1fr 1fr;
     grid-row-gap: 0;
 }
 
 @media (max-width: 992px) {
     .content-row {
         display: grid;
         padding: 0;
         grid-template-columns: 1fr;
     }
     .a {
         order: 1;
     }
     .b {
         order: 2;
     }
     .c {
         order: 3;
     }
     .d {
         order: 4;
     }
     .e {
         order: 5;
     }
     .f {
         order: 6;
     }
     .g {
         order: 7;
     }
     .h {
         display: none;
     }
     .i {
         order: 9;
     }
     .j {
         display: none;
     }
     .k {
         order: 11;
     }
     .l {
         order: 12;
     }
 }
 
 .content-row2 {
     margin-bottom: 196px;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-column-gap: 48px;
     grid-row-gap: 196px;
 }
 
 @media (max-width: 992px) {
     .content-row2 {
         display: grid;
         grid-template-columns: 1fr;
         grid-row-gap: 24px;
     }
     .a {
         order: 1;
     }
     .b {
         order: 2;
     }
 }
 
 .grid-whole-row {
     grid-column-start: 1;
     grid-column-end: 3;
     justify-self: center;
 }
 
 @media (max-width: 992px) {
     .grid-whole-row {
         grid-column-start: 1;
         grid-column-end: 1;
         justify-self: center;
     }
 }
 
 .content-row3 {
     display: grid;
     grid-template-columns: 1fr;
 }
 
 @media (min-width: 992px) {
     .content-row3 {
         grid-template-columns: 2fr 4fr;
         grid-column-gap: 16px;
         grid-row-gap: 24px;
         margin-bottom: 96px;
     }
     .content-row2 p {
         margin-top: 0;
     }
 }
 
 .content-row4 {
     display: grid;
     grid-template-columns: 1fr 6fr;
     grid-row-gap: 36px;
     column-gap: 24px;
 }
 
 .content-row4 p {
     margin-top: 0;
 }
 
 @media (max-width: 992px) {
     .content-row4 {
         padding: 0;
         grid-template-columns: 1fr;
     }
     .a {
         order: 1;
     }
     .b {
         order: 2;
     }
     .c {
         order: 3;
     }
     .d {
         order: 4;
     }
     .e {
         order: 5;
     }
     .f {
         order: 6;
     }
     .g {
         order: 7;
     }
     .h {
         order: 8;
     }
     .i {
         order: 9;
     }
     .j {
         order: 10;
     }
     .k {
         order: 11;
     }
     .l {
         order: 12;
     }
 }
 
 .materials-row {
     display: grid;
     padding: 0;
     grid-template-columns: 1fr;
 }
 
 @media (min-width: 992px) {
     .materials-row {
         grid-template-columns: 1fr 1fr;
         grid-column-gap: 48px;
         grid-row-gap: 24px;
     }
 }
 
 .materials-row .img-materials {
     margin-top: 24px;
 }
 
 .gullco-row {
     display: grid;
     grid-template-columns: 1fr;
 }
 
 @media (min-width: 992px) {
     .gullco-row {
         grid-template-columns: 1fr 1fr 1fr;
         grid-column-gap: 16px;
         grid-row-gap: 96px;
     }
 }
 
 .gullco-row p {
     text-align: center;
 }
 
 .positions {
     display: flex;
     justify-content: space-between;
     align-content: center;
 }
 
 .positions img {
     width: 10%;
     height: 10%;
 }
 
 .small-positions {
     display: flex;
     align-content: flex-start;
     justify-content: space-between;
 }
 
 .small-positions img {
     width: 8%;
     height: 8%;
 }
 
 @media (min-width: 992px) {
     .small-positions img {
         margin-right: 80px;
     }
 }
 
 .content li {
     margin: 8px;
 }
 /* COLLAPSIBLE */
 
 .collapsible {
     text-align: left;
 }
 
 .collapsibletext {
     display: none;
     padding: 0;
     margin: 0;
     overflow: hidden;
 }
 
 .active+.collapsibletext {
     display: block;
 }
 /* TABLE */
 
 .table_wrapper {
     width: 100%;
     height: 100%;
     overflow: hidden;
     position: relative;
 }
 
 .table_wrapper_inner {
     width: 100%;
     height: 100%;
     overflow: auto;
     position: relative;
 }
 
 table {
     width: 100%;
     /* height: 100%; */
     margin-top: 16px;
     text-align: center;
 }
 
 th,
 tr,
 td {
     font-family: Open Sans;
     font-style: normal;
     font-weight: normal;
     line-height: 26px;
     font-size: 16px;
     color: #000000;
     padding: 8px;
 }
 
 table,
 th,
 td {
     border: 1px solid black;
     border-collapse: collapse;
     background-color: white;
 }
 
 th {
     background-color: #EE8A1F;
 }
 
 table caption {
     font-family: Comfortaa!important;
     font-size: 16px;
     text-align: right;
 }
 
 .main-paragraph {
     margin-bottom: 96px;
 }
 
 .img-icon {
     padding-right: 2%;
 }
 /* BOXES */
 
 .orangebox {
     background-color: #EE8A1F;
     color: #ffffff;
     padding: 16px;
     width: 100%;
 }
 
 .greybox {
     border: solid 2px;
     border-color: #212529;
     padding: 16px;
 }
 
 .orangebox2 {
     border: solid 2px;
     border-color: #EE8A1F;
     padding: 16px;
 }
 /*Footer*/
 
 .main-footer {
     margin: auto;
     background-color: #212529;
 }
 
 .footer-text {
     font-family: Open Sans;
     font-style: normal;
     font-weight: 300;
     line-height: 28px;
     font-size: 20px;
     list-style-image: url("../images/icons/se-bullet.png");
     color: #ffffff;
 }
 
 .contacts {
     flex-grow: 1;
 }
 
 .contacts-row {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     margin-left: 11%;
     padding-top: 5%;
     column-gap: 16px;
 }
 
 @media (max-width: 900px) {
     .contacts-row {
         display: grid;
         grid-template-columns: 1fr;
         margin-left: 15%;
     }
     .social-providers {
         margin-left: 12%;
         margin-top: 8%;
     }
     .footer-logo {
         margin-left: 0;
     }
 }
 
 @media (max-height: 500px) {
     .contacts-row {
         display: grid;
         grid-template-columns: 1fr 1fr;
         margin-left: 8px;
     }
     .social-providers {
         margin-left: 15%;
         margin-top: 8%;
     }
     .footer-logo {
         margin-left: 50%;
     }
 }
 
 .social-providers{
    display: flex;
    justify-content: flex-end;
    margin-right: 11%;
 }

 .social-providers>a {
     margin: 8px;
 }
 
 .icon {
     display: block;
     background-position: 0 4px;
     background-repeat: no-repeat;
     padding-left: 40px;
     background-size: 20px 20px;
 }
 
 .icon-location {
     background-image: url('../images/icons/white-location.png');
 }
 
 .icon-location-black {
     background-image: url('../images/icons/location_icon.png');
 }
 
 .icon-address {
     background-image: url('../images/icons/white-map.png');
 }
 
 .icon-address-black {
     background-image: url('../images/icons/map_icon.png');
 }
 
 .icon-email {
     background-image: url('../images/icons/white-mail.png');
 }
 
 .icon-email-black {
     background-image: url('../images/icons/mail_icon.png');
 }
 
 .icon-phone {
     background-image: url('../images/icons/white-phone.png');
 }
 
 .icon-phone-black {
     background-image: url('../images/icons/phone_icon.png');
 }
 
 .icon a {
     color: #ffffff;
     text-decoration: none;
 }

 /*Carousel*/

 .carousel-item,
 .article__hero{
    height: 52vh;
    min-height: 500px;
    position: relative;
 }

 @media (min-width: 992px) {
    .carousel-item,
    .article__hero{
       height: 42vh;
    }
}

 .carousel-item .overlay{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
 }

 .carousel-item img{
    object-fit: cover;
    object-position: center;
    height: 100%;
 }

 .carousel-item .img-row{
    margin-right: 2rem;
 }

 .carousel-item .img-row img{
    width: 4rem;
    height: 4rem;
    object-fit: cover;
 }
 
 .carousel-item .row{
    margin: 0;
    padding: 2rem 0;
    border-bottom: 1px solid #212529;
    align-items: center;
 }

 .carousel-item .row .button{
    align-self: center;
 }

 .carousel-item .row h1{
    margin-right: 2rem;
    margin-bottom: 0;
    font-family: Comfortaa!important;
 }

 .carousel-caption h1{
    height: auto;
    font-family: Comfortaa!important;
 }

 .carousel-caption button{
    margin: 1rem 0 2rem 0;
 }

 .hero_slide button{
    margin-top: 2rem;
    z-index: 100;
 }

 .hero_slide button img{
    height: initial;
 }

 .carousel-indicators li::before {
    background-image: none;
}

.video {
    margin: 2rem 0;
    aspect-ratio: 16/9;
}

.video iframe{
    width: 100%;
    height: 100%;
}

.mb_4{
    margin-bottom: 4rem;
}

@media(min-width: 992px){
    .video-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
@media(min-width: 1200px){
    .video-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}
@media(min-width: 1440px){
    .video-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

/* .crisp-client .cc-24n4a--status-initial .cc-1cx6o, .crisp-client .cc-24n4a--status-initial .cc-1cx6o .cc-7pp6p, .crisp-client .cc-24n4a--status-initial .cc-1cx6o .cc-1oiw4, .crisp-client .cc-24n4a--status-initial .cc-1cx6o .cc-1pozz  {
  display: none !important;
} */
/* body .cc-yv368 .cc-1kr6o .cc-18ov6 .cc-1qbp0{
    width: 5rem !important;
    height: 5rem !important;
} */
/* body .cc-yv368 .cc-1kr6o .cc-18ov6 .cc-1qbp0 .cc-otlyh[data-id=chat_opened],
body .cc-yv368 .cc-1kr6o .cc-18ov6 .cc-1qbp0 .cc-otlyh[data-id=chat_closed]{
     background-color: #EE8A1F !important;
} */
/* .cc-yv368[data-website-logo=false][data-last-operator-face=false] .cc-1kr6o .cc-18ov6 .cc-1qbp0[data-is-ongoing=false] .cc-otlyh .cc-11f3x {
    top: 26px !important;
    left: 21px !important;
} */