@charset "UTF-8";

/* */
/*======================================================= Fonts ====================================================== */
@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Medium.eot");
    src: url("../fonts/PFDinTextCondPro-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Medium.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Medium.woff") format("woff"), url("../fonts/PFDinTextCondPro-Medium.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Medium.svg#PFDinTextCondPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Regular.eot");
    src: url("../fonts/PFDinTextCondPro-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Regular.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Regular.woff") format("woff"), url("../fonts/PFDinTextCondPro-Regular.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Regular.svg#PFDinTextCondPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Light.eot");
    src: url("../fonts/PFDinTextCondPro-Light.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Light.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Light.woff") format("woff"), url("../fonts/PFDinTextCondPro-Light.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Light.svg#PFDinTextCondPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-LightItalic.eot");
    src: url("../fonts/PFDinTextCondPro-LightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-LightItalic.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-LightItalic.woff") format("woff"), url("../fonts/PFDinTextCondPro-LightItalic.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-LightItalic.svg#PFDinTextCondPro-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Thin.eot");
    src: url("../fonts/PFDinTextCondPro-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Thin.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Thin.woff") format("woff"), url("../fonts/PFDinTextCondPro-Thin.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Thin.svg#PFDinTextCondPro-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueBold.eot");
    src: url("../fonts/BebasNeueBold.eot#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueRegular.eot");
    src: url("../fonts/BebasNeueRegular.eot#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueBook.eot");
    src: url("../fonts/BebasNeueBook.eot#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBook.woff2") format("woff2"), url("../fonts/BebasNeueBook.woff") format("woff"), url("../fonts/BebasNeueBook.ttf") format("truetype"), url("../fonts/BebasNeueBook.svg#BebasNeueBook") format("svg");
    font-weight: 100;
    font-style: normal;
}

/* -------------------------------------------------------------- */
body {
    font-family: "PFDinTextCondPro", Arial, Helvetica, sans-serif;
    line-height: 1.6rem;
    color: #333;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    color: white;
}

.content {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}


.hidden {
    display: none;
}

/* header */
header {
    font-family: "BebasNeue", sans-serif;
    background-color: rgba(9, 39, 96, 0.619);
    color: white;
}

.header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 40px 0;
    align-items: center;
}

.logo {
    width: 150px;
}

.header__text {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 2rem;
    
}

.header__text .large {
    margin: 0 0 30px 0;
    font-size: 3rem;
    line-height: 3rem;

}

.header__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fab, .fas {
    font-size: 1rem;
    font-weight: bold;
    padding: 15px;
    border-radius: 3px 10px;
    margin: 5px;
    transition: 0.25s;
}

.phone {
    cursor: pointer;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
}

@media (max-width: 600px) {
    .phone {
        margin: 10px 0;
        font-size: 1.4rem;
    }

    .content {
        max-width: 580px;
    }

    .header {
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
    }

    .header__text {
        font-size: 1.4rem;
    }

    .header__text .large {
        margin: 20px 0;
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 2.8rem;
    }
}

.fa-instagram {
    background-color: rgb(255, 89, 0);
}

.fa-whatsapp {
    background-color: rgb(42, 220, 92);
}

.fa-telegram-plane {
    background-color: rgb(81, 87, 255);
}

.fa-facebook {
    background-color: rgb(57, 0, 213);
}

.fa-vk {
    background-color: rgb(84, 75, 254);
}

.fa-youtube {
    background-color: rgb(179, 39, 39);
}

.fa-globe {
    background-color: rgb(54, 211, 164);
}

.fa-instagram:hover {
    background-color: rgb(193, 67, 0);
}

.fa-whatsapp:hover {
    background-color: rgb(29, 158, 66);
}

.fa-telegram-plane:hover {
    background-color: rgb(32, 38, 184);
}

.fa-facebook:hover {
    background-color: rgb(37, 0, 140);
}

.fa-vk:hover {
    background-color: rgb(53, 47, 155);
}

.fa-youtube:hover {
    background-color: rgb(112, 24, 24);
}

.fa-globe:hover {
    background-color: rgb(36, 139, 108);
}

/* save */
.save {
    background: rgba(9, 39, 96, 0.619);
    position: sticky;
    top: 0;
}

.save .content {
    display: flex;
    justify-content: center;
}

.save .button {
    border: 2px solid rgb(9, 40, 96);
    border-radius: 25px;
    width: 100%;
    text-align: center;
    margin: 10px;
    padding: 5px;
    /* color: rgb(9, 40, 96); */
    color: white;
    transition: 0.25s;
    animation: glowing 1300ms infinite;
    cursor: pointer;
}

