body {
  font-family: 'Roboto', sans-serif;
}
.cap {
  color: #87b04a;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.m_p {
  margin: 0;
  padding: 0;
}
.btnForm {
  background: #87b04a;
  color: #fff;
  font-weight: 200;
}
.circleBlack {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
}
#baner {
  background: url("/img/banerBg.jpg") no-repeat center;
  background-size: cover;
}
#baner img {
  margin-top: 20px;
  height: 90px;
}
#baner .logoText {
  color: #fff;
  font-size: 0.8rem;
}
#baner .tel {
  color: #fff;
  font-size: 1.6rem;
  margin: 1rem 0 0.5rem 0;
  font-family: Roboto-Regular;
  display: block;
}
#baner a:hover {
  text-decoration: none;
}
#baner .btnHeader {
  color: #4b8344;
}
#baner h1 {
    color: #fff;
    margin-top: 3rem;
    text-transform: uppercase;
    font-size: 55px;
    text-align: center;
    font-family: RB;
}
#baner .capHeader {
    color: #fff;
    font-size: 35px;
    font-family: RL;
    margin-top: 3rem;
}
#baner .whilleLine {
    display: block;
    width: 65.5%;
    height: 5px;
    background: #fff;
    margin: 0rem 0 5rem 0;
}
#baner .formText {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
#baner .wrapForm {
  background: #fff;
  padding: 1.5rem 0 0.5rem 0;
  margin-bottom: 3rem;
  padding-left: 30px;
  border-radius: 5px;
}
#baner .wrapForm input {
  color: #87b04a;
}
#baner .wrapForm .form-control {
  width: 150px;
  border: 0;
  padding-left: 0;
}
#baner .wrapForm input[placeholder] {
  color: #87b04a;
  text-align: left;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
}
#baner .wrapForm input::-moz-placeholder {
  color: #87b04a;
  text-align: left;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
}
#baner .wrapForm input:-moz-placeholder {
  color: #87b04a;
  text-align: left;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
}
#baner .wrapForm input:-ms-input-placeholder {
  color: #87b04a;
  text-align: left;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
}
#baner .wrapForm .btnForm {
  margin-left: 10px;
  width: 205px;
}
#baner .wrapContact {
  text-align: right;
}
#baner .modal-header {
  background: #87b04a;
  color: #fff;
}
#baner .modal-header .modal-title {
  margin: 0 auto;
}
#baner .modal-footer {
  background: #87b04a;
}
#baner .wrapFormModal {
  width: 50%;
  margin: 0 auto;
}
#baner .wrapFormModal .form-inline .form-control {
  margin: 10px 0;
  text-align: center;
}
#baner .wrapFormModal .form-inline .btnForm {
  margin: 0 auto;
  margin-top: 10px;
}
#baner .vdUst {
  color: #4b8344;
  background: #fff;
  border: 1px solid #4b8344;
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 2rem;
  display: inline-block;
}
#baner .vdUst:hover {
  background: #87b04a;
  color: #fff;
  border: 1px solid #fff;
}
#recourse {
  margin-bottom: 6rem;
  background-size: contain;
}
#recourse .cap {
  margin: 4rem 0;
}
#recourse img {
  height: 120px;
  display: block;
  margin: 20px 0;
  margin-bottom: 20px;
  margin: 0 auto;
}
#recourse .recourseText {
  text-align:center;
  font-weight: 300;
  margin-top: 30px;
  font-size: 17px;
  padding-top: 20px;
  font-family: Rr;
}
#benefit {
  background-size: contain;
  padding-bottom: 20px;
}
#benefit img {
      max-height: 150px;
    display: block;
    margin: 0 auto;
}
#benefit .cap {
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
#benefit .benefitCap {
  padding-top: 20px;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin: 0;
}
#benefit .bLine {
  display: block;
  width: 57%;
  margin: 0 auto;
  height: 3px;
  background: #000;
}
#benefit .benefitText {
  font-size: 17px;
  padding-top: 20px;
  font-family: Rr;
}
.colorText {
  color: #87b04a;
}
#sentence {
  background: url("/img/bgBenefit.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 4rem;
}
#sentence .cap {
  color: #fff;
  margin: 4rem 0;
}
#sentence .wrapFormSentece {
  background: #fff;
  padding: 2rem;
}
#sentence .wrapFormSentece input {
  border: 0;
}
#sentence .wrapFormSentece input[placeholder] {
  color: #87b04a;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
  padding-left: 0;
}
#sentence .wrapFormSentece input::-moz-placeholder {
  color: #87b04a;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
  padding-left: 0;
}
#sentence .wrapFormSentece input:-moz-placeholder {
  color: #87b04a;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
  padding-left: 0;
}
#sentence .wrapFormSentece input:-ms-input-placeholder {
  color: #87b04a;
  border-bottom: 1px solid #87b04a;
  border-radius: 0;
  padding-left: 0;
}
#sentence .sentenceCap {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}
#sentence .circle {
  display: inline-block;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 5px;
}
#sentence .sentenceText p {
  color: #fff;
  font-weight: 300;
}
#productionLines {
  background-size: contain;
}
#productionLines .cap {
  margin: 4rem 0 2rem 0;
}
#productionLines .wrapProdctionText {
  padding: 20px 10px;
  text-align: center;
  color: #87b04a;
}
#productionLines .wrapProdctionText p {
  margin: 0;
}
#productionLines .nav {
  margin-left: 12%;
  border: 0;
}
#productionLines .wrapProdctionText {
  border: 0;
}
#productionLines .wrapProdctionText:hover {
  background: #87b04a;
  padding: 20px 10px;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -webkit-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
}
#productionLines .nav-tabs .nav-link.active {
  background: #87b04a;
  padding: 20px 10px;
  border-radius: 4px;
  box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -webkit-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  color: #fff;
  margin: 0 3px;
}
#productionLines .capComposition,
#productionLines .capCharact {
  color: #87b04a;
  font-weight: bold;
  font-size: 23px;
}
#productionLines .productionLinesOptions .capOptions {
      color: #87b04a;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4rem;
}
#productionLines .productionLinesOptions p {
      font-weight: 300;
    font-family: Rr;
    font-size: 17px;
}
#productionLines .wrapComposition {
  border-bottom: 1px solid #87b04a;
  box-shadow: 0px 4px 8px -4px rgba(135,176,74,0.5);
  -webkit-box-shadow: 0px 4px 8px -4px rgba(135,176,74,0.5);
  -moz-box-shadow: 0px 4px 8px -4px rgba(135,176,74,0.5);
}
#productionLines .wrapComposition p {
  font-size: 17px;
  font-weight: 300;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  font-family: Rr;
}
.summTotal{
        font-size: 1.4rem;
}
span#numberHowMany {
    font-weight: bold;
}
#productionLines .wrapCharact {
}
#productionLines .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #87b04a;
}
#productionLines .carousel-indicators li.active {
  background-color: #87b04a;
}
#productionLines .carousel-indicators {
  bottom: -50px;
}
#productionLines .productionSlide {
  margin-top: 20px;
}
#productionLines .productionSlide span.carousel-control-prev-icon {
  position: relative;
  right: 80px;
  background: none;
}
#productionLines .productionSlide span.carousel-control-prev-icon:before {
  content: " ";
  background: url("/img/arrayL.png") no-repeat;
  width: 32px;
  display: block;
  height: 86px;
}
#productionLines .productionSlide span.carousel-control-next-icon {
  position: relative;
  left: 80px;
  background: none;
}
#productionLines .productionSlide span.carousel-control-next-icon:before {
  content: " ";
  background: url("/img/arrayR.png") no-repeat;
  width: 32px;
  display: block;
  height: 86px;
}
#stock {
  background: url("/img/bgStock.png") no-repeat top center;
  background-size: contain;
  margin-bottom: 2rem;
}
#stock .cap {
  margin: 4rem 0;
}
#stock .stockText {
  font-weight: 300;
  font-size: 1.1rem;
}
#stock p .blackText {
  color: #000;
  font-weight: bold;
}
#stock img {
  margin-top: -161px;
  height: 350px;
}
#stock .textForm {
  color: #87b04a;
  font-weight: bold;
  font-size: 1.2rem;
}
#stock .wrapForm {
  margin-top: 2rem;
  background: #87b04a;
  padding: 20px 0 5px 10px;
  border-radius: 5px;
