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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
@font-face {
  font-family: 'Conv_MuseoSansCyrl_0';
  src: url('../fonts/MuseoSansCyrl_0.eot');
  src: local('☺'), url('../fonts/MuseoSansCyrl_0.woff') format('woff'), url('../fonts/MuseoSansCyrl_0.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_MuseoSansCyrl_2';
  src: url('../fonts/MuseoSansCyrl_2.eot');
  src: local('☺'), url('../fonts/MuseoSansCyrl_2.woff') format('woff'), url('../fonts/MuseoSansCyrl_2.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_MuseoSansCyrl_3';
  src: url('../fonts/MuseoSansCyrl_3.eot');
  src: local('☺'), url('../fonts/MuseoSansCyrl_3.woff') format('woff'), url('../fonts/MuseoSansCyrl_3.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
strong {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
body {
  font-size: 1rem;
  color: #222222;
  font-family: 'Conv_MuseoSansCyrl_0', sans-serif;
}
@media (max-width: 960px) {
  body {
    font-size: 1rem;
  }
}
body sup {
  font-size: 2.2vw;
  vertical-align: super;
}
.container {
  width: 80vw;
  display: flex;
}
@media (max-width: 960px) {
  .container {
    width: 100%;
    flex-direction: column;
    padding: 0 5vw;
  }
}
img {
  max-width: 100%;
  height: auto;
}
input:focus,
input,
textarea,
textarea:hover,
body a,
body a:hover,
.animate,
.animate:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.animate-slow,
.animate-slow:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hide {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
}
.cover-size {
  background-size: cover!important;
}
.rounded {
  -webkit-border-radius: 0.5vw;
  -moz-border-radius: 0.5vw;
  border-radius: 0.5vw;
}
@media (max-width: 960px) {
  .rounded {
    -webkit-border-radius: 1.2vw;
    -moz-border-radius: 1.2vw;
    border-radius: 1.2vw;
  }
}
.shadow {
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.04);
}
header {
  background: #2a3f76;
  width: 100%;
  position: fixed;
  z-index: 105;
}
@media (max-width: 960px) {
  header {
    z-index: 499;
  }
}
header .mobile-menu {
  display: none;
  flex-direction: column;
  width: 90vw;
  background: #2a3f76;
  box-shadow: 0 0 7vw rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  height: 100vh;
  right: -150vw;
}
header .mobile-menu.open {
  right: 0;
}
@media (max-width: 960px) {
  header .mobile-menu {
    display: flex;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu {
    width: 50vw;
  }
}
header .mobile-menu .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 5vw 0 5vw;
}
header .mobile-menu .header .close {
  width: 14vw;
  height: 14vw;
  background: #ffdd49;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu .header .close {
    width: 7vw;
    height: 7vw;
  }
}
header .mobile-menu .header .close svg {
  width: 9vw;
  height: 9vw;
  fill: #2a3f76;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu .header .close svg {
    width: 4vw;
    height: 4vw;
  }
}
header .mobile-menu .header .phone a {
  color: #FFF;
  text-decoration: none;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  display: flex;
  align-items: center;
  font-size: 7vw;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu .header .phone a {
    font-size: 3.5vw;
  }
}
header .mobile-menu .header .phone a span {
  font-size: 4vw;
  margin-right: 1.5vw;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu .header .phone a span {
    font-size: 2vw;
    margin-right: 0.5vw;
  }
}
header .mobile-menu .content {
  height: calc(100vh - 10vh);
  overflow: scroll;
}
header .mobile-menu menu {
  padding: 2vw;
}
header .mobile-menu menu.catalog {
  background: #ffdd49;
  padding-bottom: 8vw;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu menu.catalog {
    padding-bottom: 4vw;
  }
}
header .mobile-menu menu.catalog ul li a {
  color: #222222;
  font-size: 6vw;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  header .mobile-menu menu.catalog ul li a {
    font-size: 6vw;
  }
}
header .mobile-menu menu.catalog ul li a::before {
  display: none;
}
header .mobile-menu menu.catalog ul li .swg-wr {
  width: 30%;
  text-align: left;
}
header .mobile-menu menu.catalog ul li .swg-wr svg {
  width: 3.5vw;
  height: 3.5vw;
  margin-left: 2vw;
  fill: #222222;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu menu.catalog ul li .swg-wr svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
header .mobile-menu menu.catalog ul li ul li:first-child {
  display: block;
}
header .mobile-menu menu.catalog ul li ul li a {
  font-size: 5.2vw;
  padding-bottom: 10px;
  padding-left: 7vw;
  font-family: 'Conv_MuseoSansCyrl_0', sans-serif;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu menu.catalog ul li ul li a {
    font-size: 3vw;
  }
}
header .mobile-menu menu ul {
  flex-direction: column;
}
header .mobile-menu menu ul li {
  padding: 3vw 0;
}
@media (max-width: 960px) {
  header .mobile-menu menu ul li {
    padding: 1.5vw 0;
  }
}
header .mobile-menu menu ul li:last-child {
  margin-bottom: 0;
}
header .mobile-menu menu ul li.open a svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .mobile-menu menu ul li ul {
  margin-top: 2vw;
  margin-bottom: 1vw;
  display: none;
}
header .mobile-menu menu ul li ul li {
  padding: 2vw 0;
}
@media (max-width: 960px) {
  header .mobile-menu menu ul li ul li {
    padding: 0.2vw 0;
  }
}
header .mobile-menu menu ul li ul li a {
  font-size: 5.2vw;
  padding-bottom: 10px;
  padding-left: 7vw;
  font-family: 'Conv_MuseoSansCyrl_0', sans-serif;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu menu ul li ul li a {
    font-size: 3vw;
  }
}
header .mobile-menu menu ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 5vw;
  justify-content: left;
  padding-left: 5vw;
}
@media (max-width: 960px) {
  header .mobile-menu menu ul li a {
    font-size: 6vw;
  }
}
header .mobile-menu menu ul li a .swg-wr {
  width: 30%;
  text-align: left;
}
header .mobile-menu menu ul li a .swg-wr svg {
  width: 2.5vw;
  height: 2.5vw;
  margin-left: 1.5vw;
  fill: #FFF;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .mobile-menu menu ul li a .swg-wr svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
header.scrolled .container {
  padding: 0.8vw 0;
}
header.scrolled .container .logo {
  width: 8vw;
  margin: auto 0;
}
header.scrolled .container .menu-block-top {
  display: flex;
}
header.scrolled .container .menu-block-top a.phone {
  font-size: 1.4vw;
}
header.scrolled .container .menu-block-top a.phone span {
  font-size: 1vw;
}
header.scrolled .container .menu-block-top a.phone svg {
  width: 1.5vw;
  height: 1.5vw;
}
header.scrolled .container .menu-block menu {
  margin-top: 1.4vw;
}
header.scrolled .container .menu-block menu li a {
  font-size: 1.25vw;
}
header.scrolled .container .menu-block menu li a svg {
  width: 0.6vw;
  height: 0.6vw;
}
header.scrolled .container .right-block a {
  margin-left: 0.7vw;
}
header.scrolled .container .right-block a svg {
  width: 2vw;
  height: 2vw;
}
@media (max-width: 960px) {
  header.scrolled .container .right-block a svg {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header.scrolled .container .right-block a svg {
    width: 3vw;
    height: 3vw;
  }
}
header.scrolled .container .right-block a.cart .number {
  margin-top: 1.5vw;
  font-size: 0.9vw;
  width: 1vw;
  height: 1vw;
  margin-left: 1vw;
}
@media (max-width: 960px) {
  header.scrolled .container .right-block a.cart .number {
    margin-top: 3.5vw;
    font-size: 2vw;
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 2.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header.scrolled .container .right-block a.cart .number {
    margin-top: 2.5vw;
    font-size: 1.4vw;
    width: 2vw;
    height: 2vw;
    margin-left: 1.5vw;
  }
}
header.scrolled .container .right-block .mobile-burger svg {
  width: 5vw;
  height: 5vw;
}
@media (min-width: 568px) and (max-width: 960px) {
  header.scrolled .container .right-block .mobile-burger svg {
    width: 4vw;
    height: 4vw;
  }
}
header.scrolled > menu .container {
  padding: 0;
}
header.scrolled > menu ul li a {
  padding: 0.8vw 0.9vw;
  font-size: 1.1vw;
}
header.scrolled + div {
  padding-top: 9.7vw;
}
@media (max-width: 960px) {
  header.scrolled + div {
    padding-top: 7.8vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header.scrolled + div {
    padding-top: 7.8vw;
  }
}
header .container {
  padding: 1vw 0;
  justify-content: space-between;
}
@media (max-width: 960px) {
  header .container {
    flex-direction: row;
    padding: 3vw 5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header .container {
    padding: 1vw 5vw;
  }
}
header .container .logo {
  width: 8vw;
}
@media (max-width: 960px) {
  header .container .logo {
    width: 18vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header .container .logo {
    width: 10vw;
  }
}
header .container .logo img {
  width: 100%;
  height: auto;
}
header .container .menu-block {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 960px) {
  header .container .menu-block {
    display: none;
  }
}
header .container .menu-block a {
  color: #FFF;
  text-decoration: none;
}
header .container .menu-block-top {
  display: flex;
}
header .container .menu-block-top a.phone {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.7vw;
  display: flex;
  align-items: center;
}
header .container .menu-block-top a.phone svg {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0.5vw;
  fill: #FFF;
}
header .container .menu-block-top a.phone span {
  font-size: 1.5vw;
}
header .container .menu-block-top .translate {
  margin-left: 2vw;
}
header .container .menu-block-top .translate span {
  color: rgba(0, 0, 0, 0.7);
}
header .container .menu-block menu {
  margin-top: 1.2vw;
}
header .container .menu-block menu li {
  margin-right: 1.3vw;
}
header .container .menu-block menu li:last-child {
  margin-right: 0;
}
header .container .menu-block menu li a {
  font-size: 1.2vw;
  text-transform: uppercase;
}
header .container .menu-block menu li a svg {
  fill: #FFF;
  width: 0.5vw;
  height: 0.5vw;
  margin-left: 0.4vw;
}
header .container .menu-block menu li .sub-menu-container {
  padding-top: 0.5vw;
  position: absolute;
  z-index: 104;
  display: none;
}
header .container .menu-block menu li:hover .sub-menu-container {
  display: block;
}
header .container .menu-block menu li:hover svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .container .menu-block menu li ul {
  background: #FFF;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.3);
  flex-direction: column;
  border-radius: 0.5vw;
  overflow: hidden;
}
header .container .menu-block menu li ul li {
  width: 100%;
}
header .container .menu-block menu li ul li a {
  padding: 1vw 2vw;
  color: #222222;
  width: 100%;
  display: block;
  font-size: 1.1vw !important;
  text-transform: none;
}
header .container .menu-block menu li ul li a:before {
  background: rgba(0, 0, 0, 0.06);
}
header .container .right-block {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .container .right-block .mobile-burger {
  display: none;
  border-left: 0.5vw solid rgba(255, 255, 255, 0.4);
  padding-left: 5vw;
  margin-left: 5vw;
}
@media (max-width: 960px) {
  header .container .right-block .mobile-burger {
    display: flex;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header .container .right-block .mobile-burger {
    margin-left: 2vw;
    padding-left: 2vw;
    border-left: 0.2vw solid rgba(255, 255, 255, 0.4);
  }
}
header .container .right-block .mobile-burger svg {
  width: 11vw;
  height: 11vw;
  fill: #FFF;
}
@media (min-width: 568px) and (max-width: 960px) {
  header .container .right-block .mobile-burger svg {
    width: 5vw;
    height: 5vw;
  }
}
header .container .right-block a {
  display: flex;
  margin-right: 1vw;
}
@media (max-width: 960px) {
  header .container .right-block a {
    margin-right: 2vw;
  }
}
header .container .right-block a svg {
  width: 2.4vw;
  height: 2.4vw;
  fill: #FFF;
}
@media (max-width: 960px) {
  header .container .right-block a svg {
    width: 8vw;
    height: 8vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header .container .right-block a svg {
    width: 4vw;
    height: 4vw;
  }
}
header .container .right-block a.cart {
  margin-right: 0;
  justify-content: center;
  text-decoration: none;
  border-left: 1px solid #FFF;
  padding-left: 1vw;
  position: relative;
}
header .container .right-block a.cart .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  background: #ffdd49;
  color: #222222;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 0.9vw;
  position: absolute;
  margin-top: 1.8vw;
  right: -0.3vw;
}
@media (max-width: 960px) {
  header .container .right-block a.cart .number {
    width: 4vw;
    height: 4vw;
    font-size: 3vw;
    margin-top: 6.5vw;
    margin-left: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  header .container .right-block a.cart .number {
    width: 2.5vw;
    height: 2.5vw;
    font-size: 2vw;
    margin-top: 3vw;
    margin-left: 2vw;
  }
}
header menu ul {
  display: flex;
}
header menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #222222;
}
header > menu {
  background: #ffdd49;
  width: 100%;
  font-size: 1.4vw;
  overflow: hidden;
}
@media (max-width: 960px) {
  header > menu {
    display: none;
  }
}
header > menu .container {
  padding: 0;
  justify-content: flex-start;
}
header > menu ul li:last-child {
  margin-right: 0;
}
header > menu ul li:first-child {
  text-transform: uppercase;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
header > menu ul li:first-child a {
  padding-left: 0;
}
header > menu ul li a {
  padding: 1.1vw 1vw;
  font-size: 1.1vw;
  overflow: hidden;
  text-transform: uppercase;
}
header > menu ul li a:hover {
  color: #222222 !important;
}
header > menu ul li a::before {
  background: #f3d346 !important;
}
header > menu ul li a svg {
  width: 0.7vw;
  height: 0.7vw;
  margin-left: 0.3vw;
}
header > menu ul li:hover svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header > menu ul li:hover ul {
  display: block;
}
header > menu ul li ul {
  position: absolute;
  flex-direction: column;
  background: #ffdd49;
  display: none;
}
header > menu ul li ul li {
  width: 100%;
}
header > menu ul li ul li:first-child {
  text-transform: none;
  font-family: 'Conv_MuseoSansCyrl_0', sans-serif;
}
header > menu ul li ul li:first-child a {
  padding: 0.7vw 1.3vw;
}
header > menu ul li ul li a {
  background: #ffdd49;
  font-size: 1.2vw;
  padding: 0.7vw 1.3vw !important;
  display: block;
  width: 100%;
  text-transform: none;
}
.slider {
  height: 90vh;
  overflow: hidden;
}
@media (max-width: 960px) {
  .slider {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}
.slider .nav {
  position: absolute;
  height: calc(80vh - 9.5vw);
  display: flex;
  align-items: center;
  cursor: pointer;
  left: 2vw;
  z-index: 104;
}
@media (max-width: 960px) {
  .slider .nav {
    height: 80vh;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .nav {
    height: 40vw;
  }
}
.slider .nav:hover svg {
  opacity: 0.8;
}
.slider .nav svg {
  width: 4vw;
  height: auto;
  fill: #FFF;
  opacity: 0.4;
}
@media (max-width: 960px) {
  .slider .nav svg {
    width: 9vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .nav svg {
    width: 6vw;
  }
}
.slider .nav.next {
  left: auto;
  right: 2vw;
}
.slider .nav.prev {
  left: 2vw;
}
.slider .nav.prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.slider .swiper-wrapper .swiper-slide {
  display: flex;
  height: 100%;
  width: 100%;
}
.slider .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  opacity: 0.2;
  right: 10vw;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide .bg {
    top: 50vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide .bg {
    top: 0;
  }
}
.slider .swiper-wrapper .swiper-slide .bg img {
  width: 60vw;
  height: auto;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide .bg img {
    width: 150vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide .bg img {
    width: 80vw;
  }
}
.slider .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 7vw 18vw;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #FFF;
  align-items: center;
  position: relative;
  z-index: 101;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a {
    flex-direction: column;
    padding: 10vw 10px;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a {
    padding: 5vw 15vw;
    flex-direction: row;
  }
}
.slider .swiper-wrapper .swiper-slide a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slider .swiper-wrapper .swiper-slide a .image {
  width: 30%;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .image {
    width: 45%;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .image {
    width: 30%;
  }
}
.slider .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
  height: auto;
}
.slider .swiper-wrapper .swiper-slide a .info {
  width: 65%;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info {
    width: 100%;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info {
    width: 65%;
  }
}
.slider .swiper-wrapper .swiper-slide a .info .price {
  border-bottom: 0.4vw solid #FFF;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 4vw;
  display: inline-block;
  margin-bottom: 2vw;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .price {
    font-size: 10vw;
    margin-bottom: 4vw;
    border-bottom: 1.2vw solid #FFF;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .price {
    font-size: 5vw;
    border-bottom: 0.8vw solid #FFF;
  }
}
.slider .swiper-wrapper .swiper-slide a .info .price sup {
  font-size: 2.2vw;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .price sup {
    font-size: 5.8vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .price sup {
    font-size: 3vw;
  }
}
.slider .swiper-wrapper .swiper-slide a .info .title {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 4vw;
  margin-bottom: 1.5vw;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .title {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.slider .swiper-wrapper .swiper-slide a .info .text {
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-weight: 300;
}
@media (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .text {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .slider .swiper-wrapper .swiper-slide a .info .text {
    font-size: 2vw;
    line-height: 3vw;
  }
}
.products {
  flex-direction: column;
}
.products .tab-header {
  display: flex;
  justify-content: space-between;
  padding: 1.5vw 0;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .products .tab-header {
    flex-direction: column;
    align-items: center;
    padding: 5vw 0;
  }
}
.products .tab-header .tabs {
  display: flex;
}
.products .tab-header .tabs .tab {
  color: rgba(0, 0, 0, 0.4);
  padding: 1vw 2vw;
  margin-right: 0.5vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.6vw;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 960px) {
  .products .tab-header .tabs .tab {
    font-size: 4.5vw;
    padding: 3.5vw 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .products .tab-header .tabs .tab {
    font-size: 3vw;
    padding: 2vw 3vw;
  }
}
.products .tab-header .tabs .tab:last-child {
  margin-right: 0;
}
.products .tab-header .tabs .tab:hover {
  color: #2a3f76;
}
.products .tab-header .tabs .tab.active {
  background: #2a3f76;
  color: #FFF;
}
.products .tab-header .tabs .tab.active:hover {
  color: #FFF;
}
.products .items .row {
  display: flex;
}
.products .items .item {
  width: 24%;
  padding: 2vw;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .products .items .item {
    width: 90vw;
    border-right: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding: 7vw 0;
    text-align: center;
  }
  .products .items .item .woocommerce-product-rating {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .products .items .item {
    float: left;
    margin-right: 4%;
    padding: 5vw 0;
  }
}
.products .items .item:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .products .items .item:last-child {
    border-bottom: none;
  }
}
.products .items .item:hover a.product h2 {
  text-decoration: underline;
}
.products .items .item .tags {
  position: absolute;
  margin-top: -0.3vw;
  margin-left: -0.3vw;
}
@media (max-width: 960px) {
  .products .items .item .tags {
    margin-left: 0;
    margin-top: -3vw;
  }
}
.products .items .item .tags .tag {
  padding: 0.4vw 0.5vw;
  border-radius: 0.2vw;
  font-size: 0.8vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 960px) {
  .products .items .item .tags .tag {
    font-size: 5vw;
    padding: 1vw 2vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .products .items .item .tags .tag {
    font-size: 3vw;
  }
}
.products .items .item .tags .tag.new {
  background: #bbdb70;
}
.products .items .item .tags .tag.top {
  background: #ff8362;
}
.products .items .item a {
  text-decoration: none;
  color: #222222;
}
.products .items .item a.category {
  display: inline-block;
  background: #ffdd49;
  padding: 0.3vw 0.5vw;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-family: 'Conv_MuseoSansCyrl_2', sans-serif;
  margin-top: 0.5vw;
}
@media (max-width: 960px) {
  .products .items .item a.category {
    margin-top: 3vw;
    padding: 1.5vw 2vw;
    font-size: 3.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .products .items .item a.category {
    font-size: 2vw;
  }
}
.products .items .item a.category:hover {
  color: #FFF;
}
.products .items .item a.category::before {
  background: #2a3f76;
}
.products .items .item a.product img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .products .items .item a.product img {
    width: 70%;
    height: auto;
  }
}
.products .items .item a.product h2 {
  font-size: 1.4vw;
  line-height: 1.8vw;
  margin-top: 1vw;
}
@media (max-width: 960px) {
  .products .items .item a.product h2 {
    font-size: 6vw;
    margin-top: 5vw;
    line-height: 7vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .products .items .item a.product h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin-top: 2vw;
  }
}
.products .items .item a.product .author {
  margin-top: 0.3vw;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9vw;
}
@media (max-width: 960px) {
  .products .items .item a.product .author {
    margin-top: 5vw;
    font-size: 4.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .products .items .item a.product .author {
    margin-top: 3vw;
  }
}
.products .items .item a.product .price {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.6vw;
  color: #2a3f76;
  margin-top: 1vw;
}
@media (max-width: 960px) {
  .products .items .item a.product .price {
    font-size: 9vw;
    margin-top: 3vw;
  }
}
.products .items .item a.product .price sup {
  font-size: 1.5vw;
}
@media (max-width: 960px) {
  .products .items .item a.product .price sup {
    font-size: 5vw;
  }
}
.products.front .items .item {
  width: 100%;
}
@media (max-width: 960px) {
  .sort {
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 1vw;
    margin-top: 3vw;
    padding: 3vw 7vw;
    font-size: 4vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .sort {
    font-size: 2vw;
    padding: 2vw 4vw;
  }
}
.sort .active {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sort svg {
  width: 1vw;
  height: 1vw;
  margin-right: 1vw;
}
@media (max-width: 960px) {
  .sort svg {
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .sort svg {
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
  }
}
.sort svg.hr {
  width: 0.5vw;
  height: 0.5vw;
  margin-right: 0;
  margin-left: 0.5vw;
}
@media (max-width: 960px) {
  .sort svg.hr {
    width: 2vw;
    height: 2vw;
    margin-left: 1.2vw;
  }
}
.line-hr {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
}
.authors {
  flex-direction: column;
  padding-bottom: 2.5vw;
}
@media (max-width: 960px) {
  .authors {
    padding-bottom: 8vw;
  }
}
.authors .header {
  display: flex;
  align-items: center;
  padding: 2vw 0 2vw;
}
@media (max-width: 960px) {
  .authors .header {
    padding: 8vw 0 3vw;
    flex-direction: column;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .authors .header {
    padding: 5vw 0 2vw;
  }
}
.authors .header a {
  text-decoration: none;
}
.authors .header a.title {
  padding: 1vw 2vw;
  margin-right: 1.5vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.6vw;
  text-transform: uppercase;
  background: #2a3f76;
  color: #FFF;
}
@media (max-width: 960px) {
  .authors .header a.title {
    padding: 3vw 5vw;
    font-size: 6vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .authors .header a.title {
    padding: 2vw 4vw;
    font-size: 4vw;
  }
}
.authors .header a.title::before {
  background: #ffdd49;
}
.authors .header a.title:hover {
  color: #222222;
}
.authors .header a.all {
  display: flex;
  color: #222222;
  opacity: 0.5;
  align-items: center;
}
@media (max-width: 960px) {
  .authors .header a.all {
    font-size: 4vw;
    margin-top: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .authors .header a.all {
    margin-top: 2vw;
    font-size: 3vw;
  }
}
.authors .header a.all:hover {
  opacity: 1;
}
.authors .header a.all svg {
  width: 0.8vw;
  height: 0.8vw;
  margin-left: 0.4vw;
}
@media (max-width: 960px) {
  .authors .header a.all svg {
    width: 4vw;
    height: 4vw;
    margin-left: 2vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .authors .header a.all svg {
    width: 3vw;
    height: 3vw;
    margin-left: 1vw;
  }
}
.authors .items {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .authors .items {
    width: 90vw;
    margin-top: 3vw;
  }
}
.authors .items .nav {
  position: absolute;
  height: 17.5vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.2;
}
@media (max-width: 960px) {
  .authors .items .nav {
    height: 60vw;
  }
}
.authors .items .nav svg {
  width: 5vw;
  height: auto;
}
@media (max-width: 960px) {
  .authors .items .nav svg {
    width: 15vw;
  }
}
.authors .items .nav:hover {
  opacity: 0.7;
}
.authors .items .nav.next {
  right: 5vw;
}
@media (max-width: 960px) {
  .authors .items .nav.next {
    right: 0;
  }
}
.authors .items .nav.prev {
  left: 5vw;
}
@media (max-width: 960px) {
  .authors .items .nav.prev {
    left: 0;
  }
}
.authors .items .nav.prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.authors .items .inner {
  display: flex;
  justify-content: flex-start;
  width: 600vw;
}
@media (max-width: 960px) {
  .authors .items .inner {
    width: 9999px;
  }
}
.authors .items .inner .item {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222222;
  text-decoration: none;
  text-align: center;
  padding: 0 1.5vw;
}
@media (max-width: 960px) {
  .authors .items .inner .item {
    width: 90vw;
    padding: 0 8vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .authors .items .inner .item {
    padding: 0 12vw;
  }
}
.authors .items .inner .item:hover .name {
  color: #2a3f76;
  text-decoration: underline;
}
.authors .items .inner .item .name {
  margin-top: 0.7vw;
  font-size: 2vw;
  margin-bottom: 0.3vw;
}
@media (max-width: 960px) {
  .authors .items .inner .item .name {
    font-size: 8vw;
    margin-top: 3vw;
    margin-bottom: 1.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .authors .items .inner .item .name {
    font-size: 6vw;
  }
}
@media (max-width: 960px) {
  .authors .items .inner .item .number {
    font-size: 4vw;
    opacity: 0.5;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .authors .items .inner .item .number {
    font-size: 2.5vw;
  }
}
.authors .items .inner .item img {
  width: 13vw;
  border-radius: 50%;
  height: 13vw;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 960px) {
  .authors .items .inner .item img {
    width: 50vw;
    height: 50vw;
  }
}
.front-news {
  display: flex;
}
.front-news .news,
.front-news .interesting {
  width: 50%;
}
@media (max-width: 960px) {
  .front-news .news,
  .front-news .interesting {
    width: 100%;
  }
}
.front-news .news a.title,
.front-news .interesting a.title {
  padding: 1vw 2vw;
  margin-right: 1.5vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.6vw;
  text-transform: uppercase;
  background: #2a3f76;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 960px) {
  .front-news .news a.title,
  .front-news .interesting a.title {
    padding: 3vw 5vw;
    font-size: 6vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .front-news .news a.title,
  .front-news .interesting a.title {
    padding: 2vw 4vw;
    font-size: 4vw;
  }
}
.front-news .news a.title::before,
.front-news .interesting a.title::before {
  background: #ffdd49;
}
.front-news .news a.title:hover,
.front-news .interesting a.title:hover {
  color: #222222;
}
.front-news .news {
  padding: 2vw 2vw 2vw 0;
}
@media (max-width: 960px) {
  .front-news .news {
    padding: 7vw 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.front-news .news .header {
  display: flex;
}
@media (max-width: 960px) {
  .front-news .news .header {
    flex-direction: column;
    align-items: center;
  }
}
.front-news .news .header a {
  text-decoration: none;
}
.front-news .news .header a.rss {
  display: flex;
  color: #222222;
  opacity: 0.5;
  align-items: center;
}
@media (max-width: 960px) {
  .front-news .news .header a.rss {
    font-size: 4vw;
    margin-top: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .front-news .news .header a.rss {
    font-size: 3vw;
  }
}
.front-news .news .header a.rss:hover {
  opacity: 1;
}
.front-news .news .header a.rss svg {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 0.4vw;
}
@media (max-width: 960px) {
  .front-news .news .header a.rss svg {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .front-news .news .header a.rss svg {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.front-news .news .items a.item {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #222222;
  margin-top: 2vw;
}
@media (max-width: 960px) {
  .front-news .news .items a.item {
    margin-top: 10vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .front-news .news .items a.item {
    margin-top: 5vw;
  }
}
.front-news .news .items a.item:hover .text h3 {
  color: #2a3f76;
  text-decoration: underline;
}
.front-news .news .items a.item .image {
  width: 35%;
  position: relative;
}
.front-news .news .items a.item .image .tag {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #ffdd49;
  padding: 0.3vw 0.5vw;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-family: 'Conv_MuseoSansCyrl_2', sans-serif;
  margin-bottom: 3px;
}
.front-news .news .items a.item .image img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.front-news .news .items a.item .text {
  width: 60%;
}
.front-news .news .items a.item .text h3 {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.8vw;
}
@media (max-width: 960px) {
  .front-news .news .items a.item .text h3 {
    font-size: 5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .front-news .news .items a.item .text h3 {
    font-size: 3.5vw;
  }
}
.front-news .news .items a.item .text-info {
  margin-top: 0.5vw;
  font-size: 1.1vw;
  line-height: 1.4vw;
}
@media (max-width: 960px) {
  .front-news .news .items a.item .text-info {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-top: 1vw;
  }
}
.front-news .news .items a.more {
  background: rgba(0, 0, 0, 0.04);
  padding: 1.5vw 0;
  display: flex;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-top: 1.5vw;
  align-items: center;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.6vw;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .front-news .news .items a.more {
    margin-top: 7vw;
    font-size: 5vw;
    padding: 5vw 0;
  }
}
.front-news .news .items a.more::before {
  background: rgba(0, 0, 0, 0.05);
}
.front-news .news .items a.more svg {
  width: 2vw;
  height: 2vw;
  margin-right: 1vw;
  fill: rgba(0, 0, 0, 0.15);
}
@media (max-width: 960px) {
  .front-news .news .items a.more svg {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
}
.front-news .interesting a.title {
  margin-top: 2vw;
  margin-left: 2vw;
  position: absolute;
}
.front-news .interesting a.item {
  width: 100%;
  height: 70%;
  display: block;
  text-decoration: none;
}
@media (max-width: 960px) {
  .front-news .interesting a.item {
    height: 80vw;
  }
}
.front-news .interesting a.item .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2vw;
  align-items: flex-start;
  height: 100%;
}
.front-news .interesting a.item .content:hover {
  background: rgba(0, 0, 0, 0.4);
}
.front-news .interesting a.item .content .title {
  background: #2a3f76;
  color: #FFF;
  padding: 0.5vw;
  display: block;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  text-transform: uppercase;
  font-size: 2.1vw;
}
@media (max-width: 960px) {
  .front-news .interesting a.item .content .title {
    font-size: 6vw;
    padding: 4vw;
  }
}
.front-news .interesting a.item .content .info {
  background: #ffdd49;
  color: #222222;
  display: inline-block;
  margin-top: 0.3vw;
  text-transform: uppercase;
  font-size: 1.3vw;
  padding: 0.5vw 2vw;
}
@media (max-width: 960px) {
  .front-news .interesting a.item .content .info {
    margin-top: 1vw;
    padding: 2vw;
    font-size: 4vw;
  }
}
.front-news .interesting a.item-small {
  width: 49.4%;
  height: 100%;
}
@media (max-width: 960px) {
  .front-news .interesting a.item-small {
    width: 100%;
    height: 80vw;
  }
}
.front-news .interesting a.item-small .content .title {
  font-size: 1.4vw;
}
@media (max-width: 960px) {
  .front-news .interesting a.item-small .content .title {
    font-size: 6vw;
  }
}
@media (max-width: 960px) {
  .front-news .interesting a.item-big {
    margin-bottom: 5vw;
  }
}
.front-news .interesting .small-items {
  display: flex;
  height: calc(30% - .5vw);
  justify-content: space-between;
  margin-top: 0.5vw;
}
@media (max-width: 960px) {
  .front-news .interesting .small-items {
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .front-news .interesting .small-items a {
    margin-bottom: 5vw;
  }
}
.banner {
  height: 180px;
  justify-content: center;
}
@media (max-width: 960px) {
  .banner {
    justify-content: flex-start;
    margin-top: 5vw;
  }
}
.banner .content {
  display: flex;
  align-items: center;
  height: 100px;
  width: 960px;
  margin-top: 40px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .banner .content {
    width: 100%;
  }
}
footer {
  background: #2a3f76;
  padding: 2.5vw 0 2vw;
}
@media (max-width: 960px) {
  footer {
    padding: 7vw 0 3vw;
  }
}
footer .container {
  flex-direction: column;
}
footer .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  footer .content {
    width: 100%;
    flex-direction: column;
  }
}
footer .content .logo-menu {
  width: 20%;
}
@media (max-width: 960px) {
  footer .content .logo-menu {
    width: 100%;
  }
}
footer .content .logo-menu .logo img {
  width: 40%;
  height: auto;
}
@media (max-width: 960px) {
  footer .content .logo-menu .logo img {
    display: none;
  }
}
footer .content .logo-menu menu {
  margin-top: 1.5vw;
}
footer .content .logo-menu menu ul li {
  margin-bottom: 0.6vw;
  font-size: 1vw;
}
@media (max-width: 960px) {
  footer .content .logo-menu menu ul li {
    font-size: 5vw;
    margin-bottom: 4.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .logo-menu menu ul li {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
}
footer .content .logo-menu menu ul li:last-child {
  margin-bottom: 0;
}
footer .content .logo-menu menu ul li:first-child a {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
footer .content .logo-menu menu ul li a {
  color: #FFF;
  text-decoration: none;
}
footer .content .logo-menu menu ul li a:hover {
  text-decoration: underline;
}
footer .content .right-block {
  width: 70%;
}
@media (max-width: 960px) {
  footer .content .right-block {
    width: 100%;
  }
}
footer .content .right-block .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  footer .content .right-block .top {
    flex-direction: column;
    margin-top: 9vw;
  }
}
footer .content .right-block .top .contacts {
  width: 40%;
}
@media (max-width: 960px) {
  footer .content .right-block .top .contacts {
    width: 100%;
  }
}
footer .content .right-block .top .contacts .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2vw;
}
@media (max-width: 960px) {
  footer .content .right-block .top .contacts .item {
    margin-bottom: 5vw;
    justify-content: flex-start;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .right-block .top .contacts .item {
    margin-bottom: 4vw;
  }
}
footer .content .right-block .top .contacts .item a {
  color: #FFF;
  text-decoration: none;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.1vw;
}
@media (max-width: 960px) {
  footer .content .right-block .top .contacts .item a {
    font-size: 5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .right-block .top .contacts .item a {
    font-size: 4vw;
  }
}
footer .content .right-block .top .contacts .item a:hover {
  color: #ffdd49;
  text-decoration: underline;
}
footer .content .right-block .top .contacts .item ul {
  width: 85%;
}
@media (max-width: 960px) {
  footer .content .right-block .top .contacts .item ul {
    width: auto;
  }
}
footer .content .right-block .top .contacts .item ul li {
  margin-top: 0.45vw;
  color: #FFF;
  font-size: 1.1vw;
  line-height: 1.6vw;
}
@media (max-width: 960px) {
  footer .content .right-block .top .contacts .item ul li {
    margin-top: 5vw;
    font-size: 5vw;
    line-height: 7vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .right-block .top .contacts .item ul li {
    margin-top: 0.8vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
footer .content .right-block .top .contacts .item svg {
  width: 12%;
  height: 2.5vw;
  fill: #FFF;
}
@media (max-width: 960px) {
  footer .content .right-block .top .contacts .item svg {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .right-block .top .contacts .item svg {
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
  }
}
footer .content .right-block .top .form {
  width: 55%;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form {
    width: 100%;
    margin-top: 4vw;
  }
}
footer .content .right-block .top .form form label {
  color: #FFF;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.5vw;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 0.5vw;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form form label {
    font-size: 4.3vw;
    margin-bottom: 1vw;
  }
}
footer .content .right-block .top .form form .row {
  display: flex;
}
footer .content .right-block .top .form form .row input {
  width: 100%;
  border-radius: 0.5vw;
  padding: 1.1vw;
  font-size: 1.4vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  border: none;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form form .row input {
    padding: 6vw 4vw;
    border-radius: 2vw;
    font-size: 5.2vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .right-block .top .form form .row input {
    padding: 4vw 3vw;
    font-size: 4vw;
  }
}
footer .content .right-block .top .form form .row input:focus {
  outline: none;
}
footer .content .right-block .top .form form .row .button {
  width: 2vw;
  height: 2vw;
  fill: #2a3f76;
  position: absolute;
  margin-left: 27vw;
  margin-top: 0.7vw;
  cursor: pointer;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form form .row .button {
    right: 16vw;
    margin-top: 3.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .right-block .top .form form .row .button {
    width: auto;
    height: auto;
    margin-top: 1.5vw;
    right: 8vw;
  }
}
footer .content .right-block .top .form form .row .button:hover svg {
  fill: #ffdd49;
}
footer .content .right-block .top .form form .row .button svg {
  width: 2.8vw;
  height: 2.8vw;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form form .row .button svg {
    width: 10vw;
    height: 10vw;
  }
}
footer .content .right-block .top .form .social {
  margin-top: 3vw;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form .social {
    margin-top: 7vw;
    justify-content: center;
  }
}
footer .content .right-block .top .form .social a {
  margin-right: 0.5vw;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form .social a {
    margin-right: 2vw;
  }
}
footer .content .right-block .top .form .social a:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form .social a:last-child {
    margin-right: 0;
  }
}
footer .content .right-block .top .form .social a svg {
  fill: #ffdd49;
  width: 2.4vw;
  height: 2.4vw;
}
@media (max-width: 960px) {
  footer .content .right-block .top .form .social a svg {
    width: 10vw;
    height: 10vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .content .right-block .top .form .social a svg {
    width: 8vw;
    height: 8vw;
  }
}
footer .content .right-block .top .form .social a svg:hover {
  fill: #f3d346;
}
footer .payment {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1vw;
  margin-top: -3vw;
}
@media (max-width: 960px) {
  footer .payment {
    margin-top: 4vw;
    margin-bottom: 8vw;
    justify-content: center;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .payment {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
}
footer .payment svg {
  width: 4vw;
  height: 3vw;
  fill: #FFF;
}
@media (max-width: 960px) {
  footer .payment svg {
    width: 8vw;
    height: 8vw;
  }
}
footer .copyright {
  color: #FFF;
  font-size: 0.85vw;
  line-height: 1.35vw;
  margin-top: 1.5vw;
}
@media (max-width: 960px) {
  footer .copyright {
    padding-left: 0;
    font-size: 3vw;
    line-height: 5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  footer .copyright {
    font-size: 2vw;
    line-height: 3.5vw;
  }
}
.page {
  flex-direction: column;
  padding-top: 16vw;
  padding-bottom: 5vw;
  width: 60%;
}
@media (max-width: 960px) {
  .page {
    padding-top: 28vw;
    width: 100%;
    padding-bottom: 20vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .page {
    padding-top: 15vw;
  }
}
.page h1 {
  font-size: 3vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  margin-bottom: 1.5vw;
}
@media (max-width: 960px) {
  .page h1 {
    font-size: 6.5vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .page h1 {
    font-size: 6vw;
    margin-bottom: 2.5vw;
  }
}
.page h2 {
  font-size: 2vw;
  margin-bottom: 1vw;
  margin-top: 2vw;
}
@media (max-width: 960px) {
  .page h2 {
    font-size: 6vw;
    margin-top: 8vw;
    line-height: 8vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .page h2 {
    margin-top: 4vw;
    font-size: 5.5vw;
    line-height: 7vw;
  }
}
.page h3 {
  font-size: 1.7vw;
  margin-bottom: 0.8vw;
  margin-top: 1.8vw;
}
@media (max-width: 960px) {
  .page h3 {
    font-size: 5.5vw;
    margin-top: 6vw;
    line-height: 7.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .page h3 {
    margin-top: 4vw;
    font-size: 4.5vw;
    line-height: 6.5vw;
  }
}
.page a {
  color: #222222;
}
.page a:hover {
  color: #2a3f76;
}
.page strong {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5 {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
.page ol,
.page ul {
  list-style: circle;
  margin-left: 1.5vw;
  line-height: 2.1vw;
  font-size: 1.3vw;
}
@media (max-width: 960px) {
  .page ol,
  .page ul {
    font-size: 5vw;
    line-height: 8vw;
    margin-left: 4vw;
  }
}
.page ol li,
.page ul li {
  margin-bottom: 0.8vw;
}
@media (max-width: 960px) {
  .page ol li,
  .page ul li {
    margin-bottom: 2vw;
  }
}
.page ol {
  list-style: decimal;
}
.page p {
  margin-bottom: 1vw;
  line-height: 2.1vw;
  font-size: 1.3vw;
}
@media (max-width: 960px) {
  .page p {
    font-size: 4.5vw;
    line-height: 7.5vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .page p {
    font-size: 3vw;
    line-height: 5vw;
  }
}
.page__contacts {
  width: 80vw;
}
.page__contacts h1 {
  color: #2a3f76;
}
@media (max-width: 960px) {
  .page__contacts h1 {
    font-size: 9vw;
  }
}
@media (max-width: 960px) {
  .page__contacts {
    width: 100%;
  }
}
.page__contacts .phone-email {
  display: flex;
  margin-top: 3vw;
}
@media (max-width: 960px) {
  .page__contacts .phone-email {
    flex-direction: column;
  }
}
.page__contacts .phone-email .item {
  display: flex;
  margin-right: 4vw;
}
@media (max-width: 960px) {
  .page__contacts .phone-email .item {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
.page__contacts .phone-email .item:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  .page__contacts .phone-email .item:last-child {
    margin-bottom: 0;
  }
}
.page__contacts .phone-email .item svg {
  width: 4vw;
  height: 4vw;
  fill: #2a3f76;
  margin-right: 1vw;
}
@media (max-width: 960px) {
  .page__contacts .phone-email .item svg {
    width: 15vw;
    height: 15vw;
    margin-right: 3vw;
  }
}
.page__contacts .phone-email .item ul {
  list-style: none;
  margin-left: 0;
}
.page__contacts .phone-email .item ul li {
  margin-bottom: 0.4vw;
}
@media (max-width: 960px) {
  .page__contacts .phone-email .item ul li {
    margin-bottom: 2vw;
  }
}
.page__contacts .phone-email .item ul li a {
  text-decoration: none;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.6vw;
}
@media (max-width: 960px) {
  .page__contacts .phone-email .item ul li a {
    font-size: 6vw;
  }
}
.page__contacts .phone-email .item ul li a:hover {
  text-decoration: underline;
}
.page__contacts .phone-email .item label {
  font-size: 1.8vw;
  margin-bottom: 0.8vw;
  display: block;
  margin-top: 1.25vw;
}
@media (max-width: 960px) {
  .page__contacts .phone-email .item label {
    font-size: 6vw;
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
}
.page__contacts .contact-form {
  width: 50%;
  margin-top: 4vw;
}
@media (max-width: 960px) {
  .page__contacts .contact-form {
    margin-top: 12vw;
    width: 100%;
  }
}
.page__contacts .map {
  height: 34vw;
  margin-top: 5vw;
  width: 100vw;
  margin-left: -10vw;
}
@media (max-width: 960px) {
  .page__contacts .map {
    margin-top: 25vw;
    margin-left: -5vw;
    height: 150vw;
  }
}
.page form {
  width: 100%;
}
.page form label {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  color: #2a3f76;
  font-size: 2.5vw;
}
@media (max-width: 960px) {
  .page form label {
    font-size: 8vw;
  }
}
.page form .row {
  margin-top: 1vw;
}
@media (max-width: 960px) {
  .page form .row {
    margin-top: 3.5vw;
  }
}
.page form .row textarea,
.page form .row input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.6vw;
  font-size: 1.4vw;
  border-radius: 0.3vw;
}
@media (max-width: 960px) {
  .page form .row textarea,
  .page form .row input {
    border-radius: 0.8vw;
    font-size: 6vw;
    padding: 4.5vw;
  }
}
.page form .row textarea:focus,
.page form .row input:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.page form .row textarea {
  resize: none;
  height: 12vw;
}
@media (max-width: 960px) {
  .page form .row textarea {
    height: 40vw;
  }
}
.page form .row.actions {
  display: flex;
  justify-content: flex-end;
}
.page form .row.actions .button {
  padding: 2.1vw 0;
  font-size: 1.7vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  cursor: pointer;
  background: #2a3f76;
  display: inline-block;
  color: #FFF;
  width: 40%;
  text-align: center;
  overflow: hidden;
  border-radius: 0.8vw;
}
@media (max-width: 960px) {
  .page form .row.actions .button {
    width: 100%;
    font-size: 7vw;
    padding: 8vw 0;
  }
}
.page form .row.actions .button::before {
  background: #ffdd49;
}
.page form .row.actions .button:hover {
  color: #000;
}
.category {
  flex-direction: column;
  padding-top: 13vw;
  padding-bottom: 10vw;
}
@media (max-width: 960px) {
  .category {
    padding-top: 28vw;
    padding-bottom: 20vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category {
    padding-top: 15vw;
  }
}
.category h1 {
  font-size: 3.5rem;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  color: #2a3f76;
}
@media (max-width: 960px) {
  .category h1 {
    font-size: 6.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category h1 {
    font-size: 6vw;
  }
}
.category h2 {
  text-transform: none;
  font-size: 2.5rem;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  color: #2a3f76;
}
@media (max-width: 960px) {
  .category h2 {
    font-size: 6.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category h2 {
    font-size: 6vw;
  }
}
.category .header,
.category .main-content .category-page__content .header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5vw;
}
@media (max-width: 960px) {
  .category .header,
  .category .main-content .category-page__content .header {
    justify-content: space-between;
    margin-bottom: 3vw;
  }
}
.category .header a,
.category .main-content .category-page__content .header a {
  display: flex;
  align-items: center;
  margin-left: 2vw;
  text-decoration: none;
  color: #222222;
  opacity: 0.2;
}
.category .header a:hover,
.category .main-content .category-page__content .header a:hover {
  opacity: 1;
}
.category .header a svg,
.category .main-content .category-page__content .header a svg {
  width: 1.2vw;
  height: 1.2vw;
  fill: rgba(0, 0, 0, 0.9);
  margin-right: 0.3vw;
}
@media (max-width: 960px) {
  .category .header a svg,
  .category .main-content .category-page__content .header a svg {
    width: 4vw;
    height: 4vw;
    margin-right: 1.2vw;
  }
}
.category .sub-categories {
  margin-top: 0.5vw;
}
@media (max-width: 960px) {
  .category .sub-categories {
    margin-bottom: 0;
  }
}
.category .sub-categories a {
  margin-right: 1vw;
  font-size: 1.8vw;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  padding: 0.2vw 0.5vw;
}
@media (max-width: 960px) {
  .category .sub-categories a {
    font-size: 5vw;
  }
}
.category .sub-categories a:hover {
  color: #000;
  text-decoration: underline;
}
.category .sub-categories a.active,
.category .sub-categories a:before {
  background: #ffdd49;
}
.category .sub-categories a.active:hover,
.category .sub-categories a:before:hover {
  text-decoration: none;
}
.category .items .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 960px) {
  .category .items .row {
    flex-direction: column;
    margin-top: 0;
  }
}
.category .items .row .item {
  width: 22%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media (max-width: 1200px) {
  .category .items .row .item {
    width: 30%;
  }
}
@media (max-width: 960px) {
  .category .items .row .item {
    width: 100%;
    margin-top: 5.5vw;
  }
}
.category .items .row .item:hover a {
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
  .category .items .row .item:hover a {
    margin-top: 0;
  }
}
.category .items .row .item:hover a h2 {
  color: #2a3f76;
  text-decoration: underline;
}
.category .items .row .item a {
  display: flex;
  flex-direction: column;
  border-radius: 0.5vw;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.07);
  overflow: hidden;
  color: #222222;
  text-decoration: none;
  height: 100%;
}
.category .items .row .item a .img-wr {
  position: relative;
}
.category .items .row .item a .img-wr .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #ffdd49;
  padding: 0.3vw 0.5vw;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-family: 'Conv_MuseoSansCyrl_2', sans-serif;
}
@media (max-width: 960px) {
  .category .items .row .item a {
    border-radius: 1.2vw;
    box-shadow: 0 0 9vw rgba(0, 0, 0, 0.07);
  }
}
.category .items .row .item a img {
  width: 100%;
  height: auto;
}
.category .items .row .item a .content {
  padding: 1.2vw 2vw 2vw;
}
@media (max-width: 960px) {
  .category .items .row .item a .content {
    padding: 4vw 5vw 7vw;
  }
}
.category .items .row .item a .content .date {
  display: flex;
  opacity: 1;
  align-items: center;
}
@media (max-width: 960px) {
  .category .items .row .item a .content .date {
    font-size: 3.5vw;
  }
}
.category .items .row .item a .content .date svg {
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 0.5vw;
}
@media (max-width: 960px) {
  .category .items .row .item a .content .date svg {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
  }
}
.category .items .row .item a .content h2 {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.8vw;
  margin-top: 1.2vw;
}
@media (max-width: 960px) {
  .category .items .row .item a .content h2 {
    margin-top: 4vw;
    font-size: 7vw;
  }
}
.category .items .row .item a .content .text {
  margin-top: 1vw;
  line-height: 1.4vw;
}
@media (max-width: 960px) {
  .category .items .row .item a .content .text {
    line-height: 6.5vw;
    margin-top: 4vw;
  }
}
.category__interesting .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2vw;
}
.category__interesting .header h2 a {
  margin-left: 0;
  color: #2a3f76;
  opacity: 1;
}
.navigation {
  display: flex;
  justify-content: center;
  margin-top: 3.5vw;
}
@media (max-width: 960px) {
  .navigation {
    margin-top: 8vw;
  }
}
.navigation .current,
.navigation a {
  border-radius: 0.5vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.2vw;
  color: #222222;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
}
@media (max-width: 960px) {
  .navigation .current,
  .navigation a {
    width: 14vw;
    height: 14vw;
    border-radius: 1.2vw;
    font-size: 6vw;
  }
}
.navigation .current:hover,
.navigation a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.navigation .current.active,
.navigation a.active {
  background: #2a3f76;
  color: #FFF;
}
.navigation .current svg,
.navigation a svg {
  width: 1.4vw;
  height: 1.4vw;
}
@media (max-width: 960px) {
  .navigation .current svg,
  .navigation a svg {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.navigation .current {
  cursor: default;
  background: #2a3f76;
  color: #FFF;
}
.single .sub-categories {
  padding-bottom: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single h1 {
  font-size: 3.5vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  margin-top: 2vw;
  text-transform: none;
  color: #222222;
  margin-bottom: 1vw;
}
@media (max-width: 960px) {
  .single h1 {
    font-size: 7vw;
    margin-top: 6vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .single h1 {
    font-size: 6vw;
  }
}
.single ol,
.single ul {
  list-style: circle;
  margin-left: 1.5vw;
  line-height: 2.1vw;
  font-size: 1.3vw;
}
@media (max-width: 960px) {
  .single ol,
  .single ul {
    font-size: 5vw;
    line-height: 8vw;
    margin-left: 4vw;
  }
}
.single ol li,
.single ul li {
  margin-bottom: 0.8vw;
}
@media (max-width: 960px) {
  .single ol li,
  .single ul li {
    margin-bottom: 2vw;
  }
}
.single ol {
  list-style: decimal;
}
.single p {
  margin-bottom: 1vw;
  line-height: 2.1vw;
  font-size: 1.3vw;
}
@media (max-width: 960px) {
  .single p {
    font-size: 3.5vw;
    line-height: 7.5vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .single p {
    font-size: 2.5vw;
    line-height: 5vw;
  }
}
.single .share {
  margin-top: 3vw;
  padding-top: 1vw;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  margin-left: -3px;
}
.single__interesting .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2vw;
}
.single__interesting .header h2 a {
  margin-left: 0;
  color: #2a3f76;
  opacity: 1;
}
@media (max-width: 960px) {
  .product {
    padding-top: 18vw;
    padding-bottom: 8vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .product {
    padding-top: 12vw;
    padding-bottom: 5vw;
  }
}
.product .breadcrumbs {
  font-size: 1rem;
  color: #222222;
}
.product .breadcrumbs a {
  color: #222222;
  text-decoration: none;
}
.product .breadcrumbs a:hover {
  text-decoration: underline;
}
@media (min-width: 568px) and (max-width: 960px) {
  .product .breadcrumbs {
    font-size: 1.8vw;
  }
}
.product .columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5vw;
}
@media (max-width: 567px) {
  .product .columns {
    flex-direction: column;
    align-items: center;
  }
}
.product .columns .column-1 {
  width: 38%;
}
@media (max-width: 567px) {
  .product .columns .column-1 {
    width: 90%;
    display: flex;
    flex-direction: row;
  }
}
.product .columns .column-1 div {
  font-size: 0;
}
.product .columns .column-1 div img {
  width: 100%;
  height: auto;
}
@media (max-width: 567px) {
  .product .columns .column-1 div.preview {
    flex-basis: 70%;
  }
}
.product .columns .column-1 div.page-examples {
  display: flex;
  flex-wrap: wrap;
}
.product .columns .column-1 div.page-examples img {
  width: 33%;
  height: auto;
}
@media (max-width: 567px) {
  .product .columns .column-1 div.page-examples {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
  }
}
.product .columns .column-1 div a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.product .columns .column-1 div a:hover img {
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 2vw -0.1px rgba(0, 0, 0, 0.75);
}
.product .columns .column-2 {
  width: 62%;
  padding-left: 3vw;
}
@media (max-width: 567px) {
  .product .columns .column-2 {
    width: 90%;
    padding-left: 0vw;
    margin-top: 3vw;
  }
}
.product .columns .column-2 .keywords a {
  margin-right: 0.3vw;
  font-size: 1.2vw;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  padding: 0.9vw 1vw;
  background: #ffdd49;
}
@media (max-width: 567px) {
  .product .columns .column-2 .keywords a {
    margin-right: 2vw;
    font-size: 3vw;
    padding: 1.5vw 1.7vw 1.2vw;
  }
}
.product .columns .column-2 .keywords a:hover {
  color: #FFF;
}
.product .columns .column-2 .keywords a.hvr-bounce-to-right:before {
  background: #2a3f76;
}
.product .columns .column-2 .about-book .author {
  display: flex;
  align-items: center;
  margin-top: 2vw;
}
.product .columns .column-2 .about-book .author .item {
  display: flex;
  align-items: center;
}
.product .columns .column-2 .about-book .author img {
  height: 3vw;
  width: 3vw;
  border-radius: 50%;
  margin-right: 1vw;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .author img {
    height: 12vw;
    width: 12vw;
  }
}
.product .columns .column-2 .about-book .author a {
  color: #444444;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 900;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .author a {
    margin-left: 2vw;
  }
}
.product .columns .column-2 .about-book .author a:hover {
  text-decoration: underline;
}
.product .columns .column-2 .about-book h2 {
  margin-top: 2.2vw;
  font-size: 3.2vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  line-height: 1.222;
  text-transform: none;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book h2 {
    margin-top: 3.2vw;
    font-size: 5.7vw;
  }
}
.product .columns .column-2 .about-book .about-book__slider {
  margin-top: 2vw;
}
.product .columns .column-2 .about-book .about-book__slider .slide__navs {
  border-bottom: 0.4vw solid #e5e5e5;
}
.product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns {
  display: flex;
  justify-content: space-around;
}
.product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns .slide-nav-btn {
  font-size: 2vw;
  color: #a3a3a3;
  text-transform: uppercase;
  margin: 1vw 0;
  width: 25%;
  text-align: center;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns .slide-nav-btn {
    font-size: 3.7vw;
    margin: 3vw 0 1vw;
  }
}
.product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns .slide-nav-btn:hover {
  cursor: pointer;
}
.product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns .slide-nav-btn.active,
.product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns .slide-nav-btn:hover {
  color: #2a3f76;
  position: relative;
}
.product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns .slide-nav-btn.active:after,
.product .columns .column-2 .about-book .about-book__slider .slide__navs .nav-btns .slide-nav-btn:hover:after {
  content: '';
  display: block;
  clear: both;
  height: 0.4vw;
  width: 100%;
  background-color: #2a3f76;
  transition: width 0.3s ease-in-out;
  position: absolute;
  margin-top: 1vw;
}
.product .columns .column-2 .about-book .slides .slides__wrap .slide {
  display: none;
  font-size: 1.7vw;
  color: #393939;
  line-height: 1.615;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .slides .slides__wrap .slide {
    font-size: 4.5vw;
  }
}
.product .columns .column-2 .about-book .slides .slides__wrap .slide.displayed {
  display: block;
  padding: 2.8vw 0.5vw 3vw 0;
}
.product .columns .column-2 .about-book .slides .slides__wrap .slide .more {
  margin-top: 2.3vw;
  color: #474747;
  line-height: 1.818;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 1.6vw;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .slides .slides__wrap .slide .more {
    font-size: 4vw;
    margin-top: 5vw;
  }
}
.product .columns .column-2 .about-book .price {
  font-size: 6vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  color: #2a3f76;
  line-height: 0.5;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .price {
    font-size: 12vw;
    text-align: right;
    margin-top: 3vw;
  }
}
.product .columns .column-2 .about-book .price .value sup {
  font-size: 3vw;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .price .value sup {
    font-size: 4vw;
  }
}
.product .columns .column-2 .about-book .to-basket {
  margin-top: 5vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .to-basket {
    margin-top: 5vw;
  }
}
.product .columns .column-2 .about-book .to-basket .quantity-wrap {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product .columns .column-2 .about-book .to-basket .quantity-wrap label {
  font-size: 1.8vw;
  color: #9d9d9d;
  line-height: 0.8;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .to-basket .quantity-wrap label {
    font-size: 4vw;
  }
}
.product .columns .column-2 .about-book .to-basket .quantity-wrap input#quantity {
  margin-top: 1.3vw;
  height: 8vw;
  width: 100%;
  font-size: 4.7vw;
  padding: 0 0 0 1.5vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3vw;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .to-basket .quantity-wrap input#quantity {
    margin-top: 2.5vw;
    font-size: 5vw;
    padding: 0 0 0 3vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
.product .columns .column-2 .about-book .to-basket .quantity-wrap input#quantity:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.product .columns .column-2 .about-book .to-basket .button {
  padding: 4.5vw 2.1vw 4.5vw 2.1vw;
  width: 65%;
  font-size: 2rem;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  text-decoration: none;
  color: #fff;
  background: #2a3f76;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.3vw;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .to-basket .button {
    padding: 7vw 3vw 7vw 2.8vw;
  }
}
.product .columns .column-2 .about-book .to-basket .button.hvr-bounce-to-right:before {
  background: #ffdd49;
}
.product .columns .column-2 .about-book .to-basket .button img {
  padding-top: 0.8vw;
  width: 3vw;
}
@media (max-width: 567px) {
  .product .columns .column-2 .about-book .to-basket .button img {
    width: 6vw;
  }
}
.category-page {
  padding-top: 1rem;
  padding-bottom: 5rem;
  flex-direction: column;
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page {
    padding-top: 17vw;
    padding-bottom: 13vw;
  }
}
.category-page .breadcrumbs {
  font-size: 1rem;
  color: #222222;
}
.category-page .breadcrumbs a {
  color: #222222;
  text-decoration: none;
}
.category-page .main-content {
  display: flex;
  position: relative;
  margin-top: 1.5vw;
}
@media (max-width: 567px) {
  .category-page .main-content {
    flex-direction: column;
  }
}
.category-page .main-content h1.sidebar_title {
  color: #2a3f76;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  font-size: 8vw;
  display: none;
}
@media (max-width: 567px) {
  .category-page .main-content h1.sidebar_title {
    display: block;
  }
}
.category-page .main-content .sidebar {
  width: 30%;
}
@media (max-width: 567px) {
  .category-page .main-content .sidebar {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #fff;
    top: 22vw;
    padding-bottom: 10vw;
    z-index: 10;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar {
    width: 38%;
  }
}
.category-page .main-content .sidebar h1.sidebar_title2 {
  font-size: 4rem;
  padding-bottom: 1.5rem;
  color: #2a3f76;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
@media (max-width: 567px) {
  .category-page .main-content .sidebar h1.sidebar_title2 {
    font-size: 8vw;
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar h1.sidebar_title2 {
    font-size: 5.8vw;
  }
}
.category-page .main-content .sidebar aside {
  color: #2f2f2f;
  margin-top: 3vw;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside {
    margin-top: 5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside {
    margin-top: 4vw;
  }
}
.category-page .main-content .sidebar aside:first-of-type {
  margin-top: 1.5vw;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside:first-of-type {
    margin-top: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside:first-of-type {
    margin-top: 2vw;
  }
}
.category-page .main-content .sidebar aside.widget_price_filter + aside {
  margin-top: 5vw;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside.widget_price_filter + aside {
    margin-top: 10vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside.widget_price_filter + aside {
    margin-top: 8vw;
  }
}
.category-page .main-content .sidebar aside .widget_title {
  font-size: 1.2vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
.category-page .main-content .sidebar aside .widget_title:hover {
  cursor: pointer;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside .widget_title {
    font-size: 7vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside .widget_title {
    font-size: 3.5vw;
  }
}
.category-page .main-content .sidebar aside .widget_title.active svg {
  transform: rotate(-90deg);
  transition: transform 0.5s ease-out 0.3s;
  vertical-align: middle;
}
.category-page .main-content .sidebar aside .widget_title svg {
  height: 1.5vw;
  width: 1.5vw;
  transform: rotate(90deg);
  transition: transform 0.5s ease-out 0.3s;
  vertical-align: middle;
  margin-left: 0.6vw;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside .widget_title svg {
    height: 5vw;
    width: 5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside .widget_title svg {
    height: 2.5vw;
    width: 2.5vw;
  }
}
.category-page .main-content .sidebar aside .widget_title svg:hover {
  cursor: pointer;
}
.category-page .main-content .sidebar aside ul {
  margin-top: 1.7vw;
  display: none;
}
.category-page .main-content .sidebar aside ul li input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.category-page .main-content .sidebar aside ul li label {
  font-size: 1.5vw;
  font-family: 'Conv_MuseoSansCyrl_2', sans-serif;
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  line-height: 1.417;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside ul li label {
    font-size: 5vw;
    padding: 0 0 0 6.5vw;
    line-height: 2;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside ul li label {
    font-size: 1.8vw;
    padding: 0 0 0 5vw;
    line-height: 1.6;
  }
}
.category-page .main-content .sidebar aside ul li label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  width: 21px;
  height: 17px;
  background-image: url(../../../checkbox.png);
  z-index: 5;
  content: '';
  transition: background-image 0.3s ease-out 0.1s;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside ul li label:before {
    top: 15%;
    width: 5.5vw;
    height: 4vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside ul li label:before {
    top: 1%;
    width: 2.8vw;
    height: 3.2vw;
  }
}
.category-page .main-content .sidebar aside ul li input[type="checkbox"]:checked + label:before {
  background-image: url(../../../checkbox_active.png);
}
.category-page .main-content .sidebar aside form .price_slider_wrapper {
  margin-top: 1.2vw;
}
.category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider {
  background-color: #ededed;
  height: 1.2vw;
  position: relative;
  text-align: left;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider {
    height: 2.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider {
    height: 2vw;
  }
}
.category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-color: #2a3f76;
  height: 1.2vw;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-range {
    height: 2.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-range {
    height: 2vw;
  }
}
.category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1vw;
  height: 100%;
  cursor: ew-resize;
  outline: 0;
}
.category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-handle .from,
.category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-handle .to {
  position: absolute;
  top: 1.6vw;
  right: -150%;
  z-index: 3;
  font-size: 2vw;
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
  color: #2a3f76;
  user-select: none;
}
@media (max-width: 960px) {
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-handle .from,
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-handle .to {
    top: 4vw;
    height: 3vw;
    font-size: 3.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-handle .from,
  .category-page .main-content .sidebar aside form .price_slider_wrapper .price_slider .ui-slider-handle .to {
    top: 3vw;
    height: 2.5vw;
    font-size: 3vw;
  }
}
.category-page .main-content .category-page__content {
  width: 70%;
  margin-left: 3vw;
}
@media (max-width: 567px) {
  .category-page .main-content .category-page__content {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .category-page__content {
    width: 62%;
  }
}
.category-page .main-content .category-page__content .header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 567px) {
  .category-page .main-content .category-page__content .header {
    justify-content: space-between;
    min-height: 15vw;
  }
}
.category-page .main-content .category-page__content .header .filter {
  display: none;
}
@media (max-width: 567px) {
  .category-page .main-content .category-page__content .header .filter {
    display: inline-block;
  }
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .header .sort {
    margin-top: 0;
    padding: 2vw 3vw;
  }
}
.category-page .main-content .category-page__content .header .sort .active {
  font-size: 1vw;
  text-transform: uppercase;
  font-family: 'Conv_MuseoSansCyrl_2', sans-serif;
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .header .sort .active {
    font-size: 3vw;
    text-align: center;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .category-page__content .header .sort .active {
    font-size: 1.7vw;
  }
}
.category-page .main-content .category-page__content .header .sort .active svg {
  width: 1.2vw;
  height: 1.2vw;
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .header .sort .active svg {
    width: 3vw;
    height: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .category-page__content .header .sort .active svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.category-page .main-content .category-page__content .header .sort .active span {
  font-family: 'Conv_MuseoSansCyrl_3', sans-serif;
}
.category-page .main-content .category-page__content .header .sort .active svg.hr {
  height: 0.8vw;
  width: 0.8vw;
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .header .sort .active svg.hr {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .category-page__content .header .sort .active svg.hr {
    width: 2vw;
    height: 2vw;
  }
}
.category-page .main-content .category-page__content .header .navigation {
  margin-left: 3vw;
  margin-top: 0vw;
}
.category-page .main-content .category-page__content .header .navigation a {
  width: 3vw;
  height: 3vw;
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .header .navigation a {
    font-size: 4vw;
    width: 5vw;
    height: 8vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .category-page__content .header .navigation a {
    font-size: 3.5vw;
    width: 4vw;
    height: 6vw;
  }
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .header .navigation a svg {
    width: 3vw;
    height: 3vw;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .category-page__content .header .navigation a svg {
    width: 2.7vw;
    height: 2.7vw;
  }
}
.category-page .main-content .category-page__content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-page .main-content .category-page__content .items .item {
  width: 33.2%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .items .item {
    width: 100%;
    padding: 7vw 0;
    border-bottom: none;
  }
}
@media (min-width: 568px) and (max-width: 960px) {
  .category-page .main-content .category-page__content .items .item {
    width: 48%;
    float: left;
    margin-right: 4%;
    padding: 5vw 0;
  }
  .category-page .main-content .category-page__content .items .item:nth-child(2n) {
    margin-right: 0;
  }
}
.category-page .main-content .category-page__content .items .item:nth-child(3n) {
  border-right: none;
}
.category-page .main-content .category-page__content .items .item .product img {
  width: 100%;
  height: auto;
}
.category-page .main-content .category-page__content .items .item .product .author {
  margin-top: 1.2vw;
}
.category-page .main-content .category-page__content .items .item:first-child .product img,
.category-page .main-content .category-page__content .items .item:last-child .product img {
  width: calc(100% - 2vw);
}
@media (max-width: 960px) {
  .category-page .main-content .category-page__content .items .item:first-child .product img,
  .category-page .main-content .category-page__content .items .item:last-child .product img {
    width: 100%;
  }
}
.wp-pagenavi {
  display: flex;
}
.wp-pagenavi .pages {
  display: none;
}
@media (max-width: 1200px) {
  html {
    font-size: 95%;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 80%;
  }
}
/*# sourceMappingURL=screen.css.map */