* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'Montserrat' !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}

a,
.information-mfo a {
    color: #f28a2a;
    text-decoration: none;
}

a:hover,
.information-mfo a:hover {
    text-decoration: underline;
}

input:focus:invalid {
  box-shadow: 0 0 5px 1px #ff7b01bf;
}

h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 48px;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat' !important;
}
html {
	overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #F9F9FF;
    font-family: 'Montserrat' !important;
}

.site,
.site-page {
    display: block;
    background: url(./img/site-bg-full.png) no-repeat center 15%;
    background-size: inherit;
}

.site-page {
    background: url(./img/site-bg-full.png) no-repeat center -5%;
}

.site-nf {
	display: block;
    background: url(./img/site-bg-full.png) no-repeat center 100%;
    background-size: inherit;
    background-position-y: 5%;
}

.head {
    display: block;
}

.head-cont,
.head-cont-mini {
    max-width: 1280px;
    display: flex;
    margin: 0 auto;
	padding: 0 40px;
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: 38%;
}

/*----*/
.nav-bar-btn,
.menu {
    display: none;
}

.nav-menu {
    padding: 0;
}

.nav-menu li {
    list-style: none;
    margin: 10px 0;
}

.nav-menu .btn {
    width: 100%;
}

.nav-link {
    color: #2a69ca;
}

/*----- burger ------*/
.nav-bar-btn {
    position: absolute;
    left: 5%;
    top: 15px;
    width: 40px;
    height: 36px;
    background: none;
    border: none;
}

.nav-bar-btn:focus {
    outline: none;
}

.head-burger {
    display: flex;
    justify-content: flex-end;
    width: 34px;
    height: 2px;
    background: #ff7b01;
    margin: 2px 3px;
    position: absolute;
    top: 15px;
    transition: all ease 0.5s;
}

.head-burger::before,
.head-burger::after {
    content: "";
    display: block;
    height: 2px;
    background: #ff7b01;
    position: absolute;
    transition: all ease 0.5s;
}

.head-burger::before {
    width: 28px;
}

.head-burger::after {
    width: 24px;
}

.head-burger::before {
    top: -7px;
}

.head-burger::after {
    top: 7px;
}

.in-active {
    background: #fff;
    transition: all ease 0.5s;
}

.in-active::before {
    transform: rotate(-45deg);
    top: 0;
    transition: all ease 0.5s;
    width: 34px;
}

.in-active::after {
    transform: rotate(45deg);
    top: 0;
    transition: all ease 0.5s;
    width: 34px;
}

/*------ all cat menu ---*/
.all-cat-menu {
  display: block;
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 61px;
  left: 0;
  background-color: #00000061;
  padding: 0px 50px 50px;
  text-align: center;
  z-index:-1;
  transition: 0.5s;
  opacity: 0;
}

.all-cat-menu__cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: 'Montserrat';
  max-width: 1280px;
  height: 460px;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}

.main-cat-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  list-style: none;
  position: relative;
}

.main-cat-menu li {
  display: block;
  width: 100%;
  padding: 5px;
}

.main-cat-menu__button {
/*   position: relative; */
  display: inline-block;
}

.main-cat-menu__link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: url(/wp-content/themes/zroblu/img/Vector22.svg) no-repeat right;
  color: #414342;
}

.main-cat-menu__link:hover {
  color: #f68812;
}

.main-cat-menu__dropdown,
.main-cat-menu__dropdown-services {
  display: none;
  position: absolute;
  left: 300px;
  top: 0;
  background-color: #fff;
  width: 340px;
/*   height: 380px; */
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  text-align: left;
  padding: 15px 0;
}

.main-cat-menu__dropdown {
  width: 300px;
  left: 250px;
  top: -10px;
}

.main-cat-menu__button:hover .main-cat-menu__dropdown {
  display: block;
}

.main-cat-menu__dropdown li:hover .main-cat-menu__dropdown-services {
  display: block;
}

/*---- all cat mobile menu ---*/
.mobile-cat-container .mobile-cat-container__body {
    width: 100%;
    margin: 0 auto;
    height: 0;
    line-height: 18px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.mobile-cat-container .mobile-cat-container__body p {
	margin: 10px;
    text-align: left;
	font-family: 'Montserrat';
}
.mobile-cat-container label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    margin: 0 0 5px;
	text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
	font-size:14px;
    color: #2F2F2F;
}
.mobile-cat-container input{
    display: none;
}
.mobile-cat-container label:before {
    content: '\276F';
    float: right;
	color: #ff8a1e;
}

.mobile-cat-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.mobile-cat-container input:checked + label + .mobile-cat-container__body {
    height: auto;
    margin-top: -5px;
    color: #2F2F2F;
}

.mobile-cat-container__body a {
	color: #2F2F2F;
}

.mobile-cat-container__body a:hover {
	color: #ff8a1e;
}
/*---*/
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
    padding: 5px 0px 5px 0px;
}

.header-wrap {
	display: block;
	max-width: 1280px;
    margin: 0 auto;
    padding: 5px 50px;
	position: relative;
}

.header-style {
    background: #fff;
    box-shadow: 0 10px 20px -12px rgb(0 0 0 / 42%), 0 3px 20px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 0 0 / 20%); 
}

.header-bg {
    background: #F9F9FF;
}

.header a,
.header-menu,
.nav-bar-btn,
.footer-menu {
    z-index: 9;
}

.header-menu-leng {
    color: #2F2F2F;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    background: none;
}

