/*#region Basic*/
.container,
.col-md-12,
.col-sm-12
,.col-xs-12,
.content-md,
.container .right_block.narrow_Y
{
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
}
*,
::before,
::after
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root
{
    --white: #fff;
    --black: #000;
    --red: #a62320;
    --grey: #ededed;
    --orange: #F7B642;
    --px35: 35px;

    --three-col: calc(100% / 3);
    --four-col: 25%;
    --five-col: 20%;
}
body
{
    line-height: 1.2;
}
h1,
h2,
h3
{
    margin: 0;
}
.container-page
{
    max-width: 1280px;
    margin: 0 auto;
}
.p-t-b
{
    padding: var(--px35) 0;
}
.list
{
    list-style: none;
}
.list li
{
    margin: 0;
}
.list li::before
{
    content: none;
}
.list--row
{
    display: flex;
}
.title-page
{
    margin-bottom: 20px;
    font-family: Montserrat,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #282424;
}
.title-page--red,
.title-page span
{
    color: var(--red);
}
p
{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    color: var(--black);
}
img
{
    max-width: 100%;
    height: auto;
}
.logo img {
	max-width: none;
}
.btn
{
    display: inline-block;
    padding: 19px 35px;

    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 18px;
    border: 3px solid var(--red);

    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
}
.btn:hover
{
    border: 3px solid var(--red);
}
.btn--bg-red
{
    /*background: var(--red);*/
    color: var(--white);
    border: 2px solid #FFFFFF;

    background: linear-gradient(263.79deg, #A62320 20.2%, #7D1917 78.5%);
}
.btn--bg-red:hover
{
    background: var(--white);
    color: var(--red);
}
.btn--bg-white
{
    background: var(--white);
    color: var(--red);
}
.btn--bg-white:hover
{
    background: var(--red);
    color: var(--white);
}
/*#endregion*/
/*#region Fonts*/
.main-svg-sprite {
    display: none;
  }
  .svg-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0;
  }
  .svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit;
  }
  svg:not(:root) {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
@font-face {
    font-family: 'Qanelas Bold';
    src: url("../fonts/Qanelas-Bold.eot");
    src: url("../fonts/Qanelas-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Qanelas-Bold.woff") format('woff'), url("../fonts/Qanelas-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Qanelas Heavy';
    src: url("../fonts/Qanelas-Heavy.eot");
    src: url("../fonts/Qanelas-Heavy.eot?#iefix") format('embedded-opentype'), url("../fonts/Qanelas-Heavy.woff") format('woff'), url("../fonts/Qanelas-Heavy.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Qanelas Extra Bold';
    src: url("../fonts/Qanelas-ExtraBold.eot");
    src: url("../fonts/Qanelas-ExtraBold.eot?#iefix") format('embedded-opentype'), url("../fonts/Qanelas-ExtraBold.woff") format('woff'), url("../fonts/Qanelas-ExtraBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
/*#endregion*/
/*#region BG*/
.bg
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 410px;

}
.bg__bx
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg__bx img
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg--one
{
    background: url(../img/bg-2.jpg) no-repeat center center / cover;
}
.bg--three
{
    background: url(../img/bg-11.jpg) no-repeat center center / cover;
}
.bg-grey
{
    background: var(--grey);
}

/*#endregion*/

/*#region Primary*/

.primary {
    height: 460px;
}
.primary--bg
{
    background: url(../images/dealers-bg.jpg) no-repeat center center / cover;
}
.primary__wrapper
{
    position: relative;
    z-index: 2;
    text-align: center;
}
.primary__title {
}

.primary__title-top
{
    font-weight: 700;
    font-size: 72px;
    text-shadow: 0px 0px 50px #000000;
    color: var(--orange);
}
.primary__title-middle
{
    font-weight: 600;
    text-shadow: 0px 0px 50px #000000;
    font-size: 32px;
    line-height: 39px;
    color: var(--white);
}
.primary__title-bottom
{
    font-weight: 700;
    font-size: 85px;
    line-height: 1;
    text-shadow: 0px 0px 50px #000000;
    color: var(--white);
}
.primary__title-top,
.primary__title-middle,
.primary__title-bottom
{
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.primary__title-bottom {
    margin-bottom: 30px;
}

/*#endregion*/

/*#region adve*/
.adve {
}
.adve__list
{
    flex-wrap: wrap;
    justify-content: space-between;
}
.adve__item
{
    width: var(--five-col);
}
.adve__bx
{
    flex-direction: column;
    text-align: center;
}
.adve__img-bx
{

    margin-bottom: 10px;
    height: 63px;
}
.adve__img
{

}
.adve__title
{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: var(--black);
}

.adve__bx ,
.adve__img-bx
{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*#endregion*/

/*#region About*/

.about {
}
.about__title {

}
.about__desc {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.product-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}
/*#endregion*/

/*#region Product*/
.product {
}
.product__list
{
    flex-wrap: wrap;
}
.product__item
{
    width: var(--three-col);
    padding: 5px;
    display: flex;
    margin-bottom: 12px !important;
    justify-content: center;
}
.product__bx {
    position: relative;
    width: 100%;
    max-width: 310px;
}
.bg.text-bx--map .bg__bx img {
    width: auto;
    position: relative;
}
.bg.text-bx--map {
    height: 677px;
}
.bg.text-bx--map .bg__bx {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__title
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    margin: 0;
    background: linear-gradient(262.01deg, #A62320 22.89%, #7D1917 63.94%);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    color: var(--white);
    bottom: 0;
    padding: 0 20px;
    left: 0;
    width: 79%;
    clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 22px) 100%,100% 0);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 22px) 100%,100% 0);


}
.product__title:after {
    /*content: '';*/
    position: absolute;
    right: 0;
    border-top: 45px solid transparent;
    border-right: 17.5px solid white;
    /*border-bottom: 45px solid transparent ;*/
}
.product__img-bx
{
    background:url(../images/product-bg.png) center no-repeat;
    text-align: center;
    background-size: cover;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.product__img-bx:after {
    content: '';
    /*background: url('/upload/gr-bg.svg') right bottom no-repeat;*/
    background: #D9D9D9;
    width: 20%;
    height: 45px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(22px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
    -webkit-clip-path: polygon(22px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
}
.product__img-product-link
{
    height: 190px;
    width: 230px;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
.product__link
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #fcfcfb;
    text-decoration: none;
}
.product__link-text
{

}
/*#endregion*/

ul.list .form-bx__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

ul.list .form-bx__list-item:last-child {
    margin-bottom: 0;
}

.director2 .main_form__form-sec--left {
    width: 100%;
}

.director2 .main_form__form {
    background: none;
}

.director2 input.form-control,
.director2 textarea.form-control  {
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.director2 .main_form__form-sec--right {
    width: 100%;
    flex-direction: column;
    padding-left: 0 !important;
    margin-top: 10px;
}

.director2.form .form-footer {
    margin: 0 60px;
}

.director2.form .form-footer .btn {
    background: linear-gradient(98.17deg, #A62320 26.45%, #8A2220 73.97%);
    border-radius: 18px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 29px;
}

.director2 .main_form__form-sec--right button {
    width: 100%;
}


.director2.form .form-footer .form-checkbox__label span:not(.form-checkbox__box) {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    margin-left: 17px;
}

.director2.form .form-footer .form-checkbox__label span.form-checkbox__box {
    /*background: #D1D2D4;*/
    border-radius: 3px;
}

.director2.form .form-footer .form-checkbox__label {
    display: flex;
}
.director2.form .form-footer .form-checkbox__label,
.director2.form .form-footer .form-checkbox__label a  {
    color: black !important;
}

.form-footer .text-left {
    order: 1;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.form-bx__list-item__icon {
    margin-right: 13px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-bx__list-item__content {
    color: #6A7070;
}
.form-bx__list-item__content strong {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    display: block;
}

/*#region Text-bx*/
.text-bx__bg
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.text-bx__bg-bx
{
    padding: 39px 72px;
    margin-bottom: 25px;
    background: rgba(217,217,217,0.7);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.text-bx__bg-title
{
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: var(--black);
}
.text-bx__desc
{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat';
}
.text-bx__number-list
{
    justify-content: space-between;
    margin-top: 20px;
    grid-gap: 40px;
}
.text-bx__number-item
{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: 147px;
    justify-content: center;
    height: 147px;
    margin-right: 44px;
    background: rgba(254, 254, 254, 0.75);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    transition: all .4s;
    color: #282424;
}

.text-bx__number-item:hover {
    color: #980B0E;
}

.sots-item {
    width: 285px;
    height: 247px;
    background: url('../images/sota-bg.svg') no-repeat;
    background: #D1D2D4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    transition: all .4s;
    color: #000;
    position: relative;
    -webkit-clip-path: polygon(71px 0, calc(100% - 71px) 0, 100% 50%, calc(100% - 71px) 100%, 71px 100%, 0 50%);
    border: none !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    box-shadow: none;
    text-shadow: none !important;
}

.sots-item-wr {
    position: relative;
}
.sots-item-wr:hover {
    z-index: 5;
}
.sots-item:hover {
    background: url('../images/sota-bg-hover.svg') no-repeat;
    background-size: contain;
    transform: scale(1.2);
    color: #fff;

    /*box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);*/
}


.sots-item svg {
    margin-bottom: 15px;
    fill: #000;
}

.sots {
    display: flex;
    margin-top: 315px;
    margin-bottom: 150px;
    justify-content: center;
    position: relative;
}

.sots-item-wr:nth-child(2n) .sots-item{
    margin-top: -133px;
    margin-left: -51px;
}

.sots-item-wr:nth-child(2n):before {
    position: absolute;
    top: 133px;
    left: -50px;
    content: '';
    width: 285px;
    height: 247px;
    background: url('../images/sota-other.svg') no-repeat;
}

.sots-item-wr:nth-child(3):before {
    position: absolute;
    bottom: 264px;
    left: -50px;
    content: '';
    width: 285px;
    height: 247px;
    background: url('../images/sota-other.svg') no-repeat;
}


.sots-item-wr:nth-child(1):before {
    position: absolute;
    bottom: 264px;
    right: 30px;
    content: '';
    width: 163px;
    height: 141px;
    background: url('../images/sota-othe-2.svg') no-repeat;
}
.sots-item-wr:nth-child(1):after {
    position: absolute;
    top: 264px;
    right: 44px;
    content: '';
    width: 93px;
    z-index: -1;
    height: 81px;
    background: url('../images/sota-other-3.svg') no-repeat;
}
.sots-item-wr:nth-child(5):after {
    position: absolute;
    bottom: 354px;
    right: 25px;
    content: '';
    width: 93px;
    z-index: -1;
    height: 81px;
    background: url('../images/sota-other-3.svg') no-repeat;
}
.sots-item-wr:nth-child(5):before {
    position: absolute;
    bottom: 264px;
    left: -27px;
    content: '';
    width: 163px;
    height: 141px;
    background: url('../images/sota-othe-2.svg') no-repeat;
}

.sots-item-wr:nth-child(2n):hover:after {
    /*transform: scale(0.8);*/
}

.sots-item-wr:nth-child(2n + 1) .sots-item {
    margin-left: -51px;
}

.sots-item:hover svg {
    fill: #fff;
}


.text-bx__number-item span
{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #282424;

}
.text-bx__number
{
    line-height: 1;
}
/*#endregion*/

.advantages {

}

.advantages-item {
    display: flex;
    align-items: center;
    padding-left: 65px;
    padding-right: 65px;
    height: 215px;
    width: 763px;
    margin: 0 auto;
    position: relative;
}

.advantages-item:nth-child(2n + 1),
.advantages-item:first-child {
    background: url('../images/npr-1.svg') no-repeat;
}

.advantages-item:nth-child(2n) {
    background: url('../images/npr-2.svg') no-repeat;
    right: -50px;
    flex-direction: row-reverse;
}

.advantages-item:not(:first-child) {
    margin-top: -10px;
}

.advantages-section {
    padding-bottom: 50px;
}

section .dealers-title {
    margin: 50px auto;
}

.advantages-item:first-child:before,
.advantages-item:nth-child(2n + 1):before {
    content: '';
    left: -180px;
    position: absolute;
    display: block;
    background: url('../images/npr-icon-1.svg') no-repeat;
    height: 60px;
    width: 88px;
}
.advantages-item:nth-child(2n):before {
    content: '';
    right: -180px;
    position: absolute;
    display: block;
    height: 60px;
    width: 88px;
}

.advantages-item:nth-child(2):before{
    background: url('../images/npr-icon-2.svg') no-repeat;
}

.advantages-item:nth-child(3):before{
    background: url('../images/npr-icon-3.svg') no-repeat;
}

.advantages-item:nth-child(4):before{
    background: url('../images/npr-icon-4.svg') no-repeat;
}

.advantages-item:nth-child(5):before{
    background: url('../images/npr-icon-5.svg') no-repeat;
}

.advantages-item__number {
    font-weight: 700;
    font-size: 55px;
    line-height: 67px;
    margin-right: 95px;
    color: #A62320;
}

.advantages-item:nth-child(2n) .advantages-item__number {
    margin-left: 95px;
    margin-right: 0;
}

.advantages-item__content {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;

    color: #000000;
}

section.furbau {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#region Advantages*/
.advantages {
}
.advantages__wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.advantages__item
{
    width: var(--three-col);
}
.advantages__item--img-bx
{
    padding: 0 var(--px35);
    text-align: center;
}
.advantages__list {
}
.advantages__list-item
{
    margin-bottom: var(--px35);
}
.advantages__list-item:last-child
{
    margin-bottom: 0;
}
.advantages__title
{
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 27px;
    color: var(--black);

}
.advantages__desc
{
    font-size: 15.5px;
}
.advantages__img
{
    width: 100%;
    max-width: 320px;
}
/*#endregion*/

/*#region Promo*/
.promo
{
    padding: var(--px35) 0;
    text-align: center;
    background: var(--red);
    font-weight: 900;
    font-size: 38px;
    line-height: 1;
    color: var(--white);
}
/*#endregion*/

/*#region Partner*/
.partners__list {
}
.partners__item
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 172px;
}
.partners__item img
{
    max-width: 150px;
    height: auto;
    filter: grayscale(100%);
    transition: filter .3s;
}
.partners__item img:hover
{
    filter: grayscale(0);
}
/*#endregion*/

/*#region Form Bx*/

.form-bx
{
    background-color: #ededed;
}
.form-bx__wrapper
{
    display: flex;
}
.form-bx__img-bx
{
    position: relative;
    width: 223px;
}
.form-bx__img-bx::before
{
    content: "Отвечу на вопросы";
    display: block;
    max-width: 200px;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: var(--red);

}
.form-bx__item--form
{
    margin-left: 20px;
}
.form-bx__desc
{
    display: flex;
    align-items: center;
}
.form-bx__desc-img
{
    width: 80px;
}
.form-bx__list
{
    margin: 0;
    margin-left: 15px;
}
.form-bx__item
{
    font-weight: 400;
    font-size: 20px;
    color: var(--black);
}
  .main_form__form {
    background: #c9c9c9;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
  }
  .main_form__form-sec--left {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
  }
  .main_form__form-sec--right {
    display: flex;
    width: calc(100% / 3);
    padding-left: 10px!important;
    box-sizing: border-box;
  }

  .form .main_form__form-sec--right .licence_block
  {
    margin: 0;
    padding: 0;
  }
  .form-checkbox__label:not(.form-checkbox__label--sm)
  {
    font-size: 14px;
    line-height: 1.1;
  }
  .form .form-footer .btn
  {
    margin: 0;
    text-transform: none;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
  }
  .main_form__form-sec--right button {
      background: #a62320;
      font-style: normal;
      font-weight: 900;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      color: #fff;
      border: none;
      padding: 10px;
      box-sizing: border-box;
      margin-left: 13px;
      width: 90%;
      border: 1px solid #ffff;
  }
  .main_form__label {
    width: 100%;
    display: block;
    margin: 0;
  }
  .main_form__label:first-child {
    margin-bottom: 10px;
  }
  .main_form__label--textarea {
    flex: 1 1;
    margin-bottom: 0 !important;
  }
  .main_form__label input {
      width: 100%;
      max-height: 54px;
      background: #fff;
      border: none;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 1;
      color: #000;
      padding: 5px 32px 5px;
      box-sizing: border-box;
  }
  .main_form__label textarea {
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 15px 32px 16px;
    box-sizing: border-box;
  }
  .form .form-footer
  {
    display: flex;
    flex-direction: column;
  }
  .form-footer .licence_block
  {
    order: 2;
  }
  .form-footer .text-left
  {
    /*order: 1;*/
  }
  .form-footer .form label
  {
    margin-bottom: 0;
  }
  .footer-form .btn:hover
  {
    border: 0;
  }
/*#endregion*/

/*#region Media*/


.form .text {
    font-size: 18px;
}

.product__bx {
    background: url('/upload/gray-bg.svg') right bottom no-repeat;
    transition: all .4s;
}

.form .title {
    font-size: 22px;
}


.product__bx:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1280px)
{
    .container-page
{
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width: 900px)
{
    .product__item
    {
        width: var(--three-col);
    }
    .form-bx__wrapper
    {
        align-items: center;
    }
    .main_form__form-sec--left,
    .main_form__form-sec--right
    {
        width: 100%;
    }
    .main_form__form-sec--right
    {
        padding-left: 0!important;
        margin-top: 10px;
    }
    .form-bx__img-bx
    {
        width: 100%;
    }

}
@media (min-width: 1024px) {
    .product__title {
        width: 78%;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 33px) 100%,100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 33px) 100%,100% 0);
    }
    .product__img-bx:after {
        -webkit-clip-path: polygon(33px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
        clip-path: polygon(33px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
        width: 25%;
    }
}
@media (max-width: 1200px){
    .product__item {
        width: 50%;
    }
    .director2.form .form-footer {
        margin: 0;
    }
    .advantages-item {
        width: 60%;
    }
    .advantages-item:nth-child(2n) {
        background-position: right;
    }
    .advantages-item:first-child:before, .advantages-item:nth-child(2n + 1):before {
        left: -135px;
        height: 41px;
        width: 41px;
        background-size: contain;
    }
    .advantages-item:nth-child(2n):before {
        right: -135px; height: 41px;
        width: 41px;
        background-size: contain;
    }
    .sots-item svg {
        display: none;
    }
    .sots {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row: 20px;
        grid-gap: 20px;
    }
    .sots-item-wr:after, .sots-item-wr:before {
        display: none !important;
    }

    .sots-item-wr:last-child {
        grid-column: 1 / span 2;
    }

    .sots-item {
        background: linear-gradient(111.86deg, #A62320 22.75%, #8A2220 69.46%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 7px;
        width: 100%;
        margin-top: 0 !important;
        margin-left: 0 !important;
        height: 112px;
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .sots-item span {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        text-align :left;
    }

    .sots {
        margin: 20px 0;
    }


    .sots-item svg {
        fill: #fff;
        display: block;
        margin-right: 25px;
        width: 67px;
        flex-shrink: 0;
        max-height: 50px;
    }
    .sots-item:hover {
        background: linear-gradient(111.86deg, #A62320 22.75%, #8A2220 69.46%);
        box-shadow: none;
        transform: none;
        color: #fff;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --px35: 15px;
    }
    .primary__title-top
    {
        font-size: 50px;
    }
    .primary__title-bottom
    {
        font-size: 60px;
    }
    .adve__item
    {
        width: 50%;
        padding: 10px;
    }
    .product__item
    {
        width: 50%;
    }
    .advantages__wrapper
    {
        flex-wrap: wrap;
        text-align: center;
    }
    .advantages__item
    {
        width: 100%;
    }
    .advantages__item--img-bx
    {
        padding: 15px 0;
    }
    .form-bx__wrapper,
    .form-bx__desc
    {
        flex-direction: column;
    }
    .form-bx__item--form,
    .form-bx__list
    {
        margin-left: 0;
        margin-top: 20px;
    }
    .text-left
    {
        text-align: center;
    }
    .form-bx__img-bx::before
    {
        font-size: 28px;
    }
    .primary {
        height: 150px;
    }
}

@media (max-width: 460px)
{
    .title-page
    {
        font-size: 22px;
    }
    .primary__title-top
    {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1;
    }
    .btn {
        padding: 6px 13px;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
    }
    .product__img-bx {
        background-size: 100% 100%;
    }
    .title-page {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
    }
    .adve__bx {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .about__desc {
        font-weight: 300;
        font-size: 11px;
        line-height: 13px;
        display: flex;
        align-items: center;

        color: #6A7070;

    }
    .adve__img-bx {
        flex-shrink: 0;
        width: 50px;
        margin-right: 20px;
    }
    .adve__title {
        width: 100px;
    }
    .adve__list {
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
    }
    .primary__title-middle {
        font-size: 9px;
        line-height: 1;
        margin-bottom: 0;

    }
    .product__list {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .product__item {
        margin-bottom: 15px !important;
        padding: 0;
        width: 100%;
    }
    .product__img-bx:after {
        height: 30px;
        width: 26%;
        background-size: contain;
        /*right: 5px*/
    }
    .product__img-bx {
        height: 175px;
    }
    .form-bx__wrapper.container-page .col-md-4:first-child {
        display: none;
    }
    .form-bx__wrapper.container-page .col-md-4:nth-child(2) {
        display: none;
    }
    .advantages-item {
        width: 100%;
        background: url('../images/pr-bg-1.svg') no-repeat !important;
        padding: 0;
        margin: 0;
        height: 80px;
        padding: 0 50px;

    }
    .advantages-item:nth-child(2n) .advantages-item__number {
        margin-left: 15px;
    }
    .advantages-item:nth-child(2n) {
        right: 0;
        margin-top: -4px;
        background: url('../images/pr-bg-2.svg') right no-repeat !important;
    }
    .bg.text-bx--map .bg__bx img {
        object-fit: contain;
    }
    .bg.text-bx--map {
        height: 170px;
    }
    .text-bx__number-list {
        grid-gap: 11px;
    }
    .partners__item img {
        width: 100%;
        max-width: 100%;
    }
    .text-bx__number-item {
        width: 50px;
        height: 50px;
    }
    .partners__item {
        height: 70px;
    }
    .partners .owl-carousel.owl-loaded {
        margin-bottom: 0;
    }
    body .owl-carousel .owl-item img {
        max-height: 35px;
    }
    .text-bx__number-item {
        padding: 10px;
    }
    .sots {
        margin: 0;
        grid-template-columns: 1fr;
    }
    .text-bx__number-item .text-bx__number {
        font-size: 14px;
        line-height: 1;
    }
    .text-bx__number-item span {
        font-size: 6px;
        line-height: 1;
    }
    .sots-item-wr:last-child {
        grid-column: 1 / span 1;
    }
    .advantages-item:not(:first-child) {
        margin-top: -4px;
    }
    .advantages-item:before {
        /*background: none;*/
        /*display: none !important;*/
    }
    .advantages-item:first-child:before, .advantages-item:nth-child(2n + 1):before {
        right: 0;
        left: auto;
    }
    .advantages-item:nth-child(2n):before {
        left: 0;
        right: auto;
    }
    .advantages-item__number {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        margin-right: 10px;
    }
    .advantages-item__content {
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
    }
    .furbau img {
        max-width: 80%;
    }
    section.furbau {
        margin: 20px 0;
    }
    .furbau + .bg-grey .text-bx__desc {
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        display: flex;
        align-items: center;

        color: #6A7070;
    }
    .furbau + .bg-grey {
        background: none;
    }
    .primary__title-bottom
    {
        font-size: 24px;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .product__title {
        /*margin-left: 5px;*/
        padding: 5px;
        font-weight: 600;
        font-size: 10px;
        line-height: 10px;

        width: 78.75%;
        min-width: 0;
        min-height: 30px;
		clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 22px) 100%,100% 0);
    	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 22px) 100%,100% 0);
    }
    .advantages__title
    {
        font-size: 20px;
    }
    .text-bx__number-item
    {
        font-size: 50px;
    }

    .product__img-bx img {
        max-height: 67% !important;
    }
    .sots-item {
        -webkit-clip-path: none;
        clip-path: none;
    }
}
.advantages-item:before {background-size: 100% 100% !important}
@media (max-width: 460px) {

    .product__img-bx:after {
        clip-path: polygon(22px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
        -webkit-clip-path: polygon(22px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
    }
.adve {
padding: 0;
}
.about .about__desc {
margin-bottom: 0;
}
section .dealers-title {padding: 0; margin: 25px 0;}
.product__list {margin-bottom: 0;}
.furbau + .bg-grey .text-bx__desc {padding-bottom: 0;}
.advantages-section {padding-bottom: 0;}
.product__list {grid-gap: 15px}
.product__item {margin-bottom: 0 !important}

}

@media (max-width: 375px) {
    .product__title {
        width: 80%;

    }
    .product__title {
        clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 18px) 100%,100% 0);
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 18px) 100%,100% 0);
    }
    .product__img-bx:after {
        clip-path: polygon(18px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
        -webkit-clip-path: polygon(18px 0, 0 100%, 100% 100%, 100% 100%,100% 0);
    }
}

@media (max-width: 320px)
{

    .primary__title-top
    {
        font-size: 30px;
    }
    .primary__title-bottom
    {
        font-size: 40px;
    }
}
/*#endregion*/
