@font-face {
  font-family: "SourceSansProRegular";
  src: url("../fonts/SourceSansProRegular/SourceSansProRegular.woff2") format("woff2"), url("../fonts/SourceSansProRegular/SourceSansProRegular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: optional;
}

@font-face {
  font-family: "SourceSansProLight";
  src: url("../fonts/SourceSansProLight/SourceSansProLight.woff2") format("woff2"), url("../fonts/SourceSansProLight/SourceSansProLight.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: optional;
}

@font-face {
  font-family: "SourceSansProBold";
  src: url("../fonts/SourceSansProBold/SourceSansProBold.woff2") format("woff2"), url("../fonts/SourceSansProBold/SourceSansProBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: optional;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

html {
  height: 100%;
  font-size: 100%;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select::-ms-expand {
  display: none;
}

label,
button,
select {
  cursor: pointer;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #666;
  padding: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #000;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #000;
}

body {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", Arial, Tahoma, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
}

section {
  position: relative;
}

main {
  position: relative;
  background: url(../img/general/top-banner-bg.jpg) top center no-repeat, #efefef url(../img/general/footer-bg.jpg) right bottom 66px no-repeat;
  background-size: contain, 1850px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 10px;
}

.no-scroll {
  overflow: hidden;
}

@-webkit-keyframes bannerOverlayScroll {
  from {
    background-size: 18%;
  }
  to {
    background-size: 22%;
  }
}

@keyframes bannerOverlayScroll {
  from {
    background-size: 18%;
  }
  to {
    background-size: 22%;
  }
}

@-webkit-keyframes bannerScroll {
  from {
    background-color: #004695;
    opacity: 1;
  }
  to {
    background-color: #004695;
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}

@keyframes bannerScroll {
  from {
    background-color: #004695;
    opacity: 1;
  }
  to {
    background-color: #004695;
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  height: 100vh;
  width: 100%;
  z-index: 999;
}

.container-header {
  max-width: 1740px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.logo {
  position: absolute;
  top: -60px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 410px;
  height: 410px;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
}

.logo img {
  display: block;
  max-width: 295px;
  width: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.56);
  z-index: 1;
}

.header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  width: 100%;
}

.header__list li {
  margin-left: 20px;
  max-width: 140px;
  width: 100%;
  text-align: center;
}

.header__list li:first-child {
  margin-left: 0;
}

.header__list a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  font: 600 20px/28px "Open Sans", Arial, Tahoma, sans-serif;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

.header__list a:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #790000;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

.header__list a:hover:after {
  width: 100%;
}

.header__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 100px;
  max-width: 220px;
  min-width: 220px;
  width: 100%;
  height: 60px;
  border: none;
  background-color: transparent;
  font: 600 20px/28px "Open Sans", Arial, Tahoma, sans-serif;
  color: #333333;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.header__btn:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 16px;
  height: 3px;
  width: 0;
  background-color: #790000;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

.header__btn:hover:after {
  width: 100%;
}

.top-banner {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(rgba(238, 238, 238, 0))), url(../img/general/top-banner-bg.jpg) top center no-repeat;
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, rgba(238, 238, 238, 0) 100%), url(../img/general/top-banner-bg.jpg) top center no-repeat;
  background: -o-linear-gradient(bottom, #eeeeee 0%, rgba(238, 238, 238, 0) 100%), url(../img/general/top-banner-bg.jpg) top center no-repeat;
  background: linear-gradient(to top, #eeeeee 0%, rgba(238, 238, 238, 0) 100%), url(../img/general/top-banner-bg.jpg) top center no-repeat;
  background-size: contain;
}

.top-banner__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/general/top-banner-overlay.jpg) center top no-repeat;
  background-size: cover;
  height: 100%;
  z-index: 10;
  -webkit-transition: -webkit-transform .6s linear;
  transition: -webkit-transform .6s linear;
  -o-transition: transform .6s linear;
  transition: transform .6s linear;
  transition: transform .6s linear, -webkit-transform .6s linear;
  visibility: hidden;
}

.top-banner__overlay.active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.top-banner__overlay-img {
  margin: 5% 0 0 310px;
  max-width: 37%;
  width: 100%;
}

.top-banner__overlay-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.top-banner__overlay-scroll {
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #002e62 url(../img/general/top-banner-overlay-sign.png) center center no-repeat;
  background-size: 18%;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-animation: bannerOverlayScroll 1s infinite alternate;
          animation: bannerOverlayScroll 1s infinite alternate;
  visibility: hidden;
}

.top-banner__overlay-scroll:hover {
  background-size: 22%;
}

.top-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap column;
          flex-flow: nowrap column;
  margin: 0 auto;
  padding-top: 430px;
  max-width: 700px;
  width: 100%;
}

.top-banner__title img {
  display: block;
  width: 100%;
  max-width: 664px;
}

.top-banner__title span {
  margin-top: 10px;
  margin-left: auto;
  color: #323232;
  font: 400 24px/24px "Raleway", Arial, Tahoma, sans-serif;
}

.top-banner__scroll {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #002e62;
  cursor: pointer;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
  visibility: hidden;
}

.top-banner__scroll:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #004695;
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: bannerScroll 1.2s infinite;
          animation: bannerScroll 1.2s infinite;
}

.top-banner__scroll:hover {
  background-color: #004695;
}

.top-banner__scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap column;
          flex-flow: nowrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  width: 28px;
  height: 50px;
  border-radius: 14px;
  border: 2px solid #fff;
}

.top-banner__scroll-inner span {
  width: 8px;
  height: 2px;
  background-color: #fff;
}

.top-banner__scroll-inner span:last-child, .top-banner__scroll-inner span:first-child {
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  background-color: transparent;
}

.top-banner__scroll-inner span:last-child:after, .top-banner__scroll-inner span:first-child:after {
  content: '';
  position: absolute;
  top: 2px;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2px 5px 2px;
  border-color: transparent transparent #002e62 transparent;
  background-color: transparent;
}

.top-banner__scroll-inner span:last-child {
  border-width: 8px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.top-banner__scroll-inner span:last-child:after {
  top: -7px;
  border-width: 5px 2px 0 2px;
  border-color: #002e62 transparent transparent transparent;
}

.top-banner__home {
  position: relative;
  max-width: 1580px;
  width: 100%;
  margin: 170px auto 0;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.27);
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.27);
  background-color: #efefef;
}

