body{
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #161616;
    overflow-x: hidden;
    position: block;
}

#main-photo{
    height: 100vh;
    width: 100%;
    background-image: url(../images/main_photo\ \(1\).png);
    background-size: cover;
    background-position: center;
}

#main-photo .col:first-child{
    width: 30%;
}

#main-photo .col:last-child{
    padding-right: 30px;
    width: 70%;
}

#main-image-text{
    font-size: 60px;
    right: 40px;
    top: 35%;
}

#text-main-photo p{
    font-size: 30px;
    text-align: right;
    padding: 0;
    margin: 0;
}

#text-main-photo .row:first-child{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 60%;
}

#text-main-photo{
    background-color: black;
    opacity: .7;
    filter: blur(35px);
}

#main-image-content .row:first-child{
    padding-right: 60px;
    margin-top: 20px;
    height: calc(60% - 20px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#main-image-content .row:first-child h1{
    text-align: right;
    font-size: 8vmin;
    margin: 0;
    padding: 0;
    font-family: "Russo One", sans-serif;
    font-weight: 500;
    color: #bcaf10;
    letter-spacing: 10px;
    text-transform: uppercase;
}

#main-image-content .row:nth-child(2){
    width: 100%;
    padding-top: 20px;
    padding-right: 65px;
    display: flex;
    justify-content: end;
}

#main-image-content .row:nth-child(2) button, #bullets-button button, #shooting-range-part button, .contact-form button, #shop-part .main-button{
    background-color: transparent;
    padding: 15px 50px 15px 50px;
    width: fit-content;
    float: right;
    font-size: 15px;
    font-family: "Tektur", sans-serif;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background-color: #bcaf10;
    box-shadow: none;
    clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 20%);
    border: 0;
}

#catalog {
    background-color: #161616;
}

#catalog .row {
    width: 80%;
    height: 65vh;
}

#catalog .row .col img {
    height: 40%;
    width: 40%;
}

#catalog .row .col h4 {
    font-family: "Tektur", sans-serif;
    font-weight: 700;
    color: #bcaf10;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}

#button-prev-1, #button-next-1, #button-prev-2, #button-next-2{
    color: #bcaf10;
}

.swiper-pagination-bullet-active{
    background-color: #bcaf10 !important;
}

#bullets-slider{
    background-color: #1f2913;
    width: 75%;
}

#bullets-slider .slider-wrapper{
    display: flex;
    justify-content: center;
}

.main-header{
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 35px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcaf10;
}

#carouselShop img{
    height: 80vh; 
    object-fit: cover; 
    object-position: top;
}

#questions-part{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#shop-part{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bcaf10;
    padding-bottom: 31px;
}

.panel, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}

#shop-part{
    background-color: #161616;
    height: 95vh;
}

#shop-part .row, #shop-part .col{
    height: 100%;
}

#shop-part .col:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#shop-part .col:last-child p{
    margin-bottom: 40px;
}

#shop-part .row .col:last-child{
    padding-left: 70px;
}

#shop-part-swiper{
    height: 90%;
    width: 43vw;
    margin: 0;
    float: right;
    padding-bottom: 0 !important;
}

#shop-part-swiper .swiper-slide{
    display: flex;
    justify-content: center;
}

#shop-part-swiper .swiper-slide div{
    width: 75%;
    height: 100%;
}

#shop-part-swiper .swiper-slide:first-child div{
    background-image: url(../images/stand_1\ \(1\).jpg);
    background-size: cover;
}

#shop-part-swiper .swiper-slide:nth-child(2) div{
    background-image: url(../images/stand_2.png);
    background-size: cover;
}

#shop-part-title-2{
    font-size: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcaf10;
}

#shop-part .col:last-child{
    padding-left: 30px;
}

#possible-questions{
    height: fit-content;
    background-color: #1f2913;
    padding-bottom: 70px;
}

#shop-part .col:nth-child(2) p:not(#shop-part-title-2){
    color: #bb8645;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    width: 85%;
}

#questions-accordion{
    background-color: #161616;
    border: 3px solid #bcaf10;
    width: 65%;
}

#questions-accordion .accordion-header button, #questions-accordion .accordion-body{
    color: #bcaf10;
}

#questions-accordion .accordion-item{
    border: 0;
}

#questions-accordion{
    padding: 40px 40px 40px 40px;
}

#questions-accordion .accordion-button{
    background-color: #161616;
}

#questions-accordion .accordion-item{
    background-color: #161616;
}

#questions-accordion .accordion-item .accordion-header button{
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

#questions-accordion .accordion-item .accordion-body{
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #bb8645;
}

.accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23bcaf10' stroke='%23bcaf10' stroke-width='2' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23bcaf10' stroke='%23bcaf10' stroke-width='2' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#questions-accordion .accordion-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #bcaf10;
}

.accordion-button:not(.collapsed) {
    border: none !important;
    box-shadow: none !important;
}

#youtube-part{
    background-color: #1f2913;
    padding-bottom: 70px;
}

#youtube-part .col:first-child{
    display: flex;
    height: fit-content;
    justify-content: flex-end;
}

#youtube-part iframe{
    width: 500px;
    height: 300px;
}

#youtube-part .col:last-child{
    width: fit-content;
    height: fit-content;
}

