@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/roboto/Robotolight.woff2) format("woff2"), url(../fonts/roboto/Robotolight.woff) format("woff"), url(../fonts/roboto/Robotolight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/roboto/Roboto.woff2) format("woff2"), url(../fonts/roboto/Roboto.woff) format("woff"), url(../fonts/roboto/Roboto.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/roboto/Robotobold.woff2) format("woff2"), url(../fonts/roboto/Robotobold.woff) format("woff"), url(../fonts/roboto/Robotobold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/montserrat/Montserrat-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/montserrat/Montserrat-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  line-height: 1.2;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  font-family: Montserrat, sans-serif;
  background: #202020;
  padding: 0;
  margin: 0;
  -webkit-transition: all .2s;
  transition: all .2s
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit
}

p {
  margin: 0
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

img {
  vertical-align: middle
}

a {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  cursor: pointer
}

a:focus,
a:hover {
  text-decoration: none
}

button {
  -webkit-transition: all .2s;
  transition: all .2s
}

.swiper-button,
button,
input,
textarea {
  outline: 0;
  border: 0
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px
  }
}

@media (max-width:575px) {
  .container {
    max-width: 320px
  }
}

input[type=search] {
  -webkit-appearance: textfield !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 35px !important
}

.img-fluid {
  max-width: 100%
}

.text-center {
  text-align: center
}

.wrap {
  overflow: hidden
}

.nice-select {
  float: none;
  line-height: 1.2;
  height: auto
}

.select2-dropdown {
  background-color: #000000;
  border-radius: 0;
  border: 1px solid #f1f3f4;
  -webkit-box-shadow: 0 8px 32px 0 rgba(62, 62, 62, .58);
  box-shadow: 0 8px 32px 0 rgba(62, 62, 62, .58)
}

.hide {
  display: none
}

.main {
  overflow: hidden
}

.select2-search__field {
  height: 2.53em;
  border: 1px solid #3e3e3e;
  border-radius: 0;
  font-family: Roboto;
  padding-left: .95em;
  padding-right: .95em;
  font-size: .9em
}

.blocker {
  z-index: 10;
  background-color: rgba(255, 255, 255, .6)
}

.modal a.close-modal {
  background-image: url(../img/icons/cancel.svg);
  background-size: .9em;
  top: 1em;
  right: 1.3em;
  opacity: .53
}

.section {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative
}

.section--top {
  background-color: #589a15;
  padding-top: .46em;
  padding-bottom: .46em;
  position: relative;
  z-index: 3;
  -webkit-transition: all 1.2s ease-in-out
}

.section--top.affix {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  -webkit-transition: all 1.2s ease-in-out;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .25)
}

.section--welcome {
  padding-top: 4.8em;
  padding-bottom: 4.8em
}

.section--marks {
  padding-top: 5.6em;
  padding-bottom: 5.1em
}

.section--about {
  color: #fff;
  padding-top: 5.5em;
  padding-bottom: 5.5em;
  font-size: 20px;
}

.section--latest {
  padding-top: 5.8em;
  padding-bottom: 2.7em
}

.section--news {
  background-color: #202020;
  padding-top: 5.8em;
  padding-bottom: 5.8em
}

.section--advantages {
  padding-top: 5.6em;
  padding-bottom: 5.6em
}

.section--map {
  background-color: #ddd;
  padding-top: 9.2em;
  padding-bottom: 9.2em;
  position: relative
}

.section--corp {
  background-color: #202020;
  padding-top: 1.4em;
  padding-bottom: 1.4em
}

.section--auto {
  padding-top: 3.7em;
  padding-bottom: 3.7em
}

.section--page {
  padding-top: 3.6em;
  padding-bottom: 3.6em
}

.section--404 {
  padding-top: 3.9em;
  padding-bottom: 3.9em;
  min-height: 27.4em
}

.show {
  display: block !important
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  z-index: 9998;
  width: 50px;
  height: 50px;
  left:  36px;
  bottom: 30px;
  background-image: url(../img/icons/up-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.scroll-top-wrapper.show {
  cursor: pointer;
  opacity: .6
}

.scroll-top-wrapper.show:hover {
  opacity: 1;
  transform: scale(1);
  transition: opacity .5s ease 0s, transform .5s ease 0s
}

.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh
}

.mobile-over {
  display: none
}

.mobile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ddd;
  min-height: 100px
}

