@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
}

body.menu__opened {
  overflow: hidden;
}

body.menu__opened .preheader,
body.menu__opened header,
body.menu__opened main,
body.menu__opened footer,
body.menu__opened section {
  -webkit-transform: translateX(-320px) !important;
          transform: translateX(-320px) !important;
  -webkit-transition: -webkit-transform ease-in .25s;
  transition: -webkit-transform ease-in .25s;
  transition: transform ease-in .25s;
  transition: transform ease-in .25s, -webkit-transform ease-in .25s;
}

body.menu__opened .mobile__menu__overlay {
  height: auto;
  width: calc(100% - 320px);
  -webkit-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s;
  opacity: 1;
}

body.menu__opened .mobile__menu--fixed {
  opacity: 1;
  width: 320px;
  -webkit-transition: opacity ease-in-out 0s, width ease-in-out .25s;
  transition: opacity ease-in-out 0s, width ease-in-out .25s;
  z-index: 501;
  height: auto;
}

body.menu__opened .mobile__menu {
  margin-left: 0;
}

body .mobile__menu__overlay {
  display: block;
  height: 0;
  width: 0;
  position: fixed;
  top: 0;
  right: 320px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
}
em {font-style: italic !important;}

@-webkit-keyframes mypulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
}

@keyframes mypulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
}

a,
button,
input,
select,
textarea,
.bootstrap-select .dropdown-toggle {
  border: 0;
  background: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

a:hover,
button:hover,
input:hover,
select:hover,
textarea:hover,
.bootstrap-select .dropdown-toggle:hover {
  text-decoration: none;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

select::-ms-expand {
  display: none;
}
.systems_card_head {
	justify-content: flex-start !important;
	width: 100%
}
.dropdown-toggle::after {
  display: none;
}
.over-hidden {overflow: hidden !important}
.button {
  cursor: pointer;
  border: 0;
  outline: 0;
}

.button.button--default {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  padding: 12px 36px;
  -webkit-transition: -webkit-box-shadow ease-in-out .25s;
  transition: -webkit-box-shadow ease-in-out .25s;
  transition: box-shadow ease-in-out .25s;
  transition: box-shadow ease-in-out .25s, -webkit-box-shadow ease-in-out .25s;
  border-radius: 15px;
  text-transform: capitalize;
  display: inline-block;
}

.button.button--iconed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button.button--iconed svg {
  margin-left: 15px;
}

.button.button--orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FC7452), to(#E86545));
  background: linear-gradient(180deg, #FC7452 0%, #E86545 100%);
}

.button.button--orange:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#E86545), to(#FC7452));
  background: linear-gradient(180deg, #E86545 0%, #FC7452 100%);
  -webkit-box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.25);
}

.button.button--orange.button--bordered {
  border: 1px solid #FC7452;
}

.button.action__button {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  border-radius: 15px;
  text-transform: capitalize;
  display: inline-block;
  width: 236px;
  padding: 19px 20px;
  -webkit-transition: -webkit-box-shadow ease-in-out .25s;
  transition: -webkit-box-shadow ease-in-out .25s;
  transition: box-shadow ease-in-out .25s;
  transition: box-shadow ease-in-out .25s, -webkit-box-shadow ease-in-out .25s;
}

.button.action__button.action__button--white {
  background: transparent;
  color: #ffffff;
  border: 1px solid #F5F8FA;
}

.button.action__button.action__button--white:hover {
  background: #ffffff;
  color: #FC7452;
}

.button.action__button.action__button--orange {
  border: 1px solid #FC7452;
  color: #ffffff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FC7452), to(#E86545));
  background: linear-gradient(180deg, #FC7452 0%, #E86545 100%);
}

.button.action__button.action__button--orange:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#E86545), to(#FC7452));
  background: linear-gradient(180deg, #E86545 0%, #FC7452 100%);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.25;
  color: #304358;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#info-tabs .title {
  margin-bottom: 0;
}
#why-us .text {
  margin-bottom: 20px;
}

.title--left {
  text-align: left;
}

.title--light {
  color: #F5F8FA;
}

.title--white {
  color: #ffffff;
}

.the__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.15;
  color: #425B76;
  text-transform: capitalize;
}

.the__title.title--lined:after {
  content: ' ';
  width: 120px;
  height: 3px;
  background: #FC7452;
  margin: 25px 0;
  display: block;
}

.the__title.title--center {
  text-align: center;
}

.the__title.margin--min {
  margin-bottom: 25px;
}

.the__title.margin--normal {
  margin-bottom: 50px;
}

.the__title.margin--big {
  margin-bottom: 75px;
}

.text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #304358;
  text-align: center;
  margin-bottom: 50px;
}

.text--left {
  text-align: left;
}

.text--orange {
  color: #FC7452;
}

.text--light {
  color: #F5F8FA;
}

.text--white {
  color: #ffffff;
}

.big__text {
  font-size: 16px;
  line-height: 1.5;
  color: #425B76;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 50px;
}

.section__text {
  font-size: 16px;
  line-height: 1.5;
  color: #33475B;
}

.section__text p:not(:last-of-type) {
  margin-bottom: 15px;
}

.section__text.text--center {
  text-align: center;
}

.list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.list > li {
  margin-bottom: 30px;
}

.list > li .item__block {
  height: 100%;
  display: block;
  background: rgba(66, 91, 118, 0.05);
  border-bottom: 3px solid #BDBDBD;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  position: relative;
}

.list > li .item__block span {display: block;}

.list > li .item__block .block__top {position: relative;}

.list > li .item__block .block__top .top__title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: inline;
  font-weight: bold;
  font-size: 24px;
  color: #304358;
  text-transform: capitalize;
}

