body {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}
body *:not(#site-navigation-mobile *) {
	transition: 0.3s;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #434343;
	line-height: 1;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #434343;
	cursor: pointer;
	text-decoration: none;
}
.homebanneroids .container {
  position: relative;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 11px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}
.header-warpper_first {
	background: #404040;
}
.header_toplink {
	display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  flex-wrap: wrap;
  justify-content: end;
  margin-bottom: 0;
  padding: 5px 0;
}
#top {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
body.home nav#top {
  background: none;
  position: sticky;
  top: 0;
}
.logos__headers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logos__flex {
	display: flex;
	align-items: center;
}
.phonelink_header {
  font-size: 13px;
  font-weight: 700;
  color: #428DFF;
  margin-right: 20px;
}
.phonelink_header:hover {
	color: #1A5BBD;
}
.whatsappe_header {
  background: #43D91E;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}
.catalog_btn {
  background: #428DFF;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
  font-size: 12px;
  padding: 8px;
}
.socbutt__headers .catalog_btn {
  font-size: 12px;
  padding: 8px;
}
.naws__new {
  background: #428DFF;
}
.adress__headers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-menu {
  width: 100%;
}

/** TOP MENU **/
.menu-top-menu-container > ul {
	display: flex;
	margin: 0;
	padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 40px;
}
.menu-top-menu-container ul li {
	list-style: none;
}
.menu-top-menu-container ul li:last-child {
	margin-right: 0;
}
.menu-top-menu-container ul li a {
	text-transform: uppercase;
	color: #fff;
}
/** TOP MENU **/



/** TOP BLOCK **/
.homebanneroids {
	position: relative;
}
.homebanneroids::before {
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.newtype_header_title h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase; 
}
.newtype_header_descriptionnew {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
}
.newtype_header_ico {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 30px;
}
.newtype_header_ico img {
  margin-right: 20px;
}
.newtype_header_ico span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
.catalog_btn {
  background: #428DFF;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.catalog_btn:hover {
  background: #fff;
  border: 1px solid #428DFF;
  color: #428DFF;
}
/** TOP BLOCK **/

.new_section {
  padding: 80px 0;
}
.new_section h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}
.new_section h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 30px;
}
.new_section p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.new_section .text_subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.theme_color {
  color: #428DFF;
}
.bg_lightblue {
	background: #F6F8FF;
}
div.bg_lightblue:hover {
	background: #CAD9FC;
}