.logo {
    display: flex;
    align-items: center;
    color: #050505;
    text-decoration: none;
    outline: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.logo img { 
    width: 128px;
    height: 58px;
    margin-right: 5px;
	transition: ease 0.5s;
}

.header-menu,
.header-menu-leng,
.header-menu-city,
.header-phone,
.header-button,
.header-menu-city-mobile,
.header-phone-mobile,
.header-button-mobile,
.head-mail-mobile,
.footer-button,
.footer-menu,
.footer-mail-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.footer-menu {
	list-style-type: none;
}

.footer-menu a:hover {
	color: #2F2F2F;
}

.header-phone {
	padding: 5px 15px;
}

.header-menu-phone-widget {
	display: none;
}

.header-menu .primary-menu-container .menu-wrapper {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.header-menu .primary-menu-container .menu-wrapper li {
    color: #2F2F2F;
    text-decoration: none;
    padding: 5px 15px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
	list-style: none;
}

.header-menu .primary-menu-container .menu-wrapper li a, .price-box__cont-left a {
	color: #2F2F2F;
}

.header-menu .primary-menu-container .menu-wrapper li a:hover {
	color: #2F2F2F;
}

.wpglobus-current-language {
	position: relative;
	right: 0;
	text-transform: uppercase;
}

.sub-menu {
	position: absolute;
    top: 20px;
    left: 0;
}

.wpglobus_flag_uk,
.wpglobus_flag_ru {
	background: none!important;
}

.header-menu__link,
.footer-menu__link,
.footer-bottom-cont,
.footer-bottom-cont a {
    color: #2F2F2F;
    text-decoration: none;
    padding: 5px 15px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    ;
}

.open-services {
  background-color: rgba(117, 190, 218, 0.0);
  border: rgba(117, 190, 218, 0.0);
  cursor: pointer;
}

.header-button,
.header-button-mobile,
.price-button,
.footer-button {
	display: block;
    padding: 12px 20px;
    background: #FF7B01;
    border: none;
    box-shadow: 0px 4px 6px rgba(255, 138, 1, 0.3);
    border-radius: 16px;
    color: #fff;
	text-align: center;
}

.att_desc {
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    display: -webkit-box;
    max-width: 700px;
}

@media screen and (max-width: 768px) {
    .att_desc {
        font-size: 20px;
        line-height: 28px;
    }
    .att_desc--description.m-hide {
        display: none;
    }
    .wedoit-title {
        font-size: 16px !important;
    }
    .zroblu__attention {
        font-size: 16px !important;
    }
}

.att_desc--description {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left; 
    color: #2F2F2F;  
}

.lengv-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-sizing: border-box;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
    margin: 0 3px;
}

.header-phone a,
.header-phone-mobile a,
.footer-phone a,
.footer-mail-mobile a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #383938;
}

.site-content {
      margin-top: 85px;
}

section,
.comments-area {
    width: 100%;
    text-align: center;
	margin-bottom: 35px; /* EDITED ~ 135px */
}

.comments-area {
    margin-bottom: 45px;
}

.section-padding {
    padding: 10px 40px;
}

section h1 {
    font-family: 'Montserrat';
    font-size: 2rem;
    font-weight: 600;
    width: 100%;
}

.align-cont {
    font-family: 'Montserrat'; 
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    text-align: left; 
}



.zroblu__team {
    font-family: 'Montserrat';
    max-width: 680px; 
    gap: 0px; 
    margin-top: 30px;
    text-align: left;
}
 

.container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
	font-family: 'Montserrat';
	color: #383938;
}

.zroblu__attention {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #2F2F2F; 
    margin-top: 25px;
    max-width: 600px;
    
}

.zroblu__attention--description {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    max-width: 680px;
    color: #2F2F2F;  
}

.zroblu__attention--subdescription {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-style: italic;
    text-align: left;
    max-width: 600px;
    color: #2F2F2F;  
}

.attention__offers {
    font-family: 'Montserrat';
    font-size: 35px;
    max-width: 630px;
    font-weight: 500;
    line-height: 36px;
    text-align: left; 
    color: #2F2F2F; 
}

.attention__offers--subtitles {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left; 
    color: #2F2F2F; 
}

.section-content {
	margin-bottom: 0px;
}

.entry-content ul, .entry-content ol, .services-description ul, .services-description ol {
	display: block;
    width: 100%;
    text-align: left;
    list-style-position: inside;
    margin-left: 25px;
}

.container-direction {
    flex-direction: column;
}

.container-center {
    align-items: center;
}

.cont-marg {
    margin: 0.5% 2%;
}

#first {
	min-height: 390px;
}

#first,
.main-box {
    margin-top: 8%;
}

.about-us-box,
.contacts-box {
    margin-top: 130px;
}
.about-us-cont__box {
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 33px;
	flex-direction: column
}
.about-us-cont {
	font-family: 'Montserrat';
    text-align: left;
    margin: 0 8%;
}
.align-cont li {
	list-style-type: none;
}
.activity-cont,
.not-found-cont {
    display: flex;
    flex-direction: column;
    width: 45%;
    text-align: left;
    margin-top: 60px;
}

.activity-cont__title,
.not-found__title,
.wp-block-heading {
    display: block;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 43px;
    line-height: 60px;
    color: #1A1B26;    
    text-align: left;

}

.activity-cont__subtitle,
.not-found__subtitle {
    display: block; 
    margin: 19px 0;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;

}

.activity-cont__btn {
    display: flex;
    align-items: center;
    width: 100%; 
}

.activity-btn {
	/* width: 259px; EDITED*/
    font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
    padding: 20px 30px 20px 30px;
	margin: 17px 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #FF7B01;
    color: #fff;
    gap: 10px;
}

.btn,
.form-submit .submit {
    display: block;
    width: 60%;
    background-color: #ffffff;
    padding: 17px;
    color: #ff7b01 !important;
    border: 1px solid #ff7b01;
    font-family: 'Montserrat';
    font-size: 12px; 
    margin: 20px auto;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 16px;
}

.btn {
	padding: 0px;
}

.btn a,
.card-item-btn a,
.comment-box-btn a {
	display: block;
	padding: 17px;
}

.form-submit .submit {
	width: 300px;
}

.consalt-btn {
    display: none;
}

.zroblu__workplace {
    position: relative;
}

.hiw__title {
    font-family: 'Montserrat' !important;
    font-size: 35px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #2F2F2F; 
    padding: 20px;
    margin-bottom: 20px;
}

.hiw__img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.btn__portfolio {
    display: block;
    width: 200px;
    background-color: #ff7b01;
    padding: 17px;
    color: #ffffff !important;
    border: 1px solid #ff7b01;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-left: unset; 
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 16px;
}
 