.list > li .item__block .block__top .top__title span,
.list > li .item__block .block__top .top__title p {
  background: #ffffff;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.list > li .item__block .block__top .top__title span:not(:last-child),
.list > li .item__block .block__top .top__title p:not(:last-child) {
  margin-bottom: 3px;
}

.list > li .item__block .block__bottom {
  height: calc(100% - 353px);
  padding: 34px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list > li .item__block .block__bottom .bottom__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #304358;
  margin-bottom: 20px;
}

.list > li .item__block .block__bottom .bottom__more {
  font-weight: bold;
  color: #828282;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.list > li .item__block:hover {
  -webkit-box-shadow: 0px 25px 35px -15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 25px 35px -15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-bottom-color: #FC7452;
}

.list > li .item__block:hover .block__top .top__title span,
.list > li .item__block:hover .block__top .top__title p {
  background: #FC7452;
  color: #ffffff;
}

.list > li .item__block:hover .block__bottom .bottom__more {
  color: #FC7452;
}

.bordered__image {
  width: 100%;
  display: block;
  border: 10px solid #F2F2F2;
  -webkit-box-shadow: 30px 0px 30px -15px rgba(0, 0, 0, 0.15);
          box-shadow: 30px 0px 30px -15px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(5px 4px 15px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 4px 15px rgba(0, 0, 0, 0.25));
  border-radius: 15px;
}

.mobile__menu {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.mobile__menu button {
  background: none;
  border: 0;
  outline: 0;
  line-height: 1;
  width: 50px;
  height: 45px;
  background: url(../images/common/menu__open.svg) no-repeat center #425B76;
  background-size: 50%;
  -webkit-transition: all ease-in-out 0;
  transition: all ease-in-out 0;
  position: relative;
  z-index: 501;
}

.mobile__menu button.menu__opened {
  background: url(../images/common/menu__close.svg) no-repeat center #425B76;
  background-size: 50%;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.mobile__menu--fixed {
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #F5F8FA;
  padding: 75px 30px;
  overflow-y: auto;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity ease-in-out 0s, width ease-in-out 0s;
  transition: opacity ease-in-out 0s, width ease-in-out 0s;
}

.mobile__menu--fixed .mobile__menu {
  display: none;
}

.mobile__menu--fixed .scroll__to__top {
  display: none;
}

.mobile__menu--fixed > ul > li:not(:last-child) {
  margin-bottom: 15px;
}

.mobile__menu--fixed > ul > li > a {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #425B76;
  text-transform: uppercase;
  letter-spacing: .5px;
  width: 100%;
}

.mobile__menu--fixed > ul > li > a:not([href]):not([tabindex]) {
  color: #425B76;
}

.mobile__menu--fixed > ul > li > a.item--active {
  color: #FC7452 !important;
}

.mobile__menu--fixed > ul > li > a:hover {
  color: #FC7452 !important;
}

.mobile__menu--fixed > ul > li.active {
  background: #425B76;
}

.mobile__menu--fixed > ul > li.active a .link__icon {
  opacity: 1;
}

.mobile__menu--fixed > ul > li.active a .link__text {
  color: #FFFFFF;
}

.mobile__menu--fixed > ul > li:hover {
  text-decoration: none !important;
}

.mobile__menu--fixed > ul > li.has--child > a:after {
  content: '\f078';
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 5px;
}

.mobile__menu--fixed > ul > li.has--child .child-menu {
  display: none;
}

.mobile__menu--fixed > ul > li.has--child .child-menu .menu__satisfaction,
.mobile__menu--fixed > ul > li.has--child .child-menu .menu__bg {
  display: none;
}

.mobile__menu--fixed > ul > li.has--child:hover .child-menu {
  display: block;
  padding-top: 15px;
  padding-left: 10px;
}

.mobile__menu--fixed > ul > li.has--child:hover .child-menu ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.mobile__menu--fixed > ul > li.has--child:hover .child-menu ul > li > a {
  font-weight: bold;
  color: #425B76 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  width: 100%;
  font-size: 12px;
  text-decoration: none !important;
}

.mobile__menu--fixed .close__menu {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: 0;
  outline: 0;
  line-height: 1;
  padding: 30px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  z-index: 501;
  background: url(../images/common/menu__close.svg) no-repeat center;
  background-size: 50%;
}

.preheader {
  background: #F5F8FA;
  padding: 7px 0;
  position: relative;
  z-index: 1000;
}

.preheader .preheader__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preheader .preheader__promo .promo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preheader .preheader__promo .promo__block .block__icon {
  margin-right: 10px;
}

.preheader .preheader__promo .promo__block .block__text {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.preheader .preheader__promo .promo__block .block__text span {
  color: #FC7452;
}

.preheader .preheader__menu {
  margin-left: auto;
  margin-right: 0;
}

.preheader .preheader__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preheader .preheader__menu .menu__list > li:not(:last-child) {
  margin-right: 30px;
}

.preheader .preheader__menu .menu__list > li a {
  font-weight: 500;
  color: #425B76;
  font-size: 13px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.preheader .preheader__menu .menu__list > li a:hover {
  text-decoration: underline;
}

.preheader .preheader__email {
  margin-left: 50px;
  text-align: right;
}

.preheader .preheader__email .email__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.preheader .preheader__email .email__link .link__icon {
  font-size: 18px;
  margin-right: 15px;
}

.preheader .preheader__email .email__link .link__icon i {
  display: block;
}

.preheader .preheader__email .email__link .link__text {
  font-weight: 500;
  font-size: 12px;
  color: #425B76;
  line-height: 1.5;
}

.preheader .preheader__email .email__link:hover .link__text {
  text-decoration: underline;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #E0E0E0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

header .header__logo {
  margin-right: 75px;
}

header .header__logo .logo__link {
  display: block;
}

header .header__logo .logo__link .link__image {
  height: 44px;
  display: block;
}

header .header__menu {
  margin-right: auto;
  position: relative;
}

header .header__menu > ul {
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

header .header__menu > ul > li:not(:last-child) {
  margin-right: 25px;
}

header .header__menu > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  color: #425B76;
  display: block;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  padding: 25px 0;
}

header .header__menu > ul > li > a:not([href]) {
  cursor: pointer;
}

header .header__menu > ul > li > a:hover {
  color: #FC7452;
}

header .header__menu > ul > li.has--child > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__menu > ul > li.has--child > a:after {
  content: '\f078';
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 5px;
}

header .header__menu > ul > li.has--child > .child-menu {
  position: absolute;
  left: 0;
  right: -50%;
  min-width: 100%;
  -webkit-transform: translateZ(-1px);
  transform: translateZ(-1px);
  bottom: calc(100% + 35px);
  background: #F5F8FA;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 30px 30px;
  z-index: 999;
  padding: 50px 50px 25px 50px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header .header__menu > ul > li.has--child > .child-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

header .header__menu > ul > li.has--child > .child-menu > ul > li {
  margin-bottom: 15px;
}

header .header__menu > ul > li.has--child > .child-menu > ul > li > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #425B76;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  position: relative;
  z-index: 2;
}

header .header__menu > ul > li.has--child > .child-menu > ul > li > a:hover {
  color: #FC7452;
}

header .header__menu > ul > li.has--child:hover a {
  color: #FC7452;
}

header .header__menu > ul > li.has--child:hover > .child-menu {
  display: block;
  opacity: 1;
  bottom: initial;
  top: 59px;
  -webkit-transition: opacity ease-in-out .25s, top ease-in-out .25s;
  transition: opacity ease-in-out .25s, top ease-in-out .25s;
}

header .header__menu > ul > li.has--child:hover > .child-menu.menu-for--services {
  height: 532px;
  width: 1000px;
}
header .header__menu > ul > li.has--child:hover > .child-menu.menu-for--services ul {
  max-width: 670px;
  width: 100%;
}
header .header__menu > ul > li.has--child:hover > .child-menu.menu-for--locations {
  height: 532px;
  padding-bottom: 75px;
}

header .header__menu > ul > li.has--child:hover > .child-menu .menu__satisfaction {
  position: absolute;
  right: 0;
  bottom: 0;
 /* background: rgba(66, 91, 118, 0.05);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 60px;
}

header .header__menu > ul > li.has--child:hover > .child-menu .menu__satisfaction .satisfaction__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}

header .header__menu > ul > li.has--child:hover > .child-menu .menu__satisfaction .satisfaction__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  color: #425B76;
  text-align: center;
}

header .header__menu > ul > li.has--child:hover > .child-menu .menu__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

header .header__menu > ul > li.has--child:hover > .child-menu .menu__bg img {
  border-radius: 0 0 30px 30px;
  display: block;
}

header .header__menu.opened .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: calc(100% + 11px);
  left: -25px;
  right: -25px;
  background: #F5F8FA;
  padding: 30px 40px;
  border-top: 0;
  -webkit-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

header .header__menu.opened .menu__list > li:not(:last-child) {
  margin-right: 0;
}

header .header__menu.opened .menu__list > li > a {
  padding: 0;
}

header .header__phone {
  margin-right: 75px;
}

header .header__phone .phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__phone .phone__link .link__icon {
  width: 38px;
  height: 38px;
  background: #F2F2F2;
  background-size: 14px 14px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

header .header__phone .phone__link .link__icon i {
  font-size: 14px;
  color: #425B76;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

header .header__phone .phone__link .link__text {
  font-weight: 500;
  font-size: 16px;
  color: #425B76;
}

header .header__phone .phone__link:hover .link__icon {
  background: #425B76;
}

header .header__phone .phone__link:hover .link__icon i {
  color: #ffffff;
}

.mobile-menu__button {
  display: none;
}

.mobile-menu__button .fa-times {
  display: none;
}

.mobile-menu__button.opened .fa-bars {
  display: none;
}

.mobile-menu__button.opened .fa-times {
  display: block;
}

.mobile-menu__button i {
  margin-right: 15px;
}

.mobile-menu__button span {
  font-weight: 500;
  font-size: 14px;
  color: #425B76;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.homes--white {
  position: relative;
}

.homes--white:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/common/homes-white__image.svg) no-repeat center;
  height: 100px;
  display: block;
  z-index: 3;
}

.ctc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.ctc__title {
  background: url(../images/common/ctc-title__bg.svg) no-repeat center right;
  background-size: cover;
  min-width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #F5F8FA;
  padding: 18px 25px 18px 0;
  position: relative;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}

.ctc__action {
  background: -webkit-gradient(linear, left top, left bottom, from(#FC7452), to(#E86545));
  background: linear-gradient(180deg, #FC7452 0%, #E86545 100%);
  border-radius: 0px 15px 15px 0px;
  min-width: 70%;
  margin-left: -20%;
  z-index: 1;
  position: relative;
  padding-left: 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.ctc__action .action__title {
  font-weight: 700;
  font-size: 18px;
  margin-right: 12px;
}

.ctc__action .action__link {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

.ctc__action:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FC7452), color-stop(50%, #E86545));
  background: linear-gradient(180deg, #FC7452 0%, #E86545 50%);
}

#main {
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 140px 0;
  position: relative;
}

#main:after {
  content: ' ';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 60, 79, 0.2)), to(rgba(34, 60, 79, 0.2)));
  background: linear-gradient(0deg, rgba(34, 60, 79, 0.2), rgba(34, 60, 79, 0.2));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
}

#main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .section__content {
  position: relative;
  z-index: 4;
}

#main .section__content .section__title {
  display: inline;
  font-weight: 800;
  font-size: 37px;
  line-height: 1.5;
  color: #425B76;
}

#main .section__content .section__title p,
#main .section__content .section__title span {
  padding: 0px 10px;
  background: #ffffff;
  display: table;
}

#main .section__content .section__title p:not(:last-child),
#main .section__content .section__title span:not(:last-child) {
  margin-bottom: 10px;
}

#main .section__form {
  position: relative;
  z-index: 4;
}

#main .section__form .form__block {
  background: #F5F8FA;
  border: 5px solid rgba(66, 91, 118, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 35px 55px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 35px 55px -20px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 50px 40px;
}

#main .section__form .form__block .form__title {
  font-weight: 700;
  font-size: 24px;
  color: #425B76;
  text-align: center;
  margin-bottom: 8px;
}

#main .section__form .form__block .form__subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #425B76;
  text-align: center;
}

#main .section__form .form__block form {
  margin-top: 30px;
  width: 100%;
}

#main .section__form .form__block form .form__input {
  position: relative;
  width: 100%;
}

#main .section__form .form__block form .form__input:not(:last-child) {
  margin-bottom: 10px;
}

#main .section__form .form__block form .form__input .input__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main .section__form .form__block form .form__input input,
#main .section__form .form__block form .form__input select {
  width: 100%;
  border: 1px solid rgba(51, 71, 91, 0.2);
  border-radius: 10px;
  padding: 15px 24px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  font-size: 13px;
  color: #333333;
}

#main .section__form .form__block form .form__input input:hover, #main .section__form .form__block form .form__input input:focus,
#main .section__form .form__block form .form__input select:hover,
#main .section__form .form__block form .form__input select:focus {
  background: #ffffff;
}

#main .section__form .form__block form .form__input.hover--fill:hover .input__icon svg path {
  fill: #FC7452;
}

#main .section__form .form__block form .form__input.hover--stroke:hover .input__icon svg path {
  stroke: #FC7452;
}

#main .section__form .form__block form .form__input .bootstrap-select {
  width: 100% !important;
  border: 1px solid rgba(51, 71, 91, 0.2);
  border-radius: 10px;
}

#main .section__form .form__block form .form__input .bootstrap-select > .dropdown-toggle.bs-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 24px;
}

#main .section__form .form__block form .form__input .bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  background: #ffffff;
}

#main .section__form .form__block form .form__input .bootstrap-select.btn-group > .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}

#main .section__form .form__block form .form__input .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 13px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main .section__form .form__block form .form__input .bootstrap-select.show > .btn-light.dropdown-toggle {
  background: #ffffff;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] {
  background: #ffffff;
  border-radius: 0px;
  padding: 0;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu {
  background: none;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #425B76 #F5F8FA;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar-track {
  background: #F5F8FA;
  border-radius: 0px;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar-thumb {
  background: #425B76;
  border-radius: 0px;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #2E4053;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-header {
  font-size: 13px;
  padding: 10px 15px;
  color: #333333;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 10px 15px;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item:hover, #main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item:focus {
  background: rgba(66, 91, 118, 0.2);
  color: #212529;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item.selected {
  background: #425B76;
  color: #ffffff;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item[data-optgroup] {
  font-size: 12px;
}

#main .section__form .form__block form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-divider {
  display: none;
}

#main .section__form .form__block form .form__button button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.big-side-form .form__title {
  font-weight: 700;
  font-size: 24px;
  color: #425B76;
  text-align: center;
  margin-bottom: 8px;
}

.big-side-form .form__subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #425B76;
  text-align: center;
}

.big-side-form form {
  margin-top: 30px;
  width: 100%;
}

.big-side-form form .form__input {
  position: relative;
  width: 100%;
}

.big-side-form form .form__input:not(:last-child) {
  margin-bottom: 10px;
}

.big-side-form form .form__input .input__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.big-side-form form .form__input input,
.big-side-form form .form__input select,
.big-side-form form .form__input textarea {
  width: 100%;
  border: 1px solid rgba(51, 71, 91, 0.2);
  border-radius: 10px;
  padding: 15px 24px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  font-size: 13px;
  color: #333333;
  resize: none;
}

.big-side-form form .form__input input:hover, .big-side-form form .form__input input:focus,
.big-side-form form .form__input select:hover,
.big-side-form form .form__input select:focus,
.big-side-form form .form__input textarea:hover,
.big-side-form form .form__input textarea:focus {
  background: #ffffff;
}

.big-side-form form .form__input.hover--fill:hover .input__icon svg path {
  fill: #FC7452;
}

.big-side-form form .form__input.hover--stroke:hover .input__icon svg path {
  stroke: #FC7452;
}

.big-side-form form .form__input .bootstrap-select {
  width: 100% !important;
  border: 1px solid rgba(51, 71, 91, 0.2);
  border-radius: 10px;
}

.big-side-form form .form__input .bootstrap-select > .dropdown-toggle.bs-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 24px;
}

.big-side-form form .form__input .bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  background: #ffffff;
}

.big-side-form form .form__input .bootstrap-select.btn-group > .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.big-side-form form .form__input .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 13px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.big-side-form form .form__input .bootstrap-select.show > .btn-light.dropdown-toggle {
  background: #ffffff;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] {
  background: #ffffff;
  border-radius: 0px;
  padding: 0;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu {
  background: none;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #425B76 #F5F8FA;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar-track {
  background: #F5F8FA;
  border-radius: 0px;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar-thumb {
  background: #425B76;
  border-radius: 0px;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #2E4053;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-header {
  font-size: 13px;
  padding: 10px 15px;
  color: #333333;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 10px 15px;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item:hover, .big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item:focus {
  background: rgba(66, 91, 118, 0.2);
  color: #212529;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item.selected {
  background: #425B76;
  color: #ffffff;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-item[data-optgroup] {
  font-size: 12px;
}

.big-side-form form .form__input .bootstrap-select .dropdown-menu[role=combobox] > .dropdown-menu .dropdown-divider {
  display: none;
}

.big-side-form form .form__button button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

#logotypes {
  padding: 30px 0;
}
.page-id-9 #logotypes, .page-id-730 #logotypes {
  padding: 0 0 50px 0;
}

#logotypes .logotypes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}
#info-content {padding-top: 50px}
#info-content #logotypes .logotypes__list {
	background-color: #fff;
	padding: 20px 0;
	margin-top: 50px;
}
#info-content #logotypes {padding-bottom:0}
#info-content .content-logostrip {
	
}
#logotypes .logotypes__list li {
  padding: 0 15px;
}

#logotypes .logotypes__list li .item__logo {
  text-align: center;
}

#logotypes .logotypes__list li .item__logo img {
  display: inline-block;
}

#logotypes .logotypes__list li .item__text {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}

#logotypes .logotypes__list li .item__text p {
  display: inline-block;
}

#logotypes .logotypes__list li .item__text p:before {
  content: '"';
}

#logotypes .logotypes__list li .item__text p:after {
  content: '"';
  display: inline-block;
}

#info-tabs {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

#info-tabs .tabs-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#info-tabs .tabs-header__list > li {
  background: #F1F3F5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

#info-tabs .tabs-header__list > li .item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

#info-tabs .tabs-header__list > li:not(.item--active):hover {
  background: #E8EBEF;
}

#info-tabs .tabs-header__list > li:not(.item--active):hover .item__title {
  color: #304358;
}

#info-tabs .tabs-header__list > li:first-child {
  border-radius: 10px 0 0 0;
}

#info-tabs .tabs-header__list > li:last-child {
  border-radius: 0 10px 0 0;
}

#info-tabs .tabs-header__list > li:not(:first-child) {
  border-left: 1px solid #E8EBEF;
}

#info-tabs .tabs-header__list > li:not(.item--active):not(:first-child) {
  border-left-color: transparent;
}

#info-tabs .tabs-header__list > li.item--active {
  border: none;
  background: #425B76;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

#info-tabs .tabs-header__list > li.item--active .item__title {
  color: #ffffff;
}

#info-tabs .tabs-content__list {
  background: #ffffff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 3;
}

#info-tabs .tabs-content__list > li {
  display: none;
  padding: 40px;
}

#info-tabs .tabs-content__list > li.item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#info-tabs .tabs-content__list > li .item__img {
  min-width: 407px;
  margin-right: 50px;
}

#info-tabs .tabs-content__list > li .item__img img {
  -webkit-box-shadow: 45px 0px 45px -25px rgba(0, 0, 0, 0.15);
          box-shadow: 45px 0px 45px -25px rgba(0, 0, 0, 0.15);
  border-radius: 5px 0px 0px 5px;
  display: inline-block;
}

#info-tabs .tabs-content__list > li .item__content .content__title, #info-content .item__content .content__title, #info-content-logostrip .item__content .content__title {
  font-weight: bold;
  font-size: 24px;
  color: #304358;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#info-content-logostrip {
	background-color:#fff;
	padding-bottom: 60px;
}
#info-content .title-line::after, #info-content-logostrip .title-line::after {
	//content: '';
	position: absolute;
	top: 52px;
	width: 101px;
	border-bottom: 3px solid #FC7452;
}
.page-id-9 > #info-content .title-line::after, #info-content-logostrip .title-line::after {
	top: 37px;
}
.title-divider-bottom {
	border-bottom: 3px solid #FC7452;
    margin: -15px 0 15px 0;
    width: 101px;
}
#info-tabs .tabs-content__list > li .item__content .content__text, #info-content .item__content .content__text, #info-content-logostrip .item__content .content__text {
  font-size: 15px;
  line-height: 1.5;
  color: #304358;
}

#info-tabs .tabs-content__list > li .item__content .content__text p:not(:last-child) {
  margin-bottom: 15px;
}

#info-tabs .tabs-content__list > li .item__content .content__text b,
#info-tabs .tabs-content__list > li .item__content .content__text strong {
  font-weight: bold;
}

.unite {
  background: linear-gradient(176.14deg, #FFFFFF 4.81%, #F0F9FF 104.17%);
}

.unite.with--target {
  position: relative;
}

.unite.with--target:after {
  //content: ' ';
  width: 78px;
  height: 78px;
  background: url(../images/common/target__icon.svg) no-repeat center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
	z-index: 9
}
.page-id-9.unite.with--target:after {display: none}

.unite2 {
  background: linear-gradient(176.14deg, #FFFFFF 4.81%, #F0F9FF 104.17%);
}

#services-tabs {
  padding: 100px 0;
}

#services-tabs .tabs__list > li {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  padding: 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#services-tabs .tabs__list > li:not(:last-child) {
  margin-bottom: 5px;
}

#services-tabs .tabs__list > li .item__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #304358;
  text-transform: uppercase;
}

#services-tabs .tabs__list > li:hover {
  border-color: #425B76;
  background: #F5F8FA;
}

#services-tabs .tabs__list > li:hover span {
  color: #FC7452;
}

#services-tabs .tabs__list > li.item--active {
  background: #304358;
  border-color: #304358;
}

#services-tabs .tabs__list > li.item--active .item__title {
  color: #ffffff;
}

#services-tabs .tabs__list > li.item--active .item__title span {
  color: #FC7452;
}

#services-tabs .tabs-content__list {
  padding-right: 0;
}

#services-tabs .tabs-content__list > li {
  display: none;
}

#services-tabs .tabs-content__list > li .item__left {
  padding-right: 30px;
}

#services-tabs .tabs-content__list > li .item__left .left__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #3E4F60;
  margin-bottom: 30px;
  text-transform: capitalize;
}

#services-tabs .tabs-content__list > li .item__left .left__text {
  font-size: 14px;
  line-height: 1.5;
  color: #3E4F60;
}

#services-tabs .tabs-content__list > li .item__right {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#services-tabs .tabs-content__list > li .item__right .right__image {
  width: 100%;
  height: 100%;
}

#services-tabs .tabs-content__list .item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#services-tabs.reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#services-tabs.reverse .tabs-content__list > li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#services-tabs.reverse .tabs-content__list > li .item__left {
  padding-right: 15px;
  padding-left: 30px;
}

#cta {
  padding: 50px 0;
  background: radial-gradient(85.94% 3398.21% at 23.7% 14.14%, #425B76 0%, #253444 92.19%);
}

#cta .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cta .cta__image img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

#cta .cta__content .cta__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  color: #F5F8FA;
  text-transform: capitalize;
}

#cta .cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cta .cta__buttons .button:not(:last-of-type) {
  margin-right: 20px;
}

#warning-signs {
  padding: 0 0 70px 0;
}

#warnings-visual {
  background: radial-gradient(47.99% 57.7% at 50% 57.22%, #000000 0%, #03364F 100%);
  padding: 100px 0 15px 0;
}

#warnings-visual .visual-block {
  max-width: 1151px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#warnings-visual .visual-block .block__image {
  text-align: center;
}

#warnings-visual .visual-block ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#warnings-visual .visual-block ul > li {
  position: absolute;
}

#warnings-visual .visual-block ul > li a span {
  display: block;
}

#warnings-visual .visual-block ul > li a .item__num {
  background: #BB6455;
  -webkit-box-shadow: 0px 0px 15px #FF7A59;
          box-shadow: 0px 0px 15px #FF7A59;
  border-radius: 100%;
  -webkit-animation: mypulse 2s infinite;
          animation: mypulse 2s infinite;
  display: block;
  border-radius: 100%;
  width: 1.5vw;
  height: 1.5vw;
  position: relative;
  border: 5px solid #F66F4D;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-indent: -100px;
}

#warnings-visual .visual-block ul > li a .item__message {
  width: 0;
  height: 0;
  opacity: 0;
  text-align: center;
  background: linear-gradient(176.15deg, #FFFFFF 3.16%, #D3E6F2 102.47%), #FFFFFF;
  -webkit-box-shadow: 0px 35px 25px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 35px 25px -15px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 15px 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#warnings-visual .visual-block ul > li a .item__message .message__title {
  font-size: 14px;
  line-height: 1.5;
  color: #425B76;
  margin-bottom: 15px;
  text-transform: capitalize;
}

#warnings-visual .visual-block ul > li a .item__message .message__link span {
  font-weight: 600;
  font-size: 14px;
  color: #FC7452;
  text-decoration: underline;
}

#warnings-visual .visual-block ul > li a:hover .item__message {
  width: 200px;
  height: auto;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out .25s;
  transition: opacity ease-in-out .25s;
}

#warnings-visual .visual-block ul > li:nth-child(1) {
  top: 18.4%;
  left: 54.5%;
}

#warnings-visual .visual-block ul > li:nth-child(2) {
  top: 27.5%;
  left: 45.9%;
}

#warnings-visual .visual-block ul > li:nth-child(3) {
  top: 28.1%;
  left: 60.3%;
}

#warnings-visual .visual-block ul > li:nth-child(4) {
  top: 39.3%;
  left: 34.4%;
}

#warnings-visual .visual-block ul > li:nth-child(5) {
  top: 43.1%;
  left: 63.5%;
}

#warnings-visual .visual-block ul > li:nth-child(6) {
  top: 54.3%;
  left: 49.1%;
}

#warnings-visual .visual-block ul > li:nth-child(7) {
  top: 44.9%;
  left: 72.9%;
}

#warnings-visual .visual-block ul > li:nth-child(8) {
  top: 55%;
  left: 81.5%;
}

#warnings-visual .visual-block ul > li:nth-child(9) {
  top: 55%;
  left: 81.5%;
}

#warnings-visual .visual-block ul > li:nth-child(10) {
  top: 73.1%;
  left: 48.6%;
}

#warnings-visual .visual-block ul > li:nth-child(11) {
  top: 56.2%;
  left: 36.1%;
}

#warnings-visual .visual-block ul > li:nth-child(12) {
  top: 58.8%;
  left: 23%;
}

#warnings-list {
  background: #F5F8FA;
  padding: 30px 0;
  display: none;
}

#warnings-list ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#warnings-list ul > li {
  font-size: 14px;
  font-weight: bold;
}

#warnings-list ul > li a {
  display: block;
}

#warnings-list ul > li a .item__num {
  min-width: 16px;
  font-weight: 800;
  color: #FC7452;
  margin-right: 15px;
}

#warnings-list ul > li a .item__title {
  color: #425B76;
  text-transform: capitalize;
}

#warnings-list ul > li a:hover .item__title {
  text-decoration: underline;
}

#warnings-list ul > li:not(:last-child) {
  margin-bottom: 10px;
}

#why-us {
  padding: 100px 0;
  background: #ffffff;
}

#why-us .why-us__list li {
  text-align: center;
}

#why-us .why-us__list li .item__icon {
  margin: 30px 0 15px;
}
#why-us .why-us__list li .item__icon img {
  height: 90px;
}

#why-us .why-us__list li .item__title {
  font-weight: bold;
  font-size: 18px;
  color: #304358;
  margin-bottom: 25px;
}

#why-us .why-us__list li .item__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #304358;
}

#info-slider {
  padding: 100px 0;
}

#info-slider .section__content .title {
  margin-bottom: 15px;
}

#info-slider .section__content .text {
  margin-bottom: 30px;
}

#info-slider .section__content .content__text {
  font-size: 16px;
  line-height: 1.5;
  color: #304358;
}

#info-slider .section__content .content__text p:not(:last-of-type) {
  margin-bottom: 15px;
}

.slider--nav .owl-nav {
  height: 0;
}

.slider--nav .owl-nav .nav {
  background: #000;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #304358;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider--nav .owl-nav .nav:hover:not(.nav--disabled) {
  background: #FC7452;
}

.slider--nav .owl-nav .nav.nav__left {
  left: 0px;
}

.slider--nav .owl-nav .nav.nav__right {
  right: 0px;
}

.slider--nav .owl-nav .disabled .nav {
  opacity: .75;
  cursor: not-allowed;
}

.slider--dots {
  position: relative;
}

.slider--dots .owl-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.slider--dots .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  border: 4px solid #BDBDBD;
}

.slider--dots .owl-dots .owl-dot:not(:last-of-type) {
  margin-right: 15px;
}

.slider--dots .owl-dots .owl-dot.active {
  border-color: #FC7452;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

#reviews {
  /*min-height: 832px;*/
	min-height: 500px;
  background: url(../images/reviews/bg.jpg) no-repeat center;
  padding-top: 84px;
  padding-bottom: 52px;
  background-attachment: fixed;
  background-size: cover;
}

#reviews .section__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

#reviews .reviews__slider {
  margin-bottom: 50px;
}

#reviews .reviews__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#reviews .reviews__slider .slider__item {
  padding: 0 15px;
  height: 100%;
}

#reviews .reviews__slider .slider__item .item__block {
  border-radius: 10px;
  background: #ffffff;
  padding: 25px 20px;
  height: 100%;
}

#reviews .reviews__slider .slider__item .item__block .block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

#reviews .reviews__slider .slider__item .item__block .block__top .top__photo {
  margin-right: 20px;
}

#reviews .reviews__slider .slider__item .item__block .block__top .top__photo img {
  border-radius: 100%;
  display: block;
}

#reviews .reviews__slider .slider__item .item__block .block__top .top__info .info__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #000000;
}