.mobile-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.color--white {
  color: #fff
}

.color--mine-shaft {
  color: #252525
}

.color--black {
  color: #000
}

.color--cod-gray {
  color: #161616
}

.color--dusty-gray {
  color: #9a9a9a
}

.color--torch-red {
  color: #e3380c
}

.color--porcelain {
  color: #f1f3f4
}

.color--red {
  color: #e00700
}

.color--gray {
  color: #888
}

.color--oslo-gray {
  color: #8b8c8d
}

.size--16 {
  font-size: 1em
}

.size--22 {
  font-size: 1.38em
}

.size--18 {
  font-size: 1.13em
}

.size--30 {
  font-size: 1.88em
}

.size--14 {
  font-size: .88em
}

.size--54 {
  font-size: 3.38em
}

.size--26 {
  font-size: 1.63em
}

.size--40 {
  font-size: 2.5em
}

.size--20 {
  font-size: 1.25em
}

.size--24 {
  font-size: 1.5em
}

.size--12 {
  font-size: .75em
}

.weight--400 {
  font-weight: 400
}

.weight--700 {
  font-weight: 700
}

.weight--500 {
  font-weight: 500
}

.weight--300 {
  font-weight: 300
}

.font--montserrat {
  font-family: Montserrat
}

.font--font-awesome {
  font-family: Font Awesome
}

.font--montserrat {
  font-family: Montserrat
}

.style--uppercase {
  text-transform: uppercase
}

.style--center {
  text-align: center
}

.style--underline {
  text-decoration: underline
}

.style--italic {
  font-style: italic
}

.line-height--1-4 {
  line-height: 1.4
}

.btn {
  cursor: pointer;
  display: inline-block;
  padding-left: .8em;
  padding-right: .8em;
  padding-top: .5em;
  padding-bottom: .5em;
  border: 0 none #ddd;
  background-color: #589a16;
  text-align: center
}
.btn-tik {
	color: #fff;
  cursor: pointer;
  display: inline-block;
  padding-left: .8em;
  padding-right: .8em;
  padding-top: .5em;
  padding-bottom: .5em;
  border: 0 none #ddd;
  background-color: #000000;
  text-align: center
}

.btn-block {
  display: block;
  width: 100%
}

.btn-style--red {
  color: #fff;
  font-size: 1.13em;
  font-family: montserrat;
  font-weight: 400;
  background-color: #fe3380c;
  line-height: 1.2;
  display: inline-block;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1.49em;
  padding-right: 1.49em
}
.btn-style--flag {
  color: #fff;
  font-size: 1.13em;
  font-family: montserrat;
  font-weight: 400;
  background-image: url(../img/flag.png);
  background-color: #fe3380c;
  line-height: 1.2;
  display: inline-block;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1.49em;
  padding-right: 1.49em
}

.btn-style--red-md {
  color: #fff;
  font-size: 1em;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #589a16;
  line-height: 1.2;
  display: inline-block;
  padding-top: .94em;
  padding-bottom: .94em;
  padding-left: .8em;
  padding-right: .8em
}
.btns-style--red-md {
  color: #fff;
  font-size: 1em;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e34103;
  line-height: 1.2;
  display: inline-block;
  padding-top: .94em;
  padding-bottom: .94em;
  padding-left: .8em;
  padding-right: .8em
}
.btn-style--white {
  color: #fff;
  font-size: 1.38em;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 3px solid #fff;
  line-height: 1.2;
  display: inline-block;
  padding-top: .64em;
  padding-bottom: .64em;
  padding-left: 1.1em;
  padding-right: 1.1em
}

.btn-style--white-md {
  color: #fff;
  font-size: 1.13em;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 3px solid #fff;
  line-height: 1.2;
  display: inline-block;
  padding-top: .61em;
  padding-bottom: .61em;
  padding-left: 0.52em;
  padding-right: 0.52em
}

.btn-style--white-border {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #fff
}

.btn-style--border-red {
  border: 2px solid #ffffff
}

