/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Conv_MuseoSansCyrl-100';
  src: url('../fonts/MuseoSansCyrl-100.eot'), url('../fonts/MuseoSansCyrl-100.woff') format('woff'), url('../fonts/MuseoSansCyrl-100.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_MuseoSansCyrl-300';
  src: url('../fonts/MuseoSansCyrl-300.eot'), url('../fonts/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_MuseoSansCyrl-500';
  src: url('../fonts/MuseoSansCyrl-500.eot'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_MuseoSansCyrl-700';
  src: url('../fonts/MuseoSansCyrl-700.eot'), url('../fonts/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
img {
  max-width: 100%;
}
input,
select,
textarea,
button {
  outline: none;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font: 16px/21px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #000000;
  background: #fafafa;
}
a {
  color: #4F4F4F;
}
img {
  max-width: 100%;
}
strong {
  font-weight: 700;
}
input::-ms-clear {
  display: none;
}
::-webkit-input-placeholder {
  color: #212833;
}
::-moz-placeholder {
  color: #212833;
}
:-ms-input-placeholder {
  color: #212833;
}
:-moz-placeholder {
  color: #212833;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
textarea {
  font-size: 16px;
  padding: 10px 10px 10px 14px;
}
@supports (-webkit-overflow-scrolling: touch) {
  textarea,
  input[type="text"],
  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  body {
    -webkit-text-size-adjust: none;
  }
}
input,
select,
textarea,
button {
  outline: none;
}
input,
select,
textarea {
  font-size: 16px;
}
._gray-bg-section {
  background: #f0f0f0;
}
._lightgray-bg-section {
  background: #f7f7f7;
}
._align-center {
  text-align: center;
}
.q-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.q-footer {
  margin-top: auto;
}
.q-inner {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.q-content {
  padding: 50px 0 70px;
}
/* header */
.q-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0;
  z-index: 100;
}
.q-header,
.q-header a {
  color: #fff;
}
.q-header .q-inner {
  max-width: 1760px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.q-header__menu {
  position: relative;
}
.q-header__menu li,
.q-header__menu li a {
  color: #fff;
}
.q-header__menu li {
  font: 16px/22px "Conv_MuseoSansCyrl-100", sans-serif;
  display: inline-block;
  margin: 10px 25px;
}
.q-header__menu li a {
  text-decoration: none;
  transition: color 300ms linear;
  position: relative;
}
.q-header__menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 2px;
  background-color: #72af32;
  transition: width .2s ease;
}
.q-header__menu li a:hover {
  color: #72AF32;
}
.q-header__menu li a:hover::before {
  width: 100%;
  visibility: visible;
}
.q-header__menu-toggle-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 300ms;
  display: none;
}
.q-header__menu-toggle-icon svg {
  width: 6px;
  fill: #72af32;
  transform: rotate(90deg);
}
._opened-mobile .q-header__menu-toggle-icon {
  transform: rotate(180deg);
}
.q-header__submenu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 25px;
  display: none;
}
._opened-submenu .q-header__submenu,
._opened-mobile .q-header__submenu {
  display: block;
}
._opened-mobile .q-header__submenu {
  position: static;
}
.q-header__submenu-title {
  display: block;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  padding: 0 0 25px;
}
.q-header__submenu ul {
  width: 560px;
  column-count: 2;
}
.q-header__submenu li {
  width: 50%;
  margin: 0 0 15px;
}
.q-header__search-btn,
.q-header__order-btn {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.q-header__search-btn > * {
  pointer-events: none;
}
.q-header__order-btn {
  margin-left: 8px;
  display: none;
}
.q-header__order-btn svg {
  pointer-events: none;
}
.q-header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 20px;
}
.q-header__contacts-work-time,
.q-header__contacts-phone {
  white-space: nowrap;
}
.q-header__contacts-work-time {
  letter-spacing: 0.02em;
  color: #FAFAFA;
  margin: 0 0 4px;
}
.q-header__contacts-phone {
  font: 16px/22px "Conv_MuseoSansCyrl-300", sans-serif;
  text-decoration: none;
  letter-spacing: 0.02em;
  margin: 0 0 9px;
}
.q-header__contacts-callback {
  font: 12px/16px "Conv_MuseoSansCyrl-700", sans-serif;
  color: #72AF32;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
}
.q-header__contacts-callback::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 2px;
  background-color: #72af32;
  transition: width .2s ease;
}
.q-header__contacts-callback:hover::before {
  width: 100%;
  visibility: visible;
}
.q-logo {
  flex-shrink: 0;
}
.q-logo img {
  display: block;
}
.q-simple-header {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.q-simple-header._sm {
  min-height: 115px;
}
.q-simple-header._sm .q-header {
  display: flex;
  height: 100%;
  padding: 0;
}
.q-simple-header > .q-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 316px;
  padding-top: 160px;
  padding-bottom: 15px;
}
.q-simple-header__title {
  font: 48px/54px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #fff;
}
.q-simple-header__text {
  max-width: 590px;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  padding: 110px 0 76px;
}
.q-breadcrumbs {
  margin-top: 24px;
}
.q-breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  font: 14px/17px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  position: relative;
  margin: 0 17px 0 0;
}
.q-breadcrumbs ul li::before {
  width: 3px;
  height: 5px;
  background: url(../img/arrow-breadcrumbs.svg) no-repeat;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -2px;
  content: "";
}
.q-breadcrumbs ul li:last-child {
  margin-right: 0;
}
.q-breadcrumbs ul li:last-child::before {
  display: none;
}
.q-breadcrumbs ul li a {
  color: #72AF32;
  text-decoration: none;
  letter-spacing: 0.03em;
  position: relative;
}
.q-breadcrumbs ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 1px;
  background-color: #72af32;
  transition: width .2s ease;
}
.q-breadcrumbs ul li a:hover::before {
  width: 100%;
  visibility: visible;
}
.q-simple-header::after,
.q-header__with-slider::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
}
._opened-search .q-simple-header,
._opened-search .q-header__with-slider {
  overflow: hidden;
}
._opened-search .q-simple-header > *:not(.q-header-search__container),
._opened-search .q-header__with-slider > *:not(.q-header-search__container) {
  filter: blur(10px);
}
._opened-search .q-header-search__container,
._opened-search .q-simple-header::after,
._opened-search .q-header__with-slider::after {
  opacity: 1;
  pointer-events: auto;
}
.q-header-search {
  min-width: 1030px;
  margin: 0 auto;
}
.q-header-search__container {
  width: 100%;
  max-width: 1760px;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 20px;
  z-index: 10002;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms linear;
}
.q-header__with-slider .q-header-search__container {
  align-items: flex-start;
  padding-top: 200px;
}
.q-header-search__title {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 0 0 20px;
}
.q-header-search__form {
  display: flex;
}
.q-header-search__form-label,
.q-header-search__form-input {
  width: 100%;
}
.q-header-search__form-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}
.q-header-search__form-input {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #141414;
  border: none;
  height: 30px;
  margin-top: 13px;
}
.q-header-search__form-input-area {
  flex: 1;
  padding: 10px 30px;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
}
.q-header-search__form-button {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  margin-right: -1px;
  padding: 25px 67px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  cursor: pointer;
  display: block;
  margin: 0;
  border-radius: 0px 2px 2px 0px;
}
.q-header-search__form-button::before,
.q-header-search__form-button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(135deg, #72af32 0, #4b9b3f 100%);
  transition: opacity .2s ease;
}
.q-header-search__form-button::after {
  z-index: -1;
  background: linear-gradient(135deg, #4b9b3f 0, #72af32 100%);
  opacity: 0;
  visibility: hidden;
}
.q-header-search__form-button:hover::after {
  opacity: 1;
  visibility: visible;
}
.q-header-search__close-btn {
  position: absolute;
  top: 33px;
  right: 20px;
  cursor: pointer;
}
.q-fancybox-popup {
  display: none;
  background-color: #fafafa;
}
.q-wrapper::before {
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1000;
  opacity: 0;
  transition: opacity 100ms ease;
  pointer-events: none;
}
._submenu-visible .q-wrapper::before {
  opacity: 1;
  pointer-events: auto;
  height: 200vh;
}
._submenu-visible  .q-header {
  z-index: 1010;
}
/* end of header */
.q-footer__cols {
  display: flex;
}
.q-footer__col:first-child {
  width: 59%;
}
.q-footer__col._social-buttons-col {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.q-footer__top {
  padding: 50px 0 58px;
}
.q-footer__menu-title {
  display: block;
  font: 16px/19px "Conv_MuseoSansCyrl-500", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #72AF32;
  padding-bottom: 27px;
}
.q-footer__menus {
  display: flex;
}
.q-footer__menus ul {
  margin-right: 48px;
}
.q-footer__menus ul li {
  font: 16px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  margin-bottom: 10px;
}
.q-footer__menus ul li:last-child {
  margin-bottom: 0;
}
.q-footer__menus ul li,
.q-footer__menus ul li a {
  color: #989898;
}
.q-footer__menus ul li a {
  text-decoration: none;
  transition: color 300ms linear;
}
.q-footer__menus ul li a:hover {
  color: #72AF32;
}
.q-footer__middle {
  margin-bottom: 50px;
}
.q-footer__bottom {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  color: #989898;
  padding: 22px 0;
}
.q-footer__bottom .q-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.q-footer__bottom a {
  text-decoration: none;
}
.q-footer__copyright {
  display: flex;
}
.q-footer__copyright p {
  min-width: 250px;
}
.q-footer__copyright > * {
  margin-right: 24px;
}
.q-footer__who-is,
.q-footer__who-is a {
  color: #72AF32;
}
.q-footer__who-is {
  margin-left: 40px;
}
.q-footer__who-is a {
  position: relative;
}
.q-footer__who-is a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 1px;
  background-color: #72AF32;
  transition: width .2s ease;
}
.q-footer__who-is a:hover::before {
  width: 100%;
  visibility: visible;
}
.q-footer__contacts {
  font: 14px/22px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #989898;
  padding: 40px 0;
}
.q-footer__contacts .q-inner {
  display: flex;
}
.q-footer__contacts-info {
  flex: 1;
}
.q-footer__contacts a {
  text-decoration: none;
}
.q-footer__btn-up {
	width: 104px;
    height: 104px;
    background: linear-gradient(
107.75deg
, #72AF32 0%, #4B9B3F 100%);
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    margin-top: -52px;
    font: 13px/16px "Conv_MuseoSansCyrl-500", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 0 rgb(0 0 0 / 40%);
    z-index: 11;
    transition: box-shadow 300ms;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.q-footer__btn-up_visible {
	opacity: 1;
	visibility: visible;
}
.q-footer__btn-up:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.q-footer__btn-up svg {
  margin-bottom: 11px;
}
.q-footer__btn-up > * {
  position: relative;
  z-index: 2;
}
.q-footer__btn-up::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-footer__btn-up:hover::before {
  opacity: 1;
}
._gray-link {
  color: #989898;
  opacity: 0.5;
  position: relative;
}
._gray-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 1px;
  background-color: #989898;
  transition: width .2s ease;
  opacity: 0.5;
}
._gray-link:hover::before {
  width: 100%;
  visibility: visible;
}
.q-whatsapp-btn,
.q-telegram-btn {
  font: 14px/17px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 19px 20px 19px 24px;
  opacity: 1;
  transition: opacity 300ms, box-shadow 300ms;
}
.q-whatsapp-btn:hover,
.q-telegram-btn:hover {
  opacity: 0.9;
}
.q-whatsapp-btn svg,
.q-telegram-btn svg {
  margin-right: 14px;
}
.q-whatsapp-btn {
  background: #4CAF50;
  margin-right: 10px;
  box-shadow: 0 8px 10px rgba(22, 134, 21, 0);
}
.q-whatsapp-btn:hover {
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
  opacity: 0.9;
}
.q-telegram-btn {
  background: #33A9DE;
  box-shadow: 0 8px 10px rgba(51, 169, 222, 0);
}
.q-telegram-btn:hover {
  box-shadow: 0 8px 20px rgba(51, 169, 222, 0.4);
  opacity: 0.9;
}
.q-footer__logo img {
  display: block;
}
.q-custom-checkbox {
  display: inline-block;
}
.q-custom-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.q-custom-checkbox__label {
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 30px;
  position: relative;
  display: inline-block;
}
.q-custom-checkbox__label::before {
  width: 16px;
  height: 16px;
  background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
}
.q-custom-checkbox [type="radio"] + label::before {
  border-radius: 50%;
}
.q-custom-checkbox [type="checkbox"]:checked + label::after,
.q-custom-checkbox [type="checkbox"]:checked + input + label::after {
  width: 8px;
  height: 6px;
  background: url(../img/arrow-checkbox.svg) no-repeat;
  left: 4px;
  top: 7px;
  position: absolute;
  content: "";
}
.q-custom-checkbox [type="radio"]:checked + label::after {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
  content: "";
}
.q-header__with-slider {
  position: relative;
}
.q-main-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  opacity: 1;
  transition: opacity 300ms linear;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  transition: background 300ms linear;
}
.q-main-slider__arrow.swiper-button-disabled {
  background: rgba(250, 250, 250, 0.25);
  cursor: default;
}
.q-main-slider__arrow._prev-arrow {
  left: 98px;
}
.q-main-slider__arrow._prev-arrow svg {
  margin-left: -2px;
}
.q-main-slider__arrow._next-arrow {
  right: 98px;
}
.q-main-slider__arrow._next-arrow svg {
  margin-right: -2px;
}
.q-main-slide {
  background-size: cover;
  background-position: top center;
}
.q-main-slide,
.q-main-slide a {
  color: #fff;
}
.q-main-slide__title {
  display: block;
}
.q-main-slide__info {
  max-width: 700px;
}
.q-main-slide__info ul {
  padding-bottom: 70px;
}
.q-main-slide__info ul li {
  font: 24px/30px "Conv_MuseoSansCyrl-100", sans-serif;
  position: relative;
  padding: 0 0 43px 36px;
}
.q-main-slide__info ul li:last-child {
  padding-bottom: 0;
}
.q-main-slide__info ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
.q-main-slide__title {
  display: block;
  font: 72px/84px "Conv_MuseoSansCyrl-100", sans-serif;
  margin-bottom: 64px;
}
.q-main-slide__link {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 19px 62px;
  background: linear-gradient(93.24deg, #72AF32 0%, #4B9B3F 99.7%);
  border-radius: 2px;
}
.q-main-slide__link > * {
  position: relative;
  z-index: 2;
}
.q-main-slide__link::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%), #F8F8F8;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
  border-radius: 2px;
}
.q-main-slide__link:hover::before {
  opacity: 1;
}
.q-main-slide .q-inner {
  position: relative;
  min-height: 970px;
  padding: 179px 410px 81px 0;
  display: flex;
  align-items: center;
}
.q-thumbs-slider__container {
  background: #fff;
  width: calc(100% - 420px);
  position: absolute;
  left: 420px;
  bottom: 0;
  z-index: 10;
}
.q-thumbs-slider__container::after {
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
}
.q-thumbs-slider__item {
  width: 262px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  color: #333;
  cursor: pointer;
  transition: background 300ms linear;
}
.q-thumbs-slider__item::before {
  position: absolute;
  width: 151px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  border-radius: 0 2px 2px 0;
  content: "";
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-thumbs-slider__item.swiper-slide-thumb-active {
  background: #FAFAFA;
}
.q-thumbs-slider__item.swiper-slide-thumb-active::before {
  opacity: 1;
}
.q-thumbs-slider__item-img {
  flex-shrink: 0;
  margin-right: 16px;
}
.q-thumbs-slider__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.q-thumbs-slider__item-title {
  font: 10px/16px "Conv_MuseoSansCyrl-700", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.q-thumbs-slider__item-text {
  font: 14px/18px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #333333;
  overflow: hidden;
  max-height: 38px;
}
.q-thumbs-inner {
  position: relative;
}
.q-header-form {
  position: absolute;
  right: 0;
  bottom: 175px;
  width: 402px;
  background: #F0F0F0 url(../img/icon-form-phone.svg) top right no-repeat;
  padding: 56px 52px 32px 60px;
  z-index: 110;
  min-height: 507px;
  color: #141414;
  border-radius: 2px;
}
.q-header-form__title,
.q-header-form__subtitle {
  display: block;
  letter-spacing: 0.02em;
  color: #141414;
}
.q-header-form__title {
  font: 30px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 21px;
}
.q-header-form__subtitle {
  font: 20px/32px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 54px;
}
.q-header-form__subtitle a {
  color: #72AF32;
  text-decoration: none;
}
.fancybox-content {
  max-width: 880px;
  padding: 50px 70px;
}
.fancybox-container .q-callback-form {
  min-width: 740px;
}
.q-callback-form__input-container {
  position: relative;
  padding: 10px 20px 10px 30px;
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  margin-bottom: 30px;
}
.q-additional-services__form .q-callback-form__input-container {
  margin-bottom: 20px;
}
.q-callback-form__input-wrapper {
  position: relative;
}
.q-callback-form__input,
.q-callback-form__textarea {
  border: none;
  width: 100%;
  padding: 14px 0 5px;
}
.q-callback-form__input:focus + label,
.q-callback-form__textarea:focus + label,
.q-callback-form__input:not(:placeholder-shown) + label,
.q-callback-form__textarea:not(:placeholder-shown) + label {
  zoom: 0.7;
  top: -7px;
  opacity: 0;
}
.q-callback-form__textarea {
  width: 100% !important;
  height: 141px;
}
.q-callback-form__label {
  position: absolute;
  top: 5px;
  left: 0;
  pointer-events: none;
  zoom: 1;
  transition: top 300ms, zoom 300ms;
}
.q-callback-form__label,
.q-callback-form__input {
  font: 16px/24px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-callback-form__required-mark {
  color: #EE3224;
}
.q-callback-form__button {
  width: 100%;
  border: 1px solid #72AF32;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: 14px/17px "Conv_MuseoSansCyrl-700", sans-serif;
  color: #72AF32;
  text-transform: uppercase;
  margin-bottom: 39px;
  padding: 20px 10px;
  background: transparent;
  box-shadow: 0 8px 20px rgb(22, 134, 21,  0);
  transition: border 300ms, background 300ms, border 300ms, coolor 300ms;
}
.q-callback-form__button:hover {
    border-color: #72af32;
    background-color: #72af32;
    box-shadow: 0 8px 20px rgb(22, 134, 21,  0.4);
    color: #fff;
}
.q-callback-form__notice,
.q-callback-form__notice a {
  color: #ADADAD;
}
.q-callback-form__notice {
  font: 13px/20px "Conv_MuseoSansCyrl-300", sans-serif;
  text-align: center;
  letter-spacing: 0.02em;
}
.q-callback-form-button {
  height: 58px;
}
.q-callback-form__sm-button {
  height: 58px;
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%);
  position: relative;
  border: none;
  cursor: pointer;
  font: 13px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0 29px;
  box-shadow: 0 0 0 rgba(22, 134, 21, 0.4);
  transition: box-shadow 300ms;
}
.q-callback-form__sm-button > * {
  position: relative;
  z-index: 2;
}
.q-callback-form__sm-button::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-callback-form__sm-button:hover {
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
}
.q-callback-form__sm-button:hover::before {
  opacity: 1;
}
.q-callback-form__row._double-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
.q-callback-form__row._submit-row {
  padding-top: 16px;
}
.q-header-form__success {
  text-align: center;
}
.q-header-form__success-img {
  max-width: 80%;
}
.q-header-form__success-title {
  display: block;
  font-size: 23px;
  line-height: 30px;
  padding-top: 20px;
}
.q-subscribe {
  background: #F0F0F0;
  padding: 14px 0;
}
.q-subscribe .q-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.q-subscribe__title {
  font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  color: #141414;
  max-width: 340px;
}
.q-subscribe__form {
  display: flex;
  align-items: flex-end;
}
.q-subscribe__form-label,
.q-subscribe__form-input {
  width: 100%;
}
.q-subscribe__form-input-area {
  margin-right: 20px;
  position: relative;
}
.q-subscribe__form-input-area-wrapper {
  position: relative;
}
.q-subscribe__form-label {
  font: 12px/14px "Conv_MuseoSansCyrl-100", sans-serif;
  letter-spacing: 0.03em;
  color: #989898;
  padding: 0 19px 6px;
  display: block;
}
.q-subscribe__form-input {
  min-width: 405px;
  background: #fff;
  border: none;
  font: 16px/24px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #141414;
  padding: 16px 19px;
}
.q-subscribe__form-input,
.q-subscribe__form-button {
  height: 83px;
}
.q-subscribe__form-button {
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%);
  position: relative;
  border: none;
  cursor: pointer;
  font: 13px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0 29px;
  box-shadow: 0 0 0 rgba(22, 134, 21, 0.4);
  transition: box-shadow 300ms;
}
.q-subscribe__form-button > * {
  position: relative;
  z-index: 2;
}
.q-subscribe__form-button::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-subscribe__form-button:hover {
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
}
.q-subscribe__form-button:hover::before {
  opacity: 1;
}
.q-subscribe__img {
  margin-right: -20px;
}
.result_subscribe {
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 20px;
  margin-top: 6px;
  pointer-events: none;
}
.result_subscribe.error {
  color: #ee3224;
}
.q-news-and-reviews {
  padding: 50px 0;
}
.q-news-and-reviews__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #212833;
  text-align: center;
  margin-bottom: 51px;
}
.q-news-and-reviews__content {
  display: flex;
  margin: 0 -10px;
}
.q-news-and-reviews__col {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.q-news-and-reviews__row {
  display: flex;
  margin-bottom: 20px;
}
.q-news-and-reviews__row._double-cols {
  margin-left: -10px;
  margin-right: -10px;
}
.q-news-and-reviews__row._double-cols .q-news-and-reviews__item {
  width: calc(50% - 10px);
  margin: 0 10px;
}
.q-news-and-reviews__row .q-news-and-reviews__item {
  padding-top: calc(52.5% - 15px);
}
.q-news-and-reviews__item {
  background-size: cover;
  position: relative;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease;
  display: inline-block;
  width: 100%;
  border-radius: 2px;
}
.q-news-and-reviews__item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-news-and-reviews__item:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}
.q-news-and-reviews__item._lg-item {
  padding-top: 105%;
}
.q-news-and-reviews__item._green-item {
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%);
}
.q-news-and-reviews__item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 39px 37px 40px;
  display: flex;
  flex-direction: column;
}
._lg-item .q-news-and-reviews__item-content {
  width: 65%;
  height: 48%;
  background: #fff;
}
.q-news-and-reviews__item-date {
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #72AF32;
  opacity: 0.8;
}
._lg-item .q-news-and-reviews__item-date {
  margin-bottom: 10px;
}
._green-item .q-news-and-reviews__item-date {
  color: #C4EC99;
  opacity: 0.8;
}
.q-news-and-reviews__item-text {
  font: 20px/30px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
  margin-top: auto;
}
._lg-item .q-news-and-reviews__item-text {
  color: #212833;
}
.q-news-and-reviews__footer {
  text-align: center;
  padding-top: 44px;
}
.q-news-and-reviews__footer a {
  font: 14px/26px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.q-news-and-reviews__footer a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 2px;
  background-color: #72af32;
  transition: width .2s ease;
}
.q-news-and-reviews__footer a:hover::before {
  width: 100%;
  visibility: visible;
}
.q-news-and-reviews__footer a svg {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -12px;
  margin-top: -1px;
}
.q-ask-question {
  margin-top: 103px;
}
.q-catalog__list + .q-ask-question {
  margin-top: 70px;
}
.q-ask-question__left-part,
.q-ask-question__right-part {
  width: 50%;
}
.q-ask-question__left-part {
  padding-right: 50px;
}
.q-ask-question__right-part {
  padding-left: 200px;
  text-align: right;
}
.q-ask-question__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F0F0F0;
  padding: 56px 57px;
  position: relative;
  border-radius: 2px 2px 0px 0px;
}
.q-ask-question__header::after {
  content: "";
  width: 2px;
  height: 29px;
  background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -1px;
}
.q-ask-question__title {
  font: 26px/31px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #141414;
}
.q-ask-question__expert {
  width: 74px;
  height: 74px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.q-ask-question__expert-avatar-container {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.q-ask-question__expert-avatar {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.q-ask-question__expert-info {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.q-ask-question__expert-name {
  font: 20px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #141414;
  margin-bottom: 2px;
}
.q-ask-question__expert-category {
  color: #6A6A6A;
}
.q-ask-question__button {
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%);
  position: relative;
  border: none;
  cursor: pointer;
  font: 13px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 20px 29px;
  box-shadow: 0 0 0 rgba(22, 134, 21, 0.4);
  transition: box-shadow 300ms;
}
.q-ask-question__button > * {
  position: relative;
  z-index: 2;
}
.q-ask-question__button::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-ask-question__button:hover {
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
}
.q-ask-question__button:hover::before {
  opacity: 1;
}
.q-ask-question__content {
  border: 2px solid #f0f0f0;
  border-top: none;
  text-align: center;
  padding: 50px;
  border-radius: 0px 0px 2px 2px;
}
.q-ask-question__content-info {
  width: 100%;
  max-width: 827px;
  font: 24px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #72AF32;
  margin: 0 auto;
}
.q-trust-us {
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}
.q-trust-us__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  padding-bottom: 42px;
}
.q-trust-us__text {
  max-width: 630px;
  font: 14px/26px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 43px;
}
.q-trust-us__logos-scroll {
  width: calc(100vw - (100vw - 1250px)/2 - 10px);
  margin-bottom: 31px;
  white-space: nowrap;
}
.q-trust-us__logos-title {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.q-trust-us__logo {
  margin-right: 6px;
  border-radius: 2px;
}
.q-trust-us__button {
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  font: 13px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 28px;
  display: inline-block;
  background: transparent;
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0);
  transition: all 300ms;
}
.q-trust-us__button:hover {
  border-color: #72af32;
  background-color: #72af32;
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
}
.q-info-block {
  padding: 100px 0;
}
.q-info-block .q-inner {
  display: flex;
  align-items: flex-start;
}
.q-info-block__info {
  max-width: 500px;
}
.q-info-block__img {
  flex-shrink: 0;
  margin-left: auto;
  width: 510px;
}
.q-info-block__title,
.q-info-block__subtitle {
  display: block;
}
.q-info-block__title {
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.q-info-block__subtitle {
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #212833;
  margin-bottom: 20px;
}
.q-info-block__text {
  font: 14px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 31px;
}
.q-info-block__text p {
  margin-bottom: 15px;
}
.q-info-block__button {
  display: inline-block;
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%);
  position: relative;
  border: none;
  cursor: pointer;
  font: 13px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 20px 29px;
  box-shadow: 0 0 0 rgba(22, 134, 21, 0.4);
  transition: box-shadow 300ms;
}
.q-info-block__button > * {
  position: relative;
  z-index: 2;
}
.q-info-block__button::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-info-block__button:hover {
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
}
.q-info-block__button:hover::before {
  opacity: 1;
}
.q-catalog {
  padding: 50px 0 100px;
}
.q-catalog-inner {
  padding: 70px 0;
}
.q-catalog__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #212833;
  margin-bottom: 30px;
}
.q-catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.q-catalog__item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.03);
  transition: box-shadow 300ms;
  border-radius: 2px;
}
.q-catalog__item:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.q-catalog__item-content {
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 252px;
  padding: 35px 37px;
  display: block;
  cursor: default;
}
.q-catalog__item-title {
  display: block;
  max-width: 260px;
  font: 24px/32px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #141414;
}
.q-catalog__item-footer {
  border-top: 1px solid #E9E9E9;
  display: block;
}
.q-catalog__item-link {
  font: 14px/26px "Conv_MuseoSansCyrl-500", sans-serif;
  padding: 26px 37px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #72AF32;
  text-decoration: none;
  display: block;
  position: relative;
  background: transparent;
  transition: background 200ms ease;
}
.q-catalog__item-link span {
  left: 0;
  position: relative;
  transition: left 200ms ease;
}
.q-catalog__item-link:hover {
  background-color: #fbfbfb;
}
.q-catalog__item-link:hover span {
  left: 15px;
}
.q-catalog__item-link svg {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -4px;
}
.q-catalog__item-link svg path {
  transition: fill 300ms;
}
.q-trade {
  background: linear-gradient(258.03deg, #1E2229 32.21%, #2C4759 139.46%);
  color: #fff;
  overflow: hidden;
}
.q-trade .q-inner {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
.q-trade__title {
  display: block;
  max-width: 600px;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  padding-bottom: 27px;
}
.q-trade__text {
  max-width: 500px;
  font: 14px/22px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #989898;
  padding-bottom: 82px;
}
.q-trade__regions {
  width: 100%;
  max-width: 414px;
  column-count: 2;
  position: relative;
  z-index: 2;
  padding: 35px 0 0;
}
.q-trade__regions::before,
.q-trade__regions::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
}
.q-trade__regions::after {
  width: 141px;
  background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  z-index: 2;
}
.q-trade__regions::before {
  width: 333px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.q-trade__region {
  display: block;
  vertical-align: top;
  font: 14px/16px "Conv_MuseoSansCyrl-100", sans-serif;
}
.q-trade__region-inner {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  color: #989898;
  transition: color 300ms linear;
}
.q-trade__region-inner._active-item {
  color: #fff;
}
.q-trade__map-zoom {
  position: absolute;
  right: 20px;
  bottom: 83px;
}
.q-trade__map-zoom-button {
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  cursor: pointer;
  overflow: hidden;
}
.q-trade__map-zoom-button::before {
  border-radius: 50%;
}
.q-trade__map-zoom-button > * {
  position: relative;
  z-index: 2;
}
.q-trade__map-zoom-button::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%), #F8F8F8;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-trade__map-zoom-button:hover::before {
  opacity: 1;
}
.q-trade__map-zoom-button._minus-btn,
.q-trade__map-zoom-button._plus-btn {
  margin-left: 5px;
}
.q-trade__map-zoom-button._minus-btn span,
.q-trade__map-zoom-button._plus-btn span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.q-trade__map-zoom-button._minus-btn span::before,
.q-trade__map-zoom-button._plus-btn span::before,
.q-trade__map-zoom-button._plus-btn span::after {
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  margin: -1px 0 0 -8px;
}
.q-trade__map-zoom-button._plus-btn span::after {
  transform: rotate(90deg);
}
.q-map {
  width: 1306px;
  height: 857px;
  background: url(../img/map.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  bottom: 7px;
  margin-left: -345px;
  z-index: 1;
}
.q-map__city {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
}
.q-map__city::before {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  content: "";
  border-radius: 50%;
  transition: width 300ms, height 300ms, margin 300ms;
}
.q-map__city span {
  font-size: 9px;
  position: absolute;
  white-space: nowrap;
}
.q-map__city._active-item::before,
.q-map__city:hover::before {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
}
.q-map__city._lg span {
  font-size: 11px;
}
.q-map__city._moscow {
  left: 453px;
  bottom: 468px;
}
.q-map__city._moscow span {
  top: -16px;
  left: 11px;
}
.q-map__city._tver {
  left: 485px;
  bottom: 526px;
}
.q-map__city._tver span {
  top: -19px;
  left: 7px;
}
.q-product-list__mobile-title {
	display: none;
	color: #212833;
    margin-left: 20px;
}
.q-map__city._yaroslavl {
  left: 526px;
  bottom: 501px;
}
.q-map__city._yaroslavl span {
  top: -19px;
  left: 7px;
}
.q-map__city._kostroma {
  left: 586px;
  bottom: 462px;
}
.q-map__city._kostroma span {
  top: -10px;
  left: 10px;
}
.q-map__city._smolensk {
  left: 393px;
  bottom: 516px;
}
.q-map__city._smolensk span {
  top: -18px;
  left: 6px;
}
.q-map__city._bryansk {
  left: 326px;
  bottom: 460px;
}
.q-map__city._bryansk span {
  top: -14px;
  right: 12px;
}
.q-map__city._kalyga {
  left: 417px;
  bottom: 470px;
}
.q-map__city._kalyga span {
  top: -16px;
  right: 9px;
}
.q-map__city._vidnoe {
  left: 459px;
  bottom: 451px;
}
.q-map__city._vidnoe span {
  top: -12px;
  left: 7px;
}
.q-map__city._ivanovo {
  left: 526px;
  bottom: 455px;
}
.q-map__city._ivanovo span {
  top: 0;
  left: 8px;
}
.q-map__city._orel {
  left: 359px;
  bottom: 437px;
}
.q-map__city._orel span {
  top: -21px;
  left: 1px;
}
.q-map__city._tyla {
  left: 402px;
  bottom: 443px;
}
.q-map__city._tyla span {
  top: 0;
  left: 6px;
}
.q-map__city._vladimir {
  left: 507px;
  bottom: 434px;
}
.q-map__city._vladimir span {
  top: 4px;
  left: -3px;
}
.q-map__city._kyrsk {
  left: 332px;
  bottom: 389px;
}
.q-map__city._kyrsk span {
  top: -18px;
  right: 9px;
}
.q-map__city._lipeck {
  left: 395px;
  bottom: 356px;
}
.q-map__city._lipeck span {
  top: -21px;
  left: 9px;
}
.q-map__city._ryazan {
  left: 478px;
  bottom: 377px;
}
.q-map__city._ryazan span {
  top: -7px;
  left: 9px;
}
.q-map__city._belgorod {
  left: 324px;
  bottom: 344px;
}
.q-map__city._belgorod span {
  top: -21px;
  right: 8px;
}
.q-map__city._voronezh {
  left: 367px;
  bottom: 328px;
}
.q-map__city._voronezh span {
  top: -5px;
  left: 14px;
}
.q-map__city._tambov {
  left: 436px;
  bottom: 348px;
}
.q-map__city._tambov span {
  top: 6px;
  left: -1px;
}
.q-map__city._krasnodar {
  left: 210px;
  bottom: 181px;
}
.q-map__city._krasnodar span {
  top: -13px;
  left: 9px;
}
.q-map__city._rostov {
  left: 269px;
  bottom: 218px;
}
.q-map__city._rostov span {
  top: -22px;
  left: -1px;
}
.q-map__city._volgograd {
  left: 388px;
  bottom: 180px;
}
.q-map__city._volgograd span {
  top: 3px;
  left: 6px;
}
.q-map__city._astrahan {
  left: 396px;
  bottom: 63px;
}
.q-map__city._astrahan span {
  top: -26px;
  left: 4px;
}
.q-map__city._barnayl {
  left: 1246px;
  bottom: 107px;
}
.q-map__city._barnayl span {
  top: -11px;
  left: 12px;
}
.q-map__city._omsk {
  left: 532px;
  bottom: 191px;
}
.q-map__city._omsk span {
  top: -25px;
  left: 0;
}
.q-map__city._novosibirsk {
  left: 658px;
  bottom: 177px;
}
.q-map__city._novosibirsk span {
  top: 5px;
  left: -2px;
}
.q-send-order-btn {
  display: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 19px 62px;
  border: 1px solid #72AF32;
  color: #72AF32;
  cursor: pointer;
}
.swiper-slide {
  height: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 22px;
}
.swiper-pagination-bullet {
  width: 24px;
  height: 1px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
}
.q-mobile-burger {
  width: 18px;
  height: 16px;
  position: relative;
  cursor: pointer;
  display: none;
}
.q-mobile-burger span,
.q-mobile-burger::before,
.q-mobile-burger::after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #fff;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.q-mobile-burger span {
  width: 11px;
  pointer-events: none;
  top: 50%;
  margin-top: -1px;
}
.q-mobile-burger::before,
.q-mobile-burger::after {
  content: "";
}
.q-mobile-burger::before {
  transform-origin: 0 0;
  top: 0;
}
.q-mobile-burger::after {
  transform-origin: 0 100%;
  bottom: 0;
}
._opened-menu .q-mobile-burger span {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
._opened-menu .q-mobile-burger::before {
  opacity: 1;
  transform: rotate(45deg) translate(0, -2px);
}
._opened-menu .q-mobile-burger::after {
  transform: rotate(-45deg) translate(3px, -1px);
}
.parsley-errors-list {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 11px 15px 0 5px;
  font-size: 12px;
  text-align: right;
}
.parsley-errors-list.filled {
  color: #ee3224;
  border-left: 1px solid #ee3224;
}
.parsley-errors-list li {
  background: #fff;
  position: relative;
  display: inline-block;
}
.parsley-errors-list li::before {
  width: 20px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
}
.q-simple-page {
  padding: 50px 0;
}
.q-simple-page p,
.q-simple-page ol > li,
.q-simple-page ul li {
  margin-bottom: 15px;
}
.q-simple-page ol ol {
  padding-left: 20px;
  margin-top: 20px;
}
.q-simple-page ul li {
  padding-left: 15px;
  position: relative;
}
.q-simple-page ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #72af32;
  position: absolute;
  left: 0;
  top: 9px;
}
.q-simple-page a {
  color: #72af32;
}
.q-simple-page a:hover {
  text-decoration: none;
}
[id^="wait_comp"] {
  display: none;
}
.q-what-we-buy {
  padding: 50px 0;
}
.q-what-we-buy__content {
  padding: 50px 0;
}
.q-what-we-buy__content + .q-what-we-buy__content {
  padding-top: 0;
}
.q-what-we-buy__footer {
  text-align: center;
}
.q-what-we-buy__text {
  max-width: 773px;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #212833;
}
.q-what-we-buy__title {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 0 20px;
}
.q-what-we-buy__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  position: relative;
}
.q-what-we-buy__item {
  width: calc(33.33% - 20px);
  height: 191px;
  background-color: #FFFFFF;
  background-position: right bottom;
  background-repeat: no-repeat;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  border-radius: 2px;
  padding: 25px 37px;
  position: relative;
  transition: box-shadow 300ms;
  margin: 0 10px 20px;
}
.q-what-we-buy__item:nth-child(3),
.q-what-we-buy__item:nth-child(4),
.q-what-we-buy__item:nth-child(5) {
  width: calc(16.66% - 20px);
}
.q-what-we-buy__item:nth-child(3) {
  margin-right: 16.66%;
}
.q-what-we-buy__item:nth-child(4) {
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100% auto;
}
.q-what-we-buy__item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
}
.q-what-we-buy__item::before {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/arrow-lg.svg) no-repeat;
  position: absolute;
  right: 23px;
  bottom: 20px;
}
.q-what-we-buy__item._no-shadow {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.q-what-we-buy__item-name {
  font: 24px/32px "Conv_MuseoSansCyrl-100", sans-serif;
}
.q-what-we-buy ._delivery-list .q-what-we-buy__item {
  width: calc(33.33% - 20px);
}
.q-what-we-buy ._delivery-list .q-what-we-buy__item::before {
  display: none;
}
.q-what-we-buy ._delivery-list .q-what-we-buy__item:nth-child(3) {
  margin-right: 0;
}
.q-what-we-buy ._delivery-list .q-what-we-buy__item:nth-child(4) {
  height: 191px;
  position: relative;
  top: 0;
  right: 0;
  background-size: auto 100%;
}
.q-what-we-buy ._delivery-list .q-what-we-buy__item:nth-child(5n-1),
.q-what-we-buy ._delivery-list .q-what-we-buy__item:nth-child(5n+5) {
  width: calc(50% - 20px);
}
.q-our-advantages {
  padding: 50px 0;
}
.q-our-advantages__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 50px;
}
.q-our-advantages__list {
  display: flex;
}
.q-our-advantages__item {
  flex: 1;
}
.q-our-advantages__text {
  display: block;
  max-width: 234px;
  font: 18px/23px "Conv_MuseoSansCyrl-100", sans-serif;
  padding-top: 25px;
}
.q-additional-services {
  padding: 100px 0 93px;
}
.q-additional-services__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 33px;
}
.q-additional-services__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.q-additional-services__item {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  min-height: 330px;
  text-decoration: none;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 35px 37px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease;
}
.q-additional-services__item:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  transition: box-shadow 300ms ease;
}
.q-additional-services__item:hover .q-additional-services__item-footer .q-additional-services__item-link {
  color: #fff;
}
.q-additional-services__item:hover .q-additional-services__item-footer .q-additional-services__item-link::before {
  opacity: 1;
}
.q-additional-services__item:hover .q-additional-services__item-footer .q-additional-services__item-link svg path {
  fill: #fff;
}
.q-additional-services__item::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 2px;
}
.q-additional-services__item-title {
  max-width: 325px;
  font: 24px/32px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}
