* {
  box-sizing: border-box;
  font-family: Montserrat;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

input:active,
input:focus{
  outline: none;
  box-shadow: none;
  border: none;
}

.home_1 .row .right .right-form .slider-field input#time{
  max-width: 40px;
}

.home_1 .row .right .right-form  label{
  font-size: 18px;
}

body{
  background-color: #fff;
}

.blured {
  overflow: hidden;
}

.blured {
  content: "";
  background: rgba(223, 223, 223, 0.6);
  backdrop-filter: blur(53px);
  -webkit-backdrop-filter: blur(53px);
  position: fixed;
  left: 0px;
  z-index: 10;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.success-form {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  background: #D1E6DD;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.success-form .success-row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  height: 100%;
}
.success-form .success-row .column:first-child {
  padding: 40px;
}
.success-form .success-row .column:last-child {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-form .success-row .column img {
  width: 100%;
  display: block;
  max-width: 150px;
}
.success-form .success-row .column h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #333;
}
.success-form .success-row .column p {
  font-weight: 400;
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #333;
}

.header .header_container {
  max-width: 1280px;
  padding: 0px 20px;
  margin: 0 auto;
  width: 100%;
}
.header .header_container .row ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  gap: 30px;
}
.header .header_container .row ul li {
  line-height: 150px;
}
.header .header_container .row ul a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.header .header_container .row ul img {
  max-width: 220px;
  display: block;
  width: 100%;
}

.header .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container {
  max-width: 1180px;
  padding: 0px 20px;
  margin: 0 auto;
  width: 100%;
}

.home_1 {
  background: #479B77;
  border-radius: 50px;
	max-width: 1280px;
	margin: 0 auto;
}
.home_1 .row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 120px;
  padding: 70px 0px;
}
.home_1 .row .left h1 {
  padding-bottom: 50px;
  font-weight: 600;
  font-size: 44px;
  line-height: 51px;
  color: #fff;
}
.home_1 .row .left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  padding-bottom: 20px;
}
.home_1 .row .left p:last-child {
  padding-bottom: 0px;
}

.home_2 {
  margin-top: 120px;
}
.home_2 .title-default h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 80px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333;
}
.home_2 .row:before {
  content: "";
  background: #479B77;
  width: 3px;
  position: absolute;
  left: 59px;
  top: 35px;
  height: calc(100% - 180px);
}
.home_2 .row {
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-top: 50px;
}
.home_2 .row .column:last-child {
  margin-bottom: 0px;
  background: #D1E6DD;
}
.home_2 .row .column:last-child .title:before {
  background: #479B77;
}
.home_2 .row .column {
  padding: 40px 60px 40px 120px;
  background: #FAFAFA;
  border-radius: 15px;
  margin-bottom: 27px;
}
.home_2 .row .column .title:before {
  content: "";
  width: 40px;
  height: 40px;
  border: 3.43px solid #479B77;
  display: block;
  position: absolute;
  background: #FAFAFA;
  border-radius: 50px;
  left: -80px;
  top: -5px;
}
.home_2 .row .column .title {
  text-transform: none;
  position: relative;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #333;
  padding-bottom: 10px;
}
.home_2 .row .column .desc p{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}
.home_2 .row .column ol {
  padding-left: 25px;
}
.home_2 .row .column li {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}

