@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("../fonts/Gilroy Medium"), local("../fonts/Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: local("../fonts/Gilroy SemiBold"), local("../fonts/Gilroy-SemiBold"), url("Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("../fonts/Gilroy Bold"), local("../fonts/Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

html {
  box-sizing: border-box;
}

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

img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type="button"] {
  width: auto;
  overflow: visible;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
  background: linear-gradient(0deg, #000000, #000000), radial-gradient(50% 50% at 50% 50%, #274A62 0%, #142B3A 46.87%, #010101 100%);
  position: relative;
}

body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(5, 5, 5, 0.54);
  backdrop-filter: blur(15px);
  opacity: 0;
}

body.active:after {
  opacity: 1;
  z-index: 2;
}

ul,
li {
  display: block;
}

.container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

button:active,
:focus,
:hover {
  border: none;
  border-color: transparent;
}

a,
button {
  transition: all 0.3s ease;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0;
}

input,
textarea {
  display: block;
  outline: none;
  transition: all 0.3s ease;
  padding: 0;
  resize: none;
  font-family: "Be Vietnam Pro", sans-serif;
  border: none;
}

img {
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #ffffff;
  font-weight: 700;
}

h1 {
  font-size: 190px;
  line-height: 240px;
  text-transform: capitalize;
}

h2 {
  font-size: 50px;
  line-height: 130%;
  text-align: center;
}

.btn-default {
  max-width: 193px;
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3ab0ff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
  margin: 0 auto;
}

.btn-default:hover {
  box-shadow: 0px 20px 40px rgba(0, 174, 239, 0.45);
}

.modal {
  max-width: 641px;
  width: 100%;
  background: #272b2e;
  border-radius: 6px;
  padding: 50px 50px 60px;
  display: none;
}

.modal .fancybox-button {
  width: 40px;
  height: 40px;
  opacity: 1;
  color: #D1D3D4;
}

.modal .fancybox-close-small {
  padding: 0;
  right: 50px;
  top: 20px;
}

.modal .fancybox-close-small path {
  width: 20px;
  height: 20px;
}

.modal h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 20px;
}

.modal form {
  max-width: 541px;
  width: 100%;
  margin: 0 auto;
}

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

.modal__input {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 6px;
  padding: 21px 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #272b2e;
}

.modal__input_gray {
  background: #D1D3D4;
}

.modal__input::placeholder {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #272b2e;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  max-width: 522px;
  width: 100%;
  height: auto;
  background: #272b2e;
  border-radius: 6px;
  padding: 50px 50px 70px;
  transition: all 1s ease;
  text-align: center;
}

.menu.active {
  opacity: 1;
  visibility: visible;
}

.menu-close {
  text-align: right;
  margin-bottom: 10px;
}

.menu-close svg {
  cursor: pointer;
}

.menu-logo img {
  max-width: 154px;
  width: 100%;
  height: 109px;
  display: block;
  margin: 0 auto 40px;
}

.menu ul li {
  margin-bottom: 20px;
}

.menu ul li:last-child {
  margin-bottom: 0;
}

.menu ul li a {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #ffffff;
}

.menu-contacts {
  margin: 40px 0;
}

.menu-contacts span {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  display: block;
}

.menu-contacts a {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.menu-contacts p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-top: 5px;
}

.header {
  position: relative;
  padding: 130px 0 150px 0;
  overflow: hidden;
}

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

.header-bg video {
  object-fit: cover !important;
}

.header__wrapper {
  display: flex;
  align-items: center;
}

.header__wrapper .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header__wrapper .logo img {
  max-width: 189px;
  width: 100%;
  height: 133px;
}

.header__wrapper .hamburger {
  cursor: pointer;
}

.header__main {
  margin-top: 78px;
  text-align: center;
}

.header__main p {
  margin: 70px auto 60px;
  max-width: 740px;
  width: 100%;
}

.peculiarities {
  padding: 100px 0;
  position: relative;
}