#reviews .reviews__slider .slider__item .item__block .block__top .top__info .info__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#reviews .reviews__slider .slider__item .item__block .block__top .top__info .info__rating .rating__star:not(:last-of-type) {
  margin-right: 7px;
}

#reviews .reviews__slider .slider__item .item__block .block__top .top__info .info__rating .rating__star i {
  color: #F2C94C;
}

#reviews .reviews__slider .slider__item .item__block .block__bottom .bottom__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  height: 105px;
  overflow: auto;
}

#reviews .reviews__slider .owl-nav {
  display: none;
}

#reviews .reviews__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reviews .reviews__nav .nav {
  width: 45px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #425B76;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  cursor: pointer;
}

#reviews .reviews__nav .nav:not(:last-child) {
  margin-right: 15px;
}

#reviews .reviews__nav .nav:hover:not(.nav--disabled) {
  background: #FC7452;
}

#reviews .reviews__nav .nav i {
  background: url(../images/common/slider-nav-left__icon.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 21px;
}

#reviews .reviews__nav .nav.nav__right {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#reviews .reviews__nav .nav.nav--disabled {
  opacity: .75;
  cursor: not-allowed;
}

#reviews .reviews__more {
  margin-top: 50px;
}

#reviews .reviews__more .more__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}

#reviews .reviews__more .more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reviews .reviews__more .more__list > li:not(:last-child) {
  margin-right: 50px;
}

