

/* Start:/local/templates/lovol-rf/css/reset.css?17198320541084*/
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

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

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}
/* End */


/* Start:/local/templates/lovol-rf/assets/css/main.css?1752060635141585*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

html,
body {
  position: relative;
  background-color: #ffffff;
  color: #4A4A4A;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.mobiles-only {
  display: none;
}



.page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}


.page-content:first-of-type {
  padding: 85px 20px 0 20px;
}

.page-content {
  flex: 1;
  padding: 20px 20px 0 20px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.page-content__inner {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 50px 0 0px;
}

.page-content__title {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}

.page-content__title:not(:last-child) {
  margin-bottom: 35px;
}

.page-list {
  padding: 30px;
}

.page-list__logo {
  display: inline-block;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 10px;
}

.page-list__logo img {
  width: 130px;
  display: block;
  margin: 0;
}

.page-list__section-title {
  font-size: 18px;
  margin: 0;
}

.page-list__section-title--green {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.page-list__section-title:not(:last-child) {
  margin-bottom: 10px;
}

.page-list__section-title:not(:first-child) {
  margin-top: 20px;
}

.page-list__title {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.page-list__title:not(:last-child) {
  margin-bottom: 15px;
}

.page-list__title a,
.page-list__title a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(74, 74, 74, 0.4);
}

.page-list__title a:hover,
.page-list__title a:visited:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  border-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.breadcrumbs {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '-';
  display: inline-block;
  margin: 0 7px;
}

.breadcrumbs__link {
  color: #8C8C8C;
  text-decoration: none;
}

.breadcrumbs__link:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  text-decoration: underline;
}

.breadcrumbs__link:visited {
  color: #8C8C8C;
}

.breadcrumbs__link:visited:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.breadcrumbs__current {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.desktop-tabs {
  position: relative;
  background-color: #eee;
  padding: 0px 20px;
  overflow: hidden;
  margin-top: 32px;
}

.desktop-tabs__inner {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.desktop-tabs__item {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
  color: inherit;
  border: 1px transparent solid;
  border-bottom: 6px transparent solid;
  white-space: nowrap;
  text-align: center;
}

.desktop-tabs__item.js-active {
  background-color: #fff;
  border-color: #ADADAD;
  border-bottom-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  pointer-events: none;
}

.desktop-tabs__item:hover {
  color: #777;
}

.desktop-tabs__item:visited {
  color: inherit;
}

.desktop-tabs__item:visited:hover {
  color: #777;
}

.mobile-tab-switcher {
  display: none;
  position: relative;
  background-color: #eee;
  padding: 0px 20px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: -20px;
  margin-right: -20px;
}

.mobile-tab-switcher__item {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
  color: inherit;
  text-align: center;
  border: 1px transparent solid;
  border-bottom: 6px transparent solid;
  white-space: nowrap;
}

.mobile-tab-switcher__item.js-active {
  background-color: #fff;
  border-color: #ADADAD;
  border-bottom-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  pointer-events: none;
}

.mobile-tab-switcher__item:hover {
  color: #777;
}

.mobile-tab-switcher__item:visited {
  color: inherit;
}

.mobile-tab-switcher__item:visited:hover {
  color: #777;
}

.content-tab {
  display: none;
  padding-bottom: 20px;
}

.content-tab.js-active {
  display: block;
}

.lovol-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  text-align: center;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
}

.lovol-button:visited {
  color: #FFF;
}

.lovol-button:hover {
  opacity: 0.8;
}

.lovol-button--grey {
  background-color: transparent;
  color: #C2C2C2;
}

.lovol-button--grey:hover {
  color: #FFF !important;
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  opacity: 1;
}

.lovol-button--grey:visited {
  color: #C2C2C2;
}

.lovol-button--grey:visited:hover {
  color: #FFF !important;
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.lovol-button--white {
  background-color: transparent;
  color: #FFF;
  border: 1px #FFF solid;
}

.lovol-button--white:hover {
  color: #FFDB75 !important;
  border-color: /*#0F6C54*/
#407ec9;
  opacity: 1;
}

.lovol-button--white:visited {
  color: #FFF;
}

.lovol-button--white:visited:hover {
  color: /*#0F6C54*/
#407ec9 !important;
}

.lovol-select .select2-container {
  width: 100% !important;
}

.lovol-select .select2-container .select2-selection {
  height: 36px !important;
  border-radius: 0;
  border-color: #8C8C8C;
}

.lovol-select .select2-container .select2-selection__rendered {
  line-height: 34px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.lovol-select .select2-container .select2-selection__placeholder {
  color: #8C8C8C !important;
}

.lovol-select .select2-container .select2-selection__arrow {
  top: 5px !important;
  right: 3px !important;
}

.lovol-select .select2-container .select2-selection__arrow b {
  border-width: 8px 5px 0 5px !important;
  border-top-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9 !important;
  margin-top: -4px !important;
}

.lovol-select .select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  margin-top: -5px !important;
}

.select2-results__option {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.select2-results__option--highlighted {
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9 !important;
}

.common-popup {
  position: relative;
  max-width: 475px;
  background-color: #fff;
  padding: 70px 20px;
  box-sizing: border-box;
  display: none;
}

.w-100 {
  width: 100%;
}

.common-popup__inner {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.common-popup__title {
  font-size: 26px;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: 500;
}

.common-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.304 11.282L38.718 12.696L12.696 38.716L11.282 37.303L37.304 11.282Z' fill='%234A4A4A'/%3E%3Cpath d='M12.696 11.282L38.718 37.302L37.304 38.717L11.282 12.697L12.696 11.282Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A");
}

.common-popup__close:hover {
  opacity: 0.8;
}

.common-popup-form {
  max-width: 300px;
  margin: 0 auto;
}

.common-popup-form__input {
  position: relative;
}

.common-popup-form__input input[type="text"],
.common-popup-form__input input[type="tel"],
.common-popup-form__input input[type="email"],
.common-popup-form__input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  background-color: #fff;
  border: 1px #8C8C8C solid;
  padding-right: 36px;
  padding-left: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
  text-transform: uppercase;
}

.common-popup-form__input input[type="text"]::-moz-placeholder,
.common-popup-form__input input[type="tel"]::-moz-placeholder,
.common-popup-form__input input[type="email"]::-moz-placeholder,
.common-popup-form__input textarea::-moz-placeholder {
  color: #8C8C8C;
}

.common-popup-form__input input[type="text"]::placeholder,
.common-popup-form__input input[type="tel"]::placeholder,
.common-popup-form__input input[type="email"]::placeholder,
.common-popup-form__input textarea::placeholder {
  color: #8C8C8C;
}

.common-popup-form__input textarea {
  resize: none;
  height: 205px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.common-popup-form__input:not(:last-child) {
  margin-bottom: 20px;
}

.common-popup-form__note {
  margin-top: 20px;
}

.common-popup-form__note p {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8C8C8C;
  margin: 0;
}

.common-popup-form__agreement:not(:last-child) {
  margin-bottom: 20px;
}

.common-popup-form__agreement p {
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8C8C8C;
}

.common-popup-form__agreement p a,
.common-popup-form__agreement p a:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  text-decoration: none;
}

.common-popup-form__agreement p a:hover,
.common-popup-form__agreement p a:visited:hover {
  text-decoration: underline;
}

.common-popup-form__submit {
  position: relative;
}

.common-popup-form__submit .lovol-button {
  display: block;
  width: 100%;
}