.save .button:hover {
    /* background: rgb(9, 40, 96);
    color: white; */
    transition: 0.25s;
    background: white;
    color: rgb(9, 40, 96);
    animation: none;
}

@keyframes glowing {
    0% {
        background-color: #c41748;
        border: 1px solid #c41748;
    }

    50% {
        background-color: #c4174837;
        border: 1px solid #c41748;
    }

    100% {
        background-color: #c41748;
        border: 1px solid #c41748;
    }
}

/* page */
#page_mobile {
    margin-top: 15px;
    display: none;
}

#page_desktop {
    display: block;
}
.page{
    
    color: white;
}

.page .content {
    display: flex;
    flex-direction: row;
    padding: 50px 0;
}

.left,
.rigth {
    flex: 1;
    display: flex;
    align-items: center;
}

.rigth {
    text-align: center;
}

ul {
    list-style: none
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form .inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
}

form button {
    width: 50%;
    margin: 5px;
    padding: 10px 15px;
    background: linear-gradient(to left, rgba(253, 113, 33, 0.97) 0%, rgba(195, 22, 70, 0.97) 100%);
    border: 1px solid #c41748;
    border-radius: 20px;
    color: white;
    transition: 0.25s;
}

form button:hover {
    border: 1px solid #c41748;
    border-radius: 20px;
    color: white;

}

.inputs input {
    font-family: "PFDinTextCondPro", Arial, Helvetica, sans-serif;
    background: rgba(9, 39, 96, 0.55);
    font-size: 1rem;
    flex: 1;
    margin: 5px;
    padding: 10px 15px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    color: white;
}


input[type="text"]::placeholder, input[type="text"]:focus::placeholder{
 color: white; 
} 

.error {
    color: #ff0404;
    border: 1px solid #c41748;
    background: #c4174844;
    padding: 5px;
    font-size: 1.4rem;
    text-align: center;
}
  
.policy {
    display: flex;
    flex-direction: row;
    align-items: center;
}

label {
    margin: 0 0 0 5px;
    font-size: 1rem;
}

label span {
    text-decoration: underline;
    cursor: help;
}

.page img {
    width: 80%;
}

.page p {
    font-style: italic;
    font-size: 1.2rem;
    margin: 10px 0;
}

.page h2 {
    font-size: 2.4rem;
    margin: 40px 0;
    line-height: 2rem;
}

.page li {
    font-size: 1.6rem;
    margin: 20px 0;
}
input[type="checkbox"] {
    width: 50px;
}

@media (max-width: 600px) {
    #page_mobile {
        display: block;
    }

    #page_desktop {
        display: none;
    }


    .page .content {
        display: flex;
        flex-direction: column;
    }

    .rigth {
        text-align: left;
    }

    .imgdiv {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .page {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .page h2 {
        line-height: 2.2rem;

    }

    .page li {
        margin: 5px 0;
        font-size: 1.4rem;
    }

    form {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px 0;
    }

    form .inputs {
        width: 100%;
        display: flex;
        flex-direction: column;

    }

    form button {
        width: 100%;
        margin: 5px;
        padding: 10px 15px;
    }

    .inputs input {
        margin: 5px 0;
        padding: 10px 15px;

    }

    label {
        font-size: 1rem;
    }

    .page img {
        width: 90%;
        margin: 0 0 10px 0;
    }
}

/* footer */
footer {
    font-family: "BebasNeue", sans-serif;
    background: rgb(9, 40, 96);
    color: white;
    padding: 30px 0;
}

footer p {
    margin: 10px 0;
    font-size: 1.2rem;
}

footer .phone {
    margin: 10px 0;
    font-size: 1.6rem;
}

@media (max-width:600px) {
    footer p {
        margin: 10px 0;
        font-size: 1.2rem;
    }

    footer .phone {
        margin: 10px 0;
    }
}

/* call button */
.callbutton {
    width: 50px;
    height: 50px;
    background: green;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
}

/* popup */
.popup__background {
    background-color: rgba(0, 0, 0, 0.399);
    z-index: 10;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;

}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: antiquewhite;
    padding: 50px;
    text-align: center;
    width: 50%;
    color: black;
    border-radius: 20px;
}

.popup i {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 2rem;
}
.popup h1{
    font-size: 2rem;
}
.popup p {
    margin: 20px 0 0 0;
    font-size: 1.6rem;
}
@media (max-width:600px) {
    .popup{
        width: 90%;
    }
}