@font-face {
    font-family: 'FuturaPT-Light';
    font-style: normal;
    font-display: swap;
    src: local("FuturaPT-Light"), local("FuturaPT-Light"), url("../../fonts/FuturaPT-Light/FuturaPT-Light.eot") format("eot"), url("../../fonts/FuturaPT-Light/FuturaPT-Light.woff") format("woff"), url("../../fonts/FuturaPT-Light/FuturaPT-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'FuturaPT-Medium';
    font-style: normal;
    font-display: swap;
    src: local("FuturaPT-Medium"), local("FuturaPT-Medium"), url("../../fonts/FuturaPT-Medium/FuturaPT-Medium.eot") format("eot"), url("../../fonts/FuturaPT-Medium/FuturaPT-Medium.woff") format("woff"), url("../../fonts/FuturaPT-Medium/FuturaPT-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'FuturaPT-Demi';
    font-style: normal;
    font-display: swap;
    src: local("FuturaPT-Demi"), local("FuturaPT-Demi"), url("../../fonts/FuturaPT-Demi/FuturaPT-Demi.eot") format("eot"), url("../../fonts/FuturaPT-Demi/FuturaPT-Demi.woff") format("woff"), url("../../fonts/FuturaPT-Demi/FuturaPT-Demi.ttf") format("truetype");
}

@font-face {
    font-family: 'FuturaPT-Book';
    font-style: normal;
    font-display: swap;
    src: local("FuturaPT-Book"), local("FuturaPT-Book"), url("../../fonts/FuturaPT-Book/FuturaPT-Book.eot") format("eot"), url("../../fonts/FuturaPT-Book/FuturaPT-Book.woff") format("woff"), url("../../fonts/FuturaPT-Book/FuturaPT-Book.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}
body * {
    font-family: 'FuturaPT-Medium';
    font-size: 1.15rem;
    color: #3f3f3f;
}

body {
    background: rgb(205, 232, 246);
    height: 100vh;
}

.phone {
    font-size: 24px;
    line-height: 1;
    font-family: 'FuturaPT-Medium';
}

.spinner-wrappers {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 95%);
    z-index: 9999999;
}

.spinner-wrappers .spinner-border {
    position: absolute;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
}

img.img-fluid.logo {
    max-width: 100px;
}

.phone img {
    margin-right: 1rem;
    position: relative;
    top: -3px;
}
ul.menu {
    list-style: none;
}

ul.menu li {
    display: inline;
    padding: 20px;
}

a{
    text-decoration: none;
}

ul.menu li a:hover {
    text-decoration: underline;
    
}

#container-kvise {
    /*background: url(../../img/map-new.png) center 70px no-repeat;*/
    height: auto;
    background: unset
}

#container-kvise h1 {
    font-family: 'FuturaPT-Demi';
    font-style: normal;
    font-size: 42px;
    font-weight: bold;
    line-height: 54px;
}

.banner {
    background-image: url('../../img/landos/Illustration.svg'); 
    background-repeat: no-repeat; 
    background-position: right; 
    min-height: 545px; 
    margin-top: 75px;
}

.banner p {
    font-family: 'FuturaPT-Light';
    max-width: 370px; 
    font-size: 25px; 
    line-height: 32px; 
    color: #3F3F3F; 
    padding-top: 40px;
}

.banner p strong {
    font-weight: 500; 
    font-size: 25px; 
    color: #3F3F3F;
}

.banner button {
    background: #008BCC; 
    border-radius: 61px; 
    padding: 15px 25px; 
    margin-top: 50px;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    outline: none
}

.banner img {
    display: none;
}

.form {
    background: #ffffff; 
    box-shadow: 0px 0px 30px rgba(205, 233, 247, 0.8); 
    border-radius: 30px; 
}

.help h2 {
    margin: 90px 0 50px;
    font-style: normal;
    font-weight: 450;
    font-size: 35px;
    line-height: 45px;
}

.help p.text {
    padding-top: 20px;
    font-style: normal;
    font-weight: 450;
    font-size: 25px;
    line-height: 32px;
}

.help p:nth-child(3) {
    font-family: 'FuturaPT-Book';
    font-size: 18px;
    line-height: 23px;
}

.help .col-sm-4 {
    margin: 30px 0;
}

.application {
    margin-top: 120px;
}

.application .block {
    margin: 50px 0; background: #FFFFFF; border-radius: 30px;
}

.application .block p {
    font-size: 25px;
    max-width: 370px;
    margin: 30px;
}

.application .block button {
    background: #008BCC; 
    border-radius: 61px; 
    padding: 15px 25px; 
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin: 0 auto -25px;
    display: block;
    outline: none
}

.application .block .application-pair {
    display: none;
}

.banner button:active, .application .block button:active, 
.banner button:focus, .application .block button:focus, 
.banner button:hover, .application .block button:hover {
    border: none;
    text-decoration: none;
    opacity: 0.8;
}

.mb-6 {
    margin-bottom: 2rem !important;
}

.my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.block-bg-users {
    position: relative;
}

#kvise {
    max-width: 615px;
    height: auto;
    border-radius: 20px;
    background: #ffffff;
    padding-bottom: 3rem;
    box-shadow: 0px 0px 20px 0px rgba(63, 63, 63, 0.2);
}

