.benefits {
  //border: 1px solid #e4e5e5;
  margin-bottom: 50px;
  /*display: flex;*/
  /*position: relative;*/
}

.main{
	position: relative;
}

.recommended-list {  
  background: #ffffff;
box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
  padding: 10px 20px;
  position: relative;
}

.recommended-list:before{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;	
	//background: -moz-linear-gradient(left,  rgba(234,247,228,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	//background: -webkit-linear-gradient(left,  rgba(234,247,228,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	//background: linear-gradient(to right,  rgba(234,247,228,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf7e4', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	width: 20px;	
}

.recommended-list:after{
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;		
	//background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(234,247,228,1) 100%); /* FF3.6-15 */
	//background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(234,247,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	//background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(234,247,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eaf7e4',GradientType=1 ); /* IE6-9 */
	width: 20px;	
}


.nav-down .recommended-list{
	position: sticky;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 100;
}

.recommended-list ul {
  padding: 0;
  margin: 0;
  list-style: none;  
  display: flex;  
  justify-content: space-between;
  overflow: auto;
}
.recommended-list ul li {
  display: inline-block;
  /*margin-bottom: 15px;*/
  font-size: 17px;
  font-weight: 700;
  padding: 0 10px;
  white-space: nowrap;
}
.recommended-list ul li a {
  /*display: inline-block;
  vertical-align: top;*/
  text-decoration: none;
  line-height: 20px;
  font-weight: normal;
  color: #8dc63f;
	font-size: 17px;
  transition: all 0.3s ease-in-out;
	text-decoration: underline;
}
.recommended-list ul li a:hover {
  color: #425254;
	text-decoration: none;
}

.b-title {
  font-size: 19px;
  font-weight: 700;
  //text-transform: uppercase;
  margin-bottom: 35px;
  color: #8dc63f;
	font-family: Geometria-Bold;
}

.bl-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #464451;
    margin: 0;
  margin-bottom: 35px;
    font-family: 'Geometria-Bold';
}

.benefits-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 35px 0px;
	padding-bottom: 0px;
}
.benefits-box .b-title {
  text-align: center;
}
.benefits-box .row {
  margin-left: -7px;
  margin-right: -7px;
}
.benefits-box div[class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.benefits-item {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(241, 241, 241, 0.5);
  border: 1px solid #f1f1f1;
  text-align: center;
  height: calc(100% - 15px);
	background: #fff;
}
.benefits-item .ico-box {
  height: 70px;
  margin-bottom: 10px;
}
.benefits-item .ico-box img {
  max-width: 100%;
  max-height: 100%;
}
.benefits-item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
 color: #1A3F40;

}
.benefits-item p {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}

.comments-box {
  margin-bottom: 0px;
}

.comments-box .tabs-nav {
	margin-bottom: 30px;
	margin-top: 20px;
}

.comments-box .tabs-nav li a {
	text-transform: inherit !important;
}

.title-box {
  text-align: center;
  margin-bottom: 5px;
}
.title-box .title {
  font-size: 37px;
  font-weight: 700;
  margin: 0;
  color: #657678;
}
.title-box .more {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  text-decoration: underline;
  color: #8cc63f;
}
.title-box .more:hover {
  text-decoration: none;
}
.title-box p {
  margin-bottom: 0;
  font-size: 20px;
}

.add-comment {
  text-align: center;
}

.comm-slider-container {
  padding: 0 10px;
  position: relative;
  margin-bottom: 0px;
}



.comm-slider-container .slick-arrow {
  position: absolute;
  z-index: 200;
  top: 70px;
}


.comm-slider-container .slick-arrow.slick-prev {
  left: -40px;
  }
  .comm-slider-container .slick-arrow.slick-prev:before {
  
  }
  .comm-slider-container .slick-arrow.slick-next {
  right: -25px;
  }


/*

.comm-slider-container .slick-arrow {
    background: none;
    //border: 0;
    padding: 0;
    font-size: 50px;
    font-family: Geometria-Bold;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    //background: #8dc63f;
    background: #transparent;
    border: solid 0px #8dc63f;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    //color: #fff;
    color: #fff;
    position: absolute;
    z-index: 200;
    top: 70px;
    background: #8dc63f;
}

.comm-slider-container .slick-arrow:hover {
	//background: #BF3A59 !important;
background: #8dc63f !important;
	color: #fff !important;
}

.comm-slider-container .slick-arrow:before {

}
.comm-slider-container .slick-arrow:hover:before {

}
.comm-slider-container .slick-arrow.slick-prev {
left: -40px;
}
.comm-slider-container .slick-arrow.slick-prev:before {

}
.comm-slider-container .slick-arrow.slick-next {
right: -25px;
}
.comm-slider-container .slick-arrow.slick-next:before {

}





.comm-slider-container .slick-prev.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.comm-slider-container .slick-next.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.comm-slider-container .slick-arrow.slick-disabled:hover {
	//background: #ccc !important;
	background: #fff !important;
	cursor: default;
}


*/



/*


.comm-slider-container .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 100px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 28px;
  height: 28px;
}
.comm-slider-container .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #a2a7ae;
  transition: all 0.3s ease-in-out;
}
.comm-slider-container .slick-arrow:hover:before {
  border-color: #8cc63f !important;
}
.comm-slider-container .slick-arrow.slick-prev {
  left: 0;
}
.comm-slider-container .slick-arrow.slick-prev:before {
  border-left: 2px solid #a2a7ae;
  transform: rotate(45deg);
}
.comm-slider-container .slick-arrow.slick-next {
  right: 0;
}
.comm-slider-container .slick-arrow.slick-next:before {
  border-right: 2px solid #a2a7ae;
  transform: rotate(-45deg);
}


*/


.comm-slider-container .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.comm-slider-container .slick-dots li {
  padding: 0 5px;
}
.comm-slider-container .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #cbccce;
  border-radius: 50%;
  border: 0;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.comm-slider-container .slick-dots li.slick-active button {
  background: #8cc63f;
}





.comm-item {
  display: flex;
  align-items: flex-start;
}
.comm-item .top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #657577;
}
.comm-item .comm-inner {
  flex: 1 1 auto;
  width: 1%;
	text-align: left;
}
.comm-item .name span {
  display: inline-block;
  //vertical-align: top;
  margin-right: 10px;
  font-weight: 700;
  color: #333d3e;
  font-size: 18px;
}
.comm-item p {
  //font-size: 18px;
  //line-height: 24px;
  margin: 0 0 22px;
}

.rate-box-s {
  flex: 0 0 150px;
  max-width: 150px;
  padding-right: 20px;

 display: inline-flex;
margin-left: 20px;
}

.rating {
  display: flex;
}
.rating img {
  vertical-align: top;
}

.faq {
  //margin-bottom: 10px;
}

.faq .card .card-header {
  display: block;
}
.faq .collapse:not(.show) {
  display: none;
}
.faq .card {
  border: 1px solid #d2d4d4;
  border-radius: 0;
}

