/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

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

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  font-size: 16px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Exo 2", sans-serif;
  background-color: #d4cac5;
  overflow-x: hidden;
}

.visually-hidden {
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

button:focus {
  outline: 1px solid #0069ed;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 101vh;
  background-color: #d4cac5;
}
@media (min-width: 60em) {
  .wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}

.shown {
  transform: scaleY(1);
}

.btn {
  padding: 20px 40px;
  font-family: "Exo 2", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-shadow: #413f35 2px 2px;
  background-image: linear-gradient(to right, #6f00ff, #9e37ff);
  border: 1px solid #6f00ff;
  border-radius: 10px;
  transition: background-image 1s;
}
.btn_small {
  padding: 12px 25px;
  font-size: 1.4rem;
}
.btn:hover {
  background-image: linear-gradient(to left, #6f00ff, #9e37ff);
}

.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #d4cac5;
}
@media (min-width: 38em) {
  .page-header {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
@media (min-width: 60em) {
  .page-header {
    position: fixed;
    top: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 100%;
    width: 300px;
    grid-column: 1;
    border-right: 1px solid gray;
    overflow-y: auto;
  }
}
.page-header__home-link {
  display: block;
  margin-bottom: 15px;
  color: transparent;
  text-decoration: none;
}
@media (min-width: 38em) {
  .page-header__home-link {
    justify-self: center;
  }
}
.page-header__logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  padding: 15px 20px;
  border: 2px solid black;
  background-color: #a99e98;
  box-shadow: 0 0 7px 0;
}
@media (min-width: 38em) {
  .page-header__logo {
    justify-self: center;
  }
}
.page-header__logo:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 9px;
  left: -36px;
  width: 0;
  height: 0;
  border-top: 30px solid #544943;
  border-bottom: 30px solid #544943;
  border-right: 17px solid #544943;
  border-left: 17px solid transparent;
}
@media (min-width: 60em) {
  .page-header__logo:before {
    display: none;
  }
}
.page-header__logo:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 9px;
  right: -36px;
  width: 0;
  height: 0;
  border-top: 30px solid #544943;
  border-bottom: 30px solid #544943;
  border-left: 17px solid #544943;
  border-right: 17px solid transparent;
}
@media (min-width: 60em) {
  .page-header__logo:after {
    display: none;
  }
}
.page-header__title {
  font-family: "Roboto Slab", serif;
  color: #413f35;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-header__description {
  font-size: 0.9rem;
  color: #796c63;
}
.page-header__contact-btns {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #dddddd;
  border: 1px solid #838383;
}
@media (min-width: 38em) {
  .page-header__contact-btns {
    display: grid;
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media (min-width: 60em) {
  .page-header__contact-btns {
    display: flex;
  }
}
.page-header__contact-block {
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #113655;
}
.page-header__contact-block:not(:last-child) {
  border-bottom: 1px dashed gray;
}
@media (min-width: 38em) {
  .page-header__contact-block:not(:last-of-type) {
    border-right: 1px dashed gray;
  }
}
@media (min-width: 60em) {
  .page-header__contact-block:not(:last-of-type) {
    border-right: none;
  }
}
@media (min-width: 38em) {
  .page-header__contact-block {
    grid-row: 1;
  }
}
.page-header__social-buttons {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c7c4c4;
}
@media (min-width: 38em) {
  .page-header__social-buttons {
    grid-column: 1/3;
    grid-row: 2;
    align-self: stretch;
  }
}
@media (min-width: 38em) {
  .page-header__order-btn {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.page-header__menu-container {
  position: relative;
  display: flex;
  width: 100vw;
  margin-bottom: 15px;
}
@media (min-width: 38em) {
  .page-header__menu-container {
    position: unset;
    align-self: end;
    width: auto;
  }
}
@media (min-width: 60em) {
  .page-header__menu-container {
    align-self: stretch;
  }
}
.page-header__main-menu {
  position: absolute;
  top: calc(23px + 1.6rem);
  left: 0;
  z-index: 3;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.25s;
}
@media (min-width: 38em) {
  .page-header__main-menu {
    top: 97px;
  }
}
@media (min-width: 60em) {
  .page-header__main-menu {
    position: initial;
    height: auto;
    transform: unset;
    transition: unset;
  }
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 1.6rem;
  font-family: "Roboto Slab", serif;
  background-color: #e7eff3;
  border: 1px solid gray;
  border-radius: 5px;
}
.menu-btn__icon {
  margin-left: 30px;
}
@media (min-width: 60em) {
  .menu-btn {
    display: none;
  }
}

.description {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
@media (min-width: 60em) {
  .description {
    position: relative;
    grid-column: 2;
  }
}
.description > * {
  position: relative;
  z-index: 2;
}
.description__backdrop {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: no-repeat url(img/description/hero_image.jpg);
  background-size: cover;
  filter: brightness(0.8) contrast(0.5);
}
.description__products-types {
  display: flex;
  flex-direction: column;
  margin: 20px 20px;
}
.description__products-type {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 1px black;
  filter: unset;
}
.description__points {
  margin: 30px 5vw 0 10vw;
  list-style-type: initial;
}
.description__point {
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: white;
  text-shadow: 1px 1px 3px black;
}
.description__catalog-link {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.catalog {
  padding: 20px 4vw;
  background: linear-gradient(to right, #d4cac5, #caafa5);
}
@media (min-width: 60em) {
  .catalog {
    position: relative;
    z-index: 2;
    grid-column: 2;
  }
}
.catalog__title {
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 60em) {
  .catalog__plotters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 15px;
  }
}
@media (min-width: 60em) {
  .catalog__plotter {
    display: flex;
  }
}

.main-menu {
  width: 100%;
}
.main-menu__item {
  display: block;
  padding: 8px 15px;
  padding-left: 15px;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  color: #413f35;
  background-color: #e7eff3;
  border-bottom: 1px solid gray;
  transition: all 0.1s;
}
@media (min-width: 38em) {
  .main-menu__item {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (min-width: 60em) {
  .main-menu__item {
    font-size: 1.5rem;
    text-align: left;
  }
}
.main-menu__item:first-of-type {
  border-top: 1px solid black;
}
.main-menu__item:last-of-type {
  border-color: black;
}
.main-menu__item:hover {
  background-color: gray;
  color: white;
  cursor: pointer;
}

.plotter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
  background-color: white;
  border-radius: 10px;
}
@media (min-width: 60em) {
  .plotter-card {
    width: 100%;
  }
}
.plotter-card__pic {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  object-fit: contain;
}
@media (min-width: 60em) {
  .plotter-card__pic {
    height: 200px;
    object-fit: cover;
  }
}
.plotter-card__name {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.plotter-card__annotation {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #544943;
}
.plotter-card__price {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #544943;
}
@media (min-width: 60em) {
  .plotter-card__more-btn {
    margin-top: auto;
  }
}

.specs-popup-window {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s linear;
}
.specs-popup-window__content {
  position: relative;
  width: 90vw;
  max-width: 700px;
  min-height: 200px;
  max-height: 90vh;
  padding: 48px;
  background-color: white;
  overflow-y: auto;
}
.specs-popup-window__close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none;
  background: none;
  transition: all 0.5s linear;
  cursor: pointer;
}
.specs-popup-window__close-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: black;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.specs-popup-window__close-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: black;
  transform: translate(-50%, -50%) rotate(45deg);
}
.specs-popup-window__close-btn::hover {
  opacity: 0.75;
}
.specs-popup-window__title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  text-align: center;
}
.specs-popup-window__specs {
  font-size: 1.3rem;
}
.specs-popup-window__specs tr:nth-of-type(odd) {
  background-color: #d4cac5;
}
.specs-popup-window__specs td {
  padding: 7px 10px;
  vertical-align: middle;
  border: 1px solid black;
}
.specs-popup-window__stub-text {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}

.order-popup-window {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s linear;
}
.order-popup-window__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 700px;
  min-height: 200px;
  max-height: 90vh;
  padding: 48px;
  background-color: white;
  border: 8px solid #5e4773;
  overflow-y: auto;
}
.order-popup-window__close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none;
  background: none;
  transition: all 0.5s linear;
  cursor: pointer;
}
.order-popup-window__close-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: black;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.order-popup-window__close-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: black;
  transform: translate(-50%, -50%) rotate(45deg);
}
.order-popup-window__close-btn::hover {
  opacity: 0.75;
}
.order-popup-window__title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.order-popup-window__picture {
  width: 85%;
  margin-bottom: 30px;
  border-radius: 25px;
}
.order-popup-window__text {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (min-width: 38em) {
  .order-popup-window__form {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.order-popup-window__name-block, .order-popup-window__phone-block, .order-popup-window__message-block, .order-popup-window__select-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.order-popup-window__name-block {
  grid-column: 1;
}
.order-popup-window__phone-block {
  grid-column: 2;
}
.order-popup-window__message-block, .order-popup-window__select-menu, .order-popup-window__submit-btn {
  grid-column: 1/-1;
}
.order-popup-window__input-label, .order-popup-window__textarea-label {
  margin-bottom: 3px;
}
.order-popup-window__select {
  font-size: 1rem;
  font-family: "Exo 2", sans-serif;
}
.order-popup-window__submit-btn {
  width: 100%;
}

.shipment {
  padding: 36px 4vw;
  color: white;
  background: url(img/shipment/shipment_truck.jpg) no-repeat 100% 100%;
  background-size: cover;
  text-shadow: -1px -1px 2px black, 2px 2px 2px black;
}
@media (min-width: 60em) {
  .shipment {
    grid-column: 2;
  }
}
.shipment__title {
  margin-bottom: 25px;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 60em) {
  .shipment__title {
    margin-bottom: 34px;
  }
}
.shipment__info {
  margin-bottom: 25px;
  font-size: 1.2rem;
  text-shadow: 4px 4px 20px black, -4px -4px 20px black, -4px 4px 20px black, 4px -4px 20px black;
}
@media (min-width: 60em) {
  .shipment__info {
    margin-bottom: 22px;
    font-size: 1.6rem;
  }
}
.shipment__companies {
  margin-left: 36px;
  font-size: 1.1rem;
  list-style-type: unset;
}
@media (min-width: 60em) {
  .shipment__companies {
    font-size: 1.3rem;
  }
}
.shipment__company {
  padding: 5px;
  font-weight: bold;
}

.page-footer {
  padding: 20px 5vw 0;
}
@media (min-width: 38em) {
  .page-footer {
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.page-footer label {
  display: block;
}
.page-footer__phones, .page-footer__emails, .page-footer__working-hours, .page-footer__feedback {
  margin-bottom: 20px;
}
.page-footer__phones, .page-footer__emails, .page-footer__working-hours {
  grid-column: 1;
}
.page-footer__feedback {
  grid-row: 1/4;
  grid-column: 2;
}
.page-footer__phones-title, .page-footer__emails-title, .page-footer__working-hours-title, .page-footer__feedback-title {
  margin-bottom: 8px;
  font-size: 1.8rem;
}
@media (min-width: 60em) {
  .page-footer__phones-list, .page-footer__emails-list, .page-footer__working-hours-info, .page-footer__form {
    padding-left: 20px;
  }
}
.page-footer__phone, .page-footer__email {
  font-size: 1.2rem;
}
.page-footer__phone:not(:last-of-type), .page-footer__email:not(:last-of-type) {
  margin-bottom: 8px;
}
.page-footer__input-label, .page-footer__textarea-label {
  margin-bottom: 3px;
}
.page-footer__input, .page-footer__textarea {
  margin-bottom: 14px;
}
.page-footer__additional-info {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 3fr 2fr;
  justify-items: end;
  gap: 10px;
  margin-right: -5vw;
  margin-left: -5vw;
  padding: 20px 5vw;
  background-color: #b7b7b7;
}
@media (min-width: 38em) {
  .page-footer__additional-info {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 38em) {
  .page-footer__years {
    margin-left: auto;
  }
}
.page-footer__homepage-link {
  grid-column: span 2;
}
@media (min-width: 38em) {
  .page-footer__homepage-link {
    margin-left: 15px;
  }
}

.drivers {
  grid-column: 2;
  padding: 10px 30px 20px;
  border-bottom: 1px solid black;
}
.drivers__title {
  margin: 20px;
  font-size: 2rem;
  text-align: center;
}
.drivers__summary-title {
  font-size: 1.2rem;
}
.drivers__label {
  cursor: pointer;
}
.drivers__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.drivers__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 5px;
  color: white;
  text-shadow: 1px 1px black;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(to bottom, #6673ba 0%, #505152 100%);
  border: 1px solid gray;
  transition: all 1s linear;
}
.drivers__item:hover {
  cursor: pointer;
  background: linear-gradient(to top, #6673ba 0%, #505152 100%);
}

.video {
  grid-column: 2;
}

.contacts {
  grid-column: 2;
  padding: 40px 45px 60px;
  color: white;
  background: url(img/contacts/bg.jpg) no-repeat 100% 100%;
  background-size: cover;
  border-bottom: 1px solid black;
}
.contacts__title {
  margin: 20px;
  margin-bottom: 32px;
  font-size: 2rem;
  text-align: center;
}
.contacts__plain-text {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.contacts__name {
  font-weight: bold;
}
.contacts__name, .contacts__ogrn, .contacts__ks, .contacts__legal-address, .contacts__physical-address {
  margin-bottom: 20px;
}