

/* Start:/css/style.css?174129119823809*/
:root {
--black:#1E1E1E;
--greybg:#EAEAEA;
--greytext:#666666;
--white:#FFF;
--fsize:18px;
}

@media (max-width:1680px) {
:root {
--fsize:16px;
}
}

@media (max-width:1440px) {
:root {
--fsize:14px;
}
}

body {
background: var(--greybg);
}

* {
font-family: "Geologica", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-size: var(--fsize);
}

h1, h2, h3, h4 {
font-weight: 600;
}

h2 {
font-size: 6.86rem;
}

.header {
padding: 1.79rem 1.43rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-content: center;
align-items: center;
position: relative;
z-index: 2;
}

.header__menu {
display: flex;
align-content: center;
align-items: center;
width: 17.86rem;
position: relative;
z-index: 2;
cursor: pointer;
}

.header__menu-icon {
margin-right: 1.43rem;
}

.header__menu-icon-stripe {
width: 2.14rem;
height: 1px;
background: var(--black);
margin-bottom: 0.86rem;
transition: 300ms;
}

.header__menu-icon-stripe:nth-child(2) {
margin-bottom: 0;
}

.header__menu-text {
font-size: 0.86rem;
text-transform: uppercase;
}

.header__menu-body {
background: rgba(255, 255, 255, 0.2); /* Полупрозрачный белый фон */
backdrop-filter: blur(10px); /* Эффект размытия заднего фона */
-webkit-backdrop-filter: blur(10px); /* Для поддержки в Safari */
position: absolute;
top:0;
left: 0;
width: 100%;
height: calc(100vh - 7rem);
padding-top: 7rem;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
flex-wrap: wrap;
transform: translateX(-100vw);
transition: 300ms;
}

.header__a .header__menu-body {
transform: translateX(0);
}

.header__a .header__menu-icon-stripe:nth-child(1) {
opacity: 0;
}

.header__a .header__menu-icon-stripe:nth-child(2) {
margin-top: -0.86rem;
}

.header__menu-body-item {
display: block;
font-size: 3.43rem;
text-transform: uppercase;
font-weight: 300;
text-align: center;
width: 100%;
margin: 0.5rem 0;
color: var(--black);
text-decoration: none;
}

.header__logo-src {
width: 24rem;
height: 5rem;
position: relative;
z-index: 2;
}

.header__button-icon {
display: none;
}

.header .button {
position: relative;
z-index: 2;
}

.button {
background: var(--black);
color: var(--white);
height: 3.57rem;
padding: 0 1.43rem;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
text-transform: uppercase;
text-decoration: none;
transition: 300ms;
border:1px solid transparent;
cursor: pointer;
}

.button:hover {
border:1px solid var(--black);
background: transparent;
color: var(--black);
}

.form__button {
border-radius: 3.57rem;
}

.button-i {
border-radius: 3.57rem;
border:1px solid var(--black);
background: transparent;
color: var(--black);
}

.button-i:hover {
background: var(--black);
color: var(--white);
}