.peculiarities-bg {
  position: absolute;
  left: 0;
  top: 385px;
  z-index: 1;
  width: 100%;
}

.peculiarities__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-left: -10px;
  margin-right: -10px;
}

.peculiarities__card {
  background: #272b2e;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 45px;
  text-align: center;
  max-width: 390px;
  width: 100%;
  margin: 0 10px;
  transition: all 0.3s ease;
  position: relative;
  margin-top: 25px;
}

.peculiarities__card span {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-top: 10px;
  opacity: 1;
  max-width: 270px;
  width: 100%;
}

.peculiarities__card img {
  opacity: 1;
}

.peculiarities__card:hover {
  background: #4eabe9;
}

.peculiarities__card:hover .peculiarities__overlay {
  opacity: 1;
}

.peculiarities__card:hover .peculiarities__overlay span {
  opacity: 1;
}

.peculiarities__card:hover span {
  opacity: 0;
  max-width: 100%;
}

.peculiarities__card:hover img {
  opacity: 0;
}

.peculiarities__overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.peculiarities__overlay span {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 100%;
}

.peculiarities__overlay p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #010101;
}

.process {
  padding: 100px 0;
  background: #101518;
  position: relative;
}

.process-bg {
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 0;
  display: none;
}

.process__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  margin: 80px 0 50px 0;
}

.process__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 288px;
  width: 100%;
  margin: 0 10px;
}

.process__item span {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  display: block;
  margin: 20px 0 10px 0;
}

.process__number {
  width: 66px;
  height: 66px;
  background: rgba(78, 171, 233, 0.56);
  border-radius: 4.95px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}

.process__content {
  text-align: center;
}

.process__content p {
  margin-bottom: 20px;
}

.process__content p span {
  color: #3ab0ff;
}

.process__content p:last-child {
  margin-bottom: 0px;
}

.process__content a {
  margin-top: 60px;
}

.work {
  padding: 100px 0;
  text-align: center;
}

.work__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

.work__item {
  max-width: 396px;
  width: 100%;
  margin-bottom: 30px;
}

.work__item:last-child {
  max-width: 100%;
}

.work__note {
  font-weight: 700;
  margin: 30px 0 30px 0;
}

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

.work__tab {
  max-width: 134px;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #272b2e;
  border-radius: 6px;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}

.work__tab:hover {
  background: #33698d;
}

.work__tab.active {
  background: #33698d;
}

.work__content {
  margin: 50px 0 60px 0;
  display: none;
}

.work__content.active {
  display: block;
}

.work__content_name {
  color: #3ab0ff;
  font-weight: 700;
}

.work__content p {
  margin: 20px 0 30px 0;
}

.work__content_img {
  max-width: 1210px;
  width: 100%;
  height: 668px;
  position: relative;
}

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

.work__content_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.about {
  padding: 110px 0 200px 0;
  position: relative;
}

.about-bg {
  position: absolute;
  width: 100%;
}

.about-bg__top {
  top: -240px;
}

.about-bg__bottom {
  bottom: -300px;
}

.about__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about__title {
  max-width: 595px;
  width: 100%;
  text-align: center;
  margin-right: 15px;
  font-weight: 400;
  font-size: 45px;
  line-height: 57px;
  color: #d1d3d4;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 10px 0;
}

.about__title:hover {
  color: #ffffff;
  background: #33698d;
  border-radius: 6px;
}

.about__title.active {
  color: #ffffff;
  background: #33698d;
  border-radius: 6px;
}

.about__title:last-child {
  margin-right: 0;
}

.about__content {
  margin-top: 80px;
  display: none;
}

.about__content.active {
  display: block;
}

.about__describe {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 70px;
  text-align: center;
}

.about__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

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

.about__name {
  max-width: 287px;
  width: 100%;
  background: #272b2e;
  border-radius: 6px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-right: 20px;
}

.about__name img {
  margin-bottom: 15px;
}

