/* модальное окно звонка
=================*/

#filter_modal {
    position: fixed;
    background-color: rgba(6,15,49,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}
#filter_modal2 {
    position: fixed;
    background-color: rgba(6,15,49,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}
#modalForm2 {
    z-index: 15000;
    display: none;
}
#modalForm {
    z-index: 15000;
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    max-width: 370px;
    margin: auto;
    display: block;
}
.modal__dialog {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    background-color: #fff;
    transition: transform .2s linear;
    color: #000;
    z-index: 20000;
}
.registrationCardWra {
    margin: 10vh auto;
    display: flex;
    background-size: contain;
} 

.modal__dialog--sm {
    max-width: 900px;
    border-radius: 10px;
}
.new-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.trial-btn  {
    margin-bottom: 15px;
}
.form__input {
    width: 230px;
    height: 46px;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #00a8e8;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    margin-bottom: 15px;
    transition: 275ms ease-in-out;
}
.modal .trial-btn {
    width: 230px;
    text-align: center;
    justify-content: center;
}
.form__input:active, .form__input:focus {
    outline: none;
}
.mail-link {
    color: #fff;
}



.colorBlue {
    color: #2c97de
}

.registrationPage {
    position: relative;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    height: 100vh;
    background: linear-gradient(90deg, #01374c 0%, #1b1c1d 100%);
    padding: 25px 90px
}

.registrationPage__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 23px 10px rgba(0, 0, 0, 0.4))
}

.registrationPageHead {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: flex;
    justify-content: space-between
}


.login-btn:focus {
    outline: none
}


.trial-btn:hover {
    background: #1baaff
}

.trial-btn:focus {
    outline: none
}

.trial-btn__icon {
    font-size: 20px
}
.registrationCard {
    position: relative;
}
.registrationCard .closeModal {
    position: absolute;
    top: 15px;
    right: 15px;
}
.topSection-video {
    cursor: pointer;
}
.vid, .vid:active, .vid:focus {
    outline: none;
}
.registrationCardWrap {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center
}

.registrationCard {
    position: relative;
    z-index: 1000;
    max-width: 370px;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 55px;
    text-align: center;
    background: linear-gradient(90deg, #01374c 0%, #1b1c1d 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-weight: 700
}

.registrationCard__icon {
    width: 50px;
    height: auto
}

.registrationCard__title {
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px
}

.registrationCard__subTitle {
    font-size: 12px;
    color: #5e899c;
    max-width: 210px;
    margin: 10px auto;
    line-height: 16px
}

.registrationCard__text {
    font-size: 12px;
    line-height: 16px;
    color: #5e899c
}

.agreementLink {
    color: #7ab4cc;
    text-decoration: underline
}

.agreementLink:hover {
    color: #fff
}

@media screen and (max-width: 1366px) {
    .registrationPage {
        padding: 25px 55px 25px 55px
    }
    .registrationPage__background {
        height: 55%
    }
    .registrationCard {
        max-width: 330px
    }
}

@media screen and (max-width: 767px) {
    .registrationPage {
        padding: 23px
    }
    .registrationPage__background {
        height: 55%
    }
    .logo {
        min-width: auto
    }
    .logo__text {
        display: none
    }

    .login-btn {
        margin-top: 10px
    }
    .form__input {
        width: 195px;
        height: 42px;
        border-radius: 20px;
    }
    .modal .trial-btn {
        width: 195px;
    }
    .registrationCardWrap {
        height: auto;
        margin-top: 70px;
    }
}
.showModal {
    border: none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.showModal:active, .showModal:focus {
    outline: none;
}

#modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(6,15,49,0.9);
    z-index: 10000;
    display: none;

}
.containerModal {
    margin: 10vh auto;
    width: 1000px;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    min-height: 100vh;
    background: linear-gradient(90deg, #1b1c1d 0%, #01374c 100%);
}

.sity-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}
.containerModal .closeModal {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 20px;
    color: #b9b8b8;
    transition: all .2s linear;
    
}
.termsOfService {
    min-height: 100vh;
    background: linear-gradient(90deg, #1b1c1d 0%, #01374c 100%);
    width: 100%;
    padding: 45px 15px 100px 15px;
}
.closeModal  {
    max-width: 20px;
    transition: all 0.2s linear;
    cursor: pointer;
}
.closeModal:hover {
    transform: translateY(3px);
}

.modalContent{
    display: none
}

.sity-work {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 20px
}
.sity-wrapper {
    width: 60%;
}
#contacts {
    padding-bottom: 30px
}
.showModal {
    background: transparent;
}
#cities-head-txt {
    display: block;
    font-size: 14px;
    padding: 4px 0px;
    border-radius: 4px;
    margin-top: 15px;
    transition: .3s linear;
    width: 230px;
    margin-bottom: 45px;
}
#cities-head-txt:hover {
    background-color: #dd7c11
}

.link-menu {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1050px) {
    .containerModal {
        margin: 5vh auto;
        width: calc(100% - 20px);
        padding: 10px;

    }
}









