@font-face {
	font-family: "Manrope-Regular";
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Manrope-Regular.woff2') format("woff2"), url('../fonts/Manrope-Regular.woff') format("woff");
}
@font-face {
	font-family: "Manrope-Bold";
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Manrope-Bold.woff2') format("woff2"), url('../fonts/Manrope-Bold.woff') format("woff");
}
.services__inner {
  gap: 0;
}
.services__img.image.animated {
  margin-top: 64px;
}
.title__num, .title__dash {
  display: none;
}
.title__dash, .title__dash {
  margin-left: 0 !important;
}
.hero_loaded::before {
	background-image: -webkit-image-set(url({{ about.image_xs.url }}) 1x, url({{ about.image_xs2x.url }}) 2x);
	background-image: image-set(url({{ about.image_xs.url }}) 1x, url({{ about.image_xs2x.url }}) 2x);
}
.footer__contacts {
	width: 600px;
	justify-content: space-between;
}
.column_news {
  float: left;
  width: 33%;
}
.modal__date {
  margin-top: 96px;
}
.modal__title {
  margin-bottom: 32px;
}
.modal__text {
  margin-bottom: 32px;
}
.modal {
  padding: 32px 0 128px 0;
}
.modal .container {
  overflow: hidden;
  background: url("{% static '/images/content/modal-bg.svg' %}") no-repeat center;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.modal_img {
  width: 100%;
  height: auto;
}
.modal__text a {
  color: #84665e;
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1150px) {
	.hide_me {
		display: none;
	}
}
@media (max-width: 1024px) {
  .modal .container {
	width: 100%;
	padding: 0 20px;
  }
  .modal .container .modal__top {
	padding: 0;
  }

}
@media (max-width: 560px) {
  .column_news {
	float: none;
	width: 100%;
  }
}
.team_link_hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;     
}
.team_link_hover:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;     
}
.team_hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team_hover:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer_data img {
  width: 256px;
  height: auto;
}
.footer_data {
  padding: 0 64px;
}
.footer__links {
  display:flex;
  gap:32px;
  margin-top:32px;
}
.footer__address {
  margin-top: 32px;
}
.footer__links br, .footer__address br {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .footer__links {
	display: block;
  }
  .first_footer_link {
	margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .footer_data {
	padding: 0;
  }
}

.services__main {
  margin-top: 0;
}
.news__m {
  padding-bottom: 128px;
}
.team__main {
  padding: 0 0 96px 0;
}
.projects__main {
  padding: 0 0 128px 0;
}
.swiper-pagination {
  display: block;
  text-align: center;
}
.swiper-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 8px 8px 0 0 !important;
}
.nav__list {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1200px) {
  .nav__list-item + .nav__list-item {
	  margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .header__logo {
	  width: 224px;
	  padding: 0 16px;
  }
  .header__logo img {
	width: 100%;
	height: auto;
  }
}
@media (max-width: 992px) {
  .header__logo {
	padding: 0;
  }
}
.analytics__list-item {
  padding: 48px;
  background: #F3F0EF;
  overflow: hidden;
  margin-bottom: 48px;
}
.analytics__list-item a {
  color: #84665E;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.analytics__list-item p {
  margin-top: 16px;
}
.analytics__list-item-date {
  color: #808080;
  font-size: 16px;
  line-height: 25px;
}
.analytics__list-item-left {
  float: left;
  margin-right: 64px;
  width: calc(70% - 64px);
}
.analytics__list-item-right {
  float: right;
  width: 30%;
}
.analytics__list-item-right img {
  width: 100%;
}
.analytics__padding {
  padding: 0;
}
.analytics__padding .news-list__s-btn {
  margin: 0;
}
@media (max-width: 992px) {
  .analytics__list-item {
	padding: 32px;
	margin-bottom: 32px;
  }
  .analytics__list-item-right {
	width: 40%;
  }
  .analytics__list-item-left {
	width: calc(60% - 64px);
  }
}
@media (max-width: 640px) {
  .analytics__list-item {
	padding: 24px;
  }
}
@media (max-width: 520px) {
  .analytics__list-item {
	padding: 24px;
  }
  .analytics__list-item-right, .analytics__list-item-left {
	float: none;
	width: 100%;
	margin: 0;
  }
  .analytics__list-item-right {
	margin-bottom: 24px;
  }
}
.analytics__list-item-left a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.analytics__list-item-left a:hover {
  opacity: .75;
}
.analytics__list-item-right a img {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.analytics__list-item-right a:hover img {
  transform: scale(1.01);
}
.news-item__col, .c-item, .practice-item, .practices-list--bg .practices-list__col {
  background: none;
}
.content p a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #84665E !important;
  text-decoration: none !important;
}
.content p a:hover {
  opacity: .7;
}
.analytics__inner {
  margin: 64px 0 24px 0;
  color: #84665E;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 24px;
  line-height: 35px;
}
.services__text__inner {
  overflow: hidden;
  margin-bottom: 64px;
}
.services__text__inner p {
  font-size: 16px;
  line-height: 25px;
  float: left;
  margin-right: 64px;
  width: calc(50% - 64px);
}
@media (min-width: 1280px) {
  .practices-list__col {
	  -webkit-box-flex: none;
	  -ms-flex: none;
	  flex: none;
	  max-width: 100%;
  }
}
@media (max-width: 992px) {
  .services__text__inner p {
	float: none;
	width: 100%;
	margin-bottom: 16px;
  }
  .services__text__inner {
	margin-bottom: 32px;
  }
}
.services__banner__link {
  margin-top: 48px;
}
.services__banner__link a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 24px;
  line-height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.services__banner__link a:hover {
  border-color: rgba(255, 255, 255, .0);
  opacity: .75;
}
.vcard__file {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #84665E;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: 8px;
}
.vcard__file:hover {
  opacity: .75;
}
.vcard__file-inner {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .services__banner__link {
	margin-top: 32px;
  }
  .services__banner__link a {
	font-size: 20px;
	line-height: 29px;
  }
}
.letter_show {
  animation: cssAnimation 0s .5s forwards;
  visibility: hidden;
}
@keyframes cssAnimation {
  to   { visibility: visible; }
}


.footer_file_link {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin-top: 24px;
}
.footer_file_link:hover {
  opacity: .7;
}
.news_card_ratio img {
  height: 300px;
}
@media only screen and (max-width:1280px){
  .news_card_ratio img {
    height: 280px;
  }
}
@media only screen and (max-width:1156px){
  .news_card_ratio img {
    height: 270px;
  }
}
@media only screen and (max-width:1096px){
  .news_card_ratio img {
    height: 260px;
  }
}
.hero_loaded::before {
  background: none;
}
.hero {
  background: black;
}
#myVideoContainer {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  opacity: .7;
}

