@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(font-awesome.min.css);



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.woff2");
}

@font-face {
    font-family: Roboto-Medium;
    src: url("../fonts/Roboto-Medium.woff2");
}

/*Preloader*/
.loader-container {
    display: grid;
    height: 100vh;
    width: 100vw;
    place-items: center;
    z-index: 10000;
    background-color: aliceblue;
    top: 0;
    left: 0;
    position: fixed;
}

.lds-circle {
    display: inline-block;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}

.lds-circle > div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #6C6767;
    -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@-webkit-keyframes lds-circle {

    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}

@keyframes lds-circle {

    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}


body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    /*position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;*/
    min-height: 100%;
}


body:before {
    content: ' ';
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
}



#header {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #6C6767;
    color: rgba(255, 255, 255, 0.5);
    cursor: default;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* nav */
#menu {
    width: 60%;


}

#menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;

}

#menu li {
    width: 100%;
    max-height: 100%;
}

nav ul li a {
    display: block;
    text-align: center;
    color: azure;
    text-decoration: none;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;

}

nav ul li a:hover,
nav ul li a:focus,
#menu li.active a {
    background: #47484B;

}

.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 20px;
    height: 3px;
    background-color: azure;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



#header .logo {
    height: 70px;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;

}


#banner {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-image: url("../images/banner.mp4");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0;
    display: -ms-flexbox;
    height: 100vh !important;
    min-height: 93%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}


#banner video {
    -webkit-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    bottom: 50%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 50%;
    width: auto;
    z-index: -1;

}

section.about .container,
section.info .container,
section.offer .container {
    /*max-width: 1170px;*/
    max-width: 90%;
    /*position: relative;*/
    margin: 0 auto;


}

section.about .icon,
section.info .icon,
section.offer .icon {

    font-size: 200px;
    color: #858585;

}

section h2 {
    font-family: 'Roboto-Medium';
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
}

section .last-container {
    min-height: 150vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.special {
    text-align: justify;
    max-width: 43%;
}


.inner {
    font-size: 72px;
    color: azure;

}

.image {
    background-image: url('../images/bp.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.image-color {
    background-image: url('../images/cvdb.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: grayscale(1) contrast(1.8) brightness(1);
    filter: grayscale(1) contrast(1.8) brightness(1);

}

.image-skyscraper {
    background-image: url('../images/skyscraper.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bold {

    font-weight: bold;
}

.container p,
.last-container p {
    margin-top: 20px;
}

ul li span {
    color: #C1C6C9;
}

.line {
    background-color: #C1C6C9;
    width: 100%;
    height: 1px;
    opacity: 0.5;
}


/*contact*/
.contact {
    min-height: 93vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    /*padding-bottom: 71px;*/

}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 558px;
    padding: 0 20px;
    margin-right: 100px;
}

.contact-info a {
    display: block;
    text-decoration: none;
    min-width: 100%;
}

.card {
    background: #D3D3D6;
    height: 184px;
    min-width: 100%;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #888;
    cursor: pointer;

}

.contact-info > .card:last-child {
    margin-bottom: 0;
}

.card-icon {
    font-size: 28px;
    background: #858585;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px !important;
    border-radius: 50%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    color: azure;

}

.card:hover .card-icon {
    background: none;
    color: #858585;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

.card p {
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    max-height: 0;
    opacity: 0.4;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: center;
}

.card:hover p {
    max-height: 40px;
    opacity: 1;
}

/*form*/
.container_form {
    max-width: 360px;
    /* width: 100%;
    margin: auto auto;*/
    position: relative;

}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 150px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;

}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #858585;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #6C6767;
    -webkit-transition: background 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.hidden {
    margin-left: 5px;
    margin-top: 2px;
    padding-top: 0px;

}

#contact textarea {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

fieldset label {
    display: inline-block;
    line-height: 13px;
    text-align: center;
    font-size: 12px;
}

.regulations a {
    color: #5898EA;
    cursor: pointer;
}

.regulations a:hover {
    text-decoration: underline;
    color: #D181C1;

}


/* scroll up button  */

.scroll-to-top {
    position: fixed;
    bottom: 130px;
    right: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D3D3D6;
    color: white;
    display: none;
    border-radius: 50%;


}

.scroll-to-top:hover {
    background: #858585;
    color: white;
}




.footer {
    position: absolute;
    background: rgb(1, 0, 9);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 0, 9, 1)), color-stop(50%, rgba(71, 72, 75, 1)), to(rgba(108, 103, 103, 1)));
    background: linear-gradient(0deg, rgba(1, 0, 9, 1) 0%, rgba(71, 72, 75, 1) 50%, rgba(108, 103, 103, 1) 100%);
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #6C6767;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: azure;
    /*margin-top: -70px;*/

}

