

/* Start:/local/templates/trall/assets/styles/app.min.css?151970976329980*/
@font-face {
  font-family: 'Gotham Pro Regular';
  src: url("/local/templates/trall/assets/styles/../fonts/GothamPro.eot");
  src: url("/local/templates/trall/assets/styles/../fonts/GothamPro.eot?#iefix") format('embedded-opentype'), url("/local/templates/trall/assets/styles/../fonts/GothamPro.woff") format('woff'), url("/local/templates/trall/assets/styles/../fonts/GothamPro.ttf") format('truetype');
}

* {
  box-sizing: border-box;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
}

body {
  font-family: 'Gotham Pro Regular';
  font-size: 16px;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
  border: none;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}

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

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

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

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

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

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.main {
  padding-top: 120px;
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-item {
  float: left;
}

.owl-nav.disabled {
  display: none;
}

.owl-dots.disabled {
  display: none;
}

.owl-nav {
  position: absolute;
  width: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 40px;
  height: 70px;
  transform: translateY(-50%);
  cursor: pointer;
}

.owl-prev {
  left: 0;
}

.owl-prev::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 18px;
  display: block;
  width: 2px;
  height: 35px;
  transform-origin: left bottom;
  transform: translateY(-50%) rotate(35deg);
}

.owl-prev::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 53px;
  display: block;
  width: 2px;
  height: 35px;
  transform-origin: left top;
  transform: translateY(-50%) rotate(-35deg);
}

.owl-next {
  right: 0;
}

.owl-next::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 26px;
  display: block;
  width: 2px;
  height: 35px;
  transform-origin: left top;
  transform: translateY(-50%) rotate(-35deg);
}

.owl-next::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 46px;
  display: block;
  width: 2px;
  height: 35px;
  transform-origin: left bottom;
  transform: translateY(-50%) rotate(35deg);
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.about {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about__heading {
  margin-bottom: 3.125rem;
}

.about__text {
  max-width: 940px;
  margin: 0 auto;
}

.about__text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
}

.about__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__feature {
  position: relative;
  width: 27.5%;
  padding-top: 120px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
}

.about__feature::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  border: 7px solid #c6c6c6;
  border-radius: 50%;
  background-image: url("/local/templates/trall/assets/styles/../images/u_sprite.png");
  content: '';
  transform: translateX(-50%);
}

.about__feature_quality::before {
  background-position: -161px 3px;
}

.about__feature_price::before {
  background-position: -2px 5px;
}

.about__feature_trucks::before {
  background-position: -78px -147px;
}

.about__subheading {
  position: relative;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1;
}

.about__subheading::after {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1c1c1c;
  content: '';
  transform: translateX(-50%);
}

.button {
  font-size: 16px;
  line-height: 3;
  color: #fff;
  background-color: #ff3434;
  border: 0;
  transition: background-color 0.2s ease-out;
}

.button:hover {
  background-color: #e60c23;
}

.creators {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.creators__link {
  display: inline-block;
}

.creators__link_logo {
  margin-bottom: 20px;
}

.creators__link_confident {
  position: relative;
  font-size: 14px;
  color: #767676;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.creators__link_confident::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #767676;
  content: "";
  transition: all 0.2s ease-out;
}

.creators__link_confident:hover {
  color: #c6c6c6;
}

.creators__link_confident:hover::after {
  width: 0;
}

.documents {
  padding-top: 90px;
  padding-bottom: 90px;
}

.documents__heading {
  margin-bottom: 3.75rem;
}

.documents__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.documents__item {
  position: relative;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  padding: 0 15px 0 64px;
  margin-bottom: 50px;
}

.documents__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 52px;
  background-image: url("/local/templates/trall/assets/styles/../images/u_sprite.png");
  content: '';
}

.documents__item_pdf::before {
  background-position: -16px -170px;
}

.documents__item_jpg::before {
  background-position: -16px -90px;
}

.documents__item_doc::before {
  background-position: -100px -12px;
}

.documents__notification {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #767676;
}

.documents__link {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.2s ease-out;
  border-bottom: 1px dotted #1c1c1c;
}

.documents__link:hover {
  color: #ffa03d;
  border-color: #ffa03d;
}

.footer {
  position: relative;
  background-color: #1c1c1c;
}

.footer::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  content: '';
  transform: translateY(-50%);
}

.footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 50px 0;
  color: #fff;
  line-height: 1.5;
}

.footer__icon {
  position: relative;
  padding-left: 66px;
}

.footer__icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #fff;
  background-image: url("/local/templates/trall/assets/styles/../images/u_sprite.png");
  border-radius: 50%;
  content: '';
  transform: translateY(-50%);
}

.footer__phones::before {
  background-position: -242px -159px;
}

.footer__address::before {
  background-position: -164px -157px;
}