.faq .card.is-hidden{
  display: none;
}

.faq .card-header {
  padding: 0;
  border: 0;
  background: none;
}
.faq .card-header button {
  display: block;
  width: 100%;
  padding: 27px 50px 27px 55px;
  text-align: left;
  border: 0;
  background: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #404d4e;  
  position: relative;
  font-weight: normal;
}
.faq .card-header .caret {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq .card-header button.collapsed .caret:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 18px;
  background: #5ac31a;
}

.faq .card-header button.collapsed .caret:after, .faq .card-header button:not(.collapsed) .caret:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  background: #5ac31a;
}

/*.faq .card-header .caret::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 17px;
  height: 17px;
  border-right: 2px solid #8dc741;
  border-bottom: 2px solid #8dc741;
  transform: rotate(-45deg);
}
.faq .card-header button:not(.collapsed) .caret:before {
  transform: rotate(45deg);
  top: -4px;
}*/
.faq .card-body {
  padding: 0;
}
.faq .text {
  display: flex;
  padding: 35px 35px 20px 60px;
  border-top: 1px solid #d2d4d4;
  background: #f6f9fa;
}
.faq .text .logo-box {
  flex: 0 0 115px;
  max-width: 115px;
}
.faq .text-inner {
  padding-left: 30px;
  flex: 1 1 auto;
  width: 1%;
}
.faq p {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 22px;
}
.faq .accordion {
  margin-bottom: 30px;
}

.modal-select .modal-dialog,
.modal-bonus .modal-dialog {
  max-width: 1170px;
}
.modal-select .close,
.modal-bonus .close {
  opacity: 1 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #8dc741;
}

.modal-select .modal-content {
  padding: 50px;
  position: relative;
  border: 0;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}

.modal-title {
  font-size: 19px;
  font-weight: 700;
  color: #657577;
  text-align: center;
  margin-bottom: 30px;
}

.modal-sub-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 5px;
}

.modal-form .form-control {
  height: 48px;
  margin-bottom: 15px;
}

.gift {
  display: block;
  text-align: center;
}
.gift a {
  display: inline-block;
  vertical-align: top;
  transition: all 0.25s ease-in-out;
}
.gift a:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
}
.gift img {
  max-width: 100%;
  max-height: 100%;
}

.modal-open .gift-1 > a {
  animation: shake-animation 6s ease infinite;
}

.modal-open .gift-2 > a {
  animation: shake-animation 10s ease-in-out infinite;
}

.modal-open .gift-3 > a {
  animation: shake-animation 16s ease infinite;
}