.home_3 {
  margin-top: 120px;
}
.home_3 .title-default h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333;
  max-width: 100%;
}
.home_3 .tags-row {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.home_3 .tags-row .div1 { grid-area: 1 / 1 / 2 / 8; }
.home_3 .tags-row .div2 { grid-area: 1 / 8 / 2 / 13; }
.home_3 .tags-row .div3 { grid-area: 2 / 1 / 3 / 9; }
.home_3 .tags-row .div4 { grid-area: 2 / 9 / 3 / 13; }
.home_3 .tags-row .div5 { grid-area: 3 / 1 / 4 / 6; }
.home_3 .tags-row .div6 { grid-area: 3 / 6 / 4 / 13; }
.home_3 .tags-row p {
  background: #FAFAFA;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  height: 100px;
  align-items: center;
}
.home_3 .home_3_container {
  margin-top: 20px;
  position: relative;
  border-radius: 15px;
  background: #D1E6DD;
}
.home_3 .home_3_container .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.home_3 .home_3_container .form-row .form-left {
  padding: 40px 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_3 .home_3_container .form-row .form-left img {
      display: block;
    width: 100%;
    max-width: 150px;
    margin: 20px auto 0;
    max-height: 180px;
    object-fit: contain;
}
.home_3 .home_3_container .form-row .form-right {
  padding: 40px;
}
.home_3 .home_3_container .form-row .form-right .submit button {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  background: #333;
  border: 0px;
  border-radius: 10px;
  color: #FAFAFA;
}
.home_3 .home_3_container .form-row .form-right .input {
  margin-bottom: 15px;
}
.home_3 .home_3_container .form-row .form-right .input input {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  color: #333;
  padding-left: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  display: block;
  border: none;
}
.home_3 .home_3_container .form-row h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  color: #333;
  max-width: 400px;
  position: relative;
}
/* .home_3 .home_3_container .form-row h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  background: transparent;
  border: 1px dashed rgba(41, 40, 57, 0.3);
  top: -10px;
  right: 20%;
}*/
.home_3 .home_3_consult {
  margin-top: 20px;
}
.home_3 .home_3_consult .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  background: #FAFAFA;
  border-radius: 15px;
  padding: 45px 60px;
}
.home_3 .home_3_consult .row .left h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #333;
}
.home_3 .home_3_consult .row .right a {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #333;
  text-decoration: none;
  justify-content: flex-end;
}
.home_3 .home_3_consult .row .right p {
  margin-top: 5px;
  font-weight: 400;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #333;
}

.home_4 {
  margin-top: 120px;
}
.home_4 .row {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 0px;
}
.home_4 .row .left h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 80px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333;
}
.home_4 .row .right .accordionjs .acc_section {
  border-left: 0px;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  border-right: 0px;
  border-bottom: 0.89px solid #C1C6CF;
}
.home_4 .row .right .accordionjs .acc_section .acc_head {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #333;
  background: transparent;
  border: 0px;
  padding: 25px 0px;
}
.home_4 .row .right .accordionjs .acc_section .acc_content {
  padding: 0px 0px 25px;
}
.home_4 .row .right .accordionjs .acc_section .acc_content * {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.home_4 .row .right .accordionjs .acc_section .acc_content * a {
  color: #479B77;
  text-decoration: none;
  font-weight: 600;
}

.home_5.desktop {
  margin-top: 120px;
}
.home_5 .default-title {
  padding-bottom: 60px;
}
.home_5 .default-title h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 80px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333;
}
.home_5.desktop .tab {
  overflow: hidden;
  border: 0px;
  background-color: transparent;
  display: flex;
  padding: 0px 25px;
  justify-content: space-around;
}
.home_5.desktop .tab button {
  line-height: 24px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 4px solid transparent;
  border-top: 0px;
  border-right: 0px;
  width: 100%;
  border-left: 0px;
  padding-bottom: 10px;
  transition: 0.2s ease;
  font-size: 12px;
}
.home_5.desktop .tab button:hover {
  border-bottom: 4px solid #333;
  transition: 0.2s ease;
}
.home_5.desktop .tab button.active {
  border-bottom: 4px solid #333;
  transition: 0.2s ease;
}
.home_5.desktop .tabcontent {
  display: none;
  /* background: #C9D9F4; */
  border-radius: 30px;
  padding: 50px 90px;
}
.home_5.desktop .tabrow {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 450px;
}
.home_5.desktop .tabrow .colright {
  display: flex;
  align-items: flex-end;
}
.home_5.desktop .tabrow .colright img {
  display: block;
  width: 100%;
}
.home_5.desktop .tabrow .colleft {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
.home_5.desktop .tabrow .colleft a {
  font-weight: 500;
  line-height: 21px;
  border: 0.888089px solid #333333;
  border-radius: 17.7618px;
  min-width: 320px;
  justify-content: center;
  margin-top: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}
.home_5.desktop .tabrow .colleft p{
  padding-bottom: 20px;
}
.home_5.desktop .tabrow .colleft p.title {
  font-weight: 600!important;
  font-size: 28px!important;
  line-height: 34px!important;
  display: flex!important;
  align-items: center!important;
  color: #333!important;
  padding-bottom: 25px!important;
}
.home_5.desktop .tabrow .colleft p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333;
}

