﻿/*НОВИНКИ*/

* {
    font-family: Yu Gothic UI;
}

body {
    margin: 0;
    overflow: hidden;
}

.cntnr {
    display: flex;
 /*   padding-top: 10px;*/
    justify-content: space-between;
}

.cntnr span:first-child {
    display: flex;
    flex-direction: column;
    width: 57%;
}

.cntnr span:last-child {
    width: 40%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.cntnr span b {
    font-size: 23pt;
}

.cntnr text,.cntnr li {
    font-size: 14pt;
    text-align: justify;
    margin: 7px 0;
}

.cntnr text {
    text-indent: 40px;
}

.cntnr span a {
    color: black;
    text-decoration: none;
    margin: 10px 0;
}

.cntnr span a:before {
    content: '';
    background-size: 40px auto;
    font-size: 40px;
    background-position: left 75%;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.cntnr ul {
    margin: 0;
}

.cntnr li {
    margin: 15px 0;
}