html {
  height: auto;
}
body {
  height: auto;
  overflow: visible;
}
body::-moz-selection {
  color: #fff;
  background: #000;
}
body::selection {
  color: #fff;
  background: #000;
}
body::-moz-selection {
  color: #fff;
  background: #000;
}
.swiper-slide:not(:first-child) {
  display: block;
}
html.overflow-menu,
html.overflow-menu body {
  overflow: hidden;
}
#menu-holovne-meniu .current-menu-item {
  pointer-events: none;
}
.breadcrumb {
	background: transparent;
	margin: 15px 0;
}
.breadcrumb a {
text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span > span {
	color: #999;
}

.section {
  position: relative;
}
.banner {
  position: relative;
  overflow: hidden;
}
.bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.opacity:before,
.opacity.style-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.opacity.style-2:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(23.08%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 23.08%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 23.08%
  );
}
.parallax-bg .bg {
  position: absolute;
  width: 100%;
  height: 140%;
  top: -20%;
}
.banner-align {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 10000px;
  height: 850px;
  height: calc(350px + 300 * ((100vw - 320px) / 1600));
  padding: 120px 0;
  z-index: 2;
}
.banner-align.size-2 {
  vertical-align: bottom;
  height: calc(200px + 400 * ((100vw - 320px) / 1600));
  padding-top: calc(15px + 45 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 45 * ((100vw - 320px) / 1600));
}
.banner-align.size-3 {
  height: calc(200px + 500 * ((100vw - 320px) / 1600));
  vertical-align: middle;
  vertical-align: top;
  padding-top: calc(15px + 45 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 45 * ((100vw - 320px) / 1600));
}
.home-banner .banner-align {
  padding: 30px 0 0;
}
.banner-content h2,
.banner-content div {
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
    line-height: 1.4em;
}
.banner-content h2 span {
    font-weight: bold;
    color: #202020;
}
.banner-content .num-block {
  background: #fff;
  position: absolute;
  right: calc(10px + -110 * ((100vw - 320px) / 1600));
  bottom: calc(0px + 120 * ((100vw - 320px) / 1600));
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
}
.banner-content .num-block .btn {
  border-radius: 0;
  padding-top: calc(12px + 23 * ((100vw - 320px) / 1600));
  padding-bottom: calc(11px + 20 * ((100vw - 320px) / 1600));
}
.banner-content .num-info {
  text-align: center;
  padding-top: calc(15px + 45 * ((100vw - 320px) / 1600));
  padding-right: calc(5px + 75 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 45 * ((100vw - 320px) / 1600));
  padding-left: calc(5px + 75 * ((100vw - 320px) / 1600));
}
.banner-content .num {
  position: relative;
  font-weight: bold;
  font-size: calc(30px + 50 * ((100vw - 320px) / 1600));
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #7bc449;
}
.banner-content .num::after {
  content: "+";
  position: absolute;
  top: calc(-15px + -15 * ((100vw - 320px) / 1600));
  font-size: calc(30px + 50 * ((100vw - 320px) / 1600));
  line-height: 1em;
}
.banner-content p {
  font-weight: 500;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: calc(0px + 10 * ((100vw - 320px) / 1600));
}
.banner-content .text,
.banner-content .title {
  margin-bottom: calc(5px + 30 * ((100vw - 320px) / 1600));
}
.banner-content .text ul li + li,
.banner-content .text ol li + li {
  margin-top: calc(4px + 16 * ((100vw - 320px) / 1600));
}
.banner-content:last-child {
  margin-bottom: 0;
}
@media (max-width: 1500px) and (min-width: 991px) {
  .banner-content .num-block {
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .home-banner .row > [class*="col"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-align.size-3 {
    vertical-align: top;
  }
  .only-desktop {
    display: none;
  }
}
.video-block {
  position: relative;
}
.video-block .decor-block {
  position: absolute;
  left: 0;
  bottom: calc(10px + -70 * ((100vw - 320px) / 1600));
  background: #f3faff;
  border-radius: 0 60px 60px 0;
  width: 38%;
  height: calc(180px + 510 * ((100vw - 320px) / 1600));
}
.video-block .move-img {
  position: absolute;
  right: calc(0px + -30 * ((100vw - 320px) / 1600));
  top: calc(0px + -90 * ((100vw - 320px) / 1600));
  z-index: -1;
}
.video-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.video-inner::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-controls h6,
.video-controls .video-controls-title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: calc(0px + 30 * ((100vw - 320px) / 1600));
}
.play-btn {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: calc(46px + 84 * ((100vw - 320px) / 1600));
  height: calc(46px + 84 * ((100vw - 320px) / 1600));
  border-radius: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#70b942),
    color-stop(55.46%, #7bc449),
    color-stop(103.11%, #95ce5e)
  );
  background: -o-linear-gradient(
    left,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  background: linear-gradient(
    90deg,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.play-btn.btn::before {
  border-radius: 100%;
}
.play-btn svg {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: none;
  stroke: #fff;
  z-index: 2;
  width: calc(10px + 20 * ((100vw - 320px) / 1600));
  height: calc(18px + 20 * ((100vw - 320px) / 1600));
}
@media (max-width: 1199px) {
  .video-block .move-img,
  .video-block .decor-block {
    display: none;
  }
}
.block {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  margin-top: calc(0px + 60 * ((100vw - 320px) / 1600));
  margin-bottom: calc(0px + 60 * ((100vw - 320px) / 1600));
  position: relative;
}
.block.left .img-decor {
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 255px;
  overflow: hidden;
}
.block.left .big-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: calc(0px + -60 * ((100vw - 320px) / 1600));
  margin-right: calc(0px + -30 * ((100vw - 320px) / 1600));
}
.block.left .big-img img {
  width: 100%;
}
.block.left .circle-img {
  position: absolute;
  top: -50%;
  right: -86%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(75px + 321 * ((100vw - 320px) / 1600));
  height: calc(75px + 321 * ((100vw - 320px) / 1600));
  border-radius: 100%;
  overflow: hidden;
  z-index: 0;
}
.block.left .circle-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block.left .move-img {
  position: absolute;
  top: -90px;
  right: 90px;
  z-index: 1;
}
.block.right .img-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 285px;
  overflow: hidden;
}
.block.right .big-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: calc(0px + -60 * ((100vw - 320px) / 1600));
  margin-left: calc(0px + -30 * ((100vw - 320px) / 1600));
}
.block.right .big-img img {
  width: 100%;
}
.block.right .circle-img {
  position: absolute;
  top: -50%;
  left: -14%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(75px + 321 * ((100vw - 320px) / 1600));
  height: calc(75px + 321 * ((100vw - 320px) / 1600));
  border-radius: 100%;
  overflow: hidden;
  z-index: 0;
}
.block.right .circle-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block.right .move-img {
  position: absolute;
  top: -90px;
  left: 90px;
  z-index: 1;
}
.block.right .block-info {
  margin-left: auto;
}
.block-info {
  max-width: 620px;
  padding-top: calc(15px + 85 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 85 * ((100vw - 320px) / 1600));
}
.block-info .text {
  margin-top: calc(10px + 15 * ((100vw - 320px) / 1600));
  margin-right: 15px;
}
.block-info .btn {
  margin-top: calc(10px + 15 * ((100vw - 320px) / 1600));
}
.block-image {
  position: relative;
}
.block.type2 {
  margin: 0;
}
.block.type2.left .big-img {
  margin-right: calc(0px + -280 * ((100vw - 320px) / 1600));
  margin-top: calc(15px + 45 * ((100vw - 320px) / 1600));
  margin-bottom: calc(15px + 45 * ((100vw - 320px) / 1600));
}
.block.type2.left .move-img {
  right: calc(0px + -310 * ((100vw - 320px) / 1600));
}
.block.type2.right .big-img {
  margin-left: calc(0px + -310 * ((100vw - 320px) / 1600));
  margin-top: calc(15px + 45 * ((100vw - 320px) / 1600));
  margin-bottom: calc(15px + 45 * ((100vw - 320px) / 1600));
}
.block.type2.right .move-img {
  left: calc(0px + -390 * ((100vw - 320px) / 1600));
}
@media (max-width: 1199px) {
  .block.left .img-decor,
  .block.right .img-decor,
  .circle-img,
  .move-img {
    display: none;
  }
  .block.left .big-img,
  .block.right .big-img,
  .block.type2.left .big-img,
  .block.type2.right .big-img {
    margin: 0;
  }
  .block-image {
    margin: 15px 0;
  }
  .block-image .big-img img {
    width: 100%;
  }
  .block {
    margin: 0;
  }
  .block .row {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .block-image {
    margin: 15px 0 0;
  }
  .block-image .big-img img {
    width: 100%;
  }
  .block .block-info {
    max-width: 100%;
  }
}
.news-wrapp {
  margin-bottom: calc(-15px + -15 * ((100vw - 320px) / 1600));
}
.news-wrapp > div[class^="col"] {
  margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1600));
}
.news-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.news-img {
  padding-bottom: 58%;
  position: relative;
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
}
.news-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img-link::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    27.22deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 60.14%
  );
  background: linear-gradient(
    62.78deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 60.14%
  );
}
.news-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  padding: calc(10px + 10 * ((100vw - 320px) / 1600));
  border-radius: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-date img {
  position: relative;
  margin-right: calc(5px + 5 * ((100vw - 320px) / 1600));
  width: calc(12px + 4 * ((100vw - 320px) / 1600));
}
.news-date b {
  font-size: calc(10px + 3 * ((100vw - 320px) / 1600));
  line-height: 1em;
  color: #202020;
}
.news-content {
  background: #fff;
  padding-top: calc(7px + 8 * ((100vw - 320px) / 1600));
  padding-right: calc(15px + 15 * ((100vw - 320px) / 1600));
  padding-bottom: calc(10px + 15 * ((100vw - 320px) / 1600));
  padding-left: calc(15px + 15 * ((100vw - 320px) / 1600));
}
.news-content .title {
  color: #202020;
  margin-bottom: 5px;
}
.news-content .title a {
  display: block;
}
.news-content .text {
  line-height: 1.6em;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}