.btn-pd--card {
  padding-top: .78em;
  padding-bottom: .78em
}

.margin-bottom-0 {
  margin-bottom: 0
}

.margin-bottom-5 {
  margin-bottom: .31em
}

.margin-bottom-10 {
  margin-bottom: .63em
}

.margin-bottom-15 {
  margin-bottom: .94em
}

.margin-bottom-20 {
  margin-bottom: 1.25em
}

.margin-bottom-25 {
  margin-bottom: 1.56em
}

.margin-bottom-30 {
  margin-bottom: 1.88em
}

.margin-bottom-35 {
  margin-bottom: 2.19em
}

.margin-bottom-40 {
  margin-bottom: 2.5em
}

.margin-bottom-45 {
  margin-bottom: 2.81em
}

.margin-bottom-50 {
  margin-bottom: 3.13em
}

.margin-bottom-55 {
  margin-bottom: 3.44em
}

.margin-bottom-60 {
  margin-bottom: 3.75em
}

.margin-bottom-65 {
  margin-bottom: 4.06em
}

.margin-bottom-70 {
  margin-bottom: 4.38em
}

.margin-bottom-75 {
  margin-bottom: 4.69em
}

.margin-bottom-80 {
  margin-bottom: 5em
}

.margin-bottom-85 {
  margin-bottom: 5.31em
}

.margin-top-0 {
  margin-top: 0
}

.margin-top-5 {
  margin-top: .31em
}

.margin-top-10 {
  margin-top: .63em
}

.form-control {
  border: 1px solid #f1f3f4;
  padding-left: .7em;
  padding-right: .7em;
  padding-top: .76em;
  padding-bottom: .76em;
  width: 100%;
  color: #000;
  font-size: .88em;
  font-family: Roboto;
  line-height: 1.2;
  font-weight: 400;
  background-color: #f1f3f4
}

.form-group {
  margin-bottom: 9px
}

.form-label {
  display: block;
  font-weight: 400
}

.form-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px
}

.swiper-outside {
  position: relative
}

.swiper-button {
  background-image: url(../img/icons/chevron-right-solid.svg);
  background-size: .5em
}

.swiper-button-next {
  margin-right: -2.3em
}

.swiper-button-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: -2.3em
}

.swiper-button-buttons {
  display: none
}

.modal {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #202020;
  color: #fff;
  border-radius: 0;
  max-width: 37.45em
}

.modal-success {
  text-align: center
}

.modal-title {
  text-align: center;
  font-size: 1.5em
}

.modal-text {
  text-align: center;
  font-size: 1.13em;
  margin-left: auto;
  margin-right: auto;
  max-width: 18.3em
}

.modal-head {
  border-radius: 0;
  border-bottom: 1px solid #e3380c;
  padding-top: 1.1em;
  padding-bottom: 1.1em
}

.modal-body {
  padding-top: 1.9em;
  padding-bottom: 3.5em
}

.modal-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px
}

.b-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .9em;
  padding-bottom: .9em
}

.b-search-head {
  background-color: #252525;
  padding-top: 1.6em;
  padding-bottom: 1.6em
}

.b-search-head--legend {
  color: #ffffff;
  font-size: 1.63em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.06em
}

.b-search-head--split {
  background-color: #ffffff;
  height: .31em;
  opacity: .3;
  margin-top: 1.8em;
  margin-bottom: 1.8em
}

.b-search-head--inner {
  padding-left: 1.9em;
  padding-right: 1.9em
}

.b-search-all {
  background-color: #212121;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: 1.9em;
  padding-bottom: 1.9em;
  margin-bottom: 1.4em
}

.b-search-all--speech {
  color: #589a16;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.3em;
  text-align: center
}

.b-search-all--go {
  padding-top: .8em;
  padding-bottom: .8em;
  font-weight: 700;
  text-transform: uppercase
}

.b-search-all--say {
  color: #fff;
  font-size: .75em
}

.b-disassembly--name {
  color: #65c306;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .8em
}

.b-disassembly--head {
  color: #f1f3f4;
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 1.8em
}

