<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
b - 3649b4
bg - 0c0b23
*/
html {
    height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    min-width: 320px;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}
h1, h2, h3, .h2, .h3 {
    font-size: 36px;
    font-weight: bold;
    color: #3649b4;
    text-transform: uppercase;
}
h2 span,
h3 span {
    display: block;
    font-size: 28px;
    text-transform: none;
}
section {
    overflow: hidden;
}
section ul,
article ul,
section ol,
article ol {
    margin: 0;
    padding: 0 0 0 30px;
}
section ul li,
article ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 18px;
    list-style: none;
}
section ul li::before, 
article ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -5px;
    height: 7px;
    width: 15px;
    border-radius: 10px;
    background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
}
section ol,
article ol {
    counter-reset: li;
    list-style: none;
}
section ol &gt; li,
article .content ol &gt; li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 18px;
}
section ol &gt; li::before,
article .content ol &gt; li::before {
    position: absolute;
    top: 0;
    left: -14px;
    width: 28px;
    height: 25px;
    display: inline-block;
    padding: 5px;
    content: counter(li);
    counter-increment: li;
    font-size: 15px;
    color: #fff;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 0;
}
section ol &gt; li::after,
article .content ol &gt; li::after {
    position: absolute;
    top: 0;
    left: -11px;
    width: 22px;
    height: 22px;
    display: inline-block;
    content: "";
    border-radius: 50%;
    background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
    z-index: -1;
}
.btn {
    padding: 6px 20px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 50px;
    background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
    transition: filter .3s;
}
.btn:hover {
    filter: brightness(60%);
    box-shadow: none;
}
.btn-big {
    padding: 10px 30px;
    font-size: 22px;
}
.btn-2 {
    color: #000;
    background: #ECEFF1;
}
header {
    position: relative;
    height: 700px;
    padding-top: 15px;
    z-index: 1;
    background: url(/design/images/vlm/main.webp) top center / cover no-repeat;
}
header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,.5);
    z-index: -1;
}
.inner header {
    height: 260px;
    background: url(/design/images/bg-header-inner.jpg) center center / cover no-repeat;
}
.inner-region header {
    height: 260px;
    background: url(/design/images/vlm/main.webp) bottom center / cover no-repeat;
}
.inner header::before {
    height: 260px;
    background: rgba(0,0,0,.7);
}
header.header-bg-img {
    height: 440px;
}
header.header-bg-img::before {
    height: 440px;
    background: rgba(0,0,0,.5);
}
.logo img {
    height: 90px;
}
.logo div {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
}
.h-kontakty {
    margin-left: auto;
    text-align: right;
}
.h-kontakty a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.h-kontakty .btn {
    margin-left: 20px;
}
.h-region {
    font-size: 26px;
    color: #ECEFF1;
}
.h-region span {
    position: relative;
    display: inline-block;
    margin-left: 45px;
    line-height: 28px;
    border-bottom: 1px dashed #ECEFF1;
}
.h-region span::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -10px;
    margin: auto;
    height: 44px;
    width: 40px;
    background-image: url(/design/images/icons.png);
    background-repeat: no-repeat;
    background-position: center -752px;
}
.h-phone {
    margin-top: 15px;
}
.h-phone a {
    vertical-align: middle;
    transition: color .3s;
}
.h-phone a:hover {
    color: #3649b4 !important;
    text-decoration: none;
}
.i-wa {
    margin-left: 10px;
    height: 38px;
    width: 38px;
    background-image: url(/design/images/icons.png);
    background-repeat: no-repeat;
    background-position: center -1451px;
}
header ul {
    margin: 0;
    padding: 0;
}
.main-menu nav {
    position: relative;
    margin-top: 15px;
}
.inner .main-menu nav::before {
    display: none;
}
.main-menu ul {
    padding: 0;
}
.main-menu li {
    list-style: none;
}
.main-menu .menu-start &gt; li &gt; a,
.main-menu .menu-start &gt; li &gt; span {
    margin-bottom: 10px;
}
.main-menu .menu-start &gt; li {
	margin: 0 10px;
}
.main-menu li a, 
.main-menu li span {
    display: inline-block;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    border-radius: 50px;
    background: #fff;
    transition: color .2s;
}
.main-menu li a:hover,
.main-menu li span {
    text-decoration: none;
    color: #3649b4 !important;
}
.main-menu li &gt; div {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    min-width: 160px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #0c0b23;
    text-transform: none;
    border-radius: 20px;
    border: 2px solid #3649b4;
    background: #fff;
    overflow: hidden;
    z-index: 1001;
}
.main-menu li &gt; div &gt; ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;    
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-menu li &gt; ul &gt; span {
    display: block;
    overflow: hidden;
}
.main-menu ul ul li {
    display: block;
    transition: all ease-in-out 0.2s;
}
.main-menu ul ul li a,
.main-menu ul ul li span {
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
    white-space: nowrap;
    font-weight: bold;
    transition: all ease-in-out 0.2s;
}
.main-menu ul ul li a:hover {
    color: #0c0b23;
}
.main-menu ul ul li span {
    color: #0c0b23;
}
.header-content {
    margin-top: 80px;
    text-align: center;
}
.hc-text {
    position: relative;
    display: inline-block;
    font-size: 54px;
    color: #3649b4;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 0px 50px #000, 0px 0px 50px #000, 0px 0px 50px #000, 1px 1px 1px #000;
    z-index: 1;
}
.hc-text div {
    display: block;
    font-size: 38px;
    font-weight: normal;
    text-transform: none;
}
.header-content .btn {
    margin-top: 30px;
}
.main-content img,
.content img {
    height: auto;
    max-width: 100%;
}
section.reg-b-prava {
    position: relative;
    padding: 80px 0;
    background-color: #ECEFF1;
    z-index: 0;
}
section.reg-b-prava::before {
    content: "";
    position: absolute;
    top: -1500px;
    bottom: -1500px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.18;
    transform: rotate(-45deg);
    background: url(/design/images/logo-pattern-c.png);
    z-index: -1;
}
section.reg-b-prava::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to bottom, rgba(236,239,241,1) 10%, rgba(236,239,241,0) 50%, rgba(236,239,241,1) 100%);
    z-index: -1;
}
.reg-b-prava h2 {
    margin-bottom: 40px;
}
.reg-b-p-item {
    position: relative;
    display: block;
    padding-top: 200px;
    text-align: center;
    font-size: 20px;
    transition: color .3s;
}
.reg-b-p-item:hover {
    color: #3649b4;
}
.reg-b-p-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 180px;
    width: 180px;
    background-image: url(/design/images/vlm/icons.webp);
    background-repeat: no-repeat;
    transition: all .3s;
}
.reg-b-p-item:hover::before {
    transform: scale(.85);
}
.reg-b-p-i-1::before {
    background-position: center -25px;
}
.reg-b-p-i-2::before {
    background-position: center -215px;
}
.reg-b-p-i-3::before {
    background-position: center -390px;
}
.reg-b-p-i-4::before {
    background-position: center -565px;
}
.reg-b-help {
	margin: 50px 0;
	padding: 30px;
	border-radius: 20px;
	background: #eceff1;
}
.reg-b-help .h2 {
    margin-bottom: 40px;
    color: #000;
}
.reg-b-h-item {
    display: block;
    position: relative;
    padding-top: 210px;
    transition: color .3s;
}
.reg-b-h-item:hover {
    color: #3649b4;
}
.reg-b-h-item div,
.reg-b-h-item span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.reg-b-h-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 185px;
    width: 180px;
    background-image: url(/design/images/vlm/icons.webp);
    background-repeat: no-repeat;
}
.reg-b-h-i-1::before {
    background-position: center -773px;
}
.reg-b-h-i-2::before {
    background-position: center -973px;
}
.reg-b-h-i-3::before {
    background-position: center -1165px;
}
.reg-b-h-i-4::before {
    background-position: center -1357px;
}.reg-b-advance {
    margin: 50px 0;
}
.reg-b-advance .h2 {
    margin-bottom: 40px;
    color: #3649b4;
}
.reg-b-a-item {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 50px 20px 200px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
    border-radius: 20px;
}
.reg-b-a-item div {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.reg-b-a-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    height: 160px;
    width: 160px;
    background-image: url(/design/images/vlm/icons.webp);
    background-repeat: no-repeat;
}
.reg-b-a-i-1::before {
    background-position: center -1562px;
}
.reg-b-a-i-2::before {
    background-position: center -1761px;
}
.reg-b-a-i-3::before {
    height: 100px;
    background-position: center -1951px;
}
.reg-b-a-i-4::before {
    background-position: center -2082px;
}
.reg-b-requirements {
    margin: 70px 0;
}
.reg-b-requirements .h2 {
    margin-bottom: 30px;
}
.reg-b-requirements ul {
    padding: 0;
}
.reg-b-requirements li {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 20px;
}
.reg-b-requirements li span {
    display: block;
    font-size: 20px;
    color: #3649b4;
    font-weight: bold;
}
.reg-b-requirements li::before {
    top: -2px;
    left: 0;
    height: 33px;
    width: 33px;
    background: url(/design/images/vlm/icons.webp);
    background-repeat: no-repeat;
    background-position: center -2272px;
}
.list-steps-wrap {
    margin: 50px 0;
    text-align: center;
}
ol.list-steps {
    display: flex;
    margin: 40px 0 10px;
    padding: 0;
    counter-reset: li;
    list-style: none;
    font-size: 15px;
    clear: both;
}
ol.list-steps &gt; li {
    position: relative;
    padding: 80px 20px 0 20px;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
ol.list-steps &gt; li::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 5px;
    content: counter(li);
    counter-increment: li;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
}
ol.list-steps li::after {
    content: "";
	position: absolute;
	top: 30px;
	left: 0px;
    right: 0px;
	width: auto;
	height: 1px;
	display: inline-block;
    border-radius: 0;
    overflow: hidden;
	z-index: -1;
	background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
}
ol.list-steps li:first-of-type:after {
	left: 50%;	
}
ol.list-steps li:last-of-type:after {
	right: 50%;	
}
ol.list-steps &gt; li strong,
ol.list-steps &gt; li div {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
} 
ol.list-steps ul {
    padding: 0;
    text-align: left;
}
ol.list-steps ul li {
	margin-bottom: 10px;
}
ol.list-steps ul li::before {
	left: 0;
	height: 7px;
	width: 7px;
}
ol.list-steps ul li::after {
	display: none;
}



