@charset "UTF-8";

.container {
  display: block;

  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-flex;
  display: flex;
  flex-flow: row wrap
}

@media (min-width:576px) {
  .container {
    width: 100%
  }
}

@media (min-width:768px) {
  .container {
    width: 100%
  }
}

@media (min-width:992px) {
  .container {
    width: calc(100% - 110px);
  }
}

@media (min-width:1700px) {
  .container {
    width: calc(100% - 210px);
  }
}

section {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box
}

.section-title {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #fff;
  margin: 0;
  padding-left: 46px;
  position: relative;
  box-sizing: border-box;
  position: relative
}

.section-title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px
}


@-ms-viewport {
  width: device-width
}

.page {
  box-sizing: border-box;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%
}

.page__inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

.page__content {
  flex-grow: 1
}

.page__footer-wrapper {
  flex-shrink: 0
}

*,
:after,
:before {
  box-sizing: inherit
}

body {
  background-color: #fff;
  margin: 0;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

[role=button] {
  cursor: pointer
}

input[type=search] {
  -webkit-appearance: textfield
}

[role=button],
a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation
}

a svg,
button svg {
  pointer-events: none
}

img {
  max-width: 100%;
  height: auto
}

button,
select {
  text-transform: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: 0;
  background-color: transparent
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

textarea {
  overflow: auto;
  resize: vertical
}

svg {
  fill: currentColor
}

a svg,
button svg {
  pointer-events: none
}

svg:not(:root) {
  overflow: hidden
}

p {
  line-height: 24px
}



.header {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing:border-box;
}

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

.header-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  width: auto;

}

.header-menu li {
  list-style-type: none;
  margin-left: 40px;
}

.header-menu li a {
  display: inline-block;
  color: #81B93F;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.header-phone {
    margin: 0 30px 0 auto;
      display: inline-block;
  color: #81B93F;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 700px) {
    .header-phone {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
  .header-logo {
    height: 90px;
    margin: 0 auto 20px;
  }
  .header-logo img {
    height: 100%; object-fit: contain;
  }

  .header-menu {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }

  .header-menu li {
    margin: 0;
  }

  .header-menu li a {
    font-size: 18px;
  }
}

@media (min-width:1700px) { 
  .header-menu li a {
    font-size: 26px;
  }
}

.services {
  padding-bottom: 60px;
}
.services-row {
  width: 100%;
  display: flex;
  flex-flow: column-reverse wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}



.services-content {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}



.services-pic {
  width: 100%;
  margin-bottom: 30px;
}

.btn {
  border-radius: 40px;
  background: #80B048;
  padding: 0 44px;
  box-sizing:border-box;
  height: 50px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s ease;
}

.btn:hover {
  background: #94B33C;

}

.btn span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}


.services-content__title {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
  color: #6EA52E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.services-content__descr {
  width: 100%;
  display: inline-block;
  color: #454545;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 30px;
}


.hide-info.hide {

  transform: translateX(100%);
 
}

.hide-info {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 8;
  transition: 0.5s ease;
  transform: translateX(0%);
  height: 100vh;
  width: 100%;
  padding: 60px 10px 40px;
  box-sizing:border-box;
  overflow: hidden;
}

.hide-info .modal-title {
  color: #80B048;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
}

.hide-info .modal-form {
  width: 100%;
}

.hide-info__breadcrumbs {
  width: 100%;
  display: inline-block;
  margin: 0;
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.hide-info__breadcrumbs span {
  color: #6EA52E;
}

.hide-info h3 {
  width: 100%;
  color: #6EA52E;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
  margin: 20px 0 0;
  text-align: left;
}

.hide-info__wrap {
  height: 100%;
  width: 100%;
  overflow-y: auto;

}



.hide-info ul {
  margin: 50px 0 0;
  width: 80%;
  display: inline-block;
  padding: 0;
}

.hide-info ul li {
  width: 100%;
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
  box-sizing:border-box;
  list-style-type: none;
}

.hide-info ul li::before {
  content:"";
  width: 6px;
  height: 6px;
  background: #454545;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.calc h3 {
  width: 100%;
  display: inline-block;
  color: #454545;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;

}

.calc-wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.calc-box {
  width: 100%;
  margin: 0 0 20px 0;
}

.calc-row {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px; 
}

.calc-row--mb50 {
  margin-bottom: 80px;
}

.calc-row__label {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 20px;
}




.tarif-radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}
.tarif-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.tarif-radio>span {
  width: 95px;
  height: 50px;
  border-radius: 40px;
  display: inline-block;
  color: #80B048;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.tarif-radio span::before {
  content: '';
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #80B048;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tarif-radio>input:checked+span::before {
  background:  #80B048;
}

