.hide {
  display: none !important
}

@media (min-width: 358px) {
  .hide-mm {
    display: none !important
  }
}

@media (min-width: 480px) {
  .hide-xs {
    display: none !important
  }
}

@media (min-width: 576px) {
  .hide-sm {
    display: none !important
  }
}

@media (min-width: 768px) {
  .hide-md {
    display: none !important
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .hide-xl {
    display: none !important
  }
}

.block {
  display: block !important
}

@media (min-width: 358px) {
  .block-mm {
    display: block !important
  }
}

@media (min-width: 480px) {
  .block-xs {
    display: block !important
  }
}

@media (min-width: 576px) {
  .block-sm {
    display: block !important
  }
}

@media (min-width: 768px) {
  .block-md {
    display: block !important
  }
}

@media (min-width: 992px) {
  .block-lg {
    display: block !important
  }
}

@media (min-width: 1200px) {
  .block-xl {
    display: block !important
  }
}

.inline-block {
  display: inline-block !important
}

@media (min-width: 358px) {
  .inline-block-mm {
    display: inline-block !important
  }
}

@media (min-width: 480px) {
  .inline-block-xs {
    display: inline-block !important
  }
}

@media (min-width: 576px) {
  .inline-block-sm {
    display: inline-block !important
  }
}

@media (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important
  }
}

@media (min-width: 992px) {
  .inline-block-lg {
    display: inline-block !important
  }
}

@media (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important
  }
}

.flex {
  display: flex !important
}

@media (min-width: 358px) {
  .flex-mm {
    display: flex !important
  }
}

@media (min-width: 480px) {
  .flex-xs {
    display: flex !important
  }
}

@media (min-width: 576px) {
  .flex-sm {
    display: flex !important
  }
}

@media (min-width: 768px) {
  .flex-md {
    display: flex !important
  }
}

@media (min-width: 992px) {
  .flex-lg {
    display: flex !important
  }
}

@media (min-width: 1200px) {
  .flex-xl {
    display: flex !important
  }
}

.inline-flex {
  display: inline-flex !important
}

@media (min-width: 358px) {
  .inline-flex-mm {
    display: inline-flex !important
  }
}

@media (min-width: 480px) {
  .inline-flex-xs {
    display: inline-flex !important
  }
}

@media (min-width: 576px) {
  .inline-flex-sm {
    display: inline-flex !important
  }
}

@media (min-width: 768px) {
  .inline-flex-md {
    display: inline-flex !important
  }
}

@media (min-width: 992px) {
  .inline-flex-lg {
    display: inline-flex !important
  }
}

@media (min-width: 1200px) {
  .inline-flex-xl {
    display: inline-flex !important
  }
}


body {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  background-color: #F9F9FD;
  margin: 0;
  padding: 0
}

@media (max-width: 767px) {
  body {
    font-size: 16px
  }
}

body,
input,
button,
textarea,
select,
pre {
  font-family: "OpenSans", Helvetica, Arial, sans-serif
}

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

h1 {
  margin: 40px 0 16px 0;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  h1 {
    margin: 30px 0 13px 0;
    font-size: 24px
  }
}

h2 {
  margin: 70px 0 16px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.margin-box h2 {
    padding: 10px 0 20px 0;
    font-weight: 400;
}

.margin-box h2 b{
    font-weight: 700;
}

.item-text h2 {
    margin: 20px 0 0 0;
    min-height: 50px;
}

@media (max-width: 767px) {
  h2 {
    margin: 50px 0 13px 0;
    font-size: 20px
  }
}

h2.custom-h2 {
  font-size: 36px
}

@media (max-width: 767px) {
  h2.custom-h2 {
    font-size: 20px
  }
}

h3 {
  margin: 35px 0 16px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  h3 {
    margin: 25px 0 13px 0;
    font-size: 17px
  }
}

h3.h2 {
  margin: 70px 0 16px 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700
}

@media (max-width: 767px) {
  h3.h2 {
    margin: 50px 0 13px 0;
    font-size: 20px
  }
}

h4 {
  margin: 20px 0 16px 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  h4 {
    margin: 16px 0 13px 0;
    font-size: 15px
  }
}

.decorated {
  display: block;
  position: relative
}

.decorated span {
  position: relative;
  display: inline;
  background-color: #F9F9FD;
  z-index: 2;
  padding-right: 0.5em
}

.decorated::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C1C1CA;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  z-index: 1
}

.decorated-link {
  display: block;
/*  width: 100px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 13px;
  right: 0;
  transform: translateY(50%);
  text-align: right;
  background-color: #F9F9FD;
  z-index: 1;
  padding-left: 5px
}

@media (max-width: 767px) {
  .decorated-link {
/*    width: 100px;*/
    bottom: 11px
  }
}

.decorated-link a,
.decorated-link a:visited {
  color: #5EA623;
  text-decoration: underline
}

.decorated-link a:hover,
.decorated-link a:visited:hover {
  text-decoration: none
}

.alternative .decorated span,
.alternative .decorated-link {
  background-color: #fff
}

.decorated-wrap {
  position: relative;
  padding-right: 100px
}

@media (max-width: 767px) {
  .decorated-wrap {
    padding-right: 80px
  }
}

.decorated-wrap.extra {
  padding-right: 120px
}

@media (max-width: 767px) {
  .decorated-wrap.extra {
    padding-right: 100px
  }
}

.decorated-wrap.extra .decorated-link {
  width: 120px
}

@media (max-width: 767px) {
  .decorated-wrap.extra .decorated-link {
    width: 100px
  }
}

.decorated-wrap.extra-2 {
  padding-right: 150px
}

@media (max-width: 767px) {
  .decorated-wrap.extra-2 {
    padding-right: 120px
  }
}

.decorated-wrap.extra-2 .decorated-link {
  width: 150px
}

@media (max-width: 767px) {
  .decorated-wrap.extra-2 .decorated-link {
    width: inherit;
  }
}

.decorated-wrap.h3 .decorated-link {
  bottom: 11px
}

@media (max-width: 767px) {
  .decorated-wrap.h3 .decorated-link {
    bottom: 9px
  }
}

.decorated-wrap.h4 .decorated-link {
  bottom: 9px
}

@media (max-width: 767px) {
  .decorated-wrap.h4 .decorated-link {
    bottom: 7.5px
  }
}

.decorated-wrap.custom-h2 .decorated-link {
  bottom: 20px
}

@media (max-width: 767px) {
  .decorated-wrap.custom-h2 .decorated-link {
    bottom: 11px
  }
}

p {
  margin: 16px 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15px
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    margin: 13px 0
  }
}

img {
  max-width: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 5px
}

.iframe-box {
  position: relative;
  display: block;
  width: 1200px;
  max-width: 100%
}

.iframe-box iframe {
  display: block;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important
}

.iframe-box::before {
  content: '';
  display: block;
  padding-bottom: 56.25%
}

@media (max-width: 767px) {
  iframe {
    width: 100%;
    height: auto;
    min-height: 250px;
}
}

.margin-box {
  overflow: hidden
}

.margin-box::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px
}

.margin-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: -101px;
  margin-top: 100px
}

.paragraph-row {
  margin-top: 16px;
  margin-bottom: -16px
}

.paragraph-row>[class*="col-"] {
  margin-bottom: 16px
}

.paragraph-row>[class*="col-"]::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px
}

.paragraph-row>[class*="col-"]::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: -101px;
  margin-top: 100px
}

@media (max-width: 767px) {
  .paragraph-row {
    margin-top: 13px
  }

  .paragraph-row>[class*="col-"] {
    margin-bottom: 13px
  }
}

figure {
  margin: 0;
  padding: 10px;
  display: inline-block;
  text-align: left;
  line-height: 0;
  border: 0;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1)
}

figure>img {
  display: inline-block
}

figure>figcaption {
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  padding-top: 10px;
  color: #000
}

@media (max-width: 767px) {
  figure>figcaption {
    font-size: 11px
  }
}

a {
  transition: color 100ms linear;
  color: #254AAF;
  text-decoration: none
}

p a, blockquote a {
    font-weight: bold;
}

a:visited {
  /*color: #5EA623;*/
  text-decoration: dotted;
}

a:hover {
  color: #5EA623
}

blockquote {
  font-size: 16px;
/*  font-style: italic;*/
  margin: 16px 0 16px 30px;
  padding: 0 0 0 30px;
  border-left: 2px solid #5EA623;
  font-weight: 600;
}

@media (max-width: 767px) {
  blockquote {
    padding: 0 0 0 15px;
    margin: 13px 0;
    font-size: 14px
  }
}

ul {
  display: block;
  list-style: none;
  padding-left: 10px;
  margin: 16px 0;
  font-size: 15px
}

@media (max-width: 767px) {
  ul {
    font-size: 15px;
    margin: 13px 0;
    padding-left: 0
  }
}

ul>li {
  display: block;
  position: relative;
  padding-left: 1.5em;
/*  margin-bottom: 12px*/
}

ul>li::before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: calc(0.75em - 3px);
  left: 0;
  background-color: #5EA623
}

ul>li>ol,
ul>li>ul {
  margin: 5px 0;
  padding: 0
}

ul>li>ul>li::before {
  font-weight: 400;
  background-color: #C1C1CA
}

ol {
  display: block;
  list-style: none;
  padding-left: 10px;
  margin: 16px 0;
  counter-reset: li;
  font-size: 15px
}

@media (max-width: 767px) {
  ol {
    font-size: 14px;
    margin: 13px 0;
    padding-left: 0
  }
}

ol>li {
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 12px
}

ol>li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-weight: 600;
  position: absolute;
  display: block;
  top: 0;
  left: 0
}

ol>li>ol>li {
  padding-left: 2.25em
}

ol>li>ol>li>ol>li {
  padding-left: 3em
}

ol>li>ol,
ol>li>ul {
  margin: 5px 0;
  padding: 0
}

main.main:not(.no-table-style) table {
  border: 0;
  /*display: inline-block;*/
  overflow-y: visible;
  overflow-x: auto;
  border-spacing: 0;
  max-width: 100%;
  margin: 0;
  border-bottom: 1px solid #E8E8E8
}

main.main:not(.no-table-style) table tr th {
  font-weight: 600;
  border-right: 1px solid #E8E8E8
}

main.main:not(.no-table-style) table tr>td,
main.main:not(.no-table-style) table tr>th {
  text-align: left;
  padding: 15px;
  min-height: 50px;
  vertical-align: middle
}

main.main:not(.no-table-style) table tr>td:first-child,
main.main:not(.no-table-style) table tr>th:first-child {
  padding-left: 20px
}

main.main:not(.no-table-style) table tr>td:last-child,
main.main:not(.no-table-style) table tr>th:last-child {
  padding-right: 20px
}

main.main:not(.no-table-style) table tr:nth-of-type(2n)>td,
main.main:not(.no-table-style) table tr:nth-of-type(2n)>th {
  background-color: #fff
}

main.main:not(.no-table-style) table>thead>tr>td,
main.main:not(.no-table-style) table>thead>tr>th {
  padding: 20px 15px;
  border-bottom: 1px solid #8DC641;
  background-color: #fff
}

main.main:not(.no-table-style) table>tfoot>tr>td,
main.main:not(.no-table-style) table>tfoot>tr>th {
  border-top: 1px solid #E8E8E8;
  background-color: #fff
}

dl {
  margin: 16px 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap
}

@media (max-width: 767px) {
  dl {
    margin: 13px 0
  }
}

dl>dt,
dl>dd {
  margin: 0;
  padding: 16px
}

dl>dt {
  flex: 1 0 50%;
  max-width: 50%;
  padding-right: 0
}

dl>dt:nth-of-type(2n-1) {
  background-color: #fff
}

dl>dd {
  flex: 1 0 50%;
  max-width: 50%;
  padding-left: 10px
}

dl>dd:nth-of-type(2n-1) {
  background-color: #fff
}

.form {
  display: block
}

.form.background, .review-form {
  margin: 16px 0;
  padding: 40px;
  background-color: #D9F3C3;
  border-radius: 10px
}

@media (max-width: 575px) {
  .form.background {
    padding: 20px;
    margin: 13px 0
  }
}

.form.background::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px
}

.form.background::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: -101px;
  margin-top: 100px
}

.form-button,
.form-button:visited, .SDEK_selectPVZ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 0;
  outline: 0;
  background-color: #8DC641;
  color: #fff;
  height: 40px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  margin: 0;
  transition: background-color 100ms linear, color 100ms linear;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 20px;
  letter-spacing: 1pt;
}
a#rp_select_button, .SDEK_selectPVZ {
    margin: 10px 0;
}

span.sdek_pvzAddr {
    color: #254AAF;
    font-weight: 600;
}

span.sdek_pvzAddr:before {
    color: #000;
    font-weight: normal;
    content: 'Выбран ПВЗ: ';
}

@media (max-width: 575px) {

  .form-button,
  .form-button:visited {
    padding: 0 15px
  }
}

.form-button:hover,
.form-button:visited:hover, .SDEK_selectPVZ:hover {
  background-color: #5EA623;
  color: #fff
}

.form-button.fluid,
.form-button:visited.fluid {
  width: 100%
}

.form-button-second,
.form-button-second:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  outline: 0;
  background-color: #fff;
  color: #5EA623;
  border: 1px solid #5EA623;
  height: 40px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  margin: 0;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  letter-spacing: 1pt;
}

.bx-soa-more-btn .form-button-second:nth-child(2) {
    background: #8DC641;
    color: #fff;
}

.bx-soa-more-btn .form-button-second:hover {
    background: #5EA623;
}

@media (max-width: 575px) {

  .form-button-second,
  .form-button-second:visited {
    padding: 0 15px
  }
}

.form-button-second:hover,
.form-button-second:visited:hover {
  background-color: #5EA623;
  color: #fff;
  border-color: #5EA623;
  text-decoration: none;
}

.form-button-second.fluid,
.form-button-second:visited.fluid {
  width: 100%
}

.form-button-decorate,
.form-button-decorate:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 0;
  outline: 0;
  background-color: #5EA623;
  color: #fff;
  height: 40px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  margin: 0;
  transition: background-color 100ms linear, color 100ms linear, box-shadow 100ms linear;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: inset -500px 0 100px -450px #8DC641
}

.form-button-decorate.red,
.form-button-decorate.red:visited, .form-button-decorate.red:hover {
  background-color: #EE404A;
  box-shadow: inset -500px 0 100px -450px #FB6F76;
  color: #fff;
  cursor: not-allowed;
}

.red {color: #EE404A;}

.form-button-decorate.length,
.form-button-decorate:visited.length {
  box-shadow: inset -500px 0 150px -400px #8DC641
}

.form-button-decorate.small,
.form-button-decorate:visited.small {
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase
}

@media (max-width: 575px) {

  .form-button-decorate,
  .form-button-decorate:visited {
    padding: 0 12px
  }
}

.form-button-decorate:hover,
.form-button-decorate:visited:hover {
  background-color: #5EA623;
  color: #fff;
  box-shadow: none
}

.form-button-decorate.fluid,
.form-button-decorate:visited.fluid {
  width: 100%
}

.form-button+.form-button,
.form-button+.form-button-second,
.form-button+.form-button-decorate,
.form-button-second+.form-button,
.form-button-second+.form-button-second,
.form-button-second+.form-button-decorate,
.form-button-decorate+.form-button,
.form-button-decorate+.form-button-second,
.form-button-decorate+.form-button-decorate {
  margin-left: 8px
}

.form-row,
.form-group,
.form-check-group {
  display: block;
  margin: 16px 0 !important;
}

.form-label {
  font-size: 14px;
  /*color: #C1C1CA;*/
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  line-height: 1.2
}

.form-label span.require {
  color: #EE404A;
  font-weight: 700;
  margin-left: 5px
}

.form-label span.require:before {
  content: '*'
}

.form-description {
  font-size: 14px;
  color: #000;
  margin: 5px 0 0 0;
  padding: 0;
  display: block;
  line-height: 1.2
}

.form-success {
  width: 100%;
  padding: 25px;
  text-align: center;
  background-color: #EDF3E3
}

.form-success .title {
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  color: #5EA623;
  font-size: 17px
}

.form-success .message {
  font-size: 15px;
  color: #000
}

@media (max-width: 575px) {
  .form-success .message {
    font-size: 13px
  }
}

.form-error {
  width: 100%;
  padding: 25px;
  text-align: center;
  background-color: #F8E7EB
}

.form-error .title {
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  color: #EE404A;
  font-size: 17px
}

.form-error .message {
  font-size: 15px;
  color: #000
}

@media (max-width: 575px) {
  .form-error .message {
    font-size: 13px
  }
}

.form-notice {
  width: 100%;
  padding: 25px;
  text-align: center;
  background-color: #FBF3DA
}

.form-notice .title {
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  color: #FF8600;
  font-size: 17px
}

.form-notice .message {
  font-size: 15px;
  color: #000
}

@media (max-width: 575px) {
  .form-notice .message {
    font-size: 13px
  }
}

input[placeholder] {
  text-overflow: ellipsis
}

input::-moz-placeholder {
  text-overflow: ellipsis
}

input:-moz-placeholder {
  text-overflow: ellipsis
}

input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.input,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  color: #000;
  height: 46px;
  width: 100%;
  padding: 0 12px;
  outline: 0;
  font-size: 15px;
  border-radius: 3px
}

.input:focus,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus {
  border-color: #666
}

.input:disabled,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):disabled {
  background-color: #F9F9FD;
  color: #a8a8a8
}

.input:-moz-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.input::-moz-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"])::-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.input:-ms-input-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):-ms-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.input::-webkit-input-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"])::-webkit-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.input:focus::-webkit-input-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus::-webkit-input-placeholder {
  color: transparent
}

.input:focus::-moz-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus::-moz-placeholder {
  color: transparent
}

.input:focus:-moz-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus:-moz-placeholder {
  color: transparent
}

.input:focus:-ms-input-placeholder,
.form-group input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus:-ms-input-placeholder {
  color: transparent
}

.text-area,
.form-group textarea {
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  color: #000;
  height: 140px;
  width: 100%;
  padding: 12px;
  outline: 0;
  resize: none;
  font-size: 15px;
  border-radius: 3px
}

.text-area:focus,
.form-group textarea:focus {
  border-color: #666
}

.text-area:disabled,
.form-group textarea:disabled {
  background-color: #F9F9FD;
  color: #a8a8a8
}

.text-area:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.text-area::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.text-area:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.text-area::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.text-area:focus::-webkit-input-placeholder,
.form-group textarea:focus::-webkit-input-placeholder {
  color: transparent
}

.text-area:focus::-moz-placeholder,
.form-group textarea:focus::-moz-placeholder {
  color: transparent
}

.text-area:focus:-moz-placeholder,
.form-group textarea:focus:-moz-placeholder {
  color: transparent
}

.text-area:focus:-ms-input-placeholder,
.form-group textarea:focus:-ms-input-placeholder {
  color: transparent
}

.checkbox {
  display: inline-block;
  position: relative;
  user-select: none;
  margin: 0;
  font-size: 15px;
  min-height: 28px;
  line-height: 18px;
  padding: 5px 0 5px 24px
}

.checkbox input {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 1;
  top: 6px;
  left: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  opacity: 0
}

.checkbox input+span {
  position: static;
  color: #000
}

.checkbox input+span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 6px;
  left: 1px;
  border: 1px solid #DFDFDF;
  transition: background-color 100ms linear, border-color 100ms linear;
  border-radius: 3px
}

.checkbox input:checked+span::before {
  border-color: #8DC641;
  background-color: #8DC641;
  background: #8DC641 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KICA8cGF0aCBkPSJtLjMsMTRjLTAuMi0wLjItMC4zLTAuNS0wLjMtMC43czAuMS0wLjUgMC4zLTAuN2wxLjQtMS40YzAuNC0wLjQgMS0wLjQgMS40LDBsLjEsLjEgNS41LDUuOWMwLjIsMC4yIDAuNSwwLjIgMC43LDBsMTMuNC0xMy45aDAuMXYtOC44ODE3OGUtMTZjMC40LTAuNCAxLTAuNCAxLjQsMGwxLjQsMS40YzAuNCwwLjQgMC40LDEgMCwxLjRsMCwwLTE2LDE2LjZjLTAuMiwwLjItMC40LDAuMy0wLjcsMC4zLTAuMywwLTAuNS0wLjEtMC43LTAuM2wtNy44LTguNC0uMi0uM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9zdmc+Cg==) no-repeat center center;
  background-size: 10px
}

.checkbox input:focus+span::before {
  box-shadow: 0 0 0 1px #666
}

.checkbox input:disabled+span {
  color: #a8a8a8
}

.checkbox input:disabled+span::before {
  opacity: 0.5
}

.checkbox.small {
  font-size: 14px;
  min-height: 28px;
  line-height: 16px;
  padding: 6px 0 6px 24px;
}
.radio {
  display: inline-block;
  position: relative;
  user-select: none;
  margin: 0 20px 0 0;
  font-size: 15px;
  min-height: 28px;
  line-height: 18px;
  padding: 5px 0 5px 24px
}

.radio input {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 1;
  top: 6px;
  left: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  opacity: 0
}

.radio input+span {
  position: static;
  color: #000
}

.radio input+span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 6px;
  left: 0;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 50%;
  transition: background-color 100ms linear, border-color 100ms linear, border-width 100ms linear
}

.radio input:checked+span::before {
  border: 4px solid #8DC641
}

.radio input:focus+span::before {
  box-shadow: 0 0 0 1px #666
}

.radio input:disabled+span {
  color: #a8a8a8
}

.radio input:disabled+span::before {
  opacity: 0.5
}

.radio.small {
  font-size: 14px;
  min-height: 28px;
  line-height: 16px;
  padding: 6px 0 6px 24px
}

.color-checkbox {
  display: inline-block;
  position: relative;
  min-width: 34px;
  height: 34px;
  padding: 5px;
  margin: 2px
}

.color-checkbox-wrap {
  font-size: 0;
  line-height: 0
}

.color-checkbox span {
  display: block;
  white-space: nowrap;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 5px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  z-index: 2;
  background-size: cover;
  background-position: center center
}

.color-checkbox span::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: 34px;
  background-color: transparent;
  border: 1px solid #DFDFDF;
  border-radius: 17px;
  transition: border-width 100ms linear, border-color 100ms linear
}

.color-checkbox input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  opacity: 0
}

.color-checkbox input:checked+span::before {
  border-color: #8DC641;
  border-width: 3px
}

.color-checkbox input:disabled+span {
  opacity: 0.5
}

.color-checkbox input:focus+span::before {
  box-shadow: 0 0 0 1px #666
}

.select {
  display: inline-block;
  position: relative;
  width: 100%
}

.select::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  border-top: 6px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  z-index: 3
}

.select.open::before {
  transform: translateY(-50%) rotate(180deg)
}

.select input[type='text'] {
  background-color: #fff;
  border: 1px solid #DFDFDF;
  color: #000;
  height: 46px;
  width: 100%;
  padding: 0 30px 0 12px;
  outline: 0;
  font-size: 15px;
  text-overflow: ellipsis;
  position: relative;
  user-select: none;
  cursor: default;
  font-family: inherit;
  border-radius: 3px
}