.footer__work-time::before {
  background-position: -241px -60px;
}

.footer__bottom {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 50px 0 80px 0;
  color: #c6c6c6;
}

.footer__info {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.header {
  position: fixed;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #c6c6c6;
  z-index: 100;
}

.header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__phone {
  text-align: right;
}

.header__phone-popup {
  color: #ffa03d;
  text-decoration: none;
  border-bottom: 1px dotted #ffa03d;
}

.header__phone-popup:hover {
  border-bottom: 0;
}

.header__phone-transform {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: #1c1c1c;
  text-decoration: none;
  
}

.header__phone-transform::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/trall/assets/styles/../images/u_sprite.png");
  background-position: -252px -123px;
  content: '';
  transform: translateY(-50%);
}

.header__button {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
}

.header__button::before {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 25px;
  height: 20px;
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  content: '';
  transform: translateX(-50%);
}

.header__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1c1c1c;
  content: '';
  transform: translate(-50%, -50%);
}

.header__button_active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1c1c1c;
  border: 0;
  content: '';
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center;
}

.header__button_active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1c1c1c;
  content: '';
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center center;
}

.heading {
  font-size: 48px;
  text-align: center;
}

.hero {
  position: relative;
  padding-bottom: 110px;
  background-color: #1c1c1c;
}

.hero__slide {
  position: relative;
  height: 600px;
  color: #fff;
  background-size: cover;
  background-position: center center;
}

.hero__slide::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,0.45);
}

.hero__company-name {
  font-size: 2.625rem;
  margin-bottom: 30px;
}

.hero__company-name span {
  color: #ffa03d;
}

.hero__heading {
  margin-bottom: 60px;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-align: center;
}

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__button {
  width: 100%;
  max-width: 265px;
  padding: 20px;
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #ff3434;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.hero__button:hover {
  background-color: #e60c23;
}

.hero__promo {
  position: absolute;
  bottom: 20%;
  right: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  color: #fff;
  background-color: #ff3434;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff;
  animation: pulse 2s infinite;
}

.hero__promo b {
  font-size: 20px;
}

.hero__dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 110px;
  padding: 0 15px;
  transform: translateX(-50%);
  overflow: hidden;
}

.hero__dot {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 200px;
  background-color: #fff;
  color: #fff;
  border: 6px solid transparent;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  cursor: pointer;
}

.hero__dot:hover {
  border-color: #ffa03d;
}

.hero__dot.active {
  border-color: #ffa03d;
}

.hero__dot_first {
  background-image: url("/local/templates/trall/assets/styles/../images/dot1.png");
}

.hero__dot_second {
  background-image: url("/local/templates/trall/assets/styles/../images/dot2.png");
}

.hero__dot_third {
  background-image: url("/local/templates/trall/assets/styles/../images/dot3.png");
}

.hero__dot-text {
  position: absolute;
  top: 50%;
  left: 100px;
  display: block;
  width: 180px;
  transform: translateY(-50%);
}

.hero .owl-nav {
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}

.hero .owl-prev {
  left: 5%;
}

.hero .owl-prev::before,
.hero .owl-prev::after {
  background-color: #fff;
}

.hero .owl-next {
  right: 5%;
}

.hero .owl-next::before,
.hero .owl-next::after {
  background-color: #fff;
}

.hero .owl-prev:hover::before,
.hero .owl-next:hover::before,
.hero .owl-prev:hover::after,
.hero .owl-next:hover::after {
  background-color: #ffa03d;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 -1px rgba(255,52,52,0.5);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(255,52,52,0.5);
  }

  100% {
    box-shadow: 0 0 0 -1px rgba(255,52,52,0.5);
  }
}

.map {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map::before {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 29%;
  content: '';
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup {
  position: relative;
  padding: 60px 20px 20px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  background: #fff;
  border: 5px solid #ffa03d;
}

.popup__heading {
  margin-bottom: 30px;
  font-size: 36px;
}

.popup__input {
  display: block;
  width: 100%;
  padding: 18px;
  margin-bottom: 25px;
  font-size: 16px;
}

.popup__textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 18px;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'Gotham Pro Regular';
}

.popup__text {
  margin-bottom: 25px;
  font-size: 13px;
}

.popup__button {
  display: block;
  width: 100%;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 32px;
}

.popup__select {
  width: 100%;
  padding: 18px;
  margin-bottom: 25px;
  font-size: 16px;
}

.nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #dedede;
}

.nav__item {
  position: relative;
  padding-bottom: 20px;
}

.nav__item:not(:last-of-type) {
  margin-right: 30px;
}

.nav__link {
  color: #1c1c1c;
  text-decoration: none;
  font-size: 16px;
}

.nav__link:hover {
  color: #ffa03d;
}

.nav__link:hover::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffa03d;
  content: '';
}

