
.container {
  width: 94%;
  max-width: 1306px;
  margin: 0 auto;
}

.block-text {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding: 60px 75px;
  background: #F7F7F7;
  -webkit-box-shadow: 0px 7px 15px rgba(155, 155, 155, 0.2);
          box-shadow: 0px 7px 15px rgba(155, 155, 155, 0.2);
}
ul {
  list-style: none;
}
.page ul li {

     position: inherit;
}
/* section */

 
.home {
  padding: 214px 0 162px;
  background: url("/wa-data/public/site/landing/region/bg/home-bg.jpg") right center/cover no-repeat;
  margin-bottom: 160px;
}

.home-block {
  position: relative;
  max-width: 870px;
  z-index: 20;
}

.home-title {
  font-size: 37px;
  line-height: 68px;
  color: #222222;
  text-transform: uppercase;
}

.home-text {
  font-size: 29px;
  line-height: 60px;
  margin-top: 40px;
}

.about {
  padding: 218px 0 80px;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-item {
  width: 49.3%;
  padding-right: 15px;
}

.about-item:first-of-type {
  padding-top: 42px;
}

.about-item__title {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  line-height: 36px;
}

.about-item__text {
  margin-top: 25px;
}

.about-item__text p {
  font-size: 14px;
  line-height: 30px;
}

.about-item__text p span {
  color: #FF6C00;
}

.about-item__text p:not(:first-child) {
  margin-top: 10px;
}

.product {
  padding: 80px 0;
}
.products-sale  {
  padding-top: 80px;
}
.product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lf-product .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-left,
.product-right {
  width: calc(50% - 19px);
}

.product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 87px;
}

.product-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 46px;
  text-transform: uppercase;
}

.product-text {
  font-size: 14px;
  line-height: 30px;
  margin-top: 60px;
  padding-right: 10px;
}

.product-btn {
  display: inline-block;
  width: 100%;
  max-width: 226px;
 text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  background-color: #4EA747;
  border-radius: 3px;
  margin-top: 20px;
}

.product .product-btn {
  margin: 40px 0 20px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -19px;
}

.product-left .product-list {
  margin-top: auto;
}

.product-item {
  position: relative;
  height: 223px;
  width: calc(50% - 19px);
  margin: 19px 9.5px 0;
  padding: 40px 15px;
  -webkit-box-shadow: 0px 7px 15px rgba(155, 155, 155, 0.2);
          box-shadow: 0px 7px 15px rgba(155, 155, 155, 0.2);
  overflow: hidden;
  text-decoration: none;
}

.product-item:nth-child(1),
.product-item:nth-child(2) {
  margin-top: 0;
}

.product-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.product-item:hover img {
  top: -20%;
  width: 120%;
  height: 120%;
  -o-object-position: center -50%;
     object-position: center -50%;
}

.lf-product .product-item {
  padding: 40px 3px;
}

.product-item__title {
  position: relative;
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 1;
}

.assortiment {
  padding: 79px 0 160px;
}

.small--assortiment {
  padding: 80px 0 0;
}

.assortiment-title {
 
  font-size: 25px;
  line-height: 36px;
  color: #222222;
  text-transform: uppercase;
}

.assortiment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1084px;
}

.assortiment-list__left {
  width: 41.5%;
}

.assortiment-list__right {
  width: 38.5%;
}

.assortiment-item {
  margin-top: 66px;
}

.small--assortiment .assortiment-item {
  margin-top: 0;
}

.small--assortiment .assortiment-item:not(:first-child) {
  margin-top: 55px;
}

.assortiment-item__title {
  font-weight: 600;
  color: #222222;
}

.assortiment-item__title span {
  font-size: 70px;
  color: #FF6C00;
  line-height: 61px;
  vertical-align: bottom;
}

.assortiment-item.big-title .assortiment-item__title {
  width: 104%;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 106px;
}

.small--assortiment .assortiment-item.big-title .assortiment-item__title {
  padding-top: 0;
}

.ass-more {
  margin-bottom: 14px;
}

.assortiment-item__text {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin-top: 17px;
}

.assortiment-transportation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
}

.small--assortiment .assortiment-transportation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.assortiment-right {
  max-width: 410px;
}

.assortiment-transportation__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.assortiment-transportation__item img {
  margin: 20px 20px 0 0;
}

.small--assortiment .assortiment-transportation__item {
  width: 100%;
}

.iml {
  width: 124px;
}

.assortiment-transportation__item.assortiment-map {
  width: 48%;
}

.assortiment-text {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 154px;
}

.assortiment-text__left {
  width: 43%;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}

.assortiment-text__right.block-text {
  width: 49%;
  font-size: 14px;
  line-height: 30px;
}

