/*
Theme Name: servicetechtheme
Author: me
*/

.rounded img {
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.rounded img:hover {
  opacity: 0.8;
}
.rounded p {
  font-size: 14px;
  font-weight: bold;
}

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;
}
body {
  background: #fff;
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  flex: 1;
}

.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: 1rem;
  color: #000;
}

header {
  width: 100%;
  background: #5ce1e8;
  margin: 0 auto;
  border-bottom: 0px solid #409fa2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #5ce1e8;
  border-radius: 0 0 0px 0px;
  padding: 1em 0;
}

.header-container p {
  margin: 0;
}
a {
  color: #37878b;
  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: #409da2;
  text-decoration: none;
}
a:hover {
  color: #265e61;
  text-decoration: none;
}

.widget {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.container .postheader {
  text-align: center;
  padding: 30px 5px;
  font-weight: bold;
  font-size: 26px;
  background: #eee;
  margin: 0 0 20px 0;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}

h2 {
  font-weight: bold;
  letter-spacing: -1px;
}
h3 {
  letter-spacing: -1px;
  font-size: 22px;
}
h4 {
  font-weight: 400;
  font-size: 1.25rem;
}
/*header .navigation {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
}
header .navigation li {
	padding:0.25rem  1rem;
}
.navigation li::first-child {
	padding-left:0;
}
.navigation li::last-child {
	padding-right:0;
}*/

/* Begin Additional CSS Styles */
.customlist ul {
  padding: 10px;
}
.customlist ul li {
  background: url("images/checkmark-blue.png") left center no-repeat;
  background-size: 24px;
  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::first-letter {
  text-transform: capitalize;
}
.customlist ul li:last-child {
  border-bottom: 0px solid #eaeaea;
}

.customlist2 ul {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.customlist2 ul li {
  padding: 5px 20px 5px 20px;
  margin: 7px 0;
  border-left: 2px solid #5ce1e8;
  list-style-type: none;
  font-size: 16px;
  transition: all 0.3s ease;

  font-weight: normal;
  background: #f3f3f3;
}
.customlist2 ul li::first-letter {
  text-transform: capitalize;
}
.customlist2 ul li:last-child {
  border-bottom: 0px solid #eaeaea;
}

.orange h2 {
  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 {
  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-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;
}

.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-size: 36px;
  letter-spacing: -1px;
}

.blok h3 {
  font-size: 24px;
}

@media all and (max-width: 768px) {
  header {
    border-bottom: 1px solid #eee;
  }

  .responsive-off-3-columns .panel-grid-cell {
    float: left !important;
    width: 32% !important;
  }
  .responsive-off-3-columns {
    flex-direction: row !important;
  }
  .rounded img {
    max-width: 200px;
    height: auto;
  }
  .blok h2 {
    font-size: 24px;
  }
  .blok h3 {
    font-size: 20px;
  }
  .emaillink {
    display: none;
  }
}

.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: 2px !important;
  z-index: 100;
  border: 0px solid #ff0000 !important;
  background: #f9fafb !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;
}

.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: 2px !important;
  z-index: 100;
  border: 0px solid #ff0000 !important;
  background: #f9fafb !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;
}

.postcontent img {
  max-width: 100%;
  height: auto;
}
.so-widget-sow-accordion-default-99be652ed941
  .sow-accordion
  .sow-accordion-panel {
  margin-bottom: 2px;
}
.so-widget-sow-accordion-default-99be652ed941
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header {
  background-color: #fff !important; /*#5fc624!important;*/
  color: #000;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  /*text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);*/
}
.so-widget-sow-accordion-default-99be652ed941
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header:hover {
  background-color: #e9d7af !important; /*#f6c95b!important;*/
}
.so-widget-sow-accordion-default-99be652ed941
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header
  .sow-accordion-title {
  font-weight: bold;
  font-size: 14px;
}
.so-widget-sow-accordion-default-99be652ed941
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border {
  background-color: rgb(0, 0, 0, 0) !important;
  padding: 15px 30px 15px 30px;
  overflow: auto;
  color: #000;
  font-size: 14px;
  text-align: justify;
}
.sow-accordion ul {
  font-size: 14px;
  padding-left: 0;
  padding-inline-start: 0px;
}
.container
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border {
  background-color: transparent !important;
}
.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: #333;
  margin: 3px 0 0 0;
}
.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;
}
@media all and (max-width: 768px) {
  .left,
  .right {
    float: none;
    width: 100%;
  }
  .left img {
    margin: 0 auto;
    display: block;
  }
  .date {
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }

  /*.headeremail,
	.header-phones{
		margin: 0px auto;
		display:block;
		width:100%;
		float:none;
		text-align:center;
	}
	.languages {
		margin: 0px auto;
		display:block;
		width:100%;
		float:none;
		text-align:center;
	}*/
  span.phonelink {
    padding: 0;
  }
  .inner1100 {
    flex-direction: column;
  }
  span.phonelink {
    float: none;
    margin: 0px auto;
  }
}

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

