html,body{
    height: 100%;
}
body{
    background: #000000;
    background-image: url("./img/back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.content{
    height: calc(100% - 110px);
    display: flex;
    align-items: center;
}
.messenger {
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 280px;
    height: 65px;
    background: url(./img/messenger.png) top left/246px no-repeat, #008fd5;
    border: 2px solid #0581f9;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: transform 0.3s ease-out;
}

.messenger:hover {
    background: url(./img/messenger.png) 0 -65px/246px no-repeat, #ffffff;
    border: 2px solid #ececec;
    transform: translate3d(0,-2px,0);
}
.messenger.messenger-hover-js:hover {
    background: url(./img/messenger.png) -5px -91px/330px no-repeat !important;
}
.container-fluid.container--footer {
    background-color: #313131;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.footer .scroll-top a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: url(../img/up.png) center/contain no-repeat;
}


.footer .terms a {
    line-height: 18px;
    text-align: center;
    font-size: 9px;
    word-spacing: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.img-link{
    display: flex;
    align-items: center;
}

.modal-title,
.modal-title2{
    text-align: center;
    width: 100%;
    font-weight: 800;
}

.close{
    position: absolute;
    right: 10px;
    top:10px;
}

#call:hover,
#call:focus{
    text-decoration: none;
}



#call_span{
    display: block;
    width: 280px;
    height: 60px;
    line-height: 57px;
    margin: auto;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    /*background-color: #FF5806;*/
    transition: all 0.3s ease-out;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #ed1b24;
    color: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: 0px 15px 29px rgba(8, 8, 8, 0.4);
    border-radius: 15px;
    animation: btn-outer 3000ms infinite;
    margin-bottom: 120px;
}

#call_span:hover{
    background: #dc393f;
    transform: translate3d(0,-2px,0);
}

#modalConsultation .modal-email {
    display: block;
    width: 100%;
    min-height: 22px;
    margin: 20px auto 10px;
    padding: 6px;
    background-color: #FFFFFF;
    border: 1px solid #D6D5D5;
    border-bottom-width: 3px;
    outline: none;
    line-height: 16px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #474747;
}

#modalConsultation .modal-message {
    resize: none;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    min-height: 250px;
    padding: 6px;
    border: 1px solid #D6D5D5;
    border-bottom-width: 3px;
    outline: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #474747;
}

.btn-main {
    position: relative;
    z-index: 1000;
    display: block;
    width: 370px;
    height: 55px;
    line-height: 55px;
    background-color: #ed1b24;
    border: none;
    outline: none;
    transition: background-color 0.5s ease;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #232d34;
}

.btn-main:hover {
    background-color: #dc393f;
}

#modalConsultation .modal-btn-main {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 1;
    font-size: 21px;
}

main:hover {
    text-decoration: none;
    color: #FFFFFF;
}

#modalConsultation .email-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
    margin: 40px auto;
    text-align: center;
}

.email-container-success img{
    width: 100%;
}
.email-container-error img{
    width: 100%;
}
.display-none {
    display: none;
}