.content p a, .content address a, .content div a {
  font-weight: bold;
  color: #000000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.content p a:hover, .content address a:hover, .content div a:hover {
  opacity: .7;
  border-color: transparent;
}
b, strong  {
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.footer_file_link {
  margin-top: 0;
}
.footer_file_link_div {
  margin-top: 32px;
}
.services__grid {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.services__grid-item-left-content img {
  max-width: 100%;
}
.services__grid-item {
  background: #F3F0EF;
  padding: 24px;
}
.services__texts {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 64px;
}
@media only screen and (max-width:960px){
  .services__texts {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width:860px){
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.services__grid-item-link, .services__grid-item-right-content-arrow {
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #84665e;
}
.services__grid-item-left {
  margin-top: 16px;
  gap: 24px;
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.services__grid-item-right-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px;
}
@media only screen and (max-width:480px){
  .services__grid-item-left {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.services__grid-item-link, .services__grid-item-left-content a, .services__grid-item-left-content a img {

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.services__grid-item-link:hover, .services__grid-item-left-content a:hover, .services__grid-item-left-content a:hover img {
  opacity: .8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.no-animation .projects-list__inner {
  opacity: 1 !important;
}
.no-animation .support, .no-animation .support .container, .no-animation .support .support__wrapper {
opacity: 1 !important;
}
.telegram_link img {
width: 16px;
height: auto;
margin: 6px 0 0 4px;
}
.telegram_link {
border-radius: 100px;
display: inline-block;
height: 28px;
width: 28px;
margin-left: 24px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.telegram_link:hover {
opacity: .7;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media only screen and (max-width:992px){
.telegram_link {
margin-left: 0px;
margin-top: 24px;
}
}
@media only screen and (max-width:1024px) {
.nav__list-item + .nav__list-item {
margin-left: 16px;
}
}

.custom-dropdown-primary .select2-results__option {
	font-family: "Manrope-Regular";
	font-weight: 400;
}

.select2-container--default .custom-select-primary {
	font-family: "Manrope-Regular";
	font-weight: 400;
}

.custom-dropdown-primary .select2-results__option {
  padding: 12px 16px;
}

.register-form .select2-container--default .custom-select-primary {
  height: 48px;
}

.register-form .select2-container .custom-select-primary .select2-selection__rendered {
  line-height: 48px;
}

.register-form {
  background: #F3F0EF;
  padding: 48px;
  max-width: 640px;
  margin: 0 auto;
}

.register-form h1 {
  margin-bottom: 32px;
}

.register-form p {
  font-size: 16px;
  line-height: 25px;
}

.form-text {
  all: unset;
	font-family: "Manrope-Regular";
	font-weight: 400;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #000;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 0 16px;
  width: calc(100% - 32px);
}

.form-text:focus, .form-radio:focus {
	border-color: rgba(0, 0, 0, .6);
}

.register-form-line {
  margin-bottom: 16px;
}

.form-msg {
  margin-bottom: 32px;
}

::placeholder {
	color: #8C8C8C;
}

.form-error {
	border-color: red;
}

.form-msg-error {
	color: red;
	background: rgba(255, 0, 0, .1);
	padding: 8px 12px;
	font-size: 14px;
	line-height: 21px;
}

.register-form-heading {
  color: #808080;
  margin-bottom: 8px;
}

.register-form-radio {
  display: flex;
  gap: 16px;
}

.register-form-radio-item {
  display: flex;
  gap: 8px;
}

input[type=radio] {
  accent-color: #84665e;
}

.register-form p.form-rules {
  font-size: 14px;
  line-height: 21px;
}

.form-rules a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.form-rules a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.form-button {
  all: unset;
  margin-top: 16px;
	font-family: "Manrope-Bold";
	font-weight: 700;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  background: #84665E;
  width: 100%;
  max-width: 192px;
  text-align: center;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-button:hover {
  opacity: .9;
}

@media only screen and (max-width:768px) {
  .register-form {
    padding: 24px;
  }
}

label {
	font-size: 14px;
	line-height: 21px;
	padding-top: 4px;
	color: red;
	display: inline-block;
}

.register-form-line .select2-container--default .custom-select-primary .select2-selection__rendered {
  color: #000;
}


.news-item__col.news-item__col_long {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.social__block {
  background: #F3F0EF;
  padding: 32px 20px;
  display: flex;
  gap: 96px;
  align-items: center;
}
.social__block+.social__block {
  margin-top: 48px;
}
.social__block-left {
  width: 80%;
}
.social__block-left h2 {
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 16px 0;
}
.social__block-left p {
  font-size: 16px;
  line-height: 24px;
}
.social-intro {
  margin-bottom: 32px;
}
.social-outro {
  margin-top: 32px;
}
.job_button {
  border: 1px solid #fff;
  margin-top: 32px;
  font-size: 16px;
  padding: 15px 24px;
  min-width: 256px;
}
.job_button:hover {
  opacity: .7;
}
.content a {
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  transition: all 0.25s ease-out;
}
.content a:hover {
  border-color: transparent;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width:1024px) {
  .news-item__title {
    margin-bottom: 32px;
  }
  .social__block {
    display: block;
  }
  .social__block-left {
    width: 100%;
  }
  .social__block-right {
    margin-top: 24px;
  }
  .social__block+.social__block {
    margin-top: 32px;
  }
}
.news-list__list-jobs {
  margin: 48px 0 0 0;
  background: #F3F0EF;
  padding: 32px 16px;
}
.office_img {
  max-width: 320px;
  width: 100%;
  max-height: 400px;
}
.office_img_adaptive {
  display: none;
  max-width: 256px;
  height: auto;
  margin-top: 24px;
}
@media only screen and (max-width:1280px) {
  .office_img {
    max-width: 256px;
    height: auto;
  }
}
@media only screen and (max-width:960px) {
  .office_img {
    display: none;
  }
  .office_img_adaptive {
    display: block;
  }
}
@media (max-width: 767px) {
.s-bg {
    background-size: auto 50%;
}
}