.select input[type='text']:focus {
  border-color: #666
}

.select-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 100000;
  transition: max-height 100ms linear;
  padding-top: 3px
}

@media (max-width: 1199px) {
  .select-drop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    max-height: none !important;
    flex-direction: column;
    align-items: center;
    overflow: auto
  }

  .select-drop::before,
  .select-drop::after {
    content: '';
    display: block;
    max-width: 100%;
    height: 15px;
    flex: 0 0 auto
  }
}

.select-modal {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #DFDFDF
}

@media (max-width: 1199px) {
  .select-modal {
    max-width: 100%;
    flex: 1 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0
  }
}

.select-list {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 195px
}

@media (max-width: 1199px) {
  .select-list {
    width: 600px;
    max-width: 100%;
    max-height: none !important;
    overflow: visible;
    margin: 0 auto
  }
}

.select-list span {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  padding: 0.6em 15px;
  cursor: pointer;
  transition: background-color 100ms linear, color 100ms linear
}

@media (max-width: 1199px) {
  .select-list span {
    border-bottom: 1px solid #DFDFDF
  }

  .select-list span:last-child {
    border-width: 0
  }
}

.select-list span:not([data-selected]):hover {
  background-color: #f0ffe9;
  color: #000
}

.select-list span[data-selected] {
  background-color: #fff;
  color: #5EA623;
  cursor: default
}

.select.open .select-drop {
  max-height: 200px
}

@media (max-width: 1199px) {
  .select.open .select-drop {
    max-height: unset;
    display: flex
  }
}

.select.circle .select-modal {
  border-radius: 10px
}

@media (max-width: 1199px) {
  .select.circle .select-modal {
    border-radius: 0
  }
}

html,
body {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0
}

@media (max-width: 1199px) {

  html.filter-body-overflow,
  html.select-body-disable,
  html.menu-body-overflow,
  body.filter-body-overflow,
  body.select-body-disable,
  body.menu-body-overflow {
    overflow: hidden !important
  }
}

html.gallery-body-overflow,
body.gallery-body-overflow {
  overflow: hidden !important
}

.currency {
  vertical-align: top;
  font-size: 0.68em;
  font-weight: inherit;
  font-style: normal
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

.wrapper>.header {
  width: 100%;
  flex: 0 0 auto;
  background-color: #fff
}

@media (max-width: 1199px) {
  .wrapper>.header {
    flex: unset;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height:122px;
    /*border-bottom: 1px solid #eee*/
    border-bottom: 1px solid rgb(94 166 35 / 32%);
  }

  .row.align-items-center.justify-content-between.header-mobile-row.level-one {
    border-bottom: 1px solid #eee;
  }

  .wrapper>.main {
    margin-top: 122px !important; 
  }
}

.wrapper>.main {
  width: 100%;
  flex: 1 0 auto
}

@media (max-width: 1199px) {
  .wrapper>.main {
    padding-top: 60px
  }
}

@media (min-width: 1199px) {
  .wrapper>.main.desktop-menu-background {
    position: relative
  }

  .wrapper>.main.desktop-menu-background:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0
  }
}

.wrapper>.footer {
  width: 100%;
  flex: 0 0 auto;
  background-color: #EBEBEB
}

.breadcrumbs {
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.5
}

@media (max-width: 767px) {
  .breadcrumbs {
    display: none
  }
  .main-bc .row {
    background-color: #fff;
  border-bottom: 1px solid #eee;
  }
}

.right {
    text-align: right;
}

.breadcrumbs-item>span {
  color: #000;
  vertical-align: middle
}

.breadcrumbs svg {
  fill: #aaa;
  margin: 0 4px;
  vertical-align: middle;
  width: 12px;
  height: 12px
}

.breadcrumbs-item>a {
  color: #aaa;
  text-decoration: underline;
  vertical-align: middle;
  transition: color 100ms linear
}

.breadcrumbs-item>a:hover {
  color: #8DC641
}

.breadcrumbs-mobile {
  /*background-color: #fff;
  border-bottom: 1px solid #eee;*/
  padding: 16px 0
}


.breadcrumbs-mobile a {
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  color: #000;
  display: inline-flex;
}

.breadcrumbs-mobile a svg {
  width: 16px;
  height: 16px;
  fill: #ddd;
  vertical-align: middle;
  margin-right: 10px
}

.breadcrumbs-mobile a span {
  vertical-align: middle
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  opacity: 0;
  flex-direction: column;
  padding: 0 15px;
  overflow-x: hidden;
  overflow-y: auto !important;
  transition: opacity 100ms linear
}

.modal::after,
.modal::before {
  content: "";
  display: block;
  flex: 0 0 15px;
  max-height: 15px;
  min-height: 15px
}

.modal-overlay {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal-box {
  max-width: 100%;
  position: relative
}

.modal-close {
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 2
}

.modal-close svg {
  fill: #EE404A;
  width: 14px;
  height: 14px
}

.modal-content {
  position: relative;
  max-width: 100%;
  padding: 0;
  z-index: 1
}

.modal-content-loader {
  display: block;
  max-width: 100%;
  width: 200px;
  height: 200px;
  background: url(../images/loader.gif) no-repeat center center
}

.modal-content-sample,
.modal-content-confirm,
.modal-content-success,
.modal-content-notice,
.modal-content-error {
  display: block;
  max-width: 100%;
  padding: 25px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4
}

.modal-content-sample {
  background-color: #fff
}

.modal-content-confirm {
  background-color: #fff;
  width: 460px;
  text-align: center
}

.modal-content-success {
  background-color: #fff;
  border: 1px solid #5EA623;
  width: 460px;
  text-align: center
}

.modal-content-notice {
  background-color: #fff;
  border: 1px solid #FF8600;
  width: 460px;
  text-align: center
}

.modal-content-error {
  background-color: #fff;
  border: 1px solid #EE404A;
  width: 460px;
  text-align: center
}

.modal-content-header {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-align: center;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.modal-content-header.success {
  color: #5EA623
}

.modal-content-header.notice {
  color: #FF8600
}

.modal-content-header.error {
  color: #EE404A
}

.modal-content-footer {
  margin: 20px 0 0 0;
  text-align: center
}

.modal-content-footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  outline: 0;
  height: 40px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
  margin: 0;
  transition: background-color 100ms linear, border-color 100ms linear, color 100ms linear;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  min-width: 100px;
  border: 1px solid transparent
}

.modal-content-footer button.ok {
  color: #fff;
  background-color: #8DC641;
  border-color: #8DC641
}

.modal-content-footer button.yes {
  color: #fff;
  background-color: #8DC641;
  border-color: #8DC641;
  margin-right: 16px
}

.modal-content-footer button.no {
  color: #fff;
  background-color: #EE404A;
  border-color: #EE404A
}

.modal-content-footer button:hover.ok {
  color: #fff;
  background-color: #5EA623;
  border-color: #5EA623
}

.modal-content-footer button:hover.yes {
  color: #fff;
  background-color: #5EA623;
  border-color: #5EA623
}

.modal-content-footer button:hover.no {
  color: #fff;
  background-color: #CE2939;
  border-color: #CE2939
}

.page::after {
  content: '';
  display: block;
  margin-top: 60px
}

.page-navigation {
  display: block;
  text-align: center;
  margin: 30px 0;
  font-size: 0;
  line-height: 0;
  white-space: nowrap
}

.page-navigation a,
.page-navigation span {
  transition: color 100ms linear, background-color 100ms linear, border-color 100ms linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 5px;
  margin-right: 6px
}

.page-navigation a:last-child,
.page-navigation span:last-child {
  margin-right: 0
}

.page-navigation a:hover {
  background-color: #5EA623;
  border-color: #5EA623;
  color: #fff
}

.page-navigation span.active {
  background-color: #5EA623;
  border-color: #5EA623;
  color: #fff;
  cursor: default
}

.page-navigation span.dots {
  border: 0;
  width: 12px;
  min-width: 12px;
  padding: 0;
  background-color: transparent;
  color: #A3A3A3
}

.page-404 {
  text-align: center
}

.page-404-code {
  font-size: 250px;
  font-weight: 600;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  line-height: 1;
  color: #5EA623
}

@media (max-width: 767px) {
  .page-404-code {
    font-size: 140px
  }
}

.page-404-links {
  margin: 30px 0
}

.page-menu {
  margin-bottom: 40px;
  border-top: 1px solid #CEE4BD
}

.page-menu-item,
.page-menu-item:visited,
.page-menu-subitem,
.page-menu-subitem:visited {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CEE4BD;
  padding: 14px 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  text-decoration: none;
  color: #254AAF
}

.page-menu-item:hover,
.page-menu-item:visited:hover,
.page-menu-subitem:hover,
.page-menu-subitem:visited:hover {
  color: #5EA623
}

.page-menu-subitem,
.page-menu-subitem:visited {
  border-bottom: 0;
  padding: 0 3px 0 15px;
  font-weight: 400;
  margin: 0 0 15px 0
}

.page-menu-subitem svg,
.page-menu-subitem:visited svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: #254AAF;
  transition: fill 100ms linear;
  margin-right: 5px
}

.page-menu-subitem span,
.page-menu-subitem:visited span {
  vertical-align: middle
}

.page-menu-subitem:hover svg,
.page-menu-subitem:visited:hover svg {
  fill: #5EA623
}

.page-menu-multi {
  border-bottom: 1px solid #CEE4BD
}

.page-menu-multi .page-menu-item {
  border-bottom: 0
}

.page-contacts-data-row {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0;
  color: #000
}

.page-contacts-data-row>svg {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.25em 0
}

.page-contacts-data-value.phone {
  font-size: 20px;
  line-height: 1.2
}

.page-contacts-data-value.phone a,
.page-contacts-data-value.phone a:visited {
  color: #000;
  text-decoration: none;
  font-weight: 700
}

.page-contacts-data-value.phone a:hover,
.page-contacts-data-value.phone a:visited:hover {
  color: #5EA623
}

.page-contacts-data-social {
  font-size: 0;
  line-height: 0;
  margin: 15px 0
}

.page-contacts-data-social a,
.page-contacts-data-social a:visited {
  display: inline-block;
  text-decoration: none;
  width: 34px;
  height: 34px;
  margin-right: 8px
}

.page-contacts-data-social a svg,
.page-contacts-data-social a:visited svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: fill 100ms linear
}

.page-contacts-data-social a:not(:hover) svg,
.page-contacts-data-social a:visited:not(:hover) svg {
  fill: #5EA623 !important
}

.page-contacts-map {
  position: relative;
  min-height: 300px
}

.page-contacts-map-wrap {
  position: absolute;
  top: 0;
  left: 8px;
  height: 100%;
  width: calc(100% - 16px);
  border-radius: 10px;
  overflow: hidden
}

.page-contacts-map-wrap>div {
  width: 100%;
  height: 100%
}

.search-form {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
  height: 46px;
  border-radius: 3px;
  overflow: hidden
}

.search-form input {
  width: calc(100% - 44px);
  height: 100%;
  padding: 0 12px;
  font-size: 15px;
  vertical-align: middle;
  background-color: #fff;
  border: 0;
  outline: 0;
  margin: 0
}

.search-form input:-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.search-form input::-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.search-form input:-ms-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.search-form input::-webkit-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.search-form input:focus::-webkit-input-placeholder {
  color: transparent
}

.search-form input:focus::-moz-placeholder {
  color: transparent
}

.search-form input:focus:-moz-placeholder {
  color: transparent
}

.search-form input:focus:-ms-input-placeholder {
  color: transparent
}

.search-form button {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.search-form button svg {
  width: 20px;
  height: 20px;
  fill: #5EA623
}

.search-result {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
  margin: 16px 0
}

.search-result:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.search-result-name,
.search-result-name:visited {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 5px 0
}

.search-result-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 5px 0
}

.search-result-date {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #AEAEAE;
  margin: 5px 0
}

.search-result-path {
  font-size: 12px;
  line-height: 1.3;
  margin: 5px 0
}

.header-top {
  background-color: #5EA623
}

.header-phone {
  color: #fff;
  white-space: nowrap;
  font-size: 0;
  line-height: 0
}

.header-phone .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3
}

.header-phone .text a,
.header-phone .text a:visited {
  font-weight: 600;
  color: #fff;
  text-decoration: none
}

.header-phone .text a:hover,
.header-phone .text a:visited:hover {
  text-decoration: underline
}

.header-phone .icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-right: 5px
}

.header-location {
  color: #fff;
  white-space: nowrap;
  font-size: 0;
  line-height: 0
}

.header-location .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3
}

.header-location .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-right: 5px
}

.header-view {
  color: #fff;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  padding-right: 16px
}

.header-view .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3
}

.header-view .text a,
.header-view .text a:visited {
  font-weight: 600;
  color: #fff;
  text-decoration: underline
}

.header-view .text a:hover,
.header-view .text a:visited:hover {
  text-decoration: none
}

.header-view .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 10px
}

.header-basket,
.header-basket:visited {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-decoration: none;
  white-space: nowrap;
  text-align: right;
  font-size: 0;
  line-height: 0;
  height: 50px;
  background-color: #254AAF;
  padding: 0 16px;
  transition: background-color 100ms linear
}

.header-basket:hover,
.header-basket:visited:hover {
  background-color: #478813
}

.header-basket .text,
.header-basket:visited .text {
  display: block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.4
}

.header-basket .text b,
.header-basket:visited .text b {
  font-weight: 600
}

.header-basket .icon,
.header-basket:visited .icon {
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 10px
}

.header-center {
  border-bottom: 1px solid #eee
}

.header-center-row {
  height: 80px
}

.header-logotype {
  font-size: 0;
  line-height: 0
}

.header-logotype a,
.header-logotype img {
  border: 0;
  outline: 0;
  text-decoration: none
}

.header-search {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 400px;
  height: 40px;
  border-bottom: 1px solid #eee;
  position: relative
}

.header-search form {
  position: relative;
  width: 100%;
  height: 100%
}

.header-search form input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0 25px 0 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400
}

.header-search form input:-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.header-search form input::-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.header-search form input:-ms-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.header-search form input::-webkit-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.header-search form input:focus::-webkit-input-placeholder {
  color: transparent
}

.header-search form input:focus::-moz-placeholder {
  color: transparent
}

.header-search form input:focus:-moz-placeholder {
  color: transparent
}

.header-search form input:focus:-ms-input-placeholder {
  color: transparent
}

.header-search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 40px;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0
}

.header-search form button svg {
  width: 18px;
  height: 18px;
  fill: #5EA623
}

.header-auth {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #254AAF;
}

.header-auth b {
  font-weight: 700
}

.header-auth a,
.header-auth a:visited {
  color: #5EA623;
  text-decoration: none
}

.header-auth a:hover,
.header-auth a:visited:hover {
  color: #8DC641
}

.header-auth a.btn-lk:hover {
    background: #254AAF;
}

.header-mobile-row {
  height: 60px
}

.header-mobile-logotype {
  font-size: 0;
  line-height: 0
}

.header-mobile-logotype a,
.header-mobile-logotype img {
  border: 0;
  outline: 0;
  text-decoration: none
}

.header-mobile-icons {
  display: block;
  white-space: nowrap;
  font-size: 0;
  line-height: 0
}

.header-mobile-icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-right: 10px;
  position: relative
}

.header-mobile-icon:last-child {
  margin-right: 0
}

.header-mobile-icon svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: #5EA623;
  opacity: 1;
}

.header-mobile-icon em {
  position: absolute;
  top: -2px;
  right: -2px;
  width: auto;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #254AAF;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 0 4px;
  text-align: center;
  font-style: normal
}

.header-mobile-icon .close {
  display: block
}

.header-mobile-icon .open {
  display: none
}

.header-mobile-icon.open .close {
  display: none
}

.header-mobile-icon.open .open {
  display: block
}

.header-nav {
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (min-width: 1200px) {
  .header-nav {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
    list-style: none;
    z-index: 200
  }

  .header-nav-wrap {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
  }

  .header-nav::after {
    content: '';
    display: block;
    clear: both
  }

  .header-nav li {
    margin: 0;
    padding: 0
  }

  .header-nav li::before,
  .header-nav li::after {
    display: none
  }

  .header-nav li>ul {
    display: none
  }

  .header-nav li:hover>ul {
    display: block
  }

  .header-nav>li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    float: left
  }

  .header-nav>li:first-child {
    margin-left: 0
  }

  .header-nav>li>a {
    display: block;
    position: relative;
    height: 50px;
    white-space: nowrap;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #000
  }

  .header-nav>li>a span {
    vertical-align: middle
  }

  .header-nav>li>a .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: #000;
    transition: fill 100ms linear;
    margin-right: 2px
  }

  .header-nav>li>a .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    fill: #000;
    transition: fill 100ms linear;
    margin-top: 2px
  }

  .header-nav>li:hover>a {
    color: #5EA623
  }

  .header-nav>li:hover>a .icon {
    fill: #5EA623
  }

  .header-nav>li:hover>a .arrow {
    fill: #5EA623
  }

  .header-nav>li>ul {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 285px;
    height: auto;
    background-color: #fff;
    border: 1px solid #eee;
    list-style: none;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: left
  }

  .header-nav>li>ul>li {
    position: static;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee
  }

  .header-nav>li>ul>li:last-child {
    border-bottom: 0
  }

  .header-nav>li>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
    font-weight: 600
  }

  .header-nav>li>ul>li>a .arrow {
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
    fill: #000;
    transition: fill 100ms linear
  }

  .header-nav>li>ul>li:hover>a {
    color: #5EA623
  }

  .header-nav>li>ul>li:hover>a .arrow {
    fill: #5EA623
  }

  .header-nav>li>ul>li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 285px;
    min-height: calc(100% + 2px);
    background-color: #fff;
    border: 1px solid #eee;
    list-style: none;
    margin: -1px 0 50px 0;
    text-align: left;
    padding: 10px 0
  }

  .header-nav>li>ul>li ul li {
    position: static;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
  }

  .header-nav>li>ul>li ul li:last-child {
    border-bottom: 0
  }

  .header-nav>li>ul>li ul li>a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    font-weight: 400
  }

  .header-nav>li>ul>li ul li>a .arrow {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    transition: fill 100ms linear;
    fill: #000
  }

  .header-nav>li>ul>li ul li:hover>a {
    color: #5EA623
  }

  .header-nav>li>ul>li ul li:hover>a .arrow {
    fill: #5EA623
  }

  .header-nav>li.header-nav-catalog>ul {
    left: -1px
  }

  .header-nav>li.header-nav-catalog>a {
    padding: 0 8px;
    margin: 0 -8px 0 -1px;
    transition: background-color 100ms linear, color 100ms linear;
    background-color: #fff;
    color: #5EA623
  }

  .header-nav>li.header-nav-catalog>a .icon {
    fill: #5EA623
  }

  .header-nav>li.header-nav-catalog>a .arrow {
    fill: #5EA623
  }

  .header-nav>li.header-nav-catalog:hover>a {
    color: #fff;
    background-color: #5EA623
  }

  .header-nav>li.header-nav-catalog:hover>a .icon {
    fill: #fff
  }

  .header-nav>li.header-nav-catalog:hover>a .arrow {
    fill: #fff
  }

  .header-nav>li.header-nav-right {
    float: none
  }

  .header-nav>li.header-nav-right>a {
    font-weight: 400
  }
}

@media (max-width: 1199px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 60px;
    right: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0 0 20px 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    z-index: 200;
    width: 100%
  }

  .header-nav li {
    padding-left: calc((100vw - 928px)/2 - 6px) !important
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .header-nav li {
    padding-left: calc((100vw - 736px)/2 - 6px) !important
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .header-nav li {
    padding-left: calc((100vw - 544px)/2 - 6px) !important
  }
}

@media (max-width: 1199px) and (max-width: 575px) {
  .header-nav li {
    padding-left: 6px !important
  }
}

@media (max-width: 1199px) {
  .header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 300
  }

  .header-nav li {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee
  }

  .header-nav li::before,
  .header-nav li::after {
    display: none
  }

  .header-nav li a {
    display: block;
    padding: 12px 10px 12px 40px;
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    text-decoration: none;
    color: #000;
    font-weight: 400
  }

  .header-nav li a .icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 13px;
    fill: #b8b8b8
  }

  .header-nav li a .arrow {
        width: 50px;
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
        fill: #000;
        float: right;
  }

  .header-nav li a .count {
    display: inline-block;
    vertical-align: middle;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #254AAF;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-family: "OpenSans", Helvetica, Arial, sans-serif
  }

  .header-nav .header-nav-catalog>a {
    color: #5EA623;
    font-weight: bold;
  }

  .header-nav .header-nav-catalog>a .icon {
    fill: #5EA623
  }

  .header-nav .header-nav-catalog>a .arrow {
    fill: #5EA623
  }

  .header-nav li .header-nav-back {
    color: #254AAF
  }

  .header-nav li .header-nav-back .icon {
    fill: #254AAF
  }
}

.footer {
  margin-top: 81px
}

@media (max-width: 1199px) {
  .footer {
    margin-top: 30px
  }
}

.footer-top {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background: url(../images/background.webp) no-repeat center center;
  background-size: cover;
  margin-top: -81px;
  padding: 0 30px
}

@media (max-width: 1199px) {
  .footer-top {
    height: auto;
    margin-top: -30px
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 0 20px
  }
}

.footer-top-nav {
  height: 70px;
  border-bottom: 1px solid #D9F3C3
}

.footer-top-nav-row {
  height: 100%
}

.footer-top-contacts {
  height: 80px
}

@media (max-width: 1199px) {
  .footer-top-contacts {
    height: auto;
    padding: 30px 0
  }
}

@media (max-width: 767px) {
  .footer-top-contacts {
    padding: 20px 0
  }
}

.footer-top-contacts-row {
  height: 100%
}

.footer-menu {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: right;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.footer-menu::after {
  content: '';
  display: block;
  clear: both
}

.footer-menu-item,
.footer-menu-item:visited {
  display: inline-block;
  white-space: nowrap;
  margin-right: 22px;
  float: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-decoration: none
}

.footer-menu-item:hover,
.footer-menu-item:visited:hover {
  color: #fff;
  text-decoration: underline
}

.footer-menu-item:last-child,
.footer-menu-item:visited:last-child {
  margin-right: 0
}

.footer-menu-item.right,
.footer-menu-item:visited.right {
  float: none;
  font-weight: 400
}

.footer-menu-item span,
.footer-menu-item:visited span {
  vertical-align: middle
}

.footer-menu-item .icon,
.footer-menu-item:visited .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  fill: #fff
}

.footer-links {
  display: block;
  font-size: 0;
  line-height: 0
}

.footer-links-item {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 30px
}

@media (max-width: 991px) {
  .footer-links-item {
    display: block;
    white-space: normal;
    margin: 0;
    padding: 8px 0 8px 26px;
    position: relative
  }

  .footer-links-item.social {
    text-align: center;
    padding: 20px 0 0 0;
}
}

.footer-links-item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 8px
}

@media (max-width: 991px) {
  .footer-links-item .icon {
    position: absolute;
    top: 10px;
    left: 0;
    display: block
  }
}

.footer-links-item .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff
}