.dosti h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    padding: 0 30px;
    color: #0c0b23;
}
.dos-wrap {
    margin-bottom: 40px;
}
.dos-wrap .dos-num {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px 30px 155px;
    color: #ECEFF1;
    font-size: 20px;
    border-radius: 200px;
    background: #0c0b23;
    z-index: 0;
}
.dos-num span {
    font-weight: bold;
    color: #3649b4;
}
.dos-num::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 110px;
    width: 110px;
    background-image: url(/design/images/icons.png);
    background-repeat: no-repeat;
}
.dn-1::before {
    background-position: center -15px;
}
.dn-2::before {
    background-position: center -145px;
}
.dn-3::before {
    background-position: center -276px;
}
.dn-4::before {
    background-position: center -406px;
}
.dn-5::before {
    background-position: center -526px;
}
.dn-6::before {
    background-position: center -635px;
}
section.main-text {
    margin-bottom: 50px;
    padding: 50px 0 0;
}
.main-text h1 {
    margin-bottom: 30px;
}
.main-text h2 {
    margin: 50px 0;
    font-size: 36px;
}
.main-text h3 {
    margin: 30px 0;
    font-size: 30px;
}
.page-terms {
    margin: 50px 0;
	padding: 30px;
    text-align: center;
	border-radius: 20px;
	background: #eceff1;
}
.page-terms .h2 {
    margin: 20px 0 30px;
    color: #0c0b23;
}
.page-t-item {
    position: relative;
    margin-bottom: 30px;
    padding: 170px 20px 0 20px;
    color: #0c0b23;
    font-size: 20px;
    z-index: 0;
}
.page-t-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 140px;
    width: 150px;
    background-image: url(/design/images/vlm/icons.webp);
    background-repeat: no-repeat;
}
.page-t-i-1::before {
    background-position: center -2335px;
}
.page-t-i-2::before {
    background-position: center -2495px;
}
.page-t-i-3::before {
    background-position: center -2652px;
}
.page-t-i-4::before {
    background-position: center -2816px;
}
.page-t-item span {
    display: inline-block;
    position: relative;
    padding: 10px 0 10px 45px;
    z-index: 0;
}
.page-t-item span::before {
    content: "";
    position: absolute;
	top: 8px;
	left: 0;
	height: 33px;
	width: 33px;
	background: url(/design/images/vlm/icons.webp);
	background-repeat: no-repeat;
	background-position: center -2272px;
}
.page-for-order {
    margin: 50px 0;
}
.page-for-order .h2 {
    margin-bottom: 40px;
    color: #0c0b23;
}
.page-for-order ol {
    margin: 30px 0;
    padding: 0 0 0 20px;
}
.page-for-order li {
    margin: 30px 0;
    padding: 10px 10px 10px 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
    z-index: 0;
}
.page-for-order ol &gt; li::before {
	top: -15px;
	left: -18px;
	width: 38px;
	height: 40px;
	padding: 5px;
	font-size: 26px;
	color: #3649b4;
	line-height: 32px;
	z-index: 1;
}
.page-for-order ol &gt; li::after {
	top: -15px;
	left: -20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	border: 5px solid #3649b4;
	background: #fff;
	z-index: 0;
}
.all-regions {
	margin: 50px 0;
	padding: 30px;
    text-align: center;
	border-radius: 20px;
	background: #eceff1;
}
.all-regions .h2 {
    margin: 15px 0 30px;
    margin-bottom: 30px;
    color: #0c0b23;
    text-align: center;
}
.all-regions a,
.all-regions span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 7px;
    border-bottom: 1px solid #3649b4;
}
.all-regions a:hover {
    border-bottom: 1px solid transparent;
}
.all-regions h2 {
}
.all-regions .h2 a {
    font-size: 36px;
    font-weight: bold;
    color: #0c0b23;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.all-regions .h2 a:hover {
    color: #3649b4;
}
.all-r-top {
    margin-bottom: 10px;
}
.all-r-top a {
    font-weight: bold;
}
.all-r-top .city-top {
    display: none;
}
.m-l-block {
    margin-bottom: 30px;
}
.main-links {
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #5d6170;
}
.main-links .h2 {
    margin: 40px 0 30px;
    color: #ECEFF1;
}
.main-links .m-l-title,
.main-links .m-l-title a {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    border: 0;
}
.main-links a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
    color: #555;
    text-align: center;
    border: 3px solid #ECEFF1;
    border-radius: 50px;
    transition: 0.2s;
}
.main-links a:hover {
    text-decoration: none;
    border: 3px solid #3649b4;
}
.main-links .m-l-title a:hover {
    color: #000;
    text-decoration: none;
    border: 0;
}
.tabs-nav {
    margin-bottom: 15px;
}
.tabs-nav a {
    font-size: 20px;
    font-weight: bold;
    border: 0;
}
.tabs-nav a:hover,
.tabs-nav a.active {
    color: #3649b4;
    border: 0;
}
.text-color,
.text-blue,
.text-note,
.text-note-2,
.text-note-3 {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 20px;
    color: #3649b4;
}
.text-color::before,
.text-blue::before,
.text-note::before,
.text-note-2::before,
.text-note-3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-radius: 5px;
    background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
}
section.kak {
    position: relative;
    padding: 50px 0;
    color: #222222;
    background: #0c0b23;
    z-index: 0;
}
section.kak::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 10%,rgba(255,255,255,.5) 100%);
    z-index: -1;
}
.kak h2 {
    margin-bottom: 50px;
    color: #ECEFF1;
}
.kak-item-wrap {
    margin-bottom: 20px;
}
.kak-item {
    position: relative;
    margin-bottom: 50px;
    padding-top: 180px;
    text-align: center;
    z-index: 0;
}
.kak-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: 140px;
    width: 140px;
    background-image: url(/design/images/icons.png);
    background-repeat: no-repeat;
}
.k-i-1::before {
    background-position: center -814px;
}
.k-i-2::before {
    background-position: center -973px;
}
.k-i-3::before {
    background-position: center -1130px;
}
.k-i-4::before {
    background-position: center -1288px;
}
.k-num {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 50px;
    font-weight: bold;
    color: #3649b4;
    z-index: 0;
}
.k-num::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 5px solid #3649b4;
    background: #0c0b23;
    z-index: -1;
}
.k-i-title {
    font-size: 27px;
    font-weight: bold;
    color: #3649b4;
}
.k-i-text {
    font-size: 18px;
    color: #fff;
}
section.otzyvy {
    position: relative;
    padding: 60px 0;
    color: #fff;
    background: #353535;
    z-index: 0;
}
section.otzyvy::before {
    content: "";
    position: absolute;
    top: -3000px;
    bottom: -3000px;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0.06;
    background: url(/design/images/logo-pattern-w.png);
    transform: rotate(-45deg);
    z-index: -1;
}
section.otzyvy::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to bottom, rgba(53,53,53,1) 10%, rgba(53,53,53,0) 50%, rgba(53,53,53,1) 100%);
    z-index: -1;
}
.otzyvy h2 {
    margin-bottom: 80px;
}
.otzyvy h2 span {
    color: #fff;
}
.otz-item {
    margin-bottom: 40px;
}
.otz-city {
    font-size: 18px;
    color: #ccc;
}
.otz-imya {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #ECEFF1;
}
.otz-text {
    position: relative;
    padding: 15px 15px 15px 25px;
    font-style: italic;
    border: 4px solid #3649b4;
    background-color: #353535;
}
.otz-text::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    height: 40px;
    width: 40px;
    margin: auto;
    border: 4px solid #3649b4;
    border-width: 4px 0 0 4px;
    background-color: #353535;
    transform: rotate(-45deg);
}
.o-page {
    margin-top: 40px;
}
.o-page .otz-text::before,
.o-page .otz-text {
    margin-right: 10px;
    background-color: #fff;
}
.o-page .otz-imya {
	color: #3649b4;
}
.o-page .player {
	margin: 10px 0;
}
.o-page .player .audiojs .progress {
	background: #3649b4 linear-gradient(to left,  #127b8b 0%, #5c14e0 100%);
}
.form-control {
    display: block;
    height: auto !important;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
}
.title-wrap {
    position: relative;
    margin: -60px 0 30px;
    padding: 90px 0 40px;
    background-color: #DDD;
    z-index: 0;
}
.title-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0.05;
    background: url(/design/images/pattern-2.png);
    z-index: -1;
}
article {
    padding: 40px 0;
    overflow: hidden;
}
article h1 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #ECEFF1;
}
.title-page {
    position: relative;
    margin: -60px 0 30px;
    padding: 128px 0 60px;
    background: url(/design/images/title-page.jpg) center center / cover no-repeat;
}
.title-page::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.55;
    background-color: #1a2227;
    z-index: 1;
}
.page-table-info {
    margin: 50px 0;
}
.pti-item {
    position: relative;
    padding-top: 100px;
    text-align: center;
}
.pti-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background-color: #0c0b23;
}
.pti-item::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    height: 85px;
    width: 85px;
    background-image: url(/design/images/icons.png);
    background-size: 80px;
    background-repeat: no-repeat;
}
.kak-in-page .pti-i-1::after {
	background-position: center -968px;
}
.kak-in-page .pti-i-2::after {
	background-position: center -887px;
}
.kak-in-page .pti-i-3::after {
    top: 20px;
    height: 60px;
	background-position: center -834px;
}
.kak-in-page .pti-i-4::after {
	background-position: center -1053px;
}
.pti-i-title {
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #0c0b23;
}
.pti-i-text {
    /*isplay: flex;
    justify-content: center !important;
    align-items: center !important;*/
    margin-left: 25px;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    color: #3649b4;
    font-weight: bold;
    text-align: left;
}
.pti-i-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 34px;
    width: 34px;
    background-image: url(/design/images/icons.png);
    background-repeat: no-repeat;
    background-position: center -2148px;
}
.pti-title {
    margin-bottom: 30px;
    color: #3649b4;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.page-table-cats {
    text-align: center;
    margin: 60px 0;
    clear: both;
}
.page-table-cats ul {
    position: relative;
    display: flex;
    padding: 0;
    justify-content: space-around !important;
}
.page-table-cats ul + ul {
    padding-top: 40px;
}
.page-table-cats li {
    margin: 0;
    padding: 80px 0 0 0;
    width: 115px;
    list-style: none;
    font-weight: bold;
    color: #3649b4;
}
.page-table-cats li::before {
    display: none;
}
.page-table-cats li span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    color: #fff;
    border: solid 5px #3649b4;
    border-radius: 10px;
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    background: #0c0b23;
}
.page-table-cats li:hover span {
    transform-origin: top center;
    animation: swing .6s infinite;
}
.page-table-cats li a {
    transition: color .3s;
}
.page-table-cats li a:hover {
    color: #0c0b23 !important;
    text-decoration: none;
}
@keyframes swing {
    20% {
      transform: rotate3d(0, 0, 1, 15deg);
    }
  
    40% {
      transform: rotate3d(0, 0, 1, -10deg);
    }
  
    60% {
      transform: rotate3d(0, 0, 1, 5deg);
    }
  
    80% {
      transform: rotate3d(0, 0, 1, -5deg);
    }
  
    to {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }  
  .swing {
    transform-origin: top center;
    animation-name: swing;
  }
article h2 {
    margin: 30px 0;
    font-size: 32px;
}
article h3 {
    margin: 30px 0;
    font-size: 28px;
}
article img {
    height: auto;
    max-width: 100%;
}
article .inner-block {
    position: relative;
    margin: 40px 0;
    padding: 50px 20px;
    background: #ECEFF1;
    z-index: 1;
}
article .inner-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 10%,rgba(255,255,255,.6) 100%);
    z-index: -1;
}
.inner-block &gt; div {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #0c0b23;    
}
.inner-block ol {
    counter-reset: list;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center !important;
}
.inner-block ol li {
    width: 20%;
    margin-bottom: 30px;
    padding: 80px 15px 0;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}
