@font-face {
    font-family: Nagel_VF; 
    src: local("Nagel_VF"), url(/fonts/Nagel_VF.otf); 
  }




html, body {
    
    padding: 0;
    margin: 0;
    font-family: "Nagel_VF";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
}

.wrapper {
    
    width: calc(100% - 20px);
    padding: 0 10px;
    max-width: 1600px;
    margin: auto
    
}

a {
    
    color: #fe0000;
    text-decoration: none;
    
}

a:hover {
    
    color: #7C0002
    
}

h2 {
    
    font-size: 40px;
    
}

h1, h2, h3, h4 {
    
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
}


/* Верх */

.top {
    
    background: url("/images/welcome_bac.7f0a2831.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    
}

.top .uzor {
    
    background: url( "/images/bac.fc061802.png") no-repeat;
    position: absolute;
    top:0;
    right: 0;
    width: 1175px;
    height: 378px;
    
}

.top .logo {
    
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    text-align: center;
    
    
}

.top .logo img {
    
    margin-top: 30vh
    
}

.top .logo .text {
    
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 30px;
    
}

.top .logo .text span {
    
    margin-right: 30px;
    
}

.top .logo .text span:last-of-type {
    
    margin-right: 0;
    
}








/* Вопрос - ответ */

.faq h2 {
    
    text-align: center;
    text-transform: uppercase
    
}

.acc-main {
    
    
    
}

.acc-main .js-spoiler {
    
    width: 47%;
    display: inline-block;    
    vertical-align: top;
    margin-right: 5%;
    
}

.acc-main .js-spoiler:nth-of-type(2n) {
    
    margin-right: 0;
    
}

/* Отзывы */

.reviews {
    
    background: url( "/images/clients_background.59f27f81.svg") no-repeat right top 70px;
    
}

.reviews h2 {
    
    text-align: center;
    text-transform: uppercase
    
}

.reviews ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.reviews ul li {
    
    display: inline-block;
    width: 29%;
    margin-right: 2%;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    padding: 20px;
    vertical-align: top;
    margin-bottom: 20px;
    background: #fff
    
}

.reviews ul li:nth-of-type(3n) {
    
    margin-right: 0;
    
}

