/*
Theme Name: remontdomanewtheme
Author: me
*/
* {
	padding:0;
	margin:0;
	box-sizing: border-box;
}

/*ul.menu > li {
	display:block;
}
ul.menu > li.menu-parent-item::after{

	background:#fff ;

       content: "\25bc";
        position: relative;

	
	
}*/
li.menu-parent-item a {
	display:flex;
	justify-content:space-between;
}
.menu-parent-item jd-nav-arrow {
	order:2;
}
.menu-parent-item .sub-menu {
	order:2;
}
.icon-angle-down {
	background:#fff url(images/down-arrow.png) right center no-repeat;
    background-size: 18px 18px;
	width:18px;
	height:18px;
	display:block;
}
ul {
	padding:10px 20px;
}
.aligncenter {
	margin:0 auto;
}
.desktop {
	display:none;
}
.close-btn-wrapper {
	position: absolute;
	right:5px;
	top:5px;
	height: 32px;
    width: 32px;
	display: inline-block;

}
.close-btn-wrapper:hover {
	
}
.close-btn {
	height: 100%;
    width: 100%;
    cursor: pointer;
    stroke: #fff;
}
.top-bar-logo {
	margin-right: auto;
	display:flex;
	align-items:center;
}
.top-bar-logo img {
	height:26px;
	width:auto;
	margin-left:-7px;
}
:root {
  --main-accent-color: #009edb;
  --main-text-color: #111;
  --secondary-text-color: #333;
  --main-font: 'Roboto', sans-serif;
}
body {
  background: #EDEEF0;
    font-family: var(--main-font);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	font-size:1rem;
}

.logo img {
  max-height: 120px;
  width: auto;
}

#container-news {
	display:flex;
	flex-direction:column;
}
/*-------------menu for mobile------------ */