.inner-block ol li::before {
    height: 60px;
    width: 60px;
    top: 17px;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: -1;
}
.inner-block ol li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    counter-increment: list;
    content: counter(list);
    color: #FFF;
    z-index: 0;
}
.o-audio-wrap .text-blue {
    font-size: 18px;
}
.o-audio-wrap .text-blue strong {
    font-size: 20px;
    color: #4a4848;
}
.hidden-block {
    display: none;
}
.hidden-show {
    display: inline-block;
    margin-top: 30px;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.partners-block {
    text-align: right;
    font-size: 14px;
    margin: -10px 0 10px;
}
footer .logo {
    filter: grayscale();
    opacity: 0.7;
}
footer {
    background: #0c0b23;
}
footer .logo div {
    line-height: 55px;
}
footer .btn {
    color: #0c0b23;
    background-color: #fff;
}
footer .btn:hover {
    color: #0c0b23;
    background-color: #dfdfdf;
}
footer .main-menu ul {
    margin: 0;
    padding: 0;
}
footer .main-menu nav {
    margin: 0 0 20px;
    border-radius: 0;
    background-color: transparent;
}
footer .main-menu li a,
footer .main-menu li span {
    padding: 5px 0;
    font-size: 16px;
    color: #ECEFF1;
    background: transparent;
}
footer .main-menu li a:hover,
footer .main-menu li span.m-active,
.foot-wrap a:hover {
    color: #3649b4 !important;
}
footer .h-kontakty a {
    font-size: 18px;
}
.slicknav_nav a {
    background: transparent !important;
}
.slicknav_nav span {
    background: transparent !important;
}
.foot-wrap {
    padding: 30px 0 15px;
    color: #ECEFF1;
}
.foot-wrap a {
    color: #ECEFF1;
 }
.foot-nav .logo images {
    max-height: 110px;
}
.foot-nav ul {
    margin: 0;
}
.f-address {
    display: block;
    margin: 10px 0 0 40px;
    font-size: 20px;
}
footer .h-phone {
	margin-top: 0;
    padding-right: 20px;
}
.foot-copy {
    margin-top: 20px;
    padding: 20px 0 5px;
    font-size: 14px;
    color: #ECEFF1;
    border-top: 1px solid #5d6170;
}
.col-custom-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.slicknav_menu {display: none;}
.hidden, .tab {display: none;}
.center {text-align: center;}
.nowrap {white-space: nowrap;}
.ajax-open {
    cursor: pointer;
}
.modal-win {
    position: relative;
    padding: 20px 30px;
    width: auto;
    margin: 20px auto;
    max-width: 500px;
    color: #222;
    background-color: #ECEFF1;
    z-index: 0;
}
.modal-win.r-menu {
    max-width: 700px;
}
.modal-win h2 {
    font-size: 34px;
    margin: 30px 0 40px;
}
.modal-win h3 {
    font-size: 28px;
    margin: 50px 0;
}
.modal-win label {
    font-weight: bold;
}
.owl-carousel .owl-item images {
    width: auto !important;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.owl-dots .owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 8px;
    position: relative;
}
.owl-dots .owl-dot span {
    display: inline-block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
}
.owl-dots .owl-dot.active span::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    right: 0;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
}
.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    margin: auto;
    text-align: center;
}
.owl-nav &gt; div {
    position: absolute;
    top: -25px;
    display: inline-block;
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 52px;
    border-radius: 50%;
    background: #e9edf5;
}
.owl-nav .owl-prev {
    left: 0;
    background-position: center -497px;
}
.owl-nav .owl-next {
    right: 0;
    background-position: center -561px;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 130px;
}
.player {
    margin-bottom: 50px;
}
.player .audiojs {
    display: flex;
    align-items: center !important;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: none;
}
.player .audiojs &gt; div {
    width: auto;
    height: auto;
    float: none;
}
.player .audiojs .scrubber {
    flex-grow: 1 !important;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 0px;
    background: #eae8e8;
    cursor: pointer;
}
.player .audiojs .progress,
.player .audiojs .loaded {
    height: 100%;
    background: none;
}
.player .audiojs .progress {
    background: #90CAF9;
}
.player .audiojs .play-pause {
    padding: 0;
    width: 35px;
    margin-right: 15px;
    border: 0;
}
.player .audiojs .play {
    position: relative;
    padding-left: 12px;
}
.player .audiojs .play::before {
    position: relative;
    content: "â–º";
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}
.player .audiojs .pause,
.player .audiojs .loading {
    position: relative;
    padding-left: 11px;
    color: #fff;
}
.player .audiojs .pause::before,
.player .audiojs .loading::before {
    content: "â–&nbsp;";
    color: #fefefe;
    font-size: 22px;
    line-height: 36px;
}
.player .audiojs .time {
    margin: 0;
    padding: 0px 0 0 15px;
    line-height: normal;
    border: 0;
    font-size: 15px;
    color: #0c0b23;
    vertical-align: middle;
    text-shadow: none;
}
.player .audiojs p.error {
    height: 20px;
}
.player .audiojs .error-message {
    font-size: 10px;
    color: #0c0b23;
    line-height: normal;
}
.player .audiojs .duration {
    display: none;
}
.player .audiojs .played {
    font-size: 15px;
    color: #0c0b23;
}
.player .audiojs p {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #0c0b23;
}
.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}.loader:after,.loader:before{box-sizing:border-box}.loader.is-active{background-color:rgba(0,0,0,0.6);width:100%;height:100%;left:0;top:0}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{from{opacity:.5}to{opacity:1}}.loader[data-text]:before{position:fixed;left:0;top:50%;color:currentColor;font-family:Helvetica,Arial,sans-serif;text-align:center;width:100%;font-size:14px}.loader[data-text='']:before{content:'Loading'}.loader[data-text]:not([data-text='']):before{content:attr(data-text)}.loader[data-text][data-blink]:before{animation:blink 1s linear infinite alternate}.loader-default[data-text]:before{top:calc(50% - 63px)}.loader-default:after{content:'';position:fixed;width:48px;height:48px;border:solid 8px #fff;border-left-color:transparent;border-radius:50%;top:calc(50% - 24px);left:calc(50% - 24px);animation:rotation 1s linear infinite}.loader-default[data-half]:after{border-right-color:transparent}.loader-default[data-inverse]:after{animation-direction:reverse}
@media (max-width: 767px) {
    .main-region header {
        background: #343a4b url(../images/vlm/main-mobile.webp) bottom center / cover no-repeat !important;
    }
}</pre></body></html>