#reviews .reviews__more .more__list > li .item__image {
  display: block;
}

#systems {
  padding: 100px 0 70px 0;
}

#locations {
  padding: 75px 0;
  background: url(../images/locations/bg.svg) no-repeat center;
  background-size: contain;
}

#locations .locations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#locations .locations__list > li {
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

#locations .locations__list > li a {
  font-weight: bold;
  font-size: 18px;
  color: #304358;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

#locations .locations__list > li a:hover {
  color: #FC7452;
}

#footer-contact {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px -25px 50px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -25px 50px -10px rgba(0, 0, 0, 0.15);
}

#footer-contact .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-contact .bg2 {
  width: 50%;
  background: linear-gradient(175.89deg, #FFFFFF -1.15%, #F0F9FF 104.43%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#footer-contact .section__contacts {
  position: relative;
  z-index: 3;
}

#footer-contact .section__contacts .title__side {
  margin-bottom: 35px;
}

#footer-contact .section__contacts .contacts__list {
  display: block;
}

#footer-contact .section__contacts .contacts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-contact .section__contacts .contacts__list li:not(:last-child) {
  margin-bottom: 35px;
}

#footer-contact .section__contacts .contacts__list li .item__icon {
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F8F8F8;
  min-width: 54px;
  min-height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 25px;
}

