@font-face{
    font-family: 'Turum';
    src: url('/fonts/Turum.otf');
}

@font-face{
    font-family: 'TurumBold';
    src: url('/fonts/Turum-Bold.otf');
}
@font-face {
    font-family: 'OdinRounded';
    src: url('/fonts/Odin Rounded - Regular.otf');
}
#wrapper {
    max-width: 1140px;
    margin: 0 auto;
}
.row {
    justify-content: center;
}
h1 {
    font-family: Turum;
    font-size: 4.375em;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}
h2, h3 {
    font-family: Turum;
    font-size: 1.875em;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    line-height: 1;
}
h3 {
    text-align: left;
    color: black;
    font-size: 2.5em;
    line-height: 1.5em;
}
h4 {font-family: Constantia;
    font-size: 1.3em;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5;
}
h5 {
    font-size: 3em;
}
p {
    font-family: Constantia;
    font-size: 0.875em;
    text-align: center;
    color: #000000;
    font-weight: normal;
    line-height: 1.3;
}
a {
    color: #000;
    font-family: Turum;
    font-size: 1.875em;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #007560;
    text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}
 #header {
    display: flex;
     flex-wrap: wrap;
}
.header-forms-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.83% 0;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #000000;
}
.search-form {
    border: 1px solid #000;
    width: 100%;
    height: 30px;
    margin-right: 0.45%;
}
.search-form input {
    font-style: italic;
}
option {
    background-color: #007560;
    width: 100%;
    outline: none;
}

.input-c {
    width: 75%;
    font-family: Constantia;
    font-size: 1em;
    text-align: left;
    color: #003e2d;
    padding-left: 1%;
    outline: none;
    border: none;
}

#select-gorod-div {
    background-color: #007560;
}
#select-gorod {
    width: 100%;
    background-color: #007560;
    color: #ffffff;
}


.search-form button {
    width: 20%;
    background: none;
    border: none;
    padding-top: 2px;
    padding-left: 22px;
    color: #6c757d;
}
#enter {
    border: 1px solid #000;
    background: #007560;
}
#enter a {
    color: #fff;
    padding-left: 30%;
    font-weight: normal;
    line-height: 1em;
}
#reg {
    margin-right: 0%;
}
#reg a {
    color: #000000;
    padding-left: 30%;
    font-weight: normal;
    line-height: 1em;
}
#reg button:before {
    content: "\f2be";
    font-family: FontAwesome;
}
ul {
    list-style-type: none;
}

#menu ul {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
}
.knopki {
    display: none;
}
.decoration {
    background: url("/img/headimg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
}
#logodecoration {
    width: 47%;
    height: auto;
    opacity: 0.76;
    margin: auto;
    padding-top: 52px;
}
#counter {
    width: 50%;
    height: 90px;
    opacity: 0.8;
    border-radius: 5px;
    background-color: #ffffff;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 1.16% 0 1.83%;
}
.kolvo-div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.kolvo-cifra {
    font-family: OdinRounded;
    font-size: 3.75em;
    color: #003e2d;
    margin-top: -5px;
    line-height: 1.2;
}
.kolvo-podpis {
    font-family: Turum;
    font-size: 2.875em;
    color: #003e2d;
    line-height: 0;
}
#kolvo-div-2 {
    position: relative;
    left: 1.75%;
}
.calculator {
    display: flex;
    justify-content: space-around;
    margin: 1.25%;

}
.calc {
    width: 24%;
    height: 573px;
    border: 3px solid #003e2d;
    margin: 0.5%;
   }
.podpis {
    width: 80%;
    background-color: white;
    margin: -26px auto 15px auto;
}
.podpis h2 {
    color: #000;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin: 0%;
    background-color: white;
}
.examen {
    display: flex;
    justify-content: space-between;
    height: 31px;
    margin: 0 3.6%;
}
.examen input {
    width: 40px;
    height: 25px;
}
.examen label, .vibor label {
    font-family: Constantia;
    font-size: 0.8em;
    color: #000000;
    line-height: 0.5;
    font-weight: bold;
}
.button {
    width: 167px;
    border: 1px solid #000;
    background: #007560;
    display: flex;
    justify-content: center;
    margin: 10% auto;
    cursor: pointer;
}
.button a {
    color: #fff;
    font-weight: normal;
    line-height: 1em;
}
.button:hover {
    background-color: #003e2d;
}
.poiskspec {
margin: 4%;
}
.vibor {
    margin-bottom: 7px;
}
.vibor select{
    width: 80%;
}
.exams-div {
    display: flex;
    font-size: 0.9em;
}
#find {
    margin: 7% auto;
}
#uk {
    font-family: Constantia;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.anons {
    margin: 25px 3%;
    text-align: center;
}
.anons a {
    font-family: Constantia;
    font-size: 1em;
}
#banner {
    margin-right: 0;
    border: none;
    box-sizing: border-box;
}
#doska {
    height: 100%;
}
#jmi {
    width: 60%;
    height: 10%;
    position: relative;
    top: -14%;
    left: 20%;
}