#kvise.result-active {
    padding-bottom: 0;
}

#kvise h4 {
    font-family: 'FuturaPT-Medium';
    line-height: 36px;
    font-size: 28px;
}

#kvise h6 {
    font-family: 'FuturaPT-Medium';
    font-size: 115%;
}

.bg-users {
    background: url('/assets/template/img/landos/users-main.svg') center bottom no-repeat;
    background-size: contain;
    min-height: 295px;
    position: absolute;
    width: 100%;
    bottom: -25%;left: 0;
}

.modal.fade .modal-dialog {
    max-width: 100%;
}

.modal-content {
    border: unset;
}

.modal {
    left: 50% !important;
    top: 5% !important;
    transform: translateX(-50%) !important;
}

#kvise .modal-header-form {
    background-color: rgb(233, 245, 251);
    border: 1px solid rgb(233, 245, 251);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.step .round {
    width: 20px;
    height: 20px;
}

.round {
    border-radius: 50%;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 4px 6px rgba(0, 141, 212, 0.2);
    width: 41px;
    height: 41px;
    display: inline-block;
    line-height: 41px;
    color: #3f3f3f;
    margin-right: 15px;
    font-size: 1.15rem;
    font-family: 'FuturaPT-Medium';
    position: relative;
}

.round:last-child {
    margin-right: 0;
}

.round.active {
    background-color: rgb(0, 141, 212);
    color: #fff;
}

#kvise .tab-pane {
    text-align: center;
    margin: auto;
}

.kvise-container .card.item {
    max-width: 195px;
    padding: 0;
    margin-right: 4%;
    margin-bottom: 1rem;
    border: none;
    border-radius: 10px;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 4px 6px rgba(0, 141, 212, 0.2);
    transition-delay: 0.1s;
}

.kvise-container .card.item.active {
    background-color: rgb(0, 141, 212);
}

.kvise-container .card.item.active .card-title {
    color: #fff;
}

.kvise-container .card.item:hover {
    background-color: rgb(0, 141, 212);
    cursor: pointer;
    transition-delay: 0.1s;
}

.kvise-container .card.round.hover, .kvise-container .card.round.active {
    background-color: #cddc39 !important;
    transition-delay: 0.1s;
}

.kvise-container .card.item:hover .card-title, .card.round.hover .card-title {
    color: #fff;
    transition-delay: 0.1s;
}

