.footer__button:hover, .header__nav_list a:hover {
  transition: all 0.3s ease-out;
}

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  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 {
  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] {
  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;
}

section,
main,
footer,
header,
article {
  display: block;
}

* {
  box-sizing: border-box;
}

* {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 0;
  position: absolute;
}

h3 {
  font-size: 5rem;
  font-style: normal;
  font-weight: bold;
  line-height: 5rem;
  padding-top: 10rem;
  color: #ffeee1;
  margin-top: 0;
}
@media (max-width: 1197px) {
  h3 {
    font-size: 3.5rem;
  }
}

.title {
  color: #173a56;
  font-size: 5rem;
  text-align: center;
  margin-top: 0;
  padding: 10rem 0;
}
@media (max-width: 1197px) {
  .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 414px) {
  .title {
    padding: 5rem 0;
    margin-bottom: 0;
  }
}

.form-control {
  display: flex;
}

.form-control {
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2rem;
  padding-left: 8px;
  border-radius: 1.2rem;
  border-color: #2776af;
  outline-color: #ffeee1;
}
@media (max-width: 1197px) {
  .form-control {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.btn-outline-secondary {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}
.btn-outline-secondary img {
  width: 35px;
  height: auto;
}

.wrapper {
  max-width: 1197px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
  }
}

.header {
  background: #d7d7d7;
}
@media (max-width: 1197px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 15;
  }
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1197px) {
  .header__wrapper {
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }
}

.header_visible {
  overflow: visible;
}

.logo {
  flex-basis: 15%;
  padding: 15px 0;
}
@media (max-width: 1197px) {
  .logo {
    flex-basis: 20%;
  }
}

.header__logo img {
  width: 100%;
}

@media (max-width: 414px) {
  .header__img {
    display: none;
  }
}

.header__contact {
  display: none;
  color: #2776af;
  align-items: center;
}
@media (max-width: 1197px) {
  .header__contact {
    display: flex;
    font-size: 3.2rem;
    flex-basis: 50%;
  }
  .header__contact img {
    width: 4rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 414px) {
  .header__contact {
    display: flex;
    font-size: 1.8rem;
    flex-basis: 60%;
  }
  .header__contact img {
    width: 3rem;
    margin-right: 1rem;
  }
}

.contact {
  background-image: url(./../img/fon-first-min.png);
  background-size: cover;
}

.contact__text {
  margin-bottom: 10rem;
}
@media (max-width: 414px) {
  .contact__text {
    margin-bottom: 5rem;
  }
}

@media (max-width: 414px) {
  .contact__title {
    padding-top: 5rem;
  }
}

.contact__subtitle {
  font-size: 3rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  color: #ffeee1;
}
@media (max-width: 1197px) {
  .contact__subtitle {
    font-size: 2rem;
  }
}

.contact__info {
  padding-bottom: 12rem;
  font-size: 4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 414px) {
  .contact__info {
    padding-bottom: 5rem;
  }
}
.contact__info img {
  padding-right: 2rem;
}
@media (max-width: 414px) {
  .contact__info img {
    padding-right: 1rem;
  }
}
.contact__info a {
  color: #ffeee1;
}
@media (max-width: 1197px) {
  .contact__info {
    font-size: 2rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
  }
}
@media (max-width: 320px) {
  .contact__info {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
    line-height: 2;
  }
}

.contact__info_list_address {
  pointer-events: none;
}

.about {
  background: #d7d7d7;
  padding-bottom: 10rem;
}
@media (max-width: 414px) {
  .about {
    padding-bottom: 5rem;
  }
}

.about__text {
  font-size: 3rem;
  font-style: normal;
  font-weight: 1;
  line-height: normal;
}

.header__nav {
  flex-basis: 52%;
}
@media (max-width: 1197px) {
  .header__nav {
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: 0;
    top: -800px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
  }
}
@media (max-width: 1197px) and (orientation: landscape) {
  .header__nav {
    flex-basis: 25%;
    box-shadow: none;
  }
}

.nav {
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 5;
  display: block;
}

.header__nav_list {
  display: flex;
  justify-content: space-between;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.6rem;
  padding: 0;
}
.header__nav_list a {
  color: #2776af;
}
.header__nav_list a:hover {
  color: #094c7c;
}
@media (max-width: 1197px) {
  .header__nav_list {
    flex-direction: column;
    padding: 3rem 5rem 3rem 3rem;
  }
}
@media (max-width: 1197px) and (orientation: landscape) {
  .header__nav_list {
    padding: 1rem 0;
  }
}

@media (max-width: 768px) {
  .header__nav_list-item {
    font-size: 3rem;
    font-style: normal;
    font-weight: bold;
    line-height: 5rem;
  }
}
@media (max-width: 1197px) and (orientation: landscape) {
  .header__nav_list-item {
    padding: 0.7rem 0;
  }
}

.product {
  padding-bottom: 10rem;
}

.product__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .product__card {
    flex-direction: column;
  }
}

