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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.screen-intro__content {
  position: relative;
  color: #fff;
  z-index: 1 !important;
  padding-right: 8.33333vw;
  padding-left: 8.33333vw;
  padding-top: calc(252.25384px + 2.38715vw + 6.6586vh);
}

._line-anim-prepare {
  overflow: hidden;
}

.screen-intro__scroll-hint {
  margin-top: calc(-19.92938px + 1.5191vw + 4.23729vh);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 4%;
  left: 50%;
}

._line-anim-prepare._anim-animated span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._line-anim-prepare span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scroll-hint {
  width: 30px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 17px;
  position: relative;
  margin: 1px;
}

.scroll-hint__dot {
  width: 2px;
  height: 8px;
  position: absolute;
  left: calc(50% - 1px);
  top: 7px;
  border-radius: 1px;
  overflow: hidden;
}

.scroll-hint__dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: a 4s ease infinite;
  animation: a 4s ease infinite;
}

.scroll-hint__dot {
  width: 2px;
  height: 8px;
  position: absolute;
  left: calc(50% - 1px);
  top: 7px;
  border-radius: 1px;
  overflow: hidden;
}

.scroll-hint__dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: a 4s ease infinite;
  animation: a 4s ease infinite;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: scaleY(1) translate3d(0, 102%, 0);
            transform: scaleY(1) translate3d(0, 102%, 0);
  }
}

@keyframes a {
  0% {
    -webkit-transform: scaleY(0) translateY(-2px);
            transform: scaleY(0) translateY(-2px);
  }
  25% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  95% {
    -webkit-transform: scaleY(1) translate3d(0, 101%, 0);
            transform: scaleY(1) translate3d(0, 101%, 0);
  }
  to {
    -webkit-transform: scaleY(1) translate3d(0, 102%, 0);
            transform: scaleY(1) translate3d(0, 102%, 0);
  }
}