.grid {
    display: grid;
}
.stati {
    margin-bottom: 50px;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
}
.stati-item {
    position: relative;
    background-color: #f7f7f7;
    grid-template-rows: 1fr 1fr;
 }
.stati-item:nth-child(3) {
    grid-column: 3/5;
}
.stati-item:nth-child(4) {
    grid-column: 1/3;
}
.stati-item-img {
    /*height: 240px;*/
    background-size: cover;
    background-position: center;
}
.stati-item-content {
    padding: 15px;
    text-align: center;
    align-content: center;
    font-size: 13px;
}
.dobavleno {
    font-family: Constantia;
    font-size: 12px;
    text-align: center;
    color: #6c757d;
    padding-bottom: 10px;
}

.descr {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #17462178;
    color: white;
    padding-top: 90px;
    text-align: center;
    font-size: 1.5em;
    font-family: Turum;
    opacity: 0;
    top: 30%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.stati-item:hover .descr {
    display: block;
    opacity: 1;
    top: 0;
}
.podpisstati {
    display: flex;
    justify-content: space-around;
    height: 38px;
    margin-bottom: 100px;
}
.liniya {
    border-bottom: 1px solid #000;
    width: 80%;
}
.eshe {
    display: flex;
    justify-content: flex-end;
}
.nazvanie-novosti {
    text-align: center;
}
.iconki {
    display: flex;
}
.podpis-k-prof {
    width: 60%;
}
.viborprof {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.prof {
    margin-bottom: 25px;
}
.strelka img{
    width: 50%;
}
.left {
    display: flex;
    justify-content: flex-start;
}
.right {
    display: flex;
    justify-content: flex-end;
}
.test {
    width: 30%;
    height: 270px;
}
.test h3 {
    text-align: center;
}
.footer {
    background:url("/img/bgfooter.jpg");
}
.soc-icons {
    width: 35%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.footer h2 {
    font-size: 2.5em;

}
/*/Таблица/*/

.tabl-rezult th, .table-vuz thead {
    background-color: #007a67;
    font-weight: normal;
    font-family: turum;
    font-size: 2em;
    color: white;
    text-align: center;
}
td {
    width: 30%;
    text-align: left;
    padding: 15px;
}
.tabl-rezult {
    width: 60%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.tabl-rezult a {
    font-family: Constantia;
    font-size: 1em;
    color: #212529;
    text-decoration: underline;
}
.tabl-rezult a:hover{
    color: #007560;
}
.rezultat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sdav-exam {
    text-align: center;
    margin-bottom: 25px;
}
/*Статьи и новости*/
.st-news-content {
    display: flex;
}

.news-st-body {
    width: 60%;
    border-left: 1px solid #eae3e3;
    padding: 30px;
    line-height: 1.5em;
    margin: auto;
}
.news-st-body img {
    float: left;
}
.reklama {
    width: 30%;
}
/*.recomend {*/
    /*width: 156px;*/
    /*color: white;*/
    /*background-color: #007a67;*/
    /*height: 22px;*/
    /*font-size: 0.8em;*/
    /*text-align: center;*/
/*}*/
.rec-ban {
    margin: 10px;
}
article {
    margin-top: 20px;
}
article p {
    text-align: left;
    font-size: 1em;
}
article p a, article ol a, article ul a{
    font-family: Constantia;
    color: #0b2e13;
    font-size: 1em;
}


/*Список ВУЗов, профессии, тесты*/
.spisokvuzov {
    display: flex;
    justify-content: space-around;
    margin: 20px;
}
.table-vuz {
    width: 95%;
    margin: auto;
}
.table-vuz a {
    font-family: Constantia;
    font-size: 1em;
    color: #212529;
    text-decoration: underline;
}
.pagination {
    justify-content: center;
    margin-bottom: 60px;
}
.pagination li {
    padding: 15px;
}
.disabled span, .active span {
    font-family: Turum;
    font-size: 1.875em;
    font-weight: bold;
}
.active span {
    color: #003e2d;
    border-bottom: 1px solid #003e2d;
}
.page-link {
    color: #003e2d;
}
.prof-grp {
    display: flex;
    margin-bottom: 30px;
    opacity: 0.8;
    cursor: pointer;
}
.prof-grp:hover {
    opacity: 1;
}
.prof-grp-name {
    height: 57px;
    width: 26%;
    background-color: #007a67;
}
.prof-grp-name h3 {
    text-align: center;
    color: white;
    font-size: 38px;
}
.prof-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 57px;
    width: 74%;
}
#bc-yurid {
    background: url("/img/ladyyurid.jpg");
}
#bc-nauch {
    background: url("/img/nauka.jpg");
}
#bc-smi {
    background: url("/img/smi.jpg");
}
#bc-ped {
    background: url("/img/ped.jpg");
}
#bc-it {
    background: url("/img/it.jpg");
}
#bc-servis {
    background: url("/img/servis.jpg");
}
#bc-med {
     background: url("/img/med.jpg");
 }
