/* @font-face {
  font-family: "Circe";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/CirceRegular/CirceRegular.eot");
  src: url("../fonts/CirceRegular/CirceRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CirceRegular/CirceRegular.woff") format("woff"),
    url("../fonts/CirceRegular/CirceRegular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/CirceBold/CirceBold.eot");
  src: url("../fonts/CirceBold/CirceBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CirceBold/CirceBold.woff") format("woff"),
    url("../fonts/CirceBold/CirceBold.ttf") format("truetype");
  font-display: swap;
} */
@font-face {
    font-family: "Humanist";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/HumanistRegular/HumanistRegular.woff2") format("woff2"),
         url("../fonts/HumanistRegular/HumanistRegular.woff") format("woff"),
         url("../fonts/HumanistRegular/HumanistRegular.ttf") format("truetype"),
         url("../fonts/HumanistRegular/HumanistRegular.eot"); /* Для старых браузеров */
    font-display: swap;
}

@font-face {
    font-family: "Humanist";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/HumanistBold/HumanistBold.woff2") format("woff2"),
         url("../fonts/HumanistBold/HumanistBold.woff") format("woff"),
         url("../fonts/HumanistBold/HumanistBold.ttf") format("truetype"),
         url("../fonts/HumanistBold/HumanistBold.eot"); /* Для старых браузеров */
    font-display: swap;
}

@font-face {
    font-family: "Humanist";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/HumanistLight/HumanistLight.woff2") format("woff2"),
         url("../fonts/HumanistLight/HumanistLight.woff") format("woff"),
         url("../fonts/HumanistLight/HumanistLight.ttf") format("truetype"),
         url("../fonts/HumanistLight/HumanistLight.eot"); /* Для старых браузеров */
    font-display: swap;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #e0e0e0;
    color: #fff;
}
::selection {
    background-color: #e0e0e0;
    color: #fff;
}
html {
    overflow-x: hidden;
}
body {
    /* overflow-x: hidden; */
    opacity: 1;
    /* color: #4a4a4a; */
    color: #000;
}
body select {
    background-color: #fff;
    outline: none;
    appearance: none;
}
body input,
body textarea,
body .mob-select {
    background-color: #fff;
    border: #666 1px solid;
    outline: none;
}
body p {
    line-height: 1.5;
    /* line-height: 27px; */
}
body a {
    text-decoration: none;
    color: #4a4a4a;
}
body a:hover {
    color: #4a4a4a;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-responsive.img-width {
    width: 100%;
}
.text-center {
    text-align: center;
}
b,
strong {
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.scrollBlock::-webkit-scrollbar {
    width: 6px;
}
.scrollBlock::-webkit-scrollbar-track {
    background: transparent;
    background-repeat: 7px;
}
.scrollBlock::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 2px;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.container {
    padding: 50px 0;
    margin: 0 auto;
    max-width: 1360px;
    height: 100%;
}
.container.padding {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
.unvisible {
    visibility: hidden;
}
.fade-up {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fade-up.animate {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.h2 {
    text-align: center;
    font-size: 43px;
    margin: 0 0 25px;
    font-family: "Humanist";
    font-weight: normal;
}
.h2.start {
    text-align: start;
}
.h3 {
    font-size: 32px;
    font-family: "Humanist";
    font-weight: 200;
}
@media (max-width: 768px) {
    .h3 {
        font-weight: 400;
        color: rgba(0, 0, 0, 0.8);
    }
}
.img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.but-hov {
    width: 250px;
    height: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #2f397f;
    color: #2f397f !important;
    border-radius: 7px;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.but-hov:hover {
    color: #ffffff !important;
    border: 1px solid #abcae9;
    background-color: #abcae9;
    text-decoration: none;
}
.but-hov.hidden {
    opacity: 0;
}
.owl-carousel.owl-theme .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}
.owl-carousel.owl-theme .owl-nav button {
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    -webkit-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.mfp-bg {
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    background: rgba(11, 11, 11, 0);
}
.mfp-bg.mfp-ready {
    background: rgba(11, 11, 11, 0.8);
}
.mfp-wrap .mfp-content {
    -webkit-transform: scale(1) translate3d(0, -1000px, 0);
    transform: scale(1) translate3d(0, -1000px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
#page {
    /* min-height: calc(100vh - 626px); */
}
#header {
    z-index: 1000;
    height: 114px;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 1s linear, height 0.001s linear 1s;
    -o-transition: background-color 1s linear, height 0.001s linear 1s;
    transition: background-color 1s linear, height 0.001s linear 1s;
}
#header.fixed {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: background-color 1.1s linear;
    -o-transition: background-color 1.1s linear;
    transition: background-color 1.1s linear;
}
#header .top-header {
    height: 100%;
}
#header #header-top {
    position: absolute;
    z-index: 1003;
    width: 100%;
    padding: 0;
    height: 114px;
    background-color: #fff;
}
#header #header-top .container {
    padding: 34px;
}
#headerMenu {
    display: block;
    -webkit-transform: translate3d(0px, -100vh, 0px) scale(1, 1);
    transform: translate3d(0px, -100vh, 0px) scale(1, 1);
    width: 100vw;
    height: -webkit-calc(100vh - 114px);
    height: calc(100vh - 114px);
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
#headerMenu .container-menu {
    padding: 115px 0 35px;
    width: 100%;
    background-color: #fff;
}
#headerMenu .animation-text {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
#headerMenu .animation-text .menu-header li {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 0);
    transform: translate3d(0, 0, 0) scale(1, 0);
}
#headerMenu .animation-text .menu-header li a {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#headerMenu .animation-text .menu-header li:hover a {
    color: #abcae9;
}
#headerMenu .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}
#headerMenu .container .infoHeader {
    width: 300px;
}
#headerMenu .container .infoHeader .tel {
    text-decoration: none;
    color: #2f397f;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 0);
    transform: translate3d(0, 0, 0) scale(1, 0);
}
#headerMenu .container .infoHeader .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px 0 100px;
}
#headerMenu .container .infoHeader .contact span {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 0);
    transform: translate3d(0, 0, 0) scale(1, 0);
    margin-bottom: 12px;
}
#headerMenu .container .infoHeader .social {
    width: 100%;
}
#headerMenu .container .infoHeader .social a {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 0);
    transform: translate3d(0, 0, 0) scale(1, 0);
    width: 20%;
}
#headerMenu .container .menuHeader {
    height: 100%;
}
#headerMenu .container .menuHeader .menu-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#headerMenu .container .menuHeader .menu-header .h3 {
    text-decoration: none;
}
#headerMenu .container .menuHeader .menu-header li .h3,
#headerMenu.anim-text .animation-text .infoHeader .tel.h3 {
    font-size: 27px;
}
#headerMenu .container .menuHeader .menu-header li {
    margin-bottom: 10px;
}
#headerMenu .container .menuHeader .menu-header li:last-child {
    margin-bottom: 0;
}
#headerMenu.fixed {
    height: 100vh;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1, 1);
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
}
#headerMenu.anim-text .animation-text .infoHeader .tel {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
}
#headerMenu.anim-text .animation-text .infoHeader .contact span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
}
#headerMenu.anim-text .animation-text .infoHeader .contact span:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#headerMenu.anim-text .animation-text .infoHeader .contact span:nth-child(2) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
#headerMenu.anim-text .animation-text .infoHeader .contact span:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
#headerMenu.anim-text .animation-text .infoHeader .contact span:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
#headerMenu.anim-text .animation-text .infoHeader .social a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
}
#headerMenu.anim-text .animation-text .infoHeader .social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#headerMenu.anim-text .animation-text .infoHeader .social a:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
#headerMenu.anim-text .animation-text .infoHeader .social a:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#headerMenu.anim-text .animation-text .menu-header li .h3 {
    font-size: 27px;
}
#headerMenu.anim-text .animation-text .menu-header li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
}
#headerMenu.anim-text .animation-text .menu-header li:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#headerMenu.anim-text .animation-text .menu-header li:nth-child(2) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
#headerMenu.anim-text .animation-text .menu-header li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
#headerMenu.anim-text .animation-text .menu-header li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
#headerMenu.anim-text .animation-text .menu-header li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#headerMenu.anim-text .animation-text .menu-header li:nth-child(6) {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
.my_hamburger {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
}
.my_hamburger .hamburger_block {
    position: relative;
    height: 100%;
}
.my_hamburger .hamburger_block .hamburger_top {
    top: 6px;
}
.my_hamburger .hamburger_block .hamburger_bottom {
    top: 16px;
}
.my_hamburger .hamburger_top,
.my_hamburger .hamburger_bottom {
    position: absolute;
    -webkit-transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1) 0.2999s,
        -webkit-transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1);
    transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1) 0.2999s,
        -webkit-transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1);
    -o-transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1) 0.2999s, transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1);
    transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1) 0.2999s, transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1);
    transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1) 0.2999s, transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1),
        -webkit-transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1);
    width: 24px;
    height: 2px;
    background-color: #000;
    /* background-color: #4a4a4a; */
    border-radius: 2px;
}
.my_hamburger.is-active .hamburger_block .hamburger_top,
.my_hamburger.is-active .hamburger_block .hamburger_bottom {
    -webkit-transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1),
        -webkit-transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1) 0.29999s;
    transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1),
        -webkit-transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1) 0.29999s;
    -o-transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1), transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1) 0.29999s;
    transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1), transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1) 0.29999s;
    transition: top 0.3s cubic-bezier(0.04, 0.04, 0.12, 1), transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1) 0.29999s,
        -webkit-transform 0.1s cubic-bezier(0.04, 0.04, 0.12, 1) 0.29999s;
}
.my_hamburger.is-active .hamburger_block .hamburger_top {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.my_hamburger.is-active .hamburger_block .hamburger_bottom {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#poster {
    height: 100vh;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#poster .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 200px 0 236px;
}
#poster .container .top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#poster .container .top-info .title {
    font-family: "Circe";
    font-size: 80px;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
    color: #ffffff !important;
}
#poster .container .top-info p {
    text-align: center;
}
#poster .container .modal-frame {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#poster .container .modal-frame img {
    margin-right: 10px;
}
@media (max-width: 768px) {
    #poster .container .modal-frame {
        color: #fff !important;
    }
}
#poster-bottom {
    background-color: #f7f7f7;
}
#poster-bottom .container {
    height: 114px;
    padding: 0;
}
#poster-bottom .container .column-mob {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#poster-bottom .container a {
    color: #2f397f;
    text-decoration: none;
    font-size: 32px;
    font-family: "Humanist";
    font-weight: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#poster-bottom .container a img {
    margin-right: 10px;
}
#poster-bottom .container a:hover {
    opacity: 0.7;
}

