/* FONTS LOAD SECTION */
@font-face { src: url("../fonts/raleway/raleway-v22-cyrillic-300.woff2") format("woff2"); font-family: "raleway-wt"; font-weight: 300; font-style: normal; font-display: swap;}
@font-face { src: url("../fonts/raleway/raleway-v22-cyrillic-500.woff2") format("woff2"); font-family: "raleway-wt"; font-weight: 500; font-style: normal; font-display: swap;}
@font-face { src: url("../fonts/raleway/raleway-v22-cyrillic-600.woff2") format("woff2"); font-family: "raleway-wt"; font-weight: 600; font-style: normal; font-display: swap;}
@font-face { src: url("../fonts/raleway/raleway-v22-cyrillic-700.woff2") format("woff2"); font-family: "raleway-wt"; font-weight: 700; font-style: normal; font-display: swap;}
@font-face { src: url("../fonts/raleway/raleway-v22-cyrillic-800.woff2") format("woff2"); font-family: "raleway-wt"; font-weight: 800; font-style: normal; font-display: swap;}
@font-face { src: url("../fonts/raleway/raleway-v22-cyrillic-900.woff2") format("woff2"); font-family: "raleway-wt"; font-weight: 900; font-style: normal; font-display: swap;}
@font-face { src: url("../fonts/raleway/raleway-v22-cyrillic-regular.woff2") format("woff2"); font-family: "raleway-wt"; font-weight: 400; font-style: normal; font-display: swap;}

body {
	font-family: raleway-wt, sans-serif;
	background-color: #ffffff;
	font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    -o-font-feature-settings: "lnum";
    margin: 0;
    max-width: 100%;
}

a {
    color: #20013C;
    text-decoration: none;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
}
img {max-width: 100%;}
.wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.header {padding: 15px 0 10px;}
.footer {margin-top: auto;}
.h1, h1 {margin-top: 30px;margin-bottom:5px;}
.breadcrumb {background-color: #f5f5f5;margin-top: 0px;margin-bottom: 10px;padding: 5px 0;}
.breadcrumb li {
    color: #555555;
}

.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px 0 0;
    color: #13110f;
    content: "→";
}
.logo {
    max-width: 208px;
    height: 54px;
    display: flex;
    align-items: center;
}
.lang {
    display: block;margin-top: 15px;
    position: absolute;
    right: 15px;
} 
.lang a.active, .lang a:focus, .lang a:hover, .lang span.active, .lang span:focus, .lang span:hover {
    color: #13110f;
}
.lang a:last-child, .lang span:last-child {
    position: relative;
}
.lang a, .lang span {
    cursor: pointer;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
}
.lang a:last-child::after, .lang span:last-child::after {
    content: '';
    background: #20013C;
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 1px;
    height: 12px;
    z-index: 1;
}
.footer-wrap {
    background: #20013C;
    color: rgba(255,255,255,1);
    padding: 30px 0 10px;
    margin-top: 40px;
}
.footer-logo {
    margin: 0 0 15px;
}
.footer-links {
    margin: 5px 0 20px;
    display: inline-block;
}
.footer-links a {
    display: block;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
    line-height: 1.6;
}
.copyright-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 1);
}
.copyright-wrap .footer-links {
    margin: 0;
}
.copyright-wrap .footer-links a {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    line-height: 1;
}
@media (max-width: 768px) {
    .copyright-wrap .footer-links a  {
        padding-left: 0;
    } 
}