#bc-eda {
    background: url("/img/eda.jpg");
}
#bc-econom {
    background: url("/img/econom.jpg");
}
#bc-str {
    background: url("/img/str.jpg");
}
#bc-tvor {
    background: url("/img/tvor.jpg");
}
#bc-teh {
    background: url("/img/teh.jpg");
}
#bc-voen {
    background: url("/img/voen.jpg");
}
#bc-sport {
    background: url("/img/sport.jpg");
}
#bc-trans {
    background: url("/img/trans.jpg");
}
#bc-sel {
    background: url("/img/sel.jpg");
}
#test-prohogdenie-img {
    background: url("/img/test-prohogdenie-img.jpg");
}
.prof-spisok {
    width: 26%;
}
.prof-spisok a {
    text-decoration: underline;
    font-weight: normal;
}
.prof-content {
    display: flex;
    margin-bottom: 20px;
}
.prof-opisanie {
    width: 74%;
    border: 1px solid #e0e8ef;
    border-radius: 5px;
    padding: 3%;
}
.prof-opisanie p {
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
}
.input-prof {
    display: none;
}
.input-prof {
    width: 45%;
    font-family: Constantia;
    font-size: 1em;
    font-style: italic;
    text-align: left;
    color: #003e2d;
    padding-left: 1%;
    outline: none;
    border: none;
}
#select-prof {
    background-color: #007a67;
    color: #ffffff;
}
.spec-opisanie {
    display: flex;
    margin: 10px;
}
.vuz-spec-navigation a,.vuz-info a {
    font-family: Constantia;
    font-size: 0.75em;
    color: #212529;
    text-decoration: underline;
}
.tabl-spec {
    width: 70%;
}
.tabl-spec h3 {
    text-align: center;
    color: #007558;
}
.left-td {
    font-family: Constantia;
    font-weight: bold;
}
.vuz-card {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    border: 1px solid #e0e8ef;
    margin: 30px auto;
}
.vuz-foto {
    margin: 10px;
    width: 30%
}
.vuz-info {
    width: 60%;
    margin: auto;
}
/*Профориентационный тест*/
.prof-test {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.proforient {
    width: 60%;
    margin: auto;
}
.proforient h3 {
    text-align: center;
}
.prof-test-img {
    margin: 20px;
}

.question p, .varianti p {
    text-align: left;
    font-size: 1.2em;
    text-indent: 1.5em;
}
.test-img {
    width: 100%;
    height: 60px;
}
#bc-test {
    background: url("/img/sel.jpg");
}

/*Радиокнопки*/
@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.option-input:hover {
    background: #9faab7;
}
.option-input:checked {
    background: #003e2d;
}
.option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #003e2d;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}
/*Спасибо за регистрацию!*/
.spasibo h3 {
    text-align: center;
}
.avatar {
    width: 20%;
    margin: 50px auto;
}
.knopki-v-ryad {
    display: flex;
    flex-wrap: wrap;
}
/*форма регистрации*/
.login-page, .register-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
    line-height: 1;
    font-family: "Turum", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    height: 45px;
    border: 0;
    margin: 0 0 10px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 30px;
}
.form button {
    font-family: "Turum", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #007560;
    width: 100%;
    height: 45px;
    border: 0;
    padding: 5px;
    color: #FFFFFF;
    font-size: 30px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
    background: #0b2e13;
}

.form a, .form p {
    font-size: 20px;
    color: #6c757d;
    text-decoration: none;
}


