@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
h1 {
  font-weight: 700;
  font-size: 33px;
  text-align: center;
}

h2 {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

h2.big-subtitle {
  padding-bottom: 10px;
  position: relative;
}

h2.big-subtitle:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  background: #3d9c64;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

h3 {
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  font-weight: 700;
}

h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}

.microtext {
  font-size: 12px;
  color: #74819c;
}

.subtext {
  font-size: 16px !important;
  line-height: 23px;
  color: #74819c;
}

.subtext0 {
  font-size: 14px;
}

.subtext1 {
  font-size: 16px;
}

.subtext1--AB {
  font-size: 16px;
}

.subtext2 {
  font-size: 18px;
  line-height: 23px;
}

.subtext3 {
  font-size: 20px;
  color: #74819c;
}

.subtext4 {
  font-size: 20px;
  font-weight: bold;
  color: #434b5a;
}

.subtext5 {
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  color: black;
  font-size: 18px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans";
}

section {
  padding: 100px 0;
}

a {
  text-decoration: none;
  color: #3d9c64;
}

a:hover {
  color: #3d9c64;
}

a.secondary-link {
  color: rgba(116, 129, 156, 0.5);
  font-size: 16px;
}

a.secondary-link i {
  padding-right: 5px;
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  content: ">" !important;
  font-weight: 600;
}

.uk-breadcrumb li:nth-last-child(1) a {
  color: black;
}

li.uk-open .fullread-block__button:after {
  content: "v";
}

input:not([type="checkbox"]),
textarea {
  display: block;
  padding: 15px 20px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  resize: none;
}

input:not([type="checkbox"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #848da6;
}

input:not([type="checkbox"])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #848da6;
}

input:not([type="checkbox"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #848da6;
}

input:not([type="checkbox"])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #848da6;
}

input:not([type="checkbox"])::placeholder,
textarea::placeholder {
  color: #848da6;
}

[class*="color--"][class*="primary"] {
  color: #3d9c64 !important;
}

[class*="color--"][class*="red"] {
  color: #c95656;
}

.slick-dots li button {
  width: 6px !important;
  height: 6px !important;
  background: #f0f4fc !important;
  border-radius: 50%;
}

.slick-dots li button:before {
  content: "" !important;
}

.slick-dots li.slick-active button {
  width: 6px;
  height: 6px;
  background: #3d9c64 !important;
  border-radius: 50%;
}

