body {
  font-family: "RobotoRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 60px 0 60px;
}

a:active, a:focus, input, textarea, button { outline: none; }

/*---header---*/
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
  /*border-top: 3px #67923d solid;*/
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
#header .adress-top{
  background-color: #f3f3f3;
  text-align: right;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.13);
  position: relative;
  z-index: 15;
}
#header .adress-top p{
  font-size: 14px;
  line-height: 1.2;
  margin: 12px 0;
  color: #000;
}
#header .adress-top p span{
  font-weight: 800;
  color: #036647;
}
#header .adress-top p .fa{
  font-weight: 800;
  color: #036647;
}
#header .time-head{
  text-align: left;
}
#header .adress-head{
  text-align: center;
}
#header .mail-head a{
  font-size: 14px;
    line-height: 1.2;
    margin: 12px 0;
    color: #000;
    display: inline-block;
    text-align: right;
    border-bottom: 1px #036647 dashed;
}
#header .mail-head a:hover{
  border-bottom:1px transparent dashed;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
#header .mail-head a span{
  font-weight: 800;
  color: #036647;
}
#header .mail-head a .fa{
  font-weight: 800;
  color: #036647;
}
#top-bar {
  width: 100%;
  min-height: 56px;
  font-size: 13px;
  line-height: 33px;
  background-color: #fff;  
}
#top-info {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-top: 26px;
}
#top-info li {
  display: block;
  margin-left: 25px;
}
#top-info .phone-head-wr a{
  display: inline;
    font-size: 18px;
    font-family: "RobotoRegular",sans-serif;
    font-weight: 800;
    text-align: right;
    line-height: 1.6;
    color: #000;
}
#top-info .phone-head-wr a:hover{
  color: #036647;
  border-bottom: none;
   -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#top-info .email-head-wr a{
  color: #67923d;
  border-bottom: 1px #67923d dashed;
  line-height: 1.2;
  font-size: 16px;
}
#top-info .phone-head-wr img{
    width: 20px;
    display: inline;
    margin-right: 8px;
    position: relative;
    bottom: 3px;
}
/*.make-phone-call{
  text-align: right;
  margin-top: 21px;
}
.make-phone-call a{
    border: 1px #87DE62 solid;
    border-radius: 50px;
    font-family: "RobotoRegular", sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #87DE62;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    padding: 12px 30px;
    font-weight: 800;
}
.make-phone-call a:hover{
  border: 1px #fff solid;
  color: #87DE62;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}*/
.make-phone-call{
  text-align: right;
  margin-top: 30px;
}
.make-phone-call ul{
  list-style-type: none;
  padding-left: 0;
}
.make-phone-call a {
    font-size: 14px;
    border-bottom: none;
    font-family: "RobotoRegular", sans-serif;
    font-weight: 800;
}
.make-phone-call .btn-head .button-wr{
    display: inline-flex;
    height: 42px;
    padding: 10px 22px 10px 22px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #036647;
    border: 1px solid #036647;    
    z-index: 3;
}
.make-phone-call .btn-head .button-primary {
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
    height: 48px;
    padding: 0 55px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.make-phone-call .btn-head a.button-wr:hover {
    background-color: #fff;
    color: #036647;
    border: 1px solid #fff;
}
/*.make-phone-call .btn-head .button-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}
.make-phone-call .btn-head .button-primary .button-text {
    margin-right: 18px;
}
.make-phone-call .btn-head .button-text {
    position: relative;
    z-index: 2;
}
.make-phone-call .btn-head .button-primary .button-img {
    position: absolute;
    right: 9px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-end;
    padding-right: 8px;
    overflow: hidden;
    transition: all .3s;
}
.make-phone-call .btn-head .button-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.make-phone-call .btn-head .button-primary .icon {
    filter: drop-shadow(-40px 0px 0px);
    transition: transform .3s;
}
.make-phone-call .btn-head .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.make-phone-call .btn-head a.button:hover {
    background-color: #fff;
    color: #036647;
    border: 1px solid #fff;
}
.make-phone-call .btn-head .button-primary:hover .button-img {
    background: #036647;
    border: 1px #036647 solid;
}
.make-phone-call .btn-head .button-primary:hover .icon {
    transform: translateX(40px);
}*/
.cont-wrap-head{
  text-align: right;
}
#nav-section {
  min-height: 56px;
  min-width: 320px;
  padding: 0;
  background-color: #036647;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section.stuck {
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  z-index: 10;
}
/*#nav-section.shrink {
  min-height: 61px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 61px;
}*/

