@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#page {
  position: relative;
  min-height: 100%; }

* html #page {
  height: 100%; }

a, img {
  outline: none; }

* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px; }

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both; }

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input::-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Scss Document */
.text img {
  /*max-width: 100% !important;*/
  height: auto !important; }

.text ul {
  margin-bottom: 25px;
  list-style-type: square;
  list-style-position: inside; }

.text ul ul {
  margin-top: 25px;
  margin-left: 15px; }

.text ol {
  margin-bottom: 25px;
  margin-left: 0px;
  list-style-position: inside; }

.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square; }

.text li + li {
  margin-top: 5px; }

.text p {
  margin-bottom: 25px; }
  .text p:last-child {
    margin-bottom: 0; }

.text table {
  margin-bottom: 25px;
  background-color: rgba(204, 204, 204, 0.37);
  border-collapse: collapse;
  width: 100%; }
  .text table tr:nth-child(2n+2) {
    background-color: rgba(238, 238, 238, 0.42); }
  .text table tr:hover {
    background-color: rgba(238, 238, 238, 0.8); }
  .text table th {
    background-color: #30A2D9;
    padding: 15px 10px;
    color: #fff;
    border: 1px solid #fff; }
    .text table th p {
      margin-bottom: 0; }
  .text table td {
    padding: 10px;
    border: 1px solid #fff; }
    .text table td p {
      margin-bottom: 0; }

.text blockquote {
  margin-bottom: 25px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px; }

.text blockquote p {
  margin-bottom: 0px; }

.ac_item .text table {
  max-width: 600px;
  margin-bottom: 0; }

body {
  color: #222;
  font-family: Arial;
  font-size: 14px;
  padding-top: 46px; 
  background: url('../images/fon.png') #fff;
  }

#mobile_panel {
  display: none; }

.wrap {
  max-width: 1280px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
    padding: 0 15px;
	background: #fff;}

.bg_w {
  background-color: #fff; }

#top_panel {
  background-color: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6; }
  #top_panel .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	background: transparent;	}
  #top_panel ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #top_panel li {
    display: block;
    border-right: 1px solid #272727; }
    #top_panel li a {
      display: block;
      padding: 15px 30px;
      color: #fff;
      text-decoration: none;
      font-family: "Exo 2", sans-serif;
      font-size: 16px;
      line-height: 1;
      font-weight: 500; }
      #top_panel li a:hover {
        background-color: #2f2f2f; }
  #top_panel .color_1 a {
    background-color: #017a26;
    color: #fff; }

header .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px; }