.top-banner__home-top {
  padding: 64px 90px 52px;
  width: 50%;
}

.top-banner__home-title {
  color: #323232;
  text-align: right;
}

.top-banner__home-title p {
  font: italic 300 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.top-banner__home-title span {
  font: 600 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.top-banner__home-bot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  padding: 50px 150px 70px;
}

.top-banner__home-bot h3 {
  margin-bottom: 50px;
  font: 600 36px/48px "Raleway", Arial, Tahoma, sans-serif;
  color: #323232;
}

.top-banner__home-bot p {
  font: 400 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #323232;
  text-align: justify;
}

.top-banner__home-decor {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.top-banner__home-decor:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 106px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  background-color: #000;
}

.top-banner__home-decor:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: #000;
}

.top-banner__home-decor span {
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font: 400 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #323232;
}

.top-banner__home-left {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 80px 0 auto;
}

.top-banner__home-right {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto 0 80px;
}

.about-offers-wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), color-stop(50%, rgba(238, 238, 238, 0.56)), to(#eeeeee)), url(../img/general/about-offers-bg.jpg) center top 450px no-repeat;
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, rgba(238, 238, 238, 0.56) 50%, #eeeeee 100%), url(../img/general/about-offers-bg.jpg) center top 450px no-repeat;
  background: -o-linear-gradient(bottom, #eeeeee 0%, rgba(238, 238, 238, 0.56) 50%, #eeeeee 100%), url(../img/general/about-offers-bg.jpg) center top 450px no-repeat;
  background: linear-gradient(to top, #eeeeee 0%, rgba(238, 238, 238, 0.56) 50%, #eeeeee 100%), url(../img/general/about-offers-bg.jpg) center top 450px no-repeat;
  background-size: contain;
}

.about:after,
.offers:after,
.r-and-d:after,
.team:after,
.contact:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 60px;
  background-color: #efefef;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.about {
  position: relative;
  padding: 90px 0 60px;
  background-color: #002e62;
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 150px 0;
}

.about__items-left {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 80px 0 auto;
}

.about__items-right {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto 0 80px;
}

.about__item {
  width: 100%;
  max-width: 540px;
  margin-bottom: 100px;
  text-align: justify;
}

.about h3 {
  margin-bottom: 56px;
  color: #fff;
  font: 600 36px/36px "Raleway", Arial, Tahoma, sans-serif;
}

.about p {
  font: 400 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #fff;
}

.about .top-banner__home-decor {
  top: 106px;
  padding-top: 34px;
}

.about .top-banner__home-decor span {
  color: #fff;
}

.about .top-banner__home-decor:after, .about .top-banner__home-decor:before {
  background-color: #fff;
}

.about .top-banner__home-decor:after {
  top: 118px;
}

.offers {
  position: relative;
  padding: 194px 0 150px;
  background-color: #efefef;
  -webkit-box-shadow: -11px 0px 20px -14px rgba(0, 0, 0, 0.27), 11px 0px 20px -14px rgba(0, 0, 0, 0.27);
          box-shadow: -11px 0px 20px -14px rgba(0, 0, 0, 0.27), 11px 0px 20px -14px rgba(0, 0, 0, 0.27);
}

.offers:after {
  background-color: #002e62;
}

.offers__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offers__item {
  margin-top: 8px;
  max-width: 340px;
  width: 100%;
  z-index: 2;
}

.offers__item .offers__title {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.offers__item .offers__title p {
  font: 400 14px/18px "Open Sans", Arial, Tahoma, sans-serif;
}

.offers__item .offers__title h4 {
  margin-bottom: 4px;
  color: #790000;
  font: 600 18px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.offers__text {
  margin: 0 0 100px 0;
  font: italic 400 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #002e62;
  text-align: right;
}

.offers__text:first-of-type {
  max-width: 456px;
  width: 100%;
  text-align: right;
}

.offers__text:last-of-type {
  max-width: 456px;
  width: 100%;
  text-align: left;
}

.offers__text p {
  margin-left: auto;
  max-width: 556px;
  width: 100%;
}

.offers__title {
  margin: 0 0 40px auto;
  width: 50%;
}

.offers__title span {
  color: #790000;
  font: 600 18px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.offers__title p {
  color: #323232;
  font: 400 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 110px;
}

.offers__list li {
  position: relative;
  width: 100%;
  max-width: 220px;
  text-align: center;
}

.offers__list li:nth-child(odd) {
  margin-top: 60px;
}

.offers__list li:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  pointer-events: none;
  background-color: #d9d9d9;
}

.offers__list li:nth-child(1):after, .offers__list li:nth-child(5):after {
  top: -138px;
  height: 110px;
}

.offers__list li:nth-child(2):after, .offers__list li:nth-child(4):after {
  top: -74px;
  height: 46px;
}

.offers__list li:nth-child(3):after {
  top: -60px;
  height: 34px;
}

.offers__list li:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  pointer-events: none;
  background-color: #d9d9d9;
}

.offers__list li:nth-child(2):before, .offers__list li:nth-child(4):before {
  top: -102px;
  width: 200px;
}

.offers__list li:nth-child(2):before {
  left: 105px;
  -webkit-transform: rotate(164deg);
      -ms-transform: rotate(164deg);
          transform: rotate(164deg);
}

.offers__list li:nth-child(4):before {
  right: 105px;
  left: auto;
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
}

.offers__list li:nth-child(3):before {
  content: none;
}

.offers__list li:nth-child(1):before, .offers__list li:nth-child(5):before {
  top: -187px;
  width: 470px;
}

.offers__list li:nth-child(1):before {
  left: 105px;
  -webkit-transform: rotate(168deg);
      -ms-transform: rotate(168deg);
          transform: rotate(168deg);
}

.offers__list li:nth-child(5):before {
  right: 105px;
  left: auto;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.offers__list .offers__img {
  position: relative;
}

.offers__list .offers__img:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  height: 30px;
  width: 10px;
  background-color: #d9d9d9;
}

.offers__list h4 {
  margin-bottom: 4px;
  color: #790000;
  font: 600 18px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.offers__list p {
  color: #323232;
  font: 400 14px/18px "Open Sans", Arial, Tahoma, sans-serif;
  text-align: center;
}

.offers__img {
  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;
  margin: 0 auto 14px;
  width: 220px;
  height: 220px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.offers__img img {
  display: block;
  width: 50%;
}

.offers .top-banner__home-decor {
  top: 120px;
}

.offers .top-banner__home-decor:after, .offers .top-banner__home-decor:before {
  content: none;
}

.r-and-d {
  position: relative;
  padding: 190px 0 60px;
  background-color: #002e62;
}

.r-and-d-img {
  display: block;
  max-width: 540px;
  width: 100%;
  margin-bottom: 30px;
}

.r-and-d-wrapper {
  background-color: #eeeeee;
}

.r-and-d-wrapper .top-banner__home-decor {
  top: 116px;
  padding-top: 34px;
}

.r-and-d-wrapper .top-banner__home-decor span {
  text-transform: uppercase;
  color: #fff;
}

.r-and-d-wrapper .top-banner__home-decor:after, .r-and-d-wrapper .top-banner__home-decor:before {
  background-color: #fff;
}

.r-and-d-wrapper .top-banner__home-decor:after {
  top: 118px;
}

.r-and-d-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  padding: 0 150px;
}

.r-and-d-wrap p {
  color: #fff;
  font: 400 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.r-and-d-left {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 80px 0 auto;
}

.r-and-d-right {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto 0 80px;
}

.team {
  position: relative;
}

.team:after {
  background-color: #002e62;
}

.team__wrap {
  padding: 0 0 150px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.27);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.27);
  background-color: #efefef;
}

.team__decor-img {
  max-width: 350px;
}

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

.team__top {
  position: relative;
  padding: 300px 150px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  background-color: #efefef;
}

.team__top .top-banner__home-decor {
  top: 180px;
}

.team__left {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 80px 0 auto;
}

.team__left p {
  color: #323232;
  font: 400 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
}

.team__left .bold {
  font-weight: 700;
}

.team__right {
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto 0 80px;
}

.team__bot {
  background-color: #efefef;
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1340px;
  width: 100%;
}

.team__list li {
  max-width: 220px;
  width: 100%;
}

.team__list li:nth-child(odd) {
  margin-top: 64px;
}

.team__list h2 {
  margin-bottom: 3px;
  font: 600 16px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #323232;
}

.team__list h3 {
  margin-bottom: 10px;
  font: 600 18px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #790000;
}

.team__list p {
  font: 400 14px/18px "Open Sans", Arial, Tahoma, sans-serif;
  color: #323232;
}

.team__info {
  max-width: 190px;
  margin: 0 auto;
}

.team__img {
  margin-bottom: 20px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.team__img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 400ms linear;
}

.team__img-wrap {
  position: relative;
}

.team__img-wrap span {
  position: absolute;
  display: block;
  padding: 0 20px;
  color: #333;
  font: 400 24px/24px "Open Sans", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}

.team__img-wrap span:hover {
  color: #790000;
}

.team__img-wrap span:hover:before {
  opacity: 1;
}

.team__img-wrap span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 56px;
  border-radius: 27px;
  border: 2px solid #790000;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.team__img-wrap span:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 100%;
  width: 200%;
  height: 44px;
  background-color: transparent;
}

.team__img-wrap span:nth-child(2) {
  top: -5px;
  right: 28%;
}

.team__img-wrap span:nth-child(2):after {
  width: 110%;
}

.team__img-wrap span:nth-child(3) {
  top: 56px;
  right: 10%;
}

.team__img-wrap span:nth-child(3):after {
  width: 160%;
}

.team__img-wrap span:nth-child(4) {
  top: 130px;
  right: -0.5%;
}

.team__img-wrap span:nth-child(4):after {
  width: 210%;
}

.team__img-wrap span:nth-child(5) {
  top: 223px;
  right: 2%;
}

.team__img-wrap span:nth-child(5):after {
  width: 210%;
}

.team__img-wrap span:nth-child(6) {
  top: 294px;
  right: 11%;
}

.team__img-wrap span:nth-child(6):after {
  width: 160%;
}

.team__img-wrap span:nth-child(7) {
  top: 357px;
  right: 24%;
}

.team__img-wrap span:nth-child(7):after {
  width: 110%;
}

.contact {
  position: relative;
  padding: 180px 0 40px;
}

.contact:after {
  -webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.27);
}

