/*! 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 */
  -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 {
  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;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(../fonts/SourceSans3-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Source Sans 3";
  src: url(../fonts/SourceSans3-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Source Sans 3";
  src: url(../fonts/SourceSans3-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans 3";
  src: url(../fonts/SourceSans3-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Source Sans 3";
  src: url(../fonts/SourceSans3-BoldItalic.ttf);
  font-style: italic;
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #505050;
}

a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: inherit;
}

.logo {
  width: 120px;
  height: 25px;
}

.contacts__container, .section-dropdowns, .container, .section-advantages, .hero-section__title, .hero-section__image-block .image-block__container {
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contacts__container, .section-dropdowns, .container, .section-advantages, .hero-section__title, .hero-section__image-block .image-block__container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .contacts__container, .section-dropdowns, .container, .section-advantages, .hero-section__title, .hero-section__image-block .image-block__container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .contacts__container, .section-dropdowns, .container, .section-advantages, .hero-section__title, .hero-section__image-block .image-block__container {
    max-width: 1320px;
  }
}

.header {
  min-width: 320px;
  font-size: 2.6em;
  background-color: #fff;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.12);
}
.header .header__home-link {
  padding: 0;
  transition: 0.3s;
}
.header .header__home-link:hover {
  transform: scale(1.05);
}
.header .header__home-icon {
  width: 34px;
  height: 48px;
  padding-bottom: 5px;
  fill: #ff0016;
  transition: 0.3s;
}

.container-xl {
  padding: 0 20px;
}

.dropdown-menu {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: white;
}

.dropdown-item {
  padding-top: 8px;
  color: #505050;
  font-size: 2em;
}

.navbar-toggler {
  position: relative;
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 2px;
  background-color: #ff0016;
  background-image: none;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(0);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .header .header__home-icon {
    width: 32px;
    height: 46px;
  }
  .container-xl {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .nav-item {
    padding-top: 8px;
  }
  .nav-item:last-child {
    padding-bottom: 8px;
  }
  .nav-item:hover {
    color: #212529;
    background-color: #f8f9fa;
  }
  .nav-item:active {
    color: #ec0518;
  }
  .dropdown-item {
    font-weight: 600;
  }
  .dropdown-item:active {
    color: #ec0518;
    background-color: #f8f9fa;
  }
}
@media screen and (min-width: 992px) {
  .nav-item {
    padding: 15px 10px;
    transition: background-color 0.2s ease;
  }
  .nav-item:hover {
    color: white;
    background-color: #ff0016;
  }
  .dropdown-menu {
    top: 99%;
    left: auto;
    right: 0;
    margin-top: 0;
    width: 260px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, background-color 0.2s ease;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    background-color: #ff0016;
  }
  .dropdown-item {
    padding: 10px 15px;
    color: #fff;
  }
  .dropdown-item:visited {
    color: #fff;
    background-color: #ff0016;
  }
  .dropdown-item:hover {
    color: #fff;
    background-color: #ec0518;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    font-size: 2.2em;
  }
  .dropdown-item {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1440px) {
  .dropdown-menu {
    width: 300px;
  }
}
body {
  background-color: #F5F5F5;
}

.hero-section {
  margin-bottom: 20px;
}

.hero-section__image-block {
  max-width: 100vw;
  min-width: 320px;
  height: 45vw;
  max-height: 898px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/section-hero.png");
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .hero-section__image-block {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/hero-section-mobile.png");
    height: 113vw;
  }
}
.hero-section__image-block .image-block__container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero-section__image-block .image-block__container .text-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-section__image-block .image-block__container .text-part p {
  margin: 0;
}
.hero-section__image-block .image-block__container .text-part .text-part__title {
  font-size: 56px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .hero-section__image-block .image-block__container .text-part .text-part__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .hero-section__image-block .image-block__container .text-part .text-part__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section__image-block .image-block__container .text-part .text-part__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .hero-section__image-block .image-block__container .text-part .text-part__title {
    font-size: 25px;
  }
}
.hero-section__image-block .image-block__container .text-part .text-part__logo {
  width: 350px;
  margin-top: 5px;
}
@media screen and (max-width: 1400px) {
  .hero-section__image-block .image-block__container .text-part .text-part__logo {
    width: 250px;
  }
}
@media screen and (max-width: 1100px) {
  .hero-section__image-block .image-block__container .text-part .text-part__logo {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section__image-block .image-block__container .text-part .text-part__logo {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .hero-section__image-block .image-block__container .text-part .text-part__logo {
    width: 120px;
  }
}
@media screen and (max-width: 450px) {
  .hero-section__image-block .image-block__container .text-part .text-part__logo {
    width: 80px;
    margin: 0 0;
  }
}
.hero-section__image-block .image-block__container .text-part .text-part__logo img {
  width: 100%;
}

.hero-section__title {
  margin-top: 37px;
}
@media screen and (max-width: 1400px) {
  .hero-section__title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section__title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 400px) {
  .hero-section__title {
    margin-top: 10px;
  }
}
.hero-section__title .title__main-page {
  width: 90%;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
}
@media screen and (max-width: 1200px) {
  .hero-section__title .title__main-page {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section__title .title__main-page {
    font-size: 21px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .hero-section__title .title__main-page {
    font-size: 15px;
    line-height: 20px;
  }
}

.advantages__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .advantages__container {
    gap: 27px;
  }
}
@media screen and (max-width: 600px) {
  .advantages__container {
    padding: 10px;
    gap: 20px;
  }
}
@media screen and (max-width: 400px) {
  .advantages__container {
    gap: 10px;
  }
}

.advantages__title {
  font-size: 4em;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .advantages__title {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1024px) {
  .advantages__title {
    font-size: 3em;
  }
}
@media screen and (max-width: 800px) {
  .advantages__title {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 600px) {
  .advantages__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 400px) {
  .advantages__title {
    margin: 5px;
    font-size: 1.5em;
  }
}

.advantages__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1115px;
  height: 381px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 1440px) {
  .advantages__box {
    width: 980px;
  }
}
@media screen and (max-width: 1024px) {
  .advantages__box {
    width: 800px;
    height: 317px;
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .advantages__box {
    width: 600px;
    height: 260px;
    padding: 17px;
  }
}
@media screen and (max-width: 600px) {
  .advantages__box {
    flex-direction: column;
    width: 370px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .advantages__box {
    flex-direction: column;
    width: 300px;
    height: auto;
  }
}

.advantages__box_text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .advantages__box_text-box {
    gap: 7px;
  }
}

@media screen and (max-width: 600px) {
  .advantages__box_reverse {
    flex-direction: column-reverse;
  }
}

.advantages__box-title {
  margin: 50px 50px 0px 50px;
  font-size: 4em;
  font-weight: 700;
  color: #ff0016;
  text-shadow: 1px 1px 2px #bebebe;
}
@media screen and (max-width: 1440px) {
  .advantages__box-title {
    font-size: 3.3em;
    margin: 30px 20px 0px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .advantages__box-title {
    font-size: 3em;
  }
}
@media screen and (max-width: 800px) {
  .advantages__box-title {
    font-size: 2.2em;
    margin: 20px 20px 0px 10px;
  }
}
@media screen and (max-width: 600px) {
  .advantages__box-title {
    font-size: 2em;
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 400px) {
  .advantages__box-title {
    font-size: 1.6em;
  }
}

.advantages__box-text {
  width: 530px;
  margin: 0px 50px 50px 50px;
  font-size: 2.7em;
  font-weight: 200;
}
@media screen and (max-width: 1440px) {
  .advantages__box-text {
    width: 420px;
    font-size: 2.2em;
    margin: 0px 20px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .advantages__box-text {
    width: 337px;
    font-size: 2em;
  }
}
@media screen and (max-width: 800px) {
  .advantages__box-text {
    width: 250px;
    margin: 0px 10px 20px 10px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 600px) {
  .advantages__box-text {
    width: 294px;
    font-size: 1.5em;
    margin: 0px 0px 15px 0px;
  }
}
@media screen and (max-width: 400px) {
  .advantages__box-text {
    width: 270px;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1024px) {
  .advantages__box-img {
    width: 360px;
    height: 280px;
  }
}
@media screen and (max-width: 800px) {
  .advantages__box-img {
    width: 294px;
    height: 228px;
  }
}
@media screen and (max-width: 400px) {
  .advantages__box-img {
    width: 270px;
    height: 210px;
  }
}

@media screen and (max-width: 800px) {
  .advantages__box-title_reverse {
    margin: 20px 0px 0px 20px;
  }
}
@media screen and (max-width: 600px) {
  .advantages__box-title_reverse {
    margin: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 800px) {
  .advantages__box-text_reverse {
    margin: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 600px) {
  .advantages__box-text_reverse {
    margin: 0px 0px 15px 0px;
  }
}

.advantages__text {
  font-size: 3em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .advantages__text {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 800px) {
  .advantages__text {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 600px) {
  .advantages__text {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 400px) {
  .advantages__text {
    margin: 5px;
    font-size: 1.2em;
  }
}

.hero-section__image-block-products {
  max-width: 100vw;
  min-width: 320px;
  height: 25vw;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/main__products.png");
  font-style: italic;
  color: white;
  text-transform: uppercase;
}

.product-card {
  background-color: #fff;
  padding: 25px;
}

.product-thumb {
  max-height: 311px;
}

.product-thumb img {
  max-width: 100%;
  max-height: 100%;
}

.product-thumb .img {
  padding-bottom: 25px;
}

.product-card {
  transition: all 0.3s;
  border-radius: 10px;
  color: #505050;
  font-size: 2em;
  font-weight: 300;
}

.product-card:hover {
  box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
}

.product-details h4 {
  height: 30px;
  overflow: hidden;
  font-size: 1em;
  font-weight: 600;
}

.product-card_style {
  margin: 40px;
}
@media (max-width: 1200px) {
  .product-card_style {
    margin: 15px;
  }
}

.product__product-details h3 {
  height: 85px;
  overflow: hidden;
  font-size: 0.9em;
}

.product-details p {
  height: 130px;
  overflow: hidden;
}

.product__product-details p {
  height: 190px;
  overflow: hidden;
  font-size: 0.8em;
}

.product__btn {
  background-color: #ff0016;
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  padding: 22px 50px;
  border-radius: 15px;
}
@media (max-width: 900px) {
  .product__btn {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  .product__btn {
    font-size: 1.8em;
    padding: 15px 30px;
  }
}
@media (max-width: 400px) {
  .product__btn {
    font-size: 1.4em;
    padding: 12px 25px;
    border-radius: 10px;
  }
}

.product__btn-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .product__btn-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.product__btn-link {
  display: inline-block;
}

.product-card_style {
  background-color: #D9D9D9;
}

.product__box-title {
  padding-bottom: 30px;
  font-size: 4em;
  font-weight: 700;
  color: #ff0016;
  text-shadow: 1px 1px 2px #bebebe;
}

@media screen and (max-width: 1440px) {
  .product__box-title {
    font-size: 3.3em;
    margin: 30px 20px 0px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .product__box-title {
    font-size: 3em;
  }
}
@media screen and (max-width: 800px) {
  .product__box-title {
    font-size: 2.2em;
    margin: 20px 20px 0px 10px;
  }
}
@media screen and (max-width: 600px) {
  .product__box-title {
    font-size: 2em;
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 400px) {
  .product__box-title {
    font-size: 1.6em;
  }
}
/* .product__box-title {
    padding-bottom:30px;
} */
@media (max-width: 991px) {
  .product__product-details-main {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .product__title {
    display: flex;
    justify-content: center;
  }
}

.main__nav-padding {
  margin-bottom: 0 !important;
}

.product__img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.main__product-title {
  color: transparent;
  padding: 0;
  margin: 0;
}

.container-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}

.section-hero {
  background-image: url("../images/road.png");
  height: max(50vh, 500px);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .section-hero {
    max-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .section-hero {
    max-height: 300px;
  }
}

.main__nav {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 54px 0 54px;
}
.main__nav .active {
  color: #ff0016;
}
.main__nav .breadcrumb-item:hover {
  color: #ff0016;
}

.story-title {
  font-size: 3.2em;
  font-weight: 600;
  margin: 50px 0 50px;
}

.verticalLine {
  border: 1px solid #ff0016;
  height: 100%;
}

.container-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.content::before {
  content: " ";
  width: 200px;
  height: 2px;
  background-color: #ff0016;
}
@media screen and (max-width: 500px) {
  .content {
    flex-direction: column;
  }
  .content::before {
    display: none;
  }
  .content::after {
    content: " ";
    width: 270px;
    height: 2px;
    background-color: #ff0016;
    align-self: flex-start;
  }
}

.content__year {
  font-size: 3em;
  font-weight: 600;
}

.content__text {
  max-width: 500px;
  font-size: 1.6em;
}
@media screen and (max-width: 500px) {
  .content__text {
    max-width: 280px;
  }
}

.content__image {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .content__image {
    width: 30%;
  }
}

.section-dropdowns {
  display: flex;
  color: #505050;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  position: relative;
}
@media screen and (max-width: 2600px) {
  .section-dropdowns {
    margin: 0 auto;
  }
}
@media screen and (max-width: 5000px) {
  .section-dropdowns {
    margin: 0 auto;
  }
}

.dropdowns__container {
  color: #505050;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  font-size: 16px;
}
@media screen and (max-width: 5000px) {
  .dropdowns__container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 2600px) {
  .dropdowns__container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1250px) {
  .dropdowns__container {
    max-width: 960px;
  }
}

.dropdowns__title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  color: #393939;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 2600px) {
  .dropdowns__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .dropdowns__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 376px) {
  .dropdowns__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .dropdowns__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.image-header {
  color: #505050;
  box-sizing: border-box;
  max-height: 898px;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media screen and (max-width: 5000px) {
  .image-header {
    height: 898px;
  }
}
@media screen and (max-width: 2600px) {
  .image-header {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .image-header {
    height: 250px;
  }
}
@media screen and (max-width: 376px) {
  .image-header {
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .image-header {
    height: 180px;
  }
}

.dropdowns__img {
  display: flex;
  float: right;
  width: 350px;
  height: auto;
}
@media screen and (max-width: 1250px) {
  .dropdowns__img {
    width: 350px;
    height: 194px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dropdowns__img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 376px) {
  .dropdowns__img {
    float: none;
    width: 100%;
    height: auto;
    align-items: center;
  }
}
@media screen and (max-width: 320px) {
  .dropdowns__img {
    width: 100%;
    height: auto;
  }
}

.main__nav {
  margin: 54px 0 54px;
}
.main__nav .active {
  color: #ff0016;
}
.main__nav .breadcrumb-item:hover {
  color: #ff0016;
}

.breadcrumb-item {
  font-size: 30px;
}

.breadcrumb-item:hover {
  color: #dc3545;
}
@media screen and (max-width: 376px) {
  .breadcrumb-item:hover {
    font-size: 20px;
  }
}

@media screen and (max-width: 376px) {
  .breadcrumb-item active text-danger {
    font-size: 20px;
  }
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
  color: #FF0000;
}
@media screen and (max-width: 376px) {
  .breadcrumb-item a:hover,
  .breadcrumb-item a:focus,
  .breadcrumb-item a:active {
    font-size: 20px;
  }
}

.dropdowns-text {
  color: #505050;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin-bottom: 24px;
  font-size: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 2600px) {
  .dropdowns-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .dropdowns-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .dropdowns-text {
    font-size: 14px;
  }
}

body {
  background-color: #F5F5F5;
}

.contacts {
  background-color: #F5F5F5;
  padding-bottom: 90px;
}

.main__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.contacts__main-image {
  width: 100%;
}

.contacts__nav {
  font-weight: 600;
  text-transform: uppercase;
  margin: 54px 0 54px;
}

.breadcrumb-item {
  font-size: 30px;
}

.breadcrumb-item:hover {
  color: #dc3545;
}

.contacts-main-part {
  display: flex;
  justify-content: center;
}

.contacts-main-part__card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  padding: 30px 0 30px 0;
  font-size: 30px;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  text-align: center;
}

.contacts-main-part__element-num {
  transition: 1s;
  padding-bottom: 15px;
}

.contacts-main-part__element-email {
  transition: 1s;
}

.contacts-main-part__element-num:hover {
  color: #dc3545;
  transform: scale(1.2);
}

.contacts-main-part__element-email:hover {
  color: #dc3545;
  transform: scale(1.2);
}

.contacts-main-part__element-num, .contacts-main-part__element-email {
  font-weight: 600;
}

.contacts-main-part__map {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contacts-main-part__left-part {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0 40px 0 40px;
  max-width: 50%;
}

.contacts-main-part__google-map {
  width: 100%;
  min-height: 260px;
  margin-bottom: 97px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.contacts-main-part__map-text {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin: 68px 0 68px 0;
}

.contacts-main-part__feedback {
  display: none;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  padding: 51px;
  font-size: 3em;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  align-items: center;
  margin-bottom: 100px;
}

.contacts-main-part__feedback-text {
  text-align: center;
  padding-bottom: 20px;
}

.contacts-main-part__feedback-button {
  width: 10em;
  line-height: 3em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 15px;
  box-shadow: 0 0 0 60px rgba(0, 0, 0, 0) inset, 0.1em 0.1em 0.2em #800;
  background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
}

.contacts-main-part__feedback-button:hover {
  transform: scale(1.2);
}

.contacts-main-part__right-part {
  width: 100%;
}

@media screen and (max-width: 365px) {
  .contacts-main-part__card, .contacts-main-part__map, .contacts-main-part__feedback {
    max-width: 280px;
  }
  .contacts-main-part__card, .breadcrumb-item {
    font-size: 20px;
  }
  .contacts-main-part__feedback {
    font-size: 20px;
  }
  .contacts-main-part__map-text {
    font-size: 20px;
  }
  .contacts-main-part__left-part {
    justify-content: center;
    padding: 0;
  }
  .contacts__container {
    padding: 0;
    width: 320px;
  }
}
@media (min-width: 365px) and (max-width: 500px) {
  .contacts-main-part__card, .contacts-main-part__map, .contacts-main-part__feedback {
    max-width: 350px;
  }
  .contacts-main-part__left-part {
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1400px) {
  .contacts {
    padding-bottom: 0;
  }
  .contacts-main-part {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .contacts-main-part__left-part {
    max-width: 100%;
  }
  .contacts-main-part__right-part {
    display: none;
  }
  .contacts-main-part__feedback {
    display: flex;
    flex-direction: column;
  }
  .contacts-main-part__map-text {
    margin: 48px 0 48px 0;
  }
}
@media screen and (min-width: 1400px) {
  .contacts-main-part__element-num, .contacts-main-part__element-email {
    font-size: 30px;
  }
}
.footer {
  font-family: "Source Sans 3", sans-serif;
}

.footer__container {
  height: 180px;
  background-color: #ececec;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer__copyright {
  background-color: #d9d9d9;
  height: 50px;
}

.footer__address {
  margin-bottom: 0;
}

.footer__contacts {
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  list-style: none;
  font-weight: 400;
  font-size: 26px;
  color: #6f6f6f;
}

.footer__contacts li:hover {
  opacity: 0.5;
}

.footer__list {
  padding-left: 40px;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #6f6f6f;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.footer__list li:hover {
  opacity: 0.5;
}

.footer__copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.footer__copyright-text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #6f6f6f;
}

@media screen and (max-width: 1200px) {
  .footer__contacts {
    padding-right: 15px;
    gap: 20px;
    font-size: 22px;
  }
  .footer__list {
    padding-left: 15px;
    gap: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) {
  .footer__contacts {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .footer__list {
    flex-direction: column;
    gap: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 490px) {
  .footer__container {
    flex-direction: column;
    height: 250px;
  }
  .footer__list {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 0;
  }
  .footer__contacts {
    padding-top: 10px;
  }
  .footer__copyright {
    flex-direction: column;
    height: 60px;
  }
}/*# sourceMappingURL=style.css.map */