@charset "UTF-8";
html {
  font-size: 16px; }

body {
  min-height: 100%;
  background: url(/app/img/bg.png);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45; }

p {
  margin-bottom: 1.3rem; }

table { width: 100%}
  td, th {
        border: 1px solid #008f3e;
        padding: 10px;
        text-align: left;
font-size: 1rem;
      }
  th {
        text-align: center;
        padding: 10px;
        background-color: #008f3e;
        color: #fff;
font-size: 1rem;
      }
  tr:hover { background-color: rgba(0, 143, 62, 0.1); }

h1, h2, h3, h4 {
  margin: 1.414rem 0 0.5rem;
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  margin-top: 0;
  font-size: 2.074rem; }

h2 {
  font-size: 1.728rem;
  font-size: 1.228rem;
  font-weight: bold;
  color: #008f3e; }

h3 {
  font-size: 1.44rem; }

h4 {
  font-size: 1.2rem; }

small, .font_small {
  font-size: 0.833rem; }

.big-phone {
  margin-bottom: .5rem;
  color: #008f3e; }

.small-phone {
  font-size: 1rem; }

blockquote {
  border-left: 5px solid #008f3e;
  background: rgba(0, 143, 62, 0.1);
  font-style: oblique;
  padding: 10px 20px; }
  @media (min-width: 500px) {
    blockquote {
      padding: 10px 50px; } }

.page-wrapper {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  max-width: 1170px;
  margin: 0 auto; }

.top-nav {
  background: #008f3e;
  padding: 1rem;
  text-align: center;
  border-bottom: 8px solid #920b00;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.top-nav__link {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  margin: 0 .5rem;
  margin-bottom: .5rem;
  cursor: pointer; }
  @media (min-width: 500px) {
    .top-nav__link {
      margin-bottom: 0; } }
.top-nav__link:hover, .top-nav__link:active, .top-nav__link:focus {
    color: #ffff00;
    text-decoration: none; }

@media (max-width: 767px) {
  .top-nav a[data-mobile-hidden="1"] {
    display: none;
  }

  .top-nav-service a[data-mobile-hidden="1"],
  .services a[data-mobile-hidden="1"] {
    display: none;
  }

  .top-nav--hide-license-mobile a[href="/licenziya.html"],
  .top-nav--hide-license-mobile a[href="licenziya.html"] {
    display: none;
  }
}

.top-nav__link--hamburger:before {
  font-family: 'Glyphicons Halflings';
  content: "\e236";
  position: absolute;
  left: -1.1rem;
  font-size: .8rem;
  top: .2rem;
  color: rgba(255, 255, 255, 0.5); }

.head-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 767px) {
    .head-block {
      padding: 2rem;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center; } }

.head-block__logo {
  text-align: center;
  display: block;
  padding-bottom: 1rem; }
  .head-block__logo img {
    width: 80%; }
  @media (min-width: 400px) {
    .head-block__logo img {
      width: auto; } }


a.logo {
	height: 90px;
	width: 305px;
	display: block;
	background: url(/app/img/logo.svg) no-repeat center;
	text-decoration: none;
	text-indent: -9999px;
	border-bottom: 0px;
	&:hover {border-bottom: 0px;}
}



.head-block__text {
  font-style: italic;
  text-align: center;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  padding: .5rem 1rem;
  display: none; }
  @media (min-width: 900px) {
    .head-block__text {
      display: block; } }

.head-block__contacts {
  text-align: center; }
  @media (min-width: 767px) {
    .head-block__contacts {
      -webkit-flex: 0 0 250px;
      -ms-flex: 0 0 250px;
      flex: 0 0 250px; } }

.top-contacts__free {
  font-size: .7rem;
  display: block; }

.top-contacts__phone {
  font-size: 1.8rem;
  display: block;
  color: #000; }
  .top-contacts__phone:hover, .top-contacts__phone:focus, .top-contacts__phone:active {
    text-decoration: none;
    color: #000; }

.top-contacts__link {
  color: #920b00;
  border-bottom: 1px solid rgba(146, 11, 0, 0.8); }
  .top-contacts__link:hover, .top-contacts__link:focus, .top-contacts__link:active {
    text-decoration: none;
    color: #ff3c2c;
    border-bottom: 1px solid #ff3c2c; }

.features {
  background: url(/app/img/mainpic.jpg) left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  min-height: 300px;
  background-position: -2rem; }
  @media (min-width: 769px) {
    .features {
      background-position: 0; } }

.features__item {
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: .5rem;
  padding: 1rem;
  color: #fff;
  border-left: 4px solid #920b00; }
  .features__item strong {
    display: block;
    font-size: 1.4rem; }

.member {
  background: #ECF5F0;
  text-align: center;
  padding: 1.4rem; }

.member-nav {
  text-align: center;
  border-bottom: 8px solid #920b00;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.licence {
  background: #e5f4eb;
  text-align: center;
  padding: 0.5rem; }

.licence__link {
  color: #000;
  font-size: 1.2rem;
  display: inline-block; }
  .licence__link:hover, .licence__link:focus, .licence__link:active {
    text-decoration: none;
    color: #920b00; }

.white__link {
  color: #ffffff;
  font-size: 1rem;
  display: inline-block; }
  .white__link:hover, .white__link:focus, .white__link:active {
    text-decoration: none;
    color: #FBF9D3; }

.services {
  background: url(/app/img/med_cup.svg), linear-gradient(to right, #008f3e, #008f3e);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 2rem 0; }

.services__title--h2 {
  margin: 1rem 2rem 2rem;
  color: #fff; }
  @media (min-height: 767px) {
    .services__title--h2 {
      margin: 1rem 2rem 2rem; } }

.services__title--h3 {
  color: #fff; }

.services__block > a,
.services__block > a:hover,
.services__block > a:focus,
.services__block > a:active {
  color: #fff;
  text-decoration-color: #fff;
}

.services__block > a:hover .services__title--h3,
.services__block > a:focus .services__title--h3,
.services__block > a:active .services__title--h3 {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}

.services__title--left {
  text-align: right; }

.services__block {
  margin: 1rem 2rem 2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-top: 3px solid #920b00;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.05); }
  @media (min-height: 767px) {
    .services__block {
      margin: 1rem 2rem 2rem; } }

.services__list {
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 0; }
  .services__list li {
    margin-bottom: .5rem; }
  .services__list a {
    color: #fff;
    font-size: 1rem;
    line-height: 1rem; }

.top-nav-service {
  background: rgba(0, 143, 62, 0.1);
  padding: 1rem 2rem;
  display: none; }

.top-nav-service--hide {
  display: none; }

.top-nav-service--show {
  display: block; }

.top-nav-service__title--h2 {
  font-size: 1rem;
  text-align: center; }

.top-nav-service__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.top-nav-service__block {
  border: 1px solid rgba(0, 143, 62, 0.2);
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 500px) {
    .top-nav-service__block {
      width: 45%; } }

.top-nav-service__title--h3 {
  color: #008f3e;
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: bold; }

.top-nav-service__block > a,
.top-nav-service__block > a:hover,
.top-nav-service__block > a:focus,
.top-nav-service__block > a:active {
  color: #008f3e;
  text-decoration-color: #008f3e;
}

.top-nav-service__block > a:hover .top-nav-service__title--h3,
.top-nav-service__block > a:focus .top-nav-service__title--h3,
.top-nav-service__block > a:active .top-nav-service__title--h3 {
  color: #008f3e;
  text-decoration: underline;
  text-decoration-color: #008f3e;
}

.top-nav-service__list {
  font-size: 1rem;
  margin: 0;
  padding: 0; }
  .top-nav-service__list li {
    font-size: 1rem;
    list-style: none;
    padding: 0;
    margin: 0; }
  .top-nav-service__list a {
    font-size: .8rem;
    color: #008f3e; }

@media (max-width: 767px) {
  .top-nav-service__title--h2,
  .top-nav-service__title--h3,
  .top-nav-service__list li,
  .top-nav-service__list a {
    line-height: 1.8;
  }

  .top-nav-service__title--h2,
  .top-nav-service__title--h3,
  .top-nav-service__list li {
    font-size: 1.3rem;
  }

  .top-nav-service__list a {
    font-size: 1.04rem;
  }
}

.waranty__wprapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  @media (min-width: 760px) {
    .waranty__wprapper {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.waranty__image {
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/app/img/waranty.jpg);
  background-size: cover;
  background-position: top;
  min-height: 15rem; }

.waranty__text {
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  background: linear-gradient(to right, rgba(0, 143, 62, 0.2), rgba(0, 143, 62, 0.2)), url(/app/img/grey.png);
  padding: 2rem 2rem;
  font-size: 1.2rem;
  min-height: 20rem; }
  @media (min-width: 700px) {
    .waranty__text {
      min-height: 15rem; } }
  .waranty__text h2 {
    font-weight: bold; }

.waranty__title {
  background: #ffff00;
  display: inline-block;
  padding: 1rem;
  font-size: 1.4rem; }






.gemma__wprapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  @media (min-width: 760px) {
    .gemma__wprapper {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.gemma__image {
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/app/img/gemma.jpg);
  background-size: cover;
  background-position: top;
  min-height: 10rem; }

.gemma__text {
  -webkit-flex: 0 1 51%;
  -ms-flex: 0 1 51%;
  flex: 0 1 51%;
  background: linear-gradient(to right, #2A1507, #DCA66C);
  padding: 2rem 2rem;
  font-size: 1 rem;
  min-height: 10rem;
  color: #ffffff;}
  @media (min-width: 700px) {
    .gemma__text {
      min-height: 15rem; 
      color: #ffffff;} }
  .gemma__text h2 {
    font-weight: bold; 
    color: #ffffff;}

.gemma__title {
  background: #ffff00;
  display: inline-block;
  padding: 1rem;
  font-size: 1.4rem;
color: #ffffff;
	}



.pest__wprapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  @media (min-width: 760px) {
    .pest__wprapper {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.pest__image {
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/assets/images/pestcontrol2.jpg);
  background-size: cover;
  background-position: top;
  min-height: 10rem; }

.pest__text {
  -webkit-flex: 0 1 51%;
  -ms-flex: 0 1 51%;
  flex: 0 1 51%;
  background: linear-gradient(to right, #8d050b, #93291E);
  padding: 2rem 2rem;
  font-size: 1 rem;
  min-height: 10rem;
  color: #ffffff;}
  @media (min-width: 700px) {
    .pest__text {
      min-height: 15rem; 
      color: #ffffff;} }
  .pest__text h2 {
    font-weight: bold; 
    color: #ffffff;}

.pest__title {
  background: #ffff00;
  display: inline-block;
  padding: 1rem;
  font-size: 1.4rem;
color: #ffffff;
	}

.tomsk__image {
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/assets/images/tomsk.jpg);
  background-size: cover;
  background-position: top;
  min-height: 10rem; }

.tomsk__text {
  -webkit-flex: 0 1 51%;
  -ms-flex: 0 1 51%;
  flex: 0 1 51%;
  background: linear-gradient(to right, #0184fa, #0184fa);
  padding: 2rem 2rem;
  font-size: 1 rem;
  min-height: 10rem;
  color: #ffffff;}
  @media (min-width: 700px) {
    .pest__text {
      min-height: 15rem; 
      color: #ffffff;} }
  .pest__text h2 {
    font-weight: bold; 
    color: #ffffff;}

.tomsk__title {
  background: #0184fa;
  display: inline-block;
  padding: 1rem;
  font-size: 1.4rem;
color: #ffffff;
	}




.clients__header {
  text-align: center; }

.clients__wrapper {
  padding: 0 0rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media (min-width: 700px) {
    .clients__wrapper {
      padding: 0 2rem; } }

.clients__item {
  display: block;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: .8rem;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 700px) {
    .clients__item {
      white-space: normal;
      font-size: 1rem;
      -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      border: 0px solid rgba(0, 143, 62, 0.2); } }
  .clients__item img {
    width: 100%; }
  .clients__item figcaption {
    color: #008f3e; }

.offices {
  background: linear-gradient(to right, rgba(146, 11, 0, 0.1), rgba(146, 11, 0, 0.1)), url(/app/img/grey.png);
  padding-bottom: 2rem;
  text-align: center; }

.offices__header {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 4px solid #920b00;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: inline-block; }

.offices__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.offices__item {
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  padding-left: 4rem; }
  @media (min-width: 767px) {
    .offices__item {
      padding-left: 5rem; } }

.offices__marker {
  position: absolute;
  left: 1rem; }
  @media (min-width: 767px) {
    .offices__marker {
      left: 2rem; } }

.offices__city {
  font-weight: bold; }

.offices__phone {
  text-align: center; }
  .offices__phone span {
    font-size: .7rem;
    display: block; }
  .offices__phone strong {
    font-size: 1.8rem; }

.licences {
  background: linear-gradient(to right, rgba(0, 143, 62, 0.7), rgba(0, 143, 62, 0.7)), url(/app/img/grey.png);
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center; }

.licences__header {
  text-align: center;
  display: inline-block;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 4px solid #920b00; }

.licences__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 0 2rem; }
  @media (min-width: 850px) {
    .licences__wrapper {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.licences__images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 500px) {
    .licences__images {
      -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
      flex: 0 0 400px; } }
  .licences__images .licences__img {
    width: 90%; }

.licences__text {
  padding: 2rem 0;
  font-size: 1rem;
  color: #fff;
  text-align: left; }
  @media (min-width: 850px) {
    .licences__text {
      padding: 0 2rem;
      font-size: 1.3rem; } }

.prefooter {
  display: inline-block;
  text-align: center;
  padding: 1rem 0 1rem 0; 
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
.prefooter__images .prefooter__img {
    width: 55%; }
}

.footer {
  padding: 2rem; }
  @media (min-width: 600px) {
    .footer {
  background: #e5f4eb;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.footer__left {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 600px) {
    .footer__left {
      text-align: left; } }

.footer__center {
  text-align: center;
  margin-bottom: 1rem; }

.footer__right {
  text-align: center; }
  @media (min-width: 600px) {
    .footer__right {
      text-align: right; } }

.footer_copy {
  display: block;
  font-size: 1rem;
  }

.footer__link {
  display: block;
  color: #008f3e; }
  .footer__link:hover, .footer__link:active, .footer__link:focus {
    color: #920b00; }

.footer__title {
  font-size: .8rem; }

.footer__phone {
  color: #008f3e;
  font-size: 1.8rem; }

.footer__email {
  display: block;
  font-size: 1rem;
  color: #008f3e; }
  .footer__email:hover, .footer__email:active, .footer__email:focus {
    color: #920b00; }

.footer__contacts {
  display: block;
  color: #008f3e; }
  .footer__contacts:hover, .footer__contacts:active, .footer__contacts:focus {
    color: #920b00; }

.breadcrumbs {
  padding: 1rem 2rem;
  background: rgba(0, 143, 62, 0.07); }

.breadcrumbs__link {
  color: #008f3e;
  margin-right: 2rem;
  position: relative;
  display: inline-block; }
  .breadcrumbs__link:hover {
    color: #008f3e; }
  .breadcrumbs__link:after {
    position: absolute;
    right: -1.4rem;
    content: ' →'; }
  .breadcrumbs__link:last-child:after {
    content: ''; }

.content__wrapper {
  padding: 0 2rem 2rem 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 800px) {
    .content__wrapper {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.content-body {
  padding: 1rem 1rem 1rem 0;
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }
  @media (min-width: 800px) {
    .content-body {
      margin-bottom: 4rem; } }
  .content-body a {
    color: #008f3e; }
    .content-body a:hover, .content-body a:active, .content-body a:focus {
      color: #00c254; }

.text-header--content {
  margin-bottom: 1.4rem; }



.sub-nav {
  padding: 1rem 0 0 0px;
  -webkit-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  flex: 1 0 270px; }

.sub-nav__title {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 2rem; }

.sub-nav__list {
  background: rgba(0, 143, 62, 0.1);
  padding: 1rem 1rem 1rem 1.5rem;
  display: inline-block;
  list-style: none;
  border-radius: .3rem; }

.sub-nav__list-item {
  display: block;
  margin-right: 2rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 1.2rem; }
  .sub-nav__list-item a {
    color: #008f3e; }

.sub-nav__list-item--active {
  position: relative; }

.sub-nav__list-item--active:before {
  content: "► ";
  position: absolute;
  font-size: .8rem;
  left: -1rem;
  color: rgba(0, 0, 0, 0.4); }

.top-contacts__callback,
.btn_form,
input.btn_form,
button.btn_form {
  background: linear-gradient(to bottom, #b3170a 0%, #920b00 58%, #7d0900 100%);
  border: 1px solid #7b0900;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 0;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.top-contacts__callback:hover,
.top-contacts__callback:focus,
.btn_form:hover,
.btn_form:focus,
input.btn_form:hover,
input.btn_form:focus,
button.btn_form:hover,
button.btn_form:focus {
  background: linear-gradient(to bottom, #bf1a0c 0%, #9e1002 58%, #870900 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 3px 8px rgba(0, 0, 0, 0.18);
  color: white;
  text-decoration: none;
}

.top-contacts__callback:active,
.btn_form:active,
input.btn_form:active,
button.btn_form:active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.18), 0 1px 4px rgba(0, 0, 0, 0.14);
}

.content .center > .top-contacts__callback {
  width: 450px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content input.btn_form:not(.feedback-modal-submit),
.content button.btn_form:not(.feedback-modal-submit) {
  display: block;
  width: 450px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-contacts__form {
  display: none;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  border: 3px solid #920b00;
  margin-top: 5px;
  color: #000000;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  width: 250px;
}

.top-contacts__thank {
  font-size: 20px;
  font-weight: bold;
  color: #008f3e;
}

.feedback-modal-body {
  padding-top: 22px;
  padding-bottom: 14px;
}

.feedback-modal-error {
  margin: 0 0 12px;
  color: #900;
  font-size: .95rem;
}

.feedback-modal-row {
  margin-bottom: 16px;
}

.feedback-modal-body .form-control,
.feedback-modal-body .form-control::placeholder {
  font-size: 1rem;
}

.feedback-modal-footer {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 18px;
}

.feedback-modal-submit {
  border: none;
  display: block;
  width: 100%;
  max-width: 360px;
  min-height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
}

.feedback-modal-consent-row {
  margin-top: 6px;
  margin-bottom: 0;
}

.privacy-consent-wrap {
  margin: 12px auto 14px;
}

.privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #606060;
  font-size: .95rem;
  line-height: 1.5;
  font-weight: normal;
}

.privacy-consent input[type="checkbox"] {
  margin-top: 1px;
  flex: 0 0 auto;
}

.feedback-modal-consent-row .privacy-consent input[type="checkbox"] {
  transform: scale(1.45);
  transform-origin: top left;
}

.privacy-consent a {
  color: #008f3e;
  text-decoration: underline;
}

.privacy-consent--compact {
  font-size: .85rem;
  margin: 10px 0 14px;
}

@media (max-width: 767px) {
  .content .form-control,
  .content .form-control::placeholder {
    font-size: 16px;
  }

  .content .center > .top-contacts__callback {
    width: 100% !important;
  }

  .content input.btn_form:not(.feedback-modal-submit),
  .content button.btn_form:not(.feedback-modal-submit) {
    width: 100% !important;
  }

  #myModal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }

  #myModal .modal-dialog {
    width: 100%;
    margin: 0 auto;
  }
}

.eFormInitContainer {
  display: none;
}

.btn_form {
  color: #ffffff;
  background-color: #920b00;
  border-color: #7b0900;
}

.top-form_input {
  width: 80%;
  height: 34px;
  margin: 8px auto 0 auto;
  padding: 6px 5px 0 5px;
  text-align:center
}

.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:0px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.head-block__city {
  position: absolute;
  top: 10px;
  left: 125px;
  width: 180px;
  background: none;
}
@media (min-width: 767px) {
.head-block__city {
  top: 35px;
  left: 140px;
}
}
.head-block__city span {
  color: #008f3e;
  border-bottom: 1px dashed #008f3e;
}
.head-block__city:hover .head-block__cities {
  display: block;
}

.head-block__current {
  text-align: right;
}
.head-block__cities {
  display: none;
  position: absolute;
  margin-top: -30px;
  margin-left: 30px;
  background: rgba(255,255,255,.97);
  padding: 10px 15px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  border: 1px solid #f0f0f0;
}

.head-block__cities a {
  color: #008f3e;
  white-space: nowrap;
  display: block;
}
.errors {
  clear: both;
}
.successsend {
  padding:30px 10px;
  font-weight: bold;
  clear: both;
}

@media (max-width: 766px) {
  .head-block {
    padding-top: calc(1rem + 25px);
    align-items: center;
    text-align: center;
  }

  .head-block__city {
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 305px;
  }

  .head-block__current {
    text-align: left;
    padding-left: 96px;
  }

  .head-block__cities {
    margin-left: 96px;
  }

  a.logo {
    margin: 0 auto 1rem;
    background-position: center center;
  }

  .head-block__contacts {
    width: 100%;
  }

  .features {
    background-image: url(/app/img/mainpic-mobile.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.cookie-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: min(280px, calc(100vw - 48px));
  padding: 14px 14px 12px;
  border: 1px solid rgba(0, 143, 62, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  display: none;
}

.cookie-notice.is-visible {
  display: block;
}

.cookie-notice__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.cookie-notice__close:hover,
.cookie-notice__close:focus {
  color: #202020;
  outline: none;
}

.cookie-notice__content {
  margin: 0 0 10px;
  padding-right: 10px;
  color: #4f5a63;
  font-size: 9.8px;
  line-height: 1.45;
}

.cookie-notice__content p {
  margin: 0;
}

.cookie-notice__content a {
  color: #008f3e;
  text-decoration: underline;
}

.cookie-notice__accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  border: 1px solid #7b0900;
  border-radius: 8px;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #b3170a 0%, #920b00 58%, #7d0900 100%);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 6px rgba(0, 0, 0, 0.16);
}

.cookie-notice__accept:hover,
.cookie-notice__accept:focus {
  background: linear-gradient(to bottom, #bf1a0c 0%, #9e1002 58%, #870900 100%);
  color: #fff;
  text-decoration: none;
  outline: none;
}

@media (max-width: 767px) {
  .cookie-notice {
    display: none !important;
  }
}
