@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 300;
  src: local("ProximaNova-Light"), local("Proxima Nova Light"), url("../fonts/ProximaNova-Light.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 500;
  src: local("ProximaNova-Semibold"), local("Proxima Nova Semibold"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 600;
  src: local("ProximaNova-Bold"), local("Proxima Nova Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 800;
  src: local("ProximaNova-Extrabld"), local("Proxima Nova Extrabld"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 900;
  src: local("ProximaNova-Black"), local("Proxima Nova Black"), url("../fonts/ProximaNova-Black.woff2") format("woff2"); }

/*  */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  min-width: 1220px;
  height: 100%;
  box-sizing: border-box; }

body {
  position: relative;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  min-height: 100%;
  margin: 0;
  font-family: "ProximaNova", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #2D3039;
  background-color: #F6F7F9; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.container {
  width: 1140px;
  padding: 0 10px;
  margin: 0 auto; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: rgba(110, 121, 146, 0.5);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: #f7f7f4;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #aaadb7; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 0;
  right: 16px;
  top: 17px; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  z-index: 99999; }

.fancybox-navigation .fancybox-button {
  position: relative;
  height: 70px;
  width: 70px;
  opacity: 0;
  padding: 0;
  border-radius: 50%; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  border-bottom: 1px solid #D8D8D8; }

.header__logo {
  padding-left: 18px; }

.header__signin {
  line-height: 0; }

.hero {
  padding-bottom: 207px;
  color: #ffffff;
  background: linear-gradient(257.08deg, #192556 6.84%, #153271 64.97%, #0278FF 102.54%); }

.hero__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 45px; }

.hero__header-logo {
  width: 280px; }

.hero__content {
  position: relative; }

.hero-nav {
  display: flex;
  justify-content: space-between;
  width: 395px; }

.hero-nav__link {
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s; }
  .hero-nav__link:hover {
    color: #00BF79; }

.hero__title {
  width: 605px;
  margin: 0;
  padding-top: 95px;
  font-size: 46px;
  font-weight: 600;
  line-height: 58px; }

.hero__desc {
  width: 460px;
  margin: 0;
  margin-top: 26px;
  font-size: 24px;
  line-height: 38px; }

.hero__pic {
  position: absolute;
  top: 15px;
  right: 30px; }

.hero__pic-animate {
  position: absolute;
  top: 0;
  right: 0; }
  .hero__pic-animate:before, .hero__pic-animate:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #00BF79;
    animation: pulsar 1s linear infinite; }
  .hero__pic-animate:after {
    animation-delay: .3s; }
  .hero__pic-animate--doc {
    top: 155px;
    right: 395px; }
    .hero__pic-animate--doc:before, .hero__pic-animate--doc:after {
      width: 127px;
      height: 126px; }
  .hero__pic-animate--search {
    top: 50px;
    right: -40px; }
    .hero__pic-animate--search:before, .hero__pic-animate--search:after {
      width: 155px;
      height: 152px; }
  .hero__pic-animate--success {
    top: 330px;
    right: -60px; }
    .hero__pic-animate--success:before, .hero__pic-animate--success:after {
      width: 82px;
      height: 82px; }

@keyframes pulsar {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1.3);
    opacity: 0; } }

.access {
  position: relative;
  color: #000000;
  z-index: 9;
  background: #F6F7F9; }

.access__content {
  top: -110px;
  margin-bottom: -110px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 127px;
  padding: 11px 24px 6px 22px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 30px rgba(44, 48, 59, 0.1); }

.access__content .crmresult {
  width: 640px;
  margin: 0 auto;
  font-size: 22px;
  color: #2d3039;
  text-align: center;
  display: none; }

.access__title {
  width: 370px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; }

.access__data {
  margin-top: 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  column-gap: 4px; }

.access__label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px; }

.access__input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  outline: none; }
  .access__input:focus {
    border: 1px solid #b9b2b2; }

.access__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #00BF79;
  border: none;
  transition: 0.3s; }
  .access__button:hover {
    background-color: #0edf92; }

.access__privacy-policy {
  margin: 0;
  font-size: 10px;
  line-height: 30px;
  text-align: right; }

.service {
  position: relative;
  z-index: 101;
  margin-top: 68px; }

.service__title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #000000; }

.service__list {
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(3, 367px);
  justify-content: space-between;
  row-gap: 23px; }

.service__list-item {
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05); }
  .service__list-item--vip:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 83px;
    height: 83px;
    text-transform: uppercase;
    background: url("../img/icon/icon-service-vip_m.svg") no-repeat center;
    background-size: contain;
    z-index: 99; }