.tarif-radio>input:checked+span {
  color: #FFF;
}

.noUi-marker {
  display: none;
}

.noUi-connect {
  background: #80B048;
}

.noUi-connects {
  background: #a3a3a3;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-target {
  box-shadow: none;
  border: none;
}

.noUi-horizontal .noUi-handle {
  background: #80B048;
  width: 23px;
  height: 23px;
  border-radius:50%;
  box-shadow: none;
  border: none;
  top: -11.5px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-value {
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  transform: translate(0px, 0px);
}

.noUi-value-large:last-of-type {
  left: 90%!important;
}


.custom-checkbox,
.custom-radio {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.custom-checkbox {
  width: 100%;
  margin-right: 0;
  display: inline-block;
  margin-bottom: 20px;
}

.custom-checkbox:last-of-type,
.custom-radio:last-of-type {
  margin-right: 0;
}
.custom-checkbox>input,
.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox>span,
.custom-radio>span {
  display: inline-flex;
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-left: 30px;
  box-sizing:border-box;
  position: relative;
}

.custom-checkbox>span::before,
.custom-radio>span::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius:50%;
  border:1px solid #80B048;
  position: absolute;
  left: 0;
  top: calc(50% - (23px/2));
}

.custom-checkbox>input:checked+span::before,
.custom-radio>input:checked+span::before {
  background: #80B048;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  margin-left: 10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: calc(50% - (21px/2));
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #80B048;
}


.switch input:checked + .slider:before {
  -webkit-transform: translateX(21.5px);
  -ms-transform: translateX(21.5px);
  transform: translateX(21.5px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-wrap {
  width: 100%;
  display: inline-block;
  margin: 0 0 40px;
}

.calc-note {
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 5px;
}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about h2 {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
  color: #80B048;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
}

.about-list {
  margin: 40px 0 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}

.about-list li {
  width: 100%;
  display: inline-block;
  color: #454545;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 15px;
  position: relative;
  padding-left: 16px;
}

.about-list li::before {
  content:"";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background:  #454545;
  position: absolute;
  left: 0;
  top: 8px;
}

.footer {
  background: #80B048;
  padding: 40px 0;
  box-sizing:border-box;
}

.footer-logo {
  margin-right: 117px;
}

.footer-column {
  width: 40%;
}

.footer-column__label {
  width: 100%;
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-column ul {
  margin: 15px 0 0;
  padding: 0;
  display: inline-block;
}

.footer-column ul li {
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}

.footer-column ul li a{
  text-decoration: none;
  margin: 0 0 5px;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}

.hide-info__close {
  position: absolute;
  right: 10px;
  top: 15px;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../img/close.svg");
  background-repeat:no-repeat;
  background-size: 100%;
  cursor: pointer
}

@media (min-width:900px) { 
  .hide-info__breadcrumbs {
    font-size: 20px;
  }
  .services-content {
    width: 50%;
  }
  .services-pic {
    width: 44%;
    margin: 0;
  }
  .services-row {

    flex-flow: row wrap;
  }
  .services-row:nth-of-type(even) {
    flex-flow: row-reverse wrap;
  }

  .services-content__title  {
    font-size: 40px;
    line-height: 45px;
  }
  .services-row:nth-of-type(even) .services-content {
    justify-content: flex-end;
  }
  
  .services-row:nth-of-type(even) .services-content__descr,
  .services-row:nth-of-type(even) .services-content__title {
    text-align: right;
  }
  .calc-box {
    width: 45%;
    margin: 0 0 60px 0;
  }
  .calc-row {
    margin: 0 0 50px; 
  }
  .tarif-radio>span {
    width: 126px;
    font-size: 20px;
  }
  .custom-checkbox,
  .custom-radio {
    cursor: pointer;
    margin-right: 30px;

  }
  .custom-checkbox>span,
  .custom-radio>span {
    padding-left: 40px;
  }
  .noUi-value-large:last-of-type {
    left: 97%!important;
  }
  .about h2 {
    font-size: 40px;
  }
  .modal.graph-modal__container {
    width: 700px;
    border-radius: 20px;

    padding: 50px 70px;
  
  }

  .hide-info {
    padding-top: 40px;
  }

  .hide-info .modal-form {
    width: 60%;
  }
  
  .hide-info .modal-title {
    font-size: 48px;
  }

  .hide-info__close {
    position: absolute;
    left: 10px;
    right: initial;
    left: 22px;
    top: 22px;
  }
}

@media (min-width:1200px) { 
  .services-row:first-of-type .services-content__descr {
    width: 70%;
  } 
   .services-row:first-of-type .services-pic {
    width: 40%;
  }
  .services-row {
    align-content: center;
    align-items: center;
  }
  .services-content {
    align-content: flex-start;
    align-items: flex-start;
  }

  .services-content__descr {
    width: 80%;
  }
  .hide-info  {
    width: 80%;
      padding: 80px 50px;
  }
  .hide-info h3 {
    font-size: 55px;
      line-height: 79px;
      margin: 60px 0 0;
  }
  .hide-info ul li {
    line-height: 34px;
    font-size: 24px;
  }
  .hide-info::after {
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 379px;
    height: 423px;
    background-image: url('../img/el-1.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .hide-info:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 519px;
    background-image: url('../img/el-2.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (min-width:1400px) { 
    .tarif-radio>span {
        width: 150px;
    }
}
@media (min-width:1700px) { 
  .services-content__title {
    font-size: 58px;
    margin: 0 0 40px;
  }
  .services-content__descr {
    font-size: 24px;
    line-height: 35px;
  }
  .tarif-radio>span {
    width: 190px;
    height: 69px;
    font-size: 28px;
    line-height: 69px;
  }

  .tarif-radio {
    margin: 0 19px 15px 0;
  }
  .about h2 {
    font-size: 48px;
  }
  .about-list li {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .btn {
    height: 69px;
  }

  
  .btn span {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (min-width:1900px) { 
    .tarif-radio>span {
        width: 244px;
    }
}

.modal.graph-modal__container {

  border-radius: 10px;
  background: #FFF;
  padding: 60px 20px 40px;

}

.modal.graph-modal__container  h2 {
  width: 100%;
  display: inline-block;
  margin: 0 0 30px;
  color: #80B048;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
}

.modal-form__row {
  width: 100%;
  display: inline-block;
  border-radius: 30px;
  background: #F4F4F4;
  overflow: hidden;
  margin: 0 0 15px;
  border: 1px solid #e3e1e1;
}

.modal-form__row input {
  width: 100%;
  height: 59px;
  font-family: Roboto;
  display: inline-block;
  padding: 0 24px;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  background: transparent;
  border:none;
  outline: none;
  overflow: hidden;
  font-weight: 300;
}

.modal-form__row  .area-filed {
  width: 100%;
  height: 200px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  padding: 24px;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  background: transparent;
  border:none;
  outline: none;
  overflow: hidden;
  font-weight: 300;
}

.modal-form__row input::placeholder {
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.modal-form__infos {
  padding: 20px;
  box-sizing:border-box;
}

.modal-form__descr {
  width: 100%;
  display: inline-block;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}

.modal-form__descr span {
  font-weight: 600;
}

.modal-form .custom-checkbox span {
  color: #454545;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.modal-form .custom-checkbox span::before {
  border-radius:0;
  width: 20px;
  height: 20px;
}

.modal-form .custom-checkbox input:checked+span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-form .btn {
  margin: 20px auto 0; 
}

@media (min-width:1700px) { 
  .modal.graph-modal__container {
    width: 1000px;
    padding: 100px 156px;
  }
  .modal-form__row {
    margin: 0 0 25px;
  }
  .modal.graph-modal__container  h2 {
    font-size: 48px;
  }
  .modal-form__descr {
    font-size: 20px;
  }

  .modal-form__row input {
    font-size: 20px;
  }
  
  .modal-form__row input::placeholder {
    font-size: 20px;
  }
}

.no-scroll body{
  overflow: hidden;
  height: 100vh;
  /* position: fixed; */
  padding-right: 15px;
  left: 0;
  top: 0;
  width: 100%;
}

.no-scroll body::before {
  content:"";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.722);
}

.captchaRow {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    
}


.captchaRow .captcha_input {
    width: calc(100% - 174px);
}

@media (min-width: 700px) {
    .captchaRow {
        width: 400px;
    }
}


.captcha-pic {
    height: 60px;
    display: inline-block;
}

.captcha-pic img {
    height: 100%;
}

form {
    position: relative;
}

/* Standart loader*/
.block-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: -100;
}

.block-loading.show {
    opacity: 1;
    z-index: 10;
}

.block-loading::after {
  content:"";
  position: absolute;
  left: calc(50% - (200%/2));
  top: calc(50% - (200%/2));
  width: 200%;
  height: 200%;
  background: rgb(255 255 255 / 71%);
  z-index: 5;

}

.block-loading::before {
  content:"";
  animation: 1s linear 0s normal none infinite running spin;
  background-image: url('../img/loader-field.svg');
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  position: absolute;
  width: 800px;
  height: 800px;
  z-index: 6;
  left: calc(50% - (800px/2));
  top: calc(50% - (800px/2));
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Standart loader*/