.b-disassembly--btn {
  background-image: url(../img/icons/th-solid.svg);
  background-repeat: no-repeat;
  background-position: 1.3em 49%;
  background-size: .88em;
  padding-left: 2.42em
}

.b-disassembly--hull {
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  padding-left: 1em;
  background-image: linear-gradient(64deg, #202020, transparent);
}

.b-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-marks--item {
  width: 16.6%
}

.b-slide-top {
  margin-bottom: 2.34em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.b-slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7d7d7
}

.b-slide-nav--arrow {
  width: 3.7em;
  height: 3.7em;
  background-image: url(../img/icons/chevron-right-solid.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: .7em;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer
}

.b-slide-nav--next {
  border-left: 1px solid #d7d7d7
}

.b-slide-nav--prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.b-slide-nav--arrow:hover {
  background-color: rgba(221, 221, 221, .35)
}

.b-contacts {
  background-color: #202020;
  color: #fff;
  padding-left: 1.9em;
  padding-right: 1.9em;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  z-index: 1
}

.b-contacts--pack {
  padding-top: 1.2em;
  padding-left: 2.5em;
  padding-bottom: 1.1em
}

.b-contacts--pack a:hover {
  color: #e3380c
}

.b-menu-right--link {
  color: #ffffff;
  font-size: .88em;
  display: block;
  border-bottom: 1px solid #202020;
  padding-left: 1.54em;
  padding-right: 1.54em;
  padding-top: .68em;
  padding-bottom: .68em
}

.b-menu-right--more {
  color: #9a9a9a;
  font-size: .88em;
  padding-left: 1.4em;
  padding-right: 1.4em;
  padding-top: .7em;
  padding-bottom: .7em;
  display: block
}

.b-menu-right--link:hover {
  color: #e3380c
}

.b-post {
  margin-bottom: 5.4em
}

.b-page--images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 2em
}

.b-page>p {
  line-height: 1.3;
  margin-bottom: 1.5em
}

.b-page img {
  max-width: 100%;
  vertical-align: middle
}

.b-advence--item {
  position: relative
}

.b-advence>div:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: #ddd;
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: -.9em
}

.e-toggle--toogle {
  width: 50px;
  height: 50px;
  display: grid;
  grid-row-gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.e-menu--item {
  display: inline-block;
  /*padding-left: 1em;*/
  /*padding-right: 1em*/
    padding: 0 5px;
}

.e-menu--link {
  display: block;
  padding-top: .2em;
  padding-bottom: .2em;
  color: #fff;
  font-weight: 300
}

.e-menu--catalog {
  padding-left: 1.5em;
  background-image: url(../img/icons/th-solid.svg);
  background-repeat: no-repeat;
  background-position: 0 39%;
  background-size: 1.04em
}

.e-menu--link:hover {
  color: #e3380c
}

.e-logo--img {
  max-width: 100%
}

.e-phones {
  margin-bottom: .5em;
  text-align: right
}

.e-phones--dial {
  color: #fff;
  font-size: 1.38em;
  display: block;
  margin-bottom: .4em
}

.e-phones--dial:hover {
  color: #e3380c
}

.e-title {
  font-size: 1.58em;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: .48em;
  padding-bottom: .38em;
  padding-left: .62em;
  padding-right: .62em
}

.e-title--offset {
  margin-bottom: 1.2em
}

.e-title--small {
  color: #589a16;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  border-left: 3px solid #589a16;
  padding-left: 1.12em
}

.e-mark {
  text-align: center;
  display: block;
  margin-bottom: 0;
  border: 1px solid transparent;
  padding-bottom: 1.74em
}

.e-mark--talk {
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff
}

.e-mark--make {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 8.38em;
  margin-bottom: .26em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em
}

.e-mark--shebang {
  max-width: 100%
}

.e-mark:hover {
  border: 1px solid #a1a1a1
}

.e-mark:hover .e-mark--talk {
  font-weight: 700
}

.e-card-one {
  border: 1px solid #ddd;
  padding-left: .6em;
  padding-right: .6em;
  padding-top: .5em;
  padding-bottom: 1.3em;
  margin-bottom: 2.8em;
  position: relative
}

.e-card-one--title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #ffffff
}

