* {
    box-sizing: border-box;
}
a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
svg {
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.hidden {
    display: none !important;
}
a, a:link, a:visited, a:active {
    text-decoration: none;
    outline: none;
}
 
ul, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
/*input:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
@font-face {
   
}*/
body {
    width: 100%;
    position: relative;
    /*font-family: "Lucida", "Arial", sans-serif;*/
    font-family: "Arial", sans-serif;
    font-size: 18px;
    /*color: #393939;*/
    color: #2b2b2b;
    line-height: 1.2;

    height: 100vh;
}

.gg_car_item.gg_car_img_ready {
    margin: 0 auto;
 /*   max-height: 172px !important;
    max-width: 300px !important;*/
    
}

.gg_gallery_wrap .gg_main_img_wrap {
    /* height: 100%; */
    /* max-height: 100%; */
   /* max-width: 236px !important;
    max-height: 172px !important;*/
}

.slick-initialized .slick-slide {
/*    width: 275px !important;*/
}

    .product-complectation {display: none;} 
    .product-show {display: block;} 

.use-in2 {
    width: 220px;
    height: 216px;
  /*  margin-bottom: 20px;
    margin-right: 28px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    padding: 5px;
}

.use-in2:hover {
    box-shadow: 0px 2px 11.31px 1.69px rgba(13, 2, 2, 0.47);
}

.use-in img {
   margin-top: 10px;
    margin-bottom: 5px;
}



/*РЎС‚РёР»Рё РґР»СЏ С‚РµРєСЃС‚Р° РљРћРќР•Р¦*/
/*РЎС‚РёР»Рё РґР»СЏ РѕС‚СЃС‚СѓРїРѕРІ*/
.marg {
    margin: 15px 0;
}
/*РЎС‚РёР»Рё РґР»СЏ РѕС‚СЃС‚СѓРїРѕРІ РљРћРќР•Р¦*/
/*.container {
   
    margin: 0 auto;
    position: relative;
}*/

.alert svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger svg {
    fill: #a94442;
}
.alert-success svg {
    fill: #3c763d;
}
.text-danger {
    color: #a94442;
    font-size: 14px;
}
a.btn-main, input.btn-main {
    font-size: 22px;

    display: inline-block;
    padding: 0 20px;
    line-height: 32px;

    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

a.btn-grafHelp {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    background-color: rgb(242, 104, 94);
    border: none;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 1px 20px;
    font-size: 18px;
    height: auto;
}
a.btn-grafHelp:hover {
  background: rgb(242, 104, 94); 
}
a.btn-close {
    float: right;
    cursor: pointer;
r;
}

.field-wrapper {
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;*/
    line-height: 1.6;
}
.field-wrapper h1 {
    font-size: 30px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    line-height: 1.2;
}
.field-wrapper_custom h1 {
    border: none;
    font-size: 27px;
    margin-bottom: 20px;
}
.field-wrapper_custom {
    -ms-align-items: center;
    align-items: center;
}
.field-wrapper p {
    margin-bottom: 15px;
    text-align: justify;
    width: 100%;
}
.field-wrapper fieldset {
    margin: 0;
    margin-bottom: 20px;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;*/
    width: 100%;
    border: 0;
    padding: 0;
}
.field-wrapper fieldset label:last-child {
    margin-bottom: 0;
}
.field-wrapper legend {
    font-size: 24px;
    color: #86c5b4;
    width: 100%;
    border-bottom: 1px solid #86c5b4;
    margin-bottom: 15px;
}
.field-wrapper label {
    width: 100%;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
}
.field-wrapper label.has-error {
/*  -ms-flex-flow: column;
      flex-flow: column;*/
}
.field-wrapper .form-control {
    color: #555555;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 6px 12px;
/*    -webkit-transition: color ease-in-out .2s, border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    transition: color ease-in-out .2s, border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;*/
}
.field-wrapper select.form-control {
    -webkit-transition: all 0s;
    transition: all 0s;
}
.field-wrapper .form-control:focus {
    border-color: #86c5b4;
    outline: 0;
    box-shadow: 0 0 8px #86c5b4;
    color: #000000;
}
.field-wrapper textarea {
    resize: none;
}
.field-wrapper a.btn-main, .field-wrapper input.btn-main {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border: none;
    font-weight: bold;
    background-color: #fff;
    color: #535353;
}
.field-wrapper a.btn-main:hover, .field-wrapper input.btn-main:hover {
    background-color: #338070;
    color: #fff;
}
.swiper-button-next {
    background: url("../../image/arrow-point-to-right.svg") no-repeat center center;
    background-size: cover;
}
.swiper-button-prev {
    background: url("../../image/arrowhead-thin-outline-to-the-left.svg") no-repeat center center;
    background-size: cover;
}

/*TEXT*/
.text-bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.navigation-links li:first-child a {
    font-weight: bold;
}

.textSect {
  margin: 20px 0;
  line-height: 1.6;
  font-size: 21px;
}

.contacts-info a {color: #393939;}
.contacts-info a:hover {color: #145554;}
.mapbord {
    box-shadow: 4px 6px 17.46px 0.54px rgba(13, 2, 2, 0.2);
    border: 1px solid #86c5b4;
}
.vc_tta-title-text {
    font-size: 24px;
    color: #626262;
}

.vc_tta-panels {
    border-left: 1px solid rgba(98, 98, 98, 0.23) !important;
    border-right: 1px solid rgba(98, 98, 98, 0.23) !important;
}

.vc_tta-panel-heading {
    border-top: 1px solid rgba(98, 98, 98, 0.23) !important;
    border-bottom: 1px solid rgba(98, 98, 98, 0.23) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.vc_tta-panel-body {
    padding: 35px 20px 35px 80px;
}
.vc_tta-panels:last-child {border-bottom: 1px solid rgba(98, 98, 98, 0.23) !important;}

.textSect h3 { line-height: 1.6;}

/*MEDIA*/
@media only screen and (max-width: 1200px) {
     

}

.toplogo img {}

@media only screen and (min-width: 768px) { 
    .use-in2 {
        float: left;
        margin-bottom: 20px;
        /*margin-right: 28px;*/
        margin-left: 38px;
    }

     

    .product-price {float: left;}



}


li.current_page_item a span {color: #1fc0a0; border-bottom: 2px solid #1fc0a0; }



li.current_page_item a :before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: #1fc0a0;
    height: 0.28em;
    width: 100%;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
}

@media only screen and (max-width: 1050px) {
    #header .logo.img-responsive { float: none;     margin: 0px auto 30px;}
}


@media only screen and (max-width: 768px) {

   
    .use-in2 {
        float: none;
        margin: 0 auto;
    }



    

    * {
        -webkit-transition-duration: 0s !important;
                transition-duration: 0s !important;
    }
    .hidden-xs {
      display: none !important;
    }

    .textSect h3 {font-size: 22px;}

    .use-in2 {
        float: none;
    }
}

.top-slider {
    position: relative;
}
.slider-text {
   /* width: 560px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.74);
    box-sizing: border-box;
    margin: 0 !important;

}
.slider-text p {
  width: 100%; margin: 15px 0 !important;
}
.slider-text a {
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}


.main h1 {
  text-align: center;
  margin-bottom: 20px;
}
.main > p {
  margin-top: 30px;
  font-size: 21px;
}

.main .work-less {
  margin-top: 15px;
}

.main section {
  margin-top: 40px;
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;*/
}

section {
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;*/
}

section h2 {
  margin: 40px 0 0;
  -ms-align-self: center;
  align-self: center;
}

.main section p {
  font-size: 21px;  
}

.section h2 {
  text-align: left;
}

.main h2 {
  margin: 40px 0 0;
  -ms-align-self: center;
  align-self: center;
}
.img-howItWorks {
  width: 80%;
  margin: 0 auto;
}
.img-howItWorks-ease {
  width: auto;
  margin-top: 30px;
}
.main .work-less-ease {
  font-size: .9em;
}
.formula {
  width: 100%;
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;*/
  align-items: center;
  text-transform: uppercase;
  font-size: 25px;
}
.formula svg {
  width: 30px;
  height: 30px;
}

.img-rot {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 85%;
}
.infBox {
  /*width: 85%;*/
  margin: 20px auto 0;
  font-size: 21px;
}
.infBox-rot {
 /* margin-top: 160px;*/
}
.infBox h2 {
  margin-top: 75px;
}
.infBox h3 {
  margin: 20px 0;
} 

.usabiliti_descr {
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
  justify-content: space-between;
}
.usabiliti_descr ul {
  width: 50%;
}
.usabiliti_descr img{
  width: 164px;
  height: 199px;
  -ms-align-self: center;
  align-self: center;
  margin-top: 15px;
}

.usabiliti_descr .usabiliti_descr--image {
  width: 50%;
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
  justify-content: center;
}
.subTitle {
  font-style: italic;
  color: #5a5a5a;
  font-size: 19px;
  text-align: center;
  /* float: right; */
  margin: 30px 0;
  align-self: center;
}
.list-plan {
  list-style-type: none;
}

.hz {margin-bottom: 30px !important;}

.list-plan li {
  margin: 20px 0;
}
.list-plan li ul {
  padding-left: 40px;
}
.plan_title {
  font-weight: bold;
  font-size: 25px;
}
.plan_title .number {
  font-size: 1.5em;
}
@media only screen and (max-width: 1368px)  {
  .img-rot {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  main.container {
    padding: 50px 20px;
  }
  .main h1 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .main > p {
    margin-top: 20px;
  }

  .img-howItWorks {
    width: 100%;
  }
  .infBox h3 {
    font-size: 1.15em;
  }


  .slogan {display: none;}
}


@media only screen and (max-width: 768px) {
  .main.container {
    padding: 20px 20px;
  }
  .main h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .main h2 {
    font-size: 1.2em;
  }
  .usabiliti_descr {
/*    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;*/
  }
  .usabiliti_descr ul {
    margin-left: 35px !important;
    margin-top: 30px !important;
    list-style-type: inherit !important;
    text-align: inherit !important;
    width: 100%;
  }

  .usabiliti_descr .usabiliti_descr--image {
    width: 100%;
  }
}
.work{
    display:block;
}
.workimg {
    float:right;
    padding-left: 10px;
    padding-bottom: 10px;
  }



/*   SLIDER MEDIA   */

@media only screen and (max-width: 1920px) {
    .swiper-container {
        
    }
    .slider-text {
        margin-top: 60px;
        padding: 75px 50px 65px 50px; 
    }
    .slider-text h1 {
        font-size: 48px !important;  line-height: 33px !important;
    }
    .slider-text p {
        font-size: 24px !important; line-height: 1.4 !important; margin: 15px 0 !important;
        margin-top: 30px !important;
    }
    .slider-text a {
        margin-top: 54px;
        font-size: 29px;
        padding: 6px 20px 3px;
    }
}
@media only screen and (max-width: 1680px) {
  .swiper-container {
     
  }
  .slider-text {
      margin-top: 52px;
      padding: 66px 44px 57px 44px;
  }
  .slider-text h1 {
      font-size: 42px !important;  line-height: 33px !important;
  }
  .slider-text p {
      font-size: 21px !important; line-height: 1.4 !important; margin: 15px 0 !important;
      margin-top: 26px;
  }
  .slider-text a {
      margin-top: 47px;
      font-size: 25px;
      padding: 5px 18px 3px;
  }
}
@media only screen and (max-width: 1440px) {
  .swiper-container {
      
  }
  .slider-text {
      margin-top: 45px;
      padding: 56px 37px 49px 37px;
  }
  .slider-text h1 {
      font-size: 36px !important;  line-height: 33px !important;
  }
  .slider-text p {
      font-size: 18px !important; line-height: 1.4 !important; margin: 15px 0 !important;
      margin-top: 22px;
  }
  .slider-text a {
      margin-top: 40px;
      font-size: 22px;
      padding: 5px 15px 3px;
  }
}
@media only screen and (max-width: 1366px) {
  .swiper-container {
      
  }
  .slider-text {
      margin-top: 43px;
      padding: 53px 35px 46px 35px;
  }
  .slider-text h1 {
      font-size: 34px !important;  line-height: 33px !important;
  }
  .slider-text p {
      font-size: 17px !important; line-height: 1.4 !important; margin: 15px 0 !important;
      margin-top: 21px;
  }
  .slider-text a {
      margin-top: 38px;
      font-size: 20px !important;
      padding: 6px 14px 3px;
  }
}

.slider-text h1 {
    line-height: 1;  line-height: 33px !important;

    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
    text-align: left;
    width: 100%;
}
.slider-text p {
    color: #000000;
   line-height: 1.4 !important; margin: 15px 0 !important;
    text-align: left;

}
.slider-text a {
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: rgb(69,173,152);
    text-align: center;
    line-height: 34px !important;
}

.slider-text a:hover {
    
    
    color: #fff;
    background: #338070;
    border:4px sold rgb(69,173,152);
   /* text-decoration: underline;*/
  
}
.swiper-container {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px !important;
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-slide .container {
    z-index: 20;
}
.first-swiper .swiper-slide picture {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.first-swiper .swiper-slide img {
    height: 100%;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #86c5b4;
    opacity: 1;
    box-shadow: #ffffff 0 0 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.swiper-pagination-bullet:hover {
    box-shadow: #000000 0 0 3px;
}
.swiper-pagination-bullet-active {
    background: #86c5b4;
}
.swiper-pagination-bullet-active:hover {
    box-shadow: #ffffff 0 0 3px;
    cursor: default;
}
.features {
    /*background: #f1f1f1;*/
    background: #fff;
    padding-bottom: 15px;
}
.features .container {
   
}
.features-text {
   
    
}
.features img {
    
}
.features-text h1 {
   color:rgb(69,173,152);
    font-size: 28px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.features-text p {
    font-size: 18px;
    color: #393939;
    padding-top: 5px;
    text-align: justify;
    line-height: 1.6;
    margin: 10px 0;
}
.how-it-works {
    background: #f1f1f1;
    padding-top: 16px;
    padding-bottom: 50px;
}
.how-it-works .container {
   
}
.how-it-works h1,
.adv-Sect h1 {
    color: #5f5f5f;
    font-size: 32px;
}
.how-it-works .steps {
     
    margin-top: 42px;
}
.steps article {
   
    text-align: center;
}
.steps h2 {
    font-size: 22px;
    margin-top: 4px;
    min-height: 53px;
   
    align-items: center;
}
.steps p {
    font-size: 20.5px;
    color: #737373;
    text-align: center;
    line-height: 1.2;
}

.steps h2 {
    text-align: center;
    min-height: 20px;
}


.steps article img {
    margin-bottom: -19px;
}
.steps article:nth-child(1) img {
    padding: 18px 0;
}
.steps article:nth-child(2) img {
    padding: 30px 0;
}
.how-it-works .arrow {
    position: absolute;
    top: 241px;
}
.how-it-works .arrow svg {
    width: 44px;
    height: 44px;
}

.how-it-works .arrow1 {
    left: 364px;
    ;
}
.how-it-works .arrow2 {
    left: 805px;
}
.advS {
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.advS_item {
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;*/
  width: 32.33333333%;
  margin: 20px 0 40px;
}
.item_text {text-align: justify; }
.item_text strong {text-align: center;}
.item_text p {padding: 0 15px; }

.advS_item img {
  width: 110px;
  height: 110px;
}
.accent_color {
    color: rgb(69,173,152);
}
h2.accent_color {font-size: 30px;}

.main h2.accent_color {font-size: 26px;}

.text-UnderL {
    text-decoration: underline !important;
}
.item_text strong {
   
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.item_text p {
  font-size: .88em;
  
}
.clients {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
    text-align: center;
    padding-top: 27px;
    padding-bottom: 20px;
    position: relative;
}
.clients h1 {
    color: #5f5f5f;
    font-size: 36px;
    border-bottom: 1px solid #86c5b4;
    padding-bottom: 24px;
    margin-bottom: 15px;
}
.second-swiper {
    width: 1100px;
    height: 140px;
    position: static;
}
.second-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.second-swiper .swiper-button-next, .second-swiper .swiper-button-prev {
    margin-top: 0;
    color: #86c5b4;
    top: 130px;
    opacity: 0.5;
}
.second-swiper .swiper-button-next {
    right: 0px;
}
.second-swiper .swiper-button-prev {
    left: 0px;
}
.second-swiper .swiper-button-next:hover,
.second-swiper .swiper-button-prev:hover {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
    .swiper-container.first-swiper {
        height: 400px;
    }
    .slider-text {
        top: 30px;
        left: 124px;
        padding: 40px 30px 45px 30px;
        width: 450px;
    }
    .slider-text h1 {
        font-size: 26px;
    }
    .slider-text p {
        margin-top: 20px;
        font-size: 15px;
    }
    .slider-text a {
        margin-top: 34px;
        font-size: 18px;
    }
    .second-swiper .swiper-button-prev {
        left: 36px;
        display: none;
    }
    .second-swiper .swiper-button-next {
        right: 36px;
        display: none;
    }
    .container--coln {
/*      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;*/
    }

    .features img {
      width: 50%;
      margin: 30px auto 0;
    }
    .steps article {
      width: 200px;
      margin: 20px 0;
    }
    .steps h2 {
      font-size: 19px;

    }
    .steps p {
      font-size: 18px;
      padding: 0;
    }
    .steps article:nth-child(2) img {
      padding: 6px 0;
    }

    .steps article:nth-child(1) img {
      padding: 25px 0;
    }
    .how-it-works .arrow1 {
      left: 235px;
    }
    .how-it-works .arrow2 {
      left: 495px;
    }
    .advS_item {
/*      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -ms-align-items: center;*/
      align-items: center;
      width: 31.3333%;
    }
    .item_text {
      text-align: center;
    }
}
@media only screen and (max-width: 998px) {
  .swiper-slide {
    background-position: right center !important;
  }



}
@media only screen and (max-width: 768px) {


    

    .swiper-container.first-swiper {
     /*   height: 320px;*/
    }
    .first-swiper .swiper-pagination {
        display: none;
    }
    .slider-text {
        top: 35px;
        left: 25px;
        padding: 15px 15px 25px 15px;
      /*  width: 280px;*/
    }
    .slider-text h1 {
        font-size: 21px;
    }
    .slider-text p {
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
    }
    .slider-text a {
        margin-top: 15px;
        font-size: 19px;
    }
    .how-it-works .steps {
/*        -ms-flex-flow: column;
            flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;*/
    }
    .second-swiper {
        width: 100%;
    }
    .second-swiper .swiper-button-next, .second-swiper .swiper-button-prev {
        display: none;
    }

    .features-text {
       
    }
    .advS_item {
      width: 100%;
    }
}

@media only screen and (max-width: 480px) {
  .features-text {
      width: 255px;
      margin: 0 auto;
      line-height: 1.5;
      font-size: 17px;
      padding: 5px 7px 0;
    }
  .features-text h1 {
      font-size: 25px;
    }
  .how-it-works h1,
  .adv-Sect h1 {
    font-size: 27px;
    text-align: center;
  }


}


footer {
    background: url("images/footer-bg.jpg") no-repeat center center;
    background-size: cover;
    
    color: #000000;
    font-size: 24px;
    padding-top: 33px;
    /* box-shadow: 0px 2px 16px 5px rgba(53, 51, 51, 0.56); */
   /* position: relative;*/
    z-index: 9;
     
    text-align: center;
}

footer .container {
    /*display: -webkit-box;
    display: -ms-flexbox;*/
   /* display: flex;*/
    /*-ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;*/
   /* position: relative;*/

}


.footer-second {

    background: #626262;

    color: #ffffff;

    width: 100%;

    text-align: center;

     
}

.contacts-wrap {text-align: center;}
.contacts-wrap a {
    font-size: 14px;
    line-height: 38px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #626262;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contacts a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    fill: #747474;
}

.profile-wrap {text-align: center; padding-top: 7px;}
.profile-wrap a {
    font-size: 14px;
    line-height: 1;
    position: relative;
     
    color: #747474;
    
}

.accent_color-link:hover {
    color: rgb(69,173,152);
}
.phone-mail-group {text-align: center;}

.header-contacts a:hover svg {
    fill: #86c5b4;
}

footer h1 {
    font-size: 28px;
    margin-bottom: 14px;
    font-weight: normal;
}

footer h2 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 10px 0;
}

footer p {
    margin: 10px 0;
}

footer p:nth-child(4) {
    margin-bottom: 40px;
}

footer .footer-btn {
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}


.footer-stripes-txt {

  position: relative;

}

.footer-stripes-txt::before,

.footer-stripes-txt::after {
  content: '';
  display: none;
  width: 250px;
  border-bottom: 1px solid #000000;
  position: absolute;
  top: 45px;
}

.footer-stripes-txt::before {
  left: -270px;
}

.footer-stripes-txt::after {
  right: -270px;
}

footer .footer-telephone {
    margin-bottom: 17px;
    color: #000000;
}

footer .footer-email {

    margin-bottom: 37px;

    color: #000000;

}

.footer-address {

    position: absolute;

    bottom: 5px;

    right: 0;

    text-align: right;

    font-size: 20px;

    line-height: 1.4;

    font-weight: 300;

}












.dcdbanner {

    bottom: 2px;

    display: block;

    height: 57px;

    position: absolute;

    left: 30px;

    width: 130px;

    overflow: hidden;

}

@media only screen and (max-width: 1200px) {

    .footer-socials {

        right: 20px;

    }

    .footer-stripes-txt::before,

    .footer-stripes-txt::after {

        display: none;

    }
    .dcdbanner {
        right: 30px;
        left: auto;
    }

}

@media only screen and (max-width: 992px) {

    .dcdbanner {

        position: static;

        margin: 0 auto;

    }

}



@media only screen and (max-width: 768px) {

    footer {

        font-size: 18px;

    }

    footer h1 {

        font-size: 20px;

        margin-bottom: 10px;

    }

    .footer-btn {

        font-size: 18px;

        padding: 0 10px;

        margin-bottom: 15px;

    }

    .footer-telephone {

        font-size: 22px;

    }

    .footer-copyright {

        line-height: 36px;

        font-size: 16px;

    }

    .footer-socials {

        bottom: -80px;

        right: 50%;

        margin-right: -110px;

    }

    .footer-socials a {

        margin-right: 20px;

    }

    #question-form {

      width: 100%;

    }

}


.product-block {
 /* width: 90%;*/
  border: 2px solid #d0cdcd;
 
  margin-bottom: 23px;
  background: #ffffff;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-block:hover {
  background: #efefef;
  box-shadow: 4px 7px 19.2px 4.8px rgba(0, 0, 0, 0.3);
}
 
.product-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  font-size: 25px;
  color: #606060;
  display: inline-block;
  padding: 4px 20px 3px;
  font-weight: 400;
}
 
.product-image {
  border-bottom: 1px solid #d0cece;
    max-width: 340px;
    /*height: 260px;*/
    margin: 0 auto;
 
  padding-bottom: 10px;
}
.product-link {
  display: inline-block;
  width: 100%;
  height: 100%;
 
  z-index: 5;
 
}
.product-image img {
  width: 100%;
  height: auto;
}
.product-price {
font-size: 29px;
    color: #000000;
    /*width: 100%;*/
    /* padding: 0 20px; */
    display: block;
 /*   text-align: left;
    float: left;*/
    margin-top: 15px;
    margin-bottom: 15px !important;
}

.cart {margin: 20px 0;}

.add span { font-size: .8em; font-weight: bold;}

.smalldesc {
    box-sizing: border-box;
    border: 2px solid #f1f1f1;
    box-shadow: 3px 5px 8px 2px rgba(0, 0, 0, 0.41);
    width: 100%;
    padding: 25px 21px 25px 22px;
}

.smalldesc h2 {
    margin-top: 0px; margin-bottom: 15px;
}

.smalldesc h3 {margin: 20px 0 25px; font-size: 25px; }

.product-price2 {
font-size: 29px;
    color: #000000;
    /*width: 100%;*/
    /* padding: 0 20px; */
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px !important;
}


.accent_link, input.accent_link {
    background: rgb(69,173,152);
    color: #fff !important;
    border: 3px solid rgb(69,173,152);
}

.gg_standard_gallery .gg_img {
    border: 2px solid #45ad98;
    margin: 3px;
    /*width: 104px;
    float: left;*/
}

.gg_galleria_slider_wrap {
  border: 2px solid #1fc0a0;
    padding: 30px 0 0px;
}

.gg_standard_gallery {margin-top: 15px;}

.gg_img_inner {
    padding: 9px;
}

#lcl_standard_elem {
    margin-bottom: 0px !important; margin-top: 30px;
}

.lcl_light.lcl_data_under #lcl_standard_txt {
        display: none !important;
}

#lcl_standard_cmd {padding: 0 !important}

.mnimg {
    /* max-width: 360px;
     max-height: 360px;*/
     margin: 0 auto;
}

.additional-wrapper .additional-tooltip {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    position: relative;
    float: left;
    margin-top: 8px;
}

.add .additional-tooltip {
    margin-left: 10px;
    width: 17px;
    height: 17px;
    position: relative;
    float: left;
}

.additional-tooltip .tooltip-text {
    position: absolute;
    top: 50%;
    left: 40px;
    font-size: 14px;
    padding: 3px 8px;
    background: #86c5b4;
    box-shadow: #393939 0 0 5px;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;
    text-align: center;
    height: 120px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-top: -50px;
}

.additional-tooltip svg:hover {
    fill: #86c5b4;
}

.additional-tooltip svg:hover+ .tooltip-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
}

.additional-tooltip .tooltip-text::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #86c5b4;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 40px;
    left: -15px;
}


.additional-label input {
    visibility: hidden;
    position: absolute;
}

.additional-label span {
    font-size: 18px;
    color: #000000;
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    line-height: 40px;
    display: inline-block;
}

.additional-label span::before {
    content: url(img/product-checkbox.png);
    display: block;
    position: absolute;
    top: 4px;
    left: -50px;
    width: 44px;
    height: 40px;
}

.additional-label> input:checked+ span::before {
    content: url(img/product-checkbox-checked.png);
    top: -3px;
}

.democlass a {color:#fff;}


li.democlass.current_page_item a span {
    color: #fff;
   
}

.order-wrap { margin-top: 60px; }