@font-face {
  font-family: 'SFUIDisplay Regular';
  src: local("San Francisco(SF UI) Display Regular"), local("San-Francisco(SF-UI)-Display-Regular"), url("../fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/SFUIDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SFUIDisplay Semibold';
  src: local("San Francisco(SF UI) Display Semibold"), local("San-Francisco(SF-UI)-Display-Semibold"), url("../fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SFUIDisplay Bold';
  src: local("San Francisco(SF UI) Display Bold"), local("San-Francisco(SF-UI)-Display-Bold"), url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  position: relative; }

*:hover, *:active, *:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

body, html {
  overflow-x: hidden; }

body {
  font-family: 'SFUIDisplay Regular', sans-serif;
  font-weight: 400;
  color: #231F20;
  background: #ffffff;
  font-size: 16px;
  line-height: 19px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'SFUIDisplay Semibold', sans-serif;
  font-weight: 600; }

h1, .h1, h2, .h2, h1 p, .h1 p, h2 p, .h2 p {
  font-size: 36px;
  line-height: 43px;
  font-family: 'SFUIDisplay Bold', sans-serif;
  font-weight: 700; }
.h4, h4, .h4 p, h4 p {
  font-size: 24px;
  line-height: 29px; }

h5, .h5, h6, .h6, h5 p, .h5 p, h6 p, .h6 p {
  font-family: 'SFUIDisplay Regular', sans-serif;
  font-weight: 400; }

h5, .h5, h5 p, .h5 p {
  font-size: 20px;
  line-height: 24px; }

h6, .h6, h6 p, .h6 p  {
  font-size: 16px;
  line-height: 22px; }

ul, li {
  list-style: none; }

p, li {
  font-size: 16px;
  line-height: 22px; }

a {
  cursor: pointer;
  text-decoration: none; }

img, svg {
  border: none;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast; }

section {
  overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 1146px; }

.flex,
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-flex-direction: column; }

.hb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.hc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center; }

.hr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.hl {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center; }

.vt {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start; }

.vb {
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-align-content: flex-end; }

.bold, strong, b {
  font-family: 'SFUIDisplay Bold', sans-serif;
  font-weight: 700; }

.visible-mobile {
  display: none; }