.main-menu {

  position: fixed;
  height: 100vh;
	width:80%;
  max-width: 90%;
  top: 0;
  right: 0;
  padding: 30px 20px;
		background: #507299;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari 
   * transform-origin: 0% 0%;*/
overflow-y: auto;
  transform: translateX(100%);
z-index:999;
  /* transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
	
  transition-timing-function: ease-in;
  transition: 0.4s;
}
.open-nav {
  transform: translate(0, 0);
}
.main-menu a {
  color: #fff;
  text-decoration: none;
  color: var(--secondary-text-color);
}
.main-menu ul.menu,
.main-menu ul.sub-menu{

  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.main-menu ul.sub-menu {
	display:none;
	padding:0px 0 0 15px;

}

.main-menu ul a {
	color:#fff;
	padding:5px;
	font-size:1rem;
	line-height:1rem;
}
.main-menu ul.sub-menu  a {
	font-size:0.8rem;
}


.main-menu ul li {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
	.main-menu  ul li a {
		flex-grow: 1;
		display:inline-block;
		width:auto;
		flex: 1 0 80%;
	}
.menu-parent-item .jd-nav-arrow {
	order:2;
	margin-left:auto;
	flex-grow: 1;
	background: url('https://test.remontdoma.kiev.ua/wp-content/uploads/2023/03/down-arrow-white.png') center center no-repeat;
	width:20px;

	cursor:pointer;
}
.menu-parent-item .sub-menu {
	order:3;
	flex-grow: 1;
	flex-basis: 100%; display: flex
}
/*end menu for mobile */


html {
  scroll-behavior: smooth;
}
thead tr {
  text-align: center;
  font-weight: bold;
  background: #ccc;
}
thead tr td {
  padding: 5px 20px;
}
.footer-inner img {
  margin: 5px;
}

.container {
  flex: 1;
   display: flex;
   flex-direction: row;
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
.sidebar,
.content {
    display: flex;
    flex-direction: column;
	margin-top:20px;

}

.sidebar {
    flex-grow: 1;
    min-width: 275px;
	display:none;
}

.content {
background:#fff;
	width:100%;
	padding:20px;
	max-width:805px;
}

.breadcrumbs {
  margin: 10px auto;
  width: 100%;
  max-width: 1100px;
  font-size: 12px;
  padding: 0 10px;
}
table {
  margin: 5px atuo;
  width: 100%;
}
table td {
  border: 1px solid #ddd;
  padding: 5px;
}
p {
  margin: 5px 0 5px 0;
  font-size: 15px;
}

header {
  /*position: fixed;
	width: 100%;
	z-index: 1000;*/
  width: 100%;

  background: #fff;
  margin: 0 auto;
 /* position: fixed;
  top: 0px;
  z-index: 1000;*/
  transition: all 0.7s ease; /* swap with your `animation: ...` rule */
}


.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
	width:100%;
  max-width: 1100px;
  margin: 0 auto;

  border-radius: 0 0 0px 0px;
}
header svg {
  width: 2em;
  display: block;
  height: auto;
  fill: #222;
}

.header-info-container {
  background: #507299;
  border-bottom: 0px solid #eee;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  transition: all 0.3s ease;
}

.header-container p {
  margin: 0;
}
a {
  color: #1e72a0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.whitetext a {
  color: #e9d8af;
  text-decoration: none;
}
.whitetext a:hover {
  color: #e9d8af;
  text-decoration: none;
}
a:hover {
  color: #185b80;
  text-decoration: none;
}

.widget {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.postheader {
  text-align: center;
  padding: 10px 5px 10px;
  font-weight: bold;
  font-size: 26px;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
div.aligncenter {
  margin: 0 auto;
  display: block;
}
.wp-caption {
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
	text-align:center;
	
}
.wp-caption  p.wp-caption-text {
	font-size:0.7rem;
}
h2 {
    color: #14507B;
    margin: 10px 0 0;
    font-size: 1.4rem;

}
h3 {
   color: #14507B;

  letter-spacing: -1px;
font-size: 1.43rem;
}
h4 {
   color: #14507B;

  letter-spacing: -1px;
font-size: 1.2rem;
}


/* Begin Additional CSS Styles */
.customlist ul {
  padding: 10px;
}
.customlist ul li {
  background: url("images/customlist.png") left center no-repeat;
  padding: 10px 10px 10px 45px;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-bottom: 0px solid #eaeaea;
  /*	font-weight:bold;*/
}
.customlist ul li:last-child {
  border-bottom: 0px solid #eaeaea;
}

.customlist2 ul {
  padding: 10px;
}
.customlist2 ul li {
  background: url("http://test.defacto.in.ua/test19/wp-content/uploads/2021/11/customlist-whitebg.png")
    left center no-repeat;
  padding: 10px 10px 10px 45px;
  list-style-type: none;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-bottom: 0px solid #91222a;
  font-weight: normal;
}
.customlist2 ul li:last-child {
  border-bottom: 0px solid #eaeaea;
}

.orange h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff; /*fd6641;*/
  font-weight: bold;
  /*background:#fff;rgba(255,255,255,0.7);*/
  padding: 7px 25px;
  font-size: 22px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.orange h3 {
  color: #474b4f;
  /*background:rgba(255,255,255,0.7);*/
  padding: 7px 25px;
}
.orange h2:after {
  content: " ";
  display: block;
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.greenblok h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff; /*fd6641;*/
  font-weight: bold;
  /*background:#fff;rgba(255,255,255,0.7);*/
  padding: 7px 25px;
  font-size: 22px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.greenblok h3 {
  color: #474b4f;
  /*background:rgba(255,255,255,0.7);*/
  padding: 7px 25px;
}
.greenblok h2:after {
  content: " ";
  display: block;
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.greenblok p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.greenblok {
  padding: 20px 10px 10px;
  background: rgba(167, 230, 131, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(167, 230, 131, 1) 0%,
    rgba(95, 198, 36, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(167, 230, 131, 1)),
    color-stop(100%, rgba(95, 198, 36, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(167, 230, 131, 1) 0%,
    rgba(95, 198, 36, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(167, 230, 131, 1) 0%,
    rgba(95, 198, 36, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(167, 230, 131, 1) 0%,
    rgba(95, 198, 36, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(167, 230, 131, 1) 0%,
    rgba(95, 198, 36, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e683', endColorstr='#5fc624', GradientType=1 );
  border-radius: 8px;
}
.headingwithborder h4:after {
  content: " ";
  display: block;
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  background: #ffca22;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* End Additional CSS Styles */

.zayavka {
  float: right;
  margin: 32px 5px 5px 0;
  max-width: 220px;
}

.fl-module-content {
  margin: 5px 10px !important;
}
.fl-row-content-wrap {
  padding: 5px !important;
}
.postcontent ol {
  margin: 0 0 0 40px;
  padding: 0 0 0 0px;
  counter-reset: item;
}
.fl-builder-content .blok {
}
.blok img {
  box-sizing: content-box !important;
  border: 2px solid #ccc;
  border-radius: 5px;
  max-width: auto !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
}
.blok a img:hover {
  border: 2px solid #2a72d4;
}
.blok h2 {
  font-family: "Merriweather", serif;

  font-size: 36px;
  letter-spacing: -1px;
}

.blok h3 {


  font-size: 24px;
}

.zayavka input[type="text"],
.zayavka input[type="password"],
.zayavka input[type="email"],
.zayavka input[type="url"],
.zayavka input[type="tel"],
.zayavka input[type="number"] {
  width: 100%;
  max-width: 300px;
  padding: 6px;
  color: #3d5166 !important;
  font-size: 14px;
  font-family: Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  box-sizing: border-box;
}
/*textarea
{
   width: 100%;
max-width:300px;
   padding: 6px;
   color: #3D5166 !important;
   font-size: 14px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-shadow: none;
box-sizing : border-box;
}*/
.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #f7e700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-size: 12px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: -2px !important;
  left: 1px !important;
  z-index: 100;
	max-width:98%;
  border: 0px solid #ff0000 !important;
  background: #fff !important;
  padding: 0px 2px 0px 6px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}

.iframecenter iframe {
  display: block;
  margin: 0 auto;
}
.forma input[type="text"],
.forma input[type="password"],
.forma input[type="email"],
.forma input[type="url"],
.forma input[type="tel"],
.forma input[type="number"] {
  width: 100%;
  max-width: 320px;
  padding: 6px;
  color: #3d5166 !important;
  font-size: 14px;

  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  box-sizing: border-box;
}
.forma {
 
}
.forma p {
  margin: 5px 0;
}

.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #f7e700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-size: 12px;

}

.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;

  font-size: 12px;

}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0px !important;
  left: 1px !important;
  z-index: 100;
  border: 0px solid #ff0000 !important;
  background: #fff !important;
  padding: 2px 2px 0px 6px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;

}
.whitetext h2,
.whitetext p,
.whitetext table {
  color: #fff;
}
.centerimage,
.zayavka {
  text-align: center;
}
.centerimage img,
.zayavka img {
  display: inline-block;
  margin: 0px 5px;
}






.more-link {
  display: block;
  font-weight: bold;
  padding: 0px;
}

.left {
  width: 29%;
  height: auto;
  float: left;
  align-items: center;
  margin: 20px 1% 0 0;
}
.left img {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.6);
  width: 100%;
  height: auto;
}
.right {
  float: left;
  width: 70%;
}
.entry-content {
  width: 100%;
}
.date {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  color: #222;
}
.sharediv {
  float: right;
}
.btnleft {
  float: left;
}
.breadcrumbs .postcontent h1 {
  text-align: center;
}
h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0;
}

.headeremail {
  text-align: center;
  /*	width:33%;*/
}
.header-phones {
  text-align: right;
  /*width:33%;*/
}
.languages {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.languages ul,
.languages ul li {
  padding: 0;
  margin: 0;
}
.languages li {
  display: inline;
  margin: 0 5px;
}
.languages a {
  color: #000;
  margin-right: 5px;
  text-transform: uppercase;
  color: #fff;
}
.languages a:hover {
  text-decoration: none;
  color: #4a8eb3;
}
.widget-last {
  display: block;
}

/* additional*/
.siteorigin-widget-tinymce img {
  max-width: 100%;
  height: auto;
}
.blok h3 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 0;
}
/*MENU styling*/
.menuwidget {

}

/*end of menu styling*/
.phones {
  margin: 5px 5px 0 10px;
  display: flex;
}
.phones td {
	border:0;
	padding:0;
	text-align:center;
}
.logoblock {

  display: flex;
	flex-direction:column;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  width: 100%;
  max-width: 1100px;
}

.slogan img {
  width: auto;
  max-height: 180px;
}
.topbarsearch {
flex: 0 0 100%;
}

.top-bar-logo, .languages, .ham-menu {
flex: 1;
}
.ham-menu {
	max-width:32px;
	height:auto;
  fill: #fff;
}
.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  padding: 5px 10px;
  font-size: 16px;
  display: flex;
  align-content: space-between;
	justify-content: space-around;
flex-wrap:wrap;
  
}


.numberspan span {
  font-size: 20px;
  font-weight: bold;
  background: #fcca2f;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
}
.numberspangreen span {
  font-size: 20px;
  font-weight: bold;
  background: #63c634;
  padding: 20px 30px;
  border-radius: 5px;
  display: inline-block;
}
.whitetext {
  color: #ffffff;
}
.cf7wrapper {
}

.onethird {
  width: 33%;
  float: left;
  margin-right: 1%;
  margin-bottom: 5px;
}
.onethirdlast {
  width: 32%;
  float: left;
  margin-bottom: 5px;
}
.onethird input[type="text"],
input[type="email"],
.onethirdlast input[type="text"],
inputlast[type="email"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 3px 5px;
  font-size: 14px;
}
.onefull {
  width: 100%;
  margin: 5px auto 5px;
}
.onefull textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 3px 5px;
  font-size: 14px;
}
.wpcf7 .btn1 {
  background: #009300;
  display: block;
  margin: 0 auto;
  width: 200px;
}
.wpcf7 .btn1:hover {
  background: #006400;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background: #ffb900;
  font-weight: normal;
  text-align: center;
	font-size:0.8rem;
	border-radius:3px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  font-weight: normal;
  text-align: center;
  color: #fff;
		font-size:0.8rem;
	border-radius:3px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 10px 20px 10px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.zayavkabox {
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);

  padding: 35px 25px 15px 25px;
  background: #fff;
}
.zayavkabox h2 {
  margin: 10px 0 30px 0;
}
.footer {
  width: 100%;
  margin: 0 auto;
  background: #333;
  padding: 0px 0px;
}
.footer a {
  color: #fff;
}
.footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: auto;
  display: none;
}
.footer-inner p {
  color: #ccc;
}
.footer-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.footer-copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #222;
  padding: 5px 0;
  font-size: 13px;
  color: #ccc;
}
.footer-copyright p {
  margin: 0;
  font-size: 13px;
  color: #ccc;
}
.three-columns {
  width: 33%;
  float: left;
  padding: 10px 0;
  font-size: 14px;
}
.three-columns .footer-widget-title,
.three-columns .textwidget {
  padding: 0 10px;
  color: #fff;
}
.three-columns p {
  margin: 0 0 5px 0;
}
.footer-widget {
  text-align: center;
}
.footer ul.menu,
.footer ul.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-widget-title {
  font-size: 16px;
  margin: 5px auto;
  width: 100%;
  font-weight: bold;
}



.whitetexth3 h3 {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  color: #fff;
}

.customh {
  text-align: justify;
}
.customh h2 {
  margin-bottom: 18px;
  font-weight: 600;
}
.customh h2:after {
  content: "";
  border-bottom: 5px solid #1e72a0; /*c7161d;*/
  width: 60px;
  display: block;
  margin: 5px 0px 0;
}
.customh h3:after {
  content: "";
  border-bottom: 5px solid #1e72a0; /*c7161d;*/
  width: 60px;
  display: block;
  margin: 5px 0px 0;
}
.customh p {
  /*text-indent: 30px;*/
}
.whitetext .customh h2 a {
  color: #fff;
  text-decoration: none;
}

.page-template-no-title-page .breadcrumbs,
.breadcrumbs {
  display: none;
}


.blok1 {
  border-radius: 0px;
  background: #fff;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.35);*/
  border: 5px solid #eee;
  padding: 15px;
  font-size: 5px;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.blok1:hover {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.5);
}
.blok1 h3 {
  background: #658033;
  font-size: 18px;
  color: #fff;
  padding: 10px 5px;
  margin: 0;
}
.blok1 h5 {
  background: #7d9a47;
  font-size: 15px;
  color: #fff;
  padding: 7px 5px;
  margin: 0;
}
.blok1 p {
  margin: 5px 10px;
  font-size: 14px;
  color: #000;
}
.blok2 {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.35);
  padding-bottom: 0px;
  overflow: hidden;
}
.blok2
  .so-widget-sow-accordion-default-99be652ed941
  .sow-accordion
  .sow-accordion-panel {
  margin-bottom: 0;
}
.blok2 h3 {
  background: #7e1416;
  font-size: 18px;
  color: #fff;
  padding: 15px 5px 5px;
  margin: 0;
}
.blok2 h5 {
  background: #7e1416;
  font-size: 15px;
  color: #fff;
  padding: 7px 5px;
  margin: 0;
}
.blok2 p {
  margin: 0px;
  font-size: 14px;
  color: #000;
}
.blok2 img {
  width: 100%;
  height: auto;
}
.blok2 .btn {
  background: #fcb040;
  margin: 0 auto;
  display: blok;
  color: #000;
  font-size: 13px;
  width: 100%;
}
.blok3 {
  border-radius: 8px;
  background: #fff;
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.35);*/
  padding-bottom: 0px;
  overflow: hidden;
}
.blok3
  .so-widget-sow-accordion-default-99be652ed941
  .sow-accordion
  .sow-accordion-panel {
  margin-bottom: 0;
}
.blok3 h3 {
  background: #b2d8d8;
  font-size: 16px;
  color: #000;
  padding: 10px 5px;
  margin: 0;
}
.blok3 h5 {
  background: #fcb040;
  font-size: 15px;
  color: #000;
  padding: 3px 5px 7px 5px;
  margin: 0;
}
.blok3 p {
  margin: 0px;
  font-size: 14px;
  color: #000;
}
.blok3 .btn {
  background: #008080;
  margin: 0 auto;
  display: blok;
  color: #fff;
  font-size: 13px;
  width: 100%;
}
.blok3 img {
  padding: 0px 0;
}

.numberedlist span {
  font-size: 16px;
  line-height: 35px;
  background-color: #fcb040;
  color: #7e1416;
  font-weight: bold;
  padding: 0px 8px;
  border-radius: 50%;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  text-indent: 0px;
}
.numberedlist ol {
  list-style-type: none;
  counter-reset: item;
}
.numberedlist li {
  counter-increment: item;
  margin-bottom: 5px;
  text-align: left;
}
.numberedlist li:before {
  content: counter(item);
  margin-right: 10px;
  font-size: 16px;
  background-color: #658033;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  width: 35px;
  height: 30px;
  display: inline-block;
  text-align: center;
}


.btnheader {
  border-radius: 5px;
  padding: 6px 15px 6px 45px;
  background: #fff url("images/donate-blue.png") bottom left no-repeat;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 5px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(10, 10, 10, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(10, 10, 10, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(10, 10, 10, 0.1);
}
.btnheader:hover {
  background: #1e72a0 url("images/donate-red.png") top left no-repeat;
  color: #fff;
  text-decoration: none;
}
.btnheader2 {
  border-radius: 18px;
  padding: 6px 15px;
  background: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #008080;
  text-align: center;
  margin: 5px;
  border: 2px solid #008080;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btnheader2:hover {
  background: #008080;
  color: #fff;
  text-decoration: none;
  border: 2px solid #008080;
}

.progress {
  background: rgba(155, 155, 155, 0.3);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #4d9683;
  height: 30px;
  width: 0;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 68%;
  }
}