.accordion-inner__title {
  background: #f8fafe;
  padding: 10px 25px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-inner__title .uk-text-bold {
  width: 40%;
}

.accordion-inner__content {
  padding: 10px 25px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 20px 25px;
  background-color: #f8fafe;
  border-radius: 5px;
  color: #788ab0;
  font-size: 18px;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 3px solid #b7b7b7;
  border-bottom: 3px solid #b7b7b7;
  -webkit-transform: translateX(-100%) translateY(-50%) rotateZ(45deg);
  -ms-transform: translateX(-100%) translateY(-50%) rotate(45deg);
  transform: translateX(-100%) translateY(-50%) rotateZ(45deg);
  right: 25px;
  width: 10px;
  height: 10px;
}

a.btn {
  text-decoration: none;
}

.btn {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.btn.btn-primary {
  color: #fff;
  background-color: #3d9c64;
}

.btn.btn-primary:hover {
  -webkit-filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
  filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
}

.btn.btn-secondary {
  color: #788ab0;
  background-color: #f0f4fc;
  font-weight: normal;
}

.btn.btn-orange {
  background-color: #f7ae57;
  color: white;
}

.btn.btn-sharp {
  border-radius: 0 !important;
}

.btn.btn-show-more {
  display: inline-block;
  width: auto;
  padding: 0;
  background: none;
  margin-bottom: 30px;
}

.feedback {
  padding: 75px 0;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.feedback .map {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.feedback .map img {
  height: 100%;
}

.feedback .feedback-forms {
  position: absolute;
  width: 1400px;
  left: 50%;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feedback .content {
  position: relative;
}

.feedback .content .form {
  position: relative;
  z-index: 100;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 24px rgba(195, 199, 230, 0.2);
  box-shadow: 0px 4px 24px rgba(195, 199, 230, 0.2);
  background-color: #f8fafe;
  border-radius: 5px;
}

.feedback .content .form input,
.feedback .content .form textarea {
  margin-bottom: 15px;
  resize: vertical;
}

.feedback .content .info {
  position: relative;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(195, 199, 230, 0.2);
  box-shadow: 0px 4px 24px rgba(195, 199, 230, 0.2);
  border-radius: 5px;
  padding: 35px 70px;
  margin-left: -20px;
  margin-top: 70px;
}

.feedback .content .info a {
  display: block;
  color: black;
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration: none;
}

.feedback .content .info .phone a {
  font-weight: bold;
}

.feedback .content .info .divider {
  height: 1px;
  background-color: #d6d6d6;
  margin: 25px 0;
}

.feedback .content .info .text {
  color: black;
  font-size: 18px;
  margin-bottom: 10px;
}

.service-list .service-card {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.service-list .service-card:hover {
  -webkit-box-shadow: 0px 4px 34px rgba(151, 185, 237, 0.4);
  box-shadow: 0px 4px 34px rgba(151, 185, 237, 0.4);
}

.service-list .service-card:hover a.uk-accordion-title {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: white;
}

.service-list .service-card:hover .buttons {
  background: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-list .service-card:hover .grey-ul {
  background-color: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-list .service-card .title {
  font-size: 20px;
  color: black;
  background-color: #f8fafe;
  padding: 15px 0;
  text-align: center;
  line-height: 110%;
  height: 74px;
  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;
}

.service-list .service-card .title span {
  vertical-align: middle;
  font-weight: bold;
}

.service-list .service-card ul {
  margin: 0;
}

.service-list .service-card ul li.uk-open a.uk-accordion-title::before {
  -webkit-transform: rotateZ(225deg);
  -ms-transform: rotate(225deg);
  transform: rotateZ(225deg);
}

.service-list .service-card ul li a.uk-accordion-title {
  font-weight: bold;
  font-size: 16px;
  color: #556076;
  padding: 15px 25px;
  border-bottom: 1px solid #e1ebff;
  background-color: #f8fafe;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-list .service-card ul li a.uk-accordion-title::before {
  content: "";
  background: none;
  width: 6px;
  height: 6px;
  border-right: 3px solid #556076;
  border-bottom: 3px solid #556076;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  margin-top: 6px;
}

.service-list .service-card ul li.uk-open a.uk-accordion-title {
  background: white;
}

.service-list .service-card .grey-ul {
  height: 245px;
  background: #f8fafe;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-list .service-card .buttons {
  padding: 20px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8fafe;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-list .service-card .buttons .btn {
  width: 48%;
}

.SumoSelect {
  width: 100% !important;
  font-size: 16px;
}

.SumoSelect .placeholder {
  font-style: normal !important;
  font-size: 16px !important;
  color: #74819c !important;
}

.SumoSelect .greybg + .CaptionCont {
  background: #f8fafe;
  border-radius: 4px !important;
}

.SumoSelect p {
  margin: 0px !important;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 10px 15px !important;
  margin-bottom: 0;
}

.SumoSelect > .CaptionCont,
.SumoSelect .optWrapper {
  /* padding-left: 20px; */
  border: none !important;
  border-radius: 0 !important;
  line-height: normal;
  min-height: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.SumoSelect > .CaptionCont label,
.SumoSelect .optWrapper label {
  margin: 0 !important;
}

.SumoSelect > .CaptionCont label i,
.SumoSelect .optWrapper label i {
  background-image: none !important;
  border-right: 2px solid #d6dcee;
  border-bottom: 2px solid #d6dcee;
  width: 8px !important;
  height: 8px !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
}

.SumoSelect.open label i {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.SumoSelect.open .optWrapper {
  top: 50px !important;
  border: 1px 0 1px 1px;
  border-style: solid;
  border-color: #f5f5f5;
  box-shadow: 0px 5px 8px 3px rgb(0 0 0 / 0.06) !important;
}

.SumoSelect > .optWrapper > .options li label {
  overflow: visible !important;
  white-space: normal !important;
}

.map-container {
  max-width: 1400px;
  margin: auto;
}
body {
  font-family: "PT Sans", sans-serif;
}

body header {
  padding: 25px 0;
}

body header .uk-container {
  max-width: 1400px;
}

body header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body header .navbar .navbar-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body header .navbar .navbar-links .navbar-link {
  margin-left: 40px;
}

body header .navbar .navbar-links .navbar-link.active a {
  font-weight: bold;
  color: black;
}

body header .navbar .navbar-links .navbar-link:first-child {
  margin-left: 60px;
}

body header .navbar .navbar-links .navbar-link a {
  text-decoration: none;
  color: #535353;
  font-size: 18px;
}

body header .navbar .navbar-links .icons {
  margin-left: auto;
}

body header .navbar .navbar-links .icons img {
  width: 30px;
  height: 30px;
}

body header .navbar .navbar-links .icons a {
  margin-right: 15px;
}

body header .navbar .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body header .navbar .phone .icon {
  width: 30px;
  height: 30px;
  background-color: #f7ae57;
  -webkit-box-shadow: 0px 10px 15px rgba(247, 174, 87, 0.64);
  box-shadow: 0px 10px 15px rgba(247, 174, 87, 0.64);
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

body header .navbar .phone .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body header .navbar .phone a.number {
  color: #40495c;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

body footer {
  background-color: #f8fafe;
  padding-top: 40px;
  padding-bottom: 20px;
}

body footer .uk-container {
  max-width: 1400px;
}

body footer .contacts {
  margin-top: 0 !important;
}

body footer .title,
body footer .title a {
  font-size: 18px;
  font-weight: bold;
  color: #535353;
  text-decoration: none;
  white-space: nowrap;
}

body footer .title {
  margin-bottom: 15px;
}

body footer .link,
body footer .link a {
  font-size: 14px;
  color: #535353;
  text-decoration: none;
}

body footer .link {
  margin-bottom: 5px;
}

body footer .subtitle {
  color: #535353;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

body footer .logo-block a {
  display: block;
}

body footer .logo-block a.logo {
  margin-bottom: 8px;
}

body footer .logo-block a.logo img {
  width: 100%;
}

body footer .logo-block a.privacy {
  font-size: 12px;
  color: #535353;
  text-decoration: underline;
  margin-bottom: 10px;
}

body footer .logo-block a.icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #b5c1d1;
  border-radius: 6px;
  position: relative;
}

body footer .logo-block a.icon:not(:first-child) {
  margin-left: 8px;
}

body footer .logo-block a.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body footer .divider {
  height: 1px;
  background-color: #c9d9f2;
  margin: 30px 0;
}

body footer .bottom {
  font-size: 14px;
  color: #535353;
}

body footer .bottom .right a {
  color: unset;
}

body footer .bottom .right a svg .imp-hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

body footer .bottom .right a:hover svg .imp-hover {
  fill: #ff8603;
}

body .uk-container {
  max-width: 1400px;
}

body .uk-container-small {
  max-width: 1040px;
  margin: auto;
  padding: 0 15px;
}

body .uk-container-xsmall {
  max-width: 830px;
  margin: auto;
}

body main.index .greeting {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px;
}

body main.index .greeting .text {
  padding: 15px 0 0 15px;
  max-width: 100%;
}

body main.index .greeting .text h1 {
  color: #2f8452;
  font-size: 43px;
  font-weight: bold;
}

body main.index .greeting .text p {
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
}

body main.index .greeting .text .btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

body main.index .about {
  background-color: #f8fafe;
  padding-bottom: 60px;
  padding-top: 60px;
}

body main.index .about .text h2 {
  color: #35905b;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}

body main.index .about .text p {
  color: #333;
  font-size: 16px;
  margin: 0;
  max-width: 600px;
  margin: auto;
  line-height: 1.5;
}

body main.index .about .advantages .advantage {
  text-align: center;
}

body main.index .about .advantages .advantage .primary {
  color: #35915b;
  font-size: 16px;
  font-weight: bold;
}

body main.index .about .advantages .advantage .primary .number {
  font-size: 50px;
}

body main.index .about .advantages .advantage .secondary {
  color: #333;
  font-size: 16px;
  padding-top: 15px;
  line-height: 1.5;
}
body main.index .about .advantages .dot {
}
body main.index .about .advantages .dot::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1d9e5b;
  display: block;
  margin-top: 35px;
}

body main.index .services {
  padding: 50px 0;
}

body main.index .services h2 {
  text-align: center;
  margin-bottom: 50px;
}

body main.index .advanced-services {
  padding: 100px 0;
  background-color: #f8fafe;
}

body main.index .advanced-services h2 {
  margin-bottom: 30px;
}

body main.index .subdivisions {
  padding: 80px 0;
}

body main.index .subdivisions p {
  font-size: 18px;
  color: #848da6;
  margin: 20px 0;
}

body main.index .subdivisions .select-wrapper {
  max-width: 480px;
}

body main.index .last-news .slick-dots {
  display: none;
}

body main.index .last-news .btn {
  width: 66%;
}

body main.index .last-news__slider {
  margin-top: 0;
}

body main.index .last-news .news-card {
  background: #f8fafe;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body main.index .last-news .news-card:hover {
  -webkit-box-shadow: 0px 4px 34px rgba(151, 185, 237, 0.2);
  box-shadow: 0px 4px 34px rgba(151, 185, 237, 0.2);
  background: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body main.index .last-news .news-card__content {
  padding: 30px;
}

body main.index .last-news .news-card__content p {
  margin: 4px 0 15px 0;
  font-size: 20px;
}

body main.index .last-news .uk-icon-button {
  width: 56px;
  height: 56px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

body main.index .last-news .uk-icon-button:hover {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #3d9c64;
  color: white;
}

body .about__tabs {
  margin-bottom: 0 !important;
}

body .about__tabs > .slick-dots {
  display: none !important;
}

body .about-content {
  padding: 0 0 100px;
}

body .about-content__video-block > * {
  width: 100%;
  height: 401px;
}

body .about-content__page-nav {
  margin-bottom: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
}

body .about-content__page-nav__item {
  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: 260px;
  background-color: #f8fafe;
  position: relative;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 20px;
}

body .about-content__page-nav__item:before {
  position: absolute;
  left: -1px;
  content: "";
  height: 18px;
  border: 1px solid #cdcdcd;
}

body .about-content__page-nav__item:nth-child(1):before {
  display: none;
}

body .about-content__page-nav__item.active,
body .about-content__page-nav__item:hover {
  background-color: #f8fafe;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #3d9c64;
  transition: 0.3s all ease-in-out;
  font-weight: bold;
}

body .about-us h2 {
  text-align: center;
  margin-bottom: 50px;
}

body .about-us__docs {
  padding: 29px 0 0 20px;
}

body .about-us__docs a {
  text-decoration: underline;
}

body .about-us__docs > * {
  position: relative;
}

body .about-us__docs > *:before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #3d9c64;
  position: absolute;
  content: "\2022";
}

body .about-partners {
  padding-top: 0px;
}

body .about-partners a {
  text-decoration: none;
}

body .about-partners .custom-arrow-next,
body .about-partners .custom-arrow-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: black;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .about-partners .custom-arrow-next:hover,
body .about-partners .custom-arrow-prev:hover {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #3d9c64;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
  filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
  color: white;
}

body .about-partners .custom-arrow-next {
  right: -25px;
}

body .about-partners .custom-arrow-prev {
  z-index: 1000;
  left: -25px;
}

body .about-partners__slider__item {
  height: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body .about-partners__slider__item img {
  margin: auto;
}

body .about-partners ul.slick-dots {
  bottom: -85px;
}

body .about-partners ul.slick-dots li > button {
  width: 12px;
  height: 12px;
  background: #f8fafe;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .about-partners ul.slick-dots li > button:before {
  content: "";
}

body .about-partners ul.slick-dots li > button:hover {
  background: #3d9c64;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
  filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
}

body .about-partners ul.slick-dots li.slick-active > button {
  background: #3d9c64;
}

body .about-leaders-card {
  background: #f8fafe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0 30px;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  min-height: 520px;
}

body .about-leaders-card__name {
  font-size: 24px;
  line-height: 31px;
  padding-top: 14px;
}

body .about-leaders-card__status {
  padding-top: 12px;
  font-size: 20px;
  line-height: 26px;
  color: #74819c;
}

body .about-leaders-card__image > img {
  border-radius: 50%;
  max-width: 200px;
  max-height: 200px;
}

body .about-leaders-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

body .about-leaders-card__buttons a {
  margin-left: 90px;
  font-weight: bold;
  text-decoration: none;
}

body .about-leaders-card__buttons .icon {
  width: 48px;
  height: 48px;
  background: #f8fafe;
  border-radius: 50%;
  color: #74819c;
  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;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .about-leaders-card__buttons .btn {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-left: 0px;
}

body .about-leaders-card:hover {
  -webkit-box-shadow: 0 10px 30px rgba(233, 238, 251, 0.4);
  box-shadow: 0 10px 30px rgba(233, 238, 251, 0.4);
  background: white;
}

body .about-leaders-card:hover .about-leaders-card__buttons .btn {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #3d9c64;
  color: white;
  font-weight: bold;
}

body .about-leaders-card:hover .about-leaders-card__buttons .btn:hover {
  -webkit-filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
  filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
}

body .about-leaders-card:hover .about-leaders-card__buttons .icon {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #f7ae57;
  color: white;
}

body .about-leaders-card:hover .about-leaders-card__buttons .icon:hover {
  -webkit-filter: drop-shadow(0px 4px 30px rgba(247, 174, 87, 0.6));
  filter: drop-shadow(0px 4px 30px rgba(247, 174, 87, 0.6));
}

body .gray-card {
  background: #f8fafe;
  color: black;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .gray-card:hover {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: white;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(195, 199, 230, 0.2));
  filter: drop-shadow(0px 4px 24px rgba(195, 199, 230, 0.2));
}

body .gray-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .gray-card .uk-accordion-title {
  background: white;
  padding: 24px 25px 28px 27px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-left: 1px solid #f8fafe;
  border-right: 1px solid #f8fafe;
}

body .gray-card .uk-accordion-title::before {
  content: "";
  background: none;
  width: 6px;
  height: 6px;
  border-right: 3px solid #556076;
  border-bottom: 3px solid #556076;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  margin-top: 6px;
}

body .gray-card .uk-accordion .uk-open .uk-accordion-title {
  background: #3d9c64;
  color: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .gray-card .uk-accordion .uk-open .uk-accordion-title::before {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  -webkit-transform: rotateZ(225deg);
  -ms-transform: rotate(225deg);
  transform: rotateZ(225deg);
}

body .gray-card .uk-accordion .uk-accordion-content {
  margin: 0px;
  padding: 25px;
  background: white;
  border: 1px solid #f8fafe;
}

body .resume-feedback {
  background: #f8fafe;
}

body .resume-feedback__info {
  padding: 0 80px;
}

body .resume-feedback__img {
  background: url("../img/about/resume-feedback.png");
  background-size: cover;
}

body .resume-feedback * {
  text-align: center;
}

body .toggle-something-button {
  cursor: pointer;
  margin-bottom: 26px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .toggle-something-button > span {
  -webkit-transition: 0.3s border ease-in-out;
  -o-transition: 0.3s border ease-in-out;
  transition: 0.3s border ease-in-out;
}

body .toggle-something-button.active > span {
  -webkit-transition: 0.3s border ease-in-out;
  -o-transition: 0.3s border ease-in-out;
  transition: 0.3s border ease-in-out;
  color: #3d9c64;
  border-bottom: 3px solid #3d9c64;
  text-shadow: 0px 4px 30px rgba(55, 158, 29, 0.6);
  font-weight: bold;
  padding-bottom: 3px;
}

body .toggle-something-item {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .toggle-something-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

body .toggle-something--adaptive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .toggle-something--adaptive .toggle-something-button {
  margin: 0 0 13px 0;
  line-height: 23px;
}

body .wtf {
  padding: 7px 20px;
  background: #f8fafe;
}

body .contacts a {
  color: black;
  text-decoration: none;
}

body .contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .contacts__list h4 {
  padding-right: 60px;
  margin: 0;
}

body .contacts__list span {
  padding: 0 30px;
  border-left: 1px solid #d6dcee;
  font-size: 18px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .contacts__list span i {
  color: #3d9c64;
  padding-right: 15px;
  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;
}

body .contacts__item {
  background: #f8fafe;
  padding: 30px;
  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;
}

body .contacts__item span i {
  color: #3d9c64;
  padding-right: 5px;
}

body .big-file-button {
  position: relative;
  cursor: pointer;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .big-file-button.success .big-orange-icon {
  background: #1d9200;
}
body .big-file-button.success .big-orange-icon .fa-plus:before {
  content: "\f00c";
}

body .big-file-button__microtext {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

body .warning-pop {
  position: relative;
  padding: 15px 15px 15px 50px;
  background: #fff0de;
  font-size: 14px;
}

body .warning-pop::before {
  position: absolute;
  content: "!";
  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: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  background: #f7ae57;
  left: 15px;
  color: white;
  font-weight: bold;
  top: 27%;
}

body .redline {
  padding-left: 30px;
}

body [class*="-background"][class*="gray"] {
  background: #f8fafe;
  padding: 102px 0;
}

body [class*="-background"][class*="white"] {
  background: white;
  padding: 70px;
  border-radius: 4px;
}

body [class*="-background"][class*="light-indigo"] {
  background: #eef2fb;
}

body .card-item {
  background: #f8fafe;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  /* height: 340px; */
  margin: 30px 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .card-item:hover {
  background: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 10px 30px rgba(211, 223, 253, 0.4);
  box-shadow: 0px 10px 30px rgba(211, 223, 253, 0.4);
}

body .card-item__body {
  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;
  padding: 40px;
}

body .card-item__body a {
  text-decoration: underline;
  padding-top: 20px;
}

body .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

body .page-list i {
  font-size: 17px;
}

body .page-list a:not(.active) {
  color: rgba(116, 129, 156, 0.5);
}

body .page-list > a:nth-child(1) {
  padding-right: 20px;
}

body .page-list > a:nth-last-child(1) {
  padding-left: 20px;
}

body .page-list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

body .page-list ul li {
  padding: 0 10px;
}
.fullread-block {
  display: none;
}
.fullread-block.open {
  display: block;
}
body .fullread-block__button:before {
  display: none;
}

body .fullread-block__button:after {
  content: ">";
  padding-left: 10px;
  font-size: 14px !important;
}

body .fullread-block .uk-accordion-content {
  font-size: 16px;
}

body .big-orange-icon {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: #f7ae57;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-right: 10px;
  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;
  color: #fff;
}

body .detailed-article__image {
  margin: auto;
  height: 530px;
  background-size: cover;
  background-position: bottom;
}

body .detailed-article .btn {
  max-height: 50px;
}

body .detailed-article .toggle-something-button:not(.active) {
  color: #74819c;
}

body .grey-ul {
  list-style-type: none;
  padding: 25px;
}

body .grey-ul li {
  position: relative;
  padding-left: 10px;
  margin: 4px 0;
  padding-right: 5px;
}

body .grey-ul li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #74819c;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

body .default-skin .scroll-bar.vertical {
  background-color: #f0f4fc;
}

body .default-skin .scroll-bar.vertical .thumb {
  background-color: #74819c !important;
  border-radius: 4px 4px 0 0 !important;
}

body .file-button {
  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;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .file-button:hover__button {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(247, 174, 87, 0.7);
  box-shadow: 0 0 10px rgba(247, 174, 87, 0.7);
}

body .file-button__button {
  border: none;
  outline: none;
  width: 26px;
  height: 26px;
  background: #f7ae57;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-right: 10px;
  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;
  color: white;
  font-size: 12px;
}

body .buttons-app-container.--gray button {
  background-color: #f0f4fc;
}

body .buttons-app-container button {
  display: block;
  width: 100%;
  padding: 25px;
  font-size: 20px;
  color: #021b38;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

body .buttons-app-container button::after {
  content: "";
  float: right;
  border-top: 3px solid #021b38;
  border-right: 3px solid #021b38;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  width: 10px;
  height: 10px;
  margin-top: 10px;
}

body .buttons-app-container button:hover {
  -webkit-filter: drop-shadow(0px 4px 30px rgba(55, 158, 29, 0.6));
  filter: drop-shadow(0px 4px 30px rgba(55, 158, 29, 0.6));
  background-color: #1d9e5b;
  color: #fff;
  font-weight: bold;
}

body .buttons-app-container button:hover::after {
  border-color: #fff;
}

body .form-block {
  background-color: #f8fafe;
  padding: 60px 45px 70px;
}

body .form-block form button.btn {
  max-width: 280px;
}

body .required-text {
  font-size: 14px;
  color: #55a791;
  margin-bottom: 30px;
}

body .steps-container {
  color: #74819c;
}

body .steps-container__item {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 10px 37px;
  background: #f0f4fc;
  border-radius: 100px;
  font-weight: 600;
  margin: 0 14px;
  position: relative;
}

body .steps-container__item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  left: -20px;
  color: #74819c;
}

body .steps-container__item.active,
body .steps-container__item.finish {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: white;
  background: #f7ae57;
}

body .steps-container__item.active::before,
body .steps-container__item.finish::before {
  color: #3d9c64;
}

body .steps-container__item:nth-child(1) {
  margin-left: 0;
}

body .steps-container__item:nth-child(1):before {
  content: "";
}

body .steps-container--mobile .steps-container__item {
  padding: 5px 20px;
  font-size: 16px;
}

body [class*="adaptive-margin-bottom--"][class*="small"] {
  margin-bottom: 30px;
}

body .table > * {
  padding: 15px 25px;
}

body .table__header {
  background: #f8fafe;
}

body .negative-margin {
  margin-top: -107px !important;
}

body .just-ul li {
  list-style-type: none;
  position: relative;
}

body .just-ul li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3d9c64;
}

body .strike-text {
  position: relative;
}

body .strike-text:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  background: #3d9c64;
  top: 45%;
}

body .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

body .custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

body .custom-checkbox input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

body .custom-checkbox input[type="checkbox"]:checked + label::before {
  background-image: url("../img/checkbox.png");
  background-size: contain;
}

body .custom-checkbox input[type="radio"]:checked + label::before {
  background-image: url("../img/checkbox.png");
  background-size: contain;
}

body .custom-checkbox label {
  display: block;
  max-width: 500px;
  font-size: 14px;
  color: #1a1a1a;
  margin-left: 33px;
  position: relative;
}

body .custom-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -33px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e7ebf3;
  border-radius: 5px;
}

body .custom-checkbox label a {
  color: #3d9c64;
}

body .tooltip {
  position: relative;
}

body .tooltip:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3d9c64;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  position: absolute;
  font-size: 12px;
  padding: 13px;
  width: 220px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  top: -65px;
  right: 0;
  white-space: break-spaces;
}

body .tooltip:hover:after {
  opacity: 1;
}

body .obj-group .SumoSelect {
  display: none;
}

body .form-man-quality {
  display: none;
  margin-top: 40px;
}

body .form-man-quality p {
  display: inline-block;
}

body .form-man-quality input {
  width: 130px;
  display: inline-block;
  margin-left: 30px;
}

.uk-modal-dialog h2 {
  font-size: 30px;
  font-weight: bold;
  color: black;
  margin-bottom: 30px;
}

.uk-modal-container .uk-modal-dialog {
  background-color: #f8fafe;
  padding: 70px;
}

.uk-modal-container .uk-modal-dialog h2 {
  margin: 0;
}

.uk-modal-container .uk-modal-dialog .divider {
  width: 100%;
  height: 1px;
  background: #d6dcee;
  margin: 40px 0 36px;
}

.uk-modal-container .uk-modal-dialog .inputs {
  margin-bottom: 25px;
}

.uk-modal-container .uk-modal-dialog .inputs label {
  display: block;
  margin-bottom: 10px;
}

.uk-modal-container .uk-modal-dialog .inputs .select-wrapper select {
  background-color: #fff;
  padding: 15px 20px;
  font-size: 16px;
}

.uk-modal-container .uk-modal-dialog button.btn {
  max-width: 220px;
}

.biografy-modal .uk-modal-dialog {
  padding: 0px;
}

.biografy-modal .uk-modal-dialog .biografy-modal__top .biografy-modal__top__image {
  background: url("/img/about/leaders/leader.png") center center;
  background-size: cover;
  height: 100%;
}

.biografy-modal .uk-modal-dialog .biografy-modal__top .biografy-modal__top__info {
  padding: 40px 40px 40px;
}

.biografy-modal .uk-modal-dialog .biografy-modal__top .biografy-modal__top__connect p {
  font-weight: bold;
  line-height: 23px;
  color: #3d9c64;
}

.biografy-modal .uk-modal-dialog .biografy-modal__top .biografy-modal__top__connect p span {
  font-weight: normal;
  color: black;
}

.biografy-modal .uk-modal-dialog .biografy-modal__bottom {
  background-color: white;
  padding: 35px;
}

.biografy-modal .uk-modal-dialog .biografy-modal__bottom span,
.biografy-modal .uk-modal-dialog .biografy-modal__bottom p {
  color: black;
}

.biografy-modal .uk-modal-dialog .biografy-modal__bottom span {
  font-weight: bold;
}

.uk-modal-dialog .appoint-modal__info {
  padding-top: 40px;
  margin-top: 32px;
  border-top: 1px solid #d6dcee;
}

.uk-modal-dialog .appoint-modal__info .appoint-modal__info__leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #f8fafe;
  border-radius: 5px;
}

.uk-modal-dialog .appoint-modal__info .appoint-modal__info__leader .appoint-modal__info__leader-img {
  width: 81px;
  height: 55px;
}

.uk-modal-dialog .appoint-modal__info .appoint-modal__info__leader .appoint-modal__info__leader-text {
  padding-left: 12px;
}

.uk-modal-dialog
  .appoint-modal__info
  .appoint-modal__info__leader
  .appoint-modal__info__leader-text
  .appoint-modal__info__leader__name {
  font-size: 16px;
  line-height: 21px;
  padding: 5px 0;
}

.uk-modal-dialog
  .appoint-modal__info
  .appoint-modal__info__leader
  .appoint-modal__info__leader-text
  .appoint-modal__info__leader__status {
  font-size: 12px;
  line-height: 16px;
  color: #74819c;
}

.uk-modal-dialog .appoint-modal__info .appoint-modal__info__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
}

.uk-modal-dialog .appoint-modal__info .appoint-modal__info__phone a i {
  padding-right: 13px;
}

.small-window__modal .uk-modal-dialog {
  width: 710px !important;
}

.docs-block {
  padding: 30px;
}

#deal-status-modal .uk-modal-dialog,
#online-payment-modal .uk-modal-dialog {
  background-color: #f8fafe;
  padding: 60px 45px 70px;
}

#deal-status-modal .uk-modal-dialog form,
#online-payment-modal .uk-modal-dialog form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#deal-status-modal .uk-modal-dialog form button.btn,
#online-payment-modal .uk-modal-dialog form button.btn {
  max-width: 220px;
  margin-left: 20px;
}

#success-modal .uk-modal-dialog {
  padding: 70px 0;
  text-align: center;
}

#success-modal .uk-modal-dialog h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

#success-modal .uk-modal-dialog p {
  margin: auto;
  margin-bottom: 40px;
}

#success-modal .uk-modal-dialog button.btn {
  max-width: 220px;
  margin: auto;
}

#success-modal2 .uk-modal-dialog {
  padding: 70px 0;
  text-align: center;
}

#success-modal2 .uk-modal-dialog h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

#success-modal2 .uk-modal-dialog p {
  margin: auto;
  margin-bottom: 40px;
}

#success-modal2 .uk-modal-dialog button.btn {
  max-width: 220px;
  margin: auto;
}

@media (min-width: 961px) {
  body header .navbar .navbar-brand img {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  body .card-item > * {
    width: 50%;
  }
}

@media (min-width: 1350px) {
  .doc_delivery_mobile {
    display: none !important;
  }
}

@media (max-width: 1350px) {
  .doc_delivery {
    display: none !important;
  }
}

.doc_delivery_btn_wrap {
  padding: 10px 30px;
  text-align: center;
}

.doc_delivery_mobile {
  display: inline-block;
  box-sizing: border-box;
  max-width: 300px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 28px;
    text-align: left;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
    line-height: 23px;
  }

  h4 {
    font-size: 20px;
  }

  .subtext {
    font-size: 14px !important;
  }

  .subtext1 {
    font-size: 14px !important;
    line-height: 23px;
  }

  a.secondary-link {
    font-size: 14px;
  }

  a.secondary-link i {
    font-size: 12px;
  }

  #map2 {
    height: 400px !important;
  }

  .accordion-inner__title {
    padding: 10px 15px;
  }

  .accordion-inner__title .uk-text-bold {
    width: 50%;
  }

  .feedback .feedback-forms {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: 0;
  }

  .feedback .uk-container {
    padding: 0;
    max-width: 100%;
  }

  .feedback .map {
    position: relative;
  }

  .feedback .map img {
    height: auto;
  }

  .feedback .content .form {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .feedback .content .form h2 {
    text-align: center;
  }

  .feedback .content form,
  .feedback .content .info {
    max-width: 500px;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .map-container {
    width: 100%;
  }

  .map-container > div {
    max-height: 400px;
  }

  body main.index .last-news .news-card p {
    margin: 10px 0;
  }

  body main.index .greeting {
    background: -o-linear-gradient(
      89.84deg,
      #f6f4f5 0.2%,
      rgba(247, 248, 252, 0.925778) 73.97%,
      rgba(247, 248, 252, 0.680827) 81.94%,
      rgba(247, 248, 252, 0) 102.33%
    );
    background: linear-gradient(
      0.16deg,
      #f6f4f5 0.2%,
      rgba(247, 248, 252, 0.925778) 73.97%,
      rgba(247, 248, 252, 0.680827) 81.94%,
      rgba(247, 248, 252, 0) 102.33%
    );
    padding-top: 0;
    padding-bottom: 30px;
  }

  body main.index .greeting img {
    width: 100%;
  }

  body main.index .about .text {
    text-align: center;
  }

  body main.index .advanced-services .buttons button {
    font-size: 18px;
  }

  body main.index .advanced-services .buttons button::after {
    display: none;
  }

  body main.index .news {
    padding: 50px 0;
  }

  body main.index .news h2 {
    text-align: center;
    margin-bottom: 50px;
  }

  body main.index .news a.btn {
    max-width: 430px;
    margin: auto;
  }

  body main.index .news .slider {
    padding: 0;
  }

  body main.index .news .slider .swiper-container {
    max-width: 430px;
  }

  body main.index .news .slider .swiper-slide {
    max-width: 430px;
  }

  body .gray-card {
    padding: 30px;
  }

  body .gray-card .uk-margin-medium {
    margin-bottom: 20px !important;
  }

  body .gray-card__info {
    display: block;
  }

  body .gray-card__info .btn {
    margin-top: 10px;
    width: 60%;
  }

  body .resume-feedback__info {
    padding: 0;
  }

  body .resume-feedback__img {
    height: 256px;
  }

  body .toggle-something--adaptive {
    display: block;
  }

  body .about-content__page-nav {
    overflow-x: scroll;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
    margin-bottom: 0 !important;
  }

  body .about-content__page-nav__item {
    border-radius: 100px;
    height: 32px;
    font-size: 14px !important;
    padding: 7px 13px;
    white-space: nowrap;
    margin-left: 9px;
  }

  body .about-content__page-nav__item:nth-child(1) {
    margin: 0;
  }

  body .about-content__page-nav__item:before {
    display: none;
  }

  body .about-content,
  body .detailed-article {
    padding: 0 0 20px 0;
  }

  body .about-content__image,
  body .detailed-article__image {
    height: 180px !important;
  }

  body .about-leaders-card {
    min-height: 350px;
    padding: 18px !important;
  }

  body .about-leaders-card__image > img {
    width: 100px;
  }

  body .about-leaders-card__name {
    line-height: 24px;
  }

  body .about-leaders-card__status {
    font-size: 14px;
    line-height: 18px;
  }

  body .about-leaders-card a {
    margin-left: 16px !important;
  }

  body .about-leaders-card .btn {
    height: 48px !important;
    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;
    font-size: 16px;
  }

  body .about-leaders-card__buttons .btn {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: #3d9c64;
    color: white;
    font-weight: bold;
    margin-left: 0 !important;
  }

  body .about-leaders-card__buttons .btn:hover {
    -webkit-filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
    filter: drop-shadow(0px 4px 30px rgba(61, 156, 100, 0.6));
  }

  body .about-leaders-card__buttons .icon {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: #f7ae57;
    color: white;
  }

  body .about-leaders-card__buttons .icon:hover {
    -webkit-filter: drop-shadow(0px 4px 30px rgba(247, 174, 87, 0.6));
    filter: drop-shadow(0px 4px 30px rgba(247, 174, 87, 0.6));
  }

  body .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .contacts__list span {
    padding: 10px 0;
    border: none;
  }

  body .big-file-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  body .big-file-button > * {
    margin: 4px 0;
  }

  body .big-file-button__microtext {
    position: relative;
    right: 0px;
    bottom: 0px;
  }

  body [class*="-background"][class*="gray"] {
    padding: 61px 0;
  }

  body [class*="-background"][class*="white"] {
    padding: 20px;
  }

  body .card-item__body a {
    font-size: 16px;
  }

  body .card-item__body {
    padding: 20px;
  }

  body .card-item {
    display: block;
    height: auto;
  }

  body .card-item > * {
    height: 50%;
  }

  body .big-orange-icon {
    min-width: 21px;
    width: 21px;
    height: 21px;
    font-size: 12px;
  }

  body .grey-ul {
    padding: 15px;
  }

  body .file-button__button {
    height: 40px;
    width: 40px;
  }

  body .form-block {
    padding: 36px 20px;
  }

  body [class*="adaptive-margin-bottom--"][class*="small"] {
    margin-bottom: 0;
  }

  body .table > * {
    padding: 10px 15px;
  }

  body .negative-margin {
    margin: 0 !important;
  }

  body ul.just-ul li:before {
    left: -10px;
  }

  body .custom-checkbox label::before {
    width: 28px;
    height: 28px;
  }

  .uk-modal-container .uk-modal-dialog .divider {
    margin: 16px 0;
  }

  .biografy-modal .uk-modal-dialog .biografy-modal__top .biografy-modal__top__image {
    height: 280px;
  }

  .biografy-modal .uk-modal-dialog .biografy-modal__top .biografy-modal__top__info {
    padding: 0 40px 20px;
  }

  .biografy-modal .uk-modal-dialog .biografy-modal__top .biografy-modal__top__info h2 {
    margin: 10px 0 !important;
  }

  .biografy-modal .uk-modal-dialog .biografy-modal__bottom {
    padding: 20px;
  }

  .biografy-modal .uk-modal-dialog {
    padding: 0px !important;
  }

  p,
  span,
  li {
    font-size: 16px;
    line-height: 144%;
  }

  ol,
  ul {
    padding-left: 10px;
  }

  ul:not(.uk-breadcrumb) li:before {
    left: -10px;
  }

  .gray-card {
    padding: 18px !important;
  }

  .uk-breadcrumb {
    display: none;
  }

  section {
    padding: 50px 0;
  }

  .feedback {
    padding-top: 0;
    margin-top: -20px;
  }

  .last-news {
    padding: 0 0 53px !important;
  }

  .last-news .slick-dots {
    display: block !important;
  }

  .redline {
    padding-left: 0 !important;
  }
}

@media (max-width: 960px) {
  .service-list .service-card .buttons {
    padding: 20px 10px 30px;
  }

  .doc_delivery_mobile {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  body header {
    padding: 15px 0;
  }

  body header #menu-toggle {
    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;
    width: 30px;
  }

  body header #menu-toggle .open-icon {
    display: block;
  }

  body header #menu-toggle .close-icon {
    display: none;
  }

  body header #menu-toggle.open .open-icon {
    display: none;
  }

  body header #menu-toggle.open .close-icon {
    display: block;
  }

  body header .navbar .navbar-links {
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    padding: 30px 0;
    z-index: 1000;
    background-color: #fff;
    -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;
  }

  body header .navbar .navbar-links .navbar-link {
    margin-left: 0;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }

  body header .navbar .navbar-links .navbar-link.active {
    background-color: #f8fafe;
  }

  body header .navbar .navbar-links .navbar-link:first-child {
    margin-left: 0;
  }

  body header .navbar .navbar-links .icons {
    margin-left: 0;
    margin-top: 30px;
  }

  body header .navbar .navbar-links .icons a {
    margin-right: 0;
    margin: 0 10px;
  }

  body header .navbar .navbar-links.open {
    top: 74px;
  }

  body footer .logo-block a {
    margin: auto;
    text-align: center;
  }

  body footer .logo-block .icons {
    text-align: center;
  }

  body footer .contacts {
    margin-top: 20px !important;
    margin-left: 5px;
  }

  body main.index .greeting .text h1 {
    font-size: 28px;
  }

  body main.index .greeting .text p {
    font-size: 16px;
  }

  body main.index .about {
    padding-bottom: 90px;
  }

  body main.index .advanced-services h2 {
    text-align: center;
  }

  body main.index .advanced-services .buttons button {
    text-align: center;
    font-size: 18px;
  }

  body main.index .subdivisions {
    text-align: center;
  }

  body main.index .subdivisions .select-wrapper {
    margin: auto;
  }

  body .about-content__video-block > * {
    height: 350px;
  }

  body .about-us {
    padding: 0;
  }

  .uk-modal-dialog h2 {
    text-align: center;
  }

  .uk-modal-container .subtitle {
    text-align: center;
  }

  .uk-modal-container .info-subtitle {
    text-align: left !important;
  }

  .uk-modal-dialog .appoint-modal__info .appoint-modal__info__leader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .uk-modal-dialog .appoint-modal__info .appoint-modal__info__leader .appoint-modal__info__leader-img {
    width: 55px;
  }

  .uk-modal-dialog .appoint-modal__info .appoint-modal__info__leader .appoint-modal__info__leader-text * {
    text-align: center;
  }

  .uk-modal-dialog .appoint-modal__info .appoint-modal__info__phone a {
    font-size: 16px;
  }

  .uk-modal-dialog .appoint-modal__info .appoint-modal__info__phone a i {
    display: none;
  }
}

@media (max-width: 680px) {
  body .buttons-app-container button {
    text-align: center;
  }

  body .buttons-app-container button::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .select-wrapper select {
    font-size: 16px;
  }

  .doc_delivery_btn_wrap {
    padding: 10px 15px;
  }

  .btn {
    font-size: 14px;
    padding: 10px 0;
  }

  .feedback .content .info {
    padding: 40px 30px;
  }

  .feedback .content .info .title {
    font-size: 16px;
  }

  .feedback .content .info a {
    font-size: 16px;
  }

  .feedback .content .info .text {
    font-size: 16px;
  }

  body footer .bottom {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body footer .bottom .left {
    margin-bottom: 10px;
  }

  body main.index .services .service-list .service-card .title {
    font-size: 16px;
  }

  body main.index .services .service-list .service-card ul li a.uk-accordion-title {
    font-size: 14px;
  }

  body main.index .advanced-services .buttons button {
    font-size: 16px;
  }

  body main.index .subdivisions p {
    font-size: 16px;
  }

  body .about-content__video-block > * {
    height: 170px;
  }

  body .about-partners .custom-arrow-next {
    right: -10px;
  }

  body .about-partners .custom-arrow-prev {
    left: -10px;
  }

  .uk-modal-dialog h2 {
    font-size: 22px;
  }

  .uk-modal-container .uk-modal-dialog {
    padding: 70px 20px 20px 20px;
  }

  .uk-modal-container .uk-modal-dialog .subtitle {
    font-size: 14px;
  }

  #deal-status-modal .uk-modal-dialog,
  #online-payment-modal .uk-modal-dialog {
    padding: 50px 20px;
  }

  #deal-status-modal .uk-modal-dialog form,
  #online-payment-modal .uk-modal-dialog form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #deal-status-modal .uk-modal-dialog form input,
  #online-payment-modal .uk-modal-dialog form input {
    margin-bottom: 20px;
  }

  #deal-status-modal .uk-modal-dialog form button.btn,
  #online-payment-modal .uk-modal-dialog form button.btn {
    margin: auto;
    max-width: 100%;
  }

  #success-modal .uk-modal-dialog {
    padding: 30px;
  }

  #success-modal2 .uk-modal-dialog {
    padding: 30px;
  }
}
.home__slider {
  /* overflow: hidden; */
}
.service-card .service-card-content {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
  padding: 0 25px;
}
.service-card table {
  border: none;
  border-collapse: collapse;
  margin: 0 -25px;
  width: -webkit-fill-available;
}
.service-card td {
  border: none;
}
.service-card tr td:first-child {
  padding: 13px 25px 13px 25px;
}
.service-card tr td:last-child {
  padding: 13px 25px 13px 10px;
  white-space: nowrap;
}
.service-card tr td:nth-child(2) {
  white-space: nowrap;
}
.service-card tr:nth-child(odd) {
  background: #f8fafe;
}
.service-card tr:nth-child(odd) td:first-child {
  font-weight: bold;
  color: #74819c;
}
.service-card tr td:last-child {
  padding: 10px 25px 10px 10px;
  white-space: nowrap;
}

.file_hidden {
  position: absolute;
  opacity: 0;
}

body main.index .home .slick-track {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
body main.index .home .slick-slide {
  height: auto !important;
  margin: 0 10px;
}
@media (min-width: 1141px) {
  body main.index .home .slick-slide {
    margin: 0 20px;
  }
  body main.index .greeting {
    /* position: relative; */
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
  }
  body main.index .greeting .uk-container {
    position: relative;
    z-index: 1;
    width: 50%;
  }
  body main.index .greeting picture {
    position: relative;
    width: 50%;
    height: 483px;
    display: flex;
    z-index: 0;
    min-width: 550px;
  }
  body main.index .greeting img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: auto;
    width: 100%;
    margin: auto 0;
  }
  body main.index .greeting .text {
    max-width: 580px;
  }
  body main.index .greeting .text .btn {
    margin: 0;
  }
}
