/*!
Theme Name: Empiregroupins
Theme URI: empiregroupins.com
Author: Dmytry Shevtsov
Author URI: https://t.me/webprofy_ua
Version: 1.0.0
*/

/* GLOBAL STYLES */
html {
  box-sizing: border-box;
}
*, *:after, *:before {
  box-sizing: inherit;
}
body {
    overflow-x: hidden;
    width: 100%;
}
body {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}
a {
  text-decoration: none;
  display: inline-block;
  transition: all .3s;
}
input, select {
  outline: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
b {
  font-weight: 500;
}
.container {
  max-width: 82rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}

/* HEADER STYLES */
.header {
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    transition: all 0.3s;
	width: 100%;
}
.header.scrolled {padding: .5rem 0;}

/* Стили для мобильного меню
.mobile-menu {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #277a94;
  padding: 10px;
  z-index: 101;
  overflow-y: auto; 
  transition: right .3s ease;
}

.mobile-menu.open {
  right: 15px;
}

.menu-toggle {
  display: none;
  padding: .56rem;
  border-radius: 3rem;
  border: 1px solid #50A1BA;
  cursor: pointer;
  background-color: #50A1BA;
}
.menu-toggle span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.menu-toggle span::before {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 6px;
}

.mobile-menu-close {
    position: absolute;
    background-color: rgba(0,0,0,0);
    right: 5px;
    top: 3;
    color: #fff;
    border: 0;
    font-size: 2rem;
    cursor: pointer;
} */

.header-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-in {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.logo {}
.logo img {
  width: 13rem;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu a {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #242424;
  padding: .5rem;
  margin: 0 .5rem;
  font-weight: 500;
}
.header-menu a:hover {color: #26758D;}
.client-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.client-menu a {
  padding: .75rem 1rem;
  border-radius: 3rem;
  border: 1px solid #50A1BA;
  text-transform: uppercase;
  font-size: .75rem;
}
.client-menu li:first-child a {
  background-color: #50A1BA;
  color: #fff;
}
.client-menu li:last-child a {
  background-color: #fff;
  color: #242424;
}
.client-menu li a:hover {
  border: 1px solid #26758D;
  background-color: #26758D;
  color: #fff;
}
.language-widget-area {
	font-size: .75rem;
}

/* Скрываем вложенные меню */
.header-menu li ul {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    background-color: #DEF0F6;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.header-menu li ul li a {
    text-transform: none;
    color: #242424;
    width: -webkit-fill-available;
    border-bottom: 1px solid rgb(38 117 141 / 30%);
}
.header-menu li ul li:last-child a {
    border-bottom: none;
}
.header-menu li ul li a:hover {color: #26758D;}

/* Показываем вложенные меню при наведении */
.header-menu li:hover > ul {
    max-height: 500px; /* Достаточно большое значение, чтобы показать весь контент */
    opacity: 1;
    visibility: visible;
}


/* стили кнопки */ 
.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    position: relative;
    background-color: #50A1BA;
    width: 24px;
    height: 2px;
}
.menu-toggle span::before {
    content: "";
    position: absolute;
    background-color: #50A1BA;
    width: 24px;
    height: 2px;
    top: -8px;
    left: 0px;
}
.menu-toggle span::after {
    content: "";
    position: absolute;
    background-color: #50A1BA;
    width: 24px;
    height: 2px;
    bottom: -8px;
    left: 0px;
}

.mobile-menu-close {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1px;
    width: 26px;
    height: 26px;
    cursor: pointer;
	border: none;
    background-color: rgba(0, 0, 0, 0);
	top: 10px;
    left: 10px;
}
.mobile-menu-close span {
    display: block;
    position: relative;
    background-color: #50A1BA;
    width: 24px;
    height: 0px;
}
.mobile-menu-close span::before {
    top: -2px;
    left: 0px;
    transform: rotate(45deg);
}
.mobile-menu-close span::before {
    content: "";
    position: absolute;
    background-color: #50A1BA;
    width: 24px;
    height: 2px;
    top: -2px;
    left: 0px;
}
.mobile-menu-close span::after {
    content: "";
    position: absolute;
    background-color: #50A1BA;
    width: 24px;
    height: 2px;
    bottom: -8px;
    left: 0px;
}
.mobile-menu-close span::after {
    bottom: 0px;
    left: 0px;
    transform: rotate(-45deg);
}

/* стили для показа мобильного меню */
.mobile-menu {
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: #DEF0F6;
	transition: all .3s;
	z-index: 9999;
}

.mobile-menu.open {
    right: 0px;
}

/* стили для дочерних */
.mobile-menu .menu-item-has-children ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu .menu-item-has-children ul.open {
    max-height: 500px; /* Достаточно большое значение для подменю */
    opacity: 1;
    visibility: visible;
}

.mobile-menu-style {
    padding: 20px 5px;
}
.mobile-menu-style li a {
    text-transform: uppercase;
    color: #242424;
    padding: 10px 15px;
    margin-bottom: 1px;
    background-color: #c5e3ed;
    width: 100%;
}
.mobile-menu-style li a:hover {color: #26758D;}
.mobile-menu-style .sub-menu li a {
    text-transform: none;
    color: #242424;
    padding: 8px 20px;
    margin-bottom: 1px;
    background-color: rgba(0,0,0,0);
    width: 100%;
}
.mobile-menu-style .sub-menu li a:hover {color: #26758D;}
.mobile-menu-style .sub-menu li:last-child a {
    padding-bottom: 20px;
}
.mobile-menu-style .sub-menu li:first-child a {
    padding-top: 20px;
}

.getaquote-mobile a {
    background-color: #50A1BA !important;
    color: #fff !important;
    padding: .75rem 1rem;
    border: 1px solid #50A1BA;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px!important;
}
.client-login-mobile a {
    padding: .75rem 1rem;
    border: 1px solid #50A1BA;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center;
}
.getaquote-mobile a, .client-login-mobile a {display: none;}

.mobile-menu,
.menu-toggle,
.getaquote-mobile a,
.client-login-mobile a
{display: none;}





.wpm-switcher-dropdown .wpm-language-dropdown {
    display: none;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    z-index: 9998;
}
.wpm-item-language-main {
	border: 1px solid #50A1BA;
	border-radius: .3rem;
	padding: .5rem;
	transition: all .3s;
	position: relative;
    z-index: 9998;
}
.wpm-item-language-main:hover {
	border: 1px solid #26758D;
	background-color: #26758D;
	color: #fff;
}
.wpm-language-dropdown li {
	margin-top: .3rem;
}
.wpm-language-dropdown li a {
	border-radius: .3rem;
	padding: .5rem;
	background-color: #50A1BA;
	color: #fff;
}
.wpm-language-dropdown li a:hover {
	background-color: #26758D;
	color: #fff;
}


/* HERO SECTION */
.hero {
  height: 84vh;
  background-image: url('images/promo.jpg');
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-content {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  z-index: 2;
  line-height: 120%;
  text-align: center;
  position: relative;
  margin-top: -50px;
  max-width: 56rem;
}
.title, .sub-title {}

/* SERVICE SECTION */
.service {
  background-color: #DEF0F6;
  padding: 4rem 0;
}
.service-wr {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.service-in {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-img {
  overflow: hidden;
}
.service-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease-out;
  -webkit-transform: scale(1.03);
}
.service-img img:hover {
  -webkit-transform: scale(1.2);
}
.service-title {
  background-color: #50A1BA;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  z-index: 2;
}
.service-desc {
  color: #767676;
  font-weight: 400;
  line-height: 130%;
  padding: 0 3rem;
  text-align: center;
  background-color: #def0f6;
  padding-top: 1.5rem;
  margin-top: -2rem;
  z-index: 1;
}
.service-in:hover .service-desc {
  color: #26758D;
}

/* ABOUT SECTION */
.about {
  background-image: linear-gradient(315deg, rgba(39, 122, 148, 1) -10px, rgba(121,203,228,1) 100%);
  padding: 4rem 0;
}
.about-in {
  display: flex;
}
.about-img {
  width: 50%;
}
.about-img img {
  width: 100%;
  height: auto;
}
.about-cont {
  width: 50%;
  color: #fff;
}
.about-top {
  margin-bottom: 4rem;
}
.about-top .about-cont {
  padding-left: 2.5rem;
}
.about-title h2 {
  font-family: "Playfair Display", serif;
  padding: 0px;
  margin-top: -.5rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 120%;
  font-weight: 400;
}
.about-desc {
  line-height: 150%;
}
.about-bott {
  flex-direction: row-reverse;
}
.about-bott .about-cont {
  padding-right: 2.5rem;
}
.about-ul ul {
  padding: 0px;
  margin: 0px;
}
.about-ul li {
    font-family: "Playfair Display", serif;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-ul li img {
    margin-right: 2rem;
	max-height: 4rem;
}
.about-btn { padding-top: 1.5rem; }
.about-btn-a {
  padding: .75rem 1.5rem;
  border-radius: 3rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 1);
  margin: 0 .5rem;
  text-transform: uppercase;
  font-size: .75rem;
  color: #50A1BA;
}
.about-btn-a:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff!important;
}

/* FOOTER STYLES */
.footer {
  background-color: #26758D;
  color: #fff;
  padding: 2.5rem 0 1rem;
}
.footer-wr {
  display: flex;
  padding-bottom: 1.5rem;
  justify-content: space-between;
}
.footer-in {
  width: 50%;
}
.footer-logo {
  margin-bottom: 1rem;
}
.footer-logo img {
    width: 13rem;
}
.footer-p {
  max-width: 30rem;
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
}
.footer-right {
  display: flex;
  justify-content: space-between;
}
.footer-menu a {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: .75rem;
}
.footer-menu a:hover {
  color: #79cbe4;
}
.footer-cont li {
  font-size: 1rem;
  display: block;
  color: #fff;
  font-weight: 300;
  margin-bottom: .5rem;
}
.footer-cont li span {
  display: block;
  font-size: .875rem;
  opacity: 60%;
}
.footer-cont li a {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.footer-cont li a:hover {
  color: #79cbe4;
}
.footer-copyr {
  padding-top: 1rem;
  border-top: 1px solid #fff;
  font-size: .75rem;
  font-weight: 400;
}
.footer-copyr a {
  color: #fff;
  font-size: .75rem;
  font-weight: 400;
  text-decoration: underline;
}
.footer-copyr a:hover {
  text-decoration: none;
}
/*
.footer-home {
  background-color: #fff;
  color: #242424;
}
.footer-home .footer-menu a, .footer-home .footer-cont a {
  color: #242424;
}
.footer-home .footer-copyr, .footer-home .footer-copyr a {
  color: #383838;
}
.footer-home a:hover, .footer-home .footer-copyr a:hover {
  color: #79cbe4;
}
.footer-home .footer-cont li {
  color: #242424;
}
.footer-home .footer-cont li span {
  opacity: 60%;
}
.footer-home .footer-copyr {
  border-top: 1px solid rgba(36,36,36,.5);
}
*/

/* TITLE PAGE */
.page-title {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.title-wr {
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 25rem;
  padding: 0 0 4rem 0;
}
.title-wr h1 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
}
.title-wr h1 span {
  font-weight: 300;
}
.title-wr h3 {
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 0 .3rem;
    line-height: 130%;
    max-width: calc(100% - 30rem);
}

/* PAGE MAIN STYLES */
.page-main {
  background-color: #DEF0F6;
  padding: 3rem 0 4rem;
}
.page-main-wr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
}
.page-content {
  flex-grow: 1;
}
.page-content h4 {
  font-size: 1.3rem;
  line-height: 130%;
  font-weight: normal;
  margin: 0 0 2rem 0;
}
.page-content p {
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-content ol {
  margin-top: 0px;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.page-content ol li {
  margin-bottom: .5rem;
}
.page-content ol li ul {
  margin-top: .5rem;
  padding-left: 1rem;
  list-style-type: circle;
}
.page-content ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  list-style-type: disc;
  line-height: 140%;
}
.page-content ul li {
  margin-bottom: .5rem;
}
.page-content p a {
  color: #26758D;
  text-decoration: underline;
}
.page-content p a:hover {
  color: #000;
  text-decoration: none;
}


/* .widget-area */

/* PAGE Get a quote */
.page-content-gaq {}
.page-gaq {
	background-color: #50A1BA;
}
.page-gaq .service-title {
    background-color: #26758D;
}
.page-gaq .service-desc {
    background-color: #50A1BA;
    padding-bottom: 2rem;
    padding: 2rem 2rem 0 2rem;
    margin-top: -2.1rem;
	color: #fff;
}
.page-gaq .service-in .service-desc{
	transition: all .3s;
}
.page-gaq .service-in:hover .service-desc {
	color: #79cbe4;
}
.page-gaq h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: bold;
}
.page-gaq h3 span {
	font-weight: 300;
}
.page-gaq .service-img img {
    -webkit-transform: scale(1.03);
}
.page-gaq .service-img img:hover {
    -webkit-transform: scale(1.2);
}

/* PAGE Get a quote */
.client-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin-bottom: 3rem;
}
.client-in {
    background-color: #DEF0F6;
    border: 1px solid rgba(38,117,141,.5);
    border-radius: .3rem;
    padding: 2rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
	position: relative;
}
.client-img {
	max-width: 3rem;
}
.client-img img {
	width: 100%;
}
.client-title {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    line-height: 120%;
	color: #26758D;
}
.client-subtitle {
    font-size: 1rem;
	line-height: 120%;
}
.client-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}



/* Page CONTACT */
.content-contacts-wr {
	display: flex;
	gap: 30px;
}
.content-contacts-text h4 {
    font-size: 1.3rem;
    line-height: 130%;
    font-weight: 500;
    margin: 0 0 1rem 0;
}
.content-contacts-text h3 {
    font-size: 1.3rem;
    line-height: 130%;
    font-weight: 500;
    margin: 0 0 1rem 0;
}
.content-contacts-text a {
    color: #26758D;
}
.content-contacts-text a:hover {
    color: #242424;
}













/* CATEGORY STYLES============================ */
.category-img {
  position: relative;
  height: 200px;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: white;
}
.category-img h1 {
  position: relative;
  z-index: 1;
}
.category-desc {
  margin-bottom: 3rem;
  line-height: 140%;
}
.category-desc p{
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 1rem;
}
.serw-wr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
  margin-bottom: 4rem;
}
.serw-in {
	background-color: #DEF0F6;
	border: 1px solid rgba(38,117,141,.5);
	border-radius: 5px;
	padding: 1.5rem;
	display: flex;
	color: #26758D;
	justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
.serw-in:hover {
	border: 1px solid rgba(38,117,141,.8);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.serw-img img {
	max-height: 2.5rem;
}
.serw-tit {
	font-family: "Playfair Display", serif;
	font-size: 1.2rem;
	text-align: center;
	line-height: 120%;
}


/* WIDGET STYLES */
.widget-area {
  flex-shrink: 0;
  z-index: 1;
}
.widget-category {max-width: 24rem;}
.widget-widget-page {max-width: ;}
.widget-contacts {max-width: 24rem;}

.widget-area .widget_text {
  border-radius: 1.5rem;
  background-color: rgba(38, 117, 141, .7);
  margin-top: -9rem;
  box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, .25);
  color: #fff;  
}
.widget_text .widget-title {
  font-size: 2rem;
  line-height: 140%;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.widget .textwidget {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.textwidget p {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.textwidget ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  color: #fff;
}
.textwidget ul li {
    margin-bottom: 1rem;
    font-weight: 400;
    display: grid;
    font-size: 1rem;
    grid-template-columns: 1fr 6fr;
    align-items: center;
}
.textwidget ul li strong {
    width: 2rem;
    height: 2rem;
    border-radius: 3rem;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}
.textwidget .ul-widg-cont {
  min-width: auto;
}
.textwidget ul .li-widg-cont {
    padding: 0px;
    display: flex;
    line-height: 1.2rem;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.textwidget ul .li-widg-cont img {
    max-height: 2rem;
}
/* нижний виджет */
.page-id-159 .widget-contacts {max-width: 100%;}
.page-id-159 .page-main-wr {
	flex-direction: column;
}
.page-id-159 .widget-area {
	flex-basis: 0px;
}
.page-id-159 .widget {
	margin-top: 0;
	padding: 3rem 3rem;
}
.page-id-159 .ul-widg-cont {
	margin-bottom: 0;
	display: flex;
    justify-content: space-between;
}
.page-id-159 .widget-title {
  margin-bottom: 3rem;
}


/* FORM STYLES */
.formsite {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.formsite p {
	margin: 0;
	padding: 0;
}
.form-wr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
}
.form-wr div {
	width: ;
}

.formsite input,
.formsite textarea,
.formsite select
{
	width: 100%;
	border-radius: .3rem;
	font-family: "Ubuntu", sans-serif;
    font-size: .85rem;	
	font-weight: 300;
    padding: .75rem;	
}
.formsite select {appearance: none;}

.widget .formsite input,
.widget .formsite textarea,
.widget .formsite select
{
	color: #fff;	
}





.form-pg input,
.form-pg textarea,
.form-pg select
{
    border: 1px solid rgba(38,117,141,.50);
	background-color: rgba(255,255,255,1);	
}
.form-pg input::placeholder,
.form-pg textarea::placeholder
{color: #8A8A8A;}

.form-pg select:valid {color: #878787;}
.form-pg .fs-state, .form-pg .fs-lang{
	position: relative;
}
.form-pg .fs-state::before,
.form-pg .fs-lang::before
 {
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    right: .5rem;
    z-index: 1;
    border-top: 1px solid #878787;
    border-right: 1px solid #878787;
    transform: rotate(133deg);
    top: 1rem;
}

.formsite .fs-text p {
	font-size: .75rem;	
	font-weight: 300;
    line-height: 120%;
	padding: .75rem;
	border-radius: .3rem;
	color: #8A8A8A;
	border: 1px solid rgba(38,117,141,.30);
}
.wpcf7-not-valid-tip {font-size: .6em;}

.form-pg .wpcf7-submit {
	font-family: "Ubuntu", sans-serif;
	width: 10rem;
	border-radius: 3rem;
	background-color: #50A1BA;
    font-size: .85rem;
	text-transform: uppercase;	
	font-weight: 300;
    line-height: 100%;
    padding: .75rem 1rem;		
	color: #fff;	
    display: block;
    text-align: center;
	transition: all .3s;
	cursor: pointer;
}
.form-pg .wpcf7-submit:hover {
    background-color: #26758D;
	color: #fff;
}

.wpcf7-response-output {
	border: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
}
.wpcf7-not-valid-tip {padding-left: 3px;}

.textwidget input,
.textwidget textarea,
.textwidget select
{
    border: 1px solid rgba(38,117,141,.50);
	background-color: rgba(255,255,255,.1);	
}
.textwidget textarea {
    height: 8rem;
}
.wpcf7-textarea:focus {
	outline: none;
}

.textwidget input::placeholder,
.textwidget textarea::placeholder
{color: #fff;}
.textwidget select:valid {
	color: #fff;
}
.textwidget select:valid:nth-child(1) option {
	background-color: rgba(38, 117, 141, .7);
}

.textwidget .fs-state::before,
.textwidget .fs-lang::before
 {
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    right: .5rem;
    z-index: 1;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(133deg);
    top: 1rem;
}

.textwidget .fs-text p {
	font-weight: 300;
	padding: .75rem;
	border-radius: .3rem;
	color: #fff;
	border: 1px solid rgba(255,255,255,.3);
	font-size: .75rem!important;	
	line-height: 140%;
}

.textwidget .wpcf7-submit {
	width: 8rem;
	border-radius: 3rem;
	background-color: #fff;
    font-size: .85rem;	
	font-weight: 400;
    padding: .75rem 1rem;		
	color: #26758D!important;	
    display: block;
    text-align: center;
	transition: all .3s;
	cursor: pointer;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;	
}
.textwidget .wpcf7-submit:hover {
    background-color: #26758D;
	color: #fff!important;
}









@media (max-width: 1440px) {  /* Ноутбуки и маленькие десктопы */
    /* Стили для экранов до 1440px */
}

@media (max-width: 1180px) {  /* Планшеты в альбомной ориентации */
	.header-nav {display: none;}
	.menu-toggle {display: flex;}
	.mobile-menu.open {display: block; transition: all .3s;}
}

@media (max-width: 1160px) {
	.serw-wr {grid-template-columns: 1fr 1fr;}
	.page-main-wr {gap: 2rem;}
}

@media (max-width: 1024px) {  /* Планшеты */
    /* Стили для экранов до 1024px */
	.service-in {width: calc(50% - .75rem);}
	.service-wr {justify-content: center; flex-wrap: wrap;}
	.about-title h2 {margin-bottom: 1rem;font-size: 2rem;}
	.about-ul li {margin-bottom: 1.2rem; font-size: 1.5rem;}
	.about-ul li img {margin-right: 1.5rem; max-height: 3rem;}
	.about-top {margin-bottom: 2rem;}
	.footer-wr {}
	.footer-left {width: calc(100% - 460px);}
	.footer-right {width: 430px;}
}

@media (max-width: 920px) {
	.serw-wr {grid-template-columns: 1fr;}
	.serw-in {justify-content: center;}
	.content-contacts-map {width: 60%;}
	.content-contacts-text {width: 40%;}
	.title-wr {height: 25rem; padding: 0 0 7rem 0;}
	.title-wr h3 {font-size: 1.5rem; margin: 0; line-height: 120%; max-width: 100%;}
	.title-wr h1 {font-size: 2rem; margin: 0 0 1rem 0;}
	.client-wr {grid-template-columns: 1fr 1fr;}
	.page-id-159 .ul-widg-cont {justify-content: flex-start; flex-wrap: wrap; gap: 2rem;}
	.page-id-159 .li-widg-cont {width: calc(50% - 1rem);}
	
}

@media (max-width: 768px) {  /* Смартфоны в ландшафтной ориентации */
    /* Стили для экранов до 768px */
	.hero-content {font-size: 2rem;}
	.about-top, .about-bott {flex-direction: column;}
	.about-img {width: 100%; margin-bottom: 30px;}
	.about-top .about-cont {padding: 0; width: 100%;}
	.about-bott .about-cont {padding: 0; width: 100%;}
	.footer-wr {flex-wrap: wrap; gap: 30px;}
	.footer-left {width: 100%;}
	.footer-right {width: 100%;}
	.page-main-wr {flex-direction: column;}
	.widget-area .widget_text {margin-top: 0;}
	.serw-wr {margin-bottom: 2rem;}
	.serw-wr {grid-template-columns: 1fr 1fr;}
	.widget-category {max-width: 100%;}
	.widget-contacts {max-width: 100%;}
	.content-contacts-map {width: 100%;}
	.content-contacts-text {width: 100%;}
	.content-contacts-wr {flex-wrap: wrap; flex-direction: column-reverse;}
	.title-wr {height: auto; padding: 6rem 0 3rem 0;}
}

@media (max-width: 630px) {  
	.getaquote-mobile a, .client-login-mobile a {display: block;}
	.header-button {display: none;}
	.service-in {width: calc(100% - .75rem);}
	.client-wr {grid-template-columns: 1fr;}
}

@media (max-width: 576px) {  /* Смартфоны в портретной ориентации */
    /* Стили для экранов до 576px */
	.service-in {width: 100%);}
	.serw-wr {grid-template-columns: 1fr;}
	.form-wr {grid-template-columns: 1fr;}
	.widget_text .widget-title {font-size: 1.5rem; margin-bottom: 1.5rem;}
	.page-id-159 .ul-widg-cont {gap: 1rem;}
	.textwidget ul .li-widg-cont {width: 100%; gap: 1rem; margin-bottom: 1.5rem;}
	.page-id-159 .widget {padding: 2rem; }
}

@media (max-width: 460px) {
	.footer-right {flex-direction: column; gap: 10px;}
	.mobile-menu {width: 100%;}
	.footer-copyr {line-height: 130%;}
	.page-id-159 .widget {padding: 0;}
}