.service__link {
  position: relative;
  display: flex;
  min-height: 154px;
  padding: 55px 14px 22px 26px;
  font-size: 22px;
  line-height: 25px;
  color: #00BF79;
  background-color: #ffffff;
  transition: 0.5s; }
  .service__link:hover {
    color: #ffffff;
    background-color: #00BF79; }
    .service__link:hover::after {
      width: 43px;
      background-image: url("../img/icon/icon-arrow-white.svg"); }
  .service__link::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 27px;
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .service__link::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 27px;
    width: 26px;
    height: 7px;
    background: url("../img/icon/icon-arrow-gray.svg") no-repeat center;
    background-size: contain; }
  .service__link--tax::before {
    background-image: url("../img/icon/icon-service-tax.svg"); }
  .service__link--tax:hover::before {
    background-image: url("../img/icon/icon-service-tax-w.svg"); }
  .service__link--blocked::before {
    background-image: url("../img/icon/icon-service-blocked.svg"); }
  .service__link--blocked:hover::before {
    background-image: url("../img/icon/icon-service-blocked-w.svg"); }
  .service__link--error::before {
    background-image: url("../img/icon/icon-service-error.svg"); }
  .service__link--error:hover::before {
    background-image: url("../img/icon/icon-service-error-w.svg"); }
  .service__link--1c::before {
    background-image: url("../img/icon/icon-service-1С.svg"); }
  .service__link--1c:hover::before {
    background-image: url("../img/icon/icon-service-1С-w.svg"); }
  .service__link--debt::before {
    background-image: url("../img/icon/icon-service-debt.svg"); }
  .service__link--debt:hover::before {
    background-image: url("../img/icon/icon-service-debt-w.svg"); }
  .service__link--fns::before {
    background-image: url("../img/icon/icon-service-fns.svg"); }
  .service__link--fns:hover::before {
    background-image: url("../img/icon/icon-service-fns-w.svg"); }
  .service__link--original::before {
    background-image: url("../img/icon/icon-service-original.svg"); }
  .service__link--original:hover::before {
    background-image: url("../img/icon/icon-service-original-w.svg"); }
  .service__link--account::before {
    background-image: url("../img/icon/icon-service-account.svg"); }
  .service__link--account:hover::before {
    background-image: url("../img/icon/icon-service-account-w.svg"); }
  .service__link--answer::before {
    background-image: url("../img/icon/icon-service-answer.svg"); }
  .service__link--answer:hover::before {
    background-image: url("../img/icon/icon-service-answer-w.svg"); }
  .service__link--report::before {
    background-image: url("../img/icon/icon-service-report.svg"); }
  .service__link--report:hover::before {
    background-image: url("../img/icon/icon-service-report-w.svg"); }
  .service__link--test::before {
    background-image: url("../img/icon/icon-service-test.svg"); }
  .service__link--test:hover::before {
    background-image: url("../img/icon/icon-service-test-w.svg"); }
  .service__link--support::before {
    background-image: url("../img/icon/icon-service-support.svg"); }
  .service__link--support:hover::before {
    background-image: url("../img/icon/icon-service-support-w.svg"); }
  .service__link--assessment::before {
    background-image: url("../img/icon/icon-service-assessment.svg"); }
  .service__link--assessment:hover::before {
    background-image: url("../img/icon/icon-service-assessment-w.svg"); }

