@font-face {
    font-family: PromptL;
    src: url(Fonts/Prompt/Prompt-Light.ttf);
}

@font-face {
    font-family: PromptR;
    src: url(Fonts/Prompt/Prompt-Regular.ttf);
}
h1 {
    font-size: 32px;
    font-family: PromptR;
}

h5 {
    font-size: 24px;
    font-family: PromptR;
}

p {
    font-size: 16px;
    font-family: PromptL;
    margin: 0;
}

a {
    font-family: PromptR;
    font-size: 16px;
}

.top_section {
    background-image: url("img/bg_top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mob{
    display: none;
}
.top_section .navbar-collapse {
    max-width: 690px;
}

.top_section .navbar-nav .nav-link {
    padding-right: 50px;
}
.phone_icon{
    width: 21px;
    height: 21px;
}
.content {
    width: 100%;
    max-width: 600px;
    margin-top: 130px;
}
.fil_img{
    position: absolute;
    width: 150px;
    height: 60px;
    top: 64%;
    left: 80%;
}
.sizes_text .fil_img{
    width: 60px;
    height: 40px;
    position: absolute;
    top: 32%;
    left: -3%;
}
.imgs_content .fil_img {
    position: absolute;
    width: 54px;
    height: 33px;
    top: 6%;
    left: 50%;
}
.premium .fil_img {
    position: absolute;
    width: 68px;
    height: 40px;
    top: 26%;
    left: 57%;
}
.social_content{
   margin: 60px 0 130px 0;
}
.social_content .btn_order {
    width: 214px;
    height: 42px;
    background: #F25C3F;
    display: flex;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;


}
.footer .social_content {
    padding: 130px 0;
    text-align: end;

}

.sizes_img {
    margin-top: 100px;
}

.sizes_img img {
    width: 65%;
}

.sizes_text {
    padding: 150px 0 50px 0;

}
.img_rear {
    background-image: url("img/gr1.png");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.img_rear:hover {
    cursor: pointer;
    z-index: 3;
    background-image: url("img/wh1.png");
    position: relative;
}

.img_rear:hover ~ .img_front {
    background-image: url("img/gr2.png");
}

.img_front {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 18%;
    left: 20%;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-image: url("img/wh2.png");

}

video{
    object-fit: cover;
}
.work {
    background-image: url("img/work_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 150px;
}

.work_text {
    padding: 50px 20px 10px;
}

.work iframe {
    width: 100%;
}

.gallery {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.gallery .gallery_content img {
    cursor: pointer;
    width: 100%;
}

.img_item {
    padding-bottom: 10px;
    padding-left: 10px;
}

.img-fluid {
    width: 100%;
}

.see_all {
    width: 161px;
    height: 42px;
    border: 1px solid #F25C3F;
    background: #ffffff;
    color: #F25C3F;
    position: absolute;
    border-radius: 44px;
    bottom: 10%;
    right: 10%;
}

.see_all:hover {
    background: #F25C3F;
    color: #ffffff;
}
.contacts {
    margin-top: 150px;
}

.contact_bg {
    padding: 60px 70px;
    position: relative;
    background-image: url("img/contact_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
}

.contact_bg img {
    position: absolute;
    right: 0;
    top: -39%;
    max-width: 100%;
}
.phone::-webkit-outer-spin-button,
.phone::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.phone[type=number] {
    -moz-appearance: textfield;
}
.submit_btn {
    width: 174px;
    height: 38px;
    border-radius: 61px;
    background: #F25C3F;
    border: none;
    color: #ffffff;
    font-size: 16px;
}

.gallery .carousel {
    display: none;
}

.close {
    display: none;
}
.top_btn{

}
#button {
    position: fixed;
    bottom: 2%;
    right: 3%;
    background: #F25C3F;
    border: none;
    border-radius: 4px;
    visibility: hidden;
    width: 52px;
    height: 52px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#button:hover {
    cursor: pointer;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.top_btn img{
    /*width: 30px;*/
    /*height:18px;*/
}
.footer_links{
    text-align: end;
}

@media only screen and (max-width: 1024px) {
    .contact_bg img {
        display: none;
    }

    .img_rear {
        background-size: contain;
    }

    .img_front {
        background-size: contain;
    }
}

@media only screen and (max-width: 768px) {
    .mob{
        display: block;
    }
    .gallery .carousel {
        display: block;
    }

    .footer .social_content {
        padding: 60px 0;
        text-align: center;
    }

    .gallery {
        margin-top: 10px;
    }

    .gallery_content {
        display: none;
    }

    .contacts {
        margin-top: 30px;
    }

    .sizes_text {
        padding-top: 0;
    }

    .work {
        margin-top: 0;
    }

    #about {
        padding-top: 30px;
    }

    .footer .navbar-nav {
        text-align: center;
        padding-top: 30px;
        justify-content: space-around;
    }

    .footer .navbar .container {
        justify-content: center;
    }

    .footer .navbar .navbar-brand {
        display: flex;
        justify-content: center
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding: 0;
    }
    .fil_img{
        display: none;
    }
    video{
        width: 100%;
    }
    .footer_links{
        text-align: center;
    }
}
.modal.show .modal-dialog{
    max-width: 600px;
}
@media only screen and (max-width: 500px) {
    .img_rear {
        width: 70%;
    }

    .img_front {
        width: 70%;
    }

}

.footer {
    margin-top: 100px;
    background: #FCFBFA;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .close {
        display: block;
    }
    .navbar .lateral-left {
        animation: slide-out-left 200ms forwards;
    }

    .navbar .lateral-left.show {
        animation: slide-in-left 200ms forwards;
    }

    .navbar .lateral-left.collapsing {
        animation: slide-in-left 200ms forwards;
    }

    .navbar .navbar-collapse {
        top: 0;
        bottom: 0;
        position: fixed;
        width: 100%;
        height: auto !important;
        background: #f8f8f8;
        padding: 30px;
        z-index: 2;
    }

    .navbar .lateral-left.show {
        display: block !important;
        overflow-y: auto;
    }
}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

@keyframes slide-out-left {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.footer .bf{
    text-decoration: none;
    color: #464646;
    font-weight: 600;
    cursor: pointer;
    font-family: PromptR;
}