.footer-links-item .text a,
.footer-links-item .text a:visited {
  color: #fff;
  text-decoration: none
}

.footer-links-item .text a:hover,
.footer-links-item .text a:visited:hover {
  color: #fff;
  text-decoration: underline
}

.footer-bottom {
  height: 80px
}

@media (max-width: 991px) {
  .footer-bottom {
    height: auto;
    padding: 30px 0
  }
}

.footer-copyright {
  font-size: 15px;
  line-height: 1.2;
  color: #000
}

@media (max-width: 991px) {
  .footer-copyright {
    padding-bottom: 10px;
    text-align: center
  }
}

.footer-vendor {
  font-size: 15px;
  line-height: 1.2;
  color: #B7B7B7
}

.footer-support {
  font-size: 15px;
  line-height: 1.2;
  color: #0085b4
}

@media (max-width: 991px) {
  .footer-vendor {
    text-align: center
  }
  .footer-support {
    text-align: center
  }
}

.footer-vendor a,
.footer-vendor a:visited {
  font-size: 16px;
  line-height: 1.2;
  color: #B7B7B7;
  text-decoration: underline
}

.footer-vendor a:hover,
.footer-vendor a:visited:hover {
  color: #0085b4;
  text-decoration: underline
}

.footer-support a,
.footer-support a:visited {
  font-size: 16px;
  line-height: 1.2;
  color: #4C8727;
  text-decoration: underline
}

.footer-support a:hover,
.footer-support a:visited:hover {
  color: #0085b4;
  text-decoration: underline
}

.white-block {
  display: block;
  background-color: #fff;
  margin-top: 200px;
  padding: 1px 0;
  margin-bottom: 40px
}

.white-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -120px
}

.white-block.no-margin {
  margin-top: 20px;
  margin-bottom: 20px
}

.white-block.no-margin::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -100px;
  margin-bottom: 150px
}

@media (max-width: 767px) {
  .white-block.no-margin::before {
    margin-bottom: 130px
  }
}

.white-block::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 40px
}

.slider {
/*  margin: 16px -8px 64px -8px*/
}

.slider .slick-track {
  margin-left: 0 !important
}

.slider::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #F9F9FD;
  z-index: 1
}

.slider::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background-color: #F9F9FD;
  z-index: 1
}

.slider.on-white::before,
.slider.on-white::after {
  background-color: #fff
}

@media (max-width: 991px) {
  .slider {
    /*margin: 16px -8px 54px -8px*/
    margin: 0px;
  }
}

.slider-slide {
  position: relative;
  outline: 0;
  padding: 8px
}

.slider-slide * {
  outline: 0
}

.slider-prev,
.slider-next {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer
}

.slider-prev.slick-disabled,
.slider-next.slick-disabled {
  opacity: 0.1;
  cursor: default
}

.slider-prev svg,
.slider-next svg {
  width: 36px;
  height: 36px;
  fill: #fff
}

@media (max-width: 991px) {

  .slider-prev svg,
  .slider-next svg {
    width: 20px;
    height: 20px;
    margin: 18px 0
  }
}

.slider-prev.green svg,
.slider-next.green svg {
  fill: #8DC641
}

.slider-prev.green.slick-disabled,
.slider-next.green.slick-disabled {
  opacity: 1;
  cursor: default
}

.slider-prev.green.slick-disabled svg,
.slider-next.green.slick-disabled svg {
  fill: #eee
}

@media (max-width: 991px) {

  .slider-prev,
  .slider-next {
    width: 28px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.2)
  }

  .slider-prev.slick-disabled,
  .slider-next.slick-disabled {
    opacity: 0.2 !important;
    cursor: default !important
  }

  .slider-prev svg,
  .slider-next svg {
    fill: #fff !important
  }
}

.slider-prev {
  left: 8px
}

.slider-prev.out {
  left: -40px
}

@media (max-width: 991px) {
  .slider-prev {
    left: 8px !important;
    border-radius: 0 28px 28px 0;
    padding-right: 8px
  }
}

.slider-next {
  right: 8px
}

.slider-next.out {
  right: -40px
}

@media (max-width: 991px) {
  .slider-next {
    right: 8px !important;
    border-radius: 28px 0 0 28px;
    padding-left: 8px
  }
}

.slider-dots {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  list-style: none;
  width: 80%;
  text-align: center
}

@media (max-width: 991px) {
  .slider-dots {
    top: calc(100% + 10px)
  }
}

.slider-dots li {
  display: inline-block;
  margin: 0 8px 8px 8px;
  padding: 0
}

@media (max-width: 991px) {
  .slider-dots li {
    margin: 0 5px 5px 5px
  }
}

.slider-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer
}

@media (max-width: 767px) {
  .slider-dots li {
    width: 8px;
    height: 8px
  }
}

.slider-dots li.slick-active button {
  background-color: #8DC641
}

.slider-dots li:before,
.slider-dots li:after {
  display: none
}

.slider-dots li:first-child:last-child {
  display: none
}

.tabs {
  display: block
}

.tabs-buttons {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 25px -10px
}

@media (max-width: 767px) {
  .tabs-buttons {
    margin: 20px -7px
  }
}

.tabs-button,
.tabs-button:visited {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  color: #000;
  margin: 5px 10px;
  white-space: nowrap;
  transition: color 100ms linear, border-color 100ms linear;
  cursor: pointer;
  text-decoration: none
}

.tabs-button:hover,
.tabs-button:visited:hover {
  color: #8DC641
}

@media (max-width: 767px) {

  .tabs-button,
  .tabs-button:visited {
    font-size: 14px;
    margin: 3px 7px
  }
}

.tabs-button.active,
.tabs-button:visited.active {
  color: #5EA623;
  border-color: #5EA623
}

.tabs-content {
  display: block;
  position: relative
}

.head {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #5EA623;
  white-space: nowrap;
  background: #5EA623 url(../images/background.webp) no-repeat center center;
  background-size: cover;
}

.head-wrap {
  display: block;
  margin: 30px 0
}

@media (max-width: 767px) {
  .head-wrap {
    margin: 16px 0
  }
}

.head-block {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: center;
  /*background: #5EA623 url(../images/background.webp) no-repeat center center;
  background-size: cover;*/
  white-space: normal;
  width: 50%;
  height: 360px;
  overflow: hidden
}

@media (max-width: 1199px) {
  .head-block {
    height: 295px
  }
}

.head-block.left {
  padding: 40px 60px 40px 90px
}

.head-block.right {
  padding: 40px 90px 40px 60px
}

@media (max-width: 991px) {

  .head-block.left,
  .head-block.right {
    text-align: center;
    padding: 40px 20px
  }
}

@media (max-width: 991px) {
  .head-block {
    width: 100%;
    height: auto
  }
}

.head-align {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto
}

.head-image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 360px;
  overflow: hidden
}

.head-image img {
  position: relative;
/*  width: 100%;*/
  height: 100%;
  border-radius: 0;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .head-image {
    height: 295px
  }
}

@media (max-width: 991px) {
  .head-image {
    display: none
  }
}

.head-before {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 1199px) {
  .head-before {
    font-size: 14px;
    margin: 0 0 5px 0
  }
}

.head-title {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 1199px) {
  .head-title {
    font-size: 34px;
    margin-bottom: 10px
  }
}

.head-text {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400
}

@media (max-width: 1199px) {
  .head-text {
    font-size: 14px;
    margin-bottom: 13px
  }
  .head-text.text-2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .head-text {
    font-size: 16px;
  }
}

.head-text a,
.head-text a:visited {
  color: #fff;
  text-decoration: underline
}

.head-text a:hover,
.head-text a:visited:hover {
  text-decoration: none
}

.head-text:last-child {
  margin: 0
}

.promo-usage {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  font-size: 0;
  line-height: 0
}

.promo-usage::after {
  display: block;
  content: '';
  padding-bottom: 60%
}

.promo-usage-wrap {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  overflow: hidden;
  z-index: 2;
  padding: 30px
}

@media (max-width: 991px) {
  .promo-usage-wrap {
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.3);
    height: auto
  }
}

.promo-usage-title {
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 991px) {
  .promo-usage-title {
    font-size: 16px
  }
}

.promo-usage-description {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400
}

@media (max-width: 991px) {
  .promo-usage-description {
    font-size: 12px
  }
}

.promo-usage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1
}

.promo-usage-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}

.promo-card {
  background: url(../images/background.webp) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  margin: 0 0 70px 0
}

@media (max-width: 767px) {
  .promo-card {
    margin: 0 0 50px 0
  }
}

.promo-card-image {
  display: block;
  border-radius: 0;
  width: 300px;
  max-width: 100%;
  margin: -40px auto 0 auto
}

@media (max-width: 991px) {
  .promo-card-image {
    margin-top: 0
  }
}

@media (max-width: 575px) {
  .promo-card-image {
    margin-top: -50px;
    margin-bottom: -10px
  }
}

.promo-card-text {
  padding: 30px 30px 30px 0
}

@media (max-width: 575px) {
  .promo-card-text {
    padding: 18px 25px
  }
}

.promo-card-title {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  .promo-card-title {
    font-size: 24px
  }
}

.promo-card-description {
  color: #fff
}

.promo-card-link {
  line-height: 1
}

.promo-card-link a,
.promo-card-link a:visited {
  color: #FFE500;
  text-decoration: underline;
  text-transform: uppercase
}

.promo-card-link a:hover,
.promo-card-link a:visited:hover {
  text-decoration: none
}

.promo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 90px;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199px) {
  .promo-link {
    padding: 25px 50px
  }
}

@media (max-width: 991px) {
  .promo-link {
    padding: 16px
  }
}

.promo-link-image {
  flex: 0 0 120px;
  width: 120px;
  height: 100px;
  max-width: 120px
}

@media (max-width: 991px) {
  .promo-link-image {
    flex: 0 0 80px;
    width: 80px;
    height: 60px;
    max-width: 80px
  }
}

.promo-link-image svg {
  width: 100%;
  height: 100%;
  fill: #000
}

.promo-link-text {
  flex: 0 0 auto;
  max-width: calc(100% - 120px);
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #000
}

@media (max-width: 991px) {
  .promo-link-text {
    max-width: calc(100% - 80px);
    padding-left: 16px;
    font-size: 14px
  }
}

.promo-link-text a,
.promo-link-text a:visited {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  transition: color 100ms linear, border-color 100ms linear
}

.promo-link-text a.inner,
.promo-link-text a:visited.inner {
  border-bottom: 1px dashed #000
}

.promo-link-text a:hover,
.promo-link-text a:visited:hover {
  border-bottom-color: transparent !important
}

.promo-link.green .promo-link-image svg {
  fill: #5EA623
}

.promo-link.green .promo-link-text {
  color: #5EA623
}

.promo-link.green .promo-link-text a {
  color: #5EA623;
  border-color: #5EA623
}

.promo-link.blue .promo-link-image svg {
  fill: #254AAF
}

.promo-link.blue .promo-link-text {
  color: #254AAF
}

.promo-link.blue .promo-link-text a {
  color: #254AAF;
  border-color: #254AAF
}

.promo-event-usage {
  padding: 30px;
  border: 3px solid #5EA623;
  background-color: #fff;
  border-radius: 10px;
  margin: 70px 0
}

@media (max-width: 767px) {
  .promo-event-usage {
    padding: 16px
  }
}

.promo-event-usage-head {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #5EA623;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  .promo-event-usage-head {
    font-size: 22px
  }
}

.promo-event-usage-subhead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 10px 0
}

@media (max-width: 767px) {
  .promo-event-usage-subhead {
    font-size: 14px
  }
}

.promo-note {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 30px 60px;
  border: 3px solid #5EA623;
  background-color: #fff;
  border-radius: 10px;
  margin: 70px 0
}

@media (max-width: 991px) {
  .promo-note {
    padding: 20px 40px
  }
}

@media (max-width: 767px) {
  .promo-note {
    padding: 16px;
    margin: 50px 0;
    border-width: 2px
  }
}

.promo-note-image {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  max-width: 90px
}

@media (max-width: 767px) {
  .promo-note-image {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    max-width: 60px
  }
}

.promo-note-image svg {
  width: 100%;
  height: 100%;
  fill: #5EA623
}

.promo-note-text {
  flex: 0 0 auto;
  width: calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 60px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400
}

@media (max-width: 991px) {
  .promo-note-text {
    padding-left: 40px;
    font-size: 15px
  }
}

@media (max-width: 767px) {
  .promo-note-text {
    font-size: 14px;
    padding-left: 16px;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px)
  }
}

.foot {
  margin: 100px 0 250px 0
}

@media (max-width: 767px) {
  .foot {
    margin: 40px 0 0 0
  }
}

.foot-bg {
  /*background: url(../images/background.webp) no-repeat center center;
  background-size: cover;*/
  border-radius: 5px;
  padding: 35px
}

@media (max-width: 991px) {
  .foot-bg {
    background: none;
    padding: 0
  }
}

@media (max-width: 991px) {
  .foot-contacts {
   /* background: url(../images/background.webp) no-repeat center center;
    background-size: cover;*/
    border-radius: 5px;
    padding: 35px
  }
}

@media (max-width: 767px) {
  .foot-contacts {
    padding: 25px
  }
}

.foot-contacts-title {
  font-size: 36px;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #5EA623;
  line-height: 1;
  margin: 0
}

@media (max-width: 767px) {
  .foot-contacts-title {
    font-size: 24px
  }
}

.foot-contacts-label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin: 25px 0 5px 0
}

.block-contacts-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 25px 0 5px 0
}

@media (max-width: 1199px) {
  .foot-contacts-label {
    margin: 20px 0 5px 0
  }
}

.foot-contacts-value {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0
}

@media (max-width: 767px) {
  .foot-contacts-value {
  font-size: 18px;
  }
  .foot-contacts-label {
  font-size: 16px;
  }
}

.foot-contacts-value a,
.foot-contacts-value a:visited {
  color: #fff;
  text-decoration: none
}

.foot-contacts-value a:hover,
.foot-contacts-value a:visited:hover {
  text-decoration: underline
}

.foot-contacts-social {
  font-size: 0;
  line-height: 0
}

.foot-contacts-social a,
.foot-contacts-social a:visited {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  margin: 0px 15px 0 0;
}

.foot-contacts-social a svg,
.foot-contacts-social a:visited svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: fill 100ms linear
}

.foot-contacts-social a:not(:hover) svg,
.foot-contacts-social a:visited:not(:hover) svg {
  fill: #fff !important
}

.block-contacts-social {
  font-size: 0;
  line-height: 0
}

.block-contacts-social a,
.block-contacts-social a:visited {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  margin-right: 25px
}

.block-contacts-social a svg,
.block-contacts-social a:visited svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: fill 100ms linear
}

.block-contacts-social a:not(:hover) svg,
.block-contacts-social a:visited:not(:hover) svg {
  fill: #5EA623 !important
}

.foot-form {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 25px;
  margin: -70px 0 -220px 0;
  border: 1px solid #5EA623;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.lp-foot-form {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 25px;
  border: 1px solid #5EA623;
}

@media (max-width: 991px) {
  .foot-form {
    margin: 0 0 30px 0
  }
  .lp-foot-form {
    margin: 0 0 30px 0
  }
}

@media (max-width: 767px) {
  .foot-form {
    padding: 20px
  }
  .lp-foot-form {
    padding: 20px
  }
}

.foot-form-title {
  font-size: 36px;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #5EA623;
  line-height: 1;
  margin: 0 0 15px 0;
  text-align: center
}

.lp-foot-form-title {
  font-size: 36px;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #5EA623;
  line-height: 1;
  margin: 0 0 15px 0;
  text-align: center
}

@media (max-width: 767px) {
  .foot-form-title {
    font-size: 24px
  }
  .lp-foot-form-title {
    font-size: 24px
  }
}

.foot-form-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin: 0;
  text-align: center
}
.lp-foot-form-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin: 0;
  text-align: center
}

@media (max-width: 767px) {
  .foot-form-text {
    font-size: 15px
  }
  .lp-foot-form-text {
    font-size: 15px
  }
}

.foot-form-input {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0;
  font-size: 15px;
  outline: 0;
  background-color: transparent
}

.lp-foot-form-input {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0;
  font-size: 15px;
  outline: 0;
  background-color: transparent
}

.foot-form-input:focus {
  border-bottom: 1px solid #8DC641
}
.lp-foot-form-input:focus {
  border-bottom: 1px solid #8DC641
}

.foot-form-input:-moz-placeholder {
  /*color: #C1C1CA;*/
  color: #254AAF
  transition: color 100ms linear
}
.lp-foot-form-input:-moz-placeholder {
  /*color: #C1C1CA;*/
  color: #254AAF;
  transition: color 100ms linear
}

.foot-form-input::-moz-placeholder {
  color: #254AAF;
  transition: color 100ms linear
}
.lp-foot-form-input::-moz-placeholder {
  color: #254AAF;
  transition: color 100ms linear
}

.foot-form-input:-ms-input-placeholder {
  color: #254AAF;
  transition: color 100ms linear
}
.lp-foot-form-input:-ms-input-placeholder {
  color: #254AAF;
  transition: color 100ms linear
}

.foot-form-input::-webkit-input-placeholder {
  color: #254AAF;
  transition: color 100ms linear
}
.lp-foot-form-input::-webkit-input-placeholder {
  color: #254AAF;
  transition: color 100ms linear
}

.foot-form-input:focus::-webkit-input-placeholder {
  color: transparent
}
.lp-foot-form-input:focus::-webkit-input-placeholder {
  color: transparent
}

.foot-form-input:focus::-moz-placeholder {
  color: transparent
}
.lp-foot-form-input:focus::-moz-placeholder {
  color: transparent
}

.foot-form-input:focus:-moz-placeholder {
  color: transparent
}
.lp-foot-form-input:focus:-moz-placeholder {
  color: transparent
}

.foot-form-input:focus:-ms-input-placeholder {
  color: transparent
}
.lp-foot-form-input:focus:-ms-input-placeholder {
  color: transparent
}

.foot-form-button {
  text-align: center
}
.lp-foot-form-button {
  text-align: center
}

.foot-link {
  min-height: 185px;
  padding: 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0
}
.lp-foot-link {
  min-height: 185px;
  padding: 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0
}

@media (max-width: 991px) {
  .foot-link {
    min-height: 0
  }
  .lp-foot-link {
    min-height: 0
  }
}

@media (max-width: 767px) {
  .foot-link {
    padding: 25px
  }
  .lp-foot-link {
    padding: 25px
  }
}

.foot-link a,
.foot-link a:visited {
  display: inline-block;
  max-width: 100%;
  color: #5EA623;
  text-decoration: underline;
  margin-bottom: 6px
}
.lp-foot-link a,
.lp-foot-link a:visited {
  display: inline-block;
  max-width: 100%;
  color: #5EA623;
  text-decoration: underline;
  margin-bottom: 6px
}

.foot-link a:hover,
.foot-link a:visited:hover {
  color: #8DC641
}
.lp-foot-link a:hover,
.lp-foot-link a:visited:hover {
  color: #8DC641
}

.delivery {
  background-color: #fff;
  margin: 70px 0
}

@media (max-width: 767px) {
  .delivery {
    margin: 50px 0
  }
}

.delivery::before,
.delivery::after {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  background: url(../images/delivery.svg) repeat-x center center
}

.delivery::before {
  margin-bottom: 70px
}

@media (max-width: 767px) {
  .delivery::before {
    margin-bottom: 50px
  }
}

.delivery::after {
  margin-top: 70px
}

@media (max-width: 767px) {
  .delivery::after {
    margin-top: 50px
  }
}

.delivery-item {
  margin-top: 30px
}

.delivery-item-image {
  display: block;
  width: 74px;
  height: 74px;
  max-width: 100%;
  margin: 0 auto;
  fill: #000
}

@media (max-width: 767px) {
  .delivery-item-image {
    width: 40px;
    height: 40px
  }
}

.delivery-item-head {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #000;
  margin-bottom: 15px
}

@media (max-width: 767px) {
  .delivery-item-head {
    font-size: 16px
  }
}

.delivery-item-text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #000
}

@media (max-width: 767px) {
  .delivery-item-text {
    font-size: 12px
  }
}

.how-wrap {
  margin: 70px 0;
  padding: 30px 0;
  background-color: #fff
}

@media (max-width: 767px) {
  .how-wrap {
    margin: 50px 0
  }
}

.how-item {
  margin-top: 40px;
  position: relative
}

.how-item::before {
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 40px;
  left: 100%;
  transform: translateX(-50%)
}

.how-item::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 12px solid #000;
  position: absolute;
  top: 37px;
  left: 100%;
  transform: translateX(-50%);
  margin-left: 65px
}

.how-item:last-child::before,
.how-item:last-child::after {
  display: none
}

@media (max-width: 1199px) {
  .how-item {
    margin-top: 20px
  }

  .how-item::before,
  .how-item::after {
    display: none
  }
}

@media (max-width: 767px) {
  .how-item {
    margin-top: 10px
  }
}

.how-image {
  width: 100%;
  height: 80px;
  fill: #000;
  margin-bottom: 20px
}

@media (max-width: 1199px) {
  .how-image {
    margin: 0;
    height: 60px
  }
}

.how-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #000;
  text-align: center
}

@media (max-width: 1199px) {
  .how-text {
    text-align: left
  }
}

@media (max-width: 767px) {
  .how-text {
    font-size: 14px
  }
}

.request {
  margin: 70px 0
}

@media (max-width: 767px) {
  .request {
    margin: 50px 0
  }
}

.request-button {
  text-align: right
}

@media (max-width: 991px) {
  .request-button {
    text-align: center
  }
}

.request-form {
  margin-top: 30px
}

.request-form-block {
  margin-bottom: 16px;
  font-size: 0;
  line-height: 0
}

.request-form-input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  outline: 0;
  background-color: #F9F9FD;
  border: 1px solid #F9F9FD;
  transition: border-color 100ms linear
}

.request-form-input:focus {
  border-color: #5EA623
}

.request-form-input:-moz-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-input::-moz-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-input:-ms-input-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-input::-webkit-input-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-input:focus::-webkit-input-placeholder {
  color: transparent
}

.request-form-input:focus::-moz-placeholder {
  color: transparent
}

.request-form-input:focus:-moz-placeholder {
  color: transparent
}

.request-form-input:focus:-ms-input-placeholder {
  color: transparent
}

.request-form-area {
  width: 100%;
  height: 182px;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  outline: 0;
  background-color: #F9F9FD;
  border: 1px solid #F9F9FD;
  transition: border-color 100ms linear
}

.request-form-area:focus {
  border-color: #5EA623
}

.request-form-area:-moz-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-area::-moz-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-area:-ms-input-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-area::-webkit-input-placeholder {
  color: #000;
  transition: color 100ms linear
}

.request-form-area:focus::-webkit-input-placeholder {
  color: transparent
}

.request-form-area:focus::-moz-placeholder {
  color: transparent
}

.request-form-area:focus:-moz-placeholder {
  color: transparent
}

.request-form-area:focus:-ms-input-placeholder {
  color: transparent
}

.news-row {
  margin-bottom: -30px
}

.news-row>[class*="col-"] {
  margin-bottom: 30px
}

.news-small-image {
  margin-bottom: 15px
}