.button5 {
  border: 2px solid #1e72a0;
  border-radius: 5px;
  padding: 8px 35px;
  color: #1e72a0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #fff;
  margin: 0px auto;
  display: inline-block;
}
.button5:hover {
  background: #1e72a0;
  text-decoration: none;
  color: #fff;
}
.askforhelp h3 {
  font-size: 36px;
  font-weight: bold;
}
.roundedimg img {
  border-radius: 20px;
}
.roundedimg50 img {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
}
.roundedimg50 h3 {
  font-size: 22px;
}
.roundedimg50 p {
  font-size: 14px;
  font-weight: 400;
}

.btn1 {
  border: 1px solid #1e72a0;
  border-radius: 0px;
  padding: 7px 15px;
  color: #111;
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #fff;
  /*margin:0px auto;
	display:block;*/
  text-align: center;
  /*width:140px;*/
}
.btn1:hover {
  background: #4a8eb3;
  text-decoration: none;
  color: #fff;
  border: 1px solid #4a8eb3;
  /*-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);*/
}

.customlist ul {
  padding: 10px;
}
.customlist ul li {
  background: url("images/checkmarkgreen.png") left center no-repeat;
  padding: 10px 10px 10px 45px;
  list-style-type: none;
  font-size: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-bottom: 1px solid #eaeaea;
  font-weight: 600;
}
.customlist ul li:last-child {
  border-bottom: 0px solid #eaeaea;
}
.customlist ul li:hover {
  background: #eee url("images/checkmarkgreen.png") left center no-repeat;
}