@media only screen and (min-width: 769px) {
    .hiw__img-mobile {
        display: none;  
    }
}
 
@media only screen and (max-width: 768px) {
    .hiw__img-desktop {
        display: none;  
    }
}
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
    .btn__portfolio {
        margin: 0 auto;
    }
}



 

.main-container__title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-container__title {
    display: block;
    text-align: left;
    margin-bottom: 30px !important;
}

.zroblu__reviews { 
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left; 
    max-width: 617px;
}

.main-container__title,
.slider-container__title {
    color: #383938;
    font-family: 'Montserrat'; 
    margin: 1% 0; 
    font-size: 35px;
    font-weight: 700;
    line-height: 46px;
    text-align: left; 
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.entry-title {
    text-align: left;
    padding-left: 40px;
    padding-top: 30px;
    font-size: 32px;
    font-variant-caps: all-petite-caps;
    font-weight: 700;
}
@media screen and (max-width: 1278px) {
    .entry-title { 
        font-size: 25px;
        padding-left: 20px;
    }
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(img/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item img{
    max-width: 100%;
}
.owl-carousel .item {
    padding: 0 7.5px;
}
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#demo1 .customNavigation, #demo2 .customNavigation {
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: -40px;
}
#demo1 .customNavigation .btn, #demo2 .customNavigation .btn {
    padding: 0px;
}
#demo1 .customNavigation .btn.prev, #demo2 .customNavigation .btn.prev {
    position: relative;
    left:-76px;
}
#demo1 .customNavigation .btn.next, #demo2 .customNavigation .btn.next {
    position: relative;
        right: -70px;
    float: right;
}
div#demo1 {
    position: relative;
}

.user-blog {
    background: #faf2e8;
    padding: 50px 0 50px;
}
.user-blog:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background: url(img/user-blog.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
div#owl-demo1 .item {
    padding: 0 15px;
}
.blog-grid {
    background: #fff;
    box-shadow: 0px 0px 20px #c3c3c3;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
}

.discretion-blog {
    padding: 15px;
}

.discretion-blog p {
    font-size: 15px;
    color: #454343;
}

.discretion-blog h4 {
    color: #454343;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.discretion-blog .btn {
    color: #fefeff;
    background: #454343;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
}


.discretion-blog .btn:hover {
    color: #ffffff;
}
.discretion-blog .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #79b82d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 2px solid #79b82d;
}

.discretion-blog .btn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.date-blog {
    background: #82b53f;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.date-blog:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0 solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 12px solid #82b53f;
    top: -11px;
    position: absolute;
    left: 0;
}
.img-date {
    position: relative;
}
.user-blog .owl-theme .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #454343;
    opacity: 1;
}
.user-blog .owl-theme .owl-controls .owl-page.active span, .user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #82b53f;
}

/* CSS */
@media (max-width: 450px) {
    .team-item.certificates { 
        /* height: 225px !important; */
        /* width: 158px !important;
         */
         max-width: 150px !important;
         width: 140px !important;
    }
}

@media (max-width: 767px) {
    .team-item-slider.certificates {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-between;
    } 
    .team-item.certificates {
        box-shadow: unset;
        border-radius: unset;
    }

    .team-item.certificates { 
        margin: unset; 
    } 
}

.team-item.certificates {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Make sure the parent container has a set height */
}

.master-photo.cert {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.master-photo.cert img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Ensure the image covers the container while maintaining aspect ratio */
}


.slider-container__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 
.about-us-cont__box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
 
.zroblu-partners-container {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.zroblu-partners-title {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #333;
    margin-bottom: 30px;
}

.zroblu-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 25px;
}

.zroblu-partners-link {
    color: #2F2F2F !important;
}

.zroblu-image-item {
    flex: 1 0 calc(50% - 20px); /* два блока в ряд на мобильных устройствах */
    margin-bottom: 20px; 
    overflow: hidden; 
    border: 1px solid #2F2F2F;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 0px 32.94px 0px #e0e0e3;
    padding: 25px; 
    font-size: 18px;
    text-align: center; 
    margin: 0 auto;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0.3em;
}

@media screen and (max-width: 450px) {
    .zroblu-image-item.zroblu-partners-link.mobile {
        padding-top: 40px !important;
    }
}

.zroblu-image-item img {
    width: 100%;  
    object-fit: cover;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

@media (min-width: 769px) {
    .zroblu-partners-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .zroblu-image-item {
        flex: 1 0 calc(25% - 20px);  
    }
}

@media (max-width: 768px) {
    .zroblu-image-item {
        flex: 1 0 calc(50% - 20px); 
        text-align: center;
    }
}

@media (max-width: 450px) {
    .zroblu-image-item {
        flex: 1 0 calc(50% - 20px); 
        font-size: 12px;
        /* flex: 1 0 100%;   */
        text-align: center;
    }
}

.zroblu-video-wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;  
    overflow: hidden;
}

.zroblu-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.price__offers {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: left; 
}

.price__offers--half{
    max-width: 617px;
    font-weight: 600;
}

.box-number-one,
.box-contacts {
    display: flex;
    width: 32%;
    gap: 0px;
    border-radius: 16px;
    box-shadow: 0px 0px 32.94px 0px #ECECF4;
    background: #fff;
    padding: 25px 50px 10px 50px;
    text-align: left; 
}
 

.block-wedoit {
    display: flex;
    justify-content: space-between;
    /* padding: 20px; */
}

.box-wedoit {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 32%;
    gap: 0px;
    border-radius: 16px;
    box-shadow: 0px 0px 32.94px 0px #ECECF4;
    background: #fff;
    padding: 20px 20px 20px 20px;
    /* padding: 25px 50px 10px 50px; */
    text-align: left;
}

@media screen and (max-width: 766px) {
    .box-wedoit {
        /* padding: unset;    */
        max-width: unset;

    }

}

.wedoit-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

  

.wedoit-logo img {
    width: 58px;
    height: 58px;
}

.wedoit-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    height: 100%;
}
 

.wedoit-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.wedoit-description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.box-contacts {
    flex-direction: column;
    align-items: center;
}

