@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/zabor.eot?#iefix") format("embedded-opentype"), url("../fonts/zabor.woff") format("woff"), url("../fonts/zabor.ttf") format("truetype"), url("../fonts/zabor.svg#icofont") format("svg"); }
@font-face {
  font-family: "bebas";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBook.woff2") format("woff2"), url("../fonts/BebasNeueBook.woff") format("woff"), url("../fonts/BebasNeueBook.ttf") format("truetype"), url("../fonts/BebasNeueBook.svg#bebas") format("svg"); }
@font-face {
  font-family: "bebas";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#bebas") format("svg"); }
@font-face {
  font-family: "bebas";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#bebas") format("svg"); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

html {
  font-size: 62.5%; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000; }

h1, h2, h3, h4, h5, h6, b {
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit; }

input {
  background-color: #fff;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000; }
  input:focus {
    outline: none; }
  input.tarif {
    display: none; }

textarea {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  overflow: auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000; }
  textarea:focus {
    outline: none; }

button {
  display: inline-block;
  cursor: pointer;
  background-color: white;
  border: none;
  border-radius: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none; }

.l1__grid99 {
  width: 100%;
  overflow: hidden; }

.l1__grid12 {
  max-width: 1000px;
  padding: 0 22px;
  margin: 0 auto;
  position: relative; }
  .l1__grid12::after {
    clear: both;
    content: "";
    display: table; }
  .l1__grid12.grid12_stick-hor {
    padding: 0; }
  @media screen and (max-width: 480px) {
    .l1__grid12 {
      padding: 0 11px; } }

.l2__header .l1__grid12 {
  height: 144px; }
.l2__header .wrp {
  display: table;
  width: 100%;
  height: 100%; }
.l2__header .col {
  display: table-cell;
  vertical-align: middle; }
  .l2__header .col.logo {
    width: 20%; }
  .l2__header .col.cap {
    width: 58%; }
  .l2__header .col.contact {
    width: 22%; }
.l2__header .cap {
  text-align: center;
  text-transform: uppercase;
  font-family: "bebas";
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 300; }
  .l2__header .cap p {
    padding-top: 13px; }
.l2__header .contact {
  text-align: right;
  white-space: nowrap;
  padding-top: 5px; }
.l2__header .lnk {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7rem;
  line-height: 1; }
  .l2__header .lnk:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    border-color: rgba(249, 168, 37, 0.66);
    color: #f9a825; }
  .l2__header .lnk:first-child {
    margin-bottom: 9px; }
  .l2__header .lnk:last-child {
    margin-top: 3px; }
.l2__header .phone {
  font-family: "bebas";
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold; }
@media screen and (max-width: 1024px) {
  .l2__header .cap {
    display: none; } }
@media screen and (max-width: 766px) {
  .l2__header .contact {
    display: none; } }

.l2__menu {
  position: absolute;
  z-index: 98;
  left: 0;
  top: 144px;
  width: 100%;
  background-color: #59ac00;
  border-bottom: 1px solid #e0e0e0; }
  .l2__menu .wrp-menu {
    white-space: nowrap;
    text-align: center;
    font-size: 0; }
  .l2__menu .item {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    display: inline-block;
    padding: 18px 35px;
    height: 48px; }
    .l2__menu .item span {
      display: inline-block;
      border-bottom: 1px solid white;
      font-family: "bebas";
      font-weight: 400;
      font-size: 2rem;
      line-height: .77;
      color: #fff;
      text-transform: uppercase; }
  @media screen and (min-width: 766px) {
    .l2__menu {
      display: block !important; }
      .l2__menu.fixed {
        position: fixed;
        left: 0;
        top: 0; }
      .l2__menu .item:before {
        content: '/';
        font-family: "bebas";
        font-size: 2rem;
        line-height: .77;
        color: #fff;
        position: absolute;
        left: -2px;
        top: 18px; }
      .l2__menu .item:first-child::before {
        display: none; } }
  @media screen and (max-width: 1024px) {
    .l2__menu .item {
      padding-right: 14px;
      padding-left: 14px; }
      .l2__menu .item span {
        font-size: 1.8rem; }
      .l2__menu .item:before {
        display: none; } }
  @media screen and (max-width: 766px) {
    .l2__menu {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      border-bottom: 6px solid #75ba2b; }
      .l2__menu .l1__grid12 {
        padding: 0; }
      .l2__menu .wrp-menu {
        text-align: left; }
      .l2__menu .item {
        display: block;
        padding-left: 22px;
        padding-right: 22px;
        border-bottom: 1px solid #75ba2b; } }
  @media screen and (max-width: 480px) {
    .l2__menu .item {
      padding-left: 11px;
      padding-right: 11px; } }

.l2__menu-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  background-color: #59ac00;
  outline: 3px solid rgba(255, 255, 255, 0.77); }
  .l2__menu-btn .ico {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: white; }
    .l2__menu-btn .ico:after, .l2__menu-btn .ico:before {
      content: '';
      position: absolute;
      left: 0;
      width: 26px;
      height: 3px;
      background-color: white; }
    .l2__menu-btn .ico:before {
      top: 9px; }
    .l2__menu-btn .ico:after {
      bottom: 9px; }
  @media screen and (max-width: 766px) {
    .l2__menu-btn {
      display: block; } }
  @media screen and (max-width: 480px) {
    .l2__menu-btn {
      top: 11px;
      right: 11px; } }

.l2__main-screen {
  overflow: visible;
  position: relative;
  margin: 49px 0 44px;
  padding: 28px 0;
  background: url("../img/main-screen/slide1.jpg") center top no-repeat;
  background-size: cover; }
  .l2__main-screen .bl-ttl {
    max-width: 860px;
    margin: 0 auto;
    background-color: white;
    padding: 11px 18px 14px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center; }
    .l2__main-screen .bl-ttl .ttl-1 {
      display: inline-block;
      margin-bottom: 7px;
      font-size: 4.6rem;
      line-height: 1.1;
      font-weight: bold; }
    .l2__main-screen .bl-ttl .ttl-2 {
      display: inline-block;
      font-size: 2.8rem;
      line-height: 1.3;
      font-weight: bold; }
  .l2__main-screen .bl-prices {
    width: 455px;
    margin: 0 auto;
    padding: 18px 7px;
    background-color: white; }
    .l2__main-screen .bl-prices .prices-item {
      position: relative;
      overflow: hidden; }
      .l2__main-screen .bl-prices .prices-item span {
        position: relative;
        display: inline-block;
        background-color: #fff;
        padding: 0 6px;
        z-index: 1;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: 300; }
        .l2__main-screen .bl-prices .prices-item span b {
          font-weight: bold; }
          .l2__main-screen .bl-prices .prices-item span b.prices-mark {
            color: #d32f2e; }
        .l2__main-screen .bl-prices .prices-item span:first-child {
          float: left; }
        .l2__main-screen .bl-prices .prices-item span:last-child {
          float: right; }
      .l2__main-screen .bl-prices .prices-item:before {
        content: '...........................................................................................................................................................................................................................................................';
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        left: 0; }
  .l2__main-screen .bl-contact {
    background-color: white;
    max-width: 611px;
    margin: 0 auto;
    padding: 11px 18px 14px;
    text-align: center; }
    .l2__main-screen .bl-contact .contact-ttl {
      margin-bottom: 3px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 3.3rem;
      line-height: 1.3;
      color: #d32f2e; }
    .l2__main-screen .bl-contact .contact-footer {
      font-size: 1.6rem;
      line-height: 1.4; }
    .l2__main-screen .bl-contact .contact-btn {
      display: inline-block;
      font-weight: bold;
      border-bottom: 1px solid rgba(0, 0, 0, 0.33);
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      transition: all 0.7s; }
      .l2__main-screen .bl-contact .contact-btn:hover {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        color: #d32f2e;
        border-color: rgba(211, 47, 46, 0.44); }
  @media screen and (max-width: 766px) {
    .l2__main-screen {
      margin: 0;
      padding: 0;
      border-top: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4;
      background-image: none; }
      .l2__main-screen .bl-ttl, .l2__main-screen .bl-prices, .l2__main-screen .bl-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .l2__main-screen .bl-prices .prices-item {
      padding: 5px 0 7px;
      border-bottom: 1px solid #e0e0e0; }
      .l2__main-screen .bl-prices .prices-item span {
        text-align: center; }
        .l2__main-screen .bl-prices .prices-item span:first-child, .l2__main-screen .bl-prices .prices-item span:last-child {
          display: block;
          float: none;
          padding: 0; }
      .l2__main-screen .bl-prices .prices-item:first-child {
        border-top: 1px solid #e0e0e0; }
      .l2__main-screen .bl-prices .prices-item:before {
        display: none; } }

.l2__tovar {
  position: relative;
  z-index: 11;
  padding: 33px 0 0;
  background-color: #fff; }
  .l2__tovar .lt-lt::after {
    clear: both;
    content: "";
    display: table; }
  .l2__tovar .lt-cll {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .l2__tovar .lt-cll:last-child {
      margin-right: 0; }
    .l2__tovar .lt-cll:nth-child(4n) {
      margin-right: 0; }
    .l2__tovar .lt-cll:nth-child(4n+1) {
      clear: left; }
  .l2__tovar .bl-tovar {
    display: block;
    position: relative;
    border: 1px solid #8c8c8c;
    margin-bottom: 44px;
    padding: 11px; }
    .l2__tovar .bl-tovar:hover .tovar-btn {
      background-color: #458600;
      background-image: -webkit-linear-gradient(#458600, #7ebe38);
      background-image: linear-gradient(#458600, #7ebe38); }
  .l2__tovar .tovar-label {
    position: absolute;
    right: 11px;
    top: 11px;
    font-family: "bebas";
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px; }
    .l2__tovar .tovar-label.tovar-label--1 {
      padding: 4px 9px 0;
      background-color: #f9a825;
      border: 1px solid white;
      outline: 3px solid #f9a825;
      line-height: 33px;
      color: #fff; }
    .l2__tovar .tovar-label.tovar-label--2 {
      padding: 4px 9px 0;
      background-color: #d32f2e;
      border: 1px solid white;
      outline: 3px solid #d32f2e;
      line-height: 33px;
      color: #fff; }
    .l2__tovar .tovar-label.tovar-label--3 {
      right: 1px;
      top: 1px;
      width: 66px;
      height: 66px;
      border-radius: 50%;
      background-color: #59ac00;
      text-align: center;
      font-size: 2rem;
      line-height: 69px;
      letter-spacing: 2px;
      color: #fff; }
      .l2__tovar .tovar-label.tovar-label--3:before {
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        content: '';
        width: 58px;
        height: 58px;
        border-radius: 50%;
        border: 1px solid white; }
  .l2__tovar .tovar-pic {
    border: 1px solid #8c8c8c;
    margin-bottom: 11px; }
  .l2__tovar .tovar-ttl {
    margin: 0 1px 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.3; }
  .l2__tovar .tovar-cap {
    margin: 0 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 300; }
  .l2__tovar .tovar-btn {
    display: block;
    padding: 9px 18px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    background-color: #7ebe38;
    background-image: -webkit-linear-gradient(#7ebe38, #458600);
    background-image: linear-gradient(#7ebe38, #458600);
    border: 1px solid #4f9900;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    color: white;
    margin: 14px 0 0; }
    .l2__tovar .tovar-btn:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
      background-color: #458600;
      background-image: -webkit-linear-gradient(#458600, #7ebe38);
      background-image: linear-gradient(#458600, #7ebe38); }
  @media screen and (max-width: 1024px) {
    .l2__tovar .lt-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .l2__tovar .lt-cll:nth-child(4n) {
        margin-right: 2.35765%; }
      .l2__tovar .lt-cll:nth-child(4n+1) {
        clear: none; }
      .l2__tovar .lt-cll:last-child {
        margin-right: 0; }
      .l2__tovar .lt-cll:nth-child(3n) {
        margin-right: 0; }
      .l2__tovar .lt-cll:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 766px) {
    .l2__tovar .lt-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .l2__tovar .lt-cll:nth-child(3n) {
        margin-right: 2.35765%; }
      .l2__tovar .lt-cll:nth-child(3n+1) {
        clear: none; }
      .l2__tovar .lt-cll:last-child {
        margin-right: 0; }
      .l2__tovar .lt-cll:nth-child(2n) {
        margin-right: 0; }
      .l2__tovar .lt-cll:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .l2__tovar .lt-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .l2__tovar .lt-cll:nth-child(2n) {
        margin-right: 2.35765%; }
      .l2__tovar .lt-cll:nth-child(2n+1) {
        clear: none; }
      .l2__tovar .lt-cll:last-child {
        margin-right: 0; } }

.l2__about {
  padding: 44px 0 11px; }
  .l2__about .l3__ttl {
    margin-bottom: 48px; }
  .l2__about .lt-lt1::after {
    clear: both;
    content: "";
    display: table; }
  .l2__about .lt1-cll {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .l2__about .lt1-cll:last-child {
      margin-right: 0; }
  .l2__about .lt-lt2::after {
    clear: both;
    content: "";
    display: table; }
  .l2__about .lt2-cll {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    .l2__about .lt2-cll:last-child {
      margin-right: 0; }
  .l2__about .bl-one {
    margin-bottom: 44px; }
    .l2__about .bl-one::after {
      clear: both;
      content: "";
      display: table; }
  .l2__about .one-ico {
    float: left;
    margin-bottom: 22px;
    width: 77px;
    height: 77px;
    background-color: #59ac00;
    text-align: center;
    font-family: "icofont";
    font-size: 5rem;
    line-height: 94px;
    color: #fff; }
  .l2__about .one-txt {
    margin-top: 1px;
    margin-left: 88px;
    font-family: "bebas";
    font-size: 2.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold; }
    .l2__about .one-txt i {
      font-style: normal;
      font-weight: 300; }
    .l2__about .one-txt span {
      color: #59ac00; }
  .l2__about .desc-pic {
    width: 100%;
    margin-bottom: 22px; }
  .l2__about .desc-ttl {
    margin-bottom: 16px;
    font-family: "bebas";
    font-size: 3.3rem;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase; }
  .l2__about .desc-ul {
    padding-left: 24px;
    margin-bottom: 33px; }
  .l2__about .desc-li {
    position: relative;
    margin-bottom: 9px;
    font-size: 1.6rem;
    line-height: 1.5; }
    .l2__about .desc-li:before {
      content: '';
      position: absolute;
      left: -22px;
      top: 9px;
      width: 7px;
      height: 7px;
      background-color: black; }
  @media screen and (max-width: 1024px) {
    .l2__about .lt1-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .l2__about .lt1-cll:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 766px) {
    .l2__about .lt2-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .l2__about .lt2-cll:last-child {
        margin-right: 0; } }

.l2__works {
  padding: 33px 0; }
  .l2__works .tp-ttl {
    margin-bottom: 11px; }
  .l2__works .tp-cap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-bottom: 28px;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.5; }
    .l2__works .tp-cap:last-child {
      margin-right: 0; }
  .l2__works .lt-lt::after {
    clear: both;
    content: "";
    display: table; }
  .l2__works .lt-cll {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 0 0 2.35765%; }
    .l2__works .lt-cll:last-child {
      margin-right: 0; }
    .l2__works .lt-cll:nth-child(3n) {
      margin-right: 0; }
    .l2__works .lt-cll:nth-child(3n+1) {
      clear: left; }
  .l2__works .bl-work {
    border: 1px solid #8c8c8c;
    margin-bottom: 44px;
    padding: 11px; }
  .l2__works .work-pic:after {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0; }
  .l2__works .work-pic:hover::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .2; }
  .l2__works .work-ttl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 7px 11px;
    background-color: rgba(255, 255, 255, 0.84); }
    .l2__works .work-ttl span {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.8rem;
      line-height: 1.4; }
  .l2__works .work-btn {
    display: block;
    padding: 9px 18px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    background-color: #7ebe38;
    background-image: -webkit-linear-gradient(#7ebe38, #458600);
    background-image: linear-gradient(#7ebe38, #458600);
    border: 1px solid #4f9900;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    color: white;
    margin-top: 11px; }
    .l2__works .work-btn:hover {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
      background-color: #458600;
      background-image: -webkit-linear-gradient(#458600, #7ebe38);
      background-image: linear-gradient(#458600, #7ebe38); }
  @media screen and (max-width: 766px) {
    .l2__works .tp-cap {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .l2__works .tp-cap:last-child {
        margin-right: 0; }
    .l2__works .lt-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .l2__works .lt-cll:nth-child(3n) {
        margin-right: 2.35765%; }
      .l2__works .lt-cll:nth-child(3n+1) {
        clear: none; }
      .l2__works .lt-cll:last-child {
        margin-right: 0; }
      .l2__works .lt-cll:nth-child(2n) {
        margin-right: 0; }
      .l2__works .lt-cll:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .l2__works .lt-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .l2__works .lt-cll:nth-child(2n) {
        margin-right: 2.35765%; }
      .l2__works .lt-cll:nth-child(2n+1) {
        clear: none; }
      .l2__works .lt-cll:last-child {
        margin-right: 0; } }

.l2__feedback {
  padding: 33px 0; }
  .l2__feedback .tp-ttl {
    margin-bottom: 11px; }
  .l2__feedback .tp-cap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-bottom: 28px;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.5; }
    .l2__feedback .tp-cap:last-child {
      margin-right: 0; }
  .l2__feedback .lt-lt::after {
    clear: both;
    content: "";
    display: table; }
  .l2__feedback .lt-cll {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .l2__feedback .lt-cll:last-child {
      margin-right: 0; }
    .l2__feedback .lt-cll:nth-child(3n) {
      margin-right: 0; }
    .l2__feedback .lt-cll:nth-child(3n+1) {
      clear: left; }
  .l2__feedback .l3__feedback {
    margin-bottom: 28px;
    border: 1px solid #8c8c8c;
    padding: 11px; }
  .l2__feedback .feedback__comment {
    height: 173px;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (max-width: 766px) {
    .l2__feedback .tp-cap {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .l2__feedback .tp-cap:last-child {
        margin-right: 0; }
    .l2__feedback .lt-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .l2__feedback .lt-cll:nth-child(3n) {
        margin-right: 2.35765%; }
      .l2__feedback .lt-cll:nth-child(3n+1) {
        clear: none; }
      .l2__feedback .lt-cll:last-child {
        margin-right: 0; }
      .l2__feedback .lt-cll:nth-child(2n) {
        margin-right: 0; }
      .l2__feedback .lt-cll:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .l2__feedback .lt-cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .l2__feedback .lt-cll:nth-child(2n) {
        margin-right: 2.35765%; }
      .l2__feedback .lt-cll:nth-child(2n+1) {
        clear: none; }
      .l2__feedback .lt-cll:last-child {
        margin-right: 0; } }

.l2__footer {
  padding-top: 33px; }
  .l2__footer .sc-main {
    position: relative;
    background: #ffe0b2 url("../img/bg.jpg") center center no-repeat;
    padding: 21px 0; }
  .l2__footer .sc-bottom {
    background-color: #4f9900; }
  .l2__footer .tp-ttl.l3__ttl {
    margin-bottom: 11px; }
  .l2__footer .tp-footer {
    padding: 16px 22px 18px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #fff; }
    .l2__footer .tp-footer a {
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      transition: all 0.7s;
      border-bottom: 1px solid rgba(0, 0, 0, 0.22);
      border-bottom-style: dashed;
      border-bottom-color: rgba(255, 255, 255, 0.88); }
      .l2__footer .tp-footer a:hover {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        border-color: rgba(249, 168, 37, 0.66);
        color: #f9a825; }
      .l2__footer .tp-footer a:hover {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.88); }
  .l2__footer .lt-lt {
    position: relative;
    z-index: 11; }
    .l2__footer .lt-lt::after {
      clear: both;
      content: "";
      display: table; }
  .l2__footer .lt-ctr {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    padding: 0 28px; }
    .l2__footer .lt-ctr:last-child {
      margin-right: 0; }
  .l2__footer .lt-wrp::after {
    clear: both;
    content: "";
    display: table; }
  .l2__footer .bl-form {
    background-color: #59ac00;
    text-align: center;
    padding: 22px 28px; }
    .l2__footer .bl-form .form-p {
      margin-bottom: 11px;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #fff; }
      .l2__footer .bl-form .form-p:last-child {
        margin-bottom: 0;
        font-size: 1.4rem; }
    .l2__footer .bl-form .form-ttl {
      margin-bottom: 4px;
      font-family: "bebas";
      font-size: 3.3rem;
      line-height: 0.88;
      color: #fff;
      font-weight: bold; }
    .l2__footer .bl-form input {
      width: 100%;
      height: 44px;
      border: 1px solid #c4c4c4;
      padding: 0 11px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 14px; }
    .l2__footer .bl-form button {
      display: block;
      padding: 9px 18px;
      text-align: center;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.8rem;
      line-height: 1.3;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      background-color: transparent;
      border: 2px solid white;
      color: white;
      width: 100%;
      margin-bottom: 11px; }
      .l2__footer .bl-form button:hover {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        background-color: white;
        color: #59ac00; }
    .l2__footer .bl-form textarea {
      width: 100%;
      height: 99px;
      border: 1px solid #c4c4c4;
      padding: 11px 11px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 14px; }
  @media screen and (max-width: 1024px) {
    .l2__footer .sc-main {
      padding-top: 22px;
      padding-bottom: 22px; } }
  @media screen and (max-width: 766px) {
    .l2__footer .sc-main {
      padding: 0; }
      .l2__footer .sc-main .l1__grid12 {
        padding: 0; }
    .l2__footer .lt-ctr {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .l2__footer .lt-ctr:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .l2__footer .lt-ctr {
      padding-left: 11px;
      padding-right: 11px; } }

.l2__ppp-call {
  width: 100%;
  max-width: 388px;
  margin: 33px auto; }
  .l2__ppp-call .mfp-close {
    top: -33px;
    right: -33px; }
    .l2__ppp-call .mfp-close:active {
      top: -32px; }
    @media screen and (max-width: 766px) {
      .l2__ppp-call .mfp-close {
        top: -38px;
        right: -17px; }
        .l2__ppp-call .mfp-close:active {
          top: -37px; } }
  .l2__ppp-call .wrp-form {
    background-color: white;
    padding-left: 22px;
    padding-right: 22px; }
    .l2__ppp-call .wrp-form input {
      width: 100%;
      height: 44px;
      border: 1px solid #c4c4c4;
      padding: 0 11px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 11px; }
    .l2__ppp-call .wrp-form textarea {
      width: 100%;
      height: 99px;
      border: 1px solid #c4c4c4;
      padding: 11px 11px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 11px; }
    .l2__ppp-call .wrp-form button {
      display: block;
      padding: 9px 18px;
      text-align: center;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.8rem;
      line-height: 1.3;
      background-color: #7ebe38;
      background-image: -webkit-linear-gradient(#7ebe38, #458600);
      background-image: linear-gradient(#7ebe38, #458600);
      border: 1px solid #4f9900;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 2.2rem;
      color: white;
      width: 100%; }
      .l2__ppp-call .wrp-form button:hover {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        background-color: #458600;
        background-image: -webkit-linear-gradient(#458600, #7ebe38);
        background-image: linear-gradient(#458600, #7ebe38); }
  .l2__ppp-call .ttl {
    padding: 22px 0;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold; }
  .l2__ppp-call .cap {
    padding: 18px 0 22px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5; }

.l2__ppp-tovar {
  width: 100%;
  max-width: 956px;
  margin: 44px auto; }
  .l2__ppp-tovar .mfp-close {
    top: -38px;
    right: -17px; }
    .l2__ppp-tovar .mfp-close:active {
      top: -37px; }
  .l2__ppp-tovar .lt-wrp {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 7px 77px rgba(0, 0, 0, 0.22); }
  .l2__ppp-tovar .lt-coll {
    float: left;
    width: 60%;
    padding: 33px 28px 22px; }
  .l2__ppp-tovar .lt-colr {
    position: relative;
    float: left;
    width: 40%;
    padding-left: 28px;
    padding-right: 28px; }
    .l2__ppp-tovar .lt-colr:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 10000em;
      background-color: #59ac00; }
  .l2__ppp-tovar .slider-pic {
    height: 311px; }
  .l2__ppp-tovar .bl-desc {
    padding-top: 48px; }
  .l2__ppp-tovar .desc-ttl {
    margin-bottom: 11px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3.3rem;
    line-height: 1.3;
    font-weight: bold; }
  .l2__ppp-tovar .desc-p {
    margin-bottom: 18px;
    font-size: 1.6rem;
    line-height: 1.5; }
    .l2__ppp-tovar .desc-p:last-child {
      margin-bottom: 0; }
    .l2__ppp-tovar .desc-p b {
      font-weight: bold; }
  .l2__ppp-tovar .form {
    position: relative;
    z-index: 11; }
    .l2__ppp-tovar .form input {
      width: 100%;
      height: 44px;
      border: 1px solid #c4c4c4;
      padding: 0 11px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 14px; }
    .l2__ppp-tovar .form textarea {
      width: 100%;
      height: 99px;
      border: 1px solid #c4c4c4;
      padding: 11px 11px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 14px; }
    .l2__ppp-tovar .form button {
      display: block;
      padding: 9px 18px;
      text-align: center;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.8rem;
      line-height: 1.3;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      background-color: transparent;
      border: 2px solid white;
      color: white;
      width: 100%; }
      .l2__ppp-tovar .form button:hover {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        background-color: white;
        color: #59ac00; }
  .l2__ppp-tovar .form-ttl {
    padding: 26px 0 4px;
    font-family: "bebas";
    font-size: 3.3rem;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase; }
  .l2__ppp-tovar .form-p {
    margin-bottom: 11px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #fff; }
  .l2__ppp-tovar .form-phone {
    font-family: "bebas";
    font-size: 3.3rem;
    line-height: 1.1;
    color: #fff; }
  .l2__ppp-tovar .form-footer {
    padding: 18px 0 22px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff; }
  .l2__ppp-tovar .form-sep {
    height: 7px; }
  @media screen and (max-width: 766px) {
    .l2__ppp-tovar .lt-coll,
    .l2__ppp-tovar .lt-colr {
      width: 100%;
      padding-left: 22px;
      padding-right: 22px; } }
  @media screen and (max-width: 480px) {
    .l2__ppp-tovar .lt-coll,
    .l2__ppp-tovar .lt-colr {
      padding-left: 11px;
      padding-right: 11px; } }

.l2__ppp-map {
  width: 100%;
  max-width: 588px;
  margin: 33px auto; }
  .l2__ppp-map .mfp-close {
    top: -33px;
    right: -33px; }
    .l2__ppp-map .mfp-close:active {
      top: -32px; }
    @media screen and (max-width: 766px) {
      .l2__ppp-map .mfp-close {
        top: -38px;
        right: -17px; }
        .l2__ppp-map .mfp-close:active {
          top: -37px; } }
  .l2__ppp-map .lt-wrp {
    background-color: white; }

.l2__ppp-feedback {
  width: 100%;
  max-width: 588px;
  margin: 33px auto; }
  .l2__ppp-feedback .mfp-close {
    top: -33px;
    right: -33px; }
    .l2__ppp-feedback .mfp-close:active {
      top: -32px; }
    @media screen and (max-width: 766px) {
      .l2__ppp-feedback .mfp-close {
        top: -38px;
        right: -17px; }
        .l2__ppp-feedback .mfp-close:active {
          top: -37px; } }
  .l2__ppp-feedback .lt-wrp {
    background-color: white;
    padding: 22px; }

.l3__ttl {
  margin-bottom: 33px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center; }

.l3__feedback .feedback__ava {
  float: left;
  width: 100px; }
.l3__feedback .feedback__user {
  margin-left: 111px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3; }
.l3__feedback .feedback__comment {
  clear: both;
  padding-top: 18px; }
  .l3__feedback .feedback__comment p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    margin-bottom: 14px;
    padding-left: 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 300; }
.l3__feedback .feedback__btn {
  display: block;
  padding: 9px 18px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #7ebe38;
  background-image: -webkit-linear-gradient(#7ebe38, #458600);
  background-image: linear-gradient(#7ebe38, #458600);
  border: 1px solid #4f9900;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.2rem;
  color: white; }
  .l3__feedback .feedback__btn:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #458600;
    background-image: -webkit-linear-gradient(#458600, #7ebe38);
    background-image: linear-gradient(#458600, #7ebe38); }

.js__bg {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden; }
  .js__bg .bg__mask {
    opacity: 0;
    display: block;
    width: 100%; }

.js__slider .slick-arrow {
  padding: 0;
  font-size: 0;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.88); }
  .js__slider .slick-arrow:before {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    position: absolute;
    left: 6px;
    top: 10px;
    font-family: "icofont";
    font-size: 2.2rem;
    line-height: 1;
    color: black; }
  .js__slider .slick-arrow.slick-prev {
    left: 11px; }
    .js__slider .slick-arrow.slick-prev:before {
      content: 'd';
      text-indent: -2px;
      margin-top:-5px;}
  .js__slider .slick-arrow.slick-next {
    right: 11px; }
    .js__slider .slick-arrow.slick-next:before {
      content: 'e';
      text-indent: 2px;
	  margin-top:-5px;}
.js__slider .slick-dots {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -33px;
  white-space: nowrap;
  font-size: 0; }
  .js__slider .slick-dots li {
    display: inline-block; }
  .js__slider .slick-dots button {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0; }
    .js__slider .slick-dots button::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.3);
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
    .js__slider .slick-dots button:hover::before {
      background-color: rgba(0, 0, 0, 0.9); }
  .js__slider .slick-dots li.slick-active button::before {
    cursor: default;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 2px solid black;
    background-color: transparent; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close {
  color: #fff !important; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.slick-slider {
  position: relative;
  display: block;
  -moz-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;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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;
  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; }

/*# sourceMappingURL=style.css.map */