.menuwidget {
  width: auto;

  border-radius: 5px;
  padding: 0px 10px 0px 20px;
}
.phones {
  margin: 5px 5px 0 10px;
  display: flex;
}
.logoblock {
  /*width:100%;
	max-width:345px;
	float:left;*/
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px auto;
  width: 100%;
  max-width: 1100px;
}
.logo {
  margin: 5px 0;

  text-align: center;
}

.logo img {
  max-height: 65px;
  width: auto;
}
.slogan img {
  width: auto;
  max-height: 180px;
}

.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  padding: 3px 10px;
  font-size: 16px;
  display: flex;
  align-content: space-between;
  justify-content: flex-start;
}
.portfolio {
  background: #fff;
  border: 1px solid #75bf56;
  padding: 10px 10px 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
  min-height: 500px;
}
.minheight300 {
  min-height: 360px;
}
.portfolio h5 {
  font-size: 16px;

  margin: 15px 0 10px;
}
.portfolio:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
}
.portfolio a.porfoliolink {
  background: #449f10;
  color: #fff;
  display: block;
  width: 100%;
  padding: 3px 0;
}
.portfolio p {
  margin: 0;
  font-size: 14px;
}
.portfolio img {
  margin: 10px auto;
}
.portfolio ul {
  padding: 10px;
}

.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;
}

.onethird {
  width: 33%;
  float: left;
  margin-right: 1%;
  margin-bottom: 5px;
}
.onethirdlast {
  width: 32%;
  float: left;
  margin-bottom: 5px;
}

.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;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.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: 25px 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;
}
@media all and (min-width: 768px) {
  .menuwidgetmobile {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .menuwidget {
    display: none;
  }
  .menuwidgetmobile {
    display: block;
    float: right;
    margin: 7px 10px 0 0;
    max-width: 14%;
  }
}

@media all and (max-width: 768px) {
  .header-phones {
    text-align: center;
  }

  .h2,
  h2 {
    font-size: 24px;
  }
  .menuwidget {
    max-width: 100px;
    width: 46px;
    float: none;

    margin: 0px auto 0;
  }
  .switcher {
    margin: 0 auto;
  }
  .logo {
    float: left;
    text-align: center;
    max-width: 84%;
  }
  .logoblock {
    float: none;
    margin: 0 auto;
    display: block;
    /*min-height:110px;*/

    /*display: flex;

		justify-content: space-between;
    align-items: center;*/

    /*flex-direction: column;*/
  }
  /*.logoblock :nth-child(1) { order: 1; }
        .logoblock :nth-child(2) { order: 3; }
        .logoblock :nth-child(3) { order: 2; }*/

  .phones {
    /*flex-direction: column;*/

    width: 100%;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* .phones .btnheader {
    height: 30px;
    line-height: 100%;
    background: #fff;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    border: 0px;
  }
  .phones .btnheader:hover {
    padding: 5px 10px;
    background: #1e72a0;
  } */

  /*.logo {
		width:50px;
	}
	.phones {
		width:50px;
	}
	.languages {
		width:50px;
	}*/
  .languages {
    margin-right: 5px;
  }
  .logo {
    margin-left: 0px;
  }
  .logo img {
    max-height: 75px;
    width: auto;
    max-width: 100%;
  }
  .logoblock img {
    max-width: 100%;
    height: auto;
  }
  .slogan img,
  .logo img {
    max-width: 100%;
    height: auto;
    margin: 0px 0;
  }

  .zayavka {
    float: none;
    margin: 0px auto;
    padding-bottom: 5px;
  }

  .onethirdlast,
  .onethird {
    width: 100%;
    float: none;
    margin: 5px auto;
  }
  .three-columns {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
    padding: 0 10px;
  }
}
.uslugi1 {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #108814;
  padding: 20px 20px 20px 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 5px;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.uslugi1 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.uslugi1 p {
  font-size: 14px;
  color: #fff;
  margin: 10px;
}
.uslugi-outer {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.45);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.45);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.45);
  padding: 20px;
}
.uslugi1:hover {
  background: rgba(0, 0, 0, 0.6);
}

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