.box-number-one,
.box-contacts {
    background: #FFFFFF;
    box-shadow: 0px 0px 32.9374px #ececf4;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: 1% 0;
    padding: 10px;
}
 
.number-one-logo,
.contacts-logo {
    display: flex;
    align-items: center;
}
 
.number-one-logo img {
	width: 58px;
	height: 58px;
}
 
.number-one-title,
.contacts-info {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.wedoit-description,
.number-one-description,
.comment-user-text {
    font-family: 'Montserrat'; 
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;  
    text-align: left; 
    margin-top: 10px !important;

}
 
.number-one-text,
.contacts-text {
    padding: 2%;
    width: 100%;
}

.service,
.card-item-box,
.team-item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-item,
.comment-item,
.team-item,
.job-item,
.comment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF; 
    box-shadow: 0 2px 10px #d2d2d2;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
    margin: 1% 0;
    padding: 10px;
    width: 45%;/* width: 380px;     */

}

.comment-item {
	/* width: 31%; */
}

.card-item,
.team-item,
.job-item,
.comment {
	width: 32%;
}

.elem-card-item {
	margin: 0 1%;
}

.service p,
.card-item-box p,
.team-item-box p {
    padding: 1% 2%;
    font-family: 'Montserrat' !important;
}

.team-item-box {
	width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.team-item-slider {
    display: flex;
    position: relative;
    left: 0;
    transition: all ease 1s;
}

.card-item-info,
.job-item-info {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.bx-controls-direction {
    display: block;
    position: absolute;
    top: -55px;
    right: 0;
}

.owl-nav {
    position: absolute;
    top: -55px;
    right: 90px;
}

.bx-wrapper .bx-prev,
.owl-prev {
    left: 4px !important;
    background: url(./img/slider-prev.png) no-repeat !important;
    width: 35px !important;
}

.bx-wrapper .bx-next,
.owl-next {
    right: -74px !important;
    background: url(./img/slider-next.png) no-repeat !important;
    width: 35px !important;
}

.carousel-slider-nav-icon,
.owl-dots {
    display: none !important;
}

.comment-item,
.team-item,
.comment {
    margin: 1%;
}
.comment-item {
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
    border-radius: 16px;
    padding: 20px;
}

@media screen and (max-width: 478px) {
    .comment-user {
        display: flex !important;
    }
}

@media screen and (min-width: 478px) and (max-width: 767px) {
    .comment-user {
        display: unset !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1078px) {
    .comment-user {
        display: unset !important;
    }
}

@media screen and (min-width: 1078px) {
    .comment-user {
        display: flex !important;
    }
}


.comment {
    width: 60%;
    margin: 10px auto;
}

.comment-item-box {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.comment-item-slider-line {
    display: flex;
    position: relative;
    left: 0;
    transition: all ease 1s;
}

.slider-button-top {}

.slider-button-bottom {
    display: none;
}

.comment-item-btn,
.team-item-btn {
    background: none;
    border: none;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding: 10px 20px;
    font-family: 'Montserrat';
    font-size: .9rem;
    color: orangered;
    cursor: pointer;
}

.comment-item-btn:hover,
.comment-item-btn:active,
.team-item-btn:hover,
.team-item-btn:active {
    color: orangered;
}

.team-item {
    margin: 1%;
}

.master-photo img {
    width: 100% !important;
    max-width: 236px !important;
    border-radius: 16px !important;
    height: auto !important;
}

.card-item-logo,
.job-item-logo,
.services-item-logo,
.popup-item-logo {
    margin: 0 auto;
}

.card-item-logo,
.services-item-logo,
.popup-item-logo,
.feedback-item-logo {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    border: none;
    padding: 15px;
    background: #EAF0FE;
}

.card-item-logo,
.job-item-logo,
.popup-item-logo,
.feedback-item-logo {
    max-width: 90px;
}

.feedback-item-logo {
	margin: 0 auto;
}

.services-item-logo {
    max-width: 200px;
}

.services-image {
    width: 168px;
	height: 160px;
}

.card-item-title,
.card-item-price,
.job-item-title,
.team-item-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #2F2F2F;
    margin: 10px 0;
}

.card-item-title a {
	color: #2F2F2F;
}

.card-item-price {
    margin: 19px 0;
}

.comment-user {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.comment-user-ava {
    padding: 0 0 20px;
    margin-right: 30px;
}

.comment-user-ava img {
    width: 80px;
	height: 78px;	
    border-radius: 50%;
}

.comment-user-rating img {  
    width: 92px;
    height: 18px;
    margin-top: 5px;
}

.comment-user-info,
.price-cont {
    text-align: left;
}

.comment-user-name {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #363E44;
}

.comment-user-cat {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #FF7B01;  
    line-height: 20px;
    text-align: left; 
}

.comment-box-btn {
    display: flex;
    justify-content: space-between; 
    margin: 0 auto !important;
    max-width: 100%;
    width: 100%;
    margin-top: 20px !important;
}

.comment-box-btn .btn { 
    max-width: 208px !important;
    width: unset;
    margin: unset;
}

@media screen and (max-width: 480px) {
    .comment-box-btn .btn {
      font-size: 12px !important;
    }
    .comment-box-btn a { 
        padding: unset;
        padding: 12px;
      }
    .reviews__all { 
        font-size: 12px !important; 
    }
  }
 

.feedback {
    display: flex;
    margin: 0 auto;
    background: radial-gradient(32.46% 99.93% at 50% 50%, #696BFF 0%, #4143E3 100%);
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
    width: 100%;
	overflow: hidden;
}

.feedback-bg {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 55px;
    background: url(./img/mask-group.svg) no-repeat;
    margin: 0 auto;
}

.feedback-right {
	width: 45%;
    color: #fff;  
}

.feedback-left {
	width: 55%;
    color: #fff;
    text-align: left;  
}

.feedback-left p {
    width: 80%;
}

.feedback-left h3,
.lang-feedback-title {
    font-family: 'Montserrat';
    font-size: 29px;
    font-weight: 700;
    line-height: 46px;
    text-align: left; 

}
 
.feedback-left p {
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-align: left; 
    margin-top: 30px;

}

.feedback-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10%;
}

.feedback-input {
    display: block;
    width: 100%;
}

.comment-respond form {
    margin: 1% 3%;
}

.feedback-input input,
.select-box,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-title input {
    width: 100%;
    padding: 18px 29px;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    background: none;
    color: #fff;
}

.select-box__review {
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
    border: 1px solid rgba(54, 62, 68, 0.9) !important;
    background: none;
    padding: 15px 20px;
    gap: 10px;
    color: black;
    font-size: 15px;
    margin-bottom: 10px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-title input {
    border: 1px solid #cbcbcb;
    color: #20242e;
    background: #fff;
}

.comment-form-comment textarea {
    max-width: 650px
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-title input {
    max-width: 350px;
    padding: 10px;
	margin-left: 5px;
}

.popup-title,
.feedback-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 26px;
    text-align: center;
	padding: 20px 0;
}

.feedback-title {
	padding: 0;
}
.popup-info,
.feedback-info {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.popup-input input {
    width: 100%;
    padding: 18px 29px !important;
    margin-bottom: 10px;
    background: #F9F9FF;
    border: 1px solid #D0DAF2 !important;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: all 1s ease 0s;
}

.popup-input input::placeholder {
    color: #645e5e;
}

.form-invalid {
	box-shadow: 0 0 5px 1px #ff7272;
}

.form-valid {
	box-shadow: 0 0 5px 1px #72ff76;
}

.popup-send-error {
	color: #ff7272;
    text-align: center;
}

.popup-btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.popup-btn-info {
    margin: 15px 0;
}

.popup-soc {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.popup-soc img {
    margin: 0 3px;
}

.popup-resalt,
.feedback-resalt {
	margin: 20px;
}

.option-box {
    background: #5658f2;
    border: 1px solid #FFFFFF;
}

::placeholder {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
}

.feedback-form textarea {
    width: 100%;
    height: auto;
    padding: 5px 10px;
}

.feedback-btn-box {
    display: flex;
    flex-direction: column; 
    width: 100%;
}

.send-button {
    width: 100%; 
    margin-bottom: 10px;  
}

.send-button button {
    width: 100%;  
    border-radius: 10px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-align: center; 
    height: 53.6px;
}

.privacy-policy-text p{
    font-family: 'Montserrat';
    font-size: 11px !important;
    font-weight: 500;
    line-height: 15px;
    text-align: left;

}

.feedback-form-btn,
.close-feedback-thx {
    width: 50%;
    padding: 5% 10%;
    background: none;
    background: #FFFFFF;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #2F2F2F;
    font-weight: 600;
    cursor: pointer;
    margin-right: 10px;
}

.close-feedback-thx {
	margin: 0 auto;
    padding: 10px;
}

.feedback-btn-box p {
    font-family: 'Montserrat';
    font-size: 9px;
}

.social-box {
	display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: -5px;
}


.popup-soc,
.popup-btn-info {
	display: none;
}

.social-box img,
.social-box a {
    width: 35px;
	height: 35px;
}

.footer-mail-mobile {
    display: none;
}

/* faq акордеон */
.price-box,
details {
	display: flex;
    overflow: hidden;
}
.elem-price-box {
	display: block;
}
.price-box,
.elem-price-box,
details {
    background: #FFFFFF;
    box-shadow: 0px 0px 32.9374px rgb(233 233 233 / 80%);
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
    padding: 15px;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0.5% 0;
}

summary::-webkit-details-marker {
    display: none;
}

summary::-moz-list-bullet {
    list-style-type: none;
}

summary::marker {
    display: none;
}

.price-box__cont,
summary {
    display: block;
    padding: .3em 1em .3em .9em;
    font-family: 'Montserrat';
    font-size: 16px;
	line-height: 26px;
    position: relative;
	width: 100%;
}

summary {
    cursor: pointer;
}

.price-box__cont-left,
.price-box__cont-right,
.price-box__cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-box__cont-left {
font-weight: 500;
font-size: 18px;
line-height: 22px;
}

.price-box__cont-right span {
	padding: 0 15px;
}

summary:before {
    top: .4em;
    right: .3em;
    color: transparent;
    background: url("/wp-content/themes/zroblu/img/faq-arrow.svg") no-repeat 50% 50% / 1em 1em;
    width: 1em;
    height: 1em;
    content: "";
    position: absolute;
    transition: transform .5s;
}

details[open]>summary:before {
    transform: scale(1, -1);
}

summary~* {
    padding: 0 1em 10px 1.4em;
}

details[open] summary~* {
    animation: sweep .5s ease-in-out;
	font-weight: 400;
}

@keyframes sweep {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

summary:focus {
    outline: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.3);
}

body {
    text-align: left;
    font-family: 'Montserrat' !important;
}

.container-wrap {
    flex-direction: column;
}

.footer {
    width: 100%; /* Растягиваем на всю ширину */ 
    padding: 10px;
    font-family: 'Montserrat';
    font-size: 13px;
}

.container-wrap-footer {
    max-width: 1200px; /* Ограничиваем максимальную ширину */
    margin: 0 auto;
    padding: 0 15px;
}

.footer-top-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px; /* Добавим расстояние между колонками */
}

.footer-column {
    flex: 1 1 calc(25% - 20px); /* Равномерное распределение по ширине и учитываем gap */
    margin: 10px 0;
    text-align: left;
    color: #999999;
    min-width: 150px;
    line-height: 26px;
}

.footer-logo img {
    max-width: 100px; 
}

.footer-contact-info p {
    margin: 5px 0;
    color: #363E44;
}

.footer-column h3 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #363E44;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

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

.footer-column ul li {
    margin-bottom: 5px;
    color: #3F3C3F;
    /* font-weight: bold; */
    cursor: pointer;
    transition: color 0.2s;
}

.footer-column ul li a {
    text-decoration: none;
    color: #3F3C3F;
    transition: color 0.2s;
    font-weight: 500;
}

.footer-column ul li:hover,
.footer-column ul li a:hover {
    color: #252525; 
}

.footer-social {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.footer-social a img {
    width: 32px;
    height: 32px;
}

.social {
    /* margin-top: 20px; Расстояние сверху */
    color: #3F3C3F;
}

.social h1 {
    font-size: 16px; /* Размер шрифта заголовка */
    margin-bottom: 10px; /* Расстояние между заголовком и иконками */
    color: #363E44; /* Цвет заголовка */
    text-transform: uppercase; /* Преобразование текста в верхний регистр */
    letter-spacing: 0.1em; /* Расстояние между буквами */
}

.social ul {
    list-style: none; /* Убираем маркеры у списка */
    padding: 0; /* Убираем внутренний отступ у списка */
}

.social ul li {
    display: inline-block; /* Размещаем иконки горизонтально */
    margin-right: 5px; /* Расстояние между иконками */
}

.social ul li:last-child {
    margin-right: 0; /* Убираем правый отступ у последней иконки */
}

.social ul li img {
    width: 17px !important; /* Ширина иконки */
    height: 17px !important; /* Высота иконки */
}

.social ul li img:hover {
    opacity: 0.8; /* Уменьшение прозрачности при наведении */
}
 

@media (min-width: 868px) {
    .container-wrap-footer { 
        max-height: 350px;
    }
    .footer-top-cont {
        flex-direction: column;
        align-items: left;
    }
    .footer-column {
        text-align: left;
        flex: 0 0 100%;
        min-width: 235px !important;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-contact-info p, .footer-column h3, .footer-column ul li a {
        font-size: 15px;
    }
}

 
.footer__desc {
    font-weight: 600; 
    font-size: 15px; 
    color: #2F2F2F;
}

/* slider team */
.carousel-slider__post {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 32.9374px #ececf4 !important;
	-webkit-border-radius: 16px!important;
	-moz-border-radius: 16px!important;
    border-radius: 16px !important;
    margin: 10px !important;
}

.carousel-slider__post-header {
    background: #F9F9FF;
    border: 1px solid #F9F9FF;
    border-radius: 8px 8px 0px 0px;
    margin: 10px;
}

.carousel-slider__post-title {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #2F2F2F !important;
    margin: 5px !important;
    min-height: 1.75em !important;
}

.carousel-slider__post-meta {
    display: none !important;
}

.carousel-slider__post-image {
    background-size: 62% !important;
    background-repeat: no-repeat;
    background-color: #ffffff00 !important;
}

.carousel-slider__post-excerpt {
    text-align: center !important;
    margin: 0rem 1rem 1rem !important;
}

/* comments style */
.comment-form-comment label,
.comment-metadata a {
    display: none;
}

.edit-link a {
    display: block;
}

.nav-previous,
.nav-previous a,
.nav-next,
.nav-next a,
.meta-nav,
.comment-author {
    display: flex;
    align-items: center;
}

.nav-previous,
.nav-next,
.comment-author {
    justify-content: center;
}

.comment-author img {
    margin-right: 10px;
}

.meta-nav {
    margin-right: 5px;
}

/* Dropdown menu css */
.select {
    display: block;
/*     max-width: 215px; */
    width: 100%;
	text-align: left;
}

.city-select,
.mobile-city-select,
.leng-select {
	color: #ff7b01;
    padding: 5px 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.leng-select {
	color: #2F2F2F;
}

.city-select__list {
	display: none;
    position: absolute;
    top: 65px;
    left: 15%;
    width: 25%;
}

.leng-select__list {
	display: none;
	position: absolute;
    top: 65px;
    right: 4%;
    width: 60px;
    text-align: center;
}

.city-select__list,
.leng-select__list {
    cursor: pointer;
	background: #FFFFFF;
    box-shadow: 0px 0px 32.9374px #dfdfdf;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 10px;	
}

.mobile-city-select__list {
	display: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
}

.city-select__list.on,
.mobile-city-select__list.on {
    display: block;
}

.city-select__item span,
.mobile-city-select__item span {
    display: block;
    padding: 10px 15px;
}

.city-select__item span:hover {
    color: #ff7b01;
}

.city-select:after,
.mobile-city-select:after {
    content: '\276F';
    display: block;
    color: #f68812;
    position: absolute;
    right: 5px;
    top: 5px;
/*     opacity: 1; */

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.city-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.select-box {
	text-align: left;
}
.new-select-box__list {
	margin-top: 10px;
}
.new-select-box:before {
    content: '\276F';
    float: right;
    color: #fff;
	transform: rotate(90deg);
}

.new-select-box__item {
	padding:10px 0;
}

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

.new-select-box__review__list {
	margin-top: 10px;
}
.new-select-box__review:before {
    content: '\276F';
    float: right;
    color: black;
	transform: rotate(90deg);
}

.new-select-box__review__item {
	padding:10px 0;
}
/*------ стилізація коментаря ---------*/
.comment-body {
	display: grid;
    grid-template-columns: 25% auto;
    grid-template-rows: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
	align-items: center;
    justify-items: center;
}

.comment-meta {
    grid-area: 1 / 1 / 2 / 2;
}

.comment-content {
	grid-area: 1 / 2 / 2 / 3;
	border-left: 1px solid #d5d5d559;
	padding: 5px;
}

.reply {
	display: none;
	grid-area: 2 / 1 / 3 / 3;
}

.comment-edit-link {
	margin-top: 10px;
}
@media (max-width: 640px) {
	.comment-body {
		display: flex;
    	flex-direction: column;
	}
	
	.comment-content {
		border-left: none;
		border-top: 1px solid #d5d5d559;
		margin: 5px 0;
	}
}
	
@media (max-width: 1024px) {
	.site {
    	background: url(./img/site-bg-full.png) no-repeat center 30%;
	}
    .header-menu__link {
        padding: 5px;
    }

    .header {
        padding: 5px;
    }

	.head-cont {
		background-position: 90%;
	}
	
	.header-wrap {
		padding: 5px 30px;
	}
    .logo {
        margin-left: 10%;
    }

    .header-menu,
	.header-menu-city {
        display: none;
    }

    .nav-menu li,
    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
    }

    .mobile-menu-head,
    .header-menu__mobile-cont,
    .header-menu-city select,
    .head-mail-mobile a,
    .header-phone-mobile a {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        color: #2F2F2F;
        line-height: 24px;
    }

	.header-menu-city select {
		color: #FF7B01;
		background: none;
	}
	
    .mobile-menu-head {
        border-bottom: 1px solid #EAF0FE;
    }

    .header-menu__mobile-cont {
        font-size: 14px;
        line-height: 22px;
        border-bottom: 1px solid #EAF0FE;
    }

    .header-menu__link-mobile {
		font-size: 14px;
		color: #2F2F2F;
		background: url(/wp-content/themes/zroblu/img/Vector22.svg) no-repeat right;
		width: 100%;
		text-align: left;
    }

    .mobile-menu-head span {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #2F2F2F;
    }

    .mobile-menu-close {
        border: none;
        background: none;
    }

	
    .mobile-menu-close img {
        width: 18px;
		height: 18px;
    }
	
    .header-menu-city-mobile select {
        color: #FF7B01;
        border: none;
        border-bottom: 1px dashed #FF7B01;
        border: 1px solid #fff;
    	background: #fff;
    }

    .head-mail a {
        font-size: 16px;
    }

	.activity-cont__title, 
	.not-found__title {
		font-size: 46px;
    	line-height: 50px;
	}
	
	section, .comments-area {
		margin-bottom: 90px;
	}
	
    section h1 {
        font-size: 18px;
    }

    .menu {
        display: block;
        overflow: auto;
        position: fixed;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background-color: #fff;
        text-align: center;
        z-index: 13;
        transition: 0.5s;
    }

    .menu.active {
        top: 0;
    }

    .nav-bar-btn {
        display: block;
    }

    .activity-cont,
    .not-found-cont {
        width: 55%;
        flex-direction: column;
        text-align: left;
    }

    .activity-cont {
        margin-top: 60px;
    }

    .not-found__title span {
        line-height: 38px;
        margin: 5px;
    }

    .not-found__subtitle span {
        line-height: 24px;
        margin: 5px;
    }

    .information-mfo:nth-child(even) {
        box-shadow: -5px 0 4px -2px rgb(0 0 0 / 80%);
        border-bottom: none;
        background: #2a69ca;
        color: #fff;
    }

    .information-mfo:nth-child(even) h3 {
        color: #fff !important;
        background: transparent;
    }

    .information-mfo:nth-child(even) a {
        color: #073478 !important;
    }

/*     .logo img, */
    .footer img {
        width: 50px;
        height: 50px;
    }

    .box-wedoit {
        flex-direction: column;
        align-items: center;
    }

    .card-item,
	.job-item,
    .box-number-one,
    .box-contacts {
        width: 48%;
    }

    .feedback-left h3 {
        font-size: 38px;
    }

    /* .footer-top-cont,
    .footer-bottom-cont {
        flex-direction: column;
    } */

    .footer-mail-mobile,
    .footer-phone,
    .footer-top-cont input {
        margin: 10px;
    }

    .footer-mail-mobile {
        display: block;
    }
}

@media (max-width: 875px) {
	.header-wrap {
		padding: 5px 15px;
	}
	.head-cont {
		background-position-y: 95px;
	}
	
	.activity-cont__title, 
	.not-found__title {
		font-size: 42px;
    	line-height: 46px;
	}

	.section-padding {
    	padding: 10px 20px;
	}
}

@media (max-width: 767px) {
	#first, .main-box {
    	margin-top: 15%;
	}
	.head-cont {
		position: relative;
/* 		background: url(./img/Vector.svg) no-repeat center; */
		background-position: center;
	}
	.head-cont:after {
		content: "";
		background: url(./img/Vector.svg) no-repeat center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.site,
	.site-nf {
		display: block;
		background: url(./img/site-bg-mobile-full.svg) no-repeat center;
		background-size: 195%;
		background-position-y: -70px;
	}
	
    .header-menu-city,
    .header-phone,
    .header-button {
        display: none;
    }

	.header-menu-leng {
		align-items: flex-start;
	}
	
	.header-menu-phone-widget {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		margin-right: 15px;
	}
    .logo {
        margin-left: 42%;
    }

    .activity-cont,
    .not-found-cont {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

	.activity-cont,
    .not-found-cont {
        height: 600px;
    }

	.activity-cont__title, 
	.not-found__title {
		font-size: 30px;
		line-height: 36px;
	}
    .activity-cont__subtitle {
        display: none;
    }

    .activity-cont__btn {
        justify-content: center;
        margin-left: 0;
        display: unset;
    }

    .block-wedoit {
        flex-direction: column;
    }

    .box-wedoit {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }

    .card-item,
	.job-item {
        width: 100%;
        margin: 2% 1.66%
    }

    .feedback-left h3 {
        font-size: 30px;
    }

    .feedback-left p {
        font-size: 14px;
    }

    .slider-button {
        position: relative;
        justify-content: space-between;
    }

    .aboutus-box-img {
        display: none;
    }

    .block-wedoit {
        flex-direction: column;
    }

    .box-wedoit {
        width: 100%;
        margin: 15px 0;
    }

    .feedback-form {
        margin: 0 10%;
        width: 80%;
    }

    .feedback-bg {
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }

    .feedback-left,
    .feedback-right {
        width: 100%;
    }

    .header-button {
        display: none;
    }

    .consalt-btn {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .comment {
        width: 90%;
    }
	.site-404 {
    background: none;
	}
	
	.price-box {
		margin-bottom: 15px;
	}
	.price-box__cont-left {
		padding: 0 10px;
    	width: 100%;
	}
	
	.price-box__cont-right {
		width: 100%;
    	align-items: flex-start;	
	}
	
	.price-box__cont-right, .price-box__cont {
		flex-direction: column;
	}
	
	.price-box__cont-right span {
		margin: 10px;
		padding: 0;
	}

	.footer-top-cont__right-side {
		flex-direction: column;
	}
	
	.footer-top-cont__left-side {
		align-items: flex-start;
	}
	
}
@media screen and (max-width: 440px) {
    .wedoit-logo {
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
	.head-cont {
		background-position-y: 45%;
    	background-size: 60%;
	} 
	
	.wedoit-logo,
	.number-one-logo {
		width: 20%;
	}
	
	.wedoit-text,
	.number-one-text {
		width: 80%;
	}
	
    .slider-button-top {
        display: none;
    }

    .slider-button-bottom {
        display: block;
    }
	.slider-button-bottom img {
        width: 30px;
		height: 16px;
    }
}

@media (max-width: 480px) {
	#first, .main-box {
    	margin-top: 20%;
	}
	
	.head-cont {
		background-position-y: 45%;
		background-size: 65%;
	}
	
    .btn {
        padding: 7px;
    }

	.logo {
		margin-left: 35%;
	}
	
    .footer-menu {
		flex-direction: column;
	}
	
    .footer img {
        width: 45px;
        height: 45px;
    }

    .header-phone a {
        display: none;
    }

    .activity-cont__title,
    .not-found__title {
        margin: 0;
    }
	.not-found__subtitle {
		font-size: 18px;
    	line-height: 26px;
    	margin: 5px 0;
	}
	
    .box-number-one,
    .box-contacts,
    .comment-item,
    details {
        width: 100%;
        padding: 30px;
        margin-top: 20px;
        /* margin: 10px 0; */
    }

    .feedback-left h3 {
        font-size: 22px;
    }

    .footer-bottom-cont {
        flex-direction: column;
        margin-top: 10px;
    }
}

@media (max-width: 360px) {
	.feedback-left h3, .lang-feedback-title {
		font-family: 'Montserrat';
		font-weight: 700;
		font-size: 34px;
	}
	
	.feedback-form-btn, .close-feedback-thx {
		padding: 5%;
	}
}
/* elementor header */
	.elem-head-wrap {
		display: flex;
		padding: 50px 0;
	}
	.elem-box-wrap {
		background: #fff;
		box-shadow: 5px 0px 25px #ececf4;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		padding: 10px;
		margin: 1%;
		width:calc(94%/3)!important;
	}
	.elem-head-wrap__left-side {

	}

	.elem-head-wrap__right-side {

	}
/* down header city */

    .head-city-wrap {
        display: none;
    }

    @media (max-width: 767px) {
		.elem-head-wrap {
			min-height: 530px;

		}
		.elem-head-wrap__right-side {
        	display: none;
    	}
        .head-city-wrap {
            display: flex;
        }

        .style-select-none {
            border: none;
            background: none;
        }

        .head-city-left {
            display: block;
            width: 28%;
            margin-right: 2%;
            padding: 8px 0px;
        }

        .head-city-right {
            display: block;
            width: 70%;
        }

        #first {
            margin-bottom: 5px;
        }
		.elem-box-wrap {
			width: 100%!important;
		}
    }

    @media only screen and (max-width: 768px) {
        .main-container__title  {
            font-size: 23px !important;  
            line-height: 30px;  
        }
        .elementor-heading-title { 
            font-size: 23px !important;  
            line-height: 30px;  
        }
        .zroblu-partners-title {
            font-size: 23px !important;  
            line-height: 30px;   
        }
        .hiw__title,
        .attention__offers { 
            font-size: 24px !important;  
            line-height: 30px;  
        }
        section, .comments-area {
            margin-bottom: 10px !important;
        } 
        .feedback-left h3, .lang-feedback-title {
            font-size: 26px; 
            line-height: 32px;
        }
        .feedback-left {
            padding-left: 32px; 
        }
        
    p.p_desc {
        font-size: 13px !important;
    }
    .comment-user-text {
        margin-top: 10px !important;
        font-size: 14px !important;
    }
    }

    .why__block-wedoit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.why__box-wedoit {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.why__wedoit-logo img {
    width: 50px;
    height: 50px;
}

.why__wedoit-text {
    margin-left: 15px;
}

.why__wedoit-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.why__wedoit-description {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0;
}
 

@media (max-width: 600px) {
    .why__block-wedoit {
        padding: 5px;
    }

    

    .why__box-wedoit {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .why__wedoit-logo img {
        width: 40px;
        height: 40px;
    }

    .why__wedoit-text {
        margin-left: 0;
        margin-top: 10px;
    }

    .why__wedoit-title {
        font-size: 16px;
    }

    .why__wedoit-description {
        font-size: 12px;
    }
}

  
@font-face {
 font-family: 'Montserrat';
 src: url(/wp-content/themes/zroblu/fonts/Montserrat-VariableFont_wght.ttf);
 }
.entry-content ul, .entry-content ol {
	margin-bottom:10px;
}

/* Общие стили для формы */
.comment-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9; 
    border-radius: 5px;
}

.comment-form p {
    margin-bottom: 15px;
}

.comment-form label {  
    color: #333;
}

/* Стили для текстовых полей и textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
    background-color: #fff;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form textarea:focus {
    border-color: #0073aa;
    outline: none;
}

/* Стили для радиокнопок */
.commentratingbox { 
    direction: rtl; /* обратный порядок для визуального отображения справа налево */
    display: inline-block;
}
.commentrating input {
    display: none;
}
.commentrating label {
    color: #bbb; /* серый цвет звездочек */ 
    font-size: 30px;
    padding: 0 5px;
    cursor: pointer;
}
 
.commentrating input:checked ~ label,
.commentrating input:checked ~ label ~ label {
    color: gold; /* золотистый цвет при выборе */
}
.commentrating input:checked + label {
    color: gold; /* золотистый цвет выбранной звездочки */
}

/* Стили для кнопки отправки */
.comment-form .form-submit {
    text-align: right;
}

.comment-form .form-submit .submit {
    border: 1px solid #ff7b01; 
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease; 
    background-color: #ff7b01; 
    color: #ffffff !important;
}

.comment-form .form-submit .submit:hover {
    background-color: #ffffff;
    color: #ff7b01 !important; 
}

/* Стили для чекбокса согласия */
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 10px;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    color: #555;
}