.modal-content{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.email-container h2{
    color:black;
    font-weight: 800;
    padding-top: 20px;
}


.logo-row{
    background-color: #161e27;
    position: relative;
}
.text-logo{
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    font-size: 28px;
    font-weight: 700;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.triangle{
    position: absolute;
    width: 110px;
    height: 110px;
    right: 0;
    top:0;
    background: linear-gradient(to bottom right, #161e27 50%, #f29200 51%);
}

#message-copy{
    display: none;
    max-width: 280px;
    margin: auto;
    text-align: center;
    font-weight: 800;
    margin-top: -20px;
    margin-bottom: 20px;
    color: green;
    font-size: 20px;
}

.call{
    margin: auto;
    text-decoration: none;
}

.call:hover,.call:focus {
    text-decoration: none;
}

.email_span{
    display: block;
    margin: auto;
    width: 280px;
    height: 30px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    color: #000000;
    transition: all 0.3s ease-out;
    height: 60px;
    background: #ffffff;
    line-height: 60px;
    border-radius: 15px;
}


.email_span:hover{
    /*color: #676767;*/
    background: #dcdbdb;
    transform: translate3d(0,-2px,0);
}

.insta_span{
    display: block;
    position: relative;
    width: 280px;
    height: 60px;
    line-height: 57px;
    margin: auto;
    margin-top: 20px;
    transition: all 0.3s ease-out;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #FFFFFF;
    border: 3px solid #ffffff;
    box-shadow: 0px 15px 29px rgba(8, 8, 8, 0.4);
    border-radius: 15px;
}

.insta_span:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top:0;
    bottom:0;
    margin:auto;
    background:url(img/instagram_icon.svg);
    background-repeat: no-repeat;
    background-position: center;

}

.insta_span:hover{
    transform: translate3d(0,-2px,0);
}

.manual_span{
    display: block;
    position: relative;
    width: 280px;
    height: 60px;
    line-height: 57px;
    margin: auto;
    margin-top: 20px;
    transition: all 0.3s ease-out;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #FFFFFF;
    color: #000000;
    border: 3px solid red;
    box-shadow: 0px 15px 29px rgba(8, 8, 8, 0.4);
    border-radius: 15px;
}

.manual_span:hover{
    transform: translate3d(0,-2px,0);
}

.img-box{
    /*max-width: 350px;*/
    height: 580px;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.img-box img{
    height: 410px;
    /*margin-top: 60px;*/
}

.img-box img{
    transition: all 0.5s ease-out;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.title-contact{
    text-align: center;
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes btn-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.05);
        box-shadow: 0 0 0 0em white, 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width:1199px){
    .img-box img {
        height: 370px;
        margin-top: 55px;
    }
}
@media screen and (max-width:991px){

    .img-box img{
        margin-top: 35px;
    }

    .img-link{
        height: 60px !important;
    }
    .triangle{
        width: 60px;
        height: 60px;
    }
    .text-logo{
        font-size: 18px;
    }
    .img-box {
        margin-top: 0px;
        max-width: 550px;
        margin-bottom: -50px;
        justify-content: center;
    }

    .img-box img{
        height: 350px;
    }

    .content{
        height: auto;
    }

    #call_span{
        margin-bottom: 80px;
    }
}
@media (max-width: 767px){
    .hidden-xs {
        display: none!important;
    }

    .img-link{
        width: 100px !important;
    }

    .text-logo{
        width: 60%;
    }

    .text-logo {
        font-size: 15px;
    }

    .img-box{
        height: 350px;
    }


    .img-box img {
        height: 275px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: -15px;
    }
    .footer .col-sm-6{
        max-width: 100%;
        flex:auto;
    }

    .footer .col-sm-3{
        max-width: 100%;
        flex:auto;
    }

    .footer .terms {
        height: 33px;
        line-height: 21px;
        text-align: center;

    }
    .text-logo{
        height: 68px;
        line-height: 35px;
    }

}

@media (max-width: 575px){
    .img-logo{
        width: 100px;
        height: 30px;
    }
    .text-logo{
        font-size: 15px;
        width: 205px;
        height: 55px;
        line-height: 23px;
        padding-left: 5px;
    }

    .img-box {
        max-width: 330px;
        height: 380px;
        margin: auto;
        margin-bottom: -50px;
    }

    .img-box img {
        /*height: 420px;*/
        width: 100%;
        height: auto;
        margin-top: 60px;
    }
    .img-box{
        /*height: 330px;*/
        margin-top: -40px;
        height: auto;
    }
    .title-contact {
        max-width: 320px;
    }

    .img-link{
        height: 60px !important;
    }


    .triangle {
        width: 60px;
        height: 60px;
    }

    #call_span{
        margin-bottom: 50px;
    }

}

@media (max-width: 400px){
    .text-logo{
        padding-left: 0;
    }

    .img-box {
        max-width: 280px;
        margin-top: -20px;
    }

    .triangle{
        width: 60px;
        height: 60px;
    }
    .text-logo{
        font-size: 12px;
        width: 160px;
        height: 60px;
        line-height: 20px;
    }

    .img-box img {
        margin-top: 60px;
    }

    .img-box{
        /*height: 225px;*/
    }

    .title-contact{
        max-width: 320px;
    }

}

@media (max-width: 350px){
    .text-logo{
        font-size: 11px;
    }

    .title-contact{
        font-size: 20px;
    }

}