#footer-contact .section__contacts .contacts__list li .item__info .info__label {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 5px;
}

#footer-contact .section__contacts .contacts__list li .item__info .info__link a {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}

#footer-contact .section__contacts .contacts__list li .item__info .info__link a:hover {
  text-decoration: underline;
}

#footer-contact .section__content {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-contact .section__content form {
  width: 425px;
}

footer {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#425B76), color-stop(123.56%, #253444));
  background: linear-gradient(180deg, #425B76 0%, #253444 123.56%);
}

footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer__content .footer__info .footer__logo {
  margin-bottom: 25px;
}

footer .footer__content .footer__info .footer__logo a {
  display: block;
}

footer .footer__content .footer__info .footer__logo a img {
  display: block;
}

footer .footer__content .footer__info .footer__text {
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  opacity: .5;
}

footer .footer__content .footer__info .footer__socials {
  margin-top: 25px;
}

footer .footer__content .footer__info .footer__socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer__content .footer__info .footer__socials .socials__list li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 25px;
}

footer .footer__content .footer__info .footer__socials .socials__list li a {
  font-size: 24px;
  color: #ffffff;
  opacity: .25;
  -webkit-transition: opacity ease-in-out .25s;
  transition: opacity ease-in-out .25s;
}

footer .footer__content .footer__info .footer__socials .socials__list li a:hover {
  opacity: 1;
}