@media (max-width: 767px) {
  .news-small-image {
    margin-bottom: 10px
  }
}

.news-small-image a,
.news-small-image img {
  display: block;
  border-radius: 5px;
  width: 100%
}

.news-small-date {
  font-size: 14px;
  line-height: 1;
  color: #C1C1CA;
  font-weight: 400;
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .news-small-date {
    font-size: 13px
  }
}

.news-small-title {
  font-size: 18px;
  line-height: 1.1;
  color: #000;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  .news-small-title {
    font-size: 18px
  }
}

.news-small-description {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  margin-top: 5px
}

@media (max-width: 767px) {
  .news-small-description {
    font-size: 11px
  }
}

.news-item-btn {
    padding: 10px 0 0 0;
}

.news-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px
}

.news-item-image {
  background-color: #C1C1CA;
  position: relative;
  overflow: hidden
}

.news-item-image img {
  position: absolute;
  /*top: 0;
  left: 0;*/
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  border-radius: 0;
  left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-item-content {
  padding: 50px 30px !important
}

@media (max-width: 767px) {
  .news-item-content {
    padding: 16px !important
  }
}

.news-item-date {
  font-size: 14px;
  line-height: 1;
  color: #C1C1CA;
  font-weight: 600;
  margin-bottom: 12px
}

@media (max-width: 767px) {
  .news-item-date {
    font-size: 13px;
    margin-bottom: 5px
  }
}

.news-item-title {
  font-size: 24px;
  line-height: 1.1;
  color: #000;
  font-weight: 700;
  margin-bottom: 12px;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  .news-item-title {
    font-size: 16px;
    margin-bottom: 5px
  }
}

.news-item-description {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  font-weight: 400
}

@media (max-width: 767px) {
  .news-item-description {
    font-size: 15px
  }
}

.news-detail-end {
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee
}

.news-detail-date {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #C1C1CA
}

.landing-head {
  position: relative;
  padding: 1px 0 70px 0;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center
}

@media (max-width: 767px) {
  .landing-head {
    padding: 1px 0 50px 0;
    margin-bottom: 30px
  }
}

.landing-head-subtitle {
  margin: 50px 0 15px 0;
  font-size: 24px;
  line-height: 1.2;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700
}

@media (max-width: 767px) {
  .landing-head-subtitle {
    margin: 30px 0 15px 0;
    font-size: 16px
  }
}

.landing-head-title {
  margin: 15px 0;
  font-size: 36px;
  line-height: 1.3;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700
}

@media (max-width: 767px) {
  .landing-head-title {
    font-size: 20px
  }
}

.landing-head-location {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.3;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700
}

@media (max-width: 767px) {
  .landing-head-location {
    font-size: 14px
  }
}

.landing-request {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border: 1px solid #ccc;
    margin: 25px 0;
}

.landing-request-form {
  margin: 0 !important
}

.landing-large-text {
  font-size: 20px;
  line-height: 1.5;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700
}

@media (max-width: 767px) {
  .landing-large-text {
    font-size: 16px
  }
}

.landing-item {
  display: flex
}

.landing-item-container {
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 45px 15px
}

.landing-item-container.border {
  border: 1px solid #eee
}

.landing-item-container.green {
  background-color: #5EA623;
  color: #fff
}

@media (max-width: 767px) {
  .landing-item-container {
    position: relative;
    padding: 15px 15px 15px 75px
  }
}

.landing-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 85px;
  height: 85px
}

@media (max-width: 767px) {
  .landing-item-image {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%)
  }
}

.landing-item-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.landing-item-text {
  text-align: center;
  padding-top: 20px
}

.landing-item-text .description {
  font-size: 0.8em;
  line-height: 1.3;
  display: block;
  margin-top: 5px
}

@media (max-width: 767px) {
  .landing-item-text {
    padding-top: 0;
    text-align: left;
    min-height: 40px
  }

  .landing-item-text::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 40px
  }

  .landing-item-text span {
    display: inline-block;
    width: 100%;
    vertical-align: middle
  }
}

.landing-background {
  margin: 70px 0;
  padding: 70px 0;
  background: #5EA623 url(../images/background.webp) no-repeat center center;
  background-size: cover
}

@media (max-width: 767px) {
  .landing-background {
    margin: 50px 0;
    padding: 50px 0
  }
}

.landing-background-head {
  color: #fff;
  margin-bottom: 1em
}

.landing-background-ul {
  font-size: 20px;
  line-height: 1.5;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  color: #fff
}

@media (max-width: 767px) {
  .landing-background-ul {
    font-size: 16px
  }
}

.landing-background-ul li {
  margin-bottom: 16px
}

.landing-background-ul li::before {
  width: 8px;
  height: 8px;
  top: calc(0.75em - 4px);
  background-color: #FFE500
}

.landing-benefits {
  display: flex
}

.landing-benefits-container {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 20px 35px 135px
}

@media (max-width: 767px) {
  .landing-benefits-container {
    position: relative;
    padding: 15px 15px 15px 75px
  }
}

.landing-benefits-image {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%)
}

@media (max-width: 767px) {
  .landing-benefits-image {
    width: 25px;
    height: 25px;
    left: 25px
  }
}

.landing-benefits-text {
  max-width: 100%
}

.landing-action {
  margin: 70px 0;
  padding: 30px 70px;
  background: #5EA623 url(../images/background.webp) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  position: relative
}

@media (max-width: 767px) {
  .landing-action {
    margin: 50px 0;
    padding: 16px
  }
}

.landing-action-image {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 5px 0 0;
  max-width: 30%
}

@media (max-width: 767px) {
  .landing-action-image {
    max-width: 40%
  }
}

.landing-action-head {
  color: #fff;
  margin-bottom: 1em
}

.landing-action-link,
.landing-action-link:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  width: 400px;
  height: 80px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #FFE500;
  color: #000;
  text-decoration: none;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  transition: color 100ms linear, background-color 100ms linear
}

@media (max-width: 767px) {

  .landing-action-link,
  .landing-action-link:visited {
    height: 60px;
    font-size: 20px;
    max-width: 70%
  }
}

.landing-action-link:hover,
.landing-action-link:visited:hover {
  background-color: #ffd533;
  color: #000
}

.landing-white {
  margin: 70px 0;
  padding: 40px 0 50px 0;
  background-color: #fff
}

@media (max-width: 767px) {
  .landing-white {
    margin: 50px 0;
    padding: 20px 0 30px 0
  }
}

.landing-white-head {
  text-align: center;
  margin-bottom: 1em
}

.landing-certificate {
  display: block;
  position: relative;
  padding: 35px 30px 35px 125px;
  border: 1px solid #C1C1CA;
  border-radius: 5px;
  margin: 20px 0
}

@media (max-width: 767px) {
  .landing-certificate {
    margin: 16px 0;
    padding: 15px 15px 15px 75px
  }
}

.landing-certificate-image {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%)
}

@media (max-width: 767px) {
  .landing-certificate-image {
    width: 35px;
    height: 35px;
    left: 20px
  }
}

.landing-certificate-text {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #EE404A
}

@media (max-width: 767px) {
  .landing-certificate-text {
    font-size: 16px;
    line-height: 1.2
  }
}

.landing-compare {
  display: flex
}

.landing-compare-container {
  flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 25px 35px 25px;
  text-align: center
}

.landing-compare-container.green {
  border: 1px solid #5EA623
}

.landing-compare-top {
  flex: 1 0 auto;
  max-width: 100%
}

.landing-compare-head {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  text-transform: uppercase;
  padding: 30px 0;
  border-bottom: 1px solid #eee
}

.landing-compare-head.green {
  color: #5EA623;
  text-align: center;
}

.landing-compare-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee
}

.landing-compare-item b,
.landing-compare-item strong {
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.landing-compare-item .green {
  color: #5EA623;
}

.landing-compare-item .red, .landing-compare-head .red{
  color: #EE404A;
}

span.line2 {
    font-size: 14px;
}

.landing-compare-bottom {
  flex: 0 0 auto;
  max-width: 100%;
  padding-top: 40px
}

.landing-compare-price {
  font-size: 0;
  line-height: 0;
  padding-bottom: 10px
}

.landing-compare-button .form-button,
.landing-compare-button .form-button-second,
.landing-compare-button .form-button-decorate {
  min-width: 140px
}

.catalog-payed-price {
  white-space: nowrap;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 17px;
  background-color: #EDF3E3;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #000;
  margin: 0;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.catalog-payed-price svg {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  fill: #000
}

.catalog-payed-price span {
  vertical-align: middle
}

.catalog-old-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #AEAEAE;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0 2px
}

.catalog-old-price:after {
  content: '';
  width: 94%;
  height: 1px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #EE404A
}

.catalog-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #000;
  margin: 0;
  display: block;
  font-family: 'Roboto', "Helvetica", "Arial", sans-serif
}

/*span.catalog-price:not(:empty)::after {
    content: '\f158';
    font-family: 'Font Awesome 6 Free';
    font-size: 16pt;
    font-weight: 900;
}*/

.catalog-price .small {
  font-size: 14px;
  vertical-align: bottom
}

.catalog-button,
.catalog-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  height: 34px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: #5EA623;
  border: 0 solid transparent;
  color: #fff;
  transition: color 100ms linear, border-color 100ms linear, background-color 100ms linear, box-shadow 100ms linear;
  border-radius: 17px;
  box-shadow: inset -500px 0 100px -450px #8DC641;
  cursor: pointer;
}

.catalog-button.large,
.catalog-button:visited.large {
  box-shadow: inset -500px 0 150px -400px #8DC641;
  height: 40px;
  border-radius: 20px;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.catalog-button.fluid,
.catalog-button:visited.fluid {
  width: 100%
}

.catalog-button svg,
.catalog-button:visited svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 6px;
  fill: #fff;
  transition: fill 100ms linear
}

.catalog-button span,
.catalog-button:visited span {
  vertical-align: middle
}

.catalog-button:hover,
.catalog-button:visited:hover {
  background: #5EA623;
  border-color: transparent;
  color: #fff;
  box-shadow: none
}

.catalog-button:hover svg,
.catalog-button:visited:hover svg {
  fill: #fff
}

.catalog-button.more-button,
.catalog-button:visited.more-button {
  background: #8DC641;
  color: #fff;
  border: 1px solid #8DC641;
  box-shadow: none
}

.catalog-button.more-button svg,
.catalog-button:visited.more-button svg {
  fill: #fff
}

.catalog-button.more-button:hover,
.catalog-button:visited.more-button:hover {
  background: #5EA623;
  border-color: #5EA623;
  color: #fff
}

.catalog-button.more-button:hover svg,
.catalog-button:visited.more-button:hover svg {
  fill: #fff
}

.catalog-button.in-basket,
.catalog-button:visited.in-basket {
  background: #fff;
  color: #000;
  border: 1px solid #5EA623;
  box-shadow: none
}

.catalog-button.in-basket svg,
.catalog-button:visited.in-basket svg {
  fill: #000
}

.catalog-button.in-basket:hover,
.catalog-button:visited.in-basket:hover {
  background: #5EA623;
  border-color: #5EA623;
  color: #fff
}

.catalog-button.in-basket:hover svg,
.catalog-button:visited.in-basket:hover svg {
  fill: #fff
}

.catalog-button.loading,
.catalog-button.loading:hover,
.catalog-button:visited.loading,
.catalog-button:visited.loading:hover {
  border: 1px solid #eee;
  color: transparent;
  cursor: default;
  background: transparent url(../images/loader.gif) no-repeat center center;
  box-shadow: none
}

.catalog-button.loading svg,
.catalog-button.loading:hover svg,
.catalog-button:visited.loading svg,
.catalog-button:visited.loading:hover svg {
  opacity: 0
}

.catalog-map {
  display: block;
  background-color: #fff;
  min-height: 280px;
  border-top: 4px solid #5EA623;
  overflow: hidden
}

@media (max-width: 991px) {
  .catalog-map {
    min-height: 200px
  }
}

.catalog-map-item,
.catalog-map-item:visited {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #F0F0F0;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  transition: background-color 100ms linear, color 100ms linear;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 991px) {

  .catalog-map-item,
  .catalog-map-item:visited {
    height: 50px;
    line-height: 30px;
    font-size: 18px;
    padding: 10px 40px 10px 20px
  }
}

.catalog-map-item svg,
.catalog-map-item:visited svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  fill: #000;
  transition: fill 100ms linear
}

.catalog-map-item:hover,
.catalog-map-item:visited:hover {
  color: #5EA623;
  background-color: #f8f8f8
}

.catalog-map-item:hover svg,
.catalog-map-item:visited:hover svg {
  fill: #5EA623
}

.catalog-map-image {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  background-color: #5EA623
}

@media (max-width: 767px) {
  .catalog-map-image {
    position: relative;
    left: 0;
    width: 100%;
    height: 180px
  }
}

.catalog-map-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  border-radius: 0
}

.section-description {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  margin: 30px 0
}

@media (max-width: 767px) {
  .section-description {
    padding: 16px;
    margin: 16px 0
  }
}

.section-row {
  margin-bottom: -16px
}

.section-row>.item {
  margin-bottom: 16px
}

.section-head {
  margin-top: 40px;
  margin-bottom: 16px
}

@media (max-width: 1199px) {
  .section-head {
    margin-top: 30px;
    margin-bottom: 0
  }
}

.section-order {
  display: block;
  font-size: 0;
  line-height: 0
}

.section-order-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  margin-right: 12px;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.section-order-select {
  display: inline-block;
  vertical-align: middle;
  width: 180px
}

.section-order-select input[type='text'] {
  height: 38px;
  border-radius: 20px
}

.section-filter-button,
.section-filter-button:hover,
.section-filter-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear;
  outline: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #000
}

.section-filter-button.active,
.section-filter-button:hover.active,
.section-filter-button:visited.active {
  background-color: #8DC641;
  border: 1px solid #8DC641;
  color: #fff
}

.filter {
  margin-bottom: 30px
}

@media (max-width: 1199px) {
  .filter {
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    max-height: unset;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    z-index: 500
  }

  .filter::before,
  .filter::after {
    content: '';
    display: block;
    max-width: 100%;
    height: 15px;
    flex: 0 0 auto
  }

  .filter-modal {
    max-width: 100%;
    flex: 1 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .filter-wrap {
    width: 100%;
    max-width: 100%;
    max-height: unset;
    overflow: visible;
    margin: 0 auto
  }
}

@media (max-width: 1199px) and (max-width: 1199px) {
  .filter-wrap {
    width: 450px
  }
}

.filter-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 10px
}

.filter-close {
  display: none
}

@media (max-width: 1199px) {
  .filter-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
  }

  .filter-close svg {
    width: 14px;
    height: 14px;
    fill: #EE404A;
    display: block;
    margin: 0
  }
}

.filter-block {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee
}

.filter-label {
  display: block;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  white-space: nowrap;
  padding: 0 35px 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  cursor: pointer;
  color: #254AAF;
  position: relative;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.filter-label svg {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  transition: transform 100ms linear;
  transform: rotate(-90deg);
  fill: #254AAF
}

.open>.filter-label>svg {
  transform: rotate(0deg)
}

.filter-label .count {
  position: absolute;
  top: 50%;
  right: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  transform: translateY(-50%);
  background-color: #d6d6d6;
  padding: 0 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-style: normal
}

.filter-content {
  display: none;
  padding: 0 16px 25px 16px
}

.open>.filter-content {
  display: block
}

.filter-count {
  color: #AEAEAE;
  font-style: normal;
  font-size: 11px;
  margin-left: 5px
}

.filter-count::before {
  content: '('
}

.filter-count::after {
  content: ')'
}

.filter-hint {
  display: block;
  background-color: #EDF3E3;
  padding: 8px;
  color: #000;
  font-style: italic;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px
}

.filter-result {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  background-color: #5EA623;
  color: #fff;
  z-index: 100;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: background-color 100ms linear
}

@media (max-width: 1199px) {
  .filter-result {
    display: none !important
  }
}

.filter-result a,
.filter-result a:visited {
  display: block;
  font-size: 12px;
  padding: 5px;
  line-height: 16px;
  color: #fff;
  text-decoration: none
}

.filter-result::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 26px;
  border-right: 10px solid #5EA623;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 0;
  left: -10px;
  top: 0;
  transition: border-right-color 100ms linear
}

.filter-result:hover {
  background-color: #5EA623
}

.filter-result:hover::before {
  border-right-color: #5EA623
}

.filter-number-slider {
  margin-bottom: 10px
}

.filter-number .input {
  height: 40px
}

.filter-range {
  padding: 18px 0 6px 0
}

.filter-range .slider-container {
  width: 100% !important;
  padding: 0 6px;
  background-color: #eee;
  position: relative
}

.filter-range .slider-container .back-bar {
  height: 4px;
  position: relative;
  background-color: #eee
}

.filter-range .slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
  background-color: #5EA623
}

.filter-range .slider-container .back-bar .pointer {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%)
}

.filter-range .slider-container .back-bar .pointer.high {
  margin-left: -2px
}

.filter-range .slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.filter-range .slider-container .scale {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.filter-range .slider-container .scale span {
  left: auto !important;
  display: block
}

.filter-range .slider-container .scale ins {
  color: #AEAEAE;
  margin: 0 !important;
  text-decoration: none
}

.filter-range .slider-container.slider-readonly .clickable-dummy,
.filter-range .slider-container.slider-readonly .pointer {
  cursor: auto
}

.filter-footer {
  display: block;
  width: 100%;
  padding: 16px 16px 20px 16px
}

.filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  padding: 0
}

.filter-button svg {
  width: 9px;
  height: 9px;
  margin-right: 6px;
  fill: #EE404A
}

.filter-button:disabled {
  cursor: default;
  color: transparent !important;
  background: #fff url(../images/loader.gif) no-repeat center center !important
}

.filter-button:disabled svg {
  opacity: 0
}

.filter-button:last-child {
  margin-bottom: 0
}

.filter-apply {
  background-color: #8DC641;
  border-color: #8DC641;
  color: #fff
}

.filter-apply:hover:not(:disabled) {
  background-color: #5EA623;
  border-color: #5EA623;
  color: #fff
}

.filter-clear {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #000
}

.filter-clear:hover {
  background-color: #E3E3E3;
  border-color: #E3E3E3;
  color: #000
}

.item {
  position: relative;
  display: flex;
 /* border-bottom: 1px solid #ccc;
    padding-bottom: 10px;*/
}

.item-container {
  position: relative;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  transition: box-shadow 100ms linear;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}

.item-image {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  position: relative;
  background-color: #F6F6F6
}

.item-image::after {
  content: '';
  display: block;
  padding-bottom: 80%
}

.item-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.item-image img {
  display: block;
  border-radius: 0;
  max-width: 100%;
  max-height: 100%
}

.item-text {
  flex: 1 0 auto;
  max-width: 100%;
  padding: 0;
  position: static
}

.item-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  margin: 10px 0 5px 0;
  transition: color 100ms linear;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.item-name a,
.item-name a:visited {
  text-decoration: none;
  color: #000
}

.item-name a:hover,
.item-name a:visited:hover {
  color: #5EA623
}

@media (max-width: 767px) {
  .item-name {
  font-size: 18px;}
  .item {
    /*border-bottom: 1px solid #ccc;
    padding-bottom: 20px;*/
}

}

.item-description {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin: 5px 0
}

.item-properties {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #AEAEAE;
  margin: 5px 0;
  font-style: italic
}

@media (max-width: 767px) {
  .item-properties {
  font-size: 16px;}
}

.item-tags {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0;
  line-height: 0;
  width: calc(100% - 32px)
}

.item-tag {
  display: inline-block;
  padding: 0 9px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  background-color: #8f8f8f;
  margin: 2px 4px 2px 0;
  border-radius: 10px
}

.item-tag.gray {
  background-color: #8f8f8f;
  color: #fff !important;
}

.item-tag.red {
  background-color: #EE404A;
  color: #fff !important;
}
.item-tag.red2 {
  background-color: #E20606;
  color: #fff !important;
}

.item-tag.green {
  background-color: #5EA623;
  color: #fff !important;
}

.item-tag.black {
  background-color: #000; 
  color: #fff !important;
}

.item-tag.blue {
  background-color: #254AAF;
  color: #fff !important;
}
.item-tag.liteblue {
  background-color: #53A5D9;
  color: #fff !important;
}

.item-tag.orange {
  background-color: #ee7633;
  color: #fff !important;
}

.item-tag.yellow {
  background-color: #eecc31;
  color: #fff !important;
}

.item-offers {
  margin: 16px 0 5px 0
}

.item-offers-row {
  margin: 10px 0
}

.item-offers-label {
  display: block;
  font-size: 10px;
  color: #AEAEAE;
  font-weight: 400;
  line-height: 1.2
}

.item-offers-links {
  font-size: 0;
  line-height: 0
}

.item-offers-link,
.item-offers-link:visited {
  display: inline-block;
  vertical-align: top;
  margin: 3px 3px 0 0;
  background-color: #fff;
  border: 1px solid #eee;
  color: #000;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear
}

.item-offers-link img,
.item-offers-link .image,
.item-offers-link:visited img,
.item-offers-link:visited .image {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  font-size: 0;
  line-height: 0
}

.item-offers-link .text,
.item-offers-link:visited .text {
  display: none
}

.item-offers-link:hover,
.item-offers-link:visited:hover {
  background-color: #fff;
  border-color: #5EA623;
  color: #000
}

.item-offers-link.disabled,
.item-offers-link:visited.disabled {
  background-color: #eee;
  border-color: #eee;
  color: #AEAEAE;
  cursor: default
}

.item-offers-link.disabled img,
.item-offers-link.disabled .image,
.item-offers-link:visited.disabled img,
.item-offers-link:visited.disabled .image {
  opacity: 0.2
}

.item-offers-link.active,
.item-offers-link:visited.active {
  background-color: #fff;
  border-color: #5EA623;
  color: #000
}

.item-buy {
  flex: 0 0 auto;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap
}

.item-prices {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: left
}

.item-buttons {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: right
}

.item-links {
  flex: 0 0 auto;
  max-width: 100%;
  margin-top: 10px
}

.item-links:after {
  content: '';
  display: block;
  clear: both
}

.item-link {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  float: left
}

.item-link:last-child {
  float: right
}

.item-link svg {
  vertical-align: middle;
  fill: #AEAEAE;
  width: 12px;
  height: 12px;
  transition: fill 100ms linear
}

.item-link span {
  vertical-align: middle;
  color: #AEAEAE;
  transition: color 100ms linear
}

.item-link:hover span {
  color: #5EA623
}

.item-link:hover svg {
  fill: #5EA623
}

.item-link.active span {
  color: #5EA623
}

.item-link.active svg {
  fill: #5EA623
}

.item-link.loading,
.item-link.loading:hover {
  background: transparent url(../images/loader.gif) no-repeat center center;
  background-size: 40px;
  cursor: default
}

.item-link.loading span,
.item-link.loading:hover span {
  color: transparent
}

.item-link.loading svg,
.item-link.loading:hover svg {
  fill: transparent
}