.common-popup-thanks {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.common-popup-thanks__icon {
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  position: relative;
}

.common-popup-thanks__icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.common-popup-thanks__text {
  margin: 0 auto 45px;
}

.common-popup-thanks__text p {
  font-size: 500px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #8C8C8C;
}

.common-popup-thanks__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.common-popup-thanks__close:hover {
  opacity: 0.8;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Scrollyeah - v0.3.2 - 2014-04-11
* https://github.com/artpolikarpov/scrollyeah
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */
.scrollyeah {
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  *zoom: 1;
}

.scrollyeah__wrap {
  overflow: hidden;
  *zoom: 1;
}

.scrollyeah__shaft {
  float: left;
}

.scrollyeah__shaft,
.scrollyeah__parallax {
  left: 0;
  position: relative;
}

.scrollyeah_active .scrollyeah__shaft {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  *cursor: move !important;
}

.scrollyeah_active .scrollyeah__shaft_grabbing,
.scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.scrollyeah__shadow {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  transition-property: left, right;
  transition-duration: 333ms, 333ms;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1), cubic-bezier(0.1, 0, 0.25, 1);
  z-index: 10;
  *display: none !important;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.scrollyeah__shadow_prev {
  left: -10px;
  background-position: 0 0, 0 0;
}

.scrollyeah__shadow_next {
  right: -10px;
  background-position: 100% 0, 100% 0;
}

.scrollyeah_shadow .scrollyeah__shadow_prev {
  left: 0;
}

.scrollyeah_shadow .scrollyeah__shadow_next {
  right: 0;
}

.scrollyeah_shadow_no-left .scrollyeah__shadow_prev {
  left: -10px;
}

.scrollyeah_shadow_no-right .scrollyeah__shadow_next {
  right: -10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/local/templates/lovol-rf/assets/css/../img/fancybox/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/local/templates/lovol-rf/assets/css/../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/local/templates/lovol-rf/assets/css/../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/local/templates/lovol-rf/assets/css/../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(/local/templates/lovol-rf/assets/css/../img/fotorama.png) no-repeat;
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #778B00;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0 !important;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: transform, opacity;
  transition-duration: .3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 20px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

.lovol-header {
  position:
    /* ADWT.ru relative*/
    fixed;
  width: 100%;
  padding: 19px 20px;
  background-color: #fff;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.11);
  z-index: 100;
}

.lovol-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 80px;
  box-sizing: border-box;
  max-width: 1370px;
  margin: 0 auto;
}

.lovol-header__logo {
  flex-shrink: 0;
  margin-right: 33px;
  width: 300px;
  position: relative;
  text-decoration: none;
  color: #8C8C8C;
  white-space: nowrap;
}

.lovol-header__logo:hover {
  opacity: 0.8;
}

.lovol-header__logo:visited {
  color: #8C8C8C;
}

.lovol-header__logo img {
  display: block;
  margin: 0 auto;
  max-width: 140px;
}

.lovol-header__logo span {
  display: block;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 7px;
  font-weight: 500;
}

.lovol-header__wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 300px;
  justify-content: space-between;
}

.lovol-header__delimiter {
  border-left: solid 1px #ddd;
  display: block;
  padding-left: 7px;
}

.lovol-header__search {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.lovol-header__dealer-mobile-link {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  color: #8C8C8C;
  text-transform: uppercase;
}

.lovol-header__dealer-mobile-link:visited {
  color: #8C8C8C;
}

.lovol-header__menu-button {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='23' viewBox='0 0 42 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='42' height='3' fill='%238C8C8C'/%3E%3Crect y='10' width='42' height='3' fill='%238C8C8C'/%3E%3Crect y='20' width='42' height='3' fill='%238C8C8C'/%3E%3C/svg%3E%0A");
}

.lovol-header__menu-button.js-active {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.542893 0.542893C0.933417 0.152369 1.56658 0.152369 1.95711 0.542893L10 8.58579L18.0429 0.542893C18.4334 0.152369 19.0666 0.152369 19.4571 0.542893C19.8476 0.933417 19.8476 1.56658 19.4571 1.95711L11.4142 10L19.4571 18.0429C19.8476 18.4334 19.8476 19.0666 19.4571 19.4571C19.0666 19.8476 18.4334 19.8476 18.0429 19.4571L10 11.4142L1.95711 19.4571C1.56658 19.8476 0.933417 19.8476 0.542893 19.4571C0.152369 19.0666 0.152369 18.4334 0.542893 18.0429L8.58579 10L0.542893 1.95711C0.152369 1.56658 0.152369 0.933417 0.542893 0.542893Z' fill='%238C8C8C' /%3E%3C/svg%3E%0A");
}

.lovol-header-menu {
  position: relative;
}

.lovol-header-menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lovol-header-menu__item {
  margin: 6px 13px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.lovol-header-menu__item a {
  text-decoration: none;
  color: #4A4A4A;
  position: relative;
  transition: .3s color;
}

.lovol-header-menu__item a::before {
  content: '';
  position: absolute;
  width: 46%;
  left: 27%;
  border-top: 1px solid #407ec9;
  top: 100%;
  margin-top: 5px;
  transition: .3s transform, .3s opacity, .3s visibility;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 3px, 0);
}

.lovol-header-menu__item a:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.lovol-header-menu__item a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.lovol-header-menu__item a:visited {
  color: #4A4A4A;
}

.lovol-header-menu__item--active a {
  color:
    /*ADWT.ru #618309*/
    /*#0F6C54*/
#407ec9;
}

.lovol-header-menu__item--active a:visited {
  color:
    /*ADWT.ru #618309*/
    /*#0F6C54*/
#407ec9;
}

.lovol-header-menu__item--active a::before {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.lovol-mobile-search {
  position: relative;
}

.lovol-mobile-search .lovol-header-search {
  position: relative;
}

.lovol-mobile-search .lovol-header-search__input {
  width: 100% !important;
}

.lovol-header-search {
  position: absolute;
  display: none;
}

.lovol-header-search__content {
  display: none;
  width: 340px;
  position: relative;
}

.lovol-header-search__content--mobile {
  width: 100%;
  padding-right: 36px;
  box-sizing: border-box;
}

.lovol-header-search__content--mobile .lovol-header-search__input {
  width: 220px;
}

.lovol-header-search__content--mobile .lovol-header-search__action--submit {
  left: auto;
  right: 45px;
}

.lovol-header-search__content.js-active {
  display: block;
}

.lovol-header-search__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  background: #FFF;
}

.lovol-header-search__toggle svg {
  display: block;
  margin: 0 auto;
  fill:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.lovol-header-search__toggle:hover {
  opacity: 0.8;
}

.lovol-header-search__toggle.js-hidden {
  display: none;
}

.lovol-header-search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 300px;
  box-sizing: border-box;
  height: 36px;
  background-color: #fff;
  border: 1px #8C8C8C solid;
  padding-right: 36px;
  padding-left: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
}

.lovol-header-search__action {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.lovol-header-search__action svg {
  display: block;
  margin: 0;
  fill:
    /*ADWT.ru #79A800;*/
    /*#0F6C54*/
#407ec9;
  ;
}

.lovol-header-search__action--reset {
  right: 0;
  top: 9px;
}

.lovol-header-search__action--submit {
  top: 9px;
  left: 270px;
}

.lovol-mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  display: none;
}

.lovol-mobile-menu__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 112px 20px 40px;
}

.lovol-mobile-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lovol-mobile-items__item {
  margin-bottom: 30px;
}

.lovol-mobile-items__link {
  font-size: 15px;
  text-decoration: none;
  color: #4A4A4A;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}

.lovol-mobile-items__link:visited {
  color: #4A4A4A;
}

.lovol-mobile-items__link::before {
  content: '';
  position: absolute;
  width: 46%;
  left: 22%;
  border-top: 1px solid #618309;
  top: 100%;
  margin-top: 5px;
  transition: .3s transform, .3s opacity, .3s visibility;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 3px, 0);
}

.lovol-mobile-items__link--submenu::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  position: relative;
  width: 11px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9L0.73686 0.75H10.2631L5.5 9Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A");
  margin-left: 15px;
}

.lovol-mobile-items__link--submenu.js-active {
  color: #79A800;
}

.lovol-mobile-items__link--submenu.js-active:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.lovol-mobile-items__link--submenu.js-active::before {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.lovol-mobile-items__link--submenu.js-active::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9L0.73686 0.75H10.2631L5.5 9Z' fill='%230f6c54'/%3E%3C/svg%3E%0A");
}

.lovol-mobile-items__link--submenu.js-active+.lovol-mobile-items-submenu {
  display: block;
}

.lovol-mobile-items-submenu {
  position: relative;
  padding: 25px;
  background-color: #F1F1F1;
  border: 1px #8C8C8C solid;
  margin-top: 30px;
  display: none;
}

.lovol-mobile-items-submenu.js-active {
  display: block;
}

.lovol-mobile-items-submenu::before,
.lovol-mobile-items-submenu::after {
  content: '';
  position: absolute;
  top: -18px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 18px 9px;
  border-color: transparent transparent #8c8c8c transparent;
}

.lovol-mobile-items-submenu::after {
  z-index: 2;
  top: -16px;
  border-color: transparent transparent #F1F1F1 transparent;
}

.lovol-mobile-items-submenu__item {
  position: relative;
}

.lovol-mobile-items-submenu__item:not(:last-child) {
  margin-bottom: 25px;
}

.lovol-mobile-items-submenu__item h5 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  font-weight: 500;
}

.lovol-mobile-items-submenu__item a,
.lovol-mobile-items-submenu__item a:visited {
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.lovol-footer {
  position: relative;
  /* ADWT.ru padding-top: 75px; */
}

.lovol-footer__area {
  position: relative;
  padding: 130px 20px 75px;
  background: url("/local/templates/lovol-rf/assets/css/../img/lovol-big-footer-logo_1.png") no-repeat center 102% #F1F1F1;
  background-size: contain;
}

/* ADWT.ru
.lovol-footer__area::before {
  content: '';
  position: absolute;
  width: 289px;
  height: 250px;
  left: 50%;
  top: -125px;
  margin-left: -145px;
  background: url("/local/templates/lovol-rf/assets/css/../img/lovol-footer-leaves.png") no-repeat 50% 50% transparent;
  background-size: contain;
}
*/

.lovol-footer__inner {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}

.lovol-footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.lovol-footer-top__col {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}

.lovol-footer-top__col--left {
  padding-right: 170px;
}

.lovol-footer-top__col--right {
  padding-left: 170px;
  text-align: right;
}

.lovol-footer-top__col--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.lovol-footer-top__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.lovol-footer-top__menu li {
  font-size: 15px;
  color: #4A4A4A;
}

.lovol-footer-top__menu li:not(:last-child) {
  margin-bottom: 30px;
}

.lovol-footer-top__menu li a,
.lovol-footer-top__menu li a:visited {
  text-decoration: none;
  color: inherit;
}

.lovol-footer-top__menu li a:hover,
.lovol-footer-top__menu li a:visited:hover {
  color: #618309;
}

.lovol-footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 75px;
  margin: 0 -10px;
}

.lovol-footer-bottom__col {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 500;
}

.lovol-footer-bottom__col--center {
  text-align: center;
}

.lovol-footer-bottom__col--right {
  text-align: right;
}

.lovol-footer-bottom__col ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

.lovol-footer-bottom__col ul li:not(:last-child) {
  margin-bottom: 8px;
}

.lovol-footer-bottom__col a,
.lovol-footer-bottom__col a:visited {
  text-decoration: none;
  color: inherit;
}

.lovol-footer-bottom__col a:hover,
.lovol-footer-bottom__col a:visited:hover {
  color: #618309;
}

.lovol-footer-bottom__col p {
  margin: 0;
  line-height: 1.3;
}

.lovol-footer-search {
  position: relative;
  width: 300px;
}

.lovol-footer-search__logo {
  display: block;
  position: relative;
  text-decoration: none;
}

.lovol-footer-search__logo:not(:last-child) {
  margin-bottom: 35px;
}

.lovol-footer-search__logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.lovol-footer-search__search {
  position: relative;
}

.lovol-footer-search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  background-color: #fff;
  border: 1px #8C8C8C solid;
  padding-right: 36px;
  padding-left: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
}

.lovol-footer-search__submit {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background: transparent;
}

.lovol-footer-search__submit:hover {
  opacity: 0.8;
}

.lovol-footer-search__submit svg {
  fill:
    /*ADWT.ru #79A800;*/
    /*#0F6C54*/
#407ec9;
}

.index-page-section {
  position: relative;
  padding-top: 120px;
}

.index-page-section--hero {
  padding-top: 0;
}

.index-page-section--news {
  padding-top: 0;
}

.index-page-section--about {
  /* ADWT.ru background: url("/local/templates/lovol-rf/assets/css/../img/index/index-wheat-bg.png") no-repeat 50% bottom #FFF; */
  background-size: contain;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px !important;
}

.index-page-section--press {
  /* ADWT.ru 
  background: url("/local/templates/lovol-rf/assets/css/../img/index/index-wheat-02.svg") no-repeat 75% 0px #FFF;
  background-size: 120% auto;
  */
  padding-bottom: 70px;
}

.index-page-section-caption {
  margin-bottom: 90px;
  text-align: center;
}

.index-page-section-caption p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #8C8C8C;
}

.index-page-section-caption__title {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 36px;
}

.index-hero {
  position: relative;
  height: 555px;
  overflow: hidden;
  margin-top: 87px;
}



.index-hero__carousel {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.index-hero__slide,
.index-hero__image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  /* ADWT.ru background-color: #eee;*/
}

.index-hero__image--desktop {
  display: none;
}

.index-hero__controls {

  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 1370px;
  margin: 0 auto;
  align-items: flex-end;
  padding-bottom: 65px;
}

.index-hero__actions {
  display:
    /*ADWT.ru flex*/
    none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
}

.index-hero__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  padding-top: 35px;
  color: #FFF;
}

.index-hero__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  background-color: #79A800;
}

.index-hero__arrow:hover {
  background-color: #8CB61F;
}

.index-hero__arrow svg {
  display: block;
  margin: 0 auto;
  position: relative;
}

.index-hero__arrow--next svg {
  left: 2px;
}

.index-hero__counter {
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
  white-space: nowrap;
}

