@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic);
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?o5lpx3");
  src: url("../fonts/icomoon.eot?o5lpx3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?o5lpx3") format("truetype"), url("../fonts/icomoon.woff?o5lpx3") format("woff"), url("../fonts/icomoon.svg?o5lpx3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
	font-family: 'TeX Gyre Adventor';
	src: url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Regular.eot');
	src: local('TeX Gyre Adventor Regular'), local('TeXGyreAdventor-Regular'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Regular.woff') format('woff'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeX Gyre Adventor';
	src: url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Italic.eot');
	src: local('TeX Gyre Adventor Italic'), local('TeXGyreAdventor-Italic'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Italic.woff') format('woff'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'TeX Gyre Adventor';
	src: url('../fonts/TeXGyreAdventor/TeXGyreAdventor-BoldItalic.eot');
	src: local('TeX Gyre Adventor Bold Italic'), local('TeXGyreAdventor-BoldItalic'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-BoldItalic.woff') format('woff'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'TeX Gyre Adventor';
	src: url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Bold.eot');
	src: local('TeX Gyre Adventor Bold'), local('TeXGyreAdventor-Bold'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Bold.woff') format('woff'),
		url('../fonts/TeXGyreAdventor/TeXGyreAdventor-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
a {
	color: #252379;
}
[class^="icomoon-"],
[class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-benefit:before {
  content: "\e900";
  color: #145597;
}

.icomoon-control:before {
  content: "\e901";
  color: #145597;
}

.icomoon-responsability:before {
  content: "\e902";
  color: #145597;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translate(0, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes logoHourse {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-12deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes logoHourse {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-12deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.navigation-container {
  /* border-top: 5px solid #1285c1; */
  /* background: #169fe6; */
  border-top: 5px solid #2e1f1f;
  background: #252379;
}

.navi {
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 991px) {
  .navi {
    display: flex;
    justify-content: flex-start;
  }
}

.navi > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .navi > ul {
    flex: 1 1 auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .3s;
    display: block;
    position: absolute;
    background: #1c4a87;
    left: 0;
    top: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
}

.navi > ul > li {
  position: relative;
}

.navi > ul > li > a {
  display: block;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  color: #fff;
  line-height: 1.2;
  /* font-weight: 700; */
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
  margin-top: -1px;
}

.navi > ul > li ul {
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  border: 1px solid #f6f6f6;
  position: absolute;
  transition: .3s;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
}

@media screen and (max-width: 991px) {
  .navi > ul > li ul {
    display: none;
  }
}

.navi > ul > li ul li a {
  display: block;
  color: #939292;
  font-size: .9rem;
  font-weight: 600;
  padding: .5rem 1rem;
  text-transform: uppercase;
}

.navi > ul > li ul li a:hover {
  color: #252379;
  text-decoration: none;
}

.navi > ul > li.current-menu-item > a {
  /* background: #1285c1; */
  background: #fff;
  color: #252379;
}

.navi > ul > li:hover > a {
  /* background: #1285c1; */
  background: #fff;
  color: #252379;
}

.navi > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.navi .toggle-menu {
  display: none;
  color: #fff;
  font-weight: 500;
  background: #1c4a87;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
  height: 50px;
  padding: 5px;
  margin: 0;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navi .toggle-menu {
    display: flex;
  }
}

.navi .toggle-menu:focus {
  outline: none;
}

.navi .toggle-menu__name {
  margin-left: .5rem;
  font-weight: bold;
}

.navi .toggle-menu .lines {
  width: 34px;
  height: 3px;
  background: #fff;
  display: inline-block;
  margin: 0;
  top: 0;
  position: relative;
  transition: .3s;
}

.navi .toggle-menu .lines:before, .navi .toggle-menu .lines:after {
  width: 34px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 4px center;
  transition: .3s;
}

.navi .toggle-menu .lines:before {
  top: 9px;
}

.navi .toggle-menu .lines:after {
  top: -9px;
}

.navi.active .toggle-menu {
  transition: none;
}

.navi.active .toggle-menu .lines {
  background: transparent;
}

.navi.active .toggle-menu .lines:before, .navi.active .toggle-menu .lines:after {
  transform-origin: 50% 50%;
  top: 0;
}

.navi.active .toggle-menu .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.navi.active .toggle-menu .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.navi.active > ul {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.heading-light {
  color: #1c4a87;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.post {
  font-size: 14px;
  line-height: 1.4;
  color: #3b474c;
  margin-bottom: 1.25rem;
}

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

.post p {
  margin-bottom: 15px;
}

.post .wp-block-gallery ul {
  opacity: 1;
}

.post h1,
.post h2,
.post h3,
.post h4 {
  opacity: 1;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  color: #1c4a87;
}

.post h1 {
  font-size: 28px;
  margin: 0 0 25px 0;
}

.post h2 {
  font-size: 24px;
  margin: 0 0 25px 0;
}

.post h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.post a:not(.btn) {
  color: #1c4a87;
  text-decoration: underline;
}

.post a:not(.btn):hover {
  text-decoration: none;
}

.post ul {
  padding-left: 17px;
}

.post ol {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  margin-bottom: 30px;
}

.post ol li {
  flex: 0 0 calc(50% - 60px);
  margin: 0 120px 20px 0;
  min-height: 60px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.post ol li:nth-child(2n+2) {
  margin-right: 0;
}

.post ol li:before {
  font-size: 44px;
  left: -60px;
  top: 3px;
}

.post table {
  width: 100%;
  border: 1px solid #9c9c9c;
  margin: 0 0 30px 0;
}

.post table td,
.post table th {
  border: 1px solid #9c9c9c;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  position: relative;
}

.post-list .post-item {
  margin: 0 1rem 2rem 1rem;
  flex: 0 0 calc(33.333% - 2rem);
}

.post-list .post-item__image {
  height: 180px;
  margin-bottom: 2rem;
}

.post-list .post-item__image img {
  object-fit: contain;
  border-radius: 5px;
  height: 100%;
}

.post-list .post-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c4a87;
}

.post-list .post-item p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
}

.post-list .post-item .button-link i {
  margin-left: .5rem;
}

.post-list .post-item .post-date {
  color: #fff;
  opacity: 0.4;
  font-size: 13px;
}

.news-row .meta-post {
  margin-bottom: 1rem;
  color: #1c4a87;
}

.page-top {
  background: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2rem;
}

.page-top__inner {
  display: flex;
  justify-content: space-between;
}

.page-top__title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 59px;
  color: #169fe6;
}

@media screen and (max-width: 991px) {
  .page-top__title {
    display: none;
  }
}

.page-top .breadcrumbs {
  color: #adadad;
  font-size: .8rem;
  font-weight: 300;
  padding: 0;
}

.page-top .breadcrumbs a {
  color: #adadad;
  display: inline-block;
  font-size: .8rem;
}

.page-top .breadcrumbs a span {
  margin: 0;
}

.page-top .breadcrumbs a:hover {
  color: #169fe6;
  text-decoration: none;
}

.page-top .breadcrumbs > span {
  display: inline-block;
  line-height: 59px;
  position: relative;
  padding: 0 33px 0 10px;
}

.page-top .breadcrumbs > span:first-of-type {
  padding-left: 0;
}

.page-top .breadcrumbs > span:after {
  content: "";
  background: url(../images/breadcrumb-separator.png) no-repeat;
  width: 18px;
  height: 59px;
  position: absolute;
  right: 0;
}

.page-top .breadcrumbs > span i {
  margin-right: 3px;
}

.page-top .breadcrumbs > span .current-item {
  color: #169fe6;
  font-size: .8rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.form-consult .form-group .form-control {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 17px;
  padding: 6px 15px;
  height: auto;
}

.form-consult .form-group .form-control:focus {
  border-color: #1c4a87;
  background: #fff;
  box-shadow: none;
}

.form-control {
  border-radius: 1px;
}

.form-consult .alert {
  top: 0px;
  right: 0px;
  position: relative;
}

.form-consult .wpcf7-form-control-wrap {
  display: block;
}

.form-consult .wpcf7-not-valid-tip {
  font-size: 13px;
  background: #e18b8b;
  color: #fff;
  padding: 5px;
}

.form-consult .form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-consult .form-group p {
  margin: 0;
}

.form-consult .form-group .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: -1px;
}

.form-consult .form-group .control-label {
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding-top: 7px;
  text-align: left;
}

.form-consult .form-group .control-label .req {
  color: #f38b95;
}

.form-consult .form-group .form-control {
  transition: .3s;
  height: 42px;
}

.form-consult .form-group .form-control.has-error {
  border-color: #a00808 !important;
}

.form-consult .form-group .form-control:focus {
  background: #fafafa;
}

.form-consult .form-group .form-icon-input {
  position: relative;
  border: 1px solid #000;
}

.form-consult .form-group .form-icon-input .form-control {
  border: none;
  padding-left: 55px;
  height: 40px;
}

.form-consult .form-group .form-icon-input .form-control.date-picker {
  padding: 3px 35px 3px 10px;
  padding-right: 35px;
  border: 1px solid #222;
  border-radius: 0;
  font-size: 14px;
  position: relative;
  z-index: 5;
  background: none;
}

.form-consult .form-group .form-icon-input .form-control.date-picker:focus {
  border-color: #8c8c8c;
  background: none;
}

.form-consult .form-group .form-icon-input .form-control.date-picker:focus + .icon {
  border-color: #8c8c8c;
}

.form-consult .form-group .form-icon-input .icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-consult .form-group textarea.form-control {
  height: 70px;
}

.form-consult div.wpcf7-response-output {
  font-size: 13px;
  margin: 10px 0;
  flex: 0 0 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.radio {
  margin: 0 0 5px 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.radio label.lbl {
  font-size: 15px;
  padding-left: 40px;
  flex: 1 0 210px;
}

.radio label.lbl:before {
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background: #fff;
  z-index: 1;
  transition: .3s;
}

.radio label.lbl:after {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 3px;
  background: #1c4a87;
  z-index: 2;
  transition: .3s;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.radio:hover:before {
  border-color: #1c4a87;
}

.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.radio input[type=radio]:checked ~ .lbl:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.radio .form-control {
  display: inline-block;
  margin: 0 0 0 25px;
  padding: 5px 10px;
  max-width: 300px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #000;
}

.radio textarea {
  padding-left: 8px !important;
}

.checkbox {
  margin: 0 0 5px 0;
}

.checkbox label {
  padding-left: 55px;
  min-height: 31px;
  white-space: normal;
  cursor: pointer;
  font-size: 14px;
}

.checkbox label span {
  min-height: 31px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.checkbox .txt {
  position: relative;
  line-height: 1;
}

.checkbox .txt a {
  text-decoration: underline;
}

.checkbox .txt a:hover {
  text-decoration: none;
}

.checkbox .txt:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 5px;
  z-index: 1;
  transition: .3s;
}

.checkbox .txt:after {
  content: "";
  width: 18px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 10px;
  z-index: 2;
  transition: .3s;
  transform: rotate(-55deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox input[type=checkbox]:checked ~ .txt:after {
  transform: rotate(-55deg) scale(1);
  opacity: 1;
  visibility: visible;
}

span.wpcf7-list-item {
  display: block;
  margin: 0 0 5px 0;
}

span.wpcf7-list-item label {
  padding-left: 45px;
  min-height: 31px;
  white-space: normal;
  cursor: default;
  font-size: 14px;
}

span.wpcf7-list-item label .wpcf7-list-item-label {
  min-height: 31px;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
}

span.wpcf7-list-item label .wpcf7-list-item-label a {
  margin-right: 5px;
}

span.wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -45px;
  z-index: 1;
  transition: .3s;
  cursor: pointer;
}

span.wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  width: 18px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -40px;
  z-index: 2;
  transition: .3s;
  transform: rotate(-55deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

span.wpcf7-list-item label input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

span.wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  transform: rotate(-55deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.form-consult {
  border-radius: 4px;
  background-color: #1a1a1a;
  user-select: none;
}

.form-consult .form-body {
  position: relative;
  padding: 14px 20px;
}

.form-consult .form-body .form-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  color: #1c4a87;
  font-weight: 400;
  transition: .3s;
  display: none;
}

.form-consult .form-body .form-close:hover {
  transform: scale(1.1);
}

.form-consult__text {
  color: #f9f9f9;
  margin: 0 0 20px 0;
}

.form-consult__text h3 {
  font-size: 20px;
  margin: 0;
}

.form-consult__text p {
  font-size: 15px;
  margin: 0;
}

.form-consult__text .old-price {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
}

.form-consult__text .old-price:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom: 2px solid #c03c3c;
  pointer-events: none;
  transform: rotate(-8deg);
}

.form-consult__row {
  display: flex;
  margin: 0 -8px;
}

.form-consult__row .form-inputs {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}

.form-consult__row .form-group {
  flex: 0 0 200px;
  margin: 0 8px;
}

.form-consult__row .form-group input {
  width: 100%;
  padding: 10px;
  height: 44px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff;
  font-size: 13px;
  color: #202020;
}

.form-consult__row .form-baton button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin: 0 15px 15px;
  border-radius: 50%;
  box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.25);
  border: none;
  background: #1c4a87;
  color: #e7e7e7;
  font-size: 20px;
  text-decoration: none;
  transition: .3s;
  user-select: none;
  margin: 0 8px;
}

.form-consult__row .form-baton button:hover {
  background: #13335d;
}

@media screen and (max-width: 767px) {
  .form-horizontal .form-group .control-label {
    font-size: 14px;
  }
  .form-horizontal .form-group .help {
    font-size: 14px;
  }
  .form-horizontal .form-group .info {
    font-size: 12px;
  }
  .form-horizontal .form-group .checkbox {
    margin: 0 0 5px 0;
  }
  .form-horizontal .form-group .checkbox label {
    font-size: 14px;
  }
  .form-horizontal .form-group .form-control {
    font-size: 15px;
    height: 32px;
    padding: 3px 10px;
  }
  .form-horizontal .form-bot .btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
  .form-consult {
    width: 100%;
  }
  .form-consult__row {
    margin: 0;
  }
  .form-consult .form-group {
    flex: 0 0 100%;
    margin: 0 0 10px 0;
  }
  .form-consult .form-group:last-of-type {
    margin: 0;
  }
  .form-consult .form-baton {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-consult .form-baton button {
    margin: 0 0 0 16px;
  }
}

.map-form {
  background: linear-gradient(90deg, #1c4a87 0%, #13335d 100%);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  color: #fff;
  padding: 20px 32px;
  width: 420px;
}

@media screen and (max-width: 766px) {
  .map-form {
    padding: 15px;
  }
}

.map-form__heading {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.map-form form {
  padding: 0;
}

.map-form form textarea,
.map-form form input[type=text],
.map-form form input[type=tel],
.map-form form input[type=email] {
  width: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.93);
  outline: none;
  transition: .3s;
}

.map-form form textarea:focus,
.map-form form input[type=text]:focus,
.map-form form input[type=tel]:focus,
.map-form form input[type=email]:focus {
  background: #e6e5e5;
}

.map-form form input[type=text],
.map-form form input[type=tel],
.map-form form input[type=email] {
  height: 48px;
  padding: 0 15px 0 25px;
}

.map-form form textarea {
  padding: 15px 15px 15px 25px;
  resize: none;
  height: 120px;
}

.map-form form .form-baton {
  display: flex;
  justify-content: flex-end;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .3s ease;
  display: none;
}

.modal-mask.shown {
  display: table;
}

.modal-mask .consultation-form .col-baton {
  text-align: right;
}

.modal-mask .consultation-form .col-baton input[type=submit] {
  max-width: 200px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #1c4a87;
  color: #1c4a87;
  transition: .3s;
  padding: 0 15px;
}

.modal-mask .consultation-form .col-baton input[type=submit]:hover {
  background: #1c4a87;
  color: #fff;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 60%;
  margin: 0px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

@media screen and (max-width: 991px) {
  .modal-container {
    width: 90%;
    padding: 20px 5px;
  }
}

.modal-header {
  border: 0;
}

.modal-header h3 {
  float: left;
  margin-top: 0;
  color: #1c4a87;
  width: 80%;
  font-weight: 300;
  font-size: 27px;
}

@media screen and (max-width: 991px) {
  .modal-header h3 {
    font-size: 24px;
    width: auto;
  }
}

.modal-body {
  margin: 0;
  padding: 0 10px;
}

.modal-default-button {
  float: right;
}

.modal-enter,
.modal-leave {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.close-modal-component {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.consultation form input {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 24px;
  padding: 0 15px 0 25px;
  background: rgba(219, 222, 222, 0.88);
  margin-bottom: 20px;
}

.consultation form textarea {
  width: 100%;
  max-width: 100%;
  height: 148px;
  max-height: 148px;
  border: none;
  border-radius: 24px;
  padding: 15px 15px 15px 25px;
  background: rgba(219, 222, 222, 0.88);
  margin-bottom: 20px;
  resize: none;
}

.consultation form button {
  width: 170px;
  line-height: 48px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 24px;
}

.error input:focus,
.error select:focus,
.error textarea:focus,
.error button:focus {
  box-shadow: 0 0 3px #CC0000;
}

.required {
  color: #CC0000;
}

.success input:focus,
.success select:focus,
.success textarea:focus,
.success button:focus {
  box-shadow: 0 0 5px #45903a;
}

.wpcf7-form .control-label {
  font-weight: 600;
  font-size: 18px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 10px;
}

.wpcf7-form-control-wrap textarea {
  height: 140px;
  resize: none;
}

.wpcf7-form .form-baton {
  text-align: right;
}

.wpcf7-form .form-baton .ajax-loader {
  float: left;
}

.wpcf7-form .form-baton .wpcf7-submit {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  border: none;
  padding: 8px 30px;
}

.wpcf7-form .form-baton .wpcf7-submit:hover {
  background: #1c4a87;
}

.pagination {
  justify-content: center;
}

.wp-pagenavi {
  text-align: center;
  margin: 30px 0;
}

.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  border: none;
  border-radius: 50%;
}

.wp-pagenavi span.current {
  background: #e8e8e8;
  color: #424242;
}

.wp-pagenavi a {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(85, 85, 85, 0.5);
}

.wp-pagenavi a.last, .wp-pagenavi a.first {
  border: none;
}

.wp-pagenavi a.last:hover, .wp-pagenavi a.first:hover {
  text-decoration: underline;
}

.wp-pagenavi a:hover {
  background: #555555;
  text-decoration: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  margin: 0 3px;
  padding: 4px 5px;
  width: 34px;
  text-align: center;
}
.wpcf7-form p {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}




@media screen and (max-width: 767px) {
  .wp-pagenavi .pages {
    display: none;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #3b474c;
  font-size: 14px;
  line-height: 1.4;
  overflow-x: hidden;
}

body .body-overlay {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease 0s;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

body.menu-opened .body-overlay {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1800;
}

.container {
  max-width: 1200px;
  width: 100%;
}

#main {
  min-height: calc(100vh - 406px);
  padding: 2rem 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  outline: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.bg-main {
  background: #fff;
  padding: 30px 0 60px 0;
}

@media screen and (max-width: 766px) {
  .bg-main {
    padding: 20px 0 30px 0;
  }
}

.section-heading {
  color: #1c4a87;
  margin: 1.25rem 0 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-heading h3 {
  text-align: center;
  font-weight: 300;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .section-heading h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 766px) {
  .section-heading h3 {
    font-size: 18px;
  }
}

.section-heading p {
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .section-heading p {
    font-size: 16px;
  }
}

@media screen and (max-width: 766px) {
  .section-heading p {
    font-size: 14px;
  }
}

.section-heading a {
  color: #169fe6;
  font-weight: bold;
}

.section-heading a i {
  margin-left: .5rem;
}

.section-content {
  padding: 2rem 0 4rem 0;
}

.page-title {
  font-size: 1.75rem;
  color: #1c4a87;
  margin: 0 0 1.25rem 0;
  text-transform: uppercase;
}

@media screen and (max-width: 766px) {
  .page-title {
    font-size: 1.5rem;
  }
}

.heading__border {
  flex: 0 0 340px;
  position: relative;
  max-width: 340px;
  border-top: 2px solid #d0d0d0;
}

.heading__border:before, .heading__border:after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: #d0d0d0;
  position: absolute;
  top: -5px;
  left: 0;
}

.heading__border:after {
  left: 28px;
}

.heading__border.rt:before {
  right: 0;
  left: auto;
}

.heading__border.rt:after {
  left: auto;
  right: 28px;
}

input,
textarea {
  outline: none;
}

button {
  outline: none !important;
  box-shadow: none !important;
}

.header-main {
  display: flex;
  padding: 1.25rem 0;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .header-main {
    display: block;
    padding: .5rem 0;
  }
}

.header-main .logo-container {
  /* flex: 1 0 340px; */
}

.header-main .logo-container a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1c4a87;
}

@media screen and (max-width: 991px) {
  .header-main .logo-container a {
    justify-content: center;
    display: block;
    text-align: center;
  }
}

.header-main .logo-container a span {
  display: block;
}

.header-main .logo-container a span img {
  max-width: 170px;
  margin-right: 1rem;
}

@media screen and (max-width: 991px) {
  .header-main .logo-container a span img {
    max-width: 160px;
    margin: 0;
  }
}

.header-main .logo-container a p {
  font: 1.25rem "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  max-width: 360px;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .header-main .logo-container a p {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}

.header-main .contact-header {
  flex: 0 0 380px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #939292;
  font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
  .header-main .contact-header {
    justify-content: center;
  }
}

.header-main .contact-header li {
  padding: 0 1.25rem;
  margin: auto 0;
  display: inline-block;
  border-right: 1px solid #dedede;
  text-align: right;
}
.header-main .contact-header li a {
	color: #939292;
}
@media screen and (max-width: 991px) {
  .header-main .contact-header li {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.header-main .contact-header li:last-of-type {
  padding-right: 0;
  border: none;
  display: flex;
  flex-direction: column;
}

.header-main .contact-header li:first-of-type {
  padding-left: 0;
}

.header-main .contact-header li strong {
  font-weight: 900;
  display: block;
  line-height: 1;
  color: #252379;
  margin-bottom: .25rem;
}

.header-main .contact-header li strong i {
  margin-right: .5rem;
  font-size: 1rem;
}

.navi {
  padding: 0;
  position: relative;
  z-index: 10;
}

.navi .navi-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navi .navi-main > li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 50px;
}

.navi .navi-main > li:before, .navi .navi-main > li:after {
  content: "";
  position: absolute;
  display: block;
}

.navi .navi-main > li:after {
  right: -25px;
  top: 1.45rem;
  height: 17px;
  width: 2px;
  background: #999;
}

.navi .navi-main > li:before {
  right: -25px;
  left: -25px;
  bottom: 0;
  height: 5px;
  background: #94c11e;
  transition: .3s;
  transform: scaleX(0);
}

.navi .navi-main > li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.navi .navi-main > li:last-of-type:after {
  display: none;
}

.navi .navi-main > li > a {
  font-size: 1rem;
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.3rem 0;
  transition: .2s;
  white-space: nowrap;
}

.navi .navi-main > li:hover:before {
  transform: scaleX(1);
}

.navi .navi-main > li:hover > a {
  color: #94c11e;
}

.navi .navi-main > li.current-menu-item > a {
  color: #94c11e;
}

.footer {
  background: #4d4d4d;
  color: #888888;
  padding: 2rem 0;
}

.footer a {
  color: #888;
}

.footer a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer .logo-footer {
    margin-bottom: 2rem;
	justify-content: center;
    display: flex;
  }
}

.footer .logo-footer img {
  width: 170px;
  height: auto;
}

.footer .heading-footer {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.footer .copyright {
	margin: 1.5rem 0 0;
	display: flex;
	justify-content: end;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-contacts li {
  margin-bottom: .5rem;
}

.footer .footer-contacts li i {
  margin-right: .5rem;
}

.footer .footer-contacts li a {
  font-size: 1rem;
}

.footer .footer-menu {
  font-weight: 300;
  font: 0.9rem "Roboto Condensed", sans-serif;
  line-height: 1.2;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.footer .soc-links {
    display: flex;
    width: 60%;
    margin-top: 15px;
    justify-content: space-between;;
}
.ft-soc {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media screen and (max-width: 766px) {
	.footer .soc-links {
		width: 100%;
		justify-content: space-around;
	}
}
.footer .soc-links a {
	font-size: 28px;
    margin-left: 8px;
    color: #d1d0d0;	
}

.footer .soc-links a:hover {
    color: #fff;	
}

@media screen and (max-width: 991px) {
  .footer .footer-menu {
    display: none;
  }
}

.footer .footer-menu li {
  padding: 0 1rem;
  border-right: 1px solid #888888;
}

.footer .footer-menu li:last-of-type {
  padding-right: 0;
  border: none;
}

.footer .footer-menu li a {
  font-weight: 300;
}

.scroll-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 40px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #252379;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateX(-100%);
}

.scroll-top i {
  color: #fff;
  transition: .3s;
}

.scroll-top:hover {
  background: #1c4a87;
  text-decoration: none;
  opacity: .8;
}

.scroll-top.shown {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.modal-dialog {
  width: 100%;
  max-width: 430px;
  margin: 10% auto;
}

.modal-content {
  border-radius: 0;
  padding: 25px 20px;
}

.modal-content .modal-header {
  color: #1c4a87;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0;
  border: none;
  margin: 0 0 20px 0;
}

.modal-content .modal-header p {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 10px 0;
}

.modal-content .modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  width: 34px;
  color: #9b9da5 !important;
}

.modal-content .modal-close:hover {
  color: #1c4a87 !important;
}

.modal-content .form-horizontal {
  max-width: 360px;
  margin: 0 auto 15px auto;
}

.modal-content .form-horizontal .form-baton .btn {
  display: block;
  width: 100%;
  max-width: 240px;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.modal-open,
  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    padding-right: 0;
  }
  .modal-dialog {
    max-width: 90% !important;
  }
  .modal-content {
    padding: 20px;
  }
  .modal-content .form-top {
    font-size: 22px;
    line-height: 29px;
  }
  .modal-content .form-name {
    font-size: 18px;
    line-height: 24px;
  }
}

.home-container {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.5rem;
}

.home-text {
  display: flex;
  margin-bottom: 0px;
}

@media screen and (max-width: 766px) {
  .home-text {
    display: block;
  }
}

.home-text .post {
  flex: 1 1 auto;
  margin: 3rem 0;
}

.home-text__image {
  flex: 0 0 460px;
  margin-left: 1rem;
}

@media screen and (max-width: 766px) {
  .home-text__image {
    display: none;
  }
}

.box-icon {
  padding-top: 2rem;
}

.box-icon .icon-container {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.box-icon .icon-container .icon-shape {
  width: 64px;
  height: 64px;
  font-size: 3rem;
  line-height: 64px;
  border-radius: 8px;
  background-color: #169fe6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-icon .title-box {
  font-weight: 700;
  color: #1c4a87;
  text-align: center;
}

.box-icon p {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}

.post-container {
  border-top: 1px solid #e0e0e0;
}

.post-list {
  display: flex;
  margin: 0 -1rem;
}

.post-list .post-item {
  margin: 0 1rem 2rem 1rem;
  flex: 0 0 calc(33.333% - 2rem);
}

.post-list .post-item__image {
  height: 180px;
  margin-bottom: 2rem;
}

.post-list .post-item__image img {
  object-fit: contain;
  border-radius: 5px;
  height: 100%;
}

.post-list .post-item .post-date {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .post-list .post-item .post-date {
    margin-bottom: .5rem;
  }
}

.post-list .post-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c4a87;
}

.post-list .post-item p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
}

.post-list .post-item .button-link i {
  margin-left: .5rem;
}

.contacts-main {
  margin-bottom: 20px;
  font-size: 18px;
    margin-bottom: 40px;
    font-size: 18px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.cont-item, .cont-item a {
    margin: 10px 30px;
    font-size: 16px;
    text-decoration: none;
    color: #3b474c;
}
.cont-item a {
	margin-left: 0px;
}
.cont-item i {
	margin: 0 5px 0 0;
}
.cont-info {
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}


.contacts-main img {
  display: block;
  margin-bottom: 15px;
}

.contacts-main p {
  margin-bottom: 15px;
}

.contacts-main a {

}

.contacts-main a:hover {
  text-decoration: none;
}

.contacts-form-title {
  font-size: 1.25rem;
  margin: .5rem 0 1.25rem 0;
  padding-bottom: .5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #1c4a87;
}

.vendor-container {
  background: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
}

.vendors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.vendor-item {
  flex: 0 0 20%;
  margin: 0 -1px -1px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 1.25rem 2rem;
  text-align: center;
  transition: .3s;
}

.vendor-item.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .vendor-item {
    flex: 0 0 33.333%;
  }
}

@media screen and (max-width: 766px) {
  .vendor-item {
    flex: 0 0 50%;
    padding: .5rem .75rem;
  }
}

.vendor-item a {
  display: block;
  color: #1c4a87;
}

.vendor-item__image {
  height: 90px;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 766px) {
  .vendor-item__image {
    flex: 0 0 50%;
    padding: 0 .75rem;
  }
}

.vendor-item__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.vendor-item__name {
  font: 1.5rem "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: none;
}

.vendor-item:hover {
  background: #f2f2f2;
}

.vendor-item:hover a {
  color: #169fe6;
  text-decoration: none;
}

.me-panel {
  color: #fff;
  border-radius: 6px;
  background: #169fe6;
  position: relative;
  padding: 28px 30px 29px;
  box-shadow: 0px 3px 0px 0px #f7f7f7;
  margin-bottom: 28px;
  position: sticky;
  top: 30px;
}

.me-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #fff #fff #1c4a87 #1c4a87;
  width: 0;
  border-bottom-left-radius: 5px;
}

.me-panel h3 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

.me-panel h3 i {
  margin-right: .5rem;
}

.me-panel a {
  color: #fff;
}

.me-panel ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}

.me-panel ul li {
  margin-bottom: .5rem;
  padding-left: .75rem;
}

.me-panel ul li::marker {
  content: "\f56d";
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #fff;
  margin-right: .5rem;
}

.me-panel ul li a {
  display: block;
  color: #fff;
}

.services-list-contianer {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}

.services-list-contianer .services-inner {
  padding-top: 3rem;
  margin-bottom: 2rem;
}

.services-list-contianer .services-inner:first-of-type {
  padding-top: 0;
}

.services-list-contianer .services-list {
  position: relative;
}

.services-list-contianer .services-list:before {
  content: "";
  background: #e4e4e4;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 100px;
}

@media screen and (max-width: 766px) {
  .services-list-contianer .services-list:before {
    left: 67px;
  }
}

.services-list-contianer .services-list:after {
  content: "";
  background: #e4e4e4;
  height: 17px;
  width: 17px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 93px;
}

@media screen and (max-width: 766px) {
  .services-list-contianer .services-list:after {
    left: 60px;
  }
}

.services-list-contianer .services-list > i {
  font-size: 3rem;
  opacity: 0.7;
  color: #169fe6;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 766px) {
  .services-list-contianer .services-list > i {
    font-size: 2.5rem;
  }
}

.services-list-contianer .services-list .service-list-information {
  margin-left: 150px;
}

@media screen and (max-width: 766px) {
  .services-list-contianer .services-list .service-list-information {
    margin-left: 90px;
  }
}

.services-list-contianer .services-list .service-list-information > h4 {
  font-weight: bold;
  color: #1c4a87;
  font-size: 1.25rem;
}

.vendor-info {
  margin-bottom: 1rem;
}

.vendor-info__image {
  margin-bottom: 1rem;
  padding: .5rem;
  background: #fff;
  border-radius: 6px;
}

.vendor-info__image img {
  width: 100%;
}

.vendor-info__name {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 2rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #72aee6;
}

.vendor-support {
  position: relative;
  padding-left: 25px;
}

.vendor-support i {
  position: absolute;
  left: 0;
  top: 3px;
}

.vendor-support h3 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 .75rem 0;
}

.vendor-support h3 i {
  margin-right: .5rem;
}

.vendor-support p {
  margin: 0;
}

.vendor-support a {
  color: #fff;
}

#library {
  padding-top: 4rem;
}

.article-list .me-artice {
  padding-top: 1rem;
  display: flex;
}

@media screen and (max-width: 766px) {
  .article-list .me-artice {
    display: block;
  }
}

.me-artice {
  margin-bottom: 3rem;
  position: relative;
}

.me-artice .post-image {
  flex: 0 0 140px;
}

@media screen and (max-width: 766px) {
  .me-artice .post-image {
    margin-bottom: 1rem;
  }
}

.me-artice .post-image img {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.me-artice .post-image + .blog-container {
  margin-left: 30px;
}

@media screen and (max-width: 766px) {
  .me-artice .post-image + .blog-container {
    margin-left: 0;
  }
}

.me-artice .post-date {
  color: #1c4a87;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.me-artice .post-date i {
  margin-right: .5rem;
}

.me-artice .blog-information {
  width: 85px;
  min-height: 90px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 766px) {
  .me-artice .blog-information {
    width: 65px;
    min-height: 70px;
  }
}

.me-artice .date-blog-information {
  font-size: 2.75rem;
  font-weight: 300;
  color: #a3a3a3;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (max-width: 766px) {
  .me-artice .date-blog-information {
    font-size: 1.75rem;
  }
}

.me-artice .date-blog-information span {
  font-size: 1rem;
  color: #fff;
  display: block;
  background: #169fe6;
  margin: 0 -1px;
  padding: .25rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 766px) {
  .me-artice .date-blog-information span {
    font-size: .8rem;
  }
}

.me-artice .blog-container {
  margin-left: 120px;
}

@media screen and (max-width: 766px) {
  .me-artice .blog-container {
    margin-left: 90px;
  }
}

.me-artice .blog-container a {
  color: #1c4a87;
}

.me-artice .blog-container a:hover {
  color: #169fe6;
}

.me-artice .blog-container > .button {
  color: #169fe6;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.me-artice .blog-container > .button i {
  margin-left: .5rem;
}

.me-artice .blog-container > .button:hover {
  text-decoration: none;
  color: #1c4a87;
}

.me-artice .blog-container .post-title {
  font-size: 23px;
  font-weight: bold;
}

.me-artice .blog-container p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.me-artice .blog-more {
  text-align: center;
  position: relative;
  flex: 0 0 100%;
}

.me-artice .blog-more:before {
  content: "";
  background: #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.me-artice .blog-more .button-more {
  display: inline-block;
  background: #fff;
  position: relative;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 2;
}

.me-artice .blog-more .button-more .button {
  display: inline-block;
  padding: .5rem 1rem;
  position: relative;
  margin-bottom: 0;
  z-index: 2;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  background: #169fe6;
  color: #fff;
  transition: .3s;
}

.me-artice .blog-more .button-more .button i {
  margin-left: 5px;
}

.me-artice .blog-more .button-more .button:hover {
  background: #127fb7;
  text-decoration: none;
}

.alphabet {
  text-align: center;
  margin-bottom: 3rem;
}

.alphabet .btn {
  display: inline-block;
  padding: .2rem .5rem;
  margin: 0 .2rem .2rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #d9d9d9;
  transition: .3s;
}

.alphabet .btn:hover {
  background: #c0bfbf;
}

.alphabet .btn.active {
  background: #169fe6;
  color: #fff;
}

.alphabet span {
  margin: 0 1.5rem;
}

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


/* search */
.top-search {
	margin: 15px 20px;
	width: 100%;
	display: inline;
}
.search-field {
	width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.search-submit {
    position: absolute;
    right: 0px;
	top: 7px;
    border: 0px;
    background: unset;
    
}
.search-submit i {
	font-size: 26px;
    color: #ccc;
}

.sl {
	height: auto;
}
	
.sl-item {
	position: relative;
	height: auto;
	overflow: hidden;
}
.sl .slick-slide {
   height:auto;
}

.sl-item img {
		object-fit: cover;
		width: 100%;
		height: auto;
}
.sl-item__content {	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -90px;
	background: rgba(255,255,255,0.7);
    width: 720px;
	min-height: 180px;
    border: solid #79a0b7 10px;
    text-align: center;
    padding: 20px;
}
.sl-item-name {
	font-size: 38px;
	font-weight: bold;
	line-height: 42px;
	color: #062c4c;
	margin-bottom: 15px;
}
.sl-item-text {
	font-size: 14px;
	color:#666;
	letter-spacing: 3px;
}

.slick-arrow {
	position: absolute;
	z-index: 10;	
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0,0,0,0.10);
	color: #fff;
    font-size: 35px;
    border: none;
	transition:.3s;
}
.slick-arrow {
    background: rgba(0,0,0,0.20);
}

.slick-next  {
	right: 15px;
}
.slick-prev  {
	left: 15px;
}


@media screen and (max-width: 767px) {
	.sl {
		height: auto;
	}
		
	.sl-item {
		height: auto;
	}
	.sl .slick-slide {
	   height:auto;
	}
.sl-item__content {	
	margin-left: auto;
	margin-top: auto;
    width: auto;
	right: 10%;
	left: 10%;
	top: 20%;
	height: auto;
    padding: 10px;
}
.sl-item-name {
	font-size: 18px;
	line-height: 1.3;
}
.slick-arrow {
	display: none !important;
}
}

.tbl-ans {
	margin: 30px 0;
}
.tbl-ans thead {
	background: #3c4d8f;
    color: #fff;
    font-weight: bold;
	border-bottom: 3px solid #c4c4c4;
}

.breadcrumb {
	
}
.breadcrumb span {
	font-size: 14px;
    margin: 0 3px;
}


.contant_form .form_section {
	max-width: 720px;
	margin: 30px auto;
}
.wpcf7 {
    display: flex;
    justify-content: center;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.contant_form p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
	display: flex;
    align-items: center;
}
.wpcf7-form > p > label {
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form-control {
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    background: #fff;
    border: 1px solid #c5c5c5;
    padding: 10px;
}
.wpcf7-form-control-wrap textarea {
    height: 140px;
    resize: none;
}
.wpcf7-form-control {
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.wpcf7-submit {
    padding: 12px 25px !important;
    display: inline-block;
    font-size: 18px;
    background: #252379;
    color: #fff;
    width: 70% !important;
    min-width: 200px;
    position: relative;

}
.wpcf7-form {
	width: 500px;
}
.line-t {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.link-more {
	display: none;
}


.article-img img {
	box-shadow: 0 0 10px -3px #ccc;
    border: solid #fff 10px;
	width: 100%;
}

.side_bar_service {
	margin: 30px 0;
}
.recent_post-service {
	
}
.recent_post-service ul {
	list-style: none;
    padding: 0 0 0 0;
}
.recent_post-service ul li {
	
}
.recent_post-service ul li a {
	display: flex;
    padding: 10px 15px;
    background: #3c4d8f;
    color: #fff;
    margin: 2px 0 0 0;
}
.recent_post-service ul li a:hover {
    background: #252379;
    text-decoration: none;
}

.side_bar_blog {
	margin: 30px 0;
    background: #e9ecef;
    padding: 10px;
}

.recent_post ul {
	list-style: none;
    padding: 0 0 0 0;
}

.recent_post ul li a{
	display: flex;
    padding: 10px 15px;
    color: #212529;
    margin: 2px 0 0 0;
}
.recent_post ul li a:hover  {

}

.service-descr {
    background: #e9ecef;
    padding: 40px 0;
	text-align: justify;
	border-top: 10px solid #f5f5f5;
}	



.list-service .post-title a {
	font-size: 20px;
	margin-bottom: 5px;
}
.list-service .post-title .post-text {
	margin-left: 20px;
}

.h-graf {
	position: absolute;
    right: 0px;
    bottom: 14px;
    font-size: 16px;
	color: #939292;
}




/*------------------------------------------------------------------
		18. INNER ALL CSS
-------------------------------------------------------------------*/
.service_blog_inner {
	margin-bottom: 25px;
	text-align: center;
}
.service_blog_inner .icon img {
	width: 65px;
	margin-bottom: 10px;
}
.service_blog_inner .icon {
	text-align: center;
}


.service_blog_inner .icon i {
	font-size: 65px;
}


.service_blog_inner h4 {
    font-weight: 500;
    font-size: 25px;
    color: #252379;
}

.service_blog_inner p{
	font-size: 14px;
}


/* search */

.article-list .me-artice_search {
  padding-top: 1rem;
  display: flex;
}

@media screen and (max-width: 766px) {
  .article-list .me-artice_search {
    display: block;
  }
}

.me-artice_search {
  margin-bottom: 3rem;
  position: relative;
}

.me-artice_search .post-image {
  flex: 0 0 140px;
}

@media screen and (max-width: 766px) {
  .me-artice_search .post-image {
    margin-bottom: 1rem;
  }
}

.me-artice_search .post-image img {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.me-artice_search .post-image + .blog-container {
  margin-left: 30px;
}

@media screen and (max-width: 766px) {
  .me-artice_search .post-image + .blog-container {
    margin-left: 0;
  }
}

.me-artice_search .post-date {
  color: #1c4a87;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.me-artice_search .post-date i {
  margin-right: .5rem;
}

.me-artice_search .blog-information {
  width: 85px;
  min-height: 90px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 766px) {
  .me-artice_search .blog-information {
    width: 65px;
    min-height: 70px;
  }
}

.me-artice_search .date-blog-information {
  font-size: 2.75rem;
  font-weight: 300;
  color: #a3a3a3;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (max-width: 766px) {
  .me-artice_search .date-blog-information {
    font-size: 1.75rem;
  }
}

.me-artice_search .date-blog-information span {
  font-size: 1rem;
  color: #fff;
  display: block;
  background: #3c4d8f;
  margin: 0 -1px;
  padding: .25rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 766px) {
  .me-artice_search .date-blog-information span {
    font-size: .8rem;
  }
}

.me-artice_search .blog-container {
  margin-left: 120px;
}

@media screen and (max-width: 766px) {
  .me-artice_search .blog-container {
    margin-left: 90px;
  }
}

.me-artice_search .blog-container a {
  color: #1c4a87;
}

.me-artice_search .blog-container a:hover {
  color: #169fe6;
}

.me-artice_search .blog-container > .button {
  color: #169fe6;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.me-artice_search .blog-container > .button i {
  margin-left: .5rem;
}

.me-artice_search .blog-container > .button:hover {
  text-decoration: none;
  color: #1c4a87;
}

.me-artice_search .blog-container .post-title {
  font-size: 23px;
  font-weight: bold;
}

.me-artice_search .blog-container p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.me-artice_search .blog-more {
  text-align: center;
  position: relative;
  flex: 0 0 100%;
}

.me-artice_search .blog-more:before {
  content: "";
  background: #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.me-artice_search .blog-more .button-more {
  display: inline-block;
  background: #fff;
  position: relative;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 2;
}

.me-artice_search .blog-more .button-more .button {
  display: inline-block;
  padding: .5rem 1rem;
  position: relative;
  margin-bottom: 0;
  z-index: 2;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  background: #3c4d8f;
  color: #fff;
  transition: .3s;
}

.me-artice_search .blog-more .button-more .button i {
  margin-left: 5px;
}

.me-artice_search .blog-more .button-more .button:hover {
  background: #252379;
  text-decoration: none;
}

.section-chatbot {
	display: flex;
    justify-content: center;
}
.section-chatbot a {
	max-width: 300px;
    margin: 0 20px;
}
.section-chatbot img {

}


