<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  position: relative;
  z-index: 9;
}
header .top-header-info {
  text-align: center;
  padding: 10px 0;
  background-color: #efefef;
}
@media (max-width: 1024px) {
  header .top-header-info {
    padding: 5px 0;
  }
}
header .top-header-info .row {
  width: 1680px;
}
header .top-header-info p {
  padding: 0;
}
@media (max-width: 1024px) {
  header .top-header-info p {
    font-size: 14px;
  }
}
header .top-header-info p em {
  font-style: italic;
}
header .top-header-info p em a {
  font-style: italic;
  font-size: 18px;
}
header .header-top {
  background: #032030;
  padding: 10px 0;
}
header .header-top .row {
  width: 1680px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header .header-top .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
header .header-top .soc-items {
  margin-right: 15px;
}
header .header-top .soc-items a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 1024px) {
  header .header-top .soc-items a {
    margin: 0 5px;
  }
}
header .header-top .soc-items a:hover {
  color: #fcbf00;
}
header .header-top .claims_btn {
  margin-right: 10px;
}
header .header-bottom {
  padding: 24px 0 34px;
  background: #fff;
}
@media (max-width: 1024px) {
  header .header-bottom {
    padding: 15px 0 15px;
  }
}
header .header-bottom .row {
  width: 1680px;
}
@media (max-width: 1400px) {
  header .header-bottom .logo-header {
    width: 400px;
  }
}
@media (max-width: 1280px) {
  header .header-bottom .logo-header {
    width: 290px;
  }
}
@media (max-width: 1280px) {
  header .header-bottom .logo-header {
    width: 290px;
  }
}
@media (max-width: 1024px) {
  header .header-bottom .logo-header {
    width: auto;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
	header .header-bottom .logo-header{
		padding: 0px 10px;
	}
	.blog-block{
	    padding: 40px 10px;
	}
	.bio {
		padding: 40px 10px 20px;
	}  
}

@media (max-width: 1024px) {
  header .header-bottom .header-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
header .header-bottom .header-menu .phone-search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header .header-bottom .header-menu .phone-search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
header .header-bottom .header-menu .phone-search .header-phone {
  color: #123b63;
  font-size: 34px;
  font-family: 'Roboto';
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  margin-right: 35px;
}
@media (max-width: 1024px) {
  header .header-bottom .header-menu .phone-search .header-phone {
    font-size: 28px;
  }
}
header .header-bottom .header-menu .phone-search .header-phone:before {
  content: "\f3cd";
  font-family: 'fontawesome-solid';
  font-size: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  color: #3173e0;
}
header .header-bottom .header-menu .phone-search .header-phone:hover {
  color: #4c8a9c;
}
header .header-bottom .header-menu nav &gt; ul &gt; li {
  margin-left: 60px;
  position: relative;
}
@media (max-width: 1400px) {
  header .header-bottom .header-menu nav &gt; ul &gt; li {
    margin-left: 25px;
  }
}
header .header-bottom .header-menu nav &gt; ul &gt; li:first-child {
  margin-left: 0;
}
header .header-bottom .header-menu nav &gt; ul &gt; li &gt; a {
  font-family: 'Roboto';
  font-weight: 700;
  color: #123b63;
  text-transform: uppercase;
  font-size: 18px;
}
header .header-bottom .header-menu nav &gt; ul &gt; li &gt; a:hover {
  color: #4c8a9c;
}
header .header-bottom .header-menu nav &gt; ul &gt; li &gt; ul.sub-menu {
  background: #e9e9e9;
  width: 250px;
  position: absolute;
  top: 180%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-bottom .header-menu nav &gt; ul &gt; li &gt; ul.sub-menu &gt; li {
  border-bottom: 1px solid #c0c0c0;
}
header .header-bottom .header-menu nav &gt; ul &gt; li &gt; ul.sub-menu &gt; li &gt; a {
  font-family: 'Roboto';
  font-weight: 600;
  color: #123b63;
  font-size: 16px;
  padding: 20px 18px;
  display: block;
}
header .header-bottom .header-menu nav &gt; ul &gt; li &gt; ul.sub-menu &gt; li &gt; a:hover {
  color: #4c8a9c;
}
header .header-bottom .header-menu nav &gt; ul &gt; li:last-child &gt; ul.sub-menu {
  left: auto;
  right: 0;
}
header .header-bottom .header-menu nav &gt; ul li.menu-item-has-children:hover:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background: transparent;
}
header .header-bottom .header-menu nav &gt; ul li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.claims_btn {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  padding: 8px 15px 8px 55px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  background: rgba(247, 30, 53, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .claims_btn {
    font-size: 0;
    padding: 25px 25px 25px 25px;
  }
}
.claims_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 11px;
  background: url(../img/icon_1_h.png);
  width: 32px;
  height: 30px;
}
.claims_btn:hover {
  color: #fff;
  background: rgba(247, 30, 53, 0.7);
}
.pay_btn {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  padding: 8px 15px 8px 55px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  background: rgba(40, 181, 115, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .pay_btn {
    font-size: 0;
    padding: 25px 25px 25px 25px;
  }
}
.pay_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 11px;
  background: url(../img/icon_2_h.png);
  width: 38px;
  height: 28px;
}
@media (max-width: 1024px) {
  .pay_btn:before {
    left: 8px;
  }
}
.pay_btn:hover {
  color: #fff;
  background: rgba(40, 181, 115, 0.7);
}
.top-footer {
  position: relative;
}
.top-footer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: #032030;
  z-index: 0;
}
.text_footer{
	color:#929292;
}
@media (max-width: 1024px) {
  .top-footer:before {
    display: none;
  }
}
.top-footer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #08283a;
  z-index: 0;
}
@media (max-width: 1024px) {
  .top-footer:after {
    display: none;
  }
}
.top-footer .row {
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-footer .row {
    max-width: 100%;
  }
}
.top-footer .f-left {
  padding: 50px 90px 50px 0;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .top-footer .f-left {
    text-align: center;
    padding: 40px 20px 20px 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: #08283a;
  }
}
.top-footer .f-left .logo_foot {
  display: inline-block;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .top-footer .f-left .logo_foot {
    margin-bottom: 35px;
  }
}
.top-footer .f-left .soc-footer {
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .top-footer .f-left .soc-footer {
    margin-bottom: 30px;
    display: block;
  }
}
.top-footer .f-left .soc-footer .soc-items {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .top-footer .f-left .soc-footer .soc-items {
    margin: 0 0 30px;
  }
}
.top-footer .f-left .soc-footer .soc-items a {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: 'fontawesome-brands';
  position: relative;
  opacity: 1;
}
.top-footer .f-left .soc-footer .soc-items a:before {
  color: #fff;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-footer .f-left .soc-footer .soc-items a.fa-facebook-f {
  background: #3b5998;
}
.top-footer .f-left .soc-footer .soc-items a.fa-twitter {
  background: #55acee;
}
.top-footer .f-left .soc-footer .soc-items a.fa-linkedin {
  background: #0270ad;
}
.top-footer .f-left .soc-footer .soc-items a.fa-instagram {
  background: pink;
}
.top-footer .f-left .soc-footer .soc-items a.fa-youtube {
  background: #e10404;
}
.top-footer .f-left .soc-footer .soc-items a:hover {
  opacity: 0.6;
}
.top-footer .f-left .logotypes {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .top-footer .f-left .logotypes {
    display: block;
  }
}
@media (max-width: 1024px) {
  .top-footer .f-left .logotypes .logo {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .top-footer .f-left .logotypes .logo img {
    display: inline-block;
  }
}
.top-footer .f-left &gt; p {
  color: #929292;
  font-size: 14px;
}
.top-footer .f-right {
  padding: 43px 0 50px 130px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .top-footer .f-right {
    padding: 40px 20px 20px 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: #032030;
  }
}
.top-footer .offices-items-wrap &gt; p {
  color: #929292;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .top-footer .offices-items-wrap &gt; p {
    text-align: center;
  }
}
.top-footer .offices-items-wrap &gt; p strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.top-footer .offices-items-wrap .offices-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5%;
  width: 105%;
}
.top-footer .offices-items-wrap .offices-items &gt; * {
  width: 28.3333333333%;
  margin: 0 2.5% 1.3333333333em;
}
@media (max-width: 1023px) {
  .top-footer .offices-items-wrap .offices-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .top-footer .offices-items-wrap .offices-items &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 1023px) {
  .top-footer .offices-items-wrap .offices-items .offices-item {
    text-align: center;
  }
}
.top-footer .offices-items-wrap .offices-items .offices-item &gt; p {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  padding: 0;
}
@media (max-width: 1023px) {
  .top-footer .offices-items-wrap .offices-items .offices-item &gt; p {
    text-align: center;
  }
}
.top-footer .offices-items-wrap .offices-items .offices-item &gt; p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
}
.bottom-footer {
  padding: 28px 0;
}
@media (max-width: 1024px) {
  .bottom-footer .footet-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.bottom-footer .footet-menu .main_nav {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .bottom-footer .footet-menu .main_nav ul {
    display: block;
  }
}
.bottom-footer .footet-menu .main_nav ul li {
  margin: 0 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .bottom-footer .footet-menu .main_nav ul li {
    text-align: center;
    margin: 0px;
  }
}
.bottom-footer .footet-menu .main_nav ul li:first-child {
  margin-left: 0;
}
.bottom-footer .footet-menu .main_nav ul li:last-child:before {
  display: none;
}
.bottom-footer .footet-menu .main_nav ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -20px;
  width: 1px;
  height: 14px;
  background: #b9b9b9;
}
@media (max-width: 1024px) {
  .bottom-footer .footet-menu .main_nav ul li:before {
    display: none;
  }
}
.bottom-footer .footet-menu .main_nav ul li a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #032030;
}
@media (max-width: 1024px) {
  .bottom-footer .footet-menu .main_nav ul li a {
    display: inline-block;
  }
}
.bottom-footer .footet-menu &gt; p {
  color: #929292;
  font-size: 14px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .bottom-footer .footet-menu &gt; p {
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .bottom-footer .footer-logo {
    flex-basis: 100%;
    text-align: center;
  }
}
.top-block {
  min-height: 500px;
  background: #032030;
}
.top-block &gt; div {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .top-block &gt; div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .top-block .top-block-left {
    height: auto;
  }
}
.top-block .top-block-left img {
  width: 100%;
  height: 100%;
/*   object-fit: cover; */
}
.top-block .top-block-right &gt; div {
  padding: 20px 150px 0px 80px;
}
@media (max-width: 1024px) {
  .top-block .top-block-right &gt; div {
    padding: 40px 20px 0 20px;
  }
  .top-block .top-block-right &gt; div * {
    text-align: center !important;
  }
}
.top-block h1 {
  color: #fff;
}
.info_blocks {
  background: #f0f0f0;
  padding: 54px 0 44px 0;
  overflow: hidden;
}
.info_blocks .info_blocks_items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.info_blocks .info_blocks_items &gt; * {
  width: 11.5%;
  margin: 0 0.5% 0.5625em;
}
@media (max-width: 1024px) {
  .info_blocks .info_blocks_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .info_blocks .info_blocks_items &gt; * {
    width: 24%;
    margin: 0 0.5% 0.625em;
  }
}
@media (max-width: 767px) {
  .info_blocks .info_blocks_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5%;
    width: 105%;
  }
  .info_blocks .info_blocks_items &gt; * {
    width: 45%;
    margin: 0 2.5% 3.75em;
  }
}
.info_blocks .info_blocks_items .info_blocks_item {
  position: relative;
  top: 0px;
  min-height: 151px;
  padding: 20px 10px 23px 10px;
  border-radius: 10px;
  border: 4px solid #f5f5f5;
  -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.11);
  background: #11a0f5;
  background: -moz-linear-gradient(top, #11a0f5 0%, #3272df 100%);
  background: -webkit-linear-gradient(top, #11a0f5 0%, #3272df 100%);
  background: linear-gradient(to bottom, #11a0f5 0%, #3272df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11a0f5', endColorstr='#3272df',GradientType=0);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .info_blocks .info_blocks_items .info_blocks_item {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 375px) {
  .info_blocks .info_blocks_items .info_blocks_item {
    min-height: 112px;
  }
}
.info_blocks .info_blocks_items .info_blocks_item div {
  height: 70px;
  position: relative;
  margin: 0 0 20px 0;
}
@media (max-width: 375px) {
  .info_blocks .info_blocks_items .info_blocks_item div {
    height: 55px;
    position: relative;
    margin: 0 0 15px 0;
  }
}
.info_blocks .info_blocks_items .info_blocks_item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.info_blocks .info_blocks_items .info_blocks_item span {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}
.info_blocks .info_blocks_items .info_blocks_item:hover {
  top: -10px;
}
.text_info_table {
  padding: 90px 0 75px;
}
@media (max-width: 1024px) {
  .text_info_table {
    padding: 40px 0 20px;
  }
}
.text_info_table .text_table {
  padding-bottom: 30px;
}
.text_info_table .info_table_left {
  -webkit-flex-basis: 36%;
  -moz-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}
@media (max-width: 1024px) {
  .text_info_table .info_table_left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.text_info_table .info_table_left ul li {
  padding: 0 0 0 47px;
  margin-bottom: 37px;
  position: relative;
}
.text_info_table .info_table_left ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 26px;
  height: 19px;
  background: url(../img/ch.png);
}
.text_info_table .info_table_left ul li strong {
  font-size: 24px;
  padding-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .text_info_table .info_table_left p .btn-blue {
    margin: 0 auto 10px;
    display: block;
    max-width: 207px;
  }
}
.text_info_table .info_table_right {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
@media (max-width: 1024px) {
  .text_info_table .info_table_right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.text_info_table .info_table_right table {
  border-radius: 10px;
  text-align: left;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .text_info_table .info_table_right table {
    display: none;
  }
}
.text_info_table .info_table_right table thead {
  background: #3370de;
}
.text_info_table .info_table_right table thead th {
  border-top: 6px solid #2159be;
  color: #fff;
  padding: 20px 17px;
}
.text_info_table .info_table_right table tbody td {
  padding: 15px 20px;
  background: #f5f9fd;
}
.text_info_table .info_table_right table.table_mobile {
  display: none;
  border-collapse: collapse;
}
.text_info_table .info_table_right table.table_mobile tbody td {
  background: transparent;
  border: 1px solid #e5eef8;
}
.text_info_table .info_table_right table.table_mobile .alignleft, .text_info_table .info_table_right table.table_mobile .aligncenter, .text_info_table .info_table_right table.table_mobile .alignright {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .text_info_table .info_table_right table.table_mobile {
    display: block;
  }
}
.text_info_table .info_table_right &gt; p strong {
  color: #3370de;
}
.call-to-action-button {
  background: url(../img/call-to-action-button.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .call-to-action-button {
    padding: 50px 0 50px;
  }
}
.call-to-action-button .row {
  width: 1220px;
}
.call-to-action-button h2 {
  color: #fff;
}
.call-to-action-button figure {
  width: 157px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .call-to-action-button figure {
    margin: 0 auto 20px;
  }
}
.call-to-action-button .call-one {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .call-to-action-button .call-one {
    flex-basis: 100%;
    display: block;
    text-align: center;
  }
}
.call-to-action-button .call-one .btn {
  margin: 0;
  background: rgba(247, 30, 53, 1);
  color: #fff;
}
.call-to-action-button .call-one .btn:hover {
  background: rgba(247, 30, 53, 0.8);
}
.call-to-action-button .hr {
  width: 1px;
  height: 200px;
  background: #3f6780;
}
@media (max-width: 1024px) {
  .call-to-action-button .hr {
    height: 1px;
    width: 100%;
    margin: 35px 0;
  }
}
.call-to-action-button .call-two {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .call-to-action-button .call-two {
    flex-basis: 100%;
    display: block;
    text-align: center;
  }
}
.call-to-action-button .call-two .btn {
  margin: 0;
  background: rgba(40, 181, 115, 1);
  color: #fff;
}
.call-to-action-button .call-two .btn:hover {
  background: rgba(40, 181, 115, 0.8);
}
.blog-block {
  background: #fff;
  padding: 90px 0 160px;
}
@media (max-width: 1024px) {
  .blog-block {
    padding: 40px 0;
  }
}
.blog-block .blog-title {
  text-align: center;
}
.blog-items.mySwiper, .search-filter-results.mySwiper {
  padding-bottom: 60px;
}
.blog-items.mySwiper .swiper-pagination-bullet, .search-filter-results.mySwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d5d5d5;
}
.blog-items.mySwiper .swiper-pagination-bullet-active, .search-filter-results.mySwiper .swiper-pagination-bullet-active {
  background: #bbb;
}
.blog-items .blog-item .thumb, .search-filter-results .blog-item .thumb {
  display: block;
  height: 282px;
  margin-bottom: 40px;
}
.blog-items .blog-item .thumb img, .search-filter-results .blog-item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-items .blog-item .info .blog-item-date, .search-filter-results .blog-item .info .blog-item-date {
  color: #757575;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.blog-items .blog-item .info .blog-item-title, .search-filter-results .blog-item .info .blog-item-title {
  color: #032030;
  font-weight: 900;
  line-height: 28px;
  display: block;
  margin-bottom: 25px;
}
.read-full {
  color: #032030;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  position: relative;
  padding-right: 25px;
  line-height: 1;
}
.read-full:before {
  content: "\f138";
  font-family: 'fontawesome-solid';
  font-size: 15px;
  color: #3370de;
  position: absolute;
  top: 2px;
  right: 0;
}
.bio {
  background: #e9e9e9;
  padding: 125px 0 95px;
}
@media (max-width: 1024px) {
  .bio {
    padding: 40px 0 20px;
  }
}
.bio figure {
  width: 223px;
  height: 223px;
  margin-right: 45px;
}
@media (max-width: 1024px) {
  .bio figure {
    margin: 0 auto 20px;
  }
}
.bio figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bio .bio-text {
  flex: 1;
}
@media (max-width: 1024px) {
  .bio .bio-text {
    flex-basis: 100%;
  }
}
.news-items .news-items-top {
  background: #f0f0f0;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .news-items .news-items-top {
    padding: 30px 0;
  }
}
.news-items .news-items-top .news-items-top-text {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .news-items .news-items-top .news-items-top-text {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.news-items .news-items-top .news-items-top-text .news-items-top-text-date {
  color: #032030;
  text-transform: uppercase;
  display: block;
  font-family: 'Roboto';
  font-weight: 700;
}
.news-items .news-items-top .news-items-top-text .news-items-top-text-date &gt; span {
  color: #757575;
}
.news-items .news-items-top .news-items-top-text h1 a {
  font-family: 'Roboto';
  font-weight: 900;
  color: #032030;
}
.news-items .news-items-top .news-items-top-image {
  flex-basis: 49%;
  height: 460px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .news-items .news-items-top .news-items-top-image {
    flex-basis: 100%;
  }
}
.news-items .news-items-top .news-items-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-items-wrap {
  padding: 60px 0;
}
.blog-items-wrap .blog-items, .blog-items-wrap .search-filter-results {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.blog-items-wrap .blog-items &gt; *, .blog-items-wrap .search-filter-results &gt; * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .blog-items-wrap .blog-items, .blog-items-wrap .search-filter-results {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blog-items-wrap .blog-items &gt; *, .blog-items-wrap .search-filter-results &gt; * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.blog-items-wrap .blog-filter {
  margin-bottom: 50px;
}
.blog-items-wrap .blog-filter &gt; span {
  color: #032030;
  font-size: 18px;
  display: inline-block;
  margin-right: 14px;
}
.blog-items-wrap .blog-filter form {
  flex: 1;
}
.blog-items-wrap .blog-filter form ul {
  display: flex;
  align-items: center;
}
.blog-items-wrap .blog-filter form ul h4 {
  padding: 0;
  color: #032030;
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
  line-height: 1.9;
}
.blog-items-wrap .blog-filter form ul .sf-field-search {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.blog-items-wrap .blog-filter form ul .sf-field-search input {
  width: 448px;
  max-width: 100%;
}
.blog-items-wrap .blog-filter form select, .blog-items-wrap .blog-filter form input[type="text"] {
  height: 33px;
  width: 160px;
  max-width: 100%;
  border: 1px solid #ccc;
  background: #e4e4e4;
  padding: 0 10px;
  color: #4d4d4d;
  margin-right: 4px;
  border-radius: 2px;
  font-size: 14px;
}
.blog-items-wrap .blog-filter form select ::-webkit-input-placeholder, .blog-items-wrap .blog-filter form input[type="text"] ::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.blog-items-wrap .blog-filter form select :-moz-placeholder, .blog-items-wrap .blog-filter form input[type="text"] :-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.blog-items-wrap .blog-filter form select ::-moz-placeholder, .blog-items-wrap .blog-filter form input[type="text"] ::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.blog-items-wrap .blog-filter form select :-ms-input-placeholder, .blog-items-wrap .blog-filter form input[type="text"] :-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.searchform {
  position: relative;
}
@media (max-width: 1024px) {
  .searchform {
    display: none;
  }
}
.searchform input[type="text"] {
  height: 32px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
  color: #4d4d4d;
}
.searchform .searchsubmit {
  width: 40px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
.searchform .searchsubmit:before {
  content: "\f002";
  font-family: 'fontawesome-solid';
  font-size: 17px;
  color: #cac8c8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.searchform .searchsubmit input[type="submit"] {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.cell.shrink {
  text-align: center;
  padding: 34px 0 0;
}
.cell.shrink .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #3370de;
  color: #312f30;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  line-height: 2.4;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cell.shrink .page-numbers:hover {
  background: #3370de;
  color: #fff;
}
.cell.shrink .page-numbers.current {
  background: #3370de;
  color: #fff;
}
.cell.shrink .next.page-numbers, .cell.shrink .prev.page-numbers {
  display: none;
}
.main__content_companies {
  margin: 0 0 25px;
  border-top: 1px dotted #d9d9d9;
  border-left: 1px dotted #d9d9d9;
  column-count: 1 !important;
}
.main__content_companies li {
  padding: 20px;
  border-right: 1px dotted #d9d9d9;
  border-bottom: 1px dotted #d9d9d9;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
.main__content_companies li:before {
  display: none;
}
.main__content_companies li img {
  width: 300px;
}
.wys .alignright {
  margin: 0 0 15px 15px;
  float: right;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.text-block-l {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .text-block-l {
    padding: 60px 0;
  }
}
.text-block-l .button {
  display: inline-blocks;
  margin: 20px 0 10px;
}
.text-block-l .wys ul {
  column-count: 2;
}
@media (max-width: 768px) {
  .text-block-l .wys ul {
    column-count: 1;
  }
}
.text-block-l .wys ul li {
  break-inside: avoid;
  font-size: 23px;
  font-weight: 600;
}
.text-block-l .wys ul li:before {
  background: url(../img/el-3.svg);
  background-size: cover;
  width: 24px;
  height: 21px;
  top: 9px;
}
.text-block-l .wys p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 1340px) {
  .text-block-l .wys p br {
    display: none;
  }
}
.text-block-l .wys em {
  color: #045d63;
}
.wys hr {
  border-bottom: 1px dotted #0091df;
  margin: 40px 0;
}
.wys ul, .wys ol {
  padding-bottom: 30px;
}
.wys ul li, .wys ol li {
  position: relative;  
  font-size: 20px;
  color: #2f3034;
  margin-bottom: 30px;
  padding-left: 40px;
}
.wys ul li:last-child, .wys ol li:last-child {
  margin-bottom: 0;
}
.wys ul li:before, .wys ol li:before {
  content: "";
  width: 24px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../img/el-2.svg");
}
.row1920 {
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
  position: relative;
}
.top-block-p {
  background: #032030;
}
.top-block-p .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-block-p .wrapper .left-content {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  width: 44%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top-block-p .wrapper .left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.top-block-p .wrapper .left-content .cont-el {
  max-width: 588px;
  margin-left: auto;
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 1500px) {
  .top-block-p .wrapper .left-content .cont-el {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .top-block-p .wrapper .left-content .cont-el {
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }
}
.top-block-p .wrapper .left-content .wys h1 {
  padding-bottom: 15px;
  line-height: 1.1;
}
.top-block-p .wrapper .left-content .wys p {
  padding-bottom: 10px;
}
.top-block-p .wrapper .left-content .wys * {
  color: #fff;
}
.top-block-p .wrapper .right-content {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  width: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
@media (max-width: 768px) {
  .top-block-p .wrapper .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.text-bg-gray {
  background: #f0f0f0;
}
.text-bg-gray .row {
  padding: 50px 30px;
}
@media (max-width: 768px) {
  .text-bg-gray .row {
    padding: 40px 0;
  }
}
.text-bg-gray .row:before {
  content: "";
  width: 23px;
  height: 90%;
  background: #979797;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .text-bg-gray .row:before {
    display: none;
  }
}
.text-bg-gray .wys {
  max-width: 1330px;
  margin: 0 auto;
}
.text-bg-gray .wys p {
  text-align: justify;
  font-size: 20px;
  line-height: 1.4;
}
.text-bg-gray .wys p:last-child {
  padding-bottom: 0;
}
.blocks-links {
  margin: 80px 0 50px;
}
.blocks-links .title-section h2 {
  padding-bottom: 75px;
}
.blocks-links .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.blocks-links .wrapper &gt; * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .blocks-links .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blocks-links .wrapper &gt; * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .blocks-links .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blocks-links .wrapper &gt; * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.blocks-links .wrapper h4 {
  padding-bottom: 20px;
  font-weight: 700;
}
.blocks-links .wrapper .wys p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 0;
}
.blocks-links .wrapper .icon {
  padding-bottom: 20px;
  display: block;
  min-height: 80px;
}
.blocks-links .wrapper .icon img {
  max-height: 80px;
}
.videos-block {
  margin: 50px 0;
}
.videos-block .row {
  border-bottom: 20px solid #3370de;
}
.videos-block .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: Wrap;
  -moz-flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
  flex-wrap: Wrap;
  margin-bottom: 10px;
}
.videos-block .wrapper .item {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  width: 49%;
}
@media (max-width: 768px) {
  .videos-block .wrapper .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .videos-block .wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.videos-block .wrapper .item iframe {
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.simple-text-block {
  margin: 50px 0;
}
.simple-text-block .wys h4 {
  font-weight: 700;
}
.childe-flexxible .simple-text-block {
  margin: 115px 0 25px;
}
@media (max-width: 1024px) {
  .childe-flexxible .simple-text-block {
    margin: 50px 0;
  }
}
.wys ul {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.wys ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.wys ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #616161;
  position: absolute;
  left: 0;
  top: 7px;
}
.wys iframe {
  width: 100%;
  height: 500px;
}
.contact-section {
  margin: 80px 0;
}
.contact-section .block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 50px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .contact-section .block {
    background-position: 71% center;
    padding: 20px;
  }
}
.contact-section .block:before {
  content: "";
  width: 102%;
  height: 105%;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #f9f9f9;
  border-radius: 20px;
}
.contact-section .block h4 {
  font-weight: 700;
}
.contact-section .block .wys {
  max-width: 768px;
}
form .r-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  form .r-style {
    display: block;
  }
}
form .r-style label {
  margin-bottom: 0;
  margin-right: 22px;
}
@media (max-width: 500px) {
  form .r-style label {
    margin: 0;
    margin-bottom: 20px;
  }
}
form .r-style label span {
  margin-bottom: 0;
}
form .r-style .wpcf7-form-control-wrap &gt; span &gt; span {
  margin-right: 22px;
}
form .w50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form .w50 label {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 480px) {
  form .w50 label {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
form label {
  margin-bottom: 15px;
  display: block;
}
#pop-up {
  padding: 0;
  border-radius: 25px;
  max-width: 750px;
  width: 100%;
}
#pop-up .wys p {
  padding-bottom: 0;
}
#pop-up .fancybox-close-small {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  right: 20px;
  top: 20px;
}
#pop-up .fancybox-close-small svg {
  transform: scale(2);
}
#pop-up .top-el {
  background-color: #032030;
  padding: 35px 40px;
}
#pop-up .top-el * {
  color: #fff;
}
#pop-up .top-el h2 {
  padding-bottom: 5px;
}
#pop-up .form-block {
  padding: 40px;
  background: #e9e9e9;
}
#pop-up .w50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pop-up .w50 label {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 480px) {
  #pop-up .w50 label {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
#pop-up label {
  margin-bottom: 15px;
  display: block;
}
#pop-up .wrap-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #pop-up .wrap-submit {
    display: block;
  }
}
#pop-up .wrap-submit &gt; span {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 768px) {
  #pop-up .wrap-submit &gt; span {
    display: block;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
#pop-up .wrap-submit &gt; div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
  text-align: right;
}
@media (max-width: 768px) {
  #pop-up .wrap-submit &gt; div {
    text-align: left;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.blocks-text-image {
  margin: 70px 0px;
}
.blocks-text-image .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: Wrap;
  -moz-flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
  flex-wrap: Wrap;
}
@media (max-width: 1024px) {
  .blocks-text-image .wrapper {
    display: block;
  }
}
.blocks-text-image .wrapper .right-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blocks-text-image .wrapper .right-content h4 {
  font-weight: 700;
}
.blocks-text-image .wrapper .right-content ul {
  column-count: 2;
}
@media (max-width: 480px) {
  .blocks-text-image .wrapper .right-content ul {
    column-count: 1;
  }
}
.blocks-text-image .wrapper .right-content ul li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.blocks-text-image .wrapper .right-content ul li strong {
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.blocks-text-image .wrapper .right-content ul li:before {
  top: 10px;
}
.blocks-text-image .wrapper .right-content ul.check-list {
  column-count: 1;
}
.blocks-text-image .wrapper .right-content ul.check-list li {
  padding-left: 40px;
}
.blocks-text-image .wrapper .right-content ul.check-list li:before {
  background-image: url("../img/check-list.png");
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  top: 4px;
}
.blocks-text-image .wrapper .left-content {
  margin-right: 75px;
}
@media (max-width: 1024px) {
  .blocks-text-image .wrapper .left-content {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.blocks-text-image .wrapper .left-content img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 50%;
}
.top-contact-block {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .top-contact-block {
    padding: 40px 0;
  }
}
.top-contact-block .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: Wrap;
  -moz-flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
  flex-wrap: Wrap;
}
.top-contact-block .wrapper &gt; div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 1024px) {
  .top-contact-block .wrapper &gt; div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.acc-form {
  padding: 90px 0;
  background: #f0f0f0;
}
@media (max-width: 1024px) {
  .acc-form {
    padding: 40px 0;
  }
}
.acc-form .item &gt; .wys p {
  font-size: 22px;
  color: #032030;
}
.acc .item {
  position: relative;
  margin-bottom: 5px;
}
.acc .item:last-child {
  margin-bottom: 28px;
}
.acc .item h3 {
  font-size: 22px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  padding: 30px 20px;
  position: relative;
}
.acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2f2f2;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: '';
  background-color: #3370de;
  width: 12px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 10px;
}
.acc .item h3 span:before {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item h3 span:after {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc .item h3.active span:before, .acc .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info {
  display: none;
  padding: 25px 20px;
  background: #fff;
}
.acc .item .info .wrapper-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .acc .item .info .wrapper-el {
    display: block;
  }
}
.acc .item .info .wrapper-el .wys {
  -webkit-flex-basis: 26%;
  -moz-flex-basis: 26%;
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
  width: 26%;
}
@media (max-width: 1024px) {
  .acc .item .info .wrapper-el .wys {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
.acc .item .info .wrapper-el .wys strong {
  font-size: 14px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
}
.acc .item .info .wrapper-el .map-i {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  width: 70%;
}
@media (max-width: 1024px) {
  .acc .item .info .wrapper-el .map-i {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.acc .item .info .wrapper-el .map-i iframe {
  width: 100%;
  height: 300px;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top-block-p .news-items-top-text-date {
  color: #757575;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  font-family: "Roboto";
  font-weight: 400;
}
.single-post-content {
  padding: 85px 0;
}
.single-post-content .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text {
  flex-basis: 70%;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .single-post-content .content-text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .content-text .post-bottom {
  border-top: 1px solid #ddd;
  padding: 25px 0;
}
.single-post-content .content-text .post-bottom .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 25px;
}
.single-post-content .content-text .post-bottom .post-info img {
  margin-right: 10px;
}
.single-post-content .content-text .post-bottom .post-info span, .single-post-content .content-text .post-bottom .post-info a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.single-post-content .content-text .post-bottom .post-info .post_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .post-info .post_category span {
  margin-right: 5px;
}
.single-post-content .content-text .post-bottom .post-info .clipboard {
  cursor: pointer;
}
.single-post-content .content-text .post-bottom .navigate-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .navigate-btns &gt; div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.single-post-content .content-text .post-bottom .navigate-btns &gt; div a {
  color: #000;
  font-weight: 700;
}
.single-post-content .content-text .post-bottom .navigate-btns &gt; div.prev-btn {
  text-align: left;
}
.single-post-content .content-text .post-bottom .navigate-btns &gt; div.next-btn {
  text-align: right;
}
.single-post-content .sidebar {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .sidebar aside .top-aside {
  margin-bottom: 40px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block {
  margin-bottom: 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block &gt; .btn {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar aside .top-aside .subscribe-block &gt; .btn {
    width: auto;
  }
}
.single-post-content .sidebar aside .top-aside .subscribe-block &gt; .btn:hover {
  border: 1px solid #fcbf00;
  color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="email"] {
  color: #000;
  height: 40px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"] {
  margin: 5px 0;
  padding: 15px 30px;
  background: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"]:hover {
  color: #fcbf00;
  background: #fff;
  border-color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .searchform input[type="text"] {
  background: #e4e4e4;
  color: #000;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit {
  background: #3370de;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit:before {
  color: #fff;
}
.single-post-content .sidebar aside .aside-box &gt; h4 {
  text-transform: uppercase;
}
.single-post-content .sidebar aside .aside-box .posts li, .single-post-content .sidebar aside .aside-box .cats li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 0;
}
.single-post-content .sidebar aside .aside-box .posts li:before, .single-post-content .sidebar aside .aside-box .cats li:before {
  top: 15px;
}
.single-post-content .sidebar aside .aside-box .posts li a, .single-post-content .sidebar aside .aside-box .cats li a {
  color: #3370de;
}
.single-post-content .sidebar aside .aside-box .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li {
  border: 1px solid #7e8286;
  padding: 7px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li a {
  display: inline-block;
  color: #7e8286;
  text-transform: uppercase;
  font-size: 11px;
}
.single-post-content .recent-posts-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 60px 0;
}
.single-post-content .recent-posts-wrapper &gt; h4 {
  margin-bottom: 30px;
}
.single-post-content .recent-posts-wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
  }
	.text_info_table .info_table_left p .btn-blue{
		margin: 0px auto 28px !important;
	}
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail {
  height: 285px;
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post-content .recent-posts-wrapper .posts .post .date {
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .date span {
  font-size: 16px;
  color: #757575;
}
.single-post-content .recent-posts-wrapper .posts .post .title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.tnp.tnp-subscription input.tnp-submit{
	background-color:rgba(40, 181, 115, 1);
	padding: 14px 30px;
}
.tnp.tnp-subscription input.tnp-submit:hover{
	background-color:rgb(111 171 143);
}
.tnp.tnp-subscription form {
    background: #CCC;
    padding: 40px 60px;
	border-radius:2px;
}

.grecaptcha-badge 
{ visibility: hidden; }</pre></body></html>