.kvise-container .card-body {
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.kvise-container .card.item:nth-child(2n) {
    margin-right: 0;
}

.kvise-container .card.item:last-child {
    margin-right: 0;
}

#kvise .btn {
    background-color: rgb(0, 141, 212);
    box-shadow: 0px 5px 5px 0px rgba(0, 141, 212, 0.2),inset 0px 0px 1px 0px rgba(63, 63, 63, 0.35);
    width: 195px;
    height: 40px;
    border-radius: 20px;
    position: relative;
}

#nav-previous {
    max-width: 70px;
    margin-right: 1rem;
    background-color: unset;
    border: none;
}

#nav-previous:active, #nav-previos:focus {
    outline: none;
    border: none;
}

#kvise .form-control {
    background-color: rgb(247, 247, 247);
    width: 225px;
    height: 40px;
    border: none;
    border-radius: 20px;
    padding-left: 20px;
    box-shadow: 0px 4px 6px rgba(0, 141, 212, 0.2);
}

#kvise .custom-checkbox label nobr {
    font-size: 14px;
    line-height: 1;
}

#kvise .custom-checkbox label {
    font-size: 14px;
    line-height: 2;
}

#kvise-form label sup {
    top: 0;
}

.manager-img img {
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgb(63 63 63 / 20%);
}

.custom-file-label {
    background-color: rgb(247, 247, 247);
    height: 40px;
    border: none;
    border-radius: 20px !important;
    padding-left: 20px;
    box-shadow: 0px 4px 6px rgb(0 141 212 / 20%);
    line-height: 2;
    left: 15px;
    right: 15px;
    font-size: 80%;
}

.custom-file-label::before {
    content: '';
    width: 40px;
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.custom-file-label::after {content: '+ Выбрать файл';line-height: 2;height: 40px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.custom-file-label:hover {
    cursor: pointer;
}

.kvise-container .card input[type=radio], .card input[type=checkbox] {
    display: none;
}

#kvise.result-active + .container {
    position: relative;
    bottom: -280px;
}

#result-lide.active {
    background: url(../../img/map-result.svg) center center no-repeat, #f2f2f2;
}

#kvise #kvise-send, .test-button a,
#kvise #kvise-send:hover, .test-button a:hover,
#kvise #kvise-send:focus, .test-button a:focus,
.test-button a.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #1eab4d;
    border-color: #1eab4d;
}
/* Animate button */
#kvise-send:hover:after, #kvise-send:hover:before,
.test-button a:hover:after, .test-button a:hover:before{
    animation: none;
    background-image: none;
}
/* #kvise-send:focus, .test-button a:focus{
    outline: 0;
    background-color: #D4006B;
} */

#kvise-send:before, #kvise-send:after,
.test-button a:before, .test-button a:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0%;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
    opacity: 0;
}

#kvise-send:before, .test-button a:before{
    display: block;
    top: -65%;
    background-image:
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle,  transparent 20%, #1eab4d 20%, transparent 30%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle,  transparent 10%, #1eab4d 15%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    animation: topBubbles 2s ease-in-out infinite;
}

#kvise-send:after, .test-button a:after{
    display: block;
    bottom: -65%;
    background-image:
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle,  transparent 10%, #1eab4d 15%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%),
            radial-gradient(circle, #1eab4d 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
    animation: bottomBubbles 2s ease-in-out infinite;
}

