/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 1;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

white {
    color: white;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
}

body.overflow {
  overflow: hidden;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
}

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 66px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.rc-anchor-normal {
  width: 264px !important;
}

.btn {
  min-width: 260px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-align: center;
  border-radius: 24px;
  text-transform: uppercase;
  padding: 16px 35px;
}

@media screen and (min-width: 768px) {
  .btn {
    padding: 14px 35px;
  }
}

.btn.primary {
  font-family: 'Roboto', sans-serif;
  background-color: #FFFFFF;
  color: #2e4dab;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .btn.primary {
    font-size: 18px;
  }
}

.btn.primary:hover {
  box-shadow: 0 2px 4px 0 #2e4dab;
  background-color: #2e4dab;
  color: #FFFFFF;
}

.btn.secondary {
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  background-color: #de4437;
}

.btn.secondary:hover {
  box-shadow: 0 2px 4px #de4437;
}

.card-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .card-wrap {
    margin-right: 20px;
    max-width: 460px;
  }
}

.card {
  width: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding: 36px 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .card {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.card:last-child {
  margin-bottom: 0;
}

.card__img {
  max-width: 50px;
  width: 100%;
  height: 50px;
  -webkit-box-flex: 0;
  flex: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 0 32px;
}

@media screen and (min-width: 768px) {
  .card__img {
    margin: 0 32px 0 0;
  }
}

.card__img img {
  width: auto;
}

.card__info {
  max-width: 260px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
}

.card__info a:hover {
  text-decoration: underline;
}

.card__continent {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  padding-bottom: 8px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .card__continent {
    text-align: left;
    font-size: 32px;
  }
}

.card__continent:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .card__continent:after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.card__info-line {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.13px;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .card__info-line {
    text-align: left;
  }
}

.footer {
  padding: 32px 0;
}

.footer a {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}

.footer .logo {
  display: flex;
  justify-content: center;
  width: 150px;
  height: 31px;
}

.footer .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.footer .container > * {
  width: 33.3333333% !important;
}

@media screen and (max-width: 767px) {
  .footer .container {
    flex-direction: column;
    text-align: center;
  }

  .footer .container > * {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.footer .footer-info {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-info {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.footer .soc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.footer .soc__title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11px;
  color: #07265d;
  margin-right: 23px;
}

.footer .soc__link {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.footer .soc__link:last-child {
  margin-right: 0;
}

.footer .soc__link:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer .soc__link.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%238796AF' d='M9.929 0c5.483 0 9.929 4.445 9.929 9.929 0 5.483-4.446 9.929-9.93 9.929C4.446 19.858 0 15.412 0 9.928 0 4.446 4.445 0 9.929 0zm.748 3.852C8.47 3.852 7.97 5.505 7.97 6.56v1.476H6.692v2.282H7.97v6.49h2.684v-6.49h1.772l.234-2.28h-2.006V6.697c0-.503.333-.622.57-.622h1.442V3.86z'/%3E%3C/svg%3E%0A");
}

.footer .soc__link.linked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%238796AF' d='M9.929.175c5.483 0 9.929 4.407 9.929 9.842 0 5.435-4.446 9.842-9.93 9.842C4.446 19.859 0 15.452 0 10.017 0 4.582 4.445.175 9.929.175zM7.304 7.791H4.932v7.075h2.372V7.791zm5.825-.166c-1.26 0-1.823.688-2.139 1.169V7.79H8.617c.03.629.003 6.416 0 7.024v.051h2.373v-3.951c0-.212.016-.422.079-.574.172-.423.561-.86 1.217-.86.86 0 1.202.65 1.202 1.6v3.785h2.373V10.81c0-2.173-1.17-3.184-2.732-3.184zM6.134 4.38c-.812 0-1.343.528-1.343 1.222 0 .68.516 1.223 1.312 1.223h.015c.828 0 1.343-.544 1.343-1.223-.016-.694-.515-1.222-1.327-1.222z'/%3E%3C/svg%3E%0A");
}

.footer .soc__link.inst {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%238796AF' d='M9.973 0c5.508 0 9.973 4.465 9.973 9.973 0 5.508-4.465 9.973-9.973 9.973C4.465 19.946 0 15.481 0 9.973 0 4.465 4.465 0 9.973 0zm2.973 4H7C5.33 4 3.974 5.36 3.974 7.029v5.944c0 1.67 1.358 3.027 3.027 3.027h5.945c1.669 0 3.026-1.357 3.026-3.027V7.028c0-1.67-1.357-3.027-3.026-3.027zm0 1.307c.949 0 1.72.772 1.72 1.72v5.945c0 .95-.772 1.722-1.72 1.722H7c-.95 0-1.721-.773-1.721-1.722V7.028c0-.95.772-1.721 1.72-1.721zM9.973 6.91c-1.704 0-3.09 1.386-3.09 3.09s1.386 3.09 3.09 3.09 3.09-1.386 3.09-3.09-1.386-3.09-3.09-3.09zm0 1.306c.984 0 1.784.8 1.784 1.784s-.8 1.784-1.784 1.784c-.983 0-1.784-.8-1.784-1.784s.8-1.784 1.784-1.784zm3.19-2.13c-.404 0-.732.329-.732.732 0 .403.328.73.732.73.403 0 .73-.327.73-.73 0-.403-.327-.731-.73-.731z'/%3E%3C/svg%3E%0A");
}

.main-form__select-wrap:before {
  @inclede bg-img-center;
}

.main-form__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.main-form__label {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 14px;
  position: absolute;
  bottom: 13px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.main-form__label.ta {
  bottom: 48px;
}

.main-form__label.ta.active {
  bottom: 80px !important;
}

.main-form__label.active {
  bottom: 45px !important;
}

.main-form__field-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.main-form__field {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 40px;
}

.main-form__field:last-child {
  margin: 0;
}

.main-form__field.error .main-form__error {
  display: block;
}

.main-form__field.error .main-form__input {
  color: #e05f5f;
  border-color: #e05f5f;
}

.main-form__field.error .main-form__label {
  color: #e05f5f;
}

.main-form__field.label-select .main-form__label {
  position: absolute;
  left: 0;
  bottom: 13px;
  z-index: 3;
}

.main-form__error {
  color: #e05f5f;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: -15px;
  display: none;
}

.main-form__input {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #d4e1f4;
  padding: 12px 0;
  z-index: 1;
}

.main-form__input.active {
  border-color: #2e4dab;
}

.main-form__textarea {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #d4e1f4;
  padding: 12px 0;
  min-height: 77px;
  resize: none;
}

.main-form__textarea.active {
  border-color: #2e4dab;
}

.main-form__captcha {
  margin: 0 auto 30px;
}

@media screen and (min-width: 1024px) {
  .main-form__captcha {
    margin: 0 0 30px;
  }
}

.main-form__select-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-form__select-wrap:before {
  z-index: 0;
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  @inclede bg-img-center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23d4e1f4' d='M4.2 7.6a1 1 0 0 0 1.6 0l4-5.333a1 1 0 0 0-.8-1.6H1a1 1 0 0 0-.8 1.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.main-form__select {
  z-index: 1;
  position: relative;
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #d4e1f4;
  padding: 12px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}

.header.active {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px #ccc;
}

@media screen and (min-width: 1024px) {
  .header.active .nav__link {
    color: #2d2d43;
    padding: 26px 20px;
  }
}

@media screen and (min-width: 1440px) {
  .header.active .nav__link {
    padding: 26px 40px;
  }
}

.nav__submenu {
  opacity: 0;
}

.nav__submenu.opened {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .nav__item {
    position: relative;
  }

  .nav__submenu {
    position: absolute;
    left: 0;
    top: 75%;
    min-width: 90%;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 6px;
    transition: opacity .3s ease;
  }

  .nav__submenu li:not(:last-child) {
    border-bottom: 1px solid #EEEEF0;
  }

  .nav__submenu li {
    padding: 8px 0;
  }

  .nav__submenu a {
    color: #000000;
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .has-sub-menu {
    width: 100%;
    text-align: center;
  }

  .has-sub-menu ul {
    width: 100%;
  }

  .nav__submenu {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1)
  }

  .nav__submenu li {
    text-align: center;
  }

  .nav__submenu a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.13px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0;
  }
}

.header.active .nav__link.active, .header.active .nav__link:hover {
  color: #FFFFFF;
  background-color: #de4437;
}

.header.active .burger:after {
  content: '';
  position: absolute;
  width: 56px;
  height: 52px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #de4437;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .header.active .burger:after {
    width: 72px;
    height: 72px;
    top: 44%;
  }
}

.header.active .burger span {
  background-color: #FFFFFF;
}

.header .container {
  padding: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header .container {
    padding: 16px 24px 16px 48px;
  }
}

@media screen and (min-width: 1024px) {
  .header .container {
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
  }
}

.header .logo {
  position: relative;
  z-index: 10;
  width: 90px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .header .logo {
    max-width: 180px;
    width: 100%;
    height: 37px;
  }
}

@media screen and (min-width: 1024px) {
  .header .logo {
    margin-left: 48px;
  }
}

.header .logo__second {
  display: none;
}

.header .logo__second.active {
  display: block;
}

.header .logo__first.active {
  display: none;
}

.header .logo img {
  width: 100%;
  height: 100%;
}

.header .nav {
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
  z-index: 9;
  display: none;
}

@media screen and (min-width: 1024px) {
  .header .nav {
    position: static;
    background-image: none;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
}

.header .nav:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: .1;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .header .nav:before {
    display: none;
  }
}

.header .nav.active {
  display: block;
}

.header .nav__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 70px;
}

@media screen and (min-width: 1024px) {
  .header .nav__list {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .header .nav__item:last-child {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.header .nav__link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .header .nav__link {
    padding: 42px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .header .nav__link {
    padding: 42px 40px;
  }
}

.header .nav__link.active, .header .nav__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.header h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

.burger {
  position: relative;
  z-index: 9;
  width: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger span {
  width: 25px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}

.burger span:nth-child(1) {
  margin-bottom: 5px;
}

.burger span:nth-child(3) {
  margin-top: 5px;
}

.burger.active:after {
  display: none;
}

.burger.active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.active span:nth-child(2) {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.burger.active span:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nice-select:after {
  @inclede bg-img-center;
}

.nice-select {
  z-index: 2;
  color: #4a4a4a !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  width: 100% !important;
  border-bottom: 1px solid #d4e1f4 !important;
  padding: 12px 0 !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.nice-select:after {
  border: none !important;
  width: 10px !important;
  height: 8px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  right: 0 !important;
  @inclede bg-img-center;
  margin: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23d4e1f4' d='M4.2 7.6a1 1 0 0 0 1.6 0l4-5.333a1 1 0 0 0-.8-1.6H1a1 1 0 0 0-.8 1.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nice-select.open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%232e4dab' d='M4.2 7.6a1 1 0 0 0 1.6 0l4-5.333a1 1 0 0 0-.8-1.6H1a1 1 0 0 0-.8 1.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nice-select .list {
  width: 100%;
  border-bottom: 1px solid #d4e1f4 !important;
  padding: 0 0 17px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  z-index: 5 !important;
  background-color: #FFFFFF !important;
}

.nice-select .current {
  position: relative;
  bottom: 11px;
}

.nice-select .option {
  color: #4a4a4a !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 2 !important;
}

.nice-select .selected {
  background-color: transparent !important;
  font-weight: 400 !important;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

#apps-we-love .container {
  position: relative;
  padding: 20px 15px 100px;
}

@media screen and (min-width: 768px) {
  #apps-we-love .container {
    margin-top: -435px;
  }
}

.swiper {
  z-index: 5;
  position: relative;
  width: 100%;
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  opacity: .2;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 160px;
  top: 50%;
  margin-top: -80px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev {
  left: 5px;
}

.swiper-button-next {
  right: 0px;
  transform: rotate(180deg);
}

.swiper-slide {
  padding: 0 15px;
}

.swiper-slide img {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide h3 {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  padding: 40px 0 20px;
}

.swiper-slide p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 40px;
}

.btn-download {
  display: block;
  position: relative;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  max-width: 170px;
  padding: 15px 8px 15px 47px;
  border-radius: 8px;
  margin: 0 auto;
}

.btn-download::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -10px;
  width: 16px;
  height: 20px;
  background-image: url("../images/apple.svg");
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.application-wrap img.app-image {
  width: 100%;
  height: auto;
}

.application-wrap img.check-icon{
  width: 64px;
  height: 64px;
}

.application-wrap .btn-download {
  display: inline-block;
  margin: 0;
}

.app-download-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .application-wrap img.app-image {
    width: 400px;
    height: auto;
  }

  .application-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .app-description {
    color: #ffffff;
  }

  .app-description > div:first-child {
    height: 450px;
  }
}

.app-description {
  padding-top: 60px;
}

.app-description p {
  margin-bottom: 20px;
}

.app-description ul.list li {
  list-style: disc inside !important;
}

#app-features {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
  padding: 110px 0;
  margin-bottom: 80px;
}

#app-features::before, #app-features::after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 400px;
  transform: rotate(-3deg);
}

#app-features::before {
  left: -100px;
  right: 0;
  top: -400px;
  transform-origin: right bottom;
}

#app-features::after {
  right: -100px;
  left: 0;
  bottom: -400px;
  transform-origin: left top;
}

.app-features-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.app-features-item > div {
  padding: 0 70px;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .app-features-item {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .app-features-item > div {
    width: 50%;
    margin-bottom: 0;
  }
}

.app-features-item h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.app-features-item p {
  font-size: 14px;
}

#prices {
  padding: 50px 0 0;
}

@media screen and (min-width: 768px) {
  #prices {
    padding: 50px 0 100px;
  }
}

.prices .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.prices .title-wrap {
  margin-bottom: 114px;
}

.prices-wrap {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.prices-wrap > div {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  width: 280px;
  margin-bottom: 20px;
  /*background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;*/
}

.prices-wrap > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: transparent;
  background-image: url("../images/price-top.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.prices-wrap > div div {
  background-color: transparent;
  background-image: url("../images/price-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 62px 56px 48px;
  margin-top: 25px;
  height: 307px;
}

.prices-wrap h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.prices-wrap ul li {
  list-style: disc inside !important;
  font-size: 14px;
  margin-bottom: 15px;
}

#productivity-boost {
  position: relative;
  color: #ffffff;
  padding: 90px 0;
}

#apps-gallery {
  position: relative;
  padding: 80px 0;
}

#apps-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 79%;
  background: url(../images/bottom-white2.svg) no-repeat bottom center #f5f7fb;
  background-size: 100% auto;
}

#apps-gallery .container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.apps-gallery .title-wrap {
  margin-bottom: 114px;
}

#productivity-boost::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 0;
  height: 50%;
  background: #f5f7fb;
}

#productivity-boost .container {
  overflow-x: visible;
}