.about__text {
  padding: 20px;
  text-align: center;
  background: #272b2e;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer {
  padding: 77px 0 24px 0;
  background: #272b2e;
  position: relative;
  z-index: 2;
}

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

.footer__main a img {
  max-width: 189px;
  width: 100%;
  height: 133px;
  margin-bottom: 31px;
}

.footer__contacts {
  max-width: 414px;
  width: 100%;
  text-align: center;
}

.footer__contacts span {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 28px;
  display: block;
}

.footer__contacts ul li {
  margin-bottom: 5px;
}

.footer__contacts ul li:last-child {
  margin-bottom: 0;
}

.footer__contacts ul li a {
  color: #ffffff;
}

.footer__links {
  max-width: 290px;
  width: 100%;
  text-align: center;
}

.footer__links span {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 23px;
  display: block;
}

.footer__links ul li {
  margin-bottom: 5px;
}

.footer__links ul li:last-child {
  margin-bottom: 0;
}

.footer__links ul li a {
  color: #ffffff;
}

.footer__credits {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  padding-top: 23px;
  margin-top: 57px;
  border-top: 1px solid #ffffff;
}

.arrow-up {
  background: #272b2e;
  box-shadow: 0px 20px 40px rgba(0, 174, 239, 0.45);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: fixed;
  right: 5%;
  bottom: 5%;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
}

.arrow-up:hover {
  background: #4eabe9;
}

.arrow-up.show {
  opacity: 1;
}

.arrow-up svg {
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 1366px) {
  h1 {
    font-size: 180px;
    line-height: 228px;
  }
}