.gallery-columns-4 .gallery-item {
  width: 24%;
  float: left;
  margin: 0.5%;
}
.gallery-icon {
  text-align: center;
}

.gallery img {
  border: none !important;
  border-radius: 5px;
}


.card {
  width: 100%;
  margin: 0.6%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.blog-excerpt {
  /*height:70px;
		overflow-y:hidden;*/
  padding: 3px 0 15px;
}
.blog-excerpt p {
  line-height: 125%;
  margin: 0;
}
.card h3 {
  font-size: 20px;
  /*height:50px;*/
}

.card img {
  width: 100%;
  height: auto;
}
.card h3 a {
  color: #1d72a0;
}
.card h3 {
  font-weight: 700;
  margin: 15px 0px 5px;
}
.blog-link {
  margin-top: auto;
}
.blog-link .btn1 {
  display: block;
}
.backtoblog a {
  width: auto;
  background: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #1e72a0;
  padding: 7px 15px;
}
.backtoblog a:hover {
  background: #1e72a0;
  color: #fff;
  text-decoration: none;
}



.header-title {
}
.header-title h1 {
  color: #fff;
  background: url("images/header-bg.png") bottom center no-repeat;
  padding: 250px 30px 50px 30px;
  width: fit-content;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 36px;
  font-weight: 700;
}
.header-title h1:after {
  content: "";
  border-bottom: 5px solid #1e72a0;
  width: 60px;
  display: block;
  margin: 5px 0px 0;
}
.header-title h2 {
  color: #fff;
  background: url("images/header-bg.png") bottom center no-repeat;
  padding: 250px 30px 50px 30px;
  width: fit-content;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 28px;
  font-weight: 700;
}
.header-title h2 a {
  color: #fff;
  text-decoration: none;
}
.header-title h2 a:hover {
  text-decoration: none;
  color: #1e72a0;
}
.header-title h2:after {
  content: "";
  border-bottom: 5px solid #1e72a0;
  width: 60px;
  display: block;
  margin: 5px 0px 0;
}



#btn {
    border: 0;
    display: inline-block;
    background: #51739A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 20px;
    margin: 0px auto;
    color: #ffffff;
    text-decoration: none;
}