.modal-bonus .modal-content {
  background: url(../img/modal-bg.jpg) center top no-repeat;
  padding: 0;
  height: 528px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.modal-bonus .close {
  color: #fff;
}
.modal-bonus .text {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 50px;
  color: #fff;
  text-align: center;
}
.modal-bonus p {
  color: #fff;
  font-size: 15px;
  font-weight: 24px;
  max-width: 410px;
  margin: 0 0 30px;
}
.modal-bonus .bonus-btn {
  background: #fff;
  color: #8cc63f;
}
.modal-bonus .bonus-btn:hover {
  color: #fff;
  background: #657577;
}

.your-bonus {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.persent {
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
}
.persent span {
  font-size: 93px;
}

.persent-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.carousei-item-1 {
  height: auto;
}

.carousei-item-inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.carousei-item-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 1199px) {
  .modal-select .modal-dialog, .modal-bonus .modal-dialog {
    max-width: 800px;
  }

  .your-bonus {
    margin-bottom: 30px;
  }

  .modal-bonus .text {
    padding: 30px;
  }

  .persent-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .benefits {
    display: block;
  }

  .recommended-list,
.benefits-box {
    max-width: 100%;
  }

  .comm-slider-container {
    padding: 0 40px;
  }

  .faq .card-header button {
    padding-left: 30px;
  }

  .faq .text {
    padding-left: 30px;
  }

  .modal-select .modal-dialog, .modal-bonus .modal-dialog {
    max-width: 500px;
  }

  .modal-select .modal-content {
    padding: 30px 15px;
  }

  .modal-bonus .text {
    padding: 30px 15px;
  }

  .your-bonus {
    margin-top: 10px;
    font-size: 20px;
  }

  .persent-title {
    font-size: 16px;
  }

  .persent {
    font-size: 30px;
    line-height: 30px;
  }
  .persent span {
    font-size: 60px;
  }

  .modal-bonus p {
    font-size: 14px;
    margin-bottom: 50px;
  }

  .modal-bonus .bonus-btn {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .benefits-box {
    padding: 35px 15px 1px;
  }

  .recommended-list {
    /*padding: 35px 15px;*/
  }

  .benefits-item {
    height: auto;
  }

  .comm-item {
    display: block;
  }

  .rate-box-s {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .rating {
    justify-content: center;
  }

  .comm-item .comm-inner {
    width: 100%;
  }

  .comm-item .top-line {
    flex-direction: column;
    justify-content: center;
  }

  .comm-item .name {
    margin-bottom: 15px;
  }

  .comm-slider-container {
    padding: 0;
  }

  .title-box {
    margin-bottom: 40px;
  }
  .title-box .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .title-box .more {
    font-size: 14px;
  }

  .faq .card-header button {
    padding: 15px 50px 15px 15px;
  }

  .faq .text {
    display: block;
    padding: 15px;
  }

  .faq .text .logo-box {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .faq .text-inner {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 577px) {
  .modal-select .modal-dialog, .modal-bonus .modal-dialog {
    max-width: 100%;
  }

  .modal-bonus .modal-content {
    background: #8cc63f;
    display: block;
    height: auto;
  }

  .modal-bonus .text {
    max-width: 100%;
  }
}





.stages-list {
  display: flex;
  margin: 0 -25px;
}

.stages-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 40px 25px 20px 25px;
  position: relative;
}

.stages-col a {
	color: #1A3F40;
	text-decoration: none;
}

.stages-col:nth-last-child(2) .stage-hint {
  display: none;
}
.stages-col:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 20px;
  right: -18px;
  top: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAMAAADfuh9AAAAAP1BMVEUAAACfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6w3K3yEAAAAFHRSTlMAiHcFlKcqoJoJ6cG5sYx/Wg3fMHlsHiMAAABhSURBVCjPpdJJDoAwDAPAQre07JD/v5UUcSQxUn2eQyLbfSdtDiRVDoAEZiab+Cgme9tkMdE2jh6D71mAWcXMpf03qjlfs7Od6fhDrkFNbaLgc/ueJkWAAkCNYAx4UniYN02vCpUsjY2qAAAAAElFTkSuQmCC") 0 0 no-repeat;
  background-size: 100%;
}

.stage-unit {
  height: 200px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 130px 10px 15px 10px;
  position: relative;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: 1px 0 5px rgba(218, 224, 225, 0.75);
  z-index: 1;
}
.stage-unit:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
}
.stage-unit.stage-unit-1:before {
  width: 85px;
  height: 75px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAA8CAMAAAAUqcfmAAAA51BMVEUAAABkdnhkdnhkdnhkdniu4mlkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdniu4mlkdniu4mmu4mlkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnh3knSNsnBkdnhkdnhkdnhkdnhkdnhkdnhkdnhrgHZkdnhkdnhqgHd3k3R+nHNwh3acyG2NsnCgzmxzi3V/nXNkdniGp3F1j3V7mHOGqHFkdniu4mlkdniu4mmu4mlkdnihz2yConKaxW2LsHCq3Wp6lnSHqXFxiXVnendmeXio2WqXwW5rgXedyW2Rt2+i0WuJrHCUvG51knQTAAAAOXRSTlMAlvBmLXfStHgiu0sPqh7DWkRExzjmmxj8gBEGnY+Ibwvz3Frhz8zLxLeyimVP7uHf25qJcGQ4Kg6CPp6/AAAB/ElEQVRYw+3YaW/aMBjA8SQQmqM0y004CoXex+7LTzFHKLB2+/6fZ04WSKKU2p6yKqv6l/ICLP0kPzICI+g1jhyB0h5wJNK1fo2xgEXbFxirP5fW6/z93ETY1BDiHOhvNE07gaFGyQVbs1PN1uJaiWaAtL/dqQ6KQEmEerTT9EWc9EfTQYJgt9ap6TzaSctxj/ycdmCa5ifyfD67MW/gzMx3CdfmNVyaZqeojUBqDkHMaTJCc5ij6foOoynMUL4x3KJbGCN0UNA6Q4hqqTmNYOFyivAK8Wk1ENvt9giaOS3CVusHhPi0QTIyG5yMdh5hd4sfTJp3eNhPtB7sWVEBGINU64ZLnGB0jdRINAm21bNzwwuCsWk1y3I22nvlwzt4+1GxcxrBMCJxzk0yBLIyfxO/m+50QY5GadoxwcrTrjAqUZPRC9GanheUp5Ea5Wm6qvpVndvzan4Xp60gxNmWvNoInugXr/btYpL2E8JJtod/Ozdb07yqnt7/+by9aru/T6t63nqK8qWqc3vVqqBlfqlKR6dhCOvjU7eU0wubdmqzCc8nK66w00LUuRU13VLAs6wufqoZ3ON7Fo09Fi1Q4i4mtMZULb2Jf5VpXcG5LH+namztuJ+67vZOr5KnyZr26E28B4141QC7hH8JBmIL4gxfEHyVo7bwWIPt2m9vSDEiwkAnUAAAAABJRU5ErkJggg==") 0 0 no-repeat;

  background: url('/img/etap1.png') 0 0 no-repeat;

}
.stage-unit.stage-unit-2:before {
  width: 68px;
  height: 75px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA7CAMAAAAQJxn4AAABcVBMVEUAAABkdnhkdnhkdnhkdniu4mlkdnhkdnhkdniey2yu4mmFpnFkdnhkdnhkdnhkdnhofXeKrXBkdnhkdnhkdnhkdnhkdniu4mmu4WlleHdkdnhkdnhkdnhkdniu4mlkdnhkdnhkdniu4mmu4mmu4mmu4mlkdniu4mluhXau4mlkdnhkd3iu4mlkdnhkdnhkdniu4mmu4mlnenep22qu4mlkdniRuG+ZxG2u4mmu4mmu4mlkdnhkdniu4mmu4mlkdniu4mmu4mlkdnhkdniu4mmi0Gtkdnir3mpkdniu4mlkdniu4mmt4Gmu4mlkdnio2mp+nHJkdnir3mmu4mmu4mmu4ml9mnOn2GpyinWey2xkdniu4mmu4mmcyG2u4mlne3d9m3OMsHCu4mlkdniu4mlmeXhxiHVrgXZ4k3Sp3Gpqfndne3eConKLr3Ck1Gun2Gqs32l8mXONsnCUu26HqXGEpXGVvm6fzWydymx1kHScyG0QKOmpAAAAY3RSTlMA3R2l7t3DZrtQu5mZiEQzA2kM+3cI8aX+6uOPEfnVsq2FhWZZKyoI/urOysVsUEtFQjw6GBb+/vj0nJaVj3tuXlAxLST7997YwL6+tKOBcFpXSRMOBfXw6unSzbyekouBfDQMMrsLAAACw0lEQVRIx93UV1caURiF4U0JpohMhkAQMKgodmNP7DXG3qLpfX8gduwmvz4DQWdYLCZzbvNeccGz1mE2c2BN87vsQ+XcPjJqQ+dZ2T6v5TzdqJyvItb8rOvyKGLzyK4AFLF55Hodqtg8MqCMzSMr4VTfoPXIKji1RNbFtMKRufCkWLsjrLuYaFjgGuCmNUfYzxgQj4Y1Ay/VWAr9G88GXTqw46HbwB44yMSaj92YW861BkPquIps73smRzzsVcaD3rCHvLxO7+6NKGMPu7DRSvJcxlVxDTs0LOdOyaFIsyIOuYIzmJK93YP99Bco4gbG8KZNDnl0xW8mnrxvU3URp4JRHSNyw0zkmmMmHqVNH4vYx+folUiGN7n37DaxHu9/ULme/gJmPVoKE+9ljY/W3/xUbHpWwGE3JuT4YP8ky0RIDXdwEnMvJcvzMyY0lODxezat5Cdu1/BZrpjN7YfjsOK+qoqhkDFxoDBx+vicfhg5etooZE4sbzlbigOb3x9VKJmcA1J1txPnpNabF04fWBOQf4v78xP/lpWxBjVcxQR2ChPL8ABQhiceVqxXr6Un/ndiWUcZ3qwuKY6S9CjpHcpPLJ+0cjxqe4vG6H+SZoZZifxEOXYHNh5b2uoZgFkg6Ao1He8yfSxfUcz2gTXhLq2dNZh+wcyZtG2r4kl60PK6lR9Epi3U5r9tfs0d9g6i8YKXw4urKMf21bMKza+Mu1amoIq76YPW+YsvZBGqWI8GU0gO8VReNivjGBsw8G7/4EQaoYpnjInx9JRncq9FFWsdrEGPMXFEehNeRdxVnPhaVuGjEjYnlrYBZVx9N3ESythDN4yJr6QT6rias+sXxYmVsZ8daRYnVsZjZObsxJjYKZ4J3BbSXLU/xKgHTnHYchfpfVsiw41wjNf8t8UB9Hcmt2GP7fv/cJ3XYcFy7FIIpf0B+94bNLIzSFQAAAAASUVORK5CYII=") 0 0 no-repeat;

  background: url('/img/etap2.png') 0 0 no-repeat;
}
.stage-unit.stage-unit-3:before {
  top: 50px;
  width: 100px;
  height: 75px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAvCAMAAAArSD+zAAAAkFBMVEUAAABkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdniu4mlkdnh6lnShz2yp22puhHZ9mnOaxW1oe3dzjHWQtm+k02tXnWeLAAAAJHRSTlMAmUSIEWZ3zFTd+yG6qqLrLZHxbUs3HQziPgcY9rNc1MPAJ4KSfjO5AAAB7klEQVRYw+2X2XabMBRFhSwLI5sZmxnitCdx2yT9/7+rgZZCFoMI6CFrZb+It410dQeRIdhuESlZygWLcD4gMPbSlB8SPBBp8vWC75M84blaFglSXVMlaPkSvOcwTLqZwMMgwWYCVxvE+TwxWCV4+3WH1sQXFYIeery94OnnHbPBgDiojYEP70i6cH2W19ffC4K8g9UTaJDgeYGA2eKxKwjZLLfbomvKYanNA+aJVG2iudipFVyEx9SWCgucvCfkPfarBA7scGYUitYVOxNcwQ5O/ymRPW4fA/QwzpsLjl1MCJcpbTi+B7sYnez2dH1HSzUBPiIIYG3RMmkmzioFIeMwVQpyAPaYwDM6/JjkpS84a3p58qtE1gxDYEywhK4gcVETNYcfIRkUJKyCQ+wc5rgCb7cJekdkwfaPLM6R1TObLcg4aSZoM7fi5SYZgwB20/G/Qa8WYU8IONy2+vqST6gc/3KrxP2QQhgTs6qBM2mgMLRxIpjttyeS9vceNM2CPjltH9vyLk17JHvU8DFBTOkVlDQccKJy2IK105FLaTBZUf02DU8oiBxtrwwjzDaE0Ib/90ZEiaTAEVm97cRETmahAqciLq7I5HsHh7CC2C8RyYxGcbS4N5G9h4qr3DshKVzTPSRkCczXrF1MWv4Ada7y8/t6tO4AAAAASUVORK5CYII=") 0 0 no-repeat;

  background: url('/img/etap3.png') 0 0 no-repeat;
}
.stage-unit.stage-unit-4:before {
  top: 55px;
  width: 73px;
  height: 75px;
  background: url("data:image/png;base64,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") 0 0 no-repeat;

  background: url('/img/etap4.png') 0 0 no-repeat;
}
.stage-unit.stage-unit-5:before {
  top: 50px;
  width: 76px;
  height: 75px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABHCAMAAACNrMETAAAA/1BMVEUAAABkdnhkdniu4mlkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdniaxG2u4mlkdniu4mlkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkd3hkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnir3mlkdnhkdnhofHdwiHWGqHGSuW6gzWxkdniu4mlkdnhkdnhrgHeQtm+j0Wuo2mql1WuNsnCu4mmu4mlkdnhofHeq3Gp1j3SdyW1uhHaMsXCGqHGs32mk02tzi3WWv25leXhqf3d4lHR9mnODonJ/nnJwiHWJrXCPtm+ZxG2gzmyn2GqTum6cx21ekoyKAAAAOnRSTlMAWqWl8Q8t4dIiiId4bVp3d93DHjz5/GMUBb4M982zb+y3nZN+NeaKRBrp3LaeZ1RNSwnzwa+qf0Mq0La6iwAAAjZJREFUWMPt2NlS4kAUgOEOhrDoCEGC7AzD5jo6zp4DCiSEfXXe/1nmpKOppCBW8HBDyX/V5OKrXi6obuZZLsPIpc+L+SDRuCxlUwBAYiInBSSUsrIdI0WdVcJoiAEhyESoRH0nMQHcff7y7YE91JDZIgGZQiwWq/LdgHrlIsOCQkBMIFON+azAmUDmLiCiIUdr5hGVFRwj439vAhYjAUC4KuH2lhI4qVS2whmrEMOO4Y2CNhOK4F5XzSPKF8/TLPlOJsxKMj+iuxzDkvaizl6ZE+aR6GIS5hFlGEZkksyKztzHrW7hOp6H3zj642L+xte638AcqVZP8Kg2oYWjTy7mVF3r6AMwBajtggmDtM/MqmvQGX3chx6V0Sd9gNGSxixHAP2JTtubpyEiY0QozAKRZndFO6mvj4jMVuQD7w06+JX3bzjfwMi+GF1TrRY4r+kGJgRn/g/c6AEMZi0Soz1PAfjiCIw2bwO057g4AqN1TOQZkbeZVsds7HXgA4CeYRPejA48r9kM3Yj3bLpmEy+m5QAoW7xfTB0ud8HgrwNzYPaeye2CAWAHZk+Y9G4YpSz8IjNCUQHojwyNwtQvMnjnzQJAc7J4Yba/a/JbPEo/Oz0cDsaddzGsdixz6Yem6rOp8z/8lNl5LMq+h4sypnC4OTJa6rLb5kwbu5KdXbXX+o6fRc64S13fNBq3N408+A+ZXMSRxJ8FFPNKL4IU8V3O4w0oleXvN5RenjuQIRckvG0RXtr+A8z2aD3CVEAPAAAAAElFTkSuQmCC") 0 0 no-repeat;

  background: url('/img/etap5.png') 0 0 no-repeat;
}

.stages {
  //background: #eaf7e4;
  padding: 35px 0;
	padding-bottom: 20px;
//margin-bottom: 30px;
}
.stages .stages-list {
  margin-top: 25px;
}

.stage-hint {
  position: absolute;
  left: 70%;
  top: 0;
  font-size: 13px;
  width: 140px;
  height: 42px;
  text-align: center;
}
.stage-hint:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 23px;
  border-top: 1px solid #cecfcf;
  border-left: 1px solid #cecfcf;
  border-right: 1px solid #cecfcf;
  border-radius: 12px 12px 0 0;
}

@media (max-width: 1199px) {
  .stages-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stage-unit {
    font-size: 18px;
  }

  .stages-col:not(:last-child):after {
    width: 20px;
    height: 12px;
    right: -10px;
  }
}
@media (max-width: 991px) {
  .stages .stages-list {
    display: block;
    max-width: 304px;
    margin: 0 auto;
  }

  .stages-col {
    max-width: 100%;
    padding: 0 0 70px 0;
  }
  .stages-col:last-child {
    padding-bottom: 0;
  }
  .stages-col:nth-last-child(2) {
    padding-bottom: 44px;
  }
  .stages-col:nth-last-child(2) .stage-hint {
    height: 30px;
    background-position: center bottom;
    bottom: 7px;
    display: block;
  }

  .stage-hint {
    top: auto;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABBCAMAAADmFHR7AAAAOVBMVEUAAACfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6yfq6zahhJVAAAAEnRSTlMAh3gIkyrmtaafm8K9rI2CVQ6jE0NcAAAAcElEQVQ4y+3MSxKEIAwA0cxoEP/a9z+siEDUhSegi0XqVYjkdNtU3v3hV7FixYpfqO0TWw3m8Hf0OJUV6A17YA3rwJBxAMK5NETMC5K+LCcu8VTKAy4+vJRmUnNj2HTEustMzUwnmLKZjmMxa9/LeAA7Iw4xOjWXFgAAAABJRU5ErkJggg==") center center no-repeat;
    transform: translateX(-50%);
  }
  .stage-hint:after {
    display: none;
  }
  .stage-hint span {
    display: block;
    background: #f7fafa;
    padding-bottom: 5px;
  }

  .stages-col:not(:last-child):after {
    display: none;
  }

  .stage-unit {
    height: 110px;
    padding: 15px 15px 15px 154px;
    display: flex;
    align-items: center;
  }
  .stage-unit.stage-unit-1 {
    padding-left: 164px;
  }
  .stage-unit.stage-unit-1:before {
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
  }
  .stage-unit.stage-unit-2:before {
    left: 68px;
    top: 50%;
    transform: translateY(-50%);
  }
  .stage-unit.stage-unit-3:before {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .stage-unit.stage-unit-4:before {
    left: 63px;
    top: 50%;
    transform: translateY(-50%);
  }
  .stage-unit.stage-unit-5 {
    padding-left: 127px;
  }
  .stage-unit.stage-unit-5:before {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.consult {
  padding-top: 50px;
  margin-bottom: 50px;
  background: #eaf7e4;
}
.consult .slick-arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 1;
  text-indent: -9999px;
  outline: none;
  border: 0;
  background: none;
}
.consult .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.consult .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
}
.consult .slick-prev {
  left: 0;
}
.consult .slick-prev:after {
  left: 0;
  border-left: 2px solid #a2a7ae;
  border-bottom: 2px solid #a2a7ae;
  transform: rotate(45deg);
}
.consult .slick-next {
  right: 0;
}
.consult .slick-next:after {
  border-right: 2px solid #a2a7ae;
  border-bottom: 2px solid #a2a7ae;
  transform: rotate(-45deg);
  right: 0;
}

.consult-person {
  padding: 0 25px;
}

.consult-in {
  padding-bottom: 30px;
}

.consult-slider {
  padding: 0 25px;
}

.person-img {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}

.person-name {
  text-align: center;
  font-size: 15px;
}
.person-name strong {
  display: block;
  font-size: 18px;
  //text-transform: uppercase;
}

.help-panel {
  display: flex;
  box-shadow: 1px 0 5px rgba(218, 224, 225, 0.75);
  border: 1px solid #efeff0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.help-panel:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  background: #d2d4d4;
}

.help-block {
  flex: 0 0 50%;
  max-width: 50%;
}

.help-block-title {
  height: 70px;
  background: #eaf7e4;
  font-size: 20px;
  //text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.help-block-consult .help-block-title {
  position: relative;
  padding-left: 73px;
}
.help-block-consult .help-block-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAA21BMVEUAAABkdnhkdnhkdnhkdniu4mmu4mmu4mmu4mlvhnZkdnhkdnir3Wpkdnhkdnhkdniu4mmu4mmu4mlkdniu4mlkdnhld3hkdnhkdnhkdniNsm+k02tkdniu4mlkdniu4mlkdnhkdnhkdniu4mlkdniu4mmu4mmDo3KGqHFkdnhrgXdkdniu4mmDpHKLr3Cu4mmu4mmu4mmu4mlkdniQt299mnOConKLsHBpfXes32mbxm1nend2kHSVvm6HqHGYwm2fzWxvhXah0GxyjHV5lXSIq3GdyWyn12qBoHKkcoP1AAAAMnRSTlMAeJYy3VruiJYD8Uj91A5qZl9VQgn49eHIwqyRhIJ0cVZNJRsX5NjPtbCuqqqQgUA5N41gjZIAAAFUSURBVDjLrdDXboMwFIDh05EFIXvvJunePgQMAbKapO//RD01EBWJGC76X9jC/nSQDKL51bnmcKpQvm62r+NrN7VyyB41tQDnKqjas3876JRAVqkzEJsyBXlT5XfQpAtJdSe0jC7Bb1YZ5qh+76HXz/1t/DSi64vAjYuMsowlUt/iI8y4b5xchQnmIPINwa+IM19C18iKEx3RsNiWI9oRxz4C985EDnKLNhPRi7ph4DJMxP0frmhs1OWjzra3jNojmlIX6CUuj8nOJbZiiW6NyA8s2S3EoyS7DTosjePopXLFopXGHV3XTuNWiM5/uq3n6TInaaGnchZfp3LmjqVxOo1judCt9fj2u82BcDVwb3wRn+FaxG4bvqu3XCYp+wnC1ZXX4CCuu/wMhFOVm4xgFTgbOWIgXBVkTlNUICdn5FoqCJcBaeU6CFcDeQWx1kKWrOX9AKylolm6nMxVAAAAAElFTkSuQmCC") 0 0 no-repeat;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.help-block-measure .help-block-title {
  position: relative;
  padding-left: 102px;
}
.help-block-measure .help-block-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 37px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAlCAMAAAAzx5qdAAAA9lBMVEUAAACu4mlkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdniu4mmu4mmu4mlkdnhkdnhkd3hkdnhkdnhld3hkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhkdnhsgXZ3k3R8mXNkdniLr3Bkdnh5lnOAn3JkdnhkdniVvW5kdniu4mmu4mlvhnaAnnJpfXd4k3SVvm5vhnam12tkdnis32mBoHKBoHKBoHJkdnhkdniu4mlkdnhofHedyW1tg3ahz2x1j3SYwm2CoXKl1WuHqHGVvm54k3SRt297l3NxiXWFpnGq3Gp+nXOHqXGLr3CYaqqBAAAAPXRSTlMAeId3LeGZ8BHM0qVVDzwzPCJm+Oi6RNnVxKqIIPJxYAjkxbuzoZBYSklAMCMYENvXtKKSjH99enBjSDYopheFyAAAAWVJREFUOMvN1GlTgkAYwPGVUA5RA0EEj7yPPLrvFkizTNTq+3+Z2AUap3gqZnLG/wvmGWZ/wy7DgIYCXAtFxFYkqMtkJOB4qD4FGTrXyFigwIKjIElHhqznePoEtJdGEXFs1gesd2EIENTOJxjLg4Hcu5VPunJYpddV5fEGkPKdfDkEifV0hd0Fnj7iMHviPODEBtA1U0iH4GLqOu8Y/wQUEaFyhQ1A03XsBQCKwoEHaqpomqaqBeCKrAeAUih7IGOdH1unKTEAZ2Q9vCUK9p/sRDYEzQWOBxL4H0FVugcA/JYAsNUztOd+y7dgcH4BRy9+9jIYVgDYwqHppxH70LsGUqXD2GDXzhAb9Ic8Bddzu139C+C4KgViva7rX8FkDW8JeZEt5UtGsdR4/pY1ewVAyqsxi8iNBhwZRrmIbtTcaAPUyB+fPgGq5f/uDU3TkgwyDO+WziB+D04hQFJIdyijeHck9AH6dtaxk0htHQAAAABJRU5ErkJggg==") 0 0 no-repeat;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.help-block-inner {
  padding: 30px 25px 30px 84px;
  display: flex;
}