@media (max-width: 575px) {
  .item.adaptive .item-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end
  }

  .item.adaptive .item-tags {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
  }

  .item.adaptive .item-text {
    order: 1;
    width: 100%;
    margin-bottom: 2px
  }

  .item.adaptive .item-text::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -21px;
    margin-bottom: 20px
  }

  .item.adaptive .item-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: -21px;
    margin-top: 30px
  }

  .item.adaptive .item-image {
    order: 2;
    width: 50%
  }

  .item.adaptive .item-buy {
    order: 3;
    width: 50%;
    padding-left: 10px
  }

  .item.adaptive .item-prices,
  .item.adaptive .item-buttons {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px
  }

  .item.adaptive .item-links {
    order: 4;
    width: 100%
  }
}

.element {
  margin: 0 0 50px 0
}

.element-list {
  padding-left: 0
}

.element-hr {
  border-top: 1px solid #eee;
  margin: 16px 0
}

.element-gallery {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  padding: 16px;
  background-color: #fff
}

.element-gallery.loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 10
}

.element-large {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in
}

.element-large-wrap {
  position: relative
}

.element-large-wrap::before {
  content: '';
  display: block;
  padding-bottom: 65%;
  width: 100%
}

@media (max-width: 1199px) {
  .element-large-wrap::before {
    padding-bottom: 75%
  }
}

@media (max-width: 991px) {
  .element-large-wrap::before {
    padding-bottom: 95%
  }
}

.element-large img {
  max-width: 100%;
  max-height: 100%;
  outline: 0;
  border: 0;
  display: block;
  border-radius: 0
}

.element-large-wrap.full-screen::before {
  padding-bottom: 60% !important
}

.element-large-wrap.full-screen .element-large img {
  width: 100% !important;
  height: 100% !important
}

.element-large-slider {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px
}

.element-large-slide {
  position: relative;
  outline: 0
}

.element-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  padding: 5px
}

.slick-current .element-small {
  border-color: #8DC641
}

.element-small img {
  max-width: 100%;
  max-height: 100%;
  outline: 0;
  border: 0;
  display: block;
  border-radius: 0
}

.element-small-slider {
  margin: 0;
  padding: 0 40px
}

.element-small-slider .slick-track {
  margin-left: 0
}

.element-small-slide {
  position: relative;
  outline: 0;
  padding: 0 5px
}

.element-small-wrap {
  position: relative
}

.element-small-wrap::before {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%
}

.element-small-prev,
.element-small-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer
}

.element-small-prev svg,
.element-small-next svg {
  fill: #C1C1CA;
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 100ms linear
}

.element-small-prev:hover svg,
.element-small-next:hover svg {
  fill: #8f8f8f
}

.element-small-prev {
  left: 0
}

.element-small-next {
  right: 0
}

.element-right {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden
}

.element-right::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -71px;
  margin-bottom: 70px
}

.element-right::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: -71px;
  margin-top: 70px
}

.element-availability {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  color: #5EA623;
  border: 1px solid #5EA623;
  border-radius: 13px;
  padding: 5px 10px;
  margin: 0
}

.element-availability-wrap {
  margin: 16px 0
}

.element-availability.not {
  color: #EE404A;
  border-color: #EE404A
}

.element-preview-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 16px 0
}

.element-small-properties {
  margin: 0;
  padding: 15px 0 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.2;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff
}

.element-small-properties-wrap {
  margin: 16px 0
}

.element-small-properties>dt,
.element-small-properties>dd {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #fff !important;
  margin-bottom: 10px
}

.element-small-properties>dt {
  flex: 1 0 60%;
  max-width: 60%;
  padding-right: 0
}

.element-small-properties>dt>span {
  max-width: 100%;
  position: relative;
  display: block
}

.element-small-properties>dt>span>span {
  display: inline;
  background-color: #fff;
  position: relative;
  padding-right: 5px;
  z-index: 1
}

.element-small-properties>dt>span::after {
  content: '';
  display: block;
  position: relative;
  border-bottom: 2px dotted #000;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  z-index: 0
}

.element-small-properties>dd {
  flex: 1 0 40%;
  max-width: 40%;
  padding-left: 10px;
  font-weight: 600
}

.element-small-properties>dd>span {
  max-width: 100%;
  position: relative;
  display: block
}

.element-tags {
  font-size: 0;
  line-height: 0;
  margin: 16px 0
}

.element-offers {
  margin: 16px 0
}

.element-offers-row {
  margin: 12px 0
}

.element-offers-label {
  display: block;
  font-size: 14px;
  color: #AEAEAE;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3px
}

.element-offers-links {
  font-size: 0;
  line-height: 0
}

.element-offers-link,
.element-offers-link:visited {
  display: inline-block;
  vertical-align: top;
  margin: 3px 3px 0 0;
  background-color: #fff;
  border: 1px solid #eee;
  color: #000;
  border-radius: 4px;
  padding: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear
}

.element-offers-link img,
.element-offers-link .image,
.element-offers-link:visited img,
.element-offers-link:visited .image {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  font-size: 0;
  line-height: 0
}

.element-offers-link .text,
.element-offers-link:visited .text {
  display: none
}

.element-offers-link:hover,
.element-offers-link:visited:hover {
  background-color: #fff;
  border-color: #5EA623;
  color: #000
}

.element-offers-link.disabled,
.element-offers-link:visited.disabled {
  background-color: #eee;
  border-color: #eee;
  color: #AEAEAE;
  cursor: default
}

.element-offers-link.disabled img,
.element-offers-link.disabled .image,
.element-offers-link:visited.disabled img,
.element-offers-link:visited.disabled .image {
  opacity: 0.2
}

.element-offers-link.active,
.element-offers-link:visited.active {
  background-color: #fff;
  border-color: #5EA623;
  color: #000
}

.element-buy {
  margin: 30px 0 20px 0
}

.element-count {
  display: block;
  width: 92px;
  height: 32px;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 32px
}

.element-count .plus,
.element-count .minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0
}

.element-count .plus svg,
.element-count .minus svg {
  width: 10px;
  height: 10px;
  fill: #000;
  transition: fill 100ms linear
}

.element-count .plus.disabled,
.element-count .minus.disabled {
  cursor: default
}

.element-count .plus.disabled svg,
.element-count .minus.disabled svg {
  fill: #AEAEAE
}

.element-count .plus:not(.disabled):hover svg,
.element-count .minus:not(.disabled):hover svg {
  fill: #5EA623
}

.element-count .plus {
  padding-right: 8px
}

.element-count .minus {
  padding-left: 8px
}

.element-count .count {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: #000
}

.element-prices {
  font-size: 0;
  line-height: 0;
  text-align: right
}

.element-web-prices {
  font-size: 0;
  line-height: 0;
  text-align: left
}

.element-button {
  margin: 20px 0
}

.element-web-button {
  text-align: right
}

.element-links {
  margin: 20px 0
}

.element-links:after {
  content: '';
  display: block;
  clear: both
}

.element-tabs {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 50px -10px 30px -10px
}

.element-tab {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 3px solid #AEAEAE;
  color: #AEAEAE;
  margin: 5px 15px;
  white-space: nowrap;
  transition: color 100ms linear, border-color 100ms linear;
  cursor: pointer;
  text-decoration: none;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.element-tab:hover {
  border-color: #8DC641;
  color: #8DC641
}

.element-tab.active {
  border-color: #5EA623;
  color: #5EA623
}

.element-contents {
  display: block
}

@media (min-width: 768px) {
  .element-content {
    display: none
  }
}

.element-content.active {
  display: block
}

.school-small {
  display: flex
}

.school-small-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #F9F9FD;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
  margin: 0 0 10px 0;
}

.school-small.white .school-small-container {
  background-color: #fff
}

.school-small-top {
  flex: 1 0 auto;
  max-width: 100%
}

.school-small-image {
  display: block;
  width: 100%;
  height: auto
}

.school-small-image a,
.school-small-image a:visited {
  display: block;
  text-decoration: none
}

.school-small-image img {
  display: block;
  border-radius: 0;
  width: 100%
}

.school-small-fake-video {
  position: relative
}

.school-small-fake-video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1
}

.school-small-fake-video::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2;
  width: 56px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: box-shadow 100ms linear
}

.school-small-fake-video .icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  fill: #8DC641;
  z-index: 3;
  transition: transform 100ms linear
}

.school-small-fake-video:hover .icon {
  transform: translate(-50%, -50%) scale(1.1)
}

.school-small-fake-video:hover::after {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5)
}

.school-small-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 10px 0 2px 0;
  padding: 0 10px
}

.school-small-title a,
.school-small-title a:visited {
  color: #000;
  text-decoration: none
}

.school-small-title a:hover,
.school-small-title a:visited:hover {
  color: #5EA623
}

.school-small-description {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin: 2px 0 10px 0;
  padding: 0 10px
}

.school-small-bottom {
  flex: 0 0 auto;
  max-width: 100%
}

.school-small-buy {
  padding: 15px 10px
}

.school-small-prices {
  font-size: 0;
  line-height: 0
}

.school-small-buttons {
  text-align: right
}

.school-big {
  display: flex
}

.school-big-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #F9F9FD;
  border-top: 4px solid #5EA623;
  border-radius: 0 0 10px 10px;
  padding: 36px 30px 30px 30px;
  border-left: 1px solid #5EA623;
  border-right: 1px solid #5EA623;
  border-bottom: 1px solid #5EA623;
  border-radius: 20px !important;
}

@media (max-width: 767px) {
  .school-big-container {
    padding: 36px 16px 16px 16px
  }
  .school-small-description {
  font-size: 16px;
  }
  .school-small-title {
  font-size: 18px;
  }
  .review-block-text{
  font-size: 15px;
  }
}

.school-big.white .school-big-container {
  background-color: #fff
}

.school-big-online {
  display: block;
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background-color: #5EA623;
  border-radius: 11px;
  padding: 3px 8px
}

.school-big-online.off {
  color: #fff;
  background-color: #EE404A
}

.school-big-top {
  flex: 1 0 auto;
  max-width: 100%
}

.school-big-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px
}

.school-big-type {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .school-big-type {
    font-size: 14px;
    margin: 10px 0 2px 0
  }
}

.school-big-speaker {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400
}

@media (max-width: 767px) {
  .school-big-speaker {
    font-size: 15px
  }
}

.school-big-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 20px 0 10px 0
}

@media (max-width: 767px) {
  .school-big-title {
    font-size: 18px;
    margin: 20px 0 5px 0
  }
}

.school-big-description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin: 10px 0 30px 0
}

@media (max-width: 767px) {
  .school-big-description {
    font-size: 16px;
    margin: 5px 0 20px 0
  }
}

.school-big-bottom {
  flex: 0 0 auto;
  max-width: 100%
}

.school-big-icons {
  border-top: 1px solid #C1C1CA;
  border-bottom: 1px solid #C1C1CA;
  padding: 20px 0 10px 0
}

@media (max-width: 767px) {
  .school-big-icons {
    padding: 10px 0 5px 0
  }
}

.school-big-icon {
  font-size: 15px;
  line-height: 1.3;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000
}

@media (max-width: 767px) {
  .school-big-icon {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 5px
  }
}

.school-big-icon svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #5EA623
}

@media (max-width: 767px) {
  .school-big-icon svg {
    width: 15px;
    height: 15px
  }
}

.school-big-buy {
  padding-top: 25px
}

@media (max-width: 767px) {
  .school-big-buy {
    padding-top: 12px
  }
}

.school-big-prices {
  font-size: 0;
  line-height: 0
}

.school-big-buttons {
  text-align: right
}

.school-big.web .school-big-type {
  color: #254AAF
}

.school-big.master .school-big-type {
  color: #EE404A
}

.school-big.seminar .school-big-type {
  color: #EC0094
}

.school-promo {
  display: flex;
  margin: 70px 0
}

@media (max-width: 767px) {
  .school-promo {
    margin: 50px 0
  }
}

.school-promo-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #F9F9FD;
  border-top: 4px solid #5EA623;
  border-radius: 0 0 10px 10px;
  padding: 30px
}

@media (max-width: 991px) {
  .school-promo-container {
    padding: 16px
  }
}

.school-promo.white .school-promo-container {
  background-color: #fff
}

.school-promo-top {
  border-bottom: 1px solid #C1C1CA;
  padding-bottom: 30px
}

@media (max-width: 991px) {
  .school-promo-top {
    padding-bottom: 16px
  }
}

.school-promo-head {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 0 0 30px 0
}

@media (max-width: 991px) {
  .school-promo-head {
    font-size: 20px;
    margin: 0 0 20px 0
  }
}

.school-promo-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #5EA623;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 0 0 10px 0
}

@media (max-width: 991px) {
  .school-promo-title {
    font-size: 16px;
    margin: 0 0 5px 0
  }
}

.school-promo-description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px 0
}

@media (max-width: 991px) {
  .school-promo-description {
    font-size: 14px;
    margin: 0 0 15px 0
  }
}

.school-promo-timer {
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  color: #5EA623;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 0
}

@media (max-width: 991px) {
  .school-promo-timer {
    font-size: 54px
  }
}

.school-promo-timer-label {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 0 0 10px 0
}

@media (max-width: 991px) {
  .school-promo-timer-label {
    font-size: 16px;
    margin: 0 0 5px 0
  }
}

@media (max-width: 767px) {
  .school-promo-image {
    margin-top: 16px
  }
}

.school-promo-bottom {
  padding-top: 25px
}

@media (max-width: 991px) {
  .school-promo-bottom {
    padding-top: 16px
  }
}

@media (max-width: 767px) {
  .school-promo-bottom {
    padding-top: 10px
  }
}

.school-promo-icons {
  margin-bottom: -10px
}

@media (max-width: 767px) {
  .school-promo-icons {
    padding-bottom: 5px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C1C1CA
  }
}

.school-promo-prices {
  font-size: 0;
  line-height: 0
}

.school-promo-buttons {
  text-align: right
}

.school-road {
  display: block;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent
}

@media (max-width: 767px) {
  .school-road {
    padding: 10px
  }
}

.school-road-label {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #254AAF;
  padding-left: 30px;
  position: relative;
  margin: 0;
  cursor: pointer
}

.school-road-label svg {
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  fill: #254AAF;
  transform: rotate(-90deg);
  transition: transform 100ms linear, fill 100ms linear
}

.school-road-label span {
  border-bottom: 1px dashed #254AAF;
  transition: color 100ms linear, border-color 100ms linear
}

.school-road-label.open {
  color: #5EA623
}

.school-road-label.open svg {
  transform: rotate(0);
  fill: #5EA623
}

.school-road-label.open span {
  border-color: #5EA623
}

.school-road-label:hover {
  color: #8DC641
}

.school-road-label:hover svg {
  fill: #8DC641
}

.school-road-label:hover span {
  border-color: #8DC641
}

@media (max-width: 767px) {
  .school-road-label {
    font-size: 16px;
    padding-left: 20px
  }

  .school-road-label svg {
    top: 6px
  }
}

.school-road-content {
  padding-left: 30px;
  display: none
}

@media (max-width: 767px) {
  .school-road-content {
    padding-left: 20px
  }
}

.school-road-content.open {
  display: block
}

.school-road-item {
  border-top: 1px solid #E7E7E7;
  padding: 10px 0
}

.school-road-item:first-child {
  border-top: 0
}

.usage-slide {
  background-color: #F9F9FD;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
}

.usage-slide-image {
  background-color: #C1C1CA;
  position: relative;
  overflow: hidden
}

.usage-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  border-radius: 0
}

.usage-slide-content {
  padding: 30px 50px !important
}

@media (max-width: 767px) {
  .usage-slide-content {
    padding: 16px !important
  }
}

.usage-slide-title {
  font-size: 24px;
  line-height: 1.1;
  color: #000;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  .usage-slide-title {
    font-size: 16px
  }
}

.usage-slide-description {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  margin: 20px 0
}

@media (max-width: 767px) {
  .usage-slide-description {
    margin: 10px 0;
    font-size: 12px
  }
}

.usage-slide-hint {
  font-size: 12px;
  line-height: 1.5;
  color: #C1C1CA;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 5px 0
}

@media (max-width: 767px) {
  .usage-slide-hint {
    font-size: 10px
  }
}

.usage-slide-price {
  font-size: 0;
  line-height: 0;
  margin: 5px 0
}

.usage-item {
  display: flex
}

.usage-item-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #F9F9FD;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}

.usage-item.white .usage-item-container {
  background-color: #fff
}

.usage-item-top {
  flex: 1 0 auto;
  max-width: 100%
}

.usage-item-tags {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0;
  line-height: 0;
  width: calc(100% - 32px)
}

.usage-item-image {
  display: block;
  width: 100%;
  height: auto
}

.usage-item-image a,
.usage-item-image a:visited {
  display: block;
  text-decoration: none
}

.usage-item-image img {
  display: block;
  border-radius: 0;
  width: 100%
}

.usage-item-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 20px 0 16px 0;
  padding: 0 25px
}

@media (max-width: 991px) {
  .usage-item-title {
    font-size: 16px;
    margin: 10px 0 10px 0;
    padding: 0 16px
  }
}

.usage-item-title a,
.usage-item-title a:visited {
  color: #000;
  text-decoration: none
}

.usage-item-title a:hover,
.usage-item-title a:visited:hover {
  color: #5EA623
}

.usage-item-description {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  padding: 0 25px
}

@media (max-width: 991px) {
  .usage-item-description {
    font-size: 14px;
    padding: 0 16px
  }
}

.usage-item-hint {
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-size: 16px;
  color: #EE404A
}

@media (max-width: 991px) {
  .usage-item-hint {
    font-size: 13px
  }
}

.usage-item-bottom {
  flex: 0 0 auto;
  max-width: 100%
}

.usage-item-buy {
  padding: 25px
}

@media (max-width: 991px) {
  .usage-item-buy {
    padding: 16px
  }
}

.usage-item-prices {
  font-size: 0;
  line-height: 0
}

.usage-item-buttons {
  text-align: right
}

.review-form-title {
  font-size: 24px;
  line-height: 1;
  margin: 25px 0 10px 0;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  .review-form-title {
    font-size: 18px
  }
}

.review-form-wrap {
  font-size: 0;
  line-height: 0
}

.review-form-text {
  width: 100%;
  height: 75px;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  outline: 0;
  background-color: #F9F9FD;
  border: 1px solid #F9F9FD;
  transition: border-color 100ms linear;
  border-radius: 10px
}

.review-form-text:focus {
  border-color: #5EA623
}

.review-form-text:-moz-placeholder {
  color: #000;
  transition: color 100ms linear
}

.review-form-text::-moz-placeholder {
  color: #000;
  transition: color 100ms linear
}

.review-form-text:-ms-input-placeholder {
  color: #000;
  transition: color 100ms linear
}

.review-form-text::-webkit-input-placeholder {
  color: #000;
  transition: color 100ms linear
}

.review-form-text:focus::-webkit-input-placeholder {
  color: transparent
}

.review-form-text:focus::-moz-placeholder {
  color: transparent
}

.review-form-text:focus:-moz-placeholder {
  color: transparent
}

.review-form-text:focus:-ms-input-placeholder {
  color: transparent
}

.review-form-buttons {
  text-align: right;
  margin: 10px 0
}

.review-spoiler {
  display: none
}

.review-spoiler.open {
  display: block
}

.review-spoiler-title {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #5EA623;
  padding-left: 20px;
  position: relative;
  margin: 25px 0;
  cursor: pointer
}

.review-spoiler-title svg {
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  fill: #5EA623;
  transform: rotate(0);
  transition: transform 100ms linear, fill 100ms linear
}

.review-spoiler-title span {
  border-bottom: 1px dashed #5EA623;
  transition: color 100ms linear, border-color 100ms linear
}

.review-spoiler-title.open svg {
  transform: rotate(180deg)
}

.review-spoiler-title:hover {
  color: #8DC641
}

.review-spoiler-title:hover svg {
  fill: #8DC641
}

.review-spoiler-title:hover span {
  border-color: #8DC641
}

@media (max-width: 767px) {
  .review-spoiler-title {
    font-size: 18px
  }

  .review-spoiler-title svg {
    top: 3px
  }
}

.review-item {
  margin-bottom: 30px
}

.review-item-owner {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #C1C1CA;
  margin-bottom: 3px
}

@media (max-width: 767px) {
  .review-item-owner {
    font-size: 11px
  }
}

.review-item-text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .review-item-text {
    font-size: 13px
  }
}

.review-item-re {
  display: block;
  background-color: #F9F6ED;
  border-radius: 0 5px 5px 5px;
  margin-left: 16px;
  padding: 20px;
  position: relative;
  margin-bottom: 10px
}

.review-item-re::before {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 16px;
  border-left: 0;
  border-top: 0;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #F9F6ED
}

.review-item-re-owner {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #5EA623;
  margin-bottom: 5px
}

@media (max-width: 767px) {
  .review-item-re-owner {
    font-size: 11px
  }
}

.review-item-re-text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400
}

@media (max-width: 767px) {
  .review-item-re-text {
    font-size: 13px
  }
}

.review-block {
  display: block;
  position: relative;
  background-color: #F9F9FD;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #D9F3C3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.review-block.white {
  background-color: #fff
}

.review-block.with-image {
  padding-left: 110px
}

@media (max-width: 991px) {
  .review-block.with-image {
    padding-left: 80px
  }
}

.review-block-image {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 3px;
  top: 20px;
  left: 20px
}

@media (max-width: 991px) {
  .review-block-image {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px
  }
}

.review-block-date {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #C1C1CA;
  margin-bottom: 10px
}

.review-block-link {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.review-block-name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.review-block-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #000
}

.gallery-item {
  cursor: zoom-in;
  transition: transform 100ms linear;
  font-size: 0;
  line-height: 0
}

.gallery-item.zoom-scale:hover {
  transform: scale(1.03)
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 800
}

.gallery-modal>* {
  opacity: 1;
  transition: opacity 100ms linear
}

.gallery-modal.loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loader.gif) no-repeat center center;
  z-index: 10
}

.gallery-modal.loading>* {
  opacity: 0
}

.gallery-modal-dots {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2
}

.gallery-modal-dots ul {
  list-style: none;
  margin: 0;
  padding: 1px 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4)
}

.gallery-modal-dots ul li {
  list-style: none;
  flex: 1 0 auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}

.gallery-modal-dots ul li::before,
.gallery-modal-dots ul li::after {
  display: none
}

.gallery-modal-dots ul li button {
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  transition: background-color 100ms linear
}

.gallery-modal-dots ul li.slick-active button {
  background-color: #fff
}

.gallery-modal-close {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 100ms linear
}

.gallery-modal-close:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5)
}

.gallery-modal-close svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

.gallery-modal-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1
}

.gallery-modal-slider {
  position: relative;
  width: 100%
}

.gallery-modal-prev,
.gallery-modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: box-shadow 100ms linear;
  border-radius: 50%
}

.gallery-modal-prev svg,
.gallery-modal-next svg {
  width: 24px;
  height: 24px;
  fill: #fff
}

.gallery-modal-prev:hover,
.gallery-modal-next:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5)
}

.gallery-modal-prev {
  left: 10px
}

.gallery-modal-next {
  right: 10px
}

.gallery-modal-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  outline: 0
}

