html {
  height: 100%;
  font-size: 14px;
  text-size-adjust: 100%;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  min-width: 320px;
  min-height: 100%;
  color: #666666;
  background-color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

}
@media only screen and (min-width: 665px) {
  body {
    font-size: 1.14rem;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.28rem;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "PT Serif Caption", "Georgia", "Times New Roman", "Times", serif;
  font-weight: 400;
}
a {
  background-color: transparent;
  text-decoration-skip: objects;
  color: #cf2a00;
  transition: 0.3s;
  transform-style: flat;
}
a:hover {
  text-decoration: none;
}
a:active {
  opacity: 0.8;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
textarea {
  overflow: auto;
}
[type="text"],
[type="password"],
[type="tel"],
[type="email"],
button,
textarea {
  box-sizing: border-box;
  margin: 0 0 7px;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  color: #666666;
  border: 2px solid #c5c5c5;
  border-radius: 10px;
  outline: none;
  transition: border 0.7s;
  font: inherit;
  font-size: 1rem;
  background-color: #fff;
}
[type="text"]:hover,
[type="password"]:hover,
[type="tel"]:hover,
[type="email"]:hover,
button:hover,
textarea:hover {
  border-color: #ffb09c;
}
[type="text"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="email"]:focus,
button:focus,
textarea:focus {
  border: 2px solid #cf2a00;
}
[contenteditable] {
  border-left: 5px solid #cf2a00;
  padding-left: 3px;
}
[contenteditable]:hover,
[contenteditable]:focus {
  outline: 1px dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
template,
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
@font-face {
  font-family: "Auto Resurs";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/auto-resurs.woff2") format("woff2"), url("../fonts/auto-resurs.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/opensans300italic.woff2") format("woff2"), url("../fonts/opensans300italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/opensans400italic.woff2") format("woff2"), url("../fonts/opensans400italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/opensans700italic.woff2") format("woff2"), url("../fonts/opensans700italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/opensans300.woff2") format("woff2"), url("../fonts/opensans300.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/opensans400.woff2") format("woff2"), url("../fonts/opensans400.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/opensans700.woff2") format("woff2"), url("../fonts/opensans700.woff") format("woff");
}
@font-face {
  font-family: "PT Serif Caption";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ptserifcaption400italic.woff2") format("woff2"), url("../fonts/ptserifcaption400italic.woff") format("woff");
}
@font-face {
  font-family: "PT Serif Caption";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ptserifcaption400.woff2") format("woff2"), url("../fonts/ptserifcaption400.woff") format("woff");
}
.header {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 665px) {
  .header {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    padding-top: 150px;
    background-color: #eee;
  }
  .header--index .header__inner-wrapper {
    border-bottom: 1px solid #e1e1e1;
  }
}
.header__inner-wrapper {
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
  transition: 0.4s;
  background-color: #eee;
}
@media only screen and (min-width: 1024px) {
  .header__inner-wrapper--scroll {
    background-color: rgba(238, 238, 238, 0.95);
  }
}
.header__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 665px) {
  .header__inner {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__inner {
    z-index: 9999;
    top: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    background-color: #eee;
  }
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    max-width: 1170px;
    margin: 0 auto;
  }
}
.header__info {
  z-index: 3;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .header__info {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #eee;
  }
}
@media only screen and (min-width: 1024px) {
  .header__info {
    width: 220px;
    padding: 15px 0;
  }
}
.header__menu-toggle {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 16px;
  padding: 10px;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 0;
}
.header__menu-toggle::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 4px;
  content: "";
  background-color: #cfd5d9;
  box-shadow: 0 6px 0 0 #cfd5d9, 0 12px 0 0 #cfd5d9;
}
@media only screen and (min-width: 665px) {
  .header__menu-toggle {
    right: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu-toggle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu-toggler {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .header__menu-toggler:checked + .main-nav {
    transform: translateY(100%);
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu-toggler {
    display: none;
  }
}
.header__phone {
  text-decoration: none;
  color: #cf2a00;
  font-size: 1rem;
  font-weight: 700;
}
.header__phone:hover,
.header__phone:focus,
.header__phone:active {
  color: #ff4a1d;
}
@media only screen and (max-width: 1023px) {
  .header__phone {
    margin-top: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header__phone {
    transform: translateY(50px);
  }
}
@media only screen and (min-width: 1024px) {
  .header__phone--scroll {
    display: none;
  }
}
.header__title {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0.8em auto;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .header__title {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__title {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 665px) {
  .header__title {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header__title {
    font-size: 2.9rem;
  }
}
.header__title-wrap {
  padding: 20px 0;
  background-color: #cf2a00;
}
@media only screen and (min-width: 665px) {
  .header__title-wrap {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header__title-wrap {
    padding: 50px 0;
  }
}
.logo {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 150px;
  height: 52px;
  background: url("../img/logo-sm.png") no-repeat 50%;
}
@media only screen and (min-width: 665px) {
  .logo {
    width: 180px;
    height: 62px;
    background: url("../img/logo-md.png") no-repeat 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .logo {
    position: absolute;
    width: 220px;
    height: 76px;
    transition: height 0.2s, transform 0.8s;
    transform: translateY(-20px);
    background: url("../img/logo-lg.png") no-repeat 50% / contain;
  }
}
@media only screen and (min-width: 1024px) {
  .logo--scroll {
    height: 62px;
    transform: translateY(0);
  }
}
.main-nav {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .main-nav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: transform 0.7s cubic-bezier(1, 0, 0, 1);
    transform: translateY(0);
    text-align: center;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-nav__link {
  display: block;
  transition: 0.2s;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  line-height: 3.3;
}
.main-nav__link:hover,
.main-nav__link:focus {
  color: #333333;
  background-color: #d2d2d2;
}
.main-nav__link:active {
  color: #333333;
  background-color: #c8c8c8;
}
.main-nav__link--active {
  color: #fff;
  background-color: #cf2a00;
}
.main-nav__link--active:hover,
.main-nav__link--active:focus {
  color: #e6e6e6;
  background-color: #9c2000;
}
@media only screen and (max-width: 1023px) {
  .main-nav__link {
    background-color: #eee;
  }
  .main-nav__link--active {
    background-color: #cf2a00;
  }
  .main-nav__link--active:hover,
  .main-nav__link--active:focus {
    background-color: #9c2000;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav__link {
    padding: 52px 10px;
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav--scroll .main-nav__link {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: padding 0.4s;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav__sub-link {
    position: relative;
  }
  .main-nav__sub-link:hover > .sub-nav {
    transform: translateX(0);
  }
}
.sub-nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sub-nav {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    display: block;
    transition: transform 0.7s cubic-bezier(1, 0, 0, 0.5);
    transform: translateX(2000px);
  }
}
.sub-nav__link {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sub-nav__link {
    display: block;
    width: 220px;
    padding: 15px 20px;
    transition: all 0.7s;
    text-decoration: none;
    color: #333333;
    border-top: 1px solid #fff;
    background-color: #eee;
    font-size: 1rem;
    line-height: 1.2;
  }
  .sub-nav__link:hover,
  .sub-nav__link:focus {
    color: #333333;
    background-color: #d2d2d2;
  }
  .sub-nav__link:active {
    color: #333333;
    background-color: #c8c8c8;
  }
  .sub-nav__link--active {
    color: #fff;
    background-color: #cf2a00;
  }
}
/* stylelint-disable declaration-no-important  */
.services {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media only screen and (min-width: 665px) {
  .services {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .services {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
/* stylelint-enable */
.services__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 50%;
  padding: 125px 25px 25px;
  text-align: center;
  text-decoration: none;
  color: #666666;
  background-repeat: no-repeat;
  background-position: 50% 20px;
  text-shadow: 0 0;
  font-weight: 300;
}
.services__link:hover,
.services__link:focus {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.services__link--current {
  background-color: #e5e5e5;
}
.services__link--int {
  background-image: url("../img/services/world.png");
}
.services__link--rus {
  background-image: url("../img/services/russia.png");
}
.services__link--city {
  background-image: url("../img/services/city.png");
}
.services__link--reg {
  background-image: url("../img/services/documents.png");
}
.services__link--sup {
  background-image: url("../img/services/gibbd.png");
}
.services__link--cust {
  background-image: url("../img/services/customs.png");
}
.services__link--for {
  background-image: url("../img/services/forwarding.png");
}
.services__link--ins {
  background-image: url("../img/services/insurance.png");
}
@media only screen and (min-width: 1024px) {
  .services__link {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.services--inner-page {
  background-color: #f7f7f7;
}
.services__name {
  margin: 5px 0;
}
.services__content {
  /* TODO: в отдельный блок сделать */
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #222;
  background-color: #e5e5e5;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 665px) {
  .services__content {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .services__content {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
.services__content h1 {
  width: 70%;
  margin: 0 auto 30px;
  text-align: center;
  color: #666;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.services__content h2 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  font-weight: 700;
}
.services__content p {
  margin: 0 0 20px;
}
.services__content ul {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  list-style: square;
}
.services__column {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 665px) {
  .services__column {
    width: 50%;
    padding: 0 10px;
  }
}
.services__column-single {
  width: 100%;
}
@media only screen and (min-width: 665px) {
  .services__column-single {
    width: 70%;
    margin: 0 auto;
  }
}
.services__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (min-width: 665px) {
  .services__form {
    width: 70%;
    max-width: 450px;
  }
}
.services__form .services__input {
  width: 47%;
  margin: 0;
}
.services__form .btn {
  width: 47%;
  padding: 15px 0;
}
.services__policy {
  margin: auto;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 665px) {
  .services--wrapper {
    margin-top: 111px;
  }
}
@media only screen and (min-width: 665px) {
  .services--wrapper {
    margin-top: 122px;
  }
}
@media only screen and (min-width: 1024px) {
  .services--wrapper {
    margin-top: 150px;
  }
}
.intro {
  position: relative;
  width: 100%;
  height: 330px;
}
.intro__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 330px;
  padding: 0 9%;
  background: #246d7e url("../img/bg-mountains.jpg") no-repeat 50%;
  background-size: cover;
}
@media only screen and (max-width: 665px) {
  .intro__inner {
    padding: 0;
  }
}
.intro__inner::after {
  position: absolute;
  right: 11%;
  bottom: -35px;
  width: 400px;
  height: 180px;
  content: "";
  background-image: url("../img/truck-md.png");
}
@media only screen and (min-width: 665px) {
  .intro__inner::after {
    right: auto;
    left: 11%;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__inner::after {
    width: 605px;
    height: 275px;
    background-image: url("../img/truck-lg.png");
  }
}
.intro__form {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 270px;
  height: 350px;
  padding: 20px;
  padding-top: 10px;
  transform: translateX(-50%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 665px) {
  .intro__form {
    position: relative;
    left: 0;
    width: 100%;
    transform: none;
  }
}
.intro__form input,
.intro__form textarea:not(:hover):not(:focus) {
  border-color: #fff;
}
@media only screen and (min-width: 665px) {
  .intro__form {
    right: 9%;
    left: inherit;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__form {
    right: 35%;
    transform: translateX(100%);
  }
}
.intro__info {
  position: relative;
  font-size: 1rem;
}
.intro__info::before {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 5px;
  width: 20px;
  height: 20px;
  content: "?";
  text-align: center;
  color: #eee;
  border-radius: 50%;
  background-color: #ababab;
}
.intro__info:hover::after {
  position: absolute;
  top: -130%;
  left: -20px;
  box-sizing: border-box;
  width: 260px;
  padding: 7px 8px;
  content: attr(data-description);
  color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.1;
}
@media only screen and (max-width: 665px) {
  .intro__info:hover::after {
    left: 0;
  }
}
@media only screen and (min-width: 665px) {
  .intro__info:hover::after {
    top: 0;
    left: -265px;
  }
}
.intro__policy {
  display: inline-block;
  margin-top: -7px;
  margin-bottom: 5px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #fff;
}
@media only screen and (max-width: 665px) {
  .intro__policy {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 665px) {
  .intro__btn {
    align-self: center;
  }
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  max-width: 220px;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.7s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #ababab;
  border-radius: 10px;
  background-color: #ababab;
  font-size: 1rem;
  line-height: 1.2;
}
.btn:hover,
.btn:focus {
  color: #fff;
  border-color: #6b6b6b;
  background-color: #858585;
}
.btn:active {
  color: #fff;
  border-color: #525252;
  background-color: #6b6b6b;
}
.btn--red {
  border: 2px solid #cf2a00;
  background-color: #cf2a00;
}
.btn--red:hover,
.btn--red:focus {
  border-color: #9c2000;
  background-color: #e92f00;
}
.btn--red:active {
  border-color: #831a00;
  background-color: #b62500;
}
.btn--info {
  display: block;
  margin: 25px auto;
}
.btn--full-width {
  width: 100%;
}
.btn--center {
  margin: 10px auto;
}
.btn--right {
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 665px) {
  .btn--right {
    width: 100%;
    margin-right: auto;
  }
}
.index-info {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 665px) {
  .index-info {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .index-info {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1024px) {
  .index-info {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .index-info__block {
    width: 49%;
  }
}
.index-info__title {
  margin: 0.8em 0;
  text-align: center;
  color: #cf2a00;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .index-info__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .index-info__title {
    text-align: left;
    font-size: 2.6rem;
  }
}
.index-info__description {
  margin: 5px 0;
  line-height: 1.4;
}
.index-info__list {
  margin: 5px 0;
  padding-left: 25px;
  list-style: square;
  line-height: 1.4;
}
.index-info__list--ordered {
  list-style-type: decimal;
}
.index-info__order-item {
  margin: 5px 0 5px 15px;
}
.last-news {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 665px) {
  .last-news {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .last-news {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
.last-news__title {
  margin: 0.8em 0;
  text-align: center;
  color: #cf2a00;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .last-news__title {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .last-news__title {
    text-align: left;
    font-size: 2.6rem;
  }
}
.last-news__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.last-news__image-wrap {
  overflow: hidden;
  width: 100%;
  height: 150px;
  min-height: 150px;
  background: #a9a9a9 url("../img/delivery-truck.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1023px) {
  .last-news__image-wrap {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 665px) {
  .last-news__image-wrap {
    height: 100%;
  }
}
.last-news__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.last-news__item {
  display: block;
  width: 32%;
  max-height: 210px;
  margin: 0;
  text-decoration: none;
  color: #cf2a00;
}
.last-news__item:hover,
.last-news__item:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1023px) {
  .last-news__item {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 665px) {
  .last-news__item {
    width: 100%;
    max-height: 210px;
  }
  .last-news__item:not(:first-child) {
    display: none;
  }
}
.last-news__link-title {
  overflow: hidden;
  margin: 0;
  padding: 10px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 665px) {
  .last-news__link-title {
    width: 100%;
    text-align: center;
  }
}
.alert {
  position: fixed;
  z-index: 30;
  top: 25px;
  right: 25px;
  min-width: 250px;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  background-color: rgba(131, 26, 0, 0.7);
}
.advantages {
  margin: 60px 0;
  padding: 35px 25px;
  transform: skewY(2deg);
  color: #fff;
  background: #cf2a00 url("../img/bg-red.png") repeat;
}
.advantages__inner {
  padding-top: 35px;
  transform: skewY(-2deg);
}
.advantages__title {
  margin: 0 0 38px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (min-width: 665px) {
  .advantages__title {
    margin-right: 20%;
    margin-left: 20%;
  }
}
.advantages__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
@media only screen and (min-width: 665px) {
  .advantages__list {
    align-items: flex-start;
    flex-flow: row wrap;
  }
}
.advantages__item {
  position: relative;
  box-sizing: border-box;
  width: 230px;
  margin-bottom: 28px;
  padding-top: 92px;
  text-align: center;
  text-transform: lowercase;
}
.advantages__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  color: #cf2a00;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 52px;
  line-height: 72px;
}
@media only screen and (min-width: 665px) {
  .advantages__item {
    width: 50%;
    margin-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .advantages__item {
    width: 33%;
  }
}
.advantages__link {
  color: #fff;
}
.last-works {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  padding: 13px 25px;
}
.last-works * {
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .last-works {
    padding: 0;
  }
}
.last-works__slider {
  width: 100%;
}
.last-works__title {
  width: 100%;
  margin: 0 0 12px;
  text-align: center;
  color: #cf2a00;
  font-size: 2.6rem;
  line-height: 1.2;
}
.last-works__gallery {
  width: 100%;
  height: auto;
}
.last-works__view {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
}
.last-works__image-wrap {
  height: auto;
  margin-bottom: 40px;
  padding-top: 25px;
}
.last-works__image-wrap img {
  width: 100%;
  height: 100%;
}
.last-works__btn-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 665px) {
  .last-works__btn-wrap {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .last-works__btn-wrap {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media only screen and (max-width: 665px) {
  .last-works__btn-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.transport-slider {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px 50px;
}
.transport-slider * {
  box-sizing: inherit;
}
.transport-slider__title {
  width: 100%;
  margin: 0 0 24px;
  text-align: center;
  color: #cf2a00;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 665px) {
  .transport-slider__title {
    margin: 0;
  }
}
.transport-slider__wrap {
  width: 100%;
  height: 480px;
  margin-bottom: 45px;
  text-decoration: none;
}
@media only screen and (min-width: 665px) {
  .transport-slider__wrap {
    height: 380px;
  }
}
.transport-slider__slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 665px) {
  .transport-slider__slide {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (max-width: 665px) {
  .transport-slider__slide {
    justify-content: center;
  }
}
.transport-slider__image {
  width: 100%;
  max-width: 470px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 665px) {
  .transport-slider__image {
    margin: 0 30px 0 0;
  }
}
.transport-slider__description {
  width: 100%;
  padding: 0 5%;
  text-align: center;
  color: #000;
  font-family: Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .transport-slider__description {
    max-width: 300px;
    padding: 0;
  }
}
.transport-slider__control {
  position: absolute;
  top: 85%;
  width: 50px !important;
  height: 50px !important;
  border: none;
  border-radius: 50%;
  outline: none;
  background-image: none !important;
  background-color: #c9c9c9;
}
.transport-slider__control:hover,
.transport-slider__control:focus,
.transport-slider__control:active {
  background-color: #b0b0b0;
}
.transport-slider__control::before {
  position: absolute;
  top: 15px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  border-width: 7px 0 0 7px;
  border-style: solid;
  border-color: #fff;
}
.transport-slider__control--prev::before {
  left: 18px;
  transform: rotate(-45deg);
}
.transport-slider__control--next::before {
  right: 18px;
  transform: rotate(135deg);
}
.transport-slider__control--prev {
  left: 42%;
}
@media only screen and (max-width: 665px) {
  .transport-slider__control--prev {
    left: 32%;
  }
}
.transport-slider__control--next {
  right: 42%;
}
@media only screen and (max-width: 665px) {
  .transport-slider__control--next {
    right: 32%;
  }
}
.footer {
  color: #999999;
  border-top: 1px solid #e1e1e1;
  background-color: #eee;
}
.footer p {
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 665px) {
  .footer p {
    font-size: 1.14rem;
  }
}
@media only screen and (min-width: 1024px) {
  .footer p {
    font-size: 1.28rem;
  }
}
.footer__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 665px) {
  .footer__inner {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media only screen and (max-width: 665px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 665px) {
  .footer__inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.footer__block {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 665px) {
  .footer__block {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__block {
    width: 33.3%;
  }
}
@media only screen and (max-width: 665px) {
  .footer__block--contacts {
    order: -1;
  }
}
@media only screen and (max-width: 665px) {
  .footer__block--socials {
    text-align: center;
  }
}
@media only screen and (min-width: 665px) {
  .footer__block--socials {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__block--socials {
    order: 2;
    margin-top: -100px;
    padding: 0;
    text-align: left;
  }
}
.footer__title {
  margin: 30px 0;
  color: #454545;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.footer__link {
  display: block;
  text-decoration: underline;
  color: #999999;
  font-size: 1rem;
  line-height: 1.5;
}
.footer__link--mail {
  display: inline-block;
  font: inherit;
}
@media only screen and (min-width: 1024px) {
  .footer__link--policy {
    margin-left: 10px;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__link {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: block;
  text-decoration: none;
  color: #999999;
  font-size: 1.28rem;
}
.footer__phone--main {
  margin-bottom: 12px;
  color: #cf2a00;
  font-size: 1.6rem;
}
.footer__contacts {
  margin: 5px 0;
}
.footer__copyright {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  color: #4d4d4d;
}
@media only screen and (min-width: 665px) {
  .footer__copyright {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
.footer__copyright p {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 665px) {
  .footer__copyright {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    display: flex;
    justify-content: center;
  }
}
.social__link {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  width: 39px;
  height: 37px;
  margin-right: 5px;
  background-color: #ababab;
}
.social__link:hover,
.social__link:focus {
  background-color: #858585;
}
.social__link:active {
  background-color: #6b6b6b;
}
.social__link:last-of-type {
  margin-right: 0;
}
.social__link--vk {
  background: #ababab url("../img/vk.svg") no-repeat center;
}
.social__link--fb {
  background: #ababab url("../img/facebook.svg") no-repeat center;
}
.social__link--ig {
  background: #ababab url("../img/instagram.svg") no-repeat center;
}
.modal {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 30%;
  min-width: 260px;
  max-width: 400px;
  padding: 30px 20px;
  transition: transform 0.7s;
  transform: translate3d(-50%, -500%, 0);
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.modal--active {
  transform: translate3d(-50%, -50%, 0);
}
.modal__close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.modal__close::before,
.modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  margin-left: -15px;
  content: "";
  transition: background 0.5s ease;
  transform: rotate(45deg);
  background-color: #cf2a00;
}
.modal__close::after {
  transform: rotate(-45deg);
}
.modal__close:hover::before,
.modal__close:hover::after {
  background-color: #666;
}
.modal__title {
  margin: 0 0 15px;
  padding: 0 20px;
  font-size: 1.5rem;
}
.modal__description {
  font-size: 1rem;
}
.modal__policy {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  text-align: center;
}
.policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.policy h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.inner-page {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 25px;
  flex-grow: 1;
}
@media only screen and (min-width: 665px) {
  .inner-page {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-page {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-page {
    margin-top: 50px;
  }
}
.about-company {
  padding-bottom: 40px;
  line-height: 1.4;
}
.about-company__description {
  margin: 10px 0;
}
.about-company__list {
  margin: 10px 0;
  padding-left: 25px;
  list-style-type: square;
}
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #191919;
}
.news-list picture {
  overflow: hidden;
  width: 48%;
  height: 250px;
}
.news-list__item {
  margin-bottom: 60px;
}
@media only screen and (min-width: 665px) {
  .news-list__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .news-list__item:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .news-list__item:nth-child(odd) .btn {
    margin-right: 0;
    margin-left: auto;
  }
}
.news-list__image {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  object-fit: cover;
}
@media only screen and (min-width: 665px) {
  .news-list__image {
    margin-bottom: 0;
  }
}
.news-list__content {
  width: 100%;
}
@media only screen and (min-width: 665px) {
  .news-list__content {
    width: 48%;
  }
}
.news-list__date {
  font-family: "PT Serif Caption", "Georgia", "Times New Roman", "Times", serif;
  font-size: 0.9rem;
}
@media only screen and (min-width: 665px) {
  .news-list__date {
    font-size: 1.1rem;
  }
}
.news-list__title {
  margin: 15px 0;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (min-width: 665px) {
  .news-list__title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .news-list__title {
    font-size: 2.1rem;
  }
}
.news-list__link {
  color: #191919;
}
.news-list__description {
  margin: 5px 0 25px;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .news-list__description {
    font-size: 1.2rem;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.pagination__link {
  box-sizing: border-box;
  min-width: 40px;
  margin-right: 5px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ababab;
  font-size: 1.4rem;
  line-height: 40px;
}
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  color: #fff;
  background-color: #919191;
}
.pagination__link--active {
  background-color: #cf2a00;
}
.pagination__link--active:hover,
.pagination__link--active:active {
  color: #fff;
  background-color: #cf2a00;
}
.gallery {
  padding-bottom: 50px;
}
.gallery .message {
  display: none;
}
.gallery__nav {
  margin-bottom: 25px;
}
.gallery__link {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
  padding: 5px 15px;
  transition: background-color 0.7s;
  text-align: center;
  text-decoration: none;
  color: #646473;
  border: 1px solid #6b6b6b;
  border-radius: 10px;
  background-color: #ccc;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: 200;
}
.gallery__link:hover,
.gallery__link:focus,
.gallery__link:active {
  color: #646473;
  background-color: #ccc;
}
.gallery__link[href] {
  border-color: #dfdfdf;
  background-color: #eee;
  box-shadow: none;
}
.gallery__link[href]:hover,
.gallery__link[href]:focus,
.gallery__link[href]:active {
  cursor: pointer;
  color: #646473;
  border-color: #6b6b6b;
  background-color: #dedede;
}
.gallery__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.gallery__image {
  width: 100%;
  height: 237px;
  filter: grayscale(0.8);
}
@media only screen and (max-width: 1023px) {
  .gallery__image {
    object-fit: cover;
  }
}
.gallery__item-hover {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: 0.45s;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.gallery__item {
  position: relative;
  width: 100%;
  height: 237px;
  margin: 0;
}
.gallery__item:hover .gallery__image {
  filter: grayscale(0);
}
.gallery__item:hover .gallery__item-hover {
  opacity: 1;
}
@media only screen and (min-width: 665px) {
  .gallery__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__item {
    width: 33%;
  }
}
.gallery__title {
  overflow: hidden;
  height: 90px;
  margin: 5px 0 0;
  text-overflow: ellipsis;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
}
.gallery__description {
  overflow: hidden;
  height: 24px;
  margin: 0;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  line-height: 24px;
}
.gallery-items {
  margin: 35px auto 65px;
}
.gallery-items__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 35px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .gallery-items__header {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 35px 0;
  }
}
.gallery-items__title {
  width: 100%;
  margin: 0 0 20px;
  color: #cf2a00;
  font-family: "PT Serif Caption", "Georgia", "Times New Roman", "Times", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .gallery-items__title {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-items__title {
    width: 33%;
    text-align: left;
    font-size: 2.6rem;
  }
}
.gallery-items__description {
  width: 100%;
  margin: 0 0 20px;
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
}
@media only screen and (min-width: 665px) {
  .gallery-items__description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-items__description {
    width: 50%;
    margin-top: 10px;
    padding-left: 50px;
    text-align: left;
  }
}
.gallery-items__control {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 37px;
  margin: 0 10px;
  text-indent: 100%;
  color: #ddd;
}
.gallery-items__control::before {
  position: absolute;
  top: 6px;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  content: "";
  border-top: 8px solid;
  border-right: 8px solid;
}
.gallery-items__control--prev::before {
  left: 6px;
  transform: rotate(-135deg);
}
.gallery-items__control--next::before {
  right: 6px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 1024px) {
  .gallery-items__control {
    width: 40px;
    margin-top: 20px;
  }
}
.gallery-items__control[href] {
  color: #000;
}
.gallery-items__control[href]:hover,
.gallery-items__control[href]:active,
.gallery-items__control[href]:focus {
  color: #999;
}
.gallery-items__image {
  margin: 0 0 45px;
  text-align: center;
}
.controls > .btn {
  margin-bottom: 5px;
  vertical-align: top;
}
@media only screen and (min-width: 665px) {
  .contacts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.contacts__address {
  margin-bottom: 30px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .contacts__address {
    width: 45%;
    font-size: 1.3rem;
  }
}
.contacts__link {
  text-decoration: none;
  color: #cf2a00;
}
.contacts__link:hover,
.contacts__link:focus {
  text-decoration: underline;
}
.contacts__link:active {
  color: #9c2000;
}
.contacts__form {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 300px;
  margin: 0 auto 25px;
}
@media only screen and (min-width: 665px) {
  .contacts__form {
    width: 45%;
    margin: 0 0 40px;
  }
}
.contacts__text {
  margin-top: 0;
}
.map {
  width: 100%;
  min-height: 360px;
  background-color: #d3d3d3;
  background-image: url("../img/map.jpg");
}
.contacts__policy {
  margin-bottom: 7px;
  font-size: 12px;
  text-align: center;
}
.transport-item {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 665px) {
  .transport-item {
    padding-right: 9%;
    padding-left: 9%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .transport-item {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1024px) {
  .transport-item {
    max-width: 1170px;
    margin: 0 auto;
  }
}
.transport-item__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 35px 0;
}
.transport-item__header a {
  width: 170px;
  font-weight: 700;
}
@media only screen and (min-width: 665px) {
  .transport-item__header {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1024px) {
  .transport-item__header {
    justify-content: space-between;
  }
}
.transport-item__title {
  margin: 0 0 25px;
  text-align: center;
  color: #cf2a00;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .transport-item__title {
    width: 60%;
    margin: 0;
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .transport-item__title {
    text-align: left;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 665px) {
  .transport-item__image {
    text-align: center;
  }
}
.transport-item__image img {
  vertical-align: top;
}
.news-one {
  color: #191919;
}
.news-one__title {
  margin: 1em 0;
  text-align: center;
  color: #cf2a00;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 665px) {
  .news-one__title {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .news-one__title {
    text-align: left;
    font-size: 2.6rem;
  }
}
.news-one__video {
  margin-bottom: 40px;
  background-color: #000;
}
.news-one__video iframe {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 665px) {
  .news-one__video iframe {
    width: 500px;
    height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-one__video iframe {
    width: 600px;
    height: 400px;
  }
}
.news-one__image {
  display: block;
  width: 60%;
  margin: 0 auto 40px;
}
.news-one__facts {
  display: flex;
  flex-direction: column;
  margin: 5px 0 30px;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 665px) {
  .news-one__facts {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.news-one__facts-item {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 665px) {
  .news-one__facts-item {
    width: 30%;
    text-align: center;
  }
}
.news-one__description,
.news-one__text {
  margin: 5px 0;
  margin-bottom: 30px;
  line-height: 1.4;
}
.news-one__date {
  display: block;
  margin-bottom: 30px;
  text-align: right;
  font-family: "PT Serif Caption", "Georgia", "Times New Roman", "Times", serif;
  font-size: 0.85rem;
}
@media only screen and (min-width: 665px) {
  .news-one__date {
    font-size: 1.1rem;
  }
}
.news-one__gallery {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 665px) {
  .news-one__gallery {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.news-one__gallery-image {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 665px) {
  .news-one__gallery-image {
    width: 45%;
  }
}
.news-one__user-block {
  margin-bottom: 40px;
}
.news-one__user-block > .btn {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  vertical-align: top;
}
.news-one__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 30px auto;
}
@media only screen and (min-width: 665px) {
  .news-one__form {
    width: 70%;
    max-width: 450px;
  }
}
.news-one__form .news-one__form-tel {
  width: 47%;
  margin: 0;
  border-color: #ccc;
}
.news-one__form .btn {
  width: 47%;
  padding: 15px 0;
}
.login-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px;
}
.inner-content {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 20px 30px;
}
.inner-content h1 {
  width: 70%;
  margin: 0 auto 30px;
  text-align: center;
  color: #cf2a00;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.inner-content h2 {
  margin: 0 0 20px;
  color: #cf2a00;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.inner-content p {
  margin: 0;
  margin-bottom: 20px;
}
.inner-content ul {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  list-style: square;
}
.admin::before {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 5px;
  content: " ";
  background-color: #cf2a00;
}
.add-content {
  padding-bottom: 50px;
}
.add-content .message {
  display: none;
}
.add-content ul {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.add-content li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .add-content--news {
    display: flex;
    justify-content: space-between;
  }
}
.add-content__header {
  margin-bottom: 30px;
}
.add-content__title {
  height: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  color: #cf2a00;
  font-size: 2.1rem;
  font-weight: 400;
}
@media only screen and (min-width: 665px) {
  .add-content__title {
    text-align: left;
  }
}
.add-content__description {
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
}
@media only screen and (min-width: 665px) {
  .add-content__description {
    text-align: left;
  }
}
.add-content__upload {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.add-content__label {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 665px) {
  .add-content__image {
    width: 48%;
  }
}
.small-list {
  font-size: 14px;
}
.small-list a {
  font-size: 14px;
}
