/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}

strong{
  font-weight: bold;
}
small{
  font-size: 14px;
}
menu,
ol,
ul {
  list-style: none;
}
li{
  font-family: "Montserrat-Medium";
}
article li,.col-12 ul:not(.list-unstyled) li{
  margin: 5px 0;
}
h2{
  font-size: 1.7rem;
  margin: 10px 0;
}
article ul,.col-12 ul:not(.list-unstyled){
  margin: 10px 0;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6{
  font-family: "Montserrat-Bold";
}
article li{
  font-family: "Montserrat-Regular";
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol li::before{
  font-family: 'Montserrat-Regular';
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("fonts/Montserrat-SemiBold.ttf");
}
/**
    Fonts
*/
/**
    Colors
*/
.btn {
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s box-shadow linear;
  border-radius: 50px;
}
.btn-phone{
  width: 345px;
}
.btn-blue {
  color: #ffec02;
  padding: 17px 50px;
  background-color: #552583;
}
.btn-blue:hover {
  box-shadow: 0 0 15px #552583;
  color: #ffec02;
}
.btn-bordered {
  color: #552583;
  margin-top: 20px;
  border: 2px solid rgba(85, 37, 131, 0.2);
  box-shadow: none;
  transition: .3s linear;
}
.btn-bordered:hover,
.btn-bordered:active {
  box-shadow: none!important;
  background: rgba(85, 37, 131, 0.5);
  color: white;
}
.katalizator-img {
  width: 490px;
  height: 490px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.katalizator-img img {
  width: 100%;
  height: 100%;
}
.img-border {
  position: relative;
}
.img-border::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  background: #ffec02;
  transform: scale(1.02);
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: 0;
}
.img-border::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  background: white;
  transform: scale(1.01);
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: 0;
}
.img-border img {
  border-radius: 17px;
  transition: .3s linear;
}
.action-buttons .btn {
  width: 326px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat-SemiBold";
}
.socials__item-vk {
  background: url("../img/icons/socials/vk.svg") no-repeat;
}
.socials__item-whatsapp {
  background: url("../img/icons/socials/whatsapp.svg") no-repeat;
}
.socials__item-phone {
  background: url("../img/icons/socials/phone.svg") no-repeat;
}
.socials__item-youtube {
  background: url("../img/icons/socials/youtube.svg") no-repeat;
}
.socials__item-instagram {
  background: url("../img/icons/socials/instagram.svg") no-repeat;
}
.socials__item-telegram {
  background: url("../img/icons/socials/telegram.svg") no-repeat;
}
.carousel-control-prev,
.carousel-control-next {
  margin: auto 0!important;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #F4B43F!important;
}
.carousel-control-prev img,
.carousel-control-next img {
  height: 18px;
  width: 12px;
}
.carousel-control-next {
  border-radius: 50px 0 0 50px;
}
.carousel-control-prev {
  border-radius: 0 50px 50px 0;
}
.carousel-inner img {
  height: 100%;
  border: 3px solid #F4B43F;
  border-radius: 50px!important;
  object-fit: cover;
}
.polytics{
  color: #464646;
  font-family: "Montserrat-Medium";
  text-decoration: none;
}
.polytics:hover{
  text-decoration: underline;
}
.carousel-inner .carousel-item {
  width: 100%;
  border-radius: 50px!important;
  height: 470px;
}
.mt-standart {
  margin-top: 105px;
}
footer .socials__item-vk {
  background: url("../img/icons/socials/footer/vk.svg") no-repeat;
}
footer .socials__item-whatsapp {
  background: url("../img/icons/socials/footer/whatsapp.svg") no-repeat;
}
footer .socials__item-phone {
  background: url("../img/icons/socials/footer/phone.svg") no-repeat;
}
footer .socials__item-youtube {
  background: url("../img/icons/socials/footer/youtube.svg") no-repeat;
}
footer .socials__item-instagram {
  background: url("../img/icons/socials/footer/instagram.svg") no-repeat;
}
footer .socials__item-telegram {
  background: url("../img/icons/socials/footer/telegram.svg") no-repeat;
}
footer .socials__item {
  background-color: #C9C9C9!important;
  background-position: center center;
  margin-top: 0!important;
}
footer .socials__item:nth-child(2n) {
  margin: 0 10px;
}
footer .socials__item:hover {
  box-shadow: 0 0 10px #C9C9C9;
}
footer .socials {
  display: flex;
  align-items: center;
}
.title,
.article .title {
  font-family: "Montserrat-Bold";
  font-size: 45px;
  color: #0b0b0b;
}
@media (max-width: 700px) {
  .title,
  .article .title {
    text-align: center;
  }
  .title-decor::after,
  .article .title-decor::after {
    display: none;
  }
}
.title-decor,
.article .title-decor {
  position: relative;
}
.title-decor-dots,
.article .title-decor-dots {
  position: relative;
}
.title-decor-dots::after,
.article .title-decor-dots::after {
  content: "";
  background: url("../img/icons/dots-1.svg") no-repeat;
  background-size: cover;
  width: 112px;
  position: absolute;
  margin-left: 25px;
  top: 15px;
  height: 21px;
}
.title-decor-triangle,
.article .title-decor-triangle {
  position: relative;
}
.title-decor-triangle::after,
.article .title-decor-triangle::after {
  content: "";
  background: url("../img/icons/triangle.svg") no-repeat;
  background-size: cover;
  width: 60px;
  position: absolute;
  margin-left: 25px;
  top: -5px;
  height: 60px;
}
.title-decor-cubes::after,
.article .title-decor-cubes::after {
  content: "";
  background: url("../img/icons/cubes.svg") no-repeat;
  background-size: cover;
  width: 128px;
  position: absolute;
  margin-left: 25px;
  top: 19px;
  height: 16px;
}
.title-decor-waves::after,
.article .title-decor-waves::after {
  content: "";
  background: url("../img/icons/waves.svg") no-repeat;
  background-size: cover;
  width: 64px;
  position: absolute;
  margin-left: 25px;
  top: 15px;
  height: 25px;
}
.title + p,
.article .title + p {
  text-align: justify;
  line-height: 140%;
  margin-top: 25px;
}
.color-dark {
  color: #373737;
}
.text {
  font-size: 18px;
}
.text-medium {
  font-family: "Montserrat-Medium";
}
.socials__item {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: .3s linear;
  background-position: center center;
}
.socials__item-orange {
  background-color: #f4b43f;
}
.socials__item-orange:hover {
  box-shadow: 0 0 10px #f4b43f;
}
.socials__item a {
  width: 100%;
  height: 100%;
}
.link {
  font-size: 20px;
  font-family: "Montserrat-Medium";
  cursor: pointer;
  transition: .3s linear;
}
.link-subtitle {
  color: #737373;
  font-family: "Montserrat-Medium";
  font-size: 18px;
}
.link-blue {
  color: #552583;
  text-decoration: none;
}
.link-blue:hover {
  color: #7c36bf;
}
.link-dashed {
  border-bottom: 1.5px dotted #552583;
}
.link-dashed:hover {
  border-bottom: 1.5px dashed #552583;
}
.link-underline {
  position: relative;
  text-decoration: none;
}
.link-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  transition: .3s linear;
  bottom: 0;
  left: 0;
  background: #552583;
}
.link-underline:hover::after {
  transform: translateY(5px);
  opacity: 0;
}
.hr {
  opacity: 1;
}
.hr-small {
  width: 228px;
}
.hr-bold {
  height: 14px!important;
}
.hr-blue {
  background: #552583;
}
.decor__icon {
  position: absolute;
}
.decor__icon-top {
  top: -10px;
}
.decor__icon-top-pull {
  top: -15px;
}
.decor__icon-right {
  right: 10px;
}
.decor__icon-right-pull {
  right: -17px;
}
.decor__icon-waves {
  width: 25px;
  height: 65px;
  background: url("../img/decors/waves.svg") no-repeat;
  background-size: cover;
}
.decor__icon-waves.decor__icon-top {
  top: 50px;
}
.decor__icon-waves.decor__icon-left {
  left: -12px;
}
.decor__icon-waves-rotate {
  transform: rotate(90deg);
}
.decor__icon-waves-rotate.decor__icon-left {
  left: 50px;
}
.decor__icon-waves-rotate.decor__icon-bottom {
  bottom: -32px;
}
.decor__icon-left {
  left: 15px;
}
.decor__icon-left-pull {
  left: -17px;
}
.decor__icon-left-pull.decor__icon-top {
  top: -15px;
}
.decor__icon-circles {
  width: 15px;
  height: 90px;
  background: url("../img/decors/cirlces.svg") no-repeat;
  background-size: cover;
}
.decor__icon-circles.decor__icon-left {
  left: -9px;
}
.decor__icon-circles.decor__icon-top {
  top: 80px;
}
.decor__icon-circles-rotate {
  transform: rotate(90deg);
}
.decor__icon-circles-rotate.decor__icon-left {
  left: 70px;
}
.decor__icon-circles-rotate.decor__icon-bottom {
  bottom: -47px;
}
.decor__icon-dots {
  width: 22px;
  height: 113px;
  background: url("../img/decors/dots.svg") no-repeat;
  background-size: cover;
}
.decor__icon-dots.decor__icon-right-pull {
  right: -13px;
}
.decor__icon-dots.decor__icon-top {
  top: 30px;
}
.decor__icon-cubes {
  width: 52px;
  height: 15px;
  background: url("../img/decors/cubes.svg") no-repeat;
  background-size: cover;
}
.decor__icon-cubes.decor__icon-right {
  right: 120px;
}
.decor__icon-bottom {
  bottom: -10px;
}
.decor__icon-bottom-pull {
  bottom: -15px;
}
.decor__icon-triangle {
  background: url("../img/decors/degrease.svg") no-repeat;
  background-size: cover;
  width: 97px;
  height: 97px;
}
.decor__icon-triangle.decor__icon-left-pull {
  left: -5px;
}
.decor__icon-triangle.decor__icon-top-pull {
  top: -5px;
}
.decor__icon-triangle.decor__icon-bottom-pull {
  bottom: -5px;
  transform: rotate(270deg);
}
.decor__icon-circle {
  width: 36px;
  height: 36px;
  background: url("../img/decors/circle.svg") no-repeat;
  background-size: cover;
}
.decor__icon-line {
  width: 97px;
  height: 16px;
  background: url("../img/decors/line.svg") no-repeat;
  background-size: cover;
}
.decor__icon-dashed {
  width: 128px;
  height: 24px;
  background: url("../img/decors/dashed.svg") no-repeat;
  background-size: cover;
}
.catalog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 70px 0px;
  font-family: "Montserrat-SemiBold";
  grid-template-areas: ". . .";
}
.catalog p,
.catalog span {
  font-size: 28px;
}
.catalog__item {
  position: relative;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.catalog__item:hover .decor__icon {
  opacity: .75;
}
.catalog__item:hover .catalog__item-icon {
  box-shadow: inset 0 0 50px #f4b53f52;
}
.catalog__item:hover p {
  opacity: .75;
}
.catalog__item p {
  transition: .3s linear;
}
.catalog__item-icon {
  border: 3px solid #F4B43F;
  width: 360px;
  height: 360px;
  display: flex;
  position: relative;
  justify-content: center;
  transition: .3s linear;
  align-items: center;
}
.catalog__item-icon img {
  mix-blend-mode: darken;
  width: 213px;
  object-fit: cover;
}
.catalog__item-title {
  color: #552583;
  text-transform: uppercase;
  margin-top: 40px;
}
.catalog__item-subtitle {
  color: #5F5F5F;
  margin-top: 5px;
  text-transform: lowercase;
}
.decor__icon {
  transition: .3s linear;
}
article li,
article p,
article a,
article span {
  font-size: 18px;
  font-family: "Montserrat-Regular";
  line-height: 140%;
}
article ul li,.col-12 ul li:not(.fillial){
  position: relative;
  padding-left: 30px;
}
.col-12 ul li{
  padding-top: 3px;
}
article ul li,.col-12 ul li:not(.fillial){
  color: #0b0b0b;
}
article ul li::before,.col-12 ul li:not(.fillial)::before{
  content: "";
  width: 7px;
  height: 7px;
  background: #f4b43f;
  left: 5px;
  position: absolute;
  top: 8.5px;
  border-radius: 50%;
}
article h1 {
  font-size: 2.2rem;
}
article h2 {
  font-size: 1.6rem;
}
article h3 {
  font-size: 1.3rem;
}
article h4 {
  font-size: 1.1rem;
}
article h5 {
  font-size: 1rem;
}
article h6 {
  font-size: .8rem;
}
article img {
  object-fit: cover!important;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  margin-top: 55px;
  gap: 50px 70px;
  grid-template-areas: ". . . .";
}
.grid__item {
  width: 330px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  transition: .3s ease;
}
.grid__item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 330px;
}
.grid__item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  background: #F4B43F;
  transform: scale(1.035);
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: 0;
}
.grid__item-img::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  background: white;
  transform: scale(1.02);
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: 0;
}
.grid__item-img img {
  border-radius: 17px;
  width: 325px;
  object-fit: cover;
  height: 325px;
  transition: .3s linear;
}
.grid__item-title {
  text-align: center;
  color: #552583;
  margin-top: 26px;
  text-decoration: none!important;
  transition: .3s linear;
}
.grid__item-title:hover {
  text-decoration: none;
  opacity: .75;
}
.grid__item-title-absolute {
  position: absolute;
  bottom: 30px;
  right: -3px;
  background: #F4B43F;
  border-radius: 15px 0 0 15px;
  font-size: 18px;
  font-family: "Montserrat-Medium";
  width: 300px;
  padding: 15px 0 13px 26px;
}
.grid__item:hover {
  transform: scale(1.01);
  opacity: .75;
}
header {
  z-index: 3000;
}
.text-subtitle {
  font-size: 18px;
  font-family: "Montserrat-Medium" !important;
  color: #0b0b0b;
}
.pagination {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pagination a {
  font-family: "Montserrat-Medium";
  font-size: 22px;
  cursor: pointer;
  color: #552583;
  text-decoration: none;
}
.pagination-item {
  font-family: "Montserrat-Medium";
  font-size: 22px;
  cursor: pointer;
  color: #552583;
  text-decoration: none;
  margin-right: 20px;
}
.pagination-item.prev {
  margin-right: 40px;
}
.pagination-item.next {
  margin-left: 40px;
}
.pagination-item:last-child {
  margin-right: 0;
}
.pagination-item.link:last-of-type {
  margin-right: 0;
}
.pagination-item.active {
  color: #717171;
  position: relative;
  padding: 9px 15px;
  border-radius: 50%;
  margin-right: 10px!important;
  border: 2px solid #F4B43F;
}
.price {
  font-size: 26px!important;
  font-family: "Montserrat-Bold" !important;
  color: #552583 !important;
  margin: 10px 0 50px!important;
}
.tags {
  width: 500px;
}
.tags-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 23px 20px;
  grid-template-areas: ". .";
}
.tags-grid__item {
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  color: #0b0b0b;
  width: 239px;
  padding: 10px 0;
  background: #E3DDEB;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
}
.tags-grid__item:hover {
  color: #0b0b0b;
  box-shadow: 0 0 3px #d4bbec;
  transform: scale(1.01);
}
.marks-page {
  margin-top: 45px;
}
.marks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 80px 130px;
  grid-template-areas: ". . . . . .";
}
.marks-grid a {
  transition: .3s linear;
}
.marks-grid a:hover {
  opacity: 0.5;
}
.burger {
  display: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 23px;
  position: absolute;
  position: relative;
}
.burger__line {
  width: 100%;
  height: 3px;
  background: #552583;
}
.burger__line::before,
.burger__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #552583;
  transition: .3s linear;
}
.burger__line::before {
  transform: translateY(-8px);
}
.burger__line::after {
  transform: translateY(8px);
}
.burger.active .burger__line {
  height: 0;
}
.burger.active .burger__line::before {
  transform: rotate(45deg);
}
.burger.active .burger__line::after {
  transform: rotate(-45deg);
}
.menu__title {
  font-size: 18px;
  color: #552583;
  font-family: "Montserrat-SemiBold";
}
.mobile__menu,
.mobile__menu-contacts {
  display: none;
  box-shadow: 0px 0px 15px rgba(85, 37, 131, 0.2);
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.97);
  width: 285px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  padding: 60px 20px 60px 30px;
}
.mobile__menu .submenu,
.mobile__menu-contacts .submenu {
  display: none;
}
.mobile__menu nav,
.mobile__menu-contacts nav {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
}
.mobile__menu nav a:not(.sublink),
.mobile__menu-contacts nav a:not(.sublink) {
  text-decoration: none;
  transition: .3s linear;
  font-size: 18px;
  font-family: "Montserrat-Regular";
  color: #0b0b0b;
  position: relative;
}
.mobile__menu nav a:not(.sublink)::before,
.mobile__menu-contacts nav a:not(.sublink)::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F4B43F;
  top: 8.5px;
  left: -18px;
  text-decoration: none;
}
.mobile__menu nav a:not(.sublink).active,
.mobile__menu-contacts nav a:not(.sublink).active {
  color: #552583 !important;
}
.mobile__menu nav > div,
.mobile__menu-contacts nav > div {
  margin-top: 30px;
}
.mobile__menu-contacts {
  left: unset;
  right: 0;
}
.mobile__menu-contacts .link {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.items {
  z-index: 2;
}
.button-container {
  z-index: 1;
}
.submenu {
  padding: 20px 0 0 10px;
}
.submenu a {
  font-size: 18px;
  font-family: "Montserrat-Medium";
  color: #0b0b0b;
  text-decoration: none;
}
.submenu a:not(a:first-of-type) {
  margin-top: 13px;
}
.overflow {
  overflow: hidden;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-item {
  padding: 10px 0;
}
.selled-slider {
  position: relative;
  overflow: hidden;
}
.slider {
  padding: 60px 10px;
}
.swiper-wrapper {
  padding: 10px 0;
}
.swiper-pagination {
  bottom: 0!important;
}
.swiper-pagination-bullet {
  background: none;
  border: 1px solid #552583;
  width: 20px;
  height: 20px;
}
.swiper-pagination-bullet-active {
  background: #552583;
}
.owl-nav {
  display: none;
}
.owl-dots {
  display: flex;
  padding-top: 40px;
  justify-content: center;
}
.owl-dot {
  background: none;
  border: 1px solid #552583 !important;
  width: 20px;
  border-radius: 50%;
  height: 20px;
}
.owl-dot:nth-child(2n) {
  margin: 0 30px ;
}
.owl-dot.active {
  background: #552583 !important;
}
.items {
  position: absolute;
  left: 50%;
  bottom: 250px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.items .item {
  border-radius: 40px;
}
.items .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 525px;
  height: 350px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -1;
  border: 2px solid #F4B43F;
  opacity: 0;
}
.items .item iframe {
  width: 100%;
  height: 100%;
}
.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item.active {
  opacity: 1;
  z-index: 99;
  width: 750px;
  height: 500px;
}
.item.prev {
  z-index: 2;
  opacity: .7;
  -webkit-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
}
.item.next {
  z-index: 2;
  opacity: .7;
  -webkit-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
}
.items .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 275px;
  z-index: 100;
}
.button-container {
  position: absolute;
  bottom: 230px;
}
.button-container .nav__btn:hover {
  opacity: 1;
  cursor: pointer;
}
.button-container .nav__btn:nth-child(1) {
  float: left;
}
.button-container .nav__btn:nth-child(2) {
  float: right;
}
body {
  background-image: url("../img/bg.png");
}
.owl-stage {
  cursor: grab;
}
.article__intro img {
  height: 100%;
  width: 100%;
  border-radius: 50px;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  background: #552583;
}
.about p {
  text-align: justify;
  line-height: 140%;
}
.dropdown-item {
  transition: .3s linear;
  color: #f4b43f!important;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 244px;
}
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:focus {
  background: #F4B43F!important;
  color: #552583 !important;
}
.contacts-btn {
  display: none;
  position: absolute;
  top: 50px;
  right: 30px;
}
.marks-grid img {
  max-height: 143px;
}
.marks-row img {
  max-height: 135px;
}
.dropdown-menu .dropdown-item.active::before {
  display: none;
}
.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
p,
a,
span {
  font-size: 18px;
  color: #0b0b0b;
  font-family: "Montserrat-Medium";
}
.sublink.active {
  color: #F4B43F;
}
.header {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 110px;
  width: 100%;
  border-bottom: 2px solid #E5E5E5;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  height: 100%;
}
.header .logo {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.header .logo__title {
  font-size: 22px;
  font-family: "Montserrat-Bold";
  color: #552583;
}
.header .logo .titles {
  margin-left: 12px;
  padding-top: 5px;
}
.header .logo img,
.header .logo .titles {
  height: 47px;
}
.about .title::after{
    top: 24px!important;
}
.header .logo__subtitle {
  color: #464646;
  font-size: 14px;
  font-family: "Montserrat-Medium";
}
.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 510px;
}
.header nav a {
  font-size: 18px;
  font-family: "Montserrat-Medium";
  color: #0b0b0b;
  text-decoration: none;
}
.header nav a.active {
  color: #552583;
  position: relative;
}
.header nav a.active::before {
  content: "" !important;
  position: absolute;
  width: 100%;
  bottom: -48px;
  right: 0;
  height: 4px;
  background-color: #552583;
}
header + div {
  padding-top: 110px;
}
.banner {
  height: 879px;
}
.banner .container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.banner-left {
  height: 100%;
  z-index: 6;
  top: 0;
  background: url("../img/banner.png") no-repeat;
  width: 50%;
  left: 0;
  background-size: 100% 100%;
  border-radius: 0 0 40px 0;
}
@media (max-width: 1220px) {
  .banner-left {
    background-size: cover!important;
  }
}
.banner-left::after {
  content: "";
  position: absolute;
  right: -62.5px;
  top: 40px;
  background: url("../img/icons/dots-2.svg") no-repeat;
  width: 122.5px;
  height: 32px;
}
.banner-left .float-left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
}
.banner-left .float-left .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 135px;
}
.banner-left .float-left .logo::after,
.banner-left .float-left .logo::before {
  content: "";
  position: absolute;
  width: 1px;
  min-height: 200px;
  background-color: #552583;
}
.banner-left .float-left .logo::before {
  bottom: 125px;
  height: 200px;
}
.banner-left .float-left .logo::after {
  height: 300px;
  top: 125px;
}
.banner-left .float-left .logo img {
  width: 105px;
}
.banner-left .float-left .logo p {
  color: #552583;
  font-family: "Montserrat-Bold";
  font-size: 15px;
}
.banner-left .float-left .description {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 40px;
}
.banner-left .float-left .description p {
  text-align: center;
  width: 230px;
  color: #5f5f5f;
  font-size: 18px;
  font-family: "Montserrat-Medium";
}
.banner-right {
  height: 100%;
  padding-left: 140px;
}
.banner-right .socials {
  justify-content: space-between;
  width: 345px;
  position: absolute;
  bottom: 0;
  align-items: center;
}
.banner-right h1 {
  width: 614px;
}
.banner-right h1 + p {
  margin: 13px 0 28px;
  font-size: 22px;
  font-family: "Montserrat-Medium";
}
h1 {
  font-size: 45px;
  font-family: "Montserrat-Bold";
  line-height: 120%;
  color: #0b0b0b;
}
.item p {
  height: 100%;
}
.item p iframe {
  height: 100%;
}
.prices-page .prices__item {
  background: rgba(0, 0, 0, 0);
}
.advantages__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: ". . . . .";
  margin-top: 65px;
}
@media (max-width: 700px) {
  .advantages__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantages__title {
  font-size: 20px;
  font-family: "Montserrat-SemiBold";
  margin-top: 45px;
  color: #0b0b0b;
  text-align: center;
  max-width: 200px;
}
.advantages__icon {
  position: relative;
  width: 209px;
  height: 209px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages__icon img {
  max-width: 90px;
  max-height: 60px;
}
.advantages__icon .circle {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/decors/circle-border.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.form {
  background: url("../img/form_bg.png") no-repeat;
  background-size: cover;
  height: 600px;
  margin-top: 65px;
  padding: 85px 0 60px;
}
.form__inner {
  display: grid;
  padding-top: 70px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 30px 0px;
  align-items: center;
  grid-template-areas: ". ." ". ." ". Checkbox" ". Button";
  max-width: 774px;
}
.form__inner label,
.form__inner label > span,
.form__inner label > a{
  font-size: 22px;
  color: #464646;
  font-family: "Montserrat-Medium";
}
.form__inner label span {
  color: #C01402;
}
.form__inner .btn {
  grid-area: Button;
  margin-left: auto;
  width: 309px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  text-transform: capitalize;
}
.form__inner .checkbox {
  grid-area: Checkbox;
}
.form__inner .checkbox input {
  margin-right: 25px;
  visibility: hidden;
}
.form__inner .checkbox input:checked ~ label::after {
  opacity: 1!important;
}
.form__inner .checkbox label {
  cursor: pointer;
}
.form__inner .checkbox label::after,
.form__inner .checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
}
.form__inner .checkbox label::before {
  border: 2.5px solid #898989;
  border-radius: 3px;
}
.form__inner .checkbox label::after {
  background: url(../img/icons/vector.svg) no-repeat;
  background-size: 70%;
  background-position: center center;
  opacity: 0;
  transition: .3s linear;
}
.form__inner input[type="text"] {
  width: 500px;
  height: 60px;
  font-size: 22px;
  font-family: "Montserrat-Medium";
  color: #5f5f5f;
  padding: 15px 22px;
  border-radius: 50px;
  border: 1px solid #464646;
  outline: none!important;
}
.form__inner input[type="text"]::placeholder {
  color: #969696;
}
.form__inner .text-label {
  font-size: 22px;
}
.mt-start {
  margin-top: 50px;
}
.breadcrumbs {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
  align-items: center;
}
.breadcrumbs .link {
  color: #552583;
  position: relative;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  transition: .3s linear;
}
.breadcrumbs .link:hover {
  opacity: .75;
}
.breadcrumbs .link::after {
  content: "-";
  color: #552583;
  margin-left: 7px;
  margin-right: 7px;
}
.breadcrumbs a,
.breadcrumbs p {
  font-size: 18px;
}
.socials-links {
  padding-bottom: 50px;
}
.socials-links .d-flex {
  margin-top: 80px;
}
.socials-links img {
  height: 70px;
  transition: .3s linear;
}
.socials-links img:hover {
  opacity: .5;
}
.socials-links .yandex {
  width: 175px;
  object-fit: cover;
  margin: 0 160px;
}
.socials-links .gis {
  width: 160px;
  object-fit: contain;
  transform: translateY(7px);
}
.socials-links .google {
  transform: translateY(10px);
}
.sphere {
  width: 37px;
  height: 37px;
  background: #552583;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.marks-block {
  overflow: hidden;
  padding: 30px 0 50px;
  height: 850px;
}
.marks-block .content {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  padding-left: 70px;
  gap: 40px 70px;
  grid-template-areas: ". . . .";
  height: 800px;
  width: 55%;
  border-radius: 50px;
  right: -50px;
  padding: 60px 250px 65px 70px;
  border: 2px solid #552583;
}
.marks-block .content hr {
  position: absolute;
  right: 0;
  bottom: -24px;
}
@media (max-width: 1630px) {
  .marks-block .content {
    gap: 40px 50px;
    width: 57%;
  }
}
@media (max-width: 1520px) {
  .marks-block .content {
    width: 60%;
  }
}
.marks-block .content a {
  width: 140px;
  height: 140px;
  padding-left: 70px;
}
.marks-block .content::before,
.marks-block .content::after {
  content: "";
  position: absolute;
}
.marks-block .content::before {
  width: 128px;
  background: url("../img/icons/dashed-line.svg") no-repeat;
  background-size: cover;
  height: 24px;
  top: -12px;
  left: 300px;
}
.marks-block .content::after {
  background: url("../img/icons/dots-cube.svg") no-repeat;
  background-size: cover;
  width: 116px;
  height: 116px;
  left: -60px;
  bottom: 170px;
}
.marks-row {
  display: flex;
  justify-content: flex-start;
}
footer {
  margin-top: 60px;
}
footer .container {
  border-top: 2px solid #552583;
  padding-top: 43px;
}
footer .container p {
  font-size: 18px;
  font-family: "Montserrat-Medium";
  color: #464646;
}
footer .container ul:not(.socials) {
  list-style: disc;
}
footer .container ul li:not(li:first-of-type) {
  margin-top: 20px;
}
.socials li,.interesting li{
    padding-left: 0!important;
}
.socials li::before,.interesting li::before{
    display: none;
}
ol{
    padding-left: 20px;
    margin: 10px 0;
}

.article__body {
  margin-top: 55px;
}
.article__body h1,
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  font-family: "Montserrat-SemiBold";
  color: #0b0b0b;
  margin: 30px 0;
}
.article__body p:not(.interesting__title),
.article__body span,
.article__body p:not(.title) {
  font-size: 18px;
  font-family: "Montserrat-Regular";
  line-height: 140%;
}
.article__intro {
  max-height: 490px;
  object-fit: cover;
  outline: 3px solid white;
  border: 2px solid #ffec02;
  border-radius: 50px;
}
.article__intro img {
  height: 100%;
  width: 100%;
}
.interesting {
  margin-top: 50px;
}
.interesting__title {
  font-size: 35px!important;
  font-family: "Montserrat-Bold" !important;
  color: #0b0b0b;
}
@media (max-width: 1050px) {
  .interesting__title {
    font-size: 1.5rem!important;
  }
}
.interesting ul {
  list-style: disc;
  margin-top: 25px;
  padding-left: 20px;
}
.interesting ul li:not(li:first-of-type) {
  margin-top: 20px;
}
.interesting ul a {
  font-size: 18px;
}
.prices-wrapper {
  margin-top: 140px;
}
.prices-wrapper .title-container {
  margin-bottom: 67px;
}
.prices__item-container,
.prices__titles {
  display: grid;
  gap: 0px 0px;
  align-items: center;
}
.prices__titles {
  margin-bottom: 20px;
  grid-template-columns: 575px 360px 250px 360px;
  grid-template-areas: ". PROD PRICE .";
}
.prices__titles p:first-of-type {
  grid-area: PROD;
}
.prices__titles p:last-of-type {
  grid-area: PRICE;
}
.prices__titles p {
  font-size: 22px;
  color: #6B6B6B;
  font-family: "Montserrat-SemiBold";
}
.prices__item {
  background-color: rgba(184, 184, 184, 0.15);
  margin-bottom: 20px;
  padding: 60px 0;
}
.prices__item-title {
  display: flex;
  align-items: center;
}
.prices__item-title p {
  font-size: 28px;
  font-family: "Montserrat-SemiBold";
  color: #552583;
  position: relative;
}
.prices__item-title p::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: #F4B43F;
  bottom: -15px;
  left: 0;
}
.prices__item-button .btn {
  width: 300px;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.prices__item-prices p {
  font-size: 26px;
  font-family: "Montserrat-Bold";
  color: #552583;
  position: relative;
}
.prices__item-prices p::before {
  content: "";
  background: url("../img/decors/circles-group.svg") no-repeat;
  width: 54px;
  height: 9px;
  background-size: cover;
  position: absolute;
  left: -95px;
  top: 10px;
}
.prices__item-prices p:nth-child(2n) {
  margin-top: 70px;
}
.prices__item-production p {
  color: #552583;
  font-family: "Montserrat-Medium";
  font-size: 26px;
  position: relative;
}
.prices__item-production p::before {
  content: "";
  width: 13.5px;
  height: 13.5px;
  top: 6.7px;
  background: #F4B43F;
  border: 1px solid #F4B43F;
  position: absolute;
  left: -45px;
}
.prices__item-production p:nth-child(2n) {
  margin-top: 70px;
}
.prices__item-production p:nth-child(2n)::before {
  background: none;
}
.prices__item-container {
  grid-template-columns: 575px 360px 230px 360px;
  grid-template-areas: ". . . .";
}
.rules-wrapper,
.rules-wrapper > .container,
.rules-wrapper .row {
  min-height: 720px;
}
.rules-wrapper {
  overflow-x: hidden;
}
.rules {
  border-radius: 25px;
  border: 2px solid #552583;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 85px 18px 85px 18%;
  transform: translateX(-45px);
  padding-left: 30px;
}
.about li::before{
    background-color: #0b0b0b!important;
}
.rules::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 37%;
  width: 228px;
  height: 14px;
  background: #552583;
}
.rules::after {
  content: "";
  position: absolute;
  bottom: -9%;
  right: 15%;
  background: url("../img/decors/dots.svg") no-repeat;
  height: 112px;
  width: 24px;
  transform: rotate(90deg);
  background-size: cover;
}
.rules-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.rules-title {
  height: 100%;
  padding-left: 65px;
}
.rules-title p {
  position: relative;
}
.rules-title p::before {
  content: "";
  background: url("../img/decors/dashed.svg") no-repeat;
  background-size: cover;
  position: absolute;
  width: 130px;
  height: 24px;
  bottom: -45px;
  left: 0;
}
.rules__item {
  display: flex;
  width: 705px;
  justify-content: space-between;
  align-items: center;
}
.rules__item:nth-child(2n) {
  margin: 70px 0;
}
.rules__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 560px;
  margin-left: 30px;
}
.rules__item-title {
  font-size: 25px;
  font-family: "Montserrat-Bold";
  color: #0b0b0b;
}
.rules__item-description {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Montserrat-Medium";
  color: #0b0b0b;
}
.rules__item-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 5px solid #F4B43F;
  position: relative;
}
.rules__item-icon .number {
  font-family: "Montserrat-Bold";
  font-size: 45px;
  color: #0b0b0b;
}
.rules__item-icon::before {
  content: "";
  position: absolute;
  background: url("../img/decors/dashed-cirlce.svg") no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.rules__item-icon-1::before {
  bottom: -14%;
  right: 0;
}
.rules__item-icon-2::before {
  bottom: -14%;
  left: 0;
}
.rules__item-icon-3::before {
  top: -14%;
  right: 0;
}
.selled-slider {
  margin-top: 150px;
}
.videos {
  margin-top: 70px;
  height: 615px;
}
.contacts {
  margin-top: 50px;
}
.contacts-h1 {
  color: #0b0b0b;
  margin-top: 60px;
  margin-bottom: 36px;
  font-family: "Montserrat-Regular";
  font-size: 28px;
}
.contacts .row {
  margin-top: 30px;
  align-items: center;
}
.contacts .socials a {
  transition: .3s linear;
}
.contacts .socials a:hover {
  opacity: 0.75;
}
#iframe-map {
  height: 667px;
  width: 100%;
}
#iframe-map iframe,
#iframe-map div {
  width: 100%!important;
  height: 100%!important;
}
.fillials {
  margin-bottom: 100px;
  height: 700px;
}
.fillials .row {
  height: 100%;
}
footer ul li::before{
  display:none;
}
footer li{
  padding-left:0!important;
}
.fillials img {
  width: 100%;
  object-fit: none;
}
.fillials ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fillial {
  position: absolute;
}
.fillial a {
  color: #552583;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  transition: .3s linear;
}
.fillial a:hover {
  text-decoration: none;
  opacity: .75;
}
.fillial:nth-child(1) {
  left: 40%;
  top: 19%;
}
.fillial:nth-child(1) a {
  font-size: 22px;
}
.fillial:nth-child(2) {
  left: 12%;
  top: 30%;
}
.fillial:nth-child(2) a {
  font-size: 26px;
}
.fillial:nth-child(3) {
  left: 42%;
  top: 31%;
}
.fillial:nth-child(3) a {
  font-size: 26px;
}
.fillial:nth-child(4) {
  left: 26%;
  top: 40%;
}
.fillial:nth-child(4) a {
  font-size: 30px;
}
.fillial:nth-child(5) {
  left: 57%;
  top: 43%;
}
.fillial:nth-child(5) a {
  font-size: 26px;
}
.fillial:nth-child(6) {
  left: 29.5%;
  top: 49%;
}
.fillial:nth-child(6) a {
  font-size: 26px;
}
ol{
      counter-reset: li;
    list-style: none;
}
ol li{
  counter-increment: li;
}
ol li::before{
  content: counter(li);
    color: #f4b43f;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.fillial:nth-child(7) {
  left: 20%;
  top: 53%;
}
.fillial:nth-child(7) a {
  font-size: 28px;
}
.fillial:nth-child(8) {
  left: 56%;
  top: 56%;
}
.fillial:nth-child(8) a {
  font-size: 22px;
}
.fillial:nth-child(9) {
  left: 25%;
  top: 60%;
}
.fillial:nth-child(9) a {
  font-size: 28px;
}
.prices-block .prices__item {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 2560px) {
  .header__inner {
    max-width: 90%;
  }
}
@media (max-width: 1920px) {
  .marks-block .content {
    padding: 60px 250px 65px 40px;
    gap: 40px 10%;
  }
}
@media (max-width: 1660px) {
  .marks-block .content {
    gap: 40px 5%;
  }
  footer,
  .banner ~ div {
    overflow: hidden;
  }
  .carousel {
    max-width: 95%;
  }
  .prices__item-container,
  .prices__titles {
    grid-template-columns: 575px 360px 222px 333px;
  }
  .button-container {
    width: 97%!important;
  }
  .rules {
    transform: translateX(-5%);
    padding: 85px 2.5% 85px 0;
  }
  .rules-wrapper {
    overflow: hidden;
  }
  .container {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .rules {
    padding-left: 35px;
  }
}
@media (max-width: 1600px) {
  .rules {
    padding: 85px 10px 85px 8px;
  }
  .img-border {
    width: 100%;
    height: 380px;
  }
  .img-border img {
    object-fit: cover;
  }
}
@media (max-width: 1520px) {
  .prices__item-container,
  .prices__titles {
    grid-template-columns: 545px 360px 242px 293px;
  }
  .prices-wrapper {
    max-width: 100%;
    overflow: hidden;
  }
  .banner {
    max-width: 100%;
    overflow: hidden;
  }
  .rules {
    padding: 43px 60px 57px 0;
    transform: translateX(-32px);
    padding-left: 35px;
  }
  .rules__item {
    width: 95%;
  }
  .grid,
  .catalog {
    gap: 40px 35px;
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .header__inner {
    max-width: 100%;
  }
  .prices__item-container,
  .prices__titles {
    grid-template-columns: 345px 360px 242px 293px;
  }
  .grid,
  .catalog {
    gap: 40px 35px;
    padding: 0 10px;
    grid-template-areas: ". . .";
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contacts .col-lg-5 {
    max-width: 65%;
    width: 65%;
  }
  .container {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .container {
    max-width: 100%;
  }
  .header nav {
    width: 470px;
  }
  footer .row {
    max-width: 100%;
  }
  .socials-links,
  .mt-start {
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .mt-start {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }
}
@media (max-width: 1220px) {
  .banner-left {
    background-size: cover!important;
  }
  .prices__item-container,
  .prices__titles .container {
    grid-template-columns: 575px 360px 230px;
    grid-template-areas: ". . .";
  }
  .videos {
    overflow-x: hidden;
  }
  .banner-right {
    padding-left: 40px;
  }
  .container-fluid,
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .marks-block {
    height: auto;
    padding-bottom: 0;
  }
  .marks-block .container {
    padding: 100px 0;
  }
  .marks-block .col-lg-6:first-of-type {
    position: absolute;
    top: -5px;
    width: 100%!important;
    padding: 0 10px;
    height: 100%!important;
    flex-direction: row!important;
    height: fit-content !important;
    justify-content: space-between !important;
  }
  .marks-block .col-lg-6:first-of-type a {
    padding-top: 16px;
  }
  .marks-block .col-lg-6:first-of-type .title {
    padding-left: 10px;
  }
  .marks-block .col-lg-6:first-of-type .title br {
    display: none;
  }
  .marks-block .col-lg-6:first-of-type hr {
    display: none;
  }
  .marks-block .content {
    width: 100%;
    gap: 40px 0;
    transform: translateX(200px);
    position: static;
  }
  .prices-wrapper {
    margin-top: 30px;
  }
  .carousel div {
    height: 100%;
  }
  .rules__item {
    width: 100%;
  }
  .rules {
    border-radius: 25px;
    border: 2px solid #552583;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 85px 60px 85px 0;
    transform: translateX(-18px);
    padding-left: 30px;
  }
  .items {
    left: 49%;
  }
  .header nav {
    width: 420px;
  }
  .marks-block .content hr {
    position: absolute;
    right: 20%;
    bottom: -24px;
  }
  p,
  .title + p {
    font-size: 16px;
  }
  .button-container {
    width: 97%!important;
  }
  .items {
    transform: scale(0.9);
  }
  .swiper-wrapper {
    padding: 0;
  }
  .selled-slider {
    margin-top: 70px;
  }
  .swiper-slide {
    width: fit-content !important;
  }
  .fillials {
    overflow: hidden;
    position: relative;
  }
  .fillials .col-lg-4 {
    position: absolute;
    top: 15%;
    height: fit-content !important;
  }
  .fillials .col-lg-8 {
    width: 100%!important;
    max-width: 100%!important;
  }
  .banner-right h1 {
    width: 100%;
  }
  .catalog {
    grid-template-areas: ". .";
    gap: 50px 20px;
    grid-template-columns: 1fr 1fr;
  }
  .marks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 80px 50px;
    grid-template-areas: ". . . . . ";
  }
}
@media (max-width: 1200px) {
  .prices__item-container,
  .prices__titles {
    grid-template-columns: 575px 320px 238px;
  }
  .marks-block .content a img {
    width: 150px;
  }
}
@media (max-width: 1100px) {
  .img-border {
    width: 405px;
    height: 380px;
  }
  .img-border img {
    object-fit: cover;
  }
  .item-page .col-lg-4,
  .item-page .col-lg-8 {
    width: auto;
  }
}
@media (max-width: 1050px) {
  .prices__item-container,
  .prices__titles {
    grid-template-columns: 504px 272px 229px;
  }
  .marks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 70px 25px;
    grid-template-areas: ". . . ";
  }
  .prices__item-prices p::before,
  .prices__item-production p::before {
    display: none;
  }
  .rules-wrapper,
  .rules-wrapper > .container,
  .rules-wrapper .row {
    min-height: 795px;
  }
  .rules::after {
    display: none;
  }
  .grid__item {
    width: 320px;
  }
  .fillials .col-lg-4 {
    top: 10%;
  }
  .title {
    font-size: 40px;
  }
  .items {
    transform: scale(0.8);
  }
  .marks-block .content a img {
    width: 120px;
  }
  .marks-block .content {
    width: 100%;
    gap: 40px 0;
    transform: translateX(96px);
    position: static;
  }
  .prices__item-container,
  .prices__titles {
    grid-template-columns: 2fr 1.3fr 1fr;
  }
  .advantages__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantages__item {
    margin-top: 10px;
  }
  .advantages__item:nth-child(2n) {
    margin: 10px 20px;
  }
  .banner-left::after {
    display: none;
  }
}
@media (max-width: 800px) {
  .banner-left {
    display: none;
  }
  .contacts .col-lg-5 {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .grid,
  .catalog {
    gap: 20px 20px;
    padding: 0 10px;
    grid-template-areas: ". .";
    grid-template-columns: 1fr 1fr;
  }
  .contacts-h1 {
    font-size: 22px;
    margin-top: 30px;
  }
  #iframe-map {
    height: 350px;
    padding: 0 10px;
  }
  .container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  form .container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .mt-standart.socials-links {
    padding-bottom: 0;
  }
  .btn-map {
    display: none;
  }
  .link {
    width: fit-content;
  }
  .contacts .link-subtitle {
    margin-top: 5px;
  }
  .item-page .col-lg-8 {
    width: 100%;
  }
  .catalog {
    gap: 70px 20px;
    grid-template-areas: ".";
    grid-template-columns: 1fr;
    padding: 0!important;
  }
  .marks-block .content {
    transform: none;
  }
  .marks-block .content::after,
  .marks-block .content::before,
  .marks-block .content hr,
  .rules-title p::before,
  .rules::before {
    display: none;
  }
  .slider,
  .selled-slider {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .owl-item {
    display: flex;
    justify-content: center;
  }
  .marks-block .col-lg-6:first-of-type {
    position: static;
  }
  .marks-block .container {
    padding: 0 10px;
  }
  .marks-block .content {
    border: none;
    padding: 60px 20px 0 20px;
  }
  .mobile-marks {
    display: flex;
    margin: 30px 0 60px 0;
  }
  .title-decor::after {
    display: none;
  }
  .item.prev,
  .item.next {
    opacity: 0;
  }
  .items {
    transform: scale(0.9);
  }
  .items {
    left: 51%;
  }
  .videos {
    height: 570px;
  }
  .fillials {
    margin-bottom: 0px;
  }
  .fillials .col-lg-8 {
    transform: translateY(80px);
  }
  .socials-links .yandex {
    margin: 0 60px;
  }
  .marks-block .content a {
    padding-left: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .container {
    border-top: none;
  }
  footer .col-lg-2 {
    display: none;
  }
  footer .col-lg-4 {
    border-top: 1px solid #000000;
    order: 1;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  footer .col-lg-6 {
    order: 2;
  }
  .marks-block .col-lg-6:first-of-type a {
    display: none;
  }
  .banner {
    height: 100vh;
    padding-bottom: 30px;
  }
  .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .rules {
    position: static;
    transform: none;
    order: 2;
  }
  .rules-title {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .burger {
    display: flex;
    top: 50px;
    position: absolute;
    left: 30px;
  }
  .banner-phone-mobile{
    margin: 50px auto 45px;
    text-decoration: none!important;
  }
  .banner-phone-mobile::after{
    display:none!important;
  }
  .banner .btn{
    margin-bottom: 0!important;
  }
  .marks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px 0;
    grid-template-areas: ". . ";
  }
  .marks-grid a {
    width: 140px;
    margin: 20px 30px;
    height: 140px;
  }
  .prices__item-title {
    width: 100%;
  }
  .tags {
    display: none;
  }
  .text-subtitle:first-of-type {
    display: none;
  }
  .text-subtitle,
  .price {
    text-align: center;
  }
  .action-buttons {
    align-items: center!important;
  }
  .katalizator-img {
    width: 100%;
    height: auto;
  }
  .content p {
    text-align: justify;
  }
  .grid,
  .catalog {
    padding: 0 10px;
    grid-template-areas: ".";
    grid-template-columns: 1fr;
    gap: 70px 0;
  }
  .grid__item-img,
  .catalog__item-img,
  .grid__item-img > img,
  .catalog__item-img > img {
    width: 100%;
    height: 325px;
    object-fit: cover;
  }
  .catalog {
    padding: 0!important;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .socials-links {
    margin-top: 50px;
  }
  .socials-links .d-flex {
    padding: 7px 0;
  }
  .prices__item-button {
    display: flex!important;
    width: 100%;
    padding-top: 50px;
  }
  .form {
    height: auto;
  }
  footer .container {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .breadcrumbs {
    display: none;
  }
  .article__body .row {
    margin: 0;
  }
  .pagination-item.next,
  .pagination-item.prev {
    width: 100%;
    margin: 10px 0 10px 0;
    display: flex;
    justify-content: center;
  }
  .mt-start {
    padding-top: 0!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .about .title{
      text-align: center!important;
  }
  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logo img {
    width: 108px;
    height: 67px!important;
  }
  .logo div {
    padding-left: 0;
    margin-left: 0!important;
  }
  .logo .logo__subtitle {
    display: none!important;
  }
  .logo .logo__title {
    font-size: 16px;
    padding-left: 0;
  }
  .contacts-btn {
    display: block;
  }
  .header {
    height: auto;
    position: relative;
  }
  .header__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header nav {
    display: none;
    padding-bottom: 20px;
    width: 100%;
  }
  .header nav a {
    margin-top: 30px;
  }
  .items {
    transform: scale(0.4);
    top: 57%;
  }
  .items .item:not(.active) {
    display: none;
  }
  .button-container {
    width: 97%!important;
    right: 2%;
    bottom: 130px;
  }
  .videos {
    height: 370px;
  }
  h1 {
    font-size: 30px;
    text-align: center;
    position: relative;
  }
  h1::before {
    content: "";
    position: absolute;
    width: 124px;
    height: 32px;
    background: url(../img/icons/dots-2.svg) no-repeat;
    background-size: cover;
    left: 33%;
    right: 39.5%;
    top: -75px;
  }
  h1 br {
    display: none;
  }
  h1 + p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .banner-right {
    padding-left: 0;
  }
  header {
    border-bottom: none;
  }
  #carouselExampleControls {
    display: none;
  }
  .banner {
    padding-top: 40px;
    height: 650px;
  }
  .banner .btn {
    font-size: 18px;
    padding: 0;
    width: 325px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 50px;
  }
  .btn-phone{
    width: 325px;
  }
  .banner .socials__item-phone,
  .banner .socials__item-youtube {
    display: none;
  }
  .banner .socials {
    justify-content: space-around;
  }
  .marks-block .content {
    grid-template-areas: ". .";
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    height: auto;
  }
  .title {
    font-size: 30px;
    padding: 0 5px;
  }
  .prices__titles {
    display: none;
  }
  .prices__item-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem!important;
  }
  .prices__item-prices,
  .prices__item-production {
    width: 50%;
  }
  .prices__item-title {
    margin-bottom: 45px;
  }
  .prices__item-title p,
  .prices__item-production p,
  .prices__item-prices p {
    font-size: 20px;
  }
  .prices__item-production p:nth-child(2n),
  .prices__item-prices p:nth-child(2n) {
    margin-top: 30px;
  }
  .prices__item-prices {
    align-items: flex-end;
  }
  .rules-title {
    padding: 0;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  body > .container:not(.selled-slider) {
    padding-right: 30px;
    padding-left: 30px;
  }
  .rules {
    padding: 0;
    transform: none;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    border: none;
  }
  .rules__item {
    flex-direction: column;
  }
  .rules__item-description {
    font-size: 18px;
    padding: 0 15px;
  }
.rules__item-content{
    margin-left: 0;
}
.article__body .row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .rules__item-title {
    font-size: 25px;
    margin-top: 25px;
  }
  .rules__item-content {
    align-items: center;
    width: 100%;
  }
  .rules__item-content p {
    text-align: center;
  }
  .title {
    text-align: center;
    position: static;
  }
  .fillials {
    height: auto;
  }
  .fillials .title {
    margin: 0 auto;
  }
  .fillials img {
    display: none;
  }
  .fillials ul,
  .fillials li,
  .fillials a {
    position: static;
    font-size: 18px!important;
  }
  .fillials a {
    font-family: "Montserrat-Medium";
  }
  .fillials ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fillials li {
    margin-top: 10px!important;
  }
  .fillials .col-lg-4 {
    position: static;
  }
  .fillials .col-lg-8 {
    transform: none;
  }
  .form__inner {
    padding-left: 20px;
    display: block;
  }
  .form__inner .btn,
  .form__inner input {
    margin: 0 auto;
  }
  .form__inner .btn {
    font-size: 20px;
    width: 95%!important;
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form__inner input {
    width: 95%!important;
  }
  .form__inner label {
    font-size: 18px!important;
  }
  .socials-links .yandex {
    margin: 30px 0;
  }
  footer {
    padding: 0 30px;
  }
  footer p {
    text-align: center;
  }
  .form__inner .checkbox label,.form__inner .checkbox label a {
    font-size: 16px!important;
  }
  .form__inner .checkbox label{
    padding-left: 35px;

  }
  .form__inner .checkbox input {
    display: none;
  }
  label:not(.checkbox label) {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .checkbox {
    margin: 35px auto 48px;
  }
  .banner-right .socials {
    justify-content: space-between;
    width: 80%;
    position: absolute;
    bottom: 0;
    align-items: center;
    margin: 0 auto;
    position: static;
  }
  .banner {
    padding-top: 150px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .grid__item {
    margin-top: 30px;
  }
  .grid__item:first-child {
    margin-top: 0;
  }
}
@media (max-height: 430px) {
  .items {
    transform: scale(0.5);
  }
  .videos {
    margin-top: 70px;
    height: 455px;
  }
  .button-container {
    width: 93%!important;
  }
  .rules-row .col-lg-6 {
    width: 100%;
    position: static;
    order: 2;
  }
  .rules-row .col-lg-6:last-child {
    order: 1;
  }
  .prices__item-container {
    position: relative;
    padding-bottom: 120px;
  }
  .prices__item-container .prices__item-button {
    position: absolute;
    right: 30%;
    bottom: -20px;
  }
  .banner-left {
    display: none;
  }
  .socials-links .d-flex {
    flex-direction: column!important;
  }
  .socials-links .d-flex img {
    margin: 50px 0!important;
  }
  footer .col-lg-4 {
    border-top: 1px solid #000000;
    order: 1;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  footer .col-lg-2 {
    display: none;
  }
  footer .col-lg-6 {
    order: 2;
  }
  footer .container {
    border-top: none;
  }
  .banner {
    height: 640px;
  }
  .mobile__menu .d-flex.flex-column {
    height: 900px;
  }
}
@media (max-width: 700px) and (max-height: 400px) {
  .marks-block .content a { 
    width: 100%;
  }
  .prices__item-container {
    position: relative;
    padding-bottom: 120px!important;
  }
  .prices__item-container .prices__item-button {
    position: absolute;
    right: 27%;
    bottom: 0;
  }
}
@media (max-height: 320px) {
  .prices__item-container .prices__item-button {
    position: absolute;
    right: 20%;
    bottom: 0;
  }
}