.social-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    margin-left: 16px;
}

.logo-facebook,
.logo-instagram {
    height: 32px;
    width: 32px;
    margin: 0 8px;
    cursor: pointer;
}

.law {
    position: absolute;
    right: 3%;
}

::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width:1366px) {
    .offer .last-container {
        height: 180vh;
    }
}

@media screen and (max-width:1200px) {
    .inner {
        font-size: 65px;
    }
}

/* test rwd*/
@media screen and (max-width:1024px) and (orientation: landscape) {
    .inner {
        font-size: 60px;
    }

    .offer .last-container {
        height: 200vh;
    }
}

@media screen and (max-width: 897px) and (orientation: landscape) {
    .inner {
        font-size: 50px;
    }

    .about .container {
        height: 150vh;
    }

    .info .container {
        height: 230vh;
    }

    .offer .last-container {
        height: 400vh;
    }

    .contact-info {
        margin-right: 0px;
    }

    #contact {

        margin: 150px 20px;

    }
}


/* test rwd*/
@media screen and (max-width: 814px) and (orientation: landscape) {
    .inner {
        font-size: 50px;
    }

    section.about .icon,
    section.info .icon,
    section.offer .icon {

        font-size: 180px;

    }

    section.about h2,
    section.info h2,
    section.offer h2 {

        font-size: 24px;
        line-height: 24px;
    }

    .info .container {
        height: 260vh;
    }

    .offer .last-container {
        height: 480vh;
    }

    .contact {
        height: 220vh;
    }
}



@media screen and (max-width:800px) {
    .inner {
        font-size: 50px;
    }

    .info h2 {
        font-size: 26px;
    }

    .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 110vh;
    }



    .contact-info {

        padding: 0 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    #contact {

        margin: 20px 0;

    }
}

@media screen and (max-width:768px) {
    body {
        overflow-x: hidden;
    }

    .inner {
        font-size: 40px;
    }

    .links {
        position: absolute;
        right: 0px;
        height: calc(100vh - 70px);
        top: 70px;
        background-color: #6C6767;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 40vw;
        line-height: calc((100vh - 70px) / 4);
        min-width: 200px;
        font-size: 16px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.5s ease-in;
        transition: -webkit-transform 0.5s ease-in;
        transition: transform 0.5s ease-in;
        transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;

    }

    .links li {
        opacity: 1;

    }





    .burger {

        position: absolute;
        display: block;
        right: 15px;
        top: 26px;

    }

    .nav-active {
        position: absolute;
        -webkit-transform: translate(0%);
        transform: translate(0%);

    }

    /*@keyframes navLinkFade {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }*/
    .toggle .line1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 6px);
        transform: rotate(-45deg) translate(-4px, 6px);
        width: 25px;
    }

    .toggle .line2 {
        opacity: 0;
    }

    .toggle .line3 {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
        width: 25px;
    }

    .offer .last-container {
        height: 180vh;
    }

    .contact {

        min-height: 130vh;
    }

    .contact-info {
        margin-bottom: 20px;
    }


}



