.mainContainer {
    transition:  ease-in-out .4s;
}

.videoBackground {
    width: 100%;
    height: calc(100vh - 126px);
    overflow: hidden;
}

.hiddenBlock {
    display: none;
}


#myVideo {
    width: 100%;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: auto;
    z-index: 0;
}

.videoBackground h1.rel {
    z-index: 10;
    position: absolute;
    top: calc(126px + 20px);
    left: 40px;
    width: 100%;
    text-align: left;
    color: #FF3E00;
    text-shadow: 0 0 4px white;
    text-transform: none;
    animation: hideIn4sec;
    animation-duration: 4s;
    animation-iteration-count: 2;
    opacity: 0;
    font-size: 2rem;
}

@keyframes hideIn4sec {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}

.footer {
    width: 100%;
    min-height: 470px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    background-color: #212529;
    /*position: absolute;*/
}

/* --------------------------------------- Contact us */
.wrapperBlock {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 550px;
    background: rgba(0,0,0,0.6);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: 1px solid rgba(255, 62, 0, 0.51);
    transition: ease-in-out .4s;
    animation: blinc;
    animation-duration: 4s;
    animation-iteration-count: 1;
    justify-content: center;
}

@keyframes blinc {
    0% {
        opacity: 1;
        left: -150%;
    }
    25% {
        opacity: .5;
        left: -50%;
    }
    50% {
        opacity: 0;

    }
    75% {
        opacity: .5;
        left: -50%;
    }
    100% {
        opacity: 1;
        left: 50%;
    }
}

.wrapperBlock:hover {
    box-shadow: 0 0 6px #FF3E00;
    background: rgba(0,0,0,0.85);
    animation-play-state: paused;
    opacity: 1;
}

.wrapperBlock .title h1 {
    color: #FF3E00;
    text-align: center;
    margin-bottom: 10px;
}

.wrapperBlock .title p {
    color: white;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
}

.wrapperBlock p.colorBrand {
    color: #FF3E00;
    font-weight: bold;
    margin-bottom: 20px;
}

.wrapperBlock form {
    max-width: 550px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.contact-form{
    display: flex;
}

.input-fields{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-right: 4%;
}

.input-fields,
.msg{
    width: 48%;
}

.input-fields .input,
.msg textarea{
    margin: 10px 0;
    background: transparent;
    /*border: 0px;*/
    /*border-bottom: 2px solid #FF3E00;*/
    padding: 10px;
    color: #FF3E00;
    width: 100%;
    border: 1px solid #FF3E00;
    border-radius: 8px;
}

.msg textarea{
    height: 150px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FF3E00;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #FF3E00;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #FF3E00;
}

.wrapperBlock input.btn {
    background: #FF3E00;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    left: 0;
}

.wrapperBlock form.btn {
    background-color: transparent;
    width: 100%;
}
/* ---------------------------------------    the end */

.ourServices {
    background: black;
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 20px 0 20px;
}

.ourServices h1 {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    color: #FF3E00;
    margin: 20px 0;
}

.ourServices h3 {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #FF3E00;
    margin: 20px 0;
}

.ourServices p {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: white;
    margin: 20px 0;
}

.block100row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    /*background: url(/assets/specna-arms-BHtfQxJJBbE-unsplash.jpg);*/
    /*background: url(/assets/bg-guard-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;*/
}

.shieldLeft {
    position: absolute;
    left: 5%;
    top: -5%;
    transition: ease-in-out .4s;
}

.shieldRight {
    position: absolute;
    right: 5%;
    top: -5%;
    transition: ease-in-out .4s;
}

.shieldLeft:hover, .shieldRight:hover {
    transform: scale(1.05);
}

.block50column {
    width: 40%;
    flex-direction: column;
    background-color: #343434;
    border-radius: 20px;
    min-height: 100px;
    margin: 20px 20px 50px 20px;
    padding: 30px 0 0 0;
    transition: ease-in-out .4s;
    /*background-color: #777777;*/
}

