.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 77px;
  line-height: 92px;
  font-weight: 700;
}

h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 48px;
  line-height: 57px;
  font-weight: 700;
}

h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'Museosanscyrl 700', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Museosanscyrl 400', sans-serif;
  font-size: 16px;
  line-height: 27px;
}

ul {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}

li {
  margin-bottom: 30px;
  padding-left: 100px;
  background-image: url('../images/Ellipse-71.svg');
  background-position: 70px 7px;
  background-size: auto;
  background-repeat: no-repeat;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.sticky-nav.header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px 34px 13px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.main-menu__link {
  display: block;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 18px;
  cursor: pointer;
}

.main-menu__link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.main-menu__link.w--current {
  color: #3e84d9;
}

.main-menu__link.w--current:hover {
  color: #3e84d9;
}

.header__logo.header__logo--hide.w--current {
  display: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header__navbar {
  background-color: transparent;
  -webkit-transition: opacity 0.2ms ease;
  transition: opacity 0.2ms ease;
}

.container {
  max-width: 1200px;
}

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

.main-menu {
  position: fixed;
  top: auto;
  z-index: 6;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 76px;
  background-color: #fff;
  opacity: 1;
}

.btn {
  position: static;
  display: inline-block;
  width: auto;
  padding: 15px 30px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #3e84d9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn:hover {
  background-color: #2f6db8;
}

.btn.btn--light {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.btn.btn--light.header__btn {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn.btn--light.header__btn:hover {
  border-color: #2f6db8;
  background-color: #2f6db8;
}

.btn.btn--light.hero__btn {
  margin-left: 10px;
  padding-top: 13px;
  padding-bottom: 14px;
}

.btn.btn--light.hero__btn:hover {
  border-color: #2f6db8;
  background-color: #2f6db8;
}

.btn.btn--light.hero__btn.btn--main-menu {
  display: inline-block;
  float: right;
  border-color: #3e84d9;
  color: #232323;
}

.btn.btn--light.hero__btn.btn--main-menu:hover {
  color: #fff;
}

.btn.btn--light.cookie__btn {
  padding-top: 9px;
  padding-bottom: 11px;
  border-color: #3e84d9;
  color: #232323;
  text-decoration: none;
}

.btn.btn--light.cookie__btn:hover {
  background-color: #3e84d9;
  color: #fff;
}

.btn.hero__card-btn {
  display: block;
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.btn.hero__card-btn.hero__card-btn--price {
  display: none;
  max-width: 230px;
  margin-top: 13px;
}

.btn.hero__card-btn.hero__card-btn--price.hero__card-btn--price-show-m {
  display: block;
}

.btn.hero__card-btn.hero__card-btn--mobile {
  display: none;
}

.btn.btn--main-menu {
  margin-top: 60px;
  float: left;
  text-align: center;
}

.section {
  z-index: 0;
  min-height: auto;
  padding-top: 157px;
  padding-bottom: 100px;
  background-image: url('../images/BG-1.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.hero {
  position: relative;
  z-index: 0;
  padding-top: 216px;
  padding-bottom: 200px;
  background-image: url('../images/BG-1_1.jpg');
  background-position: 50% 0%;
}

.section.support {
  position: relative;
  z-index: 0;
  padding-top: 157px;
  padding-bottom: 200px;
  background-image: url('../images/BG-6.jpg');
  background-position: 50% 0%;
}

.section.request {
  position: relative;
  z-index: 0;
  padding-bottom: 200px;
  background-image: url('../images/BG-4.jpg');
  background-position: 50% 0%;
}

.section.process {
  position: relative;
  z-index: 0;
  padding-bottom: 200px;
  background-image: url('../images/BG-4.jpg');
  background-position: 50% 0%;
}

.section.faq {
  position: relative;
  z-index: 0;
  background-image: url('../images/BG-5.jpg');
  background-position: 50% 0%;
}

.section.awards {
  padding-bottom: 200px;
  background-image: url('../images/BG-6.jpg');
  background-position: 50% 0%;
}

.section.trustes-team {
  position: relative;
  z-index: 0;
  padding-bottom: 200px;
  background-image: url('../images/BG-7.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.contacts {
  position: relative;
  padding-bottom: 200px;
  background-image: url('../images/BG-8.jpg');
  background-position: 50% 0%;
  background-size: auto;
}

.section__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museosanscyrl 700', sans-serif;
  font-size: 77px;
  line-height: 90px;
}

.section__title.section__title--dark {
  color: #232323;
}

.section__title.section__title--dark.hero__down-title {
  margin-bottom: 100px;
}

.section__title.section__title--dark.request__down-title {
  margin-bottom: 72px;
}

.section__title.section__title--white {
  color: #fff;
}

.section__title.section__title--white.section__title--main {
  line-height: 80px;
}

.section__title.section__title--white.hero__down-title {
  margin-bottom: 100px;
	color: #232323;
}

.section__container {
  position: relative;
  max-width: 1200px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section__container.section__container-down {
  position: relative;
  margin-top: 200px;
}

.section__container.section__container--mt200 {
  margin-top: 200px;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

.row.row--small {
  width: 813px;
  text-align: left;
}

.row.row--support {
  margin-top: 100px;
}

.row.row-request {
  margin-top: 100px;
}

.row.row-request--bottom {
  display: block;
  margin-top: 24px;
}

.row.row--trusted {
  margin-top: 70px;
}

.row.row--trusted.row--bottom {
  margin-top: 24px;
}

.row.contacts__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.hide {
  display: none;
}

.hero__col {
  padding-right: 12px;
  padding-left: 12px;
}

.image {
  float: right;
  text-align: right;
}

.hero__subtitle {
  margin-top: 27px;
  margin-bottom: 43px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}

.image-2 {
  position: absolute;
  left: auto;
  top: -100px;
  right: -146px;
  bottom: auto;
}

.col {
  padding-right: 12px;
  padding-left: 12px;
}

.hero__card {
  position: relative;
  z-index: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
  background-color: #fff;
}

.hero__card.process__how-to-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 15px;
  padding: 25px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__card.faq__accordion-box {
  margin-top: 72px;
  padding: 0px;
}

.hero__card.card-trusted {
  overflow: visible;
  padding: 0px;
}

.hero__card.contscts__box {
  margin-top: 70px;
  padding: 50px;
}

.hero__card.contacts__top-img {
  width: 101px;
  height: 104px;
  padding: 0px;
}

.hero__card.hero__grid-item {
  width: auto;
}

.hero__card.faq__add-question {
  margin-top: 25px;
  padding: 30px 25px 30px 30px;
}

.hero__card-img {
  margin-bottom: 30px;
}

.paragraph {
  font-family: 'Museosanscyrl 400', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.hero__card-text--primary {
  color: #3e84d9;
  font-size: 18px;
  line-height: 24px;
}

.hero__card-text--primary.hero__card-text--start {
  text-decoration: none;
}

.hero__card-text {
  font-family: 'Museosanscyrl 400', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block {
  position: static;
  left: 6px;
  top: 6px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
  background-color: #ecf3f6;
}

.back-card {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
  background-color: #ecf3f6;
}

.back-card.back-card--img {
  z-index: auto;
}

.block-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-center.hide {
  display: none;
}

.white-bg--hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 40px 6px rgba(71, 105, 147, 0.3);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-3 {
  position: absolute;
  left: -68px;
  top: -289px;
}

.image-3.img-abs {
  left: auto;
  top: -60px;
  right: -92px;
  bottom: auto;
}

.price {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.price__title {
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 30px;
  line-height: 38px;
}

.price__count {
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 50px;
  line-height: 60px;
}

.price__count.price__count--hide-m.price__count--table {
  margin-bottom: 60px;
}

.price__count.price__count--hide-m.price__count--new.price__count--new-table {
  top: 90px;
}

.price__count.price__count--old {
  font-size: 40px;
  text-decoration: line-through;
}

.price__count.price__count--new {
  position: absolute;
  left: 60px;
  top: 110px;
  color: #e0304d;
}

.hr-bottom {
  height: 1px;
  margin-top: 60px;
  margin-right: -40px;
  background-color: rgba(45, 150, 210, 0.2);
}

.hr-top {
  height: 1px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: -40px;
  background-color: rgba(45, 150, 210, 0.2);
}

.hero__card-text-primary {
  margin-top: 30px;
  margin-bottom: 7px;
  color: #3e84d9;
  font-size: 18px;
  line-height: 24px;
}

.support__plans-top {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
}

.support__plans-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support__plans-row.support__plans-row--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 97px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
  background-color: #fff;
}

.support__plans-row.support__plans-row--border {
  height: 74px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 40px;
}

.support__plans-row.support__plans-row--accordion {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 19px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: rgba(45, 150, 210, 0.04);
}

.support__plans-row.support__plans-row--accordion.support__plans-row--accordion-white {
  background-color: transparent;
}

.support__plans-row.support__plans-row--bottom {
  height: auto;
  margin: 10px 0px 0px;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  background-color: rgba(62, 132, 217, 0.07);
}

.support__plans-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.support__plans-col.support__plans-col--bottom {
  display: block;
}

.support__plans-col.support__plans-col--a-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-block {
  margin-left: 18px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 25px;
  line-height: 35px;
}

.tooltip {
  position: absolute;
  left: -18px;
  top: -77px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f4971b), to(#ffb757));
  background-image: linear-gradient(90deg, #f4971b, #ffb757);
}

.text-block-2 {
  font-size: 18px;
}

.tooltip__text {
  margin-top: 0px;
  padding: 10px 26px 11px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 26px;
}

.tooltip__arrow {
  position: absolute;
  left: 26px;
  top: auto;
  bottom: -7px;
  width: 15px;
  height: 15px;
  background-color: #eea23e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.support__plans-row-box {
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(45, 150, 210, 0.2);
  border-radius: 5px;
}

.support__plans-text {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
}

.support__plans-text.support__plans-text--gray {
  color: rgba(35, 35, 35, 0.3);
}

.hr {
  display: block;
  height: 1px;
  margin-bottom: 50px;
  background-color: rgba(45, 150, 210, 0.2);
}

.hr.hr--no-m {
  margin-bottom: 0px;
}

.hr.hr--form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ac-ordion {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 74px;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(62, 132, 217, 0.07);
  border-radius: 5px;
}

.ac-ordion:focus {
  border-color: rgba(45, 150, 210, 0.2);
}

.ac-ordion.faq__accordion {
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding: 0px;
  border-style: none none solid;
  border-radius: 0px;
  background-color: transparent;
}

.ac-ordion.faq__accordion.faq__accordion--bbn {
  border-bottom-style: none;
}

.icon {
  width: 34px;
  height: 34px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.icon.accordion__toggle-icon {
  border-style: solid;
  border-width: 2px;
  border-color: #3e84d9;
  border-radius: 5px;
  background-image: url('../images/Union.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icon.accordion__toggle-icon:hover {
  border-color: #2f6db8;
}

.icon.accordion__toggle-icon.accordion__toggle-icon-open {
  background-image: url('../images/Union1.svg');
  background-repeat: no-repeat;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(62, 132, 217, 0.07);
}

.dropdown-toggle.accordion__toggle {
  overflow: visible;
  height: 74px;
  margin-bottom: 10px;
}

.dropdown-toggle.accordion__toggle.accordion__toggle--faq {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 22px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
}

.accordion__toggle-text {
  margin-left: 20px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 26px;
}

.accordion__toggle-text.accordion__toggle-text--faq {
  margin-left: 0px;
  font-family: 'Museosanscyrl 400', sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.accordion__content {
  position: static;
  display: block;
  margin-top: -10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0);
}

.accordion__content.accordion__content--faq {
  margin-top: 0px;
  padding-right: 200px;
  padding-bottom: 60px;
  padding-left: 30px;
  background-color: transparent;
}

.image-4 {
  position: absolute;
  top: -207px;
  right: 86px;
}

.image-5 {
  position: absolute;
  left: -294px;
  top: -152px;
}

.request-card__img {
  float: left;
}

.request-card__box {
  max-width: 340px;
  margin-left: 40px;
  float: left;
}

.request-card__title {
  margin-bottom: 20px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 30px;
  line-height: 38px;
}

.pink-text {
  color: #e0304d;
}

.pink-text.pink-text--fw {
  display: inline;
}

.request-card__text {
  margin-bottom: 20px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
}

.text-primary {
  color: #3e84d9;
}

.more-link {
  display: none;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #3e84d9;
  font-size: 19px;
  line-height: 23px;
  text-decoration: none;
}

.more-link.more-link--priority {
  display: block;
}

.orange-text {
  color: #f4971b;
}

.orange-text.orange-text--fw {
  display: block;
}

.yellow-text {
  color: #ffc107;
}

.yellow-text.yellow-text--fw {
  display: block;
}

.green-text {
  color: #38936a;
}

.green-text.green-text--fw {
  display: block;
}

.request__hr {
  height: 1px;
  margin: 30px 0px 30px -40px;
  background-color: rgba(45, 150, 210, 0.2);
}

.progress-line1 {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #3e84d9;
}

.request__card-text-primary {
  margin-top: 30px;
  margin-bottom: 7px;
  color: #3e84d9;
  font-size: 16px;
  line-height: 24px;
}

.progress-line2 {
  width: 75%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #3e84d9;
}

.progress-box {
  height: 1px;
  background-color: rgba(45, 150, 210, 0.2);
}

.progress-line3 {
  width: 50%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #3e84d9;
}

.progress-line4 {
  width: 15%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #3e84d9;
}

.process__img {
  width: 100%;
  margin-top: 70px;
}

.number {
  min-height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #3e84d9;
  font-size: 24px;
  line-height: 30px;
}

.process__text {
  min-height: auto;
  margin-left: 23px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 24px;
  line-height: 30px;
}

.process__card-icon {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  position: absolute;
  top: -63px;
  right: 22px;
}

.image-7 {
  position: absolute;
  left: -282px;
  top: -467px;
}

.image-8 {
  position: absolute;
  top: -236px;
  right: -197px;
}

.faq__accordion-text {
  margin-bottom: 0px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 26px;
}

.text-block-3 {
  display: none;
  max-width: 840px;
  margin-top: 40px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 26px;
}

.faq__why-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 200px;
  list-style-type: none;
}

.faq__why-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  text-transform: capitalize;
}

.faq__why-list-icon {
  float: none;
}

.faq__why-list-box {
  margin-left: 30px;
  float: none;
}

.faq__why-list-title {
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 30px;
  line-height: 38px;
}

.faq__why-list-text {
  margin-top: 15px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
}

.image-9 {
  position: absolute;
  left: -240px;
  top: -222px;
}

.row.awards__row {
  margin-top: 72px;
}

.awards__awards {
  padding-right: 35px;
}

.awards__awards-sert {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.awards__awards-medals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-10 {
  display: block;
  overflow: hidden;
  max-height: 100%;
  max-width: 252px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
}

.image-11 {
  display: block;
  overflow: hidden;
  max-height: 100%;
  max-width: 252px;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
}

.awards__check-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.awards__check-list-item {
  margin-bottom: 40px;
  padding-left: 62px;
  background-image: url('../images/Stroke-3.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.awards__check-list-text {
  margin-bottom: 0px;
  font-family: 'Museosanscyrl 400', sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.awards__support-box {
  overflow: hidden;
  height: 384px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
  text-align: center;
}

.awards__support-img {
  margin-top: 30px;
  font-family: 'Museosanscyrl 400', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image-12 {
  position: absolute;
  left: -200px;
  top: -281px;
}

.image-13 {
  position: absolute;
  left: 89px;
  bottom: 98px;
}

.image-14 {
  border-radius: 5px;
}

.trusted__img {
  border-radius: 5px;
}

.image-16 {
  border-radius: 5px;
}

.image-17 {
  border-radius: 5px;
}

.image-18 {
  border-radius: 5px;
}

.image-19 {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.team-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-grid__title {
  margin-top: 20px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 20px;
  line-height: 38px;
}

.team-grid__text {
  margin-top: 6px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #3e84d9;
  font-size: 16px;
  line-height: 26px;
}

.image-20 {
  position: absolute;
  top: -200px;
  right: -117px;
}

.team-grid__item {
  width: 220px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.team-grid__item.team-grid__item--last {
  margin-right: 0px;
}

.image-21 {
  position: absolute;
  left: -218px;
  top: auto;
  bottom: -252px;
  z-index: auto;
}

.image-22 {
  position: absolute;
  left: -220px;
  top: -285px;
}

.image-23 {
  position: absolute;
  top: -76px;
  right: -44px;
}

.contacts__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}

.contacts__name {
  margin-bottom: 3px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 25px;
  line-height: 38px;
}

.contacts__top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts__top-box.contacts__top-box--tel {
  margin-left: 90px;
}

.contacts__top-box.contacts__top-box--mail {
  margin-left: 70px;
}

.contacts__text-p {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #3e84d9;
  font-size: 16px;
  line-height: 26px;
}

.contacts__label {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
}

.contacts__link-phone {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 20px;
  line-height: 38px;
  text-decoration: none;
}

.contacts__link-mail {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 20px;
  line-height: 38px;
  text-decoration: underline;
}

.contacts__link-mail:hover {
  color: #3e84d9;
}

.contacts__form-box {
  margin-top: 46px;
}

.contacts__form-text {
  margin-bottom: 22px;
  font-family: 'Museosanscyrl 400', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.contacts__form-text.contacts__form--hide {
  display: none;
}

.form__field {
  height: 53px;
  margin-bottom: 5px;
  padding: 17px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 3px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 18px;
}

.form__field:focus {
  border-color: #3e84d9;
}

.form__field.form__field--text-area {
  height: 169px;
}

.form__field.form__field--text-area-mod {
  height: 100px;
}

.form__field.form__field--select {
  height: 53px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 17px;
  background-color: hsla(0, 0%, 95.3%, 0);
  color: #232323;
}

.submit-button {
  margin-top: 15px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer__nav-link {
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #3e84d9;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.footer__nav-link:hover {
  color: #2f6db8;
}

.footer__social {
  text-align: right;
}

.footer__social-link {
  margin-right: 45px;
}

.footer__social-link:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.footer__social-link.footer__social-link--last {
  margin-right: 0px;
}

.modals {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.modals.very-high-priority {
  display: none;
  opacity: 0;
}

.modals.hight-priority {
  display: none;
  opacity: 0;
}

.modals.medium-priority {
  display: none;
  opacity: 0;
}

.modals.low-priority {
  display: none;
  opacity: 0;
}

.modals.modal-form {
  display: block;
  overflow: auto;
  opacity: 1;
}

.modals.modal-form.modal-form--main {
  display: none;
  opacity: 0;
}

.modals.modal-form.modal-form--starter {
  display: none;
  opacity: 0;
}

.modals.modal-form.modal-form--optimum {
  display: none;
  opacity: 0;
}

.modals.modal-form.modal-form--extended {
  display: none;
  opacity: 0;
}

.modal__window {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100vw;
  height: auto;
  max-height: none;
  max-width: 588px;
  min-width: auto;
  margin: auto;
  padding: 40px 50px 50px;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}

.modal__window.modal-form__window {
  top: 5%;
  overflow: visible;
  max-height: none;
  min-height: 0%;
}

.modal__close-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 46px;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal__close-btn.cookie__close-btn {
  width: 36px;
  height: 36px;
  background-image: url('../images/Group-1022.svg');
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.modal__title {
  margin-bottom: 30px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 30px;
  line-height: 38px;
}

.modal__text {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
}

.modal-form__download {
  display: block;
  margin-bottom: 20px;
}

.modal-form__download-icon {
  display: none;
  margin-right: 20px;
  float: right;
}

.modal-form__download-text {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
}

.modal-form__download-link {
  display: none;
  margin-top: 6px;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #3e84d9;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.modal-form__download-link.link-extended.link-show {
  display: block;
}

.modal-form__download-link.link-optimum.link-show {
  display: block;
}

.modal-form__download-link.link-starter.link-show {
  display: block;
}

.modal-form__text {
  display: block;
  margin-top: 30px;
  margin-bottom: 5px;
  opacity: 1;
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
}

.modal-form__text.modal-form__text--start {
  margin-top: 10px;
}

.modal-form__text.modal-form__text--start.modal-form__text--small {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
}

.burger-btn {
  z-index: 10;
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 0px;
  padding: 5px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.burger__line {
  width: 13px;
  height: 2px;
  margin-left: auto;
  border-radius: 2px;
  background-color: #3e84d9;
}

.burger__line.burger__line--2 {
  width: 26px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.burger__line.burger__line--3 {
  width: 18px;
}

.main-menu__container {
  max-height: none;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.hero__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.image-24 {
  display: inline-block;
  overflow: hidden;
  max-height: 100%;
  max-width: 252px;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 5px;
}

.red-label {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: -25%;
  display: inline-block;
  width: 350px;
  padding: 10px 20px;
  background-color: #ea204c;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.team-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 72px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process__img--mobile {
  display: none;
  width: 100%;
  margin-top: 70px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cookie-block {
  position: fixed;
  left: 3%;
  top: auto;
  right: 3%;
  bottom: 10px;
  z-index: 99;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 64px 24px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #39e5ff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 40px 6px rgba(71, 105, 147, 0.3);
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  line-height: 22px;
}

.banner-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.div-block-49 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie {
  width: 22px;
  margin-right: 20px;
}

.button-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 10px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #39e5ff;
  border-radius: 7px;
  background-color: #fff;
  opacity: 0.7;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #34bcd1;
  text-decoration: none;
}

.button-cookie:hover {
  background-color: #34bcd1;
  color: #fff;
}

.pointer {
  position: absolute;
  left: -27%;
  top: auto;
  right: auto;
  bottom: 10%;
  width: 190px;
}

.cookie__title {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 26px;
}

.cookie__link {
  display: inline-block;
  padding-left: 5px;
  color: #3e84d9;
  font-size: 16px;
  line-height: 27px;
}

.cookie__link:hover {
  color: #2f6db8;
}

.page-section {
  min-height: 100vh;
  padding-top: 227px;
  padding-bottom: 100px;
  background-color: #edf4f7;
  background-image: url('../images/BG-pp.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.page__content {
  max-width: 996px;
}

.heading {
  font-family: 'Museosanscyrl 700', sans-serif;
}

.rich-text-block {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 30px;
}

.heading-2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 48px;
  line-height: 57px;
}

.paragraph-2 {
  font-family: 'Museosanscyrl 400', sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 27px;
}

.heading-3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'Museosanscyrl 700', sans-serif;
  color: #232323;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}

.abc-list {
  padding-left: 89px;
  list-style-type: lower-alpha;
}

.list-item {
  padding-left: 10px;
}

.abc-list__item {
  padding-left: 10px;
  background-image: none;
}

.cookie__text {
  display: inline;
  margin-bottom: 0px;
}

.trusted__img {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.paragraph-3 {
  margin-bottom: 10px;
  font-family: 'Museosanscyrl 400', sans-serif;
}

.paragraph-4 {
  font-family: 'Museosanscyrl 400', sans-serif;
}

.support__bottom-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.faq__add-question-text {
  color: #232323;
  font-size: 24px;
  line-height: 30px;
}

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

.box-for-stycky {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.image-28 {
  text-align: center;
}

.div-block-50 {
  display: none;
}

.div-block-51 {
  display: none;
}

.div-block-52 {
  display: none;
}

.form-block-2 {
  display: none;
}

.image-29 {
  position: absolute;
  top: -86px;
  right: 168px;
  width: 400px;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 48px;
    line-height: 57px;
  }

  .main-menu__link {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
  }

  .main-menu__link.w--current {
    color: rgba(255, 255, 255, 0.5);
  }

  .main-menu {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: transparent;
  }

  .btn.btn--light.header__btn {
    display: block;
  }

  .btn.btn--light.hero__btn.btn--main-menu {
    display: none;
  }

  .btn.hero__card-btn.hero__card-btn--price {
    display: block;
  }

  .btn.hero__card-btn.hero__card-btn--price.hero__card-btn--price-show-m {
    display: none;
  }

  .btn.btn--main-menu {
    display: none;
  }

  .section__container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hr {
    display: none;
  }

  .hr.hr--no-m {
    display: block;
    margin-bottom: 0px;
  }

  .hr.hr--form {
    display: block;
  }

  .awards__awards-medals {
    padding-right: 25px;
  }

  .burger {
    display: block;
    width: 28px;
    height: 20px;
    background-image: url('../images/burger.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 0;
  }

  .burger-btn {
    display: none;
    width: 28px;
    height: 28px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .burger__line {
    display: block;
    width: 13px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 2px;
    background-color: #fff;
  }

  .main-menu__container {
    max-height: none;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 23px;
    font-size: 38px;
    line-height: 40px;
  }

  h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  li {
    margin-bottom: 50px;
    padding-left: 50px;
    background-position: 20px 7px;
    font-size: 14px;
    line-height: 22px;
  }

  .sticky-nav.header {
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-menu__link {
    font-size: 16px;
    line-height: 18px;
  }

  .btn.btn--light.hero__btn {
    display: block;
    max-width: 288px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .btn.btn--light.hero__btn.btn--main-menu {
    margin-top: 60px;
    float: right;
  }

  .btn.btn--light.cookie__btn {
    margin-left: 20px;
  }

  .btn.hero__card-btn {
    display: none;
    margin-top: 20px;
  }

  .btn.hero__card-btn.hero__card-btn--price.hero__card-btn--price-show-m {
    display: inline-block;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn.hero__card-btn.hero__card-btn--mobile {
    display: block;
  }

  .btn.btn--start {
    display: block;
    max-width: 288px;
  }

  .section.hero {
    padding-top: 116px;
    padding-bottom: 100px;
  }

  .section.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.request {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.process {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.faq {
    padding-top: 100px;
  }

  .section.awards {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.trustes-team {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.contacts {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section__title.section__title--dark {
    font-size: 38px;
    line-height: 40px;
  }

  .section__title.section__title--dark.hero__down-title {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 40px;
  }

  .section__title.section__title--dark.request__down-title {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 40px;
  }

  .section__title.section__title--white {
    font-size: 38px;
    line-height: 40px;
  }

  .section__title.section__title--white.section__title--main {
    font-size: 38px;
    line-height: 40px;
  }

  .section__title.section__title--white.hero__down-title {
    margin-bottom: 0px;
  }

  .section__container {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 38px;
  }

  .section__container.section__container-down {
    margin-top: 100px;
  }

  .section__container.section__container--mt200 {
    margin-top: 100px;
  }

  .row.row--support {
    margin-top: 40px;
  }

  .row.row-request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.row-request.row--reaction-time {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .row.row-request--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .row.row--trusted {
    margin-top: 40px;
  }

  .image {
    width: 205px;
    margin-right: 75px;
  }

  .hero__subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .image-2.img-abs {
    display: none;
  }

  .col.col--request {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col.col--request.col--request-left {
    padding-left: 12px;
  }

  .col.col--request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col.col--request.col--request-left {
    padding-left: 10px;
  }

  .col.col--request-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .col.col--reaction-time {
    margin-bottom: 24px;
  }

  .hero__card {
    height: 100%;
    padding: 30px;
  }

  .hero__card.process__how-to-card {
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .hero__card.faq__accordion-box {
    margin-top: 40px;
  }

  .hero__card.contscts__box {
    margin-top: 40px;
    padding: 30px;
  }

  .hero__card.hero__card--request {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero__card.hero__card--request.hero__card--request-left {
    margin-left: 0px;
  }

  .hero__card.hero__card--request {
    height: 100%;
  }

  .hero__card-text--primary.hero__card-text--start {
    font-size: 20px;
    line-height: 28px;
  }

  .hero__card-text {
    font-size: 14px;
    line-height: 22px;
  }

  .hero__card-text.hero__card-text--support {
    margin-right: -11px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero__card-text.hero__card-text--start {
    font-size: 20px;
    line-height: 28px;
  }

  .image-3.img-abs {
    display: none;
  }

  .price {
    margin-top: 0px;
  }

  .price__title {
    font-size: 20px;
  }

  .price__count {
    font-size: 40px;
    line-height: 48px;
  }

  .price__count.price__count--hide-m {
    display: none;
  }

  .price__count.price__count--new {
    left: 25px;
    top: 100px;
  }

  .hr-bottom {
    margin-top: 60px;
    margin-right: -30px;
  }

  .hr-top {
    margin-bottom: 20px;
  }

  .hero__card-text-primary {
    margin-top: 20px;
  }

  .hero__card-text-primary.hero__card-text--support {
    font-size: 14px;
    line-height: 22px;
  }

  .support__plans-row.support__plans-row--top {
    height: auto;
    margin-top: 86px;
    padding: 15px 20px 10px;
  }

  .support__plans-row.support__plans-row--border {
    height: auto;
    padding: 15px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .support__plans-col {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .tooltip {
    top: -62px;
  }

  .support__plans-text {
    font-size: 14px;
    line-height: 22px;
  }

  .hr.hr--no-m {
    margin-bottom: 0px;
  }

  .hr.hr--contacts {
    margin-bottom: 0px;
  }

  .hr.hr--form {
    margin-bottom: 0px;
  }

  .accordion__toggle-text {
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .accordion__toggle-text.accordion__toggle-text--faq {
    font-size: 16px;
    line-height: 26px;
    white-space: normal;
  }

  .accordion__content.accordion__content--faq {
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .image-4.img-abs {
    display: none;
  }

  .request-card__img {
    display: block;
    float: none;
  }

  .request-card__box {
    margin-top: 20px;
    margin-left: 0px;
  }

  .request-card__title {
    font-size: 25px;
    line-height: 35px;
  }

  .pink-text {
    display: block;
  }

  .pink-text.pink-text--fw {
    display: block;
  }

  .request-card__text {
    font-size: 14px;
    line-height: 22px;
  }

  .orange-text {
    display: block;
  }

  .orange-text.orange-text--fw {
    display: block;
  }

  .yellow-text {
    display: block;
  }

  .yellow-text.yellow-text--fw {
    display: block;
  }

  .green-text {
    display: block;
  }

  .green-text.green-text--fw {
    display: block;
  }

  .request__hr {
    margin-left: -30px;
  }

  .process__img {
    margin-top: 40px;
  }

  .process__how-to {
    margin-top: 40px;
  }

  .number {
    font-size: 16px;
    line-height: 26px;
  }

  .process__text {
    font-size: 16px;
    line-height: 26px;
  }

  .process__card-icon {
    display: none;
  }

  .image-6.img-abs {
    display: none;
  }

  .image-8.img-abs {
    display: none;
  }

  .faq__accordion-text {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-3 {
    max-width: 658px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .faq__why-list {
    padding-left: 0px;
  }

  .faq__why-list-box {
    max-width: 592px;
  }

  .faq__why-list-title {
    font-size: 25px;
    line-height: 35px;
  }

  .faq__why-list-text {
    font-size: 14px;
    line-height: 22px;
  }

  .row.awards__row {
    margin-top: 40px;
  }

  .awards__awards {
    padding-right: 10px;
  }

  .awards__awards-sert {
    max-width: 100%;
    margin-top: 16px;
  }

  .awards__awards-medals {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-10 {
    width: 160px;
  }

  .image-11 {
    width: 160px;
    max-width: 100%;
  }

  .awards__check-list-item {
    background-position: 10px 0px;
  }

  .awards__check-list-text {
    font-size: 16px;
    line-height: 26px;
  }

  .awards__support-box {
    height: 340px;
  }

  .awards__support-img {
    font-size: 14px;
    line-height: 22px;
  }

  .image-13 {
    display: none;
  }

  .image-13.img-abs {
    display: none;
  }

  .grid.team-grid {
    margin-top: 40px;
  }

  .image-20.img-abs {
    display: none;
  }

  .team-grid__item {
    margin-right: 16px;
  }

  .image-23.img-abs {
    display: none;
  }

  .contacts__top {
    margin-bottom: 30px;
  }

  .contacts__name {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .contacts__text-p {
    font-size: 14px;
    line-height: 22px;
  }

  .contacts__label {
    font-size: 14px;
  }

  .contacts__link-phone {
    font-size: 14px;
    line-height: 26px;
  }

  .contacts__link-mail {
    font-size: 14px;
    line-height: 26px;
  }

  .contacts__form-box {
    margin-top: 20px;
  }

  .contacts__form-text {
    font-size: 16px;
    line-height: 26px;
  }

  .form__field {
    height: 43px;
    font-size: 14px;
    line-height: 16px;
  }

  .form__field.form__field--text-area {
    height: 138px;
  }

  .footer {
    min-height: 100px;
  }

  .footer__nav {
    margin-right: -40px;
  }

  .footer__nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 15px;
  }

  .footer__social-link {
    margin-right: 25px;
  }

  .modal__window {
    max-width: 474px;
    padding: 30px;
  }

  .modal__title {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .modal__text {
    font-size: 14px;
    line-height: 22px;
  }

  .modal-form__download {
    margin-bottom: 20px;
  }

  .modal-form__download-icon {
    display: none;
  }

  .modal-form__download-text {
    font-size: 14px;
    line-height: 22px;
  }

  .modal-form__download-link {
    font-size: 14px;
    line-height: 22px;
  }

  .modal-form__text {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero__grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-24 {
    width: 160px;
    max-width: 100%;
  }

  .red-label {
    right: 5%;
    bottom: -37%;
    width: 280px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
  }

  .team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -24px 0px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-25 {
    width: 156px;
  }

  .image-26 {
    width: 156px;
  }

  .image-27 {
    width: 156px;
  }

  .process__img--mobile {
    margin-top: 40px;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .cookie-block {
    padding-right: 40px;
  }

  .pointer {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 130%;
  }

  .page-section {
    padding-top: 100px;
  }

  .heading {
    font-size: 38px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .support__bottom-plan {
    display: block;
  }

  .faq__add-question-text {
    max-width: 320px;
    font-size: 16px;
    line-height: 26px;
  }

  .image-29 {
    right: 127px;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .sticky-nav.header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-grid {
    text-align: center;
  }

  .header__logo.w--current {
    padding-left: 0px;
  }

  .main-menu {
    overflow: auto;
    max-height: 100vh;
    margin-bottom: 0px;
    padding-bottom: 50px;
  }

  .btn.btn--light.hero__btn {
    max-width: none;
  }

  .btn.btn--light.hero__btn.btn--main-menu {
    display: block;
    margin-top: 10px;
    float: none;
  }

  .btn.btn--light.cookie__btn {
    margin-top: 20px;
    float: right;
  }

  .btn.hero__card-btn {
    display: block;
  }

  .btn.hero__card-btn.hero__card-btn--mobile {
    display: none;
  }

  .btn.btn--main-menu {
    display: block;
    float: none;
  }

  .btn.btn--start {
    max-width: none;
    margin-top: 330px;
  }

  .section.request {
    padding-bottom: 70px;
  }

  .section.awards {
    padding-bottom: 70px;
  }

  .section__title.section__title--dark.hero__down-title {
    max-width: 300px;
  }

  .section__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section__container.section__container-down.section__container-down--support {
    margin-top: 70px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .row.row--support {
    padding-bottom: 30px;
  }

  .row.row--support.row--support-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .row.row-request.row--reaction-time {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-left: 16px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .row.row-request--bottom {
    margin-top: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.row--trusted.row--bottom {
    margin-top: 0px;
  }

  .row.contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    position: absolute;
    left: 50%;
    top: -400px;
    display: block;
    width: 156px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    text-align: center;
  }

  .col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.footer__col {
    margin-top: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .col.footer__social-link {
    margin-top: 28px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .col.footer__social-link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .col.col--request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col.col--request.col--request-left {
    padding-left: 0px;
  }

  .col.col--reaction-time {
    margin-bottom: 0px;
  }

  .hero__card {
    margin-bottom: 15px;
  }

  .hero__card.process__how-to-card {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero__card.card-trusted {
    text-align: center;
  }

  .hero__card.contacts__top-img {
    position: absolute;
    display: inline-block;
    float: none;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero__card.hero__card--request {
    width: 100%;
    margin-bottom: 0px;
  }

  .hero__card.hero__card--support {
    width: 287px;
    margin-right: 15px;
  }

  .hero__card.hero__card--reaction-time {
    width: 292px;
    margin-right: 15px;
  }

  .hero__card.faq__add-question {
    padding-right: 30px;
  }

  .hero__card-text.hero__card-text--support {
    max-width: 190px;
  }

  .support__plans-col {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .icon.accordion__toggle-icon {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .dropdown-toggle.accordion__toggle.accordion__toggle--faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion__toggle-text.accordion__toggle-text--faq {
    max-width: none;
    padding-right: 40px;
    white-space: normal;
  }

  .more-link {
    display: block;
    margin-top: 10px;
  }

  .process__img {
    display: none;
  }

  .process__text {
    margin-left: 10px;
  }

  .faq__why-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq__why-list-icon {
    float: none;
  }

  .faq__why-list-box {
    margin-left: 20px;
    float: none;
  }

  .awards__awards {
    display: block;
    margin-bottom: 76px;
    padding-right: 0px;
  }

  .awards__awards-sert {
    max-width: none;
  }

  .awards__awards-medals {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-10 {
    width: 157px;
    margin-right: 16px;
  }

  .image-11 {
    width: 157px;
    margin-bottom: 0px;
  }

  .awards__check-list {
    margin-top: 30px;
  }

  .awards__check-list-item {
    margin-bottom: 30px;
  }

  .row.row--support {
    display: block;
  }

  .awards__support-box {
    width: 328px;
    height: 328px;
    margin-right: auto;
    margin-left: 0px;
  }

  .awards__support-img {
    max-width: 328px;
    margin: 20px auto 30px 0px;
    text-align: left;
  }

  .trusted__img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .contacts__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__top-box {
    display: block;
    margin-left: 130px;
    float: none;
    clear: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contacts__top-box.contacts__top-box--tel {
    display: inline-block;
    margin-left: 130px;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contacts__top-box.contacts__top-box--mail {
    margin-top: -5px;
    margin-left: 130px;
  }

  .contacts__label {
    display: none;
  }

  .contacts__link-phone {
    max-width: 130px;
  }

  .contacts__link-mail {
    max-width: 130px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer__nav {
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__nav-link {
    margin-right: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer__social {
    text-align: left;
  }

  .modals.very-high-priority {
    overflow: visible;
    max-height: 1%;
  }

  .modal__window {
    overflow: auto;
    max-height: 100%;
    margin-right: 16px;
    margin-left: 16px;
  }

  .main-menu__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero__grid {
    display: block;
  }

  .image-24 {
    width: 157px;
  }

  .red-label {
    left: 30%;
    right: 30%;
    bottom: -24%;
    width: 225px;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
    font-size: 11px;
    line-height: 13px;
  }

  .team-grid {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .support__plans-table {
    width: 720px;
  }

  .support__plans-box {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-left: 16px;
  }

  .process__img--mobile {
    display: block;
  }

  .cookie-block {
    padding: 20px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .banner-wrap-left {
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cookie__link {
    display: inline;
    font-size: 14px;
    line-height: 22px;
  }

  .cookie__text {
    display: inline;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .faq__add-question-text {
    display: block;
    max-width: none;
    text-align: left;
  }

  .btn {
    width: 100%;
    margin-top: 20px;
  }

  .faq__add-question-box {
    display: block;
    text-align: center;
  }

  .image-29 {
    top: -57px;
    right: 63px;
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .btn.hero__card-btn.hero__card-btn--price.hero__card-btn--price-show-m {
    width: 115px;
  }

  .hero__card.hero__card--support {
    max-width: 272px;
    min-width: auto;
  }

  .hero__card.hero__card--reaction-time {
    max-width: 272px;
  }

  .icon.accordion__toggle-icon.accordion__toggle-icon-open {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
  }

  .icon.accordion__toggle-icon.accordion__toggle-icon-open.accordion__toggle-icon--faq.accordion__toggle-icon--faq-line {
    top: 18px;
  }

  .icon.accordion__toggle-icon.accordion__toggle-icon--faq {
    left: auto;
    top: 30px;
    right: 0%;
    bottom: auto;
  }

  .icon.accordion__toggle-icon.accordion__toggle-icon--faq.accordion__toggle-icon--faq-line {
    top: 18px;
  }

  .dropdown-toggle.accordion__toggle.accordion__toggle--faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .awards__support-box {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .footer__nav-link {
    text-align: left;
  }

  .red-label {
    left: 22%;
  }

  .banner-wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-49 {
    margin-bottom: 20px;
  }

  .cookie {
    display: none;
  }

  .cookie__link {
    font-size: 14px;
    line-height: 22px;
  }

  .faq__add-question-text {
    display: block;
    text-align: left;
  }

  .image-29 {
    top: -83px;
    right: 13px;
    width: 150px;
  }
}

@font-face {
  font-family: 'Museosanscyrl 400';
  src: url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-500.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosanscyrl 700';
  src: url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-900.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.js-header--sticky .white-bg--hide,  .js-header--sticky .header__logo.header__logo--hide {
  display: block;
  opacity: 1;
}
.js-header--sticky .header__logo {
  display: none;
}
.js-header--sticky .main-menu__link {
  color: #232323;
}
.js-header--sticky .burger__line {
  background: #3E84D9;
}
.js-header--sticky .main-menu__link:hover {
  opacity: 0.5;
}
.js-header--sticky .header__btn {
  color:  #232323;
  border-color: #3E84D9;
}
.js-header--sticky .header__btn:hover {
  color:  #fff;
}
.accordion__toggle .w-icon-arrow-down:before, .accordion__toggle .w-icon-dropdown-toggle:before {
    display: none;
}
.dropdown-toggle.accordion__toggle.accordion__toggle--faq {
  background: none !important;
}
.js-header--sticky .w-nav-link.w--current {
    color: #0082f3;
}
.w-nav-button.w--open {
    background-color: transparent;
}
.home-page .header:not(.js-header--sticky) .burger-btn:not(.w--open) .burger__line {
  background: #fff;
}
.hero__grid .hero__card.hero__grid-item {
  width: calc(100%/3 - 16px);
}
.price__count--old {
  text-decoration-color: #e0304d !important;
}
@media (max-width: 1439px) {
  .w-nav-button {
    display: block;
  }
  .w-nav-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .request br, .faq__why-list-text br {
    display: none !important;
  }
  .team-grid {
    overflow-x: scroll !important;
  }
  .hero__grid .hero__card.hero__grid-item {
    width: calc(100%/2 - 16px);
  }
}
@media (max-width: 767px) {
  .section__title.section__title--white.section__title--main br, .hero__subtitle br, .section.process .section__title.section__title--white br {
    display: none !important;
  }
  .row--support, .support__plans-box, .row.row-request.row--reaction-time {
    overflow-x: scroll !important;
  }
  .hero__grid .hero__card.hero__grid-item {
    width: 100%;
  }
  .cookie__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
  }
	.support br {
    display: none !important;
  }
}

.wpcf7-spinner {
	display: none !important;
}
.form-block p br {
	display: none;
}

.main-image {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 84%;
}
.section__title.section__title--white.section__title--main {
	max-width: 600px;
}
.main-image-mob {
	display: none;
}
.main-image-big {
	display: none;
}
.main-image-md {
	display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-image-md {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-image {
		display: none;
	}
}
@media (min-width: 1921px) {
	.main-image-big {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		max-width: 84%;
	}
	.main-image {
		display: none;
	}
}
@media (max-width: 767px) {
	.main-image {
		display: none;
	}
	.main-image-mob {
		display: block;
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
	}
	.hero__subtitle {
		margin-bottom: 30px;
	}
	.btn.btn--start {
		max-width: none;
		margin-top: 30px;
	}
	.section.hero {
		padding-top: 60px;
	}
}