@media (min-width: 1200px) {
  .news-img:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .news-content .title:hover {
    color: #70b942;
  }
}



.appointment__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 12%);
  border-radius: 10px 10px 0 0;
  background: #fff;
  padding: 15px 20px 0 0;
  border-bottom: 4px solid #7bc449;
}
.appointment__photo {
  flex: 0 0 260px;
  min-width: 260px;
  margin-right: 30px;
}
.appointment__photo a {
  display: block;
}
.appointment__btn {
  flex: 0 0 185px;
  min-width: 185px;
  margin-left: 30px;
}
.appointment__desc {
  padding: 0 0 15px;
}
.appointment__desc a {
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
    line-height: 1.4em;
    color: #202020;
    margin-bottom: 8px;
    font-weight: bold;
}
.appointment__position {
  font-style: italic;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .appointment__item {
    flex-wrap: wrap;
    padding: 20px;
  }
  .appointment__photo {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
    text-align: center;
  }
  .appointment__photo a {
    text-align: center;
  }
  .appointment__photo a  img {
    margin: 0 auto;
  }
  .appointment__btn {
    margin: 0 auto;
  }
}



footer {
  background: #202020;
  padding: 40px 0;
}
.footer-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  color: #fff;
}
.footer-item a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-item > * {
  margin-right: 60px;
}
.footer-item > *:last-child {
  margin-right: 0;
}
.footer-item.develope {
  text-align: right;
}
.footer-item.develope a {
  vertical-align: middle;
}
.footer-item.develope img {
  vertical-align: middle;
  display: inline-block;
  max-width: 75px;
  margin-left: 10px;
}