.index-hero__counter strong {
  font-size: 68px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.index-hero__dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}

.index-hero__dots .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-hero__dots .slick-dots li {
  font-size: 0;
}

.index-hero__dots .slick-dots li:not(:last-child) {
  margin-right: 14px;
}

.index-hero__dots .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  background: #FFF;
  width: 116px;
  height: 4px;
}

.index-hero__dots .slick-dots li button:hover {
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.index-hero__dots .slick-dots li.slick-active button {
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.index-tech {
  position: relative;
  /*background: url("/local/templates/lovol-rf/assets/css/../img/index/index-tech-bg.png") no-repeat 50% -40px #FFF;*/
  padding-bottom: 120px;
  padding-right: 20px;
  padding-left: 20px;
}

.index-tech__inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.index-tech-block__switchers {
  position: relative;
  display: flex;
  /*align-items: flex-start;*/
  justify-content: space-evenly;
  /*justify-content: center;*/
  margin: 0 auto 30px;
}

.index-tech-block__images {
  position: relative;
  height: 470px;
  overflow: hidden;
}

.index-tech-block__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #eee;
  display: none;
  height: 100%;
  /* ADWT.ru border: 1px #79A80099 solid; */
}

.index-tech-block__image.js-active {
  display: block;
}

.index-tech-switcher {
  position: relative;
  padding: 0 70px 0 0;
  min-width: 360px;
}

.index-tech-switcher__title {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4A4A4A;
  text-transform: uppercase;
  background: transparent;
}

.index-tech-switcher__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.index-tech-switcher__title:hover,
.index-tech-switcher__title.js-active {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.index-tech-switcher__title:hover~.index-tech-switcher__icon,
.index-tech-switcher__title.js-active~.index-tech-switcher__icon {
  /*border-color: #79A800  /*#0F6C54*/
#407ec9; ADWT.ru*/
}

.index-tech-switcher__title:hover~.index-tech-switcher__icon svg,
.index-tech-switcher__title.js-active~.index-tech-switcher__icon svg {
  fill:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.index-tech-switcher__title.js-active {
  font-weight: 700;
}

.index-tech-switcher__title.js-active~.index-tech-switcher-popup {
  display: block;
}

.index-tech-switcher__icon {
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px transparent solid;
}

.index-tech-switcher__icon svg {
  display: block;
  max-width: 100%;
  max-height: 100px;
  fill: #999;
}

.index-tech-switcher-popup {
  display: none;
  position: absolute;
  z-index: 2;
  /*background-color: #79A800 /*#0F6C54*/
#407ec9aa;  ADWT.ru*/
  /* width: 320px; ADWT.ru */
  height: 440px;
  top: 100%;
  margin-top: 30px;
  /*left: 50%;
  margin-left: -160px; ADWT.ru */
}

.index-tech-switcher-popup::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -11px;
  border-width: 0 15px 12px 15px;
  border-style: solid;
  border-color: transparent transparent
    /*#79A800 ADWT.ru*/
    #2f9dcc transparent;
  display: none;
}

.index-tech-switcher-popup__content {
  height: 100%;
  box-sizing: border-box;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF;
}

.index-tech-switcher-popup__bottom {
  /*display: none;*/
  margin-top: 15px;
}

.index-tech-switcher-popup__top {
  /*max-height: 275px;*/
  overflow: hidden;
  /* margin-bottom: 30px;*/
}

.index-tech-switcher-popup__top p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.index-tech-switcher-popup__top p:not(:last-child) {
  margin-bottom: 15px;
}

.index-tech-switcher-popup__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
  text-transform: uppercase;
  text-align: center;
}

.index-news {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  /* ADWT.ru 
  background: url("/local/templates/lovol-rf/assets/css/../img/index/index-wheat.svg") no-repeat -190px -380px transparent;
  */
}

.index-news__caption {
  padding: 0 20px;
}

.index-news__content {
  display: flex;
  align-items: flex-start;
}

.index-news__tabs {
  width: 37%;
  max-width: 700px;
  flex-shrink: 0;
}

.index-news__tabs--mobile {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.index-news__tabs--desktop {
  display: none;
}

.index-news__cards {
  width: 63.2%;
  padding-left: 75px;
  box-sizing: border-box;
}

.index-news-tab {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #B5B5B5;
  border: 1px #B5B5B5 solid;
  text-align: right;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.index-news-tab:hover {
  opacity: 0.8;
}

.index-news-tab:not(:last-child) {
  margin-bottom: 13px;
}

.index-news-tab__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index-news-tab__title {
  max-width: 230px;
}

.index-news-tab__image {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  margin-left: 35px;
  border: 1px #FFF solid;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: grayscale(100%);
}

.index-news-tab.js-active {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  border-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  background-color: #fff;
}

.index-news-tab.js-active .index-news-tab__image {
  filter: grayscale(0);
}

.index-news-tab.js-active:hover {
  opacity: 1;
}

.index-news-cards {
  position: relative;
  overflow: auto;
  display: none;
}

.index-news-cards.js-active {
  display: block;
}

.index-news-cards::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.index-news-cards::-webkit-scrollbar-thumb {
  background: #79A800;
}

.index-news-cards::-webkit-scrollbar-track {
  background-color: #E1E1E1;
}

.index-news-cards__cols {
  display: flex;
  padding-bottom: 60px;
  padding-left: 30px;
}

.index-news-cards__col {
  width: 330px;
  position: relative;
  flex-shrink: 0;
}

.index-news-cards__col:not(:last-child) {
  margin-right: 40px;
}

.index-news-cards__item {
  height: 100%;
  box-shadow: 0px 14px 22px -2px rgba(0, 0, 0, 0.09);
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.index-news-cards__item:hover .index-news-cards__title {
  color: #79A800;
}

.index-news-cards__cover {
  height: 215px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #eee;
}

.index-news-cards__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.index-news-cards__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 25px;
}

.index-news-cards__excerpt {
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1.42;
  color: #8C8C8C;
  font-weight: 500;
}

.index-news-cards__link,
.index-news-cards__link:visited {
  font-size: 14px;
  font-weight: 500;
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  text-decoration: none;
}

.index-news-cards__link::before,
.index-news-cards__link:visited::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.index-about {
  position: relative;
  padding: 0 20px 50px;
  max-width: 1010px;
  margin: 0 auto;
  box-sizing: border-box;
}

.index-about__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -10px;
}

.index-about__item {
  margin: 0 10px;
  width: 155px;
  position: relative;
}

.index-about__icon {
  width: 109px;
  height: 109px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 45px;
}

.index-about__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.index-about__title,
.index-about__title:visited {
  font-size: 18px;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.index-about__title::before,
.index-about__title:visited::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.index-about__title:hover,
.index-about__title:visited:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.index-press {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
}

.posts-grid {
  position: relative;
}

.posts-grid__cols .slick-track {
  display: flex !important;
}

.posts-grid__cols .slick-slide {
  height: inherit !important;
}

.posts-grid__cols .slick-slide>div {
  height: 100%;
}

.posts-grid__cols .slick-slide>div .posts-grid__item {
  height: 100%;
  box-sizing: border-box;
}

.posts-grid__col {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}

.posts-grid__item {
  text-align: center;
  z-index: 2;
}

.posts-grid__cover {
  width: 100%;
  height: 230px;
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.posts-grid__cover img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.posts-grid__title {
  display: block;
  margin: 0 auto;
  max-width: 260px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  z-index: 2;
  transition: .3s color;
}

.posts-grid__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.posts-grid__title:visited {
  color: inherit;
}

.posts-grid__load {
  text-align: center;
  padding-top: 60px;
}

.posts-grid__load .lovol-button {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.posts-grid__dots .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.posts-grid__dots .slick-dots li {
  margin: 5px;
  font-size: 0;
}

.posts-grid__dots .slick-dots li button {
  font-size: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
}

.posts-grid__dots .slick-dots li.slick-active button {
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.single-news-page {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.single-news-page--static {
  justify-content: center;
}

.single-news-page--static .single-news-page__content {
  width: 100%;
}

.single-news-page__content {
  max-width: 870px;
}

.single-news-page__content blockquote {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 20px;
  border-left: 2px solid #79A800;
  font-style: italic;
}

.single-news-page__content blockquote:not(:last-child) {
  margin-bottom: 25px;
}

.single-news-page__content blockquote p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  color: #8C8C8C;
  margin: 0;
}

.single-news-page__content>p {
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
  color: #8C8C8C;
  font-weight: 500;
}

.single-news-page__content>p:not(:last-child) {
  margin-bottom: 25px;
}

.single-news-page__content>p a,
.single-news-page__content>p a:visited {
  color: #79A800;
}

.single-news-page__content>p a:hover,
.single-news-page__content>p a:visited:hover {
  text-decoration: none;
}

.single-news-page__content>h1 {
  font-size: 32px;
  margin: 0;
}

.single-news-page__content>h2 {
  font-size: 28px;
  margin: 0;
}

.single-news-page__content>h3 {
  font-size: 24px;
  margin: 0;
}

.single-news-page__content>h4,
.single-news-page__content>h5,
.single-news-page__content>h6 {
  font-size: 18px;
  margin: 0;
}

.single-news-page__content>h1:not(:last-child),
.single-news-page__content>h2:not(:last-child),
.single-news-page__content>h3:not(:last-child),
.single-news-page__content>h4:not(:last-child),
.single-news-page__content>h5:not(:last-child),
.single-news-page__content>h6:not(:last-child) {
  margin-bottom: 25px;
}

.single-news-page__image {
  position: relative;
}

.single-news-page__image img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.single-news-page__image:not(:last-child) {
  margin-bottom: 25px;
}

.single-news-page__date {
  margin-bottom: 30px;
}

.single-news-page__date time {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  background-color: #ffcc38;
  padding: 4px 10px;
}

.single-news-page__sidebar {
  position: relative;
  width: 330px;
  flex-shrink: 0;
  margin-left: 20px;
}

.single-news-share {
  position: relative;
  padding-top: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-news-share__link {
  text-decoration: none;
  margin-top: 10px;
}

.single-news-share__link:not(:last-child) {
  margin-right: 45px;
}

.single-news-share__link svg {
  fill: #5C5C5C;
}

.single-news-share__link:hover svg {
  fill:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.other-news__title {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 10px 20px;
  background-color: #B5B5B5;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.other-news-posts .slick-track {
  display: flex !important;
}

.other-news-posts .slick-slide {
  height: inherit !important;
}

.other-news-posts .slick-slide>div {
  height: 100%;
}

.other-news-posts .slick-slide>div .posts-grid__item {
  height: 100%;
  box-sizing: border-box;
}

.other-news-posts__item {
  text-align: center;
  position: relative;
  z-index: 2;
  transition: .3s background;
}

.other-news-posts__cover {
  width: 180px;
  height: 118px;
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-news-posts__cover img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.other-news-posts__title {
  display: block;
  margin: 0 auto;
  max-width: 260px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  z-index: 2;
  transition: .3s color;
}

.other-news-posts__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.other-news-posts__title:visited {
  color: inherit;
}

.other-news-posts__dots .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.other-news-posts__dots .slick-dots li {
  margin: 5px;
  font-size: 0;
}

.other-news-posts__dots .slick-dots li button {
  font-size: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
}

.other-news-posts__dots .slick-dots li.slick-active button {
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.side-questions-block {
  position: relative;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}

.side-questions-block__content {
  text-align: center;
  padding: 45px 20px;
}

.side-questions-block__icon {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-questions-block__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.side-questions-block__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.side-questions-block__link {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.page-404__image {
  position: relative;
  margin: 20px auto;
  max-width: 885px;
}

.page-404__image img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.page-404__title {
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1.2;
  padding-top: 63px;
}

.page-404__title span {
  display: inline-block;
  background-color: #999;
  font-weight: 500;
  padding: 12px 20px;
  color: #FFF;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
}

.page-404__title span::before {
  content: '';
  position: absolute;
  width: 73px;
  height: 73px;
  left: 50%;
  top: -63px;
  margin-left: -37px;
  background: url("/local/templates/lovol-rf/assets/css/../img/icon-tractor@2x.png") no-repeat 50% 50% transparent;
  background-size: contain;
}

.page-404__text {
  text-align: center;
}

.page-404__text:not(:last-child) {
  margin-bottom: 70px;
}

.page-404__text p {
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
  color: #8C8C8C;
  font-weight: 500;
}

.page-404__text p:not(:last-child) {
  margin-bottom: 25px;
}

.page-404__text p a,
.page-404__text p a:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.page-404__text p a:hover,
.page-404__text p a:visited:hover {
  text-decoration: none;
}

.page-404-links {
  max-width: 770px;
  margin: 0 auto;
}

.page-404-links__cols {
  margin: 0 -20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-404-links__col {
  padding: 0 20px;
}

.page-404-links__col--right {
  text-align: right;
}

.page-404-links__col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.page-404-links__col ul li {
  font-size: 15px;
  font-weight: 500;
  color: #8C8C8C;
}

.page-404-links__col ul li:not(:last-child) {
  margin-bottom: 30px;
}

.page-404-links__col ul li a,
.page-404-links__col ul li a:visited {
  text-decoration: none;
  color: inherit;
}

.page-404-links__col ul li a:hover,
.page-404-links__col ul li a:visited:hover {
  color: #618309;
}

.catalog-page-filter {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 20px;
}

.catalog-page-filter__title {
  margin: 0 25px 0 0;
}

.catalog-page-filter__links {
  display: flex;
  align-items: center;
}

.catalog-page-filter__link {
  color: #8C8C8C;
}

.catalog-page-filter__link svg {
  display: inline-block;
}

.catalog-page-filter__link:not(:last-child) {
  margin-right: 20px;
}

.catalog-page-filter__link:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-filter__link:visited {
  color: #8C8C8C;
}

.catalog-page-filter__link:visited:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-filter__link--active {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  text-decoration: none;
}

.catalog-page-filter__link--active:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-filter__link--active svg {
  fill:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-grid:not(:last-child) {
  margin-bottom: 80px;
}

.catalog-page-grid__cols {
  display: flex;
  margin: 0 -9px;
  flex-wrap: wrap;
}

.catalog-page-grid__col {
  padding: 15px 9px;
  width: 25%;
  box-sizing: border-box;
  position: relative;
}

.catalog-page-grid__more {
  padding-top: 15px;
}

.catalog-page-grid__more .lovol-button {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.catalog-page-grid__more img {
  display: block;
  margin: 0 auto;
}

.catalog-page-item {
  position: relative;
  border: 1px #C2C2C2 solid;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog-page-item:hover {
  border-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-item:hover .lovol-button {
  color: #FFF;
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-item__cover {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: contain;
  margin-top: 20px;
}

.catalog-page-item__info {
  padding: 23px 25px;
}

.catalog-page-item__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}

.catalog-page-item__title a,
.catalog-page-item__title a:visited {
  text-decoration: none;
  color: inherit;
}

.catalog-page-item__title a::before,
.catalog-page-item__title a:visited::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.catalog-page-item__text {
  font-size: 14px;
  color: #8c8c8c;
  margin: 0;
  line-height: 1.42;
  font-weight: 500;
}

.catalog-page-item__text.price {
  font-size: 18px;
  color: #8c8c8c;
}

.catalog-page-item .lovol-button {
  width: 100%;
  display: block;
  border-top: 1px solid #C2C2C2;
  position: relative;
}

.catalog-page-item .lovol-button:hover {
  border-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-item .lovol-button:hover::before {
  border-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  border-width: 3px;
}

.catalog-page-text {
  max-width: 1028px;
  margin: 0 auto;
}

.catalog-page-text p {
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
  color: #8C8C8C;
  font-weight: 500;
}

.catalog-page-text p:not(:last-child) {
  margin-bottom: 25px;
}

.catalog-page-text p a,
.catalog-page-text p a:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.catalog-page-text p a:hover,
.catalog-page-text p a:visited:hover {
  text-decoration: none;
}

.search-page-form {
  position: relative;
  padding: 20px;
  background-color: #EEE;
}

.search-page-form__inner {
  display: flex;
  align-items: flex-start;
  max-width: 1370px;
  margin: 0 auto;
}

.search-page-form__term {
  padding-top: 9px;
}

.search-page-form__term p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.search-page-form__term p b {
  font-weight: 700;
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.search-page-form__field {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.search-page-form__field:not(:first-child) {
  margin-left: 90px;
}

.search-page-form__field p {
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #8C8C8C;
  text-transform: uppercase;
}

.search-page-form__input {
  flex-shrink: 0;
  position: relative;
}

.search-page-form__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 300px;
  box-sizing: border-box;
  height: 36px;
  background-color: #fff;
  border: 1px #8C8C8C solid;
  padding-right: 36px;
  padding-left: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
  text-align: left;
}

.search-page-form__submit {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  top: 9px;
  right: 10px;
}

.search-page-form__submit svg {
  display: block;
  margin: 0;
  fill:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.search-page-form__submit:hover {
  opacity: 0.8;
}

.search-results {
  position: relative;
}

.search-results__item {
  padding: 25px 0;
  border-top: 1px solid #C2C2C2;
}

.search-results__item .breadcrumbs {
  margin-bottom: 10px;
}

.search-results__empty span {
  display: inline-block;
  font-size: 14px;
  padding: 15px 40px;
  background-color: #FFDCDC;
  border: 1px #E95858 solid;
  border-radius: 40px;
}

.search-results-item__title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 500;
}

.search-results-item__title a,
.search-results-item__title a:visited {
  color: inherit;
  text-decoration: none;
}

.search-results-item__title a b,
.search-results-item__title a:visited b {
  font-weight: 700;
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.search-results-item__title a:hover,
.search-results-item__title a:visited:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.search-results-item__excerpt p {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0;
  line-height: 1.42;
}

.search-results-item__excerpt p b {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.dealer-page {
  position: relative;
}

.dealer-page::after {
  /* ADWT.ru Картинка на странице "Стать дилером"
  content: '';
  position: absolute;
  width: 711px;
  height: 494px;
  background: url("/local/templates/lovol-rf/assets/css/../img/become-dealer-illustration.jpg") no-repeat 0 0 transparent;
  background-size: contain;
  right: -150px;
  top: -40px;
  */
}

.dealer-page__content {
  /*max-width: 960px;*/
  position: relative;
  z-index: 2;
}

.dealer-page__info {
  position: relative;
  /*max-width: 850px;*/
}

.dealer-page__info>p {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /*color: #8C8C8C;*/
}

.dealer-page-contacts {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px 70px;
}

.dealer-page-contacts__col {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.dealer-page-contacts__item {
  position: relative;
  max-width: 370px;
  padding: 0px 20px;
  box-sizing: border-box;
  border-left: 2px solid
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  font-size: 16px;
  font-weight: 400;
}

.dealer-page-contacts__item p {
  /*margin: 0;*/
}

.dealer-page-contacts__item p a,
.dealer-page-contacts__item p a:visited {
  text-decoration: none;
  color: inherit;
}

.dealer-page-contacts__item p a:hover,
.dealer-page-contacts__item p a:visited:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  text-decoration: underline;
}

.dealer-page-contacts__name {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 14px;
}

.dealer-page-form {
  position: relative;
}

.dealer-page-form__title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px;
  color: #8C8C8C;
}

.dealer-page-form__cols {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.dealer-page-form__col {
  box-sizing: border-box;
  padding: 15px;
}

.dealer-page-form__col--1-3 {
  width: 33.3333%;
}

.dealer-page-form__col--2-3 {
  width: 66.6666%;
}

.dealer-page-form__input {
  position: relative;
}

.dealer-page-form__input input[type="text"],
.dealer-page-form__input input[type="tel"],
.dealer-page-form__input input[type="email"],
.dealer-page-form__input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  background-color: #fff;
  border: 1px #8C8C8C solid;
  padding-right: 36px;
  padding-left: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
  text-transform: uppercase;
}

.dealer-page-form__input input[type="text"]::-moz-placeholder,
.dealer-page-form__input input[type="tel"]::-moz-placeholder,
.dealer-page-form__input input[type="email"]::-moz-placeholder,
.dealer-page-form__input textarea::-moz-placeholder {
  color: #8C8C8C;
}

.dealer-page-form__input input[type="text"]::placeholder,
.dealer-page-form__input input[type="tel"]::placeholder,
.dealer-page-form__input input[type="email"]::placeholder,
.dealer-page-form__input textarea::placeholder {
  color: #8C8C8C;
}

.dealer-page-form__input textarea {
  resize: none;
  height: 205px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.dealer-page-form__note {
  margin-top: 10px;
}

.dealer-page-form__note p {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8C8C8C;
  margin: 0;
}

.dealer-page-form__agreement:not(:last-child) {
  margin-bottom: 30px;
}

.dealer-page-form__agreement p {
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8C8C8C;
}

.dealer-page-form__agreement p a,
.dealer-page-form__agreement p a:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  text-decoration: none;
}

.dealer-page-form__agreement p a:hover,
.dealer-page-form__agreement p a:visited:hover {
  text-decoration: underline;
}

.dealer-page-form__submit {
  position: relative;
}

.dealer-page-form__submit .lovol-button {
  display: block;
  width: 100%;
}

.service-info {
  position: relative;
}

.service-info__info {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.service-info__info:not(:last-child) {
  margin-bottom: 60px;
}

.service-info__text {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.service-info__image {
  display: none;
}

.service-info__text {
  color: #8C8C8C;
}

.service-info__text p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333;
}

.service-info__text p:not(:last-child) {
  margin-bottom: 20px;
}

.service-info__text p a,
.service-info__text p a:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.service-info__text p a:hover,
.service-info__text p a:visited:hover {
  text-decoration: none;
}

.service-info__image img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.service-info__form {
  max-width: 960px;
}

.accessories-grid {
  position: relative;
  margin: 0 -26px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.accessories-grid__col {
  width: 355px;
  padding: 26px;
  box-sizing: border-box;
}

.accessories-grid__item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.accessories-grid__item:hover {
  opacity: 0.8;
}

.accessories-grid__item .lovol-button {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: auto;
}

.accessories-grid__item .lovol-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.accessories-grid__image {
  width: 100%;
  max-width: 245px;
  height: 245px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.accessories-grid__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.accessories-grid__title {
  text-align: center;
  max-width: 260px;
  text-transform: uppercase;
  margin: 0 auto 18px;
  font-size: 18px;
  font-weight: 500;
}

.product-page {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1290px;
}

.product-page__info {
  width: 470px;
}

.product-info {
  position: relative;
  padding: 40px;
  border: 1px #C2C2C2 solid;
}

.product-info__part:not(:last-child) {
  margin-bottom: 55px;
}

.product-info__part--advantages {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.product-info__part--buttons {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.product-info__part--cost {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.product-info__part--cost:not(:last-child) {
  margin-bottom: 35px;
}

.product-set {
  position: relative;
  display: flex;
  align-items: center;
}

.product-set__icon {
  flex-shrink: 0;
  width: 57px;
  height: 57px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.product-set__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.product-set__text {
  text-transform: uppercase;
}

.product-set__text p {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  line-height: 1.6666;
}

.product-advantages {
  position: relative;
}

.product-advantages__item {
  position: relative;
  display: flex;
  align-items: center;
}

.product-advantages__item:not(:last-child) {
  margin-bottom: 8px;
}

.product-advantages__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.product-advantages__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.product-advantages__text p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.product-cost {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-cost__value:not(:last-child) {
  margin-right: 10px;
}

.product-cost__value p {
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.product-cost__profit p {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 7px 15px;
  font-size: 10px;
  font-weight: 700;
  background-color: #FFCC38;
  border-radius: 16px;
  margin: 0;
}

.product-buttons {
  position: relative;
}

.product-buttons__button {
  display: block;
  width: 100%;
}

.product-buttons__button:not(:last-child) {
  margin-bottom: 12px;
}

.product-gallery {
  position: relative;
  box-sizing: border-box;
  width: 770px;
  padding: 0 50px;
}

.product-gallery__big {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

.product-gallery__big-image {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #eee;
}

.product-gallery__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  border: none;
  width: 50px;
  top: 0;
  bottom: 65px;
  font-size: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

.product-gallery__arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.product-gallery__arrow--prev {
  left: 0;
}

.product-gallery__arrow--next {
  right: 0;
}

.product-gallery__arrow:hover {
  opacity: 0.8;
}

.product-gallery__thumbs {
  height: 57px;
  position: relative;
  overflow: hidden;
}

.product-gallery__thumb {
  display: inline-block;
  width: 76px;
  height: 57px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #eee;
  position: relative;
}

.product-gallery__thumb:hover {
  opacity: 0.8;
}

.product-gallery__thumb.slick-active.slick-current::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9 solid;
}

.product-gallery__thumb:not(:last-child) {
  margin-right: 8px;
}

.product-gallery .slick-list,
.product-gallery .slick-track {
  height: 100% !important;
}

.product-description {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.product-description>p {
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
  color: #8C8C8C;
  font-weight: 500;
}

.product-description>p:not(:last-child) {
  margin-bottom: 25px;
}

.product-description>p a,
.product-description>p a:visited {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.product-description>p a:hover,
.product-description>p a:visited:hover {
  text-decoration: none;
}

.product-description ul {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #8C8C8C;
  line-height: 1.33;
}

.product-description ul:not(:last-child) {
  margin-bottom: 25px;
}

.product-description ul li {
  position: relative;
}

.product-description ul li::before {
  content: '•';
  position: absolute;
  left: -12px;
  top: 0;
}

.product-specs-table {
  border-collapse: collapse;
  border: 1px #BEBEBE solid;
  width: 100%;
}

.product-specs-table td,
.product-specs-table th {
  border: 1px #BEBEBE solid;
  padding: 7px 5px;
  text-align: center;
}

.product-specs-table th {
  font-size: 16px;
  font-weight: 600;
  background-color: #EEE;
}

.product-specs-table td {
  background-color: #FBFBFB;
  font-size: 14px;
  font-weight: 500;
}

.similar-products {
  position: relative;
}

.similar-products__area {
  position: relative;
}

.similar-products__col {
  width: 330px;
  flex-shrink: 0;
}

.similar-products__dots .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.similar-products__dots .slick-dots li {
  margin: 5px;
  font-size: 0;
}

.similar-products__dots .slick-dots li button {
  font-size: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
}

.similar-products__dots .slick-dots li.slick-active button {
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9
}

.contacts-tabs {
  position: relative;
}

.contacts-tabs__buttons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contacts-tabs__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0 0 5px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
  background-color: #8C8C8C;
  padding: 10px 20px;
}

.contacts-tabs__button:not(:last-child) {
  margin-right: 5px;
}

.contacts-tabs__button:hover,
.contacts-tabs__button.js-active {
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.contacts-map {
  position: relative;
  margin: 45px auto 90px;
  background-color: #eee;
  overflow: hidden;
}

.contacts-map__info {
  position: absolute;
  right: 0;
  top: 0;
  width: 39%;
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  height: 100%;
  color: #FFF;
  display: none;
  padding: 30px;
  box-sizing: border-box;
}

.contacts-map__info.js-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-map__info .contacts-card {
  width: 100%;
  max-width: 350px;
}

.contacts-map__info .contacts-card .contacts-card-info__icon svg {
  fill: #FFF;
}

.contacts-map__info .contacts-card .contacts-card-info__text a:hover,
.contacts-map__info .contacts-card .contacts-card-info__text a:visited:hover {
  color: #FFF !important;
  text-decoration: underline;
}

.contacts-map__map {
  height: 585px;
  position: relative;
}

.contacts-map__map.js-show-info {
  width: 61%;
}

.contacts-map__area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contacts-cards {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.contacts-cards:not(:last-child) {
  margin-bottom: 90px;
}

.contacts-cards__heading {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 305px;
  padding-right: 50px;
}

.contacts-cards__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1.2;
}

.contacts-cards__scroll {
  display: flex;
  align-items: center;
}

.contacts-cards__scroll-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background-color: #fff;
}

.contacts-cards__scroll-button svg {
  fill: #8c8c8c;
}

.contacts-cards__scroll-button:hover svg {
  fill: #79A800;
}

.contacts-cards__content {
  flex-grow: 1;
  overflow: auto;
  border: 1px #8c8c8c solid;
  padding: 35px 35px 50px;
}

.contacts-cards__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.contacts-cards__content::-webkit-scrollbar-thumb {
  background:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.contacts-cards__content::-webkit-scrollbar-track {
  background-color: #E1E1E1;
}

.contacts-cards__grid {
  display: flex;
  align-items: flex-start;
}

.contacts-cards__grid .contacts-card {
  width: 355px;
  flex-shrink: 0;
}

.contacts-cards__grid .contacts-card:not(:last-child) {
  margin-right: 35px;
}

.contacts-card {
  position: relative;
}

.contacts-card__title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.contacts-card__title:not(:last-child) {
  margin-bottom: 25px;
}

.contacts-card__info:not(:last-child) {
  margin-bottom: 10px;
}

.contacts-card-info {
  display: flex;
  align-items: center;
}

.contacts-card-info__icon {
  flex-shrink: 0;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contacts-card-info__icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  fill:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.contacts-card-info__icon--white svg {
  fill: #FFFFFF;
}

.contacts-card-info__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.21;
  font-weight: 500;
}

.contacts-card-info__text p a,
.contacts-card-info__text p a:visited {
  text-decoration: none;
  color: inherit;
}

.contacts-card-info__text p a:hover,
.contacts-card-info__text p a:visited:hover {
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.contacts-accordions {
  position: relative;
}

.contacts-accordions__item {
  background-color: #fff;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.11);
}

.contacts-accordions__item:not(:last-child) {
  margin-bottom: 30px;
}

.contacts-accordion__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding: 35px 20px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-align: left;
  border: none;
  background-color: #fff;
}

.contacts-accordion__toggle span {
  display: block;
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 80px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
}

.contacts-accordion__toggle span::before {
  content: '+';
  width: 30px;
  height: 27px;
  position: absolute;
  box-sizing: border-box;
  border: 1px #8c8c8c solid;
  text-align: center;
  line-height: 25px;
  left: 0;
  font-weight: 400;
  font-size: 30px;
  color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
}

.contacts-accordion__toggle:hover {
  opacity: 0.8;
}

.contacts-accordion__toggle.js-active span::before {
  content: '–';
  background-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  border-color:
    /*#79A800 ADWT.ru*/
    /*#0F6C54*/
#407ec9;
  color: #FFF;
  line-height: 0.7;
}

.contacts-accordion__content {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 15px 20px 50px;
  box-sizing: content-box;
  display: none;
}

.contacts-accordion__content>p {
  margin: 0;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  padding-left: 80px;
}

.contacts-accordion__content>p:not(:last-child) {
  margin-bottom: 20px;
}

.contacts-accordion__content .contacts-card {
  padding-left: 80px;
}

.map-hint {
  padding: 12px;
  background-color: #fff;
  box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: #4A4A4A;
  display: block;
  width: 300px;
  box-sizing: border-box;
}

@media only screen and (min-width: 767px) {

  .index-hero .slick-list,
  .index-hero .slick-track {
    height: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobiles-only {
    display: block !important;
  }

  .index-tech-switcher-popup__top .mobiles-only {
    color: initial;
  }

  .index-hero__carousel {
    position: relative;
  }

  .index-hero {
    height: auto !important;
  }

  .desktops-only,
  .tablets-only {
    display: none;
  }

  html.fixed,
  body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }

  .page-content__inner {
    padding: 20px 0;
  }

  .page-content__title {
    font-size: 22px;
  }

  .page-content__title:not(:last-child) {
    margin-bottom: 20px;
  }

  .desktop-tabs+.page-content .page-content__inner {
    padding-top: 0;
  }

  .breadcrumbs {
    margin-bottom: 5px;
  }

  .desktop-tabs__inner {
    flex-wrap: wrap;
    padding: 10px 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .desktop-tabs__item {
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    margin: 10px 0;
    white-space: normal;
    font-size: 13px;
  }

  .mobile-tab-switcher {
    display: block;
  }

  .common-popup {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .common-popup__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .common-popup__close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }

  .common-popup-form__input:not(:last-child) {
    margin-bottom: 15px;
  }

  .common-popup-form__note {
    margin-top: 15px;
  }

  .common-popup-form__agreement {
    margin-bottom: 15px;
  }

  .common-popup-thanks__icon {
    width: 60px;
    margin-bottom: 20px;
  }

  .common-popup-thanks__text {
    margin-bottom: 20px;
  }

  .lovol-header {
    padding: 20px;
    box-sizing: border-box;
    height: 72px;
  }

  .lovol-header__inner {
    padding-right: 0;
    justify-content: space-between;
  }

  .lovol-header__logo {
    margin-right: 0;
    width: 300px;
  }

  .lovol-header__logo span {
    font-size: 7px;
    padding-top: 4px;
  }

  .lovol-header__menu {
    display: none;
  }

  .lovol-header__search {
    display: none;
  }

  .lovol-mobile-menu.js-active {
    display: block;
  }

  .lovol-footer {
    padding-top: 35px;
  }

  .lovol-footer__area {
    padding-top: 105px;
    background-size: 320px auto;
    background-position: center calc(100% + 8px);
  }

  .lovol-footer__area::before {
    width: 164px;
    height: 142px;
    margin-left: -82px;
    top: -48px;
  }

  .lovol-footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lovol-footer-top__col {
    text-align: center !important;
    width: 100% !important;
    max-width: 400px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 25px;
  }

  .lovol-footer-top__col--logo {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .lovol-footer-top__menu li:not(:last-child) {
    margin-bottom: 25px;
  }

  .lovol-footer-bottom {
    padding-top: 60px;
    margin: 0;
    flex-direction: column;
  }

  .lovol-footer-bottom__col {
    text-align: center;
  }

  .lovol-footer-bottom__col:not(:last-child) {
    padding-bottom: 35px;
  }

  .lovol-footer-search__logo:not(:last-child) {
    margin-bottom: 20px;
  }

  .lovol-footer-search__logo img {
    max-width: 150px;
  }

  .index-page-section {
    padding-top: 22px;
  }

  .index-hero {
    margin-top: 71px;
  }

  .index-page-section--hero {
    padding-top: 0;
  }

  .index-page-section--about {
    padding-top: 80px;
  }

  .index-page-section--press {
    padding-bottom: 10px;
    background: #FFF;
  }

  .index-page-section-caption p {
    font-size: 12px;
  }

  .index-page-section-caption__title {
    font-size: 22px;
  }

  .index-hero__actions {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .index-hero__actions .lovol-button {
    display: block;
    width: 100%;
  }

  .index-hero__arrows {
    padding-top: 20px;
  }

  .index-hero__counter strong {
    font-size: 50px;
  }

  .index-tech {
    background: #FFF;
    padding-bottom: 0;
  }

  .index-tech-block__switchers {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .index-tech-block__images {
    display: none;
  }

  .index-tech-switcher {
    width: 100%;
    padding: 0 20px;
  }

  .index-tech-switcher:not(:last-child) {
    margin-bottom: 30px;
  }

  .index-tech-switcher__icon {
    padding: 10px;
  }

  .index-tech-switcher__icon svg {
    max-height: 100px;
  }

  .index-tech-switcher-popup {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
  }

  .index-tech-switcher-popup__content {
    padding: 25px;
  }

  .index-news {
    padding-top: 20px;
    background: transparent;
  }

  .index-about {
    padding-bottom: 115px;
    padding-left: 0;
    padding-right: 0;
  }

  .index-about__items {
    flex-wrap: wrap;
    margin: 0;
  }

  .index-about__item {
    margin: 0;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
  }

  .index-about__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
  }

  .single-news-page {
    flex-direction: column;
  }

  .single-news-page__content {
    max-width: 100%;
  }

  .single-news-page__content:not(:last-child) {
    margin-bottom: 30px;
  }

  .single-news-page__content blockquote:not(:last-child) {
    margin-bottom: 20px;
  }

  .single-news-page__content>p:not(:last-child) {
    margin-bottom: 20px;
  }

  .single-news-page__content>h1:not(:last-child),
  .single-news-page__content>h2:not(:last-child),
  .single-news-page__content>h3:not(:last-child),
  .single-news-page__content>h4:not(:last-child),
  .single-news-page__content>h5:not(:last-child),
  .single-news-page__content>h6:not(:last-child) {
    margin-bottom: 20px;
  }

  .single-news-page__image:not(:last-child) {
    margin-bottom: 20px;
  }

  .single-news-page__sidebar {
    margin-left: 0;
    width: 100%;
  }

  .single-news-share__link:not(:last-child) {
    margin-right: 30px;
  }

  .other-news__title {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }

  .other-news-posts__item {
    box-sizing: border-box;
    padding: 0 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .other-news-posts__title {
    font-size: 16px;
  }

  .side-questions-block {
    border: none;
  }

  .side-questions-block__content {
    padding: 10px 0 45px;
  }

  .page-404__title {
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .page-404__title span {
    font-size: 22px;
    padding: 8px 15px;
  }

  .page-404__title span::before {
    width: 45px;
    height: 45px;
    top: -40px;
    margin-left: -23px;
  }

  .page-404__text:not(:last-child) {
    margin-bottom: 30px;
  }

  .page-404__text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .page-404-links__cols {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }

  .page-404-links__col {
    padding: 0;
    text-align: center;
  }

  .page-404-links__col--right {
    padding-top: 20px;
    text-align: center;
  }

  .page-404-links__col ul li:not(:last-child) {
    margin-bottom: 25px;
  }

  .catalog-page-filter {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .catalog-page-filter__title {
    margin: 0 0 15px;
  }

  .catalog-page-grid:not(:last-child) {
    margin-bottom: 40px;
  }

  .catalog-page-text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .search-page-form__inner {
    flex-direction: column;
    align-items: center;
  }

  .search-page-form__term {
    padding-top: 0;
    text-align: center;
  }

  .search-page-form__field {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .search-page-form__field:not(:first-child) {
    margin-top: 35px;
    margin-left: 0;
  }

  .search-page-form__field p {
    margin: 0 0 10px;
  }

  .search-page-form__input {
    width: 100%;
    max-width: 300px;
  }

  .search-page-form__input input {
    width: 100%;
    max-width: 300px;
  }

  .search-results__item {
    padding: 20px 0;
  }

  .search-results__item .breadcrumbs {
    margin-bottom: 5px;
  }

  .search-results__empty {
    text-align: center;
  }

  .search-results__empty span {
    padding: 15px 20px;
  }

  .search-results-item__title {
    margin-bottom: 12px;
  }

  .dealer-page::after {
    width: 432px;
    height: 300px;
    left: 50%;
    margin-top: 20px;
    margin-bottom: -50px;
    margin-left: -236px;
  }

  .dealer-page-contacts {
    margin: 0 0 30px;
    flex-direction: column;
  }

  .dealer-page-contacts__col {
    width: 100%;
    padding: 10px 0;
  }

  .dealer-page-form__cols {
    margin: 0;
    flex-direction: column;
  }

  .dealer-page-form__col {
    padding: 5px 0;
    width: 100% !important;
  }

  .dealer-page-form__agreement {
    margin-top: 15px;
  }

  .dealer-page-form__agreement:not(:last-child) {
    margin-bottom: 20px;
  }

  .service-info__info {
    margin: 0;
    flex-direction: column;
  }

  .service-info__info:not(:last-child) {
    margin-bottom: 30px;
  }

  .service-info__text,
  .service-info__image {
    width: 100%;
    padding: 0 0 30px;
  }

  .service-info__image {
    padding-bottom: 0;
  }

  .product-info {
    padding: 0;
    border: none;
    align-items: flex-start;
  }

  .product-info__part:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-info__part {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .product-info__part--buttons {
    max-width: 100%;
  }

  .product-set {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-set__icon {
    width: 26px;
    height: 26px;
    margin: 0 0 10px;
  }

  .product-cost {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-cost__value:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .product-gallery__thumbs {
    height: auto;
  }

  .product-gallery__thumb {
    width: 50px;
    height: 40px;
  }

  .product-description>p:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-description ul:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-specs-table td,
  .product-specs-table th {
    font-size: 10px;
  }

  .contacts-tabs__scroll {
    overflow: auto;
    padding-bottom: 14px;
  }

  .contacts-tabs__scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .contacts-tabs__scroll::-webkit-scrollbar-thumb {
    background:
      /*#79A800 ADWT.ru*/
      /*#0F6C54*/
#407ec9;
  }

  .contacts-tabs__scroll::-webkit-scrollbar-track {
    background-color: #E1E1E1;
  }

  .contacts-tabs__buttons {
    flex-wrap: nowrap;
  }

  .contacts-map {
    margin: 30px auto;
  }

  .contacts-map__info {
    position: relative;
    right: auto;
    top: auto;
    padding: 15px;
    width: 100%;
    height: auto;
  }

  .contacts-map__map {
    height: 270px;
  }

  .contacts-map__map.js-show-info {
    width: 100%;
  }

  .contacts-cards {
    flex-direction: column;
  }

  .contacts-cards:not(:last-child) {
    margin-bottom: 30px;
  }

  .contacts-cards__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .contacts-cards__title {
    font-size: 14px;
    margin: 0;
  }

  .contacts-cards__scroll {
    flex-shrink: 0;
    margin-left: 20px;
  }

  .contacts-cards__content {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 40px;
  }

  .contacts-accordions {
    padding-top: 20px;
  }

  .contacts-accordions__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .contacts-accordion__toggle {
    padding: 24px 20px;
  }

  .contacts-accordion__toggle span {
    padding-left: 50px;
    font-size: 13px;
  }

  .contacts-accordion__toggle span::before {
    top: -6px;
  }

  .contacts-accordion__content {
    padding-bottom: 35px;
  }

  .contacts-accordion__content>p {
    padding-left: 0;
  }

  .contacts-accordion__content .contacts-card {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop-tabs__item {
    padding: 8px 13px;
    font-size: 14px;
  }

  .mobile-tab-switcher__item {
    padding: 8px 13px;
    font-size: 14px;
  }

  .lovol-footer-top__menu li {
    font-size: 14px;
  }

  .index-page-section {
    padding-top: 22px;
  }

  .index-page-section--about {
    padding-top: 65px;
  }

  .index-hero__actions {
    margin-left: 20px;
  }

  .index-about {
    padding-bottom: 200px;
  }

  .index-about__icon {
    width: 90px;
    height: 90px;
  }

  .single-news-page__sidebar {
    width: 280px;
  }

  .other-news-posts__item {
    padding: 20px;
  }

  .other-news-posts__title {
    font-size: 15px;
  }

  .page-404-links__col ul li {
    font-size: 14px;
  }

  .catalog-page-grid__col {
    width: 33.3333%;
  }

  .search-page-form__field:not(:first-child) {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .content-tab {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .posts-grid--mobile-slick .posts-grid__cols .posts-grid__col {
    margin: 0;
  }

  .posts-grid__col:not(:last-child) {
    margin-bottom: 20px;
  }

  .posts-grid__item {
    border: 1px #8C8C8C solid;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .posts-grid__title {
    font-size: 16px;
  }

  .posts-grid__load {
    display: none;
  }

  .posts-grid__load--show-on-mobile {
    display: block;
    padding-top: 20px;
  }

  .catalog-page-grid__cols {
    margin: 0;
    flex-direction: column;
  }

  .catalog-page-grid__col {
    padding: 0 0 20px;
    width: 100%;
  }

  .catalog-page-grid__more {
    padding-top: 0;
  }

  .catalog-page-item__info {
    padding: 15px 20px;
  }

  .similar-products__col .catalog-page-item {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/local/templates/lovol-rf/assets/css/../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/local/templates/lovol-rf/assets/css/../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(/local/templates/lovol-rf/assets/css/../img/fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}

@media print {

  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .lovol-header__dealer-mobile-link {
    display: none;
  }

  .lovol-header__menu-button {
    display: none;
  }

  .index-hero__image--desktop {
    display: block;
  }

  .index-hero__image--mobile {
    display: none;
  }

  .posts-grid__col:nth-child(-n+3) {
    border-top: 1px #8C8C8C solid;
  }

  .posts-grid__col:nth-child(3n+1) {
    border-left: 1px #8C8C8C solid;
  }

  .posts-grid__col:hover::before {
    opacity: 1;
  }

  .posts-grid__title:hover {
    color: #FFF;
  }

  .posts-grid__title:visited:hover {
    color: #FFF;
  }

  .other-news-posts__col:not(:first-child) {
    margin-top: -1px;
  }

  .other-news-posts__item {
    border: 1px #B5B5B5 solid;
    padding: 48px 20px;
  }

  .other-news-posts__item:hover {
    background-color:
      /*#79A800 ADWT.ru*/
      /*#0F6C54*/
#407ec9;
  }

  .other-news-posts__title::before:hover {
    color: #FFF;
  }

  .other-news-posts__title:visited:hover {
    color: #FFF;
  }
}

@media only screen and (max-width: 1024px) {
  .index-page-section-caption {
    margin-bottom: 30px;
  }

  .index-hero {
    height: 400px;
  }

  .index-hero__controls {
    padding-bottom: 30px;
  }

  .index-hero__dots {
    display: none;
  }

  .index-about__title,
  .index-about__title:visited {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1230px) {
  .index-tech-block__switchers {
    max-width: 900px;
  }

  .index-tech-block__images {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .index-tech-block__switchers {
    /*max-width: 700px;*/
  }

  .index-tech-block__images {
    /*  max-width: 600px;*/
  }

  .index-tech-switcher__title {
    font-size: 16px;
  }

  .index-tech-switcher__icon svg {
    max-width: 200px;
  }

  .dealer-page::after {
    width: 500px;
    height: 347px;
    margin: 20px auto -40px;
  }

  /*
  .index-hero{ margin-top: 0px !important;}
  .lovol-header{ position: relative !important; } */
}

@media only screen and (max-width: 500px) {
  .index-tech-switcher-popup__bottom .lovol-button {
    display: block;
    width: 100%;
  }

  .page-content:first-of-type {
    padding: 0px 20px 0 20px;
  }

  .index-hero {
    margin-top: 0px !important;
  }

  .lovol-header {
    position: relative !important;
  }

  .index-tech-switcher-popup__content {
    /* background: rgb(15,108,84);
      background: linear-gradient(0deg, rgba(15,108,84,1) 0%, rgba(47,157,204,1) 100%);} */
    background: #ededed;
  }

  .lovol-header__logo,
  .lovol-header__wrapper {
    width: 180px;
  }

}

@media only screen and (max-width: 1023px) {
  .index-news__content {
    flex-direction: column;
  }

  .index-news__cards {
    padding-left: 0;
    width: 100%;
  }

  .index-news-tab {
    padding: 8px;
    width: auto;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
  }

  .index-news-tab:first-child {
    margin-left: 20px;
  }

  .index-news-tab:not(:last-child) {
    margin-bottom: 0;
    margin-right: 7px;
  }

  .index-news-tab__image {
    width: 40px;
    height: 40px;
  }

  .index-news-cards__cols {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1023px) {
  .index-news__tabs--mobile {
    display: none;
  }

  .index-news__tabs--desktop {
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1160px) {
  .index-news-tab {
    padding: 15px;
    font-size: 17px;
  }

  .index-news-tab__image {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 601px) {
  .posts-grid__cols {
    display: flex;
    flex-wrap: wrap;
  }

  .posts-grid__col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333333%;
    padding: 4% 2%;
    border-right: 1px #8C8C8C solid;
    border-bottom: 1px #8C8C8C solid;
  }

  .posts-grid__col::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:
      /*#79A800 ADWT.ru*/
      /*#0F6C54*/
#407ec9;
    transition: .3s opacity;
    opacity: 0;
  }

  .similar-products::before,
  .similar-products::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 16px;
    width: 60px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 4;
  }

  .similar-products::before {
    left: 0;
  }

  .similar-products::after {
    right: 0;
    background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }

  .similar-products__area {
    padding-bottom: 40px;
    overflow: auto;
  }

  .similar-products__area::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .similar-products__area::-webkit-scrollbar-thumb {
    background:
      /*#79A800 ADWT.ru*/
      /*#0F6C54*/
#407ec9;
  }

  .similar-products__area::-webkit-scrollbar-track {
    background-color: #E1E1E1;
  }

  .similar-products__grid {
    display: flex;
    align-items: flex-start;
    margin-right: 60px;
  }

  .similar-products__col:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .posts-grid__col {
    width: 50%;
  }

  .posts-grid__col:nth-child(-n+2) {
    border-top: 1px #8C8C8C solid;
  }

  .posts-grid__col:nth-child(2n+1) {
    border-left: 1px #8C8C8C solid;
  }

  .catalog-page-grid__col {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .dealer-page::after {
    position: relative;
    right: auto;
    top: auto;
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .dealer-page::after {
    margin: 20px auto -100px;
  }
}

@media only screen and (max-width: 700px) {
  .accessories-grid {
    flex-direction: column;
    margin: 0;
  }

  .accessories-grid__col {
    width: 100%;
    padding: 10px 0;
  }

  .accessories-grid__image {
    max-width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 1240px) {
  .product-page {
    flex-direction: column-reverse;
  }

  .product-page__gallery {
    width: 100%;
    margin-bottom: 30px;
  }

  .product-page__info {
    width: 100%;
  }

  .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-gallery {
    width: auto;
    padding: 0;
  }

  .product-gallery__arrow {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .product-info__part {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}


.lovol-header-menu__list li a, .lovol-header-menu__list li a:visited {
  font-size: 13px !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main/style.css?17279819641403*/
.lovol-header__menu{
} 

.lovol-header-menu{
}

.lovol-header-menu__list{
}

.lovol-header-menu__item .sub-2 li{
  text-align: center;
}

.lovol-header__menu ul.sub-1{
	/*display:none;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear !important;
    width: 100%;
    list-style: none;
    padding:10px 0 0 0;
    margin:0 0 0 0;
    z-index:1000;
    box-shadow: 6px 12px 11px 0px #3c3c3c78;

}
.lovol-header__menu .link-1:hover ul.sub-1{
	/*display:block;*/
    visibility: visible;
    opacity: 1;
}

.lovol-header__menu .link-1{
	
}

.lovol-header__menu ul.sub-1{
	position:absolute;
	background:#fff;
	width:100%;
	left:0;
}

.lovol-header__menu ul.sub-1 > li > a{
    display: block;
    background: #e0e0e0;
    margin: 0 0 12px 0;
    padding: 3px 18px;
}
.lovol-header__menu ul.sub-1 > li > a::before,
.lovol-header__menu ul.sub-1 li a::before
{
    border-top: none;
}

.lovol-header__menu ul.sub-1 > li{
    margin: 0;
    padding: 0;
}

.lovol-header__menu ul.sub-2{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lovol-header__menu ul.sub-2 span{
    font-size: 12px;
}
.lovol-header__menu ul.sub-2 li{
	display:inline-block;
    padding: 5px 4px 10px 4px;
    text-transform: none;
}

.lovol-header__menu ul.sub-2 li{
	width:100px;
}

.lovol-header__menu ul.sub-2 li img{
	width:100%;
}
/* End */


/* Start:/local/templates/lovol-rf/components/bitrix/menu/lovol-buttom-menu/style.css?1719832054121*/
.footer-menu-item {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* End */


/* Start:/local/templates/lovol-rf/template_styles.css?178523905214622*/
body {}

* {
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header__menu li.naves{
	position:relative;
	
}
.header__menu li.naves .sub-div{
	position:absolute;
	top:0;
	
}
.header__menu li.naves ul{
	width:300px;
	background:#e0e0e0;
	padding:10px;
	display:none;
	margin-top:30px;
}
.header__menu li.naves:hover ul{
	display:block;
}

.header__menu li.naves ul li{
	text-align:left;
	margin-bottom:10px;
}

.header__menu li.naves ul li a::before,.header__menu li.naves:hover a::before{
	display:none;
}
.header__logo {
	width: 157px;
}

.container {
	padding: 0 40px;
}

.header-socials span a{
	font-size:14px;
	color:#000;
	white-space:nowrap;
}

.header {
	padding: 40px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: 1000;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

/* body.bx-panel .header {
	top: 39px;
} */
.main-container {
	margin-top: 129px;
}

.lovol-header-menu__list li a,
.lovol-header-menu__list li a:visited {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
}

.header__search form {
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #BABABA;
}

.header__search form svg {
	width: 24px;
	transition: .2s all ease;
	margin: 10px;
}

.header__search form input {
	transition: .2s all ease;
	padding: 10px;
}

.header__search button[type="submit"] {
	width: 44px;
	transition: .2s all ease;
}

.header__burger {
	display: none;
}

.header {
	transition: .2s all ease;
}

.header.scrolled {
	padding: 10px 40px;
}

.header.scrolled .header__search form input {
	padding: 5px;
}

.header.scrolled .header__search form svg {
	width: 19px;
	margin: 5px
}

.header.scrolled .header__search button[type="submit"] {
	width: 29px;
}

.section-title {
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 80px;
}

.container .breadcrumbs {
	padding-top: 30px;
}


.swiper-slide .catalog__action {
	margin-top: unset;
}

.similar__list .swiper-slide {
	height: auto !important;
}

.similar__list .swiper-slide .catalog__item {
	height: 100%;
}

@media (max-width: 1700px) {
	.lovol-header-menu__list li a, .lovol-header-menu__list li a:visited {
		font-size: 16px;
	}
	.header__search form input {
		width: 100px;
	}

	.lovol-header-menu__item {
		margin: 6px;
	}
}

@media (max-width: 1000px) {
	.section-title {
		color: #000;
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 60px;
	}
}

@media (max-width:1200px) {


	.main-container {
		margin-top: 80px;
	}
	/*280426*/
	.header__burger {
		display: flex;
		flex-direction: column;
		/*height: 14px;
		width: 30px;*/
		justify-content: space-between;
		cursor: pointer;
		font-size: 25px;
		color: #407ec9;
	}

	/*.header__burger:before,
	.header__burger:after,*/
	.header__burger span {
		content: '';
		width: 100%;
		height: 2px;
		background: #7A7A7A;
		transition: .2s all ease;
	}


	.header__burger.active:before {
		transform: rotate(45deg) translate(4px, 4px);
	}

	.header__burger.active:after {
		transform: rotate(-45deg) translate(4px, -4px);
	}

	.header__burger.active span {
		opacity: 0;
	}

	.header__search {
		display: none;
	}

	.header {
		padding: 23px 10px
	}

	.header.scrolled {
		padding: 10px;
	}

	.header__logo {
		width: 124px;
	}

	.header__menu {
		position: fixed;
		background-color: white;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
		top: 80px;
		left: 0;
		z-index: 12;
		padding: 30px 25px;
		transition: .2s all ease;
	}

	/* body.bx-panel .header__menu {
		top: calc(39px + 82px);
	} */

	.lovol-header__menu {
		display: flex;

	}

	.lovol-header__menu .lovol-header-menu__list {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}

	.lovol-header-menu__item {
		margin: 0;
	}

	.header__menu.active {
		transform: translateX(0%);
	}
}

@media (max-width: 768px) {
	#product-video.content-tab.js-active {
		display: flex;
		flex-direction: column;
		gap: 10px;

	}

	#product-video.content-tab iframe {
		max-width: 100% !important;
	}
	.container {
		padding: 0 30px;
	}
}

@media (max-width: 450px) {
	.container {
		padding: 0 10px;
	}
}


.btn {
	border-radius: 10px;
	border: 2px solid #407ec9;
	background: #FFF;
	color: #407ec9;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 20px 40px;
	text-align: center;
}

.btn.primary {
	background: #407ec9;
	border: 2px solid #407ec9;
	color: white;
}

section.advantages {
	margin: 120px 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.advantages__item img {
	width: 100px;
	height: 100px;
	margin-bottom: 25px;
}

.advantages__title {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.advantages__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.advantages__text {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1000px) {
	section.advantages {
		margin: 100px 20px;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 620px) {
	section.advantages {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.advantages__item img {
		margin-bottom: 10px;
	}

	section.advantages {
		margin: 100px 0px;
		gap: 60px;
	}

	.advantages__item {
		gap: 20px;
	}

	.advantages__item img {
		width: 80px;
		height: 80px;
	}

	.advantages__title {
		font-size: 24px;
	}
}

section.about {
	margin: 120px 0;
}

.about-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	align-items: stretch;
}

.about__info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.about__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.about__list-item {
	display: flex;
	align-items: center;
	gap: 30px;
}

.about__list-item img {
	width: 50px;
	height: 50px;
}

.about__list-item {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.about__image {
	display: flex;
	align-items: flex-end;
}

.about__links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 220px;
	margin-top: 120px;
}

.about__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
}

.about__link img {
	height: 75px;
	width: auto
}

.about__link p {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	background-color: white;
	padding: 5px;
	transition: .2s all ease;
	text-align: center;
}

.about__link:hover p {
	background-color: #407ec9;
	color: white;

}

@media (max-width: 1000px) {
	.about-container {
		flex-direction: column;
	}

	.about__links {
		gap: 30px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.about__links {
		grid-template-columns: 1fr;
		gap: 60px;
		margin-top: 60px;
	}

	.about__list-item {
		gap: 20px;
	}

	.about__link p {
		font-size: 24px;
	}

	.about__link img {
		height: 60px;
	}
}

.form {
	background-color: #F1F1F1;
}

.form-container {
	display: flex;
	align-items: center;
	gap: 50px;
}

.form-container {
	padding: 20px 0;
	justify-content: space-between;
}

.form-image {
	margin-top: -150px;
	margin-bottom: -110px;
}

.form-container input[type="tel"],
.form-container input[type="text"] {
	border-radius: 10px;
	border: 1px solid #407ec9;
	padding: 20px 40px;
	background: #FFF;
	color: black;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
}

.form-container input[type="tel"]::placeholder,
.form-container input[type="text"]::placeholder {
	color: #7A7A7A;
}

.form-container form {
	display: flex;
	flex-direction: column;
}

.form-container input[type="text"] {
	margin-bottom: 30px;
}

.form-container input[type="tel"] {
	margin-bottom: 60px;
}

.form-container input[type="submit"] {
	margin-bottom: 25px;
	width: fit-content;
}

.form-disclaimer {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

section.form h2 {
	margin-bottom: 60px;
}

@media (max-width: 1000px) {

	.form-container input[type="tel"],
	.form-container input[type="text"] {
		padding: 20px 30px;
	}

	.form-container {
		flex-direction: column-reverse;
	}

	.form-image {
		margin: -10% 0;
	}

	.form-container {
		padding: 60px 0;
	}

	.form-container input[type="submit"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.form-container input[type="text"] {
		margin-bottom: 15px;
	}

	.form-container input[type="tel"] {
		margin-bottom: 40px;
	}

}

.faq {
	margin: 120px 0;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0 40px;
}

.faq__item {
	width: 100%;
	border-bottom: 1px solid #F1F1F1;


}

.faq__item:nth-child(1) {
	border-top: 1px solid #F1F1F1;
}

.faq__item .faq__answer {
	opacity: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
	transition: .2s all ease;
	margin-bottom: 0;

}

.faq__item.active .faq__answer {
	opacity: 1;
	height: fit-content;
	overflow: visible;
	margin-bottom: 45px;
	pointer-events: all;
}

.faq__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	padding: 37px 0;
}

.faq__item h4 {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.faq__answer p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.faq__question img {
	transition: .2s all ease;
}

.faq__question:hover img {
	transform: scale(1.1);
}

.faq__item.active img {
	transform: rotate(180deg);
}

.faq__item.active:hover img {
	transform: rotate(180deg) scale(1.1);
}

@media (max-width: 768px) {
	.faq__list {
		margin: 0;
	}

	.faq__question {
		padding: 30px 0;
	}

	.faq__item.active .faq__answer {
		margin-bottom: 30px;
	}

	.faq__question img {
		width: 40px;
	}

	.faq__item h4 {
		font-size: 24px;
	}
}

.footer {
	background: #D9D9D9;
	padding: 80px 40px;
	margin-top: 60px;
}

.footer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.footer__menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 50%;
}

.footer__logo {
	width: 157px;
	display: block;
}

.button {
	padding: 21px 50px;
	gap: 10px;
	border-radius: 10px;
	background: #407ec9;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: .2s all ease;
}

.button:hover {
	opacity: .7;
}

.footer__action {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.footer__meta {
	display: flex;
	flex-direction: column;
}

.footer__footer a,
.footer__copytight,
.footer__meta a,
.footer__meta span {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer__meta span {
	margin-top: 20px;
}

.footer__logo {
	margin-bottom: 50px;
}

.footer__header {
	margin-bottom: 40px;
}

.footer__footer {
	display: flex;
	width: 66%;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.footer__footer a {
	text-transform: uppercase;
}

.footer__search {
	border-radius: 10px;
	border: 1px solid #7C7C7C;
	background: #FFF;
}

.footer__search form {
	display: flex;
}

.footer__search form button,
.footer__search form svg {
	width: 24px;
	display: block;
}

.footer__search form button {
	margin: 13px 16px 13px 0;
}

.footer__search form {
	padding-left: 16px;
}

@media (max-width: 1200px) {

	.footer__search form,
	.footer__search form input,
	.footer__action {
		width: 100%;
	}

	.footer__footer {
		width: 100%;
	}

	.footer {
		padding: 60px 10px;
	}

	.footer__meta {
		align-items: center;
	}

	.footer__footer,
	.footer__header {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer__menu {
		width: fit-content;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer__footer span {
		margin-bottom: 34px;
	}

	.footer__action,
	.footer__footer {
		gap: 20px;
	}
}


#panel {
	z-index: 10000;
	position: relative;
}

@media (max-width: 1470px) {
	.lovol-header-menu__list li a{
		font-size: 14px;
	}
}
@media (max-width: 1386px) {
	.lovol-header-menu__item {
		margin: 6px 4px;
	}
}

.lovol-button {
	background: #407ec9;
}

.naves__list .catalog__price {
	display: none !important;
}

.naves__list .catalog__action {
	margin-top: auto;
}


h2.section-title{
	font-size:26px;
	margin-bottom:0px;
}


.contact-list{
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    align-items: stretch;
}

.contact-list .contact-item
{
	width: 29% !important;
    margin: 2%;
    padding:20px;
    margin-bottom: 30px;
    display:block;
    color:#000;
    border:solid 1px #f2f2f2;
    line-height:1.3em;
}

.contact-list .contact-item.one
{
	width: 46% !important;
    margin: 2%;
    padding:20px;
    margin-bottom: 30px;
    display:block;
    color:#000;
    border:solid 1px #f2f2f2;
    line-height:1.3em;
}

@media screen and (max-width: 1000px) {
	.contact-list .contact-item {
		width:46% !important;
	}
}


@media screen and (max-width: 600px) {
	.contact-list .contact-item {
		width:100% !important;
		margin-bottom:40px;
	}
}

.contact-list .contact-item .name{
	display:block;
	font-size:22px;
	margin-bottom:10px;
}

.contact-list .contact-item .dol{
	display:block;
	margin-bottom:10px;
}

.contact-list .contact-item .phone{
	display:block;
	margin-bottom:10px;
	margin-top:20px;
}

.contact-list .contact-item .phone a{
	color:#000;
	font-weight:bold;
}

.contact-list .contact-item .email{
	display:block;
	margin-bottom:10px;
}

.contact-list .contact-item .email a{
	color:#000;
	font-weight:bold;
}


.top-search{
  position: relative;
}
.top-search--form{
   display: none;
    position: absolute;
    top: 100%;
    right: 0;
}
.top-search--form form{
	display: flex;
    padding: 13px 20px;
    background: #efefef;
    border-radius: 6px;
}
.top-search--form form input{
    display: block;
    background: #fff;
    border: solid 1px #ccc;
    padding: 6px 12px;
    margin-right: px;
    border-radius: 4px;
}
.top-search--form form button{
	display: block;
    background: #005bff;
    border: solid 1px #efefef;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 16px;
}
}
/* End */
/* /local/templates/lovol-rf/css/reset.css?17198320541084 */
/* /local/templates/lovol-rf/assets/css/main.css?1752060635141585 */
/* /local/templates/.default/components/bitrix/menu/main/style.css?17279819641403 */
/* /local/templates/lovol-rf/components/bitrix/menu/lovol-buttom-menu/style.css?1719832054121 */
/* /local/templates/lovol-rf/template_styles.css?178523905214622 */
