* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  cursor: pointer;
}

/* fonts */
@font-face {
  font-family: "Futura New";
  src: local("Futura New Book Reg"), local("Futura-New-Book-Reg"),
    url("/css/friday2020/fonts/FuturaNewBook-Reg.woff2") format("woff2"),
    url("/css/friday2020/fonts/FuturaNewBook-Reg.woff") format("woff"),
    url("/css/friday2020/fonts/FuturaNewBook-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura New";
  src: local("Futura New Demi Reg"), local("Futura-New-Demi-Reg"),
    url("/css/friday2020/fonts/FuturaNewDemi-Reg.woff2") format("woff2"),
    url("/css/friday2020/fonts/FuturaNewDemi-Reg.woff") format("woff"),
    url("/css/friday2020/fonts/FuturaNewDemi-Reg.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura New";
  src: local("Futura New Bold Reg"), local("Futura-New-Bold-Reg"),
    url("/css/friday2020/fonts/FuturaNewBold-Reg.woff2") format("woff2"),
    url("/css/friday2020/fonts/FuturaNewBold-Reg.woff") format("woff"),
    url("/css/friday2020/fonts/FuturaNewBold-Reg.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Capture it";
  font-style: normal;
  font-weight: 400;
  src: local("Capture it"), local("Captureit-Regular"),
    url("/css/friday2020/fonts/capture-it.woff") format("woff"),
    url("/css/friday2020/fonts/capture-it.ttf") format("truetype");
}
/* fonts end */

/* input */
.input {
  padding: 16px 0;
  color: #858691;
  font-family: "Futura New";
  font-weight: 400;
  font-size: 18px;
  background-color: transparent;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(247, 247, 247, 0.2);
}

.input::-webkit-input-placeholder {
  color: #858691;
}

.input::-moz-placeholder {
  color: #858691;
}

.input:-ms-input-placeholder {
  color: #858691;
}

.input::-ms-input-placeholder {
  color: #858691;
}

.input::-webkit-input-placeholder {
  color: #858691;
}

.input::-moz-placeholder {
  color: #858691;
}

.input:-ms-input-placeholder {
  color: #858691;
}

.input::placeholder {
  color: #858691;
}

.input:focus {
  border-color: #0070ba;
}

.input.is-filled {
  border-color: #fff;
}

.input.is-filled:focus {
  border-color: #0070ba;
}

@media only screen and (max-width: 599px) {
  .input {
    text-align: center;
    padding: 12px 0;
  }
}

.input--gray {
  border-color: rgb(133, 134, 145);
}

.input--primary {
  padding: 16px;
  border-bottom: 1px solid #939393;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.modal {
  padding: 55px 80px;
  max-width: 700px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal a.close-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: #0070ba;
  cursor: pointer;
}
.modal a.close-modal::after,
.modal a.close-modal::before {
  content: "";
  position: absolute;
  background-color: white;
  height: 2px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
}
.modal a.close-modal::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal a.close-modal::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-form .textarea {
  min-height: 100px;
  border: 1px solid #939393;
  font-family: "Futura New", "Arial", "Helvetica", sans-serif;
  padding: 16px;
  line-height: 1.25;
  font-size: 18px;
  width: 100%;
}
.modal__title {
  margin-bottom: 30px;
  font-family: "Futura New", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  padding-right: 40px;
}
.modal-thanks {
  text-align: center;
}
.modal-thanks .modal__title {
  padding-right: 0;
  font-size: 42px;
  margin-bottom: 24px;
}
.modal.modal-thanks a.close-modal {
  width: 60px;
  height: 60px;
}
.modal__subtitle {
  margin-bottom: 10px;
  font-family: "Futura New", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}
.not_robots {
  display: none;
}
.modal-form .form__field {
  margin-top: 24px;
}
.form__field-btn {
  margin-top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}
.form__agree {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
  color: #939393;
}
.form__agree a {
  color: inherit;
}
.form__agree a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.form__field-btn .button {
  margin-left: auto;
  margin-right: auto;
}
.drag-n-drop__text b {
  font-family: "Futura New", "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  font-weight: normal;
  color: #0070ba;
  text-decoration: underline;
}
.drag-n-drop {
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 32px;
  background: #fafafa;
  border: 1px dashed #939393;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drag-n-drop__inner {
  position: relative;
  font-size: 20px;
  color: #939393;
  padding: 38px;
  text-align: center;
  pointer-events: none;
}

.drag-n-drop .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

.drag-n-drop .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

.drag-n-drop .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

.drag-n-drop .dz-preview .dz-error-message {
  color: red;
  display: none;
}

.drag-n-drop .dz-preview.dz-error .dz-error-message,
.drag-n-drop .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.drag-n-drop .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.drag-n-drop .dz-preview .dz-error-mark,
.drag-n-drop .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

.drag-n-drop,
.drag-n-drop * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drag-n-drop.dz-clickable .dz-message,
.drag-n-drop.dz-clickable .dz-message * {
  cursor: pointer;
}

.drag-n-drop.dz-started .dz-message {
  display: none;
}

.drag-n-drop.dz-drag-hover {
  border-style: solid;
}

.drag-n-drop.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.drag-n-drop .dz-message {
  text-align: center;
  margin: 2em 0;
}

.drag-n-drop .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.drag-n-drop .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.drag-n-drop .dz-preview:hover {
  z-index: 1000;
}

.drag-n-drop .dz-preview:hover .dz-details {
  opacity: 1;
}

.drag-n-drop .dz-preview.dz-file-preview .dz-image {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    to(#ddd)
  );
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: -o-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd);
}

.drag-n-drop .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.drag-n-drop .dz-preview.dz-image-preview {
  background: white;
}

.drag-n-drop .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.drag-n-drop .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  color: #0070ba;
  margin-top: 4px;
}

.drag-n-drop .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.drag-n-drop .dz-preview:hover .dz-details {
  opacity: 1;
}

.drag-n-drop .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.drag-n-drop .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.drag-n-drop .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.drag-n-drop .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.drag-n-drop .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.drag-n-drop .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.drag-n-drop .dz-preview .dz-details .dz-filename span,
.drag-n-drop .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.drag-n-drop .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.drag-n-drop .dz-preview .dz-image {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.drag-n-drop .dz-preview .dz-image img {
  display: block;
}

.drag-n-drop .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.drag-n-drop .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.drag-n-drop .dz-preview .dz-success-mark,
.drag-n-drop .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.drag-n-drop .dz-preview .dz-success-mark svg,
.drag-n-drop .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.drag-n-drop .dz-preview .dz-error-mark svg * {
  fill: red !important;
}

.drag-n-drop .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.drag-n-drop .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.drag-n-drop .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.drag-n-drop .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.drag-n-drop .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#666),
    to(#444)
  );
  background: -webkit-linear-gradient(top, #666, #444);
  background: -o-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.drag-n-drop .dz-preview.dz-error .dz-error-message {
  display: block;
}

.drag-n-drop .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.drag-n-drop .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  top: 150px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#be2626),
    to(#a92222)
  );
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: -o-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.drag-n-drop .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.button {
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .input--primary {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 599px) {
  .input--primary {
    text-align: left;
    padding: 0 0 12px;
  }
}

.input--primary::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary:-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary::-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary:-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary::placeholder {
  opacity: 0.5;
  color: inherit;
}

.input--primary.is-filled {
  border-color: #000;
}
/* input end */

/* button */
.button {
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
}

.button__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translate(-3px, 3px);
  -ms-transform: translate(-3px, 3px);
  transform: translate(-3px, 3px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button__wrapper:before,
.button__wrapper:after {
  content: "";
  position: absolute;
}

.button__wrapper:before {
  left: 0;
  top: 5px;
  z-index: -2;
  width: 10px;
  height: 100%;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.button__wrapper:after {
  bottom: 0;
  right: 5px;
  z-index: -1;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 10px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.button__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
  padding: 9px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-family: "Futura New";
  font-weight: 500;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.0125em;
}

html.ie .button__inner {
  height: 56px;
}

@media only screen and (max-width: 599px) {
  .button__inner {
    min-height: 40px;
    font-size: 12px;
  }

  html.ie .button__inner {
    height: 40px;
  }
}

.button--white .button__inner {
  background-color: #fafafa;
  color: black;
  min-width: 255px;
}

.button--white .button__wrapper:after {
  background-color: #dbdbdb;
}

.button--white .button__wrapper:before {
  background-color: #e9e9e9;
}

.button--blue .button__inner {
  background-color: #0070ba;
  color: #ffffff;
}

.button--blue .button__wrapper:after {
  background-color: #0f5e92;
}

.button--blue .button__wrapper:before {
  background-color: #157dc2;
}

.button--blue a {
  text-decoration: none;
  color: #ffffff;
}

.button:hover .button__wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.button:active .button__wrapper {
  -webkit-transform: translate(-6px, 6px);
  -ms-transform: translate(-6px, 6px);
  transform: translate(-6px, 6px);
}

.button--wide {
  min-width: 286px;
}

.button--mob-fluid.button--mw-286 {
  max-width: 286px;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .button--mob-fluid.button--mw-286 {
    max-width: none;
  }
}

.button--mob-fluid.button--mw-286 .button__inner {
  min-width: auto;
}

@media only screen and (max-width: 599px) {
  .button--mob-fluid {
    display: block;
    width: 100%;
  }
}

.button--primary .button__inner {
  color: white;
  min-width: 195px;
  background-color: #e5a038;
}

.button--primary .button__wrapper:before {
  background-color: #eeab47;
}

.button--primary .button__wrapper:after {
  background-color: #d78a17;
}

.button--secondary .button__inner {
  color: white;
  min-width: 195px;
  background-color: #0070ba;
}

.button--secondary .button__wrapper:before {
  background-color: #1382cb;
}

.button--secondary .button__wrapper:after {
  background-color: #005c99;
}

.button--text-wrap .button__inner {
  padding: 0 10px;
  text-align: center;
  width: 286px;
}

@media only screen and (max-width: 599px) {
  .button--text-wrap .button__inner {
    width: 225px;
  }
}

.button--md .button__inner {
  min-height: 43px;
}

html.ie .button--md .button__inner {
  height: 43px;
}

.button--space {
  min-width: 100%;
}

.button--space .button__inner {
  min-width: 100%;
}

.button--mw-286 .button__inner {
  min-width: 286px;
}

@media only screen and (max-width: 599px) {
  .button--mw-286 .button__inner {
    min-width: 225px;
  }
}

.button--mw-326 .button__inner {
  min-width: 326px;
}

@media only screen and (max-width: 599px) {
  .button--mw-326 .button__inner {
    min-width: 250px;
  }
}

.button--mw-369 .button__inner {
  min-width: 369px;
}

@media only screen and (max-width: 599px) {
  .button--mw-369 .button__inner {
    min-width: 250px;
  }
}

.button--mw-521 .button__inner {
  min-width: 521px;
}

@media only screen and (max-width: 599px) {
  .button--mw-521 .button__inner {
    min-width: 250px;
  }
}

.button--mw-952 .button__inner {
  min-width: 952px;
}

@media only screen and (max-width: 599px) {
  .button--mw-952 .button__inner {
    min-width: auto;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .button--mw-952 {
    width: 100%;
  }
}

.button--mt-md {
  margin-top: 20px;
}

.button--mx-auto {
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .detail-card--modal .button .button__inner {
    font-size: 10px;
    padding-left: 1em;
    padding-right: 1em;
    min-width: auto;
    min-height: 34px;
  }

  html.ie .detail-card--modal .button .button__inner {
    height: 34px;
  }
}

.btn {
  display: inline-block;
  font-size: 30px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  padding: 0.97em 2.75em;
  -webkit-border-radius: 0.166667em;
  border-radius: 0.166667em;
  -webkit-transition: 0.25s border-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s background cubic-bezier(0, 0, 0.38, 0.9),
    0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  -o-transition: 0.25s border-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s background cubic-bezier(0, 0, 0.38, 0.9),
    0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s border-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s background cubic-bezier(0, 0, 0.38, 0.9),
    0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  font-family: "Futura New";
}
.btn--warning {
  background-color: #e5a038;
  color: #000;
}
.btn--warning:hover,
.btn--warning:focus,
.btn--warning:active {
  background: #d78a17;
}
/* buttons end */

body {
  font-family: "Futura New", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.capture {
  font-family: "Capture it";
}

.container {
  max-width: 1105px;
  margin: auto;
}

.top {
  background: url("/img/pages/friday2020/top-bg.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.app {
  max-width: 1920px;
  margin: auto;
}

/* header */
.header {
  padding-top: 30px;
  position: relative;
  -webkit-transition: 0.25s background cubic-bezier(0, 0, 0.38, 0.9);
  -o-transition: 0.25s background cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s background cubic-bezier(0, 0, 0.38, 0.9);
}
.header__logo {
  margin-right: 70px;
}
.header__logo--desktop {
  width: 120px;
}
.header__logo--mobile {
  display: none;
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav {
  margin-right: auto;
}
.header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav ul li {
  padding: 0 18px;
}
.header__nav ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  -o-transition: 0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  line-height: 1;
}
.header__nav ul li a:hover {
  color: #ffb335;
}
.header__phone {
  -webkit-transition: 0.25s opacity cubic-bezier(0, 0, 0.38, 0.9),
    0.25s -webkit-text-decoration-color cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s opacity cubic-bezier(0, 0, 0.38, 0.9),
    0.25s -webkit-text-decoration-color cubic-bezier(0, 0, 0.38, 0.9);
  -o-transition: 0.25s text-decoration-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s opacity cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s text-decoration-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s opacity cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s text-decoration-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s opacity cubic-bezier(0, 0, 0.38, 0.9),
    0.25s -webkit-text-decoration-color cubic-bezier(0, 0, 0.38, 0.9);
  color: #ffb335;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-right: 28px;
}
.header__phone:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.header__btn {
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  width: 160px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: 0.25s border-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  -o-transition: 0.25s border-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s color cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s border-color cubic-bezier(0, 0, 0.38, 0.9),
    0.25s color cubic-bezier(0, 0, 0.38, 0.9);
}
.header__btn:hover,
.header__btn:focus {
  color: #ffb335;
  border-color: #ffb335;
}
.menu-toggler {
  min-width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: #ffb335;
  position: relative;
  display: none;
}
.menu-toggler::after,
.menu-toggler::before {
  -webkit-transition: 0.25s margin cubic-bezier(0, 0, 0.38, 0.9),
    0.25s -webkit-transform cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s margin cubic-bezier(0, 0, 0.38, 0.9),
    0.25s -webkit-transform cubic-bezier(0, 0, 0.38, 0.9);
  -o-transition: 0.25s transform cubic-bezier(0, 0, 0.38, 0.9),
    0.25s margin cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s transform cubic-bezier(0, 0, 0.38, 0.9),
    0.25s margin cubic-bezier(0, 0, 0.38, 0.9);
  transition: 0.25s transform cubic-bezier(0, 0, 0.38, 0.9),
    0.25s margin cubic-bezier(0, 0, 0.38, 0.9),
    0.25s -webkit-transform cubic-bezier(0, 0, 0.38, 0.9);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #fff;
  content: "";
}
.menu-toggler::after {
  top: 23px;
}
.menu-toggler::before {
  top: 31px;
}
.menu-toggler.active::after {
  -webkit-transform: rotate(-45deg) translateX(-65%);
  -ms-transform: rotate(-45deg) translateX(-65%);
  transform: rotate(-45deg) translateX(-65%);
  top: 18px;
}
.menu-toggler.active::before {
  -webkit-transform: rotate(45deg) translateX(-65%);
  -ms-transform: rotate(45deg) translateX(-65%);
  transform: rotate(45deg) translateX(-65%);
  top: 36px;
}
/* header end */

.top__content {
  padding-top: 75px;
  color: #ffb335;
  background: url("/img/pages/friday2020/top-bottom-image.png") no-repeat bottom
    center;
  padding-bottom: 107px;
}
.top__content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top__content .image {
  position: absolute;
  top: 0;
  right: -114px;
}
.top__content h1 {
  letter-spacing: 1.1px;
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
}
.top__content h1 span {
  font-size: 96px;
  color: #ffb335;
}
.top__content p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 80px;
}

.center-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__title {
  font-size: 96px;
  line-height: 1.1;
  text-align: center;
}
.section__title span {
  font-size: 64px;
}

.counter-wrapper {
  background: #000;
  padding-top: 50px;
}
.counter-wrapper h2 {
  color: #ffb335;
  margin-bottom: 60px;
}
.counter-wrapper h2 span {
  color: #fff;
}
.counter-inner {
  max-width: 802px;
  background: url("/img/pages/friday2020/couter-bg.svg") no-repeat center;
  height: 653px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.counter-inner p {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 1;
}

.advantages-wrapper {
  padding-top: 110px;
  position: relative;
  z-index: 1;
  background: #000;
}
.advantages-wrapper::after,
.advantages-wrapper::before {
  position: absolute;
  z-index: -1;
}
.advantages-wrapper::after {
  content: url("/img/pages/friday2020/elements-left.svg");
  left: 199px;
  bottom: 276px;
}
.advantages-wrapper::before {
  content: url("/img/pages/friday2020/elements-right.svg");
  right: 199px;
  bottom: 330px;
}
.advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages__item {
  margin-bottom: 135px;
}
.advantages__item-icon {
  height: 280px;
  position: relative;
}
.advantages__item-icon::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 115%;
}
.advantages__item img {
  display: block;
  margin: auto;
}
.advantages__item p {
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
}
.advantages__item:nth-child(1) .advantages__item-icon::after {
  content: url("/img/pages/friday2020/arr-1.svg");
}
.advantages__item:nth-child(2) .advantages__item-icon::after {
  content: url("/img/pages/friday2020/arr-2.svg");
}
.advantages__item:nth-child(3) .advantages__item-icon::after {
  content: url("/img/pages/friday2020/arr-3.svg");
  left: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 145%;
}
.advantages__item:nth-child(4) .advantages__item-icon::after {
  content: url("/img/pages/friday2020/arr-5.svg");
  left: auto;
  right: -30px;
}
.advantages__item:nth-child(4),
.advantages__item:nth-child(5) {
  width: 50%;
}
.advantages-wrapper .btn {
  margin-bottom: -150px;
}

.article {
  padding-left: 53px;
  border-left: 3px solid #ffb335;
  line-height: 1.2;
  font-size: 36px;
}
.article strong {
  display: block;
  font-weight: 700;
  color: #ffb335;
  margin-bottom: 30px;
}
.article p {
  font-size: 36px;
}

.cases-wrap__after {
  max-width: 100%;
  width: 100%;
  background: #eeeeee;
}
.cases-wrap {
  background: #fff url("/img/pages/friday2020/cases-bg.png") no-repeat top
    center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 1432px;
  padding-top: 341px;
  position: relative;
}
.cases-wrap .section__title {
  margin-bottom: 86px;
  line-height: 1;
}
.cases-slider {
  margin-bottom: 0 !important;
  padding-bottom: 130px;
}
.slick-dots {
  bottom: 137px;
}
.slick-slide {
  min-height: 828px;
}
.slick-prev {
  left: -135px;
}
.slick-next {
  right: -135px;
}
.slick-arrow {
  width: 35px;
  height: 65px;
}
.slick-arrow:before {
  opacity: 1 !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slick-prev:before {
  content: url("/img/pages/friday2020/prev-arrow.svg");
}
.slick-next:before {
  content: url("/img/pages/friday2020/next-arrow.svg");
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li {
  margin: 0 12px;
}
.slick-dots li.slick-active button {
  -webkit-transform: scale(1.38);
  -ms-transform: scale(1.38);
  transform: scale(1.38);
  background: #ffb335;
}
.slick-dots li button {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #4e494a;
  -webkit-transition: 0.2s background ease-out, 0.2s transform ease-out;
  -o-transition: 0.2s background ease-out, 0.2s transform ease-out;
  transition: 0.2s background ease-out, 0.2s transform ease-out;
  padding: 0;
}
.slide-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slide-1__text {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 33px;
}
.slide-1 h2 {
  font-size: 48px;
  line-height: 1.1;
}
.slide-1 h2 span {
  color: #ffb335;
  font-size: 96px;
  display: block;
}
.slide-1 small {
  font-size: 36px;
  margin-top: 2px;
  display: block;
  margin-bottom: 25px;
}
.slide-1 .article {
  margin-top: 35px;
  padding-right: 45px;
}

.slide-1 .left {
  width: 50%;
  padding-left: 29px;
}

@media (max-width: 992px) {
  .slide-1 .left {
    width: 100%;
    padding-left: 0;
  }
}

.slide-1 .right {
  width: 54%;
  padding: 10px 0 0 28px;
}

@media (max-width: 992px) {
  .slide-1 .right {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

.slide-1 .right img {
  max-width: 100%;
}
.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6,
.slide-1 {
  padding: 0 3px;
}
.slide-2 img {
  max-width: 100%;
}
.slide-2__mob {
  display: none !important;
}
.slide-2 h2 {
  font-size: 48px;
  line-height: 1.2;
}
.slide-2 h2 span {
  color: #ffb335;
  font-size: 96px;
  display: block;
}
.slide-3__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}
.slide-3__top img {
  width: 303px;
}
.slide-3__top p {
  font-size: 48px;
  line-height: 1.2;
}
.slide-3__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 90px;
}
.slide-3__body h2 {
  font-size: 96px;
  line-height: 1;
  white-space: nowrap;
}
.slide-3__body h2 span {
  color: #ffb335;
}
.slide-3__body .article {
  max-width: 570px;
}
.slide-3__image {
  display: block;
  margin: auto;
  max-width: 100%;
}
.slide-3__image--mob {
  display: none !important;
}
.slide-4__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 75px;
}
.citilink {
  width: 479px;
}
.slide-4__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  padding-bottom: 130px;
}
.slide-4__body h2 {
  font-size: 54px;
}
.slide-4__body h2 span {
  color: #ffb335;
  font-size: 64px;
}
.slide-4__body p {
  font-size: 32px;
  width: 100%;
  max-width: 475px;
}
.slide-4__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 90px;
}
.slide-4__options .item {
  line-height: 1.2;
  font-size: 54px;
  color: #ffb335;
  font-weight: 700;
}
.slide-4__options .item span {
  display: block;
  color: #000;
  font-size: 48px;
}
.slide-4__date {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.2;
  margin-top: 60px;
}
.slide-5__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 90px;
}
.stolplit {
  width: 386px;
}
.slide-5__top img {
  margin-bottom: 40px;
}
.slide-5__top .left h2 {
  font-size: 72px;
  line-height: 1.2;
}
.slide-5__top .left h2 span {
  color: #ffb335;
  font-size: 100px;
}
.slide-5__top .left p {
  font-size: 36px;
}
.slide-5__top .right p {
  font-size: 44px;
  line-height: 1.2;
}
.youtube {
  width: 394px;
}
.slide-6__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 110px;
}
.slide-6__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slide-6__body h2 {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.slide-6__body h2 span {
  color: #ffb335;
  font-size: 100px;
}
.slide-6__body h4 {
  color: #ffb335;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}
.slide-6__body h4:first-of-type {
  margin-bottom: 45px;
}
.slide-6__body h4 span {
  color: #000;
}
.slide-6__body img {
  width: 609px;
}
.cases-slider-wrapper {
  max-width: 1170px;
}
.cases-wrap__btn {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -45px;
  z-index: 3;
  width: 364px;
}

.materials-wrapper {
  background: url("/img/pages/friday2020/materials-bg.png");
  height: 1212px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: -55px;
  z-index: 2;
  position: relative;
  color: #fff;
  padding-top: 260px;
}
.materials-wrapper::after {
  position: absolute;
  background: url("/img/pages/friday2020/elements.svg") no-repeat;
  width: 1409px;
  max-width: 90%;
  height: 226px;
  content: "";
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.materials-wrapper::before {
  position: absolute;
  background: url("/img/pages/friday2020/materials-after.png") no-repeat;
  width: 100%;
  height: 245px;
  content: "";
  bottom: 0;
  left: 0;
}
.materials-wrapper .section__title {
  line-height: 1.2;
  color: #ffb335;
  margin-bottom: 75px;
}
.materials-wrapper .section__title span {
  display: block;
  color: #fff;
}
.materials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.materials__item {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}
.materials__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  height: 261px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.materials__icon img {
  display: block;
  margin: auto;
}

.what-we-do-wrapper {
  background: #000;
  color: #fff;
  padding-top: 60px;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
.what-we-do-wrapper .section__title {
  color: #ffb335;
  margin-bottom: 45px;
}
.what-we-do-wrapper .section__title span {
  display: block;
  color: #fff;
}
.what-we-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.what-we-do--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.what-we-do__item {
  background-repeat: no-repeat !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  width: 50%;
  height: 200px;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.what-we-do__item.bg-1 {
  background: url("/img/pages/friday2020/outline-1.svg");
}
.what-we-do__item.bg-2 {
  background: url("/img/pages/friday2020/outline-2.svg");
}
.what-we-do__item.bg-3 {
  background: url("/img/pages/friday2020/outline-3.svg");
}
.what-we-do__text {
  text-align: center;
  font-size: 36px;
  line-height: 43px;
  width: 50%;
}
.what-we-do__text-mob{
  display:none;
}
.what-we-do__btn {
  margin-top: 80px;
}

.leaders-wrapper {
  background: url("/img/pages/friday2020/leaders-bg.png") no-repeat top center;
  position: relative;
  height: 1005px;
  padding-top: 345px;
}
.leaders-wrapper .section__title {
  color: #ffb335;
  margin-bottom: 25px;
}
.leaders-wrapper .section__title span {
  color: #fff;
  display: block;
}
.leaders-wrapper::after,
.leaders-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.leaders-wrapper::after {
  background: url("/img/pages/friday2020/leaders-after.png") no-repeat;
  height: 276px;
  top: 0;
}
.leaders-wrapper::before {
  background: url("/img/pages/friday2020/leaders-before.png") no-repeat;
  height: 245px;
  bottom: 0;
}
.leaders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.leaders__item {
  color: #ffb335;
  font-size: 200px;
  line-height: 1.2;
  padding: 0 50px;
}
.leaders__item span {
  color: #fff;
  font-size: 30px;
  display: block;
  font-family: "Futura New";
}

.certificates-wrapper {
  background: #000;
  padding: 100px 0 80px;
}
.certificates-wrapper .section__title {
  color: #ffb335;
}
.certificates-wrapper .section__title span {
  color: #fff;
}
.certificates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 115px;
}
.certificates__left {
  margin-right: 215px;
}
.certificates__left p {
  color: #fff;
  font-size: 21px;
  margin-bottom: 25px;
}
.certificates__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}
.certificates__logos .item {
  width: 25%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.certificates__logos .item img,
.trust__item img {
  display: block;
  margin: auto;
  -webkit-filter: grayscale(1) brightness(0.55) opacity(0.9);
  filter: grayscale(1) brightness(0.55) opacity(0.9);
  -webkit-transition: 0.2s filter linear;
  -o-transition: 0.2s filter linear;
  transition: 0.2s filter linear;
}
.certificates__logos .item img:hover,
.trust__item img:hover {
  -webkit-filter: grayscale(0) brightness(1) opacity(1);
  filter: grayscale(0) brightness(1) opacity(1);
}

.trust-wrapper {
  background: #000;
  position: relative;
  padding-bottom: 276px;
}
.trust-wrapper .section__title {
  color: #ffb335;
  margin-bottom: 80px;
}
.trust-wrapper .section__title span {
  display: block;
  color: #fff;
}
.trust-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.trust-slider__item:nth-child(1),
.trust-slider__item:nth-child(2),
.trust-slider__item:nth-child(3),
.trust-slider__item:nth-child(8),
.trust-slider__item:nth-child(9),
.trust-slider__item:nth-child(10) {
  width: 33.333%;
}
.trust-slider__item:nth-child(4),
.trust-slider__item:nth-child(5),
.trust-slider__item:nth-child(6),
.trust-slider__item:nth-child(7) {
  width: 25%;
}
.trust-slider__item:nth-child(1) {
  padding-top: 18px;
  padding-left: 50px;
}
.trust-slider__item:nth-child(3) {
  padding-top: 35px;
  padding-right: 140px;
}
.trust-slider__item:nth-child(4) {
  padding-top: 10px;
}
.trust-slider__item:nth-child(5) {
  margin-top: -5px;
}
.trust-slider__item:nth-child(6) {
  padding-top: 10px;
}
.trust-slider__item:nth-child(7) {
  padding-top: 60px;
}
.trust-slider__item:nth-child(8) {
  padding-left: 240px;
}
.trust-slider__item:nth-child(9) {
  padding-top: 50px;
  padding-left: 30px;
}
.trust-slider__item:nth-child(10) {
  padding-top: 15px;
  padding-right: 200px;
}
.trust-slider__item:nth-child(11) {
}
.trust-slider__item:nth-child(12) {
  padding-right: 30px;
  padding-top: 50px;
}
.trust__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper {
  background: url("/img/pages/friday2020/form-bg.png") no-repeat bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 830px;
  margin-top: -276px;
}
.form-wrapper__after {
  max-width: 100%;
}
.contact-form {
  padding-top: 85px;
  max-width: 365px;
  margin: auto;
}
.contact-form__group {
  position: relative;
}
.contact-form input {
  display: block;
  background: #fff;
  height: 60px;
  padding: 0 24px;
  margin-bottom: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  border: 0;
  width: 100%;
  font-size: 20px;
  font-family: "Futura New";
}
.contact-form input + label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #ffb335;
  font-size: 20px;
}
.contact-form__group:nth-child(1) input + label {
  left: 17%;
}
.contact-form__group:nth-child(2) input + label {
  left: 17%;
}
.contact-form__group:nth-child(3) input + label {
  left: 30%;
}
.contact-form__group:nth-child(4) input + label {
  left: 26%;
}
.contact-form__group input:focus + label {
  opacity: 0;
}
.contact-form input::-webkit-input-placeholder {
  color: #d3d3d3;
}
.contact-form input::-moz-placeholder {
  color: #d3d3d3;
}
.contact-form input:-ms-input-placeholder {
  color: #d3d3d3;
}
.contact-form input::placeholder {
  color: #d3d3d3;
}
.contact-form .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-top: 22px;
  border: 0;
}
.contact-form__policy {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.3;
}

/* footer */
.footer {
  background-color: #121323;
}
.footer__container {
  max-width: 1238px;
  padding: 0 49px 0 20px;
  margin: 0 auto;
}
.footer__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 56px;
  padding-top: 56px;
}
.footer__heading {
  margin-bottom: 14px;
}
.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer__menu {
  margin-bottom: 40px;
}

.footer__menu--border {
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.footer__description {
  color: #858691;
  font-size: 18px;
  line-height: 1.23;
}
.footer__subscribe {
  width: 50%;
  margin-bottom: 8px;
}
.footer__form {
  width: 100%;
  max-width: 430px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer__field {
  max-width: 423px;
  width: 100%;
}
.form__field.has-button .input {
  padding-right: 172px;
}
.footer__info {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11px;
  padding-left: 24px;
}
.footer__info--simple {
  width: 100%;
}
.footer__info--simple .footer__button {
  margin-left: 0;
  margin-right: auto;
}
.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials__item {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter 0.1s ease-in-out;
  transition: -webkit-filter 0.1s ease-in-out;
  -o-transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out;
  color: #fff;
}
.no-touch .socials__item:hover {
  -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));
}
.socials__item:not(:last-child) {
  margin-right: 30px;
}
.icon {
  display: block;
  width: 1em;
  height: 1em;
}
.socials__item .icon {
  fill: white;
}
.socials__item--facebook .icon {
  font-size: 24px;
}
.socials__item--vk .icon {
  font-size: 26px;
}
.socials__item--twitter .icon {
  font-size: 28px;
}
.socials__item--youtube .icon {
  font-size: 26px;
}
.footer__info--simple .footer__socials {
  margin-left: auto;
}
.footer__button {
  margin-left: auto;
  position: relative;
  right: 2px;
}
.footer__button.is-mobile {
  margin-left: auto;
  margin-right: auto;
}
.footer__navigation {
  margin-bottom: 41px;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 40px;
}
.footer__bottom a {
  text-decoration: underline;
}
.footer__bottom a:hover {
  text-decoration: none;
}
.footer__bottom .menu__heading--map {
  margin-left: 12vw;
}
.u-white {
  color: white;
}
.u-title-small {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
}
.footer__bottom .menu__heading--lang {
  margin-left: auto;
}
.footer__copyrights {
  padding-top: 40px;
  padding-bottom: 32px;
  background-color: #0e0f1c;
}
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}
.menu--sub {
  margin-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}
.menu__item {
  min-width: 273px;
}
.menu__item:not(:last-child) {
  margin-right: 56px;
}
.menu__item:nth-child(3) {
  min-width: 246px;
}
.menu__item:last-child {
  padding-right: 20px;
}
.menu__group:not(:last-child) {
  margin-bottom: 30px;
}
.menu__link {
  color: #858691;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.menu__link:hover {
  color: #fff;
}
.menu__link:not(:last-child) {
  margin-bottom: 9px;
}
.menu__childs {
  padding-left: 23px;
  margin-top: 16px;
}
.menu__toggler.is-active:before {
  -webkit-transform: rotate(-135deg) translate(-5px, -5px);
  -ms-transform: rotate(-135deg) translate(-5px, -5px);
  transform: rotate(-135deg) translate(-5px, -5px);
}
.menu__heading:hover {
  text-decoration: none;
}
.menu__heading--gutter {
  margin-bottom: 16px;
}
.menu__submenu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 23px;
}
.menu__submenu-item {
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__submenu-item:not(:last-child) {
  margin-right: 48px;
}
.copyrights__attention {
  color: #e5a038;
  text-decoration: underline;
  line-height: 1.19;
  margin-left: 8px;
  cursor: pointer;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper.is-active .tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
.tooltip {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-10px) translateX(-50%);
  -ms-transform: translateY(-10px) translateX(-50%);
  transform: translateY(-10px) translateX(-50%);
  padding: 8px 16px;
  min-width: 300px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.25s ease, transform 0.3s ease;
  transition: opacity 0.25s ease, transform 0.3s ease;
  transition: opacity 0.25s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.tooltip:after {
  content: "";
  top: 100%;
  left: 50%;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 0 12px;
}
.tooltip--top {
  bottom: -webkit-calc(100% + 15px);
  bottom: calc(100% + 15px);
}
.tooltip--light {
  color: #333333;
}
.tooltip--light:after {
  border-color: #ffffff transparent transparent transparent;
}
.copyrights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyrights__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.copyrights__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyrights__contact:not(:last-child) {
  margin-bottom: 12px;
}
.copyrights__text {
  line-height: 1.19;
  color: #505157;
  margin-right: 4px;
}
.copyrights__link {
  line-height: 1.19;
  text-decoration: none;
}
.copyrights__attention {
  color: #e5a038;
  text-decoration: underline;
  line-height: 1.19;
  margin-left: 8px;
  cursor: pointer;
}
.copyrights__additional {
  text-align: right;
  color: #505157;
  line-height: 1.19;
  max-width: 535px;
  padding-right: 6px;
}
.copyrights__additional a {
  color: #84848b;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.copyrights__additional a:hover {
  border-color: transparent;
}
.footer__field {
  max-width: 423px;
  width: 100%;
}
.form__field.has-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.form__field.has-button .input {
  padding-right: 172px;
}
.form__field.has-button .button {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 100%;
  max-width: 160px;
}
.form__field.has-button .button__inner {
  min-width: auto;
  min-height: 41px;
}
.footer__info--simple .footer__socials {
  margin-left: auto;
}
.footer__phone {
  margin-left: auto;
  font-size: 30px;
  line-height: 1.13;
  color: white;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}
.navigation__item {
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
  font-weight: 700;
  cursor: pointer;
}
.footer__navigation {
  margin-bottom: 41px;
}
.u-title-large {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
}

/* footer end */

.subscr_input_error {
  border-bottom: 1px solid rgba(255, 0, 0, 0.5);
}
.thanks-block {
  margin: auto;
  position: fixed;
  right: 0;
  left: 0;
  top: 20%;
  width: 100%;
  height: fit-content;
  display: block;
  z-index: 9;
}
.modal__close:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close:before,
.modal__close:after {
  content: "";
  position: absolute;
  background-color: white;
  height: 2px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
}

.modal__close:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close:before,
.modal__close:after {
  content: "";
  position: absolute;
  background-color: white;
  height: 2px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
}

.js-close-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #0070ba;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.pdf-links {
  cursor: pointer;
  color: white;
  text-decoration: none;
}