.block50column:nth-child(1):hover {
    box-shadow: 0 0 5px 2px #FF3E00;
    background: url(/assets/bg-guard-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.block50column:nth-child(2):hover {
    box-shadow: 0 0 5px 2px #FF3E00;
    background: url(/assets/bg-guard-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.block50column:hover.block50column ul li:hover {
    background-color: #343434;
    cursor: pointer;
}

.block50column:hover.block50column ul li {
    color: white;
    text-shadow: 0 0 4px black;
}

.block50column ul {
    width: 100%;
    height: auto;
    padding: 20px 10px 0 10px;
    text-align: left;
}

.block50column ul li {
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #8F8F8F;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    padding: 20px 20px 20px 40px;
    border-radius: 12px;
    transition: ease-in-out .3s;
    width: 100%;
}

.block50column ul li img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-left: 12px;
}

.block50column ul li:hover img {
    filter: contrast(200%);
}

/*.block50column ul li div.img {
    width: 100%;
    height: 40px;
    !*background-image: url(/assets/emergency-light-grey.png);
    background-repeat: no-repeat;
     background-size: auto 80%;
    background-position: left center;*!
    transition: ease-in-out .4s;
    !*display: flex;*!
    justify-content: flex-start;
    padding-left: 90px;
    align-items: center;
}*/

.block50column ul li:hover .img {
    /*background-image: url(/assets/emergency-light.png);*/
}

.block50column ul li:hover {
    box-shadow: 0 0 10px 4px rgba(255, 62, 0, 0.44);
    color: whitesmoke;
}

.block100column {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: black;
    padding: 0 0 30px 0;
}

button.btnStyle {
    border: 1px solid #FF3E00;
    width: 214px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FF3E00;
    font-weight: bold;
    background-color: black;
    text-transform: uppercase;
    font-size: .9rem;
    border-radius: 5px;
    transition: ease-in-out .4s;
    margin-top: 46px;
}

button.btnStyle:hover {
    background-color: #FF3E00;
    color: white;
    box-shadow: 0 0 10px 2px white;
    font-weight: bold;
    cursor: pointer;
}

#modal {
    display: none;
    width: 100%;
    height: 100vh; /*calc(100vh - 126px);*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 300;
    overflow: hidden;
    background: url(/assets/Mercedes-Maybach-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: ease-in-out.4s;
}

.workBlock {
    width: 80%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px 6px rgba(255, 62, 0, 0.66);
    z-index: 400;
    filter: grayscale(0);
}

.workBlock h1 {
    color: whitesmoke;
    font-size: 2rem;
    text-transform: uppercase;
    z-index: 600;
    position: absolute;
    top: 10%;
}

.formBlock {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 400;
}

.formBlock form {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 84px;
}

.formBlock form input {
    width: 90%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    border: 1px solid black;
    background-color: #212529;
    font-size: .9rem;
    border-radius: 5px;
    line-height: 30px;
    color: #777777;
    transition: ease-in-out .3s;
}

.formBlock form input:hover {
    box-shadow: 0 0 8px 4px rgba(255, 62, 0, 0.79);
}

.formBlock form input::placeholder, .formBlock form textarea::placeholder {
    color: whitesmoke;
    padding-left: 10px;
}

.formBlock input:focus::placeholder, .formBlock form textarea:focus::placeholder {
    color: transparent;
    transition: all 0.6s;
}

.formBlock form input:focus, .formBlock form input:focus-visible, .formBlock form textarea:focus {
    box-shadow: inset 0 0 10px 2px #FF3E00;
}

.formBlock form textarea {
    width: 90%;
    height: 90px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: .9rem;
    color: #777777;
    background-color: #212529;
    border-radius: 5px;
    border: none;
    line-height: 60px;
    transition: ease-in-out .3s;
}

.formBlock form textarea:hover {
    box-shadow: 0 0 8px 4px rgba(255, 62, 0, 0.79);
}

/*datalist option {
    color: #A163F5;
}*/

.formBlock form .btn {
    border: 1px solid #FF3E00;
    width: 35%;
    height: 46px;
    color: #FF3E00;
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .9rem;
    border-radius: 5px;
    transition: ease-in-out .4s;
    margin-top: 46px;
}

.formBlock form .btn:hover {
    background-color: #FF3E00;
    color: white;
    box-shadow: 0 0 10px 2px white;
    font-weight: bold;
    cursor: pointer;
}

.btnAnime {
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

.btnAnime:hover {
    animation-play-state: paused;
}

@keyframes upDown {
    0% {
        background-color: #FF3E00;
    }
    50% {
        background-color: transparent;
        text-shadow: 0 0 5px black;
        color: #FF3E00;
        box-shadow: 0 0 4px 2px #FF3E00;
    }
    100% {
        background-color: #FF3E00;
        height: 46px;
    }
}

.bg202020 {
    color: white;
    background-color: black; /*#202020;*/
}

.bgPhoto {
    background: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.bgPhoto h1 {
    width: 54%;
    padding: 0 30px;
    font-size: 2.4rem;
    margin: 50px 30px 0 0;
    color: #FF3E00;
}

.bgPhoto > p {
    width: 54%;
    font-size: 1.3rem;
    text-align: justify;
    padding: 30px 30px;
    line-height: 30px;
    font-weight: normal;
    text-indent: 60px;
}

.bgPhoto p.last {
    padding-bottom: 0;
}

.left {
    align-items: flex-start;
}

.column.left a p {
    margin-top: 14px;
}

.copyright {
    position: relative;
}


/* ------------------------------------------- @media */
@media screen and (min-width: 1368px) {
    .menu .btn a {
        text-align: center;
    }

    .fontSize2 {
        font-size: 1.5rem;
    }

    .hiddenBlock {
        display: none;
    }

    .wrapper2Block {
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: unset;
        background: rgba(0,0,0,0.6);
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        border: 1px solid rgba(255, 62, 0, 0.51);
        transition: ease-in-out .4s;
        animation: blinc;
        animation-duration: 4s;
        animation-iteration-count: 1;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: 50vh;
        width: 45vw;
    }

    @keyframes blinc {
        0% {
            opacity: 1;
            left: -150%;
        }
        25% {
            opacity: .5;
            left: -50%;
        }
        50% {
            opacity: 0;

        }
        75% {
            opacity: .5;
            left: -50%;
        }
        100% {
            opacity: 1;
            left: 50%;
        }
    }

    .wrapper2Block:hover {
        box-shadow: 0 0 6px #FF3E00;
        background: rgba(0,0,0,0.85);
        animation-play-state: paused;
        opacity: 1;
    }

    .wrapper2Block .title h1 {
        color: #FF3E00;
        text-align: center;
        margin-bottom: 10px;
    }

    .wrapper2Block .title p {
        color: white;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .wrapper2Block p.colorBrand {
        color: #FF3E00;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wrapper2Block form {
        max-width: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .wrapper2Block .contact-form{
        display: flex;
    }

    .input-fields{
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-right: 4%;
    }

    .wrapper2Block .input-fields,
    .wrapper2Block .msg{
        width: 48%;
    }

    .wrapper2Block .input-fields .input,
    .wrapper2Block .msg textarea{
        margin: 10px 0;
        background: transparent;
        /*border: 0px;*/
        /*border-bottom: 2px solid #FF3E00;*/
        padding: 10px;
        color: #FF3E00;
        width: 100%;
        border: 1px solid #FF3E00;
        border-radius: 8px;
    }

    .wrapper2Block .msg textarea{
        height: 150px;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #FF3E00;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #FF3E00;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: #FF3E00;
    }

    .wrapper2Block input.btn {
        background: #FF3E00;
        text-align: center;
        padding: 15px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .wrapper2Block form.btn {
        background-color: transparent;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1367px) {
    .menu .btn a {
        text-align: center;
    }

    .fontSize2 {
        font-size: 1.5rem;
    }

    .menu .btn a {
        text-align: center;
    }

    .fontSize2 {
        font-size: 1.5rem;
    }

    .hiddenBlock {
        display: none;
    }

    .wrapper2Block {
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: unset;
        background: rgba(0,0,0,0.6);
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        border: 1px solid rgba(255, 62, 0, 0.51);
        transition: ease-in-out .4s;
        animation: blinc;
        animation-duration: 4s;
        animation-iteration-count: 1;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: 50vh;
        width: 50vw;
    }

    @keyframes blinc {
        0% {
            opacity: 1;
            left: -150%;
        }
        25% {
            opacity: .5;
            left: -50%;
        }
        50% {
            opacity: 0;

        }
        75% {
            opacity: .5;
            left: -50%;
        }
        100% {
            opacity: 1;
            left: 50%;
        }
    }

    .wrapper2Block:hover {
        box-shadow: 0 0 6px #FF3E00;
        background: rgba(0,0,0,0.85);
        animation-play-state: paused;
        opacity: 1;
    }

    .wrapper2Block .title h1 {
        color: #FF3E00;
        text-align: center;
        margin-bottom: 10px;
    }

    .wrapper2Block .title p {
        color: white;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .wrapper2Block p.colorBrand {
        color: #FF3E00;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wrapper2Block form {
        max-width: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .wrapper2Block .contact-form{
        display: flex;
    }

    .input-fields{
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-right: 4%;
    }

    .wrapper2Block .input-fields,
    .wrapper2Block .msg{
        width: 48%;
    }

    .wrapper2Block .input-fields .input,
    .wrapper2Block .msg textarea{
        margin: 10px 0;
        background: transparent;
        /*border: 0px;*/
        /*border-bottom: 2px solid #FF3E00;*/
        padding: 10px;
        color: #FF3E00;
        width: 100%;
        border: 1px solid #FF3E00;
        border-radius: 8px;
    }

    .wrapper2Block .msg textarea{
        height: 150px;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #FF3E00;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #FF3E00;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: #FF3E00;
    }

    .wrapper2Block input.btn {
        background: #FF3E00;
        text-align: center;
        padding: 15px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .wrapper2Block form.btn {
        background-color: transparent;
        width: 100%;
    }


}

@media screen and (min-width: 901px) and (max-width: 1199px) {
    .wrapper {
        height: auto;
    }

    .fontSize2 {
        font-size: 1.2rem;
    }

    .footerSubBlock img.mail {
        width: 14%;
        height: auto;
        margin-left: 0;
    }

    .menu .btn a {
        text-align: center;
    }

    .fontSize2 {
        font-size: 1.2rem;
    }

    .footer {
        padding-bottom: 0;
    }

    .copyright {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .leftBlock, .rightBlock {
        width: 100%;
        padding: 0;
        text-align: center;
        /*margin-bottom: 10px;*/
    }

    .hiddenBlock {
        display: none;
    }

    .wrapper2Block {
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: unset;
        background: rgba(0,0,0,0.6);
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        border: 1px solid rgba(255, 62, 0, 0.51);
        transition: ease-in-out .4s;
        animation: blinc;
        animation-duration: 4s;
        animation-iteration-count: 1;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: 50vh;
        width: 70vw;
    }

    @keyframes blinc {
        0% {
            opacity: 1;
            left: -150%;
        }
        25% {
            opacity: .5;
            left: -50%;
        }
        50% {
            opacity: 0;

        }
        75% {
            opacity: .5;
            left: -50%;
        }
        100% {
            opacity: 1;
            left: 50%;
        }
    }

    .wrapper2Block:hover {
        box-shadow: 0 0 6px #FF3E00;
        background: rgba(0,0,0,0.85);
        animation-play-state: paused;
        opacity: 1;
    }

    .wrapper2Block .title h1 {
        color: #FF3E00;
        text-align: center;
        margin-bottom: 10px;
    }

    .wrapper2Block .title p {
        color: white;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .wrapper2Block p.colorBrand {
        color: #FF3E00;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wrapper2Block form {
        max-width: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .wrapper2Block .contact-form{
        display: flex;
    }

    .input-fields{
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-right: 4%;
    }

    .wrapper2Block .input-fields,
    .wrapper2Block .msg{
        width: 48%;
    }

    .wrapper2Block .input-fields .input,
    .wrapper2Block .msg textarea{
        margin: 10px 0;
        background: transparent;
        /*border: 0px;*/
        /*border-bottom: 2px solid #FF3E00;*/
        padding: 10px;
        color: #FF3E00;
        width: 100%;
        border: 1px solid #FF3E00;
        border-radius: 8px;
    }

    .wrapper2Block .msg textarea{
        height: 150px;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #FF3E00;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #FF3E00;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: #FF3E00;
    }

    .wrapper2Block input.btn {
        background: #FF3E00;
        text-align: center;
        padding: 15px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .wrapper2Block form.btn {
        background-color: transparent;
        width: 100%;
    }

    .shieldRight, .shieldLeft {
        width: 12%;
        top: -8%;
    }

    .shieldLeft {
        left: 3%;
    }

    .shieldRight {
        right: 3%;
    }

    .block50column {
        width: 48%;
        margin: 0 10px;
    }

    .block50column ul li {
        font-size: 1rem;
    }

    .block50column ul li div.img {
        height: 50px;
        padding-left: 75px;
    }

    .ourServices {
        padding-bottom: 20px;
    }

    .bgPhoto > p {
        width: 100%;
        font-size: 1rem;
        padding: 20px;
    }

    button.btnStyle {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .bgPhoto h1 {
        width: 100%;
    }

    #myVideo {
        height: auto;
        width: 100%;
    }

    #modal {
        z-index: 400;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
    #container {
        margin-bottom: 30px;
    }

    .wrapper {
        display: flex;
    }

    #myVideo {
        position: unset;
        margin-top: 0;
        width: auto;
        height: 100%;
    }

    .footer {
        flex-direction: row;
        padding: 0 20px;
        align-items: baseline;
    }

    .copyright {
        padding: 0 2%;
    }

    .fontSize2 {
        font-size: 1.6rem;
    }

    .footerSubBlock a {
        font-size: 1.2rem;
    }

    .column.left a p {
        margin-top: 14px;
        font-size: .9rem;
    }

    form {
        align-items: center;
    }

    .footerBlock30 h3, .footerBlock40 h3 {
        margin-top: 20px;
    }

    .left {
        align-items: center;
        margin-bottom: 20px;
    }

    .footerSubBlock img {
        width: 60%;
    }

    .mt20 {
        margin-top: 0;
    }

    .ourServices h1 {
        font-size: 2rem;
    }

    .ourServices {
        padding: 20px 10px;
    }

    .block100row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: none;
    }

    .ourServices h3 {
        margin-top: 0;
        text-shadow: 0 0 10px black;
    }

    .block50column ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: ease-in-out .4s;
        padding: 0;
    }

    .block50column:hover {
        background-image: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50% auto;
    }

    .block50column ul li {
        height: 80px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 20px;
        width: 75%;
    }

    .block50column ul li:hover {
        background-color: black;
        width: 75%;
        border: 2px solid #FF3E00;
        margin-left: 20px;
    }

    .block50column ul li div.img {
        width: 100%;
        padding-left: 0px;
        height: auto;
        background-size: auto 26%;
        font-size: 1rem;
        background-image: none;
    }

    .shieldRight {
        display: none;
    }

    .block50column {
        width: 96%;
        margin-bottom: 12px;
        padding: 34px 10px;
    }

    .bgPhoto h1 {
        font-size: 2rem;
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        text-align: center;
    }

    .bgPhoto > p {
        width: 100%;
        font-size: .9rem;
        line-height: 26px;
        padding: 10px 35px;
    }

    .bgPhoto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: auto 30%;
    }

    button.btnStyle {
        margin-top: 0;
    }

    .blockAbsolut {
        left: calc(50vw - 60px);
    }

    .wrapper2Block {
        display: flex;
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: unset;
        background: rgba(0,0,0,0.6);
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        border: 1px solid rgba(255, 62, 0, 0.51);
        transition: ease-in-out .4s;
        animation: blinc;
        animation-duration: 4s;
        animation-iteration-count: 1;
        justify-content: center;
        flex-direction: column;
        height: 70vh;
        width: 60vw;
    }

    .wrapperBlock {
        width: 96%;
        height: 72vh;
        padding: 4px;
        position: initial;
        z-index: 150;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, .39);
        justify-content: space-around;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fontSize2 {
        font-size: 1.4rem;
    }

    .wrapperBlock form {
        width: 96%;
        padding: 10px;
        flex-direction: column;
        justify-content: space-around;
    }

    .input-fields, .msg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .msg textarea {
        height: 100px;
    }

    .wrapperBlock .title p {
        padding: 0 10px;
        font-size: .9rem;
    }

    .wrapperBlock input.btn {
        margin-top: 4px;
        width: 80%;
        position: initial;
    }

    .shieldLeft {
        display: none;
    }

    .videoBackground {
        height: calc(100vh - 126px);
    }

    .hiddenBlock {
        height: 74vh;
        width: 100%;
        display: none;
        background: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        align-items: center;
        justify-content: center;
    }

    .title {
        text-align: center;
    }

    .title .colorBrand {
        color: #FF3E00;
        margin-bottom: 10px;
    }

    .title p {
        color: white;
    }

    .input-fields {
        margin-right: 0;
    }

    .input-fields .input, .msg textarea {
        font-size: .9rem;
    }

    form .btn {
        color: white;
        margin-top: 16px;
        width: 70%;
    }

    .block50column ul li:hover .img {
        background-image: none;
    }

    .menu .btn a {
        font-size: .86rem;
    }

    .leftBlock, .rightBlock {
        text-align: center;
    }

    #modal {
        z-index: 400;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
    #container {
        margin-bottom: 30px;
    }

    .wrapper {
        display: flex;
    }

    #myVideo {
        position: unset;
        margin-top: 0;
    }

    .footer {
        flex-direction: column;
        padding: 0 20px;
    }

    .copyright {
        padding: 0 2%;
    }

    .fontSize2 {
        font-size: 1.6rem;
    }

    .footerSubBlock a {
        font-size: 1.2rem;
    }

    .column.left a p {
        margin-top: 14px;
        font-size: .9rem;
    }

    form {
        align-items: center;
    }

    .footerBlock30 h3, .footerBlock40 h3 {
        margin-top: 20px;
    }

    .left {
        align-items: center;
        margin-bottom: 20px;
    }

    .footerSubBlock img {
        width: 60%;
    }

    .mt20 {
        margin-top: 0;
    }

    .ourServices h1 {
        font-size: 2rem;
    }

    .ourServices {
        padding: 20px 10px;
    }

    .block100row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: none;
    }

    .block50column ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: ease-in-out .4s;
        padding: 0;
    }

    /*.block50column ul:hover {
        background-image: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }*/

    .block50column ul li {
        height: 84px;
        line-height: 20px;
        padding: 20px 10px;
        margin-bottom: 18px;
    }

    .block50column ul li:hover {
        background-color: black;
        width: 96%;
        border: 2px solid #FF3E00;
    }

    .block50column ul li div.img {
        width: 100%;
        padding-left: 35px;
        height: auto;
        background-size: auto 26%;
        font-size: 1rem;
        /*background-image: none;*/
    }

    .shieldRight {
        display: none;
    }

    .block50column {
        width: 96%;
        margin-bottom: 12px;
    }

    .bgPhoto h1 {
        font-size: 2rem;
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        text-align: center;
    }

    .bgPhoto > p {
        width: 100%;
        font-size: .9rem;
        line-height: 26px;
        padding: 10px 20px;
    }

    .bgPhoto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: auto 30%;
    }

    button.btnStyle {
        margin-top: 0;
    }

    .blockAbsolut {
        left: calc(50vw - 60px);
    }

    .wrapper2Block {
        display: none;
    }

    .wrapperBlock {
        width: 96%;
        height: 72vh;
        padding: 4px;
        position: initial;
        z-index: 150;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, .39);
        justify-content: space-around;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fontSize2 {
        font-size: 1.4rem;
    }

    .wrapperBlock form {
        width: 96%;
        padding: 10px;
        flex-direction: column;
        justify-content: space-around;
    }

    .input-fields, .msg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .msg textarea {
        height: 100px;
    }

    .wrapperBlock .title p {
        padding: 0 10px;
        font-size: .9rem;
    }

    .wrapperBlock input.btn {
        margin-top: 4px;
        width: 80%;
        position: initial;
    }

    .shieldLeft {
        display: none;
    }

    .videoBackground {
        height: auto;
        margin-top: 70px;
    }

    .hiddenBlock {
        height: 74vh;
        width: 100%;
        display: flex;
        background: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        align-items: center;
        justify-content: center;
    }

    .mobileMenu {
        position: fixed;
        top: 0;
    }

    #mainMobile {
        z-index: 250;
    }

    #modal {
        z-index: 400;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 481px) and (max-width: 559px) {
    #container {
        margin-bottom: 30px;
    }

    .wrapper {
        display: flex;
    }

    #myVideo {
        position: unset;
        margin-top: 0;
    }

    .footer {
        flex-direction: column;
        padding: 0 20px;
    }

    .copyright {
        padding: 0 2%;
    }

    .fontSize2 {
        font-size: 1.6rem;
    }

    .footerSubBlock a {
        font-size: 1.2rem;
    }

    .column.left a p {
        margin-top: 14px;
        font-size: .9rem;
    }

    form {
        align-items: center;
    }

    .footerBlock30 h3, .footerBlock40 h3 {
        margin-top: 20px;
    }

    .left {
        align-items: center;
        margin-bottom: 20px;
    }

    .footerSubBlock img {
        width: 60%;
    }

    .mt20 {
        margin-top: 0;
    }

    .ourServices h1 {
        font-size: 2rem;
    }

    .ourServices {
        padding: 20px 10px;
    }

    .block100row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: none;
    }

    .block50column ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: ease-in-out .4s;
        padding: 0;
    }

    /*.block50column ul:hover {
        background-image: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }*/

    .block50column ul li {
        height: 84px;
        line-height: 30px;
        padding: 20px 10px;
        margin-bottom: 18px;
    }

    .block50column ul li:hover {
        background-color: black;
        width: 96%;
        border: 2px solid #FF3E00;
    }

    .block50column ul li div.img {
        width: 100%;
        padding-left: 35px;
        height: auto;
        background-size: auto 26%;
        font-size: 1rem;
        /*background-image: none;*/
    }

    .shieldRight {
        display: none;
    }

    .block50column {
        width: 96%;
        margin-bottom: 12px;
    }

    .bgPhoto h1 {
        font-size: 2rem;
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        text-align: center;
    }

    .bgPhoto > p {
        width: 100%;
        font-size: .9rem;
        line-height: 26px;
        padding: 10px 20px;
    }

    .bgPhoto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: auto 30%;
    }

    button.btnStyle {
        margin-top: 0;
    }

    .blockAbsolut {
        left: calc(50vw - 60px);
    }

    .wrapper2Block {
        display: none;
    }

    .wrapperBlock {
        width: 96%;
        height: 72vh;
        padding: 4px;
        position: initial;
        z-index: 150;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, .39);
        justify-content: space-around;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fontSize2 {
        font-size: 1.4rem;
    }

    .wrapperBlock form {
        width: 96%;
        padding: 10px;
        flex-direction: column;
        justify-content: space-around;
    }

    .input-fields, .msg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .msg textarea {
        height: 100px;
    }

    .wrapperBlock .title p {
        padding: 0 10px;
        font-size: .9rem;
    }

    .wrapperBlock input.btn {
        margin-top: 4px;
        width: 80%;
        position: initial;
    }

    .shieldLeft {
        display: none;
    }

    .videoBackground {
        height: auto;
    }

    .hiddenBlock {
        height: 74vh;
        width: 100%;
        display: flex;
        background: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        align-items: center;
        justify-content: center;
    }

    #mainMobile {
        z-index: 250;
    }

    #modal {
        z-index: 400;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 370px) and (max-width: 480px) {
    #container {
        margin-bottom: 30px;
    }

    .wrapper {
        display: flex;
    }

    #myVideo {
        position: unset;
        margin-top: 70px;
    }

    .footer {
        flex-direction: column;
        padding: 0 20px;
    }

    .copyright {
        padding: 0 2%;
    }

    .fontSize2 {
        font-size: 1.6rem;
    }

    .footerSubBlock a {
        font-size: 1.2rem;
    }

    .column.left a p {
        margin-top: 14px;
        font-size: .9rem;
    }

    form {
        align-items: center;
    }

    .footerBlock30 h3, .footerBlock40 h3 {
        margin-top: 20px;
    }

    .left {
        align-items: center;
        margin-bottom: 20px;
    }

    .footerSubBlock img {
        width: 60%;
    }

    .mt20 {
        margin-top: 0;
    }

    .ourServices h1 {
        font-size: 2rem;
    }

    .ourServices {
        padding: 20px 10px;
    }

    .block100row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: none;
    }

    .block50column ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: ease-in-out .4s;
        padding: 0;
    }

    /*.block50column ul:hover {
        background-image: url(/assets/bg-guard-1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }*/

    .block50column ul li {
        height: 90px;
        line-height: 30px;
        padding: 20px 10px;
        margin-bottom: 20px;
        font-size: .9rem;
    }

    .block50column ul li:hover {
        background-color: black;
        width: 96%;
        border: 2px solid #FF3E00;
    }

    .block50column ul li div.img {
        width: 100%;
        padding-left: 35px;
        height: auto;
        background-size: auto 26%;
        font-size: 1rem;
        /*background-image: none;*/
    }

    .shieldRight {
        display: none;
    }

    .block50column {
        width: 96%;
        margin-bottom: 12px;
    }

    .bgPhoto h1 {
        font-size: 2rem;
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        text-align: center;
    }

    .bgPhoto > p {
        width: 100%;
        font-size: .9rem;
        line-height: 26px;
        padding: 10px 20px;
    }

    .bgPhoto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: auto 30%;
    }

    button.btnStyle {
        margin-top: 0;
    }

    .blockAbsolut {
        left: calc(50vw - 60px);
    }

    .wrapper2Block {
        display: none;
    }

    .wrapperBlock {
        width: 96%;
        height: 72vh;
        padding: 4px;
        position: initial;
        z-index: 150;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, .39);
        justify-content: space-around;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fontSize2 {
        font-size: 1.4rem;
    }

    .wrapperBlock form {
        width: 96%;
        padding: 10px;
        flex-direction: column;
        justify-content: space-around;
    }

    .input-fields, .msg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .msg textarea {
        height: 100px;
    }

    .wrapperBlock .title p {
        padding: 0 10px;
        font-size: .9rem;
    }

    .wrapperBlock input.btn {
        margin-top: 4px;
        width: 80%;
        position: initial;
    }

    .shieldLeft {
        display: none;
    }

    .videoBackground {
        height: auto;
    }

    .hiddenBlock {
        height: 74vh;
        width: 100%;
        display: flex;
        background: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        align-items: center;
        justify-content: center;
    }

    #mainMobile {
        z-index: 250;
    }

    .mobileMenu a img {
        height: 88%;
    }

    #modal {
        z-index: 400;
        background-size: auto 100%;
    }

    .workBlock {
        height: 84vh;
    }

    .workBlock h1 {
        text-align: center;
        padding: 0 10px;
    }

    .formBlock form input, .formBlock form textarea {
        font-size: .65rem;
    }

    .formBlock form .btn {
        width: 65%;
    }
}

