* {
    margin: 0;
    padding: 0;
}
.no-margin {
  margin: 0 !important;
  padding: 0 !important;
} 
body {
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Roboto', sans-serif; 
  font-size: 100%; /*16px*/
}
/*!this is bootstrap style!*/
/*
.m-auto{
  margin: 0 auto;
}
*/
.my-fluid {
  width: 100%;
}
.my-fluid-2 {
  width: 45%;
  height: auto;
  display: block;
  float: right;
  padding: 20px;
}
.r-color {
  /*height: 350px;
  background: yellow;*/
  /*opacity: 0.7;*/
}
.r-color-1 {
  /*height: 50px;*/
  /*float: left  !important;*/
  /*background: #3d9970;*/
  /*opacity: 0.7;*/
  margin: 25px 0; 
  /*padding-right: 65px;*/ 
}
.r-color-2 {
  height: 50px;
  /*background: #ff851b;*/
  /*opacity: 0.7;*/
}
.section {
  position: relative;
}
/*--Text and buttons on slider--*/
.my-row {
  width: 58%;
  position: absolute;
  top: 35%;
  left: 1%;
/*  left: 6%;
  background: yellow;
  opacity: 0.7; 
*/
  z-index: 100;
}
.my-row-btn-1 {
  position: absolute;
  top: 69%;
  /*left: 6%;*/
  left: 29px;
/*
  background: yellow;
  opacity: 0.7; 
*/
  z-index: 100;
}
.h1-txt {
  font-size: 36px;
}
.h1-txt-2 {
  font-size: 36px;
  font-weight: 600;
}
.content-art {
  padding-top: 20px;
  /*font-family: 'Lato Light';*/ 
  font-size: 24px; 
  font-weight: 300; 
}
.flx-r {
  width: 50%;
  display: flex; 
  justify-content: start; 
}
.btn-2-margin {
  margin-left: 15px; 
}
.button {
  width: 200px;
  /*width: 100%;*/
  padding: 16px 15px 16px 15px;
  /*border-radius: 5px;*/
  letter-spacing: .9px;
  /*position: relative;*/
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #fff;
  border:1.5px solid #86bf3f;
  color: #86bf3f;
  /*border: none;*/
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;
}
.button:hover {
  padding: 16px 15px 16px 15px;
  /*border-radius: 5px;*/
  letter-spacing: .9px;
  /*position: relative;*/
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #86bf3f;
  color: #fff;
  border: none;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;  
}
.button-2 {
  width: 200px;
  /*width: 100%;*/
  padding: 17px 15px 17px 15px;
  letter-spacing: .9px;
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #c80000;
  border-color: #c80000;
  color: #fff;
  border: none;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;
}
.button-2:hover {
  padding: 17px 15px 17px 15px;
  letter-spacing: .9px;
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #7d818c;
  border-color: #7d818c;
  color: #fff;
  border: none;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;
}
.margin-btn {
  /*margin-left: 18px;*/
}
.margin-row-btn {
  width: 100%;
  padding-top: 22px;
  /*padding-top: 70px;*/
  /*padding-left: 15px;*/
}
/*---Menu navigation---*/
.clc:before {
  margin-right: 10px; 
  display: block;
  content: ' ';
  background-image: url('../img/clock-2.svg');
  color: #000000;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}
.mail:before {
  margin-right: 10px; 
  display: block;
  content: ' ';
  background-image: url('../img/mail.svg');
  color: #000000;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}
.phone {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
}
.phone:before {
  margin-right: 8px; 
  display: block;
  content: ' ';
  /*background-image: url('../img/phone.svg');*/
  background-image: url('../img/call-black.svg');
  color: #000000;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}
.m-width,
.m-width-0 {
  /*max-width: 1200px;*/
  max-width: 1300px;
}
.m-width-0 {
  margin: 0 auto;
}
.head-menu {
  /*margin: -99px auto 0px;*/
  /*z-index: 100;*/ /*положение элемента*/
  height: 100px;
  /*background: blue;*/
  /*opacity: 0.6;*/

  /*position: fixed;*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.img-margin{
  margin-top: 30px;
  /*padding-left: 62px;*/
}
.prc-img-margin{
  margin-top: 30px;
  padding-left: 62px;
}
.img-logo {
  width: 187px;
  height: 102px;
}
.nav-1 {
  display: flex;
  justify-content: space-between; 
}
.nav-1>li:hover .sub-menu-list {
  display: block;
  /* Show submenu */
  opacity: 1;
  visibility: visible;
}
.li-1 {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.nav-margin-1 .li-1{
  align-items: center;
}
.nav-margin-1 .li-1 a{
  text-decoration: none;
  color: black;
}
@media (max-width: 768px) {
  .li-1 {
    flex-direction: column;
  }
  .nav-1>li:hover .sub-menu-list {
    position: initial;
  }
}
.col-li-1 {
  color: #000000;
  font-size: 1rem; /*14px = 0.875rem*/
  font-weight: normal;
}
.col-li-2 {
  /*
  color: #ffffff;
  font-size: 0.875rem; */ /*14px = 0.875rem*/
  /*font-weight: 600;*/
}
.anc:after {
  margin-left: 4px; 
  display: block;
  content: ' ';
  background-image: url('../img/white-thick.svg');
  background-repeat: no-repeat; 
  background-position: center;
  text-align: center;
  background-size: 9px 10px;
  height: 10px;
  width: 9px;
  margin-top: 5px;
}
.anc:hover:after {
  margin-left: 4px; 
  display: block;
  content: ' ';
  background-image: url('../img/black-arrow.svg');
  background-repeat: no-repeat; 
  background-position: center;
  text-align: center;
  background-size: 9px 10px;
  height: 10px;
  width: 9px;
  margin-top: 5px;
}
.anc:hover>a {
  color: #000;
}
.nav-mrg {
  /*padding-right: 50px;*/
  /*padding-right: 61px;*/
}
.prc-nav-mrg {
  /*padding-right: 50px;*/
  padding-right: 61px;
}
.nav-margin-1 {
  margin-top: 30px;
  /*margin-top: 27px;*/ 
  margin-left: -15px;
}
.nav-margin-2 {
  margin-top: 25px;
  margin-left: -15px; 
}
.menu a {
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.menu li {
  position: relative;
  list-style-type: none;
}
.menu-link {
  color: #fff;
  font-size: 1rem; /*14px = 0.875rem*/
  font-weight: 600;
}
.menu-link:hover {
  color: #000;
  font-size: 1rem; /*14px = 0.875rem*/
  font-weight: 600;
}
.b-link {
  color: #000;
  font-size: 1rem; /*14px = 0.875rem*/
  font-weight: 600;  
}
.sub-menu-list {
  /*display: none;*/
  min-width: 130px;
  min-width: 0px;
  position: absolute;
  left: 0;
  top: 25px;
  padding: 0px 0px 0px 0px;
  /*padding: 20px 0px 0px 0px;*/

  /* Hide submenu */
  opacity: 0;
  visibility: hidden;
    
  /* Submenu animation */
  transition-property: opacity, visibility;
  /*transition-duration: 0.3s;*/
  transition-delay: 0.15s;
  /*
    -webkit-transition:min-width 0.4s linear;
    -moz-transition:min-width 0.4s linear;
    transition:min-width 1s linear;
    transition: all 1s ease-out;
  */
}

.sub-menu-list>li {
   background-color:  #fff;
}
.sub-menu-list>li:hover {
   background-color:  #7d828d;
   color: #ffffff;
}
.sub-menu-link {
  font-size: 0.8125rem;    /*13px/16px*/ 
  font-weight: normal;
  color: #7d828d;
  display: inline-block;
  padding: 7px 10px;
}
.sub-menu-link:hover {
  font-size: 0.8125rem;    /*13px/16px*/ 
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
}
.image img {
  width: 100%;
}

/*
.text {
  background: blak;
  padding: 22px 14px;
  text-align: justify;
  margin-top: 0px;
}
.text h2 {
  text-transform: capitalize;
  font-weight: 600;
}
.text p {
  font-size: 18px;

}
.text a {
  color: red;
  font-size: 20px;
  text-transform: capitalize;
}
*/
.asa img {
  width: 100%;
  /*margin-top: 72px;*/
  /*height: 540px;*/
  object-fit: contain;
}
/*
.slider.slider-2 h2 {
  color: red;
}
*/
/*
.slider .priv_arrow{
  position: absolute;
  bottom: -50px;
  left: 50%;
  color: #000;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
}

.slider .next_arrow{
  position: absolute;
  bottom: -50px;
  right: 40%;
  color: #000;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
}
*/
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*To remove the border - bug in Slick slider*/
.slick-slide:focus  {
     outline: none !important;

}
.slider .priv_arrow{
    background-color: rgba(99,117,149,0.39);
    border-color: transparent;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-style: none;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    top: 50%;
    left:1%;
    transform: translateY(-50%);
    transition: .4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;

    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 60;
    outline: none;
    cursor: pointer;
}
.slider .priv_arrow:hover{
    background-color: #989da2;
}
.slider .next_arrow{
    background-color: rgba(99,117,149,0.39);
    border-color: transparent;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-style: none;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    top: 50%;
    right:1%;
    transform: translateY(-50%);
    transition: .4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;

    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 60;
    outline: none;
    cursor: pointer;
}
.slider .next_arrow:hover{
    background-color: #989da2;
}
/*
.slider .next_arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 40px;
    font-weight: 900;


    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 60;
    outline: none;
    cursor: pointer;
}
*/
.slider-3 .priv_arrow,
.slider-3 .next_arrow,
.slider-4 .priv_arrow,
.slider-4 .next_arrow  {
    /*display: none;*/
    visibility: hidden;
}
.m-width-sl-0 {
  position: absolute;
  z-index: 80;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 1300px;
  height:810px
}
/*--Блок под слайдером(Перимущества?)--*/
.h2-mini {
  font-size: 1.375rem; /*22px*/
  font-weight: 600;
}
.pre-row {
  /*
  margin-left: 32px;
  margin-right: 32px;
  */
  padding-top: 35px;
}
.pre-row-2 {
  /*
  margin-left: 32px;
  margin-right: 32px;
  */
  padding-bottom: 35px;
}
.pre-txt {
  margin-top: 16px;
  /*font-size: 0.875rem;*/ /*14px*/
  font-size: 0.9375rem; /*15px*/
  color: #7d818c;
}

/*---Блок слайдер Акции(скидки, VIP...)---*/
.my-row-2 {
  position: absolute;
  top: 23%;
  /*left: 6%;*/
  /*left: 62px;*/
  z-index: 100;
}
.margin-row-btn-2 {
  padding-top: 40px;
  padding-left: 15px;
}
.margin-row-btn-21 {
  position: absolute;
  top: 204px;
  left: 15px;
  z-index: 100;
}
.margin-act {
  padding-right: 0px;
}
.h1-act,
.h1-act-2 {
  font-size: 36px;
  color: #86bf3f;
  text-transform: uppercase;
}
.h1-act-2 {
  font-weight: 600;
}
.content-action {
  font-size: 24px;
  padding-top: 7px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;
}
.spec-act {
  color: #86bf3f;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;   
}
.padding-act {
  padding-left: 7px;
  padding-top: 7px;
}
/*---Блок О нас---*/
.about-row {
  padding-left: 15px;
  padding-bottom: 115px;
  /*height: 540px;*/
  /*background: yellow;*/
  /*opacity: 0.7;*/
}
.about-head {
  /*font-family: 'Lato Light';*/
  /*font-size: 30px;*/ 
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.padding-about {
  /*padding-left: 79px;*/
  padding-top: 80px;
}
.button-about {
  padding: 16px 15px 16px 15px;
  /*border-radius: 5px;*/
  letter-spacing: .9px;
  /*position: relative;*/
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #fff;
  border:1.5px solid #86bf3f;
  color: #86bf3f;
  /*border: none;*/
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;  
}
.about-margin-top {
  margin-top: 45px;
}
.about-margin-top-2 {
  margin-top: 40px;
  height: 190px;
}
.w-100 {
  width: 100%;
}
.about-col-1 {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: #dfe2e4;
  border-color: #86bf3f;
  display: flex;
  justify-content: center;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  cursor: pointer;
  transition: color .3s,background-color .3s,border-color .3s;
}
/*--for add in script.js--*/
.about-col-11 {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: #dfe2e4;
  border-color: #86bf3f;
  display: flex;
  justify-content: center;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  cursor: pointer;
  transition: color .3s,background-color .3s,border-color .3s;
}
.about-col-11:hover {
  border-color: #86bf3f !important;
  background-color: #dfe2e4 !important;
}
.about-col-11:hover span {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.about-col-2 {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: #fff;
  border-color: #86bf3f;
  display: flex;
  justify-content: center;  
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  cursor: pointer;
  transition: color .3s,background-color .3s,border-color .3s;
}
.about-col-2:hover {
  border-color: #86bf3f !important;
  background-color: #dfe2e4 !important;
}
.about-col-2:hover span {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.about-col-span-1 {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.about-col-span-2 {
  color: #86bf3f;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.margin-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.about-digit {
  color: #86bf3f;
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  display: flex;
  justify-content: center; 
}
.about-digit-2 {
  height: 97px;
  color: #86bf3f;
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  display: flex;
  justify-content: center; 
}
.about-text {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  display: flex;
  justify-content: center; 
}
.about-text-2 {
  margin-top: 25px;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  /*font-weight: 300;*/
  line-height: 1.6;
  letter-spacing: 0px;
  display: flex;
  justify-content: center; 
  text-align: center;
}
.about-text-3 {
  margin-top: 25px; 
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;    
}
.about-text-4 {
  font-weight: 600;
  font-size: 1rem;

  display: flex;
  justify-content: center;    
}
.about-padding {
  padding-left: 75px;
}
.about-text_h1 {
  padding-bottom: 18px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 22px;
  /*line-height: 2.2;
  letter-spacing: 0px;*/
}
.about-text_p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #7d818c;
  line-height: 1.6;
  letter-spacing: 0px;
}
.block-none {
  display: none;
}
.about-img {
  /*margin: 0 auto;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/*---Блок Форма:Оставить заявку---*/
.form-row {
  height: 540px;
  /*padding-left: 45px;*/
  padding-bottom: 257px;/*delete?*/
  background-image: url('../img/hd-form.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.prc-form-row {
  height: 540px;
  padding-left: 45px;
  padding-bottom: 257px;/*delete?*/
  background-image: url('../img/hd-form.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.form-inpt {
  width: 100%;
  border: 1px solid #7d818c;
  padding: 13px 17px;
  height: 50px;
  font-size: 17px;
  line-height: 24px;
}
.form-inpt:focus {
  border: 1.5px solid #86bf3f;
}
/*
.form-check-input {
  border: 1px solid #7d818c;
}
*/
.form-row-3 input[type="checkbox"] ~ label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-top: -17px;
  padding-left: 24px;
  position: relative;
  color: #7d818c;
}
.form-row-3 input[type="checkbox"] ~ label a {
    border-bottom: solid 1px #86bf3f;;
    color: #86bf3f;
    text-decoration: none;
}

.form-row-3 input[type="checkbox"] ~ label a:hover {
    border-bottom: dashed 1px #86bf3f;
    text-decoration: none;
}
/*---------New checkbox-----------*/
.form-row-4 input[type="checkbox"] {
  /*display: none;*/
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-row-4 input[type="checkbox"] ~ label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  padding-left: 24px;
  position: relative;
  color: #7d818c;
}
.form-row-4 input[type="checkbox"]:checked ~ label::before {
    background-position: -19px 0px;
}
.form-row-4 input[type="checkbox"] ~ label a {
    border-bottom: solid 1px #86bf3f;;
    color: #86bf3f;
    text-decoration: none;
}

.form-row-4 input[type="checkbox"] ~ label a:hover {
    border-bottom: dashed 1px #86bf3f;
    text-decoration: none;
}

.form-row-4 input[type="checkbox"] ~ label::before {
    background-image: url('../img/checkbox.png');
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 3px;
    width: 18px;
}

/*--------------------------------*/
.form-row-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 17px;
}
.form-row-3 {
    padding: 17px 15px 30px 15px;
}
.form-row-4 {
    padding: 17px 15px 30px 15px;
}
.padding-form {
  /*padding-left: 79px;*/
  /*padding-top: 75px;*/
  padding-top: 92px;
}
.prc-padding-form {
  padding-top: 92px;
}
.form-head {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.form-p {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 300;  
}
.form-margin-top {
  margin-top: 40px;
}
.agree {
  margin-left: 10px;
  color: #7d818c;
}
.form-href {
  color: #86bf3f;
}
.form-text {
  width: 100%;
  border: 1px solid #7d818c;
  padding: 13px 17px;
  height: 50px;
  /*font-size: 17px;*/
  font-size: 19px;
  line-height: 24px;

  height:90px;
  color: #7d818c;
}
textarea:-moz-placeholder {
  width: 100%;
  border: 1px solid #7d818c;
  padding: 13px 17px;
  height: 50px;
  /*font-size: 17px;*/
  font-size: 19px;
  line-height: 24px;

  height:90px;
  color: #7d818c;
}
.btn-form {
  width: 100%;
  background-color: #86bf3f;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}
.form_block {
  /*
    margin: 0 auto;
    position: relative;
    display: none;
    max-width: 630px;
    width: 94%;
  */

    margin: 0 auto;
    position: relative;
    display: none;
    max-width: 630px;
    width: 94%;
    border: 2px solid #86bf3f;
    color: #86bf3f;
    background-color: white;
    text-align: center;
    top: -284px;
    height: 200px;
    vertical-align: middle;
    padding-top: 5%;
}
/*for jQuery works*/
.active {
    display: block !important;
}
/*---Блок: Слайдер Отзывы---*/
.recall-row {
  padding-top: 74px;
  padding-bottom: 90px;
}
.recall-head {
  padding-left: 15px; 
  padding-bottom: 45px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.image-2 img {
  /*width: 100%;*/
  /*width: 170px;*/
  width: 150px;
  display: block;
  margin: 0 auto; 
}
.strat-2 {
  /*width: 300px;*/
  /*width: 100%;*/
  width: 250px;
  display: block;
  margin: 0 auto; 
}
.text {
  /*padding: 22px 14px;*/
  text-align: justify;
  margin-top: 0px;
}
/*
.text h2 {
  text-transform: capitalize;
  font-weight: 600;
}
*/
.recall-h2 {
  padding-top: 28px; 
  padding-bottom: 18px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 18px; 
  text-align:  center;
}
.text p {
  font-size: 18px;
  text-align:  center;
  color: #7d818c;
}
.round {
  /*
  width: 170px; 
  height: 170px;
  */
  width: 150px; 
  height: 150px;
  border-radius: 50%;
}
.round-1 {
  width: 170px; 
  height: 170px; 
  border-radius: 50%; /* Превращаем в круг */
  /*background: url(../img/fallback-170px.jpg) no-repeat -70px 0; *//* Параметры фона */
  background-size: auto 170px; /* Высота фотографии равна высоте элемента */
}
/*---Блок: Слайдер Логотипы---*/
.logotypes-cnt {
  background-color: #f8f8f8;
}
.logotypes-row {
  padding-top: 74px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
/*---Footer---*/
.row-padd {
  padding: 0 60px;
}
.footer-plr-0{
  padding-left: 0px;
  padding-right: 0px;
}
.page-footer {
  background-color: #7d818c;
  color: #fff;
}
.footer-copyright {
   background-color: #a3b1b8; 
}
.font-weight-bold {
  padding-top: 26px;
  /*padding-bottom: 29px;*/
  padding-bottom: 35px;
  font-size: 1rem;
  font-weight: 300;
}
.font-weight-bold-2 {
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 300;
}
.font-weight-bold-3 {
  padding-top: 78px;
  font-size: 1rem;
  font-weight: 300;
}
.footer-p {
  font-size: 0.875rem;
  font-weight: 300; 
  line-height: 1.4;
  letter-spacing: 0px; 
}
.text-uppercase {
  text-transform: uppercase;
}
.list-unstyled {
  list-style-type: none;
  margin-left: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
  
}
.list-unstyled>li {
  /*
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  */
  display: flex;
  padding-top: 20px;
}
.list-unstyled a {
  text-decoration: none;
  color: #fff;
}
.footer-hr {
  /*width:25px;*/
  border-top: 0.5px solid #fff;;
}
.footer-mb {
  margin-bottom: 9px;
}
.footer-phone {
  display: flex;
}
.footer-phone:before {
  display: block;
  content: ' ';
  background-image: url('../img/call-white.svg');
  color: #000000;
  background-size: 18px 18px;
  height: 18px;
  width: 18px; 
}
.p-ml {
  margin-left: 20px;
}
.footer-mail:before {
  display: block;
  content: ' ';
  background-image: url('../img/mail-white.svg');
  color: #000000;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;  
}
.footer-time:before {
  display: block;
  content: ' ';
  background-image: url('../img/clock-white.svg');
  color: #000000;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;  
}
.footer-address:before {
  display: block;
  content: ' ';
  background-image: url('../img/localization-white.svg');
  color: #000000;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;  
}
.footer-txt {
  font-size: 0.9375rem; /*14px*/
  padding-top: 20px;
}
.footer-txt-1 {
  padding-top: 7px;
  font-size: 0.9375rem; /*15px*/
}
.footer-form-group {
  position: relative;
  /*width: 100%;*/ /* Ширина поля с кнопкой */
  /*border: 1px solid #000;*/ /* Параметры рамки */
  /*min-height: 37px;*/ /* Минимальная высота */
}

.footer-form-control {
  margin-top: 18px;
  padding: 13px 17px;
  height: 37px;
  line-height: 24px; 
}
input.footer-form-control[type='tel'] {
  font-size: 18px; 
  width: 100%;
  outline: none; /* Убираем свечение в Chrome и Safari */
  -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
  /*width: 274px;*/ /* Ширина поля */

  outline: none;
  border: 1.5px solid #7d818c;
  /*padding: 5px 100px 5px 30px;*/
  display: block;
  /*height: 50px;*/
}
button.footer-btn[type="submit"]{
  position: absolute; top: 0px; 
  right: -1px;
  z-index: 9;
  outline: none;
  border: none;
  display: inline-block;
    width: 67px; /* Ширина кнопки */
    height: 37px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    background: url(../img/btn-red.png) no-repeat 50% 50%; /* Параметры фона */
  cursor: pointer;
}
button.footer-btn[type="submit"]:hover{
  background: url(../img/btn-grey.png) no-repeat 50% 50%;
}
.footer-links {
  width: 100%;
  margin-top: 20px; 
}
a.btn-fb:link, a.btn-fb:visited {
  background: url(../img/fb.svg) no-repeat 50% 50%;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.btn-fb:hover, a.btn-fb:active {
  background: url(../img/fb-2.svg) no-repeat 50% 50%;
}
a.btn-vk:link, a.btn-vk:visited {
  background: url(../img/vk.svg) no-repeat 50% 50%;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;  
}
a.btn-vk:hover, a.btn-vk:active {
  background: url(../img/vk-2.svg) no-repeat 50% 50%;
}
a.btn-inst:link, a.btn-inst:visited {
  background: url(../img/inst.svg) no-repeat 50% 50%;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;  
}
a.btn-inst:hover, a.btn-inst:active {
  background: url(../img/inst-2.svg) no-repeat 50% 50%;
}
a.btn-twit:link, a.btn-twit:visited {
  background: url(../img/twitter.svg) no-repeat 50% 50%;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;  
}
a.btn-twit:hover, a.btn-twit:active {
  background: url(../img/twitter-2.svg) no-repeat 50% 50%;
}
a.btn-ok:link, a.btn-ok:visited {
    background-imagede: url(../img/ok_w.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;

}
a.btn-ok:hover, a.btn-ok:active {
    background-image: url(../img/ok_gr.png);
}
.txt-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-copyright {
  font-size: 0,875rem; /*14px*/
}
/*---Price page---*/
.price-pl-row {
  padding-left: 30px;
}
.price-head {
  height: 131px;
  background-image: url('../img/price-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.price-2 {
  /*height: 200px;*/
  background-color: #fff;
}
.price-h-1 {
  /*padding-left: 59px;*/
  padding-left: 44px; 
  padding-bottom: 45px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 65px;
}
.price-p-lf {
  padding-left: 45px;
  padding-right: 45px; 
  font-size: 24px;
  font-weight: 300; 
  font-family: 'Roboto', sans-serif; 
}
.price-p-lf a{
  text-decoration: none;
  color: black;
}
.price-p {
  padding-top: 30px;
  /*padding-bottom: 90px;*/
}
.price-p-2 {
  padding-top: 10px;
}
.price-p-3 {
  padding-top: 10px;
  padding-bottom: 90px;
}
.price-ul {
  /*list-style-type: none;*/
  padding-left: 78px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
/* for five columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
.price-btn-rec {
  position: relative;
  left: 58%;
  top: 60px;
  z-index: 1;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.price-padd .col-sm-5ths{
  width: 16%;
  float: left;
}
.about-col-span-1,
.about-col-span-2 {
  text-align: center;
}
.price-padd {
  padding-left: 60px;
  padding-right: 60px;
}
.price-padd-2 {
  padding-left: 60px;
  padding-right: 60px;
  height: 650px;
}
.price-h2 {
  font-size: 1.125rem; /*18px*/
  font-weight: 400;
  padding: 25px 0; 
}
/*7d818c*/
.price-tbl-p {
  font-size: 1rem;
  color: #7d818c;
  padding: 16px 0;
}
.price-row-d {
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #86bf3f;
  margin-left: 0px;
  margin-right: 0px; 
}
.price-row-d-2 {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px; 
}
.price-padd-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.price-none {
  display: none;
}
/*
.fixed-btn {
  position: fixed;
  top: 60px;
  right: 80px;
  height: 100px;
  z-index: 999;
  display: none;
}
*/
.btn-scroll {
  /*display: none;*/ /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-image: url(../img/scroll-1.svg);
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  /*color: white;*/
  cursor: pointer; /* Add a mouse pointer on hover */
  /*
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
  */
}
.btn-scroll:hover {
  background-image: url(../img/scroll-2.svg);  
}
/*---Mobile menu: Burger---*/
.header_burger {
  display: none;
}
.nav-mobile {
  display: none; 
}
.header-fixed {
  display: none; 
}
@media (min-width: 1439.98px) and (max-width: 1535.98px) {
  .my-row-btn-1 {
    top: 66%;
  }
  .margin-row-btn {
    padding-top: 0px;
  }
  .my-row-2 {
    top: 13%;
  }
  /*--price page---*/
  .prc-nav-mrg {
    padding-right: 82px;
    padding-left: 50px;
  }
  .prc-img-margin {
    padding-left: 82px;
  }
  .price-h-1 {
    padding-left: 81px;
  }
  .price-p-lf {
    padding-left: 67px;
    padding-right: 67px;
  }
  .price-padd {
    padding-left: 81px;
    padding-right: 81px;
  }
  .price-padd-2 {
    padding-left: 81px;
    padding-right: 81px;
  }
  .prc-form-row {
    padding-left: 65px;
  }
  .row-padd {
    padding: 0 80px;
  }
}
@media (min-width: 1365.98px) and (max-width: 1439.98px) {
  .margin-row-btn {
    padding-top: 0px;
  }
  .my-row-btn-1 {
    top: 62%;
  }
  .my-row {
    top: 30%;
  }
  .my-row-2 {
    top: 10%;
  }
  .asa img {
    margin-top: 3px;
  }
  /*--price page---*/

}
@media (min-width: 1024px) and (max-width: 1365.98px) {
  .price-btn-rec {
    left: 46%;
  }
}
@media (min-width: 1024px) and (max-width: 1365.98px) {
  .price-btn-rec {
    left: 46%;
  }
}
@media (min-width: 991px) and (max-width: 1283.98px){
  .img-margin {
    /*padding-left: 62px;*/
  }
  .my-row-2 {
    position: absolute;
    top: 10%;
    /*left: 6%;*/
    left: 62px;
  }
  .margin-row-btn {
    padding-top: 0px;
  }
  .my-row {
    width: 58%;
    top: 25%;
    left: 62px;
  }
  .my-row-btn-1 {
    top: 57%;
    /* left: 6%; */
    left: 77px;
  }
  .about-col-span-1,
  .about-col-span-2 {
    font-size: 16px !important;
  }
  .ft-img {
    width: inherit;
  }
  .m-width,
  .m-width-0 {
    max-width: 1200px;
  }
}
@media (min-width: 1279.98px) and (max-width: 1283.98px) {
  .price-btn-rec {
    left: 54%;
  } 
}
@media (min-width: 1023px) and (max-width: 1024.98px) {
  /*
  .button-3 {
    padding: 13px 12px;
  }
  .button-3:hover {
    padding: 13px 12px;
  }
  */
  .button,
  .button-2,
  .button-2:hover {
    height: 46px;  
    padding: 14px 12px;
  }  
  .price-btn-rec {
    padding: 13px 12px;    
  }
  .price-btn-rec:hover {
    padding: 13px 12px;    
  }
  /*--for main page--*/
  .img-logo {
    width: 187px;
    height: 102px;
    padding-left: 14px;
  }
  .my-row {
    top: 17%;
    left: 45px;
  }
  .content-art {
    padding-top: 14px;
    font-size: 22px;
  }
  .my-row-btn-1 {
    top: 46%;
    left: 58px;
  }
  .my-row-2 {
    top: 4%;
  }
}
@media (min-width: 767px) and (max-width: 991.98px) {
  .v-991 {
    display: block;
  }
  .nv-991 {
    display: none;
  }
}
@media (max-width: 993.98px) { 
  .img-logo {
    width: 163px;
    height: 78px;
  }
  .img-margin{
    margin-top: 30px;
    padding-left: 26px;
  }
  .col-li-1 {
    font-size: 0.75rem; /*12px*/
  }
  .menu-link,
  .b-link {
    font-size: 0.75rem; /*12px*/
  }
  .menu-link:hover {
    font-size: 0.75rem; /*12px*/
  }
  .nav-margin-2 {
    margin-top: 10px;
    margin-left: -15px;
  }
  .nav-mrg {
    padding-right: 30px;
  }
  .anc:after {
    margin-left: 4px;
    width: 2px;
    margin-top: 3px;
  } 
  .anc:hover:after {
    margin-left: 4px; 
    width: 2px;
    margin-top: 3px;
  }
  .h1-txt,
  .h1-txt-2 {
    font-size: 24px;
  }
  .content-art {
    padding-top: 7px;
    font-size: 18px;
  }
  .button {
    padding: 12px 12px 11px 12px;
    font-size: 14px;
  }
  .button:hover {
    padding: 12px 12px 11px 12px;
    font-size: 14px;
  }
  .button-2 {
    padding: 13px 12px 13px 12px;
    font-size: 14px;
  }
  .button-2:hover {
    padding: 13px 12px 13px 12px;
    font-size: 14px;
  }
  .margin-row-btn {
    width: 100%;
    padding-top: 57px;
  }
  .margin-btn {
    margin-left: 79px;
  }
  .pre-row-768 {
    /*
    margin-left: 15px;
    margin-right: 15px;
    */
    margin-left: 0px;
    margin-right: 0px;
  }
  .h2-mini {
    font-size: 1rem;
  }
  .pre-txt {
    font-size: 0.875rem; /*14px*/
  }
  .col-768 {
    padding-left: 0px;
  }
  .h1-act {
    font-size: 24px;
  }
  .my-row-2 {
    top: 12%;
  }
  .content-action {
    font-size: 18px;
    padding-top: 7px;
  }
  .margin-row-btn-21 {
    top: 142px;
  }
  .spec-act {
    font-size: 18px;
  }
  .about-head {
    font-size: 26px;
  }
  .about-row {
    padding-left: 30px;
  }

  .about-col-span-1,
  .about-col-span-2 {
    font-size: 12px !important;
  }
  .about-col-2:hover span {
    font-size: 12px !important;
  }
  .about-text_h1 {
    font-size: 20px;
  }
  .about-text_p {
    font-size: 0.75rem;
  }
  .about-text-2,
  .about-text-3 {
    font-size: 0.75rem;
  }
  .about-digit-2 {
    height: unset;
    font-size: 32px;
  }
  .brd-lft {
    border-left-width: 0px;
  }
  .form-row {
    padding-left: 30px;
  }
  .form-head {
    font-size: 26px;
  }
  .form-p {
    font-size: 22px;
  }
  .form-inpt {
    font-size: 16px;
  }
  .recall-head {
    padding-left: 30px;
  }
  .ft-img {
    /*width: inherit;*/
    width: 106px;
  }
  .font-weight-bold,
  .footer-p {
    font-size: 0.75rem;/*12px*/
  }
  .list-unstyled>li {
    font-size: 0.75rem;
  }
  .font-weight-bold-2 {
    font-size: 0.875rem;
  }
  .footer-txt {
    font-size: 0.875rem; 
  }
 .footer-txt-1 {
    font-size: 0.75rem; 
  }
  input.footer-form-control[type='tel'] {
    font-size: 1rem; 
  }
  .font-weight-bold-3 {
    font-size: 0.875rem;
  }
}
@media (min-width: 820px) and (max-width: 991.98px) {
 .my-row-2 {
    top: 44px;
  }
}
@media (min-width: 835px) and (max-width: 994.98px) {
  .price-btn-rec {
    left: 44%;
  } 
}
@media (min-width: 767.98px) and (max-width: 834.98px) {
 .img-logo {
    width: 144px;
  }
  .b-link {
    font-size: 0.75rem;
  }
  .price-btn-rec {
    left: 32%;
   }
  .price-padd-2 {
    height: 740px;
  }
  /*---------------*/
  .my-row {
    top: 14%;
    left: 40px;
  }
  .margin-row-btn {
    padding-top: 0px;
  }
  .my-row-btn-1 {
    top: 32%;
    left: 55px;
  }
  .my-row-2 {
    top: 3%;
    left: 42px;
  }
  .about-row {
    padding-left: 15px;
  }
  .form-row {
    padding-left: 5px;
  }  
  /*---------------*/
}
@media (min-width: 812px) and (max-width: 812.98px) {
  .my-row-btn-1 {
    top: 36%;
  }
}
@media (min-width: 767px) and (max-width: 768.98px) {
  #tel {
    /*margin-top: 18px;*/ 
  }
  .img-logo {
    width: 147px;
  }
  .price-btn-rec {
    left: 27%;
  }
  .my-row {
    top: 14%;
    left: 40px;
  }
  .margin-row-btn {
    padding-top: 0px;
  }
  .my-row-btn-1 {
    /*top: 32%;*/
    top: 35%;
    left: 55px;
  }
  .my-row-2 {
    top: 3%;
    left: 42px;
  }
  .about-row {
    padding-left: 15px;
  }
  .form-row {
    padding-left: 5px;
  }
  .recall-head {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  body.lock {
    overflow: hidden;
  }
  .nav-full, 
  .no-vision-2,
  .no-vision-767 {
    display: none;    
  }
  .nav-mobile, .c-about-767 {
  display: block; 
  }
  .img-margin {
    margin-top: 25px;
    padding-left: 34px;
  }
  .img-logo {
    width: 100px;
    height: 62px;
  }
  .r-color {
    margin: 25px 0; 
  }
  .my-row {
    top: 29%;
    width: 70%;
  }
  .margin-btn {
    margin-left: 79px;
  }
  .button {
   padding: 12px 12px 11px 12px;
   font-size: 14px;
  }
  .button-2 {
   padding: 13px 12px 13px 12px;
   font-size: 14px;
  }
  .nav-margin-1 {
    margin-top: -19px; 
  }
  .h1-txt,
  .h1-txt-2 {
    font-size: 24px; 
  }
  .content-art {
    padding-top: 6px;
    font-size: 20px;
  }
  .margin-row-btn {
    width: 100%;
    padding-top: 52px;
  }
  .header_burger {
    display: block;
    position: relative;
    top: 0px;
    left: 90%;
    width: 30px;
    height: 20px;
    z-index: 2; 
  }
  .header_burger span {
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 2px; 
  }
  .header_burger:before,
  .header_burger:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0; 
    transition: all 0.3s ease 0s;
  }
  .header_burger:before {
    top: 0;
  }
  .header_burger:after {
    bottom: 0;
  }
  .header_burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header_burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header_burger.active span {
    transform: scale(0);
    transition: all 0.3s ease 0s;
  }
  .menu {
    position: fixed;
    /*top: -100%;*/
    /*top: -125%;*/
    top: -175%;
    left: 0;
    width: 100%;
    /*height: auto;*/
    max-height: calc(100vh - 0px);
    overflow: auto;
    background-color: #fff;
    z-index: 3; 
    /*padding: 70px 0px 0px 0px;*/ 
    transition: all 0.3s ease 0s;
  }
  .menu.active {
    top: 0;
  }
  .menu a{
    color: #7d828d;
    padding: 16px 47px;
    text-align: left;
    display: inline-block;
    /*width: 50%;*/
  }
  .menu .nav-1 {
    display: block; 
    margin-top: 63px;
  }
  .menu .li-1 {
    /*display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10%; */
    width: 100%;
    padding: 0;
    border-top: solid 1px #7d828d; 
  }
  .col-li-2 .menu-link {
    font-size: 18px;
    font-weight: 300;
  }
  .col-li-2 .menu-link:hover {
    font-size: 18px;
    font-weight: 300;
  }
  .anc:after {
    display: none;
  }
  .anc:hover:after { 
    display: none;
  }
  .my-row-2 {
    top: 14%;
  }
  .h1-act {
    font-size: 30px;
  }
  .content-action {
    font-size: 18px;
  }
  .margin-row-btn-21 {
    top: 153px;
  }
  .spec-act {
    font-size: 18px;
  }
  .form_block {
    border: 2px solid #86bf3f;
    color: #86bf3f;
    margin: 0 auto;
    position: relative;
    display: none;
    max-width: 630px;
    width: 94%;
    background-color: white;
    text-align: center;
    top: -284px;
    height: 143px;
    vertical-align: middle;
    /*padding-top: 7%;*/
    padding: 15px;
  }

  .about-margin-top-mob {
    margin-top: 40px;
  }
  .h1-about-575 {
    padding-top: 80px;
    padding-left: 15px;
    padding-bottom: 45px;
    font-size: 30px;
    font-weight: 300;
    /*text-align: center;*/
  }
  .r-about-575-1 {
    width: 100%;
  }
  .r-about-575-2 {
    width: 100%;
    padding: 0 15px;
  }
  .about-text_h1, .about-text_p {
    text-align: center;
  }
  .about-text_h1 {
    padding-top: 50px;
    font-size: 24px;
  }
  .about-text_p {
    color: #7d818c;
    padding-bottom: 70px; 
  }
  .about-img {
    width: 40%;
  }
  .about-col-3 {
    padding-top: 40px;
  }
  .about-margin-top-mob {
    width: 100%;
  }
  .about-text-5 {
    margin-top: 25px;
    font-weight: 600;
    display: flex;
    justify-content: center;
  }
  #tel {
    margin-top: 18px; 
  }
  .pl-575 {
    /*padding-left: 22px;*/
  }
  .ft-img {
    width: initial;
  }
  .font-weight-bold {
    font-size: 1rem;
  }
  .footer-p {
    font-size: 1rem;
  }
  .list-unstyled>li {
    font-size: 0.9375rem;
  }
  .font-weight-bold-2 {
    font-size: 1rem;
  }
  .footer-txt {
    font-size: 1rem; 
  }
 .footer-txt-1 {
    font-size: 0.9375rem; 
  }
  input.footer-form-control[type='tel'] {
    font-size: 1rem; 
  }
  .font-weight-bold-3 {
    font-size: 1rem;
  }
}
@media (min-width: 758px) and (max-width: 767px) {
  .padding-form {
    padding-top: 70px;
  }
  .prc-padding-form {
    padding-top: 70px;
  }
  .form-row {
    padding-left: 15px;
  }
  .form-p {
    padding-bottom: 30px;
  }
  .form-inpt, 
  .form-row-4,
  .btn-form {
    width: 50%;
  }
  .recall-head {
    padding-left: 30px;
  }
  .d-none-758{
    display: none !important;
  }
  .container{
    max-width: inherit;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 758px) {
/*@media (max-width: 575.98px) {*/
  .my-fluid-2 {
    width: 90%;
    height: auto;
    display: block;
    float: right;
    padding: 20px;
  }
  .center-text {
    text-align: center;
  }
  .no-vision {
    display: none;
  }
  /*
  .no-vision-2 {
    display: none;    
  }
  */
  .r-mob-480 {
    display: block;
    /*height: 540px;*/
    /*background-image: url(../img/bg-480.jpg);*/
    
    /*
    background-image: url(../img/bg-575.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    */
    /*background-attachment: fixed;*/
  }
  .mob-bg-1 {
    height: 540px;
    background-image: url(../img/slider-5//bg-575.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
  }
  .mob-bg-2 {
    height: 540px;
    background-image: url(../img/slider-5/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
  }
  .mob-bg-3 {
    height: 540px;
    background-image: url(../img/slider-5/3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
  }
  .mob-bg-4 {
    height: 540px;
    background-image: url(../img/slider-5/4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
  }
  .mob-bg-5 {
    height: 540px;
    background-image: url(../img/slider-5/5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
  }
  .m-col-575 {
    margin-top: 135px;
  }
  .mobile_logo-nav {
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 1030;
  }
  .r-logo-480 {
    width: 100%;
    position: absolute; 
    top: 30px;
    left: 0;
    z-index: 1030;
    /*
    width: 100%;
    padding-top: 30px;
    padding-left: 31px;
    */
  }
  .img-logo {
    padding-left: 15px;
    width: 187px;
    /*height: 80px;*/
    height: 90px;
  }
  .header_burger {
    position: relative;
    top: 0px;
    left: 88%;
    width: 30px;
    height: 20px;
  }
  .r-header-480 {
    margin: 0 auto;
    position: relative;
    /*top: -82px;*/
  }
  .h1-txt,
  .h1-txt-2 {
  font-size: 25px;
  }
  .r-header-480 h1 {
    font-size: 35px;
    text-align: center;
  }
  .r-header-480 p {
    font-size: 23px;
    font-weight: 300;
    position: relative;
    /*top: -33px;*/
    text-align: center;
  }
  .my-row {
    width: 100%;
    position: absolute;
    top: 26%;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .strat {
    height: 540px;
  }
  .my-row-btn-1 {
    position: absolute;
    top: 69%;
    left: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .margin-row-btn {
    margin-top: 45px;
    padding-top: 0px; 

    padding-left: 15px;
    padding-right: 15px;
  }
  .pre-row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 0 60px 0;
  }
  .pre-row-2 {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 35px;
  }
  .r-color-1 {
    padding-top: 29px;
  }
  .row-btn-575-1 {
    width: 100%;
  }
  .row-btn-575-2 {
    width: 100%;
  }
  .m-button {
  /*width: 200px;*/
  width: 100%;
  padding: 16px 15px 16px 15px;
  /*border-radius: 5px;*/
  letter-spacing: .9px;
  /*position: relative;*/
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #fff;
  border:1.5px solid #86bf3f;
  color: #86bf3f;
  /*border: none;*/
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;
  }
  .m-button:hover {
  padding: 16px 15px 16px 15px;
  /*border-radius: 5px;*/
  letter-spacing: .9px;
  /*position: relative;*/
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #86bf3f;
  color: #fff;
  border: none;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;  
  }
  .m-button-2 {
  /*width: 200px;*/
  width: 100%;
  padding: 17px 15px 17px 15px;
  letter-spacing: .9px;
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #c80000;
  border-color: #c80000;
  color: #fff;
  border: none;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;
  }
  .m-button-2:hover {
  padding: 17px 15px 17px 15px;
  letter-spacing: .9px;
  cursor:pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
  font-size: 15px;
  background-color: #7d818c;
  border-color: #7d818c;
  color: #fff;
  border: none;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: "LatoRegular", sans-serif;
  }
  .button-575 {
    position: relative;
    width: 100%;
    padding: 16px 15px 16px 15px;
    /*border-radius: 5px;*/
    letter-spacing: .9px;
    /*position: relative;*/
    cursor:pointer;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 1;
    font-size: 15px;
    background-color: #fff;
    border:1.5px solid #86bf3f;
    color: #86bf3f;
    /*border: none;*/
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-family: "LatoRegular", sans-serif;
  }
  .button-575-2 {
    position: relative;
    width: 100%;
    padding: 16px 15px 16px 15px;
    letter-spacing: .9px;
    cursor:pointer;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 1;
    font-size: 15px;
    background-color: #c80000;
    border-color: #c80000;
    color: #fff;
    border: none;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-family: "LatoRegular", sans-serif;
  }
  .m-btn-575-1 {
    margin-top: 24px; 
  }
  .m-btn-575-2 {
    margin-top: 12px; 
  }
  .c-act-575 {
    display: block;  
  }
  .r-act-575 {
    display: block;
    height: 540px;
    background-image: url(../img/bg-action.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-attachment: fixed;*/
  } 
  .r-act-575-1 {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }  
  .mob-bg-act {
    height: 540px;
    background-image: url(../img/bg-action.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
  }
  .r-act-575-2 {
    width: 100%;
    display: block;
    position: absolute;
    top: 363px;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .mob-act-h1,
  .mob-act-h1-2 {
    font-size: 35px;
    text-align: center; 
    color: #86bf3f;
  }
  .mob-act-h1-2 {
    font-weight: 600; 
  }
  .mob-act-p {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
  }
  .col-act-575 {
    padding-top: 150px;
  }
  .col-act-575-1 {
    padding-top: 80px;
  }
  .mob-act-p-2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #86bf3f;
  }
  .mob-act-p-2:before {
    /*margin-right: 10px;*/ 
    display: inline-block;
    content: ' ';
    background-image: url('../img/thumb-2.png');
    background-size: 27px 29px;
    height: 27px;
    width: 29px;
  }
  .c-about-575 {
    display: block;
  }
  .about-margin-top-mob {
    margin-top: 40px;
  }
  .h1-about-575 {
    padding-top: 80px;
    padding-bottom: 45px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
  }
  .r-about-575-1 {
    width: 100%;
  }
  .r-about-575-2 {
    width: 100%;
    padding: 0 15px;
  }
  .about-text_h1, .about-text_p {
    text-align: center;
  }
  .about-text_h1 {
    padding-top: 50px;
    font-size: 24px;
  }
  .about-text {
    padding: 10px 0 10px 0;
    font-size: 18px;
  }
  .about-text_p {
    color: #7d818c;
    padding-bottom: 70px; 
  }
  .form-row-575 {
    display: block;
    height: 540px;
    padding-left: 0px;
    background-color: #e0e0e0;
  }
  .form-row {
    height: 530px;
    padding-left: 0px;
    padding-left: 7px;   
    background-image: none !important;
    background-color: #e0e0e0;
  }
  .form-head, .form-p {
    text-align: center;
  }
  .form_block {
    border: 2px solid #86bf3f;
    color: #86bf3f;
    margin: 0 auto;
    position: relative;
    display: none;
    max-width: 630px;
    width: 94%;
    background-color: white;
    text-align: center;
    top: -330px;
    height: 170px; 
    vertical-align: middle;
    padding-top: 9%;
    /* padding: 15px; */
  }
  .w-auto {
    width: auto;
  }
  .padding-form {
    padding-top: 62px;
    padding-bottom: 30px;
  }
  .p-15 {
    padding: 0 15px;
  }
  .form-head {
    font-size: 28px;
  }
  .pl-575 {
    /*padding-left: 22px;*/
  }
  .agree {
    margin-left: 18px;
    margin-top: -17px;
  }
  #name, #tel {
    margin: 9px 0;
  }
  .form-row-2 {
    padding-top: 12px;
  }
  .about-img {
    width: 45%;
  }
  .about-text-3 {
    margin-bottom: 35px;
  }
  .about-text-3,
  .about-text-4,
  .about-text-5 {
    font-size: 22px;
  }
  .about-text-5 {
    margin-top: 25px;
    font-weight: 600;
    display: flex;
    justify-content: center;
  }
  .recall-head {
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 45px;
  }
  .list-unstyled>li {
    justify-content: center; 
  }
  .ul-two>li {
    justify-content: start;    
  }
  .pl-ul {
    display: table;
    margin: 0 auto;
  }
  .footer-nav-contact {
    /* width: 100%; */
    /* margin: 0 auto; */
  }

/*----Price mobile-page----*/
  .price-btn-rec {
    position: relative;
    left: -10px;
    top: -136px;
    z-index: 1;
  }
  .price-mob {
    display: block;
    height: 136px;
    background-image: url(../img/price-1024.jpg);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
  }
  .price-logo-mob {
    width: 100%;
  }
  .prc-logo {
    padding: 30px 0 0 20px;
    width: 164px;
  }
  .prc-brg {
    top: 30px;
    left: 88%;
  }
  .price-h-1 {
    /*
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 30px;
    */
    padding-top: 109px;
    padding-left: 5px;
    padding-bottom: 0px;
    font-size: 36px;
  }
  .prc-mob-ht {
    height: 20px;
  }
  .price-p {
    padding-top: 0px;
  }
  .price-p-lf {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }
  .price-ul {
    padding-left: 35px;
  }
  .price-p-3 {
    padding-bottom: 35px;
  }
  .slider-prc {
    display: block;
  }
  .sldr-price {
    border-top: 1.5px solid #86bf3f;
    /*border-bottom: 1.5px solid #86bf3f;*/
  }
  .strat-3 {
    /*height: 1062px;*/
  }
  .asa-2 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .my-row-2 {
    width: 100%;
    height: 66px;
    background-color: #dfe2e4;
    position: absolute;
    top: 0%;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .price-col {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1.5px solid #86bf3f;
  }
  .prc-h1-txt {
    font-size: 20px;
    font-weight: 600;
  }
  .mob-bg-prc {
    /*...*/
  }
  .slider-prc .priv_arrow{
    background-color: transparent;
    border-color: #86bf3f;
    background-image: url('../img/pl-arr.svg');

    width: 45px;
    height: 68px;
    border-style: solid;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 1.5px;
  /*border-bottom-width: 0px;*/
    border-bottom: 1.5px solid #86bf3f;
    border-radius: 0px;
    top: 32px;
    left: 5px;
  }
  .slider-prc .priv_arrow:hover{
    background-color: transparent;
  }
  .slider-prc .next_arrow{
    background-color: transparent;
    border-color: #86bf3f;

    width: 45px;
    height: 68px;
    border-style: solid;
    border-left-width: 1.5px;
    border-top-width: 0px;
    border-right-width: 0px;
    /*border-bottom-width: 0px;*/
    border-bottom: 1.5px solid #86bf3f;
    border-radius: 0px;
    top: 32px;
    right: 5px;
  }
  .slider-prc .next_arrow:hover{
    background-color: transparent;
  }
  .pr-arrow {
    padding-right: 8px;
    height: 28px;
  }
  .pl-arrow {
    padding-left: 8px;
    height: 28px;
  }
  .price-padd-mob {
    margin-top: 80px;
  }
  .price-padd-mob-2 {
    padding-bottom: 30px;
  }
  .price-h2 {
    font-size: 14px;
    padding: 18px 0;
  }
  .prc-form-row {
    height: 580px;
    background-image: none !important;
    background-color: #e0e0e0;
    padding-right: 0px;
    padding-left: 0px;
  }
  .prc-padding-form {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .price-pl-row {
    padding-left: 0px;
  }
}
@media (max-width: 415px) {
  .form-row {
    height: 580px;
  }
}
@media (max-width: 360px) {
  .form-row {
    height: 600px;
  }
}

.news img {
display: block;
max-width: 100%;
height: auto;
}

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }}
.container-fluid.m-width.search_result{
  min-height: calc(100vh - 500px);
}
.gsc-adBlock{
  display: none !important;
}
li.search{
  position: relative;
}
.input_search{
  width: 100%;
  padding: 3px;
  border: none;
  margin: 0;
  height: auto;
  outline: none;
  font-size: 1rem;
}
.btn_search{
  position: absolute;
  top: 0;
  right: 3px;
  height: 100%;
  width: auto;
  background: none;
  border: none;
}
.btn_search svg{
  vertical-align: middle;
  fill: #87bf40;
}
.wrapper-form-message{
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  /*background-color: rgba(156, 156, 155, 0.6);*/
}
.form-message{
  display: none;
  position: fixed;
  margin: auto;
  top: 40%;
  left: 40%;
  padding: 30px;
  height: auto;
  width: auto;
  border: 2px solid #86bf3f;
  color: #86bf3f;
  vertical-align: middle;
  background-color: #fff;
}
.form-message.error{
  color: red;
  border-color: red
}
.form-message.active{
  display: block;
}
.mobile-search{
    width: 70%;
    border: 1px solid #86bf3f;
    position: absolute;
    top: 27px;
    left: 30px;
}
@media (max-width: 992px) {
    .li-1.search {
        position: absolute;
        top: 84px;
        right: 10px;
    }
}
@media (max-width: 490px) {
    .mobile-search {
        top: 23px;
    }
    .input_search{
        font-size: 1.5rem;
    }
}
@media (max-width: 768px){
    .sub-menu-list.active {
        position: initial;
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .container-fluid.m-width.search_result .row>.col-12.col-md-6{
        order: 2;
    }
    .container-fluid.m-width.search_result .row .prc-mob-ht{
        order: 1 !important;
    }
    .container-fluid.m-width.search_result .row>.about-text_p{
        order: 3;
    }
    .container-fluid.m-width.search_result .row .price-btn-rec{
        top: 16px;
    }
}