.poster-video {
    position: absolute;
    inset: 0;
    display: none;
}

.poster-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
	text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
	background-color: transparent;
	border: none;
}

.play-btn:focus, .play-btn:focus-visible{
	outline: none;
}
.video-control {
    position: absolute;
    z-index: 5;
    background: none;
    border: none;
    cursor: pointer;
}

.video-control img{
	width: 30px;
	height: 30px;
}

.video-control:focus, .video-control:focus-visible, .video-control img:focus, .video-control img:focus-visible{
	outline: none;
}

.video-toggle {
    bottom: 30px;
    left: 30px;
}

.video-sound {
    bottom: 30px;
    left: 90px;
}

#matras .container {
    padding: 75px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#company {
    background-color: #f7f7f7;
}
#company.bgc {
    background-color: #fff;
}
#company .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#company .container p {
    text-align: center;
    margin: 25px 0 70px;
}
#company .container .icon-container {
    width: 100%;
    max-width: 950px;
}
#company .container .icon-container .icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#company .container .icon-container .icon .icon-img {
    width: 210px;
    height: 150px;
}
#company .container .icon-container .icon .name {
    margin-top: 24px;
    color: #2f397f;
}
#company .container .but-hov {
    margin: 50px 0 0;
}
.owl-carousel .owl-dots {
    margin: 24px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owl-carousel .owl-dots button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    margin-right: 8px;
}
.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}
.owl-carousel .owl-dots button span {
    border: 5px solid #dadada;
    border-radius: 100%;
}
.owl-carousel .owl-dots button.active span {
    border: 5px solid #2f397f;
}
#presentation .dop-title {
    text-align: center;
    margin-bottom: 100px;
}
#presentation .previewBlock .preview {
    margin-bottom: 100px;
}
#presentation .previewBlock .preview:last-child {
    margin-bottom: 0;
}
#presentation .previewBlock .preview.end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#presentation .previewBlock .preview.end .h3 {
    margin-top: 45px;
}
#presentation .previewBlock .preview .img {
    height: 434px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}
#presentation .previewBlock .preview .info {
    width: -webkit-calc(50% - 105px);
    width: calc(50% - 105px);
}
#presentation .previewBlock .preview .info .h3 {
    margin-bottom: 25px;
    text-align: left;
}
#presentation .previewBlock .preview .info p {
    margin-bottom: 0;
}
#novinki .sliderNov,
#catalog .sliderNov {
    height: 614px;
}
#novinki .sliderNov .column,
#catalog .sliderNov .column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 25%;
    height: 100%;
}
#novinki .sliderNov .column .column-elem,
#catalog .sliderNov .column .column-elem {
    text-decoration: none;
    height: -webkit-calc(50% - 10px);
    height: calc(50% - 10px);
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: right top;
}
#novinki .sliderNov .column .column-elem span,
#catalog .sliderNov .column .column-elem span {
    margin-bottom: 20px;
    text-align: center;
}
#novinki .sliderNov .top,
#catalog .sliderNov .top {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 100%;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#novinki .sliderNov .top .h3,
#catalog .sliderNov .top .h3 {
    margin-bottom: 80px;
}
#novinki .sliderMob,
#catalog .sliderMob {
    display: none;
}
#catalog {
    margin-bottom: 100px;
    min-height: calc(100vh - 562px);
}
#main__catalog #catalog {
    min-height: inherit;
}
#catalog .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#catalog .top {
    position: relative;
}
#catalog .top .category {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #f7f7f7;
    padding: 100px 0 100px;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#catalog .top .category.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#catalog .top .category .category-list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
#catalog .top .category .category-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
}
#catalog .top .category .category-list li a {
    border-bottom: 1px solid #4a4a4a;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#catalog .top .category .category-list li a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
#catalog .top .category .but-hov {
    margin: 0 auto;
}
#catalog .top:hover .category {
    opacity: 1;
}
.seo-text {
    margin-bottom: 50px;
}
.seo-text h2, .seo-text h3, .seo-text h4, .seo-text h5{
    font-weight: 400;
    margin: 14px 0 10px;
}
.seo-text .collapse-content {
    max-height: 220px;
    overflow: hidden;
    transition: max-height .3s ease;
}

.seo-text.active .collapse-content {
    max-height: 5000px;
}

.seo-text .collapse-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    text-decoration: none;
    cursor: pointer;
}

.seo-text.active .arrow-wrap svg {
    transform: rotate(180deg);
}

.seo-text .arrow-wrap svg {
    transition: transform .3s ease;
    margin-top: 10px;
}
.tabsBlock h2, .tabsBlock h3, .tabsBlock h4, .tabsBlock h5{
    font-weight: 400;
    margin: 14px 0 10px;
}
#headBar .container {
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#headBar .container .breadcrumbs a {
    position: relative;
    margin-right: 28px;
    text-decoration: none;
    border-bottom: 1px dotted rgb(29%, 29%, 29%, 0.5);
}
#headBar .container .breadcrumbs a:before {
    content: url("../images/sep.svg");
    position: absolute;
    right: -15px;
    top: 2px;
}
#headBar .container .breadcrumbs > *:last-child a:before {
    content: "";
}
#categories {
    margin-bottom: 0px;
}
#blogList .container {
    padding-bottom: 0px;
}