.help-block-img {
  flex: 0 0 132px;
  max-width: 132px;
  display: flex;
  justify-content: center;
}
.help-block-img img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
box-shadow: 1px 0 5px rgb(218 224 225 / 75%);
}

.help-block-txt {
  padding-left: 70px;
}
.help-block-txt strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  //text-transform: uppercase;
  margin-bottom: 5px;
}
.help-block-txt span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
.help-block-txt .btn {
  font-size: 20px;
  min-width: auto;
  width: 210px;
  display: block;
}

.help-toggle {
  position: fixed;
  left: 0;
  bottom: calc(25vh + 90px);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAnCAMAAABUv8o5AAAAsVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+3mHKcAAAAOnRSTlMAqrv7A/XaEwgF+fDshtTDsFwxDenk4bOQcBndz6dEOSIdx6J/elIly5OLYSqYdGplS0dXPyy+mi2cQ0q15AAAAktJREFUOMuFk+maqjAMhgOlCGXfQURU3MZdx9ly/xd28qDMCHo0P5o2z0tI03zQsdEhLYp0PYJnNnSQ2bJsM/ws/wv1XHTeg3rnOSj1HlMjNTyS00cbjdzcUMePqH5kU9yvDEQhzwEWufoonxz1QbGYnZ3LtYxJDxamdE+94xB0SWTK5S6m2qfQ+Q6zE4CtODXHTTzQwHG6lE/J5rj+C3wYW/Cw27+doQRhq5YDloE4dLDKgSnvN6fAGoMy+ITBWwuiWKGZvzFfxRSohjIZaC1sz07vTSGaJZY/PAAl/zrzaQubSOAu652+j8RM74s9wNTQ3/IWZmQan9UNs9nPmHxBH/lYeqi3sRJ9SpWivKkDRyQfTj3UWj+tMqGD4vL9NaCHVFWSpCrc2ozLA4CMnaCxwgGwIjNtYUGOFUC+vel3CLBGGoeWjcMVaOg1A+pt1gyGMd7NcE4XNWZXKkSWsgRV3HQxMwOo1Mu95rhQGdrzb/zuYiFlWvCKduRZjEgF+PdYbtGS4uVdTxxjcmdcdKjLMKSCFQGJZyIGcf3zOzW4CXy4GJ/M8EsSqm+xtz7sOHTNiiqmyhGMV85nFsDKMPlKsh9IOTroHus1yeVgZuAkaE/l3jR2GsFid5W2yOhk8Wit3DzBhH1d0lj8WEt7qWq1L3Dyq/2jYftN2gLdg7cy4qYTpW0er5PPpZuh8iYM49VfIzSJX3I4S71daFsm+tKpdUtCfmpD/KB1airPMcWc0pq48MLchJbYeoVZOVVIT/TCVEZq2kovbav8AzbFNQmb1WgqAAAAAElFTkSuQmCC") center center no-repeat #8dc63f;
  z-index: 150;
  border-radius: 0 4px 4px 0;
}