.footer-box__body a {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  list-style: none;
  padding: 3px 0;
  transition: all 0.4s ease-in-out;
}
.footer-box__body ul li {
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .footer-item a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1500px) {
  footer {
    padding: 30px 0;
  }
  .footer-item > * {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  footer {
    padding: 20px 0;
  }
  .footer-item {
    font-size: 12px;
    text-align: center;
  }
  .footer-item > * {
    margin: 0 10px 10px;
  }
  .footer-item > *:last-child {
    margin-bottom: 0;
  }
  .footer-item.develope {
    margin-top: 10px;
    text-align: center;
  }
  .footer-item.develope img {
    max-width: 65px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 15px 0;
  }
  .footer-item > * {
    display: block;
  }
  .footer-item.develope a {
    display: inline-block;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4f4f4f;
  font-weight: normal;
  opacity: 1;
  font-size: 16px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4f4f4f;
  font-weight: normal;
  opacity: 1;
  font-size: 16px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4f4f4f;
  font-weight: normal;
  opacity: 1;
  font-size: 16px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4f4f4f;
  font-weight: normal;
  opacity: 1;
  font-size: 16px;
}
.input.invalid {
  border-color: #ff7e7e;
}
.input.invalid::-webkit-input-placeholder,
.input.invalid::-webkit-input-placeholder {
  color: #ff7e7e;
}
.input.invalid:-moz-placeholder,
.input.invalid:-moz-placeholder {
  color: #ff7e7e;
}
.input.invalid::-moz-placeholder,
.input.invalid::-moz-placeholder {
  color: #ff7e7e;
}
.input.invalid:-ms-input-placeholder,
.input.invalid:-ms-input-placeholder {
  color: #ff7e7e;
}
input,
textarea,
select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
}
textarea {
  display: block;
  resize: none;
  overflow: auto;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
button {
  background: none;
  border: 0px none;
}
.input {
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: normal;
  padding-left: calc(10px + 10 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 10 * ((100vw - 320px) / 1600));
  padding-top: calc(10px + 8 * ((100vw - 320px) / 1600));
  padding-bottom: calc(10px + 8 * ((100vw - 320px) / 1600));
  color: #202020;
  z-index: 2;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
textarea.input {
  height: 110px;
}
.form-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding-left: calc(10px + 130 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 130 * ((100vw - 320px) / 1600));
  padding-top: calc(5px + 70 * ((100vw - 320px) / 1600));
  padding-bottom: calc(10px + 80 * ((100vw - 320px) / 1600));
  background-image: url(../img/form-bg.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.form-inner .title {
  margin-bottom: calc(15px + 25 * ((100vw - 320px) / 1600));
  padding-bottom: calc(10px + 20 * ((100vw - 320px) / 1600));
}
.form-inner .title.down::before {
  width: calc(150px + 150 * ((100vw - 320px) / 1600));
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form-inner .row {
  margin-right: -5px;
  margin-left: -5px;
}
.form-inner .row > [class*="col"] {
  padding: 0 5px;
  margin-bottom: 10px;
}
.form-inner .row > [class*="col"]:last-child {
  margin-bottom: 0;
}
.form-inner .btn {
  margin-top: 20px;
}
.form-inner.type2 {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.form-inner.type3 {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-left: calc(10px + 190 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 190 * ((100vw - 320px) / 1600));
}
.form-inner.type3 textarea.input {
  height: 180px;
}
.form-inner.type3 .row > [class*="col"]:last-child {
  margin-bottom: 20px;
}
.form-inner.type3 .btn {
  margin-top: 0;
}
.form-inner.type3 .show-inputs {
  display: none;
}
.form-inner.type3 .title {
  margin-bottom: 0;
}
.form-inner.type3 .title.down::before {
  width: 0;
}
.form-inner.type3.active .title {
  margin-bottom: calc(15px + 25 * ((100vw - 320px) / 1600));
}
.form-inner.type3.active .title.down::before {
  width: calc(150px + 150 * ((100vw - 320px) / 1600));
}
.swiper-entry,
.swiper-control-wrapper {
  position: relative;
}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}
.swiper-slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  margin-top: 0;
  top: 50%;
  left: -80px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 50px;
  width: 50px;
  background: transparent;
  z-index: 2;
  outline: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-next {
  left: auto;
  right: -80px;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  position: absolute;
  left: 56%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #343434;
  border-bottom: 2px solid #343434;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.swiper-button-next:before {
  left: 44%;
  border-left: none;
  border-right: 2px solid #343434;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  bottom: calc(10px + 40 * ((100vw - 320px) / 1600));
}
.swiper-pagination {
  line-height: 0;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: calc(10px + 30 * ((100vw - 320px) / 1600));
  bottom: 0;
}
.swiper-pagination.swiper-pagination-relative
  .swiper-pagination-bullet::before {
  background: #bfc7cd;
}
.swiper-pagination.swiper-pagination-relative .swiper-pagination-bullet::after {
  border: 1px solid #bfc7cd;
}
.swiper-pagination.swiper-pagination-relative
  .swiper-pagination-bullet-active::before {
  background: #70b942;
}
.swiper-pagination.swiper-pagination-relative
  .swiper-pagination-bullet-active::after {
  border-color: #70b942;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
  background: transparent;
  position: relative;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet-active::before {
  background: #70b942;
}
.swiper-pagination-bullet-active::after {
  border-color: #70b942;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: calc(3px + 7 * ((100vw - 320px) / 1600));
  margin-right: calc(3px + 7 * ((100vw - 320px) / 1600));
}
@media (min-width: 1200px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border: 1px solid #70b942;
  }
  .swiper-button-prev:hover:before,
  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before,
  .swiper-button-next:hover:before {
    border-left: 2px solid #70b942;
    border-bottom: 2px solid #70b942;
  }
  .swiper-button-next:hover:before {
    border-left: none;
    border-right: 2px solid #70b942;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.popup-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.popup-wrapper.active {
  left: 0;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.6);
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
}
.popup-wrapper.active .bg-layer {
  opacity: 1;
}
.popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  letter-spacing: 0;
}
.popup-content.active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}
.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  background: #fff;
  max-width: 1096px;
  border-radius: 10px;
  z-index: 1;
}
.popup-container .btn-close {
  top: 20px;
  right: 20px;
}
.popup-container .form-inner form {
  margin: 0 auto;
  max-width: 674px;
}
.popup-align {
  overflow: hidden;
  position: relative;
  padding: 100px 160px;
}
.popup-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: -20px;
}
.popup-links a {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 25px 40px 21px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup-links a b {
  color: inherit;
}
.popup-links a:last-child {
  margin-right: 0;
}
.popup-links a.active {
  color: #fff !important;
  border: none !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#70b942),
    color-stop(55.46%, #7bc449),
    color-stop(103.11%, #95ce5e)
  ) !important;
  background: -o-linear-gradient(
    left,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  ) !important;
  background: linear-gradient(
    90deg,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  ) !important;
}
@media (min-width: 1200px) {
  .popup-links a:hover {
    color: #70b942;
    border: 1px solid #70b942;
  }
}
@media (max-width: 1500px) {
  .popup-container {
    max-width: 796px;
  }
  .popup-container .btn-close {
    top: 20px;
    right: 20px;
  }
  .popup-container .form-inner form {
    margin: 0 auto;
    max-width: 674px;
  }
}
@media (max-width: 767px) {
  .popup-align {
    padding: 50px 15px 30px;
  }
  .popup-container .btn-close {
    top: 12px;
    right: 12px;
  }
  .popup-container .form-inner form {
    margin: 0 auto;
    max-width: 674px;
  }
  .popup-links {
    display: block;
    margin-bottom: -10px;
  }
  .popup-links a {
    display: block;
    font-size: 12px;
    padding: 20px 40px 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.video-popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  letter-spacing: 0;
}
.video-popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.video-popup-overlay {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.video-popup.active .video-popup-overlay {
  opacity: 0.8;
}
.video-popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}
.video-popup.active .video-popup-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out, left 0s 0s,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s,
    -webkit-transform 0.3s ease-out;
  position: relative;
}
.video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #454545;
  vertical-align: middle;
  max-width: 1200px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  max-height: 94vh;
}
.video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
  background: rgba(0, 0, 0, 0.8);
}
.video-popup-align {
  overflow: hidden;
  max-height: 100vh;
}
.video-popup .embed-responsive-16by9 {
  padding-bottom: 56.3%;
}
.video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-popup-container .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.video-popup-container .btn-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1px;
  top: 13px;
}
.video-popup-container .btn-close::before {
  left: 1px;
  top: 13px;
}
@media (min-width: 1200px) {
  .video-popup-container .btn-close:hover {
    background: #70b942;
  }
  .video-popup-container .btn-close:after,
  .video-popup-container .btn-close:before {
    background: #fff;
  }
}
.simple-page {
  position: relative;
}
.simple-page > * {
  margin-bottom: calc(15px + 10 * ((100vw - 320px) / 1600));
}
.simple-page > *:last-child {
  margin-bottom: 0;
}
.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
  color: #202020;
  font-weight: bold;
  margin-bottom: calc(0px + 5 * ((100vw - 320px) / 1600));
}
.simple-page p {
  position: relative;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.65em;
  font-weight: 500;
  color: #4f4f4f;
}
.simple-page b {
  color: inherit;
}
.simple-page a {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  font-weight: bold;
  color: #70b942;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.simple-page a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  background: #70b942;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.simple-page ul li,
.simple-page ol li {
  position: relative;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  padding-left: calc(10px + 10 * ((100vw - 320px) / 1600));
  line-height: 1.65em;
  font-weight: 500;
  color: #4f4f4f;
}
.simple-page ul li + li,
.simple-page ol li + li {
  margin-top: calc(4px + 6 * ((100vw - 320px) / 1600));
}
.simple-page ul li:last-child,
.simple-page ol li:last-child {
  margin-bottom: 0;
}
.simple-page ul li::before {
  content: "";
  position: absolute;
  margin-top: calc(7px + 4 * ((100vw - 320px) / 1600));
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #70b942;
}
.simple-page ol {
  counter-reset: number;
}
.simple-page ol li {
  padding-left: 0;
}
.simple-page ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.65em;
  color: #70b942;
  font-weight: bold;
  margin-right: calc(4px + 6 * ((100vw - 320px) / 1600));
}
.simple-page > .simple-slider,
.simple-page > blockquote,
.simple-page > iframe,
.simple-page > img {
  position: relative;
  display: block;
  width: 100%;
  margin-top: calc(20px + 30 * ((100vw - 320px) / 1600));
  margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.simple-page > blockquote {
  position: relative;
  color: #202020;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  padding-top: calc(15px + 35 * ((100vw - 320px) / 1600));
  padding-right: calc(15px + 155 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 25 * ((100vw - 320px) / 1600));
  padding-left: calc(15px + 155 * ((100vw - 320px) / 1600));
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  text-align: center;
  background: #f8f8f8;
}
.simple-page > blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#70b942),
    color-stop(55.46%, #7bc449),
    color-stop(103.11%, #95ce5e)
  );
  background: -o-linear-gradient(
    left,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  background: linear-gradient(
    90deg,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
}
.simple-page > blockquote::before {
  content: "";
  position: absolute;
  width: calc(12px + 6 * ((100vw - 320px) / 1600));
  height: calc(12px + 6 * ((100vw - 320px) / 1600));
  left: calc(8px + 112 * ((100vw - 320px) / 1600));
  top: calc(8px + 22 * ((100vw - 320px) / 1600));
  background-image: url(../img/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.simple-page > iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 620px;
  max-height: calc(56.3vw - 30px);
  border: 0;
}
.simple-page > img {
  height: auto;
}
.simple-slider .swiper-slide {
  width: 1000%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.simple-slider .slide-img {
  position: relative;
}
.simple-slider .slide-img::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(68.26%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 68.26%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 68.26%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.simple-slider .slide-img img {
  width: 100%;
  height: 100%;
}
.simple-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-blocks .left {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 60%;
}
.simple-blocks .right {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 40%;
  padding-bottom: 50%;
}
.simple-blocks .right img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 320px;
}
@media (min-width: 1200px) {
  .simple-page a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
  }
  .simple-page a.lightbox:hover:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .simple-blocks {
    display: block;
  }
  .simple-blocks .left {
    width: 100%;
  }
  .simple-blocks .right {
    width: 100%;
    margin-top: calc(15px + 5 * ((100vw - 320px) / 1600));
    padding: 20px;
    text-align: center;
  }
  .simple-blocks .right img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .item-animation .animate-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s, visibility 1s;
    -o-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .item-animation .animate-item.to-right {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: opacity 0.5s, visibility 0.5s,
      -webkit-transform 0.8s ease-out;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.8s ease-out;
    -o-transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out,
      -webkit-transform 0.8s ease-out;
  }
  .item-animation .animate-item.to-left {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity 0.5s, visibility 0.5s,
      -webkit-transform 0.8s ease-out;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.8s ease-out;
    -o-transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out,
      -webkit-transform 0.8s ease-out;
  }
  .item-animation .animate-item.to-up {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 0.5s, visibility 0.5s,
      -webkit-transform 0.6s ease-out;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.6s ease-out;
    -o-transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out,
      -webkit-transform 0.6s ease-out;
  }
  .item-animation .animate-item.to-down {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 0.5s, visibility 0.5s,
      -webkit-transform 0.6s ease-out;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.6s ease-out;
    -o-transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out;
    transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out,
      -webkit-transform 0.6s ease-out;
  }
  .item-animation .animate-item.img-to-down {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: -webkit-clip-path 0.8s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .item-animation .animate-item.img-to-up {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 0.8s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .item-animation .animate-item.img-to-left {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: -webkit-clip-path 0.8s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .item-animation .animate-item.img-to-right {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 0.8s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .site-ready .item-animation .animate-item.animated {
    opacity: 1;
    visibility: visible;
  }
  .site-ready .item-animation .animate-item.to-right.animated {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .site-ready .item-animation .animate-item.to-left.animated {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .site-ready .item-animation .animate-item.to-up.animated {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .site-ready .item-animation .animate-item.to-down.animated {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .site-ready .item-animation .animate-item.img-to-left.animated {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  .site-ready .item-animation .animate-item.img-to-up.animated {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  .site-ready .item-animation .animate-item.img-to-down.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .site-ready .item-animation .animate-item.img-to-right.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .site-ready .item-animation .animate-item.anime-1 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .site-ready .item-animation .animate-item.anime-2 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .site-ready .item-animation .animate-item.anime-3 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .site-ready .item-animation .animate-item.anime-4 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .site-ready .item-animation .animate-item.anime-5 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .site-ready .item-animation .animate-item.anime-6 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .site-ready .item-animation .animate-item.anime-7 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .site-ready .item-animation .animate-item.anime-8 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
}
/* 
.breadcrumbs-inner .container {
  max-width: 1830px;
}
.breadcrumbs-inner .row {
  position: relative;
}
.breadcrumbs-inner .breadcrumbs {
  position: absolute;
  left: 15px;
  z-index: 5;
  top: calc(5px + 20 * ((100vw - 320px) / 1600));
}
.breadcrumbs {
  font-size: 12px;
  line-height: 1em;
  color: #202020;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.breadcrumbs li::before {
  content: "/";
  position: relative;
  color: #202020;
  margin: 0 10px;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs.light {
  color: #fff;
}
.breadcrumbs.light li::before {
  color: #fff;
}
@media (min-width: 1200px) {
  .breadcrumbs li a:hover {
    color: #70b942;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs-inner .breadcrumbs,
  .breadcrumbs {
    display: none;
  }
} */
.pagination {
  text-align: center;
  display: block;
  position: relative;
}
.pagination ul {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.pagination li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(5px + 15 * ((100vw - 320px) / 1600));
}
.pagination li a {
  display: inline-block;
  vertical-align: top;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 4px;
  height: 40px;
  width: 40px;
  border: 1px solid transparent;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pagination li.dott {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 4px;
  height: 40px;
  width: 40px;
  pointer-events: none;
}
.pagination li.active a {
  color: #fff;
  background: #70b942;
}
.pagination li.pag-arrow a {
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.pagination li.pag-arrow a:before {
  content: "";
  position: absolute;
  left: auto;
  right: 21px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #343434;
  border-bottom: 2px solid #343434;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pagination li.pag-arrow.arr-left {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .pagination a:hover {
    border: 1px solid #70b942;
    color: #70b942;
  }
  .pagination .pag-arrow a:hover {
    border: 1px solid #70b942;
  }
  .pagination .pag-arrow a:hover:before {
    border-color: #70b942;
  }
}
@media (max-width: 767px) {
  .pagination li {
    margin-right: 2px;
  }
  .pagination li a {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
  .pagination li.dott {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
  .pagination li.pag-arrow a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  .pagination li.pag-arrow a:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 11px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #343434;
    border-bottom: 1px solid #343434;
  }
}
.clinics-inner {
  margin-bottom: -30px;
}
.clinic-item {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 210px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #202020;
  margin-bottom: 30px;
}
.clinic-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out, opacity 0.4s;
  -o-transition: all 0.6s ease-in-out, opacity 0.4s;
  transition: all 0.6s ease-in-out, opacity 0.4s;
  z-index: 1;
  opacity: 1;
}
.clinic-city {
  position: relative;
  z-index: 1;
  color: #202020;
  font-weight: bold;
}
.clinic-address {
  position: relative;
  z-index: 1;
  color: #4f4f4f;
  font-weight: 500;
}
.clinic-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 11px;
}
.clinic-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.clinic-slide {
  display: none;
}
@media (min-width: 1200px) {
  .clinic-item:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0);
    color: #fff;
  }
  .clinic-item:hover .clinic-city {
    color: #fff;
  }
  .clinic-item:hover .clinic-address {
    color: rgba(255, 255, 255, 0.9);
  }
  .clinic-item:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    -ms-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .clinics-inner {
    display: none;
  }
  .clinic-slide {
    display: block;
  }
  .clinic-item {
    height: calc(190px + 20 * ((100vw - 320px) / 1600));
    margin-bottom: 0;
  }
  .clinic-item::before {
    display: none;
  }
  .clinic-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .clinic-city {
    color: #fff;
  }
  .clinic-address {
    color: rgba(255, 255, 255, 0.9);
  }
}
.advantages {
  position: relative;
}
.advantages .move-img {
  position: absolute;
  right: calc(0px + -30 * ((100vw - 320px) / 1600));
  top: calc(0px + -60 * ((100vw - 320px) / 1600));
  z-index: -1;
}
.advantages .row {
  position: relative;
}
.advantages-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.advantages-img::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.advantages-img .decor-block {
  position: absolute;
  left: calc(0px + -50 * ((100vw - 320px) / 1600));
  bottom: calc(0px + -50 * ((100vw - 320px) / 1600));
  background: #f3faff;
  border-radius: 10px;
  width: 430px;
  height: 362px;
  z-index: -1;
}
.advantages-call {
  max-width: 670px;
  position: absolute;
  top: calc(20px + 80 * ((100vw - 320px) / 1600));
  left: calc(20px + 135 * ((100vw - 320px) / 1600));
}
.advantages-call .btn {
  margin-top: calc(10px + 25 * ((100vw - 320px) / 1600));
}
.advantages-info-absolute {
  position: absolute;
  right: calc(0px + -80 * ((100vw - 320px) / 1600));
  top: calc(0px + 120 * ((100vw - 320px) / 1600));
}
.advantages-info {
  padding-top: calc(20px + 55 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 90 * ((100vw - 320px) / 1600));
  padding-bottom: calc(20px + 100 * ((100vw - 320px) / 1600));
  padding-left: calc(10px + 90 * ((100vw - 320px) / 1600));
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.advantages-info h2 {
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
    line-height: 1.4em;
}
.advantages-info .text {
  margin-top: calc(10px + 30 * ((100vw - 320px) / 1600));
}
.advantages-info .text ol li {
  padding-left: calc(35px + 27 * ((100vw - 320px) / 1600));
}
.advantages-info .text ol li + li {
  margin-top: calc(10px + 30 * ((100vw - 320px) / 1600));
}
.advantages-info .text ol li::before {
  position: absolute;
  left: 0;
  top: -6px;
  top: calc(-2px + -4 * ((100vw - 320px) / 1600));
  width: calc(28px + 12 * ((100vw - 320px) / 1600));
  height: calc(28px + 12 * ((100vw - 320px) / 1600));
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.07);
  content: counter(number) "";
  line-height: calc(28px + 12 * ((100vw - 320px) / 1600));
  text-align: center;
  color: #70b942;
  margin-right: 0;
}
@media (max-width: 1320px) {
  .advantages-call {
    max-width: 540px;
  }
}
@media (max-width: 1200px) {
  .advantages .move-img {
    display: none;
  }
  .advantages-info {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .advantages-img {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
  }
  .advantages-img .decor-block {
    display: none;
  }
  .advantages-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .advantages-info-absolute {
    position: relative;
    right: 0;
    top: 0;
  }
  .advantages-call {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    padding: calc(20px + 80 * ((100vw - 320px) / 1600));
  }
  .advantages-call .btn {
    margin-top: calc(10px + 25 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 575px) {
  .advantages-call .btn .btn {
    padding: 18px 15px 16px;
  }
  .advantages-call .btn img {
    display: none;
  }
}
.disease-inner {
  margin-bottom: -30px;
}
.disease-inner > [class*="col"] {
  margin-bottom: 30px;
}
.disease-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  width: 100%;
  padding: calc(20px + 10 * ((100vw - 320px) / 1600));
  height: calc(180px + 70 * ((100vw - 320px) / 1600));
  overflow: hidden;
}
.disease-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.disease-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.name {
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: bold;
}
.link {
  position: relative;
  color: #fff;
  max-width: 100%;
  z-index: 3;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: bold;
  padding-right: 15px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#70b942),
    color-stop(55.46%, #7bc449),
    color-stop(103.11%, #95ce5e)
  );
  background: -o-linear-gradient(
    left,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  background: linear-gradient(
    90deg,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.hover-img img {
  display: inline-block;
  height: 154px;
  width: 93px;
  position: absolute;
  right: 0 !important;
  left: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1200px) {
  .disease-item:hover .hover-img {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .link {
    font-size: 10px;
    padding-right: 10px;
  }
  .link::after {
    width: 5px;
    height: 5px;
  }
}
.reviews-inner {
  margin-bottom: -30px;
}
.reviews-inner > [class*="col"] {
  margin-bottom: 30px;
}
.review-list {
  text-align: center;
  margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
}
.review-list .btn,
.review-list a {
  margin-right: 20px;
}
.review-list .btn:last-child,
.review-list a:last-child {
  margin: 0;
}
.review-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: calc(20px + 10 * ((100vw - 320px) / 1600));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-item * {
  margin-bottom: calc(2px + 8 * ((100vw - 320px) / 1600));
}
.review-item:last-child {
  margin-bottom: 0;
}
.review-item .name {
  position: relative;
  z-index: 3;
  color: #202020;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.review-item .text {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 1.6em;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}
.review-item .date {
  position: relative;
  z-index: 3;
  color: #202020;
  font-weight: bold;
  font-size: 13px;
  margin-top: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0 !important;
}
.review-item .date svg {
  width: 16px;
  height: 16px;
  fill: #70b942;
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.review-item .date b {
  color: #202020;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.review-item .hover-img img {
  top: auto;
  bottom: -80px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.review-item.video {
  display: block;
  padding: 0;
}
.review-item.video * {
  margin-bottom: 0;
}
.review-item.video .review-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 670px;
}
.review-item.video .review-img img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.review-item.video .review-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.review-item.video .review-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: calc(20px + 10 * ((100vw - 320px) / 1600));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-item.video .review-info .name {
  color: #fff;
}
.review-item.video .review-info .date svg {
  fill: #fff;
}
.review-item.video .review-info .date b {
  color: #fff;
}
.review-item.video .play-btn {
  width: calc(34px + 26 * ((100vw - 320px) / 1600));
  height: calc(34px + 26 * ((100vw - 320px) / 1600));
}
.review-item.video .play-btn svg {
  width: calc(10px + 5 * ((100vw - 320px) / 1600));
  height: calc(14px + 4 * ((100vw - 320px) / 1600));
}
@media (min-width: 1200px) {
  .review-item:hover .hover-img {
    opacity: 1;
    visibility: visible;
  }
  .review-item:hover .name,
  .review-item:hover .text,
  .review-item:hover .date b {
    color: #fff;
  }
  .review-item:hover .date svg {
    fill: #fff;
  }
  .review-item.video:hover .review-img img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .review-item.video:hover .play-btn.btn:before {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#95ce5e),
      color-stop(55.46%, #7bc449),
      color-stop(103.11%, #70b942)
    );
    background: -o-linear-gradient(
      left,
      #95ce5e 0%,
      #7bc449 55.46%,
      #70b942 103.11%
    );
    background: linear-gradient(
      90deg,
      #95ce5e 0%,
      #7bc449 55.46%,
      #70b942 103.11%
    );
    opacity: 1;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .review-list .btn,
  .review-list a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .review-list .btn:last-child,
  .review-list a:last-child {
    margin: 0;
  }
}
.team-inner {
  margin-bottom: calc(-30px + -30 * ((100vw - 320px) / 1600));
}
.team-inner > [class*="col"] {
  margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1600));
}
.team-item {
  display: block;
}
.team-photo {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: calc(200px + 100 * ((100vw - 320px) / 1600));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-photo .decor-img {
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 0;
  width: calc(160px + 60 * ((100vw - 320px) / 1600));
}
.team-photo img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-info {
  position: relative;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.04);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  text-align: center;
  padding: 25px 10px;
}
.team-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 4px;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#70b942),
    color-stop(55.46%, #7bc449),
    color-stop(103.11%, #95ce5e)
  );
  background: -o-linear-gradient(
    left,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  background: linear-gradient(
    90deg,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  border-radius: 10px;
}
.team-info * {
  margin-bottom: calc(2px + 8 * ((100vw - 320px) / 1600));
}
.team-info *:last-child {
  margin-bottom: 0;
}
.team-info .name {
  color: #202020;
}
.team-info .descr {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}
@media (min-width: 1200px) {
  .team-item:hover .team-photo img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .team-item:hover .team-photo .decor-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .team-info {
    padding: 15px 5px;
  }
}
.card {
  margin-top: -100%;
  margin-top: calc(-30px + -260 * ((100vw - 320px) / 1600));
  margin-bottom: calc(30px + 40 * ((100vw - 320px) / 1600));
}
.card-inner {
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-top: calc(30px + 40 * ((100vw - 320px) / 1600));
  padding-right: calc(15px + 125 * ((100vw - 320px) / 1600));
  padding-bottom: calc(30px + 60 * ((100vw - 320px) / 1600));
  padding-left: calc(15px + 125 * ((100vw - 320px) / 1600));
}
.card-inner .name {
  color: #202020;
  font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card-inner .info {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card-inner .info b {
  color: #70b942;
}
.card-inner .decor-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(84px + 34 * ((100vw - 320px) / 1600));
}
@media (max-width: 767px) {
  .card-inner .name {
    padding-bottom: 10px;
  }
  .card-inner .info {
    padding: 10px 0;
  }
}
.achievement {
  padding-top: calc(26px + 12 * ((100vw - 320px) / 1600));
  margin-bottom: calc(-56px + -12 * ((100vw - 320px) / 1600));
}
.achievement > [class*="col"] {
  margin-bottom: calc(56px + 12 * ((100vw - 320px) / 1600));
}
.achievement-item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: calc(15px + 13 * ((100vw - 320px) / 1600));
  padding-top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.achievement-item .title {
  color: #202020;
  margin-bottom: calc(5px + 10 * ((100vw - 320px) / 1600));
}
.achievement-item .text {
  color: #4f4f4f;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.6em;
}
.achievement-item .text b {
  color: #70b942;
}
.achiev-img {
  position: relative;
  margin: 0 auto;
  margin-top: calc(-26px + -12 * ((100vw - 320px) / 1600));
  margin-bottom: calc(10px + 15 * ((100vw - 320px) / 1600));
  width: calc(52px + 24 * ((100vw - 320px) / 1600));
  height: calc(52px + 24 * ((100vw - 320px) / 1600));
  border-radius: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#70b942),
    color-stop(55.46%, #7bc449),
    color-stop(103.11%, #95ce5e)
  );
  background: -o-linear-gradient(
    left,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  background: linear-gradient(
    90deg,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
}
.achiev-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(22px + 14 * ((100vw - 320px) / 1600));
}
.certificate-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: calc(100% - 10px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}
.certificate-item .certificate-img {
  margin: 20px 30px;
}
@media (max-width: 767px) {
  .certificate-item .certificate-img {
    margin: 20px 15px;
  }
}
.contact-home {
  position: relative;
  overflow: hidden;
  padding-top: calc(50px + 80 * ((100vw - 320px) / 1600));
  padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1600));
}
.contact-home .opacity::before {
  background: rgba(0, 0, 0, 0.65);
}
.contacts-inner .title {
  margin-bottom: calc(5px + 10 * ((100vw - 320px) / 1600));
}
.contacts-inner .text {
  margin-bottom: calc(10px + 15 * ((100vw - 320px) / 1600));
}
.contacts-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: calc(10px + 20 * ((100vw - 320px) / 1600));
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  font-weight: bold;
}
.contacts-info li:last-child {
  margin-bottom: 0;
}
.contacts-info .image {
  position: relative;
  width: calc(28px + 20 * ((100vw - 320px) / 1600));
  height: calc(28px + 20 * ((100vw - 320px) / 1600));
  margin-right: calc(5px + 15 * ((100vw - 320px) / 1600));
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#70b942),
    color-stop(55.46%, #7bc449),
    color-stop(103.11%, #95ce5e)
  );
  background: -o-linear-gradient(
    left,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
  background: linear-gradient(
    90deg,
    #70b942 0%,
    #7bc449 55.46%,
    #95ce5e 103.11%
  );
}
.contacts-info .image img {
  width: calc(12px + 8 * ((100vw - 320px) / 1600));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contacts-inner.type2 {
  position: relative;
  z-index: 1;
  padding-top: calc(15px + 55 * ((100vw - 320px) / 1600));
  padding-right: calc(15px + 125 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 75 * ((100vw - 320px) / 1600));
  padding-left: calc(15px + 125 * ((100vw - 320px) / 1600));
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.contacts-inner.type2 .contacts-info li {
  color: #4f4f4f;
}
@media (min-width: 1200px) {
  .contacts-info li a:hover {
    color: #70b942;
  }
}
@media (max-width: 991px) {
  .contact-home .form-inner {
    margin-top: 40px;
  }
}
.map-inner {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 57%;
  z-index: 0;
}
.map {
  width: 100%;
  height: 100%;
}
.infoBox {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
}
.infoBox::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.infoBox img {
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .map-inner {
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 320px;
    max-height: calc(56.3vw - 30px);
  }
}
.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 100px);
}
.page-404-inner {
  width: 100%;
}
.page-404-inner .text {
  margin-top: calc(0px + 20 * ((100vw - 320px) / 1600));
}
.page-404-inner .btn {
  margin-top: calc(5px + 25 * ((100vw - 320px) / 1600));
}
@media (max-width: 1500px) {
  .page-404 {
    min-height: calc(100vh - 8px);
  }
}
@media (max-width: 1199px) {
  .page-404 {
    min-height: calc(100vh - 60px);
  }
  .page-404-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .page-404-img img {
    display: inline-block;
  }
  .page-404-inner {
    text-align: center;
  }
}
.lightbox:first-child {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.sl-overlay {
  background: #fff;
  opacity: 1;
}
.sl-wrapper .sl-counter {
  font-size: 0;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 100px !important;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 100px !important;
}
@media (max-width: 767px) {
  .sl-wrapper .sl-navigation button {
    display: none;
  }
  .sl-wrapper .sl-counter {
    font-size: 14px;
    top: 20px;
    left: 20px;
    color: #202020;
    font-weight: 500;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .banner-content .num-block {
    right: 0;
  }
}