.partners {
  padding: 40px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
}

.partners__carousel {
  position: relative;
}

.partners__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.partners__image-wrapper {
  min-height: 60px;
  margin-bottom: 15px;
  text-align: center;
}

.partners__notification {
  font-size: 16px;
  color: #1c1c1c;
}

.partners .owl-nav {
  top: 25px;
  left: 0;
}

.partners .owl-prev::before,
.partners .owl-prev::after {
  background-color: #767676;
}

.partners .owl-next::before,
.partners .owl-next::after {
  background-color: #767676;
}

.partners .owl-prev:hover::before,
.partners .owl-next:hover::before,
.partners .owl-prev:hover::after,
.partners .owl-next:hover::after {
  background-color: #ffa03d;
}

.production {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("/local/templates/trall/assets/styles/../images/production.jpg");
  background-size: cover;
  background-position: center center;
}

.production::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,0.75);
}

.production__container {
  position: relative;
  z-index: 10;
}

.production__heading {
  margin-bottom: 30px;
  color: #fff;
}

.production__tabs {
  background-color: #fff;
  border: 10px solid rgba(255,255,255,0.2);
  background-clip: padding-box;
}

.production__tabs-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #1c1c1c;
}

.production__tab-button {
  width: 25%;
  padding: 30px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  background-color: #1c1c1c;
  color: #fff;
  border: 0;
}

.production__tab-button:hover span {
  border-bottom: 0;
}

.production__tab-button_active {
  background-color: #ffa03d;
  color: #1c1c1c;
}

.production__tab-button span {
  border-bottom: 1px dotted #fff;
}

.production__tab-button_active span {
  border-bottom: 0;
}

.production__table-heading {
  text-align: left;
  color: #646464;
}

.production__table-heading th {
  padding: 40px 10px 20px 10px;
}

.production__table-heading th:first-of-type {
  padding: 40px 10px 20px 30px;
}