#categories .container {
    padding-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#categories .container .but-hov {
    margin-bottom: 50px;
}
#sort-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}
#sort-line .sort-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#sort-line .sort-row .filter {
    text-decoration: none;
    cursor: pointer;
    color: #2f397f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 56px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#sort-line .sort-row .filter:hover {
    opacity: 0.5;
}
#sort-line .sort-row .filter img {
    margin-right: 8px;
}
#sort-line .sort-row .sort {
    color: #2f397f;
    border-bottom: 1px dotted rgb(18%, 22%, 50%, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
#sort-line .sort-row .sort .click {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#sort-line .sort-row .sort .click:hover {
    opacity: 0.5;
}
#sort-line .sort-row .sort .click:after {
    position: absolute;
    top: -1px;
    right: -15px;
    content: url(../images/arrow-blue.svg);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#sort-line .sort-row .sort.active:after {
    transform: rotate(180deg);
    top: 2px;
    right: -15px;
}
#sort-line .sort-row .sort img {
    margin-left: 6px;
}
#sort-line .sort-row .sort img.end {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#sort-line .sort-row .sort-list {
    position: absolute;
    visibility: hidden;
    z-index: 3;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
    top: 26px;
    right: -16px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#sort-line .sort-row .sort.active .sort-list {
    visibility: visible;
}
#sort-line .sort-row .sort-list li {
    white-space: nowrap;
    margin-bottom: 12px;
    text-align: end;
}
#sort-line .sort-row .sort-list li a {
    text-decoration: none;
}
#sort-line .sort-row .sort-list li a:hover {
    /* text-decoration: none; */
    /* color: #abcae9; */
}
.cataloglist .container {
    padding-top: 0;
}
.cataloglist .list {
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.cataloglist .list li {
    height: auto;
    margin: 0 10px 20px;
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.cataloglist .list li img {
    width: 100%;
}
.cataloglist .list {
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.cataloglist .list li {
    height: auto;
    margin: 0 10px 20px;
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.cataloglist .list li .stic-skid {
    position: absolute;
    top: 25px;
    left: 25px;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    border: 1px solid #abcae9;
    z-index: 2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cataloglist .list li .stic-skid span {
    height: 53px;
    width: 53px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #abcae9;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
}
.cataloglist .list li .stic-nov {
    position: absolute;
    z-index: 2;
    top: 42px;
    left: -6px;
}
.cataloglist .list li .stic-nov span {
    color: #ffffff;
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 10px;
}
.cataloglist .list li .img-preview {
    min-height: 350px;
    background-color: #f7f7f7;
    height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    text-decoration: none;
}
.cataloglist .list li .img-container {
    display: flex;
    justify-content: center;
    min-height: 350px;
    background-color: #f7f7f7;
    height: 400px;
    width: 100%;
    position: relative;
    transition-duration: 0.3s;
    transition-property: background-color;
}
.cataloglist .list li .img-container:hover {
    background-color: #fff;
}
.cataloglist .list li .img-container img {
    width: 100%;
}
.cataloglist .list li .img-container img:last-child,
.cataloglist .list li .img-container:hover img:first-child {
    display: none;
}
.cataloglist .list li .img-container:hover img:last-child {
    display: block;
}
.cataloglist .list li .img-preview .skidka {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    border: 1px solid #abcae9;
    position: absolute;
    top: 25px;
    left: 25px;
}
.cataloglist .list li .img-preview .skidka.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cataloglist .list li .img-preview .skidka span {
    width: 53px;
    height: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    background-color: #abcae9;
    border-radius: 100%;
}
.cataloglist .list li .img-preview .novinka {
    position: absolute;
    top: 40px;
    left: -6px;
    opacity: 0;
}
.cataloglist .list li .img-preview .novinka.active {
    opacity: 1;
}
.cataloglist .list li .bottom-row {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cataloglist .list li .bottom-row .name {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 768px) {
    .cataloglist .list li .bottom-row .name {
        font-weight: 400 !important;
        color: rgba(0, 0, 0, 0.8);
    }
}
.cataloglist .list li .bottom-row .border {
    border-bottom: 1px dotted rgb(29%, 29%, 29%, 0.5);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.cataloglist .list li .bottom-row .border:hover {
    text-decoration: none;
    color: #abcae9;
    border-bottom: 1px dotted #abcae9;
}
.cataloglist .list li .bottom-row span {
    margin-top: 12px;
}
.cataloglist .list li .bottom-row span.price {
    font-weight: bold;
}
#sliderBlock .owl-carousel {
    position: relative;
}
#sliderBlock .owl-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}
#sliderBlock .owl-carousel .item .img {
    height: 434px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    background-position: left center;
}
#sliderBlock .owl-carousel .item .info {
    width: -webkit-calc(50% - 105px);
    width: calc(50% - 105px);
}
#sliderBlock .owl-carousel .item .info p {
    margin: 30px 0 25px;
}
#sliderBlock .owl-carousel .item .info a {
    opacity: 1;
    text-decoration: none;
    color: #2f397f;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#sliderBlock .owl-carousel .item .info a:hover {
    opacity: 0.7;
}
#footer {
    margin-top: 50px;
    background-color: #f7f7f7;
}
#footer .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#footer .container .column:nth-child(3) {
    width: 400px;
}
#footer .container .column.fixed {
    position: relative;
    width: 296px;
    height: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
