@font-face {
    font-family: "Nunito";
    src: url("../font/Nunito-Regular.eot"), 
         url("../font/Nunito-Regular.woff2") format("woff2"), 
         url("../font/Nunito-Regular.woff") format("woff"), 
         url("../font/Nunito-Regular.ttf") format("truetype"), 
         url("../font/Nunito-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'Nunito',Arial,sans-serif;
}


html {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.m-t-20 {
    margin-top: 20px;
}

div.about {
    font-size: 18px;
}

div.about p img {
    display: inline-block;
    margin-top: -3px;
}

.contacts {
    font-size: 18px;
}

h1 {
    margin-bottom: 20px;
    text-align: center;
}

h4 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

h5{font-weight: bold}

article {
    margin-bottom: 20px;
}

article, article h5{
    font-size: 18px;
}

.row-m-b {
    margin-bottom: 50px;
}

footer {
    position: fixed;
    bottom: 24px;
    left: calc(50% - 134px);
    z-index: 150;
}

    footer .btn-entry {
        background: #fbbb10;
        color: #000;
        border: none;
        opacity: 0.9;
        border-radius: 3px 4px;
        padding: 12px;
        font-size: 30px;
        margin-right: 10px;
    }

.btn-start-test {
    background: #fbbb10;
    color: #000;
    font-size: 30px;
    border: none;
    width: 100%;
}

.photo-main {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}


.photo-gallery {
    display: flex;
    margin-bottom: 10px;
}

.photo-gallery a{
    width: 30px;
    flex-grow: 1;
    margin-right: 10px;
}

.photo-gallery a:last-child {
    margin: 0;
}

    .photo-gallery a img {
        max-width: 100%;
        height: auto;
    }

.directions a {
    margin-right: 20px;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
    float: left;
    height: 40px;
}

.test-form h2 {
    margin-bottom: 20px;
}

.test-form p {
    margin-bottom: 20px;
}

.test-form label {
    font-size: 16px;
}

.test-form article {
    display: flex;
    justify-content: center;
}

.test-form .alert {
    display: none;
    color: red;
    font-size: 18px;
}

.opinion {
    font-size: 16px;
}

.opinion .opinion-top {
    margin-bottom: 10px;
}

.opinion .opinion-top img {
    border-radius: 50%;
}

.opinion .opinion-top .opinion-ava {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding-top: 15px;
    margin-left: 0;
}

.opinion .opinion-top span {
    font-weight: bold;
    margin-left: 10px;
}

.opinion .opinion-stars svg {
    color: #fc0;
}

.opinion .opinion-stars {
    margin-bottom: 10px;
}

.opinion {
    margin-bottom: 20px;
}


@media (max-width: 425px) {
}

@media (max-width: 575.98px) {
   

}

@media (max-width: 767.98px) {
    
}

@media (max-width: 991.98px) {

    

}

@media (max-width: 1199.98px) {
    
    .photo-main img {
        width: 120px;
        flex-grow: 1;
    }
}