.customh h2 {
  margin-bottom: 18px;
  font-weight: 700;
  /* background: #dfe8f3;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px; */

  /*background: url('images/window.png') left center no-repeat;
	background-size:24px 24px;*/
}
/*.custom h2:before {
	width: 16px;
    content: '';
    background: url('images/diamond.png');
display:block;
}*/
.customh h2:after {
  content: "";
  border-bottom: 7px solid #5ce1e8;
  width: 80px;
  display: block;
  margin: 5px 0px 0;
}
.customh h3:after {
  content: "";
  border-bottom: 3px solid #5ce1e8; /*c7161d;*/
  width: 70px;
  display: block;
  margin: 5px 0px 0;
}

.whitetext .customh h2 a {
  color: #fff;
  text-decoration: none;
}
/*.whitetext .customh h2:after{
content: '';
  border-bottom: 2px solid #fff;
  width: 90px;
  display: block;
	margin:3px auto 0px;
}*/
.page-template-no-title-page .breadcrumbs,
.breadcrumbs {
  display: none;
}
@media all and (max-width: 768px) {
  .rounded img {
    max-width: 250px;
    height: auto;
  }
}

/*.blok1 h3 {
	font-size:20px;
}
 
.blok1 h3:after {
    content:' ';
    display:block;
    width:80px;
	height:3px;
	margin:10px auto 0;
	background:#fd6641;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;

}*/
.blok1 {
  border-radius: 5px;
  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: 1px solid #eee;

  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 .textwidget {
  padding: 0px 15px 25px 15px;
}
.blok1:hover {
  border: 1px solid #35b327;
  /*
box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.12);
-webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.12);*/
}
.blok1 h3 {
  background: #eaeaea;
  font-size: 18px;
  color: #222;
  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;
}
.blok1 img {
  max-height: 300px;
  width: auto;
}
.blok2 {
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: 0px;
  overflow: hidden;
  padding: 30px 10px;
}

.blok2 h3 {
  font-weight: 900;
  font-size: 18px;
  color: #444;
  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: 64px;
  height: auto;
  /* padding:20px; */
  /* border-radius: 50%; */
}
.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;
}
/*.blok2 img {
	padding-bottom:0px;
	border-bottom:3px solid #2a72d4;
	-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);
	transition:all 0.4s ease;
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-o-transition:all 0.4s ease;
	max-width:100%;
	height:auto;
}
.blok2 a img:hover {
	border-bottom:3px solid #fff;
}*/
.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;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 5px;
}
.logo p {
  margin: 0;
}
.btnheader {
  border-radius: 4px;
  padding: 4px 15px 4px 35px;
  background: #257b7e url("images/phone.png") no-repeat;
  background-position: top 50% left 7px;
  background-size: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 5px 5px 5px 5px;

  border: 1px solid #257b7e;
  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: #d9feff url("images/phone-green.png") no-repeat;
  background-position: top 50% left 7px;
  background-size: 20px;
  border: 1px solid #409fa2;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.btnheader2 {
  border-radius: 4px;
  padding: 5px 15px 5px 35px;
  background: #d9feff url("images/arrow.png") no-repeat;
  background-position: top 50% left 7px;
  background-size: 22px;
  display: block;
  /*  display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;*/
  font-size: 14px;

  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 5px 5px 5px 5px;
  border: 1px solid #409fa2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btnheader2:hover {
  background: #257b7e url("images/arrow-white.png") no-repeat;
  background-position: top 50% left 7px;
  background-size: 22px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #257b7e;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.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;
}

