* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	/*  cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none; */
	    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-focus-ring-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-size: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
}

a {
	background: transparent;
}

*:focus,
*:active,
*:hover {
	outline: 0;
}

hr { border: 0; border-top: 1px solid #e0e3ec; margin: 40px 0; }

ol,
ul {
	list-style: none;
}

pre {
	white-space: pre-wrap;
	-moz-tab-size: 4;
	     tab-size: 4;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
	border: 0;
}

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

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button,
input,
select[multiple],
textarea {
	background-image: none;
}

input,
select,
textarea {
	border-radius: 0;
	box-shadow: none;
}

input,
textarea {
	resize: none;
	-webkit-user-select: text;
	   -moz-user-select: text;
	    -ms-user-select: text;
	        user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
	color: transparent;
}

[placeholder]:focus::placeholder {
	color: transparent;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

body,
html {
	/*height: 100%;*/
}

.main {
	position: relative;
	padding-bottom: 160px;
	overflow: hidden;
	height: auto;
	min-height: 100%;
	font-family: Arial;
}

.main:after {
	display: table;
	clear: both;
	content: '';
}

.main:before {
	position: absolute;
	z-index: 73;
	top: 0;
	bottom: 160px;
	left: 0;
	width: 260px;
	content: '';
	box-shadow: 0 0 7px 0 rgba(66,115,203,.2);
}

.main__row {
	position: relative;
	z-index: 25;
	margin-top: 191px;
	margin-left: 260px;
	height: 100%;
}

.main__row:after {
	display: table;
	clear: both;
	content: '';
}

.main__col {
	width: 100%;
	float: left;
	padding-left: 340px;
	height: 100%;
}

.main__col_type_widget {
	float: left;
	margin-left: -100%;
	width: 340px;
	padding: 0;
	background-color: #eff1f6;
}

.main__col_type_widget:before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 340px;
	content: '';
	background-color: #eff1f6;
        box-shadow: 3px 0px 7px 0px rgba(66,115,203,.2);

}

.main__one {
	position: relative;
	width: 100%;
	float: left;
	z-index: 25;
	margin-top: 50px;
	padding-left: 260px;
	height: 100%;
}

.b-aside {
	position: relative;
	z-index: 75;
	float: left;
	width: 260px;
	height: 100%;
	margin-right: -260px;
}

.b-aside__banner {
	position: relative;
	padding: 3px 0px;
	text-align: center;
}

.b-aside__banner-item {
	position: relative;
	margin: 33px 20px 21px;
	display: inline-block;
	text-decoration: none;
}

.b-logo {
	position: relative;
	margin-bottom: 30px;
	padding: 145px 20px 0px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #282828;	
	font-family: RalewayRegular;
}

.b-logo:before {
	position: absolute;
	top: 35px;
	margin-left: -94px;
	width: 195px;
	height: 130px;
	content: '';
	background-image: url('../images/logo_large.png');
	background-position: 0 0;
}

.b-content {
	padding: 50px 10%;
}

.b-content__image {
	width: 100%;
}

.b-content__wrapper {
	margin-top: 27px;
	line-height: 25px;
}

.b-content__wrapper strong {
	font-weight: bold;
}

.b-content__wrapper p {
	margin: 0 0 1.5em;
}

.b-content__wrapper * > p:last-child {
	margin: 0;
}

.b-news__list a,
.b-content__wrapper a {
	color: #1554bc;
	text-decoration: none;
}

.b-content__wrapper ul {
	margin-bottom: 1em;
}

.b-content__wrapper li > ul {
	padding-top: 0.5em;
}

.b-content__wrapper li,
.b-content__wrapper li {
	margin-bottom: 0.5em;
}

.b-content__date {
	font-size: 12px;
	line-height: 10px !important;
	color: #757575;
}

.b-content b,
.b-content strong {
	font-weight: bold;
}

.b-content h1 {
	margin-top: 7px;
	margin-bottom: 57px;
	font-size: 36px;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.b-content h2 {
	margin-top: 42px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #282828;
}

.b-content h3 {
	margin-top: 37px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.b-content p {
	line-height: 25px;
}

/* .b-content ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 40px;
	line-height: 25px;
}

.b-content ul li:before {
	position: absolute;
	top: 10px;
	left: 21px;
	width: 6px;
	height: 6px;
	content: '';
	background-color: #bd013f;
	border-radius: 3px;
}

.b-content ol {
	margin-bottom: 56px;
	padding-left: 0;
	list-style: none;
	counter-reset: li;
}

.b-content ol li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 40px;
	line-height: 25px;
}

.b-content ol li:before {
	position: absolute;
	left: 0;
	font-weight: bold;
	content: counter(li);
	counter-increment: li;
	color: #bd013f;
} */

.b-content ul,
.b-content ol {
	padding-left: 3em;
}

/*.b-content ul { list-style: disc outside; }
.b-content ol { list-style: decimal outside; }*/

.b-content li {
	position: relative;
}

.b-content ul > li:before {
	position: absolute;
	top: 10px;
	right: 100%;
	margin-right: 10px;
	content: '';
	width: 6px;
	height: 6px;
	background: #bd013f;
	border-radius: 3px;
}

.b-content ol { counter-reset: item; }
.b-content ol > li:before {
	position: absolute;
	right: 100%;
	margin-right: 10px;
	content: counter(item) '.';
	counter-increment: item;
	font-weight: bold;
	color: #bd013f;
}

.b-content table {
	margin-top: 22px;
	margin-bottom: 82px;
	font-size: 14px;
}

.b-content table td:last-child {
	padding-right: 0;
}

.b-content thead {
	margin-bottom: 10px;
	border-bottom: 1px #000 solid;
}

.b-content thead td {
	padding: 10px 0;
	line-height: 20px;
	vertical-align: top;
	color: #757575;
}

.b-content th {
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

.b-content tbody tr:first-child td {
	padding-top: 28px;
	padding-bottom: 11px;
}

.b-content tbody td {
	padding: 9px 0 10px;
	padding-right: 20px;
	line-height: 20px;
	vertical-align: top;
	border-bottom: 1px #d9d9d9 solid;
}

.b-content tbody td:nth-child(-n+2) {
	/*width: 35%;*/
}

.b-content tbody td:nth-child(n+3) {
	/*width: 10%;*/
}

.b-person {
	margin-bottom: 20px;
	margin-left: 40px;
	float: right;
	font-size: 14px;
}

.b-person__job {
	margin-top: 15px;
	font-style: italic;
	line-height: 20px !important;
	color: #757575;
}

.b-person__name {
	font-weight: bold;
	line-height: 20px !important;
	color: #000;
}

.b-footer {
	position: absolute;
	z-index: 90;
	right: 0;
	bottom: 0;
	left: 0;
	height: 160px;
	background-color: #28325d;
}

.b-footer__text {
	padding: 35px 40px;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	opacity: .5;
}

.b-footer__copyright {
	position: relative;
	z-index: 20;
	float: left;
	width: 260px;
	height: 160px;
	background-color: #20294f;
}

.b-footer__copyright > .b-footer__text {
	padding-left: 31px;
}

.b-footer__address {
	position: relative;
	z-index: 20;
	float: left;
	width: 340px;
	height: 160px;
	background-color: #252e57;
}

.b-footer__address-phone {
	position: relative;
	margin-top: 20px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.b-footer__studio {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	height: 160px;
	text-align: right;
}

.b-footer__studio-link {
	display: block;
	text-decoration: underline;
	color: #fff;
}

.b-footer__studio-link:hover {
	text-decoration: none;
}


.flag-btn{
  display: inline;
}

.b-nav1 {
        background: url(/bitrix/templates/vsgik60/assets/images/header_image.png);
        background-size: auto 105px;
	position: absolute;
	z-index: 49;
	top: 50px;
	right: 0;
	left: 260px;
	border-color: red;
	height: 100px;
	box-shadow: 0 0 0 0 rgba(40,50,93,.8);
	-webkit-transition: height .3s ease-in-out, z-index 0s ease-in-out .5s, box-shadow .3s ease-in-out;
	        transition: height .3s ease-in-out, z-index 0s ease-in-out .5s, box-shadow .3s ease-in-out;
}

.tagline {
    font-family: "BankirRetro";
    margin-left: 280px;
    margin-top: 12px;
    font-size: 24px;
    color: #cc7519;
    letter-spacing: 3px;
    z-index: 100;
    position: absolute;
}

.b-line {
    background: #ec8311;
    height: 40px;
    margin-top: 100px;
    padding: 7px;
}

.b-line-text {
    height: 35px;
    color: white;
    font-family: "BankirRetro";
    font-size: 24px;
    padding-left: 10px;
    text-align: left;
    letter-spacing: 3px;
}

.b-nav__button1 {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0px;
	width: 140px;
	height: 50px;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #4173c8;
	background-color:transparent;

}

.b-nav {
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	box-shadow: 0 0 0 0 rgba(40,50,93,.8);
	-webkit-transition: height .3s ease-in-out, z-index 0s ease-in-out .5s, box-shadow .3s ease-in-out;
	        transition: height .3s ease-in-out, z-index 0s ease-in-out .5s, box-shadow .3s ease-in-out;
}

.b-nav__close {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
	background-color: #eff1f6;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	        transition: opacity .5s ease-in-out;
}

.b-nav_state_open .b-nav__close {
	height: 100%;
	opacity: .9;
	-webkit-transition: opacity .5s ease-in-out;
	        transition: opacity .5s ease-in-out;
}

.b-nav:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 260px;
	height: 50px;
	content: '';
	background-color: #e3e3e3; /*#e5e5e5; */
	-webkit-transition: left .2s ease-in-out .3s, background-color .2s ease-in-out .3s, height .2s ease-in-out .3s;
	        transition: left .2s ease-in-out .3s, background-color .2s ease-in-out .3s, height .2s ease-in-out .3s;
       opacity: 0.9;
}

.b-nav_state_open {
	z-index: 200;
	background-color: #fff;
	box-shadow: 0 0 60px 0 rgba(40,50,93,.8);
	-webkit-transition: height .3s ease-in-out .2s, z-index 0s ease-in-out, box-shadow .3s ease-in-out .2s;
	        transition: height .3s ease-in-out .2s, z-index 0s ease-in-out, box-shadow .3s ease-in-out .2s;
}

.b-nav_state_open + .b-search > .b-search__open {
	-webkit-transform: translateY(-150%);
	        transform: translateY(-150%);
}

.b-nav_state_open:before {
	bottom: auto;
	left: 0;
	height: 49px;
	background-color: #fff;
	border-bottom: 1px solid #e0e3ec;
	-webkit-transition: left .2s ease-in-out, background-color .2s ease-in-out, height .2s ease-in-out;
	        transition: left .2s ease-in-out, background-color .2s ease-in-out, height .2s ease-in-out;
}

.b-nav_state_open:after {
	right: 140px;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #e0e3ec;
}

.b-nav_state_open .b-nav__wrapper:after,
.b-nav_state_open .b-nav__wrapper:before {
	position: absolute;
	z-index: 100;
	top: 50px;
	bottom: 0;
	width: 3px;
	content: '';
	background: -webkit-linear-gradient(left, rgba(66,115,203,.2) 0%, rgba(66,115,203,0) 100%);
	background:         linear-gradient(to right, rgba(66,115,203,.2) 0%, rgba(66,115,203,0) 100%);
}

.b-nav_state_open .b-nav__wrapper:before {
	left: 260px;
}

.b-nav_state_open .b-nav__wrapper:after {
	left: 600px;
	-webkit-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.b-nav__button {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	width: 140px;
	height: 50px;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #4173c8;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.b-nav__button:before {
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 50px;
}

.b-nav__button_type_close {
	z-index: 10;
	-webkit-transition: background-color .3s ease-in-out;
	        transition: background-color .3s ease-in-out;
}

.b-nav__button_type_close:hover {
	background-color: #1554bc;
}

.b-nav__button_type_close:before {
	content: '\f00d';
}

.b-nav__button_type_open {
	z-index: 20;
	opacity: 1;
	-webkit-transition: background-color .3s ease-in-out;
	        transition: background-color .3s ease-in-out;
}

.b-nav__button_type_open:hover {
	background-color: #1554bc;
}

.b-nav__button_type_open:before {
	content: '\f0c9';
}

.b-nav_state_open .b-nav__button_type_open {
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out, z-index 0s ease-in-out .3s;
	        transition: opacity .3s ease-in-out, z-index 0s ease-in-out .3s;
}

.b-news {
	position: relative;
	overflow: hidden;
}

.b-news__item {
	position: relative;
	padding-top: 32px;
	padding-bottom: 35px;
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #e0e3ec;
}

.b-news__item:after {
	display: table;
	clear: both;
	content: '';
}

.b-news__item:last-child {
	border-bottom: none;
}

.b-news__item_type_main {
	padding: 0 !important;
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	border-bottom: none;
       /*background: linear-gradient(rgba(255,255,255,.0) 35%, rgba(0, 0, 0, 0.9));*/
}

.b-news__item_with_image {
	padding-bottom: 11px;
}

.b-news__item-image {
	position: relative;
	z-index: 3;
	margin-left: 20px;
	display: inline-block;
	float: right;
}

.b-news__item_type_main .b-news__item-title {
    margin-top: 10px;
    font-size: 30pt;
    line-height: 1.4;
}


.b-news__item_type_main .b-news__item-text {
    margin-top: 10px;
    font-size: 14pt;
    line-height: 1.7;
}

.main-news-title, .main-news-text, .main-news-date{
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 4px 10px 4px 10px;
  color: #fff;
  /*background: #1554bcd6;*/
}

.gdnt{
  background-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

/*
.b-news__item_type_main .b-news__item-image {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	float: none;
	width: 100%;
}
*/
.b-news__item_type_main .b-news__item-image {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	float: none;
	width: 100%;
	
	
}


.b-news__item-image {

	max-height:334px;
	
}

#superimage{
max-height:334px;
height: 334px;
}
.b-news__item_type_main:after {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
        opacity: 0.7;
	background: #077451;

	-webkit-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.b-news__item_type_main:hover:after {

       opacity:0.9;
}

.b-news__item-wrap {
	position: relative;
}

.b-news__item_type_main .b-news__item-wrap {
	position: absolute;
	z-index: 10;
	right: 35px;
	bottom: 65px;
	left: 40px;
}

.b-news__item-date {
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 25px;
	color: #757575;
}

.b-news__item_type_main .b-news__item-image {
      object-fit: cover;
      /* object-position: 100% 70%  */
}

.b-news__item_type_main .b-news__item-date {
	margin-bottom: 4px;
	color: #ababab;
}

.b-news__item_type_main .b-news__item-title {
	margin-bottom: 3px;
}

.b-news__item-title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	-webkit-transition: color .3s ease-in-out;
	        transition: color .3s ease-in-out;
}

.b-news__item-title:hover {
	/*color: #1554bc;*/
}

.b-news__item-text {
	font-size: 16px;
	line-height: 25px;
}

.b-news__header {
	margin-top: -4px;
	margin-bottom: 0 !important;
	padding-bottom: 4px !important;
	color: #bd013f;
}

.b-news__more {
	margin-top: 35px;
	margin-bottom: 45px;
	-webkit-transition: background-color .3s ease-in-out;
	        transition: background-color .3s ease-in-out;
}

.b-news__more:hover {
	background-color: #1554bc;
}
.social-icons-block{
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 208px;
}

.mbr-social-icons__icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 29px;
  height: 56px;
  line-height: 63px;
  margin: 0 10px 13px 0;
  position: relative;
  text-align: center;
  width: 56px;
  z-index: 249;
  border-radius: 30px;
}
.mbr-social-icons__icon:hover {
  color: #fff;
}
.mbr-social-icons--style-1 .mbr-social-icons__icon:hover {
  background: #9c2d51 !important;
  border-radius: 10px;
}

.vk-clr::hover{
  color:blak
  background: blue;
}


.facebook-clr::before{
  color: #3e5b98;
}

.youtube-clr::before{
  color: #e02a20;
}  

.b-socicon {
	position: fixed;
	z-index: 251;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
}
.b-socicon_open {   
	position: absolute;
	top: 0;
	right: 400px;
	width: 270px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #1554bc;
	-webkit-transition: -webkit-transform .5s ease-in-out, color .3s ease-in-out;
	        transition:         transform .5s ease-in-out, color .3s ease-in-out;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.b-socicon_open:hover,
.b-socicon_open:hover.b-socicon_open:before {
	color: #9c2d51;
}

.b-socicon_open:before {
	margin-right: 10px;
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 23px;
	content: '\f06e';
	color: #1554bc;
	-webkit-transition: color .3s ease-in-out;
	        transition: color .3s ease-in-out;
}


.b-aa {
	position: fixed;
	z-index: 249;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
}
.b-aa_open {   
	position: absolute;
	top: 0;
	right: 200px;
	width: 270px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #1554bc;
	-webkit-transition: -webkit-transform .5s ease-in-out, color .3s ease-in-out;
	        transition:         transform .5s ease-in-out, color .3s ease-in-out;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.b-aa_open:hover,
.b-aa_open:hover.b-aa_open:before {
	color: #9c2d51;
}

.b-aa_open:before {
	margin-right: 10px;
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 23px;
	content: '\f06e';
	
	color: #1554bc;
	-webkit-transition: color .3s ease-in-out;
	        transition: color .3s ease-in-out;
}

.b-sw {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
}

.b-sw_open {   
	position: absolute;
	top: 0;
	visibility: hidden;
	right: 35px;
	width: 270px;
	height: 50px;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	color: #1554bc;
	-webkit-transition: -webkit-transform .5s ease-in-out, color .3s ease-in-out;
	        transition:         transform .5s ease-in-out, color .3s ease-in-out;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.b-sw_open a i:hover{
	color: #9c2d51;
}

.b-sw_open a i{
   color: #1554bc;
   margin-right:25px;
}




.b-search {
	position: fixed;
	z-index: 250;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
}

.b-search__open {
	position: absolute;
	top: 0;
	right: 140px;
	width: 120px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #1554bc;
	-webkit-transition: -webkit-transform .5s ease-in-out, color .3s ease-in-out;
	        transition:         transform .5s ease-in-out, color .3s ease-in-out;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.b-search__open:hover,
.b-search__open:hover.b-search__open:before {
	color: #9c2d51;
}

.b-search__open:before {
	margin-right: 10px;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 50px;
	content: '\f002';
	color: #1554bc;
	-webkit-transition: color .3s ease-in-out;
	        transition: color .3s ease-in-out;
}

.b-search__form {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 90px;
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(40,50,93,.2);
	opacity: 0;
	-webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
	        transition:         transform .5s ease-in-out, opacity .5s ease-in-out;
	-webkit-transform: translateY(-250%);
	        transform: translateY(-250%);
}

.b-search_state_open .b-search__open {
	-webkit-transform: translateY(-150%);
	        transform: translateY(-150%);
}

.b-search_state_open .b-search__form {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.b-search__input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 35px 200px 35px 40px;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	background-color: #fff;
	border: none;
}

.b-search__label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px 40px 35px 40px;
	display: none;
	font-size: 20px;
	line-height: 20px;
	cursor: text;
	color: #757575;
}

.b-search__input[value=''] + .b-search__label {
	display: block;
}

.b-search__input:focus + .b-search__label {
	display: none;
}

.b-search__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 90px;
	font-size: 20px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #4173c8;
	border: none;
	-webkit-transition: background-color .3s ease-in-out;
	        transition: background-color .3s ease-in-out;
}

.b-search__button:hover {
	background-color: #1554bc;
}

.b-search__button-text:before {
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 90px;
	content: '\f002';
	color: #fff;
}

.controls {
	position: absolute;
	top: 40px;
	right: 43px;
}

.controls__item {
	position: relative;
	display: block;
	float: left;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: inherit;
	color: #bd013f;
}

.controls__item_type_prev:after {
	content: '\f053';
}

.controls__item_type_next:after {
	content: '\f054';
}

.controls__page {
	position: relative;
	display: block;
	float: left;
	width: 35px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #bd013f;
}

.b-widget {
	position: relative;
}

.b-widget__block {
	position: relative;
	padding: 40px 40px 44px;
}

.b-widget__header {
	margin-bottom: 35px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.w-adverts {
	position: relative;
	padding-bottom: 0;
	color: #fff;
	/*background-color: #9c2d51;*/
        background-color: #00744f;
	-webkit-transition: background-color .3s ease-in-out;
	        transition: background-color .3s ease-in-out;
}

.w-adverts:hover {
	background-color: #8a173d;
}

.w-adverts__header {
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
}

.w-adverts__control,
.w-adverts__page {
	color: #fff;
}

.w-adverts__list {
	margin-right: -40px;
	margin-left: -40px;
}

.w-adverts__item {
	padding-right: 40px;
	padding-bottom: 44px;
	padding-left: 40px;
}

.w-adverts__link {
	text-decoration: none;
	color: inherit;
}

.w-adverts__date {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
}

.w-adverts__text {
	font-size: 16px;
	line-height: 25px;
	max-height: 170px;
	min-height: 170px;
}

.w-banner {
	position: relative;
	padding: 0;
	display: block;
}

.w-banner__image {
	position: relative;
	display: block;
        margin-top: 3px;
}

.w-banner__title {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 39px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #fff;
}

.w-banner:after {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.w-banner:hover:after {
	opacity: .2;
}

.w-events {
	padding-bottom: 0;
}

.w-events__list {
	margin-right: -40px;
	margin-left: -40px;
}

.w-events__item {
	padding-right: 40px;
	padding-bottom: 44px;
	padding-left: 40px;
}

.w-events,
.w-video {
	position: relative;
}

.w-events__header,
.w-video__header {
	color: #bd013f;
	-webkit-transition: color .3s ease-in-out;
	        transition: color .3s ease-in-out;
}

.w-events__header:hover,
.w-video__header:hover {
	color: #1554bc;
}

.w-events__link,
.w-video__link {
	position: relative;
	text-decoration: none;
	color: #000;
}

.w-events__title,
.w-video__title {
	position: relative;
	margin-top: -2px;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.w-events__date,
.w-video__date {
	font-size: 12px;
	line-height: 20px;
	color: #757575;
}

.w-events__image,
.w-video__image {
	position: relative;
	margin-top: 6px;
	margin-bottom: 13px;
	display: block;
	max-width: 100%;
}

.w-events__text,
.w-video__text {
	font-size: 16px;
	line-height: 25px;
}

.w-events__image {
	margin-top: 15px;
	margin-bottom: 12px;
}

.w-video {
	position: relative;
}

.w-video__text {
	margin-top: 7px;
}

.w-video:before {
	position: absolute;
	top: 0;
	right: 35px;
	left: 35px;
	height: 1px;
	content: '';
	background-color: #d2d6e2;
}

.b-breadcrumbs {
	padding: 155px 40px 18px;
	border-bottom: 1px #e5e5e5 solid;
}

.b-breadcrumbs__item {
	display: inline-block;
}

.b-breadcrumbs__item:after {
	padding: 0 5px;
	content: '\2192';
	color: #757575;
}

.b-breadcrumbs__item:last-child:after {
	display: none;
}

.b-breadcrumbs__link {
	font-size: 14px;
	text-decoration: none;
	color: #757575;
	-webkit-transition: color .3s ease-in-out;
	        transition: color .3s ease-in-out;
}

.b-breadcrumbs__link:hover {
	color: #1554bc;
}

.btn {
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	display: inline-block;
	min-width: 160px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #fff  !important;
	background-color: #4e81d6;
	border-radius: 25px;
}

.overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
	background-color: #eff1f6;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out, height 0s ease-in-out .3s;
	        transition: opacity .3s ease-in-out, height 0s ease-in-out .3s;
}

.overlay_state_active {
	height: 100%;
	opacity: .9;
	-webkit-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.slider {
	position: relative;
	display: block;
	overflow: hidden;
}

.slider_state_animate {
	-webkit-transition: height .3s ease-in-out;
	        transition: height .3s ease-in-out;
}

.slider__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.slider__item_state_animate {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
	        transition:         transform .3s ease-in-out, opacity .3s ease-in-out;
}

.slider__item_position_left {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.slider__item_position_right {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.slider__item_state_active {
	position: relative;
	opacity: 1;
	-webkit-transform: translateX(0) !important;
	        transform: translateX(0) !important;
}

.fa-file-text-o {
	position: absolute;
	margin-left: -25px;
	font-size: 14px;
	line-height: inherit;
}

.content__pagination {
	margin-top: 55px;
	margin-left: -10px;
}

.content__pagination-number {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-radius: 50%;
	-webkit-transition: .3s;
	        transition: .3s;
}

.content__pagination-number:hover {
	color: #fff;
	background: #4e81d6;
}

.content__pagination-nav {
	margin-left: 33px;
	padding: 20px 40px;
	display: inline-block;
	width: 200px;
	text-decoration: none;
	color: #fff;
	background: #4e81d6;
	border-radius: 30px;
	-webkit-transition: .3s;
	        transition: .3s;
}

.content__pagination-nav:hover,
.content__pagination-number_active {
	background: #4e81d6;
	color: #fff;
}

ul.files li:before {
	display: none;
}

ul.files li .fa {
	position: absolute;
	top: 5px;
	right: 100%;
	margin-right: 10px;
	color: #bd013f;
}

ul.files li small {
	color: #666;
	font-size: 80%;
}

.gallery a {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0 0;
}

.clearfix:before,
.clearfix:after { content: ' '; display: table; }
.clearfix:after { clear: both; }

.search-form input {
	border: 0;
	padding: 0 20px;
	background: #eff1f6;
	line-height: 40px;
}

.search-form button {
	border: 0;
	width: 40px;
	text-align: center;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #4173c8;
}

.map-level-0 { 
   width: 50%; 
   float: left; 
}

.waSlideMenu-nav { 
   position: relative; 
   overflow: hidden; 
}

.waSlideMenu-wrapper { 
    position: relative; 
    top: 0; 
    left: 0; 
}

.waSlideMenu-menu { 
     width: 100%; 
     margin: 0; 
     padding: 0; 
     list-style: none; 
     display: inherit; 
     left: 0; 
     
}
.waSlideMenu-inheritedmenu { position: absolute; left: 100%; top: 0; background: #fff; visibility: hidden; }

#menu-main .collapsible {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAgCAYAAACinX6EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPxJREFUeNpi/P//P8NIBkwMIxyMBsBoAIxwwEILQxkZGUlSP5AFMS1TgMpIzwISQFw2kgPgCBBfAOK8kVwI7gLi+0CcNZJrgc1A/AqIk0ZyNbgGiH8CcfRIbgcsBWIuIA4ayQ2h2UAsBcS+I7klOAXaRnAbyU3hfiA2AmKbkdwX+DeSU0AhtJF0ZCQGAKhRdAfaSBpxKQDUGHoBbRyNuFogGtoYWjcS2wGgxg87tDE04lqCvtCu8byR2BcANXYUgXjaSOwNgho5BkA8aTCPBzDSYjwOOiYoD8QPiVE/kGOCtAwAosFABgBNRoWH0nTb6MTIaACMBsDIBgABBgA88i/oqGpRJgAAAABJRU5ErkJggg==) no-repeat;
    background-position: 95% 50%; background-size: 24px 12px;
}

#menu-main li { border-bottom: 1px solid rgba(0, 0, 0, .1); }
#menu-main a { display: block; padding: 15px 40px 15px 30px; text-transform: uppercase; font-size: 14px; font-weight: bold; text-decoration: none; color: #1554bc; transition: all .3s ease-in-out; }
#menu-main li li a { text-transform: none; font-weight: normal; }

#menu-main a:hover,
#menu-main a.selected { background: #eff1f6; color: #bd013f; }

#menu-main .waSlideMenu-back {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAgCAYAAACinX6EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMpJREFUeNpi/P//P8NIBoyjATAaAKMBMBoAA2Y5IyNJ6mnh1qESACpAfGekBkAZEB8D4iMjMQAKgfgqEO8aiVkgC4gfA/HmkVgGJAHxJyBeMxILwWgovXQk1gJBQCwMxLNHYjXoC8SKQDxpJLYD3IBYG4j7R2JDyAaKOwaiJcg0SJrk/0Z6X2BEZwHkQlAWiKeN5M7QiK4GRxtCaE3hD0C8biSPB4zoztBod3h0QAQVyAPxw5EcAMOzDBgMYDQARgNgNABGdgAABBgAASu3w1KbogcAAAAASUVORK5CYII=) no-repeat;
    background-position: 0% 50%; background-size: 24px 12px;
}

#menu-main .waSlideMenu-back a { color: #757575; }

.modal { display: none; }

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1001; }
.arcticmodal-container { overflow: auto; height: 100%; }

.arcticmodal-container_i2 { padding: 50px 160px; }

.arcticmodal-close {
	position: fixed;
	top: 0;
}

.map-columns:after {
	display: table;
	clear: both;
	content: '';
}

.map-columns a {
	color: #1554bc;
	text-decoration: none;
}

.map-columns b {
	font-weight: bold;
}

.map-columns ul {
	padding-left: 3em;
}

.map-columns li {
	position: relative;
	padding-bottom: 10px;
}

.map-columns ul ul {
	margin-top: 10px;
}

.map-columns ul ul b {
	color: #1554bc;
	border-bottom: 1px dotted #1554bc;
	cursor: pointer;
}

.map-columns ul ul ul {
	display: none;
}

.map-columns ul > li:before {
	position: absolute;
	top: 5px;
	right: 100%;
	margin-right: 10px;
	content: '';
	width: 6px;
	height: 6px;
	background: #bd013f;
	border-radius: 3px;
}

.menu-mobile-button {
	display: none;
}

.main-news-title{
  font-size: 23pt;
  line-height: 1.2;
}

.clearable{
  background: #fff url(https://vsgaki.ru/assets/_close_red.gif) no-repeat right -25px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }
.clearable::-ms-clear {display: none; width:0; height:0;}

 .clearable:focus {
    outline: none !important;;
    box-shadow: 0 0 2px #719ECE;
}
.column100 {
  float: left;
  width: 200px;
  margin-right: 8px;
  cursor: pointer;
}
.row100{
      display: table;
      margin: 0 auto;
}
/* Clear floats after the columns */
.row100:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1840px) {
.row100{
  max-width: 700px;
}
}
@media screen and (max-width: 1680px) {
.b-news__item_type_main .b-news__item-wrap {

	bottom: 39px;

}

.main-news-title{
  font-size: 20pt;
  line-height: 1;
}
}

@media screen and (max-width: 1400px) {

.b-news__item_type_main .b-news__item-title{
line-height: 1;
}

.main-news-title{
  font-size: 20pt;

}

.tagline {
    letter-spacing: normal;
}

.b-line-text {
    letter-spacing: normal;
}


}


@media screen and (max-width: 1300px) {

.tagline {
        font-size: 18px;
}


}


@media screen and (max-width: 1199px) {

.b-breadcrumbs {
	padding: 20px 40px 18px;
}

.b-nav1 {
background: white;
height: 30px;
}

.tagline {
       display: none;
}

.b-line {
        display: none;
}

.b-sw{
  
}
.b-sw_open {   
	visibility: visible ;	
	right: 250px;
	line-height: 50px;
	z-index: 250;
}	

.b-sw_open a i{ 
	z-index: 250;
}



.social-icons-block{
  margin-top: -32px;
  margin-left: 3px;;
  width: 140px;  
  visibility: hidden;  
}

.mbr-social-icons__icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 31px;
  margin: 0 0px 0px 0;
  position: relative;
  text-align: center;
  width: 30px;
  border-radius: 20px;
  z-index: 5;
}



	.b-nav {
		display: none;
	}

	.b-search {
		position: absolute;
	}
    
    .b-aa{
        position: absolute;
    }    
    
    .b-aa_open {   
        right: 80px;
    }
	.b-search__open {
		right: 0px;
	}

	.b-aside {
		position: absolute;
		height: auto;
		width: auto;
		margin: 0;
	}

	.menu-mobile-button {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 14px;
		line-height: 50px;
		width: 50px;
		background: #1554bc;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}

	.main:before {
		display: none;
	}

	.main__row {
		margin-top: 90px;
		margin-left: 0;
	}

	.b-logo {
		position: relative;
		overflow: visible;
		width: 420px;
		height: 90px;
		margin: 0 0 0 80px;
		padding: 20px 0 0 110px;
		text-align: left;
	}

	.b-logo:before {
		display: block;
		top: 5px;
		left: 0;
		margin: 0;
                width: 100px;
                height: 67px;
                background-image: url(../images/logo-small.png);
	}

	.waSlideMenu-nav {
		position: absolute;
		z-index: 10;
		top: 50px;
		left: -300px;
		width: 260px;
		background: #fff;
		box-shadow: 0 0 7px 0 rgba(66,115,203,.2);

		-webkit-transition: left .3s ease-in-out;
	        	transition: left .3s ease-in-out;
	}

	.waSlideMenu-nav.opened {
		left: 0;
	}

	.b-aside__banner {
		display: none;
	}

	.main__one {
		margin-top: 90px;
		padding-left: 0;
	}

	.b-content {
		padding: 40px;
	}

	.b-footer__copyright {
		width: 340px;
	}

	.b-footer__address {
		background: none;
	}


.main-news-title{
  font-size: 20pt;
  line-height: 1;
}
}

@media screen and (max-width: 959px) {



.b-sw_open {   
	visibility: visible ;
	right: 35px;
	line-height: 55px;
	
}

.social-icons-block{
  margin-top: -20px;
  margin-left: 3px;;
  width: 140px;  
  visibility: hidden;
}

.mbr-social-icons__icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 31px;
  margin: 0 10px 13px 0;
  position: relative;
  text-align: center;
  width: 30px;
  border-radius: 20px;
  z-index: 5;
}
.mbr-social-icons__icon:hover {
  color: #fff;
}
.mbr-social-icons--style-1 .mbr-social-icons__icon:hover {
  background: #9c2d51 !important;
  border-radius: 10px;
}

.b-socicon {
	position: fixed;
	z-index: 251;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
}
.b-socicon_open {   
	position: absolute;
	top: 0;
	right: 400px;
	width: 270px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #1554bc;
	-webkit-transition: -webkit-transform .5s ease-in-out, color .3s ease-in-out;
	        transition:         transform .5s ease-in-out, color .3s ease-in-out;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.b-socicon_open:hover,
.b-socicon_open:hover.b-socicon_open:before {
	color: #9c2d51;
}

.b-socicon_open:before {
	margin-right: 10px;
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 23px;
	content: '\f06e';
	color: #1554bc;
	-webkit-transition: color .3s ease-in-out;
	        transition: color .3s ease-in-out;
}

    
    .b-aa_open {   
		width: 25px;
		right:60px;
		overflow: hidden;    
    }
    .b-aa_open:before {    
        font-size: 20px;
	    line-height: 50px;
	    content: '\f06e';    
    }
    
	.b-search__open {
		width: 50px;
		overflow: hidden;
	}

	.b-search__open:before {
		display: block;
		width: 50px;
		text-align: center;
	}

	.b-search__form {
		height: 50px;
	}

	.b-search__label,
	.b-search__input {
		font-size: 14px;
		line-height: 50px;
		padding: 0 70px 0 20px;
	}

	.b-search__button {
		width: 50px;
  		height: 50px;
  		overflow: hidden;
	}

	.b-search__button-text:before {
		display: block;
		width: 50px;
		text-align: center;
		font-size: 14px;
		line-height: 50px;
	}

	.b-logo {
		width: 80px;
		overflow: hidden;
	}

	.main__col {
		float: none;
		padding: 0;
		width: auto;
		height: auto;
	}

	.main__col_type_widget {
		float: none;
		margin: 0;
		width: auto;
	}

	.main__col_type_widget:before {
		display: none;
	}

	.b-breadcrumbs {
		padding: 15px 20px;
	}

	.b-content h1 {
		margin: 0 0 20px;
	}
	.w-banner img {
		display: block;
		width: 100%;
		height: auto;
	}
	
/*
	.w-banner img,
	.b-content img {
		display: block;
		width: 100%;
		height: auto;
	}
*/
	.b-content {
		padding: 20px;
	}

	.b-news__item_type_main .b-news__item-text {
		display: none;
	}

	.b-news__item-title,
	.w-events__title,
	.w-video__title {
		font-size: 16px;
		line-height: 24px;
	}

	.b-news__item-text,
	.w-adverts__text,
	.w-video__text {
		font-size: 14px;
		line-height: 20px;
	}

	.w-events__image,
	.w-video__image,
	.b-news__item-image {
		float: none;
		margin: 0 0 20px;
		display: block;
		width: 100%;
	}

	.b-content {
		overflow: auto;
		font-size: 13px;
	}

	.b-content h1 {
		font-size: 18px;
	}

	.search-form input {
		width: 100%;
		padding-right: 70px;
	}

	.search-form button {
		margin-left: -40px;
		font-size: 14px;
	}

	.b-footer__text {
		padding: 20px !important;
	}


.main-news-title{
  font-size: 18pt;
  line-height: 1;
}
}

c and (max-width: 420px) {
.b-news__item_type_main .b-news__item-wrap {

	bottom: 100px;

}
.main-news-title{
  font-size: 15px;
  line-height: 1;
}
.b-sw_open {   

	right: 50px;
	width: 120px;

}


.b-sw_open a i{
   margin-right:0px;
   
}

.b-aa_open {   
	right: 35px;
	}

}

.ya-share2  ul > li::before {
  content:none;
}

.ya-share2 ul{
   padding-left: 0;
}

.vk-clr::before{
  color: #5a7fa6;
}

/* font-family: "RalewayRegular"; */
@font-face {
    font-family: "RalewayRegular";
    src: url("../fonts/RalewayRegular/RalewayRegular.eot");
    src: url("../fonts/RalewayRegular/RalewayRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayRegular/RalewayRegular.woff") format("woff"),
    url("../fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayThin"; */
@font-face {
    font-family: "RalewayThin";
    src: url("../fonts/RalewayThin/RalewayThin.eot");
    src: url("../fonts/RalewayThin/RalewayThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayThin/RalewayThin.woff") format("woff"),
    url("../fonts/RalewayThin/RalewayThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayExtraLight"; */
@font-face {
    font-family: "RalewayExtraLight";
    src: url("../fonts/RalewayExtraLight/RalewayExtraLight.eot");
    src: url("../fonts/RalewayExtraLight/RalewayExtraLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayExtraLight/RalewayExtraLight.woff") format("woff"),
    url("../fonts/RalewayExtraLight/RalewayExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayLight"; */
@font-face {
    font-family: "RalewayLight";
    src: url("../fonts/RalewayLight/RalewayLight.eot");
    src: url("../fonts/RalewayLight/RalewayLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayLight/RalewayLight.woff") format("woff"),
    url("../fonts/RalewayLight/RalewayLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayMedium"; */
@font-face {
    font-family: "RalewayMedium";
    src: url("../fonts/RalewayMedium/RalewayMedium.eot");
    src: url("../fonts/RalewayMedium/RalewayMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayMedium/RalewayMedium.woff") format("woff"),
    url("../fonts/RalewayMedium/RalewayMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewaySemiBold"; */
@font-face {
    font-family: "RalewaySemiBold";
    src: url("../fonts/RalewaySemiBold/RalewaySemiBold.eot");
    src: url("../fonts/RalewaySemiBold/RalewaySemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewaySemiBold/RalewaySemiBold.woff") format("woff"),
    url("../fonts/RalewaySemiBold/RalewaySemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayBold"; */
@font-face {
    font-family: "RalewayBold";
    src: url("../fonts/RalewayBold/RalewayBold.eot");
    src: url("../fonts/RalewayBold/RalewayBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayBold/RalewayBold.woff") format("woff"),
    url("../fonts/RalewayBold/RalewayBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayExtraBold"; */
@font-face {
    font-family: "RalewayExtraBold";
    src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot");
    src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayExtraBold/RalewayExtraBold.woff") format("woff"),
    url("../fonts/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "Bankir-Retro"; */
@font-face {
    font-family: "RalewayBlack";
    src: url("../fonts/RalewayBlack/RalewayBlack.eot");
    src: url("../fonts/RalewayBlack/RalewayBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayBlack/RalewayBlack.woff") format("woff"),
    url("../fonts/RalewayBlack/RalewayBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewayBlack"; */
@font-face {
  font-family: "BankirRetro";
  src: url("/bitrix/templates/vsgik60/assets/fonts/BankirRetro/BankirRetro.eot?#iefix") format("embedded-opentype"),  url("/bitrix/templates/vsgik60/assets/fonts/BankirRetro/BankirRetro.woff") format("woff"), url("/bitrix/templates/vsgik60/assets/fonts/BankirRetro/BankirRetro.ttf")  format("truetype"), url("BankirRetro.svg#Bankir-Retro") format("svg");
  font-weight: normal;
  font-style: normal;
}