.products__card_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product__link {
  display: flex;
  flex-direction: column;
  flex-basis: 27%;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  margin-bottom: 6rem;
  border-radius: 3%;
  color: #000;
  justify-content: space-between;
}
.product__link img {
  width: 70%;
  padding: 2rem;
  margin: 0 auto;
}
@media (max-width: 1197px) {
  .product__link {
    flex-basis: 30%;
  }
}

.product__card_title {
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

.product__card_info {
  background-color: #d7d7d7;
  height: 100%;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

.product__card_text {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding: 15px 25px;
}

.card_img {
  flex-basis: 100%;
  padding: 1rem;
}

.card__info {
  position: relative;
  overflow: hidden;
  align-items: center;
  text-align: center;
  flex-basis: 30%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  margin-bottom: 5rem;
  border-radius: 3%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 250px;
}
.card__info img {
  max-width: 250px;
}
@media (max-width: 414px) {
  .card__info {
    flex-basis: 100%;
  }
}
@media (max-width: 320px) {
  .card__info {
    flex-basis: 100%;
  }
}

.product__info_title {
  font-size: 1.9rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.product__card_description {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.product__card_price {
  font-size: 3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: red;
}

.character {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  bottom: -999px;
  transition: 0.4s;
}

.active {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  bottom: 0;
  transition: 0.4s;
}

.character_title {
  font-size: 2.8rem;
}

.character__list {
  text-align: left;
  padding-left: 2rem;
  font-size: 2rem;
}

.character__list_item {
  margin-bottom: 1rem;
}

.character_button {
  padding: 15px;
  position: absolute;
  right: 5%;
  top: 3%;
  z-index: 15;
  cursor: pointer;
  background: url(./../img/icons/down.png);
  background-size: cover;
  border: none;
  transition: 0.4s;
}

.cgange_btn {
  background: url(./../img/icons/up.png);
  background-size: cover;
}

.company {
  background-color: #d7d7d7;
}

.compani__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.compani__info img {
  width: 100%;
}

.compani_img {
  flex-basis: 27%;
}

.footer {
  background: #173a56;
  padding-bottom: 10rem;
}

.footer__title {
  color: #d7d7d7;
}

.footer__wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 1197px) {
  .footer__wrapper {
    flex-direction: column;
  }
}

.contact__us {
  flex-basis: 60%;
}

.contact__us_form {
  display: flex;
  flex-direction: column;
}
.contact__us_form input {
  background: #d7d7d7;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 1.5rem;
  border: none;
  border-radius: 5px;
  outline-color: navy;
}
.contact__us_form input::placeholder {
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.contact__us_form ._error {
  box-shadow: 0 0 15px red;
}

.contact__us_text {
  border-radius: 5px;
  margin-bottom: 1rem;
  background: #d7d7d7;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding: 1.5rem 1rem;
}
.contact__us_text::placeholder {
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.footer__button {
  background: #d7d7d7;
  color: #173a56;
  border: transparent 1px;
  border-radius: 5px;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding: 1rem;
}
.footer__button:hover {
  cursor: pointer;
  background: #173a56;
  color: #d7d7d7;
  border: 1px solid #ffeee1;
}

.footer__contact {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2;
  margin-left: 40px;
  flex-basis: 40%;
}
.footer__contact img {
  padding-right: 2rem;
}
.footer__contact a {
  color: #ffeee1;
}
@media (max-width: 1197px) {
  .footer__contact {
    margin-top: 3rem;
  }
}
@media (max-width: 414px) {
  .footer__contact {
    margin-left: 0;
  }
  .footer__contact img {
    padding-right: 1rem;
  }
}
@media (max-width: 320px) {
  .footer__contact {
    margin-right: 0;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
    line-height: 2;
  }
}

.preloader_hidden {
  display: none;
}

.load {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 50;
  background: #d7d7d7;
}

.loader {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #2776af;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.5) inset, 0 5px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 45%;
  top: -40%;
  background-color: #fff;
  animation: wave 5s linear infinite;
}

.loader:before {
  border-radius: 30%;
  background: rgba(255, 255, 255, 0.4);
  animation: wave 5s linear infinite;
}

@keyframes wave {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hamburger {
  display: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}

.line {
  width: 50px;
  height: 5px;
  display: block;
  background: #2776af;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.line:nth-child(2) {
  margin: 8px auto;
}

.hamburger_active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger_active .line:nth-child(2) {
  width: 0px;
}

.hamburger_active .line:nth-child(1),
.hamburger_active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hamburger_active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

.hamburger_active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

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