.q-additional-services__item-footer {
  border-top: 1px solid rgba(233, 233, 233, 0.1);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.q-additional-services__item-link {
  font: 14px/26px "Conv_MuseoSansCyrl-500", sans-serif;
  padding: 26px 37px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #72AF32;
  text-decoration: none;
  display: block;
  position: relative;
  transition: color 300ms linear;
  box-shadow: 0 0 0 rgba(22, 134, 21, 0.4);
  transition: box-shadow 300ms;
}
.q-additional-services__item-link svg {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -4px;
}
.q-additional-services__item-link svg path {
  transition: fill 300ms;
}
.q-additional-services__item-link > * {
  position: relative;
  z-index: 2;
}
.q-additional-services__item-link::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-additional-services__item-link:hover {
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
}
.q-additional-services__item-link:hover::before {
  opacity: 1;
}
.q-additional-services__item-link:hover {
  color: #fff;
}
.q-additional-services__item-link:hover svg path {
  fill: #fff;
}
.q-additional-services__form {
  max-width: 827px;
  margin: 100px auto 0;
}
.q-additional-services__form._no-tm {
  margin-top: 0;
}
._single-form .q-additional-services__form {
  margin-top: 82px;
  margin-bottom: 92px;
}
.q-additional-services__form-header {
  text-align: center;
  padding-bottom: 30px;
}
.q-additional-services__form-title {
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-additional-services__form-text {
  padding-top: 10px;
}
.q-additional-services__form-logo {
  padding: 0 0 40px;
}
.q-additional-services__form-logo img {
  max-width: 147px;
}
.q-our-mission-section {
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 364px 0 100px;
}
.q-our-mission-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.q-our-mission-section .q-inner {
  position: relative;
  z-index: 2;
}
.q-our-mission__title {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 0 20px;
}
.q-our-mission__text {
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  max-width: 700px;
  padding-bottom: 102px;
}
.q-our-mission__content {
  display: flex;
  justify-content: space-between;
  margin: 0 -35px;
}
.q-our-mission__item {
  flex: 1;
  margin: 0 35px;
}
.q-our-mission__item img {
  margin-bottom: 20px;
}
.q-our-mission__item-title {
  display: block;
  font: 16px/21px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 14px;
}
.q-our-mission__item-text {
  font: 14px/18px "Conv_MuseoSansCyrl-100", sans-serif;
}
.q-our-mission__item-text p {
  margin-bottom: 20px;
}
.q-our-mission__item-text p:last-child {
  margin-bottom: 0;
}
.q-our-mission__item-text a {
  color: #72AF32;
  text-decoration: none;
  border-bottom: 1px dashed #72AF32;
  transition: border-color 300ms;
}
.q-our-mission__item-text a:hover {
  border-bottom-color: transparent;
}
.q-teaser-block {
  display: flex;
  align-items: flex-start;
}
.q-teaser-block-section {
  padding: 70px 0;
}
.q-teaser-block__info {
  padding: 45px 130px 0 0;
}
.q-teaser-block__info-category {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.q-teaser-block__info-title,
.q-teaser-block__info-text {
  color: #212833;
}
.q-teaser-block__info-title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 69px;
}
.q-teaser-block__info-text {
  max-width: 450px;
  font: 14px/24px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-teaser-block__info-img {
  max-width: 50%;
}
.q-inform-block {
  width: 25%;
  text-align: center;
}
.q-inform-block-section {
  color: #212833;
  padding: 70px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.q-inform-block-section + .q-inform-block-section {
  border-bottom: 1px solid #F0F0F0;
}
.q-inform-block__main-title {
  display: block;
  text-align: center;
  font: 28px/38px "Conv_MuseoSansCyrl-500", sans-serif;
  padding: 0 0 100px;
}
.q-inform-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.q-inform-block__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 23px;
}
.q-inform-block__title {
  display: block;
  font: 20px/30px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
}
.q-story {
  padding: 78px 0 140px;
}
.q-story__title {
  display: block;
  text-align: center;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  margin-bottom: 65px;
}
.q-story__years-content {
  font-size: 0;
  white-space: nowrap;
  margin: 0 0 70px;
  padding-bottom: 127px;
  position: relative;
}
.q-story__year {
  width: 510px;
  border-radius: 2px;
  border-left: 2px solid #72AF32;
  background-size: cover;
  margin-right: 127px;
  display: inline-block;
  font-size: initial;
  cursor: pointer;
  position: relative;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease;
}
.q-story__year:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.q-story__year:nth-child(odd) {
  top: 127px;
  position: relative;
}
.q-story__year-img {
  height: 287px;
  border-radius: 2px 2px 0 0;
  background-size: cover;
  background-position: center center;
}
.q-story__year-value,
.q-story__year-title {
  display: block;
}
.q-story__year-value {
  font: 16px/28px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  padding-bottom: 5px;
}
.q-story__year-title {
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  padding-bottom: 20px;
}
.q-story__year-info {
  line-height: 28px;
}
.q-story__year-content {
  background: #fff;
  padding: 35px;
  border-radius: 0 0 2px 2px;
  white-space: normal;
}
.q-story__years-navi {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
  margin: 0 63px;
}
.q-story__years-navi-item {
  height: 21px;
  position: relative;
  text-align: center;
  margin-bottom: 27px;
  cursor: pointer;
  transition: color 300ms;
}
.q-story__years-navi-item::before {
  content: "";
  width: 1px;
  height: 9px;
  background: #D4D4D4;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transition: background 300ms;
}
.q-story__years-navi-item:first-child::before {
  left: 0;
}
.q-story__years-navi-item:last-child::before {
  left: 100%;
}
.q-story__years-navi-item::after {
  width: 73px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  content: "";
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-story__years-navi-item._active-item {
  color: #72AF32;
}
.q-story__years-navi-item._active-item::after,
.q-story__years-navi-item._active-item::before {
  background: #72AF32;
}
.q-story__years-navi-item._active-item::after {
  opacity: 1;
}
.q-story__years-navi-item._active-item:first-child::after,
.q-story__years-navi-item._active-item:last-child::after {
  transform: none;
}
.q-story__years-navi-item._active-item:first-child::after {
  left: 0;
}
.q-story__years-navi-item._active-item:last-child::after {
  left: auto;
  right: 0;
}
.q-story__company-info {
  padding: 140px 0 0;
}
.q-story__company-info-title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #212833;
  padding: 0 0 32px;
}
.q-story__company-info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.q-story__company-info-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 46px 40px 46px 50px;
  border-radius: 2px;
}
.q-story__company-info-item-title,
.q-story__company-info-item-text {
  display: block;
}
.q-story__company-info-item-title {
  font: 14px/26px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #929292;
  min-height: 160px;
}
.q-story__company-info-item-title strong {
  font-size: 28px;
  line-height: 36px;
  /* identical to box height, or 129% */
  display: flex;
  align-items: center;
  color: #212833;
}
.q-story__company-info-item-text {
  font: 16px/26px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #212833;
}
.q-companies {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 70px 0 100px;
}
.q-companies::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.q-companies .q-inner {
  position: relative;
  z-index: 2;
}
.q-companies__text {
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  max-width: 710px;
  padding-bottom: 70px;
}
.q-companies__content-title {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #72AF32;
  padding-bottom: 30px;
}
.q-companies__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px -2px;
}
.q-companies__item {
  width: calc(50% - 2px);
  margin: 0 1px 2px;
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.5) 0%, rgba(17, 17, 17, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
}
.q-companies__item-title {
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  display: block;
  padding-bottom: 30px;
}
.q-companies__item-title + .q-companies__item-subtitle {
  margin-top: -20px;
}
.q-companies__item-subtitle {
  font: 20px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  display: block;
  padding-bottom: 17px;
}
.q-companies__item-info {
  padding: 40px 0 40px 40px;
}
.q-companies__item-text {
  font-size: 14px;
  line-height: 24px;
}
.q-companies__item-text._half-text {
  max-width: 290px;
}
.q-companies__item img {
  display: block;
  margin-left: auto;
}
.q-key-benefits-section {
  padding: 70px 0;
}
.q-key-benefits {
  background: #fff;
  color: #212833;
  border-radius: 2px;
}
.q-key-benefits__header {
  border-bottom: 1px solid #F0F0F0;
  padding: 36px 56px;
}
.q-key-benefits__header-title {
  display: block;
  font: 28px/38px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-key-benefits__content {
  display: flex;
  padding: 87px 56px 59px;
  margin: 0 -35px;
}
.q-key-benefits__item {
  flex: 1;
  padding: 0 35px;
}
.q-key-benefits__item-img-container {
  min-height: 60px;
  padding: 0 0 32px;
}
.q-key-benefits__title {
  display: block;
  max-width: 175px;
  font: 16px/21px "Conv_MuseoSansCyrl-500", sans-serif;
  padding-bottom: 16px;
}
.q-key-benefits__text {
  font: 14px/18px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-company-details-section {
  padding: 73px 0 70px;
  color: #212833;
}
.q-company-details {
  max-width: 827px;
  margin: 0 auto;
}
.q-company-details__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  text-align: center;
  padding-bottom: 40px;
}
.q-company-details__item {
  padding-bottom: 25px;
}
.q-company-details__item-title {
  display: block;
  font: 16px/30px "Conv_MuseoSansCyrl-500", sans-serif;
  letter-spacing: 0.02em;
  padding-bottom: 13px;
}
.q-company-details__item dl {
  display: flex;
  flex-wrap: wrap;
  margin-right: -100px;
}
.q-company-details__item dl dt,
.q-company-details__item dl dd {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 6px;
}
.q-company-details__item dl dt {
  width: 425px;
  color: #989898;
}
.q-company-details__item dl dd {
  width: calc(100% - 425px);
}
.q-company-details__footer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 68px;
  text-align: center;
}
.q-green-button {
  height: 58px;
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%);
  position: relative;
  border: none;
  cursor: pointer;
  font: 13px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  padding: 0 56px;
  display: inline-flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 0 0 rgba(22, 134, 21, 0.4);
  transition: box-shadow 300ms;
}
.q-green-button._sm-paddings {
  padding-left: 28px;
  padding-right: 28px;
}
.q-green-button > * {
  position: relative;
  z-index: 2;
}
.q-green-button::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-green-button:hover {
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
}
.q-green-button:hover::before {
  opacity: 1;
}
.q-green-button svg {
  margin-right: 10px;
}
.q-button + .q-button {
  margin: 0 0 0 10px;
}
.q-gray-button {
  height: 58px;
  background: #EFEFEF;
  position: relative;
  border: none;
  cursor: pointer;
  font: 13px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #989898;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  padding: 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 rgba(190, 190, 190, 0);
  transition: background 300ms, box-shadow 300ms;
}
.q-gray-button:hover {
  background: #e4e4e4;
  box-shadow: 0 8px 20px rgba(190, 190, 190, 0.6);
}
.q-gray-button svg {
  margin-right: 10px;
}
.q-bordered-button {
  height: 58px;
  background: transparent;
  border: 1px solid #C6C6C6;
  position: relative;
  cursor: pointer;
  font: 13px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #434B56;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  padding: 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
.q-bordered-button:hover {
  border-color: #72af32;
  background-color: #72af32;
  box-shadow: 0 8px 20px rgba(22, 134, 21, 0.4);
  color: #fff;
}
.q-bordered-button svg {
  margin-right: 10px;
}
.q-green-button,
.q-gray-button,
.q-bordered-button {
  padding-left: 28px;
  padding-right: 28px;
}
.q-yandex-map {
  width: 100%;
  height: 563px;
}
.q-main-office {
  position: relative;
  display: flex;
  margin-bottom: 70px;
}
.q-main-office__img {
  margin-left: auto;
}
.q-main-office__info {
  width: 617px;
  position: absolute;
  left: 0;
  bottom: 94px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  padding: 53px 63px 71px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font: 16px/28px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-main-office__title {
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #333333;
  margin-bottom: 30px;
}
.q-main-office__address,
.q-main-office__work-time {
  margin-bottom: 12px;
}
.q-main-office__address {
  color: #212833;
}
.q-main-office__work-time {
  color: #989898;
}
.q-main-office__email,
.q-main-office__phone {
  text-decoration: none;
  opacity: 1;
  transition: opacity 300ms linear;
}
.q-main-office__email:hover,
.q-main-office__phone:hover {
  opacity: 0.75;
}
.q-main-office__email {
  color: #72AF32;
  margin-bottom: 14px;
  position: relative;
}
.q-main-office__email::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  visibility: hidden;
  height: 1px;
  background-color: #72af32;
  transition: width .2s ease;
}
.q-main-office__email:hover::before {
  width: 100%;
  visibility: visible;
}
.q-main-office__phone {
  font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #212833;
}
.q-contacts-section {
  padding-bottom: 70px;
}
.q-contacts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 70px;
  margin-top: 50px;
}
.q-contacts__item {
  width: calc(33.3% - 20px);
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  color: #212833;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 10px 20px;
  padding: 42px 39px;
}
.q-contacts__item-title,
.q-contacts__item-time,
.q-contacts__item-address {
  width: 100%;
}
.q-contacts__item-title,
.q-contacts__item-phone {
  font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 21px;
}
.q-contacts__item-phone {
  text-decoration: none;
  opacity: 1;
  transition: opacity 300ms linear;
  margin-bottom: 5px;
}
.q-contacts__item-phone:hover {
  opacity: 0.9;
}
.q-contacts__item-work-time,
.q-contacts__item-address {
  font: 16px/28px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-contacts__item-work-time {
  color: #989898;
  margin-bottom: 60px;
}
.q-for-carriers {
  display: flex;
  align-items: flex-start;
}
.q-for-carriers-section {
  padding: 70px 0;
}
.q-for-carriers__info {
  padding: 0 140px 0 0;
}
.q-for-carriers__info-title {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.q-for-carriers__info-text {
  color: #212833;
}
.q-for-carriers__info-text {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #212833;
  padding-bottom: 69px;
}
.q-for-carriers__info-text p {
  margin-bottom: 30px;
}
.q-for-carriers__info-text p:last-child {
  margin-bottom: 0;
}
.q-for-carriers__info-img {
  max-width: 50%;
}
.q-leaderships-section {
  padding: 70px 0;
}
.q-leaderships {
  display: flex;
  margin: 0 -32px;
  padding: 0 31px 0 0;
}
.q-leadership {
  width: calc(50% - 64px);
  margin: 0 32px;
}
.q-leadership__img {
  width: 100%;
  display: block;
}
.q-leadership__info {
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
.q-leadership__info-block {
  padding: 0 0 12px;
}
.q-leadership__content {
  padding: 30px 50px;
}
.q-leadership__name,
.q-leadership__post {
  display: block;
}
.q-leadership__name {
  font: 24px/31px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #333;
  margin: 0 0 17px;
}
.q-leadership__post {
  font: 14px/18px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #989898;
}
.q-leadership__info-block {
  padding: 0 0 20px;
}
.q-leadership__info-block-title {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-700", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 0 15px;
}
.q-leadership__info-block ul {
  max-width: 390px;
}
.q-leadership__info-block ul li {
  position: relative;
  padding: 0 0 22px 20px;
}
.q-leadership__info-block ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #72AF32;
  position: absolute;
  left: 0;
  top: 8px;
}
.q-leadership__footer {
  border-top: 1px solid #F0F0F0;
  padding: 30px 50px;
}
.q-leadership__socials-title {
  display: block;
  font: 12px/16px "Conv_MuseoSansCyrl-700", sans-serif;
  color: #72AF32;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 0 27px;
}
.q-leadership__socials-content {
  display: flex;
  align-items: center;
}
.q-leadership__site {
  color: #72AF32;
  text-decoration: none;
  margin: 0 0 10px auto;
  position: relative;
}
.q-leadership__site::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 1px;
  background-color: #72af32;
  transition: width .2s ease;
}
.q-leadership__site:hover::before {
  width: 100%;
  visibility: visible;
}
.q-socials {
  display: flex;
}
.q-socials a {
  width: 34px;
  height: 34px;
  background: #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 17px 10px 0;
  position: relative;
}
.q-socials a > * {
  position: relative;
  z-index: 2;
}
.q-socials a::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
}
.q-socials a svg path {
  transition: fill 300ms;
}
.q-socials a:hover svg path {
  fill: #fff;
}
.q-socials a:hover::before {
  opacity: 1;
}
.q-team-section {
  padding: 70px 0;
}
.q-team__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -60px;
}
.q-team__item {
  width: calc(25% - 20px);
  margin: 0 10px 60px;
}
.q-team__item-img {
  margin-bottom: 25px;
}
.q-team__item-name,
.q-team__item-position {
  display: block;
}
.q-team__item-name {
  max-width: 130px;
  font: 24px/31px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #333333;
  margin-bottom: 15px;
}
.q-team__item-position {
  font: 14px/18px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #989898;
}
.q-product-list-section {
  padding: 70px 0 197px;
}
.q-product-list-section._sm-paddings {
  padding: 50px 0 70px;
}
.q-page-title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #212833;
  margin-bottom: 30px;
}
._top-border {
  border-top: 1px solid #F0F0F0;
}
.q-form-section {
  padding: 70px 0;
}
.q-product-list {
  width: 100%;
  font: 14px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #989898;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.q-product-list__row {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  transition: box-shadow 300ms;
}
.q-product-list__row:hover:not(._header-row, ._dropdown-row) {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.q-product-list__row:hover:not(._header-row) .q-product-list__col:first-child {
  border-left-color: #72AF32;
}
.q-product-list__row._dropdown-row {
  display: none;
}
.q-product-list__row._dropdown-row._opened-description {
  display: table-row;
}
.q-product-list__col {
  border-bottom: 1px solid #F0F0F0;
  vertical-align: middle;
  padding: 10px;
}
.q-product-list__col:first-child {
  border-left: 2px solid transparent;
  transition: border-color 300ms;
}
._opened-description .q-product-list__col:first-child {
  border-left-color: #72AF32;
}
.q-product-list__col._right-text-align {
  text-align: right;
}
.q-product-list__col._img-col {
  width: 85px;
}
.q-product-list__col._img-col img {
  width: 48px;
  display: block;
}
.q-product-list__col._price-col {
  width: 170px;
  padding-right: 30px;
}
.q-product-list__col._norm-col {
  width: 180px;
  padding-right: 35px;
}
.q-product-list__col._button-col {
  width: 158px;
}
.q-product-list__col._toggle-icon-col {
  width: 52px;
  padding-right: 22px;
}
.q-product-list__button {
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #434B56;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: color 300ms, border-color 300ms;
  cursor: pointer;
}
.q-product-list__button > * {
  position: relative;
  z-index: 2;
}
.q-product-list__button::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
  border-radius: 2px;
}
.q-product-list__button:hover {
  border-color: transparent;
  color: #fff;
}
.q-product-list__button:hover::before {
  opacity: 1;
}
.q-product-list__toggle-button {
  width: 32px;
  height: 32px;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: roate(0deg);
  transition: transform 300ms;
}
._opened-description .q-product-list__toggle-button {
  transform: rotate(-180deg);
}
.q-product-list ._black-text {
  color: #212833;
}
.q-product-list__dropdown-info {
  border-bottom: 1px solid #F0F0F0;
  padding: 10px 22px 10px 10px;
}
.q-product-description {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 21px;
  color: #989898;
}
.q-product-description__main-img {
  width: 260px;
  height: 260px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  margin-right: 36px;
  position: relative;
}
.q-product-description__main-img::before {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(../img/icon-zoom.svg) no-repeat;
  content: "";
}
.q-product-description__col {
  flex: 1;
  padding: 20px 6% 0 0;
}
.q-product-description__title {
  display: block;
  font: 14px/26px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #72AF32;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.q-product-description__section {
  margin-bottom: 53px;
}
.q-product-description__section:last-child {
  margin-bottom: 0;
}
.q-product-description ul li {
  color: #000;
  margin-bottom: 12px;
}
.q-product-description ul li:last-child {
  margin-bottom: 0;
}
.q-product-description ul li ._list-title {
  color: #989898;
}
.q-product-description p {
  margin-bottom: 13px;
}
.q-product-description ._download-pdf {
  color: #72AF32;
  position: relative;
  margin-right: 21px;
  display: inline-block;
}
.q-product-description ._download-pdf:hover {
  text-decoration: none;
}
.q-product-description ._download-pdf::after {
  content: "";
  width: 16px;
  height: 17px;
  background: url(../img/icon-pdf.png) no-repeat;
  position: absolute;
  right: -21px;
  top: 2px;
}
.q-product-not-found-section {
  padding: 70px 0;
}
.q-product-not-found {
  color: #212833;
  text-align: center;
}
.q-product-not-found__title,
.q-product-not-found__img {
  margin-bottom: 17px;
}
.q-product-not-found__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-product-not-found__text {
  max-width: 575px;
  margin: 0 auto 82px;
  font: 20px/36px "Conv_MuseoSansCyrl-300", sans-serif;
}
.q-product-not-found__text a {
  color: #72AF32;
  text-decoration: none;
  opacity: 1;
  transition: opacity 300ms linear;
}
.q-product-not-found__text a:hover {
  opacity: 0.9;
}
.q-send-request-info {
  text-align: center;
  padding: 0 0 40px;
}
.q-send-request-info__item {
  margin: 5px 10px;
}
.q-send-request-info__value {
  font-weight: 600;
}
.q-send-request-info__currency {
  font-weight: 500;
}
.q-news-section {
  padding: 60px 0 100px;
}
.q-news {
  display: flex;
}
.q-news__content {
  flex: 1;
}
.q-news__sidebar {
  width: 420px;
  padding-left: 60px;
  padding-top: 7px;
}
.q-news__sidebar > * {
  margin-bottom: 55px;
}
.q-news__sidebar > *:last-child {
  margin-bottom: 0;
}
.q-news__search {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.q-news__search-icon {
  width: 40px;
  height: 40px;
  background: #EFEFEF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.q-news__search-input {
  border: none;
  background: none;
  height: 40px;
  padding: 0 24px;
  flex: 1;
  font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #212833;
}
.q-news__item {
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 30px 40px 30px 30px;
  display: flex;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.04);
  transition: box-shadow 300ms;
  position: relative;
}
.q-news__item::before {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%);
  border-radius: 2px 0 0 2px;
  content: "";
  opacity: 0;
  transition: opacity 300ms;
}
.q-news__item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.q-news__item:hover::before {
  opacity: 1;
}
.q-news__item:hover .q-news__item-category-name {
  color: #72AF32;
}
.q-news__item:hover .q-news__item-category svg path {
  fill: #72AF32;
}
.q-news__item-img {
  width: 54%;
  border-radius: 2px;
  align-self: flex-start;
}
.q-news__item-info {
  flex: 1;
  padding-left: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.q-news__item-date,
.q-news__item-title,
.q-news__item-category {
  display: block;
}
.q-news__item-date {
  font: 12px/14px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  color: #989898;
  padding-bottom: 22px;
}
.q-news__item-title {
  font: 20px/30px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  color: #212833;
  width: 100%;
}
.q-news__item-category {
  width: 100%;
  display: flex;
  margin-top: auto;
  font: 12px/16px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #989898;
  transition: color 300ms linear;
}
.q-news__item-category svg {
  margin-left: auto;
}
.q-news__item-category svg path {
  transition: fill 300ms;
}
.q-news__list__content {
  transition: filter 300ms;
}
.q-news__list-footer {
  padding-top: 45px;
}
.q-news__show-more {
  text-align: center;
}
.q-news__show-more-title {
  font: 14px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 15px;
}
.q-news__show-more-progress {
  max-width: 230px;
  height: 3px;
  background: #EBEBEB;
  border-radius: 2px;
  position: relative;
  margin: 16px auto 30px;
}
.q-news__show-more-progress-value {
  height: 100%;
  background: #72AF32;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 300ms;
}
.q-news__show-more-button {
  min-width: 290px;
  background: #EFEFEF;
  font: 12px/14px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #212833;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 17px;
  display: inline-block;
  cursor: pointer;
  transition: background 300ms, color 300ms;
}
.q-news__show-more-button:hover {
  color: #fff;
  background: #72AF32;
}
.q-tags__title {
  display: block;
  font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  color: #212833;
  margin-bottom: 40px;
}
.q-tags__item {
  background: #F0F0F0;
  border-radius: 4px;
  font: 14px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  margin: 0 3px 8px 0;
  padding: 8px 30px;
  display: inline-block;
  text-decoration: none;
  transition: color 300ms, background 300ms;
}
.q-tags__item:hover,
.q-tags__item.active {
  background: #72AF32;
  color: #fff;
}
.q-news-popular__title {
  display: block;
  font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  color: #212833;
  margin-bottom: 40px;
}
.q-news-popular__item {
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 0;
}
.q-news-popular__item:first-child {
  padding-top: 0;
}
.q-news-popular__item-link {
  font: 18px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  color: #212833;
  text-decoration: none;
  transition: color 300ms linear;
}
.q-news-popular__item-link:hover {
  color: #72AF32;
}
.q-news-popular__item-category {
  font: 10px/14px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  color: #989898;
  margin-top: 18px;
  display: block;
}
._loading {
  filter: blur(5px) grayscale(0.5);
}
.q-news-inner {
  display: flex;
}
.q-news-inner__sidebar {
  width: 212px;
  flex-shrink: 0;
}
.q-news-inner__content {
  max-width: 721px;
}
.q-news-inner__all-news-link {
  font: 16px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #72AF32;
  text-decoration: none;
  opacity: 1;
  transition: opacity 300ms linear;
}
.q-news-inner__all-news-link:hover {
  opacity: 0.75;
}
.q-news-inner__all-news-link svg {
  margin-right: 5px;
  top: -1px;
  position: relative;
}
.q-news-inner__title,
.q-news-inner__date {
  display: block;
}
.q-news-inner__title {
  font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
  margin-bottom: 15px;
}
.q-news-inner__date {
  font: 14px/24px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #989898;
  margin-bottom: 37px;
}
.q-news-inner img {
  margin-bottom: 35px;
  border-radius: 2px;
  width: 100%;
}
.q-news-inner p {
  font: 16px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  padding-bottom: 26px;
}
.q-news-inner__sm-title {
  display: block;
  font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
  letter-spacing: 0.02em;
  padding-bottom: 14px;
}
.q-news-inner__navi {
  display: flex;
  align-items: center;
  border-top: 1px solid #E0E0E0;
  margin-top: 24px;
  padding-top: 23px;
}
.q-news-inner__navi-item {
  flex: 1;
  cursor: default;
  position: relative;
  padding: 0 35px 0 66px;
  text-decoration: none;
}
.q-news-inner__navi-item-text,
.q-news-inner__navi-item-btn {
  cursor: pointer;
}
.q-news-inner__navi-item-text {
  font: 14px/22px "Conv_MuseoSansCyrl-500", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
.q-news-inner__navi-item-btn {
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q-news-inner__navi-item-btn::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(107.75deg, #4B9B3F 0%, #72AF32 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms linear;
  border-radius: 50%;
}
.q-news-inner__navi-item-btn svg {
  margin-left: -1px;
  position: relative;
  z-index: 2;
}
.q-news-inner__navi-item-btn svg path {
  transition: fill 300ms;
}
.q-news-inner__navi-item:last-child {
  padding: 0 66px 0 35px;
  text-align: right;
}
.q-news-inner__navi-item:last-child .q-news-inner__navi-item-btn {
  right: 0;
  left: auto;
}
.q-news-inner__navi-item:last-child .q-news-inner__navi-item-btn svg {
  margin-left: 1px;
}
.q-news-inner__navi-item-text:hover + .q-news-inner__navi-item-btn,
.q-news-inner__navi-item-btn:hover {
  border-color: transparent;
}
.q-news-inner__navi-item-text:hover + .q-news-inner__navi-item-btn::before,
.q-news-inner__navi-item-btn:hover::before {
  opacity: 1;
}
.q-news-inner__navi-item-text:hover + .q-news-inner__navi-item-btn svg path,
.q-news-inner__navi-item-btn:hover svg path {
  fill: #fff;
}
.q-news-teaser {
  background: #fff;
  border-left: 2px solid #72AF32;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px 30px 30px 66px;
  display: flex;
}
.q-news-teaser__col {
  display: inline-flex;
  flex-direction: column;
}
.q-news-teaser__col._info-col {
  flex: 1;
}
.q-news-teaser__category,
.q-news-teaser__title,
.q-news-teaser__price {
  display: block;
}
.q-news-teaser__category {
  font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  color: #989898;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.q-news-teaser__title {
  font: 20px/30px "Conv_MuseoSansCyrl-300", sans-serif;
  color: #212833;
  padding-bottom: 20px;
}
.q-news-teaser__price {
  font: 28px/36px "Conv_MuseoSansCyrl-500", sans-serif;
  margin-top: auto;
}
.q-news-teaser__info {
  font: 14px/24px "Conv_MuseoSansCyrl-100", sans-serif;
}
.q-news-teaser__info p {
  padding: 0;
}
.q-news-teaser__buttons {
  padding-top: 30px;
}
.q-news-teaser__buttons .q-button {
  flex: 1;
  height: 50px;
  font: 13px/16px "Conv_MuseoSansCyrl-500", sans-serif;
  letter-spacing: 0.05em;
}
.q-news-inner__tags {
  padding-top: 55px;
}
.q-news__item-category-name {
  position: relative;
}
.q-news__item-category-name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  visibility: hidden;
  height: 1px;
  background-color: #72af32;
  transition: width .2s ease;
}
.q-news__item-category-name:hover::before {
  width: 100%;
  visibility: visible;
}
.q-search-news-section {
  padding: 80px 0 100px;
}
.q-search-news-section__title {
  display: block;
  font: 28px/36px "Conv_MuseoSansCyrl-100", sans-serif;
  color: #212833;
  margin-bottom: 30px;
}
.q-search-news-section .q-news__item-img {
  width: 404px;
}
.q-search-news-section .q-news__item-title {
  max-width: 305px;
}
.q-search-results-section {
  padding: 40px 0;
}
.q-search-results__text {
  display: block;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
}
.q-search-results__value {
  color: #72AF32;
}
.q-error {
  text-align: center;
  padding: 195px 0 125px;
}
.q-error__img {
  margin-bottom: 80px;
}
.q-error__title {
  display: block;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 20px;
}
.q-error__text {
  max-width: 545px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.q-error__buttons .q-button {
  margin-bottom: 15px;
}



.q-section-offices {
    padding: 20px 0 0;
  }
  
  .q-contacts-info {
    background: #F6F6F6;
    padding: 70px 0 104px;
  }
  
  .q-contacts-info__header {
    display: flex;
    justify-content: space-between;
  }
  
  .q-contacts-info__phone, .q-contacts-info__title {
    display: block;
  }
  
  .q-contacts-info__phone {
    font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
    color: #212833;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  
  .q-contacts-info__email {
    font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
    color: #72AF32;
    text-decoration: none;
    transition: color 300ms linear;
  }
  
  .q-contacts-info__email:hover {
    color: #212833;
  }
  
  .q-contacts-info__title {
    font: 14px/28px "Conv_MuseoSansCyrl-300", sans-serif;
    color: #989898;
    padding-top: 8px;
  }
  
  .q-contacts-info__content {
    padding-top: 87px;
    white-space: nowrap;
  }
  
  .q-contacts-info__content img {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    position: relative;
  }
  
  .q-contacts-info__content img:nth-child(2), .q-contacts-info__content img:nth-child(3) {
    border: 5px solid #fff;
  }
  
  .q-contacts-info__content img:nth-child(1) {
    width: 25%;
    z-index: 1;
  }
  
  .q-contacts-info__content img:nth-child(2) {
    width: 34%;
    top: -72px;
    left: -51px;
    z-index: 4;
  }
  
  .q-contacts-info__content img:nth-child(3) {
    width: 16%;
    top: -137px;
    left: -84px;
    z-index: 3;
  }
  
  .q-contacts-info__content img:nth-child(4) {
    width: 33%;
    left: -128px;
    top: -20px;
    z-index: 2;
  }
  
  .q-offices__header {
    padding-bottom: 23px;
  }
  
  .q-offices__title {
    display: block;
    font: 28px/36px "Conv_MuseoSansCyrl-300", sans-serif;
    color: #333333;
  }
  
  .q-offices__content {
    display: flex;
  }
  
  .q-offices__sidebar {
    width: 370px;
    padding-top: 17px;
  }
  
  .q-offices__map-container {
    flex: 1;
    padding-left: 35px;
  }
  
  .q-offices__list {
    height: 457px;
  }
  
  .q-office-info {
    color: #212833;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 33px;
    margin-bottom: 30px;
  }
  
  .q-office-info:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  
  .q-office-info__title, .q-office-info__address, .q-office-info__phone {
    display: block;
  }
  
  .q-office-info__title {
    font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
  }
  
  .q-office-info__address {
    font: 16px/28px "Conv_MuseoSansCyrl-300", sans-serif;
    padding-bottom: 14px;
  }
  
  .q-office-info__phone {
    font: 24px/28px "Conv_MuseoSansCyrl-300", sans-serif;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  
  .q-office-info__links {
    padding-top: 12px;
    display: flex;
  }
  
  .q-office-info__links a {
    text-decoration: none;
    color: #72AF32;
    opacity: 1;
    transition: opacity 300ms linear;
  }
  
  .q-office-info__links a:hover {
    opacity: 0.9;
  }
  
  .q-office-info__links .q-office-info__show-address {
    margin-left: auto;
  }
  

@media screen and (max-width: 1700px) {
  .q-main-slider__arrow._prev-arrow {
    left: 20px;
  }
  .q-main-slider__arrow._next-arrow {
    right: 20px;
  }
}
@media screen and (max-width: 1550px) {
  .q-header__menu {
    flex: 1;
  }
  .q-header__menu ul {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .q-header__menu li {
    margin-left: 0;
    margin-right: 0;
  }
  .q-header__submenu ul {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 1450px) {
  .q-main-slide .q-inner {
    padding-left: 83px;
    padding-right: 486px;
  }
  .q-header-form {
    right: 83px;
  }
}
@media screen and (max-width: 1400px) {
  .q-trust-us__logos-scroll {
    width: 100%;
  }
  .q-footer__col:first-child {
    width: 50%;
  }
  .q-subscribe__form-input {
    min-width: 300px;
  }
  .q-story__year {
    width: 40%;
    margin-right: 8%;
  }
  .q-header__menu li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1290px) {
  .q-trust-us__logos-scroll {
    width: calc(100% + 20px);
  }
  .q-subscribe__img {
    margin-right: 0;
  }
  .q-our-mission-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1160px) {
  .q-story__year-title {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .q-story__year-info {
    line-height: 26px;
  }
  .q-key-benefits__content {
    margin: 0 -20px;
  }
  .q-key-benefits__item {
    padding: 0 20px;
  }
  .q-company-details__item dl {
    margin-right: 0;
  }
  .q-leaderships {
    margin: 0 -32px;
    padding: 0;
  }
  .q-news__item-img,
  .q-search-news-section .q-news__item-img {
    width: 40%;
  }
  .q-news__sidebar {
    width: 400px;
    padding-left: 40px;
  }
  .q-header__menu ul {
    padding: 0 20px;
  }
  .q-header__menu li {
    font-size: 13px;
  }
  .q-header__contacts {
    display: none;
  }
  .q-header__order-btn {
    display: flex;
  }
  .q-header-search {
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .q-footer__col:first-child {
    width: 400px;
  }
  .q-subscribe__img {
    max-width: 100px;
  }
  .q-news-and-reviews__item-content {
    padding: 25px;
  }
  .q-news-and-reviews__item-text {
    font-size: 16px;
    line-height: 24px;
  }
  .q-ask-question__expert,
  .q-ask-question__expert-info {
    left: auto;
    top: auto;
    transform: none;
    position: static;
    text-align: center;
  }
  .q-ask-question__expert {
    width: auto;
    height: auto;
    text-align: center;
  }
  .q-ask-question__expert-info {
    margin-left: 0;
  }
  .q-ask-question__expert-avatar-container {
    display: inline-block;
  }
  .q-ask-question__header {
    padding: 26px 27px;
  }
  .q-ask-question__left-part,
  .q-ask-question__right-part {
    width: 33.33%;
  }
  .q-ask-question__right-part {
    padding-left: 0;
  }
  .q-ask-question__content {
    padding: 35px 25px;
  }
  .q-what-we-buy__item {
    padding: 20px;
  }
  .q-leaderships {
    margin: 0 -25px;
  }
  .q-leadership {
    width: calc(50% - 50px);
    margin: 0 25px;
  }
  .q-leadership__content {
    padding: 30px 30px 10px;
  }
  .q-leadership__footer {
    padding: 30px;
  }
  .q-news__list-footer {
    padding-top: 30px;
  }
  .q-news__item {
    padding: 20px;
  }
  .q-news__item-info {
    padding-left: 20px;
  }
  .q-news__item-date {
    padding-bottom: 12px;
  }
  .q-news__item-title,
  .q-news-popular__item-link {
    font-size: 16px;
    line-height: 24px;
  }
  .q-tags__title,
  .q-news-popular__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .q-news-popular__item {
    padding: 15px 0;
  }
  .q-news-popular__item-category {
    margin-top: 10px;
  }
  .q-news__sidebar > * {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
	
	.q-contacts-info__header {
		flex-wrap: wrap;
	  }
	  .q-contacts-info__item {
		width: 50%;
		margin-bottom: 30px;
	  }
	  .q-contacts-info__content img:nth-child(2) {
		top: 18px;
	  }
	  .q-contacts-info__content img:nth-child(3) {
		top: -100px;
	  }
	  .q-contacts-info__content {
		padding-top: 30px;
	  }
	  .q-contacts-info {
		padding-bottom: 80px;
	  }
	  .q-section-offices {
		padding: 0;
	  }
	  .q-offices__content {
		flex-wrap: wrap;
	  }
	  .q-offices__sidebar, .q-offices__map-container {
		width: 100%;
	  }
	  .q-offices__map-container {
		order: 1;
		height: 300px;
		padding: 0;
		flex: auto;
	  }
	  .q-offices__sidebar {
		order: 2;
		padding-top: 30px;
	  }
	  .q-office-info__title, .q-office-info__address {
		padding-bottom: 5px;
	  }
	  .q-office-info__title {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 5px;
	  }
	  .q-office-info__address {
		font-size: 15px;
	  }
	  .q-office-info__phone {
		font-size: 20px;
	  }
	  .q-office-info {
		padding-bottom: 20px;
		margin-bottom: 18px;
	  }
	  .q-offices__list {
		height: 330px;
	  }
	
	
	.q-what-we-buy__list:not(._delivery-list) .q-what-we-buy__item:nth-child(4) {
		background-size: inherit;
	}
  .q-header__contacts,
  .q-main-slider__arrow,
  .q-catalog__item-footer {
    display: none;
  }
  .q-inner {
    padding: 0 16px;
  }
  .q-header {
    padding: 10px 0;
  }
  .q-header .q-inner {
    justify-content: flex-start;
  }
  .q-mobile-burger {
    display: block;
  }
  .q-logo img {
    max-width: 100px;
  }
  .q-header__menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: -100%;
    background: #f0f0f0;
    z-index: 20;
    transition: left 700ms;
  }
  ._opened-menu .q-header__menu {
    left: 0;
  }
  .q-header__menu ul {
    padding: 0;
    display: block;
  }
  .q-header__menu li {
    display: block;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .q-header__menu li:last-child {
    border-bottom: none;
  }
  .q-header__menu li,
  .q-header__menu li a {
    color: #141414;
  }
  .q-header__menu li a {
    display: block;
    padding: 15px 20px;
  }
  .q-logo {
    margin-left: 32px;
  }
  .q-header__search-btn {
    margin-left: auto;
  }
  .q-thumbs-inner {
    position: static;
  }
  .q-thumbs-slider__container {
    display: none;
  }
  .q-header-form {
    top: -100%;
    bottom: auto;
    right: 50%;
    width: 341px;
    margin-right: -170px;
    padding: 30px;
    transition: top 700ms;
  }
  ._opened-order-form .q-header-form {
    top: 60px;
  }
  .q-main-slide__title {
    font-size: 36px;
    line-height: 54px;
  }
  .q-main-slide .q-inner {
    min-height: 60vh;
    align-items: flex-start;
    padding: 121px 16px 54px 16px;
  }
  .q-main-slide__info .q-main-slide__title,
  .q-main-slide__info ul {
    padding-left: 20px;
  }
  .q-main-slide__info ul li {
    font-size: 18px;
    line-height: 23px;
    padding: 0 0 21px 25px;
  }
  .q-main-slide__info ul li::before {
    top: 8px;
  }
  .q-main-slide__title {
    margin-bottom: 60px;
  }
  .q-main-slide__info ul {
    padding-bottom: 63px;
  }
  .q-main-slide__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .q-main-slide__link {
    text-align: center;
    margin-bottom: 8px;
  }
  .q-main-slide__link,
  .q-send-order-btn {
    min-width: 300px;
  }
  .q-send-order-btn {
    display: inline-block;
    background: #fff;
    border-color: #fff;
  }
  .q-catalog {
    padding: 31px 0 30px;
  }
  .q-catalog__title {
    font-size: 25px;
  }
  .q-catalog__item {
    width: calc(50% - 20px);
  }
  .q-catalog__item-content {
    min-height: 164px;
    padding: 20px;
	background-size: auto 100%;
  }
  .q-catalog__item-title {
    display: block;
    font: 20px/32px "Conv_MuseoSansCyrl-100", sans-serif;
    color: #141414;
    max-width: 105px;
    word-wrap: break-word;
  }
  .q-trade .q-inner {
    padding-top: 30px;
  }
  .q-trade__title {
    font-size: 24px;
    line-height: 31px;
    padding-right: 50px;
  }
  .q-trade__text {
    padding-bottom: 26px;
  }
  .q-info-block {
    padding: 29px 0 50px;
  }
  .q-info-block .q-inner {
    flex-direction: column;
  }
  .q-info-block__subtitle {
    font-size: 24px;
    line-height: 31px;
  }
  .q-info-block__text {
    padding-bottom: 12px;
  }
  .q-info-block__img {
    display: none;
  }
  .q-trust-us {
    padding: 50px 0;
  }
  .q-trust-us__title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .q-trust-us__text {
    padding-bottom: 21px;
    padding-right: 45px;
  }
  .q-trust-us__logos-title {
    margin-bottom: 22px;
  }
  .q-trust-us__logo {
    max-width: 147px;
  }
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 22px;
  }
  .q-news-and-reviews {
    padding: 29px 0;
  }
  .q-news-and-reviews__title {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: left;
  }
  .q-news-and-reviews__footer {
    padding-top: 17px;
  }
  .q-news-and-reviews__footer a {
    border: 1px solid #72AF32;
    padding: 11px 10px;
    border-radius: 2px;
    display: inline-block;
  }
  .q-news-and-reviews__footer a svg {
    display: none;
  }
  .q-ask-question {
    margin-top: 30px;
  }
  .q-ask-question__header {
    flex-direction: column;
    padding: 37px 27px 53px;
  }
  .q-ask-question__left-part,
  .q-ask-question__right-part {
    width: 100%;
    text-align: center;
  }
  .q-ask-question__left-part {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .q-ask-question__title {
    width: 100%;
    max-width: 79%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }
  .q-ask-question__expert-name {
    font-size: 17px;
    line-height: 30px;
  }
  .q-ask-question__expert-avatar-container {
    margin-bottom: 7px;
  }
  .q-ask-question__button {
    display: inline-block;
  }
  .q-ask-question__expert {
    padding: 0 0 35px;
  }
  .q-ask-question__content {
    padding: 52px 25px 35px;
  }
  .q-ask-question__content-info {
    font-size: 18px;
    line-height: 27px;
  }
  .q-subscribe {
    padding: 30px 0 37px;
  }
  .q-subscribe .q-inner {
    display: block;
  }
  .q-subscribe__title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    display: block;
    max-width: 100%;
    padding: 0 20px 26px;
  }
  .q-subscribe__title br {
    display: none;
  }
  .q-subscribe__form-input-area {
    margin-right: 0;
    flex: 1;
  }
  .q-subscribe__form-input {
    min-width: 100px;
  }
  .q-subscribe__form-button {
    padding: 0 19px;
	height: 83px;
  }
  .q-subscribe__img {
    display: none;
  }
  .q-footer__menus ul {
    width: 50%;
    margin: 0 0 30px;
  }
  .q-footer__bottom,
  .q-footer__contacts {
    font-size: 13px;
  }
  .q-footer__bottom {
    padding-bottom: 9px;
  }
  .q-whatsapp-btn,
  .q-telegram-btn {
    white-space: nowrap;
  }
  ._gray-link {
    margin-bottom: 13px;
  }
  .q-footer__contacts {
    padding: 20px 0;
  }
  .q-map {
    margin-left: -245px;
  }
  .q-what-we-buy__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    grid-gap: 0;
  }
  .q-what-we-buy__item,
  .q-what-we-buy__item:nth-child(3),
  .q-what-we-buy__item:nth-child(4),
  .q-what-we-buy__item:nth-child(5),
  .q-what-we-buy ._delivery-list .q-what-we-buy__item:nth-child(3),
  .q-what-we-buy ._delivery-list .q-what-we-buy__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .q-what-we-buy__list:not(._delivery-list) .q-what-we-buy__item:nth-child(4) {
    height: 191px;
    position: relative;
    top: auto;
    right: auto;
  }
  .q-what-we-buy__content {
    padding-bottom: 0;
  }
  .q-our-advantages__list {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .q-our-advantages__item {
    width: 50%;
    flex: auto;
    margin: 0 0 40px;
  }
  .q-our-advantages__text {
    padding-top: 10px;
  }
  .q-additional-services {
    padding: 50px 0;
  }
  .q-additional-services__form {
    margin-top: 50px;
  }
  .q-simple-header__title {
    font-size: 36px;
    line-height: 54px;
  }
  .q-simple-header__text {
    font-size: 20px;
    padding: 50px 0 40px;
  }
  .q-story {
    padding: 50px 0 65px;
  }
  .q-story__title,
  .q-story__company-info-title,
  .q-key-benefits__header-title,
  .q-additional-services__form-title,
  .q-company-details__title,
  .q-product-not-found__title {
    font-size: 24px;
  }
  .q-story__year {
    width: 60%;
    margin-right: 15%;
  }
  .q-story__years-navi {
    margin: 0;
  }
  .q-story__year:nth-child(odd) {
    top: 100px;
  }
  .q-story__years-content {
    padding-bottom: 100px;
  }
  .q-story__company-info {
    padding-top: 100px;
  }
  .q-story__company-info-item {
    width: calc(100% - 20px);
  }
  .q-story__company-info-item-title {
    min-height: 120px;
  }
  .q-companies__text {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 40px;
  }
  .q-companies {
    padding: 50px 0 45px;
  }
  .q-companies__item {
    width: calc(100% - 1px);
  }
  .q-companies__item-info {
    padding: 20px 0 20px 20px;
  }
  .q-companies__item-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .q-companies__item-text {
    padding-right: 30px;
  }
  .q-companies__item-text._half-text {
    max-width: 100%;
  }
  .q-key-benefits__header {
    padding: 20px 25px;
  }
  .q-key-benefits__content {
    flex-wrap: wrap;
    padding: 20px 25px;
  }
  .q-key-benefits__item {
    flex: auto;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .q-key-benefits__item-img-container {
    padding-bottom: 0;
  }
  .q-key-benefits__title {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .q-company-details-section {
    padding: 55px 0 70px;
  }
  .q-company-details__item {
    padding-bottom: 15px;
  }
  .q-company-details__item-title {
    padding-bottom: 0;
  }
  .q-company-details__item dl dt {
    width: 40%;
  }
  .q-company-details__item dl dd {
    width: 60%;
  }
  .q-company-details__item dl dt,
  .q-company-details__item dl dd {
    padding-bottom: 2px;
  }
  .q-company-details__footer {
    padding-top: 30px;
  }
  .q-teaser-block__info,
  .q-for-carriers__info {
    padding: 0 20px 0 0;
  }
  .q-teaser-block__info-category,
  .q-for-carriers__info-title {
    margin-bottom: 5px;
  }
  .q-teaser-block__info-title,
  .q-inform-block__main-title,
  .q-for-carriers__info-text {
    font-size: 24px;
    line-height: 32px;
  }
  .q-teaser-block__info-title {
    padding-bottom: 20px;
  }
  .q-for-carriers__info-text p {
    margin-bottom: 15px;
  }
  .q-inform-block-section {
    padding: 50px 0;
  }
  .q-inform-block__main-title {
    padding-bottom: 50px;
  }
  .q-inform-block__title {
    font-size: 16px;
    line-height: 24px;
    max-width: 200px;
    margin: 0 auto;
  }
  ._single-form .q-additional-services__form {
    margin-top: 0;
    margin-bottom: 0;
  }
  .q-yandex-map {
    height: 300px;
  }
  .q-main-office {
    margin: 20px 0;
  }
  .q-main-office__info {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
  }
  .q-main-office__img {
    margin-left: auto;
    display: none;
  }
  .q-contacts__list {
    flex-wrap: wrap;
  }
  .q-contacts__item {
    width: 100%;
  }
  .q-main-office__info,
  .q-contacts__item {
    padding: 25px 30px;
  }
  .q-main-office__title {
    margin-bottom: 16px;
  }
  .q-contacts__item-work-time {
    margin-bottom: 12px;
  }
  .q-contacts__item-phone {
    margin-bottom: 7px;
  }
  .q-contacts__list {
    margin-bottom: 50px;
  }
  .q-leaderships {
    margin: 0 -20px;
  }
  .q-leadership {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .q-leadership__content {
    padding: 24px 20px;
  }
  .q-leadership__name {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 12px;
  }
  .q-leadership__info-block ul li {
    padding: 0 0 12px 15px;
  }
  .q-leadership__info-block {
    padding: 0 0 10px;
  }
  .q-leadership__footer {
    padding: 24px 20px;
  }
  .q-leadership__socials-content {
    align-items: flex-start;
    flex-direction: column;
  }
  .q-leadership__site {
    margin: 5px 0 0;
  }
  .q-team__item {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
  }
  .q-team__item-img {
    margin-bottom: 10px;
  }
  .q-team__item-name {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .q-catalog-inner {
    padding: 70px 0;
  }
  .q-product-list__row._header-row {
    display: none;
  }
  .q-product-list__row {
    display: block;
	position: relative;
  }
  
  .q-product-list__col._img-col {
	display: flex;
    align-items: center;
  }
  .q-product-list__mobile-title {
	  display: block;
  }
  
  
  .q-product-list__col {
    width: 100% !important;
    display: flex;
    align-items: flex-start;
  }
  .q-product-list__col::before {
    content: attr(data-col-name);
    padding-right: 10px;
  }
  .q-product-list__col._img-col::before,
  .q-product-list__col._button-col::before,
  .q-product-list__col._toggle-icon-col::before {
    padding-right: 0;
  }
  .q-product-list__col._name-col,
  .q-product-list__col._year-col,
  .q-product-list__col._region-col,
  .q-product-list__col._price-col,
  .q-product-list__col._norm-col,
  .q-product-list__col._button-col {
    display: none;
  }
  ._opened-description .q-product-list__col._name-col,
  ._opened-description .q-product-list__col._year-col,
  ._opened-description .q-product-list__col._region-col,
  ._opened-description .q-product-list__col._price-col,
  ._opened-description .q-product-list__col._norm-col,
  ._opened-description .q-product-list__col._button-col {
    display: flex;
  }
  .q-product-description__main-img {
    width: 150px;
    height: 150px;
  }
  .q-product-description__col {
    padding-top: 0;
  }
  .q-error {
    padding: 70px 0;
  }
  .q-error__img {
    margin-bottom: 40px;
    max-width: 400px;
  }
  .q-error__title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .q-error__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .q-news-section {
    padding: 50px 0;
  }
  .q-news {
    flex-direction: column;
  }
  .q-news__content,
  .q-news__sidebar {
    width: 100%;
  }
  .q-news__sidebar {
    padding: 70px 0 0;
  }
  .q-news-inner {
    flex-direction: column;
  }
  .q-news-inner__sidebar {
    width: 100%;
    margin-bottom: 10px;
  }
  .q-news-inner__content {
    max-width: 100%;
  }
  .q-news-inner__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .q-news-inner__date,
  .q-news-inner img {
    margin-bottom: 20px;
  }
  .q-news-inner p {
    padding-bottom: 10px;
  }
  .q-news-teaser {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .q-news-inner__sm-title {
    font-size: 20px;
    line-height: 24px;
  }
  .q-news-inner__navi-item-text {
    font-size: 12px;
    line-height: 14px;
  }
  .q-news-inner__navi {
    margin-top: 10px;
  }
  .q-news-inner__tags {
    padding-top: 40px;
  }
  .q-news-teaser__info p {
    padding-bottom: 0;
  }
  .fancybox-container .q-callback-form {
    min-width: 200px;
  }
  .q-header__submenu-title {
    padding: 0 0 5px;
  }
  .q-header__menu li {
    position: relative;
  }
  .q-header__submenu {
    padding: 10px 20px;
  }
  .q-header__submenu ul,
  .q-header__submenu li {
    width: 100%;
  }
  .q-header__submenu li {
    border: none;
  }
  .q-header__submenu li a {
    padding: 10px 0;
  }
  .q-header__menu-toggle-icon {
    display: flex;
  }
  ._opened-submenu .q-header__submenu,
  ._submenu-visible .q-wrapper::before {
    opacity: 0;
    pointer-events: none;
  }
  ._opened-submenu._opened-mobile .q-header__submenu {
    opacity: 1;
    pointer-events: auto;
  }
  .q-header__submenu ul {
    column-count: auto;
  }
  .q-header__menu li a::before {
    display: none;
  }
  .q-callback-form__input-container {
    padding-left: 20px;
  }
  .q-footer__top .q-footer__col {
    width: 50%;
  }
  .q-footer__col._social-buttons-col {
    padding-top: 0;
  }
  .q-product-list__col._name-col {
	display: none !important;
}
	.q-product-description__main-img {
		display: none;
	}
	.q-product-list__col._toggle-icon-col {
		padding-right: 22px;
		position: absolute;
		right: 0;
		top: 9px;
		display: inline-block;
		width: 52px !important;
		border: 0;
	}
	.q-subscribe__form-button {
		margin-left: 35px;
	}

}
@media screen and (max-width: 767px) {
	.q-contacts-info__item {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	  }
	  .q-contacts-info__item:last-child {
		margin-bottom: 0;
	  }
	  .q-contacts-info__content {
		display: none;
	  }
	  .q-contacts-info {
		padding: 50px 0;
	  }
	  .q-contacts-info__title {
		padding-top: 0;
	  }
	
	.q-subscribe__form-button {
		width: 100%;
		height: 45px;
		margin-top: 18px;
		margin-left:0;
	}
	.q-subscribe__form {
		flex-wrap: wrap;
	}
  .q-map {
    margin-left: -417px;
  }
  .q-trade .q-inner {
    padding-bottom: 600px;
  }
  .q-what-we-buy__item {
    background-size: auto 70%;
  }
  .q-what-we-buy__item-name {
    font-size: 20px;
    line-height: 32px;
  }
  .q-additional-services__list {
    grid-template-columns: 1fr;
  }
  .q-additional-services__item {
    width: calc(100% - 20px);
  }
  .q-our-advantages__item {
    width: 100%;
  }
  .q-our-advantages__item,
  .q-our-advantages__title {
    text-align: center;
  }
  .q-our-advantages__text {
    margin: 0 auto;
  }
  .q-additional-services__item {
    min-height: 250px;
  }
  .q-additional-services__item-title {
    font-size: 22px;
    line-height: 26px;
  }
  .q-callback-form__row._double-cols {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }
  .q-callback-form__row._submit-row {
    padding-top: 0;
  }
  .q-simple-header > .q-inner {
    padding-top: 100px;
  }
  .q-simple-header__text {
    font-size: 16px;
    line-height: 28px;
    padding: 30px 0 20px;
  }
  .q-story {
    padding: 30px 0 45px;
  }
  .q-story__title {
    text-align: left;
    margin-bottom: 30px;
  }
  .q-story__year {
    vertical-align: top;
  }
  .q-story__year:nth-child(odd) {
    top: 0;
  }
  .q-story__year {
    width: 80%;
    margin-right: 20px;
  }
  .q-story__year-content {
    padding: 20px;
  }
  .q-story__year-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .q-story__year-img {
    height: 180px;
  }
  .q-story__years-content {
    width: calc(100% + 20px);
    margin-bottom: 40px;
    padding-bottom: 20px;
    overflow-x: auto;
    left: 0 !important;
  }
  .q-story__years-navi {
    display: none;
  }
  .q-story__company-info {
    padding-top: 0;
  }
  .q-story__company-info-item {
    padding: 20px;
  }
  .q-companies {
    padding-top: 30px;
  }
  .q-companies__item img {
    display: none;
  }
  .q-key-benefits__item {
    width: 100%;
  }
  .q-key-benefits-section {
    padding: 50px 0;
  }
  .q-company-details-section {
    padding: 35px 0 50px;
  }
  .q-company-details__title {
    padding-bottom: 20px;
  }
  .q-company-details__item-title {
    padding-bottom: 5px;
  }
  .q-company-details__item dl dt,
  .q-company-details__item dl dd {
    width: 100%;
    line-height: 18px;
  }
  .q-company-details__item dl dd {
    padding: 0 0 10px;
  }
  .q-company-details__footer {
    padding-top: 10px;
  }
  .q-company-details__footer {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .q-company-details__footer .q-button {
    min-width: 200px;
    margin: 0 0 10px;
  }
  .q-company-details__footer .q-button:last-child {
    margin-bottom: 0;
  }
  .q-our-mission__text {
    font-size: 21px;
    line-height: 34px;
    padding-bottom: 50px;
  }
  .q-our-mission__content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .q-our-mission__item {
    margin-bottom: 50px;
  }
  .q-our-mission__item:last-child {
    margin-bottom: 0;
  }
  .q-our-mission__item img {
    margin-bottom: 10px;
  }
  .q-teaser-block,
  .q-for-carriers {
    flex-direction: column;
  }
  .q-teaser-block__info-img,
  .q-for-carriers__info-img {
    max-width: 100%;
    margin-top: 20px;
  }
  .q-teaser-block-section {
    padding: 50px 0;
  }
  .q-for-carriers__info-text {
    padding-bottom: 0;
  }
  .q-inform-block {
    width: 100%;
    padding-bottom: 40px;
  }
  .q-inform-block:last-child {
    padding-bottom: 0;
  }
  .q-inform-block__main-title {
    padding-bottom: 40px;
  }
  .q-inform-block__img-container {
    min-height: 40px;
    margin-bottom: 10px;
  }
  .q-contacts__list {
    margin-bottom: 30px;
  }
  .q-contacts-section {
    padding-bottom: 50px;
  }
  .q-main-office__title {
    font-size: 24px;
  }
  .q-main-office__phone,
  .q-contacts__item-phone {
    font-size: 18px;
  }
  .q-main-office__title,
  .q-contacts__item-title {
    margin-bottom: 8px;
  }
  .q-main-office__address,
  .q-main-office__work-time,
  .q-main-office__email,
  .q-contacts__item-phone {
    margin-bottom: 5px;
  }
  .q-contacts__item-work-time {
    margin-bottom: 7px;
  }
  .q-callback-form__input-container {
    margin-bottom: 20px;
  }
  .q-for-carriers-section {
    padding: 50px 0;
  }
  .q-leaderships {
    flex-direction: column;
  }
  .q-leadership {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  .q-leadership:last-child {
    margin-bottom: 0;
  }
  .q-team__list {
    margin-bottom: -30px;
  }
  .q-team__item {
    width: calc(50% - 20px);
  }
  .q-team__item-name {
    max-width: 110px;
    font-size: 18px;
    line-height: 20px;
  }
  .q-leaderships-section,
  .q-team-section,
  .q-catalog-inner,
  .q-form-section,
  .q-product-not-found-section {
    padding: 50px 0;
  }
  .q-catalog__list + .q-ask-question {
    margin-top: 50px;
  }
  .q-product-description {
    flex-direction: column;
  }
  .q-product-description__col {
    padding-top: 20px;
  }
  .q-product-description__section {
    margin-bottom: 20px;
  }
  .q-product-list-section {
    padding: 50px 0 70px;
  }
  .q-error {
    padding: 50px 0;
  }
  .q-error__img {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .q-news__item {
    flex-direction: column;
  }
  .q-news__item-img,
  .q-search-news-section .q-news__item-img {
    width: 100%;
  }
  .q-news__item-info {
    padding: 20px 0 0;
  }
  .q-news__item-title {
    margin-bottom: 20px;
  }
  .q-news__search {
    margin-bottom: 20px;
  }
  .q-news__search-input {
    font-size: 18px;
    padding: 0 15px;
  }
  .q-news-teaser {
    flex-direction: column;
  }
  .q-news-teaser__title {
    padding-bottom: 10px;
  }
  .q-news-teaser__col._action-cols {
    padding-top: 20px;
  }
  .q-news-teaser__buttons {
    padding-top: 20px;
  }
  .q-news-inner__navi-item {
    padding: 0 5px 0 46px;
  }
  .q-news-inner__navi-item:last-child {
    padding: 0 46px 0 5px;
  }
  .q-news-inner__navi-item-btn {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .q-header-search__form-button {
    padding: 25px 45px;
  }
  .q-search-news-section {
    padding: 50px 0;
  }
  .q-footer__contacts {
    text-align: left;
  }
  .q-footer__contacts-info {
    flex: auto;
  }
  .q-footer__contacts .q-inner {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
  .q-footer__who-is {
    margin: 13px 0 0;
  }
  .parsley-errors-list {
    position: static;
    text-align: left;
    padding: 0;
  }
  .parsley-errors-list.filled {
    border: none;
  }
  .parsley-errors-list.filled::before {
    width: 1px;
    height: 100%;
    background: #ee3224;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .parsley-errors-list li::before {
    display: none;
  }
  .q-news-and-reviews__content {
    display: block;
  }
  .q-news-and-reviews__col {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .q-news-and-reviews__item,
  .q-news-and-reviews__item._lg-item {
    padding-top: 58%;
  }
  .q-news-and-reviews__item {
    display: block;
  }
  .q-news-and-reviews__item-text {
    font-size: 20px;
    line-height: 30px;
  }
  ._lg-item .q-news-and-reviews__item-content {
    width: 90%;
    min-height: 28%;
    height: auto;
  }
  .q-news-and-reviews__row {
    flex-direction: column;
  }
  .q-news-and-reviews__row._double-cols .q-news-and-reviews__item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .q-news-and-reviews__row._double-cols .q-news-and-reviews__item:last-child {
    margin-bottom: 0;
  }
  .fancybox-content {
    padding: 20px;
  }
  .q-send-request-info__item {
    display: block;
  }
  .q-footer__bottom,
  .q-footer__contacts {
    text-align: center;
  }
  .q-footer__cols {
    flex-direction: column;
  }
  .q-footer__col,
  .q-footer__col:first-child {
    width: 100%;
  }
  .q-footer__col._logo-col {
    text-align: center;
    padding-bottom: 20px;
  }
  .q-footer__logo img {
    max-width: 148px;
  }
  .q-footer__col._social-buttons-col {
    flex-direction: column;
  }
  .q-whatsapp-btn,
  .q-telegram-btn {
    width: 100%;
    justify-content: center;
    margin: 0 0 6px;
  }
  .q-footer__middle {
    margin-bottom: 18px;
  }
  .q-footer__bottom .q-inner,
  .q-footer__copyright {
    flex-direction: column;
  }
  .q-footer__copyright > * {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .q-footer__contacts .q-inner {
    padding-left: 46px;
    padding-right: 46px;
  }
  .q-footer__bottom {
    padding: 16px 0 10px;
  }
  .q-footer__top .q-footer__col {
    width: 100%;
  }
  .q-header-search__form {
    flex-wrap: wrap;
  }
  .q-header-search__form-input-area,
  .q-header-search__form-button {
    width: 100%;
    border-radius: 2px;
  }
  .q-header-search__form-button {
    margin-top: 10px;
    margin-right: 0;
    padding: 22px 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .q-header-search__form-input {
    margin-top: 6px;
  }
  .q-header__with-slider .q-header-search__container {
    padding-top: 0;
    align-items: center;
  }
  .q-main-slide__link,
  .q-send-order-btn {
    min-width: 100%;
  }
  .parsley-custom-error-message::before {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .q-news-teaser__buttons .q-button {
    width: 100%;
    margin: 0 0 10px;
  }
  .q-news-teaser__buttons .q-button:last-child {
    margin-bottom: 0;
  }
  .q-news-inner__navi-item {
    padding: 0 5px 0 40px;
  }
  .q-news-inner__navi-item:last-child {
    padding: 0 40px 0 5px;
  }
  .q-news-inner__navi-item-btn {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .q-news-inner__navi-item-text {
    font-size: 11px;
  }
  .q-news-and-reviews__item-text {
    font-size: 15px;
    line-height: 20px;
  }
  .q-catalog__item-content {
    padding: 15px;
  }
}

.q-for-carriers__numbers {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.q-for-carriers__numbers-files {
	padding-left: 117px;
	background-image: url('../img/files.svg');
	background-size: 80px auto;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 163px;
}
.q-for-carriers__numbers-number {
	font-style: normal;
	font-weight: 300;
	font-size: 64px;
	color: #75B140;
	line-height:100%;
}
.q-for-carriers__numbers-text {
	font-weight: 600;
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #434B56;
	margin-top: 10px;
}
.q-for-carriers__numbers-money {
	padding-left: 117px;
	background-image: url('../img/wallet.svg');
	background-size: 88px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 950px) {
	.q-for-carriers__numbers {
		justify-content: space-around;
	}
	.q-for-carriers__numbers-files {
		margin-right: 0;
	}
	.q-footer__btn-up {
		display: none;
	}
}
@media screen and (max-width: 830px) {
	.q-for-carriers__numbers {
		flex-wrap: wrap;
		justify-content:flex-start;
	}
	.q-for-carriers__numbers-files {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 500px) {
	.q-for-carriers__numbers-number {
		font-size: 36px;
	}
	.q-for-carriers__numbers-files, .q-for-carriers__numbers-money {
		background-size: 50px auto;
		padding-left: 73px;
	}
	.q-for-carriers__numbers-text {
		font-size: 11px;
	}
	.q-what-we-buy__item {
		background-size: auto 61% !important;
	}
}
.q-subscribe__form-input-area .q-callback-form__input-container {
	margin-bottom: 0;
}
@media screen and (max-width: 668px) {
	.q-catalog__item-content {
		background-size: auto 64%;
	}
}
.q-additional-services .q-header-form__success {
	margin-top: 50px;
}
.text-block ol {
    counter-reset: list;
}
.text-block ol>li {
    position: relative;
    margin-bottom: .3rem;
}
.text-block ol>li:before {
    content: counter(list);
    counter-increment: list;
    color: #72af32;
    margin-right: 10px;
}
.text-block ol ol {
    padding-left: 1rem;
    counter-reset: list1;
    margin-top: .3rem;
}
.text-block ol ul, ul ol, ul ul {
    margin-top: 1rem;
}
.text-block ul>li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: .3rem;
	margin-left: 20px;
}
.text-block ul>li:before {
    content: '';
    width: .3em;
    height: .3em;
    border-radius: 50%;
    background: #72af32;
    position: absolute;
    left: 0;
    top: .75em;
}
.text-block ol ol>li:before {
    content: counter(list) "." counter(list1);
    counter-increment: list1;
}
.text-block ol ol ol>li:before {
    content: counter(list) "." counter(list1) "." counter(list2);
    counter-increment: list2;
}
.text-block ol ol ol {
    counter-reset: list2;
}
.text-block li {
	font: 16px/28px "Conv_MuseoSansCyrl-300", sans-serif;
}
.text-block h2 {
	font: 21px/36px "Conv_MuseoSansCyrl-300", sans-serif;
	margin-top: 30px;
	margin-bottom: 10px;
}
.text-block b {
	font-weight: bold;
}
.text-block ul {
	margin-bottom: 30px;
}
.spam-protection {
  display: none;
}


.structure-info {
	background-size: cover;
	padding-top: 67px;
	padding-bottom: 98px;
	position: relative;
	background-position: center center;
}
.structure-info::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.q-holding-info__item_info {
	border: 0;
	color: #fff;
}
.q-holding-info__item_info__text {
	max-width: 443px;
	font-weight: 300;
	font-size: 28px;
	line-height: 36px;
}
.structure_app-image {
	margin-right: 10px;
}
.structure__zerno-image {
	max-width: 190px;
    margin-bottom: 48px;
    margin-right: 40px;
}
.q-holding-info__item-text_rezerv {
	max-width: 218px;
}
.structure__rezerv-image {
	max-height: 100%;
	position: absolute;
    right: 0;
}
.structure__resurs-image {
	max-width: 374px;
    position: absolute;
    right: 0;
}
.q-holding-info__item-text_resurs {
	max-width: 225px;
}
.q-holding-info__item-text_kz {
	max-width: 295px;
}
.structure__kz-image {
	max-width: 374px;
    position: absolute;
top: 20px;
    right: 0;
}

.q-holding-info__item:nth-child(2n) {
	border-left: 0;
}
.q-holding-info__item:nth-child(2), .q-holding-info__item:nth-child(3) {
	border-top: 1px solid #7A5754;
}
.q-holding-info__title_mobile {
	display: none;
}
.q-holding-info__item-text_trade {
	max-width: 148px;
}
@media screen and (max-width: 1225px) {
	.structure__resurs-image, .structure__rezerv-image {
		max-width: 49%;
	}
}
@media screen and (max-width: 993px) {
	.q-holding-info__item::after {
		height: 100%;
	}
	.q-holding-info__title_mobile {
		display: block;
	}
	.q-holding-info__title_desctop {
		display: none;
	}
	.q-holding-info__item_info__text {
		max-width: none;
	}
	.q-holding-info__item_info {
		border: 0;
		min-height: auto;
	}
	.q-holding-info__item_info::after {
		display: none;
	}
	.q-holding-info__title_mobile {
		margin: 0;
		margin-top: 30px;
	}
	.q-holding-info__item:nth-child(3) {
		border-top: none;
	}
	.q-holding-info__item:nth-child(2n) {
		border-left: 1px solid #7A5754;
	}
}
@media screen and (max-width: 769px) {
	.q-holding-info__item-text_rezerv, .q-holding-info__item-text_resurs, .q-holding-info__item-text_trade {
		max-width: none;
	}
}
@media screen and (max-width: 550px) {
	.q-holding-info__item_info__text {
		font-size: 18px;
		line-height: 29px;
	}
}

.q-holding-info__pretext {
	font-size: 28px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 57px;
}
.structure-info_index .q-holding-info__title {
	margin-left: 0;
}
.structure-info_index .q-holding-info__item:first-child {
	border-top: 1px solid #7A5754;
}
.structure-info_index .q-holding-info__item:nth-child(3) {
	border-top: 0;
}
.structure-info_index  .q-holding-info__title {
	padding-bottom: 35px;
}

.structure-info_index .q-holding-info__pagination {
	display: none;
	position: static;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.structure-info_index .q-holding-info__pagination .swiper-pagination-bullet {
	opacity: 1;
	background: transparent;
	width: 38px;
    height: 38px;
	position: relative;
	transition: .3s;
	user-select: none;
	outline: none;
}

.structure-info_index .q-holding-info__pagination .swiper-pagination-bullet::before {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background: #989898;
	content: '';
}
.structure-info_index .q-holding-info__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
}
.structure-info_index .q-holding-info__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.structure-info_index .banner-directions__circle canvas {
	width: 37px;
	opacity: 0;
}
.structure-info_index .q-holding-info__circle canvas {
	width: 37px;
	opacity: 0;
}
.structure-info_index .q-holding-info__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .q-holding-info__circle canvas {
	opacity: 1;
}
.structure-info_index .q-holding-info__list {
	margin: 0;
}
.structure-info_index .q-holding-info__item {
	height: auto;
}
.q-holding-info__item-title_switzerland {
	max-width: 160px;
}
.q-holding-info__content {
	z-index: 12;
    position: relative;
}

.q-holding-info__title {
    display: block;
    font: 12px/16px "Conv_MuseoSansCyrl-500", sans-serif;
    color: #72AF32;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 0 30px;
	margin-left: 50%;
  }
  
  .q-holding-info__list {
    display: flex;
    flex-wrap: wrap;
    margin: -1px -1px 0;
  }
  
  .q-holding-info__item {
    width: calc(50% - 2px);
    display: flex;
    min-height: 283px;
	border: 1px solid #7A5754;
	border-right: none;
	border-top:0;
	position: relative;
  }
  .q-holding-info__item::after {
	  position: absolute;
	  height: calc(100% + 1px);
	  top: 0;
	  right: 0;
	  background: linear-gradient(0deg, #72AF32, #72AF32), linear-gradient(107.75deg, #72AF32 0%, #4B9B3F 100%), #F8F8F8;
	  width: 3px;
	  content: '';
  }
  
  .q-holding-info__item-info {
    flex: 1;
    padding: 40px 25px 40px 40px;
    color: #fff;
  }
  
  .q-holding-info__item-title {
    display: block;
    font: 20px/36px "Conv_MuseoSansCyrl-300", sans-serif;
    padding-bottom: 30px;
  }
  
  .q-holding-info__item-text {
    font: 14px/24px "Conv_MuseoSansCyrl-100", sans-serif;
    /* min-height: 140px; */
    display: flex;
    align-items: center;
  }
  
  .q-holding-info__item img {
    align-self: flex-end;
  }
  
  .q-holding-info__item._absolute-img {
    position: relative;
  }
  
  .q-holding-info__item._absolute-img img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .q-holding-info__item._absolute-img .q-holding-info__item-info {
    padding-right: 292px;
  }

@media screen and (max-width: 993px) {
	.q-holding-info__pretext {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 38px;
	}
	.structure-info_index {
		padding-top: 37px;
		padding-bottom: 60px;
	}
	.structure-info_index .q-holding-info__item-info {
		padding-top: 40px;
		padding-bottom: 34px;
	}
	.structure-info_index .q-holding-info__item-title {
		color: #171717;
		padding-bottom: 30px;
	}
	.structure-info_index .q-holding-info__item-text {
		color: #171717;
		font-size: 14px;
		line-height: 24px;
		font-family: 'Conv_MuseoSansCyrl-300';
	}
	.structure-info_index .q-holding-info__title {
		padding-bottom: 24px;
	}
	.structure-info_index .q-holding-info__list {
		flex-wrap: nowrap;
		align-items: stretch;
		min-height: 100%;
	}
	.structure-info_index .q-holding-info__item {
		height: auto !important;
		background-color: #fff;
	}
	.structure-info_index .q-holding-info__pagination {
		display: flex;
	}
	.q-holding-info__item-title_switzerland {
		max-width: none;
	}
}

@media screen and (max-width: 767px) {
	.q-holding-info__header {
		padding: 0 0 40px;
	  }
	  .q-holding-info__header-text {
		font-size: 24px;
	  }
	  .q-holding-info__item-text {
		min-height: 50px;
	  }
	  .q-holding-info__item img {
		display: none;
	  }
	  .q-holding-info__item {
		min-height: 100px;
	  }
	  .q-holding-info__item._absolute-img .q-holding-info__item-info {
		padding-right: 27px;
	  }
	  .q-holding-info__item-title {
		line-height: 26px;
		color: #72AF32;
		padding-bottom: 10px;
	  }
	  .q-holding-info__title {
		padding: 0 0 20px;
	  }
}

@media screen and (max-width: 993px) and (min-width: 580px) {
	.q-main-slider__buttons {
		position: absolute;
		bottom: 44px;
		left: 50%;
		transform: translateX(-50%);
	}
	.q-main-slide__link {
		display: block;
	}
	.q-main-slide .q-inner {
		padding-bottom: 150px;
	}
}

.contacts__block {
    display: flex;
    background: #fff;
    box-shadow: 0 8px 30px rgb(0 0 0 / 4%);
    margin: -100px 0 50px;
    padding: 10px 13px 10px 77px;
	position: relative;
}
.contacts__block .contacts__item {
    background-color: transparent;
    box-shadow: none;
    padding: 32px 0 0 0;
	height: 100%;
}
.contacts__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.contacts__title .z3 {
    margin: 0 20px 0 0;
	font-size: 24px;
}
.contacts__title .text-small {
    color: #72af32;
	font-size: 14px;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.text-small {
    font-size: 14px;
}
.contacts__open-time {
    margin-top: 3px;
    font-size: 14px;
    color: #929292;
}
.contacts__mail {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 30px;
}
.contacts__mail a {
    border-color: transparent;
	color: #72af32;
    transition: .2s ease;
	text-decoration: none;
}
.contacts__phone {
    line-height: normal;
}
.contacts__phone a {
    font-size: 22px;
    color: #000;
    border: 0;
	text-decoration: none;
}
.contacts__map-link {
	color: #72af32;
	text-decoration: none;
    border-bottom: 1px solid currentColor;
}
.pdf-link {
    color: #929292;
    text-decoration: none;
    border-bottom: none;
}
.pdf-link svg {
    color: #72af32;
}
.icon-svg {
    width: 1em;
    height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    transition: fill .2s ease,stroke .2s ease;
	overflow: hidden;
    vertical-align: middle;
}
.contacts__block .contacts__img {
    position: relative;
    cursor: pointer;
	margin-left: auto;
    margin-bottom: 0;
    max-width: 495px;
	font-size: 0;
    line-height: 0;
}
.contacts__img::before {
    width: 24px;
    height: 24px;
    background: url('/local/media/img/icons/icon-gallery.svg');
    bottom: 10px;
    left: 10px;
    content: '';
    position: absolute;
    z-index: 3;
}
.contacts__img::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#539f3d 0,rgba(83,159,61,.56) 100%);
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s;
    content: '';
    position: absolute;
}
.contacts__img:hover::after {
    opacity: 1;
}
.how-to-get__header {
    padding-bottom: 57px;
}
.how-to-get__header--title {
    display: block;
    font-size: 28px;
    line-height: 36px;
    color: #000;
}
.how-to-get__item {
    display: inline-block;
    width: 100%;
    background-size: cover;
    padding: 55% 20px 20px;
    margin-right: 22px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    white-space: normal;
    border: none;
}
.how-to-get__item:last-child {
    margin-right: 0;
}
.how-to-get__item::before {
    width: 24px;
    height: 24px;
    background: url('/local/media/img/icons/icon-gallery.svg');
    top: 10px;
    right: 10px;
}
.how-to-get__item::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#539f3d 0,rgba(83,159,61,.56) 100%);
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s;
}
.how-to-get__item:hover::after {
    opacity: 1;
}
.how-to-get__item::after, .how-to-get__item::before {
    content: '';
    position: absolute;
}
.how-to-get__item::before, .how-to-get__item>* {
    z-index: 3;
}
.how-to-get__item--number {
    font-weight: 300;
    line-height: 18px;
    top: 20px;
}
.how-to-get__item--number, .how-to-get__item--title {
    font-size: 14px;
    position: absolute;
    left: 20px;
}
.how-to-get__item--title {
    width: calc(100% - 40px);
    bottom: 20px;
}
.swiper-scrollbar-drag {
    cursor: -webkit-grab;
    cursor: grab;
    background-color: #72af32!important;
}
.swiper-scrollbar {
    position: relative!important;
    left: 0!important;
    width: 100%!important;
    bottom: auto!important;
    margin-top: 10px;
}
.swiper-scrollbar-drag:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 900px) {
	.contacts__block {
		flex-wrap: wrap;
		padding: 0;
		background: 0 0;
		box-shadow: none;
	}
	.contacts__block .contacts__item {
		background: #fff;
		box-shadow: 0 8px 30px rgb(0 0 0 / 4%);
		padding: 40px 50px;
		margin-bottom: 30px;
	}
	.contacts__block .contacts__img, .contacts__block .contacts__img img, .contacts__block .contacts__item {
		width: 100%;
	}
	.contacts__block .contacts__img {
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.contacts__block .contacts__item {
		padding: 20px;
	}
	.z3, h3 {
		font-size: 20px;
	}
}
.fancybox-how-to-get .fancybox-infobar {
    font-size: 24px;
    font-weight: 300;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    color: #fff;
    mix-blend-mode: normal;
}
.fancybox-how-to-get .fancybox-caption__body {
    text-align: center;
    font-size: 24px;
    padding: 0 50px 25px;
    max-height: none;
    font-weight: 300;
}
.fancybox-slide {
    padding: 20px!important;
}

@media screen and (max-width: 600px) {
	.fancybox-how-to-get .fancybox-infobar {
		font-size: 18px;
		top: 30px;
	}
	.fancybox-how-to-get .fancybox-caption {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fancybox-how-to-get .fancybox-caption__body {
		padding: 0 0 5px;
		font-size: 16px;
	}
}