#footer .container .footer-tel {
    margin: 48px 0 39px;
    color: #2f397f;
    text-decoration: none;
}
#footer .container .footer-menu li {
    margin-bottom: 18px;
    text-transform: uppercase;
}
#footer .container .footer-menu li a {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
/* #footer .container .footer-menu li a:hover {
  text-decoration: none;
  color: #abcae9;
} */
#footer .container .footer-menu li:last-child {
    margin-bottom: 0;
}
#footer .container p {
    margin-bottom: 19px;
}
#footer .container p:last-child {
    margin-bottom: 0;
}
#footer .container .socBlock {
    padding: 0 46px;
}
#footer .container .fixedBlock {
    position: absolute;
    width: 312px;
    top: -310px;
    background-color: #f7f7f7;
    border-radius: 10px;
    z-index: 1;
    padding: 6px;
}
#footer .container .fixedBlock .border {
    border: 1px solid #c2b8ab;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 35px;
}
#footer .container .fixedBlock .logo {
    text-align: center;
}
#footer .container .fixedBlock .text {
    margin: 25px 0;
    text-align: center;
}
#footer .container .fixedBlock .site {
    text-align: center;
    text-decoration: none;
    color: #2f397f;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#footer .container .fixedBlock .site:hover {
    color: #abcae9;
}
#aboutUs .container {
    padding-top: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#aboutUs .container .img-full {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 434px;
    border-radius: 5px;
    margin-bottom: 34px;
}
#aboutUs .container p {
    margin-bottom: 34px;
    line-height: 27px;
}
#aboutUs .container p.bold {
    font-weight: bold;
}
#aboutUs .container p a {
    color: #2f397f;
    font-weight: bold;
}
#aboutUs .container .img-slide {
    width: 100%;
    margin-bottom: 34px;
}
#aboutUs .container .img-slide .item {
    width: -webkit-calc(33% - 14px);
    width: calc(33% - 14px);
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
#aboutUs .container .but-hov {
    margin-bottom: 50px;
}
#aboutUs .container .but-hov + .h3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 25px;
}
#aboutUs .container .slider-serf {
    padding: 0 100px;
    position: relative;
}
#aboutUs .container .slider-serf .item {
    display: block;
    width: 210px;
    height: 260px;
}
#aboutUs .container .slider-serf .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#aboutUs .container .slider-serf .owl-nav button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    outline: none;
}
#aboutUs .container .slider-serf .owl-nav button.owl-prev {
    left: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#aboutUs .container .slider-serf .owl-nav button.owl-next {
    right: 24px;
}
#question .container {
    padding: 0 16px;
}
#question .container .h3 {
    text-align: center;
}
#question .container .question-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
#question .container .question-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#question .container .question-list li .title {
    text-transform: uppercase;
    /* height: 66px; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#question .container .question-list li .descr {
    margin-bottom: 0;
}
#search-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
#search-modal .mfp-close {
    display: none;
}
#search-modal .container-modal {
    width: 540px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
#search-modal .container-modal .popup-modal-dismiss {
    position: absolute;
    top: 0;
    right: 16px;
}
#search-modal .h3 {
    color: #ffffff;
    margin: 50px 0 75px;
}
#search-modal form {
    width: 100%;
    position: relative;
}
#search-modal form input[type="text"] {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #dadada;
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px;
}
#search-modal form input[type="text"]::-webkit-input-placeholder {
    color: #dadada;
}
#search-modal form input[type="text"]::-moz-placeholder {
    color: #dadada;
}
#search-modal form input[type="text"]:-ms-input-placeholder {
    color: #dadada;
}
#search-modal form input[type="text"]::-ms-input-placeholder {
    color: #dadada;
}
#search-modal form input[type="text"]::placeholder {
    color: #dadada;
}
#search-modal form .submit {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}
#modal-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
#modal-frame .container-modal {
    background: #000;
    position: relative;
    width: 100%;
    height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#modal-frame .container-modal .popup-modal-dismiss {
    position: absolute;
    top: -40px;
    right: 0;
}
.cardsBlock .container .blockInfo {
    margin-top: 45px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.cardsBlock .container .blockInfo .fotorama {
    width: 60%;
}
.cardsBlock .container .blockInfo .fotorama__nav-wrap {
    margin-top: 15px;
}
.cardsBlock .container .blockInfo .fotorama__arr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cardsBlock .container .blockInfo .fotorama__arr--prev:before {
    content: url("../images/foto-arr-prev.svg");
}
.cardsBlock .container .blockInfo .fotorama__arr--next:before {
    content: url("../images/foto-arr-next.svg");
}
/*.cardsBlock .container .blockInfo .fotorama__nav--thumbs .fotorama__nav__frame { padding-right: 15px;}*/
.cardsBlock .container .blockInfo .info {
    width: -webkit-calc(40% - 75px);
    width: calc(40% - 75px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cardsBlock .container .blockInfo .info .ratting {
    margin-bottom: 25px;
}
.cardsBlock .container .blockInfo .info .inf {
    margin-bottom: 16px;
}
.cardsBlock .container .blockInfo .info .price {
    align-items: flex-end;
    margin-bottom: 35px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}
.cardsBlock .container .blockInfo .info .price .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cardsBlock .container .blockInfo .info .price .cost {
    font-size: 32px;
    font-weight: bold;
}
.cardsBlock .container .cards-descriptoin .line-icon {
    margin: 75px 0;
}
.cardsBlock .container .cards-descriptoin .line-icon > img {
    margin-right: 25px;
    width: 65px;
}
.cardsBlock .container .cards-descriptoin .line-icon .icon span {
    text-align: center;
    margin-top: auto;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click span {
    font-size: 32px;
    border-bottom: 1px dotted #4a4a4a;
    cursor: pointer;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click span:last-child {
    margin-right: 0;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click .mobile__tabs {
    display: none;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click .tab__name.active span {
    border-bottom: 1px dotted transparent;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .tabs-text {
    display: none;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .tabs-text.active {
    display: block;
}
.cardsBlock .container .cards-descriptoin .tabsBlock .mobile__tabs.tabs-text.active {
    display: none;
}
.cardsBlock .container .cards-descriptoin .blockPressedInfo {
    z-index: 3;
    margin-bottom: 50px;
    /* margin: 50px 0; */
    align-items: center;
}
.cardsBlock .container .cards-descriptoin .img-block {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse {
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse.finish {
    height: 140px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse.finish .cont-pulse {
    bottom: 20px;
    top: auto;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse .hover {
    position: absolute;
    background-color: rgba(171, 202, 233, 0.7);
    border-radius: 100%;
    height: 36px;
    width: 36px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse:before {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
    height: 60px;
    width: 60px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse:after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
    height: 70px;
    width: 70px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse .pulse-click {
    z-index: 3;
    width: 36px;
    height: 36px;
    background-color: #abcae9;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse.pulse-go {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse.pulse-go:before {
    -webkit-animation: pulse-before 2s infinite linear;
    animation: pulse-before 2s infinite linear;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse.pulse-go:after {
    -webkit-animation: pulse-after 2s infinite linear;
    animation: pulse-after 2s infinite linear;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse.hover-go .hover {
    width: 52px;
    height: 52px;
    background-color: rgba(171, 202, 233, 0.7);
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pulse-click.close {
    transform: rotate(45deg);
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse {
    top: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos1 {
    right: 15%;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos1 .pulse-info {
    right: 77px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos2 {
    right: 65%;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos2 .pulse-info {
    left: 77px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos3 {
    right: 45%;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos3 .pulse-info {
    right: 77px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos4 {
    right: 85%;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos4 .pulse-info {
    left: 77px;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos5 {
    right: 30%;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .cont-pulse.pos5 .pulse-info {
    right: 77px;
}
.pulse-title {
    position: absolute;
    background-color: #ffffff;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    height: 40px;
    left: 70px;
    white-space: nowrap;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.pulse-title.active {
    opacity: 1;
}
.pulse-info {
    position: absolute;
    top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    width: 508px;
    -webkit-transform: scale(0, 0) translate3d(0, 0, 0);
    transform: scale(0, 0) translate3d(0, 0, 0);
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.pulse-info.active {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
}
.pulse-info .top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pulse-info .top-line .h3 {
    width: auto;
}
.pulse-info .top-line img {
    width: 150px;
    height: 150px;
    margin-right: 50px;
}
.pulse-info p {
    margin-bottom: 0;
}
@-webkit-keyframes pulse {
    0% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    50% {
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    100% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@keyframes pulse {
    0% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    50% {
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    100% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@-webkit-keyframes pulse-before {
    0% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    50% {
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    100% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@keyframes pulse-before {
    0% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    50% {
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    100% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@-webkit-keyframes pulse-after {
    0% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    50% {
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    100% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@keyframes pulse-after {
    0% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    50% {
        border: 1px solid rgba(255, 255, 255, 0.7);
    }
    100% {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}
.radioBlock {
    margin-bottom: 6px;
}
.radioBlock .bx_item_detail_scu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.radioBlock .title {
    margin-bottom: 10px;
}
.radioBlock ul li {
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
    padding-top: 0 !important;
    width: auto !important;
}
.radioBlock ul li:before,
.radioBlock ul li:after {
    position: absolute;
    content: "";
    border-radius: 100%;
}
.radioBlock ul li:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #abcae9;
}
.radioBlock ul li:after {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.radioBlock ul li.bx_active:after {
    background-color: #abcae9;
}
label.checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 30px;
}
label.checkbox.disabled {
    pointer-events: none;
    opacity: 0.6;
}
label.checkbox.disabled .checkmark {
    border: 1px solid #dadada;
}
label.checkbox.disabled .checkmark:after {
    background: #dadada;
}
label.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.checkbox input:checked ~ .checkmark:after {
    display: block;
}
label.checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #abcae9;
    border-radius: 50%;
}
label.checkbox .checkmark:after {
    content: "";
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #abcae9;
    padding: 3.6px;
}
label.radio {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 30px;
}
label.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.radio .radiomark {
    position: absolute;
    top: 1px;
    left: 0;

    background: white;
    border-color: white;
    width: 18px;
    height: 18px;
    border: 4px solid white;
    border-radius: 100%;
    min-width: 18px;
    min-height: 18px;
    position: absolute;
    box-shadow: 0 0 0 1px #abcae9;
    transition: background-color 0.25s;
}
label.radio input:checked ~ .radiomark {
    display: block;
    background-color: #abcae9;
}
#buyBlock .container {
    padding: 50px 0 50px;
}
#buyBlock .container .inet-mag {
    margin-bottom: 50px;
}
#buyBlock .container .inet-mag .h3 {
    margin-bottom: 25px;
}
#buyBlock .container .inet-mag ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#buyBlock .container .inet-mag ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 82px 18px 0;
}
#buyBlock .container .inet-mag ul li img {
    margin-bottom: 10px;
}
#buyBlock .container .inet-mag ul li a {
    text-decoration: none;
    color: #2f397f;
}
#buyBlock .container .inet-mag ul li:last-child {
    margin-right: 0;
}
#buyBlock .container .mag .h3 {
    margin-bottom: 50px;
}
#buyBlock .container .mag .magazin-list {
    width: 100%;
}
#buyBlock .container .mag .magazin-list li .title {
    text-transform: uppercase;
    height: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#buyBlock .container .mag .magazin-list li .info .column {
    margin-right: 60px;
}
#buyBlock .container .mag .magazin-list li .info .column:last-child {
    margin-right: 0;
}
#buyBlock .container .mag .magazin-list li .info .column span {
    margin-top: 6px;
}
#buyBlock .container .mag .magazin-list li .info .column a {
    text-decoration: none;
    margin-top: 6px;
}
#buyBlock .container .mag .magazin-list li .info .column a.blue {
    color: #2f397f;
}
.buy-form {
    margin: 25px 0 50px;
    margin-top: 0px;
    align-items: center;
}
.buy-form form {
    margin-bottom: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.buy-form form fieldset {
    width: 288px;
    margin-right: 57px;
    border-bottom: 1px solid #dadada;
}
.buy-form form fieldset select {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none;
    width: 100%;
    background-image: url(../images/shape-select.svg);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.buy-form form fieldset select:last-child {
    margin-right: 0;
}
.buy-form span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2f397f;
}
.buy-form span img {
    margin-right: 14px;
}
.acc__container {
    width: 100%;
}
.acc__container .acc__elem {
    width: 100%;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
    position: relative;
    height: auto;
    padding-bottom: 0;
}
.acc__container .acc__elem:before,
.acc__container .acc__elem:after {
    content: "";
    position: absolute;
    background-color: #4a4a4a;
    width: 16px;
    height: 1.5px;
    top: 31px;
    right: 20px;
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.acc__container .acc__elem:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.acc__container .acc__elem .acc__hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.8s;
    -o-transition: height 0.8s;
    transition: height 0.8s;
}
.acc__container .acc__elem.animate {
    /* padding-bottom: 25px; */
}
.acc__container .acc__elem .price {
    font-weight: bold;
}
.acc__container .acc__elem.animate:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.acc__container .acc__elem.animate .acc__hidden {
    height: auto;
}
#contactBlock .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}
#contactBlock .contact-info .infoBlock {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    height: 373px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#contactBlock .contact-info .infoBlock .addresBlock {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#contactBlock .contact-info .infoBlock .addresBlock .column .title {
    margin-bottom: 20px;
    text-transform: uppercase;
}
#contactBlock .contact-info .infoBlock .addresBlock .column .info {
    line-height: 30px;
}
#contactBlock .contact-info .infoBlock .addresBlock .column .info a {
    text-decoration: none;
    color: #2f397f;
}
#contactBlock .contact-info .infoBlock .socBlock {
    width: 200px;
}
#blogList .h2 {
    margin-bottom: 50px;
}
#blogList .elementBlog li {
    margin-bottom: 75px;
}
#blogList .elementBlog li.right {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#blogList .elementBlog li .imgBlog {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    height: 434px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}
#blogList .elementBlog li .infoBlog {
    width: -webkit-calc(50% - 130px);
    width: calc(50% - 130px);
}
#blogList .elementBlog li .infoBlog .title {
    font-family: "Humanist";
    font-size: 32px;
    font-weight: 200;
}
#blogList .elementBlog li .infoBlog p {
    margin: 25px 0;
}
#blogList .elementBlog li .infoBlog .linkElement {
    color: #2f397f;
    text-decoration: none;
}
#blog .h2 {
    margin-bottom: 50px;
}
#blog .containerBlog .imgBlogElement {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 434px;
    margin-bottom: 50px;
}
#partners .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#partners p {
    text-align: center;
    margin-top: 25px;
}
#partners .partner-icon {
    margin: 84px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#partners .partner-icon li {
    margin-bottom: 50px;
    width: -webkit-calc(33% - 80px);
    width: calc(33% - 80px);
}
#partners .partner-icon li span {
    margin-top: 24px;
    text-align: center;
    color: #2f397f;
    font-size: 28px;
    line-height: 37px;
}
#filter-modal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#filter-modal .container-modal {
    /* margin-top: 25px; */
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    width: 440px;
    padding: 50px;
}
#filter-modal .container-modal .popup-modal-dismiss {
    position: absolute;
    top: 25px;
    right: 25px;
}
#filter-modal .container-modal .bottom-form {
    margin-top: 50px;
}
#filter-modal .container-modal .bottom-form .count-line {
    margin-top: 22px;
    text-align: center;
}
#filter-modal .container-modal .scrollBlock {
    overflow: hidden scroll;
    max-height: 400px;
}
.filterBlock {
    margin-top: 50px;
}
.filterBlock .title {
    text-transform: uppercase;
    margin-bottom: 15px;
}
#step-modal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#step-modal .container-modal {
    /* margin-top: calc(50vh - 200px); */
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    width: 440px;
    padding: 50px;
    overflow: hidden;
}
#step-modal .container-modal .back {
    position: absolute;
    cursor: pointer;
    top: -40px;
    left: -20px;
}
#step-modal .container-modal .popup-modal-dismiss {
    position: absolute;
    top: 25px;
    right: 25px;
}
#step-modal .container-modal .filterBlock {
    margin-top: 24px;
    height: 100%;
    position: absolute;
    left: 100vw;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
#step-modal .container-modal .filterBlock.active {
    left: auto;
    position: relative;
}
#step-modal .container-modal .filterBlock .b-title {
    text-align: center;
    font-weight: bold;
}
#step-modal .container-modal .filterBlock .title {
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 24px;
}
#step-modal .container-modal .bottom-form {
    margin-top: 50px;
}
#step-modal .container-modal .bottom-form.bx_filter_button_box {
    margin-top: 0px;
}
#step-modal .container-modal .bottom-form .finish {
    margin-bottom: 40px;
}
#step-modal .container-modal .bottom-form .count-line {
    margin-top: 22px;
    text-align: center;
}
#step-modal .container-modal .bottom-form .miss {
    text-align: center;
    cursor: pointer;
    margin: 18px 0;
    color: #a7a9ac;
}
#step-modal .container-modal .bottom-form .miss.hidden {
    display: none;
}
/*#categories + #pagination { margin-top: -150px; }*/
#pagination .blog-page-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pagination .blog-page-navigation .blog-vert-separator,
#pagination .blog-page-navigation .blog-page-title {
    display: none;
}
#pagination .blog-page-navigation span {
    margin: 0 12px;
}
#pagination .blog-page-navigation span.blog-page-current {
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 1px;
}
#pagination .blog-page-navigation a {
    margin: 0 12px;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
}
#pagination .blog-page-navigation a.blog-page-next {
    border-bottom: none;
    margin-left: 70px;
}
#pagination .blog-page-navigation a.blog-page-previous {
    border-bottom: none;
    margin-right: 70px;
}
#pagination .blog-page-navigation a.blog-page-previous img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#pagination .blog-page-navigation a.disabled {
    opacity: 0.3;
    pointer-events: none;
}
#matrasAnimation {
    position: relative;
    margin-bottom: 50px;
    height: 100%;
    max-width: 800px;
    min-height: 126px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: height linear 0.1s;
    -o-transition: height linear 0.1s;
    transition: height linear 0.1s;
}
#matrasAnimation .imgAnimation {
    opacity: 1;
    margin-bottom: 0;
    position: absolute;
    max-width: 800px;
    width: 100%;
}
#matrasAnimation .imgAnimation.hidden {
    opacity: 0;
}
#matrasAnimation #anim-top {
    top: 0px;
    z-index: 10;
}
#matrasAnimation #anim-one {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
    margin-left: -1px;
    z-index: 9;
    top: 14%;
}
#matrasAnimation #anim-two {
    z-index: 8;
    max-width: -webkit-calc(100% - 12px);
    max-width: calc(100% - 12px);
    margin-left: -1px;
    top: 26%;
}
#matrasAnimation #anim-three {
    z-index: 7;
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
    margin-left: -1px;
    top: 38%;
}
#matrasAnimation #anim-four {
    max-width: 790px !important;
    left: 9px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: -webkit-calc(100% - 2px);
    max-width: calc(100% - 2px);
    margin-left: -3px;
    z-index: 6;
    top: 61%;
}
#matrasAnimation #anim-five {
    z-index: 5;
    max-width: -webkit-calc(100% - 8px);
    max-width: calc(100% - 8px);
    top: 41%;
    display: none;
}
#matrasAnimation #anim-six {
    top: 75%;
    z-index: 4;
    max-width: -webkit-calc(100% - 8px);
    max-width: calc(100% - 8px);
    margin-left: -1px;
}
#matrasAnimation #anim-bot {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: -webkit-calc(100% - 4px);
    max-width: calc(100% - 4px);
    z-index: 10;
    bottom: -5px;
    -webkit-box-shadow: 0px 17px 12px 6px #ffffff;
    box-shadow: 0px 17px 12px 6px #ffffff;
}
#matrasAnimation.start {
    min-height: 126px !important;
}
#matrasAnimation.finish {
    min-height: 490px !important;
}
#property {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#property .column {
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
}
#property .title {
    text-transform: uppercase;
    margin-bottom: 25px;
}
#property .title.hidden {
    opacity: 0;
    pointer-events: none;
    display: block;
    height: 24px;
}
#property .dotted {
    width: 100%;
    margin-bottom: 50px;
}
#property .dotted li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
}
#property .dotted li:last-child {
    margin-bottom: 0;
}
#matrasAnimation #anim-four #property .dotted li:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background-color: #dadada;
}
#property .table li {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
}
#property .table li:nth-child(2n + 1) {
    background-color: #f7f7f7;
}
#property .scale {
    position: relative;
    margin: 10px 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#property .scale .elem_scale {
    position: relative;
    min-width: -webkit-calc(20% - 16px);
    min-width: calc(20% - 16px);
    min-height: 10px;
}
#property .scale .elem_scale span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 20px;
}
#property .scale .elem_scale:before {
    left: 0;
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    border-radius: 3px;
    background-color: #f7f7f7;
}
#property .scale .elem_scale.full:after {
    left: 0;
    content: "";
    height: 10px;
    width: 100%;
    background-color: #abcae9;
    position: absolute;
    border-radius: 3px;
}
#property .scale .elem_scale.half:after {
    content: "";
    height: 10px;
    width: 50%;
    background-color: #abcae9;
    position: absolute;
    border-radius: 3px 0px 0px 3px;
}
#buy-modal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.buyBlock-container {
    margin-top: 25px;
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    padding: 25px 25px 0;
}
.buyBlock-container.no-modal {
    margin-top: 0;
    padding: 0;
}
.buyBlock-container .popup-modal-dismiss {
    position: absolute;
    top: 25px;
    right: 25px;
}
.buyBlock-container .buy-form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.buyBlock-container .title {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.buyBlock-container .modal-magaz li {
    margin-bottom: 50px;
}
.buyBlock-container .modal-magaz .column {
    margin-right: 50px;
}
.buyBlock-container .modal-magaz .column p {
    width: 345px;
}
.buyBlock-container .modal-magaz .column:last-child {
    margin-right: 0;
}
.buyBlock-container .modal-magaz .img img {
    margin-bottom: 25px;
}
.buyBlock-container .modal-magaz .img a,
.buyBlock-container .modal-magaz .tel a {
    color: #2f397f;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    line-height: 27px;
}
.buyBlock-container .modal-magaz .img a:hover,
.buyBlock-container .modal-magaz .tel a:hover {
    color: #abcae9;
    text-decoration: none;
}
.buyBlock-container .modal-magaz .price span {
    font-size: 32px;
    font-weight: bold;
    color: #4a4a4a;
}
.buyBlock-container .acc__container {
    display: none;
}
.code__line {
    border-bottom: 1px dotted rgb(29%, 29%, 29%, 0.5);
}
.close__icon {
    position: absolute;
    right: 24px;
}
.mobile__arrow,
.mobile__list {
    display: none;
}
.cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse .pulse-info .pulse-click {
    display: none;
}
.line-icon2 {
    /* margin: 32px 0 83px; */
    margin-top: -40px;
    margin-bottom: 75px;
    flex-wrap: wrap;
}
.line-icon2 img {
    margin-right: 63px;
}
.tab__name {
    margin-right: 67px;
}
#question h2.h2 {
    font-weight: 300;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0px;
}
.mobile__number {
    display: none;
}
.ajax_result ul {
    border: 1px solid #dadada;
}
.ajax_result li {
    padding: 10px;
    color: #fff;
}
.ajax_result li a {
    text-decoration: none;
    color: #dadada;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
    /**/
}