#productivity-boost .title-wrap {
  margin-bottom: 65px;
  padding-left: 65px;
}

#productivity-boost .title-wrap::before {
  left: 0;
}

#productivity-boost .productivity-boost-wrap {
  position: relative;
  padding: 100px 48px;
}

#productivity-boost .productivity-boost-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: -webkit-linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
  background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
  z-index: 1;
  border-radius: 30px 0 0 30px;
}

#productivity-boost .productivity-boost-wrap::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 5;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  right: -50px;
  top: -205px;
  background: url("../images/agile-icon-normal.svg") no-repeat center 25px #ffffff;
  background-size: 282px 300px;
}

@media screen and (min-width: 992px) {
  #productivity-boost .productivity-boost-wrap::after {
    display: block;
  }
}

#productivity-boost .boost-items {
  position: relative;
  z-index: 10;
}

#productivity-boost .item-row > div {
  margin-bottom: 30px;
}

#productivity-boost .item-row:last-child > div:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #productivity-boost .item-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    gap: 45px;
  }

  #productivity-boost .item-row:first-child {
    margin-bottom: 37px;
  }

  #productivity-boost .item-row > div {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}

#productivity-boost .item-row > div div {
  position: relative;
  overflow: visible;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#productivity-boost .item-row > div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../images/check-circle.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