/* Firefox 19+ */
/* Firefox 18- */
}
#stock .wrapForm .form-control {
  width: 150px;
  border: 0;
}
#stock .wrapForm button {
    margin-left: 10px;
    width: 230px;
}
#stock .wrapForm input {
  background: #87b04a;
  padding-left: 0;
}
#stock .wrapForm input[placeholder] {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#stock .wrapForm input::-moz-placeholder {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#stock .wrapForm input:-moz-placeholder {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#stock .wrapForm input:-ms-input-placeholder {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#stock .wrapForm ::-webkit-input-placeholder {
  color: #fff;
}
#stock .wrapForm ::-moz-placeholder {
  color: #fff;
}
#stock .wrapForm :-moz-placeholder {
  color: #fff;
}
#stock .wrapForm :-ms-input-placeholder {
  color: #fff;
}
#guarantee {
  background: url("/img/bgBenefit.png") no-repeat top -40px center;
  background-size: contain;
}
#guarantee .guaranteeCap {
      font-size: 2rem;
    font-weight: 300;
    font-family: Rr;
    margin-bottom: 2rem;
}
#guarantee .guaranteeText {
      font-weight: 300;
    font-family: Rr;
    font-size: 20px;
}
#guarantee img {
  height: 350px;
}
#howMany {
  background: url("/img/bgBenefit.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 6rem;
  display: block;
}
#howMany .cap {
  color: #fff;
  font-size: 2.5rem;
  margin: 4rem 0;
}
#howMany .howManyDiscription {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
#howMany .calculCAp {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
#howMany .wrapCalculator {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  webkit-box-shadow: 0 5px 32px -4px #000;
  -moz-box-shadow: 0 5px 32px -4px #000;
  box-shadow: 0 5px 32px -4px #000;
}
#howMany .wrapCalculator .calculatorTitle,
#howMany .wrapCalculator .calculatorTitleInc {
  color: #87b04a;
  font-weight: 600;
  font-size: 1.1rem;
}
#howMany .wrapCalculator .calculatorTitleInc {
  margin-top: 4rem;
}
#howMany .wrapCalculator .kpt {
  color: #87b04a;
  font-weight: 300;
  margin-left: 16px;
}
#howMany .wrapCalculator #ex1Slider .slider-selection {
  background: #bababa;
}
#howMany .wrapCalculator ul {
  list-style: none;
  padding: 0;
}
#howMany .wrapCalculator ul li {
  font-size: 0.8rem;
  font-weight: 500;
}
#howMany .wrapCalculator .sliderUI .ui-slider-horizontal {
  height: 2px;
}
#howMany .wrapCalculator .sliderUI .ui-widget-content {
  border: 1px solid #87b04a;
  margin-left: 15px;
  margin-top: 10px;
}
#howMany .wrapCalculator .sliderUI .value {
  margin-top: 50px;
  padding: 4px;
  margin-left: 20px;
  display: block;
  text-align: center;
  webkit-box-shadow: 0 5px 21px -4px #999;
  -moz-box-shadow: 0 5px 21px -4px #999;
  box-shadow: 0 5px 21px -4px #999;
  color: #87b04a;
  width: 110px;
}
#howMany .wrapCalculator .sliderUI .performance {
  font-size: 12px;
  margin: 0 17px;
}
#howMany .wrapCalculator .sliderUI .lineVert {
  display: block;
  height: 20px;
  width: 2px;
  background: #87b04a;
  margin-top: -10px;
}
#howMany .wrapCalculator .sliderUI .lOne {
      margin-left: 85px;
}
#howMany .wrapCalculator .sliderUI .lTwo {
      margin-left: 130px;
    margin-top: -20px;
}
#howMany .wrapCalculator .sliderUI .lThree {
   margin-left: 203px;
    margin-top: -20px;
}
#howMany .wrapCalculator .sliderUI .massa {
  font-size: 12px;
  margin: 0 17px;
}