.swiper-pagination {
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center; }
  .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    margin: 0 10px 0 0 !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    .swiper-pagination span.swiper-pagination-bullet-active {
      background: #5AA13F; }

@media all and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media all and (max-width: 992px) {
  h1, .h1, h2, .h2 {
    font-size: 28px;
    line-height: 1.2;
    font-family: 'SFUIDisplay Bold', sans-serif;
    font-weight: 700; }
  h5, .h5 {
    font-size: 19px;
    line-height: 1.2; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .visible-mobile {
    display: block; }
  .hidden-mobile {
    display: none; }
  .h4, h4 {
    font-size: 20px;
    line-height: 1.4; }
}

.btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: 'SFUIDisplay Bold', sans-serif;
  color: #ffffff;
  text-align: center; }
  .btn.green {
    background: #5AA13F; }

.share__title {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px; }

@media all and (max-width: 780px) {
  .share__title {
    display: block;
    margin-bottom: 10px; } }

.header__top {
  background: #F5F5F5;
  padding: 13px 0 13px 0; }
  .header__top .search_result,
  .header__top .geo_select {
    position: absolute;
    height: auto;
    z-index: 119;
    overflow-y: auto;
    max-height: 80vh;
  }
    .header__top .search_result li,
    .header__top .geo_select li {
      padding-bottom: 5px;
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      margin-bottom: 0; }
      .header__top .search_result li:last-child,
      .header__top .geo_select li:last-child {
        margin-bottom: 0; }
      .header__top .search_result li a,
      .header__top .geo_select a {
        font-size: 15px;
        line-height: 22px;
        color: #000000; }
        .header__top .search_result li a:hover,
        .header__top .geo_select a:hover {
          color: #5AA13F; }
  .header__top .search_result {
    top: 28px;
    left: 0;
    width: 310px;
    max-height: 300px;
    background: #EEF5EB;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .header__top .geo_select {
    top: 20px;
    left: 0;
    padding-top: 20px;
     display: none;
  }
    .header__top .geo_select__list {
      width: 800px;
      height: auto;
      padding: 20px;
      background: #EEF5EB;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
    }
.header__top .geo_select__list p {
  padding-left: 25px;
}
.header__top .geo_select__list p .letter{
  position: absolute;
  left: 0;
  top: 5px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
.header__top .geo_select__list p.with-symbol {
  margin-top: 20px;
}
.header__top .geo_select__list p.with-symbol.first {
  margin-top: 0;
}
      .header__top .geo_select__list a {
        display: block;
        width: 100%;
      }


  .header__top_geo {
    margin-right: 30px;
    padding-left: 34px;
    background: url(../images/icons/geo-icon.svg) no-repeat top left;
    height: 24px; }
    .header__top_geo span {
      display: inline-block;
      font-size: 16px;
      line-height: 19px;
      opacity: 0.5;
      -moz-opacity: 0.5;
      margin-right: 5px;
      top: 2px; }
    .header__top_geo a {
      display: inline-block;
      font-size: 16px;
      line-height: 19px;
      top: 2px; }
    .header__top_geo:hover .geo_select {
      display: block; }
  .header__top_phone {
    margin-right: 41px;
    padding-left: 28px;
    background: url("../images/icons/phone-icon.svg") no-repeat center left;
    font-size: 16px;
    line-height: 19px;
    color: #231F20;
  }
  .header__top_email {
    margin-right: 40px;
    padding-left: 34px;
    background: url("../images/icons/email-icon.svg") no-repeat center left;
    font-size: 16px;
    line-height: 19px; }
  .header__top #search_form {
    width: 216px;
    margin-right: 56px; }
  .header__top .input {
    width: 100%;
    height: 25px;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 3px 20px 3px 33px;
    background: url("../images/icons/search-icon.svg") no-repeat center left 7px #ffffff;
    font-size: 16px;
    line-height: 25px; }
  .header__top .input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 25px;
    color: rgba(35, 31, 32, 0.5); }
  .header__top .input:-moz-placeholder {
    font-size: 16px;
    line-height: 25px;
    color: rgba(35, 31, 32, 0.5); }
  .header__top .input::-moz-placeholder {
    font-size: 16px;
    line-height: 25px;
    color: rgba(35, 31, 32, 0.5); }
  .header__top .input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 25px;
    color: rgba(35, 31, 32, 0.5); }
  .header__top .input::placeholder {
    font-size: 16px;
    line-height: 25px;
    color: rgba(35, 31, 32, 0.5); }
  .header__top .btn {
    width: 130px;
    height: 25px;
    font-size: 11px;
    line-height: 25px; }

.header__main {
  padding: 30px 0 40px 0;
  max-height: 102px;
  z-index: 11; }
  .header__main_logo {
    width: 233px;
    height: auto;
    margin-right: 56px; }
  .header__main_menu {
    z-index: 9; }
    .header__main_menu > li {
      display: inline-block;
      margin-right: 16px;
      padding: 3px 7px 3px 7px;
      cursor: pointer;
    z-index: 5}
      .header__main_menu > li:last-child {
        margin-right: 0; }
      .header__main_menu > li a {
        font-size: 16px;
        line-height: 19px;
        color: #231F20; }
      .header__main_menu > li .sub-menu {
        display: none;
        width: 310px;
        height: auto;
        z-index: 9;
        position: absolute;
        top: 0;
        left: 0;
        padding: 35px 0 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px; }
        .header__main_menu > li .sub-menu > li {
          display: block;
          padding: 5px 20px 5px 20px;
          border-bottom: solid 1px rgba(0, 0, 0, 0.1);
          background: #EEF5EB; }
          .header__main_menu > li .sub-menu > li .sub-menu {
            padding: 0;
            top: -14px;
            left: 100%;
            display: none; }
          .header__main_menu > li .sub-menu > li:hover .sub-menu {
            display: block; }
          .header__main_menu > li .sub-menu > li:first-child {
            padding-top: 20px;
            -webkit-border-top-left-radius: 10px;
                    border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
                    border-top-right-radius: 10px; }
            .header__main_menu > li .sub-menu > li:first-child .sub-menu {
              top: 0; }
          .header__main_menu > li .sub-menu > li:last-child {
            padding-bottom: 20px;
            -webkit-border-bottom-left-radius: 10px;
                    border-bottom-left-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
                    border-bottom-right-radius: 10px;
            border: none; }
          .header__main_menu > li .sub-menu > li a {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 22px;
            padding-right: 20px; }
            .header__main_menu > li .sub-menu > li a:hover {
              color: #5AA13F; }
          .header__main_menu > li .sub-menu > li.menu-item-has-children a {
            background: url("../images/icons/submenu-arrow-icon.svg") no-repeat top 7px right; }
            .header__main_menu > li .sub-menu > li.menu-item-has-children a:hover a {
              background: url("../images/icons/submenu-garrow-icon.svg") no-repeat top 7px right #EEF5EB; }
          .header__main_menu > li .sub-menu > li.menu-item-has-children .sub-menu a {
            background: none !important; }
      .header__main_menu > li:hover {
        background: #5AA13F;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
        .header__main_menu > li:hover a {
          color: #ffffff; }
        .header__main_menu > li:hover .sub-menu {
          display: block; }
          .header__main_menu > li:hover .sub-menu a {
            color: #000000; }
      .header__main_menu > li.menu-item-has-children {
        padding-right: 21px;
        margin-right: 9px;
      z-index: 6;}
        .header__main_menu > li.menu-item-has-children:before {
          display: block;
          width: 10px;
          height: 11px;
          content: "";
          position: absolute;
          top: 8px;
          right: 7px;
          background: url("../images/icons/menu-arrow-icon.svg") no-repeat top center;
          transition: all 0.45s ease-out;
          -webkit-transition: all 0.45s ease-out;
          -moz-transition: all 0.45s ease-out; }
        .header__main_menu > li.menu-item-has-children:hover:before {
          background: url("../images/icons/menu-arrow-icon.svg") no-repeat top center;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg); }

@media all and (max-width: 1200px) {
  .header__top_left {
    margin-bottom: 20px; }
  .header__main_logo {
    max-width: 180px;
    margin-right: 30px; }
  .header__main_menu > li {
    padding: 0; }
    .header__main_menu > li a {
      font-size: 14px;
      line-height: 17px; } }

@media all and (max-width: 980px) {
  .header__top {
    padding: 10px 0 10px 0; }
    .header__top_left, .header__top_right {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-justify-content: space-between; }
    .header__top_left {
      margin-bottom: 10px; }
    .header__top_geo {
      width: 224px;
      padding-left: 28px;
      font-size: 15px;
      background-size: 22px auto;
      margin-right: 10px; }
      .header__top_geo span {
        font-size: 15px;
        line-height: 18px; }
    .header__top #search_form {
      width: -webkit-calc(100% - 237px);
      width: calc(100% - 237px);
      max-width: 216px;
      margin-right: 0;
      display: inline-block; }
    .header__top .input {
      padding: 3px 20px 3px 25px;
      background-size: 14px auto;
      font-size: 15px; }
    .header__top_phone {
      margin-right: 0;
      padding-left: 24px;
      font-size: 15px;
      background-size: 22px auto; }
    .header__top_email {
      margin-right: 0;
      padding-left: 28px;
      font-size: 15px;
      background-size: 22px auto; }
  .header__main {
    padding: 30px 0 30px 0; }
    .header__main .mobile_block {
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      max-height: -webkit-calc(100vh - 100px);
      max-height: calc(100vh - 100px);
      background: #F5F5F5;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      padding: 70px 10px 10px 10px;
      z-index: 99;
      overflow-x: hidden;
      overflow-y: auto;
      transition: all 0.4s ease-out;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
      -webkit-transform: translateX(100vw);
      -moz-transform: translateX(100vw); }
      .header__main .mobile_block.opened {
        -ms-transform: translateX(0);
            transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0); }
    .header__main_logo {
      max-width: 233px;
      margin-right: 20px; }
    .header__main_menu {
      margin-bottom: 30px; }
      .header__main_menu > li {
        width: 100%;
        display: block;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .header__main_menu > li a {
          display: block;
          width: 100%;
          font-size: 16px;
          line-height: 19px;
          color: #231F20;
          font-family: 'SFUIDisplay Semibold', sans-serif;
          font-weight: 600; }
        .header__main_menu > li:last-child {
          border-bottom: 0;
          padding-bottom: 0; }
        .header__main_menu > li.menu-item-has-children {
          padding-right: 0;
          margin-right: 0; }
          .header__main_menu > li.menu-item-has-children:before {
            top: 8px;
            right: 10px;
            background: url("../images/icons/mobmenu-arrow-icon.svg") no-repeat top center; }
          .header__main_menu > li.menu-item-has-children:hover:before {
            background: url("../images/icons/mobmenu-arrow-icon.svg") no-repeat top center;
            -ms-transform: rotate(0);
                transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0); }
        .header__main_menu > li .sub-menu {
          position: relative;
          top: 0;
          padding: 20px 20px 10px 20px;
          margin-top: 10px;
          width: 100%; }
          .header__main_menu > li .sub-menu > li {
            padding: 0;
            border: none;
            margin-bottom: 10px;
            background: none; }
            .header__main_menu > li .sub-menu > li a {
              opacity: 1; }
            .header__main_menu > li .sub-menu > li.menu-item-has-children a {
              background: none; }
            .header__main_menu > li .sub-menu > li:first-child {
              padding-top: 0; }
            .header__main_menu > li .sub-menu > li:last-child {
              padding-bottom: 0;
              margin-bottom: 0; }
            .header__main_menu > li .sub-menu > li:hover .sub-menu {
              left: 0;
              padding-left: 20px; }
        .header__main_menu > li:hover {
          background: none; }
          .header__main_menu > li:hover a {
            color: #231F20; }
          .header__main_menu > li:hover .sub-menu {
            display: none; }
        .header__main_menu > li.opened a {
          opacity: 0.5; }
        .header__main_menu > li.opened:hover:before {
          opacity: 0.5;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg); }
    .header__main .btn {
      width: 310px;
      max-width: 100%;
      height: 50px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 50px; }
    .header__main .mobile_trigger {
      display: block;
      position: absolute;
      background-size: cover;
      top: 0;
      right: 0;
      width: 50px;
      height: 38px;
      background: url("../images/icons/mobile-menu-icon.svg") no-repeat center;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      z-index: 109; }
      .header__main .mobile_trigger.active {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url("../images/icons/close-menu-icon.svg") no-repeat center; } }

@media all and (max-width: 780px) {
  .header__top .search_result {
    max-width: 250px; }
  .header__top .geo_select {
    max-width: 300px; }
  .header__top .geo_select {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden; }
  .header__top .geo_select__list {
    width: 100%;
    padding: 15px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
    .header__top .geo_select li {
      display: block;
      width: 100%;
      margin-right: 0 !important; } }

.mobile-menu {
  position: fixed;
  top: 100px;
  left: 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  background: #F5F5F5;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 60px 10px 10px 10px;
  z-index: 99;
  overflow-y: auto; }

.slider {
  width: 100%; }
  .slider .container {
    max-width: 1248px; }
  .slider__wrap {
    padding-left: 52px;
    padding-right: 52px;
    width: 100%;
    height: 400px; }
  .slider .swiper {
    width: 1144px;
    height: 400px; }
  .slider .swiper-wrapper,
  .slider .swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .slider .swiper-slide {
    background: no-repeat top center;
    background-size: cover; }
    .slider .swiper-slide span {
      display: none; }
  .slider .navigation__prev, .slider .navigation__next {
    width: 42px;
    height: 42px;
    background: #5AA13F;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    top: -webkit-calc(50% - 21px);
    top: calc(50% - 21px);
    z-index: 9; }
    .slider .navigation__prev svg, .slider .navigation__next svg {
      position: absolute;
      top: 12px;
      left: 10px; }
  .slider .navigation__next {
    right: 0; }
  .slider .navigation__prev {
    left: 0; }
  .slider__info {
    position: absolute;
    top: 112px;
    left: 52px;
    background: #5AA13F;
    padding: 20px 20px 35px 40px;
    width: 485px;
    min-height: 175px;
    color: #ffffff;
    z-index: 9; }
    .slider__info p {
      font-size: 24px;
      line-height: 29px; }
  .slider .swiper-pagination {
    bottom: 20px;
    left: 40px;
    text-align: left; }
    .slider .swiper-pagination span {
      width: 8px;
      height: 8px;
      background: #ffffff;
      margin: 0 5px 0 0 !important;
      opacity: 0.5;
      -moz-opacity: 0.5; }
      .slider .swiper-pagination span.swiper-pagination-bullet-active {
        opacity: 1;
        -moz-opacity: 1; }

@media all and (max-width: 980px) {
  .slider .container {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px; }
  .slider__wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: auto; }
  .slider .swiper {
    width: 100%;
    margin-bottom: 30px; }
  .slider__info {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    height: auto;
    min-height: 242px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between; }
    .slider__info p {
      font-size: 23px;
      line-height: 1.2; }
  .slider .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    text-align: center; } }

.breadcrumbs {
  background: #5AA13F;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 10px 6px 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5); }
  .breadcrumbs span, .breadcrumbs a {
    color: #ffffff;
    display: inline-block;
    margin-right: 8px; }
    .breadcrumbs span:last-child, .breadcrumbs a:last-child {
      margin-right: 0; }
    .breadcrumbs span.arrow, .breadcrumbs a.arrow {
      width: 6px;
      height: 8px;
      background: url("../images/icons/breadcrumbs-arrow.svg") no-repeat center; }
  .breadcrumbs span:not(.home) {
    color: rgba(255, 255, 255, 0.5); }

.wastes {
  padding-top: 40px;
  padding-bottom: 65px; }
  .wastes__bg {
    position: absolute;
    z-index: 1; }
    .wastes__bg.bg-1 {
      top: -150px;
      right: 0;
      width: 59.5%;
      height: auto; }
    .wastes__bg.bg-2 {
      bottom: -295px;
      left: 0;
      width: 45.76%;
      height: auto; }
    .wastes__bg.bg-3 {
      bottom: -130px;
      right: 0;
      width: 35.62%;
      height: auto; }
  .wastes h1 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px; }
  .wastes h5 {
    width: 100%;
    text-align: center; }
  .wastes__list {
    z-index: 9;
    margin-top: 40px; }
  .wastes__item {
    width: 166px;
    max-height: 332px;
    box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -moz-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -webkit-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    color: #000000;
    display: inline-block; }
    .wastes__item:nth-child(6n + 6) {
      margin-right: 0; }
    .wastes__item_cover {
      width: 100%;
      height: 166px;
      background: no-repeat top center;
      background-size: cover;
      border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px; }
    .wastes__item_body {
      padding: 20px;
      min-height: 166px;
      background: #ffffff; }
      .wastes__item_body h6 {
        text-align: center; }
  .wastes__info {
    z-index: 9;
    margin-top: 57px; }
    .wastes__info_bg {
      width: 380px;
      height: 306px;
      position: absolute;
      left: -100px;
      top: 0; }
      .wastes__info_bg img {
        max-width: 100%;
        height: auto; }
    .wastes__info_text {
      padding-left: 298px; }
      .wastes__info_text .h1 {
        margin-bottom: 20px; }
      .wastes__info_text h5 {
        margin-bottom: 20px;
        text-align: left; }

@media all and (max-width: 980px) {
  .wastes {
    padding-top: 30px;
    padding-bottom: 30px; }
    .wastes .container {
      padding-left: 35px;
      padding-right: 35px; }
    .wastes__bg {
      display: none; }
    .wastes h1 {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px; }
    .wastes__list {
      margin-top: 30px; }
    .wastes__item {
      width: -webkit-calc((100% / 3) - 14px);
      width: calc((100% / 3) - 14px);
      max-height: 282px;
      margin-right: 20px;
      margin-bottom: 20px; }
      .wastes__item:nth-child(3n + 3) {
        margin-right: 0; }
      .wastes__item_body {
        min-height: 116px; }
    .wastes__info {
      margin-top: 10px; }
      .wastes__info_text {
        padding-left: 0; } }

@media all and (max-width: 460px) {
  .wastes__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
    .wastes__item:nth-child(2n + 2) {
      margin-right: 0; }
    .wastes__item:nth-child(3n + 3) {
      margin-right: 20px; }
    .wastes__item:nth-child(6n + 6) {
      margin-right: 0; }
    .wastes__item_body {
      min-height: 116px; } }

.advantages {
  padding: 60px 0 30px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .advantages .h1 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
  .advantages__item {
    width: 558px;
    min-height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -moz-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -webkit-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px; }
    .advantages__item:nth-child(2n+1) {
      margin-right: 30px; }
    .advantages__item .image {
      width: 120px;
      height: 120px;
      display: inline-block;
      margin-right: 15px;
      background: no-repeat center;
      background-size: cover; }
    .advantages__item .text {
      max-width: -webkit-calc(100% - 135px);
      max-width: calc(100% - 135px);
      color: #000000; }
      .advantages__item .text p:first-child {
        margin-bottom: 10px; }

@media all and (max-width: 1200px) {
  .advantages__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); } }

@media all and (max-width: 780px) {
  .advantages .container {
    padding-left: 35px;
    padding-right: 35px; }
  .advantages .h1 {
    margin-bottom: 20px; }
  .advantages__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .advantages__item {
    width: 100%;
    min-height: 290px;
    margin-bottom: 0; }
    .advantages__item:nth-child(2n+1) {
      margin-right: 0; }
    .advantages__item .image {
      display: block;
      margin-right: 0; }
    .advantages__item .text {
      max-width: 100%;
      color: #000000; }
      .advantages__item .text .bold {
        margin-bottom: 10px; }
  .advantages .swiper,
  .advantages .swiper-wrapper {
    width: 100%; }
  .advantages .swiper-pagination {
    bottom: 60px; } }

.licenses {
  padding: 40px 0 50px 0;
  width: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .licenses .h1, .licenses .h5 {
    width: 100%;
    text-align: center; }
  .licenses .h1 {
    margin-bottom: 20px; }
  .licenses .h5 {
    margin-bottom: 40px; }
  .licenses__list {
    padding-bottom: 40px;
    margin-top: 30px; }
  .licenses__item {
    display: inline-block;
    width: 166px;
    height: 230px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -moz-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -webkit-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: no-repeat center;
    background-size: cover; }

@media all and (max-width: 980px) {
  .licenses {
    padding: 30px 0 20px 0; }
    .licenses .container {
      padding-left: 35px;
      padding-right: 35px; }
    .licenses__list {
      padding-bottom: 50px; }
    .licenses__item {
      width: 140px;
      height: 200px; } }

.articles {
  padding: 60px 0 60px 0;
  background: #FBFAF6;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .articles .h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .articles__item {
    width: 362px;
    min-height: 332px;
    margin-right: 30px;
    box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -moz-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -webkit-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ffffff; }
    .articles__item .cover {
      width: 100%;
      height: 166px;
      background: no-repeat top center;
      background-size: cover;
      -webkit-filter: drop-shadow(0px 2px 0px #5AA13F);
              filter: drop-shadow(0px 2px 0px #5AA13F);
      border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px; }
    .articles__item:nth-child(3n + 3) {
      margin-right: 0; }
    .articles__item .body {
      padding: 20px 20px 35px 20px; }
      .articles__item .body p {
        font-family: 'SFUIDisplay Semibold', sans-serif;
        font-weight: 600;
        margin-bottom: 8px; }
      .articles__item .body .date {
        opacity: 0.5;
        -moz-opacity: 0.5; }
      .articles__item .body .btn {
        width: 113px;
        height: 25px;
        font-size: 11px;
        line-height: 25px;
        display: block; }
  .articles.related {
    padding: 0 0 30px 0;
    background: none; }
.search h4 {
  width: 100%;
  margin-bottom: 20px;
}
.search h4 a {
  color: #5AA13F;
  text-decoration: underline;
}
@media all and (max-width: 980px) {
  .articles {
    padding: 30px 0 30px 0;
    background: none; }
    .articles__item {
      width: -webkit-calc((100% / 3) - 20px);
      width: calc((100% / 3) - 20px);
      margin-right: 30px; } }

@media all and (max-width: 780px) {
  .articles .container {
    padding-left: 30px;
    padding-right: 30px; }
  .articles__item {
    width: 100%;
    margin-right: 0;
    box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -moz-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
    -webkit-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09); }
    .articles__item .cover {
      height: 137px; }
  .articles .swiper,
  .articles .swiper-wrapper {
    width: 100%; }
  .articles .swiper-wrapper {
    padding-bottom: 30px; }
  .articles .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; } }


.feedback {
  padding: 50px 0 60px 0;
  background: url("../images/feedback_bg.png") no-repeat right top -80px; }
  

  .feedback__form {
    width: 678px;
    min-height: 305px;
    box-shadow: 0px 4px 44px rgba(90, 161, 63, 0.1);
    -moz-box-shadow: 0px 4px 44px rgba(90, 161, 63, 0.1);
    -webkit-box-shadow: 0px 4px 44px rgba(90, 161, 63, 0.1);
    background: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 31px 26px 33px 31px; }
    .feedback__form h5 {
      width: 100%;
      margin-bottom: 20px; }
    .feedback__form .wpcf7-form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
    .feedback__form .wpcf7-form-control-wrap {
      display: block;
      width: 100%; }
    .feedback__form p {
      width: 100%; }
    .feedback__form .wpcf7-text,
    .feedback__form .wpcf7-textarea {
      display: block;
      width: 300px;
      background: #F5F5F5;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      font-weight: 300;
      font-size: 14px;
      line-height: 17px; }
    .feedback__form .wpcf7-text {
      height: 38px;
      padding: 0 20px 0 20px;
      resize: none; }
    .feedback__form .wpcf7-textarea {
      height: 98px;
      padding: 10px 20px 10px 20px; }
    .feedback__form .wpcf7-form-control::-webkit-input-placeholder {
      font-weight: 300;
      font-size: 14px;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.5); }
    .feedback__form .wpcf7-form-control:-moz-placeholder {
      font-weight: 300;
      font-size: 14px;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.5); }
    .feedback__form .wpcf7-form-control::-moz-placeholder {
      font-weight: 300;
      font-size: 14px;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.5); }
    .feedback__form .wpcf7-form-control:-ms-input-placeholder {
      font-weight: 300;
      font-size: 14px;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.5); }
    .feedback__form .wpcf7-acceptance {
      display: block;
      width: 100%;
      margin: 20px 0 15px 0; }
      .feedback__form .wpcf7-acceptance .wpcf7-list-item {
        margin: 0; }
      .feedback__form .wpcf7-acceptance input[type="checkbox"] {
        width: 17px;
        height: 17px;
        background: #F5F5F5;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        display: inline-block;
        margin-right: 10px; }
      .feedback__form .wpcf7-acceptance .wpcf7-list-item-label {
        display: inline-block;
        font-size: 12px;
        line-height: 160%;
        color: #000000;
        opacity: 0.8;
        top: -4px; }
.feedback__form .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #5AA13F;
  opacity: 1;
}
        .feedback__form .wpcf7-acceptance .wpcf7-list-item-label:before, .feedback__form .wpcf7-acceptance .wpcf7-list-item-label:after {
          display: none; }
    .feedback__form .wpcf7-spinner {
      position: absolute;
      right: 0;
      bottom: 0; }
    .feedback__form .wpcf7-submit {
      display: block;
      background: #9FC656;
      color: #ffffff;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      width: 207px;
      height: 40px;
      text-align: center;
      font-family: 'SFUIDisplay Bold', sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 40px; }
    .feedback__form .bottom {
      width: 100%; }
      .feedback__form .bottom p {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-align-content: center; }
      .feedback__form .bottom .wpcf7-form-control-wrap {
        display: inline-block;
        width: auto; }
      .feedback__form .bottom .wpcf7-text {
        width: 187px;
        display: inline-block; }
    .feedback__form .captcha {
      display: inline-block;
      width: 187px;
      height: 42px; }

@media all and (max-width: 980px) {
  .feedback {
    background: none; } }

@media all and (max-width: 780px) {
  .feedback {
    padding: 30px 0 30px 0;
    background: none; }
    .feedback .container {
      padding-left: 35px;
      padding-right: 35px; }
    .feedback .form__left, .feedback .form__right {
      width: 100%; }
    .feedback__form {
      width: 100%;
      padding: 30px 10px 30px 10px; }
      .feedback__form .wpcf7-text,
      .feedback__form .wpcf7-textarea {
        width: 100%; }
      .feedback__form .wpcf7-textarea {
        height: 98px;
        margin-top: 20px; }
      .feedback__form .wpcf7-acceptance .wpcf7-list-item-label {
        font-size: 12px;
        line-height: 150%;
        top: 3px;
        width: -webkit-calc(100% - 27px);
        width: calc(100% - 27px); }
      .feedback__form .captcha {
        display: block;
        margin-bottom: 20px;
        width: 180px;
        height: 41px; }
      .feedback__form .bottom .wpcf7-form-control-wrap {
        width: 100%; }
      .feedback__form .bottom .wpcf7-text {
        width: 100%;
        display: block;
        margin-bottom: 20px; }
      .feedback__form .wpcf7-submit {
        margin: 0 auto;
        width: 100%;
        max-width: 280px; } }

.working {
  padding-bottom: 50px; }
  .working h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
  .working__item {
    width: 236px;
    padding-right: 36px;
    padding-top: 42px;
    background: url("../images/working-arrow.svg") no-repeat top left 30px; }
    .working__item .number {
      display: block;
      width: 42px;
      height: 42px;
      margin-bottom: 10px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: #5AA13F;
      text-align: center;
      font-family: 'SFUIDisplay Bold', sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 42px;
      color: #FFFFFF; }
    .working__item:last-child {
      width: 200px;
      padding-right: 0;
      background: none; }
    .working__item p {
      display: block;
      width: 100%; }
    .working__item .bold {
      margin-bottom: 10px; }

@media all and (max-width: 1200px) {
  .working__item {
    width: 20%;
    padding-right: 20px;
    background: none; }
    .working__item:last-child {
      width: 20%; } }

@media all and (max-width: 780px) {
  .working__item {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
    text-align: center; }
    .working__item .working h4 {
      margin-bottom: 30px; }
    .working__item .number {
      margin: 0 auto; }
    .working__item .bold {
      margin-top: 20px; }
    .working__item:last-child {
      width: 100%; } }

.prices {
  margin: 10px 0 10px 0; }
  .prices h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .prices__wrap {
    background: #EEF5EB;
    padding: 40px 20px 40px 20px; }
  .prices__table {
    width: 620px;
    margin: 0 auto; }
    .prices__table .row {
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .prices__table .row .value {
        min-width: 148px; }

@media all and (max-width: 780px) {
  .prices__wrap {
    background: #EEF5EB;
    padding: 20px; }
  .prices__table {
    width: 100%; }
    .prices__table .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      font-size: 16px;
      line-height: 1.2; }
    .prices__table .value, .prices__table .name {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      min-width: 1px; }
    .prices__table .name {
      margin-right: 20px; } }

footer {
  padding: 40px 0 0 0;
  background: #FBFAF6; }

.footer__left {
  padding-top: 10px; }
  .footer__left_logo {
    width: 233px;
    height: auto;
    margin-bottom: 30px; }
  .footer__left_links{
    padding-left: 92px; }
    .footer__left_links a,
    .footer__left_links .geo {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      color: #231F20;
    }
.footer__left_links .geo span {
  font-size: 14px;
  margin-right: 5px;
}
    .footer__left_links .phone {
      padding-left: 28px;
      background: url("../images/icons/phone-icon.svg") no-repeat center left;
      font-size: 16px;
      line-height: 19px; }
    .footer__left_links .email {
      padding-left: 34px;
      background: url("../images/icons/email-icon.svg") no-repeat center left;
      font-size: 16px;
      line-height: 19px; }
    .footer__left_links .btn {
      width: 130px;
      height: 25px;
      font-size: 11px;
      line-height: 25px;
    color: #ffffff;
    }

.footer__right {
  width: 762px;
  margin-bottom: 40px; }

.footer__menu {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px; }
  .footer__menu > li {
    display: inline-block; }
    .footer__menu > li a {
      font-size: 16px;
      line-height: 19px;
      color: #231F20;
      font-family: 'SFUIDisplay Semibold', sans-serif;
      font-weight: 600; }
  .footer__menu .sub-menu {
    display: none;
    margin-top: 10px; }
    .footer__menu .sub-menu > li {
      margin-bottom: 10px; }
      .footer__menu .sub-menu > li:last-child {
        margin-bottom: 0; }
      .footer__menu .sub-menu > li a {
        font-size: 14px;
        line-height: 22px;
        color: #000000;
        font-family: 'SFUIDisplay Regular', sans-serif;
        font-weight: 400; }
  .footer__menu.opened .sub-menu {
    display: block; }

.footer__services .col {
  width: 33.333%;
  padding-right: 75px; }
  .footer__services .col:nth-child(3n + 3) {
    padding-right: 0; }
  .footer__services .col .item {
    margin-bottom: 6px; }
    .footer__services .col .item:last-child {
      margin-bottom: 6px; }
    .footer__services .col .item a {
      font-size: 14px;
      line-height: 22px;
      color: #000000; }

.footer__bottom {
  background: #5AA13F;
  padding: 4px 0 4px 0; }
  .footer__bottom p {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF; }

@media all and (max-width: 1200px) {
  .footer__right {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px); }
  .footer__services .col {
    padding-right: 75px; } }

@media all and (max-width: 980px) {
  footer {
    padding: 30px 0 0 0;
    background: none; }
    footer .container {
      padding-left: 60px;
      padding-right: 60px; }
  .footer__left {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    margin-bottom: 30px; }
    .footer__left_links {
      padding-left: 0; }
      .footer__left_links .btn {
        width: 173px; }
  .footer__right {
    width: 100%;
    margin-bottom: 30px; }
    .footer__right .col {
      padding-right: 20px; }
  .footer__menu {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
    .footer__menu > li {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      .footer__menu > li:last-child {
        margin-bottom: 0; }
  .footer__bottom .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center; } }

.home .green_block,
.home .bottom_block {
  overflow: hidden; }
  .home .green_block .bg,
  .home .bottom_block .bg {
    position: absolute;
    height: auto;
    z-index: 1; }

.home .green_block .bg {
  left: 0;
  bottom: 60px;
  width: 464px; }

.home .bottom_block .bg {
  right: 0;
  top: 300px;
  width: 709px; }

.home .licenses {
  background: url("../images/licenses_bg.png") no-repeat top -120px left; }

.home .advantages {
  background: #EEF5EB; }

.home .feedback {
  background: none; }

@media all and (max-width: 980px) {
  .home .green_block .bg,
  .home .bottom_block .bg {
    display: none; }
  .home .licenses {
    background: none; } }

.page-template-template-license {
  background: url("../images/licenses-page-bg.png") no-repeat top -5vw center;
  background-size: cover; }
  .page-template-template-license .advantages {
    padding-top: 6px;
    padding-bottom: 20px; }
  .page-template-template-license .feedback {
    padding-top: 10px; }

@media all and (max-width: 980px) {
  .page-template-template-license {
    background: none; } }

.archive .articles,
.search .articles {
  padding-top: 20px;
  background: none;
  min-height: calc(100vh - 568px);
}
  .archive .articles h1,
  .search h1 {
    margin-bottom: 30px; }

.single h1 {
  margin-top: 30px; }

.single__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 35px; }

.single__content {
  margin-top: 30px; }
  .single__content img {
    /*display: block;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /* width: auto !important;*/
     max-width: 100%;
     /* height: auto !important; */}
  .single__content h1, .single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6, .single__content p, .single__content blockquote {
    margin-bottom: 30px; }
  .single__content h5 {
    font-size: 20px;
    line-height: 27px; }
  .single__content h4 {
    font-family: 'SFUIDisplay Bold', sans-serif;
    font-weight: 700; }
  .single__content p, .single__content li {
    font-size: 16px;
    line-height: 26px; }
  .single__content ul {
    padding-left: 18px; }
    .single__content ul li {
      list-style: disc;
      margin-bottom: 10px; }
  .single__content table {
    margin-bottom: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 29px; }
    .single__content table.with-margin {
      margin: 40px 0 40px 0; }
      .single__content table.with-margin td:first-child {
        width: 57%; }
      .single__content table.with-margin td:last-child {
        width: 43%; }
  .single__content .table tr {
    width: 100%; }
  .single__content .table td {
    width: 50%;
    vertical-align: top; }
    .single__content .table td:first-child {
      padding-right: 15px; }
    .single__content .table td:last-child {
      padding-left: 15px; }
    .single__content .table td p {
      margin-bottom: 10px; }
    .single__content .table td iframe {
      max-width: 100%; }
  .single__content .row {
    width: 100% !important; }
  .single__content .license__item,
  .single__content .license {
    width: 100%;
    margin-bottom: 30px; }
    .single__content .license__item img,
    .single__content .license img {
      margin: 0 auto; }

.single .start_price {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
  -moz-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
  -webkit-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
  width: 100%;
  padding: 40px; }
  .single .start_price .value {
    display: inline-block;
    padding: 5px 11px 5px 11px;
    font-size: 32px;
    line-height: 38px;
    border: 1px solid #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 15px; }
    .single .start_price .value span {
      display: block;
      width: 100%;
      font-size: 20px;
      line-height: 24px; }
  .single .start_price .for {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    max-width: 194px; }
  .single .start_price .btn {
    margin-top: 30px;
    width: 203px;
    height: 55px;
    font-size: 16px;
    line-height: 55px; }

article.single {
  padding-bottom: 70px; }

.single-post {
  background: url("../images/single-post-bg.png") no-repeat top 20vw center;
  background-size: cover; }

.single-trash .top_block,
.page .top_block {
  background: url("../images/trash_bg_1.png") no-repeat top -5vw center;
  background-size: cover; }

.single-trash .bottom_block,
.page .bottom_block {
  padding-top: 30px;
  background: url("../images/trash_bg_2.png") no-repeat top -24vw center;
  background-size: cover; }

.single-trash .single,
.page .single {
  padding-bottom: 0; }

.single-trash .licenses,
.page .licenses {
  padding: 10px 0 40px 0; }

.single-trash .working,
.page .working {
  padding-bottom: 40px; }

.single-trash .advantages,
.page .advantages {
  background: #EEF5EB;
  padding: 60px 0 60px 0; }

.single-trash .feedback,
.page .feedback {
  padding: 50px 0 40px 0;
  background: none; }

@media all and (max-width: 1200px) {
  .single .start_price {
    padding: 20px; }
    .single .start_price .value {
      display: block;
      margin: 0 auto;
      font-size: 26px;
      line-height: 1.3; }
    .single .start_price .for {
      display: block;
      font-size: 16px;
      line-height: 24px;
      max-width: 100%;
      margin-top: 20px;
      text-align: center; }
    .single .start_price .btn {
      margin-top: 20px;
      max-width: 100%; }
  .archive .articles,
  .search .articles {
    min-height: 1px;
  }
}

@media all and (max-width: 980px) {
  .page .licenses {
    padding: 30px 0 0 0; }
  .single-post {
    background: none; }
  .single-trash .top_block,
  .page .top_block {
    background: none; }
  .single-trash .bottom_block,
  .page .bottom_block {
    background: none; } }

@media all and (max-width: 780px) {
  .page .advantages {
    padding: 60px 0 110px 0; }
  .page .feedback {
    padding: 0;
    background: none; }
  .single__content h1, .single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6, .single__content p {
    margin-bottom: 20px; }
  .single__content h5 {
    font-size: 18px;
    line-height: 1.3; }
  .single__content .table td {
    width: 100%;
    display: block; }
    .single__content .table td:first-child {
      padding-right: 0;
      margin-bottom: 20px; }
    .single__content .table td:last-child {
      padding-left: 0; }
  .single__content table.with-margin {
    margin: 30px 0 30px 0; }
    .single__content table.with-margin td:first-child {
      width: 100%; }
    .single__content table.with-margin td:last-child {
      width: 100%; }
  .single .start_price {
    padding: 20px; }
    .single .start_price .value {
      display: block;
      margin: 0 auto;
      font-size: 26px;
      line-height: 1.3; }
    .single .start_price .for {
      display: block;
      font-size: 16px;
      line-height: 24px;
      max-width: 100%;
      margin-top: 20px;
      text-align: center; }
    .single .start_price .btn {
      margin-top: 20px;
      max-width: 100%; }
  .single-trash .advantages,
  .page .advantages {
    padding: 60px 0 110px 0; }
  .single-trash .licenses,
  .page .licenses {
    padding: 10px 0 0 0; }
  .single-trash .feedback,
  .page .feedback {
    padding: 30px 0 30px 0;
    background: none; }
  .single__content img {
    width: auto !important;
    height: auto !important;
  }
}

.page-template-template-about {
  background: url("../images/about-page-bg.png") no-repeat top center;
  background-size: cover; }
  .page-template-template-about .advantages {
    background: #EEF5EB; }
  .page-template-template-about .bottom_block {
    background: url("../images/feedback_bg_2.png") no-repeat top 5vw left; }

@media all and (max-width: 980px) {
  .page-template-template-about {
    background: none; }
  .bottom_block {
    background: none; } }

.page-template-template-contacts {
  background: url("../images/contacts_bg.png") no-repeat top 30vw right;
  background-size: cover; }
  .page-template-template-contacts h2 {
    font-family: 'SFUIDisplay Regular', sans-serif;
    font-weight: 400; }
  .page-template-template-contacts .feedback {
    padding: 20px 0 68px 0;
    background: url("../images/feedback_bg.png") no-repeat right top -80px; }

.contacts__block {
  box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
  -moz-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
  -webkit-box-shadow: 0px 0px 20px rgba(63, 84, 55, 0.09);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #FFFFFF;
  margin-bottom: 30px; }
  .contacts__block .title {
    width: 100%;
    background: url(../images/icons/geo-icon.svg) no-repeat center left;
    padding-left: 34px;
    font-family: 'SFUIDisplay Bold', sans-serif;
    font-weight: 700; }
  .contacts__block .text {
    padding-left: 34px; }
    .contacts__block .text p {
      margin-bottom: 15px; }
  .contacts__block .phone,
  .contacts__block .email,
  .contacts__block .explanation {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-decoration: none; }
  .contacts__block .phone,
  .contacts__block .email {
    font-family: 'SFUIDisplay Bold', sans-serif;
    font-weight: 700; }
  .contacts__block .phone {
    margin-right: 40px;
    padding-left: 34px;
    background: url("../images/icons/phone-icon.svg") no-repeat center left;
    font-size: 16px;
    line-height: 19px;
    min-width: 190px; }
  .contacts__block .email {
    margin-right: 10px;
    padding-left: 34px;
    background: url("../images/icons/email-icon.svg") no-repeat center left;
    font-size: 16px;
    line-height: 19px; }
  .contacts__block .row {
    margin-bottom: 15px; }

.contacts__map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px; }
  .contacts__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }

.main_office {
  width: 100%;
  padding: 30px 20px 30px 20px; }
  .main_office .title {
    margin-bottom: 15px; }

.branch {
  padding: 20px;
  margin-right: 30px;
  width: -webkit-calc((100% / 3) - 20px);
  width: calc((100% / 3) - 20px);
  min-height: 170px; }
  .branch:nth-child(3n + 3) {
    margin-right: 0; }
  .branch .flex {
    height: 100%; }
  .branch .title {
    width: 100%;
    margin-bottom: 10px; }
  .branch .phone {
    margin-right: 0;
    padding-left: 34px;
    min-width: 100%; }

.vrez2 {
    text-align: center;
    border: 1px solid #398215;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px !important;
    padding: 15px;
    font-size: 20px !important;
}

blockquote.vrezb {
	    border: 1px solid #47a11a;
    padding: 10px 5px 10px 35px;
    position: relative;
    border-radius: 2px 2px 2px 25px;
    line-height: 1.0;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px !important;
    font-size: 17px !important;
}
blockquote.vrezb p {
	margin-bottom: 0px;
}

@media all and (max-width: 980px) {
  .page-template-template-contacts {
    background: none; }
    .page-template-template-contacts .feedback {
      padding: 20px 0 68px 0;
      background: none; }
  .contacts__block .phone {
    margin-right: 20px;
    min-width: 100px; }
  .contacts__block .email {
    margin-right: 10px; } }

@media all and (max-width: 780px) {
  .contacts__block .text {
    padding-left: 0; }
  .contacts__block .phone,
  .contacts__block .email,
  .contacts__block .explanation {
    margin-right: 0;
    min-width: 100%;
    width: 100%;
    margin-bottom: 10px; }
  .contacts__block .row {
    margin-bottom: 20px; }
    .contacts__block .row:last-child {
      margin-bottom: 0; }
  .main_office {
    width: 100%;
    padding: 20px; }
  .branch {
    margin-right: 20px;
    width: -webkit-calc((100% / 2) - 10px);
    width: calc((100% / 2) - 10px);
    min-height: 170px;
    margin-bottom: 20px; }
    .branch:nth-child(2n + 2) {
      margin-right: 0; }
    .branch:nth-child(3), .branch:nth-child(9), .branch:nth-child(15) {
      margin-right: 20px; } }

@media all and (max-width: 490px) {
  .branch {
    width: 100%;
    margin-right: 0 !important; } }


.ftb {
	display: block;
    position: fixed;
    z-index: 99;
    bottom: 80px;
    right: 10px;
    margin: 0;
    padding: 0;
}
.ftb-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  margin: 10px 0 0 0;
  padding: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.ftb-link.tlg {
  background: #2ca8dd;
  animation: fbt-shadow 1.5s linear 0s infinite;
}
.ftb-link.wa {
  background: #01e675;
  animation: fbt-shadow 1.5s linear 0s infinite;
}


@keyframes fbt-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(44,168,221,.6);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(44,168,221,0);
  }
}

.science .articles__item {
	min-height: auto;
    margin-bottom: 20px;
	
}

.contacts__block.main_office .btn.green {
	width: 200px;
    font-size: 18px;
    line-height: 46px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: auto;
	}
	
.b24-form-header-title {
    font-weight: 700 !important;
}

.b24-form-header-title, .b24-form-header-description {
    font-family: 'SFUIDisplay Regular', sans-serif !important;
}


.feedback__form {z-index: 99;}	

.contup .feedback {
  padding: 50px 0 60px 0;
  background: none; }  