footer.footer {
  background: #fff;
  padding: 0px 0px 50px;
  margin-top: 120px;
}
footer.footer .footer_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer.footer .footer_row li:last-child {
  padding-bottom: 0px;
}
footer.footer .footer_row .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
footer.footer .footer_row .right .menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
footer.footer .footer_row .right .menu li {
  color: #989898;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
footer.footer .footer_row .right .menu li a {
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
footer.footer .footer_row .left img {
  max-width: 220px;
  width: 100%;
  display: block;
}
footer.footer .footer_row .left .menu {
  list-style: none;
}
footer.footer .footer_row .left .menu li {
  padding-bottom: 15px;
}
footer.footer .footer_row .left .menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #333333;
}

.home_1 .row .right .right-form {
  background: #FFFFFF;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 25px;
  padding: 40px 30px;
}
.home_1 .row .right .right-form .step2 {
  display: none;
}
.home_1 .row .right .right-form .step2 h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 50px;
  text-align: center;
  color: #333;
	text-transform: uppercase;
}
.home_1 .row .right .right-form .step2 .input {
  margin-bottom: 15px;
}
.home_1 .row .right .right-form .step2 .input input {
  background: #F0F8F6;
  border-radius: 10px;
  height: 58px;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
}
.home_1 .row .right .right-form .thanks-form {
  display: none;
}
.home_1 .row .right .right-form .thanks-form h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 50px;
  text-align: center;
  color: #333;
}
.home_1 .row .right .right-form .thanks-form img {
  width: 100%;
  display: block;
  max-width: 200px;
  margin: 20px auto;
}
.home_1 .row .right .right-form .thanks-form p {
  text-align: center;
}
.home_1 .row .right .right-form #slider-range-max {
  margin-bottom: 30px;
}
.home_1 .row .right .right-form .ui-slider-range {
  width: 100%;
  background: #F0F8F6;
  border-radius: 15px;
  border: none;
  height: 33px;
}
.home_1 .row .right .right-form .ui-slider-handle {
  background: rgb(41, 40, 57);
	border: none!important;
  height: 33px;
  top: 0px;
  width: 33px;
  border-radius: 100px;
}
.home_1 .row .right .right-form .price-to-get {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #333;
  justify-content: center;
  height: 60px;
  margin: 30px 0px;
}
.home_1 .row .right .right-form button {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #333;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #333;
  justify-content: center;
  height: 60px;
  cursor: pointer;
}
.home_1 .row .right .right-form .ui-widget.ui-widget-content {
  width: 100%;
  background: #F0F8F6;
  border-radius: 15px;
  border: none;
  height: 33px;
}
.home_1 .row .right .right-form #slider-range-time,
.home_1 .row .right .right-form #slider-range-max {
  margin-top: 20px;
}
.home_1 .row .right .right-form .slider-field .valuta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home_1 .row .right .right-form .slider-field input {
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  text-decoration-line: underline;
  color: #333 !important;
  max-width: 120px;
}
.home_1 .row .right .right-form .slider-field p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #333;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home_5 a:hoveR{
  background: #333!important;
  color: #fff!important;
  transition: .3s ease!important;
}

.home_5 a{
  transition: .3s ease;
}

span.valuta{
	position: relative;
}

.valutatime svg{
	left: -60px;
}

span.valuta svg{
	z-index: 5;
	position: absolute;
    top: -40px;
    left: -50px;
	display: none;
}

.wpcf7-not-valid-tip{
    font-size: 12px;
    margin-top: 10px;
}

.wpcf7-response-output{
    display: none!important;
}