#productivity-boost .item-row > div p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.order {
  width: 100%;
  background-color: #FFFFFF;
  padding: 24px 12px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25);
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .order {
    padding: 15px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .order {
    width: calc(100% - 480px);
  }
}

.order .section-title {
  line-height: 1.3;
  color: #07265d;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .order .section-title {
    text-align: left;
  }
}

.professional-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

@media screen and (min-width: 992px) {
  .professional-wrap.columns .professional {
    width: 50%;
  }

  .professional-wrap.columns .professional__skill {
    padding-bottom: 0;
  }
}

.professional {
  width: 100%;
  padding: 0 11px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .professional {
    width: 100%;
  }
}

.professional__wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .professional__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.professional__img {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 0 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.professional__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .professional__img {
    width: 50%;
    margin: 0 24px 0 0;
    padding-bottom: 50px;
  }
}

.professional__info {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .professional__info {
    width: 50%;
  }
}

.professional__name {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.professional__name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .professional__name {
    display: inline-block;
    text-align: left;
  }

  .professional__info {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .professional__name:after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.professional__skill-wrap {
  width: 100%;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .professional__skill-wrap {
    margin-bottom: 18px;
  }
}

.professional__skill {
  width: 100%;
  font-family: Roboto, serif;
  font-size: 14px;
  line-height: 1.43;
  padding-bottom: 5px;
  letter-spacing: 0.13px;
  color: #2D2D43;
  text-align: center;
}

.professional__description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .professional__skill {
    text-align: left;
  }
}

.professional__soc-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .professional__soc-wrap {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.professional__soc-link {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.professional__soc-link:last-child {
  margin-right: 0;
}

.professional__soc-link.in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='32' height='32' fill='%23F1F2F3' rx='2'/%3E%3Cg fill='%238796AF' fill-rule='nonzero'%3E%3Cpath d='M15.984 15.984V10.13c0-2.877-.619-5.075-3.976-5.075-1.618 0-2.697.88-3.137 1.718h-.04V5.315H5.654v10.67h3.317V10.69c0-1.4.26-2.738 1.978-2.738 1.699 0 1.719 1.579 1.719 2.817v5.195h3.316v.02zM.26 5.315L3.577 5.315 3.577 15.984.26 15.984zM1.918 0C.86 0 0 .86 0 1.918c0 1.06.86 1.938 1.918 1.938 1.06 0 1.918-.879 1.918-1.938S2.977 0 1.918 0z' transform='translate(8 8)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.professional__soc-link.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='32' height='32' fill='%23F1F2F3' rx='2'/%3E%3Cpath fill='%238796AF' fill-rule='nonzero' d='M14.4 17.031H12.42c-.32 0-.42-.12-.42-.42v-2.417c0-.32.12-.42.42-.42H14.4v-1.758c0-.8.14-1.558.539-2.258.42-.719 1.019-1.199 1.778-1.478.5-.18 1-.26 1.539-.26h1.958c.28 0 .4.12.4.4v2.277c0 .28-.12.4-.4.4-.54 0-1.08 0-1.619.02-.539 0-.819.26-.819.82-.02.599 0 1.178 0 1.797h2.318c.32 0 .44.12.44.44v2.418c0 .32-.1.42-.44.42h-2.318v6.513c0 .34-.1.46-.46.46H14.82c-.3 0-.42-.12-.42-.42V17.03z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.services-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 0 10px 0;
}

.services {
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .services {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .services {
    width: 33.33%;
  }
}

.services__wrap {
  width: 100%;
  min-height: 300px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 14px 30px 24px;
  box-shadow: 0 8px 16px -8px rgba(50, 50, 93, 0.25);
}

.services__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #2e4dab;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}

.services__title:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background-color: #de4437;
  bottom: 0;
  left: 0;
}

.services__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.services__item {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.13px;
  color: #8796af;
  margin-bottom: 4px;
}

.services__item:last-child {
  margin-bottom: 0;
}

.tabs {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.tabs__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 37px;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 2px;
}

.tabs__head li {
  border-radius: 20px;
  background-color: #FFFFFF;
  width: 33.33%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.13px;
  color: #2e4dab;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.tabs__head li.active, .tabs__head li:hover {
  color: #FFFFFF;
  background-color: #de4437;
}

.tabs__content {
  display: none;
  min-height: 350px;
}

.tabs__content.active {
  display: block;
}

.tabs__info {
  font-family: Roboto;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #8796af;
}

.tabs__info:last-child {
  margin-bottom: 0;
}

.main-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 10px 36px 10px;
}

@media screen and (min-width: 375px) {
  .main-title {
    margin: 0 10px;
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .main-title {
    margin: 0 10px;
    font-size: 48px;
    margin-bottom: 25px;
  }
}

.main-info {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 33px;
}

@media screen and (min-width: 768px) {
  .main-info {
    font-size: 24px;
    margin-bottom: 80px;
  }
}

.section-title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.36px;
  color: #2d2d43;
}

@media screen and (min-width: 375px) {
  .section-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}

.section-title_upper {
  text-transform: uppercase;
}

.section-title_white {
  color: #FFFFFF;
}

.section-subtitle {
  font-size: 12px;
  letter-spacing: 0.13px;
  color: #2d2d43;
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (min-width: 375px) {
  .section-subtitle {
    font-size: 14px;
  }
}

.title-wrap {
  position: relative;
  padding-left: 65px;
}

@media screen and (min-width: 1024px) {
  .title-wrap {
    padding-left: 0;
  }
}

.title-wrap .section-title {
  position: relative;
  z-index: 2;
}

.title-wrap:before {
  position: absolute;
  content: '';
  width: 130px;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='131' viewBox='0 0 130 131'%3E%3Cpath fill-opacity='.1' fill-rule='evenodd' d='M2 126.195c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zM2 113.175c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm-13-12.019c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm-126 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zM2 88.136c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm126 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm-113 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003 0 1.107-.895 2.003-2 2.003s-2-.896-2-2.003c0-1.106.895-2.003 2-2.003zM40 76.118c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm25 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-63 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm13 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm12 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm101 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-50 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm12 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm13 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm12 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-63 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm76-13.02c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-63 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-50 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm25 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-38 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm113 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-88 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm51 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-26 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm38 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm13 0c1.105 0 2 .896 2 2.003 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003c0-1.107.895-2.003 2-2.003zm-88-13.02c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm100 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm-88 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm38 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm50 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm-126 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm88 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm13 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm-63 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm12 0c1.105 0 2 .896 2 2.002 0 1.107-.895 2.004-2 2.004s-2-.897-2-2.004c0-1.106.895-2.003 2-2.003zm-37-12.02c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm100 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm-88 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm38 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm50 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm-126 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm88 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm-63 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zM2 25.039c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm50 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm-37 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm100 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm-88 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm38 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm50 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm-38 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm13 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zm-63 0c1.105 0 2 .898 2 2.004 0 1.106-.895 2.003-2 2.003s-2-.897-2-2.003.895-2.003 2-2.003zM52 13.02c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm76 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm-88 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm25 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm25 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm-88 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm101 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm-88 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm88 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zm-37 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003.895-2.003 2-2.003zM2 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S.895 0 2 0zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S13.895 0 15 0zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S25.895 0 27 0zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S38.895 0 40 0zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S50.895 0 52 0zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S63.895 0 65 0zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S76.895 0 78 0zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S88.895 0 90 0zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S101.895 0 103 0zm12 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S113.895 0 115 0zm13 0c1.105 0 2 .897 2 2.003s-.895 2.003-2 2.003-2-.897-2-2.003S126.895 0 128 0z'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 1024px) {
  .title-wrap:before {
    left: -65px;
  }
}

.footer-subtitle {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.11px;
  color: #8796af;
  font-weight: 400;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .footer-subtitle {
    margin-bottom: 0;
  }
}

.error-title {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.error-subtitle {
  color: #FFFFFF;
  font-family: Roboto;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .error-subtitle {
    margin-bottom: 80px;
  }
}

.value-margin {
  width: 106%;
}

@media screen and (min-width: 768px) {
  .value-margin {
    margin: 0 -50px;
  }
}

.value-wrap {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #e8f4fd;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 2;
  padding: 97px 0 32px;
  position: relative;
}

.value-wrap:before {
  position: absolute;
  content: '';
  width: 200vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 1;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .value-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 128px 0 80px;
  }
}

.value {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}

@media screen and (min-width: 768px) {
  .value {
    width: 50%;
    padding: 16px 50px;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .value {
    width: 33.33% !important;
  }
}

.value:nth-child(3) {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .value:nth-child(3) {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .value:nth-child(3) {
    width: 33.35% !important;
  }
}

@media screen and (min-width: 768px) {
  .value:nth-child(2) {
    width: 51%;
  }
}

.value__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 220px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .value__wrap {
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.value__img {
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
}

.value__img img {
  width: 100%;
  height: 100%;
}

.value__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #2e4dab;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .value__title {
    text-align: left;
  }
}

.value__descr {
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  line-height: 1.29;
  letter-spacing: 0.13px;
  color: #8796af;
}

@media screen and (min-width: 768px) {
  .value__descr {
    text-align: left;
  }
}

.value-logo {
  width: 207px;
  height: 220px;
  margin-bottom: 32px;
  z-index: 2;
}

.value-logo img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .value-logo {
    position: absolute;
    width: 280px;
    height: 300px;
    top: -150px;
    right: 20px;
    margin-bottom: 0;
  }
}

.work-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 1900px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .work-wrap {
    height: 950px;
  }
}

@media screen and (min-width: 1300px) {
  .work-wrap {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: 520px;
  }
}

.work-line {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .work-line {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1300px) {
  .work-line {
    width: 44%;
  }
}

.work-line:nth-child(1) {
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .work-line:nth-child(1) {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 1300px) {
  .work-line:nth-child(1) {
    margin-left: auto;
    margin-right: 10px;
    position: relative;
  }
}

.work-line:nth-child(2) {
  top: 462px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .work-line:nth-child(2) {
    -webkit-box-pack: start;
    justify-content: flex-start;
    top: 232px;
  }
}

@media screen and (min-width: 1300px) {
  .work-line:nth-child(2) {
    position: relative;
    top: auto;
    left: auto;
  }
}

.work-line:nth-child(3) {
  top: 924px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .work-line:nth-child(3) {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    top: 464px;
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 1300px) {
  .work-line:nth-child(3) {
    top: 233px;
    left: auto;
    right: auto;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .work-line:nth-child(3) .work:nth-child(1) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.work-line:nth-child(4) {
  top: 1386px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .work-line:nth-child(4) {
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    top: 696px;
  }
}

@media screen and (min-width: 1300px) {
  .work-line:nth-child(4) {
    top: 233px;
    left: auto;
    right: 136px;
  }
}

@media screen and (min-width: 768px) {
  .work-line:nth-child(4) .work:nth-child(1) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.work {
  width: 262px;
  height: 303px;
  background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0% 0% / cover;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 26%, 50% 0, 100% 26%, 100% 74%, 50% 100%, 0% 74%);
  clip-path: polygon(0% 26%, 50% 0, 100% 26%, 100% 74%, 50% 100%, 0% 74%);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .work {
    margin: 0;
  }
}

.work:nth-child(2n+1) {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .work:nth-child(2n+1) {
    margin-right: 10px;
  }
}

.work:nth-child(2n) {
  margin-left: auto;
  position: absolute;
  top: 231px;
  right: -133px;
}

@media screen and (min-width: 768px) {
  .work:nth-child(2n) {
    position: relative;
    margin-left: 0;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.work img {
  width: 100%;
  height: 100%;
}

.work_img {
  background-color: transparent;
  padding: 0;
}

.work__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .work__title {
    font-size: 16px;
  }
}

.work__descr {
  font-size: 12px;
  line-height: 1.43;
  letter-spacing: 0.13px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .work__descr {
    font-size: 14px;
  }
}

.error-img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .error-img {
    max-width: 360px;
    margin-bottom: 32px;
  }
}

.error-img img {
  width: 100%;
}

.wave {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  padding: 135px 0 150px;
}

.main-section .abs-wave {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  width: 110%;
  left: -5%;
  right: -5%;
}

@media screen and (min-width: 768px) {
  .main-section {
    padding: 288px 0 520px;
  }
}

@media screen and (min-width: 1360px) {
  .main-section {
    padding: 288px 0 520px;
  }
}

.main-section_error {
  padding: 83px 0;
}

@media screen and (min-width: 768px) {
  .main-section_error {
    padding: 200px 0 65px !important;
  }
}

@media screen and (min-width: 768px) {
  .main-section_error {
    padding: 203px 0 !important;
  }
}

.main-section_error .container {
  max-width: 325px;
}

@media screen and (min-width: 768px) {
  .main-section_error .container {
    max-width: 970px;
  }
}

.main-section .btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main-section .btn {
    width: 260px;
  }
}

.main-section .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.page-404 .main-section {
  position: relative;
  min-height: 100vh;
  color: #ffffff;
}

.page-404 .main-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 718px;
  height: 412px;
  margin-left: -359px;
  background: url(../images/404.svg) no-repeat center center transparent;
  background-size: contain;
}

@media screen and (max-height: 780px) {
  .page-404 .main-section::after {
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .page-404 .main-section {
    padding-top: 150px;
  }
}

.page-404 .main-section h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}

.page-404 .main-section h2 small {
  display: block;
  font-size: 18px;
}

.professional-section {
  padding: 25px 0 0;
  position: relative;
}

.professional-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 54%;
  background: url(../images/bottom-white2.svg) no-repeat bottom center #f5f7fb;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .professional-section {
    padding: 75px 0 0;
  }
}

@media screen and (min-width: 1360px) {
  .professional-section {
    padding: 75px 0 0;
  }
}

.professional-section .abs-wave {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.professional-section .container {
  position: relative;
  z-index: 2;
}

.professional-section .title-wrap {
  margin-bottom: 42px;
}

@media screen and (min-width: 768px) {
  .professional-section .title-wrap {
    margin-bottom: 108px;
  }
}

.value-section {
  padding: 184px 0 32px;
  background-color: #f5f7fb;
}

@media screen and (min-width: 768px) {
  .value-section {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1024px) {
  .value-section {
    padding: 180px 0 80px;
  }
}

.value-section .title-wrap {
  z-index: 3;
  position: relative;
  bottom: -18px;
}

@media screen and (min-width: 768px) {
  .value-section .title-wrap {
    bottom: -23px;
  }
}

.activity-section {
  padding: 50px 0;
  background-color: #f5f7fb;
}

.activity-section .title-wrap {
  margin-bottom: 55px;
}

@media screen and (min-width: 1024px) {
  .activity-section .title-wrap {
    margin-bottom: 76px;
  }
}

.activity-section .title-wrap .section-title {
  max-width: 100px;
  width: 100%;
}

@media screen and (min-width: 375px) {
  .activity-section .title-wrap .section-title {
    max-width: 140px;
  }
}

.activity-section .activity-img {
  max-width: 560px;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 80px 0 0;
}

.activity-section .activity-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .activity-section .activity-img {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .activity-section .activity-img {
    position: relative;
    left: -40px;
    margin-bottom: 0;
  }
}

.activity-section .activity-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .activity-section .activity-content {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.services-section {
  padding: 130px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .services-section {
    padding: 117px 0 80px;
  }
}

.services-section .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.services-section .title-wrap {
  width: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .services-section .title-wrap {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .services-section .title-wrap {
    margin-bottom: 110px;
  }
}

.services-section .title-wrap:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cpath fill='%23FFF' fill-opacity='.1' fill-rule='evenodd' d='M2 126c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 113c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-13-12c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 101c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 88c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm126 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM15 88c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM40 76c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm25 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 76c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm101 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-50 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-63 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm76-13c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-63 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-50 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm25 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 63c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm113 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm51 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-26 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm38 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM15 50c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm100 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm38 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm50 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 50c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-63 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM15 38c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm100 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm38 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm50 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 38c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-63 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 25c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm50 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-37 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm100 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm38 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm50 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-38 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-63 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12-12c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm76 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm25 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm25 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 13c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm101 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm88 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm-37 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zM2 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm12 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2zm13 0c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2z'/%3E%3C/svg%3E%0A");
}

.hiwork-section {
  background-color: #ffffff;
  position: relative;
  padding: 80px 0 50px;
}

.hiwork-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 99%;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/bottom-white.svg") no-repeat top center #f5f7fb;
  background-size: 100% auto;
}

.page-app-wrapper .hiwork-section::after {
  height: 66%;
}

.hiwork-section .container {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .hiwork-section {
    padding: 80px 0;
  }
}

.hiwork-section .container {
  max-width: 380px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hiwork-section .container {
    max-width: 700px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1300px) {
  .hiwork-section .container {
    max-width: 1250px;
  }
}

.hiwork-section .title-wrap {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .hiwork-section .title-wrap {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1440px) {
  .hiwork-section .title-wrap {
    margin-bottom: 114px;
  }
}

.order-section {
  padding: 20vw 0 48px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media screen and (min-width: 1440px) {
  .order-section {
    padding: 280px 0 130px;
  }
}

@media screen and (min-width: 1920px) {
  .order-section {
    padding: 380px 0 130px;
  }
}

.order-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
  background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
  opacity: 0.99;
}

.order-section .map {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .order-section .map {
    margin-bottom: 50px;
  }
}

.order-section .map img {
  width: 100%;
  height: 100%;
}

.order-section .wave {
  height: 14vw;
}

.order-section .order-content {
  margin-bottom: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .order-section .order-content {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.order-section .about-wrap {
  width: 100%;
}

.order-section .about-paragraph {
  font-family: Roboto;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 20px;
}

.order-section .about-paragraph:last-child {
  margin-bottom: 0;
}


/*  My */


#country_label {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 14px;
  /*position:absolute;*/
  padding-bottom: 13px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#country {
  z-index: 1 !important;
  color: #4a4a4a !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  width: 100% !important;
  border-bottom: 1px solid #d4e1f4 !important;
  padding: 12px 0 !important;
}

.main-form__label {
  bottom: 30px;
}

.main-form__label.ta {
  bottom: 68px;
}


.main-form__input, .main-form__textarea {
  color: #4a4a4a;
  font-weight: 500;
}


.select2-results__option, .select2-selection__rendered {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
}


.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #d4e1f4;
  border-radius: 0px;
}

.select2-search--dropdown .select2-search__field {
  color: #4a4a4a !important;
  font-family: Roboto !important;
  font-size: 14px !important;
}


.main-form__field.error #country_label {
  color: #e05f5f;
}

/* Spinner */
.lds-hourglass {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 190px;
  bottom: 1px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  opacity: 0.5;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid rgb(126, 113, 113);
  border-color: rgb(126, 113, 113) transparent rgb(126, 113, 113) transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

/* Spinner END */

.info-message {
  width: 100%;
  height: 14px;
  z-index: 9999999;
  margin-top: 10px;
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.71;
  letter-spacing: 1.0px;
}

.success-response {
  color: rgb(0, 128, 85);
}

.error-response {
  color: red;
}


#agile-pro-services-list {
  font-family: Roboto;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 20px;
}

#agile-pro-services-list li {
  list-style-type: circle !important;
  margin-left: 20px;
}

.page-privacy-wrapper#main-wrapper {
  background-color: #F5F7FB;
}

.page-privacy-wrapper footer {
  background-color: #ffffff;
}

.privacy-policy .container {
  padding: 30px 15px;
}

.privacy-policy p, .privacy-policy h4 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .privacy-policy .container {
    position: relative;
    margin-top: -435px;
  }
}

.privacy-policy .container {
  background-color: #ffffff;
}

.privacy-policy p {
  margin-bottom: 20px;
}

#write-to-us {
  text-align: center;
  padding: 80px 0;
}

.btn-write-to-us {
  color: #ffffff;
  display: inline-block;
  padding: 24px 100px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(85, 96, 133) 0%, rgb(77, 137, 144) 30%, rgb(61, 158, 144) 69%, rgb(130, 232, 203) 100%) 0 0 / cover;
}

.btn-write-to-us span {
  display: block;
  text-align: center;
}

.btn-write-to-us span:first-child {
  position: relative;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}

.btn-write-to-us span:first-child::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #ffffff;
  bottom: -15px;
  left: 50%;
  margin-left: -40px;
}

.btn-write-to-us span:last-child {
  font-size: 16px;
  font-weight: normal;
}