@media screen and (max-width:415px) {
    body {
        font-size: 16px;
    }

    .inner {
        font-size: 24px;
    }



    .info .container {
        height: 110vh;
    }

    .offer .last-container {
        height: 220vh;
    }

    section.about .icon,
    section.info .icon,
    section.offer .icon {
        position: absolute;
        font-size: 180px;
        z-index: 3;
        opacity: 0.4;
    }

    .special {
        position: absolute;
        max-width: 90%;
        z-index: 5;
    }



    .contact {

        min-height: 180vh;
    }

    .scroll-to-top {

        bottom: 90px;
        right: 30px;
        z-index: 5;

    }
}

@media screen and (max-width:412px) {
    .info .container {
        height: 120vh;
    }
}

@media screen and (max-width:384px) {
    .offer .last-container {
        height: 260vh;
    }

    .contact {

        min-height: 200vh;
    }
}

@media screen and (max-width:376px) {
    section h2 {
        font-size: 26px;
        line-height: 30px;

    }

    .container p,
    .last-container p {
        margin-top: 15px;
    }

    .info .container {
        height: 120vh;
    }

    .offer .last-container {
        height: 250vh;
    }



    .contact {

        height: 150vh;
    }

    .contact-info {
        margin-bottom: 10px;
        min-width: 320px;
    }


    .container_form {
        max-width: 320px;

    }
}

@media screen and (max-width:361px) {
    .inner {
        font-size: 20px;
    }

    section.about h2,
    section.info h2,
    section.offer h2 {

        font-size: 22px;
        line-height: 22px;
    }

    .info .container {
        height: 150vh;
    }

    .offer .last-container {
        height: 270vh;
    }

    .contact {

        height: 220vh;
    }

    .law {
        font-size: 14px;
    }



}

@media screen and (max-width:321px) {


    .info .container {
        height: 170vh;
    }

    .offer .last-container {
        height: 330vh;
    }

    .contact {

        height: 220vh;
    }

    .contact-info {
        margin-bottom: 10px;
        min-width: 310px;
    }


    .container_form {
        max-width: 310px;

    }

    .law {
        font-size: 13px;
    }
}


@media screen and (max-width: 740px) and (orientation: landscape) {
    .about .container {
        height: 150vh;
    }

    .info .container {
        height: 270vh;
    }

    .offer .last-container {
        height: 500vh;
    }

    .contact {
        height: 350vh;
    }

    section.about h2,
    section.info h2,
    section.offer h2 {

        font-size: 22px;
        line-height: 22px;
    }

    section.about .icon,
    section.info .icon,
    section.offer .icon {

        font-size: 180px;

    }
}


@media screen and (max-width:736px) and (orientation: landscape) {
    .about .container {
        height: 150vh;
    }

    .info .container {
        height: 250vh;
    }

    .offer .last-container {
        height: 450vh;
    }

    .contact {
        height: 300vh;
    }
}


@media screen and (max-width:668px) and (orientation: landscape) {

    section.about h2,
    section.info h2,
    section.offer h2 {

        font-size: 22px;
        line-height: 22px;
    }

    section.about .icon,
    section.info .icon,
    section.offer .icon {

        font-size: 160px;

    }

    .about .container {
        height: 170vh;
    }

    .info .container {
        height: 300vh;
    }

    .offer .last-container {
        height: 500vh;
    }

    .contact {
        height: 330vh;
    }
}

@media screen and (max-width:640px) and (orientation: landscape) {

    section.about .icon,
    section.info .icon,
    section.offer .icon {

        font-size: 160px;

    }

    .offer .last-container {
        height: 530vh;
    }

    .contact {
        height: 380vh;
    }
}


@media screen and (max-width:569px) and (orientation: landscape) {
    .inner {
        font-size: 26px;
    }

    section.about h2,
    section.info h2,
    section.offer h2 {

        font-size: 20px;
        line-height: 22px;
    }

    section.about .icon,
    section.info .icon,
    section.offer .icon {

        font-size: 140px;

    }

    .about .container {
        height: 220vh;
    }

    .info .container {
        height: 400vh;
    }

    .offer .last-container {
        height: 680vh;
    }

    .contact {
        height: 400vh;
    }
}