@media only screen and (max-width: 1366px) {
    .container {
        width: auto;
        padding: 50px 24px 25px;
    }
    #poster-bottom .container {
        padding: 50px 24px 25px;
    }
    #header .container,
    .container.padding {
        padding: 50px 24px 25px;
    }
}

@media only screen and (max-width: 1280px) {
    /**/
}

@media only screen and (max-width: 1200px) {
    /**/
}

@media only screen and (max-width: 1070px) {
    #footer .container .column:nth-child(3) {
        width: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    #footer {
        margin-top: 32px;
        padding-bottom: 0;
    }
    #footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px 0 0;
    }
    #footer .container .column {
        margin-bottom: 49px;
        padding: 0 16px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .container .column:nth-child(2) {
        display: none;
    }
    #footer .container .column:nth-child(3) {
        width: auto;
    }
    #footer .container .column.fixed {
        width: 100%;
        background-color: #fff;
        margin: 200px 0 0;
        padding: 55px 0 70px;
        padding-top: 100px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    #footer .container .column.fixed .fixedBlock {
        width: 288px;
        top: -190px;
        padding: 0px;
    }
    #footer .container .column.fixed .fixedBlock .border {
        /* border: none; */
        /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    }
    #footer .container .column.fixed .socBlock {
        width: 288px;
    }
    #footer .container .column p {
        text-align: center;
    }
    #footer .container p {
        line-height: 21px;
    }
    #footer .container .footer-tel {
        margin: 25px 0 29px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
    .container {
        width: auto;
        padding: 0 16px;
    }
    .container.padding {
        padding: 34px;
    }
    .h2,
    #company.bgc .h2 {
        font-size: 28px;
    }
    .h3 {
        font-size: 24px;
        text-align: center;
    }
    .mobile-hidden {
        display: none;
    }
    #poster-bottom .container {
        padding: 34px;
    }
    #header .container {
        padding: 34px 34px 0 34px;
    }
    #headerMenu .container .infoHeader .social {
        margin-top: 55px;
        justify-content: center;
        flex-flow: row wrap-reverse;
    }
    #headerMenu .container .infoHeader .social .lang-link {
        width: 50%;
        padding-bottom: 25px;
    }
    #headerMenu .container .infoHeader .social a {
        text-align: center;
    }
    #headerMenu .container .infoHeader .social a:nth-child(4) {
        text-align: right;
        padding-right: 25px;
    }
    #headerMenu .container .infoHeader .social a:nth-child(5) {
        text-align: left;
        padding-left: 25px;
    }

    #header #header-top {
        padding: 0px;
    }
    #headerMenu.anim .container-menu.start {
        height: 100vh;
    }
    #headerMenu .animation-text .infoHeader {
        order: 2;
    }
    #headerMenu .animation-text .menuHeader {
        order: 1;
    }
    #headerMenu .animation-text {
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    #headerMenu .animation-text .infoHeader > a {
        display: none;
    }
    #headerMenu .animation-text .infoHeader .contact {
        display: none;
    }
    #headerMenu .animation-text .menuHeader {
        width: 100%;
    }
    #headerMenu .animation-text .menuHeader .menu-header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    #poster {
        height: calc(100vh - 60px);
        max-height: 600px;
        background-position: 15% center;
    }
    #poster .container {
        padding: 100px 34px 100px;
    }
    #poster .container .top-info .title {
        /* font-size: 42px; */
        font-size: 45px;
    }
    #poster .container .top-info p {
        padding: 0 15px;
        /* font-size: 18px; */
        /* line-height: 27px; */
    }
    #poster-bottom .container {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 34px;
    }
    #poster-bottom .container .column-mob a {
        font-size: 24px;
    }
    #poster-bottom .container .column-mob a:last-child {
        margin-bottom: 0;
    }
    #matras .container {
        padding: 50px 30px;
    }
    #company.bgc .container {
        padding: 0px 16px;
    }
    #company .container p {
        margin: 0 0 25px;
    }
    #company .container p br {
        display: none;
    }
    #company .container .but-hov {
        margin: 0 0 40px;
    }
    #company .container .icon-container {
        margin-bottom: 34px;
    }
    #presentation .container {
        padding: 34px 34px;
    }
    #presentation .dop-title {
        margin-bottom: 35px;
    }
    #presentation .previewBlock .preview {
        margin-bottom: 58px;
    }
    #presentation .previewBlock .preview .img {
        width: 320px;
        height: 207px;
    }
    #presentation .previewBlock .preview .info {
        margin-top: 25px;
        width: calc(100% - 370px);
    }
    #sliderBlock .container {
        padding: 34px 16px;
    }
    #sliderBlock .owl-carousel .owl-nav {
        top: -66px;
    }
    #sliderBlock .owl-carousel .item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #sliderBlock .owl-carousel .item .img {
        height: 455px;
        width: 100%;
        background-size: cover;
        border-radius: 5px;
    }
    #sliderBlock .owl-carousel .item .info {
        width: 100%;
        padding-top: 25px;
    }
    #sliderBlock .owl-carousel .item .info p {
        margin: 30px 0 25px;
    }
    #sliderBlock .owl-carousel .item .info a {
        text-decoration: none;
        color: #2f397f;
    }
    .owl-carousel.owl-theme .owl-nav button {
        width: 12px;
        height: 16px;
    }
    #novinki .sliderNov {
        display: none;
    }
    #novinki .sliderMob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 500px;
    }
    #novinki .sliderMob .owl-stage,
    #novinki .sliderMob .owl-item {
        height: 100%;
        background-color: #fafafa;
    }
    #novinki .sliderMob .item {
        position: absolute;
        text-decoration: none;
        width: 100%;
        height: 100%;
        margin-bottom: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right -29px;
    }
    #novinki .sliderMob .item .name {
        position: absolute;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }
    #novinki .sliderMob .owl-nav {
        position: absolute;
        right: 0;
        top: -65px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #aboutUs .container {
        padding: 0 16px 25px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #aboutUs .container .img-full {
        height: 168px;
        background-size: cover;
        border-radius: 3px;
    }
    #aboutUs .container blockquote {
        padding: 0 0 25px 30px;
    }
    #aboutUs .container blockquote:before {
        width: 20px;
        left: 0;
    }
    #aboutUs .container .slider-serf {
        padding: 0 32px;
    }
    #aboutUs .container .slider-serf .owl-nav button.owl-prev {
        left: 0;
    }
    #aboutUs .container .slider-serf .owl-nav button.owl-next {
        right: 0;
    }
    #aboutUs .container .img-slide .item {
        width: 100%;
        height: 216px;
    }
    #categories .container {
        padding: 34px 16px;
    }
    #sort-line {
        flex-flow: column-reverse;
        position: relative;
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #sort-line .sort-row {
        margin-top: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #sort-line .sort-row .filter {
        margin-right: 0;
        /* margin-bottom: 49px; */
        margin-bottom: 10px;
    }
    #sort-line .sort-row .sort {
        margin-right: 0px;
    }
    .seo-text {
        margin-bottom: 10px;
    }
    #catalog {
        margin-top: 104px;
        margin-bottom: 0;
    }
    #catalog .container {
        padding: 34px 16px;
    }
    #catalog .container .sliderNov {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #catalog .container .sliderNov .column {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    #catalog .container .sliderNov .column .column-elem {
        height: 280px;
        margin-top: 25px;
        border-radius: 3px;
        background-size: 70% 100%;
        height: 500px;
    }
    #catalog .container .sliderNov .top {
        border-radius: 3px;
        margin-top: 0px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-size: contain;
        padding-top: 380px;
        background-position: 380px;
        background-position: top center;
        background-size: 495px;
    }
    #catalog .container .sliderNov .top .h3 {
        margin: 0px 0 15px;
    }
    #catalog .container .sliderNov .top .category {
        z-index: 1;
        background-color: transparent;
        opacity: 1;
        position: relative;
        padding: 0 0 50px;
        max-width: 700px;
    }
    .cardsBlock .container {
        padding: 0px 34px;
    }
    .cardsBlock .container .blockInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cardsBlock .container .blockInfo .fotorama {
        width: 100%;
        margin-bottom: 30px;
        /* margin-bottom: 0px; */
    }
    .cardsBlock .container .blockInfo .fotorama__nav-wrap {
        margin-top: 0px;
    }
    .cardsBlock .container .blockInfo .fotorama__arr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cardsBlock .container .blockInfo .fotorama__arr--prev:before {
        content: url("../images/foto-arr-prev.svg");
    }
    .cardsBlock .container .blockInfo .fotorama__arr--next:before {
        content: url("../images/foto-arr-next.svg");
    }
    .radioBlock {
        margin-top: 13px;
    }
    .cardsBlock .container .blockInfo .info {
        width: 100%;
    }
    .cardsBlock .container .blockInfo .info .h2 {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: flex-start;
        align-self: flex-start;
    }
    .cardsBlock .container .blockInfo .info .price {
        /* -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;*/
        display: block;
        width: 100%;
    }
    .cardsBlock .container .blockInfo .info .price .col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .cardsBlock .container .blockInfo .info .price .cost {
        font-size: 24px;
    }
    .cardsBlock .container .cards-descriptoin .line-icon {
        margin: 25px 0;
        flex-wrap: wrap;
    }
    .cardsBlock .container .cards-descriptoin .line-icon .owl-item > img {
        width: 150px;
        margin: 0 auto;
    }
    .cardsBlock .container .cards-descriptoin .line-icon .icon {
        align-items: center;
    }
    .cardsBlock .container .cards-descriptoin .line-icon .icon span {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click span {
        margin-right: 0;
        font-size: 14px;
    }

    .cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click span:last-child {
        margin-bottom: 0;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo {
        margin-top: 25px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block {
        margin-top: 16px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse {
        top: -15px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos1 {
        right: 10%;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos1 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos3 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos5 .pulse-info {
        right: -32px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos2 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos4 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos6 .pulse-info {
        left: -32px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos4 {
        right: 75%;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos5 {
        right: 20%;
    }
    .pulse-info {
        top: 70px;
        width: 100vw;
        position: fixed;
    }
    .pulse-info .top-line img {
        margin-right: 12px;
    }
    #buyBlock .container {
        padding: 16px;
    }
    #buyBlock .container .inet-mag .h3 {
        text-align: left;
    }
    #buyBlock .container .inet-mag {
        margin-bottom: 0px;
    }
    #buyBlock .container .inet-mag .h3 {
        margin-bottom: 25px;
    }
    #buyBlock .container .inet-mag ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #buyBlock .container .inet-mag ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
    #buyBlock .container .mag .h3 {
        margin: 0px 0px 25px;
        text-align: left;
    }
    #buyBlock .container .mag .magazin-list li .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #buyBlock .container .mag .magazin-list li .info .column {
        margin-right: 0;
        margin-bottom: 12px;
    }
    #buyBlock .container .mag .magazin-list li .info .column:last-child {
        margin-bottom: 0;
    }
    .buy-form {
        margin: 0px 0 50px;
    }
    .buy-form form {
        margin-bottom: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .buy-form form fieldset {
        margin-right: 0;
    }
    #contactBlock .container {
        padding: 0px 16px;
    }
    #contactBlock .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #contactBlock .contact-info .infoBlock {
        width: 100%;
        height: 100%;
    }
    #contactBlock .contact-info .infoBlock .addresBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #contactBlock .contact-info .infoBlock .addresBlock .column .info {
        line-height: 21px;
        margin-bottom: 25px;
    }
    #contactBlock .title {
        margin-bottom: 10px;
    }
    #contactBlock .contact-info .infoBlock .socBlock {
        margin: 25px 0;
    }
    #blogList .container {
        padding: 16px;
    }
    #blogList .h2 {
        margin-bottom: 25px;
    }
    #blogList .elementBlog li {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #blogList .elementBlog li.right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #blogList .elementBlog li .imgBlog {
        width: 100%;
        height: 186px;
        margin-bottom: 25px;
    }
    #blogList .elementBlog li .infoBlog {
        width: 100%;
    }
    #blogList .elementBlog li .infoBlog .title {
        font-size: 24px;
        font-weight: 400;
    }
    #blogList .elementBlog li .infoBlog p {
        margin: 10px 0 15px;
    }
    #blogList .elementBlog li .infoBlog .linkElement {
        color: #2f397f !important;
        text-decoration: none;
        margin-bottom: 20px;
    }
    #blog .h2 {
        margin-bottom: 25px;
    }
    #blog .container {
        padding: 16px;
    }
    #blog .containerBlog {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #blog .containerBlog .imgBlogElement {
        border-radius: 5px;
        height: 186px;
        margin-bottom: 25px;
    }
    #partners .container {
        padding: 16px;
    }
    #partners p {
        text-align: center;
        margin: 0 20px;
    }
    #partners .partner-icon {
        margin: 50px 0;
    }
    #partners .partner-icon li {
        margin-bottom: 12px;
        width: 100%;
    }
    #partners .partner-icon li img {
        width: auto;
    }
    #partners .partner-icon li span {
        margin-top: 24px;
        text-align: center;
        color: #2f397f;
        font-size: 18px;
        line-height: 23px;
    }
    #filter-modal .container-modal {
        width: 320px;
        padding: 24px;
    }
    /* #question .container .question-list li .title { */
    /* height: 55px; */
    /* } */
    #question .container .question-list li .title:after {
        top: 20px;
    }
    #question .container .question-list li:last-child .title {
        border-bottom: none;
    }
    #question .container .question-list li:last-child {
        border-bottom: none;
    }
    #question .container .question-list {
        margin: 0 0 12px;
    }
    #step-modal .container-modal {
        width: 320px;
        padding: 24px;
    }
    #step-modal .container-modal .back {
        margin-top: 20px;
        left: 0;
    }
    #search-modal .container-modal {
        padding: 0 16px;
    }
    #matrasAnimation #anim-six {
        bottom: 25px;
    }
    #matrasAnimation #anim-bot {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    #property {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #property .column {
        width: 100%;
    }
    .buyBlock-container {
        padding: 16px 16px 0;
    }
    .buyBlock-container .acc__container {
        display: block;
    }
    .buyBlock-container .popup-modal-dismiss {
        top: 16px;
        right: 16px;
    }
    .buyBlock-container .modal-magaz li {
        margin-bottom: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .buyBlock-container .modal-magaz .column {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .buyBlock-container .modal-magaz .column p {
        width: auto;
    }
    .buyBlock-container .modal-magaz .img {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
    }
    .buyBlock-container .modal-magaz .img img {
        margin-bottom: 0;
    }
    .buyBlock-container .modal-magaz .tel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .buyBlock-container .modal-magaz .tel a {
        width: 100%;
    }
    .buyBlock-container .modal-magaz .img a,
    .buyBlock-container .modal-magaz .tel a {
        width: 100%;
    }
    .buyBlock-container .modal-magaz .price {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    #categories,
    #categories .container .but-hov {
        margin-bottom: 0px;
    }
    .pulse-info .top-line {
        display: block;
    }
    .pulse-info .top-line img {
        margin-bottom: 20px;
    }
    .pulse-info .top-line .h3 {
        width: 240px;
        text-align: left;
        font-size: 32px;
        line-height: 41px;
    }
    #page {
        /* margin-top: 104px; */
    }
    #header #header-top,
    #header {
        height: 104px;
    }
    .my_hamburger .hamburger_top,
    .my_hamburger .hamburger_bottom {
        width: 20px;
    }
    #headerMenu .container-menu {
        padding: 60px 0 35px;
    }
    #poster .container .modal-frame {
        font-size: 18px;
    }
    .but-hov {
        font-size: 18px;
    }
    #catalog .top .category .category-list {
        margin: 50px 0 25px;
        margin-top: 35px;
    }
    .pagin {
        display: none;
        /* position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%); */
    }
    .fotorama__thumb-border {
        border-radius: 5px;
    }
    .breadcrumbs {
        display: none;
    }
    .buyBlock-container {
        font-size: 18px;
        line-height: 27px;
    }
    .buyBlock-container .h3 {
        font-size: 32px;
        line-height: 41px;
        text-align: left;
    }
    .buyBlock-container .acc__container img {
        margin-bottom: 25px;
    }
    .buyBlock-container .acc__container a {
        color: #2f397f;
    }
    .buyBlock-container .acc__container p {
        margin-top: 15px;
    }
    .buyBlock-container .acc__container .acc__elem {
        border-bottom: none;
    }
    .mobile__arrow {
        display: block;
        margin: 16px 0px 15px;
    }
    .column .price {
        color: #4e4d4d;
        /* font-size: 32px; */
        /* line-height: 47px; */
        margin-top: 15px;
    }
    .cataloglist .list li .bottom-row span.price {
        /* font-size: 16px; */
        /* line-height: 21px; */
    }
    .buyBlock-container .column img {
        display: block;
        margin-bottom: 15px;
    }
    .buyBlock-container .acc__container .acc__elem .acc__hidden {
        display: block;
    }
    .buyBlock-container .title {
        margin-bottom: 25px;
    }
    .buyBlock-container .acc__container .acc__elem:before,
    .buyBlock-container .acc__container .acc__elem:after {
        top: 8px;
        right: 0px;
    }
    .cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse .pulse-info .pulse-click {
        display: block;
        right: 16px;
        position: absolute;
    }
    .cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse .pulse-info .pulse-click img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .line-icon2 {
        margin-top: -20px;
        margin-bottom: 50px;
        /* margin: 28px 0; */
    }
    .line-icon2 img {
        margin-right: 12px;
        width: 55px;
    }
    .tab__name {
        margin-right: 0px;
        /* text-align: center; */
        width: 100%;
        margin-bottom: 25px;
    }
    .tab__name p {
        text-align: left;
    }
    .cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click {
        margin-bottom: 0px;
    }
    .cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click .tab__title {
        font-size: 24px;
    }
    #aboutUs .container p {
        line-height: 21px;
        margin-bottom: 25px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 20px;
    }
    #aboutUs .container .img-slide {
        margin-bottom: 20px;
    }
    .acc__container .acc__elem:before,
    .acc__container .acc__elem:after {
        top: 25px;
        right: 4px;
    }
    #buyBlock .container .mag .magazin-list li .title {
        height: 55px;
    }
    #map iframe {
        border-radius: 3px;
    }
    .mobile__number {
        display: block;
        font-size: 24px;
        line-height: 31px;
        color: #2f397f;
        font-family: "Humanist";
        font-weight: 300;
    }
    #contactBlock .contact-info {
        margin-top: 25px;
    }
    .cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse:after {
        width: 42px;
        height: 42px;
    }
    #catalog .top .category .category-list li {
        width: 33%;
        margin-bottom: 50px;
    }
    #novinki .sliderNov .column .column-elem span,
    #catalog .sliderNov .column .column-elem span {
        margin-bottom: 30px;
    }
    .cataloglist .list li {
        width: calc(50% - 20px);
    }
    .tabs-text .cataloglist .list li .img-preview {
        height: 330px;
        min-height: inherit;
    }
}