footer .footer__content .footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer__content .footer__menus .footer__menu .menu__title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}

footer .footer__content .footer__menus .footer__menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

footer .footer__content .footer__menus .footer__menu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

footer .footer__content .footer__menus .footer__menu ul li a:hover {
  text-decoration: underline;
}

footer .footer__content .footer__menus .footer__menu.services__menu ul {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

footer .footer__content .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 50px;
}

footer .footer__content .footer__bottom .footer__copyright {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

footer .footer__content .footer__bottom .footer__copyright i {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  margin-right: 25px;
  display: block;
}

footer .footer__content .footer__seo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

footer .footer__content .footer__seo a img {
  max-width: 80px;
}

footer .footer__content .footer__seo a span {
  margin-left: 15px;
}

.modal.show .modal-dialog {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-dialog {
  margin: 50px auto;
}

.modal .modal-dialog .modal-content {
  background: #F5F8FA;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
}

.modal .modal-dialog .modal-content .close {
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0px;
  font-size: 2.5rem;
  opacity: 1;
}

.modal .modal-dialog .modal-content .modal-header {
  display: none;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body .modal__form {
  padding: 30px 50px;
}

#page-hero {
  display: block;
  background: #F5F8FA;
  padding: 50px 0;
}

#page-hero .bold__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.5;
  color: #425B76;
  text-transform: capitalize;
}

.breadcrumbs__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
}

.breadcrumbs__list li {
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
}

.breadcrumbs__list li a {
  font-size: 16px;
  color: #425B76;
  text-transform: capitalize;
}

.breadcrumbs__list li a:hover {
  text-decoration: underline;
}

.breadcrumbs__list li:not(:last-child):after {
  content: '/';
  font-weight: bold;
  font-size: 16px;
  margin: 0 10px;
}

#page-content {
  padding: 100px 0;
}

#page-content.with--share {
  padding: 30px 0 100px 0;
}

#page-content .row {
  position: relative;
}

#page-content .section__content img {
  margin-bottom: 50px;
  width: 100%;
  display: block;
}

#page-content .section__content .content__block {
  color: #425B76;
}

#page-content .section__content .content__block h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#page-content .section__content .content__block h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#page-content .section__content .content__block h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#page-content .section__content .content__block h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#page-content .section__content .content__block p {
  font-size: 16px;
  line-height: 1.5;
}

#page-content .section__content .content__block p:not(:last-child) {
  margin-bottom: 25px;
}

#page-content .section__content .content__block p strong,
#page-content .section__content .content__block p b {
  font-weight: bold;
}

#page-content .section__content .content__block ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#page-content .section__content .content__block ul li b,
#page-content .section__content .content__block ul li strong {
  display: inline-block;
  font-weight: bold;
}

#page-content .section__content .content__block ul li:before {
  content: ' ';
  min-width: 7px;
  min-height: 7px;
  background: #FC7452;
  border-radius: 100%;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 4px;
}

#page-content .section__content .content__block ol li {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  counter-increment: item;
  margin-bottom: 25px;
}

#page-content .section__content .content__block ol li:before {
  content: counter(item);
  margin-right: 15px;
  font-weight: bold;
}

#page-content .section__content .content__block a {
  color: #FC7452;
  text-decoration: underline;
}

#page-content .section__form {
  padding: 0 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#page-content .section__form .form__block {
  background: #F5F8FA;
  border: 5px solid rgba(66, 91, 118, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 35px 55px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 35px 55px -20px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 50px 40px;
}

.share__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.share__block .block__title {
  font-weight: 800;
  font-size: 18px;
  color: #425B76;
  margin-right: 35px;
}

.share__block .share__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share__block .share__list li a {
  font-size: 18px;
  color: #425B76;
  padding: 10px 15px;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  display: block;
}

.share__block .share__list li a:hover {
  color: #304358;
}

#page-similar {
  padding-bottom: 100px;
}

#page-similar .title {
  margin-bottom: 50px;
}

#content1 {
  padding-bottom: 50px;
}

#content1 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content2 {
  padding: 50px 0;
}

#content2 .section__images .images__list li:not(:last-child) {
  margin-bottom: 15px;
}

#video {
  padding-top: 50px;
  padding-bottom: 100px;
}

#video .video {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
}

#video .video .video__image img {
  display: block;
  -webkit-box-shadow: 45px 0px 45px -25px rgba(0, 0, 0, 0.15);
          box-shadow: 45px 0px 45px -25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

#video .video .video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#video .video .video__button .button__icon {
  min-width: 100px;
  min-height: 100px;
  display: block;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F8FA), to(#D3DCE2));
  background: linear-gradient(180deg, #F5F8FA 0%, #D3DCE2 100%);
  border: 5px solid rgba(66, 91, 118, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#video .video .video__button .button__icon svg {
  margin-left: 5px;
}

#video .video .video__button .button__icon svg path {
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

#video .video .video__button .button__text {
  background: #FFFFFF;
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  color: #425B76;
  text-transform: capitalize;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  min-width: 150px;
  text-align: center;
}

#video .video .video__button:hover .button__icon {
  background: #FC7452;
}

#video .video .video__button:hover .button__icon svg path {
  fill: #ffffff;
}

#video .video .video__button:hover .button__text {
  background: #425B76;
  color: #ffffff;
}

.modal-video .modal-dialog {
  max-width: 930px;
  margin: 0 auto;
}

.modal-video .modal-dialog .modal-content .close {
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0px;
  font-size: 2.5rem;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-weight: normal;
}

.modal-video .modal-dialog .modal-content .modal-header {
  display: none;
}

.modal-video .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal-video .modal-dialog .modal-content .modal-body .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.modal-video .modal-dialog .modal-content .modal-body .video-container video,
.modal-video .modal-dialog .modal-content .modal-body .video-container iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video .modal-dialog .modal-content .modal-body .video-container video.active,
.modal-video .modal-dialog .modal-content .modal-body .video-container iframe.active {
  display: block;
}

#content3 {
  background: url(../images/common/direct__bottom.svg) no-repeat bottom right;
  background-size: 80%;
  padding: 100px 0;
}

#banner {
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  -webkit-box-shadow: 45px 0px 45px -25px rgba(0, 0, 0, 0.15);
          box-shadow: 45px 0px 45px -25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
}

#banner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#banner:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 60, 79, 0.75)), to(rgba(34, 60, 79, 0.75)));
  background: linear-gradient(0deg, rgba(34, 60, 79, 0.75), rgba(34, 60, 79, 0.75));
  display: block;
  z-index: 1;
}

#banner .title,
#banner .text {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

#content4, #content4_1, #content4_2, #content4_2col_img, #content_title_text {
  padding: 100px 0 20px 0;
}

#content4 .icons__list li, #content4_1 .icons__list li, #content4_2 .icons__list li, #content4_2col_img .icons__list li .item__title {
  margin-bottom: 30px;
  text-align: center;
}