/*********/
/*Media*/
/*********/
@media (max-width: 1199.99px) {

}
@media (max-width: 991.99px) {
    #reg {
        display: none;
    }
    #news {
        display: none;
    }
    .stati-news {
        display: block;
    }
    .calc {
        width: 30%;
        margin: 1%;
    }
    .liniya {
        width: 70%
    }
    .stati {
        margin: 20px;
        grid-gap: 5px;
        grid-template-columns: repeat(3, 1fr);
    }
    .stati-item:nth-child(3) {
        grid-column: 2/3;
        grid-row: 1;
    }
    .stati-item:nth-child(4) {
        grid-column: 1/2;
        grid-row: 2;
    }
    .block-stati, .news-st-anons {
        width: 30%;
    }
    .eshe-2 {
        display: flex;
    }
    .liniya {
        width: 70%;
    }
    .podpis-k-prof {
        width: 90%;
        margin: auto;
    }
    .test, .news-st-body {
        width: 75%;
    }
    .test h3 {
        font-size: 1.8em;
    }

}

@media (max-width: 767.99px) {

    #enter {
        display: none;
    }

    #logo {
        width: 60%;
    }

    #main-menu
    {
        display: none;
    }
    h5 {
        font-size: 2em;
    }
    a {
       color: #003e2d;
    }
    .knopki {
        line-height: 1;
        color: #007560;
        font-size: 1.5em;
        width: 30%;
        height: 25px;
        display: flex;
        justify-content: center;
        margin:auto;
    }
    #mobile-menu {
        text-align: right;
        width: 90%;

    }
    .main-menu-button {
        margin-left: 20px;
    }
    #search-in-sait {
        display: none;
    }
    .search-form {
        margin-left: 7%;
    }
    .header-forms-div {
        width: 90%;
        border: none;
    }
    .column {
        margin: 10px;
    }
    #banner {
        display: none;
    }
    .calc {
        width: 45%;
        margin: 2%;
    }
    #counter {
        width: 90%;
        height: 84px;
    }
    .liniya {
        width: 60%
    }
    .stati {
        margin: 20px;
        grid-gap: 5px;
        grid-template-columns: repeat(2, 1fr);
    }
    .stati-item:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
    .stati-item:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    .stati-item-content{
        padding: 10px;
    }
    .block-stati, .news-st-anons {
        width: 45%;
    }
    .news-st-spisok, .recomend {
        display: none;
    }
    .tabl-rezult, .news-st-body {
        width: 90%;
    }
    .calculator {
        flex-direction: column;
    }

}
    @media (max-width: 575.99px) {
        #wrapper {
            margin: 0 5px;
        }
        h1 {
            font-size: 30px;
        }
        h4 {
            font-size: 1em;
        }

        #logodecoration {
            width: 63%;
            padding-top: 13px;
        }

        #text {
            display: none;
        }

        #counter {
            width: 90%;
            height: 43px;
        }

        .kolvo-cifra {
            font-size: 2em;
        }

        .kolvo-podpis {
            font-size: 1.375em;
        }
        .calc {
            width: 90%;
            margin: 7%;
        }

        .exams-div {
            margin: 0 10%;
        }
        .liniya {
            width: 40%
        }
        .soc-icons {
            width: 70%;
        }
        .footer h2 {
            font-size: 1em;
        }
        .reklama {
            display: none;
        }
        .prof-grp-name h3 {
            font-size: 1.5em;
            line-height: 1em;
        }
        .prof-spisok {
            display: none;
        }
        .prof-opisanie {
            width: 90%;
            margin: auto;
        }
        .prof-opisanie p {
            font-size: 14px;
        }
        .input-prof {
            display: block;
            margin-bottom: 10px;
        }
        .tabl-spec {
            width: 90%;
            margin: auto;
        }
        .vuz-foto {
            width: 90%
        }
        .proforient {
            width: 90%;
        }
        .spasibo h3 {
            font-size: 1.7em;
        }
        .avatar {
            width: 80%;
        }
        .login-page {
            width: 320px;
        }
        .stati {
            grid-template-columns: 1fr;
        }
        .stati-item {
        grid-column: 1/3;
        }


    }


.ball {
    margin-bottom: 35px;
}
.submit-button {
    font-family: Turum;
    color: #ffffff;
    font-size: 1.7em;
    line-height: 1;
}
.hamburger-box {
    width: 0;
    bottom: 12px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #007560;
}
#mobile-search {
    margin: -3px;
}
button.hamburger  {
    outline: none;
}







/*
     */
/*
*/