.b-states {
  background: #062440;
  padding: 75px 0;
}
@media (min-width: 992px) {
  .b-states {
    padding: 130px 0;
  }
}
.b-states .page__title {
  font-size: 48px;
  line-height: 54px;
  text-align: left;
  margin-bottom: 28px;
}
.b-inner {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .b-inner {
    margin: 0 15px;
    margin-bottom: 60px;
  }
}
.b-inner a {
  color: #4e9efd;
}
.b-inner .b-intro {
  position: relative;
}
@media (min-width: 992px) {
  .b-inner .b-intro {
    position: relative;
    top: auto;
  }
}
.b-inner .b-intro-2 {
  color: #000;
  text-transform: uppercase;
  font-style: italic;
  font-family: Barlow;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.015em;
  background: url(../images/shprits.png) top left no-repeat;
  padding-left: 80px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .b-inner .b-intro-2 {
    margin-top: 45px;
  }
}
.b-flex {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: column;
}
.b-flex-top {
  align-items: flex-start;
}
.b-50 {
  flex-direction: column;
}
@media (min-width: 992px) {
  .b-50 {
    flex-direction: row;
  }
}
.b-50 > div {
  width: 100%;
}
@media (min-width: 992px) {
  .b-50 > div {
    width: 50%;
  }
}
.b-740 {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.b-p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: Montserrat;
}
.b-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .b-links {
    flex-direction: row;
  }
}
.b-link {
  width: 100%;
}
@media (min-width: 992px) {
  .b-link {
    width: 50%;
  }
}
.b-link a {
  display: block;
  background: #fff;
  border-radius: 3px;
  margin: 12px;
  height: 96px;
  overflow: hidden;
}
.b-link a img {
  display: inline-block;
}
.b-link a div {
  display: flex;
  height: 96px;
  align-items: center;
}
.b-link a:hover .b-link-arrow {
  background-color: #ee3947;
}
.b-link a:hover .b-link-arrow i {
  color: #fff;
}
.b-link-img {
  width: 80px;
  float: left;
  justify-content: center;
}
.b-link-arrow {
  width: 48px;
  text-align: center;
  float: right;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.b-link-arrow i {
  font-size: 24px;
  font-weight: 700;
  color: #ee3947;
}
.b-link-title {
  margin: 0 48px 0 80px;
  justify-content: left;
  font-family: Barlow;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  color: #111C31;
}
.b-link-title-big {
  margin: 0 96px 0 22px;
}
.b-active-2 a {
  background: #ee3947;
}
.b-active-2 .b-link-title {
  color: #fff;
}
.b-center {
  text-align: center;
}
.b-benefit-intro-big {
	width: 50%;
	padding-right: 15px;
	padding-top: 25px;
}
.b-intro-big {
	width: 50%;
}

@media (min-width: 992px) {
  .b-benefit-intro-big {
	  
  }
}
.b-benefit-row {
	display: flex;
}
.b-benefit-row-white {
	padding: 36px;
	border-radius: 24px;
	background: #fff;
	margin-bottom: 49px;
}
.b-benefit-intro-sm {
	width: 100%
}
@media (min-width: 992px) {
  .b-benefit-intro-sm {
	width: 50%
  }
}
.b-benefit__top {
  height: 600px !important;
}
@media (min-width: 992px) {
  .b-benefit__top {
    height: 852px !important;
  }
}
.b-benefit__top h1 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .b-benefit__top h1 {
    margin-bottom: 35px;
  }
}
.b-benefit__top p {
  color: white;
  font-family: Montserrat;
  weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  max-width: 826px;
  margin: 0 auto 15px;
}
.b-benefit__top .b-center {
  padding-top: 40px;
}
.b-benefit__top .b-center a {
  display: inline-block;
  line-height: 24px;
  border-radius: 3px;
  background: #EE3947;
  font-family: Barlow;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 40px;
}
.b-benefit__top .b-center a span {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 60px;
  width: 70px;
  text-align: center;
}
.b-benefit-wrap {
  position: relative;
  padding-left: 55px;
  max-width: 1060px;
  margin: 0 auto;
}
.b-benefit-wrap:before {
  content: "";
  position: absolute;
  border-left: 2px dashed #D4E0F0;
  width: 0;
  top: 70px;
  left: 24px;
  bottom: 0;
}
@media (min-width: 992px) {
  .b-benefit-wrap:before {
    top: 95px;
    left: 35px;
  }
}
.b-benefit-wrap:last-child:before {
  display: none;
}
@media (min-width: 992px) {
  .b-benefit-wrap {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .b-benefit-wrap {
    padding-left: 0;
  }
  .g-blue .b-circle {
	  display: none;
  }
}
.b-benefit-wrap h2 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .b-benefit-wrap h2 {
    height: 72px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
}
.b-benefit-wrap p {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .b-benefit-wrap p {
    margin-bottom: 25px;
  }
}
.b-benefit__light {
  background: #F3F6FA;
  padding: 55px 0 72px;
  color: #717680;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .b-benefit__light {
    padding: 126px 0 0;
  }
}
.b-benefit__light h1, .b-benefit__light h2, .b-benefit__light h3, .b-benefit__light b {
  color: #111C31;
  font-weight: 800;
}
.b-benefit__light h1 {
  text-transform: uppercase;
}
.b-benefit__light h2 {
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
}
.b-benefit__light h3 {
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 24px;
}
.b-blue {
  color: #1781FF;
  text-decoration: underline;
}
.b-circle {
  display: block;
  position: absolute;
  top: 6px;
  left: -107px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #D4E0F0;
  color: #fff;
font-family: Lato;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 30px;
letter-spacing: 0em;
text-align: center;
color: #1781FF;
}
@media (min-width: 992px) {
  .b-circle {
    width: 72px;
    height: 72px;
    top: 0;
    line-height: 70px;
  }
}
.b-benefit-phone {
	font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
	color: #071C3D;
	text-decoration: underline;
}
.b-intro-content .b-benefit-phone {
	display: block;
}
.b-intro {
  
}
.b-intro p {
  margin: 0;
}
.b-intro p strong {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	color: #111C31;
	margin-bottom: 5px;
    display: block;
}
.b-intro-sm {
	width: 50%;
	padding: 0 30px;
}
.b-intro-title-red {
  height: 96px;
  color: #fff;
  line-height: 19px;
  padding: 0 0 0 25px;
  background: #EE3947;
  font-family: Barlow;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.b-intro-title-red span {
  display: block;
  float: right;
  height: 96px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-intro-title-red b {
  display: flex;
  height: 96px;
  margin-right: 60px;
  align-items: center;
  justify-content: left;
  color: #fff;
}
.b-intro-big {
	padding: 30px;
    background: #fff;
    border-radius: 24px;
    margin-left: 60px;
}
.b-intro-big h3 {
  padding-bottom: 15px;
}
.b-intro-sm .b-intro-content {
  padding-right: 15px;
}
.b-container {
  position: relative;
}
.b-pagination {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.b-pagination ol {
  margin: 0 auto;
  max-width: 1170px;
}

.page__top {
  /*box-shadow: inset 0 0 0 50vw rgba(5, 26, 60, 0.7);*/
  /*height: 600px !important;*/
}
@media (min-width: 992px) {
  .page__top {
    /*height: 852px !important;*/
  }
}

@media ( max-width: 768px ) {
	.b-benefit-row {
		flex-direction: column;
	}
	.b-intro-sm {
		width: 100%;
		padding: 0;
	}
	.b-benefit-intro-big {
		width: 100%;
	}
	.b-intro-big {
		width: 100%;
	}
	.b-intro-big {
		margin-left: 0;
	}
	.g-btn {
		margin: 25px auto 0;
	}
	.b-benefit__light h2 {
		margin-top: 50px;
	}
	.b-intro-content .b-benefit-phone {
		display: inline-block;
	}
}

.button_account_mobile {
	display: none;
}

@media ( max-width: 576px ) {
	.button_account_mobile {
		display: block;
		position: fixed;
		bottom: 55px;
		width: 240px;
		left: calc( 50% - 120px );
		background-color: #14c564;
		padding: 20px 30px;
		font-size: 16px;
		font-weight: 900;
		color: #fff;
		z-index: 100;
	}
}

#menu-item-3448,
#menu-item-3449,
#menu-item-3450,
#menu-item-3451 {
	position: relative;
	margin-left: 20px;
}
#menu-item-3448:before,
#menu-item-3449:before,
#menu-item-3450:before,
#menu-item-3451:before {
	content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    width: 14px;
    height: 16px;
    background: url('../img/shape.svg') no-repeat;
}

@media ( max-width: 576px ) {
	.menu-item-3448,
	.menu-item-3449,
	.menu-item-3450,
	.menu-item-3451 {
		display: none;
	}
}


.slider__btn {
	flex-direction: column;
    align-items: flex-start;
}
.slider__btn div {
	width: 240px;
	text-align: center;
	font-size: 16px;
    margin-top: 14px;
}
.slider__btn div a {
	color: #1781ff;
}
@media ( max-width: 576px ) {
	.slider__btn div {
		margin-top: 0;
	}
	.slider__btn {
		align-items: center;
	}
}

.test_class ul li ul{
  margin-left: 16px;
}

/*# sourceMappingURL=b.css.map */