.assortiment-text__right.block-text span {
  display: inline-block;
  max-width: 320px;
}

.assortiment-text__right-title {
 
  font-size: 16px;
  color: #000000;
  margin-bottom: 17px;
}

.lf-call {
  position: relative;
  padding: 50px 0;
  background: url("/wa-data/public/site/landing/region/bg/lf-call.jpg") right center/cover no-repeat;
  margin: 180px auto 0;
}

.lf-call .container {
  position: relative;
  z-index: 15;
}

.lf-call__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.lf-call__title span {
  display: block;
  
}

.lf-call__title span:not(:first-child) {
  margin-top: 16px;
}

.lf-call__phone {
   text-decoration: none;
  font-size: 80px;
  line-height: 100px;
  color: #FF6C00;
  margin-top: 13px;
}

.lf-call__phone:hover {
  text-decoration: underline;
  color: #FF6C00;
}

.lf-call__people {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-top: 13px;
}

.lf-call__people-about {
  margin-top: 7px;
}

.lf-call__text {
  max-width: 452px;
  margin-top: 26px;
}

.lf-call__text p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.lf-call__text p:not(:first-child) {
  margin-top: 16px;
}

.select {
  padding: 160px 0;
  background-color: #F7F7F7;
}

.select .container {
  max-width: 1299px;
}

.select-title {
  
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.select-subtitle {
  
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 25px;
}

.select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 49%;
  min-height: 49px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px 0 75px;
  margin-top: 26px;
}

.select-item:nth-child(1),
.select-item:nth-child(2) {
  margin-top: 0;
}

.select-item:nth-child(even) {
  width: 51%;
  padding: 0 0 0 75px;
}

.select-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 49px;
  height: 49px;
  background: url("/wa-data/public/site/landing/region/icons/check.png") center/contain no-repeat;
}

.select-text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
}

.select-text span,
.select-text a {
  color: #FF6C00;
}

.select-text.small {
  font-size: 12px;
  margin-top: 20px;
}

.select-text.small a {
  text-decoration: underline;
}

.select-text.small a:hover {
  text-decoration: none;
}

.lf-city {
  margin-top: 100px;
}

h1 {
 
  font-size: 32px;
  line-height: 39px;
  text-align: center;
}

.lf-city__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1084px;
  margin: 60px auto 0!important;
}

.lf-city__item:not(:last-child) {
  padding-right: 20px;
}

.lf-city__name {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #2A2A2A;
}

.lf-city__name:not(:first-child) {
  margin-top: 6px;
}

.lf-block {
  margin-top: 100px;
}

.lf-block__list {
  padding: 60px 0;
  border-top: 4px solid #C4C4C4;
  border-bottom: 4px solid #C4C4C4;
}

.lf-block__item {
  min-height: 70px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
  padding: 0 20px 0 110px;
}

.lf-block__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  background: url(/wa-data/public/site/landing/region/icons/check.png) center/contain no-repeat;
}

.lf-block__title {
 
  font-size: 20px;
  line-height: 16px;
  color: #2A2A2A;
}

.lf-block__text {
  font-size: 16px;
  line-height: 20px;
  color: #2A2A2A;
  margin-top: 14px;
}

.lf-text {
  font-size: 20px;
  line-height: 40px;
  color: #2A2A2A;
  margin-top: 60px;
}
 .lf-call__block .header__info-callback {
	  border-bottom: none;
  }
@media screen and (max-width: 1200px) {
  .block-text br {
    display: none;
  }

  .about-item__title br {
    display: none;
  }

  .about-item__text br {
    display: none;
  }

  .assortiment-list__left {
    width: 46.5%;
  }

  .assortiment-list__right {
    width: 42.5%;
  }
}