@keyframes topBubbles {
    0%{
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    8%{
        opacity: 1;
    }
    16% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    30% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
    31%{
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
}

@keyframes bottomBubbles {
    0%{
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    8%{
        opacity: 1;
    }
    16% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;}
    30% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
    31%{
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
}

.footer-about h6 {
    font-size: 14px;
    font-family: 'FuturaPT-Medium';
}

.footer h3 {
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
}

#kvise .modal-header-form {
    background-color: rgb(205 232 246);
    border: 1px solid rgb(205 232 246);
}
.step .round.active:after {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    background: #018dd4;
    position: absolute;
    top: 50%;
    left: 100%;
}
.step .round:after {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    background: #f0eeee;
    position: absolute;
    top: 50%;
    left: 100%;
}
.step .round.active:last-child:after,
.step .round:last-child:after{
    content: unset;
}
.kvise-container .card.round {
    background-color: rgb(233 245 251);
    box-shadow: 0px 4px 6px rgb(150 150 150 / 20%);
    margin-right: 1%;
    border-radius: 50%;
}
.kvise-container .card.round:nth-child(2n) {
    margin-right: 1%;
}
.add_file_visa {
    box-shadow: 0px 5px 5px 0px rgb(0 141 212 / 20%), inset 0px 0px 1px 0px rgb(63 63 63 / 35%);
    width: 160px;
    height: 30px;
    font-size: 80%;
    border-radius: 20px;
    position: relative;
    border: 1px solid #018dd4;
}
.remove_file_visa {
    border: unset;
    border-radius: 50%;
    background: transparent;
    padding: 9px;
    line-height: 1;
    position: absolute;
    top: -15px;
    right: -10px;
    font-weight: 900;
    text-shadow: 0px 1px 2px black;
}
.remove_file_visa:focus {
    outline: unset;
}
input[type=file]:disabled {
    opacity: 0;
}
/* ----- */

@media (max-width: 991px) {
    .bg-users {
        bottom: -50%;
    }
    .modal {
        top: 0;
    }
    button.close {
        position: absolute;
        right: 20px;
    }
    #kvise img {
        max-width: 35% !important;
    }
}

.label-file-visa {
    margin-bottom: -10px
}

@media (max-width: 767px) {
    body {
        /*height: 1000px;*/
    }

header div.col-12 {
        flex-direction: column;
        align-items: center;
    }
    ul.menu {
        border-bottom: 1px solid #D0E8F8;
        border-top: 1px solid #D0E8F8;
        padding: 10px 0;
        text-align: center;
    }
    .banner {
        margin-top: 10px;
        background: none;
    }
    .banner img {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .banner button {
        margin: 30px 0 40px;
    }
    .form {
        border-radius: 0;
    }
    .help .row {
        flex-direction: column;
        align-items: center;
    }
    .help .col-sm-12 {
        margin: 30px 0;
    }
    .help h2 {
        font-size: 30px;
    }
    .application .block {
        flex-direction: column;
    }
    .application .block .application-woman, .application .block .application-men {
        display: none;
    }    
    .application .block .application-pair {
        display: block;
    }
    .application .block {
        margin: 0 0 150px;
    }
    .application {
        margin-top: 20px;
    }

    .label-file-visa {
        margin-bottom: 10px
    }

    .container-sm-unset {
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
    }

    #container-kvise {
        /*background: url(../../img/map-2.png) center 70px no-repeat;*/
    }

    .block-bg-users {
        min-height: 265px;
    }

    .bg-users {
        bottom: unset;
        top: 5%;
        min-height: 220px;
    }

    #kvise {
        max-width: 595px;
    }

    #container-kvise h1 {
        font-size: 25px;
    }

}

@media (max-width: 575px) {
    .banner p {
        font-size: 20px; 
        line-height: 26px;
        padding-top: 30px;
    }
    .modal {
        top: 0;
    }
    .modal.fade .modal-dialog {
        margin: 0;
    }
    .modal-backdrop {
        right: 0 !important;
        bottom: 0 !important;
        width: 100%;
        height: 100%;
    }
    #container-kvise {
        /*background: url(../../img/map-3.png) center 95px no-repeat;*/
    }

    #container-kvise h1 {
        font-size: 24px;
        line-height: 20px;
    }

    .phone {
        font-size: 16px;
    }

    .phone img {
        margin-right: .5rem;
    }

    #kvise h4 {
        line-height: 27px;
        font-size: 18px;
    }

    #kvise h6 {
        font-size: 18px;
    }

    .kvise-container .card.item {
        margin-left: 0;
        margin-right: 0;
        max-width: 215px;
    }

    #nav-previous {
        max-width: 60px;
        margin-right: .5rem;
    }

    #kvise .btn {
        width: 160px;
    }
}