.fs {
background: radial-gradient(50% 50% at 50% 50%, #F7FBFC 0%, #CBCFD0 100%);
background-size: cover;
height: 100vh;
margin-top: -8.64rem;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
position: relative;
}

.fs__text-block {
font-size: 3.43rem;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 1;
margin-bottom: 4.29rem;
opacity: 0; /* Изначально скрыто */
  transform: translateY(20px); /* Легкое смещение вниз */
  animation: fadeIn 1s ease forwards; /* Анимация появления */
display: block;
  text-decoration: none;
  color: var(--black);
  transition: 300ms;
}

.fs__text-block span {
display: block;
font-size: 3.43rem;
text-transform: uppercase;
font-weight: 300;
text-align: center;
}

.fs__text-block:hover {
transform: scale(1.05);
}

@keyframes fadeIn {
  to {
	opacity: 1; /* Полностью видимый */
	transform: translateY(0); /* Возврат в исходное положение */
  }
}

/* Индивидуальная задержка для каждого блока */
.fs__text-block:nth-child(1) {
  animation-delay: 0s;
}
.fs__text-block:nth-child(2) {
  animation-delay: 0.5s;
}
.fs__text-block:nth-child(3) {
  animation-delay: 1s;
}

.fs__pic-left {
position: absolute;
left: 0;
bottom: 0;
width: 27vw;
opacity: 0; /* Начальное состояние — полностью скрыто */
  transform: translateY(20px); /* Смещение для более выразительного эффекта */
  transition: opacity 1.5s ease, transform 1.5s ease; /* Плавное появление */
}

.fs__pic-left img, .fs__pic-right img {
width: 27vw;
}

.fs__pic-right {
position: absolute;
right: 0;
bottom: 0;
width: 27vw;
opacity: 0; /* Начальное состояние — полностью скрыто */
transition: opacity 1.5s ease, transform 1.5s ease; /* Плавное появление */
transform: translateY(20px) scaleX(-1);
}

.visible {
  opacity: 1; /* Полностью видимая */
  transform: translateY(0); /* Возврат в исходное положение */
}

.fs__pic-right.visible {
  transform: translateY(0) scaleX(-1); /* Сохраняем отражение */
}

.practice {
padding: 13.57rem 8.57rem;
}

.practice__title {
text-align: center;
padding-bottom: 1.29rem;
line-height: 1;
}

.practice__stitle {
max-width: 32.86rem;
text-align: center;
font-weight: 300;
margin: 0 auto;
padding-bottom: 3rem;
}

.practice__slider {
max-width: 85.71rem;
}

.practice__slider-item {
width: 23.93rem;
}

.practice__slider-item, .practice__slider-item img {
font-size: 0;
}

.practice__slider-item img {
width: 100%;
}

.practice__slider-item-title {
min-height: 5.71rem;
font-size: 0.86rem;
text-transform: uppercase;
color: var(--white);
position: absolute;
text-align: center;
bottom: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
display: flex;
align-content: center;
align-items: center;
justify-content: center;
padding: 0 1rem;
width: calc(100% - 2rem);
}

.practice__buttons {
max-width: 16.43rem;
margin: 0 auto;
margin-top: 4.43rem;
}

.practice__buttons-item {
border-radius: 3.57rem;
margin-bottom: 2.29rem;
}

.practice__buttons-link {
display: flex;
align-content: center;
align-items: center;
justify-content: center;
color: var(--black);
text-transform: uppercase;
text-decoration: none;
margin-bottom: 1.29rem;
}

.practice__buttons-link-icon-01 {
width: 1.21rem;
height: 1.07rem;
margin-right: 0.71rem;
}

.practice__buttons-link-icon-02 {
width: 1.07rem;
height: 1.36rem;
margin-right: 0.71rem;
}

.science {
background: var(--black);
color: var(--white);
margin-left: 1.43rem;
margin-right: 1.43rem;
display: flex;
flex-wrap: wrap;
}

.science__text {
width: calc(60% - 8.57rem);
padding-left: 8.57rem;
padding-top: 6.43rem;
position: relative;
z-index: 2;
}

.science__text-title {
line-height: 1;
padding-bottom: 3.93rem;
}

.science__text-cols {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 5.36rem;
}

.science__text-cols p {
width: calc(50% - 1rem);
}

.science__text-icons {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.science__text-icon-link {
text-transform: uppercase;
color: var(--white);
width: calc(50% - 1rem);
display:flex;
align-content: center;
align-items: center;
margin-bottom: 1.27rem;
text-decoration: none;
}

.science__text-icon-link svg {
fill:var(--white);
margin-right: 1rem;
}

.science__text-icon-01 {
width: 1.50rem;
height: 1.43rem;
}

.science__text-icon-02 {
width: 1.36rem;
height: 1.07rem;
}

.science__text-icon-03 {
width: 1.36rem;
height: 1.36rem;
}

.science__pic {
width: 40%;
}

.science__pic-src {
width: 100%;
}

.specprojects {
padding-left: 1.43rem;
padding-right: 1.43rem;
margin-top: 13.57rem;
margin-bottom: 14.29rem;
overflow-y: hidden;
max-width: 100vw;
}

.specprojects__title {
text-align: center;
margin-bottom: 3.57rem;
}

.specprojects__list {
display: flex;
width: max-content;
gap: 20px;
}

.specprojects__list-slider {
display: none;
}

.specprojects__list-item {
flex: 0 0 325px;
width: 335px;
height: 335px;
position: relative;
}

.specprojects__list-item-case {
position: absolute;
bottom: 20px;
right: 20px;
background: var(--black);
color: var(--white);
height: 3.57rem;
padding: 0 1.43rem;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
text-transform: uppercase;
border-radius: 3.57rem;
}

.specprojects__list-item-case-icon {
fill:var(--white);
width: 1.36rem;
height: 1.36rem;
margin-right: 1rem;
}

.specprojects__list-item-pic {
width: 100%;
height: 100%;
object-fit: cover;
}

.trust {
margin-left: 1.43rem;
margin-right: 1.43rem;
margin-bottom: 11.43rem;
}

.trust__title {
text-align: center;
line-height: 1;
}

.trust__stitle {
text-align: center;
font-size: 1.71rem;
font-weight: 300;
padding-top: 0.86rem;
padding-bottom: 3.93rem;
}

.trust__list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.trust__list-item {
width: calc(25% - 1.07rem);
}

.trust__list-item-pic-src {
width: 100%;
}

.trust__list-item-name {
font-size: 1.71rem;
font-weight: 600;
margin-top: 1.43rem;
margin-bottom: 0.71rem;
}

.trust__list-item-role {
font-weight: 300;
min-height: 2.7rem;
padding-bottom: 1.14rem;
}

.trust__list-item-links {
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
}

.trust__list-item-links-item {
margin-right: 1rem;
}

.trust__list-item-links-item-icon-01 {
width: 1.86rem;
height: 1.14rem;
}

.trust__list-item-links-item-icon-02 {
width: 0.71rem;
height: 1.50rem;
}

.trust__list-item-links-item-icon-03 {
width: 1.50rem;
height: 1.50rem;
}

.trust__list-item-links-item-icon-04 {
width:1.57rem;
height:1.57rem;
}

.trust__list-item-links-item-icon-05 {
width: 1.50rem;
height: 1.50rem;
}

.partners {
margin-left: 1.43rem;
margin-right: 1.43rem;
margin-bottom: 13.57rem;
}

.partners__title {
text-align: center;
font-size: 1.71rem;
font-weight: 300;
padding-bottom: 6.07rem;
}

.partners__list {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
}

.partners__list-item {
width: calc(25% - 5rem);
}

/* Стили формы */

.feedback-form {
padding: 2rem;
}

.feedback-form__pu {
display: none;
background: var(--greybg);
}

.feedback-form__pu-title {
font-size: 2.7rem;
font-weight: 600;
margin-bottom: 2rem;
}

.feedback-form_pu {
display: none;
max-width: 30rem;
padding: 0;
border-radius: 0.5rem;
}

.feedback-form__title {
width: 100%;
padding-bottom: 2rem;
}

.form-input {
height: 2.86rem;
border-radius: 0.35rem;
padding: 0 0.5rem;
outline: none;
transition: border-color 0.2s;
width: calc(100% - 1rem);
background: var(--white);
}

.form-group {
position: relative;
margin-bottom: 1.5rem;
}

.form-group label {
position: absolute;
top: 0.8rem;
left: 0.8rem;
transition: 0.2s;
color: var(--gtext);
font-size: 1.14rem;
pointer-events: none;
}

.form-input:focus {
border-color: var(--blue);
}

.form-input:focus + label,
.form-input:not(:placeholder-shown) + label {
top: -0.8rem;
left: 0.5rem;
font-size: 0.6rem;
color: var(--blue);
}

.form-input.invalid {
border-color: red;
}

.form-input.valid {
border-color: green;
}

.form-group select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: white url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10"><path fill="none" stroke="%23000" stroke-width="2" d="M1 1l5 5 5-5"/></svg>') no-repeat right 10px top 50%;
background-size: 12px;
width: 100%;
background: var(--white);
}

.form-group .iti {
display: block;
}

.form-group .phone-input {
width: 100%;
}

.form-group textarea {
min-height: 5rem;
background: var(--white);
}

.form-group select + label {
top: -0.8rem;
left: 0.5rem;
font-size: 0.6rem;
color: var(--blue);
}

.form-group__pp {
width: 100%;
font-size: 0.86rem;
color: rgba(0,0,0,0.4);
}

/* Стили для сообщения об ошибке */
.error-message {
color: red;
font-size: 0.60rem;
margin-top: 0.25rem;
display: none;
}

.button .checkmark {
display: none;
margin-right: 10px;
}

.button.success {
background-color: #28a745;
color: white;
width: auto;
}

.button.success .checkmark {
display: inline-block;
animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.feedback-form.submitted {
display: none;
}

.checkbox-group {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 0rem;
margin-bottom: 1.5rem;
}

.checkbox {
position: relative;
}

.checkbox input[type="checkbox"] {
display: none;
}

.checkbox label {
display: inline-block;
padding: 0.50rem 1.00rem;
font-size: 0.80rem;
border-radius: 1.50rem;
background-color: var(--grey);
color: var(--black);
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
}

.checkbox input[type="checkbox"]:checked + label {
background-color: var(--blue);
color: var(--white);
}

/* Стили формы конец */

.feedback {
display: flex;
flex-wrap: wrap;
margin-left: 1.43rem;
margin-right: 1.43rem;
margin-bottom: 10rem;
}

.feedback__title {
text-align: center;
width: 100%;
margin-bottom: 5.71rem;
}

.feedback__text {
width: 50%;
}

.feedback__text-inner {
max-width: 32.43rem;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}

.feedback__text-photo {
width: 8.57rem;
}

.feedback__text-photo-src {
width: 7.07rem;
border-radius: 50%;
}

.feedback__text-info {
width: calc(100% - 8.57rem);
}

.feedback__text-name {
font-size: 1.71rem;
font-weight: 600;
}

.feedback__text-role {
padding-top: 0.29rem;
padding-bottom: 2.86rem;
}

.feedback__text-links {
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 1.93rem;
}

.feedback__text-links-item {
margin-left: 1rem;
}

.button-r {
display: inline-flex;
}

.feedback__text-map {
font-size: 0;
margin-top: 3.57rem;
margin-bottom: 2.29rem;
cursor: pointer;
overflow: hidden;
border-radius: 1.43rem;
display: block;
}

.feedback__text-map-src {
font-size: 0;
border-radius: 1.43rem;
}

.feedback__text-map:hover .feedback__text-map-src {
transform: scale(1.1);
transition: 300ms;
}

.feedback__form {
width: 50%;
}

.prctc-wrap {
padding-left: 7.67rem;
padding-right: 7.67rem;
}

.prctc-wrap__head {
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
justify-content: space-between;
}

.prctc-wrap__head-pic_m {
display: none;
}

.prctc-wrap__head-left {
width: 60%;
}

.prctc-wrap__head-breadcrumbs {
font-size: 0.86rem;
color: var(--greytext);
text-decoration: none;
}

.prctc-wrap__head-title {
font-size: 3.43rem;
line-height: 1;
margin-top: 3rem;
margin-bottom: 3.21rem;
}

.prctc-wrap__head-description {
font-size: 1.29rem;
color: var(--greytext);
font-weight: 300;
margin-bottom: 3.93rem;
}

.prctc-wrap__head-facts {
display: flex;
flex-wrap: wrap;
margin-bottom: 4.29rem;
}

.prctc-wrap__head-facts-item {
margin-right: 3.5rem;
font-size: 1.14rem;
}

.prctc-wrap__head-facts-item span {
display: block;
color: var(--greytext);
}

.prctc-wrap__head-button {
border-radius: 3.57rem;
display: inline-flex;
}

.prctc-wrap__head-right {
width: 35%;
position: relative;
}

.prctc-wrap__head-pic {
max-width: 100%;
}

.prctc-wrap__head-right:after {
height: 25rem;
width: 100%;
background: linear-gradient(181.71deg, rgba(234, 234, 234, 0) 1.45%, #EAEAEA 94.76%);
display: block;
content:' ';
position: absolute;
bottom: 0;
}

.prctc__blocks {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.prctc__body {
width: 60%;
padding-bottom: 13.57rem;
}

.prctc__body h2, .prctc__body h1 {
font-size: 2.57rem;
line-height: 1;
padding-bottom: 3.21rem;
padding-top: 1.93rem;
}

.prctc__body h3 {
font-size: 1.43rem;
font-weight: 300;
}

.prctc__body ul {
margin-top: 1rem;
margin-bottom: 1rem;
}

.prctc__body li {
font-size: 1.14rem;
padding-bottom: .5rem;
margin-left: 1.5rem;
color: var(--greytext);
list-style-type: decimal;
}

.prctc__body p {
font-size: 1.14rem;
font-weight: 300;
line-height: 1.5;
padding-bottom: 1.14rem;
color: var(--greytext);
}

.prctc__body-pic {
display: block;
padding-bottom: 2.57rem;
max-width: 100%;
}

.prctc__body-img-dsrc {
margin-top: -1.5rem;
margin-bottom: 3rem;
}

.prctc__body-gal {
display: flex;
flex-wrap: wrap;
padding-bottom: 1.14rem;
}

.prctc__body-gal-item {
width: calc(33% - 1rem);
margin-right: 1rem;
margin-bottom: 1rem;
}

.prctc__body-gal-item:nth-child(3n+3) {
margin-right: 0;
}

.prctc__body-gal-item img {
width: 100%;
}

.video-presentation {
display: block;
max-width: 85.71rem;
width: 100%;
height: 48rem;
margin: 0 auto;
margin-bottom: 5rem;
}

#container {
  position: relative;
  display: flex;
  width: 100%;
  max-height: 95vh;
  aspect-ratio: 3 / 2;
}

#container .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#container .img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

#container .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: .2rem;
  height: 100%;
  background-color: #FAFAFA;
}

#container input {
  /* reset */
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  /* custom */
  position: absolute;
  width: calc(100% + 2.25rem);
  height: 100%;
  left: -1.125rem;
}

#container input::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: .25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E');
  background-size: cover;
  cursor: grab;
}