.uslugi_blk {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.uslugi_blk::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
}
.uslugi_section h4::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 40px;
  background: #428DFF;
  left: 0;
}
.uslugi_section h4 {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.uslugi_blk_full {
  background: #F6F8FF;
  height: 100%;
}
.uslugi_blk_full ul {
    list-style: none;
  padding: 30px;
  padding-left: 50px;
}
.uslugi_blk_full ul li {
	font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
	display: flex;
  align-items: center;
}
.uslugi_blk_full ul li::before {
    content: "";
    font-size: 8px;
    color: #000;
    margin-right: 5px;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	left: 0;
}

ul.type_lists {
  list-style: none;
  padding-left: 50px;
}
ul.type_lists li {
	font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
	display: flex;
  align-items: center;
}
ul.type_lists li::before {
    content: "";
    font-size: 8px;
    color: #000;
    margin-right: 5px;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	left: 0;
}

.faqblock ul.type_lists {
  list-style: none;
  padding-left: 50px;
}
.faqblock ul.type_lists li {
	font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
	display: flex;
  align-items: center;
}
.faqblock ul.type_lists li::before {
    content: "";
    font-size: 8px;
    color: #000;
    margin-right: 5px;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	left: 0;
}

.text_subtitle b {
  font-weight: 700;
}

.zayavka_section {
  background: #428DFF;
}
.zayavka_section h2, .zayavka_section p {
  color: #fff;
}
.zayavka_section h2, .zayavka_section p {
  color: #fff;
}
.zayavka_phone {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.btn_whatsapp {
  background: #23B923;
  color: #fff;
  border: 1px solid #23B923;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  margin-right: 40px;
  display: inline-block;
  transition: 0.3s;
}
.btn_whatsapp:hover {
  background: #fff;
  transition: 0.3s;
  color: #23B923;
  border: 1px solid #23B923;
}
.btn_zayavka {
  background: #fff;
  color: #428DFF;
  border: 1px solid #428DFF;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.btn_zayavka:hover {
  background: transparent;
  transition: 0.3s;
  color: #fff;
  border: 1px solid #fff;
}
.sections_partn img {
	height: 80px;
}
.work_section h4 {
  font-size: 20px;
  font-weight: 500;
}
.work_section p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}



.faqblock .accordion-item {
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid #428DFF;
  box-shadow: none;
  padding: 20px 15px;
}
.faqblock .accordion-item > .accordion-header {
  background: transparent;
  padding-left: 0;
  border: none;
}
.faqblock h4 a::before {
  position: absolute;
  content: '';
  background: url(../img/arrowaccord.png);
  right: 20px;
  width: 16px;
  height: 20px;
}
.faqblock h4 a {
  color: #428DFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  width: 100%;
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.faqblock .accordion-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.faqblock .accordion-item > .accordion-header + .accordion-collapse > .accordion-body {
  border: none;
  padding-left: 0;
}




footer {
  background-color: #353535;
  padding: 50px 0 0 0;
}
.colfirst {
  flex-direction: column;
  justify-content: space-between;
}
.pc__logo1 {
  display: inline-block;
  max-width: 180px;
}
.contacts-content__link {
  color: #428DFF;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-weight: 300;
}
.copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
footer h3, footer p {
  color: #fff;
}
.coltwo p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .list-unstyled.text-content {
  margin: 0;
}
footer .list-unstyled.text-content li {
  position: relative;
  line-height: 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}
footer .list-unstyled.text-content li a::before {
  content: "\f105";
  font-size: 12px;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
}
footer .list-unstyled.text-content li a {
  font-size: 15px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .list-unstyled.text-content li:hover {
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}
footer .list-unstyled.text-content li a:hover::before {
  color: #428DFF;
}
footer .list-unstyled.text-content li a:hover {
  color: #428DFF;
}
footer .catalog_btn {
  font-size: 20px;
  font-weight: 700;
  padding: 8px;
  border: 1px solid #428DFF;
}
.eneail_footer {
  display: inline-block;
  color: #fff;
}
.eneail_footer:hover {
  color: #428DFF;
}
footer .whatsappe_header img {
	width: 35px;
}
.coltwo {
  flex-direction: column;
  justify-content: space-between;
}
#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #428DFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  color: #333;
  display: none;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
}

footer .whatsappe_header:hover {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (max-width: 767px) {
	.logos__flex img + span {
		display: none;
	}
}
@media (max-width: 550px) {
  .zayavka_section .btn_whatsapp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .zayavka_section .btn_zayavka {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .zayavka_section .d-flex {
    flex-wrap: wrap;
  }
	.eneail_footer {
    width: 100%;
  }
  .newtype_header_title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .newtype_header_descriptionnew {
    font-size: 24px;
    line-height: 30px;
  }
}




.slicknav_btn .slicknav_icon {
  width: 30px;
  height: 17px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d3531a;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.slicknav_btn .slicknav_icon span:nth-child(1) {
  top: 1px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.slicknav_btn .slicknav_icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.slicknav_btn .slicknav_icon span:nth-child(3) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px;
}
.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
}

#site-navigation-mobile .slicknav_menu {
  background: 0 0;
  padding: 0;
}
#site-navigation-mobile .slicknav_menu .slicknav_btn {
  margin: 0;
  width: auto;
  height: 35px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}
#site-navigation-mobile .slicknav_menu .slicknav_icon {
  width: 22px;
  height: 17px;
  margin: 0;
}
#site-navigation-mobile .slicknav_menu .slicknav_icon .slicknav_icon-bar {
  width: 100%;
  height: 2px;
  background: #0a172a;
  box-shadow: none;
}
#site-navigation-mobile .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0;
}
#site-navigation-mobile .slicknav_nav {
  padding: 10px 0;
  margin: 0;
  max-height: 350px;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
}