#howMany .wrapCalculator .sliderUI .massaOne{
        margin-left: 20px;
}
#howMany .wrapCalculator .sliderUI .massaTwo{
        margin: 0 17px;
}
#howMany .wrapCalculator .sliderUI .massaThree{
    margin: 0 3px;
}
#howMany .wrapCalculator .sliderUI .massaFour{
        margin: 0 35px;
}
#howMany .wrapCalculator .sliderUI .massaFive{
        margin-left: 60px;
}
.blockdisplay{
    display: block;
}
#howMany .wrapCalculator .sliderUI .performance.perfOne{
    
}
#howMany .wrapCalculator .sliderUI .performance.perfTwo{
    margin: 0 0px;
}
#howMany .wrapCalculator .sliderUI .performance.perfThree{
    margin: 0 4px;
}
#howMany .wrapCalculator .sliderUI .performance.perfFour{
    margin: 0 17px;
}
#howMany .wrapTotals p:nth-child(1) {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 1.4rem;
}
#howMany .wrapTotals p:nth-child(2n) {
  color: #fff;
  font-weight: 600;
}
#howMany .wrapTotals span {
  color: #fff;
}
#howMany .wrapTotals img {
  margin: 2rem 0;
}
#howMany .wrapTotals button {
  color: #87b04a;
}
#delivery {
  background-size: contain;
}
#delivery .cap {
  font-size: 2.7rem;
  margin: 5rem 0 2rem 0;
}
#delivery .deliveryCap {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 4rem;
  text-align: center;
}
#delivery .imgMethod {
  height: 100px;
}
#delivery .imgMethodTwo {
  height: 127px;
}
#delivery .method {
  font-weight: bold;
  margin: 2rem 0 0.2rem 0;
  font-size: 1.2rem;
  text-align: center;
}
.wrapDeliveryIcon {
    text-align: center;
}
#delivery .blackLine {
  display: block;
  width: 160px;
  height: 4px;
  background: #000;
  margin: 0 auto 3rem;
}
#delivery .iconD {
  height: 60px;
  margin-bottom: 1rem;
}
#delivery .textIcon {
  font-weight: 400;
    font-size: 17px;
    font-family: Rr;
}
#delivery .imgMethod,
#delivery .imgMethodTwo {
  width: auto;
  margin: 0 auto;
  display: block;
}
#established {
  background: url("/img/bgProduction.png") no-repeat top 40px center;
  background-size: contain;
}
#established .cap {
  margin: 6rem 0 2rem 0;
}
#established .wrapCity:hover {
  background: #87b04a;
  padding: 7px 20px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -webkit-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
}
#established .wrapCity:hover p {
  color: #fff;
}
#established .nav-tabs .nav-link.active {
  background: #87b04a;
  border-radius: 4px;
  box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -webkit-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  color: #fff;
}
#established .wrapCity:hover {
  color: #fff;
}
#established .wrapCity {
  padding: 7px 20px;
  text-align: center;
  color: #000;
  border: 0;
}
#established .wrapCity p {
  color: #87b04a;
  margin: 0;
}
#established .establishedTitle {
  color: #87b04a;
  font-weight: bold;
  margin: 4rem 0 3rem 0;
}
#established .discriptionEquipment p {
  font-family: Rr;
  font-size: 15px;
}
#established img {
  padding: 5px;
    padding: 5px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