.contact__thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 540px;
  font: 400 48px/48px "Open Sans", Arial, Tahoma, sans-serif;
  text-shadow: 4px 4px 2px #969696;
  color: #fff;
}

.contact__thank.active {
  display: none;
}

.contact__thank h3 {
  text-align: center;
}

.contact__form {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.contact__form .input-wrap {
  margin-bottom: 36px;
}

.contact__form .input-wrap:last-of-type {
  margin-bottom: 44px;
}

.contact__form .input-wrap input,
.contact__form .input-wrap textarea {
  padding: 20px 38px;
  max-width: 780px;
  width: 100%;
  -webkit-box-shadow: 4px 6px 7px #010101;
          box-shadow: 4px 6px 7px #010101;
  background-color: rgba(239, 239, 239, 0.66);
  font: 400 24px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #000;
}

.contact__form .input-wrap input::-webkit-input-placeholder,
.contact__form .input-wrap textarea::-webkit-input-placeholder {
  font: 400 24px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #fff;
}

.contact__form .input-wrap input:-moz-placeholder,
.contact__form .input-wrap textarea:-moz-placeholder {
  font: 400 24px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #fff;
}

.contact__form .input-wrap input::-moz-placeholder,
.contact__form .input-wrap textarea::-moz-placeholder {
  font: 400 24px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #fff;
}

.contact__form .input-wrap input:-ms-input-placeholder,
.contact__form .input-wrap textarea:-ms-input-placeholder {
  font: 400 24px/24px "Open Sans", Arial, Tahoma, sans-serif;
  color: #fff;
}

.contact__form .input-wrap input {
  height: 80px;
}

.contact__form .input-wrap textarea {
  height: 200px;
}

.contact__form button {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 1px solid transparent;
  background-color: #790000;
  color: #fdfdfd;
  font: 300 20px/24px "Open Sans", Arial, Tahoma, sans-serif;
  letter-spacing: 0.5px;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.contact__form button:hover {
  color: #790000;
  background-color: #fdfdfd;
  border: 2px solid #790000;
}

.footer .container {
  padding-bottom: 40px;
}

.footer:after {
  content: '';
  position: absolute;
  bottom: 0;
}

.footer__up {
  position: fixed;
  bottom: 80px;
  right: 20px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff url(../img/general/arrow.svg) center top 6px no-repeat;
  background-size: 70%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  z-index: 9;
}

.footer__up:hover {
  opacity: .7;
}

.footer__up:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1c6495;
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: bannerScroll 1.2s infinite;
          animation: bannerScroll 1.2s infinite;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__item {
  max-width: 300px;
  width: 100%;
  text-align: center;
  font: 400 16px/24px "Open Sans", "Raleway", Arial, Tahoma, sans-serif;
  color: #790000;
}

.footer__item a {
  font: 400 16px/24px "Open Sans", "Raleway", Arial, Tahoma, sans-serif;
  color: #790000;
}

.footer__item a:hover {
  text-decoration: underline;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 46px;
  background-color: #5b5c5e;
}

.footer-copyright a {
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.footer-copyright a:hover {
  color: #e2e2e2;
  text-decoration: none;
}

.footer-copyright__left a {
  color: #000;
  font: 400 16px/1 "Raleway", Arial, Tahoma, sans-serif;
  text-decoration: underline;
}

.footer-copyright__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}

.footer-copyright__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
  text-align: right;
}

.footer-copyright__info span,
.footer-copyright__info a {
  color: #000;
  font: 400 12px/1 "Raleway", Arial, Tahoma, sans-serif;
}

.footer-copyright__info a {
  text-decoration: underline;
}

.footer-copyright__logo {
  max-width: 107px;
  width: 100%;
}

.footer-copyright__logo a {
  display: block;
}

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

@media only screen and (min-width: 1920px) {
  .about-offers-wrap,
  .top-banner {
    background-size: cover;
  }
  .top-banner__overlay {
    background-size: cover;
    background-position: center bottom;
  }
  main {
    background-size: contain;
  }
}

@media only screen and (max-width: 1550px) {
  .team__top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .team__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 0 20px;
  }
  .team__left {
    margin: 0 20px 0 auto;
  }
  .team__decor-img {
    margin-left: 36px;
    max-width: 250px;
  }
  .team__img-wrap {
    width: 100%;
  }
  .team__img-wrap span {
    font-size: 16px;
  }
  .team__img-wrap span:nth-child(2) {
    top: -7px;
    left: 31%;
  }
  .team__img-wrap span:nth-child(3) {
    top: 38px;
    left: 46%;
  }
  .team__img-wrap span:nth-child(4) {
    top: 89px;
    left: 56.5%;
  }
  .team__img-wrap span:nth-child(5) {
    top: 156px;
    left: 56.5%;
  }
  .team__img-wrap span:nth-child(6) {
    top: 207px;
    left: 46%;
  }
  .team__img-wrap span:nth-child(7) {
    top: 252px;
    left: 31%;
  }
}