@media screen and (max-width: 992px) {
  .home {
    position: relative;
    padding: 125px 0 100px;
    margin-bottom: 130px;
  }

  .home::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .home-title {
    font-size: 30px;
    line-height: 56px;
  }

  .home-text {
    font-size: 24px;
    line-height: 45px;
  }

  .about {
    padding: 180px 0 70px;
  }

  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-item {
    width: 100%;
  }

  .about-item:not(:first-child) {
    margin-top: 50px;
  }

  .product {
    padding: 70px 0;
  }
  .products-sale  {
  padding-top: 70px;
}

  .product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-left,
  .product-right {
    width: 100%;
  }

  .product-left {
    padding-top: 0;
  }

  .product-list {
    margin: 0 -9.5px;
  }

  .product-item:nth-child(1),
  .product-item:nth-child(2) {
    margin-top: 19px;
  }

  .assortiment {
    padding: 70px 0 130px;
  }

  .small--assortiment {
    padding: 70px 0 0;
  }

  .assortiment-title {
    font-size: 22px;
    line-height: 34px;
  }

  .assortiment-list__left {
    width: 100%;
  }

  .assortiment-list__right {
    width: 100%;
  }

  .assortiment-item__title span {
    font-size: 50px;
    line-height: 38px;
  }

  .assortiment-item.big-title .assortiment-item__title {
    width: 100%;
    font-size: 22px;
    padding-top: 0;
  }

  .small--assortiment .assortiment-transportation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .assortiment-right {
    margin-top: 60px;
  }

  .assortiment-text {
    margin-top: 120px;
  }

  .assortiment-text__left {
    width: 100%;
  }

  .assortiment-text__right.block-text {
    width: 100%;
    margin-top: 40px;
  }

  .lf-call {
    width: 100%;
  }

  .lf-call::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .lf-call__title {
    font-size: 22px;
    line-height: 34px;
  }

  .lf-call__people {
    font-size: 22px;
  }

  .select {
    padding: 130px 0;
  }

  .select-item {
    width: 100%;
    padding: 0 0 0 75px;
  }

  .select-item:nth-child(even) {
    width: 100%;
  }

  .select-item:nth-child(2) {
    margin-top: 26px;
  }

  .lf-city__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lf-city__item {
    width: 50%;
  }

  .lf-block__item {
    width: 100%;
    padding: 0 0 0 110px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .block-text {
    font-size: 19px;
    line-height: 33px;
    padding: 40px 15px;
  }

  .home-title {
    font-size: 27px;
    line-height: 44px;
  }

  .home-text {
    font-size: 22px;
    line-height: 40px;
  }

  .about {
    padding: 160px 0 70px;
  }

  .about-item__title {
    line-height: 27px;
  }

  .about-item__text {
    margin-top: 18px;
  }

  .about-item__text p {
    line-height: 27px;
  }

  .product-title {
    font-size: 24px;
    line-height: 40px;
	font-weight: 600;
  }

  .assortiment-title {
    font-size: 20px;
    line-height: 31px;
  }

  .assortiment-item {
    margin-top: 45px;
  }

  .assortiment-transportation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .assortiment-transportation__item {
    width: 100%;
  }

  .assortiment-transportation__item.assortiment-map {
    width: 100%;
  }

  .assortiment-text {
    margin-top: 100px;
  }

  .lf-call__phone {
    font-size: 55px;
    line-height: 65px;
  }

  .select {
    padding: 110px 0;
  }

  .select-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .lf-city {
    margin-top: 50px;
  }

  h1 {
    font-size: 29px;
    line-height: 36px;
  }

  .lf-city__item {
    width: 100%;
  }

  .lf-city__item:not(:last-child) {
    padding-right: 0;
  }

  .lf-block {
    margin-top: 50px;
  }

  .lf-block__list {
    padding: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .block-text {
    font-size: 17px;
    line-height: 31px;
    padding: 30px 15px;
  }

  .home {
    padding: 70px 0 80px;
    background-position: 80% center;
    margin-bottom: 80px;
  }

  .home-title {
    font-size: 22px;
    line-height: 40px;
  }

  .home-text {
    font-size: 20px;
    line-height: 36px;
  }

  .about {
    padding: 120px 0 70px;
  }

  .product-title {
    font-size: 21px;
    line-height: 36px;
	font-weight: 600;
  }

  .product-text {
    margin-top: 40px;
    padding: 0;
  }

  .product-list {
    margin: 0;
  }

  .product-item {
    width: 100%;
    margin: 19px 0 0;
  }

  .assortiment-item__title span {
    font-size: 37px;
    line-height: 31px;
  }

  .assortiment-item.big-title .assortiment-item__title {
    font-size: 20px;
  }

  .assortiment-text {
    margin-top: 70px;
  }

  .lf-call {
    background: url("/wa-data/public/site/landing/region/bg/lf-call.jpg") center/cover no-repeat;
  }

  .lf-call__title {
    font-size: 20px;
    line-height: 30px;
  }

  .lf-call__phone {
    font-size: 36px;
    line-height: 59px;
  }

  .lf-call__people {
    font-size: 20px;
  }
 

  .select {
    padding: 80px 0;
  }

  .select-item {
    padding: 0 0 0 45px;
  }

  .select-item:nth-child(even) {
    padding: 0 0 0 45px;
  }

  .select-item::before {
    width: 30px;
    height: 30px;
  }

  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .lf-block__item {
    padding: 0 0 0 55px;
  }

  .lf-block__item::before {
    width: 45px;
    height: 45px;
  }

  .lf-block__title {
    font-size: 18px;
  }

  .lf-text {
    font-size: 18px;
    line-height: 33px;
  }
}