@media screen and (min-width: 320px) and (max-width: 369px) {
    #container {
        margin-bottom: 30px;
    }

    .wrapper {
        display: flex;
    }

    #myVideo {
        position: unset;
    }

    .footer {
        flex-direction: column;
        padding: 0 20px;
    }

    .copyright {
        padding: 0 2%;
    }

    .fontSize2 {
        font-size: 1.6rem;
    }

    .footerSubBlock a {
        font-size: 1.2rem;
    }

    .column.left a p {
        margin-top: 14px;
        font-size: .9rem;
    }

    form {
        align-items: center;
    }

    .footerBlock30 h3, .footerBlock40 h3 {
        margin-top: 20px;
    }

    .left {
        align-items: center;
        margin-bottom: 20px;
    }

    .footerSubBlock img {
        width: 60%;
    }

    .mt20 {
        margin-top: 0;
    }

    .ourServices h1 {
        font-size: 2rem;
    }

    .ourServices {
        padding: 20px 10px;
    }

    .block100row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: none;
    }

    .block50column ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: ease-in-out .4s;
        padding: 0;
    }

    .block50column ul li img {
        width: 25px;
        height: 25px;
        margin-left: 5px;
    }

    .block50column ul li {
        height: 90px;
        line-height: 30px;
        padding: 20px 10px;
        margin-bottom: 20px;
        font-size: .9rem;
    }

    .block50column ul li:hover {
        background-color: black;
        width: 90%;
        border: 2px solid #FF3E00;
    }

    .block50column ul li div.img {
        width: 100%;
        padding-left: 35px;
        height: auto;
        background-size: auto 26%;
        font-size: 1rem;
        /*background-image: none;*/
    }

    .shieldRight {
        display: none;
    }

    .block50column {
        width: 96%;
        margin-bottom: 12px;
    }

    .bgPhoto h1 {
        font-size: 2rem;
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        text-align: center;
    }

    .bgPhoto > p {
        width: 100%;
        font-size: .9rem;
        line-height: 26px;
        padding: 10px 20px;
    }

    .bgPhoto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: auto 30%;
    }

    button.btnStyle {
        margin-top: 0;
    }

    .blockAbsolut {
        left: calc(50vw - 60px);
    }

    .wrapper2Block {
        display: none;
    }

    .wrapperBlock {
        width: 96%;
        height: 72vh;
        padding: 4px;
        position: initial;
        z-index: 150;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, .39);
        justify-content: space-around;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fontSize2 {
        font-size: 1.4rem;
    }

    .wrapperBlock form {
        width: 96%;
        padding: 10px;
        flex-direction: column;
        justify-content: space-around;
    }

    .input-fields, .msg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .msg textarea {
        height: 100px;
    }

    .wrapperBlock .title p {
        padding: 0 10px;
        font-size: .9rem;
    }

    .wrapperBlock input.btn {
        margin-top: 4px;
        width: 80%;
        position: initial;
    }

    .shieldLeft {
        display: none;
    }

    .videoBackground {
        height: auto;
    }

    .hiddenBlock {
        height: 74vh;
        width: 100%;
        display: flex;
        background: url(/assets/recep-tiryaki-1vC4ZwkJNdA-unsplash.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        align-items: center;
        justify-content: center;
    }

    #mainMobile {
        z-index: 250;
    }

    .mobileMenu a img {
        height: 88%;
    }

    #modal {
        z-index: 400;
        background-size: auto 100%;
    }

    .workBlock h1 {
        text-align: center;
        font-size: 1.6rem;
    }

    .formBlock form input, .formBlock form textarea {
        font-size: .65rem;
    }

    .formBlock form .btn {
        width: 65%;
    }
}

.answers ul li a.upperCase {
    text-transform: uppercase;
}