.cost-type{
  text-align: left;
}
.logo-img{
  display: block;
  width: 100%;
  margin: 4px 0 4px;
}
.logo-img img{
  width: 135px;
}
a.btn-anketa{
    display: inline-block;
    line-height: 36px;
    margin: 9px 0;
    padding: 0px 40px;
    float: right;    
    background-color: transparent;
    border-radius: 40px;
    color: #fff;  
    border:1px #fff solid;  
    font-family: "RobotoRegular", sans-serif;
}
a.btn-anketa:hover{
    border: 1px #fff solid;
    color: #8c0325;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
/* #Navigation
================================================== */
.navbar {  
  /*margin: 0px 30px 0 0;*/
  min-height: 0;
  border: none;
}
.navbar-nav > li > img{
  width: 19px;
  margin-left: 60px;
}
.navbar-nav > li > img.first-img{
  margin-left: 0;
}
.navbar-nav > li > a {
    padding: 0 60px 0 4px;
    display: inline-block;
    color: #fff;
    line-height: 55px;
    font-size: 14px;    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-nav > li > a:first-child{
  padding-left: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #ccc;
}

@media (min-width: 768px){
	.navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
	.navbar-nav {    
    margin: 0;
    text-align: right;
  }
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 768px){
	.navbar-nav>li {
    float: none;
  }
}
.nav>li {
    position: relative;
    display: inline-block;
}
@media (max-width: 992px){
	.sb-search {
    display: none;
  }
}
@media (max-width: 992px){
	.nav {
    display: none;
  }
}

.navbar-nav > li:before {
    content: '';
    width: 1px;
    height: 30%;
    background: #fff;
    position: absolute;
    top: 35%;
    left: 0;
}
.navbar-nav > li:first-child:before {
  display: none;
}

/*-----left-mnu------*/
.left-nav {
    width: 100%;
    box-shadow: 1px 1px 4px rgb(30 30 30 / 30%);
    background-color: #ffffff;
    position: relative;
    top: -56px;
    z-index: 9999;
}

.left-nav-title {
    background-color: #f3f3f3;
    padding: 17px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.left-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.left-nav ul li {
    position: relative;
    border-top: 1px solid #dae2e6;
}

.left-nav ul li a {
    display: inline-block;
    padding: 11px 24px 10px 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;    
    text-decoration: none;
    transition: 0.3s linear;
    margin-left: 40px;
}

.left-nav ul li:nth-child(5) a {
    width: 250px;
    line-height: 14px;
}

.left-nav ul li i {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 12px;
    transition: 0.3s linear;
}

.left-nav ul li:hover i {
    color: #036647;
}

.left-nav ul li:hover a {
    color: #036647;
}

.left-nav-img {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;    
    background-size: cover;
    transition: 0.3s linear;
    margin: 10px 0 5px 10px;
}
.left-nav ul.submenu li a{
  margin-left: 20px;
}

@media (max-width:350px) {
    .left-nav ul li:nth-child(5) a {
        width: auto;
    }
}

@media (max-width:565px) {
    .submenu {
        left: 0 !important;
    }
}
.submenu {
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 5;
  width: 100%;
  background: white;
  border-bottom: 1px solid #CBCBCC;
  border-left: 1px solid #CBCBCC;
  border-right: 1px solid #CBCBCC;
  visibility: hidden;
  opacity: 0; 
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: .3s linear;  
}
.submenu li {position: relative;}
.submenu li a {
  color: #282828 !important;
  padding: 10px 20px;
  font-size: 13px;
}

.submenu li a:hover {
    color: #ccc !important;;
}

.submenu .submenu {
  position: absolute;
  right: -100%;
  top: -1px;
  transition: .3s linear;
}
.left-nav li:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
/*-----------------------*/

.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 12px 18px 12px 50px;
  /*background: #4d5158;*/
  box-shadow: inset 0 -1px #555960;
  color: #ffffff;
  font-size: 1.6rem;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  /*background: #52565d;*/
}
.cd-accordion-menu label::before {
  /* icons */
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before {
  background-image: url(../img/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
/*.cd-accordion-menu label::after {
  folder icons 
  left: 41px;
  background-position: -16px 0;
}*/
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  /*background: #35383d;*/
  box-shadow: inset 0 -1px #41444a;
  padding-left: 82px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    font-size: 13px;
    font-weight: 300;
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  /*.cd-accordion-menu label::after {
    left: 53px;
  }*/
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 72px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/*Toogle Menu*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 16px;
}
.toggle-mnu span:after, 
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, 
.toggle-mnu span:after, 
.toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;  
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*End Toogle Menu*/
.toggle-mnu {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 500;
}
.hidden-mnu {  
  display: none;
  z-index: 50;
  width: 80%;
  right: 0;
  background-color: #036647;
  position: absolute;
  box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.5);
}
.hidden-mnu ul {
  padding: 0;
  border-bottom: 1px #ccc solid;
}
.hidden-mnu li {
    display: block;
    /*padding: 0px 10px;*/
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;    
}
.hidden-mnu li.own-accord{
  padding: 12px 18px 12px 50px;
  box-shadow: inset 0 -1px #555960;
}
.hidden-mnu li.own-accord a{
  padding: 0;
  box-shadow: none;
}
.hidden-mnu a {
  color: #fff;
  display: block;
  padding: 12px 10px;
}
.hidden-mnu a:active {
  text-decoration: underline;
}
.hidden-mnu a:hover {
  color: #ccc;  
  transition: all .5s ease;
}
/*---end header---*/

/*-------dostoinstva-------*/
#dostoinstva {
    width: 100%;
    height: 83px;
    /*border-top: 1px solid #e5e5e5;
    background-color: #f8f8f8;*/
    box-shadow: 0 5px 5px -5px #333;
    position: relative;
    z-index: 1;
    padding: 0;
}
.dostoinstva-block {
    margin-top: 22px;
    width: 40px;
    height: 40px;    
    background-size: cover;
    float: left;
}
.dostoinstva-text {
    margin-top: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 50px;
}
/*-------------------------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; 
  z-index: 10000;
}
.mfp-wrap {    
    z-index: 10001;   
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #fff;
    right: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color:#033f5b;  
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff; 
}
.form-callback p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;  
}
.form-callback span {
  font-size: 14px;
  color: #fff;
  opacity:.5;
  margin-bottom: 3px;
  display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 2px;
    border: none;
    padding: 9px 15px 7px;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-bottom: #fff 1px solid;    
  }    
input[type="text"] {    
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
.form-callback label {
  margin-bottom: 12px;
  display: block;
}
.button-small {
  padding: 2px 32px;
  font-size: 13px;
  background-color: transparent;   
  border: 1px solid #fff;
  color: #fff;    
  line-height: 40px;    
  font-weight: 600;
  margin-top: 10px;
  border-radius: 30px;
  text-align: center;
  box-shadow:none;
  letter-spacing: .8px;
}
.button-small:hover {
  background-color: #fff;
  color: #033f5b;
  transition: all .25s ease;
   webkit-transition: all .25s ease;
}

.form-callback .text-center {
  text-align: center;
} 
.form-callback { 
  margin: auto;  
  position:relative;
} 
.politic-conf p{
  color: #fff;
  font-size: 12px;
}
.politic-conf a{
  color: #fff;   
  opacity: .6;
}
.politic-conf a:hover{
   color: #fff;
   opacity: 1;
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}
/*----------------------*/

/*-------hero-unit-slider-----*/
.hero-unit-slider{
  padding: 0;
}
.header-carousel{
  padding: 0;
}
.header-carousel .item {  
  padding: 156px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-carousel .item:before{

}
.header-carousel .item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.header-carousel .item h1,
.header-carousel .item h2{
    color: #fff;
    position: relative;   
    font-size: 46px; 
    width: 60%; 
    margin: 0;  
    line-height: 1.1;
    text-shadow: 0px 2px 2px #000;
    font-family: "Montserrat-Medium",sans-serif;
}
.header-carousel .item p{
  color: #fff;
  font-size: 18px;
  margin: 36px 0;
}
.btn-catalog a{
  color: #fff;
  font-size: 18px;
  border-bottom: 1px #fff dashed;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-catalog a:hover{
   border-bottom: none;
}
.home-slider-btn{
  margin-top: 50px;
}
.home-slider-btn a{
  border: 1px #fff solid;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 36px;
  color: #036647;    
  font-size: 14px;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  position: relative;
  text-transform: uppercase;    
  font-family: "RobotoRegular", sans-serif;
  font-weight: 800;
}
.home-slider-btn a:hover{
    border: 1px #036647 solid;
    color: #fff;
    background-color: #036647;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.header-carousel .owl-controls {
    left: 0;
}
.header-carousel .owl-controls {
    left: 0;
    top: 50%;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: 25px;
    font-size: 34px;
    line-height: 38px;
    color: #fafafa;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.header-carousel .owl-controls .owl-nav>div.owl-next {
    right: 25px;
    left: auto;
}
.header-carousel .owl-controls .owl-nav>div:hover {
    color: #036647;
}
.header-carousel .owl-dots {    
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;   
    top: 220px;
}
.header-carousel .owl-dots .owl-dot.active {
    background-color: #092b5b;
}
.header-carousel .owl-dots .owl-dot {
    background-color: #fff;
    border-radius: 10em;
    display: inline-block;
    height: 10px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 10px;
}
/*----------------------------*/

/*------services--------*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
} 
.col-xs-1-5 {
  width: 20%;
  float: left;
} 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
} 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
} 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.services{
  background-color: #f3f3f3;
  padding-bottom: 40px;
}
.service-item{
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
    -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  padding: 4px 4px;
  margin-top: 0px; 
  margin-bottom: 20px;   
  position: relative;
  display: inline-block;
  width: 100%;
}
.service-img-ind{
  display: block;
  width: 100%;
}
.service-img-ind img{
  width: 100%;
}
.service-img{
  display: block;
  width: 100%;
}
.service-img img{
  width: 100%;
}
.service-item-head{
  text-align: center;
  margin-top: 16px;
}
.service-item-head h3{
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
.service-text{
  margin-top: 16px;
  border-top:1px #092b5b solid;
}
.service-item:hover{
  background-color: #f8f8f8;
  box-shadow: 0px 12px 21px rgba(0,0,0,.08);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.services .btn-head {
    margin: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 7px;
}
.services .button-primary {   
    color: #036647;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}

/*-----------------------*/

/*-----edge-wrap---------*/
.edge-wrap{
  padding-bottom: 30px;
}
.custom-heading{
  text-align: center;
}
.custom-heading h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
    display: inline-block;    
    padding: 7px 18px;
    color: #000;  
    border-bottom: 1px #036647 solid; 
}

.edge-wrap-item-img{
  display: inline-block;   
  float: left;
}
.edge-wrap-item-img img{
  width: 80px;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.edge-wrap-item-text h3{ 
  margin: 0;
  font-size: 16px;
  color: #036647;
  line-height: 1.2;
}
.edge-wrap-item-text p {    
    line-height: 1.4;
    color: #000;
    font-size: 14px;
    margin: 4px 0 0;
}
.edge-wrap-item-text{
  position: relative;
  top: 0px;
  margin-left: 92px;
}
.edge-wrap-item{
  margin-bottom: 30px;
  display: inline-block;
}
.edge-wrap-img-right{
  display: block;
  width: 100%;
}
.edge-wrap-img-right img{
  width: 100%;
}
/*----------------------*/

/*---------krepezh-------*/
.overalls{
  background-color: #f3f3f3;
}

.perf-text{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.overalls .owl-carousel .owl-item {    
    padding: 5px;
}
.perf-text p{
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin: 0;  
  line-height: 1.2;
}
.perf-text p:hover{
  color: #036647;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.perf-more{
  text-align: center;
}
.perf-more a{
  color: #036647;
  font-size: 16px;
  border-bottom: 1px #036647 dashed;
}
.perf-more a:hover{
  color: #033f5b;
  border-bottom: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.perf-item{
  padding: 10px 10px 20px 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  z-index: 10;
}
.perf-btn .btn-head{
  text-align: center;
  border-top: 1px #092b5b solid;
  margin-top: 12px;
}
.perf-btn .button-primary {
    display: inline-block;   
    padding: 10px 28px 10px 28px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #fff;
    z-index: 3;
}
.perf-btn .button-primary {
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);   
    border-radius: 50px;
    color: #036647;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 14px;    
    font-weight: 800;
}
.perf-btn .button-primary:hover{
  color: #fff;
  background-color: #306647;
}

.perfomance-carusel .owl-controls .owl-nav>div {
    color: #036647;
    font-size: 30px;
    left: -12px;
    line-height: 38px;
    z-index: 1;
    position: absolute;
    transition: all .5s ease;
    webkit-transition: all .5s ease;
}
.perfomance-carusel .owl-controls, .perfomance-carusel .owl-controls .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.perfomance-carusel .owl-controls .owl-nav>div.owl-next {
    left: auto;
    right: -12px;
}
.perfomance-carusel .owl-controls .owl-nav>div:hover {
    color: #000;
}
.perfomance-carusel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 280px;
}
.perfomance-carusel .owl-dots .owl-dot.active {
    background-color: #036647;
    border:1px #036647 solid;
}
.perfomance-carusel .owl-dots .owl-dot {
    background-color: #fff;
    border:1px #036647 solid;
    border-radius: 10em;
    display: inline-block;
    height: 10px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 10px;
}
/*------------------------*/


/*--------how--------*/
.block_deal {
    position: relative;
    width: 359px;
}
.block_deal img {
    display: block;
    margin: 0 auto;
    width: 70px;
}
#how ul {
    list-style: none;
    padding: 0;
    text-align: center;   
}
#how ul li {
    float: left;
    color: #000;   
    margin: 0 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
#how ul li span {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    margin: 20px 0 0;    
}
.line-nav {
    float: left;
    width: 20px;
    border-top: 5px dotted #092b5b;
    margin: 150% 0;
}
.line-page {
    width: 100%;     
    margin-top: 50px;
}
/*------------------*/

/*----footer----------*/
footer {
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
}

footer h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

footer ul li {
    list-style: none;
    padding: 0;
    margin-top: 17px;
    margin-bottom: 19px;
}

footer .logo p{
    color: #fff;
}
footer .logo span{
    color: #fff;
}
footer a:hover{
  text-decoration: none;
}
.line {
    width: 262px;
    height: 1px;
    background-color: #ffffff;
}

footer .fa-angle-right {
    color: #ffffff;
    font-size: 14px;
}

footer ul li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 0 !important;
}

footer ul li i {
    margin-right: 12px;
}

footer ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 12px;
}