#established .nav {
  width: 100%;
  border: 0;
  margin-left: 12%;
}
#established .modal-dialog {
  max-width: 700px;
}
#established .hImg {
  height: 60%;
}
#question {
  background: url("/img/bgQuestion.png") no-repeat top -10px center;
  background-size: contain;
  margin-bottom: 1rem;
}
#question .cap {
  font-size: 2.8rem;
  margin: 3rem 0;
}
#question .qCap {
  color: #87b04a;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
#question button {
  background: #87b04a;
  color: #fff;
  font-weight: 200;
  padding: 5px 35px;
  box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -webkit-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 15px 8px -8px rgba(50,50,50,0.5);
}
#question button:hover {
  cursor: pointer;
  box-shadow: 0px 10px 8px -8px rgba(50,50,50,0.5);
}
#question -webkit-box-shadow 0px 10px 8px -8px rgba(50,
#question 50,
#question 0.5) {
  -moz-box-shadow: 0px 10px 8px -8px rgba(50,50,50,0.5);
}
#question .qSpace {
  margin-top: 5rem;
  padding-left: 15px;
}
#question .modal .modal-title {
  margin: 0 auto;
}
#kontacts #map {
  height: 700px;
  background-color: #ccc;
}
#kontacts .kontactsText {
  margin-top: -600px;
  font-size: 1.5rem;
}
#kontacts .kontactsText .cap {
  margin-bottom: 30px;
}
#kontacts .kontactsText .adress {
  margin-bottom: 80px;
  font-weight: 300;
}
#kontacts .kontactsText .mail {
  color: #1b1b20;
  border-bottom: 1px solid #1b1b20;
  font-weight: 300;
}
#kontacts .kontactsText .positionB {
  font-size: 15px;
  position: relative;
  bottom: -130px;
}
#kontacts .kontactsText .positionB .logoCompany {
  height: 60px;
  margin: 0 auto;
  display: block;
  margin-top: 4px;
}
	.offsetLeft {
    display: block;
    margin: 0 auto;
}
@media (max-width: 1024px) {

  #baner .btnHeader {
    font-size: 0.8rem;
  }
  #baner h1 {
    font-size: 1.9rem;
    margin-top: 1rem;
  }
  #baner .capHeader {
    font-size: 1rem;
    margin-top: 1rem;
  }
  #baner .whilleLine {
    margin: 2rem;
  }
  #baner .wrapForm {
    padding-bottom: 0.1rem;
  }
  #baner .wrapForm input[placeholder] {
    margin: 0 20px;
  }
  #baner .wrapForm .btnForm {
    margin: 0 auto;
    margin-top: 10px;
  }
  #sentence .wrapFormSentece {
    width: 250px;
  }
  #stock .wrapForm input[placeholder] {
    margin: 0 32px;
  }
  #stock .wrapForm button {
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  #sentence .wrapFormSentece {
    width: auto;
  }
  #baner .tel {
    font-size: 1.4rem;
  }
  #productionLines .container {
    widget: 100% !important;
  }
  #productionLines .wrapProdctionText {
    font-size: 12px;
  }
  .carousel-item img {
    height: 100% !important;
  }
  .stockSaleImg {
    display: none;
  }
  #established .wrapCity {
    font-size: 12px;
  }
  #recourse img,
  #benefit img,
  #benefit .bLine {
    margin: 20px auto;
  }
  #sentence .wrapFormSentece,
  #sentence .wrapFormSentece input[placeholder] {
    text-align: center;
  }
  #stock .wrapForm input[placeholder] {
    width: 100%;
    margin: 15px 20px;
    text-align: center;
  }
  #howMany .wrapCalculator .sliderUI .lOne {
    margin-left: 87px;
  }
  #howMany .wrapCalculator .sliderUI .lTwo {
    margin-left: 154px;
  }
  #howMany .wrapCalculator .sliderUI .lThree {
    margin-left: 213px;
  }
  #howMany .wrapCalculator .sliderUI .performance {
    margin: 0 37px;
  }
  #howMany .wrapCalculator .sliderUI .massa {
    margin: 0 36px;
  }
  #howMany .wrapCalculator .sliderUI .value {
    margin: 20px auto;
  }
  #howMany .wrapCalculator .calculatorTitleInc,
  #howMany .howManyDiscription {
    margin-top: 1rem;
  }
  #howMany .wrapTotals button {
    display: block;
    margin: 0 auto;
  }
  #benefit .benefitCap {
    text-align: center;
  }
  .mSpc {
    margin: 0 20px;
  }
  #baner .wrapForm input[placeholder] {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #baner {
    background-size: cover;
  }
  #baner .tel {
    font-size: 1.4rem;
  }
  #baner h1,
  #baner .capHeader,
  #baner .formText,
  .cap {
    text-align: center;
  }
  #baner .whilleLine {
    margin: 1rem auto;
  }
  #baner .wrapForm input[placeholder] {
    margin: 0;
  }
  #sentence .cap,
  #delivery .cap,
  #established .cap {
    line-height: 3.2rem;
  }
  #sentence .wrapFormSentece {
    width: auto;
  }
  #stock .cap {
    text-align: left;
  }
  .mSpc {
    margin: 0 20px;
  }
  #established .establishedTitle {
    font-size: 2rem;
    text-align: center;
  }
  #established .discriptionEquipment p {
    font-size: 1.2rem;
  }
  #established img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #baner .capHeader,
  #baner .formText {
    font-size: 1.5rem;
  }
  #baner .wrapForm .btnForm {
    margin-left: 0;
  }
  #baner .wrapForm {
    width: 100%;
  }
  #baner .wrapForm input[placeholder] {
    width: 100%;
    font-size: 1.7rem;
    text-align: center;
  }
  #baner .wrapForm .btnForm {
    font-size: 1.7rem;
    margin: 10px auto;
  }
  .wrapContact {
    right: 0;
  }
  #recourse img,
  #benefit img {
    margin: 20 auto;
  }
  #recourse .recourseText,
  #benefit .benefitCap,
  #stock .textForm {
    text-align: center;
  }
  #recourse .recourseText,
  #benefit .benefitText {
    font-size: 1.4rem;
    text-align: center;
  }
  #benefit .benefitCap {
    font-size: 2rem;
  }
  #benefit .bLine {
    margin: 10px auto;
  }
  #sentence .wrapFormSentece {
    width: 50%;
    margin: 10px auto;
  }
  #productionLines .capCharact {
    margin-top: 20px;
  }
  #delivery .imgMethod {
    height: 80px;
  }
  .mSpc {
    margin: 0;
  }
  #stock .wrapForm .form-inline {
    display: block;
    text-align: center;
  }
  #stock .wrapForm input[placeholder] {
    margin: 0;
    font-size: 1.7rem;
    width: 80%;
    text-align: center;
  }
  #stock .wrapForm button {
    margin-left: 0;
    font-size: 1.4rem;
  }
  #stock .cap {
    margin: 1rem 0;
  }
  #stock .stockText {
    font-size: 1.4rem;
  }
  #stock img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  #stock .textForm {
    font-size: 1.7rem;
  }
  #question button {
    font-size: 1.8rem;
  }
  #question .qCap {
    line-height: 1.9rem;
    font-size: 1.7rem;
  }
  #established .discriptionEquipment p {
    font-size: 1.2rem;
  }
  #established .establishedTitle {
    font-size: 2rem;
    text-align: center;
  }
  #delivery .textIcon {
    font-size: 1.3rem;
    text-align: center;
  }
  #delivery .method {
    font-size: 1.6rem;
  }
  #productionLines .wrapProdctionText p,
  #established .wrapCity p {
    font-size: 1.5rem;
  }
  #productionLines .capComposition,
  #productionLines .capCharact,
  #productionLines .productionLinesOptions .capOptions {
    font-size: 2rem;
  }
  #productionLines .wrapComposition p,
  #productionLines .productionLinesOptions p,
  #guarantee .guaranteeText {
    font-size: 1.2rem;
  }
  #established img {
    width: 100%;
  }
  #kontacts .kontactsText .positionB .logoCompany {
    margin-top: -124px;
    margin-right: -10px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
    
  #baner .btnHeader {
    margin-left: -80px;
  }
  #baner img {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  #baner img.img-fluid.imgIcon{
    margin-top: 20px;
    height: 40px;
    margin: 0;
    width: 100%;
    }
    .offsetLeft{
      margin-left: 16.666667%;
    }
  #baner .vdUst {
    margin: 0.5rem 0;
  }
  #baner .logoText {
    font-size: 0.9rem;
    text-align: center;
  }
  #baner .tel {
    font-size: 2rem;
    text-align: center;
    margin-top: 0;
    color: #fff !important;
  }
  #baner .btnHeader {
    font-size: 1.3rem;
    margin: 0 auto;
    display: block;
  }
  #baner h1 {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
  #baner .capHeader {
    font-size: 1.3rem;
  }
  #baner .whilleLine {
    width: auto;
  }
  #baner .formText {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  #baner .wrapForm {
    padding-left: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  #baner .wrapForm input[placeholder] {
    margin: 10px auto;
    width: 80%;
    font-size: 1.5rem;
    text-align: center;
  }
  #baner .wrapForm .btnForm {
    margin: 10px auto;
    margin-top: 10px;
    font-size: 1.5rem;
        width: 100%;
  }
  #baner .wrapFormModal {
    width: 60%;
  }
  #recourse .cap {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #recourse .recourseText,
  #benefit .benefitText {
    font-size: 1.3rem;
  }
  #recourse img,
  #benefit img {
    width: auto;
    height: auto;
  }
  #recourse .iRmobi {
    width: 85%;
  }
  #benefit .cap {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
  #benefit .benefitCap {
    font-size: 1.8rem;
  }
  #sentence .cap {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  #sentence .wrapFormSentece {
    text-align: center;
    width: 100%;
  }
  #sentence .wrapFormSentece input[placeholder] {
    font-size: 1.5rem;
    text-align: center;
  }
  #sentence .wrapFormSentece .btnForm {
    font-size: 1.5rem;
  }
  #sentence .sentenceCap {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    margin: 20px 0;
  }
  #sentence .sentenceText p {
    font-size: 1.3rem;
    text-align: center;
  }
  #productionLines .cap {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  #productionLines .nav {
    display: block;
    text-align: center;
        margin: 0;
    border: 0;
  }
  #productionLines .nav-tabs .nav-item {
    padding: 10px 0;
  }
  #productionLines .wrapProdctionText {
    font-size: 1.2rem;
    padding: 0;
    margin: 0 10px;
  }
  #productionLines .wrapProdctionText:hover,
  #productionLines .nav-item .active {
    border: 0;
  }
  #productionLines .productionSlide span.carousel-control-next-icon {
    left: 0;
  }
  #productionLines .productionSlide span.carousel-control-prev-icon {
    right: 0;
  }
  #productionLines .productionSlide .imgSlider,
  #productionLines .productionSlide .imgSlider3 {
    height: auto;
  }
  #productionLines .wrapProdctionText p {
    font-size: 2.6rem;
  }
  #productionLines .productionSlide .carousel-item img {
    height: 50% !important;
  }
  #productionLines .productionLinesOptions .capOptions {
    margin-top: 4rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  #productionLines .wrapComposition p,
  #productionLines .productionLinesOptions p {
    font-size: 1rem;
  }
  #productionLines .wrapProdctionText,
  #stock .stockSaleImg {
    text-align: center;
  }
  #productionLines .capCharact,
  #established .establishedTitle {
    font-size: 1.5rem;
  }
  #established .modal-body img {
    height: 50% !important;
  }
  #stock .cap {
    font-size: 2rem;
    text-align: center;
    margin-top: 3rem;
  }
  #stock {
    margin-top: 2rem;
  }
  .m_p {
    margin: 0 auto;
  }
  #stock .textForm {
    font-size: 4rem;
  }
  #stock .textForm {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  #stock .stockText {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    text-align: center;
  }
  #stock .stockSaleImg img {
    width: 50%;
  }
  #stock .wrapForm input[placeholder] {
    margin: 20px auto;
    font-size: 1.3rem;
  }
  #stock .wrapForm button {
    font-size: 1rem;
  }
  #stock .circleBlack {
    margin-top: 10px;
  }
  #guarantee .cap {
    font-size: 2.5rem;
    text-align: center;
  }
  #guarantee img {
    margin: 0 auto;
    display: block;
  }
  #guarantee .circleBlack,
  #sentence .circle {
    display: none;
  }
  #guarantee .guaranteeText {
    font-size: 1.4rem;
    text-align: center;
  }
  #guarantee .guaranteeCap {
    margin-top: 1.5rem;
    font-size: 2rem;
    text-align: center;
  }
  #howMany {
    padding-bottom: 0;
    display: none;
  }
  #howMany .cap {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #howMany .howManyDiscription {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 30px;
  }
  #howMany .wrapTotals p:nth-child(1),
  #howMany .wrapTotals p:nth-child(2n) {
    font-size: 2rem;
  }
  #howMany .wrapTotals .summ {
    font-size: 2rem;
  }
  #howMany .wrapTotals .rub {
    display: block;
  }
  #howMany .wrapCalculator .calculatorTitle {
    font-size: 1.3rem !important;
    text-align: center;
  }
  #howMany .wrapCalculator .kpt {
    font-size: 1rem;
    text-align: center;
  }
  #howMany .wrapTotals p {
    font-size: 3.5rem;
  }
  #howMany .wrapTotals img {
    width: 40%;
  }
  #howMany .wrapTotals button {
    display: inherit;
    margin: 20px auto;
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
  #howMany .calculCAp {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
  }
  #howMany .calculatorTitle {
    font-size: 2.5rem !important;
  }
  #howMany .calculatorTitleInc {
    font-size: 2.5rem !important;
  }
  #howMany .kpt {
    font-size: 2rem;
  }
  #howMany .wrapCalculator .sliderUI .performance,
  #howMany .wrapCalculator .sliderUI .massa {
    font-size: 12px;
  }
  #howMany .wrapCalculator .sliderUI .massa {
    margin: 0 13px;
  }
  #howMany .wrapCalculator .sliderUI .performance {
    margin: 0 8px;
  }
  #howMany .wrapCalculator ul li {
    font-size: 1.1rem;
  }
  #howMany .wrapCalculator .sliderUI .value {
    font-size: 1rem;
    display: block;
    margin: 0 auto;
    margin-top: 32px;
  }
  #howMany .wrapCalculator .calculatorTitleInc {
    margin-top: 1.5rem;
    font-size: 1.5rem !important;
  }
  #delivery .cap {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-top: 4rem;
  }
  #delivery .deliveryCap {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 2rem;
  }
  #delivery .imgMethod,
  #delivery .imgMethodTwo {
    width: 100%;
    height: auto;
  }
  #delivery .iconD {
    height: 50px;
  }
  #delivery .wrapDeliveryIcon {
    text-align: center;
  }
  #delivery .textIcon {
    font-size: 1.3rem;
  }
  #delivery .method {
    font-size: 1.7rem;
  }
  #established .cap {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 4rem;
  }
  #established .nav {
    display: block;
    margin: 0;
    border: 0;
  }
  #established .wrapCity:hover,
  #established .nav .nav-item .active {
    border: 0;
  }
  #established .establishedTitle {
    font-size: 1.4rem;
  }
  #established .wrapCity {
    font-size: 1rem;
    margin: 0 10px;
    color: #000;
  }
  #established .discriptionEquipment p {
    font-size: 1rem;
    text-align: center;
  }
  #established img {
    width: 100%;
    height: auto;
  }
  #question .cap {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  #question .wrapQuestion,
  #question .qSpace {
    text-align: center;
  }
  #question .qCap {
    line-height: 1.5rem;
    font-size: 1.2rem;
    text-align: center;
  }
  #question button {
    font-size: 1.5rem;
  }
  #kontacts .kontactsText .cap {
    font-size: 2.5rem;
  }
  #kontacts #map {
    display: none;
  }
  #kontacts .kontactsText {
    margin: 0;
  }
  #kontacts .kontactsText .adress,
  .tel,
  .mail {
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    display: block;
  }
  #kontacts .kontactsText .positionB {
    bottom: 0;
    font-size: 1rem;
  }
  #kontacts .kontactsText a:hover {
    border-bottom: 0;
  }
  #kontacts .kontactsText .positionB .logoCompany {
    height: 70px;
    margin: 20px auto;
  }
}
.ui-slider-handle {
  width: 30px !important;
  height: 30px !important;
  border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
  background: #87b04a !important;
  border: none !important;
  top: 50% !important;
  margin-top: -15px !important;
  margin-left: -15px !important;
  cursor: pointer !important;
  outline: none !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  font-family: 'fontAwesome';
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  margin-right: 10px;
}
.owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
  margin-right: 10px;
}

      ul.social-icons{
            list-style: none;
    display: block;
          }
          ul.social-icons > li {
            float: left;
    display: inline-block;
    height: 40px;
        margin-bottom: 20px;
          }
        #baner img.img-fluid.imgIcon{
                margin-top: 20px;
    height: 40px;
    margin: 0;
          }
          ul.social-icons > li > a{
                   width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    font-size: 15px;
    font-family: Roboto-Regular;
    line-height: 47px;
    display: block;
          }

@media(min-width: 1600px){
.offsetLeft {
    display: block;
    margin: 0 auto;
    margin-left: 40%;
}
}