#workshop-part .row {
    height: fit-content;
}

#workshop-part{
    background-color: #1f2913;
    padding-bottom: 70px;
}

#workshop-part img:not(.twentytwenty-container img){
    height: 100%;
    width: 60%;
    margin: 0;
    float: right;
}

#workshop-part .col:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 80px;
}

#workshop-part p {
    margin-bottom: 0px !important;
}

#workshop-part .col:last-child div{
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 20px;
    width: 85%;
}

#workshop-part .col:last-child div p{
    margin: 0;
}

#workshop-part .col:last-child div img:not(.twentytwenty-container img){
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

#workshop-part .col:last-child p{
    color: #bb8645;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    width: 80%;
}

@media only screen and (max-width: 1200px){
    #youtube-part iframe{
        width: 450px;
        height: 250px;
    }
}

@media only screen and (max-width: 1000px){
    #youtube-part iframe{
        width: 350px;
        height: 200px;
    }

    #youtube-part .col:last-child{
        display: none;
    }

    #youtube-part .row, #youtube-part .col{
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 576px){
    html, body {
        overflow-x: hidden;
    }

    #main-image-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #main-photo{
        width: 100%;
    }

    #main-photo{
        height: 88vh !important;
    }

    #main-image-content .row:first-child{
        height: 50%;
        display: flex;
        align-items: center;
    }

    .main-header{
        font-size: 27px;
    }

    #main-image-content .row:first-child h1{
        text-align: center;
        font-size: 25px;
        width: 100%;
    }

    #main-image-content .row:nth-child(2){
        height: 50%;
        display: flex;
        justify-content: center;
    }

    #main-image-content .row:nth-child(2) button{
        height: fit-content;
    }
    
    #catalog .row {
        height: fit-content;
    }

    .col-bullet{
        margin-bottom: 30px;
    }

    #bullets-slider{
        padding: auto 10px auto 10px;
    }

    #shop-part .col:last-child{
        height: fit-content;
    }

    #shop-part .row .col{
        padding: 0;
    }

    #shop-part-swiper{
        width: 100% !important;
    }

    #workshop-part .row .col:first-child img{
        padding-bottom: 0 !important;
    }

    #workshop-part .col:last-child p{
        margin-top: 34px !important;
    }

    #shop-part p{
        width: 95% !important;
    }
    
    #shop-part .row .col:last-child{
        padding-left: 0px;
        margin-top: 20px;
    }

    #workshop-part{
        padding-bottom: 70px;
    }

    #workshop-part img:not(#workshop-part .col:last-child div img){
        padding-bottom: 30px !important;
    }

    #workshop-part .col:last-child p{
        width: 90%;
    }

    #shop-part .swiper .swiper-slide div{
        width: 100%;
    }

    #main-image-content .row{
        padding-right: 15px;
        padding-left: 15px;
    }

    #main-image-content .row:first-child p{
        letter-spacing: 3px;
        font-size: 25px;
    }

    #youtube-part .container .row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #youtube-part .container .row .col:first-child{
        display: flex;
        justify-content: center;
    }

    #youtube-part .col:last-child{
        display: none;
    }

    #workshop-part .col:last-child{
        align-items: center;
    }

    #workshop-part .col:last-child div{
        align-self: center;
        display: flex;
        align-items: center;
        width: 85%;
        justify-content: center;  

    }

    #workshop-part .col:last-child div p{
        margin-top: 0 !important;
        text-align: left;
    }

    #workshop-part .col:last-child div img{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px){
    #workshop-part .row .col:first-child{
        justify-content: center !important;
    }

    #workshop-part .row .col:last-child{
        justify-content: center !important;
    }

    #workshop-part .row .col:last-child *{
        align-self: center;
    }

    #workshop-part .row .col:last-child div{
        justify-content: center;
    }
}

@media only screen and (max-width: 800px)  {
    #main-image-content .row:first-child{
        padding-right: 0;
        padding-left: 0;
    }

    #main-image-content .row:last-child{
        padding-right: 0;
        padding-left: 0;
    }

    #main-photo{
        height: 65vh;
    }

    #main-photo .row:first-child{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #main-image-content .row:first-child{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    #catalog .row .col h4 {
        font-size: 18px;
        margin-top: 15px;
    }

    #catalog .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #shop-part, #shop-part .row{
        height: fit-content;
    }

    #shop-part .col:first-child{
        height: 50vh;
    }

    #shop-part .col:first-child{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #shop-part{
        padding-bottom: 70px;
    }

    #workshop-part .row .col:first-child{
        justify-content: right;
    }

    #shop-part .swiper .swiper-slide{
        display: flex;
        justify-content: center;
    }

    #shop-part .col:last-child{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    #shop-part .col:last-child p{
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    #main-image-content .row:first-child p{
        font-size: 30px;
    }

    #shop-part .col:last-child{
        padding: 0;
    }

    #questions-accordion{
        width: 100%;
    }
    
    #workshop-part .col{
        display: flex;
        justify-content: center;
    }

    #workshop-part .col:last-child {
        padding-left: 0px;

    }

    #workshop-part .col:last-child p{
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (min-width: 1450px) {
    #bullets-slider {
        width: 65% !important;
    }
}