header .logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  margin-right: 20px; }
  header .logo img {
    display: block;
    width: auto;
    margin-right: 10px;
    height: 100px; }
  header .logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #222;
    font-size: 30px;
    font-weight: 900;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase; }
    header .logo a small {
      text-transform: none;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    header .logo a:hover {
      color: #017a26; }

header .flx_head {
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

header img {
  display: block; }

.head_right {
  text-align: right; }

.slogan {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Exo 2", sans-serif;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-shadow: 1px 1px 1px #ccc; }
  .slogan span {
    display: block;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 45px;
    font-weight: 900;
    line-height: 1; }

.adres {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 2px; }

.phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .phone a {
    font-family: "Exo 2", sans-serif;
    font-weight: 900;
    color: #222;
    text-decoration: none;
    font-size: 25px;
    line-height: 1; }
  .phone img {
    display: block;
    width: 25px;
    height: auto;
    margin-right: 10px;
    display: none; }

.flx_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

#col_right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden; }

aside {
  width: 300px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.nav_category {
  background-color: #017a26;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .nav_category li {
    display: block; }
    .nav_category li:nth-child(1n+2) {
      border-top: 1px solid #018429; }
  .nav_category a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    line-height: 1;
    font-family: "Exo 2", sans-serif; }
    .nav_category a:hover {
      background-color: #018429; }

.nav_mark li {
  display: block;
  margin-bottom: 5px; }
  .nav_mark li:last-child {
    margin-bottom: 0; }

.nav_mark a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-family: "Exo 2", sans-serif;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }
  .nav_mark a:hover {
    color: #017a26; }

.nav_mark small {
  font-size: 16px;
  margin-right: 5px; }

.nav_mark span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  margin-right: 15px; }

.nav_mark img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

#slider {
  margin-bottom: 20px;
  background-color: #ccc;
  padding-top: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  top: -2px; }

#slider_nav {
  position: relative; }

.slick-current .goj {
  background-color: #017a26;
  color: #fff; }

.goj {
  background-color: #ccc;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 5px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.box_sl {
  position: relative; }
  .box_sl img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .box_sl dl {
    position: absolute;
    top: 50%;
    left: 20px;
    background-color: rgba(1, 122, 38, 0.71);
    padding: 30px;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 600px; }
  .box_sl dt {
    font-weight: bold;
    font-family: "Exo 2", sans-serif;
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px; }
  .box_sl dd {
    font-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
    .box_sl dd:last-child {
      margin-bottom: 0; }

.pad_all {
  margin-bottom: 20px; }

.box_rew .txt {
  background-color: #017a26;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  line-height: 1.4; }

.box_rew .avtor {
  margin-top: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 600; }

.btn {
  background-color: #222;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 25px;
  letter-spacing: 1px;
  cursor: pointer; }
  .btn:hover {
    background-color: #2f2f2f; }

.name_s {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 25px; }
  .name_s:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #017a26;
    position: absolute;
    top: 50%;
    left: 0; }
  .name_s p,
  .name_s .flx_name {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .name_s b,
  .name_s h1 {
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
    z-index: 2;
    font-size: 30px;
    padding-right: 20px; }
  .name_s span {
    color: #017a26; }

.advans {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  .advans .item_advans {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 32%;
    background-color: rgba(204, 204, 204, 0.22);
    padding: 15px;
    margin-bottom: 2%;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .advans .more {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .advans .more a {
      display: block;
      background-color: #333;
      color: #fff;
      text-decoration: none;
      padding: 10px 25px;
      font-family: "Exo 2", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .advans .more a:hover {
        background-color: #262626;
        -webkit-border-radius: 15px 15px 4px 4px;
        border-radius: 15px 15px 4px 4px; }
  .advans dt {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000; }
  .advans i {
    display: none; }
  .advans dd {
    line-height: 1.4; }
  .advans li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3px; }
    .advans li:last-child {
      margin-bottom: 0; }
    .advans li:before {
      content: '';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0da";
      color: #017a26;
      font-size: 16px;
      margin-right: 10px;
      position: relative;
      top: -2px; }

.flx_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#reviews {
  width: 49%; }

#feed_back {
  width: 49%; }

.flx_form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flx_form p {
    width: 49%;
    margin-bottom: 10px; }
    .flx_form p:last-child {
      margin-bottom: 0; }
  .flx_form input[type=text],
  .flx_form input[type=email],
  .flx_form input[type=tel],
  .flx_form input[type=date],
  .flx_form select  {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #ccc;
    outline: none;
    font-family: Arial;
    font-size: 14px;
    height: 41px;
    color: #222;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .flx_form input[type=text]::-webkit-input-placeholder,
    .flx_form input[type=email]::-webkit-input-placeholder,
    .flx_form input[type=tel]::-webkit-input-placeholder,
    .flx_form input[type=date]::-webkit-input-placeholder {
      color: #222; }
    .flx_form input[type=text]::-moz-placeholder,
    .flx_form input[type=email]::-moz-placeholder,
    .flx_form input[type=tel]::-moz-placeholder,
    .flx_form input[type=date]::-moz-placeholder {
      color: #222; }
    .flx_form input[type=text]:-moz-placeholder,
    .flx_form input[type=email]:-moz-placeholder,
    .flx_form input[type=tel]:-moz-placeholder,
    .flx_form input[type=date]:-moz-placeholder {
      color: #222; }
    .flx_form input[type=text]:-ms-input-placeholder,
    .flx_form input[type=email]:-ms-input-placeholder,
    .flx_form input[type=tel]:-ms-input-placeholder,
    .flx_form input[type=date]:-ms-input-placeholder {
      color: #222; }
  .flx_form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    font-family: Arial;
    font-size: 14px;
    color: #222;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .flx_form .w100 {
    width: 100%; }
  .flx_form .w30 {
    width: 32%; }
  .flx_form .btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #017a26;
    color: #fff;
    padding: 10px 25px;
    border: 0 solid #000;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 600; }
    .flx_form .btn:hover {
      background-color: #01611e; }

footer {/*margin-top: 40px;*/ }
  footer .wrap {
    border-top: 5px solid #017a26;
    padding: 40px 0 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0 15px;	}

.foot_contact {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 54px; }
  .foot_contact .logo_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px; }
    .foot_contact .logo_footer img {
      display: block;
      width: auto;
      margin-right: 10px;
      height: 100px; }
    .foot_contact .logo_footer a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      color: #222;
      font-size: 30px;
      font-weight: 900;
      font-family: "Exo 2", sans-serif;
      text-transform: uppercase; }
      .foot_contact .logo_footer a small {
        text-transform: none;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .foot_contact .logo_footer a:hover {
        color: #017a26; }
  .foot_contact .phone {
    margin-bottom: 10px; }

.foot_map {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.list_model {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list_model .item_model {
    width: 100%;
    background-color: rgba(85, 85, 85, 0.09);
    padding: 20px;
    margin-bottom: 2%; }
  .list_model dt {
    margin-bottom: 15px;
    font-family: "Exo 2", sans-serif;
    font-size: 20px; }
    .list_model dt span {
      font-weight: bold;
      text-transform: uppercase; }
    .list_model dt i {
      display: none; }
  .list_model .flx_p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list_model p {
    width: 19%;
    background-color: #fff;
    padding: 10px; }
    .list_model p:nth-child(5n+2), .list_model p:nth-child(5n+3), .list_model p:nth-child(5n+4), .list_model p:nth-child(5n+5) {
      margin-left: 1%; }
    .list_model p:nth-child(1n+6) {
      margin-top: 1%; }
    .list_model p:last-child {
      margin-bottom: 0; }
    .list_model p b {
      display: block;
      margin-top: 5px;
      font-weight: 600;
      text-transform: uppercase; }
    .list_model p a {
      display: block;
      text-align: center;
      color: #222;
      text-decoration: none; }
      .list_model p a:hover {
        color: #017a26; }
      .list_model p a span {
        display: block;
        width: auto;
        height: 80px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .list_model img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }

.ac_item.active_block .ac_title {
  color: #017a26; }
  .ac_item.active_block .ac_title:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.ac_item .ac_title {
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .ac_item .ac_title:before {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 16px;
    margin-right: 10px;
    background-color: #017a26;
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.ac_item .text {
  margin-bottom: 20px;
  display: none; }
  .ac_item .text table td:last-child {
    width: 100px; }

.bcream {
  margin-bottom: 10px;
  line-height: 1.4; }
  .bcream a {
    color: #017a26; }
  .bcream i {
    font-size: 13px;
    color: #017a26; }

body.active_form .hide_form {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hide_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .hide_form .hide_wrap {
    width: 422px;
    background-color: #fff;
    padding: 60px 75px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .hide_form .name {
    font-size: 20px;
    line-height: 1;
    color: #177fc7;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 21px;
    text-align: center; }
  .hide_form p:nth-child(1n+2) {
    margin-top: 15px; }
  .hide_form p label {
    display: block;
    margin-bottom: 5px;
    margin-left: 11px;
    color: #545454;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }
  .hide_form input[type=text],
  .hide_form input[type=tel],
  .hide_form input[type=email] {
    border: 1px solid #bcc9d0;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #5a5a5a;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .hide_form input[type=submit] {
    border: 0 solid #000;
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 18px 30px 18px 30px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a0d2ed), to(#2799d7));
    background: -webkit-linear-gradient(top, #a0d2ed, #2799d7);
    background: -o-linear-gradient(top, #a0d2ed, #2799d7);
    background: linear-gradient(top, #a0d2ed, #2799d7);
    position: relative; }
    .hide_form input[type=submit]:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#88dc77), to(#1fbe00));
      background: -webkit-linear-gradient(top, #88dc77, #1fbe00);
      background: -o-linear-gradient(top, #88dc77, #1fbe00);
      background: linear-gradient(top, #88dc77, #1fbe00); }
  .hide_form .bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.6); }
  .hide_form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7a7a7a;
    z-index: 11;
    font-size: 20px;
    line-height: 1;
    cursor: pointer; }
    .hide_form .close:hover {
      color: #1fbe00; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  color: #222; }
  .slick-prev i,
  .slick-next i {
    font-size: 30px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 10px; }

.slick-slide img {
  display: block;
  width: 100%;
  height: auto; }

#slider_2 .slick-slide {
  padding: 0 10px; }

#slider_2 .slick-list {
  margin: 0 -10px; }

#slider_2 .slick-prev {
  left: -40px; }

#slider_2 .slick-next {
  right: -40px; }

#slider_2 .slick-dots {
  /*position: absolute;
  bottom: -40px;*/
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  #slider_2 .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 4%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #slider_2 .slick-dots li button {
      display: block;
      border: 0;
      background: #222;
      display: block;
      height: 10px;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #slider_2 .slick-dots li.slick-active button {
      background-color: #f1951f; }
    #slider_2 .slick-dots li:hover button {
      background-color: #f1951f; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

#slider .slick-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  #slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #017a26;
    padding: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    #slider .slick-dots li:nth-child(1n+2) {
      margin-top: 5px; }
    #slider .slick-dots li button {
      display: block;
      border: 0;
      background: rgba(0, 0, 0, 0.73);
      display: block;
      height: 100%;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
    #slider .slick-dots li.slick-active button {
      background-color: #017a26; }
    #slider .slick-dots li:hover button {
      background-color: #017a26; }

.text_2 {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: #292c2d;
  margin-bottom: 30px; }
  .text_2 p {
    margin-bottom: 20px; }
    .text_2 p:last-child {
      margin-bottom: 0; }
  .text_2 ul {
    margin-bottom: 30px; }
    .text_2 ul:last-child {
      margin-bottom: 0; }
  .text_2 h3 {
    margin-bottom: 25px; }

.list_2 {
  background-color: #eff6f3;
  border-left: 5px solid #c4e1d0;
  padding: 20px 30px;
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
  min-height: 250px; }
  .list_2:before {
    content: '';
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    width: 280px;
    height: 300px;
    opacity: 0.5;
    position: absolute;
    top: 20px;
    right: 0px; }
  .list_2 .name {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 7px; }
  .list_2 li {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px; }
    .list_2 li:last-child {
      margin-bottom: 0; }
    .list_2 li:before {
      content: '- ';
      position: absolute;
      top: 0px;
      left: 0;
      font-weight: bold; }
    .list_2 li:last-child {
      margin-bottom: 0; }

.list_3 {
  padding: 20px 30px 25px 30px;
  background-color: #f9fcfc;
  margin-bottom: 30px;
  position: relative; }
  .list_3 img {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.4; }
  .list_3 ul {
    counter-reset: li;
    position: relative;
    z-index: 2; }
  .list_3 li {
    display: block;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative; }
    .list_3 li:last-child {
      margin-bottom: 0; }
    .list_3 li:before {
      content: counter(li);
      counter-increment: li;
      width: 30px;
      height: 30px;
      line-height: 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: -3px;
      left: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #f1951f;
      color: #fff;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  .list_3 + .feed {
    margin-top: -30px; }
  .list_3 small {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-top: 30px;
    color: #000; }
  .list_3 p {
    position: relative;
    z-index: 2; }

.fw500 {
  font-weight: 500; }

.list_4 {
  display: block; }
  .list_4 li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    .list_4 li:before {
      content: '';
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-image: url(../images/tick-inside-circle.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-background-size: cover;
      background-size: cover;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 1px;
      left: 0; }

.promo {
  background-color: #f5f8f6;
  border: 1px solid #a4d1b6;
  padding: 30px 30px 30px 115px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px; }
  .promo:last-child {
    margin-bottom: 0; }
  .promo:before {
    content: '';
    background-image: url(../images/information.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 31px;
    left: 40px;
    width: 40px;
    height: 40px;
    -webkit-background-size: cover;
    background-size: cover; }

.feed {
  background-color: #e6eee9;
  padding: 20px 30px 20px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  .feed p {
    margin-bottom: 0; }
    .feed p:first-child {
      font-size: 22px; }
    .feed p:last-child {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .feed a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
    font-size: 25px; }

.fz20 {
  font-size: 20px;
  font-weight: 500; }

.name_t {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 35px; }
  .name_t:before {
    content: '';
    background-color: #222;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0; }
  .name_t span,
  .name_t h2 {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0; }
  .name_t h3 {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0; }

.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #000000;
  margin-top: 30px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px; }
  .wp-pagenavi .current {
    width: 36px;
    height: 36px;
    background-color: #b39f83;
    color: #fff; }
  .wp-pagenavi .page {
    width: 36px;
    height: 36px;
    text-decoration: none;
    color: #000; }
    .wp-pagenavi .page:hover {
      background-color: #b39f83;
      color: #fff; }
  .wp-pagenavi .nextpostslink {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px; }
    .wp-pagenavi .nextpostslink i {
      margin-left: 7px; }
    .wp-pagenavi .nextpostslink span {
      display: inline-block;
      border-bottom: 1px dotted #b39f83;
      padding-bottom: 2px; }
    .wp-pagenavi .nextpostslink:hover {
      color: #b39f83; }
      .wp-pagenavi .nextpostslink:hover i {
        color: #b39f83; }
  .wp-pagenavi .previouspostslink {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px; }
    .wp-pagenavi .previouspostslink i {
      margin-right: 7px; }
    .wp-pagenavi .previouspostslink span {
      display: inline-block;
      border-bottom: 1px dotted #b39f83;
      padding-bottom: 2px; }
    .wp-pagenavi .previouspostslink:hover {
      color: #b39f83; }
      .wp-pagenavi .previouspostslink:hover i {
        color: #b39f83; }
  .wp-pagenavi i {
    color: #b6409e; }

.gallery {
  clear: both;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gallery-columns-1 dl {
  width: 100% !important; }

.gallery-columns-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .gallery-columns-2 dl {
    width: 49%;
    padding: 5px; }

.gallery-columns-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-3 dl {
    width: 33.33%;
    padding: 5px; }

.gallery-columns-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-4 dl {
    width: 25%;
    padding: 5px; }

.gallery-columns-5 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-5 dl {
    width: 20%;
    padding: 5px; }

.gallery dl {
  text-align: center;
  position: relative; }

.gallery dt img {
  height: auto !important;
  width: 100% !important;
  display: block;
  -webkit-box-shadow: 0 0 0 #969696;
  box-shadow: 0 0 0 #969696;
  border: 1px solid #ddd;
  padding: 2px; }

.gallery dd {
  margin: 0px;
  padding: 10px 5px; }

.gallery dt {
  position: relative; }

.gallery dl:hover dt a:before {
  opacity: 1; }

.gallery dt a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/loupe.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px; }

.aligncenter {
  display: block !important;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto; }

img.alignleft {
  margin-top: 1px; }

img.alignright {
  margin-top: 5px; }

img.aligncenter {
  margin-top: 5px; }

.wp-caption {
  margin-bottom: 25px;
  position: relative; }
  .wp-caption img {
    display: block;
    max-width: 100%;
    height: auto; }
  .wp-caption p.wp-caption-text {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }

/* Обратная связь */
form.wpcf7-form {
  position: relative; 
    position: relative;
    background: #e7e7e7;
    padding: 20px;
}
  form.wpcf7-form .ajax-loader {
    position: absolute;
    bottom: 0;
    right: 0; }

div.wpcf7 {
  margin: 0px;
  padding: 0px; }

div.wpcf7-response-output {
  padding: 10px 20px !important;
  margin-bottom: 10px;
  color: #fff;
  background-color: #3e608c;
  margin: 0;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  text-align: center;
  width: 100% !important;
  margin-top: 10px;
  position: relative;
  z-index: 3; }

div.wpcf7-response-output:before,
div.wpcf7-response-output:after {
  content: " ";
  display: table;
  clear: both; }

div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  background-color: green; }

div.wpcf7-mail-sent-ng {
  border: 0px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 0px solid #ffa500; }

div.wpcf7-validation-errors {
  border: 0px solid #f7e700;
  background-color: red; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 3%;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
  display: none !important; }

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #FF0000 !important; }
  input.wpcf7-not-valid::-webkit-input-placeholder,
  textarea.wpcf7-not-valid::-webkit-input-placeholder,
  select.wpcf7-not-valid::-webkit-input-placeholder {
    color: red !important; }
  input.wpcf7-not-valid::-moz-placeholder,
  textarea.wpcf7-not-valid::-moz-placeholder,
  select.wpcf7-not-valid::-moz-placeholder {
    color: red !important; }
  input.wpcf7-not-valid:-moz-placeholder,
  textarea.wpcf7-not-valid:-moz-placeholder,
  select.wpcf7-not-valid:-moz-placeholder {
    color: red !important; }
  input.wpcf7-not-valid:-ms-input-placeholder,
  textarea.wpcf7-not-valid:-ms-input-placeholder,
  select.wpcf7-not-valid:-ms-input-placeholder {
    color: red !important; }

span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

img.ajax-loader {
  display: none; }

/* Scss Document */
@media (max-width: 1300px) {
  .wrap {
    margin: 0 10px; } }

@media (max-width: 992px) {
  #col_right {
    display: block;
    width: 100%; }
  .foot_contact {
    display: none; }
  aside {
    margin-right: 0;
    width: 100%; }
  .nav_mark {
    margin-top: 20px; }
    .nav_mark ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .nav_mark li {
      margin-right: 10px; }
      .nav_mark li:last-child {
        margin-bottom: 10px; }
    .nav_mark a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #eee;
      height: 100%;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 5px 10px; }
    .nav_mark small {
      display: none; }
    .nav_mark span {
      margin-right: 7px; }
  .nav_category {
    display: none; }
  .advans {
    margin-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .advans .item_advans {
      width: 49%;
      padding: 0; }
    .advans dl {
      width: 100%; }
    .advans dt {
      margin-bottom: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      padding: 10px 15px;
      cursor: pointer; }
      .advans dt i {
        display: block; }
    .advans dd {
      padding: 10px 15px;
      display: none; }
    .advans .more {
      display: none; }
      .advans .more a {
        text-align: center;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px; }
  .box_sl dt {
    font-size: 40px; }
  .box_sl dd {
    font-size: 25px; }
  .slogan {
    display: none; }
  .flx_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flx_bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  header .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0; }
  header .flx_head {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  header .logo {
    width: auto; }
  footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 5px solid #017a26;
    margin: 0;
    display: block; }
  #reviews {
    width: 100%; }
  #feed_back {
    width: 100%;
    margin-top: 30px; }
  #top_panel {
    display: none; }
  #mobile_panel {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #222;
    color: #fff; }
    #mobile_panel .flx_mobile {
      height: 45px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #mobile_panel .open_menu {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2px 10px;
      font-family: "Exo 2", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      height: 100%;
      cursor: pointer; }
      #mobile_panel .open_menu.active {
        color: #017a26; }
        #mobile_panel .open_menu.active .icon_open {
          display: none; }
        #mobile_panel .open_menu.active .icon_close {
          display: block; }
    #mobile_panel .icon_close {
      display: none; }
    #mobile_panel img {
      display: block;
      width: 30px;
      height: auto;
      margin-right: 10px; }
    #mobile_panel .open_form {
      padding: 2px 20px;
      background-color: #017a26;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: "Exo 2", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      cursor: pointer; }
    #mobile_panel .m_right {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .mobile_menu {
    background-color: #272727;
    display: none;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1; }
  .mobile_menu.open {
    display: block !important;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 21;
    max-height: calc(100vh - 45px); }
    .mobile_menu li {
      display: block; }
      .mobile_menu li.cur a {
        color: #017a26; }
    .mobile_menu a {
      font-family: "Exo 2", sans-serif;
      font-size: 15px;
      letter-spacing: 0.5px;
      display: block;
      padding: 8px 15px;
      color: #fff;
      text-decoration: none; }
  .phone_2 {
    margin-right: 15px; }
    .phone_2 a {
      color: #fff;
      text-decoration: none;
      font-family: "Exo 2", sans-serif;
      font-size: 16px;
      font-weight: 600; }
  .m_right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .list_model .item_model {
    width: 100%;
    padding: 0;
    margin-bottom: 1%; }
  .list_model dt {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer; }
    .list_model dt span {
      margin-right: 10px; }
    .list_model dt i {
      display: block; }
    .list_model dt.active {
      color: #017a26; }
  .list_model dd {
    display: none; }
  .bcream {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px; }
    .bcream a {
      color: #fff; }
  .ac_item .ac_title {
    font-size: 18px; } }

@media (max-width: 750px) {
  .name_s {
    font-size: 27px; }
    .name_s p,
    .name_s .flx_name {
      display: block; }
    .name_s b,
    .name_s h1 {
      font-size: 27px; }
  .btn {
    font-size: 20px; }
  #slider .slick-slide img {
    width: auto;
    height: 250px; }
  #slider .slick-dots {
    right: 10px; }
  .box_sl dl {
    padding: 20px;
    width: calc(100% - 100px); }
  .box_sl dt {
    font-size: 30px; }
  .box_sl dd {
    font-size: 20px;
    margin-bottom: 20px; } 
}

@media (max-width: 550px) {
  .list_model p {
    width: 32%; }
    .list_model p:nth-child(5n+2), .list_model p:nth-child(5n+3), .list_model p:nth-child(5n+4), .list_model p:nth-child(5n+5) {
      margin-left: 0%; }
    .list_model p:nth-child(3n+2), .list_model p:nth-child(3n+3) {
      margin-left: 2%; }
    .list_model p:nth-child(1n+4) {
      margin-top: 2%; }
    .list_model p a span {
      height: 60px; }
  .list_model dd {
    padding: 10px; }
  .name_s {
    font-size: 25px; }
    .name_s h1 {
      font-size: 25px; }
  #slider {
    display: none; }
  header .logo {
    margin-right: 0;
    width: 100%; }
  header .flx_head {
    display: none; }
  #mobile_panel .open_form {
    display: none; }
  #mobile_panel .open_menu {
    font-size: 14px; }
    #mobile_panel .open_menu img {
      height: 25px;
      margin-right: 5px; }
  .advans .item_advans {
    width: 100%; }
  .nav_mark a {
    font-size: 15px; }
  .nav_mark span {
    zoom: 0.7; } }

/* Форма «Запись в техцентр» — на мобильных в колонку */
@media (max-width: 768px) {
  #feed_back .flx_form p,
  footer #feed_back .flx_form p,
  .flx_form p {
    width: 100% !important;
    margin-bottom: 14px !important;
  }
  #feed_back .flx_form p.w30,
  footer #feed_back .flx_form p.w30,
  .flx_form p.w30 {
    width: 100% !important;
  }
  #feed_back .flx_form p.w100,
  .flx_form p.w100 {
    margin-top: 4px !important;
  }
}

.grecaptcha-badge {
    display: none;
}