.production__table-body tr {
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.production__table-body tr:hover {
  background-color: rgba(230,230,230,0.31);
}

.production__td {
  padding: 10px;
}

.production__td:first-of-type {
  padding: 10px 10px 10px 30px;
}

.production__td_first {
  width: 28%;
}

.production__td_second {
  width: 20%;
  text-align: center;
}

.production__td_third {
  width: 23%;
}

.production__td_fourth {
  width: 12%;
}

.production__td_fifth {
  width: 15%;
}

.production__name {
  display: block;
  margin-bottom: 10px;
}

.production__annotation {
  font-size: 13px;
  color: #5a5a5a;
}

.production__image-link {
  display: inline-block;
  width: 63px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

.production__image-link:hover {
  opacity: 0.75;
}

.production__image-link img {
  max-width: 100%;
}

.production__popup-link {
  display: inline-block;
  padding: 17px 39px;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  background-color: #ff3434;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.production__popup-link:hover {
  background-color: #e60c23;
}

.service-block {
  position: relative;
  padding: 5px;
  border: 5px solid #fff;
  background-color: #fff;
  box-shadow: 0px 4px 0 0 #e0e0e0;
}

.service-block:hover {
  border-color: #ffa03d;
}

.service-block:hover .service-block__hidden {
  display: block;
}

.service-block__image {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.service-block__image::before {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70.5%;
  content: '';
}

.service-block__inner {
  padding: 0 24px;
}

.service-block__heading {
  min-height: 85px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.4;
}

.service-block__description {
  font-size: 15px;
  line-height: 1.6;
}

.service-block__hidden {
  position: absolute;
  top: 100%;
  left: -5px;
  display: none;
  width: calc(100% + 10px);
  padding: 25px 34px 35px 34px;
  text-align: center;
  border: 5px solid #ffa03d;
  border-top: 0;
  background-color: #fff;
  z-index: 100;
}

.service-block__button {
  display: block;
  width: 100%;
  padding: 19px;
  border-radius: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #ff3434;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.service-block__button:hover {
  background-color: #e60c23;
}

.service-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-color: #f5f5f5;
  overflow: hidden;
}

.services__heading {
  margin-bottom: 50px;
}

.services__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
}

.services__item {
  width: 33%;
  padding: 0 17px;
  margin-bottom: 34px;
}

.social {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.social__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 43px;
  height: 43px;
  padding: 11px;
  margin-left: 15px;
  border-radius: 50%;
  color: #c6c6c6;
  background-color: #767676;
  transition: all 0.2s ease-out;
}

.social__link svg {
  fill: currentColor;
}

.social__link:hover {
  color: #fff;
  background-color: #ffa03d;
}

.social__link:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1300px) {
  .map::before {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    padding-top: 55px;
  }

  .about__container {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__feature {
    width: 50%;
  }

  .about__feature:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .about__feature p {
    width: 70%;
    margin: 0 auto;
  }

  .creators {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .creators__link_logo {
    margin-bottom: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .creators__link_confident {
    margin-bottom: 25px;
    -ms-flex-order: 0;
    order: 0;
  }

  .documents__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .documents__item:nth-of-type(n+7) {
    display: none;
  }

  .footer::before {
    display: none;
  }

  .footer__top {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    padding: 40px 0;
  }

  .footer__top::before {
    position: absolute;
    top: 100%;
    left: -15px;
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
    content: '';
    transform: translateY(-50%);
  }

  .footer__icon {
    margin-bottom: 25px;
  }

  .footer__icon:last-of-type {
    margin-bottom: 0;
  }

  .footer__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    padding: 40px 0;
  }

  .footer__info {
    margin-bottom: 25px;
  }

  .header {
    height: 55px;
    padding: 5px 0;
  }

  .header__button {
    display: block;
  }

  .header__phone-popup {
    display: none;
  }

  .header__phone-transform {
    width: 40px;
    height: 40px;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: all;
    color: transparent;
  }

  .header__phone-transform::before {
    top: 50%;
    left: 50%;
    background-position: -254px -172px;
    transform: translate(-50%, -50%);
  }

  .hero__dot {
    margin-right: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .hero__dot-text {
    left: 90px;
    width: 140px;
  }

  .logo__image {
    max-height: 45px;
  }

  .map::before {
    padding-bottom: 75%;
  }

  .nav {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #fff;
    z-index: 100;
    transform: translateX(-200%);
    transition: transform 0.3s ease-out;
  }

  .nav__list {
    width: 100%;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 80px 0 0 0;
    margin: 0;
    border: 0;
  }

  .nav__item {
    margin-bottom: 30px;
    padding: 10px 0;
  }

  .nav__item:not(:last-of-type) {
    margin-right: 0;
  }

  .nav__link {
    font-size: 20px;
  }

  .nav_active {
    transform: translateX(0);
  }

  .production__tab-button {
    width: 100%;
  }

  .production__table tr,
  .production__table td,
  .production__table tbody {
    display: block;
    width: 100%;
  }

  .production__table thead {
    display: none;
  }

  .production__table tr {
    padding: 15px 30px;
  }

  .production__td {
    padding: 10px;
    font-size: 14px;
  }

  .production__td:first-of-type {
    padding: 10px;
  }

  .production__name {
    width: 50%;
  }

  .production__annotation {
    font-size: 11px;
  }

  .production__td_first::before {
    display: block;
    margin-bottom: 15px;
    color: #646464;
    font-size: 12px;
    content: attr(data-content);
  }

  .production__td_second {
    text-align: left;
  }

  .production__td_third::before {
    display: block;
    margin-bottom: 15px;
    color: #646464;
    font-size: 12px;
    content: attr(data-content);
  }

  .production__td_fourth::before {
    display: block;
    margin-bottom: 15px;
    color: #646464;
    font-size: 12px;
    content: attr(data-content);
  }

  .service-block:hover {
    border-color: #fff;
    border-bottom: 5px solid #fff;
    box-shadow: 0px 4px 0 0 #e0e0e0;
  }

  .service-block__hidden {
    position: static;
    display: block;
    width: 100%;
    border: 0;
  }

  .services__item {
    width: 50%;
  }

  .social {
    position: static;
    margin-bottom: 25px;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .documents__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .documents__item:nth-of-type(n+7) {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .about__feature {
    width: 100%;
    margin-bottom: 25px;
  }

  .services__item {
    width: 100%;
  }
}

@media screen and (max-width: 630px) {
  .hero {
    padding-bottom: 50vh;
  }

  .hero__slide {
    height: calc(50vh - 55px);
  }

  .hero__company-name {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .hero__heading {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2;
  }

  .hero__promo {
    display: none;
  }

  .hero__dots {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50vh;
    padding: 10px 0;
  }

  .hero__dot {
    margin-right: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .hero__dot-text {
    width: 160px;
  }
}

@media screen and (max-width: 620px) {
  .partners__image-wrapper img {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 600px) {
  .heading {
    font-size: 30px;
  }

  .production__name {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .map::before {
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 450px) {
  .about__feature p {
    width: 100%;
  }

  .map::before {
    padding-bottom: 145%;
  }
}

@media screen and (max-width: 400px) {
  body {
    font-size: 75%;
  }

  .footer__icon {
    padding-left: 56px;
  }

  .footer__icon::before {
    width: 44px;
    height: 44px;
  }

  .footer__phones::before {
    background-position: -247px -164px;
  }

  .footer__address::before {
    background-position: -169px -161px;
  }

  .footer__work-time::before {
    background-position: -247px -65px;
  }
}
/* End */
/* /local/templates/trall/assets/styles/app.min.css?151970976329980 */
