/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background-color: darkgray;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    /*height: 100%;*/
    font-style: normal;
    font-weight: normal;
    background: url('/img/Bg.jpg') center no-repeat fixed;
    background-size: cover;
}

p {
    font-size: 16px;
}

.cont {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 30px);
    position: relative;
}

.signupbut {
    text-align: center;
    margin: 40px 0 0 0;
}

.signupbut a {
    background-color: #ce4646;
    color: #FFFFFF !important;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.menu {
    width: 100%;
    font-size: 16px;
    display: flex;
    margin: 0 0 30px 0;
    padding: 0;
}

/*иконка меню прячем*/
.menu li:nth-child(1) {
    display: none;
}

/*иконка телефона прячем*/
#menutel a svg {
    display: none;
}

.menu li {
    list-style-type: none;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
}

.menu li a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 35px 0 0 0;
    display: block;
}

/*лого*/
.menu li:nth-child(2) a {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .4em;
    text-transform: uppercase;
    padding: 16px 0 0 0;
}

/*телефон*/
.menutel a {
    padding: 36px 0 0 0;
}

.headermenu {
    margin: 0;
}

.headermenucont {
    background: darkgray;
    width: 100%;
    text-align: center;
    background-image: url('/img/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.headermenucont h1 {
    font-size: 40px;
    font-weight: normal;
    padding: 20px 0 40px 0;
}

.contpages {
    color: black;
    font-size: 18px;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.contpages .row {
    padding: 1rem 1rem 4rem 1rem;
}

/*подвал*/
.footer {
    width: 100%;
    display: flex;
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
}

.footer li {
    list-style-type: none;
    flex-basis: auto;
    flex-grow: 1;
    opacity: 0.5;
}

.footer li a {
    text-decoration: none;
    color: #FFFFFF;
}

.footercontfull li a {
    text-decoration: none;
    color: #000000;
}

.footer li span a {
    font-size: 18px;
}

.footer li:last-child {
    padding: 0 16px;
    opacity: 0.5;
}

.footer li:first-child {
    padding: 0 16px;

}


/*Запись на консультацию*/
.signup {
    background: #FFFFFF;
    width: 320px;
    padding: 30px 70px;
    color: black;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000000;
}

.signup svg {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
    cursor: pointer;
}

.signup * {
    display: block;
}

.signup p {
    margin: 20px 0 50px 0;
}

.signup label {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    margin: 15px 0 5px 0;
}

.signup label span {
    color: red;
    display: inline-block;
}

.signup input, .signup textarea {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
    width: 100%;

}

.signup textarea {
    height: 150px;
}

.signup a {
    background: indianred;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;

    margin: 20px 0;
    cursor: pointer;
    width: 100%;

}

.signup span {
    font-size: 12px;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {

    /*меню*/
    .menu {
        /*position: fixed;*/
    }

    .menu li {
        display: none;
    }

    /*иконка меню прячем*/
    .menu li:nth-child(1) {
        display: block;
        text-align: left;
    }

    .menu li:nth-child(2) {
        display: inline-block;
    }

    #menutel {
        display: inline-block;
        text-align: right;
    }

    /*иконки показываем*/
    #menutel a svg {
        display: inline-block;
    }

    #menutel a span {
        display: none;
    }

    .menu li a {
        padding: 0;
    }

    .menutel a {
        padding: 0;
    }

    .menu li:nth-child(2) a {
        font-size: 20px;
        padding: 4px 0 0 0;

    }


    /*подвал*/
    .footer {
        display: block;
    }

    .footer li {
        padding: 16px;
    }

    .cont {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 80px);
    }

    /*Запись на консультацию*/
    .signup {
        height: 100%;
        width: auto;
        padding: 40px;
        padding-left: 20px;
        margin: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
    }

}


.dispnon {
    display: none !important;
}

.dispyes {
    display: block !important;
}

/*меню*/
.menushow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    color: #000000;
    height: 100%;
}

.menushowli {
    display: block !important;
    color: #000000 !important;
    text-align: left !important;
    padding: 7px 30px;

}

.contfull {
    background-image: none;
}

.footercontfull, .contpage {
    color: black;
}

.footercontfull a, .contpage a {
    color: black;
}