/**/

.topbarsearch {

	width:100%;
	max-width:100%;


}
.topbarsearch form {
			display:flex;
	align-content:center;
	justify-content:center;
	height:30px;
}
.topbarsearch form input[type="text"],
.topbarsearch form input[type="text"]:focus-visible{
	font-size:1rem;
	width:100%;
	border:0;
	padding:5px;
	outline:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	}
.topbarsearch form input[type="submit"] {
	border:0;
	background: #fff url('images/search.png') center center no-repeat;
	background-size:16px 16px;
	width:24px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
/*menu for desktop */
@media only screen and (min-width: 768px) {
	.mobile {
		display:none;
	}
	.desktop {
		display:block;
	}
	#container-news {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
	flex-direction:row;
}
	.card {
  width: 32%;
  margin: 0.6%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
  .desktop-menu {
    text-align: center;
    font-family: var(--main-font);
 
  }
  .desktop-menu ul,
	.desktop-menu .sub-menu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
	  display:flex;
	  flex-direction:column;
  }
  .desktop-menu ul li,
	.desktop-menu  ul ul li{
    display: block;
	  text-align:left;
	  margin-bottom:1px;

  }
	.desktop-menu  ul ul li {
		padding-left:25px;
	}
	.desktop-menu ul li {
		background:#EDEDED;
	}
	.desktop-menu a
	{
		
		padding: 8px 15px;
display: block;
		width:100%;
    color: #285473;
    min-height: 1rem;
    line-height: 1rem;
		font-size:1rem;
	}

		.desktop-menu .sub-menu a,
	.desktop-menu .current-menu-item .sub-menu a,
	.desktop-menu  ul ul li a 
	{
/*background:#EDEDED;*/
		padding: 6px 10px;
display: block;
		width:100%;
    color: #285473;
    min-height: 0.85rem;
    line-height: 0.85rem;
		font-size:0.85rem;
	}
	/*.desktop-menu a:hover,
	.desktop-menu .current-menu-item a,*/
	.desktop-menu ul li:hover{
		background:#E1E5EB;
	}


.desktop-menu  .sub-menu {
	padding:0 0 0 0;
		display:none;
		 -webkit-transition: all 0.5s ease-out;
	}
	.menu-item-has-children a {
		/*background:url('images/down-arrow.png') right center no-repeat;
		background-size:18px 18px;*/
	}
.desktop-menu .menu-item-has-children a:hover{
		/*background:#E1E5EB; url('images/down-arrow.png') right center no-repeat;*/
		background-size:18px 18px;
	}
	.desktop-menu .current_page_item.menu-item-has-children a:hover{
		/*background:#E1E5EB;
		background-size:18px 18px;*/
	}
.current-menu-item.menu-item-has-children .sub-menu,
	.current-menu-parent .sub-menu{
		display:block;
	
	}

	.menu-parent-item .sub-menu ul li{
			padding-left:30px;
	}
	.desktop-menu .current-menu-item .sub-menu a,
	.current-menu-parent .sub-menu a{
		font-size:0.8rem;
	}
		.desktop-menu .current-menu-item .sub-menu a:hover,
	.current-menu-parent .sub-menu a:hover{
		font-size:0.8rem;
		/*background:#E1E5EB;*/
	}
	.sidebar {
	display:block;
	margin-right:10px;
		background:#EEEFF1;
		width:275px;
		max-width:275;
}

	.logoblock {
		flex-direction:row;
	}
	.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  padding: 5px 10px;
  font-size: 16px;
  display: flex;
  align-content: space-between;

flex-wrap:no-wrap;
  justify-content: flex-end;
}
	.top-bar-logo {
		margin-right:auto;
	}
	.topbarsearch {
flex: 0 1 auto;
}