#content4 .icons__list li .item__icon, #content4_1 .icons__list li .item__icon, #content4_2 .icons__list li .item__icon {
  width: 30px;
  height: 30px;
  background: url(../images/common/content-list__icon.svg) no-repeat center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

#content4 .icons__list li .item__title, #content4_1 .icons__list li .item__title, #content4_2 .icons__list li .item__title, #content4_2col_img .icons__list li .item__title,
#content_title_text .item__title, #content4 .item__title {
  font-weight: 600;
  font-size: 18px;
  color: #FC7452;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#content5, #content5_faq {
  padding: 50px 0 100px;
}

#content5 .section__text, #content5_faq .section__text {
  text-align: center;
}

#content5_faq .content__list {
	width: 99%;
}
#content5_faq .content__list li {
  text-align: left;
  margin-bottom: 20px;
}

#content5 .content__list {
  width: 83.333333%;
  margin-left: auto;
  margin-right: auto;
}

#content5 .content__list li{
  text-align: left;
}

.content__list {
  width: 83.333333%;
  margin-top: 50px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.content__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  text-align: left;
}
#content5 .content__list li {align-items: start}
.content__list li:before {
  content: ' ';
  min-width: 7px;
  min-height: 7px;
  border-radius: 100px;
  background: #FF6348;
  display: block;
  margin: 8px 10px 0 0;
}

#content6, #content6_1 {
  padding: 100px 0;
  background: url(../images/common/direct__bottom2.svg) no-repeat center bottom;
  background-size: 80%;
}

#content6 .section__images .images__list li:not(:last-child), #content6_1 .section__images .images__list li:not(:last-child) {
  margin-bottom: 15px;
}

#our-team {
  padding: 50px 0;
}

#our-team .members__list li {
  margin-bottom: 30px;
}

#products {
  padding: 100px 0;
}

#content7 {
  padding-bottom: 100px;
}

#content7 .content__blocks > li:not(:last-child) {
  margin-bottom: 100px;
}

#content7 .content__blocks > li:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#content7 .content__blocks > li .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#works {
  padding: 100px 0;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

.pagination__list li:not(:last-child) {
  margin-right: 15px;
}

.pagination__list li a,
.pagination__list li span {
  width: 56px;
  height: 50px;
  background: #D9E3EB;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #252121;
}

.pagination__list li a i,
.pagination__list li span i {
  display: block;
}

.pagination__list li a:hover,
.pagination__list li span:hover {
  color: #FC7452;
}

.pagination__list li a.prev, .pagination__list li a.next,
.pagination__list li span.prev,
.pagination__list li span.next {
  color: #FC7452;
}

.pagination__list li.active a,
.pagination__list li.active span {
  background: #304358;
  color: #ffffff;
}

#small-main {
  background: #F5F8FA;
  padding: 75px 0;
}

#small-main.center {
  text-align: center;
}

#small-main.center .section__title {
  margin-bottom: 30px;
}

#small-main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#small-main .section__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.5;
  color: #425B76;
  text-transform: capitalize;
}

#project-info {
  padding: 100px 0;
}

#project-info .info__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: item;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #425B76;
}

#project-info .info__list > li:not(:last-child) {
  margin-bottom: 50px;
}

#project-info .info__list > li:before {
  content: counter(item);
  margin-right: 30px;
  font-weight: 800;
  color: #425B76;
}

#cta2 {
  background: radial-gradient(85.94% 3398.21% at 23.7% 14.14%, #425B76 0%, #253444 92.19%);
  padding: 50px 0;
}

#cta2 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cta2 .cta__title {
  font-weight: bold;
  font-size: 30px;
  color: #F5F8FA;
  line-height: 1.5;
  text-transform: capitalize;
}

#cta2 .cta__button .button {
  width: initial;
  padding: 19px 39px;
}

#content8 {
  background: #F5F8FA;
  padding: 50px 0;
}

#content8 .content__block .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#content8 .content__block .block__content .content__title {
  margin-bottom: 30px;
}

#content8 .content__block .block__content .content__title span,
#content8 .content__block .block__content .content__title p {
  background: #FC7452;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
}

#content8 .content__block .block__content .content__title span:not(:last-child),
#content8 .content__block .block__content .content__title p:not(:last-child) {
  margin-bottom: 3px;
}

#content8 .content__block .block__content .content__more {
  margin-top: 30px;
}

#content8 .content__block .block__content .content__more a {
  font-weight: bold;
  font-size: 18px;
  color: #FC7452;
}

#content8 .content__block .block__content .content__more a:hover {
  text-decoration: underline;
}

#impacts {
  padding: 100px 0 70px 0;
}

#impacts .section__text {
  margin-bottom: 50px;
}

#contact {
  padding: 100px 0;
}

#contact .section__content {
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
}

#contact .section__content .big-side-form form {
  margin-top: 0;
}

#contact .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contacts__list {
  display: block;
}

#contact .contacts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contacts__list li:not(:last-child) {
  margin-bottom: 35px;
}

#contact .contacts__list li .item__icon {
  background: #F5F8FA;
  min-width: 54px;
  min-height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 25px;
}

#contact .contacts__list li .item__info .info__label {
  font-size: 18px;
  line-height: 1.5;
  color: #425B76;
  margin-bottom: 5px;
}

#contact .contacts__list li .item__info .info__link a {
  font-weight: bold;
  font-size: 18px;
  color: #425B76;
}

#contact .contacts__list li .item__info .info__link a:hover {
  text-decoration: underline;
}

#info-page {
  min-height: 700px;
  padding-top: 100px;
  background: #F5F8FA;
  text-align: center;
}

#info-page .section__image {
  margin-bottom: 30px;
}

#info-page .section__image img {
  display: inline-block;
}

#info-page .section__title {
  font-weight: bold;
  font-size: 36px;
  color: #FC7452;
  margin-bottom: 15px;
}

#info-page .section__subtitle {
  font-size: 24px;
  line-height: 140%;
  color: #304358;
  margin-bottom: 50px;
}

#info-page .section__action .button {
  min-width: 200px;
}

#learning-visual .visual-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#learning-visual .visual-block .block__image {
  text-align: center;
}

#learning-visual .visual-block .block__image img {
  display: block;
}

#learning-visual .visual-block ul > li {
  position: absolute;
}

#learning-visual .visual-block ul > li a span {
  display: block;
}

#learning-visual .visual-block ul > li .item__num {
  background: #BB6455;
  -webkit-box-shadow: 0px 0px 15px #FF7A59;
          box-shadow: 0px 0px 15px #FF7A59;
  border-radius: 100%;
  -webkit-animation: mypulse 2s infinite;
          animation: mypulse 2s infinite;
  display: block;
  border-radius: 100%;
  width: 1.5vw;
  height: 1.5vw;
  position: relative;
  border: 5px solid #F66F4D;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-indent: -100px;
}

#learning-visual .visual-block ul > li .item__message {
  width: 0;
  height: 0;
  opacity: 0;
  text-align: center;
  background: linear-gradient(176.15deg, #FFFFFF 3.16%, #D3E6F2 102.47%), #FFFFFF;
  -webkit-box-shadow: 0px 35px 25px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 35px 25px -15px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 15px 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#learning-visual .visual-block ul > li .item__message .message__title {
  font-size: 14px;
  line-height: 1.5;
  color: #425B76;
  margin-bottom: 15px;
  text-transform: capitalize;
}

#learning-visual .visual-block ul > li .item__message .message__link span {
  font-weight: 600;
  font-size: 14px;
  color: #FC7452;
  text-decoration: underline;
}

#learning-visual .visual-block ul > li:hover .item__message {
  width: 200px;
  height: auto;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out .25s;
  transition: opacity ease-in-out .25s;
}

#learning-visual .visual-block ul > li:nth-child(1) {
  top: 5.2%;
  left: 18.4%;
}

