@font-face {
    font-family: 'Roboto Black';
    src: url(../fonts/roboto-black.ttf);
}

@font-face {
    font-family: 'Roboto Slab Bold';
    src: url(../fonts/roboto-slab-bold.ttf);
}

@font-face {
    font-family: 'Roboto Light';
    src: url(../fonts/roboto-light.ttf);
}

@font-face {
    font-family: 'Roboto Slab Regular';
    src: url(../fonts/roboto-slab-regular.ttf);
}

@font-face {
    font-family: 'Roboto Light Italic';
    src: url(../fonts/roboto-light-italic.ttf);
}

body {
    background: #e8e8e8;
    font-family: 'Roboto Light';
}

img {
    max-width: 100%
}

.header {
    background: #22395a;
    width: 100%;
}

.header__content {
    height: 150px;
}

.main-title {
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Slab Bold';
}

.main-slogon {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 100%;
    font-family: 'Roboto Black';
    position:  relative;
    z-index:  2;
}

.main-slogon,
.main-title {
    font-size: 42px;
    color: #fff;
}

.circle-container {
    position: relative;
}

.green-text {
    color: #3ac06b;
}

.header .green-text {
    letter-spacing: 2px;
}

.but-green {
    display: inline-block;
    font-family: 'Roboto Slab Bold';
    background: #3ac06b;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    padding: 6px 25px 8px;
    border-radius: 100px;
    transition: .3s;
}

.but-green:hover,
.but-green:focus {
    background: #22395a;
    color: #fff;
    text-decoration: none;
}

.header .but-green {
    font-family: 'Roboto Black';
}

.header .but-green:hover {
    background: #3ac06b;
}

.circle-box {
    width: 790px;
    height: 790px;
    border-radius: 50%;
    background: #ef9624;
    position: absolute;
    margin-left: -395px;
    left: 50%;
    bottom: -55px;
}

#credit-list {
    margin-top: 50px;
}

.credit-list__item-body {
    text-align: center;
    background: #fff;
    padding-bottom: 48px;
    transition: .3s;
    margin:  0 auto;
    margin-bottom: 40px;
    max-width: 350px;
}

.credit-list__item-body:hover {
    box-shadow: 0px 5px 20px #999;
}

.credit-list__item__img {
    height: 140px;
    display: flex;
    padding: 20px;
}

.credit-list__item__img img {
    margin: auto;
    max-height: 100%;
}

.credit-list__item__img a {
    margin: auto;
}

.credit-list__item__info {
    color: #22395a;
    font-size: 20px;
}

.credit-list__item__info__names {
    text-align: right;
    font-family: 'Roboto Slab Regular';
}

.credit-list__item__info__value {
    padding: 0;
    text-align: left;
    font-family: 'Roboto Slab Bold';
}

.credit-list__item__sale {
    font-family: 'Roboto Light Italic';
    height: 60px;
    display: flex;
    margin-bottom: 30px;
}

.margin-auto {
    margin: auto;
    width: 100%;
}

.article-list {
    margin-top: 75px;
    margin-bottom: 80px;
}

article {
    color: #394563;
    transition: .5s;
    overflow: hidden;
}

article h2 {
    text-align: center;
    font-family: 'Roboto Slab Bold';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

article.article-full {
    overflow: hidden;
    height: auto;
    transition: .5s;
}

.toggle-articl {
    display: inline-block;
    margin: auto;
    background: transparent;
    color: #3ac06b;
    border: none;
    border-bottom: 1px solid #3ac06b;
    outline: none !important;
    cursor: pointer;
}

.toggle-articl .icofont {
    font-size: 30px;
    position: relative;
    top: 10px;
}

.one-article {
    height: 130px;
}

.two-article {
    height: 130px;
}

.hr-line {
    display: block;
    width: 100%;
    margin: 45px 0 40px;
    background: #394563;
}

.logo-box {
    text-decoration: none;
}