.service__link-access {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 420px;
  margin: 50px auto 0;
  color: #ffffff;
  background-color: #00BF79;
  border-radius: 3px;
  transition: 0.3s; }
  .service__link-access:hover {
    background-color: #00e08e; }

.report {
  padding-top: 70px; }

.report__title {
  margin: 0 auto;
  width: 700px;
  text-align: center; }
  .report__title span {
    color: #00BF79; }

.report__content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 64px; }

.report__content-list {
  display: flex;
  flex-direction: column;
  width: 423px; }

.report__content-img {
  width: 590px;
  max-height: 1240px;
  overflow: hidden; }

.report__content-pic {
  transition: 0.5s; }

.report__list {
  margin-bottom: 50px; }

.report-list__item {
  position: relative;
  margin-bottom: 12px;
  padding: 28px 23px 21px 52px;
  background-color: #ffffff;
  border-radius: 8px; }
  .report-list__item:last-of-type {
    margin-bottom: 0; }
  .report-list__item::before {
    content: '';
    position: absolute;
    left: 15px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .report-list__item--report::before {
    background-image: url("../img/icon/icon-features-report.svg"); }
  .report-list__item--calculation::before {
    background-image: url("../img/icon/icon-features-calculation.svg"); }
  .report-list__item--order::before {
    background-image: url("../img/icon/icon-features-order.svg"); }
  .report-list__item--nds::before {
    background-image: url("../img/icon/icon-features-nds.svg"); }
  .report-list__item--profit::before {
    background-image: url("../img/icon/icon-features-profit.svg"); }
  .report-list__item--excerpt::before {
    background-image: url("../img/icon/icon-features-excerpt.svg"); }

.report-list__button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #00BF79;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .report-list__button::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 20px;
    width: 12px;
    height: 5px;
    background: url("../img/icon/icon-arrow-green.svg") no-repeat center; }
  .report-list__button--active::after {
    transform: rotate(180deg); }

.report-list__inner {
  margin-top: 14px;
  display: none; }

.report-list__inner-list {
  margin-bottom: 14px; }
  .report-list__inner-list:last-of-type {
    margin-bottom: 0; }

.report-list__inner-button {
  position: relative;
  display: block;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  text-decoration: underline;
  color: #5a5a5c;
  background-color: transparent;
  border: 0;
  cursor: pointer; }
  .report-list__inner-button::before {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    width: 12px;
    height: 5px;
    background: url("../img/icon/icon-features-arrow-small.svg") no-repeat center; }
  .report-list__inner-button:hover::before {
    right: -30px;
    animation: slowHover .3s linear; }
  .report-list__inner-button--active {
    font-weight: bold; }
    .report-list__inner-button--active::before {
      right: -100px;
      width: 95px;
      background-image: url("../img/icon/icon-features-arrow-long.svg");
      background-size: cover;
      background-position: right center; }
    .report-list__inner-button--active:hover::before {
      right: -100px;
      animation: none; }

.report__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  margin-top: auto;
  color: #ffffff;
  background-color: #00BF79;
  border-radius: 3px;
  transition: 0.3s; }
  .report__link:hover {
    background-color: #00e08e; }

@keyframes slowHover {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

.recommend {
  margin-top: 104px; }

.recommend__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid #C7C7C7; }
  .recommend__wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 290px;
    width: 381px;
    height: 407px;
    background: url("../img/expert.png") no-repeat;
    background-size: cover;
    z-index: -1; }

.recommend__content {
  width: 502px; }

.recommend__title {
  margin: 0;
  font-size: 30px; }

.recommend__desc {
  margin-top: 38px;
  font-size: 20px;
  line-height: 30px; }

.recommend__list {
  margin-top: 24px; }

.recommend__list-features {
  position: relative;
  margin-top: 15px;
  padding-left: 33px; }
  .recommend__list-features::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 13px;
    background: url("../img/icon/icon-recommend-checked.svg");
    background-size: cover; }

