@charset "UTF-8";
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Helvetica';
  font-size: 16px;
  background-color: white;
  color: #42454e;
  font-weight: 400;
}

p {
  color: #42454E;
}

a {
  color: inherit;
}

p {
  line-height: 175%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.header__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  z-index: 99;
  background-color: white;
  -webkit-box-shadow: 0px 5px 30px rgba(103, 103, 103, 0.13);
          box-shadow: 0px 5px 30px rgba(103, 103, 103, 0.13);
}

.header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  position: relative;
}
.burger:after {
  content: "";
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  /* -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px); */
}
.burger.burger--active:after {
  left: 0;
}
.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-phone {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-decoration: none;
  padding: 0 0px 0px 25px;
  margin-right: 50px;
}

.header-phone:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/SVG/phone.svg);
  position: absolute;
  top: 2px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo__header {
  height: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
}

.lang_block {
  position: relative;
  margin-right: 15px;
  margin-left: -10px;
  z-index: 2;
}

.lang_choice {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-decoration: none;
  padding: 0 25px 0px 0px;
  text-transform: uppercase;
  margin-right: 50px;
}

.lang_choice:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/SVG/globus.svg);
  position: absolute;
  top: 1px;
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.other_lang {
  position: absolute;
  display: none;
  left: 0;
  z-index: 2;
  top: 110%;
  overflow: hidden;
  border-top: none;
}

.lang {
  display: block;
  padding: 5px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #E3B335;
}

.lang.active,
.lang.active:hover {
  color: #fff;
  /*background-color: #2F90C9;*/
  background-color: #77c043;
}

.lang:hover {
  color: #252644;
  background-color: white;
}

.nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_active {
  background-color: #232121;
}

.search_btn {
  width: 18px;
  display: block;
  height: 18px;
  background: url(../img/SVG/search.svg) no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
  opacity: 1;
}

.search_block {
  position: absolute;
  right: 20px;
  height: 35px;
  top: -10px;
  overflow: hidden;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  background-color: #fff;
  width: 0;
  z-index: 10;
}

.search_block.active {
  width: 150px;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 40px;
  height: 20px;
}

.search_input {
  width: 100%;
  padding: 8px 15px;
  height: 100%;
  padding-right: 40px;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #42454E;
  outline: transparent;
}

.search_block.active .search_close {
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.header__bottom {
  position: relative;
  color: white;
  z-index: 1;
  height: 100vh;
}

.header__bottom a {
  color: white;
  text-decoration: none;
}

.header__bottom::after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 183, 183, 0.02)), to(rgba(0, 0, 0, 0.58)));
  background: linear-gradient(to bottom, rgba(185, 183, 183, 0.02), rgba(0, 0, 0, 0.58));
}

.header__bottom .container {
  padding-top: 80px;
  height: 100%;
}