@media screen and (max-width: 1240px) {
  .container {
    max-width: 1160px;
  }
  .peculiarities__card {
    max-width: 370px;
  }
  .peculiarities__overlay {
    padding: 20px 10px;
  }
  .peculiarities-bg {
    display: none;
  }
  .process-bg {
    display: block;
    width: 100%;
    top: -132px;
  }
  .work__item {
    max-width: 376px;
  }
  .about-bg__top {
    top: -88px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .header {
    padding: 117px 0 146px 0;
  }
  .header__wrapper .logo img {
    max-width: 129px;
    height: 91px;
    object-fit: contain;
  }
  h1 {
    font-size: 140px;
    line-height: 120%;
  }
  .peculiarities__wrapper {
    margin-top: 64px;
    margin-left: 0;
    margin-right: 0;
  }
  .peculiarities__card {
    padding: 37px 28px;
    max-width: 100%;
    width: 49%;
    margin: 0;
    margin-top: 16px;
  }
  .work__item {
    width: 49%;
  }
  .work__note {
    margin-top: 50px;
  }
  .work__tab {
    width: 78px;
  }
  .work__content_img {
    height: auto;
  }
  .work__content_img a {
    display: block;
  }
  .about__main {
    flex-direction: column;
  }
  .about__title {
    margin-bottom: 16px;
    margin-right: 0;
    max-width: 100%;
  }
  .about__title:last-child {
    margin-bottom: 0;
  }
  .about__describe {
    margin-bottom: 60px;
  }
  .about__name {
    max-width: 170px;
    padding: 12px;
  }
  .about__text {
    padding: 13px 20px;
  }
  .about {
    padding-bottom: 187px;
  }
  .about-bg__bottom {
    bottom: -100px;
  }
  .footer__main {
    max-width: 170px;
    width: 100%;
  }
  .footer__main a img {
    max-width: 166px;
    object-fit: contain;
    height: 117px;
  }
  .peculiarities__card span {
    max-width: 220px;
    width: 100%;
  }
  .peculiarities__overlay span {
    max-width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px;
  }
  .process-bg {
    display: block;
    width: 100%;
    top: 118px;
  }
  .about-bg__top {
    top: -220px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 500px;
  }
  .peculiarities__card span {
    max-width: 135px;
  }
  .peculiarities__overlay span {
    max-width: 100%;
  }
  .header {
    padding: 85px 0 50px 0;
  }
  .header__main {
    margin-top: 100px;
  }
  h1 {
    font-size: 115px;
    line-height: 120%;
  }
  .header__main p {
    font-size: 14px;
    line-height: 130%;
    margin-top: 35px;
  }
  .peculiarities {
    padding: 50px 0;
  }
  h2 {
    font-size: 45px;
    line-height: 130%;
  }
  .peculiarities__wrapper {
    margin-top: 40px;
  }
  .peculiarities__card {
    padding: 60px 20px;
    margin-top: 10px;
  }
  .peculiarities__card span {
    font-size: 20px;
    line-height: 130%;
  }
  .peculiarities__overlay p {
    font-size: 14px;
    line-height: 130%;
  }
  .process {
    padding: 50px 0;
  }
  .process__wrapper {
    margin: 60px 0 40px 0;
    flex-wrap: wrap;
  }
  .process__item {
    margin: 0;
    width: 49%;
    margin-bottom: 30px;
  }
  .process__item span {
    margin-top: 10px;
  }
  .process__content p {
    margin-bottom: 15px;
  }
  .process__content a {
    margin-top: 50px;
  }
  .process-bg {
    top: auto;
    bottom: -130px;
  }
  .work {
    padding: 50px 0;
  }
  .work__wrapper {
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .work__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 130%;
  }
  .work__item:last-child {
    margin-bottom: 0;
  }
  .work__note {
    margin: 60px 0 30px 0;
  }
  .work__tab {
    width: 23%;
    margin-bottom: 18px;
  }
  .work__content {
    margin: 30px 0 50px 0;
  }
  .work__content p {
    margin: 20px 0 40px 0;
    font-size: 14px;
    line-height: 130%;
  }
  .about {
    padding: 50px 0 100px 0;
  }
  .about__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 130%;
  }
  .about__content {
    margin-top: 50px;
  }
  .about__describe {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 130%;
  }
  .about__name img {
    margin-bottom: 10px;
  }
  .about__text {
    font-size: 14px;
    line-height: 130%;
    padding: 10px 20px;
    display: none;
  }
  .about__row {
    flex-direction: column;
  }
  .about__name {
    max-width: 100%;
    font-size: 20px;
    line-height: 130%;
    margin-right: 0;
    transition: color 0.3s ease;
  }
  .about__name.active span {
    color: #3ab0ff;
  }
  .about-bg__top {
    top: -113px;
  }
  .footer {
    padding: 60px 0 20px 0;
  }
  .footer__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__contacts {
    width: 49%;
    max-width: 100%;
  }
  .footer__links {
    width: 49%;
    max-width: 100%;
  }
  .footer__main {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer__contacts span,
  .footer__links span {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 130%;
  }
  .footer__contacts ul li,
  .footer__links ul li {
    font-size: 14px;
    line-height: 130%;
  }
  .footer__credits {
    padding-top: 20px;
    margin-top: 50px;
    font-size: 15px;
  }
  .menu {
    padding: 26px 20px;
    max-width: 100%;
    width: 85%;
  }
  .menu-logo img {
    max-width: 129px;
    height: auto;
    margin-bottom: 30px;
  }
  .menu ul li a {
    font-size: 20px;
    line-height: 130%;
  }
  .menu-contacts {
    margin: 30px 0;
  }
  .menu-contacts span {
    font-size: 20px;
  }
  .menu-contacts a,
  .menu-contacts p {
    font-size: 14px;
    line-height: 130%;
  }
  .menu-contacts span {
    margin-bottom: 25px;
  }
  .arrow-up svg {
    top: 15px;
    width: 20px;
    height: 30px;
  }
  .arrow-up {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 575.98px) {
  .container {
    width: 96%;
  }
  .process-bg {
    bottom: -70px;
  }
  .about-bg__top {
    top: -40px;
  }
  .modal {
    padding: 50px 20px 60px;
  }
  .modal .fancybox-close-small {
    right: 15px;
  }
}
/*# sourceMappingURL=main.css.map */