.gallery-modal-slide-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.gallery-modal-slide-image .pinch-zoom-container {
  width: 100%;
  height: 100%
}

.gallery-modal-slide-image-zoom {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.gallery-modal-slide-image img {
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
  max-height: 100%
}

.gallery-modal-slide-description {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  max-width: calc(100% - 20px);
  padding: 10px 16px;
  border-radius: 20px;
  transition: opacity 100ms linear
}

.team-item {
  display: flex
}

.team-item-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #F9F9FD;
  border-radius: 5px;
  overflow: hidden
}

.team-item.white .team-item-container {
  background-color: #fff
}

.team-item-image {
  display: block;
  width: 100%;
  height: auto
}

.team-item-image a,
.team-item-image a:visited {
  display: block;
  text-decoration: none
}

.team-item-image img {
  display: block;
  border-radius: 0;
  width: 100%
}

.team-item-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 10px 0 5px 0;
  padding: 0 16px
}

.team-item-title a,
.team-item-title a:visited {
  text-decoration: none
}

.team-item-description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin: 0 0 16px 0;
  padding: 0 16px
}

.team-row .team-item {
  margin-bottom: 16px
}

.team-comment {
  display: block;
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  padding: 16px;
  position: relative;
  margin: 0 0 0 16px
}

.team-comment .before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 16px;
  border-left: 0;
  border-top: 0;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #fff
}

@media (max-width: 767px) {
  .team-comment {
    margin: 10px 0 0 0;
    border-radius: 5px
  }

  .team-comment .before {
    display: none
  }
}

.team-comment::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px
}

.team-comment::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: -101px;
  margin-top: 100px
}

.uploader {
  display: block;
  width: 100%;
  padding: 0 110px 0 0;
  position: relative
}

@media (max-width: 767px) {
  .uploader {
    padding: 0
  }
}

.uploader-drop {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 100%;
  z-index: 2
}

@media (max-width: 767px) {
  .uploader-drop {
    width: 100%
  }
}

.uploader-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: auto;
  z-index: 1
}

.uploader-button-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear;
  background-color: #8DC641;
  border: 1px solid #8DC641;
  color: #fff
}

.uploader-button-add:hover {
  background-color: #5EA623;
  border: 1px solid #5EA623;
  color: #fff
}

.uploader-button-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear;
  background-color: #EE404A;
  border: 1px solid #EE404A;
  color: #fff
}

.uploader-button-clear:hover {
  background-color: #CE2939;
  border: 1px solid #CE2939;
  color: #fff
}

@media (max-width: 767px) {
  .uploader-button {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-top: 5px
  }

  .uploader-button::after {
    content: '';
    display: block;
    clear: both
  }

  .uploader-button-add {
    float: left;
    width: 100px
  }

  .uploader-button-clear {
    float: right;
    width: 100px
  }
}

.uploader-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F9FD;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 10px;
  z-index: 10
}

.uploader-message-text {
  flex: 1 0 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #81819C;
  text-align: center;
  user-select: none;
  transition: color 100ms linear
}

.uploader-box {
  display: block;
  position: relative;
  width: 100%;
  min-height: 120px;
  border: 1px dashed #C1C1CA;
  border-radius: 5px;
  padding: 10px 0 0 10px;
  background-color: #F9F9FD;
  transition: border-color 100ms linear;
  z-index: 1;
  font-size: 0;
  line-height: 0
}

.uploader-box-file {
  display: inline-block;
  width: calc((100% - (10px*5))/5);
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

@media (max-width: 1199px) {
  .uploader-box-file {
    width: calc((100% - (10px*4))/4)
  }
}

@media (max-width: 767px) {
  .uploader-box-file {
    width: calc((100% - (10px*3))/3)
  }
}

@media (max-width: 575px) {
  .uploader-box-file {
    width: calc((100% - (10px*2))/2)
  }
}

@media (max-width: 357px) {
  .uploader-box-file {
    width: calc(100% - 10px)
  }
}

.uploader-box-file-name {
  display: block;
  height: 13px;
  width: calc(100% - 15px);
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  margin-bottom: 3px
}

.uploader-box-file-remove {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  background: url(../images/uploader/remove.svg) no-repeat center center;
  background-size: 12px;
  z-index: 2
}

.uploader-box-file-icon {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #F9FAFF url(../images/uploader/document.svg) no-repeat center center;
  background-size: 60%;
  border: 1px solid #F9FAFF;
  border-radius: 3px;
  z-index: 1
}

.uploader-box-file-icon::before {
  content: '';
  display: inline-block;
  width: 0;
  padding-bottom: 90%;
  vertical-align: middle
}

.uploader-box-file-icon.image {
  background-image: none
}

.uploader-box-file-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 !important
}

.uploader-box-file [class*="audio_"] {
  background-image: url(../images/uploader/music.svg)
}

.uploader-box-file [class*="video_"] {
  background-image: url(../images/uploader/video.svg)
}

.uploader-box-file [class*="image_"]:not(.image) {
  background-image: url(../images/uploader/image.svg)
}

.uploader-box-file [class*="application_pdf"] {
  background-image: url(../images/uploader/pdf.svg)
}

.uploader-box-file [class*="word"],
.uploader-box-file [class*="document_text"],
.uploader-box-file [class*="document_word"],
.uploader-box-file [class*="text_plain"] {
  background-image: url(../images/uploader/doc.svg)
}

.uploader-box-file [class*="powerpoint"],
.uploader-box-file [class*="document_presentation"] {
  background-image: url(../images/uploader/pp.svg)
}

.uploader-box-file [class*="excel"],
.uploader-box-file [class*="document_spreadsheet"],
.uploader-box-file [class*="text_csv"] {
  background-image: url(../images/uploader/excel.svg)
}

.uploader-box-file.loading .uploader-box-file-icon {
  background-image: none !important;
  background-color: #F9FAFF
}

.uploader-box-file.loading .uploader-box-file-progress {
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 6px;
  width: 70%;
  z-index: 3;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.uploader-box-file.loading .uploader-box-file-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background-color: #5EA623
}

@media (min-width: 766px) {
  .uploader.single-file {
    width: 310px;
    max-width: 100%
  }
}

.uploader.single-file .uploader-box-file {
  width: calc(100% - 10px) !important
}

.uploader.button .uploader-drop {
  cursor: pointer
}

.uploader.hover .uploader-box {
  border-color: #000
}

.uploader.hover .uploader-message-text {
  color: #000
}

.uploader.drop .uploader-box {
  border-color: #5EA623
}

.uploader.drop .uploader-message-text {
  color: #5EA623
}

.basket {
  margin-bottom: 16px;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 10px
}

.basket-container {
  position: relative
}

.basket-item {
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.basket-item-container {
  min-height: 120px;
  padding-left: 130px;
  border-bottom: 1px solid #DFDFDF;
  position: relative
}

@media (max-width: 767px) {
  .basket-item-container {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: unset
  }
}

.basket-item:last-child .basket-item-container {
  border-bottom: 0
}

.basket-item-image {
  width: 120px;
  height: 110px;
  padding: 16px 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 767px) {
  .basket-item-image {
    position: relative;
    order: 2;
    flex: 0 0 150px;
    max-width: 50%;
    top: unset;
    left: unset
  }
}

.basket-item-image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

.basket-item-image a img,
.basket-item-image a svg {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.basket-item-text {
  width: calc(100% - 200px);
  display: block;
  padding: 16px 0
}

@media (max-width: 767px) {
  .basket-item-text {
    flex: 0 0 100%;
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 16px 0 0 0
  }
}

.basket-item-name,
.basket-item-name:visited {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  margin: 0 0 5px 0;
  transition: color 100ms linear;
  display: inline-block;
  text-decoration: none
}

.basket-item-name:hover,
.basket-item-name:visited:hover {
  color: #5EA623;
  text-decoration: none
}

.basket-item-description {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #254AAF;
  margin: 0 0 4px 0
}

.basket-item-properties-item {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0
}

.basket-item-properties-item .label {
  color: #254AAF;
}

.basket-item-properties-item .label::after {
  content: ':'
}

.basket-item-properties-item .value {
  color: #000
}

.basket-item-buy {
  width: 200px;
  font-size: 0;
  line-height: 0;
  padding: 16px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right
}

@media (max-width: 767px) {
  .basket-item-buy {
    position: relative;
    order: 3;
    flex: 0 0 50%;
    max-width: 50%;
    right: unset;
    bottom: unset
  }
}

.basket-item-prices {
  display: block;
  padding: 0;
  margin-bottom: 16px;
  font-size: 0;
  line-height: 0
}

.basket-item-action {
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0
}

.basket-item-remove {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  border-radius: 32px
}

.basket-item-remove svg {
  width: 10px;
  height: 10px;
  fill: #000;
  transition: fill 100ms linear
}

.basket-item-remove:hover svg {
  fill: #5EA623
}

.basket-item-count {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 92px;
  height: 32px;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 32px
}

.basket-item-count .plus,
.basket-item-count .minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0
}

.basket-item-count .plus svg,
.basket-item-count .minus svg {
  width: 10px;
  height: 10px;
  fill: #000;
  transition: fill 100ms linear
}

.basket-item-count .plus.disabled,
.basket-item-count .minus.disabled {
  cursor: default
}

.basket-item-count .plus.disabled svg,
.basket-item-count .minus.disabled svg {
  fill: #C1C1CA
}

.basket-item-count .plus:not(.disabled):hover svg,
.basket-item-count .minus:not(.disabled):hover svg {
  fill: #5EA623
}

.basket-item-count .plus {
  padding-right: 8px
}

.basket-item-count .minus {
  padding-left: 8px
}

.basket-item-count .count {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: #000
}

.basket-total {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px
}

.basket-total-price {
  display: block;
  margin-bottom: 25px;
  text-align: right;
  font-size: 0;
  line-height: 0
}

.basket-total-price .prices {
  display: inline-block;
  vertical-align: top;
  float: right
}

.basket-total-price .label {
  float: left;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #C1C1CA
}

.basket-total-price::after {
  content: '';
  display: block;
  clear: both
}

.basket-total-coupon {
  margin-bottom: 25px
}

.basket-total-coupon-input {
  display: block;
  height: 40px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0;
  line-height: 0
}

.basket-total-coupon-input input {
  font-size: 14px;
  width: calc(100% - 90px);
  height: 100%;
  padding: 0 10px;
  vertical-align: middle;
  background-color: #fff;
  border: 0;
  outline: 0;
  margin: 0
}

.basket-total-coupon-input input:-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.basket-total-coupon-input input::-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.basket-total-coupon-input input:-ms-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.basket-total-coupon-input input::-webkit-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.basket-total-coupon-input input:focus::-webkit-input-placeholder {
  color: transparent
}

.basket-total-coupon-input input:focus::-moz-placeholder {
  color: transparent
}

.basket-total-coupon-input input:focus:-moz-placeholder {
  color: transparent
}

.basket-total-coupon-input input:focus:-ms-input-placeholder {
  color: transparent
}

.basket-total-coupon-input button {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-color: #8DC641;
  cursor: pointer;
  width: 90px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.basket-total-coupon-input button:hover {
  background-color: #5EA623;
}

.basket-total-coupon-input button span {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}

.basket-container label a{
  text-decoration: none;
  border-bottom: 1px dashed #000080;

}


.basket-total-coupon-input button svg {
  width: 16px;
  height: 16px;
  fill: #5EA623
}

.basket-total-coupon-list {
  display: block;
  font-size: 0;
  line-height: 0
}

.basket-total-coupon-item {
  display: inline-block;
  white-space: nowrap;
  padding: 4px;
  overflow: hidden;
  max-width: 100%;
  line-height: 0;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  margin: 5px 5px 0 0;
  background-color: #fff
}

.basket-total-coupon-item .coupon {
  color: #CE2939;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 3px
}

.basket-total-coupon-item.accept {
  border-color: mediumseagreen
}

.basket-total-coupon-item.accept .coupon {
  color: mediumseagreen;
  text-decoration: none
}

.basket-total-coupon-remove {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-right: 5px
}

.basket-total-coupon-remove svg {
  width: 12px;
  height: 12px;
  fill: #C1C1CA;
  transition: fill 100ms linear
}

.basket-total-coupon-remove:hover svg {
  fill: #000
}

.soa-property-container input[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  color: #C1C1CA;
  font-size: 14px;
  border-radius: 17px;
  line-height: 1;
  margin: 0 10px 0 0 !important;
  outline: 0;
  vertical-align: middle;
  cursor: pointer
}

.soa-property-container input[type="button"]~a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C1C1CA;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer
}

.soa-property-container>div~input[type="button"] {
  margin: 5px 10px 0 0 !important
}

.soa-property-container>div~div {
  margin: 5px 0
}

#bx-soa-total-mobile {
  display: none !important
}

#bx-soa-order {
  counter-reset: heading;
  transition: 500ms opacity ease
}

.bx-soa-more {
  margin: 10px -10px 0 -10px;
  padding: 10px 10px 0 10px;
  border-top: 1px solid #F2F2F2
}

.bx-soa-section {
  border: 1px solid #5EA623;
  margin-bottom: 10px;
  background-color: #fff;
  transition: border-color 100ms linear;
  border-radius: 10px
}

.bx-soa-section .bx-soa-section-title-container {
  display: flex;
  overflow: hidden;
  padding: 10px;
  background-color: transparent;
  font-size: 0;
  line-height: 0
}

.bx-soa-section .bx-soa-section-title {
  margin: 0;
  padding: 0 0 0 38px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  min-height: 24px;
  transition: all 100ms linear
}

.bx-soa-section .bx-soa-editstep {
  display: inline;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #EE404A;
  transition: color 100ms linear;
  padding: 2px 5px;
  border-radius: 10px;
  border: 1px solid #5EA623;
}

.bx-soa-section .bx-soa-editstep:hover {
  color: #5EA623
}

.bx-soa-section .bx-soa-section-content {
  padding: 10px !important;
  transition: all 100ms linear;
  border-top: 1px solid #F2F2F2
}


.bx-soa-reference {
   display: none;
}

.bx-soa-pp-desc-container {
    border: 1px solid #5EA623;
    border-radius: 5px;
    background: #D9F3C3;

}

@media (max-width: 768px) {

  .order-1 {
    order: 2;
}

  #rp2box {left: 5px;}
}

.bx-soa-section .bx-soa-section-content .bx-soa-fade-property-name {
  font-weight: 400
}

.bx-soa-section .bx-soa-section-title-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
/*  border: 1px solid #DFDFDF;*/
  border: 1px solid #254AAF;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.bx-soa-section .bx-soa-section-title-count::before {
  position: absolute;
  right: -6px;
  bottom: -3px;
  display: none;
  width: 14px;
  height: 14px;
  background: url(../images/sale-order/sprite.svg) no-repeat center;
  background-size: 14px;
  content: ""
}