#my-accordion b{
    font-weight: 700;
}

.home_4 .row .right .accordionjs .acc_section .acc_head{
    position: relative;
    padding: 25px 40px 25px 0px!important;
}

.home_4 .row .right .accordionjs .acc_section .acc_head:after{
    content: /* url(images/arrow.svg) */ none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.home_4 .row .right .accordionjs .acc_section .acc_content p{
    padding-bottom: 15px;
}

.invalid .thanks-form{
    display: none!important;
}

.home_1 .wpcf7-form.sent .step2{
    display: none;
}

.home_1 .wpcf7-form.sent .thanks-form{
    display: block;
}

.home_3 .wpcf7-form.sent .success-form{
    display: block;
}

@media screen and (max-width: 1180px) and (min-width: 600px){
  .home_2 .row{
    margin-left: auto;
  }
  .home_2 .row .column p.desc, .home_2 .row .column ul li, .home_2 .row .column ol li,
  .home_2 .row .column p.title{
    max-width: 100% !important;
  }
  .home_2 .row:before {
    left: 27px;
    height: calc(100% - 160px) !important;
  }
}
.home_5.mobile{
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .home_2 .row .column .title:before{
    left: -58px;
    top: -5px;
  }
	.home_1 .row .right .right-form .thanks-form h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
	span.valuta svg{
		left: auto;
		right:0px;
	}
  .header .header_container .row ul img{
    max-width: 170px;
    width: 100%;
    display: block;
    height: 50px;
  }
  #slider-range-max,
  #slider-range-time{
    max-width: calc(100% - 30px)!important
  }
  .home_2 .row{
    margin-left: auto;
  }
  footer.footer .footer_row .left .menu li a{
    text-decoration: none;
  }
  footer.footer .footer_row .left img{
    padding-bottom: 25px;
  }
  .home_1 .row .right .right-form{
    padding: 25px;
  }
  .home_5 .default-title {
    padding-bottom: 30px;
  }
  .home_5 .default-title h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #333;
  }
  .home_1 .row .right .right-form label{
    font-size: 16px;
    font-weight: 600;
  }
  .home_1 .row .right .right-form #slider-range-time, .home_1 .row .right .right-form #slider-range-max{
    margin-top: 10px;
  }
  .home_1 .row .right .right-form .slider-field input{
    font-size: 14px !important;
  }
  .home_1 .row .right .right-form .slider-field .valuta {
    font-size: 14px !important;
  }
  .home_1 .row .right .right-form .price-to-get {
    font-size: 16px;
    margin: 35px 0px 20px;
  }
  .home_1 .row .right .right-form .thanks-form p{
    color: #000;
	  font-size: 16px;
  }
  .home_1 .row .right .right-form button {
    font-size: 16px;
  }
  .slider-field p {
    font-size: 16px !important;
  }
  .slider-field label {
    font-size: 16px;
  }
  .slider-field input {
    font-size: 16px !important;
  }
  .desktop {
    display: none !important;
  }
  .header .header_container .row ul li {
    line-height: normal;
  }
  .header .header_container .row {
    padding: 40px 0px;
  }
  header.header {
    position: absolute;
    left: 0px;
    z-index: 30;
    width: 100%;
    top: 0px;
  }
  .home_1 .row {
    padding: 0px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .home_1 .row .left h1 {
    font-size: 40px;
  }
  .home_1 .row .left p {
    font-size: 16px;
  }
  .burger-open {
    background: #FFFFFF;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .burger-open svg {
    display: block;
  }
  .home_1 {
    background: #479B77;
    border-radius: 0px 0px 45px 45px;
    margin: 0px;
    padding: 140px 0px 20px;
  }
	.home_1 h1{
		color: #fff;
	}
	.home_1 p{
		color: #fff;
	}
  .home_2 {
    margin-top: 65px;
  }
  .home_2 .title-default h2 {
    font-size: 30px;
    line-height: 48px;
    max-width: 300px;
  }
  .home_2 .row .column p.title {
    font-size: 20px;
    line-height: 30px;
    max-width: 290px;
  }
  .home_2 .row .column {
    padding: 30px 30px 30px 65px;
    margin-bottom: 10px;
    margin-right: 15px;
    border-radius: 0px 15px 15px 0px;
  }
  .home_2 .row .column p.desc,
  .home_2 .row .column ul li,
  .home_2 .row .column ol li {
    font-size: 14px;
    line-height: 24px;
    max-width: 290px;
  }
	.home_4 .row .right .accordionjs .acc_section .acc_content p{
		font-size: 14px;
	}
  .home_2 .row .column li {
    margin-top: 7.5px;
  }
  .home_2 .row .column p.title:before {
    width: 30px;
    height: 30px;
    left: -55px;
  }
  .home_2 .row:before {
    left: 27px;
    height: calc(100% - 190px);
  }
  .home_2 .container {
    padding: 0 !important;
  }
  .home_2 .title-default {
    padding: 0px 15px;
  }
  .header_container,
  .container {
    padding: 0px 15px !important;
  }
  .home_3 {
    margin-top: 65px;
  }
  .home_3 .title-default h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .home_3 .tags-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
	.home_3 .home_3_container{
		margin-top: 10px
	}
  .home_3 .tags-row p {
    text-align: center;
    font-size: 14px;
    line-height: 125%;
	  font-weight: 500;
    padding: 0px 5px;
  }
  .home_3 .home_3_container .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .home_3 .home_3_container .form-row .form-right {
    padding: 20px 20px 40px;
  }
  .home_3 .home_3_container .form-row .form-right .input input {
    font-size: 16px;
  }
  .home_3 .home_3_container .form-row .form-right .input input {
    height: 45px;
  }
  .home_3 .home_3_container .form-row .form-right .input {
    margin-bottom: 10px;
  }
  .home_3 .home_3_container .form-row .form-right .submit button {
    margin-top: 15px;
    font-size: 16px;
    height: 50px;
  }
  .home_3 .home_3_consult .row {
    grid-template-columns: 1fr;
    padding: 25px 0px;
  }
  .home_3 .home_3_consult .row .left h3 {
    justify-content: center;
    font-size: 24px;
  }
  .home_3 .home_3_consult .row .right a {
    justify-content: center;
    font-size: 24px;
  }
  .home_3 .home_3_consult .row .right p {
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
	.home_3 .tags-row .div1 { grid-area: 1 / 1 / 2 / 4!important; }
.home_3 .tags-row .div2 { grid-area: 2 / 1 / 3 / 3!important; }
.home_3 .tags-row .div3 { grid-area: 2 / 3 / 3 / 4!important; }
.home_3 .tags-row .div4 { grid-area: 3 / 1 / 4 / 4!important; }
  .home_4 {
    margin-top: 65px;
  }
  .home_4 .row .left h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .home_4 .row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .home_4 .row .right .accordionjs .acc_section .acc_head {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .home_4 .row .right .accordionjs .acc_section .acc_content * {
    font-size: 16px;
  }
  .home_5 .item {
    /* background: #C9D9F4; */
    border-radius: 30px;
    padding: 50px 40px;
    min-height: 450px;
  }
  .home_5 .item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #333;
    padding-bottom: 20px;
    max-width: 250px;
  }
  .home_5 .item p.title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #333333;
    padding-bottom: 25px;
  }
  .home_5 .item a {
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 12.5px 25px;
    margin-top: 50px;
    border: 0.751972px solid #333333;
    border-radius: 15.0394px;
    width: 100%;
    height: 48px;
    justify-content: center;
  }
  .home_5 .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
  }
  footer.footer {
    margin-top: 65px;
  }
  footer.footer .footer_row {
    grid-template-columns: 1fr;
  }
  footer.footer .footer_row .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  footer.footer .footer_row .right .menu:last-child li a {
    text-decoration: underline;
    font-weight: 600;
    text-transform: none;
  }
  footer.footer .footer_row .right .menu li {
    color: #989898;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
  }
  footer.footer .footer_row .right .menu{
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    margin-top: 30px;
  }
  .owl-dots {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3px;
    background: #BDBDBD !important;
    margin-top: 25px;
  }
  .owl-dots button {
    width: 100% !important;
    height: 3px !important;
    background: #BDBDBD !important;
  }
  .owl-dots button.active {
    background: #333 !important;
  }
  .home_3 .home_3_container .form-row .form-left {
    padding: 20px 20px 0px;
  }
  .home_3 .home_3_container .form-row .form-left h2 {
    font-size: 30px;
    text-align: center;
	  max-width: 280px;
    line-height: 42px;
    padding-top: 10px;
    margin: 0 auto;
    font-weight: 600;
  }
	.success-form .success-row .column h2{
		font-size: 40px;
		line-height: 50px;
	}
	.success-form .success-row .column p{
		font-size: 16px;
	}
  .home_3 .tags-row .div1 {
    grid-area: 1/1/2/7;
    padding: 0px 50px;
  }
  .home_3 .tags-row .div2 {
    grid-area: 2/1/3/7;
  }
  .home_3 .tags-row .div3 {
    grid-area: 3/1/4/5;
  }
  .home_3 .tags-row .div4 {
    grid-area: 3/5/4/7;
  }
  .home_3 .tags-row .div5 {
    grid-area: 4/1/5/4;
  }
  .home_3 .tags-row .div6 {
    grid-area: 4/4/5/7;
  }
  .home_3_container .form-row .form-left h2:before {
    content: none;
  }
  .home_3_container .form-row .form-left .images {
    display: none;
  }
  .home_1 .row .right .right-form.fixed {
    position: fixed;
    z-index: 100;
    top: 0px;
    width: 100%;
    left: 0px;
    background: none;
    padding: 15px;
  }
  .home_1 .row .right .right-form.fixed .step2 {
    display: block;
    padding: 25px;
    background: #D1E6DD;
    border-radius: 15px;
  }
  .home_1 .row .right .right-form .step2 h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 40px;
	  text-transform: none;
    text-align: center;
    color: #333;
  }
  .home_1 .row .right .right-form .step2 .input input {
    font-size: 16px;
  }
  .thanks-form {
    display: block;
    padding: 25px;
    background: #D1E6DD;
    border-radius: 15px;
  }
  .success-form .success-row {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .success-form .success-row .column:first-child {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
  .home_1 .row .right .right-form .thanks-form img {
    margin: 30px auto;
  }
}
.mobile-menu-main {
  background: rgba(223, 223, 223, 0.6);
  backdrop-filter: blur(53px);
  -webkit-backdrop-filter: blur(53px);
  border-radius: 0px;
  position: fixed;
  z-index: 60;
  width: 100%;
  top: 0px;
  right: 0px;
  height: 100vh;
}

.mobile-menu-main .container-mobile-menu {
  padding: 20px 15px;
}

.mobile-menu-main .container-mobile-menu .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.mobile-menu-main .container-mobile-menu .top .logo img {
  max-width: 170px;
  display: block;
  width: 100%;
}

.mobile-menu-main .container-mobile-menu .top .menu svg {
  display: block;
}

.mobile-menu-main .phone-group {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
}

.mobile-menu-main .phone-group svg {
  width: 30px;
  display: block;
}

.mobile-menu-main .phone-group .phone-contacts a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #000;
  padding-bottom: 0px;
  text-decoration: none;
}

.mobile-menu-main .column.menu {
  padding: 40px 0px;
}

.mobile-menu-main .column.menu ul.main-menu-ul li {
  margin-bottom: 10px;
}

.mobile-menu-main .column.menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mobile-menu-main .column.menu ul a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.mobile-menu-main .column.menu ul a img {
  display: block;
}

.mail-menu {
  margin-top: 25px;
}

.mail-menu p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.mail-menu a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

button{
  cursor: pointer;
}

.ui-state-hover,
.ui-state-focus{
  box-shadow: none!important;
  border: 0px!important;
  outline: none!important; 
}

/*# sourceMappingURL=style.css.map */

.elementor-32 .elementor-element-populated {
  padding: 0px!important;
}