@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active,
a:focus,
.doing__item-icon img a:active {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  vertical-align: top;
}

/*---------------------------------------------------------*/

@font-face {
  font-family: 'Lato';
  src: url("/Oski-assets/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /*@media (max-width: 950px) {		
		unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	}*/
}

@font-face {
  font-family: 'Lato';
  src: url("/Oski-assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /*@media (max-width: 950px) {		
		unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	}*/
}

@font-face {
  font-family: 'Lato';
  src: url("/Oski-assets/fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  /*@media (max-width: 950px) {		
		unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	}*/
}

@font-face {
  font-family: "Montserrat";
  src: url("/Oski-assets/fonts/Montserrat-ExtraBold.woff") format("woff"), url("/Oski-assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  background: #ffffff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
}

.row::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  margin: 0 auto;
}

._container {
  max-width: 1280px;
  padding: 0 39px;
  margin: 0 auto;
}

.section-title {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.main-button {
  display: inline-block;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-transform: capitalize;
  background: linear-gradient(111.93deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.main-button span {
  position: relative;
  z-index: 1;
}

.main-button::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(111.93deg, #70E3E1 17.28%, #0049B8 94.89%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.main-button:hover,
.main-button:focus {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.main-button:hover::after,
.main-button:focus::after {
  opacity: 1;
}

.medium-section-title {
  font-weight: 900;
  font-size: 60px;
}

.font-link-default {
  font-weight: 800;
}

.customLink {
  color: #0F5EBE;
  text-decoration: none;
}

.customLink:active {
  color: #0F5EBE;
}

.ul-custom-mb {
  margin-bottom: 1px;
}

.customLink:hover {
  color: #70e3e1;
}

.latestArticleslink {
  color: #252D35;
  text-decoration: none;
}

.latestArticleslink:hover {
  color: #70e3e1;
}

.customLink:active {
  color: #252D35;
}

.oski-mt-1 {
  margin-top: 0px !important;
}

.oski-mb-1 {
  margin-bottom: 0px !important;
}

.oski-ml-1 {
  margin-left: 0px !important;
}

.oski-mr-1 {
  margin-right: 0px !important;
}

.oski-mt-2 {
  margin-top: 20px !important;
}

.oski-mb-2 {
  margin-bottom: 20px !important;
}

.oski-ml-2 {
  margin-left: 20px !important;
}

.oski-mr-2 {
  margin-right: 20px !important;
}

.oski-mt-3 {
  margin-top: 24px !important;
}

.oski-mb-3 {
  margin-bottom: 24px !important;
}

.oski-ml-3 {
  margin-left: 24px !important;
}

.oski-mr-3 {
  margin-right: 24px !important;
}

.oski-mt-4 {
  margin-top: 48px !important;
}

.oski-mb-4 {
  margin-bottom: 48px !important;
}

.oski-ml-4 {
  margin-left: 48px !important;
}

.oski-mr-4 {
  margin-right: 48px !important;
}

.oski-mt-5 {
  margin-top: 98px !important;
}

.oski-mb-5 {
  margin-bottom: 98px !important;
}

.oski-ml-5 {
  margin-left: 98px !important;
}

.oski-mr-5 {
  margin-right: 98px !important;
}

.oski-pt-1 {
  padding-top: 20px;
}

.oski-pb-1 {
  padding-bottom: 20px;
}

.oski-pt-2 {
  padding-top: 24px;
}

.oski-pb-2 {
  padding-bottom: 24px;
}

.oski-pt-3 {
  padding-top: 48px;
}

.oski-pb-3 {
  padding-bottom: 48px;
}

.oski-pt-4 {
  padding-top: 98px;
}

.oski-pb-4 {
  padding-bottom: 98px;
}

.header {
  width: 100%;
  height: 100px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 0 15%;
  border-bottom: 1px solid #D7D6D9;
}

.header ol,
.header ul {
  padding-left: 0px;
  margin-top: 0px;
}

.header.out {
  -webkit-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
}

.header--active {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8) !important;
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8) !important;
  position: fixed !important;
  z-index: 20 !important;
}

.header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__navigation nav {
  width: 100%;
}

.header__logo {
  display: inline-block;
  margin-right: 15px;
}

.header__logo img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 150px;
  max-height: 100px;
}

.header__nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header__nav::-webkit-scrollbar {
  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*gap: 5%;*/
}

.header__menu::-webkit-scrollbar {
  display: none;
}

.header__menu__mobile {
  display: none;
}

.header__menu__item {
  padding: 0% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  /*cursor: pointer;*/
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  max-height: inherit;
  min-height: inherit;
}

.header__menu__item--left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 100%;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__menu__item__redirect {
  display: none;
}

.header__menu__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.header__menu__item__info a {
  width: 100%;
}

.header__menu__item p {
  margin: 0 !important;
}

.header__menu__item__icon {
  /*@media (max-width: $max-size-lg3) {*/
  width: 15px;
  height: 5px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  margin-right: 5px;
  background: url("/Content/images/menu_arrow.svg") no-repeat;
  /*}*/
}

.header__menu__item__icon--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__menu__item__need-help {
  padding: 50px 15%;
  background-color: #F7F9FF;
}

.header__menu__item__need-help__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
}

.header__menu__item__need-help__content__text {
  width: 32%;
}

.header__menu__item__need-help__content__success-manager {
  display: grid;
  grid-template-columns: 75px 250px;
  margin-left: 30px;
  margin-top: -30px;
}

.header__menu__item__need-help__content__success-manager__photo {
  background-repeat: no-repeat;
  background-size: cover;
  height: 75px;
  width: 75px;
  border-radius: 50%;
}

.header__menu__item__need-help__content__success-manager__info {
  margin-left: 20px;
  margin-top: 10px;
}

.header__menu__item__need-help__content__success-manager__name {
  font-weight: 700;
}

.header__menu__item__need-help__content__success-manager__position {
  font-size: 17px;
  color: #323232;
  font-weight: 200;
}

.header__menu__item__burger {
  display: none;
}

.header__menu__item__children {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: white;
  gap: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(137, 168, 255, 0.4);
}

.header__menu__item__children__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 100px;
  height: 100vh;
  left: 0;
  width: 100%;
}

.header__menu__item__children__wrap--hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

.header__menu__item__children__wrap--visible {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.header__menu__item__children--visible {
  opacity: 1;
  visibility: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header__menu__item__children__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 30%;
  min-width: 20%;
  gap: 15px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 15%;
}

.header__menu__item__children__right {
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  max-height: 500px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  padding: 0px 15% 2%;
}

.header__menu__item__children__title {
  font-weight: 700;
  font-size: 22px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 3px solid #9FB0FE;
  display: inline-block;
}

.header__menu__item__children__title a {
  color: #000000;
}

.header__menu__item__children__title a:hover {
  color: #70E3E1;
}

.header__menu__item__children__description {
  text-align: left;
}

.header__menu__item__children__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  color: #70E3E1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu__item__children__link:hover {
  gap: 35px;
}

.header__menu__item__children__link:hover .header__menu__item__children__link__icon {
  background: url("/Content/images/link_arrow.svg") no-repeat;
}

.header__menu__item__children__link__icon {
  width: 15px;
  height: 12px;
  background: url("/Content/images/link_arrow.svg") no-repeat;
}

.header__menu__item__children__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: linear-gradient(111.93deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 70%;
}