footer ul li a:hover {
    color: #036647;
    text-decoration: none;
}

footer ul li:hover .fa-angle-right {
    color: #036647;
}

footer .fa-phone {
    transform: rotate(90deg);
}

footer form input,footer form input:focus {
    width: 262px;
    height: 44px;
    border: 1px solid #ffffff;
    margin-bottom: 13px;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    padding: 10px;
    border-radius: 50px;
}

footer form input::-webkit-input-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}
footer form input::-moz-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}
footer form input:-moz-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}
footer form input:-ms-input-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}


footer form textarea {
    width: 262px;
    margin: 0 0 12px;
    background-color: transparent;
    color: #fff;
}

footer form textarea::-webkit-input-placeholder {opacity: 0.5; color: #ffffff;  font-size: 14px; font-weight: 400;    line-height: 18px;}
footer form textarea::-moz-placeholder {opacity: 0.5; color: #ffffff; font-size: 14px; font-weight: 400;    line-height: 18px;}
footer form textarea:-moz-placeholder {opacity: 0.5; color: #ffffff;  font-size: 14px; font-weight: 400;    line-height: 18px;}
footer form textarea:-ms-input-placeholder {opacity: 0.5; color: #ffffff;  font-size: 14px; font-weight: 400;    line-height: 18px;}

footer form textarea:focus {
   border: 1px solid #ffffff;
   outline: none;
}

footer button {
    width: 262px;
    height: 44px;
    background-color: #fff;
    border: none;
    color: #777;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 50px;
}

footer button:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    transition: 0.5s;
    color: #fff;
}

footer button:active,footer button:focus {
    outline: none;
}

.checkbox {
    margin-top: 18px;    
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    cursor: pointer;
}

.checkbox i {
    margin-right: 3px;
}
footer .footer-logo{
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
footer .footer-logo img{
    width: 200px;
}
footer .footer-logo .logo{
  text-align: center;
}
footer ul{
  padding-left: 0;
}
/*--------------------*/

/*-----head-contact-------*/
.head-contact {
    position: relative;
    width: 100%;
    height: 300px;    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.head-contact::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.head-contact h1 {
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 130px;
    margin-bottom: 20px;
    z-index: 2;
}
.head-contact a:hover {
    background-color: #67923d;
    transition: .3s;
    text-decoration: none;
}
.head-contact button:focus,.head-remont button:active{
    outline: none;
}
.breadcrumb {
    width: 100%;
    height: 44px;
    background-color: #f3f3f3;
    margin-bottom: 0px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 9;
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 0;
}
.breadcrumb ul li {
    list-style: none;
    float: left;
    color: #777;    
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    color: #036647;
}
/*------------------------*/

/*-------catalog-wrap-----*/
/*@media (min-width: 1200px){
  .catalog-wrap .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px){
  .catalog-wrap .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px){
  .catalog-wrap .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}*/
.nav-right{
  padding: 0;  
  border-bottom: 1px solid #dae2e6;
}
.nav-right .left-nav{
  top: 0;
}
.nav-right .left-nav-title{
  background-color: #306647;
  color: #fff;
}
.sidebar-form {
    padding: 0 0 11px 0;
    border-bottom: 1px solid #dae2e6;
    width: 100%;
    box-shadow: 1px 1px 4px rgb(30 30 30 / 30%);
    background-color: #ffffff;
    margin-top: 30px;
    text-align: center;
}
.sidebar-form h4{
  background-color: #306647;
  padding: 17px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.sidebar-form p{
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 11px 5px;
}
.sidebar-form form input, 
.sidebar-form form input:focus{
  width: 100%;
  height: 44px;
  border: 1px solid #777;
  margin-bottom: 13px;
  outline: none;
  background-color: transparent;
  color: #777;
  padding: 10px;
  border-radius: 50px;
  padding: 0 14px;
}
.sidebar-form input[type="text"] {    
    color: #ccc;
}
.sidebar-form ::-webkit-input-placeholder { /* WebKit browsers */
   color: #ccc;
}
.sidebar-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ccc;
}
.sidebar-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ccc;
}
.sidebar-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #ccc;
}
.sidebar-form form {
  padding: 0 5px;
}
.sidebar-form button{
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  height: 48px;
  padding: 0 55px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;   
  align-items: center;
  position: relative;
  transition: all .3s;
  background-color: #036647;
  border: 1px solid #036647;
  z-index: 3;
}
.sidebar-form button:hover{
  background-color: #fff;
  color: #036647;
  border: 1px solid #fff;
}

.catalog-wrap form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.catalog-wrap .d1 {
  background: #fff;
  margin-bottom: 30px;
}
.catalog-wrap .d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #036647;  
  outline: none;
  background: #fff;
  color: #036647;
}
.catalog-wrap .d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #036647;  
  cursor: pointer;
}
.catalog-wrap .d1 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
}
.catalog-wrap .service-item-head h3{
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.catalog-wrap .service-item-head {
    text-align: center;
    margin-top: 9px;
}
.catalog-wrap .service-item{
  background-color: #f8f8f8;
}
.catalog-wrap .service-item:hover{
  background-color: #fff;
}
.catalog-wrap .perf-img{
  display: block;
  width: 100%;
  text-align: center;
}
.catalog-wrap .perf-img img{
  width: 100%;
}
.catalog-wrap .perf-item{
  margin-bottom: 30px;
}

.catalog-wrap .pagination > li:first-child > a,
.catalog-wrap .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.catalog-wrap .pagination > li:last-child > a,
.catalog-wrap .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.catalog-wrap .pagination > .active > a,
.catalog-wrap .pagination > .active > span,
.catalog-wrap .pagination > .active > a:hover,
.catalog-wrap .pagination > .active > span:hover,
.catalog-wrap .pagination > .active > a:focus,
.catalog-wrap .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #036647;
    border-color: #036647;
}
.catalog-wrap .pagination > li > a,
.catalog-wrap .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.4;
    color: #036647 !important;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #036647;
    margin: 5px;
}
.catalog-wrap .pagination > li > a:hover,
.catalog-wrap .pagination > li > span:hover,
.catalog-wrap .pagination > li > a:focus,
.catalog-wrap .pagination > li > span:focus {
    color: #fff !important;
    background-color: #036647;
    border-color: #036647;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.catalog-wrap .pagination li.active a { color: #fff !important }
.catalog-wrap .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.catalog-wrap .pagination > li {
    display: inline;
}
.catalog-wrap .text-center{
  text-align: center;
}
.catalog-wrap .pagination li a{
 width: auto;
}

.pr-text-cat h4{
  font-size: 16px;
  color: #036647;
  line-height: 1.2;
}
/*------------------------*/

/*----product-gallery---*/
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
h2.resp-accordion {
    padding: 10px 15px;
    margin: 10px 0;
    cursor: pointer;   
    display: none;
}
.resp-accordion-active {
   display: block;
}
.resp-tab-content {
    display: none;
}
.facts {border: 1px solid #dae2e6;}

.facts img {
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.resp-tab-item{
  border: 1px solid #dae2e6;
  cursor: pointer;
  padding:0;
  display: inline-block;
  text-align: center;
  list-style: none;
  float: left;
  width: 24.25%;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right:1%;
    margin-top:1%;
    margin-bottom:1%;
}
.resp-tab-item:nth-child(4) {margin-right: 0;}
.resp-tab-item img {height: 80px;display: block;margin: 0 auto;}
.about-wrap-sec .resp-tab-item:nth-child(4){
  margin:0;
}
.big {
    position: relative;
    transform: scale(1.5);
    z-index: 999999;
    box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}
ul.resp-tabs-list{
  padding-left: 0;
}
.tovar-name h2{
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.tovar-img{
  display: inline;
}
.tovar-img img{
  width: 50px;
}
.tovar-text-wrap{
  display: inline-block;
  margin-left: 10px;
}
.tovar-wrap{
  margin-top: 44px;
}
/*------------------------*/

/*-------tovar-descr------*/
.tovar-descr {
  margin-top: 30px;
}
.tovar-descr .tabs {
  font-size: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tovar-descr .tabs>input[type="radio"] {
  display: none;
}
.tovar-descr .tabs>div { 
  display: none;
  border: 1px solid #dae2e6;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
}
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}
.tovar-descr .tabs>label {
  display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f3f3f3;
    color: #036647;
    border: 1px solid #dae2e6;
    padding: 7px 36px;
    font-size: 18px;
    line-height: 1.2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-weight: 800;
}
.tovar-descr .tabs>label:not(:first-of-type) {
  border-left: none;
}
.tovar-descr .tabs>input[type="radio"]:checked+label {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
.table thead th {
    vertical-align: bottom;
    text-align: left;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #092b5b;
    text-align: left;
    font-size: 14px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.other-tovar{
  margin-top: 60px;
}
.tovar-text-wrap p{
  line-height: 1.2;
}

.tovar-text-btn{
  text-align: left;
  margin-top: 14px;
}
.tovar-text-btn a span {
    font-size: 14px;
    border-bottom: none;
    font-family: "RobotoRegular", sans-serif;
    font-weight: 800;
}
.tovar-text-btn .button-wr{
    display: inline-flex;
    height: 42px;
    padding: 10px 32px 10px 32px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #036647;
    border: 1px solid #036647;    
    z-index: 3;
}
.tovar-text-btn .button-primary {
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
    height: 48px;    
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;   
    text-transform: uppercase;
}
.tovar-text-btn .button-wr:hover{
  background-color: #fff;
  color: #036647;
  border: 1px solid #fff;
}
/*------------------------*/

/*-----contact-page--------*/
.form-cont {
    position: relative;
    width: 360px;
    height: 460px;
    box-shadow: 1px 1px 4px rgba(30, 30, 30, 0.3);
    background-color: #f8f8f8;
    margin-bottom: 50px;
}
.contacts-page{
  padding-bottom: 10px;
}
.form-cont h4 {
    position: absolute;
    font-size: 18px;
    color: #036647;
    line-height: 1.2;
    line-height: 17.96px;
    margin: 30px 0 0px 22px;
}

.form-cont ul {
    position: absolute;
    margin-top: 70px;
    padding-left: 0;
}

.form-cont ul li {
    list-style: none;
    margin-bottom: 25px;
    display: flex;
}

.form-cont ul li p {
    width: 237px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
}
    
.form-cont ul li i {
    margin-left: 21px;
    margin-right: 18px;
    font-size: 16px;
    color: #036647;    
    padding: 4px 12px 0px;
}

.form-cont ul li:nth-child(4) i {
    padding: 8px 12px;
}

.cont-h4 {
    font-size: 18px;
    color: #036647;
    font-weight: 800;
    line-height: 18px;
    margin-bottom: 14px;
}

.cont-h4-line {
    width: 750px;
    height: 1px;
    background-color: #092b5b;
    margin-bottom: 34px;
}

.form-cont-right {
    width: 750px;
}

.form-cont-right input {
    margin-bottom: 30px;
    width: 750px;
    height: 40px;
    border: 1px solid #dae2e6;
    outline: none;
    padding: 0 14px;
    color: #dcdcdc;
}

.form-cont-right input:focus {
    border: 1px solid #dcdcdc;
}

.form-cont-right input:nth-child(2){
    width: 360px;
    margin-right: 25px;
}

.form-cont-right input:nth-child(3){
    width: 360px;
}

.form-cont-right input::-webkit-input-placeholder {color: #dcdcdc; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.35px; margin: 14px 0 16px 10px;}
.form-cont-right input::-moz-placeholder          {color: #dcdcdc; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.35px;}/* Firefox 19+ */
.form-cont-right input:-moz-placeholder           {color: #dcdcdc;  font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.35px;}/* Firefox 18- */
.form-cont-right input:-ms-input-placeholder      {color: #dcdcdc; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.35px;}

.form-cont-right textarea {
    width: 750px;
    height: 121px;
    border: 1px solid #dae2e6;
    margin: 0;
    color: #dcdcdc;
    outline: none;
    padding: 14px;
}

.cont-button {
    width: 165px;
    height: 40px;
    background-color: #036647;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 15px;
    border-radius:20px;
}
.cont-button:hover{
  opacity: .8;
}

/*-------------------------*/

/*-------about-page-wrap----*/
.about-page-wrap-text p{
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  margin-top: 0;
}
/*--------------------------*/

/*--------Scroll----------*/

.top {
  position: fixed;
  bottom: 38px;
  right: -120px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  cursor: pointer;
  background-color: #000;
  text-align: center;
  opacity: .4;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
}

.top:hover {
  background-color: #000;
  opacity: 1;
}

.top:active {
  right: 20px;
}

.top.active {
  right: 10px;
}

.top .fa {
  font-size: 14px;
  margin-top: 14px;
}


/*------------------------*/

/*-------ReSite-----------*/
  .footer-bottom {
    background: #090909;   
    color: #424242;
    padding: 12px 0px;
  }
  .footer-bottom .logo-sign{
    text-align: right;
    display: block;
    width: 100%;
  }
  .footer-bottom .logo-sign img{
    width: 75px;
  }
  .footer-bottom .logo-sign {
    color: #7b7b7b;
    font-size: 12px;
  }
  .footer-bottom .logo-sign p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-bottom .row {
    margin-bottom: 0px;
  }
  @media only screen and (max-width : 767px){
    .footer-bottom .logo-sign {
        color: #7b7b7b;
        font-size: 12px;
        margin: 5px 0;
    }
  }
/*-------End ReSite-----------*/