@media (max-width: 750px) {
  .scroll-hint {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

body {
  font-size: 24px;
  color: #35a253;
  font-family: "DIN Condensed";
}

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

.flex-container {
  max-width: 1000px;
  padding: 0 0 0 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 0;
}

@media (max-width: 750px) {
  .flex-container {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 30px;
  }
}

@media (max-width: 680px) {
  .flex-container {
    padding: 0;
  }
}

.header {
  background-color: #17a34e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  overflow-x: hidden;
}

@media (min-width: 750px) {
  .header {
    height: 80vh;
    background-color: #35a253;
  }
}

@media (min-height: 1000px) {
  .header {
    height: 65vh;
  }
}

.header-block {
  padding: 65px 0;
  width: 40%;
  z-index: 10;
}

@media (max-width: 750px) {
  .header-block {
    width: 100%;
    padding: 20px 0 0px;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .header-block {
    padding: 15px 15px 0px 15px;
  }
}

.header-photo {
  width: 60%;
}

@media (max-width: 750px) {
  .header-photo {
    width: 100%;
  }
}

.header-img {
  background-image: url(../img/kyselevskiy.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  background-position-x: 11%;
  right: calc(1000px - 115%);
  background-size: cover;
}

@media (min-width: 1450px) {
  .header-img {
    right: calc(1030px - 125%);
    width: 100%;
  }
}

@media (min-width: 1650px) {
  .header-img {
    right: calc(1030px - 150%);
    width: 1300px;
    background-position: center;
  }
}

@media (max-width: 1030px) {
  .header-img {
    left: 30%;
  }
}

@media (min-width: 1000px) and (min-height: 1300px) {
  .header-img {
    left: 6%;
    width: 100%;
  }
}

@media (max-width: 850px) {
  .header-img {
    left: 12%;
  }
}

@media (max-width: 750px) {
  .header-img {
    background-image: url(../img/kyselevskiy2.jpg);
    width: 100%;
    background-size: 100%;
    position: unset;
    padding-top: 50%;
  }
}

.header-btn {
  background-size: contain;
  z-index: 15;
}

.header-block h1 {
  color: #fff;
  text-transform: uppercase;
}

.header-block h1 > span {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 1000px) and (orientation: portrait) {
  .header-block h1 > span {
    font-size: 1.6em !important;
  }
}

.header-block h1 > span.text1 {
  font-size: 1.7em;
  color: #FEDC00;
  line-height: 1.02em;
}

@media (min-height: 800px) {
  .header-block h1 > span.text1 {
    font-size: 65px;
  }
}

@media (max-width: 1000px) {
  .header-block h1 > span.text1 {
    font-size: 50px;
    line-height: 1em;
  }
}

@media (max-width: 770px) {
  .header-block h1 > span.text1 {
    font-size: 48px;
  }
}

@media (max-width: 600px) {
  .header-block h1 > span.text1 {
    font-size: 44px;
  }
}

@media (max-width: 500px) {
  .header-block h1 > span.text1 {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  .header-block h1 > span.text1 {
    font-size: 30px;
  }
}

.header-block h1 > span.text2 {
  color: white;
}

@media (min-height: 800px) {
  .header-block h1 > span.text2 {
    font-size: 43px;
  }
}

@media (max-width: 1000px) {
  .header-block h1 > span.text2 {
    font-size: 29px;
  }
}

@media (max-width: 770px) {
  .header-block h1 > span.text2 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .header-block h1 > span.text2 {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .header-block h1 > span.text2 {
    font-size: 18px;
  }
}

.header-block h1 > span.text3 {
  font-size: 42px;
  color: #FEDC00;
}

@media (min-height: 800px) {
  .header-block h1 > span.text3 {
    font-size: 51px;
  }
}

@media (max-width: 1000px) {
  .header-block h1 > span.text3 {
    font-size: 34px;
  }
}

@media (max-width: 770px) {
  .header-block h1 > span.text3 {
    font-size: 32px;
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .header-block h1 > span.text3 {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .header-block h1 > span.text3 {
    font-size: 26px;
  }
}

.section-reports {
  background-color: #FEDC00;
}

@media (max-width: 1030px) {
  .section-reports {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 750px) {
  .section-reports {
    height: 20vh;
  }
}

.section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 645px) {
  .section-block {
    padding: 20px 0;
  }
}

.report-item {
  width: 50%;
  padding: 0px 10px;
}

.report-small {
  width: 16.6%;
  padding: 0px 7px;
}

.report-small a {
  font-size: 0.85em;
}

@media (max-width: 990px) {
.report-small a {
  font-size: 0.72em;
}
}

@media (max-width: 830px) {
.report-small a {
  font-size: 0.64em;
}
}

@media (max-width: 750px) {
.report-small a {
  font-size: 0.5em;
}
}

@media (max-width: 645px) {
.report-small a {
  font-size: 0.7em;
}
}

@media (max-width: 645px) {
  .report-item {
    width: 100%;
    padding: 0px 30px;
  }
}

@media (max-width: 645px) {
  .report-item:first-of-type {
    margin-top: 10px;
  }
}

.report-link {
  padding: 15px 25px;
  background-color: #0365A5;
  color: #FEDC00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media (max-width: 990px) {
  .report-link {
    font-size: 26px;
  }
}

@media (max-width: 830px) {
  .report-link {
    font-size: 23px;
  }
}

@media (max-width: 750px) {
  .report-link {
    font-size: 18px;
    margin: 30px 0;
  }
}

@media (max-width: 660px) {
  .report-link {
    font-size: 16px;
  }
}

@media (max-width: 645px) {
  .report-link {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}

.report-small a:hover {
  background: #35a253;
}

.section-reports .section-block .report-item:first-child a:hover, .section-reports .section-block .report-item:nth-child(2) a:hover, .section-reports .section-block .report-item:nth-child(3) a:hover {
  background: #787b68;
}

.interview {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
}

@media (max-width: 686px) {
  .interview {
    padding: 0 20px;
  }
}

.interview-title {
  text-transform: uppercase;
  font-size: 40px;
  margin: 50px 0px 40px;
  color: #35a253;
  text-align: center;
}

@media (max-width: 800px) {
  .interview-title {
    margin: 30px 0px 30px;
    font-size: 30px;
  }
}

@media (max-width: 660px) {
  .interview-title {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .interview-title {
    font-size: 26px;
  }
}

.interview-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .interview-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 639px) {
  .interview-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 655px) {
  .interview-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.interview-item {
  width: 300px;
  margin-bottom: 1.5em;
}

.interview-video {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: .5em;
  position: relative;
}

.interview-video::after {
  content: '';
  background-image: url("../icons/icon-play.svg");
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .3;
  cursor: pointer;
}

.interview-video:hover:after {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.interview-video img {
  border-radius: 10px;
}

.interview-source {
  background-color: #FEDC00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 7px 9px 4px 9px;
  border-radius: 7px;
  color: #35a253;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-size: 0.9em;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 660px) {
  .interview-source {
    font-size: 0.8em;
    padding: 4px 7px 1px 7px;
  }
}

@media (max-width: 500px) {
  .interview-source {
    font-size: 0.7em;
    padding: 4px 7px 1px 7px;
  }
}

.interview-source:hover {
  background-color: #0365A5;
  color: white;
}

.interview-name {
  display: block;
  color: #35a253;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 10px 0px 20px;
  min-height: 85px;
}

@media (max-width: 660px) {
  .interview-name {
    font-size: 0.9em;
  }
}

@media (max-width: 500px) {
  .interview-name {
    font-size: 0.8em;
  }
}

.interview-name:hover {
  color: #0365A5;
  cursor: pointer;
}

.articles {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
}

.articles-title {
  text-transform: uppercase;
  font-size: 40px;
  margin: 50px 0px 60px;
  color: #35a253;
  text-align: center;
}

@media (max-width: 800px) {
  .articles-title {
    margin: 30px 0px 30px;
    font-size: 30px;
  }
}

@media (max-width: 660px) {
  .articles-title {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .articles-title {
    font-size: 26px;
  }
.articles-block {
  justify-content: center !important;
}
}

.articles-block .articles-item img {
    margin-bottom: 20px;
}

.articles-block { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articles-item {
  margin-bottom: 1.5em;
  width: 300px;
}

.articles-video {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: .5em;
  position: relative;
}

.articles-source {
  background-color: #FEDC00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 7px 9px 5px 9px;
  border-radius: 7px;
  color: #35a253;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-size: 0.9em;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 660px) {
  .articles-source {
    font-size: 0.8em;
    padding: 4px 7px 1px 7px;
  }
}

@media (max-width: 500px) {
  .articles-source {
    font-size: 0.7em;
    padding: 4px 7px 1px 7px;
  }
}

.articles-source:hover {
  background-color: #0365A5;
  color: white;
}

.articles-name {
  display: block;
  color: #35a253;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 660px) {
  .articles-name {
    font-size: 0.9em;
  }
}

@media (max-width: 500px) {
  .articles-name {
    font-size: 0.8em;
  }
}

.articles-name:hover {
  color: #0365A5;
  cursor: pointer;
}

.social-media {
  background-color: #35a253;
}

.social-media-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 20px 0 25px;
  margin-bottom: 16px;
}

.social-media-link {
    text-align: center;
    color: #fff;
    text-decoration: none;
    max-width: 100px;
}

.social-media-link:hover {
    color: #FEDC00;
}

footer .social-media-link {
    text-align: center;
    color: #FEDC00;
}

footer .social-media-link:hover {
    color: #0365A5;
}

@media (max-width: 909px) {
  footer .social-media-link {
      text-align: left;
      color: #FEDC00;
  }
  footer .social-media-link:hover {
      text-align: left;
      color: #0365A5;
  }
}

@media (max-width: 800px) {
  .social-media-text {
    font-size: 1.2em;
  }
}

@media (max-width: 690px) {
  .social-media-text {
    padding: 0px;
    margin-bottom: 20px;
    font-size: 1.1em;
  }
}

.social-media-item {
  width: calc((100% - 100px) / 2);
}

.social-media-item:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 690px) {
  .social-media-item:nth-child(even) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 690px) {
  .social-media-item {
    width: 100%;
  }
}

.social-media-link + .social-media-link {
  margin-left: 50px;
}

.social-media-block {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 690px) {
  .social-media-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.icon {
  width: 60px;
  height: 60px;
  fill: white;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icon:hover {
  fill: #FEDC00;
}

@media (max-width: 690px) {
  .icon {
    width: 50px;
    height: 50px;
  }
}

.welcome {
  text-align: center;
}

.welcome-title {
  color: #35a253;
  text-transform: uppercase;
  font-size: 40px;
  margin: 60px 0px 50px;
}

@media (max-width: 800px) {
  .welcome-title {
    margin: 30px 0px 30px;
    font-size: 30px;
  }
}

@media (max-width: 660px) {
  .welcome-title {
    margin: 20px 0px 20px;
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .welcome-title {
    font-size: 26px;
  }
}

.welcome-address {
  font-style: normal;
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 690px) {
  .welcome-address {
    font-size: 0.9em;
  }
}

@media (max-width: 500px) {
  .welcome-address {
    font-size: 0.8em;
  }
}

.welcome-mail::after {
  content: '';
  border-bottom: 2px solid #FEDC00;
  display: inline-block;
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.welcome-mail {
  line-height: 8px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.welcome-mail:hover {
  color: #0365A5;
}

.welcome-mail:hover::after {
  border-color: #0365A5;
}

.welcome-mail, .welcome-tel {
  text-align: center;
  color: #FEDC00;
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 690px) {
  .welcome-mail, .welcome-tel {
    font-size: 0.9em;
  }
}

@media (max-width: 500px) {
  .welcome-mail, .welcome-tel {
    font-size: 0.8em;
  }
}

.welcome-tel {
  font-size: 1.7em;
  color: #FEDC00;
  line-height: 65px;
  text-decoration: none;
  display: block;
  margin-bottom: 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 690px) {
  .welcome-tel {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .welcome-tel {
    margin-bottom: 10px;
  }
}

.welcome-tel:hover {
  color: #0365A5;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer {
  padding-top: 20px;
  background-color: #FEDC00;
}

.footer-block {
  background-color: #35a253;
  padding: 30px 0 15px 0;
}

@media (max-width: 680px) {
  .footer-block {
    padding-bottom: 0;
  }
}

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

.footer-item:nth-child(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 680px) {
  .footer-item:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 680px) {
  .footer-item:nth-child(2) {
    margin-top: 10px;
  }
}

.footer-item:nth-child(3) {
  justify-self: flex-end;
}

@media (max-width: 680px) {
  .footer-item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-cr, .footer-mail, .footer-tel {
  color: #FEDC00;
}

.footer-cr {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-cr:hover {
  color: #0365A5;
}

.footer-cr:hover .footer-cr {
  color: #0365A5;
}

.footer-tel {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 10px;
  font-size: 34px;
}

@media (max-width: 800px) {
  .footer-tel {
    margin-bottom: 15px;
  }
}

@media (max-width: 680px) {
  .footer-tel {
    margin-bottom: 10px;
  }
}

.footer-mail {
  font-size: 28px;
}

@media (max-width: 800px) {
  .footer-mail {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 680px) {
  .footer-mail {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .footer-mail {
    font-size: 24px;
  }
}

.footer-media-link .icon {
  fill: #FEDC00;
  -webkit-transition: .3s;
  transition: .3s;
  width: 50px;
  height: 50px;
}

.footer-media-link .icon:hover {
  fill: #0365A5;
  -webkit-transition: .3s;
  transition: .3s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map {
  height: 500px;
}
/*# sourceMappingURL=main.css.map */