@import url(https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header .row ul li:hover .sub-menu {display: block;}
.sub-menu{
	  display: none;
  position: absolute;
  background-color: #292c37fc;
  min-width: 160px;
border-radius:1px;
  z-index: 1;
	    top: 100%;
}
.sub-menu::after{
	
}
.statya-vovkiv a {
    color: #ffb400;
    text-decoration: none;
}
header .row ul li a:hover ::after {
    content: "";
    display: flex;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ffb400;
}

/* body */
body {
        font-family: Exo\ 2,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    line-height: 1.2;
    color: #393838;
    background: #f6f6f4;
}

/* Container */
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

/* header */
header {
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    height: 60px;
    transition: .3s;
}
header .logo img {
    height: 100%;
    width: 100%;
}
header .logo:hover {
    transform: scale(1.05);
}

header .row ul {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
header .row ul li {
    list-style: none;
    transition: .2s all linear;
    color: #FFFFFF;
    display: flex;
    height: 100%;
    padding: 10px 0.5em;
    align-items: center;
	    position: relative;
    display: inline-block;
}
header .row ul li:hover {
    color: #1DA2FD;
}
header .row ul li:first-child {
    margin-left: 0;
	margin-top:10px;
}
header .row ul li a {
    position: relative;
    padding: 4px 0.5em;
    font-weight: 600;
    color: #a9a9a9;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color .3s;
    transition: color .3s;
}
header .row ul li a:hover {
color: #ffb400;
}
header .row-mobile {
    display: none;
}

/* Intro */
.intro {
    padding: 57px 0 39px 0;
    background: url('../img/bg.png') center / cover no-repeat;
}
.intro .container div {
    display: flex;
    flex-direction: column;
}
.intro h1 {
    margin: 0 0 15px 0;
    font-style: normal;
font-size: 2.813rem;
    font-weight: 700;
    line-height: 54px;
    color: #393838;
}
.intro h1 span {
    font-style: italic;
}
.intro p {
max-width: 37rem;
    margin: 0.75rem 1rem 0.9rem 0;
    font-size: 1.188rem;
    font-weight: 600;
    line-height: 1.5rem;
    color:#393838;
}
.intro a {
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #ffb400;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: .3s;
}
.intro a span {
    color: #000;
    transition: .3s;
}
.intro a:hover {
    background: #ffb400ba;
}
.intro a:hover span {
    color: #000;
}
/* Content */
.content {

}
.content h2 {
     margin: 0px;
    padding: 5px;
    line-height: 38px;

}

.content ul,
.content ol {
    margin: 0 0 15px 20px;
}

.container-error {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
}
.container-error h3 {
    margin: 0;
    color: #ffffff;
    font-size: 8em;
    line-height: 150%;
}
.container-error h4 {
    margin: 0;
    color: #1DA2FD;
    font-size: 8em;
    line-height: 150%;
}

/* footer */
footer {
   
}
footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 11.6px 0;
}
footer ul li {
    margin: 5px 15px;
    font-style: normal;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #FFFFFF;
}
footer ul li:hover {

}
footer ul li a {
    color: inherit;
    text-decoration: none;
}
.faq__title, .faq__head {
    margin: 25px 0 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #393838;
}
.box-fontik{
}
}