#site-navigation-mobile .slicknav_nav li > a {
  background: 0 0;
  color: #0a172a;
  line-height: 26px;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
}
#site-navigation-mobile .slicknav_nav li.current-menu-item > a, #site-navigation-mobile .slicknav_nav li.slicknav_open > a, #site-navigation-mobile .slicknav_nav li.slicknav_open > a a {
  color: #0a172a;
}
#site-navigation-mobile .slicknav_nav li {
  margin: 0 15px;
}

#site-navigation-mobile {
  display: none;
  margin-left: auto;
}
@media (min-width: 992px) {
.menu-top-menu-container > ul > li {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px;
}
.menu-top-menu-container > ul > li:hover {
	background: #fff;
}
.menu-top-menu-container > ul > li:hover a {
	color: #428DFF;
}
}
@media (max-width: 992px) {
  #site-navigation-mobile {
    display: block;
  }
  #site-navigation {
    display: none;
  }
  .logos__flex {
	  width: 100%;
	  margin-bottom: 30px;
  }
}

.main-menu .main-navigation div > ul ul li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-menu .main-navigation div > ul > li {
  float: left;
  position: relative;
}
@media (min-width: 1200px) {
  .main-menu .main-navigation div > ul ul {
    text-align: left;
    position: absolute;
    display: block;
    line-height: 14px;
    margin: 0;
    list-style: none;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    background-clip: padding-box;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
  }
  .main-menu .main-navigation div > ul > li > ul, .main-menu .main-navigation div > ul > li > ul ul {
    top: 45px;
    width: 250px;
    padding: 0px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  }
  .main-menu .main-navigation div > ul ul a {
    margin: 0;
    display: block;
    padding: 17px 20px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }
  .main-menu .main-navigation div > ul ul a::before {
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
  }
  .main-menu .main-navigation div > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .main-menu .main-navigation div > ul > li.menu-item-has-children:hover::before {
    opacity: 1;
  }
  .main-menu .main-navigation div > ul > li.menu-item-has-children::before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    z-index: 3;
    position: absolute;
    left: 60px;
    bottom: -6px;
    margin-left: -33px;
    margin-top: -9px;
    opacity: 0;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    pointer-events: none;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
  }
  .main-menu .main-navigation div > ul ul a {
    margin: 0;
    display: block;
    padding: 17px 20px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #000;
	text-transform: none;
  }
  .main-menu .main-navigation div > ul ul li:hover {
	padding-left: 10px;
  }
  .main-menu .main-navigation div > ul ul li:hover a {
	color: #428DFF;
  }
}
#site-navigation-mobile .slicknav_nav li {
  margin: 0 15px;
}
#site-navigation-mobile .slicknav_nav li > a {
  background: 0 0;
  color: #0a172a;
  line-height: 26px;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
#site-navigation-mobile .slicknav_nav li > a a {
  color: #0a172a;
}
#site-navigation-mobile .slicknav_nav li .slicknav_arrow {
  float: right;
  font-size: 1em;
  display: block;
  padding: 0 10px;
  background: #f5f5f5;
}
#site-navigation-mobile .slicknav_nav li .sub-menu li {
  margin: 0;
}
#site-navigation-mobile .slicknav_nav li .sub-menu li > a {
  font-weight: 500;
  font-size: 16px;
}

.contact-sec input.form-control {
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 25px;
  height: 50px;
  padding: 10px 20px;
  font-size: 13px;
}
.contact-sec textarea {
  resize: none;
  height: 133px;
  margin-bottom: 35px;
}
.contact-info-group {
  background: #F6F8FF;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 2px 6px 29px -6px #e0e0e0;
  box-shadow: 2px 6px 29px -6px #e0e0e0;
}
.contact-info-group i {
  font-size: 45px;
  display: block;
  color: #428DFF;
  margin-bottom: 30px;
}
.contact-info-group h4 {
  font-size: 18px;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.contact-info-group h4::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 54px;
  height: 1px;
  background: #d6d6d6;
  display: block;
  right: 0;
  margin: auto;
}
.contact-info-group span, .contact-info-group a {
  display: block;
  color: #6d6d6d;
  font-weight: 500;
}
#wpcf7-f81-o1 .wpcf7-response-output {
    display: none !important;
}