#container input::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: .25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E');
  background-size: cover;
  cursor: grab;
}

#container input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

#container input:active::-moz-slider-thumb {
  cursor: grabbing;
}

.prctc__sidebar {
width: 35%;
}

.prctc__sidebar-personal {
display: flex;
flex-wrap: wrap;
margin-bottom: 3.57rem;
}

.prctc__sidebar-personal .feedback__text-photo {
width: 6rem;
}

.prctc__sidebar-personal .feedback__text-photo-src {
width: 4.57rem;
}

.feedback__text-info {
width: calc(100% - 6rem);
}

.feedback__text-review-button {
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
text-transform: uppercase;
cursor: pointer;
}

.feedback__text-review-button-icon {
width: 1.36rem;
height: 1.36rem;
margin-right: 0.5rem;
}

.feedback__text-review {
color: var(--greytext);
width: 100%;
padding-bottom: 1.14rem;
}

.feedback__text-review-text {
padding: 2.14rem;
border-radius: 3.57rem;
max-width: 40rem;
display: none;
}

.feedback__text-review-text .prctc__sidebar-personal {
margin-bottom: 0;
}

.feedback__text-review-text_p .feedback__text-name {
padding-bottom: 20px;
}

.footer {
margin-left: 1.43rem;
margin-right: 1.43rem;
border-top:1px solid rgba(20,20,20,0.2);
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
height: 4rem;
}