.header__menu__item__children__button img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.header__menu__item__children__button:hover,
.header__menu__item__children__button:focus {
  background: linear-gradient(111.93deg, #9FB0FE 17.28%, #0049B8 94.89%);
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.header__menu__item__children__container {
  margin: 10px 10px 10px 0;
}

.header__menu__item__children__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem 0px 0.5rem;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  /*&:hover::before {
						content: "";
						position: absolute;
						left: 0;
						top: 50%;
						width: 3px;
						height: 100%;
						background-color: #9FB0FE;
						transform: translateY(-50%);
					}*/
}

.header__menu__item__children__item a {
  color: black;
}

.header__menu__item__children__item a:hover {
  color: #6BDCDF;
}

.header__menu__item__children__item:hover {
  /*color: #6BDCDF;*/
}

.header__menu__item__children__item:nth-child(3n+1) {
  grid-row: 1;
}

.header__menu__item__children__item:nth-child(3n+2) {
  grid-row: 2;
}

.header__menu__item__children__item:nth-child(3n+3) {
  grid-row: 3;
}

.header__menu__item__children__item__nested a {
  padding: 0.5rem 0px 0.5rem;
  color: black;
}

.header__menu__item__children__item__nested-children__item {
  padding: 3% 0;
}

.header__menu__item__children__item__nested-children__item:hover a {
  color: #6BDCDF !important;
}

.header__menu-link {
  font-size: 18px;
  line-height: 22px;
  color: black;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__menu-link--active .header__menu__item__icon__nested {
  background: url("/Content/images/menu_arrow_active.svg") no-repeat !important;
}

.header__menu-link--active a {
  color: #6BDCDF;
}

.header__menu-link--active:focus {
  color: #6BDCDF !important;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.header__social {
  display: inline-block;
  padding: 0 20px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__social svg {
  fill: #CED7FF;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__social:hover svg,
.header__social:focus svg {
  fill: #70E3E1;
}

.header__social:not(:last-of-type) {
  position: relative;
}

.header__social:not(:last-of-type)::after {
  content: '';
  width: 1px;
  height: 90%;
  background: #CED7FF;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__button {
  display: inline-block;
  margin-right: 50px;
  padding: 15px 25px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  text-transform: capitalize;
  background: linear-gradient(111.93deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  text-decoration: none !important;
}

.header__button span {
  position: relative;
  z-index: 1;
}

.header__button::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(111.93deg, #70E3E1 17.28%, #0049B8 94.89%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.header__button:hover,
.header__button:focus {
  background: linear-gradient(111.93deg, #70E3E1 17.28%, #0049B8 94.89%);
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.header__burger {
  background: transparent;
  display: none;
}

.header__burger--active::before {
  width: 20px;
  left: 0;
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}

.header__burger--active::after {
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  -ms-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
}

.header .inactive {
  cursor: default;
}

.header__languages {
  position: relative;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__languages:hover {
  cursor: pointer;
}

.header__languages .language-btn {
  cursor: pointer;
  border: none;
  /*margin-top: 3px;*/
  font-size: 18px;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.header__languages .language-btn:hover {
  color: #6BDCDF;
}

.header__languages .languages-container {
  margin-right: 10px;
}

.header__languages .languages-container:hover {
  color: #6BDCDF;
}

.header__languages .languages-container:hover .header__menu__item__icon {
  background: url("/Content/images/menu_arrow_active.svg") no-repeat !important;
}

.header__languages .language-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 70px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 11;
  margin-top: 80px;
}

.header__languages .language-dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  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;
}

.header__languages .language-dropdown a:hover {
  color: #6BDCDF;
}

.header__languages .show {
  display: block;
}

.rotate {
  -webkit-transform: rotate(180deg) scale(1.5) !important;
  -ms-transform: rotate(180deg) scale(1.5) !important;
  transform: rotate(180deg) scale(1.5) !important;
  margin-right: 9px;
}

.link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  min-width: 150px;
}

#mobile-sectionline {
  display: none;
}

.header-org-time {
  width: 100%;
  height: 100px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 0 10%;
}

.header-org-time nav {
  width: 70%;
}

.header-org-time ol,
.header-org-time ul {
  padding-left: 0;
  margin-top: 0;
}

.header-org-time.out {
  -webkit-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
}

.header-org-time--active {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  position: fixed;
  z-index: 20;
}

.header-org-time .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-org-time__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
}

.header-org-time__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-org-time__logo {
  display: inline-block;
  margin-right: 42px;
}

.header-org-time__logo img {
  display: block;
  height: 100%;
  width: auto;
}

.header-org-time__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 5%;
  max-width: 60vw;
  min-width: 50vw;
}

.header-org-time__menu li {
  margin: 0 33px;
}

.header-org-time__menu-link {
  font-size: 18px;
  line-height: 22px;
  color: #4c88f0;
  font-weight: 600;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-org-time__menu-link:hover,
.header-org-time__menu-link:focus {
  color: #6BDCDF;
}

.header-org-time__menu-link--active {
  color: #6BDCDF;
}

.header-org-time__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.header-org-time__social {
  padding: 0 20px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-org-time__social svg {
  fill: #CED7FF;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-org-time__social:hover svg,
.header-org-time__social:focus svg {
  fill: #70E3E1;
}

.header-org-time__social:not(:last-of-type) {
  position: relative;
}

.header-org-time__social:not(:last-of-type)::after {
  content: '';
  width: 1px;
  height: 90%;
  background: #CED7FF;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-org-time__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.header-org-time__button {
  display: inline-block;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #4479d9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.header-org-time__button span {
  position: relative;
  z-index: 1;
}

.header-org-time__button::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.header-org-time__button:hover,
.header-org-time__button:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0 4px 20px rgba(137, 168, 255, 0.8);
}

.header-org-time__burger {
  z-index: 25;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding-left: 28px;
  background: transparent;
  display: none;
}

.header-org-time__burger::before,
.header-org-time__burger::after {
  content: '';
  height: 2px;
  background: #9FB0FE;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.header-org-time__burger::before {
  width: 14px;
  left: 6px;
  bottom: 12px;
}

.header-org-time__burger::after {
  width: 20px;
  left: 0;
  bottom: 6px;
}

.header-org-time__burger--active::before {
  width: 20px;
  left: 0;
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}

.header-org-time__burger--active::after {
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  -ms-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
}

.header-org-time .inactive {
  cursor: default;
}

.header-org-time__languages {
  position: relative;
  display: inline-block;
}

.header-org-time__languages .language-btn {
  cursor: pointer;
  padding: 12px 16px;
  border: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-org-time__languages .language-btn:hover {
  color: #6BDCDF;
}

.header-org-time__languages .language-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 70px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.header-org-time__languages .language-dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header-org-time__languages .language-dropdown a:hover {
  color: #6BDCDF;
}

.header-org-time__languages .show {
  display: block;
}

.container .top {
  margin-bottom: 48px;
}

.shadowed-line {
  border: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#d7d6d9), to(#d7d6d9));
  background-image: linear-gradient(to right, #d7d6d9, #d7d6d9);
  -webkit-box-shadow: 0 0 10px 1px #f4f4f4;
  box-shadow: 0 0 10px 1px #f4f4f4;
}

.shadowed-line-blogpost {
  padding: 8px 10%;
}

.top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: calc(100vh - 100px);
}

.top__content {
  color: #ffffff;
}

.top__content > p:nth-child(1) {
  display: block;
  font-size: 60px;
  font-weight: 900;
  line-height: 86px;
  margin: 0 0 31px 0;
}

.top__title {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 100px;
  padding-bottom: 5px;
  cursor: default;
}

.top__title > p:nth-child(1) {
  display: block;
  font-size: 60px;
  font-weight: 900;
  line-height: 86px;
  margin: 0 0 31px 0;
}

.top__list {
  list-style: none;
  padding-left: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.top__list li {
  padding: 0% 15%;
  text-align: center;
  width: 100vw;
}

.top__list-item {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
  position: relative;
}

.top__list-item::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: -25px;
  top: 8px;
}

.top__button {
  display: inline-block;
  margin: 15px 0 0;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-transform: capitalize;
  background: linear-gradient(111.93deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.top__button::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(111.93deg, #70E3E1 17.28%, #0049B8 94.89%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.top__button:focus,
.top__button:hover {
  background: linear-gradient(111.93deg, #70E3E1 17.28%, #0049B8 94.89%);
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  text-decoration: none;
}

.fullscreen-content .top__list {
  text-align: initial;
  margin-left: 40%;
}

.blogpost-content .only_image {
  height: auto !important;
  min-height: auto !important;
}

.blogpost-content .only_image img,
.blogpost-content .only_image video {
  position: static;
  width: 100%;
  height: auto;
}

.blogpost-content .only_image .container {
  display: none;
}

.blogpost-content .top .top__title {
  margin-top: 0px;
}

#to_top_button {
  display: inline-block;
  visibility: collapse;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(111.93deg, #0049b8 17.28%, #70e3e1 94.89%);
  width: 45px;
  height: 45px;
}

#to_top_button:hover {
  -webkit-box-shadow: 0 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0 4px 20px rgba(137, 168, 255, 0.8);
  background: linear-gradient(140.37deg, #70e3e1 17.28%, #0049b8 94.89%);
}

#to_top_button.show {
  opacity: 1;
  visibility: visible;
}

#to_top_button span {
  background-image: url(/content/images/top-arrow.svg);
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
  filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.top-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-block-container .left-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0px;
}

.top-block-container .left-block .responsive-button {
  display: none;
  margin-top: 32px;
  width: 100%;
}

.top-block-container .right-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-block .contact-margin-right-override {
  margin-right: 0px !important;
}

.top-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  padding: 5%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.top-new__info {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  max-width: 40%;
}

.top-new__title {
  font-size: 100px;
  color: white;
}

.top-new__text {
  font-size: 25px;
  margin-top: 0;
  color: white;
  margin-bottom: 2%;
  line-height: 40px;
  text-align: justify;
}

.top-new__text p {
  color: white;
}

.top-new__button {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: #4479d9;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.top-new__button:hover {
  background-color: #195dd1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: #195dd1 0 5px 10px;
  box-shadow: #195dd1 0 5px 10px;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 11%;
  gap: 2em;
}

.about__image {
  min-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about__info {
  min-width: 50%;
}

.about__info-title {
  margin-bottom: 30px;
}

.about__info-title--main {
  text-align: center;
  margin-bottom: 33px;
  display: none;
}

.about__info-subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.41;
  margin-bottom: 13px;
}

.about__info-text {
  margin-bottom: 28px;
}

.about__info-text:last-of-type {
  margin-bottom: 15px;
}

.about__info-link {
  line-height: 22px;
  color: #89A8FF;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.about__info-link span {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.about__info-link:hover,
.about__info-link:focus {
  color: #6BDCDF;
}

.about__info-link:hover span,
.about__info-link:focus span {
  margin-right: 25px;
}

.doing {
  position: relative;
}

.doing::before {
  content: '';
  width: 100%;
  height: 453px;
  background: #ECEFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.doing__inner {
  padding: 0 10%;
  position: relative;
  z-index: 2;
}

.doing__title {
  text-align: center;
  margin-bottom: 48px;
}

.doing__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doing__column {
  margin: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  max-width: 31%;
}

.doing__item {
  width: 100%;
  height: 100%;
  padding: 70px 30px 75px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #D2DEFF;
  border-radius: 4px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doing__item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  -webkit-transform: scale(1.15) translateY(10px);
  -ms-transform: scale(1.15) translateY(10px);
  transform: scale(1.15) translateY(10px);
}

.doing__item-icon {
  height: 90px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.doing__item-icon img {
  display: block;
  max-width: 225px;
  max-height: 150px;
  margin: 0 auto;
}

.doing__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doing__item-info p {
  color: #535353;
  margin-bottom: 19px;
}

.doing__item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: #3F3F3F;
  margin-bottom: 8px;
}

.doing__item-link {
  line-height: 22px;
  color: #89A8FF;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  margin-top: auto;
}

.doing__item-link span {
  display: inline-block;
  margin-right: 3px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.doing__item-link:hover,
.doing__item-link:focus {
  color: #6BDCDF;
}

.doing__item-link:hover span,
.doing__item-link:focus span {
  margin-right: 24px;
}

.services {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.services__inner {
  padding: 0 13%;
}

.services__title {
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.services__text {
  color: #ffffff;
  margin-bottom: 77px;
}

.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services__item {
  min-width: 26%;
  text-align: left;
}

.services__item--nonstandart {
  padding-left: 20px;
}

.services__item-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  position: relative;
}

.services__item-title::before {
  content: '';
  width: 4px;
  height: 80%;
  background: #FFFFFF;
  position: absolute;
  left: -10px;
  top: 8px;
}

.services__item-title:hover {
  color: #70E3E1;
}

.team {
  padding: 104px 11%;
}

.team__title {
  text-align: center;
  margin-bottom: 14px;
}

.team__text {
  text-align: center;
  margin-bottom: 59px;
}

.team .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .slick-list {
  overflow: hidden;
  padding: 10px 0 20px;
}

.team .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}

.team .slick-dots .slick-active button {
  background: #70E3E1;
}

.team .slick-dots li {
  margin: 0 8px;
}

.team .slick-dots li button {
  font-size: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CED7FF;
}

.team__arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  color: #89A8FF;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 145px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.team__arrow img {
  display: inline-block;
  width: 24px;
  height: auto;
}

.team__arrow:hover,
.team__arrow:focus {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.team__arrow--prev {
  left: -20px;
}

.team__arrow--next {
  right: -20px;
}

.team__slider {
  position: relative;
}

.team__slide {
  min-width: 0;
  margin: 0 20px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  border-radius: 4px;
}

.team__slide:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.team__slide-content {
  width: 100%;
  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;
  padding: 30px 25px 44px;
}

.team__slide-image {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
}

.team__slide-image div {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team__slide-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}

.team__slide-text {
  margin: 0 0 20px;
}

.team__slide-text:last-child {
  margin-bottom: 0;
}

.team__slide-email {
  color: #999999;
}

.reviews {
  text-align: center;
  padding: 0 50%;
  width: 100%;
  padding: 0 10% 0 10%;
}

.reviews__title {
  margin-bottom: 16px;
}

.reviews__text {
  margin: 0 0 45px;
}

.reviews .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.reviews .slick-list {
  overflow: hidden;
  padding: 20px 4px 20px;
}

.reviews .slick-slide {
  position: relative;
  z-index: 2;
}

.reviews .slick-dots {
  list-style: none;
  display: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 0;
  margin-bottom: 54px;
}

.reviews .slick-dots .slick-active button {
  background: #245EFF;
}

.reviews__sub-color {
  color: #515151;
}

.reviews .slick-dots li {
  margin: 0 8px;
}

.reviews .slick-dots li button {
  font-size: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ced7ff;
}

.reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.reviews__one-star {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.reviews__service-logo {
  margin-left: auto;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  /* Adjust to fit the content as needed */
}

.reviews__arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  color: #89a8ff;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 44.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.reviews__arrow img {
  display: inline-block;
  width: 50px;
  height: auto;
}

.reviews__arrow:hover,
.reviews__arrow:focus {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.reviews__arrow--prev {
  left: -130px;
}

.reviews__arrow--next {
  right: -130px;
}

.reviews__slider {
  position: relative;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reviews__slide {
  min-width: 0;
  margin: 0 11px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #F5FDFD;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px #d5e2e2;
  box-shadow: 0px 0px 15px #d5e2e2;
}

.reviews__slide-content {
  width: 100%;
  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;
  padding: 50px 50px 50px;
  position: relative;
}

.reviews__slide-content::after {
  display: none;
  content: "";
  width: 45px;
  height: 5px;
  background: linear-gradient(97.17deg, #0049b8 17.28%, #70e3e1 94.89%), #c4c4c4;
  border-radius: 14px;
  position: absolute;
  left: 50%;
  bottom: 115px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reviews__slide-pictures {
  width: 140px;
  height: 140px;
  margin: 0 auto 40px;
  position: relative;
}

.reviews__slide-pictures::before,
.reviews__slide-pictures::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.reviews__slide-pictures::before {
  background: #B3E6EE;
  width: 168px;
  height: 168px;
  z-index: -1;
}

.reviews__slide-pictures::after {
  background: #DFF5F9;
  width: 200px;
  height: 200px;
  z-index: -2;
}

.reviews__slide-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  overflow: hidden;
  z-index: 5;
  position: relative;
}

.reviews__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__slide-name {
  display: inline;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.41;
  margin-bottom: 17px;
  text-align: left;
  width: 100%;
  color: black;
}

.reviews__slide-position {
  color: black;
  margin: 0;
  text-align: left;
  font-size: 16px;
}

.reviews__slide-author {
  text-align: left;
  color: #616161;
  font-size: 16px;
  margin-bottom: 15%;
}

.reviews__slide-fullreview {
  text-align: left;
  color: #245EFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  margin-bottom: 10%;
  margin-left: 40%;
  text-decoration: none !important;
}

.reviews__slide-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 24px;
}

.reviews__slide-text {
  margin: 0;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.reviews__slide-text:not(:last-child) {
  margin-bottom: 28px;
}

.reviews__slide-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;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px 35px;
  min-height: 100px;
}

.reviews__slide-email {
  display: inline-block;
  color: #999999;
  margin-bottom: 12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.reviews__slide-email:hover,
.reviews__slide-email:focus {
  color: #70e3e1;
}

.reviews__slide-link {
  color: #89A8FF;
}

.reviews__slide-socials {
  margin-bottom: -10px;
}

.reviews__slide-social {
  display: inline-block;
  padding: 0 20px 0 13px;
}

.reviews__slide-social svg {
  fill: #CFD8FC;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.reviews__slide-social:hover svg,
.reviews__slide-social:focus svg {
  fill: #70e3e1;
}

.reviews__slide-social:not(:last-child) {
  position: relative;
}

.reviews__slide-social:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 50%;
  background: #CFD8FC;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reviews__link {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #89a8ff;
  padding-bottom: 3px;
  border-bottom: 2px solid #89a8ff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reviews .slider-one {
  text-align: start;
  position: relative;
  margin: 0 5px;
}

.reviews .slider-one__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 50px 50px;
  overflow: hidden;
}

.reviews .slider-one__content__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3%;
}

.reviews .slider-one__content__img-container img {
  max-width: 250px;
  max-height: 500px;
}

.reviews .slider-one__arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  color: #89a8ff;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 44.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.reviews .slider-one__arrow img {
  display: inline-block;
  width: 50px;
  height: auto;
}

.reviews .slider-one__arrow:hover,
.reviews .slider-one__arrow:focus {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.reviews .slider-one__arrow--prev {
  left: -130px;
}

.reviews .slider-one__arrow--next {
  right: -130px;
}

.industries-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.industries {
  -ms-flex-preferred-size: calc(48.333% - 20px);
  flex-basis: calc(48.333% - 20px);
  max-width: calc(48.333% - 20px);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  margin: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
}

.industries__icon {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.industries__title {
  text-align: center;
}

.contact {
  background: #FFFFFF;
  text-align: center;
  margin-top: 20px;
  width: 500px;
  padding: 75px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  margin-left: auto;
  margin-right: auto;
}

.contact__content {
  width: 340px;
}

.contact__content img {
  width: 56px;
  height: 57px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.contact__goback a {
  width: 200px;
  margin: 0;
  text-decoration: none !important;
}

.contact__content-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 10px;
}

.contact__content-message {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 45px;
}

.contact__response-message {
  height: 422px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.contact .container {
  padding: 0 15px;
}

.contact__title {
  font-size: 20px;
  font-weight: 600;
}

.contact__text {
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 48px;
  padding: 0 8%;
}

.contact__recaptcha,
.contact__error-answer {
  display: none;
  text-align: center;
}

.contact__success-answer {
  color: #0b0;
  display: none;
}

.contact__error-answer {
  color: #f00;
}

.contact__form-input {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 20px;
  border: 1px solid #9FB0FE;
  border-radius: 4px;
  padding: 12px 20px;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
}

.contact__form-input::-webkit-input-placeholder {
  color: #707070;
}

.contact__form-input::-moz-placeholder {
  color: #707070;
}

.contact__form-input:-moz-placeholder {
  color: #707070;
}

.contact__form-input:-ms-input-placeholder {
  color: #707070;
}

.contact__form-message:focus {
  border-color: #0F5EBE;
}

.contact__form-message {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 40px;
  resize: none;
  border: 1px solid #9FB0FE;
  border-radius: 4px;
  padding: 12px 20px 60px 20px;
  background: #ffffff;
  font-size: 18px;
  line-height: 20px;
  color: #3F3F3F;
}

.contact__form-message::-webkit-input-placeholder {
  color: #707070;
}

.contact__form-message::-moz-placeholder {
  color: #707070;
}

.contact__form-message:-moz-placeholder {
  color: #707070;
}

.contact__form-message:-ms-input-placeholder {
  color: #707070;
}

.contact__form-message:focus {
  border-color: #0F5EBE;
}

.contact__form-button {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: -2px auto 0;
  background: linear-gradient(140.37deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 15px 0 16px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.contact__form-button span {
  position: relative;
  z-index: 1;
}

.contact__form-button:hover,
.contact__form-button:focus {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  background: linear-gradient(140.37deg, #70E3E1 17.28%, #0049B8 94.89%);
}

.contact__form-button:hover::after,
.contact__form-button:focus::after {
  opacity: 1;
}

:not(.right-block) > .contact {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.images-grid {
  margin: 50px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
}

.images-grid div {
  background-size: auto;
  background-repeat: no-repeat;
}

.footer ol,
.footer ul {
  padding-left: 0px;
  margin-top: 0px;
}

.footer__content {
  padding: 124px 0 72px;
  background: #3A3A3A;
}

.footer__block {
  padding: 0 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__services,
.footer__contacts {
  max-width: 320px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__services-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.footer__services-menu {
  list-style: none;
}

.footer__services-menu li {
  margin-bottom: 8px;
}

.footer__services:first-of-type ul li:nth-child(2n) {
  margin-bottom: 24px;
}

.footer__services-link,
.footer__blog-link {
  font-size: 16px;
  line-height: 22px;
  color: #A7A9AC;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__services-link:hover,
.footer__services-link:focus,
.footer__blog-link:hover,
.footer__blog-link:focus {
  color: #70E3E1;
}

.footer__blog-link,
.footer__blog-published-date {
  font-size: 14px;
  line-height: 22px;
  color: #A7A9AC;
}

.footer__blog-link {
  width: 280px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #D3D3D3;
  display: block;
}

.footer__copyright .container {
  height: auto;
  min-height: auto;
}

.footer__navigation {
  padding-top: 60px;
}

.footer__navigation-menu li {
  margin-bottom: 24px;
}

.footer__navigation-menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.footer__navigation-link {
  font-size: 16px;
  line-height: 22px;
  color: #A7A9AC;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__navigation-link:hover,
.footer__navigation-link:focus {
  color: #70E3E1;
}

.footer__navigation-link--active {
  color: #70E3E1;
}

.footer__contacts-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.footer__contacts-address {
  font-size: 14px;
  line-height: 22px;
  color: #A7A9AC;
  margin-bottom: 30px;
}

.footer__contacts-address:last-of-type {
  font-weight: 700;
  font-size: 18px;
}

.footer__contacts-link {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #A7A9AC;
  margin-bottom: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__contacts-link:hover,
.footer__contacts-link:focus {
  color: #70E3E1;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}

.footer__info-logo {
  width: 152px;
}

.footer__info-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__info-link {
  display: inline-block;
  padding: 0 20px;
}

.footer__info-link svg {
  fill: #A7A9AC;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__info-link:hover svg,
.footer__info-link:focus svg {
  fill: #70E3E1;
}

.footer__info-link:not(:last-child) {
  padding-left: 15px;
  position: relative;
}

.footer__info-link:not(:last-child)::after {
  content: '';
  height: 50%;
  background: #A7A9AC;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__info-link:first-child {
  padding-left: 0;
}

.footer__info-link:not(:first-child) {
  padding-left: 0;
}

.footer__copyright {
  background: #282828;
  padding: 9px 0 11px;
}

.footer__copyright-text {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #A7A9AC;
}

.footer__copyright-text a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__copyright-text a:hover,
.footer__copyright-text a:focus {
  color: #70E3E1;
}

.services-menu--margin {
  margin-bottom: 8px !important;
}

.details-container {
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.details-container__inner.row {
  margin: 0 !important;
}

.details-container__inner.column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.details-container__inner__title {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #4479d9;
}

.details-container__inner__details {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  margin: 40px 0px;
  gap: 3px;
}

.details-container__inner__details__link {
  position: relative;
  display: block;
}

.details-container__inner__details__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: lightgrey;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.details-container__inner__details__link:hover::after {
  width: 100%;
}

.details-container__inner__details__link:hover .details-container__inner__details__link__title {
  color: #4479d9;
}

.details-container__inner__details__link__title {
  font-weight: bold;
  color: black;
  margin: 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.details-container__inner__details__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 30px 12px 0px;
  gap: 10px;
}

.details-container__inner__details__detail.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin: 0 !important;
}

.details-container__inner__details__detail.row .details-container__inner__details__detail__info__text {
  color: gray;
}

.details-container__inner__details__detail.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.details-container__inner__details__detail.column .details-container__inner__details__detail__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.details-container__inner__details__detail.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 20px;
}

.details-container__inner__details__detail.row-reverse .details-container__inner__details__detail__info__text {
  color: gray;
}

.details-container__inner__details__detail__icon img {
  max-width: 80px;
}

.details-container__inner__details__detail__info p {
  margin-top: 0px;
}

.details-container__inner__details__detail__info {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.details-container__inner__details__detail__info p {
  margin: 0px;
}

.details-container__inner__details__detail__info__title {
  font-weight: bold;
  color: black;
  margin: 0;
  font-size: 18px;
}

.details-container__inner__details__detail__info__text {
  margin: 0;
  color: black;
  font-size: 18px;
  text-align: justify;
}

.single-column {
  grid-template-columns: repeat(1, 1fr) !important;
}

.text-with-image-container {
  padding: 0 10%;
}

.text-with-image-container__inner {
  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;
  gap: 5%;
  padding: 0% 4%;
}

.text-with-image-container__info {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 15px 15px;
}

.text-with-image-container__info__points .dot-style,
.text-with-image-container__info__points .hyphen-style {
  position: relative;
  padding-left: 1em;
}

.text-with-image-container__info__points .dot-style::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.text-with-image-container__info__points .hyphen-style::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.text-with-image-container__info__button {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: #4479d9;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5%;
}

.text-with-image-container__info__button:hover {
  background-color: #195dd1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: #195dd1 0 5px 10px;
  box-shadow: #195dd1 0 5px 10px;
}

.text-with-image-container__image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding: 25px;
}

.text-with-image-container__image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 500px;
}

.contact-container-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50vh;
  padding: 0 15%;
}

.contact-container-new__title {
  text-align: center;
  margin-bottom: 30px;
  color: #4479d9;
  font-weight: 800;
}

.contact-container-new__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.contact-container-new__form__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.contact-container-new__form__input {
  border: 1px solid lightgrey;
  border-radius: 5px;
  -webkit-box-shadow: lightgrey 1px 1px;
  box-shadow: lightgrey 1px 1px;
  padding: 15px;
  width: 100%;
}

.contact-container-new__form__message {
  border: 1px solid lightgrey;
  border-radius: 5px;
  -webkit-box-shadow: lightgrey 1px 1px;
  box-shadow: lightgrey 1px 1px;
  padding: 15px;
  resize: vertical;
  max-height: 300px;
  min-height: 100px;
}

.contact-container-new__form__button {
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  padding: 1rem 1.2rem;
  background-color: #4479d9;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-container-new__form__button:hover {
  background-color: #195dd1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: #195dd1 0 5px 10px;
  box-shadow: #195dd1 0 5px 10px;
}

.contacts-container {
  padding: 0 10%;
  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;
}

.contacts-container__inner {
  width: 100%;
}

.contacts-container__title {
  font-weight: 800;
  color: #4479d9;
  margin-bottom: 30px;
  text-align: center;
}

.contacts-container__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.contacts-container__details__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bbbbbb;
  border-radius: 5px;
  padding: 7% 10%;
}

.contacts-container__details__detail__icon img {
  max-width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.contacts-container__details__detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.contacts-container__details__detail__title {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.contacts-container__details__detail__text {
  margin: 0;
  overflow: hidden;
  text-decoration: none;
}

.contacts-container__details__detail__text a {
  position: relative;
  overflow: hidden;
  color: #4479d9;
}

.contacts-container__details__detail__text a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  bottom: 0;
  left: -100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.contacts-container__details__detail__text a:hover::after {
  left: 0;
}

.profile-with-name-and-text {
  display: -webkit-box;
  width: 90%;
}

.profile-with-name-and-text__photo {
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  margin-top: 35px;
  border-radius: 50%;
}

.profile-with-name-and-text__name {
  font-weight: 700;
  font-size: 20px;
}

.profile-with-name-and-text__position {
  font-size: 16px;
  color: #323232;
}

.profile-with-name-and-text__info {
  margin: 20px;
}

.profile-with-name-and-text__right-part {
  display: inline-block;
  width: 80%;
}

main.inner-page .top__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.inner-page .top__content {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

main.inner-page .top__title {
  font-weight: 900;
  line-height: 72px;
  margin: 0 0 15px 0;
}

main.inner-page .top__subtitle {
  margin-top: 0;
}

.inner-page .content .top {
  height: auto;
}

.inner-page p.text-justify {
  margin-top: 0;
}

.inner-page .top__inner {
  min-height: 300px;
}

.inner-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.text-container {
  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;
}

.author-text {
  font-weight: 800;
}

.text-date {
  font-weight: 600;
  color: #85848d;
}

.span-tags {
  margin-right: 20px;
}

.title-socialLink {
  text-align: center;
  margin-bottom: 30px;
}

.container-shareLinks {
  margin: 70px 70px;
}

.ul-content-title {
  font-weight: 500;
  font-size: 20px;
}

.markdown__subtitle_margin {
  margin-top: 24px;
  margin-bottom: 48px;
}

.li-margin {
  margin-bottom: 24px;
}

.oski-self-start {
  -ms-flex-item-align: self-start !important;
  align-self: self-start !important;
}

.content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15%;
}

.content__inner .contact__text {
  padding: 0;
}

.content__inner.two-Colom {
  padding: 70px 10%;
}

.content__inner.two-Colom .content__info {
  max-width: 805px;
}

.content__inner.two-Colom .blogpost {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.content__inner.two-Colom .blogpost:first-of-type {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.content__inner.two-Colom .blogpost:first-of-type .blogpost-image {
  height: 300px;
}

.content__inner.two-Colom .blogpost:first-of-type .blogpost-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.content .rich_text_editor .container {
  max-width: 100%;
  padding: 0;
}

.content-aside__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-aside__menu-link__date {
  text-align: right;
  color: #6c757d;
  font-size: 14px;
}

.rich_text_editor img {
  max-width: 100%;
}

.fullscreen-content {
  padding: 70px 5% !important;
}

.content-aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
  margin-right: 20px;
}

.content-aside__main-link {
  display: block;
  margin-bottom: -10px;
  border-radius: 4px;
  padding: 5px 15px 5px 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: #3F3F3F;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.content-aside__main-link--active {
  color: #FFFFFF !important;
  /*box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);*/
}

.content-aside__menu {
  list-style: none;
}

.content-aside__menu-item {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #ECEFFF;
}

.content-aside__menu-link {
  display: block;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  /*&:hover, &:focus {
			color: #70E3E1;
			box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
		}*/
}

.content-aside__menu-link--active {
  color: #FFFFFF !important;
  /*box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);*/
}

.content-aside__menu-tags {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 22px;
  max-width: calc(100vw - 40px);
}

.content-aside__menu-tags > a:hover {
  background: #89A8FF;
  color: #FFFFFF;
}

.content-info {
  width: 100%;
  padding-top: 20px;
}

.blog-menu {
  margin-top: 3%;
  width: 100%;
}

.blog-menu-n-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  max-width: calc(100vw * 0.9);
  margin-bottom: 10px;
}

.category-item {
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  margin: 3px;
}

.category-item:hover,
.category-item:focus {
  background-color: #E9E9E9;
  color: #000 !important;
}

.category-item--active {
  background-color: #3A3A3A;
}

.category-item > a {
  color: #000;
}

.category-item > a:hover,
.category-item > a:focus {
  color: #000 !important;
}

.tag-button {
  width: 50px;
  height: 42px;
  border: #0F5EBE 3px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  padding: 5px;
  margin: 3px;
}

.tag-button:hover {
  background-color: #0F5EBE;
  /*0F5EBE*/
  cursor: pointer;
}

.content-swipe {
  margin-bottom: 10px;
  /*
	/ Hide scrollbar for Chrome, Safari and Opera /
	.example::-webkit-scrollbar {
	display: none;
	}

	/ Hide scrollbar for IE, Edge and Firefox /
	.example {
	-ms-overflow-style: none;  / IE and Edge /
	scrollbar-width: none;  / Firefox /
	}

	*/
}

.content-swipe::-webkit-scrollbar {
  display: none;
}

.content-swipe {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#filter-hr {
  border-top: 1px solid #DDDDDD;
  display: none;
}

.markdown__block + .markdown__block {
  margin-top: 69px;
  overflow: hidden;
}

.markdown__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

.markdown__subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
}

.markdown__box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.markdown__box-image {
  width: 50%;
  padding-right: 30px;
}

.markdown__box-image img {
  display: block;
  width: 100%;
}

.markdown__box-info {
  width: 50%;
}

.markdown__box-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 15px;
}

.markdown__back {
  margin-top: 30px;
  padding: 30px 20px 30px 50px;
  background: #ECEFFF;
  border-radius: 10px;
}

.markdown__back p {
  margin-top: 0px;
}

.markdown__back--style--two {
  margin-top: 30px;
  padding: 30px 20px 30px 50px;
  background: #F2F5FF;
  border-radius: 10px;
}

.markdown__back--style--two p {
  margin-top: 0px;
}

.markdown__back--style--three {
  margin-top: 30px;
  padding: 30px 20px 30px 50px;
  background: #f5fdfd;
  border-radius: 10px;
}

.markdown__back--style--three p {
  margin-top: 0px;
}

.markdown__back--blockquote {
  padding: 34px 0 34px 14px;
  margin-right: -20px;
}

.markdown__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.markdown__back--code {
  background: #ECEFFF;
  padding: 30px 40px 30px 20px;
  margin-bottom: 20px;
  font-family: Consolas;
}

.markdown__back--code pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #277EC6;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.markdown__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.markdown__lists .markdown__back {
  width: 48%;
}

.markdown__ordered-title,
.markdown__unordered-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0px;
}

p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #245EFF;
}

p a:hover,
p a:focus {
  text-decoration: underline;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

blockquote {
  margin: 18px 40px;
}

h1 {
  margin: 0;
  font-weight: 900;
  font-size: 45px;
  line-height: 65px;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  padding: 20px 0px;
}

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}

pre {
  max-width: 800px;
  overflow: auto;
  padding: 10px 0 10px 40px;
  scrollbar-color: #9FB0FE #D2DEFF;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: 10px;
}

pre::-webkit-scrollbar {
  height: 10px;
  /* высота для горизонтального скролла */
  background-color: #D2DEFF;
  border-radius: 20px;
}

pre::-webkit-scrollbar-thumb {
  /* ползунок скроллбара */
  background-color: #9FB0FE;
  border-radius: 20px;
}

pre::-webkit-scrollbar-thumb:hover {
  background-color: #4b64d5;
}

code {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

ol,
ul {
  padding-left: 20px;
}

ol li,
ul li {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.image-block + .image-block {
  margin-top: 80px;
}

.image-block__image {
  min-height: 310px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}

.image-block__info {
  padding-top: 24px;
}

.image-block__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  margin: 0 0 23px 0;
}

.image-block__text {
  margin: 0 0 40px 0;
}

.image-block__button {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 15px 0 16px;
  background: linear-gradient(97.17deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: capitalize;
  position: relative;
}

.image-block__button::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(97.17deg, #70E3E1 17.28%, #0049B8 94.89%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.image-block__button span {
  position: relative;
  z-index: 1;
}

.image-block__button:hover::after,
.image-block__button:focus::after {
  opacity: 1;
}

.image-block--row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-block--row-reverse .image-block__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  margin-bottom: 0;
}

.image-block--row-reverse .image-block__info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  padding-right: 40px;
}

.image-block--row-reverse .image-block__button {
  max-width: 100%;
}

.image-block--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-block--row .image-block__image {
  width: 50%;
  margin-bottom: 0;
}

.image-block--row .image-block__info {
  width: 50%;
  padding-left: 40px;
}

.image-block--row .image-block__button {
  max-width: 100%;
}

.call_to_action {
  padding: 0 11%;
}

.action__element {
  padding: 76px 40px 90px;
  text-align: center;
  margin-bottom: 40px;
  border: 1px solid #D2DEFF;
  border-radius: 4px;
}

.action__element:last-child {
  margin-bottom: 0;
}

.action__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 20px;
}

.action__text {
  font-size: 22px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 37px;
}

.action__button {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 15px 0 16px;
  background: linear-gradient(97.17deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: capitalize;
  position: relative;
}

.action__button::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(97.17deg, #70E3E1 17.28%, #0049B8 94.89%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.action__button span {
  position: relative;
  z-index: 1;
}

.action__button:hover::after,
.action__button:focus::after {
  opacity: 1;
}

.action__element.primary {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  border: none;
}

.action__element.secondary {
  display: inline-block;
  width: 47.5%;
  min-width: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.action__element.secondary + .action__element.secondary {
  margin-left: 4%;
}

.action__element.secondary .action__text {
  padding: 0 14px;
  margin-bottom: 57px;
}

.action__element.dark {
  background: #ECEFFF;
  border: none;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -27px;
}

.cards__column {
  width: 33.333%;
  padding-left: 27px;
  margin-bottom: 40px;
}

.cards__item {
  width: 100%;
  height: 100%;
  padding: 40px 24px 36px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #D2DEFF;
  border-radius: 4px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards__item--dark {
  background-color: #ECEFFF;
  border: none;
}

.cards__item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  -webkit-transform: scale(1.05) translateY(5px);
  -ms-transform: scale(1.05) translateY(5px);
  transform: scale(1.05) translateY(5px);
}

.cards__item-icon {
  height: 62px;
  margin-bottom: 30px;
}

.cards__item-icon img {
  display: block;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.cards__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards__item-info p {
  font-size: 14px;
  line-height: 22px;
  color: #535353;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: auto;
  margin: 0 0 25px 0;
}

.cards__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #3F3F3F;
  margin: 0 0 10px 0;
}

.cards__item-link {
  font-size: 18px;
  line-height: 22px;
  color: #89A8FF;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  margin-top: auto;
}

.cards__item-link span {
  display: inline-block;
  margin-right: 8px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cards__item-link:hover,
.cards__item-link:focus {
  color: #6BDCDF;
}

.cards__item-link:hover span,
.cards__item-link:focus span {
  margin-right: 24px;
}

.cards .cards__item--dark {
  background-color: #ECEFFF;
  border: none;
}

.cards .cards__item--dark:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.image-container {
  padding: 0 0;
}

.about-page__images {
  margin: 60px 11%;
}

.about-page__cards {
  margin: 69px 0 35px -27px;
}

.about-page__action {
  margin: 65px 0;
}

.about-page__quote {
  margin: 67px 0;
}

.quote {
  padding: 0 11%;
  margin-bottom: 48px;
  margin-top: 48px;
}

.quote__block {
  background: #ECEFFF;
  padding: 33px 0 33px 20px;
}

.quote__author {
  text-align: end;
  margin: 8px 40px;
  color: #999999;
}

.code-fragment {
  padding: 0 11%;
}

.code__text {
  margin: 0 0 25px 0;
}

.code__text:last-child {
  margin: 0;
}

.code__block {
  background: #ECEFFF;
  padding: 30px 40px 30px 20px;
  margin-bottom: 20px;
  font-family: Consolas;
}

.code__block pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #277EC6;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.breadcrumb {
  padding: 20px 0;
  font-size: 18px;
  list-style: none;
  margin-top: 0% !important;
}

.breadcrumb li {
  display: inline;
  font-size: 18px;
}

.breadcrumb li span {
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb li a {
  color: #ACACAC;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #70E3E1;
  text-decoration: none;
}

.contacts-page__inner {
  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;
}

.contacts-page__information {
  width: auto;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-page__address,
.contacts-page__link {
  font-size: 24px;
  line-height: 29px;
  color: #3F3F3F;
}

.contacts-page__link {
  display: inline-block;
  text-decoration: none !important;
  margin-top: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.contacts-page__link:hover,
.contacts-page__link:focus {
  color: #6BDCDF;
}

.contacts-page .header__socials {
  margin: 45px 0 0 0;
}

.contacts-page__map {
  width: 69.1%;
  height: 400px;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  border-radius: 4px;
  overflow: hidden;
}

.contacts-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contacts-page__content p {
  font-size: 24px;
  width: 220px;
}

.image-with-text {
  padding: 0 1%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-with-text .col-md-6 {
  width: 100% !important;
  padding: 0 !important;
}

.umb-block-grid__area-container {
  -webkit-column-gap: 2% !important;
  -moz-column-gap: 2% !important;
  column-gap: 2% !important;
  grid-auto-rows: unset !important;
}

.block-image {
  width: 100%;
  height: 100%;
  margin-top: 1%;
}

.circle-image {
  margin-top: 5%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 22em;
  height: 22em;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-rte {
  margin-bottom: 0px;
  margin-top: 0px;
}

.block-rte p {
  margin: 20px 0px !important;
}

.block-rte .top__button {
  margin: 0 !important;
}

.rte-presets__color-black {
  color: #000000;
}

.rte-presets__color-white {
  color: #ffffff;
}

.rte-presets__color-cyan {
  color: #00dbff;
}

.rte-presets__color-blue {
  color: #2879b5;
}

.rte-presets__color-lightgrey {
  color: #999999;
}

.rte-presets__bg-color-black {
  background-color: #000000;
}

.rte-presets__bg-color-white {
  background-color: #ffffff;
}

.rte-presets__bg-color-cyan {
  background-color: #00dbff;
}

.rte-presets__bg-color-blue {
  background-color: #2879b5;
}

.header.header--bottom-shadow {
  -webkit-box-shadow: 0 4px 31px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 31px rgba(0, 0, 0, 0.15);
  max-width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.support {
  padding: 130px 0 120px;
}

.support__title {
  width: 100%;
  max-width: 1280px;
  padding: 0 49px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 72px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 133px;
}

.support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
}

.support__item--reverse .support__item-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 0;
  -webkit-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  transform: translateX(-48%);
}

.support__item--reverse .support__item-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.support__item--reverse .support__item-body {
  margin-left: 46.8%;
}

.support__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 130px;
}

.support__item-body {
  width: 46.5%;
  -webkit-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  transform: translateY(-27px);
  padding-bottom: 30px;
}

.support__item-title {
  padding: 0 20px 0 43px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.21;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.support__item-info {
  background: #ECEFFF;
  padding: 44px;
}

.support__item-text {
  font-size: 24px;
  line-height: 1.21;
  margin: 0;
}

.support__item-text + .support__item-text {
  margin-top: 40px;
}

.support__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.opportunities {
  padding-bottom: 135px;
}

.opportunities__title {
  max-width: 730px;
  margin: 0 auto 70px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.21;
  text-align: center;
  text-transform: uppercase;
}

.opportunities__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opportunities__item {
  position: relative;
  padding-left: 100px;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}

.opportunities__item + .opportunities__item {
  margin-top: 65px;
}

.opportunities__item::before {
  content: '';
  width: 56px;
  height: 57px;
  background: url("../images/opportunities-icon-check.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}

.pricing__info {
  background: #ECEFFF;
}

.pricing__text {
  padding: 63px 0;
  max-width: 1042px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}

.pricing__offers {
  padding: 95px 0;
}

.pricing__tariffs {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  max-width: 956px;
  margin: 0 auto;
}

.tariff {
  padding: 13px 10px;
  min-height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tariff + .tariff {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.tariff__hours,
.tariff__price,
.tariff__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
}

.tariff__hours {
  width: 32.5%;
  border-right: 2px solid rgba(0, 0, 0, 0.15);
}

.tariff__hours span {
  display: block;
  max-width: 142px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.tariff__price {
  width: 28.5%;
  border-right: 2px solid rgba(0, 0, 0, 0.15);
}

.tariff__price span {
  font-weight: 900;
  font-size: 64px;
  line-height: 1.2;
  color: #3490CB;
}

.tariff__buy {
  width: 39%;
}

.tariff__button {
  display: block;
  width: 100%;
  max-width: 200px;
  background: linear-gradient(140.37deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 20px 0 19px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.tariff__button span {
  position: relative;
  z-index: 1;
}

.tariff__button::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(140.37deg, #70E3E1 17.28%, #0049B8 94.89%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.search {
  padding: 0 11%;
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-top: 30px;
}

.search__error-message {
  position: absolute;
  left: 0;
  top: -30px;
  color: #FF0000 !important;
  height: 30px !important;
  overflow: hidden;
  display: none;
  width: 100%;
}

.search__form-input {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #EEEFFF;
  padding: 15px 3px 15px 25px;
  font-weight: 700;
  font-size: 16px;
}

.search__form-input::-webkit-input-placeholder {
  color: #CED7FF;
}

.search__form-input::-moz-placeholder {
  color: #CED7FF;
}

.search__form-input:-ms-input-placeholder {
  color: #CED7FF;
}

.search__form-input::-ms-input-placeholder {
  color: #CED7FF;
}

.search__form-input::placeholder {
  color: #CED7FF;
}

.search__form-select {
  background-color: #EEEFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 15px 0;
  z-index: 1;
}

.search__form-select__input {
  display: none;
}

.search__form-select__button {
  display: block;
  width: 100%;
  color: #CED7FF;
  padding: 0 20px;
  overflow: hidden;
  min-width: 130px;
  font-weight: 700;
  font-size: 16px;
}

.search__form-select__list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  position: absolute;
  top: 100%;
  -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;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.search__form-select__list.hide {
  height: 0;
}

.search__form-select__item {
  margin: 0;
  display: block;
  text-align: center;
}

.search__form-select__item:hover {
  background: rgba(206, 215, 255, 0.25);
}

.search__form-select__item button {
  width: 100%;
  padding: 10px;
  color: #CED7FF;
  font-weight: 700;
  font-size: 16px;
}

.search__form-button {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 15px 25px;
  background: linear-gradient(111.93deg, #0049B8 17.28%, #70E3E1 94.89%);
}

.search__form-button span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.search__form-button:hover,
.search__form-button:focus {
  background: linear-gradient(111.93deg, #70E3E1 17.28%, #0049B8 94.89%);
}

.search__border {
  position: relative;
}

.search__border-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#FFFFFF, rgba(255, 255, 255, 0));
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.search__border-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.search__result {
  padding: 10px 0;
}

.search__result__max-height {
  max-height: 700px;
  overflow-x: hidden;
}

.search__result__title {
  margin: 30px 0 10px;
  text-align: center;
}

.search__result__card {
  margin: 25px 10px 15px 10px;
  padding: 10px;
  border: 1px solid #D2DEFF;
  -webkit-box-shadow: 0 4px 16px rgba(137, 168, 255, 0.4);
  box-shadow: 0 4px 16px rgba(137, 168, 255, 0.4);
  background-color: #EEEFFF;
  overflow: hidden;
}

.search__result__card:hover {
  -webkit-box-shadow: 0 4px 16px #89a8ff;
  box-shadow: 0 4px 16px #89a8ff;
}

.search__result__title-card {
  font-size: 20px;
  line-height: 28px;
}

.search__result__description-card {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

.search__result__link-card {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  display: block;
}

.content-info section.search .container {
  padding: 0;
}

.new-team {
  text-align: center;
}

.new-team__title {
  margin-bottom: 16px;
}

.new-team__text {
  margin: 0 0 45px;
}

.new-team .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-team .slick-list {
  overflow: hidden;
  padding: 20px 4px 20px;
}

.new-team .slick-slide {
  position: relative;
  z-index: 2;
}

.new-team .slick-dots {
  list-style: none;
  display: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 0;
  margin-bottom: 54px;
}

.new-team .slick-dots .slick-active button {
  background: #245EFF;
}

.new-team .slick-dots li {
  margin: 0 8px;
}

.new-team .slick-dots li button {
  font-size: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ced7ff;
}

.new-team__arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  color: #89a8ff;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 44.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.new-team__arrow img {
  display: inline-block;
  width: 50px;
  height: auto;
}

.new-team__arrow:hover,
.new-team__arrow:focus {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.new-team__arrow--prev {
  left: -24px;
}

.new-team__arrow--next {
  right: -24px;
}

.new-team__slider {
  position: relative;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-team__slide {
  min-width: 0;
  margin: 0 11px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.new-team__slide-content {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 50px 30px;
  position: relative;
}

.new-team__slide-content::after {
  display: none;
  content: "";
  width: 45px;
  height: 5px;
  background: linear-gradient(97.17deg, #0049b8 17.28%, #70e3e1 94.89%), #c4c4c4;
  border-radius: 14px;
  position: absolute;
  left: 50%;
  bottom: 115px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.new-team__slide-pictures {
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
  position: relative;
}

.new-team__slide-pictures::before,
.new-team__slide-pictures::after {
  content: "";
  border-radius: 50%;
  position: absolute;
}

.new-team__slide-pictures::before {
  background: #B3E6EE;
  width: 150px;
  height: 150px;
  right: -15px;
  top: -15px;
  z-index: -1;
}

.new-team__slide-pictures::after {
  background: #DFF5F9;
  width: 180px;
  height: 180px;
  right: -30px;
  top: -30px;
  z-index: -2;
}

.new-team__slide-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  overflow: hidden;
  z-index: 5;
  position: relative;
}

.new-team__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-team__slide-name {
  display: inline;
  font-family: Lato;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 17px;
  width: 100%;
  color: #1261BF;
}

.new-team__slide-position {
  color: black;
  margin: 0;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 700;
}

.new-team__slide-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 24px;
}

.new-team__slide-text {
  margin: 0;
  color: black;
}

.new-team__slide-text:not(:last-child) {
  margin-bottom: 28px;
}

.new-team__slide-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;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.new-team__slide-email {
  display: inline-block;
  color: #999999;
  margin-bottom: 12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.new-team__slide-email:hover,
.new-team__slide-email:focus {
  color: #70e3e1;
}

.new-team__slide-link {
  color: #89A8FF;
}

.new-team__slide-socials {
  margin-bottom: -10px;
}

.new-team__slide-social {
  display: inline-block;
  padding: 0 20px 0 13px;
}

.new-team__slide-social svg {
  fill: #CFD8FC;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.new-team__slide-social:hover svg,
.new-team__slide-social:focus svg {
  fill: #70e3e1;
}

.new-team__slide-social:not(:last-child) {
  position: relative;
}

.new-team__slide-social:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 50%;
  background: #CFD8FC;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new-team__link {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #89a8ff;
  padding-bottom: 3px;
  border-bottom: 2px solid #89a8ff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.support-plans {
  padding: 5% 10% 7% 10%;
}

.support-plans__title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 33px;
}

.support-plans__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.support-plans__item {
  border: 1px solid #e8eeff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  max-width: 30%;
}

.support-plans__item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  -webkit-transform: scale(1.05) translateY(5px);
  transform: scale(1.05) translateY(5px);
  -ms-transform: scale(1.05) translateY(5px);
  border: 1px solid #e8eeff;
}

.support-plans__title-item {
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 31px;
  margin: 0;
  color: #fff;
  padding: 19px 0 22px;
}

.support-plans__item p {
  margin-left: 16px;
  margin-right: 16px;
}

.support-plans__price-item {
  margin-top: 55px;
}

.support-plans__price-item span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
}

.support-plans__price-item::first-letter {
  font-size: 24px;
}

.support-plans__subtext-price {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  color: rgba(15, 94, 190, 0.28);
}

.support-plans__content-item {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 200px;
}

.support-plans__button-item {
  display: block;
  margin: 33px 32px 50px 32px;
  padding-top: 15px;
  padding-bottom: 16px;
  background: linear-gradient(97.17deg, #0049b8 17.28%, #70e3e1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.support-plans__button-item:hover {
  background: linear-gradient(111.93deg, #70E3E1 17.28%, #0049B8 94.89%);
  -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
}

.support-plans .plan-card {
  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;
  background-color: white;
  padding: 4% 8%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.support-plans .plan-card__title {
  font-weight: 700;
  margin-bottom: 10%;
}

.support-plans .plan-card__price {
  margin: 0 0 10px;
  color: #4479d9;
  font-size: 45px;
  font-weight: 800;
}

.support-plans .plan-card__limitation {
  margin: 0 0 5%;
}

.support-plans .plan-card__options {
  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;
  gap: 5px;
}

.support-plans .plan-card__options p:not(:last-child) {
  border-bottom: 1px solid lightgray;
}

.support-plans .plan-card__options p {
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.works {
  background-color: #ecefff;
  margin: 0 11%;
}

.works__title {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 34px;
}

.works__accordion {
  margin: auto;
}

.works__accordion > div:first-child {
  border-top: 1px solid #c8d0fb;
}

.accordion__item {
  padding: 0 25px 0 40px;
  border-bottom: 1px solid #c8d0fb;
}

.accordion__question {
  padding: 13px 25px 15px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.accordion__question:hover {
  color: #0f5ebe;
}

.active .accordion__question {
  color: #0f5ebe;
}

.accordion__question::after {
  content: url("../Content/images/down.png");
  position: absolute;
  right: 0;
  top: 12px;
}

.active .accordion__question::after {
  content: url("../Content/images/up.png");
}

.accordion__answer {
  margin: 0;
  display: none;
  padding: 2px 0 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
}

.team-page-employees {
  padding: 96px 0 105px;
  background-color: #ECEFFF;
}

.button-transition {
  display: inline-block;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-transform: capitalize;
  background: linear-gradient(97.17deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.button-transition span {
  position: relative;
  z-index: 1;
}

.button-transition::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(97.17deg, #70E3E1 17.28%, #0049B8 94.89%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.employees__inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employees__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 351px;
  flex-basis: 351px;
  margin-right: 60px;
}

.employees__sidebar-item {
  background: #FFFFFF;
  border: 1px solid #D2DEFF;
  border-radius: 4px;
  padding: 55px 45px 49px 39px;
}

.employees__sidebar-item + .employees__sidebar-item {
  margin: 18px 0 0;
}

.employees__sidebar-item--center {
  text-align: center;
  padding: 53px 45px 49px 46px;
}

.employees__sidebar-item--center .employees__sidebar-title {
  margin-bottom: 18px;
}

.employees__sidebar-item--center .employees__sidebar-text {
  max-width: 186px;
  margin: 0 auto 24px;
}

.employees__sidebar-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.41;
  margin: 0 0 21px;
}

.employees__sidebar-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}

.employees__sidebar-tag {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 2px 3px 2px 4px;
  background-color: #ECEFFF;
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  color: #89A8FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.employees__sidebar-tag--active {
  background-color: #89A8FF;
  color: #ffffff;
}

.employees__sidebar-text {
  line-height: 1.26;
  margin: 0 0 24px;
}

.employees__sidebar-link {
  width: 82%;
  padding: 15px 20px;
  margin-bottom: 10px;
}

.employees__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.employees__triggers {
  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;
  margin-bottom: 29px;
}

.employees__trigger {
  display: inline-block;
  width: 48.7%;
  height: 49px;
  border: 2px solid #C8D0FB;
  border-radius: 4px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 49px;
  color: #89A8FF;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.employees__trigger--active {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(97.17deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border: none;
  position: relative;
}

.employees__trigger--active span {
  position: relative;
  z-index: 1;
}

.employees__trigger--active::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(97.17deg, #70E3E1 17.28%, #0049B8 94.89%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.employees__tabs {
  border-top: 1px solid #C8D0FB;
}

.employees__tab {
  display: none;
}

.employees__tab--active {
  display: block;
}

.employees__item {
  border-bottom: 1px solid #C8D0FB;
  padding: 19px 35px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.employees__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #D2DEFF;
  margin-right: 30px;
  overflow: hidden;
}

.employees__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.employees__item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.employees__item-heading {
  padding-top: 2px;
  position: relative;
}

.employees__item-heading--active .employees__item-name {
  color: #0F5EBE;
}

.employees__item-heading--active .employees__item-button svg {
  fill: #0F5EBE;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.employees__item-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.41;
  color: #1C1C1C;
  margin: 0 0;
}

.employees__item-position {
  color: #999999;
  margin: 0;
}

.employees__item-button {
  position: absolute;
  right: -20px;
  top: 14px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.employees__item-button svg {
  display: block;
  width: 18px;
  height: 10px;
  fill: #3f3f3f;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.employees__item-info {
  display: none;
  padding-top: 25px;
}

.employees__item-experience {
  font-weight: 700;
  color: #1C1C1C;
  margin: 0 0 10px;
}

.employees__item-experience-text {
  color: #999999;
  margin: 0 0 25px;
}

.employees__item-skills {
  font-weight: 700;
  color: #1C1C1C;
  margin: 0 0 8px;
}

.employees__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.employees__item-tag {
  display: inline-block;
  padding: 2px 4px;
  background-color: #89A8FF;
  margin: 0 10px 10px 0;
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.employees__item-contacts {
  font-weight: 700;
  color: #1C1C1C;
  margin: 0 0 10px;
}

.employees__item-mail {
  display: inline-block;
  color: #999999;
  margin: 0 0 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.employees__item-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
}

.employees__item-social {
  display: inline-block;
  padding-right: 20px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.employees__item-social svg {
  fill: #CED7FF;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.employees__item-social:hover svg,
.employees__item-social:focus svg {
  fill: #70E3E1;
}

.employees__item-social:not(:last-of-type) {
  position: relative;
}

.employees__item-social:not(:last-of-type)::after {
  content: '';
  width: 1px;
  height: 90%;
  background: #CED7FF;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*style for grid layout*/

.umb-grid .container {
  height: auto;
}

.umb-grid .container .row {
  padding: 0 10%;
}

.umb-grid .team {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 39px;
  padding-right: 39px;
}

.umb-grid .col-md-12 .row {
  padding: 0;
}

.umb-grid .row .contact .container {
  padding: 0 15px;
}

.umb-grid .row .contact__text {
  padding: 0;
}

.umb-grid .row .contacts-page__information .header__socials {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 30px 0 0 0;
}

.umb-grid .row .contacts-page__information,
.umb-grid .row .contacts-page__map {
  width: 100%;
}

.umb-grid .row .top {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -40px;
  margin-bottom: 44px;
}

.umb-grid .row .top .container {
  height: 100%;
}

.umb-grid .row .rich_text_editor {
  margin-top: 48px;
  margin-bottom: 48px;
}

.umb-grid .grid-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-section {
  height: 100%;
}

.img-fluid {
  width: 100%;
}

.video-wrapper {
  text-align: center !important;
}

.g-recaptcha {
  max-width: 480px;
  margin: 0 auto 20px;
  display: block;
  width: 100%;
}

.g-recaptcha > * {
  width: auto !important;
}

.blogpost-content {
  /*padding: 0px 25% !important;*/
  max-width: 960px;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 0.5fr));
  gap: 20px;
}

.blogpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #000000;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.blogpost-link {
  border: 1px solid #d2deff;
  position: relative;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
  width: 100%;
}

.blogpost-link:hover .blogpost-title {
  color: #0F5EBE;
}

.blogpost-link:hover .blogpost-image > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blogpost-info {
  margin: 20px 20px 13% 20px;
}

.blogpost-description {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #535353;
  margin-bottom: 14px;
}

.blogpost-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
  color: #3F3F3F;
  margin-bottom: 14px;
}

.blogpost-tag {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
  color: #000000;
  background: #F4F4F4;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50px;
}

.blogpost-tag:hover {
  background: #89A8FF;
  color: #FFFFFF;
}

.blogpost-tag__active {
  background: #89A8FF;
  color: #FFFFFF;
}

.blogpost-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogpost-news-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}

.blogpost-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 300px;
}

.blogpost-image > img {
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
  width: 100%;
}

.blogpost-image > img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blogpost-header {
  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;
  font-weight: 500;
  font-size: 16px;
  padding: 40px 0;
}

.blogpost-header img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogpost-header .author__link {
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.blogpost-header .author__link:hover {
  color: #6BDCDF;
}

.blogpost-header .readtime {
  width: 100px;
}

.blogpost-footer {
  margin-bottom: 15px;
  padding: 0 20px;
  width: 100%;
  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;
  position: absolute;
  bottom: 0;
  color: #000000;
  font-size: 15px;
}

.blogpost-footer img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.blogpost-footer__time {
  color: #89A8FF;
}

.blogpost-footer__imgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

.blogpost-main-image > img {
  height: auto;
  width: 100%;
}

.blogpost-share-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.blogpost-share-social-container p {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.blogpost-share-social-item {
  border: #ccc 1px solid;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  line-height: 21px;
  padding: 4px 3px 1px 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.blogpost-share-social-item:first-of-type {
  margin-left: 0;
  margin-right: 0;
}

.blogpost-share-social-item:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

.blogpost-share-social-item:hover {
  text-decoration: underline;
}

.blogpost-share-social-item svg {
  position: absolute;
  top: 5px;
  left: 2px;
  height: 17px;
  width: 17px;
}

.blogpost-share-social-item-min {
  margin-left: 10px;
  margin-right: 10px;
}

.blogpost-share-social-item-min:first-of-type {
  margin-left: 10px  !important;
  margin-right: 1px !important;
}

.blogpost-share-social-item-min:last-of-type {
  margin-left: 10px  !important;
  margin-right: 10px  !important;
}

.blogpost-share-social-icon {
  width: 30px;
  height: 30px;
  margin-left: 16px;
}

.latest-articles {
  margin: 0px 15px;
}

.latest-articles-area-container {
  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;
}

.latest-articles-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 1em;
}

.text-like-button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  font: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-like-button img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.dropdown-container {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  color: black;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

#contextMenu {
  position: absolute !important;
  /*display: none;*/
  z-index: 1000;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  max-width: 200%;
  width: 250px;
  right: auto;
}

#contextMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contextMenu ul li {
  margin-bottom: 0;
}

#contextMenu a {
  color: black;
  padding-top: 10px;
  padding-left: 26px;
  text-decoration: none;
  display: block;
  margin-left: 0px;
  margin-bottom: 0px;
  height: 50px;
}

#contextMenu a:hover {
  background-color: #f1f1f1;
}

#contextMenu::before {
  content: "";
  position: absolute;
  top: -13px;
  /*left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    z-index: 1001;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
  border: solid #cccccc;
  border-width: 0 1px 1px 0;
  border-bottom-right-radius: 3px;
  display: inline-block;
  padding: 12px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-box-shadow: inset 0px 0px 20px 20px white;
  box-shadow: inset 0px 0px 20px 20px white;
}

#contextMenu.above::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ccc;
  z-index: 1;
}

.inner-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

#contextMenu[data-arrow-position]::before {
  left: var(--arrow-position, 70%);
}

.blogpost-share-social-icon {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  width: auto;
}

.section-1 .social-svg-icon circle {
  fill: #85848d;
}

.social-top {
  color: #85848D;
  font-weight: 400;
  vertical-align: super;
}

.columns-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
}

.row {
  margin: 20px 0;
}

.video_fullscreen_Desktop {
  width: 100%;
  height: 300px;
  z-index: -1;
  position: absolute;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.video_fullscreen_Mobile {
  width: 100%;
  height: 300px;
  z-index: -1;
  position: absolute;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.Content_page_container > .team {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 39px;
  padding-right: 39px;
}

.Content_page_container > .rich_text_editor {
  margin-bottom: 96px;
}

.Content_page_container .breadcrumb,
.Content_page_container .rich_text_editor {
  padding: 0 10%;
}

.case-info {
  margin-bottom: 0px;
}

.site-map {
  padding: 50px 39px 100px;
  margin: 0 auto;
}

.site-map ul li {
  list-style: none;
}

.site-map-link {
  color: #3F3F3F;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.site-map-link:hover,
.site-map-link:focus {
  color: #6BDCDF;
}

.pagination {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3%;
}

.pagination-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination.d-none {
  display: none;
}

.pagination__block {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.pagination__item {
  margin: 0 3px;
  padding: 8px;
  font-weight: 800;
  font-size: 18px;
  color: #CED7FF;
}

.pagination__item a {
  color: #CED7FF;
}

.pagination__item a:hover {
  color: #89A8FF;
  cursor: pointer;
}

.pagination__item a.active {
  color: #89A8FF;
}

.pagination__item.d-none {
  display: none;
}

.pagination__item:hover {
  color: #89A8FF;
  cursor: pointer;
}

.pagination__item.active {
  color: #89A8FF;
}

.pagination .strelka-left-4,
.pagination .strelka-right-4 {
  margin-top: 7px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.pagination .strelka-left-4 polygon,
.pagination .strelka-right-4 polygon {
  fill: #CED7FF;
  -webkit-transition: fill 0.5s ease-out;
  transition: fill 0.5s ease-out;
}

.pagination .strelka-left-4 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination .strelka-left-4:hover polygon,
.pagination .strelka-right-4:hover polygon {
  fill: #89A8FF;
}

.videoContainer iframe,
.videoContainer video {
  width: 100%;
  min-height: 300px;
  height: 100%;
}

.table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}

.table tr {
  border-bottom: 1px solid #ccc;
}

.table th,
.table td {
  padding: 10px;
  text-align: left;
  border: none;
}

.table.table-bordered th,
.table.table-bordered td {
  border: 1px solid #ccc;
}

.error-page {
  position: relative;
}

.error-page__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.error-page__bg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.error-page .container {
  width: 100%;
  height: 100%;
}

.error-page__inner {
  height: 100%;
  height: calc(100vh - 100px);
  min-height: 450px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__content {
  text-align: center;
}

.error-page__title {
  font-weight: 900;
  font-size: 200px;
  line-height: 1;
  color: #6EE1E1;
  margin: 0 0 28px;
}

.error-page__subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #70E3E1;
  text-transform: uppercase;
  padding-bottom: 38px;
  margin: 0 0 45px;
  position: relative;
}

.error-page__subtitle::after {
  content: '';
  width: 54px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.error-page__text {
  font-size: 26px;
  color: #ffffff;
  margin: 0 0 42px;
}

.error-page__link {
  display: inline-block;
  padding: 16px 40px 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-transform: capitalize;
  background: linear-gradient(97.17deg, #0049B8 17.28%, #70E3E1 94.89%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.error-page__link span {
  position: relative;
  z-index: 1;
}

.error-page__link::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(97.17deg, #70E3E1 17.28%, #0049B8 94.89%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.error-container {
  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;
  height: 100vh;
  background-color: #ecefff;
}

.error-container .error {
  max-width: 600px;
  padding: 50px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.error-container h1 {
  font-size: 3rem;
  color: black;
  margin-bottom: 20px;
}

.error-container p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.new-team2 {
  background-color: #ffffff;
  padding: 50px 10%;
  color: #000000;
}

.new-team2 .slick-list {
  padding: 25px 10px;
  overflow: hidden;
}

.new-team2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-team2 .slick-slide {
  margin: 0 10px;
}

.new-team2 .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.new-team2 .slick-dots li {
  font-size: 0;
  line-height: 0;
  margin: 0 8px 0 7px;
}

.new-team2 .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CED7FF;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.new-team2 .slick-dots li.slick-active button {
  background-color: #70E3E1;
}

.new-team2__title {
  margin-bottom: 23px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
}

.new-team2__description {
  margin-bottom: 34px;
  line-height: 1.22;
  text-align: center;
}

.new-team2__block {
  margin: 0 -19px;
}

.new-team2__slider {
  position: relative;
}

.new-team2__arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(112, 227, 225, 0.4);
  box-shadow: 0px 4px 20px rgba(112, 227, 225, 0.4);
  color: #89A8FF;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 44.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.new-team2__arrow img {
  display: inline-block;
  width: 20px;
  height: auto;
}

.new-team2__arrow:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(112, 227, 225, 0.8);
  box-shadow: 0px 4px 20px rgba(112, 227, 225, 0.8);
}

.new-team2__arrow:focus {
  -webkit-box-shadow: 0px 4px 20px rgba(112, 227, 225, 0.8);
  box-shadow: 0px 4px 20px rgba(112, 227, 225, 0.8);
}

.new-team2__arrow--prev {
  left: -10px;
}

.new-team2__arrow--next {
  right: -10px;
}

.new-slide {
  padding: 29px 27px 5px 29px;
  border: 1px solid #70E3E1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-slide:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.new-slide:focus {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.new-slide__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 29px;
}

.new-slide__heading-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 35px;
  position: relative;
}

.new-slide__heading-photo::before {
  content: '';
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #D2F3E4;
  position: absolute;
  right: -13px;
  bottom: -23px;
}

.new-slide__heading-photo img {
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-slide__heading-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3px;
}

.new-slide__heading-title {
  margin-bottom: 13px;
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.182;
}

.new-slide__heading-description {
  line-height: 1.56;
  color: #999999;
  margin-top: 0;
  height: 50px;
}

.new-slide__heading-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5%;
}

.new-slide__heading-social {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.new-slide__heading-social svg {
  display: block;
  width: auto;
  max-width: 25px;
  height: auto;
  fill: #CED7FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-slide__heading-mail {
  display: inline-block;
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-slide__subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.182;
  color: #999999;
  margin-bottom: 28px;
}

.new-slide__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 0 -21px;
}

.new-slide__team-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 20px 0 21px;
  margin-bottom: 20px;
}

.new-slide__team-photo {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.new-slide__team-photo img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-slide__team-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1;
  color: #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-slide__team-details svg {
  display: block;
  width: 11px;
  height: auto;
  fill: #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-slide__team-details.more-button svg {
  margin-left: 10px;
}

.new-slide__team-details.back-button svg {
  margin-right: 10px;
}

.new-slide__members-wrap {
  display: none;
}

.new-slide__members-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-slide__members-data {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
}

.new-slide__members-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}

.new-slide__members-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-slide__members-description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.new-slide__members-name {
  font-weight: 700;
  line-height: 1.56;
}

.new-slide__members-experience {
  line-height: 1.56;
  color: #999999;
}

.new-slide__members-experience .technologies {
  display: inline;
  font-weight: 800;
  word-break: break-all;
}

.new-slide__members-experience .technologies span {
  white-space: nowrap;
}

.pricing-model {
  padding: 60px 0 65px;
}

.pricing-model__title {
  text-align: center;
  letter-spacing: -0.35px;
  margin-bottom: 12px;
}

.pricing-model__block {
  position: relative;
  padding-bottom: 30px;
}

.pricing-model__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 415px;
  max-height: 400px;
}

.pricing-model__list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.pricing-model__list-item {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #1846AE;
}

.pricing-model__list-item::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
}

.pricing-model__list-item.item1 {
  width: 185px;
  -webkit-transform: translate(-365px, -273px);
  -ms-transform: translate(-365px, -273px);
  transform: translate(-365px, -273px);
}

.pricing-model__list-item.item1::after {
  width: 122%;
  height: 20px;
  left: 0;
  bottom: -19px;
  background-image: url("../../content/images/pricing-model-pointer1-1.svg");
}

.pricing-model__list-item.item2 {
  width: 133px;
  -webkit-transform: translate(230px, -273px);
  -ms-transform: translate(230px, -273px);
  transform: translate(230px, -273px);
}

.pricing-model__list-item.item2::after {
  width: 197%;
  height: 40px;
  right: -2px;
  bottom: -7px;
  background-image: url("../../content/images/pricing-model-pointer2-1.svg");
}

.pricing-model__list-item.item3 {
  width: 475px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.pricing-model__list-item.item3::after {
  width: 108%;
  height: 106px;
  left: -19px;
  bottom: -5px;
  background-image: url("../../content/images/pricing-model-pointer3-1.svg");
}

.full-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  margin-bottom: 3%;
}

.content-info .umb-block-grid__layout-item .top,
.content-info .umb-block-grid__layout-item .top-new {
  margin: initial;
}

.umb-block-grid__layout-item .details-container {
  padding: 0 !important;
}

.umb-block-grid__layout-item .details-container.column {
  margin: 5% -5% 10% -5% !important;
}

.umb-block-grid__layout-item .contacts-container {
  padding: 0 !important;
}

.umb-block-grid__layout-item .call_to_action {
  padding: 0 !important;
}

.umb-block-grid__layout-item .text-with-image-container {
  padding: 0 !important;
}

.umb-block-grid__layout-item .top-new {
  margin: 20px 0px;
}

.umb-block-grid__layout-item .support-plans {
  padding: 0;
}

.umb-block-grid__layout-item .top__content {
  width: 100%;
}

.umb-block-grid__layout-item .top__title {
  text-align: center;
}

.umb-block-grid__layout-item .half-with-left-shift p {
  margin-top: 0;
}

.umb-block-grid__layout-item .works {
  margin: unset;
}

.umb-block-grid__layout-item .quote {
  padding: 0;
}

.umb-block-grid__layout-item a {
  text-decoration: none;
}

.block-rte {
  padding: 0;
}

.block-rte .col-md-6 {
  width: 100%;
  padding: 0;
}

.block-rte p {
  margin-top: 15px;
}

.social-links--container {
  margin: 1% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
}

.block-image-container {
  margin-bottom: 24px;
  margin-top: 24px;
}

.block-image-container img:not(:first-of-type) {
  margin-left: 32px;
}

.full-bleed {
  padding: 20px 15%;
}

.full-bleed .half-with-left-shift,
.full-bleed .half,
.full-bleed .image-with-text,
.full-bleed .quote,
.full-bleed .block-image-container {
  margin: 0px 0px !important;
}

.half-with-left-shift .call_to_action,
.half-with-left-shift .block-image,
.half-with-left-shift .block-rte,
.half-with-left-shift .block-image-container,
.half-with-left-shift .full-bleed,
.half-with-left-shift .quote {
  margin: 0 !important;
}

.half .call_to_action,
.half .block-image,
.half .block-rte,
.half .block-image-container,
.half .full-bleed,
.half .quote {
  margin: 20px 0px 20px 0px !important;
}

.half .contact {
  width: 500px;
  margin-right: 0;
}

.right-block .contact,
.left-block .contact {
  width: 500px;
}

.image-with-text .block-image,
.image-with-text .block-rte,
.image-with-text .block-image-container {
  margin: 0 !important;
}

.block-title {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 20px;
}

.umb-block-grid__layout-container {
  --umb-block-grid--grid-columns: 2 !important;
  /* Устанавливаем количество столбцов равным двум */
  /* остальные стили... */
}

.top.top-honors {
  background-position: center top;
  position: relative;
}

.top.top-honors::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(77.37deg, rgba(12, 79, 182, 0.6) 4.38%, rgba(117, 227, 224, 0.6) 99.57%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.top.top-honors .top__inner {
  min-height: calc(100vh - 100px);
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top.top-honors .top__banners {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 330px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D214F), color-stop(35%, rgba(113, 123, 147, 0.51)), color-stop(75%, rgba(165, 170, 182, 0.25)), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(180deg, #0D214F 0%, rgba(113, 123, 147, 0.51) 35%, rgba(165, 170, 182, 0.25) 75%, rgba(217, 217, 217, 0) 100%);
  padding: 20px 40px;
  min-height: 180px;
}

.top.top-honors .top__banners a {
  width: 100%;
}

.top.top-honors .top__banner {
  display: block;
  max-width: 100%;
  margin-bottom: 50px;
}

.top.top-honors .top__banner:last-child {
  margin-bottom: 0;
}

.publications {
  padding-bottom: 2%;
}

.publications p {
  margin: 0;
}

.publications__title {
  text-align: center;
  margin-bottom: 2%;
}

.publications__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.publications .publication {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 500px;
  cursor: pointer;
  color: #000000;
  border-radius: 15px;
}

.publications .publication:hover {
  -webkit-box-shadow: #ecefff 0 5px 20px 0;
  box-shadow: #ecefff 0 5px 20px 0;
}

.publications .publication:hover .publication__name {
  color: #6BDCDF;
}

.publications .publication__image {
  height: 70%;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  overflow: hidden;
}

.publications .publication__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.publications .publication__name {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.publications .publication__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  padding: 3%;
  height: 30%;
  border-radius: inherit;
}

.publications .publication__info__bottom {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.publications .publication__info__bottom p {
  font-size: 16px;
}

.careers-page li {
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

.careers-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.careers-page a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.careers-page a p {
  font-size: 38px;
  font-weight: 900;
  line-height: 45.6px;
}

.careers-page h1 {
  font-size: 72px;
  font-weight: 500;
  line-height: 83.52px;
}

.careers-page h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
}

.careers-page h3 {
  font-size: 38px;
  font-weight: 900;
  line-height: 45.6px;
}

.careers-page p1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33.88px;
}

.careers-page p2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40.04px;
}

.careers-page p2 p {
  font-size: 26px;
  font-weight: 700;
  line-height: 40.04px;
}

.careers-page p2 p span {
  font-size: 26px;
  font-weight: 700;
  line-height: 40.04px;
}

.career-hero {
  height: 656px;
  padding: 0 15%;
  width: auto;
  color: white;
  background: radial-gradient(113.95% 286.18% at 21.2% 16.62%, #002ed2 2.16%, #2fa8ff 100%);
  z-index: -1;
  position: relative;
}

.career-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Content/images/CareerVacancies/CareerBackgroundVector.svg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.career-hero__container {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-hero__titleWithSubtitle {
  margin-bottom: 135px;
}

.career-hero__title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: 161px;
}

.career-hero__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 447px;
  width: 576px;
  height: 136px;
  gap: 0px;
}

.career-join {
  color: #11304f;
  height: 672px;
  padding: 0 15%;
  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;
}

.career-join__title {
  margin-top: 102px;
  margin-bottom: 70px;
}

.career-join__profits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.career-join__profits-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  width: 561px;
}

.career-join__profits-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  width: 485px;
}

.career-join__profits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.career-vacancies {
  background: #f6fdff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.career-vacancies__title {
  padding: 0 15%;
  margin-top: 78px;
  margin-bottom: 44px;
  color: #11304f;
}

.career-vacancies__main {
  padding: 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 646px;
}

.career-vacancies__main-cardslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 95px;
  width: 774px;
  gap: 38px;
}

.career-vacancies__main-cardslist__card {
  padding: 30px 40px 80px 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 5px 24px 0px #89a8ff66;
  box-shadow: 0px 5px 24px 0px #89a8ff66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.career-vacancies__main-cardslist__card-title {
  margin-bottom: 14px;
  color: #11304f;
}

.career-vacancies__main-cardslist__card-tagslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career-vacancies__main-cardslist__card-tag {
  width: auto;
  height: 42px;
  padding: 6px 32px 8px 32px;
  border-radius: 24px;
  border: 1px solid #1d1d1b;
}

.career-vacancies__main-cardslist__card-body {
  margin-top: 16px;
  white-space: pre-line;
}

.career-vacancies__main-cardslist__card-button {
  color: #6BDCDF;
}

.career-vacancies__main-divider {
  margin-right: 34px;
  background-color: #00000014;
  height: auto;
  width: 2px;
}

.career-vacancies__main-searchwithtags {
  width: 397px;
}

.career-vacancies__main-searchwithtags-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  width: 416px;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  border: 2px solid #00000014;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.career-vacancies__main-searchwithtags-search-input {
  width: 316px;
  background-color: transparent;
}

.career-vacancies__main-searchwithtags-search::before {
  content: "";
  display: block;
  right: 48px;
  width: 2px;
  height: 44px;
  background-color: #00000014;
  position: absolute;
}

.career-vacancies__main-searchwithtags-search-button {
  background-image: url("/Content/images/CareerVacancies/search.svg");
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.career-vacancies__main-searchwithtags__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}

.career-vacancies__main-searchwithtags__tags-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.career-vacancies__main-searchwithtags__tags-title {
  color: #11304f;
}

.career-vacancies__main-searchwithtags__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career-vacancies__main-searchwithtags__tags-tag {
  width: auto;
  height: 42px;
  padding: 6px 32px 8px 32px;
  border-radius: 24px;
  border: 1px solid #1d1d1b;
  position: relative;
  gap: 4px;
}

.career-vacancies__main-searchwithtags__tags-tag-img {
  width: 8px;
  height: 8px;
}

.career-vacancies__main-searchwithtags__tags-tag:hover {
  background-color: #1261bf;
}

.career-vacancies__main-searchwithtags__tags-tag:hover li {
  color: white;
}

.career-vacancies__main-searchwithtags__tags-tag:hover-img {
  display: none;
}

.career-vacancies__main-searchwithtags__tags-tag.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1261bf;
}

.career-vacancies__main-searchwithtags__tags-tag.active li {
  color: white;
}

.career-vacancies__main-searchwithtags__tags-tag.active:hover {
  background-color: white;
}

.career-vacancies__main-searchwithtags__tags-tag.active:hover li {
  color: black;
}

.career-vacancies__footer {
  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;
  position: relative;
  height: 210px;
  color: white;
  background: radial-gradient(165.7% 358.03% at 7.67% -35.14%, #2fa8ff 0%, #002ed2 97.84%);
}

.career-vacancies__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Content/images/CareerVacancies/CareersVacanciesFooter.svg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.career-vacancies__footer p1 {
  z-index: 1;
}

p {
  margin: 0;
}

.vacancy-page {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vacancy-page input[type="file"] {
  display: none;
}

.vacancy-page li {
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

.vacancy-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vacancy-page p2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40.04px;
  text-align: left;
  /* styles for 'rich text area' from BO */
}

.vacancy-page p2 p {
  font-size: 26px;
  font-weight: 700;
  line-height: 40.04px;
  text-align: left;
}

.vacancy-page p2 p span {
  font-size: 26px;
  font-weight: 700;
  line-height: 40.04px;
  text-align: left;
}

.vacancy-page h3 {
  color: #11304f;
  font-size: 38px;
  font-weight: 900;
  line-height: 45.6px;
  text-align: left;
}

.vacancy-page h3 p {
  color: #11304f;
  font-size: 38px;
  font-weight: 900;
  line-height: 45.6px;
  text-align: left;
}

.vacancy-page p4,
.vacancy-page label {
  font-size: 18px;
  font-weight: 400;
  line-height: 30.99px;
  color: #707070;
}

.vacancy-page::after {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  content: url("/Content/images/CareerVacancies/CareersFormBackground.svg");
}

.vacancy-page__link {
  padding: 0 15%;
  margin-top: 82px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancy-page__link-img {
  height: 45px;
  width: 45px;
}

.vacancy-page__link-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
}

.vacancy-page__container {
  padding: 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 254px;
}

.vacancy-page__vacancy {
  width: 698px;
  margin-right: 26px;
}

.vacancy-page__vacancy-title {
  margin-bottom: 22px;
}

.vacancy-page__vacancy-body {
  white-space: pre-line;
}

.vacancy-page__tagswithform {
  width: 540px;
}

.vacancy-page__tagswithform-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vacancy-page__tagswithform-tag {
  width: auto;
  height: 42px;
  padding: 6px 32px 8px 32px;
  border-radius: 24px;
  border: 1px solid #1d1d1b;
  background-color: white;
}

.vacancy-page__tagswithform-form {
  margin-top: 30px;
  /*316px - 366*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 540px;
  height: 662px;
  padding: 72px 62px 72px 62px;
  gap: 36px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4.427525520324707px 22.13762664794922px 0px #89a8ff66;
  box-shadow: 0px 4.427525520324707px 22.13762664794922px 0px #89a8ff66;
  position: relative;
}

.vacancy-page__tagswithform-form-textarea {
  width: 416px;
  height: 156px;
  padding: 11px 22px 11px 22px;
  border-radius: 4.43px;
  border: 1px;
  border: 1px solid #a0b1f8;
}

.vacancy-page__tagswithform-form-input {
  padding: 12px 22px 12px 22px;
  border-radius: 4.43px;
  border: 1px solid #a0b1f8;
}

.vacancy-page__tagswithform-form-input-pdf {
  width: 208px;
  /*185*/
  height: 52px;
  /*display: flex;
          justify-content: flex-start;*/
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 22px 12px 22px;
  line-height: 1.15 !important;
  /*align-content: center;

          -webkit-align-content: center;
          -webkit-align-self: center;

          align-self: center;*/
  border-radius: 4.43px;
  background: #f5fcff;
  border: 1px solid #0049b8;
  cursor: pointer;
}

.vacancy-page__tagswithform-form-input-button {
  background: linear-gradient(97.17deg, #0049b8 17.28%, #70e3e1 94.89%);
  width: 416px;
  height: 52px;
  border-radius: 4.43px;
  color: white;
}

.vacancy-page__tagswithform-form-input-button:hover {
  background: linear-gradient(97.17deg, #70e3e1 17.28%, #0049b8 94.89%);
}

p {
  margin: 0;
}

.new-top {
  background: url("../../Content/images/support-system/new-top-bg.png") left top/100% 100% no-repeat;
}

.new-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 77px;
  padding-top: 10px;
  padding-bottom: 114px;
  color: #ffffff;
}

.new-top__info {
  min-height: 674px;
  width: 636px;
  padding: 20px 0;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-top__title {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.16;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.new-top__description.mobile-version {
  display: none;
}

.new-top__text {
  max-width: 563px;
  margin-left: 5px;
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.54;
}

.new-top__link {
  margin-top: 50px;
  padding: 16px 38px 14px;
  font-size: 18px;
}

.new-top__image {
  width: 596px;
  margin-right: -107px;
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
}

.new-top__image img {
  display: block;
  width: 100%;
  height: auto;
}

.new-about {
  padding-top: 106px;
}

.new-about__inner {
  padding-left: 76px;
  color: #11304F;
}

.new-about__title {
  margin-bottom: 32px;
}

.new-about__text {
  max-width: 692px;
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.54;
}

.new-gallery {
  padding-top: 48px;
}

.new-gallery__image {
  display: block;
  width: 2282px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.new-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
}

.new-gallery__photos {
  display: none;
}

.new-info {
  padding-top: 393px;
  padding-bottom: 139px;
  color: #ffffff;
  text-align: center;
  background: url("../../Content/images/support-system/new-info-bg.png") left top/100% 100% no-repeat;
}

.new-info__text {
  max-width: 766px;
  margin: 0 auto !important;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.54;
}

.new-problems__inner {
  max-width: 1200px;
  margin: 0 auto 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-problems__info {
  width: auto;
  margin-right: 36px;
  color: #11304F;
}

.new-problems__title {
  margin-bottom: 32px;
  margin-left: 45px;
}

.new-problems__list {
  list-style: none;
  padding-left: 0;
}

.new-problems__list-item {
  position: relative;
  padding-left: 48px;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.54;
}

.new-problems__list-item::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("/Content/images/icon-list-marker.svg") center center/contain no-repeat;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
}

.new-problems__contact {
  width: 540px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
  margin-bottom: -300px;
}

.new-problems .test {
  width: 100%;
  height: 646px;
  background-color: lightblue;
}

.intership-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 178px;
  color: #ffffff;
  width: 100%;
}

.intership-top__inner__info {
  min-height: 674px;
  width: 100%;
  padding: 20px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1742a4;
}

.intership-top__inner__info__borderstyle-left {
  border-radius: 0% 0% 0% 150px;
}

.intership-top__inner__info__borderstyle-right {
  border-radius: 0% 0% 150px 0%;
}

.intership-top__inner__info__title {
  max-width: 380px;
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.16;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.intership-top__inner__info__title2 {
  max-width: 600px;
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.16;
  letter-spacing: 0.02em;
  text-align: center;
}

.intership-top__inner__info__text {
  max-width: 450px;
  margin-left: 5px;
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.54;
}

.intership-top__inner__image {
  width: 100%;
}

.intership-top__inner__image img {
  display: block;
  width: 100%;
  height: auto;
}

.intership-center {
  padding: 75px 0;
  overflow: hidden;
}

.intership-center__title {
  margin-bottom: 62px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1875;
  color: #11304F;
  text-align: center;
}

.intership-center__flower {
  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;
}

.intership-center__flower-item {
  width: 45.4%;
  min-height: 270px;
  position: relative;
  z-index: 1;
  padding: 30px 70px;
  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;
}

.intership-center__flower-item:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.4;
}

.intership-center__flower-item::after {
  content: '';
  width: 100%;
  height: calc(100% - 8px);
  background-color: #ffffff;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
}

.intership-center__flower-item p {
  max-width: 430px;
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.54;
}

.intership-center__flower-item p + p {
  margin-top: 15px;
}

.intership-center__flower-item:nth-of-type(odd) {
  border-left-width: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intership-center__flower-item:nth-of-type(odd)::after {
  left: -4px;
}

.intership-center__flower-item:nth-of-type(even) {
  border-right-width: 0;
}

.intership-center__flower-item:nth-of-type(even)::after {
  left: 4px;
}

.intership-center__flower-item.item1 {
  border-bottom-right-radius: 92px;
}

.intership-center__flower-item.item1::before {
  background: linear-gradient(-150deg, #70E3E1 0%, #0049B8 120%);
}

.intership-center__flower-item.item1::after {
  border-bottom-right-radius: 89px;
}

.intership-center__flower-item.item2 {
  border-bottom-left-radius: 92px;
}

.intership-center__flower-item.item2::before {
  background: linear-gradient(20deg, #70E3E1 0%, #0049B8 85%);
}

.intership-center__flower-item.item2::after {
  border-bottom-left-radius: 89px;
}

.intership-center__flower-item.item3 {
  border-top-right-radius: 92px;
}

.intership-center__flower-item.item3::before {
  background: linear-gradient(-145deg, #70E3E1 0%, #0049B8 100%);
}

.intership-center__flower-item.item3::after {
  border-top-right-radius: 89px;
}

.intership-center__flower-item.item4 {
  border-top-left-radius: 92px;
}

.intership-center__flower-item.item4::before {
  background: linear-gradient(45deg, #70E3E1 0%, #0049B8 140%);
}

.intership-center__flower-item.item4::after {
  border-top-left-radius: 89px;
}

.intership-center__flower-image {
  width: 100%;
  display: block;
  margin-top: -22px;
  margin-bottom: -7px;
  text-align: center;
}

.intership-center__flower-image img {
  display: inline-block;
  width: 144px;
  height: auto;
}

.intership-contact-form {
  margin-bottom: 250px;
}

.intership-contact-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intership-contact-form__inner__text {
  max-width: 500px;
  width: auto;
}

.intership-contact-form__inner__text ol li,
.intership-contact-form__inner__text p {
  font-weight: 700;
  font-size: 26px;
  line-height: 40.04px;
}

.intership-info {
  padding-top: 139px;
  padding-bottom: 139px;
  background: #1742a4;
  text-align: center;
  color: #FFF;
  border-radius: 110px 0% 0% 0%;
}

.intership-info p {
  font-weight: 700;
  font-size: 26px;
  line-height: 40.04px;
}

/*
.contact__form-input {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
    border: 1px solid #9FB0FE;
    border-radius: 4px;
    padding: 13px 20px 15px 31px;
    background: #ffffff;
    font-size: 18px;
    line-height: 22px;
    color: #3F3F3F;
}
*/

/* The container must be positioned relative: */

.custom-select {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 20px;
  border: 1px solid #9FB0FE;
  border-radius: 4px;
  padding: 13px 20px 15px 20px;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
}

/* Style the arrow inside the select element: */

.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  /*width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #707087 transparent transparent transparent;*/
  border: solid #707087;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*
<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L7 7L13 1" stroke="#B4B4B4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
*/

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  /*border-color: transparent transparent #707087 transparent;
    top: 14px;*/
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* style the items (options), including the selected item: */

.select-items div {
  /*border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  color: #707087;
  padding: 8px 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Style items (options): */

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  max-width: 480px;
  margin: 5px 0px 0px;
  border: 1px solid #9FB0FE;
  border-radius: 4px;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  max-height: 135px;
  overflow-y: scroll;
  /*-ms-overflow-style: none;*/
  /*&::-webkit-scrollbar-track {
        display: block;
    }*/
}

.select-items::-webkit-scrollbar {
  background-color: #fff;
}

.select-items::-webkit-scrollbar:vertical {
  width: 8px;
}

.select-items::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
}

.select-items::-webkit-scrollbar-button {
  display: block;
  width: 5px;
  height: 5px;
}

/* Hide the items when the select box is closed: */

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  color: #6BDCDF;
}

@media (min-width: 576px) {
  .header__menu__item__redirect {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 40px 5px -10px 15%;
    padding: 1px 0px;
    font-size: 19px;
    font-weight: bold;
    color: black;
    border-bottom: 3px solid #9FB0FE;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }

  .header__menu__item__redirect.active-redirect {
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    color: #6BDCDF;
  }

  .header__menu__item__redirect:hover {
    color: #6BDCDF;
  }

  .header__menu__item__info:hover .header__menu__item__icon {
    background: url("/Content/images/menu_arrow_active.svg") no-repeat !important;
  }

  .header__menu__item__info:hover .header__menu-link {
    color: #6BDCDF !important;
  }
}

@media (min-width: 900px) {
  .categories {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 950px) {
  .header__menu {
    max-height: 400px;
    min-height: 100px;
  }
}

@media (min-width: 992px) {
  .reviews__link:hover,
  .reviews__link:focus {
    color: #70e3e1;
    border-bottom-color: #70e3e1;
  }

  .tariff:hover,
  .tariff:focus {
    -webkit-box-shadow: 0 4px 30px #70E3E1;
    box-shadow: 0 4px 30px #70E3E1;
  }

  .tariff__button:hover,
  .tariff__button:focus {
    -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
    box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  }

  .tariff__button:hover::after,
  .tariff__button:focus::after {
    opacity: 1;
  }

  .new-team__link:hover,
  .new-team__link:focus {
    color: #70e3e1;
    border-bottom-color: #70e3e1;
  }

  .employees__sidebar-tag:hover,
  .employees__sidebar-tag:focus {
    background-color: #89A8FF;
    color: #ffffff;
  }

  .employees__trigger:hover,
  .employees__trigger:focus {
    background-color: #C8D0FB;
    color: #ffffff;
  }

  .employees__trigger--active:hover,
  .employees__trigger--active:focus {
    -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
    box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  }

  .employees__trigger--active:hover::after,
  .employees__trigger--active:focus::after {
    opacity: 1;
  }

  .employees__item-tag:hover,
  .employees__item-tag:focus {
    color: #89A8FF;
    background-color: #ffffff;
  }

  .employees__item-mail:hover,
  .employees__item-mail:focus {
    color: #1c1c1c;
  }

  .button-transition:hover,
  .button-transition:focus {
    -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
    box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
  }

  .button-transition:hover::after,
  .button-transition:focus::after {
    opacity: 1;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .video_fullscreen_Desktop {
    display: block;
  }

  .error-page__link:hover::after,
  .error-page__link:focus::after {
    opacity: 1;
  }

  .new-slide__heading-social:hover svg {
    fill: #70E3E1;
  }

  .new-slide__heading-social:focus svg {
    fill: #70E3E1;
  }

  .new-slide__heading-mail:hover {
    color: #70E3E1;
  }

  .new-slide__heading-mail:focus {
    color: #70E3E1;
  }

  .new-slide__team-details:hover {
    color: #70E3E1;
  }

  .new-slide__team-details:hover svg {
    fill: #70E3E1;
  }

  .new-slide__team-details:focus {
    color: #70E3E1;
  }

  .new-slide__team-details:focus svg {
    fill: #70E3E1;
  }
}

@media (min-width: 1023px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .reviews .slider-one__content__img-container img {
    width: auto;
    max-width: 500px;
  }
}

@media (min-width: 1600px) {
  .blog-container {
    grid-template-columns: repeat(auto-fit, minmax(325px, 0.333fr));
  }
}

@media (max-width: 2000px) {
  .header__navigation nav {
    max-width: 70%;
    overflow-y: scroll;
  }
}

@media (max-width: 2000px) and (max-width: 1200px) {
  .header__navigation nav {
    max-width: 55%;
  }
}

@media (max-width: 1600px) {
  .careers-page h1 {
    font-size: 56px;
    line-height: 73.52px;
  }

  .careers-page h2 {
    font-size: 50px;
    line-height: 62px;
  }

  .careers-page h3 {
    font-size: 32px;
    line-height: 41.6px;
  }

  .careers-page p1 {
    font-size: 20px;
  }

  .careers-page p2 {
    font-size: 22px;
    line-height: 32.04px;
  }

  .careers-page p2 p {
    font-size: 22px;
    line-height: 32.04px;
  }

  .careers-page p2 p span {
    font-size: 22px;
    line-height: 32.04px;
  }

  .careers-page li {
    font-size: 14px;
    line-height: 24px;
  }

  .vacancy-page h3 {
    font-size: 32px;
    line-height: 41.6px;
  }

  .vacancy-page p2 {
    font-size: 22px;
    line-height: 32.04px;
  }

  .vacancy-page p2 p {
    font-size: 22px;
    line-height: 32.04px;
  }

  .vacancy-page p2 p span {
    font-size: 22px;
    line-height: 32.04px;
  }

  .vacancy-page li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1495px) {
  .new-slide__heading-description {
    height: 80px;
  }
}

@media (max-width: 1400px) {
  .medium-section-title {
    font-size: 54px;
  }

  .header {
    padding: 0% 11% !important;
  }

  .header__socials {
    /*display: flex;
		justify-content: space-between;*/
    display: none;
  }

  .header-org-time__socials {
    display: none;
  }

  .reviews {
    padding: 0 10% 0 10%;
  }

  .reviews__arrow--prev {
    left: -100px;
  }

  .reviews__arrow--next {
    right: -100px;
  }

  .reviews .slider-one__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px 20px;
  }

  .reviews .slider-one__arrow--prev {
    left: -50px;
  }

  .reviews .slider-one__arrow--next {
    right: -50px;
  }

  .content__inner {
    padding: 0% 11% !important;
  }

  .support__item-content {
    padding-left: 0;
  }

  .support__item-body {
    width: 51.5%;
  }

  .support__item--reverse .support__item-body {
    margin-left: 47.7%;
  }

  .new-team {
    padding: 0;
  }

  .full-bleed {
    padding: 20px 10% !important;
  }

  .career-hero {
    padding: 0% 11%;
  }

  .career-hero__info {
    margin-left: 50%;
    width: 40%;
  }

  .career-hero__titleWithSubtitle {
    margin-bottom: 90px;
  }

  .career-hero__title {
    margin-bottom: 10px;
  }

  .career-join {
    padding: 0% 11%;
    height: auto;
  }

  .career-join__profits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .career-join__profits {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .career-join__profits-first {
    width: 80%;
  }

  .career-join__profits-second {
    width: 80%;
  }

  .career-join__profits-item {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .career-vacancies__title {
    padding: 0% 11%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .career-vacancies__main {
    padding: 0% 11%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 446px;
  }

  .career-vacancies__main-cardslist {
    margin-right: 0px;
  }

  .career-vacancies__main-divider {
    display: none;
  }

  .career-vacancies__main-searchwithtags {
    margin-bottom: 50px;
  }

  .career-vacancies__main-cardslist {
    width: auto;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .career-vacancies__main-cardslist__card-tag {
    height: auto;
  }

  .career-vacancies__main-searchwithtags__tags-tag {
    height: auto;
  }

  .vacancy-page::after {
    top: 100%;
  }

  .vacancy-page__link {
    padding: 0% 11%;
    margin-top: 62px;
  }

  .vacancy-page__container {
    padding: 0% 11%;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 154px;
  }

  .vacancy-page__vacancy {
    width: auto;
    margin-bottom: 60px;
    margin-right: 0px;
  }

  .vacancy-page__tagswithform {
    width: 100%;
    margin-bottom: 60px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vacancy-page__tagswithform-tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vacancy-page__tagswithform-tag {
    height: auto;
  }

  .vacancy-page__tagswithform-form {
    margin-top: 30px;
  }

  .new-top__info {
    min-height: 570px;
  }

  .new-top__title {
    font-size: 60px;
  }

  .new-top__text {
    font-size: 20px;
  }

  .new-top__link {
    margin-top: 30px;
  }

  .new-top__image {
    width: 520px;
    margin-right: -80px;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
  }

  .new-about__text {
    font-size: 20px;
  }

  .new-gallery__image {
    width: 150%;
  }

  .new-info__text {
    font-size: 22px;
  }

  .new-problems__list-item {
    font-size: 20px;
  }

  .new-problems__contact {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 1223px) {
  .new-slide__heading-description {
    height: 110px;
  }
}

@media (max-width: 1200px) {
  .section-title {
    font-size: calc(32px + 28 * (100vw / 1200));
  }

  .medium-section-title {
    font-size: 44px;
  }

  .header__inner {
    padding: 0;
  }

  .header__menu li {
    margin: 0 20px;
  }

  .header__button {
    margin-right: 0;
  }

  .header-org-time__inner {
    padding: 0;
  }

  .header-org-time__menu li {
    margin: 0 20px;
  }

  .header-org-time__button {
    margin-right: 0;
  }

  .about {
    padding: 70px 0;
  }

  .about__info {
    padding-top: 0;
  }

  .about__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about__image img {
    height: 80%;
  }

  .doing__item {
    padding: 50px 15px 42px;
  }

  .doing__item-icon {
    margin-bottom: 21px;
  }

  .services {
    padding-bottom: 72px;
  }

  .services__inner {
    padding: 0 58px;
  }

  .services__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-right: 15px;
    margin-bottom: 56px;
  }

  .services__item--nonstandart {
    padding-left: 0;
  }

  .reviews .slider-one__arrow--prev {
    left: 0px;
  }

  .reviews .slider-one__arrow--next {
    right: 0px;
  }

  pre {
    max-width: calc(100vw - 450px);
  }

  .image-block--row-reverse .image-block__info {
    padding-right: 20px;
  }

  .image-block--row .image-block__info {
    padding-left: 20px;
  }

  .action__element.secondary .action__text {
    padding: 0;
  }

  .team-page-employees {
    padding: 60px 0;
  }

  .employees__sidebar {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin-right: 30px;
  }

  .employees__sidebar-item {
    padding: 25px 20px;
  }

  .employees__sidebar-item--center .employees__sidebar-text {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .employees__sidebar-link {
    width: 100%;
  }

  .employees__item {
    padding: 15px 25px 15px 10px;
  }

  .employees__item-button {
    right: -30px;
  }

  .umb-grid .team {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blogpost-footer {
    font-size: 10px;
  }

  .blogpost-header {
    font-size: 15px;
  }

  .Content_page_container > .team {
    padding-left: 0px;
    padding-right: 0px;
  }

  .error-page__inner {
    min-height: 400px;
  }

  .error-page__title {
    font-size: 120px;
    margin-bottom: 10px;
  }

  .error-page__subtitle {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .error-page__text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .new-team2__title {
    font-size: 52px;
  }

  .new-team2__block {
    margin: 0 -10px;
  }

  .new-slide__heading-social {
    margin-right: 10px;
  }

  .new-slide__team {
    margin: 0 -5px;
  }

  .new-slide__team-item {
    padding: 0 5px;
  }

  .new-slide__team-details {
    font-size: 16px;
  }

  .new-slide__team-details.more-button svg {
    margin-left: 5px;
  }

  .new-slide__team-details.back-button svg {
    margin-right: 5px;
  }

  .block-title {
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
  }

  .careers-page h1 {
    font-size: 38px;
    line-height: 63.52px;
  }

  .careers-page h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .careers-page h3 {
    font-size: 28px;
    line-height: 38.6px;
  }

  .careers-page p1 {
    font-size: 18px;
  }

  .careers-page p2 {
    font-size: 20px;
    line-height: 28.04px;
  }

  .careers-page p2 p {
    font-size: 20px;
    line-height: 28.04px;
  }

  .careers-page p2 p span {
    font-size: 20px;
    line-height: 28.04px;
  }

  .careers-page li {
    font-size: 14px;
    line-height: 24px;
  }

  .vacancy-page h3 {
    font-size: 28px;
    line-height: 38.6px;
  }

  .vacancy-page p2 {
    font-size: 20px;
    line-height: 28.04px;
  }

  .vacancy-page p2 p {
    font-size: 20px;
    line-height: 28.04px;
  }

  .vacancy-page p2 p span {
    font-size: 20px;
    line-height: 28.04px;
  }

  .vacancy-page li {
    font-size: 14px;
    line-height: 24px;
  }

  .new-top__info {
    min-height: 500px;
  }

  .new-top__title {
    font-size: 50px;
  }

  .new-top__text {
    font-size: 18px;
  }

  .new-top__image {
    width: 460px;
  }

  .new-about__text {
    font-size: 18px;
  }

  .new-info__text {
    font-size: 20px;
  }

  .new-problems__list-item {
    font-size: 18px;
  }

  .intership-center__flower-item {
    min-height: 250px;
  }

  .intership-center__flower-item p {
    font-size: 22px;
  }

  .intership-center__flower-item:nth-of-type(odd) {
    padding: 25px 40px 25px 20px;
  }

  .intership-center__flower-item:nth-of-type(even) {
    padding: 25px 20px 25px 40px;
  }

  .intership-center__flower-image {
    margin-top: -7px;
  }

  .intership-center__flower-image img {
    width: 100px;
  }

  .intership-contact-form__inner__text {
    padding: 25px;
    max-width: 450px;
  }
}

@media (max-width: 1100px) {
  .reviews {
    padding: 0 3% 0 3%;
  }

  .reviews__title {
    margin-bottom: 10px;
  }

  .reviews__text {
    margin-bottom: 20px;
  }

  .reviews .slick-track {
    gap: 0px;
  }

  .reviews .slick-dots {
    margin: 0 0 20px;
  }

  .reviews__slide-content {
    padding: 20px 10px 20px;
  }

  .content__inner.two-Colom .blogpost {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .content__inner.two-Colom .blogpost-image {
    height: 300px;
  }

  .action__element,
  .action__element.secondary {
    padding: 40px 20px;
  }

  .cards__column {
    width: 50%;
  }

  .contacts-page__map {
    width: 69.1%;
  }

  .new-team {
    padding: 0;
  }

  .new-team__title {
    margin-bottom: 10px;
  }

  .new-team__text {
    margin-bottom: 20px;
  }

  .new-team .slick-dots {
    margin: 0 0 20px;
  }

  .blogpost {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .blogpost-footer {
    font-size: 8px;
  }

  .blogpost-header {
    font-size: 12px;
  }

  .umb-block-grid__layout-item .quote:first-of-type {
    margin-top: 20px !important;
  }
}

@media (max-width: 1070px) {
  .new-slide__heading-description {
    height: 160px;
  }
}

@media (max-width: 1028px) {
  .blogpost-content {
    max-width: 700px;
  }
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 1020px) {
  .image-with-text .block-image,
  .image-with-text .block-image-container {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .block-title .block-image,
  .block-title .block-image-container {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 992px) {
  .medium-section-title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .header__menu__item--active .header__menu__item__icon {
    background: url("/Content/images/menu_arrow.svg") no-repeat !important;
  }

  .top-block-container .left-block .responsive-button {
    display: block;
  }

  .top-block-container .right-block {
    display: none;
    padding: 0px;
  }

  .right-block .oski-mt-2,
  .right-block .oski-mb-2 {
    margin-top: 0 !important;
    /* "Отключает" верхний отступ в пределах .right-block */
    margin-bottom: 0 !important;
    /* "Отключает" нижний отступ в пределах .right-block */
  }

  .container-back-button {
    background-color: white;
    padding: 0px 16px;
    padding-top: 16px;
    margin-bottom: -55px;
  }

  .back-button {
    background-image: url("/Content/images/back_svgrepo.com.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
  }

  .about {
    padding: 56px 0 62px;
  }

  .about__image img {
    height: 70%;
  }

  .doing {
    padding: 58px 0 24px;
  }

  .doing__inner {
    padding: 0 20px;
  }

  .doing__title {
    margin-bottom: 39px;
  }

  .doing__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .doing__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
    max-width: 46%;
    margin-bottom: 46px;
  }

  .doing__item:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  .doing__item-title {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .doing__item-text {
    font-size: 16px;
    margin-bottom: 27px;
  }

  .doing__item-link span {
    margin-right: 9px;
  }

  .services {
    padding: 57px 0 8px;
  }

  .support {
    padding: 50px 0 30px;
  }

  .support__title {
    font-size: 48px;
    margin-bottom: 70px;
  }

  .support__item-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .support__item-body {
    padding-bottom: 0;
  }

  .opportunities {
    padding-bottom: 50px;
  }

  .opportunities__title {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 40px;
  }

  .opportunities__item {
    padding-left: 60px;
    font-size: 24px;
  }

  .opportunities__item + .opportunities__item {
    margin-top: 25px;
  }

  .opportunities__item::before {
    width: 40px;
    height: 40px;
    top: 5px;
  }

  .tariff + .tariff {
    border-color: rgba(0, 0, 0, 0.15);
  }

  .pricing__text {
    font-size: 24px;
  }

  .pricing__offers {
    padding: 50px 0;
  }

  .tariff {
    min-height: 120px;
  }

  .tariff__hours {
    width: 38%;
  }

  .tariff__hours span {
    max-width: 105px;
    font-size: 18px;
  }

  .tariff__price {
    width: 38%;
  }

  .tariff__price span {
    font-size: 48px;
  }

  .tariff__buy {
    width: 24%;
  }

  .tariff__button {
    max-width: 175px;
    padding: 15px 0 14px;
  }

  .support-plans__cards {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .support-plans__title {
    font-size: 24px;
  }

  .support-plans__title-item {
    font-size: 18px;
    padding: 10px 0 14px;
  }

  .support-plans__price-item span {
    font-size: 48px;
  }

  .support-plans__subtext-price {
    font-size: 16px;
  }

  .support-plans__content-item {
    font-size: 14px;
  }

  .support-plans__button-item {
    margin-bottom: 25px;
  }

  .works__accordion {
    width: 90%;
  }

  .works__title {
    font-size: 48px;
  }

  .accordion__question {
    font-size: 18px;
  }

  .accordion__answer {
    font-size: 14px;
  }

  .blog-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .video_fullscreen_Mobile {
    display: block;
  }

  .new-slide__heading-description {
    height: 100px;
  }

  .new-team2__title {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .new-team2__description {
    margin-bottom: 10px;
  }

  .new-team2__block {
    margin: 0 -20px;
  }

  .new-team2__arrow {
    top: 39%;
  }

  .new-team2 .slick-dots {
    margin-top: 5px;
  }

  .new-slide {
    padding: 15px 15px 10px;
  }

  .new-slide__heading {
    margin-bottom: 20px;
  }

  .new-slide__heading-photo {
    margin-right: 15px;
  }

  .new-slide__heading-photo img {
    width: 90px;
    height: 90px;
  }

  .new-slide__heading-photo::before {
    width: 50px;
    height: 50px;
    right: -5px;
    bottom: -15px;
  }

  .new-slide__heading-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .new-slide__heading-description {
    margin-bottom: 10px;
  }

  .new-slide__heading-social svg {
    max-width: 20px;
  }

  .new-slide__heading-mail {
    font-size: 14px;
    margin-top: 0;
  }

  .new-slide__subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .new-slide__team-item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    margin-bottom: 10px;
  }

  .new-slide__team-photo {
    width: 80px;
    padding-bottom: 80px;
    margin: 0 auto 5px;
  }

  .new-slide__members-data {
    margin-right: 15px;
  }

  .new-slide__members-photo {
    width: 90px;
    height: 90px;
  }

  .top.top-honors .top__content {
    padding-bottom: 0;
  }

  .new-top {
    background-size: 140% 100%;
    background-position: left 25% top;
  }

  .new-top__inner {
    padding-left: 20px;
    padding-bottom: 80px;
  }

  .new-top__info {
    min-height: 430px;
  }

  .new-top__title {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .new-top__text {
    margin-left: 0;
    font-size: 16px;
  }

  .new-top__image {
    width: 500px;
    margin-right: -30px;
  }

  .new-about {
    padding-top: 75px;
  }

  .new-about__inner {
    padding-left: 20px;
  }

  .new-about__title {
    margin-bottom: 20px;
  }

  .new-about__text {
    max-width: 500px;
    font-size: 16px;
  }

  .new-gallery {
    padding-top: 20px;
  }

  .new-info {
    background-size: 140% 100%;
    background-position: left 25% top;
    padding-top: 250px;
    padding-bottom: 50px;
  }

  .new-info__text {
    max-width: 500px;
    font-size: 18px;
  }

  .new-problems__title {
    margin-left: 34px;
    margin-bottom: 20px;
  }

  .new-problems__list-item {
    padding-left: 34px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .new-problems__list-item::before {
    width: 20px;
    height: 20px;
    left: 2px;
  }

  .new-problems__contact {
    margin-bottom: -200px;
  }

  .new-problems .test {
    height: 450px;
  }

  .intership-center__flower-item p {
    font-size: 20px;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .container-back-button {
    background-color: rgba(255, 255, 255, 0);
  }
}

@media (max-width: 992px) and (max-width: 750px) {
  .container-back-button {
    background-color: white;
  }
}

@media (max-width: 988px) {
  .support-plans__item {
    min-width: 45%;
  }

  .support-plans .plan-card {
    min-width: 40%;
  }
}

@media (max-width: 980px) {
  .support-plans {
    padding: 5% 10% 10% 10%;
  }
}

@media (max-width: 950px) {
  .header {
    border-bottom: 0px solid #D7D6D9;
  }

  .header__menu__item__icon__nested {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: -6px;
    width: 10px;
    height: 5px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    background: url("/Content/images/menu_arrow.svg") no-repeat;
  }

  .header__menu__item__icon__nested--active {
    -webkit-transform: rotate(180deg) scale(1.5);
    -ms-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5);
  }

  .header__menu__item__need-help {
    padding: 25px 16px;
  }

  .header__menu__item__need-help__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__menu__item__need-help__content__text {
    width: 100%;
  }

  .header__menu__item__need-help__content__success-manager {
    margin-top: 30px;
  }

  .header__menu__item__children {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__menu__item__children__item__nested {
    display: none;
  }

  .header__button {
    width: 60%;
  }

  .header {
    padding: 0 20px;
  }

  .header .container {
    padding: 0 !important;
  }

  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__navigation {
    background: #ffffff;
    position: absolute;
    left: -100%;
    top: 100px;
    width: 100vw;
    height: calc(100dvh - 100px);
    z-index: 10;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: auto;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__navigation--active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .header__navigation nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header__navigation nav::-webkit-scrollbar {
    display: none;
  }

  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .header__menu__item {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: unset;
    /*&:hover {
					.header__menu__item__icon {
						transform: rotate(180deg);
					}
				}*/
  }

  .header__menu__item__info {
    padding: 20px 10px;
  }

  .header__menu__item__icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    font-size: 15px;
  }

  .header__menu__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  }

  .header__menu__item__children {
    padding: 0;
    position: relative;
  }

  .header__menu__item__children__wrap {
    opacity: 1;
    visibility: visible;
    position: relative;
    display: none;
    top: 0;
    left: 0;
    height: auto;
  }

  .header__menu__item__children__item {
    font-size: 16px;
  }

  .header__menu__item__children__item__nested-children {
    margin: 10px 0;
  }

  .header__menu__item__children__item__nested-children__item {
    /*background-color: #F3F3F3;*/
    margin-left: 4%;
    font-size: 18px;
    padding: 5px;
    margin: 12px 20px;
  }

  .header__menu__item__children__left {
    display: none;
  }

  .header__menu__item__children__right {
    margin: 0;
    width: 100vw;
    max-height: initial;
  }

  .header__menu-link {
    font-size: 20px;
    font-weight: 700;
  }

  .header__buttons {
    margin-top: auto;
    margin: 15px 20px;
    margin-left: 15px;
  }

  .header__socials {
    /*margin-top: auto;
			margin-bottom: 30px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__button {
    margin-left: 0;
  }

  .header__burger {
    display: block;
  }

  .header-org-time .container {
    height: 100px;
  }

  .header-org-time__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-org-time__buttons {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .header-org-time__navigation {
    background: #ffffff;
    border-top: 10px solid #70E3E1;
    position: absolute;
    left: -100%;
    top: 100px;
    width: 100vw;
    height: calc(100vh - 100px);
    z-index: 10;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 15px;
    overflow: auto;
  }

  .header-org-time__navigation--active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .header-org-time__navigation nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .header-org-time__menu {
    max-width: 320px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .header-org-time__menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .header-org-time__menu-link {
    font-size: 40px;
    line-height: 44px;
  }

  .header-org-time__socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .header-org-time__button {
    margin-left: 0;
  }

  .header-org-time__burger {
    display: block;
  }

  .top-new {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-new__info {
    max-width: 80%;
    padding: 0 !important;
  }

  .content__inner.two-Colom {
    padding: 50px 0 !important;
  }

  .fullscreen-content {
    padding: 50px 20px !important;
  }

  .content__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content__inner.two-Colom .blogpost {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .content__inner.two-Colom .blogpost-image {
    height: 200px;
  }

  .content-aside {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .content-info {
    width: 100%;
    max-width: 100%;
  }

  .blog-menu-n-tag-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  pre {
    max-width: calc(100vw - 120px);
  }

  .contacts-page {
    padding: 90px 0;
  }

  .contacts-page__address,
  .contacts-page__link {
    font-size: 18px;
    line-height: 28px;
  }

  .contacts-page__link {
    margin-top: 10px;
  }

  .contacts-page .header__socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 30px 0 0 0;
  }

  .blogpost-content {
    padding: 50px 15px !important;
    max-width: inherit;
  }

  .blogpost-footer {
    font-size: 12px;
  }

  .blogpost-header {
    font-size: 12px;
  }

  .career-hero {
    height: 100%;
  }

  .career-hero__info {
    width: 50%;
    margin-bottom: 50px;
    height: auto;
  }

  .career-join__title {
    margin-top: 72px;
    margin-bottom: 50px;
  }

  .career-vacancies__main {
    margin-bottom: 246px;
  }

  .career-vacancies__main-cardslist__card-tag {
    padding: 6px 18px;
  }

  .career-vacancies__main-searchwithtags__tags-tag {
    padding: 6px 18px;
  }

  .vacancy-page__link {
    margin-top: 42px;
  }

  .vacancy-page__container {
    margin-bottom: 100px;
  }

  .vacancy-page__tagswithform-tag {
    padding: 6px 18px;
  }
}

@media (max-width: 950px) and (max-width: 768px) {
  .header__menu__item__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__menu__item::after {
    height: 0px;
  }

  .header__buttons {
    margin-bottom: 0%;
    max-width: 100%;
    margin: 15px 20px;
    /*display: none;*/
  }
}

@media (max-width: 920px) {
  .intership-contact-form__inner__text {
    max-width: 375px;
  }
}

@media (max-width: 900px) {
  .about__info-title {
    display: none;
  }

  .about__info-title--main {
    display: block;
  }

  .about__inner {
    padding: 0 10px;
  }

  .about__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }

  .about__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 0 30px;
  }

  .about__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 20px 0 10px;
  }

  .about__info-subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .about__info-text {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .about__info-text:last-of-type {
    margin-bottom: 26px;
  }

  .team {
    padding: 58px 0 65px;
  }

  .team__title {
    margin-bottom: 12px;
  }

  .team__text {
    font-size: 16px;
    margin-bottom: 33px;
  }

  .team .slick-dots {
    padding-top: 17px;
  }

  .team__arrow {
    top: 147px;
  }

  .team__slider {
    margin: 0 45px;
  }

  .footer__content {
    padding: 65px 0 50px;
  }

  .footer__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 22px;
  }

  .footer__blog-link {
    font-size: 16px;
  }

  .footer__blog-published-date {
    font-size: 14px;
  }

  .footer__services-title {
    font-size: 22px;
  }

  .footer__services-menu li {
    margin-bottom: 8px;
  }

  .footer__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 10px;
  }

  .footer__services:first-of-type ul li:nth-child(2n) {
    margin-bottom: 16px;
  }

  .footer__navigation-menu {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }

  .footer__navigation-menu li {
    margin-bottom: 8px;
  }

  .footer__contacts-title {
    font-size: 18px;
  }

  .footer__contacts-address {
    margin-bottom: 28px;
  }

  .footer__info-link:last-child {
    padding-right: 0;
  }

  .footer__copiright {
    padding: 11px 0 11px;
  }

  .contacts-container__details {
    grid-template-columns: repeat(1, 1fr);
  }

  .support__item {
    display: block;
  }

  .support__item-body {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .support__item-image {
    width: 100%;
    height: 500px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .support__item--reverse .support__item-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .support__item--reverse .support__item-body {
    margin-left: 0;
  }

  .blogpost-footer {
    font-size: 9.5px;
  }

  .blogpost-header {
    font-size: 10px;
  }
}

@media (max-width: 885px) {
  .new-slide__heading-description {
    height: 143px;
  }
}

@media (max-width: 800px) {
  .intership-contact-form__inner__text ol li,
  .intership-contact-form__inner__text p {
    font-size: 22px;
  }

  .intership-info p {
    font-size: 22px;
  }
}

@media (max-width: 786px) {
  .details-container__inner.row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .block-title {
    font-size: 32px;
    line-height: 45px;
    margin-top: 5px;
    font-weight: 900;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding-top: 100px;
  }

  .medium-section-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .header__logo img {
    max-width: 100px;
  }

  .header__menu {
    display: block;
    margin-top: auto;
    margin-bottom: 0%;
    min-height: 100%;
  }

  .header__menu__mobile {
    display: block;
  }

  .header__menu__item__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__menu__item__children__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 3% 2%;
  }

  .header__menu__item__children__item {
    padding: 2px 10px 2px 10px;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    margin: 10px;
  }

  .header__menu-link {
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
  }

  .header__menu-link:focus {
    color: #000000;
  }

  .header__burger {
    top: 20px;
  }

  .header__navigation {
    height: calc(100dvh - 100px);
  }

  .need-help-mobil {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .header__menu__item__need-help__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__menu__item__need-help__content__text,
  .header__menu__item__need-help__content__success-manager__info {
    width: 100%;
  }

  .header__menu__item__need-help__content__success-manager {
    margin-left: 0;
    margin-top: 16px;
  }

  .header__menu__item__need-help__content__success-manager__photo {
    margin: auto;
  }

  #mobile-sectionline {
    display: block;
    border-top: 1px solid #DDDDDD;
    width: calc(100vw * 0.9);
    margin-left: 4%;
  }

  .header-org-time {
    height: 60px;
  }

  .header-org-time__logo {
    width: 66px;
    height: 33px;
  }

  .header-org-time__burger {
    top: 20px;
  }

  .header-org-time__navigation {
    top: 60px;
    height: calc(100vh - 60px);
  }

  .top__inner {
    min-height: calc(100vh - 60px);
  }

  .top__content {
    padding: 50px 0 20px 0;
  }

  .top__content > p:nth-child(1) {
    margin-bottom: 33px;
  }

  .top__title {
    margin-bottom: 33px;
  }

  .top__list {
    text-align: center;
  }

  .top-block-container .right-block {
    width: 100%;
  }

  .services__title {
    margin-bottom: 12px;
  }

  .services__text {
    font-size: 16px;
    margin-bottom: 55px;
  }

  .contact {
    padding: 58px 0 100px;
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px rgba(137, 168, 255, 0.4);
    box-shadow: 0px 0px 0px rgba(137, 168, 255, 0.4);
  }

  .contact__title {
    margin-bottom: 13px;
  }

  .contact__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 43px;
  }

  .contact__form-input {
    padding: 12px 20px 13px 31px;
  }

  .contact__form-message {
    height: 120px;
    padding: 12px 20px 13px 31px;
  }

  .contact__form-button {
    padding: 17px 0 14px;
    margin-top: 0;
    display: block;
    width: auto;
    margin: 0 auto;
    width: 100%;
  }

  .details-container__inner__details {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    margin-top: 32px;
  }

  .details-container__inner__details__detail {
    margin: 8px 30px 8px 0px;
  }

  .text-with-image-container__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    gap: 30px;
  }

  .text-with-image-container__info__button {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .contact-container-new {
    padding: 0 10%;
  }

  .contact-container-new__form__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main.inner-page .top__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content__inner.two-Colom .blogpost {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .content__inner.two-Colom .blogpost-image {
    height: 300px;
  }

  .content-swipe {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent line breaks */
    -webkit-overflow-scrolling: touch;
    /* Enable smooth scrolling on iOS */
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }

  .opportunities__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .opportunities__item {
    padding-left: 30px;
    font-size: 18px;
  }

  .opportunities__item + .opportunities__item {
    margin-top: 15px;
  }

  .opportunities__item::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }

  .pricing__text {
    font-size: 18px;
    padding: 20px 0;
  }

  .tariff__hours {
    width: calc((100% - 150px) / 2);
  }

  .tariff__price {
    width: calc((100% - 150px) / 2);
  }

  .tariff__buy {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .new-team__slide-content {
    padding: 50px 27px 20px;
  }

  .new-team__slide-contacts {
    position: absolute;
    padding: 0px 0px 0px;
    min-height: 23px;
  }

  .employees__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .employees__sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .employees__sidebar-item {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }

  .employees__sidebar-item + .employees__sidebar-item {
    margin-top: 0;
  }

  .blogpost {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blogpost-image {
    height: 300px;
  }

  .blogpost-footer {
    font-size: 9px;
  }

  .blogpost-header {
    font-size: 10px;
  }

  .error-page__inner {
    height: calc(100vh - 60px);
    min-height: 260px;
  }

  .error-page__title {
    font-size: 90px;
    margin-bottom: 0;
  }

  .error-page__subtitle {
    font-size: 20px;
  }

  .new-slide__heading-description {
    height: 40px;
  }

  .new-team2__title {
    font-size: 40px;
  }

  .new-slide__team-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .new-slide__team-photo {
    width: 65px;
    padding-bottom: 65px;
  }

  .new-slide__team-details {
    font-size: 14px;
  }

  .pricing-model__title {
    margin-bottom: 25px;
  }

  .pricing-model__image {
    max-width: 320px;
  }

  .pricing-model__list-item {
    font-size: 16px;
  }

  .pricing-model__list-item.item1 {
    width: 160px;
    -webkit-transform: translate(-270px, -230px);
    -ms-transform: translate(-270px, -230px);
    transform: translate(-270px, -230px);
  }

  .pricing-model__list-item.item1::after {
    width: 110%;
  }

  .pricing-model__list-item.item2 {
    width: 133px;
    -webkit-transform: translate(120px, -220px);
    -ms-transform: translate(120px, -220px);
    transform: translate(120px, -220px);
  }

  .pricing-model__list-item.item2::after {
    width: 130%;
    height: 25px;
    right: 0;
    bottom: -14px;
    background-image: url("../../content/images/pricing-model-pointer1-1.svg");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .pricing-model__list-item.item3 {
    width: 420px;
  }

  .pricing-model__list-item.item3::after {
    width: 102%;
    height: 95px;
    left: 0;
    bottom: -9px;
  }

  .block-image-container img:not(:first-of-type) {
    margin-left: 8px;
  }

  .full-bleed {
    margin-bottom: 0px;
    padding: 10px 20px 56px 20px !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: center;
  }

  .half .contact {
    width: 100%;
  }

  .right-block .contact,
  .left-block .contact {
    width: auto;
  }

  .top.top-honors .top__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .top.top-honors .top__content {
    padding: 40px 0 50px 40px;
  }

  .top.top-honors .top__banners {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    margin-left: -39px;
    margin-right: -39px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: -webkit-gradient(linear, left top, right top, from(#0D214F), color-stop(35%, rgba(113, 123, 147, 0.51)), color-stop(75%, rgba(165, 170, 182, 0.25)), to(rgba(217, 217, 217, 0)));
    background: linear-gradient(90deg, #0D214F 0%, rgba(113, 123, 147, 0.51) 35%, rgba(165, 170, 182, 0.25) 75%, rgba(217, 217, 217, 0) 100%);
    padding: 20px 80px;
  }

  .top.top-honors .top__banner {
    margin-bottom: 0;
    max-width: 200px;
    margin-right: 30px;
  }

  .top.top-honors .top__banner:last-child {
    margin-right: 0;
  }

  .new-top__inner {
    padding-left: 0;
  }

  .new-top__info {
    min-height: 320px;
  }

  .new-top__title {
    font-size: 36px;
  }

  .new-top__description {
    display: none;
  }

  .new-top__description.mobile-version {
    display: block;
  }

  .new-about__inner {
    padding-left: 0;
  }

  .new-about__title {
    margin-bottom: 10px;
  }

  .new-info {
    padding-top: 190px;
  }

  .new-problems__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .new-problems__info {
    width: 100%;
    margin-right: 0;
    padding-right: 50px;
  }

  .new-problems__contact {
    width: 400px;
    margin-top: 14px;
  }

  .intership-top__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .intership-contact-form__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 750px) {
  .header {
    padding: 0% 4% !important;
  }

  .services__inner {
    padding: 0;
  }

  .services__item-title {
    font-size: 24px;
  }

  .content__inner {
    padding: 0% 4% !important;
  }

  .contacts-page {
    padding: 50px 0;
  }

  .contacts-page__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-page__information {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts-page__address,
  .contacts-page__link {
    font-size: 14px;
    line-height: 20px;
  }

  .contacts-page__map {
    width: 100%;
    height: 350px;
  }

  .blogpost-footer {
    font-size: 8px;
  }

  .strelka-right-4 {
    padding-bottom: 5px;
  }

  .careers-page h1 {
    font-size: 30px;
    line-height: 53.52px;
  }

  .careers-page h2 {
    font-size: 26px;
    line-height: 40px;
  }

  .careers-page h3 {
    font-size: 24px;
    line-height: 35.6px;
  }

  .careers-page p1 {
    font-size: 14px;
  }

  .careers-page p2 {
    font-size: 16px;
    line-height: 22.04px;
  }

  .careers-page p2 p {
    font-size: 16px;
    line-height: 22.04px;
  }

  .careers-page p2 p span {
    font-size: 16px;
    line-height: 22.04px;
  }

  .careers-page li {
    font-size: 12px;
    line-height: 20px;
  }

  .career-hero {
    padding: 0% 4%;
  }

  .career-hero__info {
    margin-bottom: 50px;
    height: auto;
  }

  .career-hero__titleWithSubtitle {
    text-align: center;
  }

  .career-join {
    padding: 0% 4%;
  }

  .career-join__title {
    margin-top: 42px;
    margin-bottom: 30px;
  }

  .career-vacancies__title {
    padding: 0% 4%;
  }

  .career-vacancies__main {
    padding: 0% 4%;
    margin-bottom: 46px;
  }

  .career-vacancies__main-cardslist__card-tag {
    padding: 4px 14px;
  }

  .career-vacancies__main-searchwithtags {
    width: 80%;
  }

  .career-vacancies__main-searchwithtags-search {
    width: 100%;
  }

  .career-vacancies__main-searchwithtags-search-input {
    width: 80%;
  }

  .career-vacancies__main-searchwithtags__tags-tag {
    padding: 4px 14px;
  }

  .vacancy-page h3 {
    font-size: 24px;
    line-height: 35.6px;
  }

  .vacancy-page p2 {
    font-size: 16px;
    line-height: 22.04px;
  }

  .vacancy-page p2 p {
    font-size: 16px;
    line-height: 22.04px;
  }

  .vacancy-page p2 p span {
    font-size: 16px;
    line-height: 22.04px;
  }

  .vacancy-page li {
    font-size: 12px;
    line-height: 20px;
  }

  .vacancy-page::after {
    display: none;
  }

  .vacancy-page__link {
    padding: 0% 4%;
    margin-top: 22px;
  }

  .vacancy-page__container {
    padding: 0% 4%;
    margin-bottom: 54px;
  }

  .vacancy-page__tagswithform-tag {
    padding: 4px 14px;
  }

  .vacancy-page__tagswithform-form {
    width: auto;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 60px;
    padding: auto;
  }

  .vacancy-page__tagswithform-form-textarea {
    width: auto;
  }

  .vacancy-page__tagswithform-form-input {
    width: auto;
  }

  .vacancy-page__tagswithform-form-input-pdf {
    width: auto;
    max-width: 250px;
  }

  .vacancy-page__tagswithform-form-input-button {
    width: auto;
  }
}

@media (max-width: 700px) {
  .top__inner {
    min-height: calc(100vh - 60px);
  }

  .top__content {
    padding: 20px 0 20px 0;
  }

  .doing__inner {
    padding: 0;
  }

  .team {
    padding: 42px 0 45px;
  }

  .team .slick-dots {
    padding-top: 10px;
  }

  .team__slider {
    margin: 0;
  }

  .team__slide-content {
    padding: 41px 12px;
  }

  .reviews {
    padding: 0 0% 0 0%;
  }

  .reviews .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 0;
    margin-bottom: 2px;
  }

  .reviews .slick-dots .slick-active button {
    background: #245EFF;
  }

  .reviews__arrow--next {
    padding: 0 0% 0 0%;
  }

  .reviews__slide-content {
    padding: 32px 20px;
  }

  .reviews .slider-one__content {
    padding: 32px 20px;
  }

  .reviews .slider-one__arrow--prev {
    display: none !important;
  }

  .reviews .slider-one__arrow--next {
    display: none !important;
  }

  .team {
    padding: 42px 0 45px;
  }

  .team .slick-dots {
    display: none;
    padding-top: 10px;
  }

  .team__slider {
    margin: 0;
  }

  .team__slide-content {
    padding: 41px 12px;
  }

  .footer__block {
    padding: 0;
    margin: 10px;
  }

  .footer__content {
    padding: 43px 0 50px;
    text-align: left;
  }

  .footer__services {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer__services-title {
    margin-bottom: 16px;
  }

  .footer__navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-top: 24px;
  }

  .footer__navigation-menu {
    padding-left: 0;
  }

  .footer__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .footer__contacts-title {
    padding-top: 15px;
    margin-bottom: 16px;
  }

  .footer__contacts-address {
    margin-bottom: 29px;
  }

  .footer__info {
    margin-top: -4px;
    padding: 0 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__info-link svg {
    display: block;
  }

  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .footer__copyright-text {
    color: #ECECEC;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  main.inner-page .top__inner {
    min-height: 250px;
  }

  main.inner-page .top__content {
    max-width: 100%;
    padding: 10px 0;
  }

  main.inner-page .top__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 5px;
  }

  .markdown__block + .markdown__block {
    margin-top: 40px;
  }

  .markdown__title {
    font-size: 30px;
    line-height: 36px;
  }

  .markdown__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .markdown__box {
    margin-top: 15px;
  }

  .markdown__box-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .markdown__back {
    margin-top: 15px;
    padding: 30px 20px 30px 24px;
  }

  .markdown__back--blockquote {
    padding: 20px 0 20px 4px;
    margin-right: -10px;
  }

  .markdown__back--code {
    padding: 10px 11px 15px 11px;
  }

  .markdown__ordered-title,
  .markdown__unordered-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  p,
  p a,
  blockquote,
  code,
  ol li,
  ul li {
    font-size: 18px;
    line-height: 31px;
  }

  p {
    margin-top: 15px;
  }

  blockquote {
    margin: 8px 20px;
  }

  pre {
    padding: 10px 0 10px 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-block + .image-block {
    margin-top: 40px;
  }

  .image-block__image {
    min-height: 250px;
  }

  .image-block__info {
    padding-top: 15px;
  }

  .image-block__title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }

  .image-block__text {
    margin: 0 0 20px 0;
  }

  .action__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
  }

  .action__text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
  }

  .action__element.secondary {
    display: block;
    width: 100%;
  }

  .action__element.secondary + .action__element.secondary {
    margin-left: 0;
  }

  .action__element.secondary .action__text {
    margin-bottom: 25px;
  }

  .cards__item {
    padding: 20px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #D2DEFF;
    border-radius: 4px;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards__item:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
    box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
    -webkit-transform: scale(1.05) translateY(5px);
    -ms-transform: scale(1.05) translateY(5px);
    transform: scale(1.05) translateY(5px);
  }

  .cards__item-icon {
    margin-bottom: 15px;
  }

  .cards__item-text {
    line-height: 22px;
    margin-bottom: 20px;
  }

  .cards__item-link {
    font-size: 16px;
    line-height: 20px;
  }

  .cards__item-link span {
    margin-right: 5px;
  }

  .cards__item-link:hover span,
  .cards__item-link:focus span {
    margin-right: 15px;
  }

  .about-page__images,
  .about-page__action,
  .about-page__quote {
    margin: 30px 0;
  }

  .about-page__cards {
    margin: 30px 0 0 -27px;
  }

  .tariff {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tariff__hours {
    width: 50%;
  }

  .tariff__price {
    width: 50%;
    border-right: none;
  }

  .tariff__buy {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .new-team .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 0;
    margin-bottom: 0px;
  }

  .new-team .slick-dots .slick-active button {
    background: #245EFF;
  }

  .team {
    padding: 42px 0 45px;
  }

  .team .slick-dots {
    display: none;
    padding-top: 10px;
  }

  .team__slider {
    margin: 0;
  }

  .team__slide-content {
    padding: 41px 12px;
  }

  .new-slide__heading-description {
    height: 30px;
  }

  .top.top-honors .top__content {
    padding: 20px 0 50px;
  }

  .top.top-honors .top__banners {
    padding: 20px 40px;
  }
}

@media (max-width: 686px) {
  .support-plans__item {
    min-width: 100%;
  }

  .support-plans .plan-card {
    min-width: 70%;
  }
}

@media (max-width: 677px) {
  .support-plans__cards {
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blogpost-footer {
    font-size: 12px;
  }

  .blogpost-image {
    height: 300px;
  }
}

@media (max-width: 576px) {
  ._container {
    padding: 0 10px;
  }

  .section-title {
    font-size: 32px;
  }

  .header__menu__item__info--active .header__menu__item__icon {
    background: url("/Content/images/menu_arrow_active.svg") no-repeat !important;
  }

  .header__menu__item__info--active .header__menu-link {
    color: #6BDCDF !important;
  }

  .header__menu__item__info--active p {
    color: #6BDCDF !important;
  }

  .header__languages .languages-container {
    margin-right: 0px;
  }

  .top__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 420px;
  }

  .top__content {
    padding: 45px 10px 30px;
  }

  .top__content > p:nth-child(1) {
    font-size: 34px;
    line-height: 60px;
    margin-bottom: 6px;
  }

  .top__button {
    margin-top: 10px;
  }

  .top__title {
    font-size: 28px;
    line-height: 60px;
    margin: 0 10% 6px;
    word-wrap: break-word;
    padding: 0 10px;
  }

  .top__list {
    padding-left: 17px;
  }

  .top__list-item {
    font-size: 16px;
    line-height: 24px;
  }

  .top__list-item::before {
    width: 5px;
    height: 5px;
    left: -16px;
    top: 8px;
  }

  .blogpost-content .top .top__title {
    margin: 0px 12%;
  }

  .partfolio_section > section:not(.top) {
    padding-left: 0 10px;
  }

  .fullscreen-content .top .top__title {
    font-size: 25px;
  }

  .top-block-container .left-block {
    padding: 10px 0px;
  }

  .about {
    padding: 41px 0 40px;
  }

  .about__inner {
    padding: 0;
  }

  .about__info-title--main {
    margin-bottom: 16px;
  }

  .about__image {
    margin-bottom: 32px;
  }

  .about__image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }

  .about__info {
    padding: 0;
  }

  .about__info-subtitle {
    margin-bottom: 19px;
  }

  .about__info-text:last-of-type {
    margin-bottom: 5px;
  }

  .doing {
    padding: 43px 0 40px;
  }

  .doing__title {
    margin-bottom: 43px;
  }

  .doing__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .doing__item {
    padding: 50px 18px 47px;
  }

  .doing__item:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .doing__item-icon {
    margin-bottom: 17px;
  }

  .doing__item-icon img {
    width: auto;
    height: 80%;
  }

  .doing__item-title {
    margin-bottom: 7px;
  }

  .doing__item-text {
    margin-bottom: 29px;
  }

  .doing__item-link span {
    margin-right: 5px;
  }

  .services {
    padding: 42px 0 17px;
  }

  .services__inner {
    padding: 0 10px 0 20px;
  }

  .services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 31px;
  }

  .services__title {
    margin-bottom: 7px;
  }

  .services__text {
    margin-bottom: 30px;
  }

  .services__item-title {
    font-size: 18px;
    line-height: 22px;
  }

  .services__item-title::before {
    width: 3px;
    top: 3px;
  }

  .team__title {
    margin-bottom: 9px;
  }

  .team__text {
    margin-bottom: 32px;
  }

  .team .slick-list {
    overflow: visible;
  }

  .team__slide {
    margin: 0 10px;
  }

  .team__arrow {
    width: 30px;
    height: 30px;
    top: 103px;
  }

  .team__arrow img {
    width: 12px;
  }

  .team__arrow--prev {
    left: -3px;
  }

  .team__arrow--next {
    right: -3px;
  }

  .team__slide-content {
    padding: 49px 6px 36px;
  }

  .team__slide-image {
    margin-bottom: 27px;
  }

  .team__slide-image::before {
    width: 49px;
    height: 49px;
    left: -29px;
    bottom: 9px;
  }

  .team__slide-image::after {
    width: 79px;
    height: 79px;
    right: -28px;
    top: -8px;
  }

  .team__slide-name {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .team__slide-experience {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 1px;
  }

  .team__slide-info {
    margin-bottom: 19px;
  }

  .team__slide-text {
    font-size: 16px;
  }

  .team .slick-dots {
    padding-top: 5px;
  }

  .reviews .slick-list {
    padding: 20px 0px 20px;
  }

  .reviews__arrow--prev {
    left: -40px;
    display: none;
  }

  .reviews__slider {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .reviews .slider-one {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .team__title {
    margin-bottom: 9px;
  }

  .team__text {
    margin-bottom: 32px;
  }

  .team .slick-list {
    overflow: visible;
  }

  .team__slide {
    margin: 0 10px;
  }

  .team__arrow {
    width: 30px;
    height: 30px;
    top: 103px;
  }

  .team__arrow img {
    width: 12px;
  }

  .team__arrow--prev {
    left: -3px;
  }

  .team__arrow--next {
    right: -3px;
  }

  .team__slide-content {
    padding: 49px 6px 36px;
  }

  .team__slide-image div {
    width: 124px;
    height: 124px;
  }

  .team__slide-image {
    width: 124px;
    height: 124px;
    margin-bottom: 27px;
  }

  .team__slide-image::before {
    width: 49px;
    height: 49px;
    left: -29px;
    bottom: 9px;
  }

  .team__slide-image::after {
    width: 79px;
    height: 79px;
    right: -28px;
    top: -8px;
  }

  .team__slide-name {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .team__slide-experience {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 1px;
  }

  .team__slide-info {
    margin-bottom: 19px;
  }

  .team__slide-text {
    font-size: 16px;
  }

  .team .slick-dots {
    display: none;
    padding-top: 5px;
  }

  #filter-hr {
    margin-right: 4%;
  }

  .markdown__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .markdown__box-image {
    width: 70%;
    padding-right: 0;
    margin: 0 auto 15px;
  }

  .markdown__box-info {
    width: 100%;
  }

  .markdown__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .markdown__lists .markdown__back {
    width: 100%;
  }

  pre {
    max-width: calc(100vw - 45px);
  }

  .image-block__image {
    margin-bottom: 10px;
  }

  .image-block--row-reverse {
    display: block;
  }

  .image-block--row-reverse .image-block__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }

  .image-block--row-reverse .image-block__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0;
  }

  .image-block--row-reverse .image-block__button {
    max-width: 360px;
  }

  .image-block--row {
    display: block;
  }

  .image-block--row .image-block__image {
    width: 100%;
    margin-bottom: 10px;
  }

  .image-block--row .image-block__info {
    width: 100%;
    padding-left: 0;
  }

  .image-block--row .image-block__button {
    max-width: 360px;
  }

  .cards {
    margin-left: 0;
  }

  .cards__column {
    width: 100%;
    padding-left: 0;
  }

  .support__title {
    padding: 0 10px;
    font-size: 36px;
    margin-bottom: 30px;
  }

  .support__item {
    margin-bottom: 50px;
  }

  .support__item-info {
    padding: 20px;
  }

  .support__item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .support__item-text {
    font-size: 18px;
  }

  .support__item-text + .support__item-text {
    margin-top: 20px;
  }

  .support__item-image {
    height: 300px;
  }

  .search__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search__form-input {
    width: 100%;
    margin-bottom: 2px;
    font-size: 14px;
    text-align: center;
    padding-right: 25px;
  }

  .search__form-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .search__form-select__button {
    font-size: 14px;
  }

  .search__form-select__item button {
    font-size: 14px;
  }

  .search__form-button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .search__form-button span {
    font-size: 14px;
  }

  .new-team__arrow--prev {
    left: -5px;
  }

  .new-team__arrow--prev {
    display: none;
  }

  .new-team__arrow--next {
    right: -5px;
  }

  .new-team__arrow--next {
    display: none;
  }

  .new-team__slider {
    max-width: 500px;
    margin: 0 auto;
  }

  .team__title {
    margin-bottom: 9px;
  }

  .team__text {
    margin-bottom: 32px;
  }

  .team .slick-list {
    overflow: visible;
  }

  .team__slide {
    margin: 0 10px;
  }

  .team__arrow {
    width: 30px;
    height: 30px;
    top: 103px;
  }

  .team__arrow img {
    width: 12px;
  }

  .team__arrow--prev {
    left: -3px;
  }

  .team__arrow--next {
    right: -3px;
  }

  .team__slide-content {
    padding: 49px 6px 36px;
  }

  .team__slide-image div {
    width: 124px;
    height: 124px;
  }

  .team__slide-image {
    width: 124px;
    height: 124px;
    margin-bottom: 27px;
  }

  .team__slide-image::before {
    width: 49px;
    height: 49px;
    left: -29px;
    bottom: 9px;
  }

  .team__slide-image::after {
    width: 79px;
    height: 79px;
    right: -28px;
    top: -8px;
  }

  .team__slide-name {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .team__slide-experience {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 1px;
  }

  .team__slide-info {
    margin-bottom: 19px;
  }

  .team__slide-text {
    font-size: 16px;
  }

  .team .slick-dots {
    display: none;
    padding-top: 5px;
  }

  .works__title {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .accordion__question {
    font-size: 14px;
  }

  .accordion__answer {
    font-size: 12px;
  }

  .employees__sidebar {
    display: block;
  }

  .employees__sidebar-item + .employees__sidebar-item {
    margin-top: 20px;
  }

  .pagination__link {
    font-size: 16px;
    padding: 5px;
  }

  .new-slide__heading-description {
    min-height: 71px;
  }

  .new-team2__title {
    font-size: 24px;
  }

  .new-team2__block {
    margin: 0 -10px;
  }

  .new-team2__arrow {
    width: 40px;
    height: 40px;
  }

  .new-team2__arrow img {
    width: 16px;
  }

  .new-team2__arrow--prev {
    left: 5px;
  }

  .new-team2__arrow--next {
    right: 5px;
  }

  .new-slide__heading-title {
    font-size: 16px;
  }

  .new-slide__subtitle {
    font-size: 16px;
  }

  .pricing-model {
    padding: 39px 0 90px;
  }

  .pricing-model__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 13px;
  }

  .pricing-model__block {
    padding-top: 59px;
    padding-bottom: 57px;
  }

  .pricing-model__image {
    max-width: 332px;
  }

  .pricing-model__list-item {
    font-size: 18px;
  }

  .pricing-model__list-item.item1 {
    width: 170px;
    bottom: auto;
    top: 0;
    -webkit-transform: translate(-160px, 0);
    -ms-transform: translate(-160px, 0);
    transform: translate(-160px, 0);
  }

  .pricing-model__list-item.item1::after {
    width: 100%;
    height: 112px;
    background-image: url("../../content/images/pricing-model-pointer1-2.svg");
    bottom: auto;
    top: 102%;
    left: -7px;
  }

  .pricing-model__list-item.item2 {
    width: 133px;
    bottom: auto;
    top: 0;
    -webkit-transform: translate(27px, 0);
    -ms-transform: translate(27px, 0);
    transform: translate(27px, 0);
  }

  .pricing-model__list-item.item2::after {
    width: 110%;
    height: 101px;
    background-image: url("../../content/images/pricing-model-pointer2-2.svg");
    bottom: auto;
    top: 102%;
    left: -4px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .pricing-model__list-item.item3 {
    width: 311px;
    margin-left: -5px;
    text-align: left;
  }

  .pricing-model__list-item.item3::after {
    width: 108%;
    height: 107px;
    background-image: url("../../content/images/pricing-model-pointer3-2.svg");
    bottom: -6px;
    left: -7px;
  }

  .umb-block-grid__layout-item .top,
  .umb-block-grid__layout-item .top-new {
    margin: 0 -18%;
  }

  .top.top-honors .top__content {
    padding: 20px 30px 50px;
  }

  .top.top-honors .top__banners {
    padding: 20px 40px;
  }

  .top.top-honors .top__banner {
    max-width: 150px;
  }

  .new-top__inner {
    padding: 0 34px 36px;
  }

  .new-top__info {
    width: 100%;
    min-height: 250px;
  }

  .new-top__info {
    min-height: 190px;
  }

  .new-top__text {
    font-size: 14px;
  }

  .new-top__image {
    display: none;
  }

  .new-about {
    padding-top: 22px;
  }

  .new-about__inner {
    padding: 0 34px;
  }

  .new-about__text {
    max-width: 278px;
    font-size: 14px;
  }

  .new-gallery__image {
    width: 200%;
  }

  .new-info {
    background-size: 100% 100%;
    padding-top: 140px;
    padding-bottom: 34px;
  }

  .new-info__text {
    display: none;
  }

  .new-problems__info {
    padding-left: 10px;
    padding-right: 80px;
  }

  .new-problems__list-item {
    font-size: 14px;
  }

  .new-problems__contact {
    width: 260px;
    margin-bottom: -160px;
  }

  .new-problems .test {
    height: 286px;
  }

  .intership-center {
    padding: 50px 0;
  }

  .intership-center__title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .intership-center__flower-item {
    width: 95%;
    min-height: 180px;
    margin-bottom: 15px;
  }

  .intership-center__flower-item p {
    font-size: 18px;
  }

  .intership-center__flower-item:nth-of-type(even) {
    margin-left: auto;
  }

  .intership-center__flower-item.item1 {
    border-bottom-right-radius: 60px;
  }

  .intership-center__flower-item.item1::after {
    border-bottom-right-radius: 57px;
  }

  .intership-center__flower-item.item2 {
    border-bottom-left-radius: 60px;
  }

  .intership-center__flower-item.item2::after {
    border-bottom-left-radius: 57px;
  }

  .intership-center__flower-item.item3 {
    border-top-right-radius: 60px;
  }

  .intership-center__flower-item.item3::after {
    border-top-right-radius: 57px;
  }

  .intership-center__flower-item.item4 {
    border-top-left-radius: 60px;
  }

  .intership-center__flower-item.item4::after {
    border-top-left-radius: 57px;
  }

  .intership-center__flower-image {
    display: none;
  }

  .intership-contact-form__inner__text ol li,
  .intership-contact-form__inner__text p {
    font-size: 18px;
  }

  .intership-info p {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .intership-top__inner__info__title {
    font-size: 52px;
  }

  .intership-top__inner__info__title2 {
    font-size: 52px;
  }
}

@media (max-width: 520px) {
  .intership-contact-form__inner__text ol li,
  .intership-contact-form__inner__text p {
    font-size: 16px;
  }

  .intership-contact-form__inner__text ol li,
  .intership-contact-form__inner__text p {
    font-size: 14px;
  }

  .intership-info p {
    font-size: 16px;
  }

  .intership-info p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .industries {
    -ms-flex-preferred-size: calc(48.333% - 1px);
    flex-basis: calc(48.333% - 1px);
    max-width: calc(48.333% - 1px);
    margin: 0px;
    padding: 0px;
  }

  .latest-articles-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .careers-page h1 {
    font-size: 24px;
    line-height: 43.52px;
  }

  .careers-page h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .careers-page h3 {
    font-size: 18px;
    line-height: 32.6px;
  }

  .careers-page p1 {
    font-size: 12px;
  }

  .careers-page p2 {
    font-size: 14px;
    line-height: 16.04px;
  }

  .careers-page p2 p {
    font-size: 14px;
    line-height: 16.04px;
  }

  .careers-page p2 p span {
    font-size: 14px;
    line-height: 16.04px;
  }

  .careers-page li {
    font-size: 12px;
    line-height: 20px;
  }

  .career-hero__title {
    margin-top: 61px;
  }

  .vacancy-page h3 {
    font-size: 18px;
    line-height: 32.6px;
  }

  .vacancy-page p2 {
    font-size: 14px;
    line-height: 16.04px;
  }

  .vacancy-page p2 p {
    font-size: 14px;
    line-height: 16.04px;
  }

  .vacancy-page p2 p span {
    font-size: 14px;
    line-height: 16.04px;
  }

  .vacancy-page li {
    font-size: 12px;
    line-height: 20px;
  }

  .vacancy-page__tagswithform-form {
    padding: 35px 30px;
  }
}

@media (max-width: 486px) {
  .top-new {
    padding: 0;
  }

  .top-new__title {
    font-size: 70px;
  }

  .umb-block-grid__layout-item .details-container.column {
    margin: 5% 0 10% 0 !important;
  }

  .umb-block-grid__layout-item .works {
    margin: 0 -5%;
  }

  .umb-block-grid__layout-item .call_to_action {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .header__logo {
    margin-right: 25px;
  }

  .contact {
    padding: 43px 0 80px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
    box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.4);
  }

  .contact .container {
    padding: 0 16px;
  }

  .contact__title {
    margin-bottom: 40px;
    margin-top: 25px;
  }

  .contact__text {
    margin-bottom: 23px;
  }

  .details-container__inner__title {
    font-size: 30px;
  }

  .text-with-image-container__info__title {
    font-size: 23px;
  }

  .markdown__box-image {
    width: 300px;
    margin: 0 auto 15px;
  }

  .action__element.secondary {
    min-width: 280px;
    padding: 10px 5px;
  }

  .block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .circle-image {
    width: 18em;
    height: 18em;
  }

  .tariff__hours span {
    max-width: 105px;
    font-size: 18px;
  }

  .tariff__price span {
    font-size: 30px;
  }

  .employees__triggers {
    display: block;
    margin-bottom: 5px;
  }

  .employees__trigger {
    width: 100%;
    margin-bottom: 20px;
  }

  .employees__item {
    display: block;
  }

  .employees__item-image {
    margin-bottom: 20px;
  }

  .blogpost-footer {
    font-size: 12px;
  }

  .blogpost-image {
    height: 200px;
  }

  .blogpost:first-child .blogpost-image {
    height: 200px;
  }

  .Content_page_container .breadcrumb,
  .Content_page_container .rich_text_editor {
    padding: 0;
  }

  .case-info {
    padding: 0;
    margin-bottom: 0px;
  }

  .publications__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 400px) {
  .medium-section-title {
    font-size: 26px;
  }

  .new-slide__heading-description {
    min-height: 45px;
  }

  .new-team2__arrow {
    top: 46%;
  }

  .new-slide__heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-slide__heading-photo {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .new-slide__heading-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .new-slide__team-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .new-slide__members-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-slide__members-data {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .new-slide__members-photo {
    margin-bottom: 5px;
  }

  .new-slide__members-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 50px;
    max-height: 200px;
  }

  .top.top-honors .top__inner {
    padding-bottom: 15px;
  }

  .top.top-honors .top__content {
    padding: 15px 10px 30px;
  }

  .top.top-honors .top__banners {
    padding: 15px 20px;
  }

  .new-top__inner {
    padding: 0 0 55px;
  }

  .new-top__info {
    min-height: 150px;
    padding: 30px 0;
  }

  .new-top__title {
    font-size: 28px;
  }

  .new-about__inner {
    padding: 0;
  }

  .new-problems__info {
    padding: 0;
  }

  .intership-top__inner__info__title {
    font-size: 42px;
  }

  .intership-top__inner__info__title2 {
    font-size: 42px;
  }
}

@media (max-width: 370px) {
  .header__socials {
    display: none;
  }
}

@media (max-width: 350px) {
  .pricing-model {
    padding-bottom: 60px;
  }

  .pricing-model__title {
    font-size: 32px;
    line-height: 1.1;
  }

  .pricing-model__list-item {
    font-size: 16px;
  }

  .pricing-model__list-item.item1 {
    width: 150px;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  .pricing-model__list-item.item1::after {
    height: 105px;
    left: -3px;
  }

  .pricing-model__list-item.item2 {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
  }

  .pricing-model__list-item.item2::after {
    width: 100%;
    height: 100px;
    left: 0;
  }

  .pricing-model__list-item.item3 {
    width: 290px;
    margin-left: 0;
    text-align: left;
  }

  .pricing-model__list-item.item3::after {
    width: 102%;
    height: 100px;
    background-image: url("../../content/images/pricing-model-pointer3-2.svg");
    bottom: -9px;
    left: 0;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  .intership-top__inner__info__title {
    font-size: 62px;
  }

  .intership-top__inner__info__title2 {
    font-size: 62px;
  }

  .intership-top__inner__info__text {
    font-size: 16px;
  }
}