.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: 0px solid #4b6fb0;
  border-radius: 5px;
  padding: 10px 25px;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #3bc6cd;
  /*margin:0px auto;
	display:block;*/
  text-align: center;
  /*width:140px;*/
}
.btn1:hover {
  background: #409fa2;
  text-decoration: none;
  color: #fff;
  border: 0px solid #3760a8;
  /*-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);*/
}
.btn2 {
  border: 1px solid #106dd7;
  border-radius: 5px;
  padding: 6px 20px;
  color: #333;
  font-size: 14px;
  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;*/
}
.btn2:hover {
  background: #106dd7;
  text-decoration: none;
  color: #fff;
  border: 1px solid #106dd7;
  /*-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);*/
}
.btn3 {
  border: 0px solid #444;
  border-radius: 5px;
  padding: 18px 15px 18px 65px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #444 url("images/btn3.png") left center no-repeat;
  margin: 0px auto;
  display: block;
  text-align: center;
  width: 250px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.btn3:hover {
  background: #1e72a0 url("images/btn3.png") left center no-repeat;
  text-decoration: none;
  color: #fff;
}
.btn4 {
  border: 1px solid #3760a8;
  border-radius: 0px;
  padding: 5px 12px;
  color: #000;
  font-size: 13px;

  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  margin: 10px auto 5px;
  display: block;
  text-align: center;
  width: 140px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.btn4:hover {
  background: #3760a8;
  text-decoration: none;
  color: #fff;
  border: 1px solid #3760a8;
}
.btn5,
.whitetext .btn5 {
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 7px 15px 7px 40px;
  color: #fff;
  font-size: 13px;

  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: transparent url("images/btn5white.png") left center no-repeat;
  margin: 15px auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;

  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.btn5:hover {
  background: #3760a8 url("images/btn5white.png") left center no-repeat;
  text-decoration: none;
  color: #fff !important;
}
.btn6 {
  border: 0px solid #fff;
  border-radius: 2px;
  padding: 7px 15px 7px 40px;
  color: #fff;
  font-size: 13px;

  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #459b82 url("images/btn5white.png") left center no-repeat;
  margin: 5px auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;

  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.btn6:hover {
  background: #3c8872 url("images/btn5white.png") left center no-repeat;
  text-decoration: none;
  color: #fff;
}
.customlist ul {
  padding: 10px;
}
.customlist ul li {
  background: url("images/checkmark-green.png") left center no-repeat;
  background-size: 24px;
  padding: 10px 10px 10px 45px;
  list-style-type: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
}
.customlist ul li:last-child {
  border-bottom: 0px solid #eaeaea;
}

.container
  .so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header {
  background: #fff;
  color: #000;
  border: 0px solid #cc0000;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  flex-direction: row-reverse;
  padding: 5px 10px;
}
.container
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header
  .sow-accordion-title {
  padding-left: 10px;
}

.container
  .so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header:hover {
  background: #fff;
}
.container
  .whitetext
  .so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header:hover {
  background: #777;
}
.container
  .whitetext
  .so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header {
  background: #444;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.container
  .whitetext
  .so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border {
  background-color: transparent;
}

.top-row {
  padding: 70px 30px;
  color: #fff;
}
.top-row h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.top-row h1:after {
  content: "";
  border-bottom: 5px solid #c7161d;
  width: 60px;
  display: block;
  margin: 5px 0px 0;
}
@media only screen and (min-width: 768px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-lang-item {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-lang-item {
    display: inline-block;
  }
  #mega-menu-wrap-top-menu
    #mega-menu-top-menu
    > li.mega-lang-item
    a.mega-menu-link {
    font-size: 15px;
    font-weight: 600;
    color: #000;
  }
}
#mega-menu-wrap-top-menu #mega-menu-top-menu .dashicons-facebook-alt {
  line-height: 60px;
}
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-icon-top
  > a.mega-menu-link:before {
  display: block;
  font-size: 24px;
  text-align: center;
}
.wppsac-sub-content {
  font-size: 15px;
  max-height: 465px;
  overflow-y: hidden;
}
.pro-fond {
  background: url("images/pro-fond-bg.jpg") bottom center no-repeat;
  padding: 200px 20px 20px;
}
.wppsac-post-image {
  max-height: 330px;
  min-height: 330px;
  min-width: 100%;

  object-fit: cover;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    padding: 0;
  }
  /* .container {
    padding-top: 100px;
  } */
}
.gallery-columns-4 .gallery-item {
  width: 24%;
  float: left;
  margin: 0.5%;
}
.gallery-icon {
  text-align: center;
}
@media (max-width: 720px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 100%;
  }
  .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
.gallery img {
  border: none !important;
  border-radius: 5px;
}

#container-news {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.card {
  width: 32%;
  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;
}
@media (max-width: 600px) {
  .backtoblog {
    text-align: center;
    margin-top: 20px;
  }
  #container-news {
    flex-direction: column;
  }
  .card {
    width: 100%;
  }
  .card img {
    width: 100%;
    height: auto;
  }
  .card h3 a {
    color: #1d72a0;
  }
  .card h3 {
    font-weight: 700;
    margin: 15px 0px 5px;
  }
}
.wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n + 1) a {
  background: #479983;
}
.container .wppsac-post-carousel.design-1 a.wppsac-readmorebtn {
  background: transparent;
  color: #111;
  border: 1px solid #4a8eb3;
}
.container .wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover {
  background: #4a8eb3;
  color: #fff;
  border: 1px solid #4a8eb3;
}
.sow-icon-ionicons[data-sow-icon]:before {
  content: none;
}
.container .sow-accordion-open-button .sow-icon-ionicons[data-sow-icon]:before {
  /*content: url('images/arrow-down.png') !important;*/
  background-image: url("images/arrow-down.png");
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  content: "";
  background-size: 30px 30px;

  color: gray;
}
.container
  .sow-accordion-close-button
  .sow-icon-ionicons[data-sow-icon]:before {
  /*content: url('images/arrow-down.png') !important;*/
  background-image: url("images/arrow-up.png");
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  content: "";
  background-size: 30px 30px;

  color: gray;
}
.container
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header:focus {
  outline: 0px dotted #666 !important;
  outline: 0px -webkit-focus-ring-color !important;
}

.header-title {
  margin-top: 0px;
}
.header-title {
  padding: 120px 20px;
  text-align: center;
}
.header-title h1 {
  color: #333;
  /*	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: 40px;
  font-weight: 700;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;

  display: inline-block;
}
/*.header-title h1:after {
    content: '';
    border-bottom: 5px solid #3760a8;
    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 #3760a8;
  width: 60px;
  display: block;
  margin: 5px 0px 0;
}
@media all and (max-width: 768px) {
  .header-title {
    margin-right: -15px;
    margin-left: -15px;
  }
  .header-title h1 {
    padding: 250px 30px 30px 15px;
  }
}
.partners .slick-slide img {
  height: 150px;
  width: auto;
}

#sample_slider .owl-item {
  text-align: center;
}
#sample_slider .owl-item img {
  max-height: 125px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
#sample_slider .owl-item p {
  font-size: 15px;
}
.partners2 {
  text-align: center;
}
.partners2 img {
  max-height: 200px;
  width: auto;
}
@media all and (max-width: 480px) {
  #sample_slider .owl-item img {
    max-height: 100%;
    width: 95%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
}

#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  a.mega-menu-link
  .mega-description-group
  .mega-menu-title {
  display: none;
}
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  a.mega-menu-link
  .mega-description-group
  .mega-menu-description {
  text-align: center;
}
.current-lang a.mega-menu-link {
  background: #8eb8cf !important;

  padding: 0 10px;
}
.lang-item a.mega-menu-link {
  margin: 0 0 20px 0 !important;
  line-height: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
}
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-icon-top
  > a.mega-menu-link:before {
  display: block;
  font-size: 24px;
  text-align: center;
  bottom: -35px;
  position: absolute;
  margin-left: -15px;
  left: 50%;
  width: 24px;
}
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  li.mega-menu-item.mega-icon-top
  > a.mega-menu-link
  > span.mega-title-below {
  display: block;
  transition: none;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
/*ign-self: flex-start;

.mega-has-description .dashicons-facebook-alt {
	display:flex!important;
	flex-direction:column;
}*/
#mega-menu-wrap-top-menu
  #mega-menu-top-menu
  > li.mega-menu-item.mega-icon-top
  > a.mega-menu-link:before {
  /* content: url(images/arrow-down.png) !important; 
	     * display: inline-block;
    vertical-align: middle;*/

  background-image: url("images/facebook.png");
  background-size: 20px 20px;

  width: 30px;
  height: 30px;
  content: "";
  background-size: 30px 30px;
}
@media all and (max-width: 768px) {
  .postheader {
    font-size: 18px;
  }
}
.border-blue {
  border: 1px solid #3760a8;
}
.flex-blok {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  font-size: 15px !important;
  font-weight: bold;
}
.sow-tabs-tab-container {
  justify-content: center;
}
/*.img100 img {
	width:100%;
	max-width:100%;
	height:auto;
}*/
.statistics,
.statistics2 {
  text-align: center;
}
.statistics h2,
.statistics2 h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 0;
  margin: 10px;
  letter-spacing: 0px;
}
.statistics2 h2 {
  font-size: 20px;
  line-height: 125%;
}
.statistics h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2d589d;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  line-height: 100%;
  padding: 10px 35px;
  margin: 10px auto;
  display: inline-block;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.statistics h5,
.statistics2 h5 {
  font-size: 60px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0;
  line-height: 100%;
}
.statistics h4,
.statistics2 h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
  padding: 0;
  margin: 10px;
}
.statistics p {
  line-height: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 10px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.languages {
  background: url("images/time.png") left center no-repeat;
  background-size: 18px 18px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  padding: 0 15px 0 28px;
  border-right: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headeremail {
  background: url("images/email.png") left center no-repeat;
  background-size: 18px 18px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  padding: 0 18px 0 28px;
  margin-left: 20px;
  border-right: 0px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headeremail a {
  font-size: 13px;
  font-weight: 400;
  color: #444;
  line-height: 150%;
}
.title-block {
  background: url("images/header.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.title-block h1 {
  font-weight: 900;
  font-size: 2.3rem;
}
.title-block h3 {
  font-weight: 700;
  font-size: 1.3rem;
  color: #999;
}
.statistics2 img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  /* max-width: 100px;
height: auto; */
}
.statistics2 {
  /* box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  padding: 0px 0 20px;
  background: #fff;
  overflow: hidden;

  border: 1px solid #ccc;
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}
.statistics2 p:first-child {
  margin: 0;
}
.statistics2 h3 {
  font-size: 20px;
  color: #444;
  font-weight: 900;
  margin: 20px 0 0;
}
.blok1 .btn1 {
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.service .textwidget {
  display: flex;
  border-radius: 10px;
  /* background: #e9eff6; */
  border: 0px solid #bdd5f0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  align-items: center;
  padding: 10px;
  min-height: 100px;
}
.service .textwidget p {
  margin: 0 10px;
  font-size: 18px;
  line-height: 1.1;
}
.service .textwidget img {
  border-radius: 10px;
  width: 48px;
  height: auto;
}

#form_contact-form2 .frm_form_fields .frm_fields_container {
  display: flex;
}
input,
textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 0 8px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.frm_forms .btn2 {
  margin-top: 0;
  background: transparent;
  border: 1px solid #e9eff6;
  color: #fff;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.frm_forms .btn2:hover {
  background-color: #0a58b1;
}

.frm_forms .btn1 {
  margin-top: 0;
  /* background: #bdd5f0;
  border: 1px solid #e9eff6;
  color: #222; */

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.frm_forms .btn1:hover {
  /* background-color: #0a58b1; */
}
.whitetext h2 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.phones span {
  display: block;
}
@media all and (max-width: 768px) {
  .header-container {
    padding: 0.6em;
  }

  #form_contact-form2 .frm_form_fields .frm_fields_container {
    display: flex;
    flex-direction: column;
  }

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

  .title-block {
    background: url("images/header-mobile.jpg") center center no-repeat;
    background-size: cover;
    padding: 120px;
  }
  .title-block h1 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .headeremail {
    background: url("images/email.png") left center no-repeat;
    background-size: 18px 18px;
    font-size: 13px;
    font-weight: 400;
    color: #444;
    padding: 0 8px 0 28px;
    margin-left: 10px;
    border-right: 0px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .languages {
    padding: 0 5px 0 28px;
    border: 0;
  }

  .frm_forms .btn2 {
    display: block;
    width: 100%;
  }
  .phones-wrapper {
    display: flex;
    width: 100%;
  }

  .phones .btnheader {
    width: 90%;
    max-width: 200px;
  }
  .phones .btnheader2 {
    width: 100%;
    padding: 5px 5px;
    text-align: center;
    background: #fff;
  }
  .phones .btnheader2 span {
    margin: 0 3px;
    display: inline-block;
  }
  .languages {
    line-height: 1;
  }
}
#contact_form_pop h3 {
  text-align: center;
  font-weight: bold;
}
#contact_form_pop {
  width: 100%;
  max-width: 400px;
  padding: 20px;
  height: auto;
}
.frm_error {
  color: red;
}
.frm_message p {
  color: green;
  text-align: center;
}
.whitetext .frm_message p {
  color: #fff;
  text-align: center;
}
/* ------------------------------------- */
.open-modal {
  /*  background: #20c997;
    color: #fff;
    border: none;
    padding: 20px 40px;
    font-size: 48px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;*/
}

.open-modal:active {
  /* transform: translateY(-17px);*/
}
.modal-content {
  background: #e5e5e5;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  z-index: 9999;

  position: fixed; /* positioning in center of page */
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #000;
  font-size: 30px;
  border-bottom: 1px solid #ccc;
}

.modal-body p {
  font-size: 22px;
  line-height: 1.5;
}

.hidden-modal {
  display: none;
}
.close-modal {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  font-size: 40px;
}

.close-modal:hover {
  color: #fa5252;
}
.blur-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.hidden-blur {
  display: none;
}
.service .textwidget p:first-child {
  flex: 0 0 48px;
}
.customh li {
  text-align: left;
}
.products {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  padding: 0px;
  overflow: hidden;
}
.products .products-image {
  height: 100%;
}
.products .products-image img {
  /*width:100%;
max-height:350px;*/
  height: 100%;
  width: 100%;
  max-height: 400px;
  min-height: 300px;
  object-fit: cover;
}
.products .products-image p,
.products p {
  margin: 0;
}
.products h2 {
  font-size: 1.75rem;
}
.products .textwidget {
  padding: 20px;
}
.products .products-image .textwidget {
  padding: 0px;
}
.postheader-wrap {
  padding: 70px 20px;
  background-image: linear-gradient(
    to right top,
    #b4fefe,
    #befefe,
    #c7feff,
    #d0feff,
    #d9feff
  );
  margin-bottom: 30px;
}
.postheader-wrap .postheader {
  background: inherit;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .postheader-wrap {
    padding: 40px 20px;
  }
  .postheader-wrap .postheader {
    font-size: 1.75rem;
  }
  .products .textwidget {
    padding-top: 0px;
  }
}
