div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.facts {
    padding-top: 65px;
    padding-bottom: 65px;
}
.facts .fact-wrapper {
    position: relative;
    max-width: 360px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    margin: 0 auto 30px;
}
.facts .fact-wrapper .img-block {
    max-height: auto;
    overflow: hidden;
    height: 303px;
}
.facts .fact-wrapper img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: -1;
}
.facts .fact-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.facts .fact-wrapper .fact-desc-wrapper {
    display: block;
    position: absolute;
    background: #ACECFF;
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.facts .fact-wrapper .fact-desc {
    position: relative;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.8);
    z-index: 1;
    color: #242424;
    font-weight: 400;
    height: 100%;
}
.facts .fact-wrapper .more-btn {
    display: none !important;
}
.facts .fact-wrapper:hover .fact-desc-wrapper {
    background: rgba(172,236,255,0.6);
}
.facts .fact-wrapper:hover .fact-desc {
    height: 100%;
}
.facts .fact-wrapper:hover .fact-desc .data,
.facts .fact-wrapper:hover .fact-desc .desc {
    display: none;
}
.facts .fact-wrapper:hover .more-btn {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 160px;
    width: 100%;
    padding: 10px 20px;
}
.facts .fact-wrapper .fact-desc .data {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}
.facts .fact-wrapper .fact-desc .desc {
    height: 130px;
    font-size: 22px;
    font-family: 'Play', sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
}
.facts .fact-wrapper .fact-desc .desc span {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-variant: normal;
    font-weight: 500;
    font-style: italic;
}
.facts .fact-wrapper:not(:hover) .fact-desc .more-btn {
    display: inherit;
    border: none;
    padding: 0;
    text-align: left;
    color: #242424;
}

.short-info .main-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.text {
    color: #323232;
    font-size: 18px;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.text p {
    margin-bottom: 15px;
}
.main-subtitle {
    color: #8e8e8e;
    font-size: 18px;
    line-height: 18px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-variant: normal;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 25px;
}
.main-title {
    color: #5a6060;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.facts .fact-wrapper:hover .more-btn {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 160px;
    width: 100%;
    padding: 10px 20px;
}
.more-btn {
    display: block;
    border-radius: 3px;
    border: 2px solid rgba(255,255,255,0.7);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 30px;
}