#learning-visual .visual-block ul > li:nth-child(2) {
  top: 11.5%;
  left: 26.2%;
}

#learning-visual .visual-block ul > li:nth-child(3) {
  top: 25.5%;
  left: 43.1%;
}

#learning-visual .visual-block ul > li:nth-child(4) {
  top: 10.1%;
  left: 51.4%;
}

#learning-visual .visual-block ul > li:nth-child(5) {
  top: 29%;
  left: 55.3%;
}

#learning-visual .visual-block ul > li:nth-child(6) {
  top: 12.2%;
  left: 62.2%;
}

#learning-visual .visual-block ul > li:nth-child(7) {
  top: 52.1%;
  left: 48.3%;
}

#learning-visual .visual-block ul > li:nth-child(8) {
  top: 69.6%;
  left: 56.9%;
}

#learning-visual .visual-block ul > li:nth-child(9) {
  top: 77.9%;
  left: 43%;
}

#learning-visual .visual-block ul > li:nth-child(10) {
  top: 85.6%;
  left: 52%;
}

#learning-visual .visual-block ul > li:nth-child(11) {
  top: 37.4%;
  left: 48.9%;
}

#learning-visual .visual-block ul > li:nth-child(12) {
  top: 43.7%;
  left: 58.3%;
}

#learning-visual .visual-block ul > li:nth-child(13) {
  top: 30.4%;
  left: 66.3%;
}

#learning-visual .visual-block ul > li:nth-child(14) {
  top: 24.1%;
  left: 75.2%;
}

#learning-visual .visual-block ul > li:nth-child(15) {
  top: 54.9%;
  left: 75.2%;
}

#learning-visual .visual-block ul > li:nth-child(16) {
  top: 33.9%;
  left: 86.1%;
}

#learning-visual .visual-block ul > li:nth-child(17) {
  top: 79.3%;
  left: 70%;
}

#learning-visual .visual-block ul > li:nth-child(18) {
  top: 73.7%;
  left: 91.9%;
}

#learning-visual .visual-block ul > li:nth-child(19) {
  top: 38.8%;
  left: 4.5%;
}

#learning-visual .visual-block ul > li:nth-child(20) {
  top: 86.9%;
  left: 30.3%;
}

#blog {
  padding: 100px 0;
}
#blog .container .list.row .block__top .top__image img, .list > li .item__block .block__top .top__image img {
	display: block;
	width: 100%;
    height: 300px;
    object-fit: cover;
}

.dropup .dropdown-toggle:after {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */

.text-hero {
	font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #425B76;
    margin: 30px 0 20px;
	padding: 5px 10px;
    background: #ffffff;
    display: table;
}

.reason-number {
	font-size: 95px;
	font-weight: bold;
	color: #FC7452;
}
.reason-text, .types-wall-text {
	text-align: left;
}
.reason-col, .types-wall-col {
	margin-bottom: 30px;
}
#content_title_text p, .types-wall-text {
	font-size: 16px;
	font-weight: 400;
}
.types-wall-text {
	padding-bottom: 20px;
}
.page-id-2845 #content4, .page-id-2920 #content4 {
	padding: 0;
}
.page-id-2616 #content4 p, .page-id-2845 #content4 p, .page-id-2845 #content5 p, .page-id-2920 #content4 p, .page-id-2920 #content5 p {
	font-size: 16px;
	font-weight: 400;
    line-height: 1.5;
    color: #33475B;
	text-align: left;
	padding: 0 0 20px;
	margin: 0;
}
.page-id-2616 #content4 p {
	padding: 0 15px 15px 15px;
}
.page-id-2845 #content4 ol, .page-id-2845 #content4 ul, .page-id-2920 #content4 ol, .page-id-2920 #content4 ul {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.page-id-2845 #content4 li, .page-id-2845 #content5 li, .page-id-2920 #content4 li, .page-id-2920 #content5 li {
	display: flex;
	padding: 0 0 10px 10px;
}
.page-id-2845 #content4 li::before, .page-id-2845 #content5 li::before, .page-id-2920 #content4 li::before, .page-id-2920 #content5 li::before {
    content: '•';
	font-size: 40px;
	line-height: 0;
    color: #FF6348;
	padding: 8px 8px 0 0;
}
.page-id-2845 #content4 b, .page-id-2845 #content4 strong, .page-id-2845 #content5 strong, .page-id-2920 #content4 b, .page-id-2920 #content4 strong, .page-id-2920 #content5 strong {
    font-weight: 600;
}
.page-id-2845 #content4 .icon-block p, .page-id-2920 #content4 .icon-block p {
	color: #FC7452;
    font-weight: bold;
    text-align: center;
}
.page-id-2845 #content5, .page-id-2920 #content5 {
	padding-bottom: 0;
}
.f-plans {
	box-shadow: 0 2px 40px #fc74521a;
    border: solid 1px #fc74521a;
	border-radius: 15px;
    padding: 30px 15px 20px;
    margin: 0 0 20px;
}
.f-plans-p {
	box-shadow: 0 2px 40px #fc74521a;
    border: solid 1px #fc74521a;
	border-radius: 15px;
    padding: 30px 30px 10px;
    margin: 0 0 20px;
}

/* price section */
#content5_3_1 {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,252,255,1) 100%);
	padding: 50px 0;
	margin: 0 0 50px 0;
}
#content5_3_1 .container-full {
	margin: auto;
	max-width: 1600px;
	width: 100%;
}
#content5_3_1 .container-full .col-20 {
	width: 20%;
}
#content5_3_1 .container-full .col-20 .column-wrap {
	background-color: #fff;
	border: solid 2px #e3e8ed;
	border-radius: 10px;
	margin: 10px;
}
#content5_3_1 .container-full .col-20 .column-wrap .img-header {
	background-color: #f5f8fa;
	border-radius: 10px 10px 0 0;
	padding: 20px;
	text-align: center;
}
#content5_3_1 .container-full .col-20 .column-wrap .img-header h3 {
	color: #425b76;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
#content5_3_1 .container-full .col-20 .column-wrap .img-header .icon-image {
	background-color: #425b76;
	border-radius: 100%;
	padding: 13px 11px 9px;
	margin: 0 auto 20px;
	width: 50px;
}
#content5_3_1 .container-full .col-20 .column-wrap .img-header .icon-image img {
	width: 25px;
}
#content5_3_1 .container-full .col-20 .column-wrap .price-text-button {
	line-height: 1.5;
    color: #33475B;
	padding: 20px;
}
#content5_3_1 .container-full .col-20 .column-wrap .price-text-button .price-range {
	padding: 0 0 20px 0;
}
#content5_3_1 .container-full .col-20 .column-wrap .price-text-button .price-range price {
	color: #fc7452;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 0 25px;
}
#content5_3_1 .container-full .col-20 .column-wrap .price-text-button a {
	display: block;
    color: #fc7452;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.page-id-247 #info-tabs, .page-id-246 #info-tabs, .page-id-248 #info-tabs, .page-id-251 #info-tabs, .page-id-252 #info-tabs, .page-id-249 #info-tabs, .page-id-259 #info-tabs,
.page-id-2994 #info-tabs {
	padding: 0 0 115px 0;
	margin-bottom: 30px;
}
.locations-pages #content7 {
	padding-top: 80px;
}
.page-id-2616 b, strong {
    font-weight: bolder;
}
.page-id-2616 #content5{
    padding: 80px 0 30px;
}
.content_textblock .text {
	margin-bottom: -50px;
}
.content_textblock .text p {
	text-align: left;
	padding-bottom: 20px;
}
#info-content-logostrip .logo-box, #info-content .logo-box {
	position: relative;
	float: right;
	background-color: #fff;
	border-radius: 20px 0px 0px 0px;
	padding: 20px 0;
	margin-top: -98px;
}
#info-content-logostrip .item__left.item__content {padding-left: 40px}
.content-space {margin-bottom: 30px}