@media only screen and (max-width: 1400px) {
  .offers__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .offers__list li {
    width: 33%;
  }
  .offers__list li:nth-child(1), .offers__list li:nth-child(3) {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .top-banner__home-bot,
  .about__items,
  .r-and-d-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
  .top-banner__overlay-img {
    margin: 130px 0 0 140px;
    max-width: 500px;
    width: 100%;
  }
  .header__list li {
    max-width: 106px;
  }
  .header__list a {
    font-size: 16px;
  }
  .header__btn {
    margin-left: 20px;
    max-width: 190px;
    height: 50px;
  }
  .top-banner__home-bot h3 {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 36px;
  }
  .offers__img {
    height: 180px;
    width: 180px;
  }
  .offers__img img {
    width: 44%;
  }
  .offers__list {
    padding: 0 50px;
  }
  .offers__list li:nth-child(5):before, .offers__list li:nth-child(1):before {
    top: -179px;
    width: 390px;
  }
  .offers__list li:nth-child(4):before, .offers__list li:nth-child(5):before {
    right: 48%;
    left: auto;
  }
  .offers__list li:nth-child(1):before, .offers__list li:nth-child(2):before {
    left: 48%;
    right: auto;
  }
  .offers__list li:nth-child(2):before, .offers__list li:nth-child(3):before {
    top: -100px;
    width: 180px;
  }
  .header__btn {
    font-size: 16px;
    max-width: 170px;
    min-width: 170px;
    margin-left: 70px;
  }
  .header__btn:after {
    bottom: 11px;
  }
}

@media only screen and (max-width: 1200px) {
  .team__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .team__list li {
    max-width: 33%;
    text-align: center;
  }
  .team__list li:nth-child(4) {
    margin-top: 64px;
  }
  .team__img, .team__info {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .offers__list {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .about:after,
  .offers:after,
  .r-and-d:after,
  .team:after,
  .contact:after {
    top: -14px;
  }
  .top-banner__home-bot .top-banner__home-decor,
  .r-and-d-wrapper .top-banner__home-decor,
  .team .top-banner__home-decor,
  .offers .top-banner__home-decor,
  .about .top-banner__home-decor {
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
  }
  .top-banner__home-bot .top-banner__home-decor:after, .top-banner__home-bot .top-banner__home-decor:before,
  .r-and-d-wrapper .top-banner__home-decor:after,
  .r-and-d-wrapper .top-banner__home-decor:before,
  .team .top-banner__home-decor:after,
  .team .top-banner__home-decor:before,
  .offers .top-banner__home-decor:after,
  .offers .top-banner__home-decor:before,
  .about .top-banner__home-decor:after,
  .about .top-banner__home-decor:before {
    content: none;
  }
  .top-banner__home-bot .top-banner__home-decor span,
  .r-and-d-wrapper .top-banner__home-decor span,
  .team .top-banner__home-decor span,
  .offers .top-banner__home-decor span,
  .about .top-banner__home-decor span {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    color: #fff;
  }
  main {
    background-position: top center, right -190px bottom 90px;
  }
  .top-banner__overlay-img {
    max-width: 400px;
  }
  .top-banner__title img {
    margin: 0 auto;
    max-width: 500px;
  }
  .logo {
    top: 40px !important;
    width: 300px !important;
    height: 300px !important;
  }
  .logo img {
    max-width: 230px !important;
  }
  .top-banner__home-right {
    max-width: 100%;
    margin: 0px auto 0 10px;
  }
  .top-banner__home-left {
    max-width: 100%;
    margin: 0px 10px 0 auto;
  }
  .top-banner__home-bot {
    padding-left: 40px;
    padding-right: 40px;
  }
  .top-banner__home-bot h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .top-banner__home-bot .top-banner__home-decor span {
    color: #333;
  }
  .about {
    padding-bottom: 40px;
  }
  .about h3 {
    margin-bottom: 30px;
  }
  .about .top-banner__home-decor {
    padding: 0;
  }
  .about .top-banner__home-decor span {
    color: #002e62;
  }
  .about__item {
    margin-bottom: 60px;
  }
  .about__items {
    padding: 0 40px;
  }
  .about__items-left {
    margin: 0 10px 0 auto;
  }
  .about__items-right {
    margin: 0px auto 0 10px;
  }
  .offers .container {
    padding: 100px 0 60px;
  }
  .offers__item {
    margin-top: 100px;
  }
  .offers__text {
    padding-right: 10px;
  }
  .offers__text p {
    font-size: 15px;
  }
  .offers__text:first-of-type {
    padding-left: 10px;
    padding-right: 0;
  }
  .offers__item h4,
  .offers__item p {
    position: relative;
    z-index: 2;
    background-color: #efefef;
  }
  .offers__img {
    position: relative;
    z-index: 2;
    margin-bottom: 4px;
  }
  .offers__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    padding: 0 10px;
  }
  .offers__list p {
    position: relative;
    background-color: #efefef;
    z-index: 2;
  }
  .offers__list h4 {
    position: relative;
    background-color: #efefef;
    z-index: 2;
    margin-bottom: 0;
    font-size: 16px;
  }
  .offers__list li {
    width: 340px;
    max-width: 100%;
  }
  .offers__list li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 20px;
  }
  .offers__list li:nth-child(1):before {
    width: 250px;
    top: -164px;
    left: 49%;
  }
  .offers__list li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .offers__list li:nth-child(2):before {
    top: -290px;
    width: 440px;
    left: auto;
    right: 23%;
    -webkit-transform: rotate(62deg);
        -ms-transform: rotate(62deg);
            transform: rotate(62deg);
  }
  .offers__list li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
  .offers__list li:nth-child(3):after {
    top: auto;
    height: 800px;
    bottom: 100%;
  }
  .offers__list li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .offers__list li:nth-child(4):before {
    top: -290px;
    width: 440px;
    left: 23%;
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .offers__list li:nth-child(5) {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offers__list li:nth-child(5):before {
    width: 250px;
    top: -164px;
    right: 49%;
  }
  .r-and-d {
    padding: 80px 0 80px;
  }
  .r-and-d-wrapper .top-banner__home-decor {
    padding: 0;
  }
  .r-and-d-wrapper .top-banner__home-decor span {
    color: #002e62;
  }
  .r-and-d-wrap {
    padding: 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
  }
  .r-and-d-left {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .r-and-d-right {
    margin: 0;
    max-width: 100%;
  }
  .team__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
    padding: 74px 50px 40px;
  }
  .team__right {
    margin: 0 auto;
  }
  .team__left {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .team__wrap {
    padding-bottom: 80px;
  }
  .team li:nth-child(4), .team li:nth-child(odd) {
    margin-top: 36px;
  }
  .team li__img, .team li__info {
    max-width: 200px;
  }
  .team li__img {
    margin-bottom: 10px;
  }
  .team li__img-wrap span:before, .team li__img-wrap span:after {
    content: none;
  }
  .contact:after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact__form .input-wrap input,
  .contact__form .input-wrap textarea {
    padding: 14px 24px;
  }
  .contact__form .input-wrap input {
    height: 60px;
  }
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
  }
  .footer__item {
    margin-bottom: 12px;
  }
  .footer__item:last-of-type {
    margin-bottom: 0;
  }
  .contact__thank {
    min-height: 460px;
  }
}

@media only screen and (max-width: 768px) {
  .top-banner__title-wrap {
    margin-bottom: 70px;
  }
  .contact {
    padding-bottom: 0 !important;
  }
  .footer {
    padding-top: 40px;
  }
  main {
    background-position: top center, left 71% bottom 320px;
    background-size: contain, 1100px;
  }
  .top-banner {
    min-height: auto;
  }
  .top-banner__overlay-img {
    margin: 5vh 0 0 8%;
    max-width: 250px;
  }
  .top-banner__title {
    padding-top: 340px;
    max-width: 400px;
  }
  .top-banner__title img {
    max-width: 320px;
  }
  .top-banner__title span {
    font-size: 18px;
    line-height: 18px;
  }
  .container-header {
    padding: 0 3px;
  }
  .logo img {
    max-width: 230px !important;
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
  }
  .header__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__list a {
    font-size: 14.5px;
    letter-spacing: -0.6px;
  }
  .header__list li {
    margin-left: 13px;
  }
  .header__btn {
    position: relative;
    max-width: 180px;
    height: 40px;
    border-radius: 20px;
    margin: 14px 0 0 auto;
  }
  .r-and-d {
    padding: 70px 0 40px;
  }
  .r-and-d-wrap {
    padding: 0 10px;
  }
  .r-and-d-wrap p {
    font-size: 15px;
    line-height: 22px;
  }
  .top-banner__scroll {
    top: -42px;
    width: 74px;
    height: 74px;
  }
  .top-banner__overlay-scroll {
    width: 74px;
    height: 74px;
    bottom: 16px;
  }
  .top-banner__home-top {
    padding: 54px 10px 16px;
    width: 100%;
  }
  .top-banner__home-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
    padding: 50px 10px 50px;
  }
  .top-banner__home-bot h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .top-banner__home-bot p {
    font-size: 15px;
    line-height: 22px;
  }
  .top-banner__home-right {
    max-width: 100%;
    margin: 0;
  }
  .top-banner__home-left {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .about h3 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .about p {
    font-size: 15px;
    line-height: 22px;
  }
  .about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
    padding: 0 10px;
  }
  .about__items-right, .about__items-left {
    margin: 0;
    max-width: 100%;
  }
  .about__item {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .offers__list {
    padding: 0;
  }
  .offers__list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .offers__list li:nth-child(1):after, .offers__list li:nth-child(5):after {
    top: -98px;
    height: 70px;
  }
  .offers__list li:nth-child(1):before, .offers__list li:nth-child(5):before {
    width: 146px;
    top: -114px;
    right: 49.5%;
  }
  .offers__list li:nth-child(1):before {
    left: 49.2%;
  }
  .offers__list li:nth-child(2):before, .offers__list li:nth-child(4):before {
    top: -196px;
    width: 330px;
    right: 27%;
  }
  .offers__list li:nth-child(2):after, .offers__list li:nth-child(4):after {
    top: -43px;
    height: 20px;
  }
  .offers__list li:nth-child(2):before {
    -webkit-transform: rotate(59deg);
        -ms-transform: rotate(59deg);
            transform: rotate(59deg);
  }
  .offers__list li:nth-child(4):before {
    left: 27.6%;
  }
  .offers__list li:nth-child(3) {
    margin-top: 0;
  }
  .offers__list li:nth-child(3):after {
    height: 570px;
  }
  .offers__list h4 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
  }
  .offers__img {
    width: 110px;
    height: 110px;
    margin-bottom: 6px;
  }
  .offers {
    padding: 70px 0 60px;
  }
  .offers__item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px auto 0;
  }
  .offers__item .offers__title h4 {
    margin: 0;
    font-size: 15px;
    line-height: 15px;
  }
  .offers__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
  }
  .offers__text {
    width: 100%;
    padding-right: 10px;
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }
  .offers__text:first-of-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 100%;
    text-align: left;
  }
  .offers__text:first-of-type p {
    margin: 0;
  }
  .offers__text:last-of-type {
    margin-top: 6px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    padding: 0 6px 0 6px;
  }
  .offers__text:last-of-type p {
    margin: 0;
  }
  .offers__title {
    width: 100%;
    padding-left: 10px;
  }
  .offers__title span {
    font-size: 15px;
    line-height: 15px;
  }
  .offers__title p {
    font-size: 13px;
    line-height: 20px;
  }
  .offers__list h4 {
    font-size: 15px;
    line-height: 15px;
  }
  .offers__list p {
    font-size: 14px;
  }
  .team__top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .team__wrap {
    padding-bottom: 40px;
  }
  .team__left p {
    font-size: 15px;
    line-height: 18px;
  }
  .team__list {
    padding: 0;
  }
  .team__list h2 {
    font-size: 14px;
    line-height: 14px;
  }
  .team__list h3 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 16px;
  }
  .team li {
    margin-bottom: 10px;
    max-width: 48%;
  }
  .team li:nth-child(4), .team li:nth-child(odd), .team li:nth-child(even) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .team li:nth-child(even) {
    margin-right: 1%;
    margin-left: 0.5%;
  }
  .team li:nth-child(odd) {
    margin-right: 0.5%;
    margin-left: 1%;
  }
  .team__img {
    margin-bottom: 10px;
  }
  .team__img-wrap span {
    font-size: 14px;
    width: auto;
  }
  .team__img-wrap span:nth-child(2) {
    top: -9px;
    left: 78px;
  }
  .team__img-wrap span:nth-child(3) {
    top: 24px;
    left: 130px;
  }
  .team__img-wrap span:nth-child(4) {
    top: 60px;
    left: 166px;
  }
  .team__img-wrap span:nth-child(5) {
    top: 109px;
    left: 164px;
  }
  .team__img-wrap span:nth-child(6) {
    top: 145px;
    left: 129px;
  }
  .team__img-wrap span:nth-child(7) {
    top: 178px;
    left: 78px;
  }
  .team__img-wrap span:after, .team__img-wrap span:before {
    content: none;
  }
  .team__decor-img {
    margin: 0;
    max-width: 180px;
  }
  .contact {
    padding-top: 120px;
    padding-bottom: 56px;
  }
  .contact__form .input-wrap {
    margin-bottom: 18px;
  }
  .contact__form .input-wrap:last-of-type {
    margin-bottom: 18px;
  }
  .contact__form .input-wrap input,
  .contact__form .input-wrap textarea {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 18px;
  }
  .contact__form .input-wrap input {
    height: 50px;
  }
  .contact__form .input-wrap textarea {
    height: 160px;
  }
  .footer-copyright {
    padding: 16px 10px;
  }
  .footer-copyright__left a {
    font-size: 15px;
  }
  .footer-copyright__left, .footer-copyright__right {
    width: 100%;
    text-align: center;
  }
  .footer-copyright__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-copyright__info {
    margin: 10px 0 10px;
  }
  .footer-copyright__info span {
    margin-bottom: 10px;
  }
  .footer-copyright__info, .footer-copyright__logo {
    width: 100%;
    text-align: center;
  }
  .header__btn:after {
    bottom: 6px;
  }
  .contact__thank {
    min-height: 370px;
  }
  .contact__thank h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 680px) {
  .offers__list li:nth-child(2):before, .offers__list li:nth-child(4):before {
    top: -170px;
    width: 280px;
    right: 30%;
  }
  .offers__list li:nth-child(4):before {
    left: 30%;
    right: auto;
    -webkit-transform: rotate(121deg);
        -ms-transform: rotate(121deg);
            transform: rotate(121deg);
  }
}

@media only screen and (max-width: 560px) {
  .offers__img:after {
    content: none !important;
  }
  .offers__list p {
    font-size: 13px;
  }
  .offers__list li:after, .offers__list li:before {
    content: none;
  }
}

@media only screen and (max-width: 500px) {
  .offers__list {
    padding: 0 6px;
  }
}

@media only screen and (max-width: 360px) {
  .top-banner__home {
    margin-top: 60px;
  }
  .header__list {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }
  .header__list a {
    font-size: 13.5px;
    letter-spacing: -0.7px;
  }
  .header__list li {
    margin-left: 13px;
  }
  .top-banner__overlay-img {
    margin: 5vh 0 0 3%;
  }
}

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