/* ***************************************************/
a:hover .inner {
    background: #BFE2FF;  /* Фон кнопки при наведении */
    color: #337AB7;
}

.content-icon {
    text-align: center;
    vertical-align: middle;
}

.icon-container {
    margin-top: 5px;
    width: 100%;
    height: 50px;
}

.icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
    overflow: hidden;
}
.icon::before, .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
    border-radius: 30px;
}
.icon i {
    position: relative;
    color: #FFFFFF;
    font-size: 25px;
    margin-top: 10px;
    transition: all 0.25s ease;
}

.icon-fill::before {
    transition-duration: 0.5s;
    box-shadow: inset 0 0 0 1px #FFFFFF;
}
.icon-fill:hover::before {
    box-shadow: inset 0 0 0 60px #16A085;
}
/* ***************************************************/
p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    font-family:'Roboto',Arial,Helvetica,sans-serif;
    color:#333;
    font-size:15px;
}

.navbar {
    background-color: #4273CD; /*4273CD*/
}

.card {
    border-color: rgba(179,192,188,0.51); /* #b8c2cc #7DA0B1*/
    border-width: 3px;
    border-radius: 7px;
    margin: 1px;
    min-width: min-content;
    /*width: max-content;*/
}

.card .card {
    border-width: 1px;
    margin: 2px;
}

.card .card-header {
    background-color: white; /* whitesmoke */
    font-weight: bold;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 6px;
}

.card-body {
    padding: 7px;
    border-radius: 5px;
    background-color: white; /* ghostwhite */
}

.table {
    margin-top: 5px;
    margin-bottom: 0;
}

ol, li {
    margin-bottom: 0;
}

.ul_border {
    list-style: none;
    padding: 0;
}

.ul_border li {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 10px solid #4273CD;
    box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, .1),
    -2px -2px 5px 0 rgba(0, 0, 0, .1),
    2px 2px 5px 0 rgba(0, 0, 0, .1),
    -2px 2px 5px 0 rgba(0, 0, 0, .1);
    letter-spacing: 2px;
    transition: 0.3s all linear;
}

.ul_border li:hover {
    border-left: 5px solid transparent;
}

.header_top {
    position: relative;
    overflow: hidden;
}

.header_top {
    background-color: #fff;
    padding: 35px 0;
    height: 146px;
}

.container{
    width: 1140px;
    margin: 0 auto;
}

.header_top .container,
.header_bottom .container,
.search,
.slide_blocks .container,
.naar_item,
.noname_block,
.top_news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_top .container {
    display: flex;
    justify-content: space-between;
}

.footer_bottom .container {
    display: flex;
    justify-content: space-between;
}

.page .container:after {
    content: "";
    display: block;
    clear: both;
}

.logo_block {
    display: flex;
    position: relative;
    z-index: 2;
}

.logo {
    display: block;
    width: 72px;
    height: 74px;
    background: url('../img/logo.svg') center / cover no-repeat;
}

.logo_text {
    width: 200px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo_text p {
    font-size: 12px;
    color: #011EA6;
    line-height: 16px;
    text-transform: uppercase;
}

.logo_text1 p {
    font-size: 14px;
}

.logo_text p:last-child {
    margin-top: 10px;
}

.navbar .navbar-nav .nav-link {
    color: white;
}

/* LANG */
.choice_block{
    position: relative;
    z-index: 0;
}

.ru {
    background-image: url('../img/rus.png');
    width: 118px;
    text-align: right;
    margin-left: 0px;
}

.en {
    background-image: url('../img/united-kingdom.svg');
    width: 112px;
    text-align: right;
    margin-left: 6px;
}

.ru,
.en {
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

body.en .logo_text p:first-child {
    display: none;
}

body.en .logo_text {
    font-size: 13px;
    line-height: 20px;
}

body.en, body.kz {
    background-image: none;
}

body.en .footer_logo p:nth-child(2) {
    display: none;
}

/* svg */
svg:not(:root) {
    overflow: hidden;
}

a,
button,
input,
textarea,
.js-svg {
    -webkit-transition: background .2s, border .2s, color .2s;
    -o-transition: background .2s, border .2s, color .2s;
    transition: background .2s, border .2s, color .2s;
}

.svg-map {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -242px;
    height: 201px;
    width: 560px;
    bottom: 0;
    overflow: hidden;
}

.iaar-logo {
    position: absolute;
    top: 69px;
    left: 205px;
    width: 100px;
    height: 103px;
    background-image: url(../img/logo.svg);
    background-size: cover;
    opacity: 0;
    /*animation-name: show;*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-delay: 5s;
}

.svg-map__area {
    position: relative;
    height: 560px;
    width: 820px;
    margin-left: -264px;
    margin-top: 5px;
}

.svg-map__area svg {
    width: 100%;
    height: 100%;
}

.svg-map svg .path-s {
    stroke: #fff !Important;
    fill: #456cb369;
}

.iar-logo {
    left: 220px;
    top: 133px;
}

.row {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
}

/* razny SCREENS */