* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
header {
    background: #fff;
}
footer {
    background: linear-gradient(to right, rgba(65,112,156,1) 0%, rgba(65,112,156,1) 40%, rgba(0,72,113,1) 61%, rgba(0,72,113,1) 100%);
    height: 317px;
}
footer, footer a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.75;
}
footer a:hover, .prav-info:hover {
    transition: 0.5s;
    color: #feb459;
    text-decoration: underline;
}
.section__main {
    background: #f7f7f7;
}
.top-bar {
    background: linear-gradient(to right, rgba(100,161,189,1) 0%, rgba(100,161,189,1) 40%, rgba(0,117,184,1) 61%, rgba(0,117,184,1) 100%);
    height: 60px;
}
.top-bar__popup {
    width: 450px;
}
.footer__popup {
    width: 475px;
}
.btn--popup {
    width: 240px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    height: 42px;
    background: #0aadbf36;
    cursor: pointer;
    transition: 0.2s;
}
.btn--popup > img {
    width: 36px;
    height: 26px;
    margin-left: 5px;
    margin-top: 4px;
}
.btn--popup > span{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}
.btn--popup:hover {
    background-color: #feb459;
    border: 2px solid #feb459;
    text-decoration: underline;
}
.navbar {
    max-width: 1170px;
}
.gallery-navbar, .form-navbar {
    max-width: 1100px;
}
.bottom-bar {
    height: 92px;
    border-bottom: 1px solid #f2f2f2;
}
.nav-link:hover, .autohide .nav-link:hover {
    color: #feb459;
}
.nav-item > a {
    color: #838383;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-collapse {
    background: #fff;
    z-index: 1000;
}
.phone-number {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.banner-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.banner {
    background-image: url("/public/img/banner-main.png");
    height: 600px;
}
.banner-header {
    width: 55%;
    justify-content: center;
    height: 70%;
    color: #000000;
    text-align: center;
}
h1 {
    font-size: 32px;
    color: #545454;
    font-weight: 300;
    text-transform: uppercase;
}
h2 {
    font-size: 30px;
    color: #717171;
    font-weight: 300;
}
h3 {
    font-size: 26px;
    font-weight: 400;
    color: #717171;
}
p, .section-window-handle__content {
    color: #444;
    font-size: 15px;
    line-height: 1.75;
}
.section-content {
    width: 505px;
}
.text-active {
    color: #feb459;
}
.span-info {
    font-size: 20px;
}
.section-balcony {
    background-image: url("/public/img/117-1.jpg");
}
.section-window-handle__img {
    background-image: url("/public/img/36160065_330427470827222_6196206304118177792_n.jpg");
}
.section-tabs-1 {
    background-image: url("/public/img/112-1.jpg");
}
.section-tabs-2 {
    background-image: url("/public/img/113-1.jpeg");
}
.section-tabs-3 {
    background-image: url("/public/img/115-1.jpg");
}
.section-tabs-4 {
    background-image: url("/public/img/116-1.jpg");
}
.tabs-content {
    margin-top: 100px;
}
.nav-tabs {
    border: none;
    width: 270px;
    top: 50px;
    left: 50%;
}
.nav-tabs--li, .ul--description > li{
    font-size: 15px;
    font-weight: 400;
}
.nav-tabs--li {
    color: #a5a5a5;
}
.ul--description {
    list-style-position: inside;
}
.ul--description > li {
    color: #808080;
    line-height: 1.75;
}
.nav-tabs--li:hover, .profile-tabs-nav > .active {
    color: #feb459;
    border-bottom: 2px solid #feb459;
    cursor: pointer;
}
.form-request {
    background: linear-gradient(to right, rgb(142, 195, 246) 0%, rgb(142, 195, 246) 45%, rgb(48, 146, 216) 54%, rgb(17, 126, 195) 66%, rgb(0, 117, 184) 100%);
    height: 363px;
}
.form-feedback {
    background: linear-gradient(to right, rgba(100,161,189,1) 0%, rgba(100,161,189,1) 40%, rgba(0,117,184,1) 61%, rgba(0,117,184,1) 100%);
    height: 363px;
}
.form-request--banner {
    max-width: 520px;
    height: 383px;
    margin-top: -20px;
}
.form-header, .form-header--contact {
    color: #e6e6e6;
    text-transform: uppercase;
}
.request__input {
    background: rgb(16, 81, 132);
    border: 2px solid rgb(99, 194, 255);
    border-radius: 7px;
    font-weight: 300;
    font-size: 15px;
    color: #bebebe;
    padding: 8px 20px;
    line-height: 1.75;
}
.request__btn {
    width: 300px;
    background: #feb459;
    color: #f1f1f1;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 8px;
    border: 3px solid #f9b25b;
    transition: 0.3s;
}
.request__btn:hover {
    background: transparent;
    color: #feb459;
}
.request__input::placeholder {
    color: #6e93b5;
    font-weight: 300;
}
.request__input:hover {
    border: 2px solid rgb(249, 178, 91);
    transition: 0.5s;
}
.request__input:focus {
    outline: none;
}
.section-window-handle {
    background: #f3c53b;
}
.prav-info {
    color: #e6e6e6;
    line-height: 1.2;
    font-size: 9px;
    text-decoration: none;
}
.profile-tabs {
    width: 100%;
    max-width: 535px;
}
.profile-tabs td {
    font-size: 12px;
    line-height: 1.5;
    color: #808080;
    padding: 1px 10px;
}
.profile-tabs-nav {
    width: 400px;
    height: 25px;
}
.profile-img {
    background-image: url("/public/img/roto_promo.png");
    height: 250px;
}
.new-item {
    position: absolute;
    padding: 2px 12px;
    font-weight: 500;
    color: #fff;
    background: #f9b25b;
    top: -30px;
    width: 100%;
}
.possibility-img {
    width: 80px;
    height: 80px;
}
.possibility-header {
    font-size: 22px;
    font-weight: 300;
    color: #717171;
}
.prev-link, .prev-link > a {
    text-decoration: none;
    color: #969696;
    font-size: 14px;
    line-height: 1.75;
}
.prev-link > a:hover {
    text-decoration: underline;
}
.section--img {
    height: 360px;
}
.contact-phone {
    font-size: 45px;
    color: #feb459;
    font-weight: bold;
}
textarea {
    resize: none;
    height: 100px;
}
.france-window {
    background-image: url("/public/img/IMG_20180118_143443.jpg");
    width: 100%;
}
.balkony-img {
    background-image: url("/public/img/113-1.jpeg");
    width: 100%;
}
.window-img {
    background-image: url("/public/img/C__Data_Users_DefApps_AppData_INTERNETEXPLORER_Temp_Saved-Images_a7b22dfd74cb6817998514791afd5582.png");
    width: 100%;
}
.different-forms-window {
    background-image: url("/public/img/plastikovyye-arochnyye-okna.jpg");
    width: 100%;
}
.inner-window-banner {
    background-image: url("/public/img/first_cat.jpg");
    height: 700px;
    background-position: unset;
}
.banner-content > span {
    background: #f3c639;
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
    line-height: 1.2;
}
.banner-content__header {
    font-size: 44px;
}
.banner-content__text {
    font-size: 30px;
}
.advantages {
    height: 380px;
}
.advantages img {
    width: 90px;
}
.advantages span {
    font-size: 15px;
    line-height: 1.2;
}
.carousel-item {
    height: 475px;
}
.table-price {
    font-size: 15px;
}
.table-price li {
    line-height: 1.75;
}
.gallery-item__window {
    height: 182px;
    position: relative;
}
.gallery-item__window-kind {
    height: 140px;
    position: relative;
}
.gallery-item__tambur {
    width: 188px;
    height: 141px;
    position: relative;
}
.gallery-item__our-works {
    width: 150px;
    height: 150px;
    position: relative;
}
.gallery-zoom {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/public/img/icons8-zoom-in-90.png");
    background-size: 45px 45px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}
.gallery-zoom:hover {
    opacity: 1;
}
.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal {
    --bs-modal-width: inherit;
}
.modal-dialog, .modal-content, .modal-body {
    max-width: 995px;
}
.modal-body {
    padding: unset;
}
.modal-content {
    margin-left: 10px;
    margin-right: 10px;
}
.request--popup {
    width: 95%;
}
.request--popup > .request__btn {
    width: 100%;
}
.btn-close--popup {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    background-image: url("/public/img/close-light.png");
    background-size: cover;
}
.btn-scroll {
    opacity: 0;
    visibility: hidden;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 29px;
    bottom: 68px;
    background: #252525;
    cursor: pointer;
    transition: opacity 0.5s;
    z-index: 100;
}
.btn-scroll--active {
    visibility: visible;
    opacity: 1;
}
.btn-scroll__img {
    width: 25px;
    transition: ease-out 0.2s;
}
.btn-scroll__text {
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    color: #d0d0d0;
    opacity: 1;
    transition: opacity .2s;
}
.btn-scroll:hover .btn-scroll__text{
    opacity: 0;
    visibility: hidden;
}
.btn-scroll:hover .btn-scroll__img {
    transform: translateY(10px);
}
.form-feedback__main {
    display: none;
    animation: fadeInFromNone 0.5s ease-in-out;
}
.form-request--main {
    margin-top: -28px;
}
.owl-content__header {
    color: #ffab4f;
    font-weight: 400;
    font-size: 18px;
}
.owl-content__description {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    padding: 30px 45px 0 30px;
}
.message-back-window {
    background: #0570b1f0;
    width: 330px;
    height: 230px;
    z-index: 0;
    position: absolute;
    top: -20px;
    left: 175px;
    border-radius: 30px 30px 0 30px;
}
.message-back-window__triangle {
    border: 30px solid transparent;
    border-right: 30px solid #0570b1f0;
    border-top: 30px solid #0570b1f0;
    position: absolute;
    top: 220px;
    left: 270px;
}
.message-window {
    background: #0d83cad4;
    width: 450px;
    border-radius: 40px 40px 40px 0;
    position: relative;
    top: -30px;
}
.message-window__triangle {
    border: 40px solid transparent;
    border-left: 40px solid #0d83cad4;
    border-top: 40px solid #0d83cad4;
    position: absolute;
    left: 0;
}
.table-img {
    max-width: 340px;
}
#carouselExampleIndicators {
    height: 685px;
}
.carousel-indicators {
    margin: 0 !important;
}
.carousel-indicators > .active {
    opacity: 1 !important;
    filter: none !important;
}
.carousel-indicators > button {
    width: 372px !important;
    height: 200px !important;
    position: relative;
    margin: 0 !important;
    border: 5px solid black !important;
    opacity: 0.8 !important;
    transition: filter .3s;
    filter: brightness(35%);
}
.carousel-indicators > button > img {
    position: absolute;
    top: 0;
    left: 0;
}
.form-request__form {
    z-index: 10;
}
.form-feedback__open p {
    color: #f7f7f7;
    font-weight: 200;
    font-size: 18px;
}
.scrolled-down {
    transform:translateY(-100%);
    transition: all 0.3s ease-in-out;
}
.scrolled-up {
    transform:translateY(0);
    transition: all 0.3s ease-in-out;
}
.visibility {
    opacity: 0;
    visibility: hidden;
}
.btn-call {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    z-index: 1000;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA2NzAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") center/50px 50px no-repeat #009900;
}
.our-works-slider img {
    height: 475px;
}
.thumbs {
    display: flex;
    background: #242424;
}
.thumb {
    height: 200px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    border-left: 5px solid black;
    background: #000000;
    opacity: 0.4;
    transition: opacity .3s;
}
.thumb-last {
    border-right: 5px solid black;
}
.thumb:hover {
    cursor: pointer;
    opacity: 1;
}
.our-works-slider .owl-nav {
    margin-top: 0 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
}
.owl-prev, .owl-next  {
    width: 25px;
    height: 25px;
    position: absolute;
    margin: auto !important;
    top: 0;
    bottom: 0;
    pointer-events: all;
}
.owl-prev {
    left: 15px;
}
.owl-next {
    right: 15px;
}
.owl-carousel .prev-slide {
    background: url("/public/img/left-arrow.png") no-repeat center;
    background-size: cover;
    height: 25px;
}
.owl-carousel .next-slide {
    background: url("/public/img/right-arrow.png") no-repeat center;
    background-size: cover;
    height: 25px;
}
@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
        transform:translateY(-30px);
        transition: all 0.5s ease-in-out;
    }

    1% {
        display: flex;
        opacity: 0.5;
    }

    100% {
        display: flex;
        opacity: 1;
        transform:translateY(0);
        transition: all 0.5s ease-in-out;
    }
}
@media (min-width: 300px) and (max-width: 380px) {
    .gallery-item__tambur {
        width: 80% !important;
        height: 20%;
    }
    .gallery--tambur > div > div:nth-child(1) {
        height: 40% !important;
    }
    .tambur-content {
        margin-bottom: 30px;
    }
    .btn--popup > span {
        margin-left: 15px !important;
    }
    .owl-thumbs-slider .owl-item {
        height: 105px;
    }
    .our-works-slider  .item {
        height: 170px !important;
    }
    .owl-prev, .owl-next {
        width: 17px;
        height: 17px;
    }
    .owl-carousel .next-slide, .owl-carousel .prev-slide {
        height: 17px;
    }
}
@media (min-width: 310px) and (max-width: 435px) {
    .profile-tabs-nav {
        flex-wrap: wrap;
        width: 300px;
        height: 70px;
    }
    .profile-tabs-nav > li:last-child {
        margin-top: 35px;
    }
}
@media (min-width: 318px) and (max-width: 480px) {
    .request__btn, .request--popup {
        width: 100%;
    }
    .form-header {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
        width: 50% !important;
    }
    .form-header--popup {
        width: 100% !important;
    }
    .form-request {
        width: 90%;
    }
    .form-request__form {
        width: 90% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .modal-dialog {
        margin: unset;
    }
    .message-back-window {
        left: unset;
        right: -20px;
        width: 230px;
    }
    .message-back-window__triangle {
        left: 170px;
        top: 230px;
    }
    .owl-content__header {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .lb-nav a.lb-next, .lb-nav a.lb-prev {
        width: 35px !important;
        height: 80px !important;
    }
}
@media (min-width: 381px) and (max-width: 480px) {
    .thumb > img {
        min-height: 108px;
    }
    .our-works-slider  .item {
        height: 230px !important;
    }
}
@media (min-width: 380px) and (max-width: 592px) {
    .gallery--tambur > div > div:nth-child(1), .gallery--tambur > div > div:nth-child(2) {
        height: 170px;
    }
    .gallery--tambur > div > div:nth-child(1) {
        width: 20% !important;
    }
    .gallery--tambur > div > div:nth-child(2) {
        width: 40%;
    }
    .gallery--tambur > div > div:nth-child(3), .gallery--tambur > div > div:nth-child(4) {
        width: 65%;
        height: 245px;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .form-request__form {
        width: 75% !important;
    }
    .modal-dialog {
        margin: unset;
    }
    .request--popup {
        width: 100%;
    }
    .message-back-window {
        left: unset;
        right: -20px;
    }
    .thumb > img {
        min-height: 153px;
    }
}
@media (min-width: 592px) and (max-width: 629px) {
    .gallery--tambur > div > div:first-child {
        width: 180px !important;
    }
    .gallery-item__tambur {
        width: 280px;
        height: 220px;
    }
}
@media (max-width: 650px) {
    .btn-call {
        display: block;
    }
}
@media (min-width: 629px) and (max-width: 728px) {
    .gallery-item__tambur {
        width: 240px;
        height: 180px;
    }
    .owl-thumbs-slider .owl-item {
        height: 170px;
    }
}
@media (max-width: 768px) and (min-width: 729px){
    .thumb > img {
        min-height: 178px;
    }
}
@media (max-width: 768px) {
    .nav-tabs {
        top: 550px;
        left: 0;
    }
    .btn--popup > span {
        margin-left: 35px;
        margin-top: 5px;
    }
    .btn--popup {
        width: 100%;
        max-width: 300px;
        height: 50px;
    }
    .identity-logo > img {
        width: 150px;
    }
    .footer__popup {
        width: 100%;
    }
    .footer__contact {
        max-width: 325px;
        width: 100%;
    }
    .form-request {
        background: rgb(9, 121, 190);
    }
    .btn-scroll {
        opacity: 0.7;
    }
    .tambur-info, .section__content--adaptive {
        width: 85% !important;
    }
    .tambur-info p{
        width: 100% !important;
    }
    .cold-glazing-img > img {
        height: unset;
        width: 100% !important;
    }
    .section-window-handle__img {
        background-position: unset;
    }
    .section-balcony, .section-window-handle, .section-tabs-1, .section-tabs-2, .section-tabs-3, .section-tabs-4, .tabs-content, .form-feedback > div > div, .message-window {
        width: 100% !important;
    }
    .section-content {
        width: 100%;
    }
    .form-feedback, .form-feedback > div {
        height: 100%;
    }
    .message-window {
        top: 10px;
    }
    .message-window__triangle {
        border: 20px solid transparent;
        border-left: 20px solid #0d83cad4;
        border-top: 20px solid #0d83cad4;
    }
    .profile-tabs {
        max-width: 100%;
    }
    .our-works-slider  .item {
        height: 300px;
        overflow: hidden;
    }
    .our-works-slider img {
        height: 100%;
        vertical-align: middle;
    }
    .item-thumb, .thumb {
        height: 100% !important;
    }
}
@media (max-width: 855px) and (min-width: 768px) {
    .profile-tabs-nav {
        flex-wrap: wrap;
        width: 300px;
        height: 70px;
    }
    .profile-tabs-nav > li:last-child {
        margin-top: 35px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .footer__contact {
        width: 75%;
    }
    .identity-info {
        width: 65%;
    }
    .company-info {
        justify-content: space-between;
        width: 65%;
    }
    .request__input {
        width: 369px;
    }
    .request--popup > .request__input {
        width: 100%;
    }
    .section__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .large-windows {
        width: 720px;
    }
    .large-windows > div {
        width: 50%;
        height: 305px;
    }
    .section-window-kind div {
        width: 250px;
    }
    .section-window-kind div > img{
        width: 100%;
    }
    .cold-glazing-img > img {
        height: 500px;
        width: 100% !important;
    }
    .message-window {
        width: 350px;
        left: 15px;
    }
    .message-window__triangle {
        border: 30px solid transparent;
        border-left: 30px solid #0d83cad4;
        border-top: 30px solid #0d83cad4;
    }
    .owl-content__header span {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 17px;
    }
}
@media (max-width: 992px) {
    footer {
        height: 442px;
    }
    .gallery {
        width: 85%;
    }
    .inner-window-banner {
        background-position: center;
        height: 600px;
    }
    .banner-content__header {
        font-size: 32px;
    }
    .banner-content__text {
        font-size: 22px;
    }
    .advantages > div {
        width: 100%;
    }
    .advantages {
        height: unset;
    }
    nav {
        width: 80% !important;
    }
    .navbar-mobile {
        padding: 0;
    }
    #navbarTogglerDemo02 {
        border-bottom: 1px solid #e6e6e6;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
    .navbar-toggler {
        margin-left: 25px;
        border: none;
    }
    .navbar-toggler:active, .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
    .navbar-brand {
        margin-right: 35px;
    }
    .navbar-collapse {
        padding-left: 35px;
    }
    .nav-item {
        width: 95%;
    }
    .nav-item > a {
        text-transform: none;
        border-bottom: 1px solid #eaeaea;
    }
    .navbar-nav > .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    .lb-nav a.lb-prev {
        left: 5px !important;
        border: 1px solid #cbd5e0 !important;
        border-radius: 6px !important;
        box-shadow: none !important;
    }
    .lb-nav a.lb-next {
        right: 5px !important;
        border: 1px solid #cbd5e0 !important;
        border-radius: 6px !important;
        box-shadow: none !important;
    }
    .autohide {
        display: none;
    }
    .header-mobile-adaptive {
        height: 90px;
    }
    .main-nav {
        background: #fff;
        position: fixed;
        z-index: 1000;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .request__input {
        width: 460px;
    }
    .request--popup > .request__input {
        width: 100%;
    }
    .section__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cold-glazing-img > img {
        width: 450px !important;
        height: 309px;;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .sponsors img:first-child {
        height: 50%;
        width: 30%;
    }
    .sponsors img:last-child {
        height: 50%;
        width: 50%;
    }
}
@media (min-width: 996px) {
    .autohide {
        background-color: #323232;
        height: 60px;
        width: 100%;
        z-index: 1030;
        position: fixed;
        display: flex;
        top: 0;
    }
    .autohide ul {
        background-color: #323232;
    }
    .autohide .nav-link {
        color: #fff;
    }
}