.e-card-one--int {
  color: #589a16;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: .7em
}

.e-card-one--the {
  font-size: .88em
}

.e-card-one--unit {
  color: #b2b2b2;
  font-size: .88em
}

.e-card-one--clause {
  background-color: #ddd;
  min-height: 9.5em;
  margin-bottom: 1.2em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}

.e-card-one--into {
  color: #8b8c8d;
  font-size: .88em;
  margin-bottom: .9em
}

.e-card-one--price {
  color: #589a16;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: .7em
}

.e-card-one--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(37, 37, 37, .81);
  padding-left: 2.1em;
  padding-right: 2.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 210ms;
  transition: all 210ms
}

.e-card-one--overlay:hover {
  opacity: 1
}

.e-card-one--title:hover {
  color: #e3380c
}

.e-card-two {
  background-color: #4b4b4b;
  min-height: 28.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.e-card-two--pillow {
  min-height: 13.8em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.e-card-two--mean {
  padding-left: 1.3em;
  padding-right: 1.3em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.e-card-two--legend {
  color: #ffffff;
  font-size: 1.38em;
  font-weight: 700
}

.e-card-two--faith {
  color: #888;
  font-size: .88em;
  padding-top: .2em;
  padding-bottom: .8em;
  padding-left: 1.7em;
  background-repeat: no-repeat;
  background-image: url(../img/icons/calendar-2.svg);
  background-position: 0 .14em;
  background-size: 1em;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.3em
}

.e-card-two--too {
  padding-bottom: 1.7em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.e-card-two--border {
  border: 1px solid #ddd
}

.e-card-two--offset {
  margin-bottom: 2em
}

.e-card-two--btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: 2.8em;
  padding-right: 2.8em
}

.e-card-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: .5em;
  margin-bottom: 1.9em
}

.e-card-three--image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 15.2em;
  min-height: 10.1em;
  margin-bottom: 0
}

.e-card-three--paper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1.3em;
  padding-right: 1.3em
}

.e-card-three--query {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 12.8em
}

.e-card-three--idem {
  margin-bottom: .3em
}

.e-card-three--unite {
  margin-top: 1.5em;
  color: #ffffff;
  font-size: .88em;
  line-height: 1.4
}

.e-card-three--btn-order {
  margin-bottom: .6em
}

.e-card-three--price {
  text-align: center;
  padding-top: .3em
}

.e-card-three--sum {
  display: none
}

.e-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: .5em;
  padding-bottom: .5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.e-advantages--idem {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.3em;
  font-weight: 300
}

.e-advantages--shebang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4.5em
}

.e-advantages--subject {
  max-width: 4.0em;
  -webkit-transition: all 190ms;
  transition: all 190ms
}

.e-advantages:hover .e-advantages--subject {
  -webkit-transform: scaleY(1.1) scaleX(1.1) translateY(-2px);
  transform: scaleY(1.1) scaleX(1.1) translateY(-2px);
  -webkit-filter: brightness(114%);
  filter: brightness(114%)
}

.e-speedbar {
  background-color: #202020;
  color: #589a16;
  font-size: .88em;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: .88em;
  padding-bottom: .88em;
  max-width: 100%
}

.e-speedbar>a {
  color: #589a16
}

.e-speedbar>i {
  margin-left: .72em;
  margin-right: .72em;
  font-style: normal
}

.e-speedbar>span {
  color: #fff
}

.e-speedbar>a:hover {
  color: #fff
}

.e-post-info {
  background-color: #202020;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-left: 1.3em;
  padding-right: 1.3em;
  margin-bottom: .14em
}

.e-post-info--gossip {
  font-size: 1.13em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .5em
}

.e-post-info--unite {
  font-size: .88em
}

.e-post-info--size {
  color: #9a9a9a;
  font-size: .88em
}

.e-post-info--price {
  color: 589a16;
  font-size: 1.88em;
  font-weight: 700;
  margin-top: .2em
}

.e-post-params {
  color: #ffffff;
  font-size: .88em
}

.e-post-params>tbody>tr>td {
  padding-left: .7em;
  padding-right: .7em;
  padding-top: .38em;
  padding-bottom: .38em
}