.top-bar-logo, .languages, .ham-menu {
flex: 0 1 auto;
}
	.topbarsearch {
		max-width:300px;
		margin-right:20px;
	}
	
	.phones td {
		text-align:left;
	}
	
	
	
	
.desktop-menu ul li {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
	.desktop-menu ul li a {
		flex-grow: 1;
		display:inline-block;
		width:auto;
		flex: 1 0 80%;
	}
.menu-parent-item .jd-nav-arrow {
	order:2;
	margin-left:auto;
	flex-grow: 1;
	background: url(images/down-arrow.png) center center no-repeat;
	width:20px;

	cursor:pointer;
}
.menu-parent-item .sub-menu {
	order:3;
	flex-grow: 1;
	flex-basis: 100%; 
}
}

.desktop-menu ul li.active,
.desktop-menu ul li.current_page_ancestor{
		background:#E1E5EB;
	}
/*---------end menu for desktop */




/*above is new code*/
.sub-menu {
	display:none;
	transition:0.5s;
}
.sub-menu.open {
	display:block;
}
.lock-scroll {
    overflow: hidden;
}
.contact_form_pop {

	font-family:var(--main-font);
	
}
.wpcf7-spinner {
	display:none;
}
.zayavkapopup {
max-width:300px;
width:100%;
	overflow-x:hidden;
}
.zayavkapopup p {
margin: 5px 0;
	
}
#contact_form_pop .wpcf7-validation-errors {
border:0;
}
.zayavkapopup input.button,
.zayavkapopup input.button:hover{
margin-top:10px;
}
.button {
text-decoration: none;
    font-size: 0.8rem;
    background: #466486;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
}
.button:hover {
	background:#587392;
}
input {
	width:100%;
	padding:5px;
}
#fancybox-wrap {
	height:auto!important;
}
#fancybox-content > div {
	overflow:hidden!important;
}