/* Main CSS file */
@font-face {
  font-family: "Roboto-Regular";
	  font-display: swap; 
  src: url('https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2') format('woff2'), url("../fonts/roboto-regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "RobotoCondensed-Light";
	  font-display: swap; 
  src: url("../fonts/robotocondensed-light.ttf");
  font-weight: 300;
  }

@font-face {
  font-family: "RobotoCondensed-Regular";
	  font-display: swap; 
  src: url("../fonts/robotocondensed-regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "SourceSansPro-Regular";
	  font-display: swap; 
  src: url("../fonts/sourcesanspro-regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "SourceSansPro-Bold";
	  font-display: swap; 
  src: url("../fonts/sourcesanspro-bold.ttf");
  font-weight: 700;
 
}
.hidden {
  opacity: 0; }
.button_up{
  position: fixed;
  left: 15px;
  bottom: 15px;
}
.but_flex_up{
  width: 100%;
  color: #437df4;
  background: #D9EDF7;
  border: none;
  margin-bottom: 5px;
  padding: 5px;
}
.button_up img{
  width: 50px;
  height: 40px;
}
.visible {
  opacity: 1; }
.f-nav {
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.horizontal-slider {
	height: 190px;
}
.reviews-block .slider {
  height: 300px !important;
  overflow: auto;
}
.wpcf7 form.invalid .wpcf7-response-output{
	display: none;
}
.wpcf7-form.invalid .popup-error{
	display: block !important;
	color: red;
	margin: 0 1rem 1rem 1rem;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-form-control.wpcf7mf-mask{
	margin-bottom: 0 !important;
}
input[type="text"], input[type="email"], textarea {
  color: #5d5d5d;
  font-size: 13px;
  line-height: 30px;
  background-color: white;
  padding: 1.2rem;
  margin-bottom: 2.1rem;
  border: 1px solid #d2d2d2;
  border-radius: 3px; }
  input[type="text"]::-webkit-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="text"]::-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="email"]::-moz-placeholder, input[type="email"]:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-ms-input-placeholder, textarea::-moz-placeholder, textarea:-moz-placeholder {
    color: #363942;
    opacity: 0.95 !important; }

.clear {
  display: block;
  clear: both; }

.hide {
  display: none;
  transition-delay: 2s; }


/* -table- */
#tablepress-8 tr {}
.moretable {
	background-color: #d9edf7;
	border: none;
	position: relative;
	width: 100%;
	padding: 10px;
	text-align: left;
	margin: 20px 0 25px;
}

.moretable span {
	font-weight: bold;
	position: absolute;
	right: 10px;
}
.moretable:after {
	
}

/* -- */
html {
  font-size: 10px;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .like-h1, .like-h2, .like-h3 {
  font-size: 2.5rem;
  color: black;
  text-transform: uppercase;
  clear: both;
  width: 100%;
  display: block; }

h2, h3, h4, h5, h6 {
  text-align: center;
  color: #161616;
  text-transform: none;
  font-size: 4.2rem;
  line-height: 46px;
  margin: 0; }

h1 {
  margin: 0 0 4rem;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #4c5867; }

h3, h5 {
  line-height: 36px; }

h4 {
	font-family: "RobotoCondensed-Light",sans-serif;
    text-transform: uppercase;
    color: #4c5867;
    text-align: left;
    font-size: 2rem;
	text-align: center;
	
}

h5 {
  font-size: 2.8rem; }

h6 {
  font-size: 2.2rem; }

.headers {
  margin-bottom: 8.5rem; 
}

.banner-header.like-h2 p{
	color: white !important;
	font-size:36px;
}
.parallax {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden; }

button:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
@media screen and (max-width: 500px) {
  h1, h2, h3, h4, h5, h6, .like-h1 {
    font-size: 3.4rem; } }

@media (min-width: 1320px) {
  .container {
    max-width: 1280px; } }
/* @media screen and (min-width: 800px){
	.menu  .mega-menu-horizontal .mega-indicator{
		display: none !important;
	}
} */
.address_block{
	color: #fff;
	font-size: 17px;
}
.sotseti_link__main{
  color: #fff;
  font-size: 22px;
}
.breadcrumbs .separator{
	display: none !important;
}
.text-block .shortcode.recall-button{
	margin: 0 auto;
}
.examples img {
	width: 100%;
}
header {
  /**
  * Search plugin styles
  */ }
header  .line .left-side .right.d-flex .company-data .address:before{
	display:none !important;
}
.fixed-menu__mobile{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff !important;
  border-bottom: #999999 solid 5px;
  z-index:1;
}
header .line .container .row .callback{
	background-color: #1da1f2;
    border: none;
    border-radius: 3px;
    font-family: "Roboto-Regular",sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 0.5rem 2.1rem;
}
header .line .container .row .callback:hover{
    background-color: #0079e6;
    color: #fff;
}
header .line .container a.company-data:hover {
	text-decoration: none !important;
}
footer .callback{
	background-color: #1da1f2;
    border: none;
    border-radius: 3px;
    font-family: "Roboto-Regular",sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 0.5rem 1rem;
}

footer .callback:hover{
	background-color: #0079e6;
    color: #fff;
}
footer .container .without-icon::before{
	display:none !important;
}
header .line .container .row .callback:focus{
	outline: none;
}
  header .line {
    margin-bottom: 1.5rem;
    padding-top: 2rem; }
    header .line .left-side {
      display: flex;
      flex-wrap: wrap; }
      header .line .left-side .left {
        width: 210px;
        padding-right: 2rem; }
        header .line .left-side .left .logo {
          max-width: 100%;
          width: auto; }
          header .line .left-side .left .logo img {
            max-width: 100%; }
      header .line .left-side .right {
        width: calc(100% - 210px);
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        header .line .left-side .right .phone, header .line .left-side .right .mail, header .line .left-side .right span {
          font-family: "SourceSansPro-Regular", sans-serif;
          font-size: 3rem;
          line-height: 1.2;
          color: #99a3b0;
          display: block; }
          header .line .left-side .right .phone:before, header .line .left-side .right .mail:before, header .line .left-side .right span:before {
            display: inline-block !important;
            margin-right: 2rem; }
          header .line .left-side .right .phone:hover, header .line .left-side .right .mail:hover, header .line .left-side .right span:hover {
            text-decoration: none;
            color: #1da1f2; }
            header .line .left-side .right .phone:hover:before, header .line .left-side .right .mail:hover:before, header .line .left-side .right span:hover:before {
              background-color: #1da1f2; }
        header .line .left-side .right .phone:before {
          width: 25px;
          height: 25px;
          display: block;
          content: '';
          background-color: #58abb7;
          -webkit-mask-image: url("../img/phone.svg");
          mask-image: url("../img/phone.svg");
          mask-position: center;
          mask-size: 100%;
          -webkit-mask-size: 100% 100%;
          mask-repeat: no-repeat; }
        header .line .left-side .right .mail:before {
          width: 24px;
          height: 20px;
          display: block;
          content: '';
          background-color: #58abb7;
          -webkit-mask-image: url("../img/mail.svg");
          mask-image: url("../img/mail.svg");
          mask-position: center;
          mask-size: 100%;
          -webkit-mask-size: 100% 100%;
          mask-repeat: no-repeat; }
        
        header .line .left-side .right .company-data span {
          width: 100%;
          display: block; }
        header .line .left-side .right .company-data .address, header .line .left-side .right .company-data .working-time {
          font-family: "SourceSansPro-Regular", sans-serif;
          font-size: 15px;
          line-height: 1.2;
          color: #99a3b0;
          margin-right: 2.4rem; }
          header .line .left-side .right .company-data .address:before, header .line .left-side .right .company-data .working-time:before {
            display: inline-block !important;
            margin-right: 8px;
            position: relative;
            top: 3px; }
        header .line .left-side .right .company-data .address:before {
          width: 16px;
          height: 16px;
          display: block;
          content: '';
          background-color: #99a3b0;
          -webkit-mask-image: url("../img/address.svg");
          mask-image: url("../img/address.svg");
          mask-position: center;
          mask-size: 100%;
          -webkit-mask-size: 100% 100%;
          mask-repeat: no-repeat; }
        header .line .left-side .right .company-data .working-time:before {
          width: 17px;
          height: 17px;
          display: block;
          content: '';
          background-color: #99a3b0;
          -webkit-mask-image: url("../img/working-time.svg");
          mask-image: url("../img/working-time.svg");
          mask-position: center;
          mask-size: 100%;
          -webkit-mask-size: 100% 100%;
          mask-repeat: no-repeat; }
    header .line .right-side {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between; }
      header .line .right-side .socials, header .line .right-side .search, header .line .right-side .language-selector {
        padding: 0 1.5rem;
        margin-bottom: 2rem; }
      header .line .right-side .socials {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        width: calc(250px + 80px); }
        header .line .right-side .socials .item {
          margin-left: 1rem;
          margin-right: 1rem;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 39px;
          height: 39px;
          border-radius: 50%;
          position: relative; }
          header .line .right-side .socials .item:hover {
            opacity: .85; }
          header .line .right-side .socials .item.facebook {
            background-color: #157dc3; }
            header .line .right-side .socials .item.facebook:before {
              width: 17px;
              height: 21px;
              display: block;
              content: '';
              background-color: white;
              -webkit-mask-image: url("../img/facebook.svg");
              mask-image: url("../img/facebook.svg");
              mask-position: center;
              mask-size: 100%;
              -webkit-mask-size: 100% 100%;
              mask-repeat: no-repeat; }
          header .line .right-side .socials .item.twitter {
            background-color: #1da1f2; }
            header .line .right-side .socials .item.twitter:before {
              width: 20px;
              height: 17px;
              display: block;
              content: '';
              background-color: white;
              -webkit-mask-image: url("../img/twitter.svg");
              mask-image: url("../img/twitter.svg");
              mask-position: center;
              mask-size: 100%;
              -webkit-mask-size: 100% 100%;
              mask-repeat: no-repeat; }
              header .line .right-side .socials .item.twitter1:before {
                width: 20px;
                height: 17px;
                display: block;
                content: '';
                background-color: white;
                -webkit-mask-image: url("../img/twitter1.svg");
                mask-image: url("../img/twitter1.svg");
                mask-position: center;
                mask-size: 100%;
                -webkit-mask-size: 100% 100%;
                mask-repeat: no-repeat; }
          header .line .right-side .socials .item.telegram {
            background-color: #1e96c8; }
            header .line .right-side .socials .item.telegram:before {
              width: 20px;
              height: 17px;
              display: block;
              content: '';
              background-color: white;
              -webkit-mask-image: url("../img/telegram.svg");
              mask-image: url("../img/telegram.svg");
              mask-position: center;
              mask-size: 100%;
              -webkit-mask-size: 100% 100%;
              mask-repeat: no-repeat;
              position: relative;
              left: -2px; }
          header .line .right-side .socials .item.whatsapp {
            background-color: #1ebea5; }
            header .line .right-side .socials .item.whatsapp:before {
              width: 24px;
              height: 21px;
              display: block;
              content: '';
              background-color: white;
              -webkit-mask-image: url("../img/whatsapp.svg");
              mask-image: url("../img/whatsapp.svg");
              mask-position: center;
              mask-size: 100%;
              -webkit-mask-size: 100% 100%;
              mask-repeat: no-repeat;
              position: relative;
              left: 1px; }
          header .line .right-side .socials .item.instagram {
            background-color: #833ab4; }
            header .line .right-side .socials .item.instagram:before {
              width: 20px;
              height: 19px;
              display: block;
              content: '';
              background-color: white;
              -webkit-mask-image: url("../img/instagram.svg");
              mask-image: url("../img/instagram.svg");
              mask-position: center;
              mask-size: 100%;
              -webkit-mask-size: 100% 100%;
              mask-repeat: no-repeat;
              position: relative;
              top: 0px;
              left: 0px; }
      header .line .right-side .search {
        width: calc(100% - 80px - 250px);
        position: relative; }
        header .line .right-side .search #ajaxsearchlite1 {
          margin: 0; }
        header .line .right-side .search div.asl_w .probox {
          position: relative;
          padding: 0.7rem 1.2rem !important; }
          header .line .right-side .search div.asl_w .probox .proinput input {
            line-height: 1.9rem !important;
            font-size: 1.7rem !important;
            font-family: "SourceSansPro-Regular", sans-serif !important; }
          header .line .right-side .search div.asl_w .probox .proclose {
            position: absolute;
            right: 25px; }
          header .line .right-side .search div.asl_w .probox .promagnifier .innericon svg {
            fill: none; }
          header .line .right-side .search div.asl_w .probox .proclose {
            position: relative;
            right: -14px; }
            header .line .right-side .search div.asl_w .probox .proclose svg {
              background: #58abb7; }
          header .line .right-side .search div.asl_w .probox .proloading div.asl_simple-circle {
            border-color: #58abb7 !important; }
        header .line .right-side .search input[type="text"] {
          width: 100%;
          margin-bottom: 0;
          line-height: 1.9rem;
          font-size: 1.7rem;
          font-family: "SourceSansPro-Regular", sans-serif;
          color: #99a3b0; }
      header .line .right-side .language-selector {
        width: 80px;
        font-size: 1.6rem;
        font-family: "RobotoCondensed-Light", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        height: 4rem; }
        header .line .right-side .language-selector ul, header .line .right-side .language-selector li, header .line .right-side .language-selector div {
          max-width: 60px;
          border: none !important;
          list-style-type: none;
          color: transparent; }
        header .line .right-side .language-selector ul {
          border-radius: 5px; }
          header .line .right-side .language-selector ul a {
            border: none; }
            header .line .right-side .language-selector ul a img {
              border-radius: 4px;
              width: 25px;
              height: 20px; }
        header .line .right-side .language-selector .wpml-ls-legacy-dropdown a:hover,
        header .line .right-side .language-selector .wpml-ls-legacy-dropdown a:focus,
        header .line .right-side .language-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
          background: #58abb7; }
      header .line .right-side .menu ul {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-left: 0;
        width: 100%; }
        header .line .right-side .menu ul li {
          position: relative;
          display: inline-block;
          margin-right: 2.9rem; }
          header .line .right-side .menu ul li:hover > .sub-menu {
            display: block; }
          header .line .right-side .menu ul li a {
            font-family: "Roboto-Regular", sans-serif;
            font-size: 18px;
            line-height: 1;
            text-transform: uppercase;
            color: #4c5867; }
        header .line .right-side .menu ul .sub-menu {
          display: none;
          position: absolute;
          z-index: 9;
          margin: 0;
          padding: 0.5rem 2rem 0.5rem;
          min-width: 250px;
          border-radius: 3px;
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.23);
          background-color: #1da1f2; }
          header .line .right-side .menu ul .sub-menu .sub-menu {
            border: 2px solid white;
            left: 100%;
            top: 0; }
            header .line .right-side .menu ul .sub-menu .sub-menu .sub-menu {
              border: 2px solid white;
              left: 100%;
              top: 0; }
          header .line .right-side .menu ul .sub-menu li {
            margin: 0;
            min-height: 34px;
            line-height: 2rem;
            width: 100%;
            display: inline-flex;
            align-items: center;
            border-bottom: 1px solid #58abb7; }
            header .line .right-side .menu ul .sub-menu li:last-child {
              border-bottom: none; }
            header .line .right-side .menu ul .sub-menu li:hover {
              border-color: white; }
            header .line .right-side .menu ul .sub-menu li a {
              font-size: 14px;
              text-transform: none;
              padding: .6rem 0;
              line-height: 1.2;
              color: white;
              width: 100% !important; }
              header .line .right-side .menu ul .sub-menu li a:hover {
                text-decoration: none; }
  header .probox, header div.asl_w .probox {
    margin: 0 !important;
    padding: 1.2rem !important; }
    header .probox input[type], header div.asl_w .probox input[type] {
      line-height: 1.9rem;
      font-size: 1.7rem; }

.menu .mega-menu-wrap{
	font-family: Roboto-Regular, sans-serif !important;
	line-height: 1;
}
@media (min-width: 992px) {
  header .right-side .menu ul .sub-menu {
    position: absolute; } }

@media (max-width: 1350px) {
  header .line {
    margin-bottom: 0; }
    header .line .left-side, header .line .right-side {
      flex: 100%;
      width: 100%;
      max-width: 100%;
      justify-content: center; }
      header .line .left-side .left, header .line .right-side .left {
        padding-right: 0; }
        header .line .left-side .left .logo, header .line .right-side .left .logo {
          text-align: center;
          margin-bottom: 2rem; }
      header .line .left-side .right, header .line .right-side .right {
        width: 300px;
        max-width: 100%; }
      header .line .left-side .socials, header .line .right-side .socials {
        justify-content: center !important; }
        header .line .left-side .socials .item, header .line .right-side .socials .item {
          margin: 0 1.5rem; }
      header .line .left-side .company-data, header .line .right-side .company-data {
        margin-bottom: 2rem;
        justify-content: center; }
    header .line .left-side {
      margin-bottom: 3rem; }
    header .line .right-side .menu ul {
      justify-content: center; }
      header .line .right-side .menu ul li {
        margin: 0 1.4rem 2rem; }
	}

/* #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	line-height: 1.2;
	padding: .6rem 0;
} */
.mega-menu .mega-sub-menu .mega-sub-menu{
	border: 2px solid #fff !important;
	left: calc(100% + 2rem) !important;
}
@media (max-width: 670px) {
  header .line .right-side .socials, header .line .right-side .search, header .line .right-side .language-selector {
    width: 100%; } }

footer {
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 7rem; }
  footer .footer-column {
    margin-bottom: 3rem; }
    footer .footer-column:nth-child(2) {
      border-right: 1px solid white; }
  footer a {
    color: white; }
    footer a:hover {
      color: #58abb7; }
  footer .phone, footer .email, footer .working-time, footer .without-icon {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: "RobotoCondensed-Regular", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: white;
    margin-bottom: 3rem; }
    footer .phone:before, footer .email:before, footer .working-time:before, footer .without-icon:before {
      width: 22px;
      height: 22px;
      display: block;
      content: '';
      display: inline-block;
      margin-right: 1.4rem; }
  footer .phone:before {
    background-color: #58abb7;
    -webkit-mask-image: url("../img/footer_phone.svg");
    mask-image: url("../img/footer_phone.svg");
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat; }
  footer .email:before {
    background-color: #58abb7;
    -webkit-mask-image: url("../img/footer_email.svg");
    mask-image: url("../img/footer_email.svg");
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat; }
  footer .working-time:before {
    background-color: #58abb7;
    -webkit-mask-image: url("../img/footer_working_time.svg");
    mask-image: url("../img/footer_working_time.svg");
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat; }
  footer .menu ul {
    list-style-type: none; }
    footer .menu ul li {
      margin-bottom: 1.5rem;
      width: 100%;
      display: block; }
      footer .menu ul li a {
        font-size: 16px;
        font-family: "RobotoCondensed-Regular", sans-serif; }
.wpcf7 .wpcf7-form-control.wpcf7mf-mask{
	width: 100%;
    font-family: "RobotoCondensed-Light",sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #4c5867;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
	padding: 1.2rem;
    margin-bottom: 2.1rem;
}
.wpcf7 .wpcf7-form-control.wpcf7-text{
	width: 100%;
    font-family: "RobotoCondensed-Light",sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #4c5867;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
	padding: 1.2rem;
    margin-bottom: 2.1rem;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit{
	background-color: #1da1f2;
    border-radius: 3px;
    font-family: "Roboto-Regular",sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    border: none;
    padding: 1.7rem 2.7rem;
}
.pum-container .wpcf7-form p{
	font-family: "RobotoCondensed-Light",sans-serif;
    font-size: 16px;
    line-height: 1.2;
	color: #4c5867;
}

@media screen and (max-width: 540px){
.pum-container.popmake.theme-6754{
	width: 98% !important;
    margin: 1%;
}
}
.top-banner .container p{
	font-family: "SourceSansPro-Regular",sans-serif;
	font-size: 1.7rem;
	line-height: 1.2;
	color: #fff;
	padding: 2rem 0;
}
.pum-container.active .popup-error{
	display: none;
} 

.text-block .wpcf7 .wpcf7-form-control.wpcf7-submit{
	width: 60%;
	margin: 0 20%;
	padding: 1.2rem 2.7rem;
}
.wpcf7 .ajax-loader{
	display: none !important;
}
.wpcf7 .priv-policy{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.wpcf7 .priv-policy a{
	color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.wpcf7 .priv-policy a:hover{
	color: #0056b3;
    text-decoration: underline;
}
.pum-theme-6754.pum-theme-lightbox .pum-close.popmake-close{
	width: 21px;
    height: 22px;
    background-image: url(//itrex.ru/wp-content/themes/itrex/css/../img/close.png);
    margin: 11px 13px 0 0;
    background-color: transparent;
	padding: 1rem;
	border: none;
    border-radius: 3px;
    font-family: "Roboto-Regular",sans-serif;
    font-size: 16px;
    color: #fff;
	font-weight: 700;
    line-height: 1;
	opacity: .5;
}
.pum-theme-6754.pum-theme-lightbox .pum-close.popmake-close:hover{
	opacity: .75;
}

.pum-theme-6754 .pum-title, .pum-theme-lightbox .pum-title.popmake-title{
	font-family: "RobotoCondensed-Light",sans-serif;
    text-transform: uppercase;
    color: #4c5867;
    text-align: left;
    font-size: 2rem;
    text-align: center;
}
.sidebar li {
  list-style-type: none !important;
  clear: both;
  display: block;
  width: 100%; }
  .sidebar li::marker {
    display: none !important; }

.sidebar .sidebar-block {
  margin-bottom: 3.1rem; }
  .sidebar .sidebar-block.header, h2.widgettitle {
    margin-bottom: 1.8rem;
    display: block;
    font-family: "RobotoCondensed-Light", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #4c5867;
	margin-top: 20px;
	}
  .sidebar .sidebar-block.include-code {
    font-family: "RobotoCondensed-Light", sans-serif;
    font-size: 1.8rem; }
  .sidebar .sidebar-block.sidebar-socials {
    margin-bottom: 3.5rem;
    justify-content: flex-end;
    max-width: 100%; }
    .sidebar .sidebar-block.sidebar-socials .item {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 37px;
      height: 37px;
      border-radius: 50%;
      position: relative;
      background: white;
      box-shadow: 0 3px 3px 0 rgba(0, 2, 5, 0.15);
      margin-right: 1.3rem; }
      .sidebar .sidebar-block.sidebar-socials .item:before {
        transition-property: background-color; }
      .sidebar .sidebar-block.sidebar-socials .item:hover:before {
        background-color: #1da1f2 !important; }
      .sidebar .sidebar-block.sidebar-socials .item.facebook:before {
        width: 17px;
        height: 21px;
        display: block;
        content: '';
        background-color: #99a3b0;
        -webkit-mask-image: url("../img/facebook.svg");
        mask-image: url("../img/facebook.svg");
        mask-position: center;
        mask-size: 100%;
        -webkit-mask-size: 100% 100%;
        mask-repeat: no-repeat; }
      .sidebar .sidebar-block.sidebar-socials .item.twitter:before {
        width: 20px;
        height: 17px;
        display: block;
        content: '';
        background-color: #99a3b0;
        -webkit-mask-image: url("../img/twitter.svg");
        mask-image: url("../img/twitter.svg");
        mask-position: center;
        mask-size: 100%;
        -webkit-mask-size: 100% 100%;
        mask-repeat: no-repeat;
        position: relative;
        left: 1px; }
      .sidebar .sidebar-block.sidebar-socials .item.telegram:before {
        width: 20px;
        height: 17px;
        display: block;
        content: '';
        background-color: #99a3b0;
        -webkit-mask-image: url("../img/telegram.svg");
        mask-image: url("../img/telegram.svg");
        mask-position: center;
        mask-size: 100%;
        -webkit-mask-size: 100% 100%;
        mask-repeat: no-repeat;
        position: relative;
        left: -1px;
        top: 1px; }
      .sidebar .sidebar-block.sidebar-socials .item.instagram:before {
        width: 20px;
        height: 17px;
        display: block;
        content: '';
        background-color: #99a3b0;
        -webkit-mask-image: url("../img/instagram.svg");
        mask-image: url("../img/instagram.svg");
        mask-position: center;
        mask-size: 100%;
        -webkit-mask-size: 100% 100%;
        mask-repeat: no-repeat;
        position: relative;
        left: -1px;
        top: 1px; }
      .sidebar .sidebar-block.sidebar-socials .item.whatsapp:before {
        width: 20px;
        height: 17px;
        display: block;
        content: '';
        background-color: #99a3b0;
        -webkit-mask-image: url("../img/whatsapp.svg");
        mask-image: url("../img/whatsapp.svg");
        mask-position: center;
        mask-size: 100%;
        -webkit-mask-size: 100% 100%;
        mask-repeat: no-repeat;
        position: relative;
        left: -1px;
        top: 1px; }

.sidebar form.mailpoet_form_widget {
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3.1rem; }
  .sidebar form.mailpoet_form_widget .mailpoet_paragraph {
    display: inline-block !important;
    margin-right: 0 !important; }
  .sidebar form.mailpoet_form_widget .mailpoet_message {
    width: 100%;
    clear: both;
    font-size: 1.4rem !important;
    font-family: "RobotoCondensed-Light", sans-serif; }
    .sidebar form.mailpoet_form_widget .mailpoet_message .mailpoet_validate_success {
      font-family: "RobotoCondensed-Light", sans-serif;
      color: #58abb7;
      font-size: 1.5rem !important; }
    .sidebar form.mailpoet_form_widget .mailpoet_message .mailpoet_validate_error {
      font-family: "RobotoCondensed-Light", sans-serif;
      color: red;
      font-size: 1.6rem !important; }
  .sidebar form.mailpoet_form_widget .parsley-custom-error-message {
    color: red;
    font-size: 1.6rem !important;
    font-family: "RobotoCondensed-Light", sans-serif;
    line-height: 1.4rem; }
  .sidebar form.mailpoet_form_widget input[type="text"], .sidebar form.mailpoet_form_widget input[type="email"], .sidebar form.mailpoet_form_widget input[type="submit"], .sidebar form.mailpoet_form_widget button[type="submit"] {
    width: 100%;
    line-height: 1.4rem;
    padding: 1.2rem;
    border-radius: 5px;
    font-family: "RobotoCondensed-Light", sans-serif; }
  .sidebar form.mailpoet_form_widget input[type="text"], .sidebar form.mailpoet_form_widget input[type="email"] {
    font-size: 16px;
    line-height: 1.2;
    color: #4c5867;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: 0;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important; }
  .sidebar form.mailpoet_form_widget input[type="submit"], .sidebar form.mailpoet_form_widget button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 1.5rem;
    height: 100%;
    border: none;
    background-color: #58abb7;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition-property: background-color;
    transition: .4s; }
    .sidebar form.mailpoet_form_widget input[type="submit"]:hover, .sidebar form.mailpoet_form_widget button[type="submit"]:hover {
      background-color: #1da1f2;
      transition: .4s; }

.sidebar-last-news .item, .single-last-news .item {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #418f9a;
  border-bottom: 1px dashed #dddddd;
  padding: 0 0 2.7rem;
  margin: 0 0 2.5rem; }
  .sidebar-last-news .item:hover, .single-last-news .item:hover {
    text-decoration: none; }
    .sidebar-last-news .item:hover .image, .single-last-news .item:hover .image {
      transition-property: padding-right;
      transition: .4s; }
      .sidebar-last-news .item:hover .image img, .single-last-news .item:hover .image img {
        transition-property: left;
        transition: .4s;
        transform: scale(1.2); }
    .sidebar-last-news .item:hover .description .header, .single-last-news .item:hover .description .header {
      color: #1da1f2;
      transition: .4s; }
  .sidebar-last-news .item .image, .single-last-news .item .image {
    width: 77px;
    transition-property: padding-right; }
    .sidebar-last-news .item .image img, .single-last-news .item .image img {
      transition-property: left;
      left: 0;
      transition: .4s;
      position: relative; }
  .sidebar-last-news .item .description, .single-last-news .item .description {
    width: calc(100% - 77px - 1.5rem); }
    .sidebar-last-news .item .description .header, .single-last-news .item .description .header {
      line-height: 1.8rem;
      margin-bottom: 1.5rem;
      transition-property: color; }
    .sidebar-last-news .item .description .date, .single-last-news .item .description .date {
      font-size: 14px;
      line-height: 18px;
      color: #4c5867; }

.single-last-news .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0; }
  .single-last-news .item .before {
    margin-bottom: 1.8rem;
    display: block;
    font-family: "RobotoCondensed-Light", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #4c5867; }
  .single-last-news .item .image img {
    max-width: 100%; }
  .single-last-news .item .description {
    padding-left: 1.5rem; }

.sidebar-last-news .item .image {
  width: 68px !important;
  overflow: initial !important; }
  .sidebar-last-news .item .image img {
    max-width: 100%; }

.sidebar-last-news .item .description {
  padding-left: 1.5rem; }

a.header, h2.header, h3.header, h4.header {
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #4c5867;
  text-align: left;
  margin-bottom: 2.5rem; }
  a.header:hover, h2.header:hover, h3.header:hover, h4.header:hover {
    color: #58abb7; }

@media (max-width: 992px) {
  a.header {
    text-align: center; } }

.top-banner {
  background-size: cover;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
  position: relative; }
  .top-banner .background {
    opacity: 0.5;
    background-color: #000000;
    position: absolute;
    top: 3.1rem;
    bottom: 3.1rem;
    left: 0;
    right: 0; }
  .top-banner .container {
    position: relative;
    padding-top: 3.3rem;
    padding-bottom: 3.3rem; }
  .top-banner h1 {
    font-family: "SourceSansPro-Bold", sans-serif;
    font-size: 4.8rem;
    text-transform: uppercase;
    color: white;
    margin: 0; }
  .top-banner .description {
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 3.2rem;
    line-height: 1.2;
    color: white;
    padding-bottom: 2rem; }
  .top-banner button {
    background-color: #1da1f2;
    border: none;
    border-radius: 3px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    color: white;
    padding: 1.35rem 3.5rem;
}
    .top-banner button:hover {
      background-color: #0079e6;
      color: white; }

.modal-content, .sidebar-calc-form {
  padding: 3.5rem 3.9rem; }
  .modal-content .modal-header, .sidebar-calc-form .modal-header {
    border-bottom: 0; }
    .modal-content .modal-header h5, .sidebar-calc-form .modal-header h5 {
      font-family: "RobotoCondensed-Light", sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #4c5867;
      margin-bottom: 1.5rem; }
    .modal-content .modal-header button.close, .sidebar-calc-form .modal-header button.close {
      width: 21px;
      height: 22px;
      background-image: url("../img/close.png");
      margin: 11px 13px 0 0;
      background-color: transparent;
      position: absolute;
      top: 0;
      right: 0; }
  .modal-content .row .col-sm-12, .sidebar-calc-form .row .col-sm-12 {
    min-height: 67px; }
  .modal-content .row br, .sidebar-calc-form .row br {
    display: none; }
  .modal-content .row input[type='text'], .modal-content .row input[type='email'], .modal-content .row input[type='file'], .sidebar-calc-form .row input[type='text'], .sidebar-calc-form .row input[type='email'], .sidebar-calc-form .row input[type='file'] {
    width: 100%;
    font-family: "RobotoCondensed-Light", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #4c5867;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px; }
  .modal-content .row input[type="submit"], .sidebar-calc-form .row input[type="submit"] {
    background-color: #1da1f2;
    border-radius: 3.0px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    border: none;
    padding: 1.7rem 2.7rem; }
  .modal-content .row label, .modal-content .row .wpcf7-list-item-label, .sidebar-calc-form .row label, .sidebar-calc-form .row .wpcf7-list-item-label {
    font-family: "RobotoCondensed-Light", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #4c5867;
    display: inline-block;
    width: calc(100% - 27px);
    float: right;
    margin-bottom: 2.1rem; }
    .modal-content .row label.custom-file-label, .modal-content .row .wpcf7-list-item-label.custom-file-label, .sidebar-calc-form .row label.custom-file-label, .sidebar-calc-form .row .wpcf7-list-item-label.custom-file-label {
      border: none;
      cursor: pointer;
      background: #58abb7;
      padding: 1rem 1rem 1rem 5rem;
      color: white;
      height: auto;
      min-height: 47px;
      display: flex;
      align-items: center;
      width: 100%; }
      .modal-content .row label.custom-file-label:before, .modal-content .row .wpcf7-list-item-label.custom-file-label:before, .sidebar-calc-form .row label.custom-file-label:before, .sidebar-calc-form .row .wpcf7-list-item-label.custom-file-label:before {
        width: 28px;
        height: 28px;
        display: block;
        content: '';
        background-color: white;
        -webkit-mask-image: url("../img/input_file.svg");
        mask-image: url("../img/input_file.svg");
        mask-position: center;
        mask-size: 100%;
        -webkit-mask-size: 100% 100%;
        mask-repeat: no-repeat;
        margin-right: 1.5rem;
        position: absolute;
        left: 1rem; }
      .modal-content .row label.custom-file-label:after, .modal-content .row .wpcf7-list-item-label.custom-file-label:after, .sidebar-calc-form .row label.custom-file-label:after, .sidebar-calc-form .row .wpcf7-list-item-label.custom-file-label:after {
        display: none; }
      .modal-content .row label.custom-file-label:hover, .modal-content .row .wpcf7-list-item-label.custom-file-label:hover, .sidebar-calc-form .row label.custom-file-label:hover, .sidebar-calc-form .row .wpcf7-list-item-label.custom-file-label:hover {
        background: #1da1f2 !important; }
  .modal-content .row .wpcf7-radio, .sidebar-calc-form .row .wpcf7-radio {
    display: flex; }
    .modal-content .row .wpcf7-radio .wpcf7-list-item, .sidebar-calc-form .row .wpcf7-radio .wpcf7-list-item {
      width: 50%; }
  .modal-content .row .custom-file-input:hover + label.custom-file-label, .sidebar-calc-form .row .custom-file-input:hover + label.custom-file-label {
    background: #1da1f2 !important; }
  .modal-content .row .custom-file, .modal-content .row .custom-radio, .modal-content .row .custom-file-input, .sidebar-calc-form .row .custom-file, .sidebar-calc-form .row .custom-radio, .sidebar-calc-form .row .custom-file-input {
    cursor: pointer !important; }
  .modal-content .row .hidden, .sidebar-calc-form .row .hidden {
    display: none; }
  .modal-content .row .custom-radio .custom-control-label, .sidebar-calc-form .row .custom-radio .custom-control-label {
    cursor: pointer; }
    .modal-content .row .custom-radio .custom-control-label:before, .sidebar-calc-form .row .custom-radio .custom-control-label:before {
      width: 14px;
      height: 14px;
      border-color: #58abb7;
      left: -22px;
      top: 4px; }
  .modal-content .row .custom-control-input:checked ~ .custom-control-label, .sidebar-calc-form .row .custom-control-input:checked ~ .custom-control-label {
    background: white; }
    .modal-content .row .custom-control-input:checked ~ .custom-control-label:before, .sidebar-calc-form .row .custom-control-input:checked ~ .custom-control-label:before {
      background-color: white; }
    .modal-content .row .custom-control-input:checked ~ .custom-control-label:after, .sidebar-calc-form .row .custom-control-input:checked ~ .custom-control-label:after {
      top: 8px;
      left: -18px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-image: none;
      background-color: #58abb7; }

.sidebar-calc-form {
  padding: 0; }

.translation-types {
  box-shadow: 0 3px 10px 0 rgba(29, 149, 199, 0.15);
  background-color: white;
  padding: 2.6rem 0 0.6rem;
  margin-bottom: 2rem;
  z-index: 9999; }
  .translation-types .item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
    .translation-types .item:hover .description {
      color: #58abb7; }
    .translation-types .item .image, .translation-types .item .description {
      display: flex;
      align-items: center; }
    .translation-types .item .image {
      max-width: 55px;
      height: 100%;
      padding-right: 1.5rem; }
    .translation-types .item .description {
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 1.6rem;
      line-height: 1.2;
      text-decoration: underline;
      color: #445767; }

.reviews {
  margin-bottom: 6.3rem; }
  .reviews .item {
    margin-bottom: 3rem; }
    .reviews .item .image {
      padding-left: 5rem; }
      .reviews .item .image img {
        max-width: 100%; }
    .reviews .item .description {
      padding-right: 3rem; }
      .reviews .item .description .from {
        font-family: "RobotoCondensed-Regular", sans-serif;
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
        color: #418f9a;
        margin-bottom: 2.1rem; }
      .reviews .item .description .text {
        line-height: 2.8rem;
        font-family: "RobotoCondensed-Regular", sans-serif;
        font-size: 1.6rem;
        line-height: 1.2;
        color: #627080;
        margin-bottom: 1.8rem; }
        .reviews .item .description .text h2, .reviews .item .description .text h3, .reviews .item .description .text h4, .reviews .item .description .text h5, .reviews .item .description .text h6 {
          text-align: left;
          display: inline-block;
          font-family: "RobotoCondensed-Light", sans-serif;
          font-size: 2.5rem;
          line-height: 21px;
          color: #141512;
          margin-top: 1rem;
          margin-bottom: 2rem; }
        .reviews .item .description .text h2 {
          text-transform: uppercase; }
        .reviews .item .description .text h4 {
          font-size: 2.2rem; }
        .reviews .item .description .text h5 {
          font-size: 2rem; }
        .reviews .item .description .text p, .reviews .item .description .text blockquote {
          font-family: "RobotoCondensed-Regular", sans-serif;
          font-size: 1.6rem;
          line-height: 28px;
          color: #627080;
          margin-bottom: 1.5rem; }
        .reviews .item .description .text a {
          font-family: "RobotoCondensed-Regular", sans-serif;
          font-size: 1.6rem;
          color: #58abb7; }
        .reviews .item .description .text ul, .reviews .item .description .text ol {
          margin: 1rem; }
          .reviews .item .description .text ul li, .reviews .item .description .text ol li {
            color: #627080;
            font-family: "RobotoCondensed-Regular", sans-serif;
            font-size: 1.6rem;
            line-height: 28px; }
        .reviews .item .description .text em {
          font-style: italic; }
        .reviews .item .description .text b, .reviews .item .description .text strong {
          font-weight: bold;
          color: #627080;
          font-size: 1.6rem; }
        .reviews .item .description .text blockquote {
          width: 80%;
          margin: 0 auto 1.5rem;
          padding: 3.9rem 5rem;
          background: #58abb7;
          border-radius: .5rem;
          font-family: "RobotoCondensed-Regular", sans-serif;
          font-size: 1.6rem;
          line-height: 24px;
          color: white !important;
          text-align: center;
          font-style: italic; }
          .reviews .item .description .text blockquote p {
            color: white; }
        .reviews .item .description .text table {
          border: 1px solid #eef2f9; }
          .reviews .item .description .text table tr, .reviews .item .description .text table td, .reviews .item .description .text table th {
            font-family: "RobotoCondensed-Regular", sans-serif;
            font-size: 1.4rem;
            line-height: 1.6rem;
            color: #627080;
            padding: 1rem 2rem;
            border-bottom: none;
            border-top: none; }
          .reviews .item .description .text table thead {
            border-bottom: 1px solid #eef2f9; }
            .reviews .item .description .text table thead th, .reviews .item .description .text table thead td {
              font-family: "RobotoCondensed-Regular", sans-serif;
              font-size: 1.6rem;
              line-height: 21px;
              color: #437df4; }
        .reviews .item .description .text .alignright {
          float: right;
          margin: 2rem 0 2rem 2rem; }
        .reviews .item .description .text .alignleft {
          float: left;
          margin: 2rem 2rem 2rem 0; }
        .reviews .item .description .text .aligncenter {
          float: none;
          clear: both;
          margin: 1rem auto 1rem;
          display: block; }
      .reviews .item .description .author {
        font-family: "RobotoCondensed-Regular", sans-serif;
        font-style: italic;
        font-size: 1.4rem;
        line-height: 1.2;
        color: #7f848a;
        padding-left: 20%;
        text-align: right; }
  .reviews .show-more {
    text-align: right; position: relative;}
    .reviews .show-more a {
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      color: #58abb7;
      margin-bottom: 2.1rem; }
      .reviews .show-more a:hover {
        color: #1da1f2; }

.reviews-page .item {
  margin-bottom: 7rem; }
  .reviews-page .item .image {
    padding-left: 0; }

@media (max-width: 600px) {
  .reviews {
    padding-left: 2rem;
    padding-right: 2rem; }
    .reviews .item .image {
      text-align: center;
      margin-bottom: 2rem;
      padding: 0 2rem !important; }
      .reviews .item .image img {
        margin: 0 auto; }
    .reviews .item .description {
      padding: 0 2rem; }
      .reviews .item .description .from {
        text-align: center; } }

.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 13px;
  height: 23px;
  z-index: 999;
  margin: 1rem 0; }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    width: 13px;
    height: 23px;
    display: block;
    content: '';
    background-color: #58abb7;
    -webkit-mask-image: url("../img/slick-arrow.svg");
    mask-image: url("../img/slick-arrow.svg");
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat; }

.slick-slider .slick-prev {
  left: 0; }

.slick-slider .slick-next {
  right: 0;
  transform: rotate(180deg);
  top: calc(50% - 11px); }

@media (max-width: 992px) {
  .slick-slider .slick-prev {
    left: 0; }
  .slick-slider .slick-next {
    right: 0; } }

.facts {
  margin-bottom: 6.3rem; }
  .facts .item {
    margin-bottom: 4.7rem; }
    .facts .item .image {
      margin-bottom: 2.7rem;
      text-align: center; }
      .facts .item .image img {
        max-width: 100%; }
    .facts .item .description {
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 1.6rem;
      line-height: 1.2;
      color: #627080;
      text-align: center; }

.text-block {
  margin-bottom: 6.3rem;
  line-height: 2.8rem;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 21px;
  color: #627080; }
  .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    text-align: left;
    display: inline-block;
    font-family: "RobotoCondensed-Light", sans-serif;
    font-size: 2.5rem;
    line-height: 21px;
    color: #141512;
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .text-block h2 {
    text-transform: uppercase; }
  .text-block h4 {
    font-size: 2.2rem; }
  .text-block h5 {
    font-size: 2rem; }
  .text-block p, .text-block blockquote {
    font-family: "RobotoCondensed-Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 28px;
    color: #627080;
    margin-bottom: 1.5rem; }
  .text-block a {
    font-family: "RobotoCondensed-Regular", sans-serif;
    font-size: 1.6rem;
    color: #58abb7; }
  .text-block ul, .text-block ol {
    margin: 1rem; }
    .text-block ul li, .text-block ol li {
      color: #627080;
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 1.6rem;
      line-height: 28px; }
  .text-block em {
    font-style: italic; }
  .text-block b, .text-block strong {
    font-weight: bold;
    color: #627080;
    font-size: 1.6rem; }
  .text-block blockquote {
    width: 100%;
	border-left: 3px solid #1da1f2;
    margin: 0 auto 1.5rem;
    padding: 1.6rem 1.6rem;
    background: #d9edf7;
        font-family: "RobotoCondensed-Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 24px;
    color: white !important;
    text-align: center; }
    .text-block blockquote p {
      color: #627080; }
  .text-block table {
    border: 1px solid #eef2f9; }
    .text-block table tr, .text-block table td, .text-block table th {
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 1.4rem;
      line-height: 1.6rem;
      color: #627080;
      padding: 1rem 2rem;
      border-bottom: none;
      border-top: none; }
    .text-block table thead {
      border-bottom: 1px solid #eef2f9; }
      .text-block table thead th, .text-block table thead td {
        font-family: "RobotoCondensed-Regular", sans-serif;
        font-size: 1.6rem;
        line-height: 21px;
        color: #437df4; }
  .text-block .alignright {
    float: right;
    margin: 2rem 0 2rem 2rem; }
  .text-block .alignleft {
    float: left;
    margin: 2rem 2rem 2rem 0; }
  .text-block .aligncenter {
    float: none;
    clear: both;
    margin: 1rem auto 1rem;
    display: block; }
  .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    line-height: 1.3; }
  .text-block a {
    color: #0fc7e1; }

@media (min-width: 600px) {
  	.text-block {
    	margin-right: -15px;
    	margin-left: -15px; 
	}
}
@media (min-width: 600px) {
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{
		display: none !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu .mega-sub-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    	display: inline !important;
	}
}
@media (max-width: 767px){
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{
		display: inline !important;
	}
}
.horizontal-slider {
  margin-bottom: 6.3rem;
  padding: 0 1rem; }
  .horizontal-slider .item {
    text-align: center; }
    .horizontal-slider .item img {
      margin: 0 auto; }

.arguments {
  margin-bottom: 6.3rem; }
  .arguments .item {
    margin-bottom: 3rem; }
    .arguments .item .image {
      text-align: center;
      margin-bottom: 2.3rem; }
      .arguments .item .image img {
        max-width: 100%;
        margin: 0 auto; }
    .arguments .item .header, .arguments .item .description {
      text-align: center;
      font-family: "RobotoCondensed-Regular", sans-serif; }
    .arguments .item .header {
      font-size: 2.4rem;
      line-height: 1.2;
      text-transform: uppercase;
      color: #4c5867;
      margin-bottom: 9px; }
    .arguments .item .description {
      font-size: 1.6rem;
      line-height: 20px;
      color: #627080; }

.links-block {
  margin-bottom: 6.3rem; }
  .links-block .item {
    text-decoration: none;
    text-decoration-color: #58abb7;
    margin-bottom: 2.7rem; }
    .links-block .item .underlined {
      text-decoration: underline;
      color: #418f9a !important; }
      .links-block .item .underlined:hover {
        color: #4c5867 !important; }
    .links-block .item:hover .description {
      color: #58abb7; }
    .links-block .item .image {
      margin-right: 2rem; }
    .links-block .item .description {
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 16px;
      line-height: 1.2;
      color: #4c5867; }

@media (max-width: 600px) {
  .links-block .item .image {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem; }
    .links-block .item .image img {
      margin: 0 auto; }
  .links-block .item .description {
    text-align: center; } }

.text-block .image-container .shortcode.recall-button {
  display: inline-block;
  margin: 1rem auto;
  padding: .5rem 2rem !important;
  font-size: 1.8rem;
  font-family: "RobotoCondensed-Regular", sans-serif;
  background-color: #1da1f2;
  color: white;
  cursor: pointer;
  transition: background-color ease-out .5s; }
  .shortcode.recall-button.left-align {
    margin: 1rem 1rem;
    text-align: left; }
  .shortcode.recall-button:hover {
    background-color: #58abb7;
    transition: background-color ease-out .5s; }
.shortcode.recall-button {
  display: inline-block;
  margin: 1rem auto;
  padding: .5rem 2rem !important;
  font-size: 1.8rem;
  font-family: "RobotoCondensed-Regular", sans-serif;
  background-color: #1da1f2;
  color: white;
  cursor: pointer;
  transition: background-color ease-out .5s; }
  .shortcode.recall-button.left-align {
    margin: 1rem 1rem;
    text-align: left; }
  .shortcode.recall-button:hover {
    background-color: #58abb7;
    transition: background-color ease-out .5s; }
span.wpcf7-not-valid-tip {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  border: 2px solid #d24d60;
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  background: #d24d60;
  color: white;
  text-align: center; }

.wpcf7-not-valid {
  border: 1px solid #d24d60 !important;
  text-align: center; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-radius: 0;
  padding: 2rem;
  font-size: 1.4rem;
  margin: 0 0 3rem;
  background-color: #f7b505;
  border-color: #f7b505;
  color: white !important;
  text-align: center; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #5ad226;
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  background: #5ad226;
  color: white;
  text-align: center;
  margin: 2rem 0; }

div.wpcf7-response-output.wpcf7-mail-sent-ng {
  border: 2px solid #d24d60;
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  background: #d24d60;
  color: white;
  margin-bottom: 3rem;
  text-align: center; }

.wpcf7-not-valid {
  border-color: #d24d60 !important;
  text-align: center; }

.breadcrumbs {
  margin-bottom: 2.5rem; }
  .breadcrumbs span, .breadcrumbs a {
    padding-right: 14px;
    font-size: 18px;
    line-height: 1.2;
    color: #445767; }
  .breadcrumbs a:after {
    width: 11px;
    height: 11px;
    display: block;
    content: '';
    background-color: #58abb7;
    -webkit-mask-image: url("../img/breadcrumbs_arrow.svg");
    mask-image: url("../img/breadcrumbs_arrow.svg");
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    display: inline-block;
    position: relative;
    left: 9px; }
  .breadcrumbs a:first-child {
    padding-left: 0; }
  .breadcrumbs a:hover {
    color: #45b0b7; }
    .breadcrumbs a:hover:after {
      color: #c3d7d7; }

@media (min-width: 600px) {
  .breadcrumbs {
    margin-right: -15px;
    margin-left: -15px; } }

.news .item {
  margin-bottom: 4.8rem; }
  .news .item:hover {
    text-decoration: none; }
    .news .item:hover .info {
      background: #58abb7;
      transition: .4s; }
      .news .item:hover .info h2, .news .item:hover .info .date, .news .item:hover .info .description {
        color: white;
        transition: .4s; }
      .news .item:hover .info .date:before {
        background-color: white !important;
        transition: .4s; }
  .news .item .image {
    background-size: cover;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: center; }
  .news .item .info {
    padding: 1.5rem;
    transition-property: background-color;
    transition: .4s; }
    .news .item .info h2, .news .item .info .date, .news .item .info .description {
      transition-property: background-color;
      transition: .4s; }
    .news .item .info h2 {
      text-align: left;
      font-family: "RobotoCondensed-Light", sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #4c5867;
      margin-bottom: 2rem; }
    .news .item .info .date {
      width: 100%;
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 16px;
      line-height: 20px;
      color: #9ea5ae;
      margin-bottom: 3.3rem;
      padding-left: 36px;
      display: flex;
      align-items: center;
      position: relative; }
      .news .item .info .date:before {
        width: 22px;
        height: 24px;
        display: block;
        content: '';
        background-color: #58abb7;
        -webkit-mask-image: url("../img/calendar.svg");
        mask-image: url("../img/calendar.svg");
        mask-position: center;
        mask-size: 100%;
        -webkit-mask-size: 100% 100%;
        mask-repeat: no-repeat;
        position: absolute;
        left: 0;
        transition-property: background-color;
        transition: .4s; }
    .news .item .info .description {
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 18px;
      line-height: 20px;
      color: #627080; }

@media (max-width: 600px) {
  .news {
    padding-left: 2rem;
    padding-right: 2rem; } }

.projects .filters {
  border-radius: 5px;
  border: 2px solid #58abb7;
  margin-bottom: 6rem; }
  .projects .filters button {
    font-size: 1.4rem;
    font-family: "RobotoCondensed-Regular", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 0; }
    .projects .filters button:hover, .projects .filters button.mixitup-control-active {
      background-color: #58abb7;
      color: white; }

.projects .mixer {
  margin-bottom: 8rem; }
  .projects .mixer .mix {
    margin-bottom: 3rem; }
    .projects .mixer .mix:hover h2 {
      color: #58abb7; }
    .projects .mixer .mix a:hover {
      text-decoration: none; }
    .projects .mixer .mix .image, .projects .mixer .mix h2, .projects .mixer .mix .description {
      margin-bottom: 1.5rem !important; }
    .projects .mixer .mix .image {
      width: 100%;
      margin: auto;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      border-radius: .5rem; }
      .projects .mixer .mix .image:before {
        content: "";
        padding-top: 75%;
        float: left; }
    .projects .mixer .mix h2 {
      font-family: "RobotoCondensed-Light", sans-serif;
      font-size: 22px;
      line-height: 1.2;
      color: #4c5867;
      text-align: left; }
    .projects .mixer .mix .description {
      font-family: "RobotoCondensed-Regular", sans-serif;
      font-size: 14px;
      line-height: 1.2;
      color: #627080; }

.clients .mixer .mix h2 {
  color: #58abb7; }

@media (max-width: 600px) {
  .projects .filters {
    margin-left: 1rem;
    margin-right: 1rem; } }

.pagination, .woocommerce-pagination {
  text-align: center;
  margin: 3.5rem auto; }
  .pagination .nav-links, .woocommerce-pagination .nav-links {
    display: flex;
    align-items: center; }
  .pagination a, .pagination span, .woocommerce-pagination a, .woocommerce-pagination span {
    width: 36px;
    height: 36px;
    margin: 1rem .2rem !important;
    border: none !important;
    display: inline-block;
    line-height: 35px;
    color: #141512;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "RobotoCondensed-Regular", sans-serif !important; }
    .pagination a.current, .pagination span.current, .woocommerce-pagination a.current, .woocommerce-pagination span.current {
      background: #58abb7;
      color: white !important;
      border-radius: 3px; }
  .pagination span, .pagination a:hover, .woocommerce-pagination span, .woocommerce-pagination a:hover {
    color: #45b0b7 !important;
    border: none !important;
    text-decoration: none; }
  .pagination .prev, .pagination .next, .woocommerce-pagination .prev, .woocommerce-pagination .next {
    width: 85px;
    height: 44px;
    background-color: #2c2c2c;
    border-radius: 22.0px;
    cursor: pointer;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 1.5rem !important; }
    .pagination .prev:before, .pagination .next:before, .woocommerce-pagination .prev:before, .woocommerce-pagination .next:before {
      width: 17px;
      height: 15px;
      display: block;
      content: '';
      background-color: white;
      -webkit-mask-image: url("../img/pagination_arrow.svg");
      mask-image: url("../img/pagination_arrow.svg");
      mask-position: center;
      mask-size: 100%;
      -webkit-mask-size: 100% 100%;
      mask-repeat: no-repeat; }
    .pagination .prev:hover, .pagination .next:hover, .woocommerce-pagination .prev:hover, .woocommerce-pagination .next:hover {
      background-color: #45b0b7; }
  .pagination .next:before, .woocommerce-pagination .next:before {
    transform: rotate(180deg); }

.popmake .js-calculator label{
	font-family: 'Roboto-Regular';
    font-size: 18px;
    color: #000000;
}
.popmake .js-calculator select{
	width: 80%;
    height: 50px;
    border-radius: 5px;
    border: 0px;
    padding-left: 20px;
	font-family:'Roboto-Regular';
	font-size: 14px;
	margin-bottom: 30px;
}
.popmake .js-calculator button, .button {
	background: #1DA1F2;
    border-radius: 5px;
    border: 1px solid transparent;
    width: 33%;
    height: 50px;
    color: #ffffff;
    position: relative;
    left: 32%;
	transition: background-color ease-out .5s;
}
.popmake .js-calculator .button.order{
	background-color: #58b79b;
	line-height: 42px;
	font-size: inherit;
}
.popmake .js-calculator button:hover, .button:hover {
	background-color: #58abb7 !important;
	transition: background-color ease-out .5s;
	color: #fff;
}

.popmake .js-calculator .column{
	flex: 50%;
	min-width:300px;
}
.popmake .js-calculator .results{
	font-family: 'Roboto-Regular';
    font-size: 18px;
    color: #000;
    left: 36%;
    position: relative;
    margin-bottom: 15px;
}
.popmake .js-calculator input[type="number"]{
	width: 80%;
    height: 50px;
    border-radius: 5px;
    border: 0px;
    padding-left: 20px;
	font-family:'Roboto-Regular';
	font-size: 14px;
	margin-bottom: 30px;
}
.popmake .js-calculator input[type="checkbox"]{
	margin: 10px;
}
.popmake .js-calculator input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin:0;
}

.popmake .js-calculator .column{
	flex: 50%;
}
.popmake .js-calculator .bottom-text{
	width: 100%;
    text-align: center;
    margin-top: 20px;
}
.popmake.theme-6755 .pum-title{
	margin-bottom: 40px;
	font-family: 'Roboto-Regular';
}
.img-btn-cont .recall-button.calculator{
	width: 100%;
	background-color: #58b79b;
	margin: 10px 0 !important;
}

.text-block .image-container .recall-button.calculator{
	background-color: #58b79b;
	margin: 0 20px;
}
.recall-button.calculator{
	background-color: #58b79b;
	margin: 0 20px;
}
.menu .recall-button.calculator:hover {
    background-color: #47879133;
}

.text-block .image-container .recall-button.calculator:hover{
	background-color: #58abb7;
}
.recall-button.calculator:hover{
	background-color: #58abb7;
}
.text-block .image-container .recall-button.calculator:hover{
	transition: background-color ease-out .5s;
	background-color: rgb(80 162 138);
}
.recall-button.calculator:hover{
	transition: background-color ease-out .5s;
	background-color: rgb(80 162 138);
}
.text-block .img-btn-cont .shortcode.recall-button{
	margin: 1rem 15px;
}
.menu button.popmake-7309{
	padding: 0;
    width: 50px;
    background: #fff;
    margin: 0px 15px !important;
}
button.popmake-7309.onmain.center{
	cursor: pointer;
    font-size: 20px;
    width: 60%;
    margin: 0 20% !important;
}
.button-block button{
	width: 100%;
	margin: 0 !important;
}
.button-block{
    max-width: 500px;
    margin: 0 0 20px 0;
}

.question-form{
    width: 84%;
    margin: auto;
}
.question-form h4{
	margin-bottom: 1rem;
}
.question-form .qform-right, .qform-left{
	display: inline-block;
    width: 50%;
}
.question-form .qform-left p:first-of-type{
	float: left;
	margin: 0px;
}
.question-form .qform-right p:first-of-type{
	float: right;
	margin-right: 10em;
	margin-bottom: 0;
}
.question-form .qform-right input{
	width: 20em !important;
	float: right;
	margin-bottom: 0px !important;
}
.question-form .qform-left input{
	width: 20em !important;
	float: left;
	margin-bottom: 0px !important;
}
.question-form .qform-center textarea{
	height: 8em;
    width: 100%;
    margin: auto;
	font-family: "RobotoCondensed-Light",sans-serif;
    font-size: 16px;
    line-height: 1.2;
}
.text-block .question-form input[type=submit]{
	width: 20% !important;
    float: right;
    margin: 0 !important;
    padding: .5rem 2rem !important;
}
.question-form .popup-error{
	display: none;
	color: red;
	font-family: "RobotoCondensed-Light",sans-serif;
}
.question-form .priv-policy a{
	font-size: 1rem;
}

.steps{
	display: block;
	font-family: "RobotoCondensed-Light",sans-serif;
    margin-right: 0;
    margin-left: 0;
}
.steps .steps-cont{
	display: block;
}
.steps .steps-cont .steps-number, .steps-header{
	display: inline-block;
}
.steps .steps-cont .steps-number{
    padding: 5px 12px;
    background-color: #0fc7e1;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}

.steps .steps-cont .steps-header{
	margin: 0px 5px;
    font-size: 18px;
    font-weight: 600;
}
.steps .steps-cont p {
	font-family: "RobotoCondensed-Light",sans-serif;
	margin-left: 10px;
}
.theme-6755 .question-form{
	width: 100% !important;
}
button.consult{
	width: auto;
	margin-right: 10px !important;
}
.question-form a{
	color: #007bff !important;
}
.button-row .consult, .calculator{
	display: inline-block;
}
.button-row{
	display: inline-block;
	width: 57%;
}
.sidebar h2.widgettitle{
	text-align: left;
	font-size: 28px;
    margin: 0;
}
.sidebar a.mega-menu-link{
	font-size: 15px !important;
}
.page-banner{
	background: linear-gradient(96.84deg,#d9edf7 -1.09%,#aedcf2 95%,rgba(121,198,236,0) 127.59%);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 280px;
	margin-bottom: 20px;
}
.page-banner .pbanner-pref{
	display: inline-block;
    position: relative;
    background: #f3feff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    width: 380px;
    margin: 12px;
    height: 255px;
    right: -11px;
    padding: 7px;
    top: -17px;
}
.pbanner-text{
	display: inline-block;
    width: 56%;
	margin-top: 12px;
	height: 80%;
	height: calc(100% - 12px);
	font-family: "RobotoCondensed-Light",sans-serif;
}
.pbanner-text ul{
	height: 70%;
}
.pbanner-text ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 35px !important;
    color: #4c4c4c;
	font-family: "RobotoCondensed-Light",sans-serif;
}
.page-banner .pbanner-buttons{
	display: inline-block;
	margin-top: 9px;
}
.page-banner .pbanner-buttons .calc{ 
	display: inline-block;
    position: relative;
    left: 12px;
}
.page-banner .pbanner-buttons .consult{ 
	display: inline-block;
    position: relative;
    right: -36px;
	bottom: -2px;
}
.pbanner-pref img{
	margin: 8px;
	filter: drop-shadow(-2px 1px 5px rgba(0, 0, 0, 0.5));
}
.pbanner-pref span{
	text-transform: uppercase;
    font-size: 15px !important;
	font-family: "RobotoCondensed-Light",sans-serif;
	text-shadow: -2px 1px 4px rgba(0, 0, 0, 0.3);
}

.sidebar .mega-menu-wrap .mega-menu li{
	width: 100% !important;
}
.sidebar .mega-menu-wrap ul.mega-menu{
	border-top: 2px solid !important;
	border-radius: 4px !important;
}
.sidebar .mega-menu-wrap .mega-menu li:first-of-type a{
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.sidebar .mega-menu-wrap .mega-menu li:last-of-type a{
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important; 
}

@media (max-width: 1320px){
	.page-banner {
		background: linear-gradient(96.84deg,#d9edf7 -1.09%,#aedcf2 95%,rgba(121,198,236,0) 127.59%);
		border: 1px solid #ddd;
		box-sizing: border-box;
		border-radius: 5px;
		width: 100%;
		height: 280px;
		margin-bottom: 10px;
	}
	
	.pbanner-text {
		width: 50% !important;
		height: calc(100% - 12px);
		margin-top: 0 !important;
	}
	.pbanner-text ul {
		height: 60% !important;
	}
	.pbanner-text ul li {
		font-size: 17px !important;
		line-height: 35px !important;
		margin-top: 0 !important;
	}
	.page-banner .pbanner-buttons {
		display: inline-block;
		margin-top: 0 !important;
	}	
	.page-banner .pbanner-buttons .calc{
		left: 12px !important;
	}
	.page-banner .pbanner-buttons .consult{
		right: -27px;
		bottom: -2px;
	}
	.page-banner .pbanner-pref{
		margin: 12px 12px 12px 0 !important; 
		right: -27px !important;
		top: -19px !important;
	}
	
	
	.button-row .consult,.button-row .calculator{
		display: block;
		width: 100%;
		margin: 5px 0 !important;
	}
	.button-row{
		width: calc(100% - 410px);
	}
	@media (max-width: 1200px){
		.button-row{
			width: 100%;
		}	
		.pbanner-text {
			width: 42% !important;
		}
		.pbanner-text ul li {
			font-size: 15px !important;
			line-height: 18px !important;
		}
		.page-banner .pbanner-buttons button{
			font-size: 15px !important;
		}
		.page-banner .pbanner-pref{
			margin: 12px 12px 12px 0 !important; 
			right: -27px !important;
			top: -12px !important;
			width: 320px !important;
		}
		.page-banner .pbanner-pref span{
			font-size: 12px !important;
		}
		@media (max-width: 991px){
			.page-banner {
				background: linear-gradient(96.84deg,#d9edf7 -1.09%,#aedcf2 95%,rgba(121,198,236,0) 127.59%);
				border: 1px solid #ddd;
				box-sizing: border-box;
				border-radius: 5px;
				width: 100%;
				height: 280px;
				margin-bottom: 10px;
			}
			.pbanner-text {
				width: 50% !important;
				height: calc(100% - 12px);
				margin-top: 0 !important;
			}
			.pbanner-text ul {
				height: 60% !important;
			}
			.pbanner-text ul li {
				font-size: 17px !important;
				line-height: 23px !important;
				margin-top: 0 !important;
			}
			.page-banner .pbanner-buttons {
				display: inline-block;
				margin-top: 0 !important;
			}	
			.page-banner .pbanner-buttons .calc{
				left: 12px !important;
			}
			.page-banner .pbanner-buttons .consult{
				right: -27px;
				bottom: -2px;
			}
			.page-banner .pbanner-pref{
				margin: 12px 12px 12px 0 !important; 
				right: -27px !important;
				top: -12px !important;
			}
			.button-row .consult, .calculator, .show-modal{
				display: block;
				width: 100%;
				margin: 5px 0 !important;
			}
			.button-row{
				width: calc(100% - 410px);
			}
			@media (max-width: 767px){
				.button-row{
					width: 100%;
				}	
				.pbanner-text {
					width: 47% !important;
				}
				.pbanner-text ul li {
					font-size: 15px !important;
					line-height: 20px !important;
				}
				.page-banner .pbanner-buttons button{
					font-size: 13px !important;
				}
				.page-banner .pbanner-pref{
					margin: 12px 12px 12px 0 !important; 
					right: -3px !important;
					top: -12px !important;
					width: 271px !important;
				}
				.page-banner .pbanner-pref span{
					font-size: 10px !important;
				}
				.page-banner .pbanner-pref img{
					margin: 8px 5px !important;
				}
				@media (max-width: 767px){
					.page-banner{
						background: linear-gradient(96.84deg,#d9edf7 -1.09%,#aedcf2 95%,rgba(121,198,236,0) 127.59%);
						border: 1px solid #ddd;
						box-sizing: border-box;
						border-radius: 5px;
						width: 100%;
						height: 319px;
						margin-bottom: 10px;
					}
					.pbanner-text{
						width: 47% !important;
					}
					.pbanner-text ul{
						height: 60% !important;
   						padding-left: 19px !important;
					}
					.pbanner-text ul li{
						font-size: 19px !important;
    					line-height: 22px !important;
					}
					.page-banner .pbanner-buttons .calc{
						position: relative;
						left: 230px !important;
						top: 64px !important;
						width: 270px;
					}
					.page-banner .pbanner-buttons button{
						font-size: 16px !important;
					}
					.page-banner .pbanner-buttons .consult{
						right: -27px !important;
   						bottom: -23px !important;
					}
					.page-banner .pbanner-pref{
						margin: 12px 12px 12px 0 !important;
						right: -3px !important;
						top: -41px !important;
						width: 257px !important;
					}
					.page-banner .pbanner-pref span{
						font-size: 14px !important;
						line-height: 20px !important;
						display: inline-block;
						width: 75% !important;
						max-height: 20% !important;
						position: relative !important;
						top: 12px !important;
					}
					@media (max-width: 600px){
						.page-banner{
							height: auto !important;
						}
						.pbanner-text{
							width: 100% !important;
							height: auto !important;
						}
						.pbanner-text ul{
							height: 19% !important;
							height: auto !important;
   							padding-left: 28px !important;
						}
						.page-banner .pbanner-pref{
							margin: 12px !important;
							width: calc(100% - 24px) !important;
							position: relative !important;
							top: -3px !important;
							right: 0px !important;
						}
						.page-banner .pbanner-buttons{
							display: inline-block;
							margin-top: 0 !important;
							position: relative;
							top: 0 !important;
							width: 100% !important;
						}
						.page-banner .pbanner-buttons .calc{
							position: relative;
							left: 0 !important;
							top: 0 !important;
							width: 100%;
						}
						.page-banner .pbanner-buttons .calc button{
							cursor: pointer;
							width: calc(100% - 24px);
							top: 0px !important;
							margin-bottom: 5px !important;
						}
						.page-banner .pbanner-buttons .consult{
							top: 0px !important;
							left: 0px !important;
							width: calc(100% - 54px);
						}
						.page-banner .pbanner-buttons button{
							font-size: 18px !important;
							position: relative;
							top: 0px !important;
							left: 12px !important;
							line-height: 20px;
							padding: 0.5rem 1.5rem !important;
							width: auto;
							margin: 0 !important;
						}
						.page-banner .pbanner-pref span{
							top: 0 !important;
							font-size: 16px !important;
						}
						.page-banner .pbanner-buttons .consult button{
							top: 0px !important;
    						left: 27px !important;
    						width: 100%;
						} 
					}
				}
			}
		}
	}
}
@media (max-width: 1200px){
	.question-form{
		width: 96%;
		margin: auto;
	}
	.question-form .qform-right p:first-of-type{
		margin-right: 2em;
	}
	.question-form .qform-right input{
		width: 14em !important;
	}
	.question-form .qform-left input{
		width: 14em !important;
	}
	.text-block .question-form input[type=submit]{
		width: 30% !important;
	}
	.question-form .priv-policy a{
		font-size: 1rem;
	}
	.text-block .personal-data{
		font-size: 1.6rem !important;
	}
	.text-block .personal-data a{
		font-size: 1.6rem !important;
	}
	@media (max-width: 600px){
			.text-block .question-form input[type=submit]{
			width: 100% !important;
		}
		.question-form .qform-right, .qform-left{
			display: block;
			width: 100%;
		}
		.question-form .qform-right input{
			width: 100% !important;
		}
		.question-form .qform-left input{
			width: 100% !important;
		}
		.question-form .qform-right p:first-of-type{
			float: left;
		}
		.question-form .qform-right{
			float: left;
		}
		.question-form .qform-right input{
			float: left;
			margin-bottom: 0.5rem !important;
		}
	}
}
@media (max-width: 768px){
	.pum-content .flex-container{
		font-size: 1.2rem;
	}
	.pum-content .flex-container .header{
		font-size: 2rem;
	}
	footer {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	footer .footer-column {
		margin-bottom: 1rem !important;
	}
	footer .phone, footer .email, footer .working-time, footer .without-icon {
		font-size: 18px !important;
		margin-bottom: 1.5rem !important;
	}
	.fullwidth-img.presentation{
		width: 100% !important;
	}
	.fullwidth-img.presentation img{
		width: 100% !important;
		height: auto !important;
	}
	.wp-caption.aligncenter{
		max-width: 100% !important;
	}
	.text-block .row.payments {
    	height: 158px !important;
	}
	.text-block .row .item.payment {
		width: 45% !important;
		margin-right: 5% !important;
		text-align: center !important;
		margin-bottom: 35px !important;
	}
	.text-block .shortcode.recall-button{
	 	margin: 0 15px 0 auto;
    	max-width: 100vw;
	}
	.button-block {
    	width: 100% !important;
		margin: 0 !important;
	}
	.text-block img.alignright,img.alignnone {
		width: 100%;
		height: auto;
	}
	.content h1{
		margin: auto;
     	text-align: center;
		margin-bottom: 20px;
	}
	.pum-theme-6755{
		max-width:100vw !important;
	}
	.popmake .js-calculator input[type="number"], select{
		width:100% !important;
	}
	.popmake .js-calculator label{
		max-width:80% !important;
	}
	.popmake .js-calculator button{
		width: 100% !important;
		left: 0 !important;
	}
	.popmake .js-calculator .results{
		width: 100% !important;
		left: 0;
	}
	header .left-side{
			margin-bottom: 1.5rem !important;
	}
	header .left-side .left{
		width: 30% !important;
	}
	header .left-side .right{
		width: 51% !important;
		margin-left: 8% !important;
	}
	header .left-side .right a{
		font-size: 1.9em !important;
		margin-bottom: 5px !important;
	}
	header .left-side .right a:before{
		height: 16px !important;
		margin-right: 1rem !important;
	}
	header .left-side .working-time{
		margin-top: 5px !important;
	}
	header .line .left-side .company-data{
		margin-bottom: 1rem !important;
	}
	header .line .right-side .search{
		order: 2;
	}
	header .line .right-side .socials .item{
		margin: 0 1rem !important;
	}
	header .line .menu .mega-toggle-animated::before{
		content:"МЕНЮ";
		line-height: 27px;
		padding-right: 10px;
		font-size: 24px;
		color: #dddddd;
		font-family: 'Roboto-Regular';
	}
	header .line .menu .mega-sub-menu{
		padding: 0px 0px 0px 20px !important;
		border-color: #2883bb !important;
    	border-bottom-width: 1px !important;
		border-top-width: 0px !important;
		border-left-width: 0px !important;
		border-right-width: 0px !important;
	}
	header .line .mobile-search{
		display: flex !important;
		width: 70px;
		height: 50px;
		background-color: #1da1f2 !important;
		margin: 0px !important;
		line-height: 36px;
		font-size: 20px;
		font-family: 'Roboto-Regular';
    	margin: 0px 0px 0px 15px !important;
	}
  header .line .mobile-search .no_active{
    display: none !important;
  }
	header .line .popmake-7309 {
		margin: 0px 0px 0px 15px !important;
		padding: 0 !important;
	}
	header .line .mobile-search svg{
		max-width: 30px;
    	max-height: 40px;
	}
	header .line .search{
		display: none !important;
	}
	.pum-container.popmake.theme-6754 {
		width: 100vw !important;
		margin: 0% !important;
		box-shadow: 0px !important;
		left: 0 !important;
	}
	.pum-container.popmake.theme-6755 {
		width: 100% !important;
		margin: 0% !important;
		box-shadow: none !important;
		left: 0 !important;
	}
	#popmake-8647.pum-container.popmake.theme-6755{
		padding: 40px 22px 40px 0px;
	}
	html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
		padding: 0 !important;
	}
	.text-block .image-container{
		width: 100%;
		min-width: 0px !important;
		margin-left: 0px !important;
	}
	.text-block .intext-consult .row{
		width: 100%;
		margin: auto;
	}
	.text-block .row.steps{
		padding: 0 15px;
	}
	.pum-title.popmake-title{
		font-size: 26px !important;
	}
	.text-block .image-container .row{
		padding: 10px 0px;
		width: 100%;
		margin: 0px !important
	}
	.text-block button.popmake-7309.onmain.center{
		width: 100% !important;
		margin: auto !important;
	}
	.text-block .row button.recall-button{
		width: 100% !important;
	}
	.breadcrumbs span, .breadcrumbs a{
		font-size: 14px !important;
	}
	.translation-types{
		display: none !important;
	}
	.text-block .image-container img{
		width: 100% !important;
		height: auto !important;
	}
	.breadcrumbs {
		margin-bottom: 0.5rem !important;
		margin-top: 0.5rem !important;
	}
	.text-block .image-container .row{
		padding: 0px !important;
	}
	.row {
	    margin-bottom: 1rem !important;
	}
	.text-block p, .text-block blockquote {
   		font-size: 2rem !important;
	}
	.text-block b, .text-block strong {
    	font-size: 2rem !important;
	}
	p {
    	margin-bottom: 2.5rem !important;
	}
	.text-block ul li, .text-block ol li {
		font-size: 2rem !important;
	}
	.text-block a {
    	font-size: 2rem !important;
	}
}
.fullwidth-img.presentation{
	width: 100%;
}
.fullwidth-img.presentation img{
	margin-left: 20%;
	height: auto;
}
.text-block .image-container .row{
	padding: 0px !important;
}
.text-block .image-container .row{
	padding: 10px 0px;
	width: 100%;
	margin: 4px auto !important;
}
.text-block .image-container{
	float: right;
	display: inline-block;
	min-width: 400px;
	margin-left: 20px;
	max-width: 500px;
}
.text-block .image-container img{
	margin-left: auto;
	margin-right: auto;
	max-width: 500px !important;
}
header .line .mobile-search{
	display: none;
}
.text-block .row .item.payment{
	width: 20%;
	margin-right: 5%;
	text-align: center;
}
.text-block .row .item.payment img{
	width: 100px;
	height: auto;
	max-height: 100px;
}
.text-block .row.payments{
	height: 100px;
}
.text-block .image-container.cert-cont{
	float: left !important;
	margin-bottom: 30px !important;
}
.text-block .personal-data{
	margin: auto;
}
.text-block .test-translation .custom-file{
	margin-bottom: 2.1rem;
	height: 47px;
}
.text-block .test-translation .test-trans-header{
    text-align: center;
    display: inline-block;
    font-family: "RobotoCondensed-Light",sans-serif;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #141512;
    margin-top: 1rem;
    margin-bottom: 2rem;
	text-transform: uppercase;
}
.text-block .test-translation .test-trans-description p{
	text-align: center;
}
.text-block .test-translation .test-trans-description {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.1rem;
}
.text-block .test-translation .modal-content{
	background-color: #c0ffd7;
}
html :where(img) {
    height: auto;
    max-width: 100%;
}
.wpcf7-form label.error:after {
    color: #db0c0c;
    font-size: 16px;
    float: none;
    padding-left: 5px;
    font-weight: 600;
}
#email-4422-error.error {
    visibility: hidden;
    position: relative;
}
#email-4422-error.error:after {
    visibility: visible;
    position: absolute;
    top: -22px;
    left: 0;
    content: "Пожалуйста, введите корректный емейл";
}
.pum-content .flex-container{
	display: flex;
	flex: 0 0 100%;
	font-weight: 400;
	margin-bottom: 5px;
}
.pum-content .flex-container>div{
	flex: 0 0 49%;
	margin-bottom: 8px;
}
.pum-content .flex-container .header{
	margin-bottom: 18px;
	text-align: center;
	font-size: 20px;
}
.pum-content .flex-container .left{
	margin-right: 2%;
}
.popmake-9389.btn.recall-button.pum-trigger{
	padding-left : 32px;
	padding-top : 10px;
	padding-bottom : 10px;
	background-repeat : no-repeat;
	width: 46%;
}
.popmake-9389.btn.recall-button.pum-trigger>img{
	width: 100%;
}
.pum-trigger > img {
	width: 100%;
}
/*# sourceMappingURL=main.css.map */

/* cf-quiz */

#wpcf7-f9629-p9630-o4 .wpcf7-list-item, .fieldset-cf7mls-wrapper .wpcf7-list-item {
	display: flex;
	align-items: center;
	margin: 0 0 1em 1em;
}
#wpcf7-f9629-p9630-o4 .wpcf7-list-item-label, .fieldset-cf7mls-wrapper .wpcf7-list-item-label {
	order: 1;
	margin-left: 1em;
}

#wpcf7-f9629-p9630-o4 select, #wpcf7-f9629-p9630-o4 textarea, .fieldset-cf7mls-wrapper select, .fieldset-cf7mls-wrapper textarea{
	width: 100%;
	margin: 0 0 1em;
}

@media only screen and (max-width : 769px) {
.fieldset-cf7mls-wrapper .wpcf7-list-item {
width: 95% !important;
}
}

@media only screen and (max-width: 768px ) {
	.mobile-flex .vc-row {
    display: flex;
	flex-wrap: wrap;
	}
	.mobile-flex .vc-row .wpb_column:nth-child(1) {
    order: 2;
}
	.mobile-flex .vc-row .wpb_column:nth-child(2) {
    order: 1;
}
		}


/* /////////////////////////////////////////////////////////////// */
.social_block .item_twiter1{
  background: #1e96c8;
}
.social_block .item_twiter1::before{
  width: 20px;
  height: 17px;
  display: block;
  content: '';
  background-color: white;
  -webkit-mask-image: url("../img/twitter1.svg");
  mask-image: url("../img/twitter1.svg");
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat; 
}
.social_block .item_twiter{
  background: #1e96c8;
}
.social_block .item_twiter::before{
  width: 20px;
  height: 17px;
  display: block;
  content: '';
  background-color: white;
  -webkit-mask-image: url("../img/twitter.svg");
  mask-image: url("../img/twitter.svg");
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat; 
}
.pum-theme-6754.pum-active #popmake-6763 {
  top: 0 !important;
  margin: auto !important;
  position: relative;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.pum-theme-6754.pum-active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}


#wpcf7-f8033-p1351-o5 * {font-family: "RobotoCondensed-Light", sans-serif;}

#wpcf7-f8033-p1351-o5 .question-form > p:first-child font {
  text-align: left;
  display: inline-block;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 2.5rem;
  line-height: 21px;
  color: #141512;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

#wpcf7-f8033-p1351-o5 .qform-right > p {font-family: "RobotoCondensed-Light", sans-serif;}


#wpcf7-f8033-p1351-o5 .question-form .qform-left input {width: calc(100% - 10px) !important;}

#wpcf7-f8033-p1351-o5 .question-form .qform-right input {width: 100% !important;}

#wpcf7-f8033-p1351-o5 .qform-left, #wpcf7-f8033-p1351-o5 .qform-right {
  margin-bottom: 10px;
}

#wpcf7-f8033-p1351-o5 input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 100% !important;
  margin-top: 10px !important;
}

#wpcf7-f8033-p1351-o5 .qform-left {
  display: block;
}
#wpcf7-f8033-p1351-o5 .question-form .qform-right p:first-of-type {
  float: unset;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}

#wpcf7-f8033-p1351-o5 .qform-flex > p {
  width: calc(100% / 2) !important;
}

#wpcf7-f8033-p1351-o5 .qform-flex {
  display: flex;
}

#wpcf7-f8033-p1351-o5 .col-sm-12.policy-formed {
  color: #627080;
  padding: 10px;
}

#wpcf7-f8033-p1351-o5 .question-form {
  margin-top: 20px;
}

/* /////////////////////////////////////////////////////////////// */

@media(max-width: 1500px){
  .container.row.content{
    width:100% !important;
    }
    .container.row.sidebar{
    width:0% !important;
    }
}
@media(max-width: 428px){
	header .left-side .right a {
		font-size: 1.5em !important;
	}
}
.no_active{
  display: none !important;
}