.e-post-params>tbody>tr:nth-child(2n) {
  background-color: #0e0e0e
}

.e-post-params>tbody>tr>td:first-child {
  width: 12.76em
}

.e-post-params>tbody>tr>td a {
  color: #161616;
  text-decoration: underline
}

.e-post-images--modest {
  margin-bottom: 10px
}

.e-post-images--pillow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.e-post-images--too {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1.6em;
  margin-left: .5em;
  margin-right: .5em;
  overflow: hidden
}

.e-post-images--arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #ddd;
  width: 1.9em;
  height: 1.8em;
  background-image: url(../img/icons/chevron-right-solid.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: .58em;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s
}

.e-post-images--prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.e-post-images--show {
  cursor: pointer
}

.e-post-images--arrow:hover {
  background-color: rgba(221, 221, 221, .4)
}

.e-nav {
  display: inline-block
}

.e-nav--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd
}

.e-nav--item {
  text-align: center;
  padding-left: .2em;
  padding-right: .2em;
  padding-top: .6em;
  padding-bottom: .6em;
  display: inline-block;
  min-width: 2.5em;
  border-left: 1px solid #ddd;
  color: #9a9a9a
}

.e-nav--inner>a:hover,
.e-nav--item.active {
  background-color: #589a16;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #e3380c;
  box-shadow: 0 0 0 1px #e3380c;
  z-index: 1;
  position: relative;
  border-left: 1px solid transparent
}

.e-list-more {
  margin-bottom: 1.3em
}

.e-list-more--guide {
  color: #589a16;
  margin-bottom: .5em
}

.e-list-more--into {
  color: #9a9a9a;
  font-size: .88em;
  margin-left: .7em;
  margin-top: .4em
}

.e-list-more--station {
  padding-left: .7em
}

.e-list-more--station a {
  color: #ffffff;
  font-size: .88em;
  line-height: 1.4;
  display: block;
  padding-top: .04em;
  padding-bottom: .04em
}

.e-list-more--station a:hover {
  color: #e3380c
}

.b-finded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.7em
}

.b-finded--utter {
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic
}

.b-finded--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.e-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.e-view--item {
  width: 2.8em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.06em
}

.e-view--list {
  background-image: url(../img/icons/th-list-solid.svg)
}

.e-view--grid {
  background-image: url(../img/icons/th-solid-black.svg)
}

.e-view--item.active {
  opacity: .54
}

.e-view--item:not(.active) {
  background-color: #f1f3f4
}

.e-selected {
  padding-left: .96em;
  padding-right: .96em;
  padding-top: .58em;
  padding-bottom: .58em;
  background-color: #f2f3f4;
  display: inline-block;
  white-space: nowrap;
  margin-right: .5em
}

.e-selected--rumor {
  color: #9a9a9a;
  font-size: .88em
}

.e-selected--say {
  color: #e3380c;
  font-size: .88em
}