.recommend__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 423px;
  margin-top: 50px;
  color: #ffffff;
  background-color: #00BF79;
  border-radius: 3px;
  transition: 0.3s; }
  .recommend__link:hover {
    background-color: #00e08e; }

.recommend__support {
  width: 440px; }

.recommend__support-list {
  display: grid;
  grid-template-columns: 124px  104px 110px 82px; }

.recommend__support-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .recommend__support-item:first-of-type {
    background-color: #ffffff;
    border-radius: 21px 21px 0 0; }
    .recommend__support-item:first-of-type .recommend__support-text {
      font-size: 78px;
      line-height: 90px; }
      .recommend__support-item:first-of-type .recommend__support-text span {
        line-height: 1.4;
        display: block;
        margin-top: 5px;
        font-size: 13px;
        text-align: center; }
  .recommend__support-item:not(:first-of-type) {
    position: relative;
    margin-top: 5px;
    padding-top: 68px; }
    .recommend__support-item:not(:first-of-type)::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 50%;
      transform: translateX(-50%);
      width: 54px;
      height: 54px;
      background: url("../img/icon/icon-recommend-check.svg");
      background-size: cover;
      z-index: 1; }
    .recommend__support-item:not(:first-of-type)::after {
      content: '';
      position: absolute;
      top: 7px;
      width: 54px;
      height: 54px;
      background: #00BF79;
      opacity: 0.9;
      border-radius: 50%;
      animation: supportPulsar 1s linear infinite;
      z-index: 0; }
  .recommend__support-item:last-of-type::before {
    background-image: url("../img/icon/icon-recommend-attention.svg"); }
  .recommend__support-item:last-of-type::after {
    background-color: #ECA33C; }

@keyframes supportPulsar {
  0% {
    transform: scale(1);
    opacity: .5; }
  50% {
    transform: scale(1.4);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.recommend__support-text {
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  text-align: center; }

.recommend__support-content {
  position: relative;
  padding: 30px 13px 30px 18px;
  background-color: #ffffff;
  border-radius: 0 21px 21px 21px; }
  .recommend__support-content::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -37px;
    width: 37px;
    height: 73px;
    background: url("../img/icon/icon-recommend-say.png");
    background-size: cover;
    z-index: 1; }

.recommend__support-caption {
  margin: 0;
  font-size: 18px;
  line-height: 22px; }

.recommend__support-desc {
  margin: 13px 0 0 0;
  font-size: 14px;
  line-height: 20px; }

.data {
  margin-top: 112px; }

.data__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 61px;
  border-bottom: 1px solid #C7C7C7; }

.data-graph {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #979797; }

.data-graph__info-content {
  position: relative;
  padding-left: 50px;
  font-size: 12px; }
  .data-graph__info-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 16px;
    background-color: #00BF79; }
  .data-graph__info-content:last-of-type::before {
    background-color: #0278FF; }

.graph-list {
  display: grid;
  justify-content: space-between;
  align-items: flex-end;
  grid-template-columns: repeat(4, 105px);
  width: 438px;
  height: 388px;
  margin-top: 30px; }

.graph-list__item--active:first-child .graph-list__stat--green {
  height: 110px; }

.graph-list__item--active:first-child .graph-list__stat--blue {
  height: 31px; }

.graph-list__item--active:nth-child(2) .graph-list__stat--green {
  height: 97px; }

.graph-list__item--active:nth-child(2) .graph-list__stat--blue {
  height: 16px; }

.graph-list__item--active:nth-child(3) .graph-list__stat--green {
  height: 340px; }

.graph-list__item--active:nth-child(3) .graph-list__stat--blue {
  height: 37px; }

.graph-list__item--active:last-child .graph-list__stat--green {
  height: 214px; }

.graph-list__item--active:last-child .graph-list__stat--blue {
  height: 99px; }

.graph-list__item-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  border-bottom: 1px solid #979797; }

.graph-list__stat {
  width: 44px;
  height: 0;
  margin: 0;
  box-shadow: -20px -8px 24px rgba(0, 0, 0, 0.08);
  transition: 2s; }
  .graph-list__stat--green {
    background-color: #00BF79; }
  .graph-list__stat--blue {
    background-color: #0278FF; }

.graph-list__info {
  min-height: 39px;
  margin: 8px 0 0 0;
  font-size: 11px;
  line-height: 13px;
  text-align: center; }

.data__content {
  width: 501px; }

.data__title {
  margin: 20px 0 0 0;
  font-size: 30px; }

.data__desc {
  margin: 38px 0 0 0;
  font-size: 20px;
  line-height: 30px; }

.data__list {
  margin-top: 24px; }

.data-list__item {
  position: relative;
  margin-top: 10px;
  padding-left: 33px; }
  .data-list__item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 13px;
    background: url("../img/icon/icon-recommend-checked.svg");
    background-size: cover; }

.data__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 423px;
  margin-top: 40px;
  color: #ffffff;
  background-color: #00BF79;
  border-radius: 3px;
  transition: 0.3s; }
  .data__link:hover {
    background-color: #00e08e; }

.about {
  margin-top: 87px; }

.about__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 54px;
  border-bottom: 1px solid #C7C7C7; }

.about__content {
  width: 498px; }

.about__title {
  margin: 25px 0 0 0;
  font-size: 30px; }

.about__desc {
  margin: 38px 0 0 0;
  font-size: 20px;
  line-height: 30px; }

.about__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 423px;
  margin-top: 40px;
  color: #ffffff;
  background-color: #00BF79;
  border-radius: 3px;
  transition: 0.3s; }
  .about__link:hover {
    background-color: #00e08e; }

.about__img {
  line-height: 0;
  position: relative; }

.about__img-animation {
  position: absolute;
  left: 0;
  bottom: 50px;
  background-color: #fff; }

.order {
  padding-top: 128px; }

.order__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px; }

.order__list-item {
  display: flex;
  flex-direction: column;
  padding: 35px 20px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05); }
  .order__list-item:last-of-type {
    position: relative; }
    .order__list-item:last-of-type::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 143px;
      height: 141px;
      background: url("../img/icon/icon-service-vip.svg");
      background-size: cover;
      z-index: 1; }
    .order__list-item:last-of-type::after {
      content: 'Скидка 48%';
      position: absolute;
      top: 25px;
      right: 25px;
      transform: rotate(45deg);
      width: 143px;
      height: 141px;
      font-size: 14px;
      font-weight: 500;
      color: #ffffff;
      z-index: 2; }

.order__caption {
  margin: 0;
  font-size: 37px;
  color: #020303; }

.order__period {
  margin: 10px 0 0 0;
  font-size: 90px;
  line-height: 1; }

.order__period-text {
  display: block;
  font-size: 16px;
  line-height: 23px; }

.order__list-features {
  margin-top: 25px; }

.order-features {
  margin-bottom: 50px;
  text-align: left; }

.order-features__text {
  position: relative;
  margin-bottom: 12px;
  padding-left: 17px;
  font-size: 12px;
  line-height: 12px; }
  .order-features__text:last-of-type {
    margin-bottom: 0; }
  .order-features__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 7px;
    background: url("../img/icon/icon-recommend-checked.svg");
    background-size: cover;
    z-index: 1; }

.order__price-old {
  position: relative;
  margin: auto 0 0 0;
  font-size: 30px; }
  .order__price-old::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(7deg);
    width: 45%;
    height: 2px;
    background-color: #000000; }
  .order__price-old--hidden {
    opacity: 0; }

.order__price {
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 73px; }
  .order__price--green {
    color: #00BF79; }

.order__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #2D3039;
  border-radius: 3px;
  transition: 0.3s; }
  .order__link:hover {
    background-color: #4a4d55; }
  .order__link--green {
    background-color: #00BF79; }
    .order__link--green:hover {
      background-color: #00e08e; }

.preorder {
  margin-top: 100px;
  padding-top: 53px;
  border-top: 1px solid #E6E6E6;
  background-color: #212E62;
  color: #ffffff; }
  .preorder .crmresult {
    width: 640px;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    display: none; }

.preorder__title {
  width: 810px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 50px;
  text-align: center; }
  @media (max-width: 425px) {
    .preorder__title {
      width: auto;
      font-size: 28px;
      line-height: 35px;
      text-align: center; } }

.preorder__desc {
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  padding-bottom: 23px; }
  .preorder__desc span {
    display: block; }

.preorder__form {
  margin-top: 58px;
  margin-left: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }

.preorder__form-label {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  width: 275px;
  margin-right: 6px;
  margin-bottom: 0;
  font-size: 14px; }
  @media (max-width: 425px) {
    .preorder__form-label {
      width: 100%; } }

.preorder__form-input {
  height: 50px;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }

.preorder__button {
  width: 260px;
  height: 50px;
  margin-left: auto;
  padding: 0;
  font-family: inherit;
  font-size: 18px;
  color: #fff;
  background-color: #00BF79;
  border: none;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: 0.2s; }
  .preorder__button:hover {
    background-color: #00792A; }
  @media (max-width: 425px) {
    .preorder__button {
      width: 100%;
      margin-top: 26px; } }

.preorder__permission {
  margin-left: auto; }

.preorder__permission-text {
  display: flex;
  align-items: center;
  font-size: 14px; }

.footer {
  background-color: #212E62;
  color: #ffffff; }

.footer__wrapper {
  display: flex;
  align-items: flex-end;
  padding: 56px 0 80px 0;
  line-height: 16px; }

.footer__copyright {
  margin: 0;
  font-size: 13px; }

.footer__copyright-link {
  display: flex;
  flex-direction: column;
  display: inline;
  color: #ffffff;
  text-decoration: underline; }
  @media (max-width: 425px) {
    .footer__copyright-link {
      margin: 5px 0; } }

.footer__policy {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #ffffff; }

.footer__callback {
  margin: 0;
  margin-left: 185px;
  font-size: 13px; }

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff; }

.footer__logo-link {
  display: flex;
  margin-left: auto; }

.footer__logo {
  width: 125px; }

@media (max-width: 425px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 60px; }
  .footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-size: 13px; }
    .footer__copyright span {
      display: block; }
  .footer__policy {
    margin-top: 10px;
    text-decoration: underline;
    color: #ffffff; }
  .footer__callback {
    margin: 10px 0 0 0;
    font-size: 13px; }
  .footer__phone {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin: 15px 0 0 0;
    padding-left: 48px; }
    .footer__phone::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      background: url("../img/icon/icon-phone.svg") no-repeat center; }
  .footer__logo-link {
    margin: 40px auto 0; } }

.service-modal__item {
  flex-direction: column;
  width: 900px;
  height: 680px;
  padding: 40px 40px 45px 40px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  display: none; }

.service-modal__title {
  margin: 0;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: -0.1px;
  color: #474D5E; }

.service-modal__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }
  .service-modal__wrapper .service-modal__pic {
    margin-top: 0; }
  .service-modal__wrapper .service-modal__desc {
    margin: 0; }
    .service-modal__wrapper .service-modal__desc:last-of-type {
      margin-top: 12px; }
  .service-modal__wrapper--support {
    position: relative;
    margin-top: 0; }
    .service-modal__wrapper--support::before {
      content: '';
      position: absolute;
      top: 95px;
      left: 0;
      width: 138px;
      height: 138px;
      background: url(../img/icon/icon-vip.svg);
      background-size: cover;
      filter: drop-shadow(0px 17px 50px rgba(0, 0, 0, 0.130491)); }
  .service-modal__wrapper--assessment {
    position: relative;
    margin-top: 0; }
    .service-modal__wrapper--assessment::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      transform: rotate(20deg);
      width: 150px;
      height: 150px;
      background: url(../img/icon/icon-vip.svg);
      background-size: cover;
      filter: drop-shadow(0px 17px 50px rgba(0, 0, 0, 0.130491)); }

.service-modal__wrapper-content {
  width: 350px; }
  .service-modal__wrapper-content--assessment {
    width: 395px; }

.service-modal__wrapper-caption {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px; }

.service-modal__list-inner {
  margin-top: 13px; }

.modal-inner__list-item {
  position: relative;
  font-size: 18px;
  line-height: 26px; }
  .modal-inner__list-item span {
    font-weight: 700; }
  .modal-inner__list-item--answer {
    padding-left: 16px;
    margin-bottom: 10px; }
    .modal-inner__list-item--answer:last-of-type {
      margin-bottom: 0; }
    .modal-inner__list-item--answer::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 10px;
      height: 6px;
      background: url(../img/icon/icon-recommend-checked.svg);
      background-size: contain; }
  .modal-inner__list-item--assessment {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    z-index: 0; }
    .modal-inner__list-item--assessment:before {
      content: '';
      position: absolute;
      top: -5px;
      left: -15px;
      width: 27px;
      height: 27px;
      background-color: #F8464D;
      border-radius: 50%;
      z-index: -1; }
    .modal-inner__list-item--assessment:nth-child(2):before {
      background-color: #FFE91F; }
    .modal-inner__list-item--assessment:last-of-type {
      margin-bottom: 0; }
      .modal-inner__list-item--assessment:last-of-type:before {
        background-color: #328269; }

.service-modal__desc {
  display: block;
  margin: 12px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #242428; }
  .service-modal__desc--strong {
    font-weight: 700;
    line-height: 20px; }

.service-modal__pic {
  margin-top: 30px;
  object-fit: contain; }

.service-modal__button-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-top: auto; }

.service-modal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #ffffff;
  background-color: #00BF79;
  border-radius: 3px;
  transition: 0.3s; }
  .service-modal__button:first-of-type:hover {
    background-color: #00e08e; }
  .service-modal__button:last-of-type {
    color: #00BF79;
    background-color: #ffffff;
    border: 1px solid #00BF79; }
    .service-modal__button:last-of-type:hover {
      background-color: #00BF79;
      color: #ffffff;
      border-color: transparent; }

.service__list-item-flex .service-modal__item {
  display: flex !important; }