.consult-box {
  position: fixed;
  width: 396px;
  background: #fff;
  padding: 30px;
  left: 0;
  text-align: center;
  color: #647678;
  z-index: 300;
  font-size: 18px;
  bottom: calc(25vh + 90px);
  box-shadow: 1px 0 5px rgba(218, 224, 225, 0.75);
  border-radius: 0 12px 12px 0;
  transform: translateX(-120%);
  transition: transform 0.5s ease-in-out;
}
.consult-box.is-visible {
  transform: translateX(0);
}

.consult-box-in {
  display: flex;
}

.consult-box-img {
  flex: 0 0 104px;
  max-width: 104px;
}

.consult-box-txt {
  padding-left: 20px;
  flex: 1 1 auto;
  width: 1%;
  text-align: left;
}
.consult-box-txt strong {
  display: block;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.consult-box-txt span {
  display: block;
  font-size: 14px;
  color: #657577;
  margin-bottom: 15px;
}
.consult-box-txt p {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 15px 0;
  color: #3c484a;
}
.consult-box-txt .btn {
  font-size: 17px;
  padding: 6px 10px;
  min-width: 156px;
}

@media (max-width: 1199px) {
  .help-block-inner {
    padding: 30px 25px 30px 30px;
  }

  .help-block-txt {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .help-panel {
    display: block;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }
  .help-panel:after {
    display: none;
  }

  .help-block {
    max-width: 100%;
    box-shadow: 1px 0 5px rgba(218, 224, 225, 0.75);
    border: 1px solid #efeff0;
    border-radius: 12px;
    margin-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .person-img {
    width: 160px;
    height: 160px;
  }

  .help-block-inner {
    padding: 20px;
    display: block;
    text-align: center;
  }

  .help-block-img {
    margin: 0 auto 20px auto;
  }

  .help-block-txt {
    padding: 0;
  }
  .help-block-txt .btn {
    display: inline-block;
  }

  .help-block-title {
    font-size: 16px;
  }

  .consult-box {
    padding: 15px;
    width: 310px;
  }
}



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

.scroll-section{
  display: block;
  width: 100%;
  text-align: center;  
  box-sizing: border-box;  
  max-height: 100vh;
 /*height: 100vh;
  overflow: hidden;*/
}

.scroll-section-black{
	background: #464451;
  height: 100vh;
}

.scroll-section .inner{ 
  min-height: 100%;
  display: flex;  
  position: relative;
}



.scroll-section .column{
  flex: 0 0 49%;
  max-width: 49%; 
  display: flex;
	//padding-top: 150px; 
}

.scroll-section-black .column{
  flex: 0 0 50%;
  max-width: 50%; 
  display: flex;
	//padding-top: 150px;

}

.column-img{
  position: relative;
  overflow: hidden;
}

.column-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-img-b img{
  width: auto;
  height: 80%;
  object-fit: cover;
}

.column-inner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.box-title-0{
border-radius: 5px;
display: inline-block;
    width: max-content;
    padding: 0px 20px 10px 0px;
    font-family: 'Geometria-Bold';
font-size: 16px;
color: #1A3F40;
//background: #FDC50C;
margin-bottom: 10px;
}

.box-title{
  //text-transform: uppercase;
  //color: #ae416c;
  line-height: 42px;
  //font-size: calc(.1em + 1vw + 1vh);
  //margin-bottom: calc(.6vh + .6vw);
  //font-weight: bold;

  font-size: 40px;
  font-weight: bold;
  color: #1A3F40;
  margin: 0;  
    font-family: 'Geometria-Bold';
margin-bottom: calc(.6vh + .6vw);
	//letter-spacing: -3px;

//letter-spacing: -2px;
}

.scroll-section-black .box-title{
	color: #fff;
}

.box-sub-title{
  font-size: calc(.03em + .8vw + .8vh);
  //color: #7AAD35;  
  margin-bottom: calc(1.1vh + 1.1vw);
    font-family: 'Geometria-Bold';

color: #5B7778;
}

.box-sub-title-gray{
  font-size: calc(.06em + 1vw + 1vh);
  color: #1A3F40;  
  margin-bottom: calc(1.1vh + 1.1vw);
    //font-family: 'Geometria-Bold';
}

.box-sub-title-gray h2{
  	text-align: left;
	margin-bottom: 25px;
	//color: #5B7778;
    padding-left: 0px !important;
}


.scroll-section-black .box-sub-title{
	color: #fff;
}

.box-txt{
  /*font-size: calc(.5em + .3vw + .3vh);*/
  //color: #363636;  
  color: #1A3F40;
  font-weight: 300;
  line-height: 30px;
  //margin-bottom: 5.4vh;  
}

.scroll-section-black .box-txt{
	color: #fff;
}


.box-txt p strong{
  font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.box-txt b{
  font-weight: bold;
}

.scroll-tab{
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-tab.current{
  opacity: 1;
  visibility: visible;
}

.scroll-tab1{
  display: none;



  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-tab1.current{
  display: block;
}


.scroll-tab video{
  position: absolute;    
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;  
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.scroll-next{
  display: block;
  position: absolute;
  bottom: 110px;
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 150;
  width: 22px;
  height: 50px;
	margin-left: -11px;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAyCAYAAABYiSsbAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAQBVVEYtOABYTUw6Y29tLmFkb2JlLnhtcAAoz32Sz07jMBDGX8UyF5A2cZImTW0RUDehWg5ZoVIJrmliqFX8R7a7CX01DvtI+wrrBFJWKwWfPOPvN56xv8vrTlX1nlqwpc9MZPDP228IWJPBh6QMSpXTHftx1PT++HNTH/c1buD1FbjsSMcVp7YCHX8RhnQZrBq5pcTt+zSCYJDYfQaX/QF4LO9ALjUFiT/36iCMQYr9MJmnOP0GIhejYIGiwAswSWYkiMDHgu423TyRdbH6uMtFGdxZqwhCbdv67cyX+hmFGGMURCiKPKfwzKuwVecJczZWKKipNVOWSQH6uNrKg80gHEfg6lRWGH8Yx68lR12lUOgH6B9hWX4t5fykNnZNn75Wm82romhNjTzomjr5WQ8rkmtaWak3Ur6Mr3i3k1aanVQgz4dXA+cPTDSyNRcDU5bkVhhbiZreFhl0GZ+xhsTF92Wez+YxXqzC8AYv58u4CBZpHsez8CZJRraQ9YFTYUe2+WTTSba3wztNNftFm5WWHAxjEzbdSzzdyzvbTPeSTLLINYP+++wx5RzUb0/WdcHJ/FQ4x2tn7b8dF/MlnOT/NQAAAvRJREFUWMPtl81LlFEUh58ZRyVLyz4wqSDJWmQLraByYfQPCFFhtVJCKYwI3NW6NpHkIq2oVdEmjL6obFFBJZWhaRS0MCLKiEJFrEzQt83vynGYd+Z9Z8ZF0A8u3o9zHufel3vOuRH8FQWqgO3AemCp5n8A74DHQD8wRQhtBDqAEcDzacNAO7ApCDAfOA6MG8AI0APcAW6rP2rWx4FjQJ4ftAC4YhyGgBNADVAqxzz1a4CTwFdjf1mMWcoBWo3RE6AiwA43AN3G77RYM9plFu8CRSG+RxFwz/jvdAsl5r8OAGt9AEvUEmmdfD3gqZjs0cQU0OTjWGY+3mofmyYxPGA3wHkNngMrfJxqgQm1Wh+blcALsTqi5iP1A198nCLAtFrEx+Yz8Fr9iqi5Ud/IXI6xLAbENJhM4uDpiru+nxwjNxbwlwwAD0w/pYKCPwL16g9nExwYaEPjnOg/+B8HRwLcqKCadrElagY5WQA7hhcFxjQozgJ4sf6ORoH3GlQChRlAC8XAMRt0vj+BugzAdcAvseoByoEPmugCctOA5snXAwaBNW7hiMmybWmA24z/4fgU3mkWLwYsARYCl4xfZyK/VSr0nNEboBFYruNxzVVDjbJx9g+VUGeSpFWJKqL9Zu4T0KtyCkE3WwhwFTgKfE+1xX0qByaSVJsTstnrl9b9NA/YAVSrSHFnN6ZU1Q08An5neqtiIVPZ3Mgv8FRp+0NJol4U2KJCMVCxUwb0CdiQxO6AbHqTFIqzVK7Hiwf8AQ4msDmkqseTbXnQI9qmO+8psDSbtWYTbAaBrWHPv8r88lEBm83D5q1s0lKlOe9Js/0+E3tDKWIuTyXwyty4HgONpLhks7QAaAFOKS64B2UXcN9sv1Q2LcD8IOBqc463FBpdTnR5cZHeI+6BWR0EnBsXY2/EJdpi4GZc7A511S8Y52t6dRao7+bPhTljq3YDua7mxmczjSVtCWLxmWwUOPlx7+xWzaUV3aymgJfqP9OrfzyV01+b7eP2cMJV0wAAAABJRU5ErkJggg==') 0 0 no-repeat;
}

@media (max-width: 577px) {

.scroll-section {
	height: auto;
	max-height: auto;
	overflow: auto;
}

.box-txt {
	margin-bottom: auto;
}

.scroll-next{
  display: none;
}
}

.list-tabs{
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 0;
}

.list-tabs li{
  display: inline-block;  
  //font-weight: bold;  
  cursor: pointer;
  font-size: 17px;
  //font-weight: 600;  
  border-bottom: 3px solid #E8EEF1;
  border-top: 5px solid transparent;
  padding: 15px 25px 15px;
  padding-left: 12px;
  padding-right: 12px;  
  color: #8dc63f;
  text-decoration: underline;
}

.list-tabs li:hover{
  text-decoration: none;
}

.list-tabs li.current{
  color: #647678;  
  font-family: 'Geometria-Bold';
  border-bottom: 3px solid #8dc63f;
  text-decoration: none;
  font-weight: normal;
}

.box-img{
  display: none;
  margin: 10px 0;
}

.box-img img{
  max-width: 100%;
}

.js-mobile .box-img{
  display: block;
}

.js-mobile .list-tabs{
  display: none;
}
.js-mobile .scroll-tab1{
  display: block;
}

.js-mobile .scroll-section{
  max-height: none;
}

.js-mobile .scroll-section .column{
  padding-top: 0;
}

.section-wrapper h2{
  padding-left: 0px;
  padding-right: 20px;
  text-align: left;
}


@media (max-width: 768px){
  .scroll-section .inner{
    display: block;
width: 96%;
    margin-left: 2%;
  }
  .scroll-section .column{
    max-width: 100%;
  }
  .column-img{
    height: 260px;
    overflow: hidden;
  }
  .column-inner{
    width: 100%;
    padding: 15px;
  }
  .box-title{
	font-size: 22px;
	line-height: 30px;
  }
  .box-sub-title{
    font-size: 20px;
  }
  .box-txt{
    font-size: 19px;    
    line-height: 1.5;
  }  
  .razd {
    display: none;
  }
}
 
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}


.product-details{
  /* margin: 10px 0; */
  padding: 0;
}

.product-details li{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  position: relative;
    align-items: flex-end;
}

.product-details-big {
	margin-top: 40px;
	width: 65%;
}

.product-details-big li{
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  position: relative;
	margin-bottom: 7px;
}


.product-details li:after{
  content: '';
  display: block;
  height: 1px;
  position: absolute; 
  left: 0;
  right: 0;
  //top: 12px;
  border-bottom: 1px dashed #ccc; 
  z-index: 1;
}

.product-details li span{
  display: inline-block;
  //background: #fff;
  position: relative;
  z-index: 2;
}

.product-details li span a{
  text-decoration: underline;
}

.product-details li span:last-child{
min-width: 320px;
    text-align: right;
}

@media (max-width: 768px) {

.product-details li span:last-child{
  color: #000;
min-width: 300px;
    text-align: left;
}

}


.product-details li span:first-child{
 // max-width: 500px;
	//font-family: Geometria-Medium;
}

.row-special{
  margin-left: 0;
  margin-right: 0;
}

.menu{
 // -webkit-transition: all 0.25s ease-in-out;
  //-o-transition: all 0.25s ease-in-out;
  //transition: all 0.25s ease-in-out;
}




.is-sticky.nav-up .menu{
  transform: translateY(-200%);
}
.is-sticky.nav-expand .menu{
  transform: translateY(0);
	position: sticky;
}

.menu-toggler{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  /*background: #fff;*/
  position: fixed;
  left: 40px;
  top: 60px;
  z-index: 900;
  /*box-shadow: 0 3px 6px rgba(0,0,0,.3);  */
  transform: translateY(-400%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;



}

.menu-toggler-circle{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #8dc63f;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);  
  position: relative;
  z-index: 1;
  padding: 0 10px 0 20px;
}

.menu-toggler:after{
  content: 'Меню';
  display: block;
  position: absolute;
  left: 30px;
  background-color: #fff;
  top: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 10px 0 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);  
  border-radius: 0 6px 6px 0;
}

.menu-toggler-txt {
  position: fixed;
  left: 58px;
  top: 40px;
  z-index: 250;
  background: #fff;
  padding: 0 20px 0 35px;
  border-radius: 4px;  
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  height: 48px;
  line-height: 48px;
  color: #000;
}

.nav-up.is-sticky .menu-toggler{
  transform: translateY(0); 
}

.nav-down.is-sticky .menu-toggler{
  transform: translateY(0); 
}

.menu-toggler-circle span{
  height: 3px;
  background: #fff;
  width: 32px;
  left: 50%;  
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.menu-toggler-circle span:first-child{
  width: 20px;
  top: 15px;
  transform: translate(-50%, 0);
}

.menu-toggler-circle span:nth-child(3){
  width: 20px;
  top: 31px;
  transform: translate(-50%, 0);
}

.menu-toggler-inner{
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 15px 0 20px;  
}



@media (max-width: 768px){
  .menu-toggler{
    left: auto;
    right: 20px;
    top: 20px;

//top: 10px;
    transform: translateY(0);
  }


.nav-down.is-sticky .menu-toggler{
  transform: translateY(0); 
}


  .menu-toggler:after{
    left: auto;
    right: 30px;
    padding: 0 30px 0 10px;
    border-radius: 6px 0 0 6px;
  }
  .mob-panel{
    //display: none;
  }


  .nav-expand .menu {
    transform: translateY(0);
    height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  .mob-links, .mob-nav{
    display: none;
  }

}




@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?aszm7e');
  src:  url('/fonts/icomoon.eot?aszm7e#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?aszm7e') format('truetype'),
    url('/fonts/icomoon.woff?aszm7e') format('woff'),
    url('/fonts/icomoon.svg?aszm7e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-office:before {
  content: "\e903";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-calculator:before {
  content: "\e940";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-whatsapp:before {
  content: "\ea93";
}



.js-overlay .backdrop{
  opacity: 1;  
  z-index: 54;
}

.js-overlay .menu{
  z-index: 1;
}

.js-overlay .side-rht iframe{
  opacity: 0;
  visibility: hidden;
}

.js-overlay .socials{
  opacity: 0.2;
  pointer-events: none;
}

/*
.pagemenu span{
  display: block;
  text-align: center;
}

.pagemenu{
  margin-top: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.pagemenu .slick-list{
  width: 100%;
}

.pagemenu span:after{
  display: none;
}

.pagemenu .slick-slide{
  padding: 0 5px;
}

.pagemenu .slick-prev, .pagemenu .slick-next{
  padding: 0;
  border: 0;
  font-size: 28px;
  background: none !important;
  line-height: 0.8;
}

.pagemenu .slick-disabled{
  display: none !important;
}


*/

/*.pagemenu  .slick-track{
  min-width: 100%;
}*/
/*
.menu .container{
  position: relative;
}

.is-sticky .menu .container .pagemenu{
  position: static;
}

*/



.stories-slider-container {
  padding: 0 85px;
  position: relative;
  margin-bottom: 0px;
}









.stories-slider-container .slick-arrow {
    background: none;
    //border: 0;
    padding: 0;
    font-size: 50px;
    font-family: Geometria-Bold;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    //background: #8dc63f;
    background: #transparent;
    border: solid 0px #8dc63f;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    //color: #fff;
    color: #fff;
    position: absolute;
    z-index: 200;
    top: 70px;
    background: #8dc63f;
}

.stories-slider-container .slick-arrow:hover {
	//background: #BF3A59 !important;
background: #8dc63f !important;
	color: #fff !important;
}

.stories-slider-container .slick-arrow:before {

}
.stories-slider-container .slick-arrow:hover:before {

}
.stories-slider-container .slick-arrow.slick-prev {
	left: 240px;
}
.stories-slider-container .slick-arrow.slick-prev:before {

}
.stories-slider-container .slick-arrow.slick-next {
	right: -15px;
}
.comm-slider-container .slick-arrow.slick-next:before {

}





.stories-slider-container .slick-prev.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.stories-slider-container .slick-next.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.stories-slider-container .slick-arrow.slick-disabled:hover {
	//background: #ccc !important;
	background: #fff !important;
	cursor: default;
}
