
body {
	font-family: 'Open Sans', sans-serif;

}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	outline: none !important; 
}

a {
	margin: 0;
	padding: 0;
}

.wrapper {
   transition: 0.3s ease;
}

a:hover {
	color: #113B78;
	text-decoration: none;
}

p, h1, h2 {
	margin: 0;
}

textarea {
    resize:none;
}

input:-webkit-autofill{
  box-shadow:inset 0 0 0 1000px #fff;
}


.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.page-header {
   padding: 15px 0;
   box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
}

.page-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header-logo {
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	display: block;
	width: 180px;
	height: 70px;
}

.page-header__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
}

.page-header__item {
	margin-left: 50px;
}

.page-header__item-link {
/*    font-size: 14px; */
font-size:90%;
	color: #000;
}

.promo {
	background: #64AEE5;
	height: 300px;
}

.promo__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
   height: 300px;
}

.broad {
	padding-top: 45px;
	display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.broad_arrow {
    width: 22px;
    height: 9px;
    background: url(../img/Arrow.png) no-repeat center;
    display: inline-block;
}

.broad a {
	color: #fff;
    font-size: 90%;
}

.broad .active {
    display: inline-block;
    color: #fff;
    font-size: 90%;
}
html body .bvi-body  .promo__container > .promo-title {
	font-weight: bold;
	color: #fff;
	font-size: 56px !important;
	padding-bottom: 30px;
}

.page-header__item,
.information__list-item,
button[data-vision]{
  position: relative;
}
button[data-vision]{
   background: none;
   outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin-left: 30px;
    cursor: pointer;
}
.page-header__item:before,
.information__list-item:before,
button[data-vision]:before{
  content: '';
  position: absolute;
  left: 0;
  transition: width .3s;
  bottom: -4px;
  height: 2px;
  background-color: #113B78;
  width: 20px;
}
button[data-vision]:hover:before{
   width: 105%;
}
.page-header__item:hover:after {
  width: 105%;
}
.page-header__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  background-color: #113B78;
  width: 0;
  transition: width 0.3s;
}

.page-header__item:hover .page-header__item-link {
	color: #113B78;
	text-decoration: none;
}

.page-header__item.active .page-header__item-link {
   color: #113B78;
	text-decoration: none;
}

.page-header__item.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  background-color: #113B78;
  width: 105%;
  transition: width 0.3s;
}


.information {
	padding: 100px 0;
}

.information__content {
	/* width: 83%; */
    margin-left: 35px;
}

.information__box {
	width: 345px;
	height: auto;
	padding: 25px 15px 25px 32px;
	background: rgba(17, 58, 120, 0.1);
}

.information__list-item {
	margin: 25px 0;
}

.information__list-item:before {
	bottom: 6px;
}

.information__list-item.active a:before {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 2px;
   border-radius: 1px;
   background: #113B78;
   content: '';
   transition: all 0.3s ease-out;
}

.information__list-link {
	color: #303030;
	font-size: 105%;
    position: relative;
    overflow: hidden;
    display: inline-block;
	padding-bottom: 2px;
	transition: 0.3s;
}

.information__list-link:before {
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #113B78;
    content: '';
    transition: all 0.3s ease-out;
}

.information__list-item:hover .information__list-link:before {
    left: 0px;
}

.information h2 {
	color: #303030;
	padding: 80px 0 50px 0;
}

.information h3 {
	color: #303030;
	padding-bottom: 17px;
}

.information h4,
.information p {
	color: #303030;
}

.information span {
	color: #303030;
	width: 65%;
	position: relative;
	top: 10px;
}

.information a span {
   top: 0;
}

.information__content div {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   padding-bottom: 30px;
}

.information__content a {
	color: #113A78;
	font-size: 105%;
   position: relative;
   overflow: hidden;
   display: inline-block;
	padding-bottom: 2px;
	top: 9px;
	/* margin-top: 30px; */
	transition: 0.3s;
	padding-left: 0;
}

.information__content a:after,
.page-footer__item-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #113B78;
    width: 20px;
}

.page-footer__item.active .page-footer__item-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #113B78;
    width:100%;
}

.page-footer-logo {
   background: url(../img/logo.png) no-repeat;
	background-size: contain;
	display: block;
	width: 150px;
	height: 70px;
}

.information__content a:before,
.page-footer__item-link:before {
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #113B78;
    content: '';
    transition: all 0.3s ease-out;
}

.page-footer__item-link:hover:before, .information__content a:hover:before {
    left: 0px;
}

.page-footer {
	background: rgba(100, 174, 229, 0.2);
}

.page-footer {
	padding: 55px 0;
}

.page-footer__list {
	display: flex;
}

.page-footer__rightblock-image {
	background: url(../img/asap.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 9px;
    margin-top:4px;
}

.page-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 10px;
}

.page-footer__rightblock {
	display: flex;
}

.page-footer__item-link {
	color: #000;
	padding-right: 35px;
	position: relative;
    overflow: hidden;
    display: inline-block;
	padding-bottom: 2px;
	transition: 0.3s;
}

.page-footer__bottom-text,
.page-footer__bottom-link,
.page-footer__block-text,
.page-footer__block-link {
	color: #000;
	font-size: 80%;
}

.page-footer__block-text,
.page-footer__block-link {
	line-height: 0.3;
}

.page-footer__item-link {
	width: 80%;
}

.modal-content {
	padding: 70px;
}

.subtitle-modal {
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 40px;
}

.licenses-list_item {
   margin-bottom: 30px;
   width: 100%;
   height: auto;
}

.wrapper__container {
   padding: 70px 0;
}

.wrapper__container h1 {
   color: #000;
   font-size: 34px;
   padding-top: 60px;
}

.wrapper__container h2 {
   color: #000;
   font-size: 24px;
   padding-bottom: 30px;
}

#map {
	width: 100%;
	height: 470px;
	position: relative;
}

.contacts__block-item {
   margin: 40px 0;
}

.contacts__block-link {
   color: #113B78;
}
.page-footer__rightblock .page-footer__block{
   display:flex;
   flex-direction:column;
}
.page-footer__rightblock .page-footer__block-text,.page-footer__rightblock .page-footer__block-link{
   line-height: normal;
}
.page-footer-logo+.page-footer__bottom-text{
   display:block;
   margin-top:10px;
}
/* ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ */ 
.nav__row{
   display: flex;
   align-items: center;
}