.header__bottom-title {
  font-weight: 300;
  font-size: 4.3em;
  line-height: 100%;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.header__bottom-title.way {
  opacity: 0;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.header__bottom-title.way.way--active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.header__bottom-text {
  font-size: 1.3em;
  line-height: 121%;
  /* or 121% */
  margin-bottom: 20px;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}

.header__bottom-text.way {
  opacity: 0;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.header__bottom-text.way.way--active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.header__bottom-btn {
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.header__bottom-btn.way {
  opacity: 0;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.header__bottom-btn.way.way--active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.header__bottom-left {
  width: 40%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 100px;
}

.header__bottom-left.way--active::after {
  right: 0;
}

.header__bottom-left::after {
  content: '';
  top: 0;
  left: -500%;
  bottom: 0;
  right: 110%;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  position: absolute;
  z-index: -1;
  background: linear-gradient(141.12deg, rgba(255, 255, 255, 0.31) 6.98%, rgba(255, 255, 255, 0) 97.35%), rgba(153, 153, 153, 0.29);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.header__bottom-right {
  width: 30%;
}

.header__bottom-right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.header__bottom-right img {
  -o-object-fit: cover;
     object-fit: cover;
}

.header__bottom-right .slick-track {
  height: 100vh;
}
/* .header__bottom-slider .slick-dots{
  display: none;
  opacity: 0;
  pointer-events: none;
} */
.header__bottom-slider .slick-dots{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  left: 30px;
  bottom: 40px;
  padding: 0;
  z-index: 5;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}
.slick-dots li button {
  /* font-size: 0px !important;
  display: none; */
}
.header__bottom-slider .slick-dots li{
  list-style-type: none;
  width: 25px;
  border-radius: 40px;
  height: 4px;
  margin: 0 5px;
  font-size: 0;
  background: white;
}
.header__bottom-slider .slick-dots li.slick-active{
  opacity: 0;
}


.numm {
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.numm .lines{
  display: flex;
  align-items: center;
}
.numm .lines span{
  margin-right: 10px;
  width: 40px;
  background-color: #fff;
  height: 2.5px;
}
.btn {
  padding: 12px 46px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #77c043;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.btn:hover {
  background-color: black;
}

.burger {
  position: relative;
  width: 30px;
  height: 24px;
  display: block;
  margin-left: 15px;
  cursor: pointer;
  display: block;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.burger:hover span {
  width: 30px;
}

.burger span:nth-child(2) {
  position: absolute;
  width: 22px;
  height: 2px;
  top: 11px;
  display: block;
  background-color: #42454E;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  right: 0;
}

.burger span:first-child,
.burger span:last-child {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #42454E;
  border: 0px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  right: 0;
}

.burger span:last-child {
  width: 14px;
}

.burger--active span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger--active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger span:first-child {
  top: 0px;
  right: 0px;
}

.burger span:last-child {
  top: 22px;
  right: 0px;
}

.burger--active span:last-child,
.burger--active span:first-child {
  top: 11px;
  width: 30px;
}

.burger--active span:nth-child(2) {
  opacity: 0;
}

.nav__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 90px;
  right: 0px;
  width: 460px;
  max-width: 100%;
  bottom: 0;
  background-color: white;
  padding: 20px 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1.5s;
  transition: 1s;
  /* -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; */
  z-index: 5;
          overflow: auto;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          text-align: end;
}
.nav__items .header-phone:after{
  background-size: 20px;
  width: 25px;
  height: 25px;
}
.nav__items .header-phone {
  padding: 0 0 0 35px;
}
.nav__items svg {
  display: none;
}

.header__top-sec .nav__items {
  background-color: white;
  -webkit-box-shadow: 0 10px 20px #e5e5e5;
          box-shadow: 0 10px 20px #e5e5e5;
}

.nav__items.menu--active {
  -webkit-transform: none;
          transform: none;
}

.nav__items .nav__item:not(:last-child) {
  margin-bottom: 30px;
}
.nav__items .nav__item a:hover{
  color: #75D515;
}

.nav__items .nav__item a {
  font-size: 1.6em;
  font-weight: 700;
}

.nav__item.header-phone {
  display: none;
}

.nav__item.under > a {
  position: relative;
}

.nav__item.under > a::after {
  content: "";
  position: absolute;
  background-image: url(../img/SVG/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 13px;
  height: 15px;
  right: -24px;
  width: 15px;
}

.nav__item a:hover {
  color: #c9c783;
}

.sub-menu {
  opacity: 1;
  position: static;
  display: none;
}

.sub-menu__list {
  margin-top: 15px;
  border-radius: 0px 0px 4px 4px;
  padding-left: 10px;
}

.sub-menu__item a {
  width: 100%;
  display: block;
  padding: 7px 4px;
}

.sub-menu__item a:hover {
  color: #c9c783;
}

.section {
  padding: 50px 0;
}

.title {
  font-weight: bold;
  font-size: 1.7em;
  color: #42454e;
  margin-bottom: 20px;
  margin-top: 0px;
}

.title-sec {
  font-weight: 400;
}

.task-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.task .video {
  height: 400px;
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
}

.task .video img {
  -o-object-fit: cover;
     object-fit: cover;
}

.task-right {
  width: 50%;
}

.task-right .text {
  margin-bottom: 45px;
}

.news__inner {
  margin-top: 30px;
}

.btn-more {
  position: relative;
  font-weight: bold;
  padding-right: 60px;
  color: #42454e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.btn-more:hover:after {
  background-color: #77c043;
}

.btn-more:after {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/SVG/arr-right.svg);
  border-radius: 100%;
  border: 1px solid #42454e;
  top: -8px;
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.figures {
  background-color: #f1f3f7;
}

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

.figures__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}

.figures__item:first-child {
  width: 19%;
}

.figures__item span {
  font-weight: bold;
  font-size: 4.3em;
  margin-right: 10px;
  line-height: 60%;
  color: #77c043;
}

.social-networks {
  overflow: hidden;
}

.social-networks .for-way {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 30px rgba(103, 103, 103, 0.13);
          box-shadow: 0px 5px 30px rgba(103, 103, 103, 0.13);
}

.social-networks .for-way:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.social-networks .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-networks-left {
  width: 32%;
}

.social-networks-left .text {
  margin-bottom: 60px;
}

.social-networks-right {
  width: 65%;
}
.social-networks-right__item{
  display: block;
}
.social-networks-right__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-networks-right__items.way--active .social-networks-right__item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.social-networks-right__items.way--active .social-networks-right__item:nth-child(1) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.social-networks-right__items.way--active .social-networks-right__item:nth-child(2) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.social-networks-right__items.way--active .social-networks-right__item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.social-networks-right__items.way--active .social-networks-right__item:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.social-networks-right__item {
  width: 23%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}

.social-networks-right__item-pic {
  height: 180px;
}

.social-networks-right__item-pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.social-networks-right__item-info {
  padding: 0 12px;
}

.social-networks-right__item-info .text {
  margin-bottom: 15px;
}

.social-networks-right__item-info .text p {
  font-size: 12px;
  color: #979797;
  letter-spacing: 0.2;
}

.social-networks .header {
  height: 50px;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.social-networks .header img {
  width: auto;
}

.social-networks .header p {
  line-height: 110%;
  font-size: 0.8em;
  margin-bottom: -4px;
}

.social-networks .header span {
  font-size: 0.8em;
  text-transform: lowercase;
  color: #979797;
}

.social-networks .soc-icon {
  margin-bottom: 10px;
}

.social-networks .soc-icon svg {
  width: 22px;
  height: 22px;
}

.social-networks .soc-icon svg path {
  fill: #ff0100;
}

.btn-sec {
  background: #42454e;
  border-radius: 5px;
  color: white;
  position: relative;
  padding-left: 64px;
}

.btn-sec:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 25%;
  left: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-sec.instagram:after {
  background-image: url(../img/SVG/insta.svg);
  margin-right: 15px;
}

.btn-sec.facebook:after {
  background-image: url(../img/SVG/facebook.svg);
}

.news {
  background: #f1f3f7;
}

.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.news__items.way .news__item {
  opacity: 0;
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
}

.news__items.way--active .news__item {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.news__items.way--active .news__item:nth-child(1) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.news__items.way--active .news__item:nth-child(2) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.news__items.way--active .news__item:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.news__items.way--active .news__item:nth-child(4) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.news__item {
  position: relative;
  z-index: 1;
  width: 24%;
  margin-bottom: 30px;
  color: white;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 30px rgba(103, 103, 103, 0.13);
          box-shadow: 0px 5px 30px rgba(103, 103, 103, 0.13);
  overflow: hidden;
  display: block;
  -webkit-transition: .4s linear;
  transition: .4s linear;
}

.news__item:not(:nth-child(4n)) {
  margin-right: 1.3%;
}

.news__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news__item:hover .news-title {
  color: #75D515;
}

.news__item-pic {
  width: 100%;
  height: 220px;
  display: block;
  overflow: hidden;
}

.news__item-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.news__item-info {
  padding: 20px;
}

.news .data {
  font-weight: bold;
  color: #42454e;
}

.news-title {
  font-weight: bold;
  color: #42454e;
  margin: 15px 0 8px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.news-subtitle {
  font-size: 0.9em;
}

.news__bottom {
  margin-top: 30px;
  text-align: end;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 120px;
}

.breadcrumb-item {
  font-weight: normal;
  color: #42454e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.breadcrumb-item a {
  font-weight: normal;
  font-weight: 400;
  position: relative;
  display: block;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.points div {
  width: 5px;
  height: 5px;
  background: #42454e;
  border-radius: 50%;
}

.points div:nth-child(2) {
  margin: 0 5px;
}

.about__item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}

.about__item__info {
  width: 50%;
}
.video-parent{
	position: absolute;
	right: 0;
	top: auto;
	width: 55%;
	height: auto;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	bottom:0;
}
.about__item__pic {
  height: 100%;
  width: 100%;
  pointer-events: none;
}

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

.about .texts {
  line-height: 167%;
  color: #42454e;
  padding: 28px 18px 28px 70px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
          box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.about .texts p:first-child {
  margin-bottom: 25px;
  position: relative;
}

.about .texts p:first-child:after {
  content: "";
  border-left: #75d515 2px solid;
  height: 100%;
  width: 2px;
  position: absolute;
  left: -30px;
  top: 0;
}

.about__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about__card__info {
  width: 50%;
}

.about__card_pic {
  width: 50%;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

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

.about__card p {
  position: relative;
  border-left: #75d515 2px solid;
  padding-left: 30px;
}

.about__card .ots {
  margin-bottom: 40px;
}

.about__card .texts {
  padding-left: 40px;
  margin-bottom: 0px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 10px 10px 0px;
}

.video-play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(45% + 45px);
  padding-left: 70px;
  position: relative;
  z-index: 3;
}

.video-play-btn img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-play-btn span {
  font-weight: bold;
  position: relative;
  color: #42454e;
  display: block;
  padding-right: 120px;
}

.video-play-btn span:after {
  content: "";
  border-top: 2px solid #c4c4c4;
  height: 2px;
  width: 80px;
  position: absolute;
  right: 0px;
  top: 10px;
}

.philisophy {
  background-attachment: fixed;
  background-image: url(../img/jpg/bgimage.jpg);
  background-size: cover;
  color: white;
  position: relative;
  z-index: 1;
}

.philisophy:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 47, 23, 0.61);
  z-index: -1;
  position: absolute;
  content: "";
}

.philisophy .title {
  color: white;
  text-align: center;
}

.philisophy p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 167%;
  /* or 167% */
  width: 550px;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  color: #ffffff;
}

.values__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.values__item {
  width: 32%;
  padding: 20px;
  border-radius: 10px;
}

.values__item:hover {
  -webkit-box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
          box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
}

.values__item__title {
  font-size: 1.1em;
  position: relative;
  margin-bottom: 30px;
}

.values__item__title:after {
  content: "";
  border-top: #75d515 2px solid;
  height: 2px;
  width: 120px;
  position: absolute;
  left: 0px;
  bottom: -20px;
}

.tabs {
  background: #f1f3f7;
}

.works_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 20px 0;
}

.works_tab__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5px 25px;
  border: 1px solid #75d515;
  cursor: pointer;
  margin-bottom: 15px;
  width: 23%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  border-radius: 30px;
  color: white;
  background-color: #75d515;
  font-weight: bold;
  font-size: 1.9em;
}

.works_tab__item:hover {
  border-color: transparent;
  background-color: #75d515;
  color: white;
}

.works_tab__item.active,
.works_tab__item.active:hover {
  border-color: transparent;
  background: #c4c4c4;
}

.works_tab__item span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: width 0.55s ease-in-out, height 0.55s ease-in-out;
  transition: width 0.55s ease-in-out, height 0.55s ease-in-out;
  background-color: rgba(7, 138, 50, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works_tab__item.active:hover span {
  width: 0;
  height: 0;
}

.works_tab__item:hover span {
  width: 225%;
  height: 562px;
}

.works_tab__contentBlock {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.works_tab__content {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0;
  right: 0;
  top: 40px;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.works_tab__content.active {
  opacity: 1;
  top: 0;
  z-index: 2;
  pointer-events: auto;
  position: static;
}

.partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners__item {
  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;
  width: 23%;
  -webkit-box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
          box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
  border-radius: 10px;
  background-color: white;
  padding: 30px 20px;
  margin-bottom: 40px;
}

.partners__item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.partners__item:not(:nth-child(4n)) {
  margin-right: 2.6%;
}

.partners__item__title {
  margin-bottom: 15px;
  -webkit-transition: 0.4 linear;
  transition: 0.4 linear;
}

.partners__item p {
  line-height: 155%;
}

.partners__item__pic {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.partners__item__pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.partners__item:hover .partners__item__title {
  color: #75d515;
}

.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews__item {
  width: 23%;
  -webkit-box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
          box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
  border-radius: 10px;
  background-color: white;
  padding: 30px 20px;
  margin: 0 1%;
  margin-bottom: 40px;
}

.reviews__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 30px;
}

.reviews__item__header:after {
  content: "";
  border-top: #75d515 2px solid;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -20px;
}

.reviews__item-title {
  font-size: 1.2em;
}

.reviews__item-pic {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.reviews__item-pic:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.reviews__item-pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
  -webkit-transition: .4s linear;
  transition: .4s linear;
}

.reviews__item-name {
  font-size: 1.1em;
}

.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__item {
  display: block;
  width: 23%;
  -webkit-box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
          box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
  border-radius: 10px;
  background-color: white;
  margin: 0 1%;
  margin-bottom: 40px;
  overflow: hidden;
}

.services__item__title {
  padding: 20px;
  -webkit-transition: 0.3 linear;
  transition: 0.3 linear;
}

.services__item__pic {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.services__item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.services__item:hover .services__item__title {
  color: #75d515;
}

.services__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services-view__item:after{
  content: "";
  display: block;
  clear: both;
}
.work-examples-view__pic{
  height: 350px;
}
.work-examples-view__item .slick-list, .work-examples-view__item .slick-track{
  height: 100%;
}
.services-view__item__pic {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin: 0 30px 30px 0;
}

.services-view__item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-view__item__info {
  width: 100%;
  line-height: 140%;
  margin-bottom: 20px;
  
}

.services-view__item__info p:not(:last-child) {
  margin-bottom: 20px;
}

.subtitle {
  border-bottom: 1px solid #75d515;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 30px;
  display: inline-block;
}

.works-examples .block:not(:last-child) {
  margin-bottom: 70px;
}

.data {
  font-weight: bold;
  color: #42454e;
}

.work-examples-view__pic .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.83);
  top: 50%;
  z-index: 10;
  border: none;
}

/* Стрелка влево */
.work-examples-view__pic .slick-arrow.slick-prev {
  left: 50px;
  background-image: url(../img/SVG/arr-r-bl.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Стрелка вправо */
.work-examples-view__pic .slick-arrow.slick-next {
  right: 50px;
  background-image: url(../img/SVG/arr-r-bl.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.work-examples-view__info .data {
  margin-bottom: 20px;
}

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

.corporate__item:not(:last-child) {
  margin-bottom: 50px;
}

.corporate__item__pic {
  border-radius: 10px;
  overflow: hidden;
  width: 38%;
  height: 400px;
}

.corporate__item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.corporate__item__title {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.corporate__item__info {
  width: 60%;
}

.corporate__item__info p {
  margin-bottom: 50px;
}

.corporate__item__bottom {
  text-align: end;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.view-doc-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.view-doc-btn svg {
  width: 20px;
  margin-left: 8px;
}

.view-doc-btn svg path {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.view-doc-btn:hover {
  color: #77c043;
}

.view-doc-btn:hover svg path {
  fill: #77c043;
}

.documents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.documents__item {
  width: 23%;
  -webkit-box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
          box-shadow: 0px 4px 21px rgba(151, 174, 200, 0.19);
  border-radius: 10px;
  background-color: white;
  padding: 30px 20px;
  margin: 0 1%;
  margin-bottom: 40px;
}

.documents__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 30px;
}

.documents__item__header:after {
  content: "";
  border-top: #75d515 2px solid;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -20px;
}

.documents__item-title {
  font-size: 1.2em;
}

.documents__item-pic {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
  display: block;
}

.documents__item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
     -webkit-filter: grayscale(70%);
     filter: grayscale(70%);
     -webkit-transition: .2s linear;
     transition: .2s linear;
}
.documents__item-pic:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.documents__item-name {
  font-size: 1.1em;
}

.advantages {
  background-color: rgba(241, 243, 247, 0.56);
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  margin-bottom: 30px;
}

/* .advantages__item__pic {
  width: 60px;
  margin-right: 20px;
} */

.advantages__item__pic img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
     display: block;
     margin-right: 20px;
}

.advantages__item__info {
  line-height: 157%;
}

.card {
  width: 38%;
}

.card-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.card p {
  line-height: 167%;
  /* or 167% */
}

.card ul li {
  line-height: 167%;
  list-style: disc;
  margin-left: 15px;
}

.vacancies__item__header {
  font-weight: bold;
  font-size: 1.2em;
  color: #75d515;
  padding: 25px;
  border-bottom: 1px solid rgba(198, 198, 199, 0.72);
}

.vacancies__item {
  -webkit-box-shadow: 0px 0px 23px rgba(151, 174, 200, 0.22);
          box-shadow: 0px 0px 23px rgba(151, 174, 200, 0.22);
  border-radius: 10px;
}

.vacancies__item:not(:last-child) {
  margin-bottom: 40px;
}

.vacancies__item__body {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn.sec {
  font-weight: bold;
  color: white;
  background-color: #E3B335;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.btn.sec:hover {
  background-color: black;
}

.for-students {
  background-color: rgba(241, 243, 247, 0.56);
}

.for-students__title {
  margin-bottom: 25px;
}

.for-students p {
  margin-bottom: 25px;
}

.for-students ul li {
  position: relative;
  margin-bottom: 25px;
  margin-left: 40px;
}

.for-students ul li:before {
  content: "";
  width: 30px;
  height: 1px;
  left: -40px;
  top: 50%;
  border-top: 1px solid #75D515;
  position: absolute;
}

.prof p {
  margin-bottom: 25px;
}

.prof ul li {
  position: relative;
  margin-bottom: 25px;
  margin-left: 40px;
}

.prof ul li:before {
  content: "";
  width: 30px;
  height: 1px;
  left: -40px;
  top: 50%;
  border-top: 1px solid #75D515;
  position: absolute;
}

.order-sec {
  background-color: rgba(241, 243, 247, 0.56);
}

.application__block {
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  max-width: 100%;
  color: #42454E;
  padding: 30px;
  z-index: 5;
}

.application__form-title {
  letter-spacing: 0.01em;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.application__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.application__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.application__message textarea {
  outline: none;
  width: 100%;
  resize: none;
  border-radius: 2px;
  border: 1px solid rgba(50, 90, 101, 0.63);
  padding: 10px;
  height: 120px;
}

.application__form-input {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.application__form-input input {
  width: 100%;
  outline: none;
  border: 1px solid rgba(50, 90, 101, 0.63);
  border-radius: 2px;
  padding: 10px;
}

.application__label {
  text-align: start;
  margin-bottom: 10px;
}

.application__form-input:not(:last-child) {
  margin-right: 20px;
}

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

.application__download {
  width: 48%;
  display: block;
  margin-right: 30px;
  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;
  background: #979797;
  border-radius: 2px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.application__download:hover {
  background-color: black;
}

.application__download-text {
  display: block;
  padding-right: 5px;
  text-overflow: ellipsis;
  text-align: start;
  overflow: hidden;
  color: white;
  white-space: nowrap;
}

.application__button {
  width: 48%;
  outline: none;
  border: none;
  background: #E3B335;
  border-radius: 2px;
  color: white;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.application__button:hover {
  background-color: black;
}

.application__download-icon {
  width: 15px;
  height: 15px;
}

.application__download-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer {
  background: #303541;
  color: #C6C6C7;
}

.footer__logo {
  height: 70px;
  margin-bottom: 20px;
}

.footer__top {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.footer__center {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 30px 0;
}

.footer__center .social__icons, .footer__center .email, .footer__center .contacts__center {
  margin-left: 100px;
}

.footer__center .social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__center .social-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  margin-left: 15px;
  width: 25px;
  height: 25px;
}

.footer__center .social-icon.instagram {
  background-image: url(../img/SVG/instagram.svg);
}

.footer__center .social-icon.facebook {
  background-image: url(../img/SVG/facebook.svg);
  background-size: 12px;
}

.footer__center .social-icon.whatsap {
  background-image: url(../img/SVG/whatsap.svg);
}

.footer__center .social-icon:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.footer .phone {
  position: relative;
  color: white;
  margin-left: 25px;
}

.footer .phone:hover {
  text-decoration: underline;
}

.footer .phone:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/SVG/phone-footer.svg);
  top: -4px;
  left: -25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.footer .email {
  position: relative;
  color: white;
}

.footer .email:hover {
  text-decoration: underline;
}

.footer .email:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/SVG/email-footer.svg);
  top: 0px;
  left: -25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.footer__menu {
  margin-left: 70px;
}

.footer__menu-right .footer-nav__item a {
  font-weight: 700;
  color: white;
}

.footer-nav__item {
  list-style-type: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 700;
}

.footer-nav__item a {
  font-weight: 400;
  text-decoration: none;
  color: #c4c4c4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fancybox-slide .fancybox-content{
  padding: 10px;
  width: 800px;
  height: 100%;
  max-width: 100%;
}
.fancybox-slide{
  padding:14px;
}
.footer-nav__item a:hover {
  text-decoration: underline;
}

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

.footer__center .contacts p:first-child {
  position: relative;
  color: white;
  margin-bottom: 10px;
}

.footer__center .contacts p:first-child:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/SVG/location-footer.svg);
  top: -4px;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.footer__center p {
  margin-left: 25px;
  color: #C6C6C7;
  line-height: 130%;
  margin-bottom: 15px;
}

.footer__bottom {
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__rights {
  text-align: center;
  color: #bbbbbb;
}

.footer__creators a {
  text-decoration: none;
  color: #bbbbbb;
}

.footer__creators a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
  width: 30%;
  border-radius: 10px;
}

.request-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.request-title span {
  font-weight: bold;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_input {
  outline: 1px solid #42454E;
  resize: none;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
  margin-top: -20px;
  border-radius: 5px;
}

.form-btn {
  outline-color: transparent;
  width: 100%;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.9em;
}

.form-btn:hover {
  background-color: black;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.input-parent {
  width: 18%;
  margin: 0 1% 0 1%;
}

.input-parent:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.input-title {
  font-size: 0.8em;
  padding: 4px;
  background-color: #fff;
  z-index: 2;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 0px;
}

.box-size {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alert--fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.alert--error,
.alert--warning,
.alert--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alert--width {
  width: 400px;
}

.alert--img__item svg {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.alert--img__item {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.alert--active .active {
  display: block;
}

.alert--warning .warning {
  display: block;
}

.alert--error .error {
  display: block;
}

.alert--content {
  position: relative;
  z-index: 12;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 30px;
  color: #333333;
  margin-bottom: 10%;
}

.alert--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 11;
  top: 0px;
  left: 0px;
}

.alert-text {
  margin-top: 15px;
  text-align: center;
}

.alert--active .active path {
  fill: #77c043;
}

.alert--warning .warning path {
  fill: #e5e75d;
}

.alert--error .error path {
  fill: #f81919;
}

.alert--title {
  font-size: 28px;
  font-weight: 500;
}

.alert--subtitle {
  font-weight: 400;
  font-size: 20px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ccbbbb;
}

.alert--x {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 8px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert--x svg {
  width: 100%;
  height: 100%;
}

.alert--x svg path {
  fill: #968787;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.alert--x:hover path {
  fill: black;
}

@media screen and (max-width: 1440px) {
  .container {
    width: 95%;
  }
  .btn-sec.instagram {
    margin-bottom: 20px;
  }
  .nav__items .nav__item a {
    font-size: 1.4em;
  }
  .nav__items {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1300px) {
  .alert--width {
    width: 370px;
  }
  .alert--content {
    padding: 25px;
  }
  .alert--img__item svg {
    width: 75px;
    height: 75px;
  }
  .alert-text {
    margin-top: 10px;
  }
  .alert--title {
    font-size: 24px;
  }
  .alert--subtitle {
    font-size: 18px;
  }
  .video-play-btn span:after {
    display: none;
  }
  .reviews__item__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reviews__item-title {
    margin-bottom: 10px;
  }
  .reviews__item {
    padding: 20px 15px;
  }
  .documents__item-pic {
    height: 340px;
  }
  .nav__items .nav__item a {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 1200px) {
  .documents__item-pic {
    height: 300px;
  }
}

@media screen and (max-width: 1100px) {
  .social-networks-right__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social-networks-right {
    width: 100%;
  }
  .social-networks .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-networks-left {
    width: 100%;
  }
  .social-networks-left .text {
    margin-bottom: 40px;
  }
  .header__bottom-left {
    width: 50%;
  }
  .figures__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .figures__item:first-child {
    width: auto;
    padding-right: 40px;
    width: 31%;
  }
  .figures__item {
    width: 31%;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .documents__item-pic {
    height: 260px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__logo {
    height: 50px;
  }
  .footer__center .social__icons,
  .footer__center .email,
  .footer__center .contacts__center {
    margin-left: 50px;
  }
  .news__item-info {
    padding: 15px;
  }
  .news__item-pic {
    height: 200px;
  }
  .news__bottom {
    margin-top: 10px;
  }
  .input-parent {
    width: 23%;
    margin-bottom: 20px;
  }
  .footer__menu {
    margin-left: 40px;
  }
  .about .texts {
    padding: 28px 18px 28px 50px;
  }
  .partners__item {
    width: 32%;
  }
  .partners__item:not(:nth-child(4n)) {
    margin-right: 0%;
  }
  .partners__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .reviews__item {
    width: 31%;
  }
  .corporate__item__info p {
    margin-bottom: 30px;
  }
  .corporate__item__title {
    margin-bottom: 10px;
  }
  .corporate__item__bottom {
    padding: 15px;
  }
  .documents__item {
    width: 31%;
  }
  .documents__item-pic {
    height: 330px;
  }
  .card {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
  }
  .news__item {
    width: 48%;
    margin-right: 0;
  }
  .news__items {
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo__header {
    height: 55px;
    margin-right: 50px;
  }
  .header__bottom-left::after {
    display: none;
  }
  .input-parent {
    width: 31%;
  }
  .figures__item span {
    font-size: 4em;
  }
  .task-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .task .video {
    width: 100%;
    margin-bottom: 20px;
  }
  .task-right {
    width: 100%;
  }
  .btn-more:after {
    width: 30px;
    height: 30px;
  }
  .btn-more {
    padding-right: 45px;
  }
  .task-right .text {
    margin-bottom: 30px;
  }
  .header-phone {
    margin-right: 30px;
  }
  .header__bottom-left {
    width: 70%;
  }
  .footer .phone:after,
  .header-phone:after {
    width: 15px;
    height: 15px;
    background-size: 13px;
    top: 0px;
  }
  .header-phone {
    padding: 0 0 0 20px;
  }
  .footer .phone:after {
    left: -20px;
  }
  .nav__item.header-phone {
    /* display: block;
    margin-right: 0px; */
  }
  .header-left .header-phone {
    display: none;
  }
  .header-left {
    width: 40%;
  }
  .header-left {
    margin-right: 30px;
  }
  .about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .video-parent {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .video-parent:before {
    width: 80px;
    height: 80px;
    background: url(../img/PNG/play.png) no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    content: "";
    position: absolute;
  }
  .video-play-btn {
    display: none;
  }
  .about__item__info {
    width: 100%;
  }
  .about .texts {
    margin-bottom: 0px;
  }
  .about__item {
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  .about__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__card_pic,
  .about__card__info {
    width: 100%;
  }
  .about__card_pic {
    border-radius: 10px 10px 0px 0px;
  }
  .about__card .texts {
    border-radius: 0px 0px 10px 10px;
  }
  .services__item__pic {
    height: 170px;
  }
  .documents__item-pic {
    height: 280px;
  }
  .news__item:not(:nth-child(4n)) {
    margin-right: 0%;
  }
  .work-examples-view__pic {
    height: 261px;
  }
 
}

@media screen and (max-width: 700px) {
  .corporate__item__pic {
    height: auto;
  }
  .corporate__item__pic img {
    height: 100%;
  }
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav.footer__menu {
    margin-top: 20px;
    text-align: center;
    margin-left: 0px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left {
    text-align: center;
  }
  .footer__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts {
    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;
  }
  .footer__center p {
    margin-left: 0px;
  }
  .footer__center .social__icons,
  .footer__center .email,
  .footer__center .contacts__center {
    margin-left: 0px;
  }
  .footer .phone {
    display: block;
    margin-bottom: 10px;
  }
  .email {
    display: block;
    margin-bottom: 10px;
  }
  p {
    line-height: 145%;
  }
  .social-networks .header {
    height: 34px;
    margin-left: 0px;
    margin-top: -3px;
  }
  .social-networks-right__item-pic {
    height: 150px;
  }
  .figures__item {
    width: 48%;
  }
  .header__bottom-left {
    padding-right: 0px;
  }
  .figures__item:first-child {
    padding-right: 0px;
  }
  .about .texts {
    padding: 28px 18px 28px 30px;
  }
  .about .texts p:first-child:after {
    left: -15px;
  }
  .about__card .ots {
    margin-bottom: 25px;
  }
  .values__item {
    width: 49%;
    margin-bottom: 15px;
  }
  .works_tab__item {
    width: 48%;
  }
  .nav__items {
    top: 70px;
  }
  .header__top-wrapper {
    height: 70px;
  }
  .breadcrumb {
    padding-top: 90px;
  }
  .partners__item {
    width: 48%;
  }
  .partners__item:not(:nth-child(3n)) {
    margin-right: 0%;
  }
  .partners__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partners__item__pic {
    width: 110px;
    height: 110px;
  }
  .partners__item p {
    text-align: justify;
  }
  .reviews__item {
    width: 48%;
  }
  .services__item {
    width: 31%;
  }
  .works-examples .block:not(:last-child) {
    margin-bottom: 30px;
  }
  .corporate__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corporate__item__pic {
    width: 100%;
    margin-bottom: 15px;
  }
  .corporate__item__info {
    width: 100%;
  }
  .documents__item-pic {
    height: 220px;
  }
  .burger:after{
    top: 70px;
  }
  .nav__items{
    width: 380px;
  }
}

@media screen and (max-width: 550px) {
  .social-networks-right__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .social-networks .soc-icon svg {
    height: 17px;
    width: 17px;
  }
  .social-networks-right__item-info .text {
    margin-bottom: 6px;
  }
  .section {
    padding: 40px 0;
  }
  .input-parent {
    width: 48%;
  }
  .news-title {
    margin: 10px 0 6px;
  }
  .social-networks-left .text {
    margin-bottom: 25px;
  }
  .header__bottom-left {
    width: 100%;
  }
  .task .video {
    height: auto;
  }
  .figures__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .figures__item span {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .figures__item:first-child {
    width: 48%;
  }
  .services__item {
    width: 48%;
  }
  .services-view__item__info p:not(:last-child) {
    margin-bottom: 9px;
  }
  p {
    line-height: 145%;
  }
  .documents__item {
    width: 48%;
    padding: 20px;
  }
  .documents__item-pic {
    height: 262px;
  }
  .card {
    width: 100%;
  }
  .vacancies__item__header, .vacancies__item__body {
    padding: 18px;
  }
  .for-students__title {
    margin-bottom: 15px;
  }
  .for-students p, .for-students ul li, .prof ul li {
    margin-bottom: 15px;
  }
  .advantages__item {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .news__item {
    width: 100%;
  }
  .btn {
    padding: 12px 36px;
  }
  .header__bottom-title {
    font-size: 4em;
  }
  .btn-sec {
    padding-left: 57px;
    width: 180px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .btn-sec:after {
    width: 14px;
    height: 14px;
    top: 29%;
  }
  .social-networks-left .text {
    text-align: center;
  }
  .title {
    text-align: center;
  }
  .footer-nav.footer__menu {
    margin-top: 15px;
  }
  .footer__top {
    padding: 30px 0;
  }
  .footer__bottom {
    -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;
  }
  .footer__rights {
    margin-bottom: 10px;
  }
  .search {
    display: none;
  }
  .values__item {
    width: 100%;
  }
  .philisophy p {
    line-height: 145%;
  }
  .video-parent:before {
    width: 65px;
    height: 65px;
  }
  .about .texts {
    padding: 22px 18px 22px 20px;
  }
  .partners__item {
    width: 100%;
  }
  .reviews__item {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .services-view__item__pic {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .work-examples-view__pic .slick-arrow.slick-next {
    right: 20px;
  }
  .work-examples-view__pic .slick-arrow.slick-prev {
    left: 20px;
  }
  .documents__item {
    width: 100%;
  }
  .documents__item-pic {
    height: auto;
  }
  .application__form-input, .application__download, .application__button {
    width: 100%;
  }
  .application__form-block, .application__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .application__form-input:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .application__download {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .application__block {
    margin-bottom: 20px;
  }
  .for-students ul li:before, .prof ul li:before {
    width: 20px;
    left: -30px;
  }
  .for-students ul li, .prof ul li {
    margin-left: 30px;
  }
  .services-view__item__info p{
    text-align: justify;
  }
  .nav__items .nav__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .nav__items .nav__item a {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 400px) {
  .figures__item {
    width: 80%;
  }
  .figures__item span {
    font-size: 3.3em;
  }
  .input-parent {
    width: 100%;
  }
  .btn-sec {
    text-align: center;
  }
  .works_tab__item {
    width: 100%;
  }
  .services__item {
    width: 100%;
  }
  p {
    text-align: justify;
  }
}


/*new css*/
.experts__cards {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.experts__card {
  box-shadow: 0px 4px 21px rgb(151 174 200 / 19%);
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
}
.experts__card img, .experts__title {
  transition: all 0.3s ease;
}
.experts__card:hover img {
  transform: scale(1.1);
}
.experts__card:hover .experts__title {
  color: #75d515;
}
.experts__content {
  padding: 20px;
}
.experts__content span {
  display: block;
}
.experts__content h3 {
  margin: 0;
  margin-bottom: 4px;
}
.experts__img {
  width: 100%;
  height: 217px;
  overflow: hidden;
}
.experts__pagin {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
}
.experts__pagin li {
  margin-right: 10px;
}
.experts__pagin li:last-child {
  margin-right: 0;
}
.experts__pagin .active {
  color: #75d515;
  pointer-events: none;
}
.experts-inner__container {
  display: grid;
  grid-template-columns: 35% 1fr;
  column-gap: 50px;
}
.experts-inner__title {
  grid-column: span 2;
}
.experts-inner__img {
  height: 568px;
  border-radius: 10px;
  overflow: hidden;
}
.experts-inner__head {
  margin-bottom: 30px;
}
.experts__img img, .experts-inner__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
/*services-inner*/
.services-inner__container {
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 50px;
}
.services-inner__content {
  grid-column: span 2;
  font-feature-settings: "tnum";
}
.services-inner__img {
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.services-inner__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-inner__form {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #77C043;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.75em;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.services-inner__form:hover {
  cursor: pointer;
  background-color: black;
}
.services-inner__form img {
  width: 22px;
  height: 30px;
  margin-right: 40px;
}
.services-inner__link {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #42454E;
}
.services-inner__link .btn {
  width: 100%;
  padding: 16px 40px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.services-inner__link .btn:last-of-type {
  margin-bottom: 0;
}
.services-inner__link span {
  display: block;
  margin-bottom: 20px;
  line-height: 1.75em;
}
.services-inner__txt {
  margin-bottom: 40px;
}
.tab__caption {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.tab__caption li {
  max-width: max-content;
  padding: 16px 30px;
  border-radius: 10px;
  background-color: #77C043;
  color: #fff;
  transition: all 0.3s ease;
}
.tab__caption .active {
  background-color: #9E9E9E;
  pointer-events: none;
}
.tab__caption li:hover {
  cursor: pointer;
  background-color: black;
}
.tab__content {
  display: none; 
  padding: 50px;
  border: 1px solid #9E9E9E;
  border-radius: 10px;
}
.tab__content.active {
  display: block;
}
/*form*/
.wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-out;
  z-index: 101;
}
.wrapper.active { 
  left: 0;
}
.form__wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 50%;
  padding: 50px;
  background-color: #fff;
  overflow-y: auto;
  transition: all 1s ease;
  z-index: 101;
}
.form__wrapper.active {
  right: 0;
}
.form__close {
  position: absolute;
  right: 50px;
  top: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.form__close:hover {
  cursor: pointer;
}
.form__title {
  max-width: 510px;
  margin-bottom: 30px;
}
.form__file {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
.form__img {
  width: 24px;
  height: 30px;
  margin-right: 20px;
}
.form__download {
  display: grid;
  gap: 6px;
  line-height: 1;
}
.form__download a {
  color: #001CB0;
  text-decoration-line: underline;
}
.form__download span {
  font-size: 0.75em;
}
.form__input, .form__select {
  display: grid;
  gap: 10px;
  width: 100%;
  grid-column: span 2;
}
.form__input:last-of-type, .form__select:last-of-type {
  margin-bottom: 0;
}
.form__wrapper form {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 10px;
  column-gap: 20px;
}
.form__input_sm {
  grid-column: unset;
}
.form__wrapper label {
  font-size: 1.2em;
  font-weight: 700;
  color: #42454E;
}
.form__input input, .form__select select {
  width: inherit;
  padding: 15px 20px;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
  color: #9E9E9E;
}
.form__input input::placeholder, .form__select select::placeholder {
  color: #9E9E9E;
}
.form__btn {
  max-width: max-content;
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  color: #fff;
}
.form__btn:hover {
  cursor: pointer;
}
/*responsive new*/
@media screen and (max-width: 1440px) {
  .tab__content {
    padding: 40px;
  }
  .form__wrapper {
    padding: 40px;
  }
  .form__close {
    right: 40px;
    top: 40px;
  }
  .form__close svg {
    width: 20px;
    height: 20px;
  }
  .form__file {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .form__wrapper label {
    font-size: 1em;
  }
}
@media screen and (max-width: 1280px) {
  .experts__cards {
    grid-template-columns: repeat(3,1fr);
  }
  .experts__img {
    height: 380px;
  }
  .experts-inner__img {
    height: 500px;
  }
}
@media screen and (max-width: 980px) {
  .services-inner__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .services-inner__content {
    grid-column: unset;
  }
  .services-inner__verification {
    order: 1;
  }
  .tab__content {
    padding: 30px;
  }
  .services-inner__img {
    height: 400px;
  }
  .form__wrapper form {
    grid-template-columns: 1fr;
  }
  .form__input, .form__select {
    grid-column: unset;
  }
  .form__close {
    right: 20px;
    top: 20px;
  }
  .experts__img {
    height: 320px;
  }
}
@media screen and (max-width: 700px) {
  .experts__cards {
    grid-template-columns: repeat(2,1fr);
  }
  .experts-inner__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .experts-inner__title {
    grid-column: unset;
  }
  .experts-inner__head {
    margin-bottom: 20px;
  }
  .form__wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 620px) {
  .form__wrapper {
    width: 100%;
  }
  .form__wrapper {
    padding: 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .experts__cards {
    grid-template-columns: 1fr;
  }
  .experts__pagin {
    justify-content: center;
  }
  .services-inner__form {
    padding: 20px;
    font-size: 1em;
  }
  .services-inner__form img {
    margin-right: 20px;
  }
  .tab__caption li {
    max-width: unset;
    width: 100%;
    text-align: center;
  }
  .tab__content {
    padding: 20px;
  }
  .services-inner__img {
    height: 250px;
  }
  .experts__img {
    height: 300px;
  }
  .experts-inner__img {
    height: 420px;
  }
}

/*----- Start formLoader -----*/
.form_loader {
  position: fixed;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.form_loader_block {
  position: absolute;
  width: 350px;
  max-width: 90%;
  left: 50%;
  top: 45%;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.form_loader_animate {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.form_loader_animate:after {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  /*margin: 8px;*/
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #77C043 transparent #77C043 transparent;
  animation: loader-animate 1.2s linear infinite;
}
.form_loader_text {
  font-size: 20px;
  text-align: center;
}

@keyframes loader-animate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/*----- End formLoader -----*/

.ten-center {
	display:none;
	width:80px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

.ten-center img {
	width:100%;
	height:auto;
	max-height:45px;
}

@media(max-width:767px) {
	.ten-center {
		display:block;
	}
	footer .footer__bottom {
		text-align:center;
	}
}

@media(max-width:400px) {
	.logo__header {
		margin-right:25px;
	}
}