@charset "UTF-8";
@font-face {
  font-family: 'latolight';
  src: url("/fonts/lato-light-webfont.eot");
  src: url("/fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-light-webfont.woff2") format("woff2"), url("/fonts/lato-light-webfont.woff") format("woff"), url("/fonts/lato-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url("/fonts/lato-regular-webfont.eot");
  src: url("/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-regular-webfont.woff2") format("woff2"), url("/fonts/lato-regular-webfont.woff") format("woff"), url("/fonts/lato-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_softregular';
  src: url("/fonts/proximanovasoft-regular-webfont.eot");
  src: url("/fonts/proximanovasoft-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanovasoft-regular-webfont.woff2") format("woff2"), url("/fonts/proximanovasoft-regular-webfont.woff") format("woff"), url("/fonts/proximanovasoft-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?65640782");
  src: url("../fonts/fontello.eot?65640782#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?65640782") format("woff2"), url("../fonts/fontello.woff?65640782") format("woff"), url("../fonts/fontello.ttf?65640782") format("truetype"), url("../fonts/fontello.svg?65640782#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?55269927#fontello') format('svg');
  }
}
*/
[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow::before {
  content: '\e800';
}

/* '' */
.icon-video::before {
  content: '\e801';
}

/* '' */
.icon-play::before {
  content: '\e803';
}

/* '' */
.icon-twitter::before {
  content: '\f099';
}

/* '' */
.icon-facebook::before {
  content: '\f300';
}

/* '' */
.icon-instagram::before {
  content: '\f32d';
}

/* '' */
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: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
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;
}

img {
  max-width: 100%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  outline: none;
  cursor: pointer;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

a:active {
  outline: none;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide:focus {
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: #9e9e9e;
  transition: all 0.25s ease;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: #fceb0e;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: 'fontello';
  font-size: 22px;
  line-height: 1;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1339px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 16px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: '\e800';
}

.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* !slick arrows */
::-webkit-input-placeholder {
  opacity: 1;
  color: #b1b1b1;
  transition: opacity 0.25s ease;
}

::-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
  transition: opacity 0.25s ease;
}

:-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
  transition: opacity 0.25s ease;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #b1b1b1;
  transition: opacity 0.25s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

body {
  margin: 0 auto;
  background: #fff;
  color: #4f4f4f;
  overflow-x: hidden;
  font: 22px/1.45 "latoregular", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1339px) {
  body {
    font-size: 18px;
    line-height: 1.56;
  }
}

@media only screen and (max-width: 799px) {
  body {
    font-size: 17px;
    line-height: 1.59;
  }
}

input[type='text']:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

.link {
  text-decoration: underline;
  transition: all 0.25s ease;
}

.link:hover {
  text-decoration: none;
}

.box {
  box-sizing: border-box;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1340px) {
  .box {
    margin-left: 8.75%;
    margin-right: 8.75%;
  }
}

@media (max-width: 767px) {
  .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title {
  margin-bottom: 10px;
  font: 45px/1.29 'proxima_nova_softregular', sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .title {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 1.36;
  }
}

@media only screen and (max-width: 799px) {
  .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.34;
  }
  .title br {
    display: none;
  }
}

.header-holder {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 880px;
  padding: 81px 0 96px;
  color: #fff;
  background-position: 0% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg5.jpg");
}

@media only screen and (max-width: 1890px) {
  .header-holder {
    background-position: 00% 0;
  }
}

@media only screen and (max-width: 1670px) {
  .header-holder {
    background-position: 20% 0;
  }
}

@media only screen and (max-width: 1339px) {
  .header-holder {
    min-height: 500px;
    padding: 75px 0 30px;
  }
}

@media only screen and (max-width: 799px) {
  .header-holder {
    min-height: 327px;
    padding: 64px 0 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 21px 0 10px;
  transition: background 0.25s ease;
}

.header_white {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 7, 3, 0.14);
}

@media only screen and (max-width: 1339px) {
  .header {
    padding: 16px 0 10px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__logo {
  display: inline-block;
  width: 175px;
  font-size: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1339px) {
  .header__logo {
    width: 168px;
  }
}

@media only screen and (max-width: 799px) {
  .header__logo {
    width: 100px;
  }
}

.header__logo-img {
  display: block;
  width: 100%;
}

.header__logo-img.hidden {
  display: none;
}

.header_white .header__logo-img {
  display: none;
}

.header_white .header__logo-img.hidden {
  display: block;
}

.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
}

@media only screen and (max-width: 1339px) {
  .header__tools {
    margin-left: 62px;
  }
}

@media only screen and (max-width: 799px) {
  .header__tools {
    margin-left: 14px;
  }
}

.header__button {
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.header__button:hover {
  background: #fceb0e;
  border-color: #fceb0e;
  color: #4f4f4f;
}

.header__tools-button {
  margin-right: 36px;
}

@media only screen and (max-width: 1339px) {
  .header__tools-button {
    display: none;
  }
}

.header_white .header__button {
  background: #fceb0e;
  border-color: #fceb0e;
  color: #4f4f4f;
}

.header_white .header__button:hover {
  background: #fcdd0e;
}

.header__nav {
  margin: 0 38px;
}

@media only screen and (max-width: 1339px) {
  .header__nav {
    display: none;
  }
}

.nav {
  padding-top: 10px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.3;
}

.nav__item {
  position: relative;
}

.nav__item + .nav__item {
  margin-left: 24px;
}

.nav__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  border-bottom: 3px solid #fceb0e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.2s ease;
}

.nav__item:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nav__link {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
  text-transform: uppercase;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav__link:hover {
  text-decoration: none;
}

.header_white .nav__link {
  color: #4f4f4f;
}

.nav__sub-list {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  min-width: 300px;
  padding: 10px 0;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(15px) scale(0.96);
  -ms-transform: translateY(15px) scale(0.96);
  transform: translateY(15px) scale(0.96);
  transition: all ease-out 0.25s;
}

.header_white .nav__sub-list {
  box-shadow: 0 1px 6px rgba(0, 7, 3, 0.14);
}

.nav__item:hover .nav__sub-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.nav__sub-link {
  display: block;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1.3;
  color: #686868;
  transition: all 0.25s ease;
}

.nav__sub-link:hover {
  background: #f0f0f0;
  color: #212121;
}

.nav-trigger {
  position: relative;
  display: none;
  height: 24px;
  width: 30px;
  margin-left: auto;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s ease;
}

.nav-trigger:hover {
  color: #979797;
}

@media only screen and (max-width: 1339px) {
  .nav-trigger {
    display: inline-block;
  }
}

.nav-trigger span {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  border-radius: 1px;
  background: currentColor;
  transition: all 0.25s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nav-trigger span:nth-child(1) {
  top: 0;
}

.nav-trigger span:nth-child(2), .nav-trigger span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-trigger span:nth-child(4) {
  bottom: 0;
}

.nav-trigger.js--active span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  opacity: .5;
}

.nav-trigger.js--active span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.nav-trigger.js--active span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.nav-trigger.js--active span:nth-child(4) {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
}

.header_white .nav-trigger,
.nav-trigger.js--active {
  z-index: 10;
  color: #979797;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 345px;
  background: #fff;
  box-shadow: 0 1px 18px rgba(0, 7, 3, 0.29);
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.25s ease;
}

@media only screen and (max-width: 480px) {
  .mobile-nav {
    width: 220px;
  }
}

.mobile-nav.js--active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-nav__list {
  padding-top: 70px;
  line-height: 1.6;
}

.mobile-nav__link {
  font-size: 16px;
  text-transform: uppercase;
  color: #444343;
}

.mobile-nav__sub-link {
  font-size: 17px;
  color: #686868;
}

.mobile-nav__link,
.mobile-nav__sub-link {
  display: block;
}

.mobile-nav__link:hover, .mobile-nav__link:active, .mobile-nav__link:focus,
.mobile-nav__sub-link:hover,
.mobile-nav__sub-link:active,
.mobile-nav__sub-link:focus {
  color: #444343;
}

.mobile-nav__link:hover,
.mobile-nav__sub-link:hover {
  background: #f0f0f0;
}

.mobile-nav__link {
  padding: 10px 32px;
}

.mobile-nav__sub-link {
  padding: 10px 32px 10px 42px;
}

.mobile-nav__sub-list {
  display: none;
}

.intro {
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 799px) {
  .intro {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.intro__body {
  max-width: 800px;
}

@media only screen and (max-width: 1339px) {
  .intro__body {
    max-width: 500px;
  }
}

@media only screen and (max-width: 799px) {
  .intro__body {
    max-width: 410px;
  }
}

@media only screen and (max-width: 480px) {
  .intro__body {
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.intro__title {
  margin-bottom: 72px;
  font: 73px/1.13 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1339px) {
  .intro__title {
    margin-bottom: 38px;
    font-size: 42px;
    line-height: 1.24;
  }
}

@media only screen and (max-width: 799px) {
  .intro__title {
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 1.28;
  }
}

.text {
  padding: 82px 0 90px 0;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .text {
    padding: 32px 0 28px;
  }
}

@media only screen and (max-width: 799px) {
  .text {
    padding: 28px 0 26px;
  }
}

.quote-section {
  box-sizing: border-box;
  min-height: 451px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 36px 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 1339px) {
  .quote-section {
    min-height: 218px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 799px) {
  .quote-section {
    min-height: 366px;
    padding: 20px 0;
  }
}

.quote-section-2 {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 632px;
  padding: 60px 0 139px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 1339px) {
  .quote-section-2 {
    display: block;
    min-height: 620px;
    padding: 50px 0 110px;
  }
}

@media only screen and (max-width: 799px) {
  .quote-section-2 {
    padding: 37px 0 40px;
  }
}

.quote {
  box-sizing: border-box;
  position: relative;
  padding: 22px 30px;
  text-align: center;
}

.quote_md {
  margin: 0 auto;
  max-width: 970px;
}

@media only screen and (max-width: 1339px) {
  .quote {
    padding: 7px 12px;
  }
}

@media only screen and (max-width: 799px) {
  .quote {
    position: relative;
    padding: 44px 0 6px;
  }
}

.quote__text {
  font-size: 26px;
  line-height: 1.46;
}

@media only screen and (max-width: 1339px) {
  .quote__text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 799px) {
  .quote__text {
    font-size: 20px;
    line-height: 1.5;
  }
}

.quote__text-inner {
  position: relative;
}

.quote__text-inner:before, .quote__text-inner:after {
  position: absolute;
  font-family: 'proxima_nova_softregular', sans-serif;
  font-size: 140px;
  line-height: 0;
}

.quote__text-inner:before {
  content: "\201C";
  top: 28px;
  left: -56px;
}

@media only screen and (max-width: 1339px) {
  .quote__text-inner:before {
    left: -38px;
    top: 20px;
  }
}

.quote__text-inner:after {
  content: "\201D";
  right: -56px;
  bottom: -43px;
}

@media only screen and (max-width: 1339px) {
  .quote__text-inner:after {
    right: -42px;
    bottom: -27px;
  }
}

@media only screen and (max-width: 1339px) {
  .quote__text-inner:before, .quote__text-inner:after {
    font-size: 85px;
  }
}

@media only screen and (max-width: 799px) {
  .quote__text-inner {
    position: static;
  }
  .quote__text-inner:before {
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .quote__text-inner:after {
    display: none;
  }
}

.quote-section__details {
  position: relative;
  margin-top: 36px;
  font: 22px 'latolight', sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .quote-section__details {
    margin-top: 24px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 799px) {
  .quote-section__details {
    margin-top: 8px;
    padding-top: 11px;
    font-size: 16px;
    line-height: 1.625;
  }
  .quote-section__details:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 66px;
    border-top: 1px solid #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.quote-section__auth {
  font-family: 'latoregular', sans-serif;
}

@media only screen and (max-width: 799px) {
  .quote-section__auth {
    display: block;
    font-size: 18px;
  }
}

.quote-section-2__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

@media only screen and (max-width: 1339px) {
  .quote-section-2__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 799px) {
  .quote-section-2__footer {
    margin-top: 15px;
  }
}

.quote__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

@media only screen and (max-width: 1339px) {
  .quote__auth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }
}

.quote__auth-figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1339px) {
  .quote__auth-figure {
    width: 72px;
  }
}

.quote__auth-img {
  display: block;
  width: 100%;
}

.quote__auth-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  padding-top: 7px;
  font: 20px 'latolight', sans-serif;
  line-height: 1.3;
}

@media only screen and (max-width: 1339px) {
  .quote__auth-side {
    display: block;
    margin: 14px 0 18px;
    font-size: 18px;
    text-align: center;
  }
}

@media only screen and (max-width: 799px) {
  .quote__auth-side {
    margin: 11px 0;
    font-size: 16px;
    line-height: 1.625;
  }
}

.quote__auth-name {
  margin-bottom: 10px;
  font-family: 'latoregular', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1339px) {
  .quote__auth-name {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 799px) {
  .quote__auth-name {
    display: block;
  }
}

.quote-section-2__buttons {
  margin-top: 18px;
}

@media only screen and (max-width: 1339px) {
  .quote-section-2__buttons {
    width: 100%;
    max-width: 538px;
    margin-top: 26px;
  }
}

@media only screen and (max-width: 799px) {
  .quote-section-2__buttons {
    margin-top: 11px;
  }
}

.buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -9px;
  margin-right: -9px;
}

@media only screen and (max-width: 1339px) {
  .buttons-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 799px) {
  .buttons-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.buttons-group__item {
  margin: 0 9px;
}

@media only screen and (max-width: 799px) {
  .buttons-group__item {
    margin: 0;
  }
  .buttons-group__item + .buttons-group__item {
    margin-top: 20px;
  }
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 88px 0 92px 0;
}

@media only screen and (max-width: 1339px) {
  .features {
    padding-top: 28px;
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 799px) {
  .features {
    padding-top: 28px;
    padding-bottom: 30px;
  }
}

.features__text {
  margin-bottom: 69px;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .features__text {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 799px) {
  .features__text {
    margin-bottom: 20px;
  }
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px;
}

@media only screen and (max-width: 799px) {
  .features__list {
    padding-bottom: 8px;
  }
}

.features__item {
  padding: 0 18px;
  width: 33.33%;
}

@media only screen and (max-width: 1339px) {
  .features__item {
    width: 50%;
  }
}

@media only screen and (max-width: 799px) {
  .features__item {
    width: 100%;
  }
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1339px) {
  .feature {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 799px) {
  .feature {
    margin-bottom: 30px;
  }
}

.feature__head {
  position: relative;
  min-height: 38px;
  padding-left: 54px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1339px) {
  .feature__head {
    margin-bottom: 18px;
    padding-left: 48px;
  }
}

@media only screen and (max-width: 799px) {
  .feature__head {
    margin-bottom: 6px;
  }
}

.feature__title {
  position: relative;
  font: 26px/1.3 'proxima_nova_softregular', sans-serif;
  padding: 0 0 4px;
  border-bottom: 2px solid #fceb0e;
}

@media only screen and (max-width: 1339px) {
  .feature__title {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 799px) {
  .feature__title {
    padding-top: 6px;
    border-bottom-color: transparent;
    font-size: 20px;
  }
}

.feature__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  border-top: 2px solid #fceb0e;
  border-radius: 2px 2px 0 0;
}

@media only screen and (max-width: 799px) {
  .feature__title:after {
    border-top-color: transparent;
  }
}

.feature__icon-box {
  position: absolute;
  left: 0;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  width: 38px;
}

@media only screen and (max-width: 1339px) {
  .feature__icon-box {
    top: 5px;
  }
}

@media only screen and (max-width: 799px) {
  .feature__icon-box {
    top: 0;
  }
}

.feature__icon {
  display: block;
}

.feature__text {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.625;
}

@media only screen and (max-width: 1339px) {
  .feature__text {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.62;
  }
}

@media only screen and (max-width: 799px) {
  .feature__text {
    margin-bottom: 15px;
  }
}

.feature__button {
  margin-top: auto;
  box-sizing: border-box;
  display: inline-block;
  width: 126px;
  min-height: 32px;
  border: 1px solid #fceb0e;
  padding: 4px 6px 5px;
  border-radius: 3px;
  background: transparent;
  font: 16px/1.3 'latoregular', sans-serif;
  color: #444343;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.feature__button:hover, .feature__button:focus {
  background: #fceb0e;
  text-decoration: none;
}

.feature__button .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 10px;
  font-size: 10px;
  color: #fceb0e;
  transition: all 0.25s ease;
}

.feature__button:hover .icon-arrow {
  color: #4f4f4f;
}

@media only screen and (max-width: 1339px) {
  .feature__button {
    background: #fceb0e;
  }
  .feature__button .icon-arrow {
    color: #4f4f4f;
  }
}

.features__button-wrap {
  margin-top: auto;
  text-align: center;
}

.promo-box {
  box-sizing: border-box;
  min-height: 644px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 90px 0;
  background-image: url(/img/promo-box-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 1339px) {
  .promo-box {
    min-height: 354px;
    padding: 65px 0 85px;
  }
}

@media only screen and (max-width: 799px) {
  .promo-box {
    min-height: 309px;
    padding: 20px 0 44px;
  }
}

.promo-box__container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  text-align: center;
}

.promo-box__text {
  margin-bottom: 70px;
  font: 45px/1.29 'proxima_nova_softregular', sans-serif;
}

@media only screen and (max-width: 1339px) {
  .promo-box__text {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.39;
  }
}

@media only screen and (max-width: 799px) {
  .promo-box__text {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.34;
  }
}

.control-tools {
  position: relative;
}

@media only screen and (max-width: 1339px) {
  .control-tools {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 799px) {
  .control-tools {
    padding-bottom: 24px;
  }
}

.control-tools__image {
  position: absolute;
  top: -71px;
  right: 50.4%;
}

@media only screen and (max-width: 1339px) {
  .control-tools__image {
    position: initial;
    display: block;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -54px;
  }
}

@media only screen and (max-width: 799px) {
  .control-tools__image {
    width: 94%;
    margin-top: -30px;
  }
}

.control-tools__content {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 580px;
  padding: 86px 0;
}

@media only screen and (max-width: 1339px) {
  .control-tools__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0;
    padding: 7px 0;
  }
}

@media only screen and (max-width: 799px) {
  .control-tools__content {
    margin-top: 4px;
  }
}

.control-tools__side {
  width: 46.2%;
}

@media only screen and (max-width: 1339px) {
  .control-tools__side {
    width: 100%;
    text-align: center;
  }
}

.control-tools__title {
  margin-bottom: 6px;
  line-height: 1.22;
  text-align: left;
}

@media only screen and (max-width: 1339px) {
  .control-tools__title {
    text-align: center;
  }
}

@media only screen and (max-width: 799px) {
  .control-tools__title {
    margin-bottom: 14px;
    line-height: 1.34;
  }
}

.control-tools__text {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1339px) {
  .control-tools__text {
    margin: 0 auto 42px;
  }
}

@media only screen and (max-width: 799px) {
  .control-tools__text {
    margin-bottom: 30px;
  }
}

.partners {
  position: relative;
  z-index: 2;
  max-width: 1390px;
  margin: -120px auto 28px;
}

@media only screen and (max-width: 1339px) {
  .partners {
    margin: -87px auto 18px;
  }
}

@media only screen and (max-width: 799px) {
  .partners {
    margin-top: 0;
  }
}

.partners__box {
  background: #fff;
  border-radius: 4px;
  padding: 28px;
  box-shadow: 0 0 16px rgba(0, 7, 3, 0.13);
}

@media only screen and (max-width: 1339px) {
  .partners__box {
    margin-left: 27px;
    margin-right: 27px;
    padding: 28px 42px 20px;
  }
}

@media only screen and (max-width: 799px) {
  .partners__box {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 28px 14px 7px;
  }
}

.partners__title {
  margin-bottom: 33px;
}

@media only screen and (max-width: 1339px) {
  .partners__title {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 799px) {
  .partners__title {
    margin-bottom: 0;
  }
}

.partners__list {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 6px 18px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1339px) {
  .partners__list {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.partners .slick-initialized .slick-slide {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1339px) {
  .partners .slick-initialized .slick-slide {
    height: 67px;
  }
}

.partners__logo {
  display: block;
}

@media only screen and (max-width: 1339px) {
  .partners__logo {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}

@media only screen and (max-width: 799px) {
  .partners__logo {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
}

/* gallery-box */
.map-box {
  padding: 60px 0;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1339px) {
  .map-box {
    margin-bottom: 10px;
    padding: 10px 0;
  }
}

.map {
  position: relative;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1023px) {
  .map {
    display: none;
  }
}

.map-box__text {
  margin: 0 auto 60px;
  max-width: 1100px;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .map-box__text {
    max-width: 625px;
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 799px) {
  .map-box__text {
    margin-bottom: 27px;
  }
}

.map__screen {
  display: block;
  width: 100%;
}

.map__point {
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fceb0e;
  cursor: pointer;
  white-space: nowrap;
}

.map__point_lg {
  height: 22px;
  width: 22px;
}

.map__point_canada {
  top: 19%;
  left: 14.6%;
}

.map__point_usa {
  top: 34.7%;
  left: 18.3%;
}

.map__point_scotland {
  top: 25.7%;
  left: 45.3%;
}

.map__point_ireland {
  top: 29.6%;
  left: 43.9%;
}

.map__point_wales {
  top: 30.5%;
  left: 45.6%;
}

.map__point_belgium {
  top: 33%;
  left: 46.7%;
}

.map__point_france {
  top: 35.3%;
  left: 47.5%;
}

.map__point_spain {
  top: 38.8%;
  left: 46.1%;
}

.map__point_portugal {
  top: 40.9%;
  left: 44.8%;
}

.map__point_netherlands {
  top: 31.7%;
  left: 48.1%;
}

.map__point_denmark {
  top: 27.6%;
  left: 49.5%;
}

.map__point_sweden {
  top: 22.3%;
  left: 51%;
}

.map__point_finland {
  top: 23.4%;
  left: 53.6%;
}

.map__point_germany {
  top: 32.7%;
  left: 49.8%;
}

.map__point_austria {
  top: 34.5%;
  left: 51.3%;
}

.map__point_italy {
  top: 37.8%;
  left: 50.4%;
}

.map__point_uk {
  top: 27.9%;
  left: 46.1%;
}

.map__point_australia {
  top: 76.6%;
  left: 84.3%;
}

.map__hint {
  position: absolute;
  left: 50%;
  top: calc(-100% - 22px);
  z-index: 5;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  min-width: 88px;
  padding: 2px 10px 4px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 18px rgba(0, 7, 3, 0.3);
  font-size: 17px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  transition: all 0.25s ease;
}

.map__hint:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.map__point_lg .map__hint {
  top: calc(-100% - 12px);
}

.map__point:hover .map__hint {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.countries-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .countries-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 799px) {
  .countries-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.countries-list__item {
  position: relative;
  box-sizing: border-box;
  width: 20%;
  margin: 4px 0;
  padding-left: 21px;
  padding-right: 12px;
  font: 16px/1.3 'proxima_nova_softregular', sans-serif;
}

.countries-list__item:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #fceb0e;
}

@media only screen and (max-width: 799px) {
  .countries-list__item {
    width: calc(30% - 2 * 10px);
    margin: 4px 10px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .countries-list__item {
    width: 115px;
  }
}

.support {
  overflow: hidden;
  padding-top: 37px;
}

@media only screen and (max-width: 799px) {
  .support {
    padding-top: 4px;
  }
}

.support__title {
  margin-bottom: 38px;
}

@media only screen and (max-width: 1339px) {
  .support__title {
    margin-bottom: 5px;
  }
}

.support__button-row {
  margin-bottom: 38px;
  padding: 35px 0;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .support__button-row {
    margin-bottom: 28px;
    padding: 22px 0;
  }
}

@media only screen and (max-width: 799px) {
  .support__button-row {
    margin-bottom: 18px;
    padding: 16px 0;
  }
}

.support__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1339px) {
  .support__image {
    width: 93%;
  }
}

/* buttons, mark */
.button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 230px;
  min-height: 56px;
  border: 1px solid #fceb0e;
  padding: 16px 15px 14px;
  border-radius: 3px;
  background: #fceb0e;
  font: 16px/1.3 'latoregular', sans-serif;
  color: #4f4f4f;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.button:hover, .button:focus {
  background: #fcdd0e;
  text-decoration: none;
  color: #4f4f4f;
}

.button_text_yellow {
  background: transparent;
  color: #fceb0e;
}

@media only screen and (max-width: 1339px) {
  .button {
    min-height: 50px;
    padding: 13px 15px;
  }
}

@media only screen and (max-width: 799px) {
  .button {
    min-height: 42px;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.button-media {
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 230px;
  min-height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 10px;
  background: #fceb0e;
  border: 1px solid #fceb0e;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.3;
  color: #4f4f4f;
  text-align: center;
  transition: all 0.25s ease;
}

.button-media:hover, .button-media:focus {
  background: #fcdd0e;
  text-decoration: none;
  color: #4f4f4f;
}

.button-media_text_yellow {
  background: transparent;
  color: #fceb0e;
}

@media only screen and (max-width: 1339px) {
  .button-media {
    min-height: 50px;
    padding: 6px 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 799px) {
  .button-media {
    min-height: 42px;
    width: 200px;
  }
}

.button-media__icon {
  margin-right: 22px;
  position: relative;
  font-size: 28px;
  line-height: 1;
}

.intro__button {
  width: 292px;
  font-size: 20px;
}

@media only screen and (max-width: 1339px) {
  .intro__button {
    width: 280px;
    min-height: 50px;
    padding: 6px 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 799px) {
  .intro__button {
    min-height: 42px;
    width: 200px;
  }
}

/* !buttons */
.footer {
  background: #f4f5f7;
  font-size: 16px;
}

@media only screen and (max-width: 1339px) {
  .footer {
    font-size: 14px;
  }
}

.footer__topline {
  padding-top: 41px;
  padding-bottom: 33px;
}

@media only screen and (max-width: 1339px) {
  .footer__topline {
    padding-top: 36px;
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 799px) {
  .footer__topline {
    padding-top: 9px;
    padding-bottom: 16px;
  }
}

.footer__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1339px) {
  .footer__section {
    display: block;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 799px) {
  .footer__section {
    display: none;
  }
}

.footer__contacts {
  -ms-flex-preferred-size: 142px;
  flex-basis: 142px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 1339px) {
  .footer__contacts {
    display: none;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  width: 1050px;
  margin: 0 -10px;
}

@media only screen and (max-width: 1339px) {
  .footer__menu {
    width: auto;
  }
}

.footer__menu-column {
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 142px;
}

@media only screen and (max-width: 1339px) {
  .footer__menu-column {
    max-width: 124px;
  }
  .footer__menu-column:first-child {
    display: none;
  }
}

.footer__title {
  font: 16px 'latoregular', sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
}

@media only screen and (max-width: 1339px) {
  .footer__title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 799px) {
  .footer__title {
    font-size: 16px;
  }
}

.footer__menu-title {
  margin-bottom: 10px;
}

.list {
  line-height: 1.875;
}

@media only screen and (max-width: 1339px) {
  .list {
    line-height: 2;
  }
}

.list__link:hover {
  text-decoration: underline;
}

.linkage-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 13px;
  padding: 10px 0;
}

@media only screen and (max-width: 1339px) {
  .linkage-line {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 799px) {
  .linkage-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 1339px) {
  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 799px) {
  .subscribe {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.subscribe__title {
  padding: 6px 0;
  margin-right: 45px;
}

@media only screen and (max-width: 1339px) {
  .subscribe__title {
    margin-right: 0;
    padding: 0;
    margin-bottom: 18px;
  }
}

.subscrube__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 799px) {
  .subscrube__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 32px;
  }
}

.subscribe__control {
  position: relative;
  width: 252px;
  margin-bottom: 9px;
}

.subscribe__control:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #4f4f4f;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  visibility: hidden;
  transition: all 0.25s ease;
}

.subscribe__control:hover:after {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 799px) {
  .subscribe__control {
    width: 320px;
    margin-bottom: 35px;
  }
}

.subscribe__input {
  box-sizing: border-box;
  display: block;
  height: 28px;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #9e9e9e;
  background: transparent;
  font-size: 16px;
  text-overflow: ellipsis;
  color: #4f4f4f;
  transition: all 0.25s ease;
}

.subscribe__input:hover {
  border-color: #ddd;
}

.subscribe__button {
  box-sizing: border-box;
  display: inline-block;
  width: 147px;
  margin-left: 54px;
  border: 1px solid #fceb0e;
  padding: 10px 10px 12px 10px;
  border-radius: 4px;
  background: #fff;
  font: 16px/1.3 'latoregular', sans-serif;
  color: #4f4f4f;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.subscribe__button:hover {
  background: #fceb0e;
}

@media only screen and (max-width: 1339px) {
  .subscribe__button {
    margin-left: 18px;
    width: 135px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 799px) {
  .subscribe__button {
    margin-left: 0;
    width: 180px;
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 1339px) {
  .follow {
    min-width: 156px;
  }
}

@media only screen and (max-width: 799px) {
  .follow {
    min-width: 180px;
  }
}

.follow__title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 799px) {
  .follow__title {
    display: none;
  }
}

.follow__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}

@media only screen and (max-width: 1339px) {
  .follow__links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.follow__item {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
  width: 39px;
  margin: 0 6px;
  border-radius: 50%;
  border: 1px solid #a4a4a5;
  background: transparent;
  color: #9e9e9e;
  transition: all 0.25s ease;
}

.follow__item:hover {
  background: #fceb0e;
  border-color: #fceb0e;
  color: #858585;
}

.follow__icon {
  font-size: 16px;
  line-height: 1;
}

.follow__icon.icon-twitter {
  font-size: 22px;
}

.follow__icon.icon-instagram {
  font-size: 17px;
}

.footer__botline {
  padding: 26px 0;
  background: #e6e7e9;
}

@media only screen and (max-width: 1339px) {
  .footer__botline {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 799px) {
  .footer__botline {
    display: none;
  }
}

.copyright {
  font: 15px/1.3 'latolight', sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .copyright {
    font-size: 14px;
  }
}