.bx-soa-section .bx-soa-section-title-count::after {
/*  color: #C1C1CA;*/
  color: #254AAF;
  content: counter(heading);
  counter-increment: heading;
  transition: color 100ms linear
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
  border-color: #5EA623;
  background: #fff
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count::before {
  display: block;
  background-position: center 0
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count::after {
  color: #000
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count {
  border-color: #FF8600;
  background: #fff
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count::before {
  display: block;
  background-position: center -14px
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count::after {
  color: #000
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count {
  border-color: #EE404A;
  background: #fff
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count::before {
  display: block;
  background-position: center -28px
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count::after {
  color: #000
}

.bx-soa-section.bx-selected .bx-soa-editstep {
  display: none
}

.bx-soa-sidebar {
  position: relative
}

.bx-soa-sidebar .bx-soa-cart-total {
  padding: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px
}

.bx-soa-sidebar .bx-soa-cart-total-ghost {
  transition: all 50ms linear
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 5px;
  font-size: 14px;
  border-top: 1px dashed #F2F2F2
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  border-top: 0;
  padding-top: 0
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t {
  /*float: left*/
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d {
  float: right;
  text-align: right
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d .bx-soa-price-not-calc {
  border-bottom: 1px dashed red;
  color: #EE404A;
  text-decoration: none;
  cursor: pointer
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d .bx-soa-price-free {
  color: #5EA623;
  font-weight: 500
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
  color: #C1C1CA
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-total {
  padding-top: 25px;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0
}

.bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-button-container {
  padding-top: 25px;
  text-align: center
}

.alert {
  margin-bottom: 15px;
  padding: 16px;
  border: none;
  position: relative
}

.alert.alert-success {
  background-color: #EDF3E3;
  color: #000
}

.alert.alert-warning {
  background-color: #FBF3DA;
  color: #000
}

.alert.alert-danger {
  background-color: #F8E7EB;
  color: #000
}

.alert * {
  margin: 0;
  padding: 0
}

.alert .icon-success,
.alert .icon-warning {
  display: none
}

.bx-soa-reference {
  position: relative;
  z-index: 0;
  font-size: 14px;
  margin: 5px 0;
  line-height: 1;
  padding: 10px;
  background: #FBF3DA;
  color: #000
}

.bx-soa-tooltip {
  position: relative;
  z-index: 0;
  font-size: 14px;
  margin: 5px 0;
  line-height: 1;
  padding: 5px
}

.bx-soa-tooltip .tooltip-arrow {
  display: none
}

.bx-soa-tooltip.bx-soa-tooltip-coupon {
  display: none
}

.bx-soa-tooltip.bx-soa-tooltip-danger {
  background: #F8E7EB;
  color: #000
}

.bx-soa-tooltip.bx-soa-tooltip-warning {
  background: #FBF3DA;
  color: #000
}

.bx-soa-tooltip.bx-soa-tooltip-success {
  background: #EDF3E3;
  color: #000
}

.bx-bd-error {
  border-color: #db4a29
}

.bx-bd-waring {
  border-color: #ccbe71
}

.bx-step-opacity {
  transition: 500ms opacity ease
}

hr.bxe-light {
  display: none
}

.bx-soa-section.bx-step-good {
  transform-origin: 0 0;
  animation: animationBorderStep ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

@keyframes animationBorderStep {
  0% {
    border-color: #70bb18
  }

  100% {
    border-color: #91cedc
  }
}

.bx-soa-section.bx-step-bad {
  transform-origin: 0 0;
  animation: animationBorderStepBad ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

@keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29
  }

  100% {
    border-color: #91cedc
  }
}

.bx-soa-changeCostSign {
  transform-origin: 0 0;
  animation: changeCostSign ease .4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

@keyframes changeCostSign {

  0%,
  100% {
    opacity: 1
  }

  40%,
  60% {
    opacity: 0
  }
}

.bx-soa-item-table {
  display: block;
  width: 100%;
  position: relative
}

.bx-soa-item-table br {
  display: none !important
}

.bx-soa-item-table .bx-soa-item-tr {
  display: block;
  border-top: 1px dashed #F2F2F2;
  padding: 5px 0 5px 90px;
  min-height: 90px
}

@media (max-width: 479px) {
  .bx-soa-item-table .bx-soa-item-tr {
    padding: 5px 0 5px 55px;
    min-height: 60px
  }
}

.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-tr-first {
  border-top: 0
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
  display: block
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block {
  position: relative
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-img-block {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 10px
}

@media (max-width: 479px) {
  .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-img-block {
    width: 50px;
    height: 50px;
    margin-right: 5px
  }
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-img-block .bx-soa-item-imgcontainer {
  padding-top: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-soa-item-title {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #000;
  margin: 0 0 5px 0;
  transition: color .1s linear;
  display: inline-block
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-soa-item-title a,
.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-soa-item-title a:visited {
  text-decoration: none;
  color: inherit
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-soa-item-title a:hover,
.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-soa-item-title a:visited:hover {
  color: #5EA623
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-scu-container {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-scu-container .bx-soa-item-td-title {
  display: inline;
  color: #254AAF;
  margin-right: 5px
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-scu-container .bx-soa-item-td-text {
  display: inline;
  vertical-align: middle;
  color: #000;
  font-weight: 500
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-content .bx-scu-container .bx-soa-item-td-text input[type="number"] {
  display: none
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-title {
  display: inline;
  color: #254AAF;
  margin-right: 5px
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-text {
  display: inline;
  vertical-align: middle;
  color: #000;
  font-weight: 500
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-text input[type="number"] {
  display: none
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-soa-item-prices {
  display: block;
  padding: 0;
  margin-top: 5px;
  font-size: 0;
  line-height: 0;
  text-align: right
}

.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-info-container {
  position: relative;
  height: 35px;
  min-height: unset;
  padding: 0;
  border-top: 0
}

.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td {
  position: absolute;
  border: none
}

.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td .bx-soa-info-shower {
  display: inline;
  font-size: 12px;
  line-height: 1;
  color: #C1C1CA;
  text-decoration: none;
  border-bottom: 1px dashed #F2F2F2;
  transition: color 100ms linear, border-color 100ms linear
}

.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td .bx-soa-info-shower:hover {
  color: #000;
  border-color: transparent
}

.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td .bx-soa-item-info-block {
  overflow: hidden;
  margin-bottom: 10px;
  height: 0
}

.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td .bx-soa-item-info-block.bx-active {
  padding-top: 10px;
  height: auto
}

.bx-soa-item-table .bx-soa-item-tr.d-none {
  display: none
}

.bx-soa-coupon {
  margin-top: 10px;
  padding-top: 10px
}

.bx-soa-coupon .bx-soa-coupon-input {
  display: block;
  height: 40px;
  max-width: 100%;
  width: 300px;
  border: 1px solid #DFDFDF;
  font-size: 0;
  line-height: 0;
  border-radius: 3px;
  overflow: hidden
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control {
  font-size: 14px;
  width: calc(100% - 38px);
  height: 100%;
  padding: 0 10px;
  vertical-align: middle;
  background-color: #fff;
  border: 0;
  outline: 0;
  margin: 0
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control:-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control::-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control:-ms-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control:focus::-webkit-input-placeholder {
  color: transparent
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control:focus::-moz-placeholder {
  color: transparent
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control:focus:-moz-placeholder {
  color: transparent
}

.bx-soa-coupon .bx-soa-coupon-input input[type=text].form-control:focus:-ms-input-placeholder {
  color: transparent
}

.bx-soa-coupon .bx-soa-coupon-input .bx-soa-coupon-svg {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.bx-soa-coupon .bx-soa-coupon-input .bx-soa-coupon-svg svg {
  width: 16px;
  height: 16px;
  fill: #5EA623
}

.bx-soa-coupon .bx-soa-coupon-item {
  display: block;
  font-size: 0;
  line-height: 0
}

.bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-child {
  display: inline-block;
  white-space: nowrap;
  padding: 4px;
  overflow: hidden;
  max-width: 100%;
  line-height: 0;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  margin: 5px 5px 0 0;
  background-color: #fff
}

.bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-child .coupon {
  color: #C1C1CA;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-right: 3px
}

.bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-child .bx-soa-coupon-remove {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-right: 5px
}

.bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-child .bx-soa-coupon-remove svg {
  width: 8px;
  height: 8px;
  fill: #C1C1CA;
  transition: fill 100ms linear
}

.bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-child .bx-soa-coupon-remove:hover svg {
  fill: #000
}

.bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-child.bx-soa-coupon-item-success {
  border-color: mediumseagreen
}

.bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-child.bx-soa-coupon-item-success .coupon {
  color: mediumseagreen;
  text-decoration: none
}

.bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-block {
  margin-top: -5px
}

.bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-label {
  margin: 5px 10px 0 0
}

.bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-item .bx-soa-coupon-item-child {
  vertical-align: middle
}

.bx-slst .form-control {
  margin-bottom: 2px !important
}

.bx-ui-sls-tree-trunk {
  border: 1px solid #DFDFDF;
  padding: 11px 15px 0 30px;
  font-size: 15px;
  white-space: nowrap;
  margin-bottom: 2px !important;
  height: 46px;
  font-weight: 400;
  border-radius: 3px !important
}

.bx-sls .form-control,
.bx-slst .form-control {
  margin: 0;
  border-radius: 3px !important;
  border-color: #DFDFDF;
  background-color: #fff;
  box-shadow: none
}

.bx-sls .bx-ui-sls-container,
.bx-sls .bx-ui-combobox-container,
.bx-slst .bx-ui-sls-container,
.bx-slst .bx-ui-combobox-container {
  min-height: 44px
}

.bx-sls .bx-ui-combobox-container .bx-combobox-fake-as-input,
.bx-slst .bx-ui-combobox-container .bx-combobox-fake-as-input {
  padding-top: 12px;
  font-size: 15px;
  white-space: nowrap
}

.bx-sls .bx-ui-combobox-toggle,
.bx-slst .bx-ui-combobox-toggle {
  background: none;
  margin-top: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  border-top: 6px solid #DFDFDF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  z-index: 3
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route,
.bx-sls .bx-ui-combobox-fake,
.bx-slst .bx-ui-sls-fake,
.bx-slst .bx-ui-sls-route,
.bx-slst .bx-ui-combobox-fake {
  height: 44px !important
}

.bx-sls .bx-ui-sls-pane,
.bx-sls .bx-ui-combobox-dropdown,
.bx-slst .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown {
  top: 46px;
  border-color: #DFDFDF;
  background-color: #fff;
  border-radius: 3px !important;
  box-shadow: none;
  width: calc(100% + 2px);
  left: -1px
}

.bx-sls .bx-ui-sls-clear,
.bx-sls .bx-ui-slst-clear,
.bx-slst .bx-ui-sls-clear,
.bx-slst .bx-ui-slst-clear {
  top: 5px
}

.bx-sls .dropdown-icon,
.bx-slst .dropdown-icon {
  top: 16px
}

.bx-sls .bx-ui-sls-loader,
.bx-sls .bx-ui-slst-loader,
.bx-slst .bx-ui-sls-loader,
.bx-slst .bx-ui-slst-loader {
  top: 10px
}

.bx-slst .bx-ui-combobox-variant:hover,
.bx-slst .bx-ui-combobox-variant-active,
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active {
  background-color: #f0ffe9
}

.bx-sls .dropdown-item-text {
  color: #000
}

.bx-sls .dropdown-item-text span {
  color: #5EA623
}

.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white {
  display: none
}

.bx-sls input[type="text"] {
  color: #000 !important
}

.bx-sls input[type="text"]:-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-sls input[type="text"]::-moz-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-sls input[type="text"]:-ms-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-sls input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
  color: #254AAF;
  transition: color 100ms linear
}

.bx-sls input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent
}

.bx-sls input[type="text"]:focus::-moz-placeholder {
  color: transparent
}

.bx-sls input[type="text"]:focus:-moz-placeholder {
  color: transparent
}

.bx-sls input[type="text"]:focus:-ms-input-placeholder {
  color: transparent
}

.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
  color: #000 !important
}

.bx-pagination {
  margin-top: 20px
}

.bx-pagination .bx-pagination-container ul {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  list-style: none
}

.bx-pagination .bx-pagination-container ul li {
  transition: color 100ms linear, background-color 100ms linear, border-color 100ms linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 5px;
  margin: 0 6px 0 0
}

.bx-pagination .bx-pagination-container ul li::before {
  display: none
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  color: inherit
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev,
.bx-pagination .bx-pagination-container ul li.bx-pag-next {
  width: 70px
}

.bx-pagination .bx-pagination-container ul li.bx-active {
  background-color: #5EA623;
  border-color: #5EA623;
  color: #fff;
  cursor: default
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps {
  position: relative;
  margin-bottom: 5px
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps .bx-soa-pp-company-graf-container {
  position: relative;
  padding-top: 50%;
  width: 100%;
  height: 0;
  border: 1px solid #F2F2F2;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container input,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps .bx-soa-pp-company-graf-container input {
  display: none
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-image,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-image img,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps .bx-soa-pp-company-graf-container .bx-soa-pp-company-image img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-cost,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps .bx-soa-pp-delivery-cost {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  color: #000;
  padding: 5px;
  line-height: 1;
  font-size: 14px;
  margin: 0;
  border-color: #F2F2F2;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-radius: 0 5px 0 0
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-smalltitle,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps .bx-soa-pp-company-smalltitle {
  font-size: 12px;
  color: #254AAF;
  line-height: 1.2;
  text-align: center;
  padding: 5px
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container {
  background-color: #fff;
  border-color: #5EA623
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-smalltitle {
  color: #000
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-bd-error .bx-soa-pp-company-graf-container,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps.bx-bd-error .bx-soa-pp-company-graf-container {
  background-color: #fff;
  border-color: #EE404A
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-bd-error .bx-soa-pp-company-smalltitle,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps.bx-bd-error .bx-soa-pp-company-smalltitle {
  color: #EE404A
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-graf-container,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps.bx-bd-waring .bx-soa-pp-company-graf-container {
  background-color: #fff;
  border-color: #FF8600
}

.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-smalltitle,
.bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-inner-ps.bx-bd-waring .bx-soa-pp-company-smalltitle {
  color: #FF8600
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company {
  background-color: #D9F3C3;
  border: 1px solid transparent;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo {
  padding: 10px 0
}

.bx-soa-pp-company-logo {
    display: none;
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo .bx-soa-pp-company-graf-container {
  position: relative;
  padding-top: 50%;
  width: 100%;
  height: 0;
  border: 1px solid #F2F2F2;
  background-color: #fff;
  border-radius: 5px
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo .bx-soa-pp-company-graf-container .bx-soa-pp-company-image img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block {
  font-size: 14px
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li {
  padding: 0;
  margin: 0
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li::before {
  display: none
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li .bx-soa-pp-list-termin {
  display: block;
  color: #000000;
  font-size: 14px
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li .bx-soa-pp-list-description {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700
}

.bx-soa-pp-company-selected {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle
}

.bx-soa-pp-company-selected img {
  display: none
}

.bx-soa-pp-company-selected-wrap {
  font-size: 0;
  line-height: 0
}

.bx-soa-pp-price {
  display: inline-block;
  width: 80px;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 700;
  color: #000
}

.pay-system-3 .col,
.pay-system-3 [class*="col-"],
.pay-system-4 .col,
.pay-system-4 [class*="col-"] {
  padding: 0 !important
}

.pay-system-3 .btn,
.pay-system-3 .btn:visited,
.pay-system-4 .btn,
.pay-system-4 .btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 0;
  outline: 0;
  background-color: #8DC641;
  color: #fff;
  height: 40px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  margin: 15px 0;
  transition: background-color 100ms linear, color 100ms linear;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px
}

@media (max-width: 575px) {

  .pay-system-3 .btn,
  .pay-system-3 .btn:visited,
  .pay-system-4 .btn,
  .pay-system-4 .btn:visited {
    padding: 0 15px
  }
}

.pay-system-3 .btn:hover,
.pay-system-3 .btn:visited:hover,
.pay-system-4 .btn:hover,
.pay-system-4 .btn:visited:hover {
  background-color: #5EA623;
  color: #fff
}

.pay-system-3 .btn.fluid,
.pay-system-3 .btn:visited.fluid,
.pay-system-4 .btn.fluid,
.pay-system-4 .btn:visited.fluid {
  width: 100%
}

.personal-orders-filter {
  margin-bottom: 16px
}

.personal-orders-filter-select {
  width: 320px;
  max-width: 100%
}

.personal-orders-filter-select input[type="text"] {
  height: 40px
}

.personal-order {
  line-height: 1;
  display: block;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #5EA623;
  border-radius: 10px;
  overflow: hidden
}

.personal-order-header {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #F2F2F2;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  white-space: nowrap;
  overflow: hidden
}

.personal-order-body {
  display: block;
  padding: 16px
}

.personal-order-footer {
  background-color: #fff;
  border-top: 1px solid #F2F2F2;
  padding: 16px
}

.personal-order-footer::after {
  content: '';
  display: block;
  clear: both
}

.personal-order-reject,
.personal-order-reject:visited {
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #254AAF;
  text-decoration: none;
  transition: color 100ms linear
}

.personal-order-reject span,
.personal-order-reject:visited span {
  vertical-align: middle
}

.personal-order-reject svg,
.personal-order-reject:visited svg {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  fill: #254AAF;
  transition: fill 100ms linear;
  vertical-align: middle
}

.personal-order-reject:hover,
.personal-order-reject:visited:hover {
  color: #EE404A
}

.personal-order-reject:hover svg,
.personal-order-reject:visited:hover svg {
  fill: #EE404A
}

.personal-order-repeat,
.personal-order-repeat:visited {
  float: right;
  font-size: 14px;
  line-height: 1;
  color: #254AAF;
  text-decoration: none;
  transition: color 100ms linear
}

.personal-order-repeat span,
.personal-order-repeat:visited span {
  vertical-align: middle
}

.personal-order-repeat svg,
.personal-order-repeat:visited svg {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  fill: #254AAF;
  transition: fill 100ms linear;
  vertical-align: middle
}

.personal-order-repeat:hover,
.personal-order-repeat:visited:hover {
  color: #5EA623
}

.personal-order-repeat:hover svg,
.personal-order-repeat:visited:hover svg {
  fill: #5EA623
}

.personal-order-status {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px
}

.personal-order-status .label {
  font-weight: 400;
  color: #254AAF
}

.personal-order-status .value {
  font-weight: 400;
  color: #000;
/*  background: #999;*/
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #254AAF;
}

.personal-order-data {
  display: none;
  padding: 5px 10px;
  border-left: 1px solid #F2F2F2;
  margin-bottom: 5px
}

.personal-order-data-row {
  padding-bottom: 7px
}

.personal-order-data-row:last-child {
  padding-bottom: 0
}

.personal-order-data-row .label {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #C1C1CA;
  font-weight: 400
}

.personal-order-data-row .value {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400
}

.personal-order-spoiler-trigger {
  display: inline-block;
  border-bottom: 1px dashed #5EA623;
  color: #5EA623;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 100ms linear, border-color 100ms linear
}

.personal-order-spoiler-trigger:hover {
  border-color: transparent;
  color: #8DC641
}

.personal-order-spoiler-trigger .close {
  display: none
}

.personal-order-spoiler-trigger .open {
  display: block
}

.personal-order-spoiler-trigger.open .close {
  display: block
}

.personal-order-spoiler-trigger.open .open {
  display: none
}

.personal-order-basket {
  border-top: 1px solid #F2F2F2;
  margin: 30px 0
}

.personal-order-basket-item {
  min-height: 50px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative
}

.personal-order-basket-item .image {
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0
}

@media (max-width: 767px) {
  .personal-order-basket-item .image {
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px
  }
}

@media (max-width: 357px) {
  .personal-order-basket-item .image {
    display: none
  }
}

.personal-order-basket-item .image img {
  max-width: 100%;
  max-height: 100%
}

.personal-order-basket-item .text {
  flex: 1 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding: 8px 16px
}

@media (max-width: 767px) {
  .personal-order-basket-item .text {
    flex: 1 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 8px 5px
  }
}

@media (max-width: 357px) {
  .personal-order-basket-item .text {
    flex: 1 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 8px 5px 8px 0
  }
}

.personal-order-basket-item .sum {
  flex: 0 0 80px;
  max-width: 80px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 400
}

@media (max-width: 767px) {
  .personal-order-basket-item .sum {
    flex: 0 0 60px;
    max-width: 60px;
    font-size: 12px
  }
}

.personal-order-basket-item .name {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  transition: color 100ms linear
}

.personal-order-basket-item .name:hover {
  color: #5EA623
}

@media (max-width: 767px) {
  .personal-order-basket-item .name {
    font-size: 11px
  }
}

.personal-order-basket-item .count {
  font-size: 12px;
  line-height: 1.3;
  color: #254AAF;
  font-weight: 400;
  text-decoration: none
}

@media (max-width: 767px) {
  .personal-order-basket-item .count {
    font-size: 10px
  }
}

.personal-order-basket-hidden {
  display: none
}

.personal-order-basket-total {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative
}

.personal-order-basket-total .more {
  flex: 1 0 auto;
  padding: 5px 0
}

.personal-order-basket-total .sum {
  flex: 0 0 80px;
  max-width: 80px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 700
}

@media (max-width: 767px) {
  .personal-order-basket-total .sum {
    flex: 0 0 60px;
    max-width: 60px;
    font-size: 12px
  }
}

.personal-order-delivery {
  margin: 20px 0
}

.personal-order-delivery-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2
}

.personal-order-delivery-status {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px
}

.personal-order-delivery-status .label {
  font-weight: 400;
  color: #254AAF
}

.personal-order-delivery-status .value {
  font-weight: 400;
  color: #000
}

.personal-order-delivery .text {
  flex: 1 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 8px 16px
}

@media (max-width: 767px) {
  .personal-order-delivery .text {
    flex: 1 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 8px 5px
  }
}

.personal-order-delivery .name {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 400
}

@media (max-width: 767px) {
  .personal-order-delivery .name {
    font-size: 11px
  }
}

.personal-order-delivery .sum {
  flex: 0 0 80px;
  max-width: 80px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 700
}

@media (max-width: 767px) {
  .personal-order-delivery .sum {
    flex: 0 0 60px;
    max-width: 60px;
    font-size: 12px
  }
}

.personal-order-pay {
  margin: 20px 0 0 0
}

.personal-order-pay-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2
}

.personal-order-pay-status {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px
}

.personal-order-pay-status .label {
  font-weight: 400;
  color: #254AAF
}

.personal-order-pay-status .value {
  font-weight: 500;
  color: #EE404A
}

.personal-order-pay-status.payed .value {
  color: #5EA623
}

.personal-order-pay .text {
  flex: 1 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 8px 16px
}

@media (max-width: 767px) {
  .personal-order-pay .text {
    flex: 1 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 8px 5px
  }
}

.personal-order-pay .name {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 300
}

@media (max-width: 767px) {
  .personal-order-pay .name {
    font-size: 11px
  }
}

.personal-order-pay .sum {
  flex: 0 0 80px;
  max-width: 80px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 700
}

@media (max-width: 767px) {
  .personal-order-pay .sum {
    flex: 0 0 60px;
    max-width: 60px;
    font-size: 12px
  }
}

.personal-order-pay-box {
  max-width: 100%
}

.personal-order-pay-change {
/*  text-align: right*/
}

.personal-order-pay-change-button,
.personal-order-pay-change-button:visited {
  display: inline-block;
  white-space: nowrap;
  color: #254AAF;
  border-bottom: 1px dashed #C1C1CA;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  outline: 0;
  transition: color 100ms linear, border-color 100ms linear, background-color 100ms linear;
  vertical-align: middle;
  margin-top: 7px
}

.personal-order-pay-change-button:hover,
.personal-order-pay-change-button:visited:hover {
  color: #5EA623;
  border-bottom-color: #5EA623
}

.personal-order-pay-change-pay,
.personal-order-pay-change-pay:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  height: 44px;
  padding: 0 14px;
  border-radius: 16px;
  background-color: #5EA623;
  color: #fff;
  border: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  outline: 0;
  transition: color 100ms linear, border-color 100ms linear, background-color 100ms linear;
  vertical-align: middle;
  margin-top: 7px;
  margin-left: 10px
}

.personal-order-pay-change-pay:hover,
.personal-order-pay-change-pay:visited:hover {
  background-color: #8DC641;
  color: #fff
}

.personal-order-pay-change-list {
  width: 600px;
  max-width: 100%
}

.personal-order-pay-change-item {
  display: block;
  margin-bottom: 16px;
  cursor: pointer
}

.personal-order-pay-change-item-image {
  position: relative;
  padding-top: 50%;
  width: 100%;
  height: 0;
  border: 1px solid #F2F2F2;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: background-color 100ms linear, border-color 100ms linear
}

.personal-order-pay-change-item-image-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.personal-order-pay-change-item-image-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.personal-order-pay-change-item:hover .personal-order-pay-change-item-image {
  background-color: #fff;
  border-color: #5EA623
}

.personal-order-pay-change-item-title {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  padding: 5px
}

.personal-card {
  width: calc(100% - 8px);
  margin: 4px;
  display: block;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden
}

.personal-card::before {
  content: '';
  display: block;
  padding-bottom: 62.5%
}

.personal-card img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.personal-card-number {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  right: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  color: #e1e1e1
}

@media (max-width: 1199px) {
  .personal-card-number {
    font-size: 20px
  }
}

@media (max-width: 767px) {
  .personal-card-number {
    font-size: 40px
  }
}

@media (max-width: 575px) {
  .personal-card-number {
    font-size: 26px
  }
}

@media (max-width: 479px) {
  .personal-card-number {
    font-size: 20px
  }
}

@media (max-width: 479px) {
  .personal-card-number {
    bottom: 8px
  }
}

.personal-card.default .personal-card-number {
  color: #254AAF
}

.personal-card.vip .personal-card-number {
  color: #004C00
}

.personal-transaction {
  white-space: nowrap;
  color: #5EA623
}

.personal-transaction.credit {
  color: #EE404A
}

.terra {
  padding-bottom: 100px
}

.terra-set-wrap {
  display: flex
}

.terra-set-item {
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 16px;
  text-align: center
}

.terra-set-top {
  flex: 1 0 auto;
  max-width: 100%
}

.terra-set-bottom {
  flex: 0 0 auto;
  max-width: 100%;
  margin-top: 20px
}

@media (min-width: 992px) {
  .terra-set-bottom.fixed {
    min-height: 180px
  }
}

.terra-set-name {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px
}

@media (min-width: 992px) {
  .terra-set-name {
    min-height: 45px
  }
}

.terra-set-text {
  margin-top: 10px
}

@media (min-width: 992px) {
  .terra-set-text.fixed {
    min-height: 180px
  }
}

.terra-set-text img.sample {
  display: block;
  max-width: 100%;
  max-height: 180px;
  border-radius: 0;
  margin: 0 auto
}

.terra-set-text img.gift {
  display: inline-block;
  margin: 5px 0 0 0;
  border-radius: 0;
  max-width: 36px
}

.terra-set-price {
  font-size: 30px;
  line-height: 1.4;
  color: #9E68BB;
  font-weight: 900;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.terra-set-price-wrap {
  margin-top: 20px
}

.terra-set-image {
  margin: -20px -20px 20px -20px
}

.terra-set-image img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0
}

.terra-set-button,
.terra-set-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  height: 60px;
  width: 100%;
  border-radius: 4px;
  background-color: #9E68BB;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  transition: color 100ms linear, background-color 100ms linear
}

.terra-set-button:hover,
.terra-set-button:visited:hover {
  background-color: #7A4E94;
  color: #fff
}

.terra-head span {
  font-size: 1.5em
}

.terra-orange-compare {
  color: #FE6800 !important;
  font-size: 16px;
  line-height: 1.5
}

.terra-learn-head {
  font-size: 44px;
  color: #009E4D;
  margin: 60px 0 30px 0
}

@media (max-width: 767px) {
  .terra-learn-head {
    font-size: 26px;
    margin: 30px 0 15px 0
  }
}

.terra-get {
  position: relative;
  margin-top: -100px !important;
  border: 1px solid transparent
}

@media (max-width: 767px) {
  .terra-get {
    margin-top: -80px !important
  }
}

@media (min-width: 768px) {
  .terra-get-h2 {
    font-size: 30px !important
  }

  .terra-get-button {
    height: 70px;
    font-size: 36px;
    padding: 0 55px;
    border-radius: 35px;
/*    font-family: "Nunito", Helvetica, Arial, sans-serif*/
  }
}

.terra-accent {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 20px 0;
  background-color: #009E4D;
  color: #fff;
  border-radius: 5px;
  line-height: 1.3;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.terra-accent.cut {
  display: inline-block;
  width: auto;
  margin: 50px 0 10px 0
}

.terra-accent.margin {
  margin-top: 70px
}

.terra-accent-large {
  font-size: 32px
}

.terra-accent-middle {
  font-size: 24px
}

.terra-accent-small {
  font-size: 18px
}

@media (max-width: 767px) {
  .terra-accent-large {
    font-size: 20px
  }

  .terra-accent-middle {
    font-size: 16px
  }

  .terra-accent-small {
    font-size: 14px;
    font-weight: 500
  }
}

.terra-items-item {
  display: flex
}

.terra-items-wrap {
  flex: 1 0 auto;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px
}

.terra-items-wrap.border {
  border: 1px solid #E2E3EA
}

.terra-items-image {
  position: relative;
  display: block;
  text-decoration: none
}

.terra-items-image::before {
  content: '';
  display: block;
  padding-top: 90%
}

.terra-items-image.video:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  z-index: 2
}

.terra-items-image img:not(.icon) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: 1
}

.terra-items-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: transform 100ms linear
}

.terra-items-image:hover .icon {
  transform: translate(-50%, -50%) scale(1.1)
}

.terra-items-text {
  text-align: center;
  padding: 15px 0 5px 0
}

.terra-items-text a,
.terra-items-text a:visited {
  color: #5EA623
}

.terra-items-text a:hover,
.terra-items-text a:visited:hover {
  color: #254AAF
}

@media (min-width: 768px) {
  .terra-button {
    font-size: 18px;
    height: 50px;
    border-radius: 25px
  }
}

.terra-buy-link {
  text-align: center;
  margin: 30px 0
}

@media (min-width: 768px) {
  .terra-buy-link-button {
    font-size: 20px;
    height: 60px;
    border-radius: 5px
  }
}

.terra-seven-head {
  color: #FE6800;
  font-size: 36px;
  line-height: 1.3
}

.terra-seven-head span {
  display: block;
  font-size: 60px;
  font-weight: 900
}

@media (max-width: 767px) {
  .terra-seven-head {
    font-size: 18px
  }

  .terra-seven-head span {
    font-size: 40px
  }
}

.terra-seven-item {
  position: relative;
  display: block;
  padding: 20px 20px 20px 65px
}

@media (max-width: 767px) {
  .terra-seven-item {
    padding: 15px 15px 15px 40px
  }
}

.terra-seven-item::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25px;
  border-right: 2px dotted #7EBE00;
  z-index: 1
}

@media (max-width: 767px) {
  .terra-seven-item::before {
    left: 15px
  }
}

.terra-seven-item:first-child::before {
  height: 50%;
  top: 50%
}

.terra-seven-item:last-child::before {
  height: 50%
}

.terra-seven-item>span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7EBE00;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transform: translateY(-50%);
  z-index: 2
}

@media (max-width: 767px) {
  .terra-seven-item>span {
    width: 30px;
    height: 30px;
    font-size: 16px
  }
}

.terra-seven-text {
  font-size: 20px;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (max-width: 767px) {
  .terra-seven-text {
    font-size: 14px
  }
}

.terra-promo {
  text-align: center
}

@media (min-width: 768px) {
  .terra-promo-head {
    font-size: 24px
  }
}

.terra-check-item {
  display: block;
  position: relative;
  padding: 10px 0 10px 32px;
  min-height: 22px;
  font-weight: 700;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

@media (min-width: 768px) {
  .terra-check-item {
    font-size: 18px
  }
}

.terra-check-item::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: transparent url(../images/landing-benefits.svg) no-repeat center center;
  background-size: 100%
}

.terra-action {
  margin: 70px 0;
  padding: 40px 30px;
  background: #5EA623 url(../images/background.webp) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  text-align: center;
  border: 3px solid transparent
}

.terra-action-head {
  color: #fff;
  margin-bottom: 0.6em;
  font-size: 25px
}

.terra-action.border {
  background: #fff;
  border: 3px solid #5EA623
}

.terra-action.border .terra-action-head {
  color: #5EA623;
  font-size: 36px
}

.terra-action.border .terra-action-head span {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.5em
}

@media (max-width: 767px) {
  .terra-action {
    padding: 20px 15px
  }

  .terra-action.border .terra-action-head span {
    font-size: 12px
  }
}

.terra-action-link,
.terra-action-link:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  height: 80px;
  width: 100%;
  border-radius: 5px;
  background-color: #FFE500;
  color: #000;
  text-decoration: none;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  transition: color 100ms linear, background-color 100ms linear
}

.terra-action-link:hover,
.terra-action-link:visited:hover {
  background-color: #ffd533;
  color: #000
}

.terra-margin {
  display: block;
  margin-top: 60px
}

.myvideo-title {
  display: block;
  padding: 16px 16px 30px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.myvideo-title a {
  text-decoration: none
}

.myvideo-status {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 16px;
  margin-bottom: 5px;
/*  font-family: "Nunito", Helvetica, Arial, sans-serif*/
}

.myvideo-status .label {
  font-weight: 700;
  color: #000
}

.myvideo-status .value {
  font-weight: 400;
  color: #000
}

.myvideo-details {
  padding: 0 16px 16px 16px
}

.myvideo-pay {
  display: block;
  padding: 0 16px;
  font-size: 0;
  line-height: 0;
  /*font-family: "Nunito", Helvetica, Arial, sans-serif;*/
  margin: 10px 0
}

.myvideo-pay .label {
  display: inline;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-right: 5px
}

.myvideo-pay .status {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  background-color: #5EA623;
  color: #fff;
  border-radius: 3px
}

.myvideo-pay .status.not {
  background-color: #f44336
}

.myvideo-pay .link {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed #254AAF;
  color: #254AAF;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color 100ms linear, border-color 100ms linear
}

.myvideo-pay .link:hover {
  color: #EE404A;
  border-color: #EE404A
}

.myvideo-info-row {
  padding: 16px
}

.myvideo-price {
  font-size: 30px;
  font-weight: 900
}

@media (max-width: 575px) {
  .myvideo-price {
    font-size: 24px
  }
}

.myvideo-action {
  font-size: 0;
  line-height: 0;
  text-align: right
}

.myvideo-return,
.myvideo-return:visited {
  display: inline-block;
  vertical-align: middle;
  color: #C1C1CA;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  transition: color 100ms linear;
  margin: 8px 10px 10px 10px
}

.myvideo-return:hover,
.myvideo-return:visited:hover {
  color: #EE404A
}

.myvideo-pay-button {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  height: 36px;
  padding: 0 10px;
  border-radius: 18px;
  background-color: #5EA623;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  outline: 0;
  transition: color 100ms linear, border-color 100ms linear, background-color 100ms linear
}

.myvideo-pay-button:hover {
  background-color: #8DC641;
  color: #fff
}

.myvideo-check {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  fill: #5EA623
}

.myvideo-section,
.myvideo-section:visited {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #254AAF;
  text-align: center;
  transition: color 100ms linear;
  padding: 20px 0
}

.myvideo-section svg,
.myvideo-section:visited svg {
  display: block;
  width: 90px;
  height: 90px;
  fill: #254AAF;
  margin: 50px auto 30px auto;
  transition: fill 100ms linear
}

.myvideo-section span,
.myvideo-section:visited span {
  display: block;
  font-weight: bold;
}

.myvideo-section:hover,
.myvideo-section:visited:hover {
  color: #5EA623
}

.myvideo-section:hover svg,
.myvideo-section:visited:hover svg {
  fill: #5EA623
}

.special-selector {
  display: block;
  width: 100%;
  margin: 0 0 30px 0
}

.special-radio {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin: 0 0 16px 0;
  position: relative;
  cursor: pointer
}

.special-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.special-radio span.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
  border: 3px solid transparent
}

.special-radio-input:checked+span.active {
  border-color: #000
}

.special-radio-preview {
  display: block;
  position: relative;
  border-radius: 5px
}

.special-radio-preview::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 80%
}

.special-radio-preview.color::before {
  padding-bottom: 40px
}

.special-radio-preview.color.black-white {
  color: #000;
  background-color: #fff
}

.special-radio-preview.color.white-black {
  color: #fff;
  background-color: #000
}

.special-radio-preview.color.blue-blue {
  color: #195183;
  background-color: #9dd1ff
}

.special-radio-preview.color.brown-beige {
  color: #4d4b43;
  background-color: #f7f3d6
}

.special-radio-preview.color.green-brown {
  color: #a9dd38;
  background-color: #3b2716
}

.special-radio-preview.font::before {
  padding-bottom: 40px
}

.special-radio-preview.font.sans {
  font-family: sans-serif
}

.special-radio-preview.font.roman {
  font-family: serif
}

.special-radio-preview.font.space-default {
  letter-spacing: 0
}

.special-radio-preview.font.space-middle {
  letter-spacing: 0.03em
}

.special-radio-preview.font.space-large {
  letter-spacing: 0.06em
}

.special-radio-preview.image img {
  filter: none !important
}

.special-radio-preview.image::before {
  padding-bottom: 60%
}

.special-radio-preview.image.grayscale img {
  filter: grayscale(1) !important
}

.special-radio-preview.image.contrast img {
  filter: contrast(1.5) brightness(0.9) !important
}

.special-radio-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  width: 100%
}

.color .special-radio-content {
  padding: 0 10px
}

.font .special-radio-content {
  padding: 0 10px
}

.font.roman .special-radio-content {
  padding: 0 10px;
  font-size: 20px
}

.special-radio-description {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center
}

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

th, td {
    border-bottom: 1px solid #ccc;
}

div#bx_incl_area_7_3_2 .container {
    border: 1px solid #5EA623;
    border-radius: 5px;
}

.sum-card {
  background: #D9F3C3;
  display: inline-block;
  padding: 10px;
  border: 1px solid #254AAF;
  border-radius: 5px;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
}

.sum-card b {
  font-size: 20px;
  color: #E80714;
  font-weight: bold;
}

.theme-lotus-pink{
    background: -webkit-gradient(linear, left top, right top, from(#5EA623), to(#81C34B));
    background: -o-linear-gradient(left, #5EA623, #81C34B);
    background: linear-gradient(to right, #5EA623, #81C34B);
}
.theme-royal-blue {
    background: -webkit-gradient(linear, left top, right top, from(#254AAF), to(#4A68BB));
    background: -o-linear-gradient(left, #254AAF, #4A68BB);
    background: linear-gradient(to right, #254AAF, #4A68BB);
}
}
.theme-amour {
    background: -webkit-gradient(linear, left top, right top, from(#E80714), to(#EE404A));
    background: -o-linear-gradient(left, #E80714, #EE404A);
    background: linear-gradient(to right, #E80714, #EE404A);
}
.theme-algal-fuel {
    background: -webkit-gradient(linear, left top, right top, from(#45aaf2), to(#2d98da));
    background: -o-linear-gradient(left, #45aaf2, #2d98da);
    background: linear-gradient(to right, #45aaf2, #2d98da);
}

.b-menu svg {
    fill: #254AAF;
    width: 30px;
    height: 30px;
    margin: 0 0 2px 20px;
}

.b-menu svg:hover {
    fill: #5EA623;
}

.b-menu-mobile svg {
    fill: #254AAF !important;
    width: 30px !important;
    height: 30px !important;
}

.b-menu-mobile svg:hover {
    fill: #5EA623 !important;
}

@media (max-width: 767px) {
    #b-menu {
        display: none !important;
    }
    a.b-menu-mobile {
    display: inline;
    padding: 0 0 0 20px;
}
}
/*-----------------burger-menu-------------------*/

.dropbtn, .dropbtnmob {
    border: none;
    cursor: pointer;
    height: 28px;
    width: 30px;
    background: url(../images/menu.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent;
}

.dropbtn:hover, .dropbtn:focus, .dropbtnmob:hover, .dropbtnmob:focus {
  background: url(../images/menu1.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content, .dropdown-content-mob {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: max-content;
  overflow: visible;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 100;
  border: 1px solid #5EA623;
  border-radius: 5px;
  margin-top: 10px;
}

.dropdown-content a, .dropdown-content-mob a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  text-transform: uppercase;
}

.dropdown-content a:last-child, .dropdown-content-mob a:last-child {
  border-bottom: none;
}

.dropdown a:hover {background-color: #CEE4BD;}

.show {display: block;}

.b-arrow{
    width: 0;
    height: 0;
    right: 5px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #5EA623;
    position: absolute;
    top: -9px;
}

#myDropdown a:hover, #myDropdownMob a:hover {
  border-radius: 5px;
}

.dashed {
    text-align: center;
    font-weight: bold;
    border: 2px dashed #EE404A;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
}
/*====================================================================*/

.g-color-white *:not(font):not(a):not(p) {
    color: #5EA623;
}

.u-info-v2-2__item.h-100.g-brd-around.g-brd-top-none.g-brd-white-opacity-0_2.g-px-20.g-pb-30 {
    border-color: #5EA623 !important;
}

.white {
    color: #fff;
}
.white b {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 10px;
}

.linkwhite a {
    color: #ffffff;
}

.linkwhite a:hover {
    text-decoration: underline;
}

.linkwhite li:before {
    background-color: #ffffff;
}


.btnTBank {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fff !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.btnTBank:hover {
    background-color: #fff;
    border: 1px solid #000 !important;
}
/*-------------------------------------------------------------------------*/

#price:before, #landing-price:before {
    /* scroll-margin-top: 80px !important; */
    display: block;
    content: "";
    height: 80px;
    margin: -80px 0 0;
}

/*=====================================lists=============================*/

.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
padding-top: 1em;
}
.bullet li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CEE4BD;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
.bullet li:before {
position: absolute;
top: -0.9em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #254AAF;
background: #BFE2FF;
border-radius: 50%;
counter-increment: li;
content: counter(li);
margin-left: 0.5em;
}

/*------list3a-------*/
.list3a {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list3a li {
    position: relative;
    border-left: 4px solid #337AB7;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 80px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list3a li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left:-80px;
    width:80px;
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    color: #77AEDB;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-color: transparent;   
}
.list3a li:hover:before {
    color: #337AB7;
}
.list3a li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #3399FF;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.list3a li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
} 
/*-----------list6b--------------*/ 

.list6b {
    padding:0;
    list-style: none;
}
.list6b li {
    padding: 10px 10px 0px 20px;
        margin-left: 30px;
}
.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #5EA623;
    content: "\2714";
    transition-duration: 0.5s;
    background-color: transparent;
}
.list6b li:hover:before {
    color: #337AB7;
    content: "\2714";
} 
/*-------------list4a-------------*/
.list4a {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list4a li {
    position: relative;
    padding:12px 20px 20px 28px;
    margin-left: 40px;
    transition-duration: 0.3s;
}
.list4a li:before {
    border: 6px solid transparent;
    line-height: 30px;
    position: absolute;
    top: 0;
    left:-30px;
    width:42px;
    text-align:center;
    font-size: 13px;
    font-weight: bold;
    color: #77AEDB;
    counter-increment: li;
    content: counter(li);
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-color: transparent;   
    }
.list4a li:hover:before {
    color: #337AB7;    
}
.list4a li:after {
    position: absolute;
    top: 0;
    left: -30px;
    width: 42px;
    height: 42px;
    border: 6px solid #3399FF;
    border-radius: 50%;
    content: '';
    opacity: 0.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.list4a li:hover:after {
    animation: 500ms ease-in-out 0s bounceIn;
    opacity: 1;
}    
 
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

/*--------list2b--------*/

.list2b {
    margin-bottom: 8px;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list2b li {
    position: relative;
    border: 2px solid #DDDDDD;
    background: #FAFAFA;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list2b li:hover {
    background: #F0F5FB;
    border: 2px solid #ADCEE9;
}
.list2b li:before {
    line-height: 32px;
    position: absolute;
    top: 4px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #77AEDB;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 0;
    height: auto;
}
.list2b li:hover:before {
    width:46px;
    background: #337AB7;
}
.list2b li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #77AEDB;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.list2b li:hover:after {
    margin-left: 6px;
    border-left-color: #337AB7;
}

.blockquote-7 {
    border: 2px solid #337AB7;
    font-size: 16px;
    font-style: italic;
    margin: 16px 31px 31px 16px;
    padding: 16px 24px;
    position: relative;
    box-shadow: 15px 15px 0 0 #337AB7;  
}
.blockquote-7 cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
    text-align: right;
}

/*----------info blocks-------------------*/
.notice {
  position: relative;
  margin: 1em;
  background: #F9F9F9;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #DDD;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}

.notice p {
  font-weight: bold;
}

.notice:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #DDD;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Font Awesome 6 Free';
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
  border-color: #0074D9;
}

.info:before {
  content: "\f129";
  background-color: #0074D9;
}

.success {
  border-color: #5EA623;
}

.success:before {
  content: "\f00c";
  background-color: #5EA623;
}

.warning {
  border-color: #f3a113;
}

.warning:before {
  content: "\21";
  background-color: #f3a113;
}

.error {
  border-color: #EE404A;
}

.error:before {
  content: "\f00d";
  background-color: #EE404A;
}

.download {
  border-color: #42448a;
}

.download:before {
  content: "\f019";
  background-color: #42448a;
}

/*------------------------promo block--------------------------------*/
.promo {
    background-color: #F9F9FD;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
    margin: 20px auto;
    padding: 10px;
}

.promo-btnlink {
    text-align: center;
}

.promo-title h2 {
    margin: 0;
}
/*==========================landing=========================*/
.active .landing-block-faq-visible-text, .active span {
  color: var(--primary) !important;
}

[class^='landing-block-faq'] .icon {
    width: 34px !important;
    height: 34px !important;
    border: 2px solid !important;
    border-radius: 34px !important;
/*    background: aliceblue;*/
    background: linear-gradient(45deg, #D9F3C3, transparent);
}

[class^='landing-block-faq'] .icon::before {
    top: 13px !important;
    left: 5px !important;
    width: 20px !important;
    height: 3px !important;
}

[class^='landing-block-faq'] .icon::after {
    top: 5px !important;
    left: 13px !important;
    width: 3px !important;
    height: 20px !important;
}

[class^='landing-block-faq'] h4{
  width: 100%;
    height: 100%;
    display: block;
}

.accordion div:last-child .icon::before, .accordion div:last-child .icon::after, .accordion div:last-child span {
    display: none;
}

.accordion div:last-child {
border: none !important;
}


/*=====================cokies================================*/
.legacy-cookie .button {
  box-shadow: inset -500px 0 100px -450px #8DC641;
  background-color: #5EA623 !important;
  color: #fff;
  margin: 0 0 0 10px;
  padding: 10px 15px;
  font-size: inherit;
}

.legacy-cookie .button:hover {
  background-color: #5EA623;
  color: #fff;
  box-shadow: none;
}

.legacy-cookie span.button::before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 10px 0 0;
}

/********price video*******/

span.price-label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 0 20px 0;
}


/*webinars*/

.webinar {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #5EA623;
    padding: 0 0 20px 0;
}
img.portret {
    max-width: 200px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    object-fit: cover;
    height: 200px;
    width: 200px;
}

.webinar .col-lg-3 {
    text-align: center;
    margin: auto;
}

.webinar .col-lg-9 {
    margin: auto;
}

.web-logo .col-lg-4, .web-logo .col-lg-8 {
    text-align: center;
    margin: auto;
}

.web-logo-top .col-lg-4, .web-logo-top .col-lg-8 {
    text-align: center;
}

.web-logo-top, .web-logo {padding: 10px}

.landing-block-card.accordion-item:last-child {
    display: none;
}

/* Стили для дублированного пункта меню */
.header-nav .duplicate-parent-item {
/*    margin-left: 15px;*/
    border-left: 2px solid #e0e0e0;
    padding-left: 10px;
}

.header-nav .duplicate-parent-link {
    color: #254AAF;
    font-weight: 600;
    background-color: #D9F3C3;
}

.header-nav .duplicate-parent-link:hover {
    color: #254AAF;
    background-color: #D9F3C3;
}

.header-nav .duplicate-parent-item .icon {
    fill: #254AAF;
}

/*выбранные пункты*/

a.selected {
    color: #254AAF !important;
}


/*.header-nav svg.icon use {
    fill: #3C54A5;
}

.header-nav svg.icon use:hover {
    fill: #5EA623;
}*/

.header-nav > li > a .icon {
        fill: #3C54A5;
    }

.header-nav > li > a:hover .icon {
        fill: #5EA623;
    }


  /*-------------tf page snippets-----------------*/
.tf .paragraph-row {
    margin: 30px 0;
}

.tf .column-item {
    padding: 20px;
    height: 100%;
    text-align: center;
}

.tf .image-container {
    margin-bottom: 15px;
    text-align: center;
}

.tf .image-container img {
    max-width: 70%;
    height: auto;
    border-radius: 8px;
}

.tf .column-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.tf .text-content {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #666;
}

.tf .button-container {
    text-align: center;
}

.tf .catalog-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tf .catalog-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    color: white;
    text-decoration: none;
}

/* Адаптивность */
@media (max-width: 991px) {
    .tf .column-item {
        margin-bottom: 30px;
    }
    
    .tf .column-title {
        font-size: 20px;
    }
    .tf .image-container img {
    max-width: 100%;
}
}


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

/* Основные стили для TF блоков */
.tf.row {
    margin: 10px 0;
    align-items: center;
}

.tf.col-lg-8,
.tf.col-lg-4 {
    padding: 10px 0px;
}

.tf.col-lg-8 {
    display: flex;
    align-items: center;
}

.tf.col-lg-8 > .tf {
    height: 100%;
    text-align: left;
}

.tf.col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf.col-lg-4 > .tf {
    height: 100%;
    text-align: center;
}

/* Заголовок */
.tf.h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Текст */
.tf.div {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}

.tf.div p {
    margin-bottom: 15px;
}

/* Картинка */
.tf.div:has(img) {
    margin-bottom: 25px;
    text-align: center;
}

.tf.img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


/* Адаптивность */
@media (max-width: 991px) {
    .tf.row {
        text-align: center;
    }
    
    .tf.col-lg-8,
    .tf.col-lg-4 {
        margin-bottom: 30px;
    }
    
    .tf.h2 {
        font-size: 26px;
        text-align: center;
    }
    
    .tf.div {
        text-align: center;
    }
    
    .tf.col-lg-8 > .tf {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .tf.h2 {
        font-size: 22px;
    }
    
    .tf.catalog-button {
        padding: 12px 25px;
        font-size: 14px;
    }
}

h2.tf {
    margin: 30px 0;
}

.tf.paragraph-row>[class*="col-"]::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px !important;
}

.d-flex a.catalog-button.tf {
    margin: 20px;
}

/*активные ссылки меню ЛК*/
.page-menu .active {
    color: #5EA623;
}


.pay-system-7 input[type="SUBMIT"] {
    background: #FFDD2F;
    font-size: 20pt;
    border-radius: 5px;
    border: 1px solid #333532;
    padding: 5px 10px;
    font-weight: bold;
    color: #333532;
}

/* Модальные окна подписки на товар */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-box {
    background: #fff;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.modal-close {
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.modal-close:hover {
    opacity: 1;
}

.modal-close svg {
    width: 100%;
    height: 100%;
    fill: #666;
}

.modal-content {
    padding: 30px;
}

.modal-content-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.modal-content-header.notice {
    color: #28a745;
}

.modal-content-header.error {
    color: #dc3545;
}

.modal-content-notice,
.modal-content-error {
    text-align: center;
}

.modal-content-form p {
    margin: 0 0 15px 0;
    color: #666;
}

.modal-content-form input[type="email"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.modal-content-form input[type="email"]:focus {
    outline: none;
    border-color: #007bff;
}

.modal-content-form .privacy-policy-wrap {
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: #666;
}

.modal-content-form .privacy-policy-wrap input[type="checkbox"] {
    margin: 3px 10px 0 0;
    flex-shrink: 0;
}

.modal-content-form .privacy-policy-wrap a {
    color: #254AAF;
    text-decoration: underline;
}

.modal-content-form .privacy-policy-wrap a:hover {
    text-decoration: none;
}

.modal-content-footer {
    margin-top: 25px;
    text-align: center;
}

.modal-content-footer button {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.modal-content-footer button.ok {
    background: #007bff;
    color: #fff;
}

.modal-content-footer button.ok:hover {
    background: #0056b3;
}

.modal-content-footer button.cancel {
    background: #6c757d;
    color: #fff;
}

.modal-content-footer button.cancel:hover {
    background: #545b62;
}

.modal-overlay.loading {
    pointer-events: none;
}

.modal-overlay.loading .modal-box {
    opacity: 0.7;
}

.modal-content-header::before {
  margin-right: 5px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  padding: 5px;
}

/* Стили кнопок для модальных окон подписки */
.modal-content-footer .btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 5px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    user-select: none;
}

.modal-content-footer .btn-primary {
    background-color: #007bff;
    color: #ffffff;
    border: 1px solid #007bff;
}

.modal-content-footer .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.modal-content-footer .btn:not(.btn-primary):not(.btn-danger) {
    background-color: #6c757d;
    color: #ffffff;
    border: 1px solid #6c757d;
}

.modal-content-footer .btn:not(.btn-primary):not(.btn-danger):hover {
    background-color: #545b62;
    border-color: #4e555b;
}

.modal-content-footer .btn.btn-danger {
    background-color: #dc3545;
    color: #ffffff;
    border: 1px solid #dc3545;
}

.modal-content-footer .btn.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}
/* Исправление верстки карточек товаров при большом количестве тегов */
.item-description {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    margin: 5px 0;
    
    /* Ограничение высоты и скрытие лишнего */
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

/* Принудительно делаем все элементы внутри описания строчными, чтобы они не ломали flex-сетку карточки */
.item-description p,
.item-description div,
.item-description span,
.item-description b,
.item-description i,
.item-description em,
.item-description strong {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

/* Сохраняем переносы строк, но убираем у них высоту и отступы */
.item-description br {
    display: inline !important;
    height: 0;
    width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

/* Добавляем многоточие в конце обрезанного текста */
.item-description::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
}