.e-selected--remove {
  display: inline-block;
  background-image: url(../img/icons/times-solid.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 1em;
  height: .9em;
  margin-left: 1.4em;
  vertical-align: middle;
  position: relative;
  top: -.08em;
  cursor: pointer;
  opacity: .52
}

.e-selected--remove:hover {
  opacity: 1
}

.e-fast-search {
  position: relative
}

.e-fast-search--btn {
  min-height: 2.4em;
  width: 3.35em;
  background-color: #f1f3f4;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url(../img/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.6em;
  cursor: pointer
}

.e-mobile {
  position: relative
}

.e-mobile--activate {
  display: none;
  padding-top: .8em;
  padding-bottom: .8em
}

.e-mobile--toggle {
  color: #fff;
  padding-left: 1.5em;
  display: inline-block;
  padding-top: .16em;
  padding-bottom: .16em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: .9em
}

.e-mobile--toggle-open {
  background-image: url(../img/icons/menu.svg)
}

.e-mobile--toogle-close {
  background-image: url(../img/icons/close-white.svg);
  display: none
}

.e-mobile--foot {
  padding-left: .9em;
  padding-right: .9em;
  padding-bottom: .7em;
  display: none
}

.e-mobile--line {
  border-top: 1px solid #3e3e3e;
  margin-left: -2.1em;
  margin-right: -2.1em
}

.e-instagram {
  position: absolute;
  top: 0px;
  right: 0
}

.e-phone {
  position: absolute;
  right: 30px;
  top: 0;
  display: none
}

.e-instagram--icon {
  background-image: url(../img/icons/tiktok-icon-black-1-logo-svgrepo-com-2.svg);
  width: 1.8em;
  height: 1.8em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block
}

.e-instagram--icon:hover {
  opacity: .6
}

.e-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.e-map>iframe {
  width: 100%;
  height: 100%
}

.e-toggle--toogle span {
  background-color: #ddd;
  width: 24px;
  height: 3px;
  border-radius: 5px;
  display: block
}

.modal a.close-modal:hover {
  opacity: 1
}

.btn:hover {
  -webkit-filter: brightness(122%);
  filter: brightness(122%)
}

.btn-style--white-border:hover,
.btn-style--white-md:hover,
.btn-style--white:hover {
  background-color: #589a16;
  border: 3px solid #589a16
}

.btn-style--white-border:hover {
  color: #fff
}

.form-control:focus,
.form-control:hover {
  border: 1px solid #e3380c
}

.nice-select .current {
  line-height: 1.2;
  height: auto
}

.nice-select .option {
  height: auto;
  min-height: auto;
  line-height: 1.2;
  padding-top: .51em;
  padding-bottom: .51em;
  padding-left: .73em;
  padding-right: .73em
}

.select2 .select2-selection {
  background-color: #f1f3f4;
  border-radius: 0;
  border: 1px solid #f1f3f4;
  height: 39px;
  line-height: 1.2;
  padding-top: .34em;
  padding-bottom: .34em
}

.select2 .select2-selection .select2-selection__arrow {
  height: 39px
}

.select2 .select2-selection .select2-selection__arrow b {
  border: 0 none #f1f3f4;
  background-image: url(../img/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: .84em;
  height: 1em;
  margin-top: -.6em;
  margin-left: -.74em
}

.select2.select2-container--open .select2-selection__arrow b {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.select2.select2-container--disabled {
  opacity: .49
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #476e40
}

@media screen and (max-width:1199px) {
  .b-advence>div:not(:first-child):before {
    margin-left: 0
  }

  .e-card-three--image {
    width: 12.9em;
    min-height: 9.7em
  }

  .e-card-three--query {
    font-size: .84em
  }

  .btn-style--white-md {
    font-size: .9em
  }
}

@media screen and (max-width:991px) {
  .b-marks--item {
    width: 33.3%
  }

  .b-page--images {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr))
  }

  .b-advence>div:not(:first-child):before {
    opacity: 0
  }

  .e-card-one--overlay {
    display: none
  }

  .e-card-three {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .e-card-three--paper {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
    padding-left: 0;
    padding-top: .9em
  }

  .e-card-three--query {
    margin-left: auto;
    font-size: .94em
  }

  .e-post-info {
    margin-top: 10px
  }

  .e-instagram {
    top: 10px
  }

  .e-phone {
    top: 12px
  }
}

@media screen and (max-width:767px) {
  .section--welcome {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
    background-image: url(../img/background/home-bg-1-mobile.jpg)
  }

  .section--map {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff
  }

  .size--36 {
    font-size: 2.25em
  }

  .b-disassembly--hull {
    font-size: .86em;
    padding-top: 0
  }

  .b-marks {
    font-size: .78em
  }

  .b-advence>div:not(:first-child):before {
    opacity: 1;
    position: static;
    width: 100%;
    height: 1px;
    margin-top: .9em;
    margin-bottom: .9em
  }

  .e-logo--img {
    max-width: 15em
  }

  .e-title {
    font-size: 1.66em
  }

  .e-map--wrapper {
    position: relative;
    height: 27em
  }

  .section--map>.container {
    max-width: none
  }
}

@media all and (max-width:600px) {
  .e-card-three--unite {
    display: none
  }

  .e-view--grid {
    display: none
  }
}

@media screen and (max-width:575px) {
  .e-phone {
    display: block
  }

  .blocker {
    padding-left: 0;
    padding-right: 0
  }

  .section--top {
    padding-top: 0;
    padding-bottom: 0
  }

  .section--marks {
    padding-top: 1.8em;
    padding-bottom: 1.8em
  }

  .section--about {
    padding-top: 1.7em;
    padding-bottom: 1.7em
  }

  .section--latest {
    padding-top: 1.7em;
    padding-bottom: 1.7em
  }

  .section--news {
    padding-top: 2em;
    padding-bottom: 2em
  }

  .section--advantages {
    padding-top: 2.1em;
    padding-bottom: 2.1em
  }

  .section--auto {
    padding-top: 1.6em;
    padding-bottom: 1.6em
  }

  .section--page {
    padding-top: 1.5em;
    padding-bottom: 1.5em
  }

  .section--about-text {
    font-size: .8em;
    margin-bottom: -2em
  }

  .section--welcome-main {
    padding-bottom: 0
  }

  .swiper-button-buttons {
    display: block
  }

  .b-head {
    padding-top: .6em;
    padding-bottom: .6em
  }

  .b-head--pack {
    display: none
  }
  /*10.04.2023*/
  .b-search-head {
 /*   margin-left: -20px;
    margin-right: -20px*/
    margin-left: 15px;
    margin-right: 15px;
  }

  .b-search-head--inner {
    padding-left: 1.3em;
    padding-right: 1.3em
  }

  .b-disassembly--name {
    font-size: 2.56em
  }

  .b-disassembly--head {
    font-size: 1.71em;
    line-height: 1.2
  }

  .b-disassembly--hull {
    padding-bottom: 6.51em
  }

  .b-marks {
    font-size: .6em
  }

  .b-slide-top--clause {
    display: none
  }

  .b-contacts {
    margin-left: -1.2em;
    margin-right: -1.2em;
    padding-left: 1.6em;
    padding-right: 1.6em
  }

  .b-page>p {
    font-size: .88em
  }

  .e-menu--item {
    display: block;
    padding-left: 0;
    padding-right: 0
  }

  .e-menu--link {
    padding-top: .58em;
    padding-bottom: .58em
  }

  .e-menu--catalog {
    background-position: 0 50%
  }

  .e-logo--img {
    max-width: 100%
  }

  .e-phones {
    text-align: left
  }

  .e-phones--dial {
    color: #fff;
    font-size: 1.2em
  }

  .e-title {
    font-size: 1.46em;
    padding-right: 0;
    padding-top: .1em;
    padding-bottom: .1em;
    min-height: 2.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .e-title--offset {
    margin-bottom: .55em
  }

  .e-mark--make {
    padding-left: 2.3em;
    padding-right: 2.3em
  }

  .e-mark--shebang {
    max-height: 4.2em
  }

  .e-card-one {
    margin-bottom: 1.8em
  }

  .e-card-two {
    min-height: 24.6em
  }

  .e-card-two--pillow {
    min-height: 10.9em
  }

  .e-card-two--legend {
    font-size: 1em
  }

  .e-card-three--image {
    width: 100%
  }

  .e-card-three--paper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .e-card-three--query {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none
  }

  .e-card-three--idem {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .e-card-three--sum {
    display: block
  }

  .e-post-params>tbody>tr>td:first-child {
    width: auto
  }

  .e-post-images--modest {
    margin-bottom: 0
  }

  .e-post-images--pillow {
    display: none
  }

  .b-finded {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .b-finded--utter {
    margin-bottom: .6em
  }

  .e-mobile--body {
    background-color: #252525;
    position: absolute;
    left: -10em;
    top: 100%;
    background-color: #252525;
    display: none;
    border-top: 1px solid #3e3e3e;
    min-width: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    right: -10em;
    overflow: hidden
  }

  .e-mobile--activate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .e-mobile--foot {
    display: block
  }

  .e-mobile--line {
    margin-top: 1em;
    margin-bottom: 1em
  }

  .e-mobile--max {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px
  }

  .e-mobile--body.open {
    display: block
  }
}

.modal-form textarea {
  width: 100% !important
}

.icon {
  display: inline-block;
  height: 1em;
  fill: currentColor;
}

.icon-call {
  width: 1em;
}