@media only screen and (max-width: 944px) {
    /**/
}

@media only screen and (max-width: 768px) {
    /**/
}

@media only screen and (max-width: 720px) {
    .cataloglist .list {
        margin: 0;
    }
    .cataloglist .list li {
        margin: 0 0 20px;
    }
    #header #header-top,
    #header {
        height: 60px;
    }
    .logo__img {
        height: 32px;
    }
    .search-modal img {
        height: 22px;
    }
    #page {
        /* margin-top: 60px; */
    }
    #poster .container {
        padding: 35px 34px 50px;
    }
    #poster-bottom .container .column-mob a {
        margin-bottom: 32px;
    }
    #poster-bottom .container .column-mob {
        width: 210px;
    }
    #matrasAnimation {
        margin-bottom: 50px;
        max-width: 260px;
        min-height: 36px;
        transform: scale(1.2);
    }
    #matrasAnimation .imgAnimation {
        max-width: 252px;
    }
    #matrasAnimation.start {
        min-height: 36px !important;
    }
    #matrasAnimation.finish {
        min-height: 160px !important;
    }
    #matras .container {
        padding: 50px 30px;
    }
    #company .container {
        padding: 34px 16px;
    }
    #presentation .previewBlock .preview {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #presentation .previewBlock .preview.end {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #presentation .previewBlock .preview .info p {
        text-align: center;
        width: 100%;
    }
    #presentation .previewBlock .preview .img {
        width: 100%;
        height: 187px;
    }
    #presentation .previewBlock .preview .info {
        margin-top: 25px;
        width: 100%;
    }
    #presentation .previewBlock .preview .info .h3 {
        text-align: center;
    }
    #novinki .sliderMob {
        height: 268px;
    }
    #novinki .sliderMob {
        height: 268px;
    }
    #novinki .sliderMob .item .name {
        bottom: 25px;
    }
    #sliderBlock .owl-carousel .item .img {
        height: 187px;
    }
    #catalog {
        margin-top: 25px;
        margin-bottom: 0;
    }
    #catalog .container .sliderNov .top {
        /* height: 492px; */
        /* height: 520px; */
    }
    #catalog .top .category .but-hov {
        margin-top: 5px;
    }
    .cataloglist .list li {
        width: calc(50% - 20px);
    }
    #catalog .container .sliderNov .top {
        padding-top: 180px;
        background-size: 263px;
    }
    #catalog .top .category .category-list {
        margin: 0px;
    }
    #catalog .top .category .category-list li {
        width: 50%;
        margin-bottom: 28px;
    }
    #catalog .container .sliderNov .column .column-elem {
        height: 264px;
    }
    .cardsBlock .container {
        padding: 0px 16px;
    }
    .cardsBlock .container .blockInfo .info .h2 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .cardsBlock .container .blockInfo .info .price .but-hov {
        margin: 0 auto;
    }
    .cardsBlock .container .cards-descriptoin .line-icon .icon img {
        width: 240px;
    }
    .cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse .pulse-click,
    .cardsBlock .container .cards-descriptoin .img-block .img-pulse .pressed-pulse .hover {
        width: 25px;
        height: 25px;
    }
    .pulse-click img {
        width: 14px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse {
        height: 45px;
    }
    .cardsBlock .container .blockInfo {
        margin-top: 0px;
    }
    .desktop__line-icon {
        display: none;
    }
    .cardsBlock .container .cards-descriptoin .tabsBlock .desktop__tabs.tabs-text.active {
        display: none;
    }
    .cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click .mobile__tabs.active {
        display: block;
        margin-top: 25px;
    }
    .cardsBlock .container .cards-descriptoin .tabsBlock .tabs-click {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cataloglist .list li {
        width: 100%;
        height: auto;
    }
    .cataloglist .list li .img-preview {
        height: 500px;
        background-position: right;
    }
    .cataloglist .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs-text .cataloglist .list li .img-preview {
        height: 262px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos1 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos3 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos5 .pulse-info {
        right: -17px;
    }
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos2 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos4 .pulse-info,
    .cardsBlock .container .cards-descriptoin .blockPressedInfo .img-block .img-pulse .cont-pulse.pos6 .pulse-info {
        left: -16px;
    }
}
@media only screen and (max-width: 660px) {
    #buyBlock .container .inet-mag ul {
        flex-direction: column;
        margin: 15px 0;
    }
    #buyBlock .container .inet-mag ul li {
        margin-right: 0;
    }

    .mfp-bg.mfp-ready {
         background: rgb(11 11 11);
    }
}

@media only screen and (max-width: 360px) {
    #catalog .container .sliderNov .column .column-elem,
    #novinki .sliderMob .item {
        background-size: 217px 217px;
        background-position: top right;
    }  
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 1024.1px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}

@media (hover: hover) {
    .owl-carousel.owl-theme .owl-nav button:hover {
        background-color: #abcae9;
    }

    .owl-carousel.owl-theme .owl-nav button:hover svg path {
        fill: #ffffff;
    }
}

@media (hover: none) {
    .owl-carousel.owl-theme .owl-nav button:hover {
        background-color: initial;
    }

    .owl-carousel.owl-theme .owl-nav button:hover svg path {
        fill: initial;
    }
}
