/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "roboto";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/about_fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/about_fonts/Roboto-Regular.woff") format("woff"); }

@font-face {
  font-family: "roboto";
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/about_fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/about_fonts/Roboto-Medium.woff") format("woff"); }

@font-face {
  font-family: "Muller";
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/about_fonts/MullerExtraBold.woff2") format("woff2"), url("../../fonts/about_fonts/MullerExtraBold.woff") format("woff"); }


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }
  
body {
  font-family: "roboto", "Arial", Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  text-align: left;
  background-color: #ffffff; }

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

.switcher__toggle a {
  text-decoration: none;
  color: #333333; }

.switcher__language--active a {
  color: #FF851E;
  font-weight: bold; }

.switcher__language--disactive a {
  color: #333333;
  font-weight: 400; }

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 72px;
  color: #707070;
  background-color: #EDEEF2; }

.page-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 15px 0;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-header__item {
  padding: 0 15px; }

.page-header__logo-link img {
  display: block; }

.page-header__switcher {
  display: none; }

@media (max-width: 1023px) {
  .page-header__wrapper {
    max-width: 1023px; } }

@media (max-width: 767px) {
  .page-header__wrapper {
    max-width: 767px;
    padding: 0 16px;
    margin: 16px auto;
    margin-bottom: 13px; }
  .page-header__logo {
    margin-left: 0; }
  .page-header__logo-link img {
    width: 82px;
    height: 55px; }
  .page-header__nav-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .page-header__language {
    display: none; }
  .page-header__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0;
    padding-top: 5px; } }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-nav__toggle {
  display: none; }

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 210px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.main-nav__item a {
  font-family: "roboto";
  font-size: 16px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .main-nav__item a:hover {
    color: #FF851E; }
  .main-nav__item a:active {
    color: #FF851E;
    opacity: 0.5; }

.main-nav__item {
  padding: 0 30px; }

@media (max-width: 1023px) {
  .main-nav__list {
    min-width: 200px; }
  .main-nav__item {
    padding: 0 10px; } }

@media (max-width: 767px) {
  .main-nav__list {
    min-width: 100px; }
  .main-nav__toggle {
    display: block;
    position: relative;
    margin-top: 5px;
    width: 23px;
    height: 15px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
    .main-nav__toggle:hover {
      -webkit-transform: scale(1.3);
              transform: scale(1.3); }
  .main-nav__toggle::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #333333;
    -webkit-box-shadow: 0 5px 0 0 #333333, 0 10px 0 0 #333333;
            box-shadow: 0 5px 0 0 #333333, 0 10px 0 0 #333333; }
  .main-nav {
    position: relative; }
  .main-nav__list {
    z-index: 3;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 10px 5px;
    top: 120%;
    left: -135px;
    -webkit-box-shadow: 4px 0px 31px #E5E0FF;
            box-shadow: 4px 0px 31px #E5E0FF;
    border-radius: 10px;
    background-color: #ffffff; }
  .main-nav__item {
    padding: 10px;
    text-align: center; }
  .main-nav--closed .main-nav__list {
    display: none; }
  .main-nav--nojs .main-nav__toggle {
    display: none; } }

.language {
  position: relative; }

.language__title {
  display: block;
  position: relative; }

.language__title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333333;
  top: 40%;
  right: 0;
  -webkit-transition: border-top 0.5s;
  transition: border-top 0.5s;
  cursor: pointer; }

.language__title:hover:after {
  border-top: 5px solid #FF851E; }

.language__title:hover .language__list {
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

.language__link {
  display: block;
  padding-right: 17px;
  text-decoration: none;
  color: #333333;
  outline: none;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear; }
  .language__link:hover {
    color: #FF851E; }
  .language__link:active {
    color: #FF851E;
    opacity: 0.5; }

.language__list {
  list-style: none;
  position: absolute;
  top: 50%;
  left: -7px;
  min-width: 100px;
  border-radius: 10px;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 0px 31px #E5E0FF;
          box-shadow: 4px 0px 31px #E5E0FF; }

.language__item {
  padding-top: 10px;
 }

.language__item:last-child {
  padding-bottom: 10px; }

.language__item a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .language__item a:hover {
    color: #FF851E; }
  .language__item a:active {
    color: #FF851E;
    opacity: 0.5; }

@media (max-width: 767px) {
  .language {
    margin-left: auto; } }

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  width: 68px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.social__link path {
  fill: #333333;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s; }

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social__link:hover path {
    fill: #FF851E; }
  .social__link:active path {
    fill: #FF851E;
    opacity: 0.5; }

@media (max-width: 1023px) {
  .social__list {
    width: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 767px) {
  .social__list {
    display: none; } }

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }

.team h1 {
  margin: 0;
  padding: 0;
  padding-left: 37px;
  margin-top: 42px;
  margin-bottom: 60px;
  font-family: "Muller", "Verdana", Sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 59px; }

.team__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(313px, 1fr));
  grid-template-rows: repeat(auto-fit, 380px);
  grid-gap: 0;
  padding-bottom: 103px; }

.team__item {
  width: auto;
  min-height: 380px;
  position: relative; }

.team__img {
  display: block;
  margin: 0 auto;
  width: 233px;
  height: 233px;
  overflow: hidden;
  width: 209px;
  height: 209px;
  border: 12px solid transparent;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), radial-gradient(circle at 50% 80%, #FF851E 0%, #5F2697 100%);
  background-image: linear-gradient(white, white), radial-gradient(circle at 50% 80%, #FF851E 0%, #5F2697 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  cursor: pointer; }

.team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  display: block;
  margin: 0 auto;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  border-radius: 50%; }
  .team__img img:hover {
    cursor: pointer;
    -webkit-filter: saturate(100%);
            filter: saturate(100%); }

.team__img--female {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), radial-gradient(circle at 50% 80%, #5F2697 0%, #FF851E 100%);
  background-image: linear-gradient(white, white), radial-gradient(circle at 50% 80%, #5F2697 0%, #FF851E 100%); }

.team__item h2 {
  margin: 0;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 0;
  font-size: 24px;
  line-height: 144%;
  font-weight: 500;
  text-align: center; }

.team__item p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #828282;
  text-align: center; }

.team__img img.active {
  cursor: pointer;
  -webkit-filter: saturate(100%);
          filter: saturate(100%); }

@media (max-width: 1023px) {
  .team {
    margin: 24px auto; }
  .team__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(auto-fit, 350px);
    margin-left: 3vw;
    margin-right: 3vw;
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .team {
    margin-top: 12px; }
  .team__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(auto-fit, 335px);
    padding-bottom: 76px; }
  .team__item {
    min-height: 335px; }
  .team h1 {
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 10px 10px;
    font-family: "SangBleu Sunrise", "Verdana", Sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold; }
  .team__item h2 {
    margin: 0 auto;
    margin-top: 10px;
    padding: 8px 10px; }
  .team__item p {
    margin: 0 auto;
    line-height: 20px;
    padding: 0px 10px; } }

.form {
  padding: 0 15px; }

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 30px 56px;
  max-width: 1017px;
  -webkit-box-shadow: 4px 0px 31px #E5E0FF;
          box-shadow: 4px 0px 31px #E5E0FF;
  border-radius: 10px;
  background-color: #fff;
  margin-top: -120px; }

.form__intro {
  color: #333333; }

.form h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 181.5%;
  font-weight: normal; }

.form h2 span {
  font-weight: 500; }

.form p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 181.5%; }

.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 426px;
  width: 100%;
  margin-left: 10px; }

.form__mail {
  position: relative;
  max-width: 228px;
  width: 100%;
  margin-right: 5px; }

.form__button {
  position: relative;
  max-width: 40%;
  width: 100%; }

.form input[type="email"] {
  width: 100%;
  height: 40px;
  padding-top: 5px;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  outline: 0;
  font-family: "roboto", "Arial", Sans-serif;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s; }
  .form input[type="email"]:hover {
    border-bottom-color: #FF851E; }
  .form input[type="email"]:focus {
    border-bottom-color: #FF851E; }

.form__mail:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/mail.svg");
  position: absolute;
  top: 10px;
  right: 0; }

.form button {
  display: inline-block;
  padding: 15px 44px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-family: "roboto", "Arial", Sans-serif;
  font-size: 16px;
  line-height: 19px;
  border: none;
  border-radius: 30px;
  background-color: #FF851E;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .form button:hover {
    background-color: #5F2697; }
  .form button:active {
    background-color: #5F2697;
    opacity: 0.5; }

.form svg {
  position: absolute;
  top: 27px;
  left: 208px;
  cursor: pointer; }

.form svg:hover path,
.calendar:focus path {
  fill: #FF851E; }

.form svg:active path {
  fill: #FF851E;
  opacity: 0.5; }

  .popup-header{
    background: #7831AE;
    height: 170px;
    position:relative;
  }
  .popup-header-logo{
    box-sizing: border-box;
    background: #fff;
    border-radius:50%;
    padding-top:30px;
    box-shadow: 0px 0px 15px rgba(134, 118, 251, 0.71);
    position:absolute;
    top:90px;
    left:50%;
    height:160px;
    width:160px;
    text-align:center;
    margin-left:-80px;
  }
  .popup{
    vertical-align: baseline;
      background: transparent;
    border-radius:18px;
    width: 500px;
    height: 500px;
  }
  .fancybox-slide > *{
    padding:0;
    border-radius:18px;
  }
  .popup div.h2{
    font-family: "roboto", "Arial", Sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 151.19%;	
    text-align:center;
    padding-top:120px;
    text-transform:uppercase;
  }
  .popup p{
    font-family: "roboto", "Arial", Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 131.19%;
    text-align: center;
    color: #757F8C;
    margin-top:40px;
  }

@media (max-width: 1023px) {
  .form__wrapper {
    padding: 30px 30px;
    max-width: 1017px; }
  .form h2 {
    font-size: 20px;
    text-align: center; }
  .form p {
    text-align: center; }
  .form__mail {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin-right: 5px; }
  .form button {
    display: inline-block;
    padding: 15px 14px;
    width: 100%; } }

@media (max-width: 767px) {
  .form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 12px;
    margin-top: -168px; }
  .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 426px;
    width: 100%;
    margin: 0 auto; }
  .form h2 {
    display: none; }
  .form__mail {
    position: relative;
    max-width: 228px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px; }
  .form__button {
    margin: 4px auto;
    max-width: 228px; }
  .form input[type="email"] {
    width: 100%;
    height: 40px;
    padding-top: 5px;
    border: none;
    border-bottom: 1px solid #BDBDBD;
    outline: 0;
    font-family: "roboto", "Arial", Sans-serif;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s; }
    .form input[type="email"]:hover {
      border-bottom-color: #FF851E; }
    .form input[type="email"]:focus {
      border-bottom-color: #FF851E; } }

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-top: 84px;
  min-height: 72px;
  color: #707070;
  background-color: #F9FAFE; }

.page-footer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-footer__wrapper::after{
    content: "";
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: 1px;
    width: 97.5%;
    bottom: -20px;
    left: 15px;
    border-bottom: 1px solid #868E9A;
}

.page-footer__item {
  padding: 0 15px;
}

.page-footer__logo-link img {
  display: block; }

.page-footer__language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }

 .page-footer__language .language__list {
  display: flex;
  flex-direction: column;
  top: 15%;
  padding: 0;
  font-size: 12px;
}

 .page-footer__language .language__item {
   padding: 0;
   font-size: 10x;
   margin: 0 auto;
 }

.page-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 76px;
  width: 597px;
  font-size: 13px;
  line-height: 20px;
  color: #868E9A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-footer__copyright a {
  text-decoration: none;
  color: #868E9A;
}

.page-footer__copyright a:hover {
  color: #FF851E; }

.page-footer__copyright a:active {
  color: #FF851E;
  opacity: 0.5; }

.page-footer__copyright p {
  margin: 0;
  padding: 0;
 }

@media (max-width: 1023px) {
  .page-footer__wrapper {
    max-width: 1023px; }
  }

@media (max-width: 767px) {
  .page-footer {
    position: relative;
    background-color: #EDEEF2; }
  .page-footer__wrapper {
    max-width: 767px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left; }
  .page-footer__nav-wrapper {
    margin-top: 32px; }
  .page-footer__logo img {
    width: 89px;
    height: 59px; }
  .page-footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
          width: auto;
          }
   .page-footer__language {
     margin: 0 auto;
 }

  .page-footer__wrapper::after{
    display: none;
  }

  }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-wrap: wrap; }

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  min-width: 350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-nav__item  {
  padding: 0 30px;
}

.footer-nav__item a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .footer-nav__item a:hover {
    color: #FF851E; }
  .footer-nav__item a:active {
    color: #FF851E;
    opacity: 0.5; }

.footer-nav__item span {
  display: none; }

.footer-nav__item--mobile {
  display: none; }

@media (max-width: 1023px) {
  .footer-nav__list {
    min-width: 380px; }
  .footer-nav__item span {
    display: inline; }
  .footer-nav__item  {
  padding: 0 15px;
} }

@media (max-width: 767px) {
  .footer-nav__list {
    padding: 0;
    min-width: auto;
    max-width: 300px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-nav__item {
    padding-bottom: 15px;
    margin: 0 auto;
  }}

.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  width: 112px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-social__link path {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s; }

.footer-social__link svg {
  width: 30px;
  height: 30px; }

.footer-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer-social__link:hover path {
    fill: #5F2697; }
  .footer-social__link:active path {
    fill: #5F2697;
    opacity: 0.5; }

.footer-social__item--twitter {
  display: none; }

@media (max-width: 1023px) {
  .footer-social__list {
    width: 80px;} }

@media (max-width: 767px) {
  .footer-social__list {
    margin: 40px auto;
    margin-bottom: 33px;
    padding: 0;
    width: 135px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-social__link svg {
    width: 24px;
    height: 24px; }
  .footer-social__item--twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px; } }

/*# sourceMappingURL=style.css.map */