.footer a {
color: rgba(20,20,20,0.2);
}

.footer__left {
width: 50%;
opacity: .4;
}

.footer__right {
width: 50%;
display: flex;
justify-content: space-between;
}

.grecaptcha-badge {
display: none;
}

@media (max-width:1200px) {
  .prctc-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
  }
  
  .science__text {
  padding-left: 3.57rem;
  width: calc(60% - 3.57rem);
  }
}

@media (max-width:990px) {
  
html {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

body {
width: 100%;
max-width: 100%;
}

h2 {
font-size: 2.86rem;
}
  
.header {
padding: 1.43rem 0.71rem;
}

.header__menu-text {
display: none;
} 

.header__menu {
width: 2.14rem;
height: 4rem;
}

.header__logo {
width: calc(100% - 10rem);
}

.header__logo-src {
max-width: 100%;
}

.header__button {
font-size: 0;
background: none;
font-size: 0;
height: 2.86rem;
width: 2.86rem;
border:1px solid #656768;
border-radius: 50%;
padding: 0;
}

.header__button-icon {
display: block;
width:1.14rem;
}

.header__menu-body-item {
font-size: 6vw;
}

.fs {
align-items: flex-start;
padding-top: 6.7rem;
height: calc(100vh - 6.7rem);
}

.fs__text-block, .fs__text-block span {
font-size: 7vw;
}

.fs__pic-left img, .fs__pic-right img {
width: 60vw;
}

.practice {
padding: 4rem 0;
}

.practice__stitle {
padding-left: 1.43rem;
padding-right: 1.43rem;
}

.practice__slider-item {
width: 60vw;
}

.science {
margin: 0;
}

.science__text {
padding: 3.57rem 1.43rem;
width: 100%;
}

.science__text-title {
padding-bottom: 1.5rem;
text-align: center;
}

.science__text-cols p {
width: 100%;
text-align: center;
padding-bottom: 1rem;
}

.science__text-cols {
padding-bottom: 1.5rem;
}

.science__text-icon-link {
width: 100%;
justify-content: center;
}

.science__pic {
width: 100%;
text-align: center;
}

.specprojects {
margin-top: 4.57rem;
margin-bottom: 9.29rem;
}

.specprojects__list {
display: none;
}

.specprojects__list-slider .swiper-slide {
width: 335px;
}

.specprojects__list-slider {
display: block;
}

.trust__list-item {
width: calc(50% - 1.07rem);
margin-bottom: 2rem;
}

.trust__list-item-name {
font-size: 1.3rem;
}

.trust, .partners {
margin-left: 0.71rem;
margin-right: 0.71rem;
margin-bottom: 3.43rem;
}

.partners__title {
padding-bottom: 3rem;
}

.partners__list-item {
width: calc(50% - 1rem);
}

.partners__list {
justify-content: space-between;
}



.partners__list-item-logo {
width:100%;
}

.feedback__title {
margin-bottom: 2.7rem;
order: 1;
}

.feedback__form {
width: 100%;
order: 2;
margin-bottom: 2rem;
}

.feedback__form .feedback-form {
padding: 0;
}

.feedback__text {
width: 100%;
order: 3;
}

.prctc-wrap {
padding-left: 0.71rem;
padding-right: 0.71rem;
}

.prctc-wrap__head {
padding-bottom: 2.5rem;
}

.prctc-wrap__head-left {
width: 100%;
}

.prctc-wrap__head-pic_m {
display: block;
width:100%;
position: relative;
}

.prctc-wrap__head-pic_m img {
max-width: 100%;
}

.prctc-wrap__head-pic_m:after {
  height: 25rem;
  width: 100%;
  background: linear-gradient(181.71deg, rgba(234, 234, 234, 0) 1.45%, #EAEAEA 94.76%);
  display: block;
  content: ' ';
  position: absolute;
  bottom: 0;
}

.prctc-wrap__head-right {
display: none;
}

.prctc-wrap__head-title {
font-size: 2.14rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

.prctc-wrap__head-description {
font-size: 1.14rem;
margin-bottom: 1rem;
}

.prctc-wrap__head-facts {
margin-top: 2rem;
margin-bottom: 0;
}

.prctc-wrap__head-facts-item {
margin-bottom: 1.5rem;
}

.prctc__body {
width: 100%;
padding-bottom: 2.5rem;
}

.prctc__body h2 {
font-size: 1.71rem;
padding-bottom: 1.2rem;
padding-top: 1rem;
}

.prctc__body-gal-item {
width: calc(50% - 1rem);
margin-right: 1rem;
margin-bottom: 1rem;
}

.prctc__body-gal-item:nth-child(3n+3) {
margin-right: 1rem;
} 

.prctc__body-gal-item:nth-child(2n+2) {
margin-right: 0rem;
} 

.prctc__sidebar {
width: 100%;
}

.prctc__sidebar-personal_mh {
display: none;
}

.footer__left, .footer__right {
width: 100%;
flex-wrap: wrap;
padding-bottom: 1rem;
}

.footer a {
width: 100%;
padding-bottom: 1rem;
}
 
}
/* End */


/* Start:/css/reset.css?17327328673865*/
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
html,
body,
p,
div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


ul {
  list-style-type: none;
}
    input:not([type=checkbox]):not([type=radio]),
    textarea, 
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

input,
label,
select,
button,
textarea
{
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	
	/* Browsers have different default form fonts */
	font-size:14px;
}

/* Remove the stupid outer glow in Webkit */
input:focus
{
	outline:0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input,
textarea
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Text Inputs
-----------------------------------------------*/

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]
{
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio]
{
	width:13px;
	height:13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file]
{

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search]
{
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration
{
	display:none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
	/* Fix IE7 display bug */
	overflow:visible;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button
{	
	padding:0;
	border:0;
	background:none;
}

/* Textarea
-----------------------------------------------*/

textarea 
{
	/* Move the label to the top */
	vertical-align:top;
	
	/* Turn off scroll bars in IE unless needed */
	overflow:auto;
}

/* Selects
-----------------------------------------------*/

select
{

}

select[multiple] 
{
	/* Move the label to the top */
	vertical-align:top;
}
/* End */
/* /css/style.css?174129119823809 */
/* /css/reset.css?17327328673865 */
