@font-face {
  font-family: 'Century Gothic';
  src: url("CenturyGothic.eot");
  src: local("../fonts/Century Gothic"), local("../fonts/CenturyGothic"), url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: local("../fonts/Century Gothic Bold"), local("../fonts/CenturyGothic-Bold"), url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
}

body {
  font-family: 'Century Gothic', sans-serif;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
label {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  background: #fff;
  font-weight: 400;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

a {
  text-decoration: none;
  transition: all 400ms ease-in-out;
}

a:hover {
  text-decoration: none;
  transition: all 400ms ease-in-out;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.indent-block {
  margin: 100px 0;
}

.indent-block__top {
  margin: 100px 0 0 0;
}

.indent-block__bottom {
  margin: 0 0 100px 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 0 30px;
  z-index: 20;
}

.header-contacts {
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contacts__address {
  display: flex;
  align-items: center;
}

.header-contacts__address img {
  width: 100%;
  max-width: 14px;
  margin: 0 10px 0 0;
}

.header-contacts__address p {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin: 0;
}

.header-contacts__email {
  display: flex;
  align-items: center;
}

.header-contacts__email svg {
  margin: 0 10px 0 0;
}

.header-contacts__email svg path {
  fill: #7D5B9D;
  transition: all 400ms ease-in-out;
}

.header-contacts__email .item-text {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin: 0;
  transition: all 400ms ease-in-out;
}

.header-contacts__email:hover .item-text {
  color: #7D5B9D;
  transition: all 400ms ease-in-out;
}

.header-contacts__email:active svg path {
  fill: #6C4E88;
  transition: all 400ms ease-in-out;
}

.header-contacts__email:active .item-text {
  color: #6C4E88;
  transition: all 400ms ease-in-out;
}

.header-block {
  max-width: 1520px;
  background: #fff;
  padding: 18px 0;
  border-radius: 10px;
  margin: 0 auto 18px;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-content {
  display: flex;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo__image {
  min-width: 117px;
  max-width: 117px;
  margin: 0 20px 0 0;
}

.header-logo__image img {
  width: 100%;
}

.header-logo__tagline {
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  margin: 0;
}

.header-phones {
  display: block;
  margin: 0 0 0 30px;
}

.header-phones__block {
  display: flex;
  align-items: center;
  margin: 0 0 6px 0;
}

.header-phones__phone {
  font-size: 23px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
}

.header-phones__status {
  position: relative;
  padding: 0 0 0 14px;
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  font-weight: normal;
}

.header-phones__status:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #92D030;
  border-radius: 50%;
}

.header-phones__status.disabled:before {
  background: #d03030;
}

.header-social {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  padding: 0;
}

.header-social li {
  display: block;
  padding: 0;
  margin: 0 10px 0 0;
}

.header-social li:last-child {
  margin: 0;
}

.header-buttons {
  display: flex;
}

.header-buttons .button {
  margin: 0 10px 0 0;
}

.header-buttons .button:last-child {
  margin: 0;
}

.header-buttons .button-white .item-text {
  display: inline-block;
}

.header-buttons .button-white .item-text__mobile {
  display: none;
}

.header-menu {
  display: block;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu__item {
  padding: 0;
  margin: 0 15px;
  display: block;
}

.main-menu__link {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}

.main-menu__link:hover {
  color: #7D5B9D;
}

.main-menu__link:active {
  color: #6C4E88;
}

.button {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 29px;
  border-radius: 8px;
  transition: all 400ms ease-in-out;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
}

.button:hover {
  transition: all 400ms ease-in-out;
}

.button-white {
  border-color: #7D5B9D;
  background: #fff;
}

.button-white svg {
  margin: 0 10px 0 0;
}

.button-white svg path {
  fill: #7d5b9d;
  transition: all 400ms ease-in-out;
}

.button-white .item-text {
  color: #000;
  transition: all 400ms ease-in-out;
}

.button-white:hover {
  border-color: #885BB2;
  background: #885BB2;
}

.button-white:hover svg {
  margin: 0 10px 0 0;
}

.button-white:hover svg path {
  fill: #fff;
  transition: all 400ms ease-in-out;
}

.button-white:hover .item-text {
  color: #fff;
  transition: all 400ms ease-in-out;
}

.button-white:active {
  border-color: #6C4E88;
  background: #6C4E88;
}

.button-white:active svg {
  margin: 0 10px 0 0;
}

.button-white:active svg path {
  fill: #fff;
  transition: all 400ms ease-in-out;
}

.button-white:active .item-text {
  color: #fff;
  transition: all 400ms ease-in-out;
}

.button-violet {
  background: #7D5B9D;
  color: #fff;
}

.button-violet svg {
  margin: 0 10px 0 0;
}

.button-violet svg path {
  fill: #fff;
  transition: all 400ms ease-in-out;
}

.button-violet .item-text {
  color: #fff;
  transition: all 400ms ease-in-out;
}

.button-violet:hover {
  background: #885BB2;
}

.button-violet:active {
  background: #6C4E88;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.fixed-menu__block {
  display: none;
}

.banner {
  position: relative;
}

.banner-image {
  height: 870px;
  width: 100%;
}

.banner-image img, .banner-image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 5;
  padding: 260px 0 40px;
}

.banner-content__block {
  max-width: 560px;
  margin: 0 0 60px 0;
}

.banner-content__block h1 {
  font-size: 48px;
  line-height: 60px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  position: relative;
}

.banner-content__block h1 span {
  color: #7D5B9D;
}

.banner-content__block h1:after {
  bottom: -22px;
  left: 0;
  content: '';
  position: absolute;
  width: 230px;
  height: 90px;
  background: url(../images/path.svg) 0 0 no-repeat;
  z-index: -1;
}

.banner-content__block p.text {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.banner-content__block p.text a {
  padding: 7px 16px 9px;
  border-radius: 30px;
  background: #92D030;
  display: inline-block;
  margin: 0 0 0 10px;
  color: #fff;
}

.banner-content__block p.text a img {
  width: 100%;
  max-width: 7px;
  margin: -1px 0 0 12px;
}

.banner-content__block p.text a:hover {
  background: #83C41C;
}

.banner-content__block p.text a:active {
  background: #73AB19;
}

.banner-content__block .list {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
}

.banner-content__block .list li {
  margin: 0 0 10px 0;
  display: block;
  padding: 0 0 0 33px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}

.banner-content__block .list li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) 0 0 no-repeat;
}

.banner-content__block .list li:last-child {
  margin: 0;
}

.banner-content__odds {
  margin: 0 -5px;
  display: flex;
}

.banner-content__odds_item {
  margin: 0 5px;
  width: calc(25% - 10px);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 0 30px 16px;
}

.banner-content__odds_item_icon {
  width: 50px;
  height: 50px;
  margin: -28px 0 0 0;
}

.banner-content__odds_item_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.banner-content__odds_item p {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 18px 0 0 0;
}

h2 {
  font-size: 32px;
  line-height: 39px;
  color: #000;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding: 0;
}

.swiper-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7D5B9D;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
  position: absolute;
  top: calc(50% - 35px);
  left: 15px;
}

.swiper-prev svg path {
  fill: #fff;
  transition: all 0ms ease-in-out;
}

.swiper-prev:hover {
  background: #885BB2;
  transition: all 400ms ease-in-out;
}

.swiper-prev:active {
  background: #6C4E88;
  transition: all 400ms ease-in-out;
}

.swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7D5B9D;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
  position: absolute;
  top: calc(50% - 35px);
  right: 15px;
}

.swiper-next svg path {
  fill: #fff;
  transition: all 0ms ease-in-out;
}

.swiper-next:hover {
  background: #885BB2;
  transition: all 400ms ease-in-out;
}

.swiper-next:active {
  background: #6C4E88;
  transition: all 400ms ease-in-out;
}

.block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.block-title h2 {
  margin: 0 15px 0 0;
}

.view-block__nav {
  display: flex;
  align-items: center;
}

.view-block__nav .swiper-prev {
  position: initial;
}

.view-block__nav .swiper-next {
  position: initial;
  margin: 0 0 0 8px;
}

.view-block__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-block__buttons .button-violet svg {
  margin: 0 0 1px 12px;
}

.view-slider {
  padding: 0 0 34px;
  margin: 0 0 30px 0;
}

.view-slider .swiper-horizontal > .swiper-pagination-progressbar, .view-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 560px;
  height: 4px;
  background: #EEEEED;
  position: absolute;
  bottom: 0;
  top: auto;
  left: calc(50% - 280px);
  border-radius: 10px;
}

.view-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7D5B9D;
  border-radius: 10px;
}

.view-slider__slide {
  padding: 10px 10px 18px 10px;
  background: #F7F7F7;
  border-radius: 20px;
  display: block;
}

.view-slider__slide_image {
  display: block;
  height: 318px;
  border-radius: 10px;
  overflow: hidden;
}

.view-slider__slide_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.view-slider__slide_content {
  margin: 18px 0 0;
  text-align: center;
  display: block;
}

.view-slider__slide_content .name {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 6px 0;
  transition: all 400ms ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-slider__slide_content .price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-slider__slide_content .price img {
  width: 100%;
  max-width: 20px;
  margin: 0 10px 0 0;
}

.view-slider__slide_content .price-text {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: bold;
}

.view-slider__slide:hover .name {
  color: #7D5B9D;
  transition: all 400ms ease-in-out;
}

.stock-block {
  border-radius: 20px;
  background: url(../images/stock.png) top right no-repeat;
  padding: 40px 70px;
  background-size: cover;
}

.stock-block__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  width: 100%;
  max-width: 772px;
}

.stock-item {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  width: calc(50% - 12px);
  margin: 6px;
}

.stock-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/percent.svg) 0 0 no-repeat;
  z-index: 1;
  background-size: cover;
}

.stock-item p {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 5;
}

.stock-item p.title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.stock-item .button {
  font-weight: normal;
  position: relative;
  z-index: 5;
  padding: 11px 22px;
}

.cost-calculation__title {
  margin: 0 0 30px 0;
}

.cost-calculation__title h2 {
  margin: 0 0 10px 0;
}

.cost-calculation__title p {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.cost-calculation__block {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 25px;
}

.cost-calculation__block .marquiz__container {
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}

.cost-calculation__block img {
  max-width: 100%;
}

.portfolio-block__nav {
  display: flex;
  align-items: center;
}

.portfolio-block__nav .swiper-prev {
  position: initial;
}

.portfolio-block__nav .swiper-next {
  position: initial;
  margin: 0 0 0 8px;
}

.portfolio-block__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-block__buttons .button-violet svg {
  margin: 0 0 1px 12px;
}

.portfolio-block-content {
  overflow: hidden;
}

.portfolio-slider {
  padding: 0 0 34px;
  margin: 0 -94px 30px;
}

.portfolio-slider .swiper-horizontal > .swiper-pagination-progressbar, .portfolio-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 560px;
  height: 4px;
  background: #EEEEED;
  position: absolute;
  bottom: 0;
  top: auto;
  left: calc(50% - 280px);
  border-radius: 10px;
}

.portfolio-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7D5B9D;
  border-radius: 10px;
}

.portfolio-slider__slide {
  border-radius: 20px;
  display: block;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portfolio-slider .swiper-slide:nth-of-type(odd) .portfolio-slider__slide {
  height: 320px;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.spinner {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F7F7;
  border-radius: 8px;
  padding: 4px;
  height: 52px;
}

.spinner button {
  padding: 0;
  border: none;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 6px !important;
  text-align: center;
  line-height: 44px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
  margin: 0 !important;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.spinner button svg path {
  fill: #000000;
  transition: all 400ms ease-in-out;
}

.spinner button:hover {
  transition: all 400ms ease-in-out;
  background: #fff;
}

.spinner button:hover svg path {
  fill: #885BB2;
  transition: all 400ms ease-in-out;
}

.spinner button:active {
  background: #E9E9E9;
  transition: all 400ms ease-in-out;
  box-shadow: none;
}

.spinner button:active svg path {
  fill: #000000;
  transition: all 400ms ease-in-out;
}

.spinner input {
  outline: none;
  display: inline-block;
  width: 38px;
  margin: 0 5px !important;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
  height: auto;
  box-shadow: none;
}

.calculator-block {
  background: url(../images/calculator.png) top left no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 860px;
  padding: 50px 70px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.calculator-form {
  width: 100%;
  max-width: 470px;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
}

.calculator-form__item {
  margin: 0 0 10px 0;
}

.calculator-form__item p.title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.calculator-form .button-violet svg {
  margin: 0 0 1px 12px;
}

.form-group {
  margin: 0 0 20px 0;
}

.form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #989898;
  font-weight: bold;
  margin: 0 0 12px 0;
  display: block;
}

.form-control {
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  border-radius: 8px;
}

.form-control:hover {
  border-color: #989898;
  background: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #7D5B9D;
  background: #fff;
}

.jq-selectbox__select {
  height: 52px;
  padding: 16px 32px 16px 16px;
  border: 1px solid #F7F7F7 !important;
  border-radius: 8px;
  background: #F7F7F7;
  box-shadow: none !important;
  color: #000;
  text-shadow: none;
  font-family: 'Century Gothic';
  font-size: 16px;
  line-height: 20px;
  transition: all 400ms ease-in-out;
  font-weight: bold;
}

.jq-selectbox__select:hover {
  transition: all 400ms ease-in-out;
  background: #fff !important;
  border-color: #989898 !important;
}

.jq-selectbox {
  z-index: 10;
  width: 100%;
  margin: 0;
}

.jq-selectbox__select-text {
  display: block;
  width: auto !important;
  color: #000;
  padding: 0 0 3px 0;
  transition: all 400ms ease-in-out;
}

.jq-selectbox__trigger {
  border: 0;
  width: 15px;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 21px;
  right: 16px;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 400ms ease-in-out;
}

.jq-selectbox:hover {
  color: #000;
  border-color: #989898;
  transition: all 400ms ease-in-out;
  background: #fff !important;
}

.jq-selectbox.opened .jq-selectbox__select-text {
  color: #000;
  border-color: transparent;
  transition: all 400ms ease-in-out;
}

.jq-selectbox.opened .jq-selectbox__select {
  background: #fff !important;
  border-color: #7D5B9D !important;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  top: 25px;
  transform: rotate(-45deg);
}

.jq-selectbox__dropdown {
  margin: 5px 0 0 0;
  left: 0;
  min-width: 220px;
  max-width: 180px;
  padding: 8px 16px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 8px;
}

.jq-selectbox ul li {
  margin: 15px 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  border-radius: 0;
  transition: all 400ms ease-in-out;
  font-weight: bold;
}

.jq-selectbox ul li:hover {
  color: #7D5B9D;
  transition: all 400ms ease-in-out;
  background: #fff;
}

.jq-selectbox ul li.sel {
  background: #fff;
  color: #7D5B9D;
}

.company-block {
  max-width: 692px;
  margin: 0 auto 50px;
}

.company-block h2 span {
  color: #7D5B9D;
}

.company-block p {
  font-size: 18px;
  line-height: 26px;
  color: #989898;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.company-block p:last-child {
  margin: 0;
}

.company-odds {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
}

.company-odds__item {
  margin: 0 6px;
  width: calc(33.33% - 12px);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
}

.company-odds__item p {
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.company-odds__item p.title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 15px 0;
  height: 48px;
  overflow: hidden;
}

.company-odds__item p.number {
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #7D5B9D;
}

.reviews-caption {
  margin: 0 0 30px 0;
  text-align: center;
}

.reviews-caption h2 {
  margin: 0 0 10px 0;
  text-align: center;
}

.reviews-caption p {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.reviews-content {
  position: relative;
}

.reviews-content .swiper-horizontal > .swiper-pagination-progressbar, .reviews-content .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: calc(100% - 15px);
  height: 4px;
  background: #EEEEED;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  border-radius: 10px;
  display: none;
}

.reviews-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7D5B9D;
  border-radius: 10px;
}

.reviews-content .reviews-prev {
  left: -19px;
  top: 135px;
}

.reviews-content .reviews-next {
  right: -19px;
  top: 135px;
}

.reviews-slider__slide {
  padding: 30px;
  border-radius: 20px;
  background: #F7F7F7;
  min-height: 302px;
}

.reviews-slider__slide_image {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.reviews-slider__slide_image img {
  width: 100%;
  max-width: 21px;
  margin: 0 5px 0 0 0;
}

.reviews-slider__slide_image img:last-child {
  margin: 0;
}

.reviews-slider__slide_text p {
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.reviews-slider__slide_text .reviews-more {
  font-size: 20px;
  line-height: 24px;
  color: #7D5B9D;
  font-weight: bold;
  margin: 16px 0 0 0;
}

.reviews-slider__slide_text .reviews-more span {
  color: #7D5B9D;
  transition: all 400ms ease-in-out;
}

.reviews-slider__slide_text .reviews-more span:hover {
  color: #7D5B9D;
  transition: all 400ms ease-in-out;
  text-decoration: underline;
}

.reviews-slider__slide p.name {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: #fff;
  stroke: #fff;
}

.video-reviews-caption {
  margin: 0 0 30px 0;
  text-align: center;
}

.video-reviews-caption h2 {
  margin: 0;
  text-align: center;
}

.video-reviews-content {
  position: relative;
}

.video-reviews-content .swiper-horizontal > .swiper-pagination-progressbar, .video-reviews-content .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: calc(100% - 15px);
  height: 4px;
  background: #EEEEED;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  border-radius: 10px;
  display: none;
}

.video-reviews-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7D5B9D;
  border-radius: 10px;
}

.video-reviews-content .swiper-prev {
  left: -10px;
  top: 110px;
}

.video-reviews-content .swiper-next {
  right: -10px;
  top: 110px;
}

.video-reviews-slider__slide {
  padding: 10px 10px 30px 10px;
  border-radius: 20px;
  background: #F7F7F7;
}

.video-reviews-slider__slide_content {
  margin: 20px 0 0;
}

.video-reviews-slider__slide_content p {
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.video-reviews-slider__slide_content p.name {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.video-reviews-slider__slide_video {
  display: block;
  width: 100%;
  height: 245px;
  position: relative;
}

.video-reviews-slider__slide_video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: url(../images/play.svg) center center no-repeat;
}

.video-reviews-slider__slide_video img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
}

.orders {
  background: #F7FAFF;
  border-radius: 20px;
  padding: 50px 60px;
}

.orders-caption {
  text-align: center;
  margin: 0 0 22px 0;
}

.orders-caption h2 {
  text-align: center;
  margin: 0 0 10px 0;
}

.orders-caption p {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.orders-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  counter-reset: orders-name;
}

.orders-item {
  margin: 6px;
  width: calc(25% - 12px);
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #E9E9E9;
  position: relative;
}

.orders-item:before {
  counter-increment: orders-name;
  content: counter(orders-name);
  color: #7D5B9D;
  position: absolute;
  font-size: 20px;
  line-height: 24px;
  top: 40px;
  right: 30px;
  font-weight: bold;
}

.orders-item img {
  height: 60px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
}

.orders-item p {
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  margin: 0;
  font-weight: normal;
}

.orders-item p.title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  height: 48px;
  overflow: hidden;
  margin: 30px 0 10px;
}

.orders-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 0 0;
}

.faq-caption {
  text-align: center;
  margin: 0 0 30px 0;
}

.faq-caption h2 {
  text-align: center;
  margin: 0 0 10px 0;
}

.faq-caption p {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.faq-block {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}

.faq-content {
  width: 100%;
}

.faq-image {
  min-width: 574px;
  max-width: 574px;
  margin: 0 0 0 16px;
  height: 720px;
}

.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.accordion {
  margin: 0;
}

.accordion-item {
  background-color: #fff;
  border: none;
  margin: 0 0 12px 0;
  border: 1px solid #E9E9E9 !important;
  border-radius: 20px !important;
}

.accordion-button {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  background: #fff;
  border-radius: 8px !important;
  font-weight: bold;
  padding: 28px 94px 28px 30px;
  border-radius: 20px !important;
}

.accordion-button:focus {
  border-color: #fff;
  box-shadow: none;
}

.accordion-button::after {
  content: '';
  position: absolute;
  background: #F7F7F7 url(../images/plus.svg) center center no-repeat;
  height: 44px;
  width: 44px;
  top: 18px;
  right: 30px;
  border-radius: 50%;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed):after {
  background: #F7F7F7 url(../images/minus.svg) center center no-repeat;
}

.accordion-body {
  padding: 0 84px 18px 30px;
}

.accordion-body p {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.accordion-body p:last-child {
  margin: 0;
}

.form-callback {
  background: url(../images/form.png) top center no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 620px;
  position: relative;
}

.form-callback__block {
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  width: 100%;
  max-width: 456px;
  top: 50px;
  position: absolute;
  bottom: 50px;
  left: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-callback__caption h2 {
  margin: 0 0 15px 0;
}

.form-callback__caption h2 span {
  display: block;
  color: #7D5B9D;
}

.form-callback__caption p {
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.form-callback__content p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.form-callback__content_flex {
  display: flex;
  margin: 0 0 16px 0;
}

.form-callback__content .header-social {
  padding: 0;
  margin: 0 0 0 10px;
  display: flex;
}

.form-callback__content .header-social li {
  margin: 0 0 0 2px;
}

.form-callback__content .header-social li a {
  min-width: 52px;
  max-width: 52px;
  border-radius: 8px;
  background: #F7F7F7;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-callback__content .header-social li a img {
  width: auto;
  max-width: 22px;
}

.form-callback__content .header-social li a:hover {
  background: #E9E9E9;
}

.form-callback__content .header-social li a:active {
  background: #D8D8D8;
}

.footer {
  background: #7B5A9C;
  padding: 50px 0;
}

.footer-logo {
  width: 100%;
  max-width: 117px;
  margin: 0 0 30px 0;
}

.footer-logo img {
  width: 100%;
}

.footer p.note {
  font-size: 16px;
  line-height: 21px;
  color: #C5B7D4;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.footer-menu {
  margin: 0;
  padding: 0;
  display: block;
}

.footer-menu li {
  margin: 22px 0 0 0;
  padding: 0;
  display: block;
}

.footer-menu li:first-child {
  margin: 0;
}

.footer-menu li a {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.footer-menu li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-menu li a svg {
  margin: 0 0 0 10px;
}

.footer-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-social {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 20px 0 0 0;
}

.footer-social li {
  display: block;
  padding: 0;
  margin: 0 10px 0 0;
}

.footer-social li:last-child {
  margin: 0;
}

.footer-social li a {
  text-decoration: none;
}

.footer-social li a img {
  width: auto;
  max-width: 26px;
  opacity: 1;
  transition: all 400ms ease-in-out;
}

.footer-social li a:hover img {
  opacity: 0.7;
  transition: all 400ms ease-in-out;
}

.footer-contacts p {
  margin: 0 0 22px 0;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: normal;
}

.footer-contacts p span {
  color: #fff;
}

.footer-contacts p .link {
  color: #fff;
  text-decoration: none;
}

.footer-contacts p .link:hover {
  color: #fff;
  text-decoration: underline;
}

[data-role="toggle-btn"] {
  cursor: pointer;
}

[data-role="toggle-btn"] [data-state="shown"] {
  display: none;
}

[data-role="toggle-btn"].shown [data-state="shown"] {
  display: block;
}

[data-role="toggle-btn"].shown [data-state="hidden"] {
  display: none;
}

[data-role="toggle-data"] {
  display: none;
}

.modal-content {
  border: 0;
  border-radius: 20px;
  outline: 0;
}

.modal-header {
  display: block;
  padding: 40px 40px 30px 40px;
  border-bottom: 0;
  position: relative;
}

.modal-header p {
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url(../images/close.svg) center center no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.modal-title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 39px;
  color: #000;
  font-weight: bold;
}

.modal-body {
  padding: 0 40px 40px;
}

.modal-body .form-group label {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin: 0 0 8px 0;
}

.modal-body p.note {
  font-size: 14px;
  line-height: 17px;
  color: #989898;
  font-weight: normal;
  margin: 0 0 16px 0;
}

.modal-body p.note a {
  color: #000;
  text-decoration: underline;
}

.modal-body p.note a:hover {
  text-decoration: none;
  color: #000;
}

.btn-close:focus {
  box-shadow: none;
}

textarea.form-control {
  min-height: 114px;
}

.footer-contacts__mobile {
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 540px;
  }
}

@media screen and (min-width: 1430px) {
  .container {
    max-width: 1430px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1429px) {
  .container {
    max-width: 1260px;
    padding: 0 15px;
  }

  .main-menu__link {
    font-size: 18px;
    line-height: 22px;
  }

  .calculator-block {
    background: #f3f3f3 url(../images/calculator.png) bottom left no-repeat;
    background-size: 1200px;
    padding: 50px 50px;
  }

  .reviews-slider__slide {
    min-height: 344px;
  }
}

@media screen and (max-width: 1279px) {
  .portfolio-slider .swiper-slide:nth-of-type(odd) .portfolio-slider__slide {
    height: 210px;
  }

  .portfolio-slider__slide {
    height: 310px;
  }

  .button {
    padding: 16px 20px;
  }

  .header-logo__tagline {
    max-width: 170px;
    font-size: 14px;
    line-height: 18px;
  }

  .header-phones {
    margin: 0 0 0 20px;
  }

  .header-logo__image {
    margin: 0 12px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .footer-contacts p span {
    display: block;
  }

  .form-callback__block {
    left: 40px;
  }

  .faq-image {
    min-width: 340px;
    max-width: 340px;
    height: 430px;
  }

  .orders {
    padding: 50px 30px;
  }

  .reviews-slider__slide {
    min-height: 302px;
  }

  .orders-item {
    margin: 6px;
    width: calc(50% - 12px);
  }

  .orders-item p.title {
    height: auto;
  }

  .calculator-block {
    background: #f3f3f3 url(../images/calculator.png) bottom left no-repeat;
    background-size: 760px;
    padding: 30px 30px;
    min-height: 820px;
  }

  .stock-block {
    background: #F7FAFF;
    padding: 30px 30px;
  }

  .stock-item {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .stock-block__content {
    max-width: 100%;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .container {
    max-width: 960px;
  }

  .header-logo__tagline {
    display: none;
  }

  .header-logo__image {
    margin: 0;
  }

  .banner-content__odds_item p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .form-callback__block {
    position: initial;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    max-width: 100%;
  }

  form.form-callback__content {
    margin: 30px 0 0 0;
  }

  .form-callback {
    background: transparent;
    min-height: auto;
  }

  .faq-image {
    display: none;
  }

  .faq-caption h2 {
    text-align: left;
  }

  .faq-caption {
    text-align: left;
  }

  .accordion-button::after {
    height: 43px;
    width: 43px;
    right: 16px;
  }

  .accordion-button {
    font-size: 16px;
    line-height: 20px;
    padding: 28px 70px 28px 16px;
  }

  .accordion-body {
    padding: 0 70px 18px 16px;
  }

  .accordion-body p {
    font-size: 14px;
    line-height: 17px;
  }

  .orders-item p.title {
    height: 42px;
    font-size: 18px;
    line-height: 22px;
  }

  .orders-caption p {
    font-size: 16px;
    line-height: 21px;
  }

  .orders-item p {
    font-size: 14px;
    line-height: 17px;
  }

  .video-reviews-content .swiper-prev {
    display: none;
  }

  .video-reviews-content .swiper-next {
    display: none;
  }

  .video-reviews-content {
    padding: 0 0 30px 0;
  }

  .video-reviews-content .swiper-horizontal > .swiper-pagination-progressbar, .video-reviews-content .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: block;
  }

  .reviews-content .reviews-next {
    display: none;
  }

  .reviews-slider__slide {
    min-height: 344px;
    padding: 30px 16px;
  }

  .reviews-caption p {
    font-size: 16px;
    line-height: 21px;
  }

  .reviews-content {
    padding: 0 0 30px 0;
  }

  .reviews-content .reviews-prev {
    display: none;
  }

  .reviews-content .swiper-horizontal > .swiper-pagination-progressbar, .reviews-content .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: block;
  }

  .company-block p {
    font-size: 16px;
    line-height: 21px;
  }

  .company-odds {
    display: block;
  }

  .company-odds__item {
    margin: 0 0 12px 0;
    width: 100%;
  }

  .company-odds__item:last-of-type {
    margin: 0;
  }

  .company-odds__item p.title {
    height: auto;
  }

  .company-block {
    max-width: 100%;
    margin: 0 0 30px 0;
  }

  .calculator-block {
    background: #fff;
    background-size: auto;
    padding: 0;
    min-height: auto;
  }

  .calculator-form {
    max-width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }

  .cost-calculation__title p {
    font-size: 16px;
    line-height: 21px;
  }

  .stock-item p {
    font-size: 14px;
    line-height: 17px;
  }

  .stock-item p.title {
    font-size: 18px;
    line-height: 22px;
  }

  .block-title h2 {
    margin: 0;
  }

  .indent-block {
    margin: 70px 0;
  }

  .indent-block__top {
    margin: 70px 0 0 0;
  }

  .indent-block__bottom {
    margin: 0 0 70px 0;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .view-block__nav {
    display: none;
  }

  .banner-content__block h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .banner-content__block p.text {
    font-size: 18px;
    line-height: 22px;
  }

  .banner-image {
    height: 760px;
  }

  .banner-content__block .list li {
    font-size: 18px;
    line-height: 22px;
  }

  .banner-content__block h1:after {
    width: 205px;
    height: 80px;
    background: url(../images/path.svg) 0 0 no-repeat;
    background-size: contain;
  }

  .banner-content__block h1 {
    max-width: 484px;
  }

  .banner-content__odds_item {
    width: calc(33.33% - 10px);
  }

  .fixed-menu__block {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #989898;
  }

  .fixed-menu__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 10px 15px 30px;
  }

  .hidd {
    overflow: hidden;
  }

  .header-contacts__address {
    margin: 0 0 20px 0;
  }

  .main-menu {
    display: block;
  }

  .main-menu__item {
    margin: 0 0 30px 0;
  }

  .fixed-menu {
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: auto;
  }

  .container {
    max-width: 720px;
  }

  .button {
    font-size: 14px;
    line-height: 17px;
    padding: 15px 19px;
  }

  .header .button svg {
    display: none;
  }

  .header-contacts {
    display: none;
  }

  .header {
    background: #fff;
    padding: 0;
  }

  .header-logo__image {
    min-width: 88px;
    max-width: 88px;
  }

  .header-flex {
    padding: 70px 0 0;
  }

  .header-phones {
    margin: 0;
  }

  .header-logo {
    position: absolute;
    top: 12px;
    left: 15px;
  }

  .header-content {
    display: block;
  }

  .header-block {
    max-width: 100%;
    background: #fff;
    padding: 12px 0 20px;
    border-radius: 10px;
    margin: 0;
  }

  .fixed-menu {
    display: none;
  }

  .menu-toggle {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    position: relative;
    background: #000;
  }

  .menu-toggle-cont {
    width: 47px;
    height: 47px;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    position: absolute;
    top: -136px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
  }

  .menu-toggle-cont:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .menu-toggle-cont_active {
    border-color: #7D5B9D;
    background: #7D5B9D;
    transition: all 400ms ease-in-out;
  }

  .menu-toggle-cont_active .menu-toggle {
    height: 0;
  }

  .menu-toggle-cont_active .menu-toggle:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: auto;
  }

  .menu-toggle-cont_active .menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    width: 18px;
    background: #fff;
  }

  .menu-toggle:before,
  .menu-toggle:after {
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .menu-toggle:before {
    top: 2px;
  }

  .menu-toggle:after {
    top: -2px;
  }

  .menu-toggle:before {
    -webkit-transform: translateY(-350%);
    -ms-transform: translateY(-350%);
    transform: translateY(-350%);
  }

  .menu-toggle:after {
    -webkit-transform: translateY(350%);
    -ms-transform: translateY(350%);
    transform: translateY(350%);
  }
}

@media screen and (max-width: 767px) {
  .footer-contacts {
    display: none;
  }

  .footer-contacts__mobile {
    display: block;
    margin: 14px 0 0 0;
  }

  .footer-contacts p span {
    display: inline;
  }

  .footer-contacts p {
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 17px;
  }

  .reviews-slider__slide_text .reviews-more {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-menu li a {
    font-size: 14px;
    line-height: 17px;
  }

  .footer p.note {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 16px 0;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-menu li:first-child {
    margin: 16px 0 0 0;
  }

  .footer-menu li {
    margin: 16px 0 0 0;
  }

  .form-callback__block {
    padding: 30px 16px;
  }

  .form-callback__content p {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 10px 0;
  }

  .orders-item {
    width: calc(100% - 12px);
    padding: 30px 16px;
  }

  .orders {
    padding: 40px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
  }

  .form-callback__caption p {
    font-size: 14px;
    line-height: 17px;
  }

  .video-reviews-slider__slide_content p {
    font-size: 14px;
    line-height: 17px;
  }

  .video-reviews-slider__slide_content p.name {
    font-size: 16px;
    line-height: 20px;
  }

  .video-reviews-caption h2 {
    text-align: left;
  }

  .reviews-slider__slide {
    min-height: auto;
  }

  .reviews-slider__slide_text p {
    font-size: 14px;
    line-height: 17px;
  }

  .reviews-slider__slide p.name {
    font-size: 16px;
    line-height: 20px;
  }

  .reviews-caption {
    text-align: left;
  }

  .reviews-caption h2 {
    text-align: left;
  }

  .company-block h2 {
    margin: 0 0 20px 0;
  }

  .company-odds__item {
    padding: 30px 16px;
  }

  .company-odds__item p {
    font-size: 14px;
    line-height: 17px;
  }

  .company-odds__item p.title {
    font-size: 18px;
    line-height: 22px;
  }

  .portfolio-slider .swiper-slide:nth-of-type(odd) .portfolio-slider__slide {
    height: 290px;
  }

  .portfolio-slider__slide {
    height: 190px;
  }

  .stock-item {
    width: calc(100% - 12px);
  }

  .view-slider__slide_image {
    height: 230px;
  }

  .view-slider__slide_content .price-text {
    font-size: 16px;
    line-height: 20px;
  }

  .view-slider__slide_content .name {
    font-size: 18px;
    line-height: 22px;
  }

  .banner-content__odds {
    display: none;
  }

  .banner-content__block {
    margin: 0;
    max-width: 100%;
  }

  .banner-content {
    position: initial;
    padding: 0;
  }

  .banner-content__block p.text {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-content__block .list li {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-content__block .list li:before {
    top: 1px;
  }

  .banner-content__block h1 {
    max-width: 360px;
    font-size: 32px;
    line-height: 39px;
  }

  .banner-content__block h1:after {
    width: 150px;
    height: 62px;
  }

  .banner {
    padding: 190px 0 0;
  }

  .banner-image {
    height: 310px;
    max-width: 510px;
    margin: 0 auto 20px;
  }

  .banner-image img {
    border-radius: 10px;
  }

  .header-content {
    margin: 0 0 12px 0;
  }

  .menu-toggle-cont {
    top: 10px;
  }

  .container {
    max-width: 540px;
  }

  .header-flex {
    display: block;
  }

  .header-buttons .button {
    flex: 1;
  }

  .fixed-menu {
    top: 210px;
  }

  .fixed-menu__content {
    max-width: 540px;
  }
}

@media screen and (max-width: 575px) {
  .modal-header {
    padding: 30px 16px;
  }

  .modal-header p {
    font-size: 14px;
    line-height: 16px;
  }

  .modal-body p.note {
    font-size: 12px;
    line-height: 15px;
  }

  .modal-body {
    padding: 0 16px 30px;
  }

  .modal-body .form-group {
    margin: 0 0 16px 0;
  }

  .modal-body .form-control {
    font-size: 14px;
    line-height: 16px;
  }

  .modal-body .button {
    width: 100%;
  }

  .modal-title {
    font-size: 26px;
    line-height: 32px;
  }

  .form-callback__content_flex {
    display: block;
  }

  .form-callback__content .button {
    width: 100%;
  }

  .form-callback__content .header-social li a {
    min-width: 100%;
    max-width: 100%;
    height: 40px;
  }

  .form-callback__content .header-social {
    margin: 12px -2px 0;
  }

  .form-callback__content .header-social li {
    margin: 0 2px;
    flex: 1;
  }

  .video-reviews-slider__slide_video {
    height: 180px;
  }

  .video-reviews-slider__slide_video img {
    object-position: top;
  }

  .calculator-form {
    padding: 18px 22px 30px;
  }

  .calculator-form .row > * {
    padding-right: 5px;
    padding-left: 5px;
  }

  .jq-selectbox__select {
    padding: 16px 30px 16px 12px;
  }

  .jq-selectbox__trigger-arrow {
    right: 12px;
  }

  .spinner button {
    width: 42px;
    height: 42px;
  }

  .spinner input {
    width: 30px;
    margin: 0 2px !important;
    font-size: 14px;
    line-height: 16px;
  }

  .form-group label {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 10px 0;
  }

  .calculator-form__item p.title {
    font-size: 16px;
    line-height: 20px;
  }

  .portfolio-slider {
    margin: 0 0 30px 15px;
  }

  .portfolio-block__buttons {
    justify-content: flex-start;
  }

  .portfolio-slider .swiper-horizontal > .swiper-pagination-progressbar, .portfolio-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: calc(100% - 15px);
    left: 0;
  }

  .stock {
    padding: 40px 15px;
    background: #F7FAFF;
    margin-left: -15px;
    margin-right: -15px;
  }

  .stock-block {
    padding: 0;
  }

  .view-slider .swiper-horizontal > .swiper-pagination-progressbar, .view-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: calc(100% - 15px);
    left: 0;
  }

  .view-slider {
    padding: 0 0 34px;
    margin: 0 -15px 30px 0;
  }

  .view-block__buttons {
    justify-content: flex-start;
  }

  .banner-image {
    height: 200px;
    max-width: calc(100% - 30px);
    margin: 0 15px 20px;
  }

  .banner-content__block p.text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-content__block p.text a {
    margin: 4px 0 0 0;
  }

  .header-buttons .button-white .item-text {
    display: none;
  }

  .header-buttons .button-white .item-text__mobile {
    display: block;
  }

  .header-social li {
    margin: 0 25px 0 0;
  }

  .header-buttons .button {
    padding: 15px 10px;
  }

  .container {
    max-width: 100%;
  }

  .fixed-menu__content {
    max-width: 100%;
  }
}

.footer-social svg {
  height: 26px;
  width: 26px;
}

.footer-social svg path, .footer-social svg circle {
  transition: 0.4s;
  fill: #fff !important;
}

.footer-social a:hover svg path, .footer-social a:hover svg circle {
  fill: #d8cee1 !important;
}

.calculator-form.result {
  display: none;
}

.calculator.active .calculator-form.result {
  display: block;
}

.calculator.active .calculator-form.create {
  display: none;
}

.calculator-form__result {
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calculator-form__result_item {
  margin: 0 0 20px 0;
}

.calculator-form__result_item:last-child {
  margin: 0;
}

.calculator-form__result_item p.title {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px 0;
  font-weight: bold;
}

.calculator-form__result_item p.price {
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  margin: 0 0 30px 0;
  font-weight: bold;
}

.calculator-form__result_table table {
  width: 100%;
  margin: 0 -5px;
}

.calculator-form__result_table table td {
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
}

.calculator-form__result_table table td:first-child {
  color: #989898;
}

.calculator-form__result_item p.caption {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.calculator-form__result_item .button {
  margin: 16px 0;
}

.calculator-form__result_item p.note {
  font-size: 16px;
  line-height: 21px;
  color: #989898;
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .calculator-form__result {
    min-height: auto;
  }

  .calculator-form__result_item {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .calculator-form__result_item p.price {
    font-size: 38px;
    line-height: 42px;
    margin: 0 0 20px 0;
  }

  .calculator-form__result_item p.title {
    font-size: 18px;
    line-height: 22px;
  }

  .calculator-form__result_item p.note {
    font-size: 14px;
    line-height: 20px;
  }
}

.return-calculator {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.return-calculator span {
  font-weight: bold;
  color: #989898;
  font-size: 15px;
}

.header-phones__phone:hover {
  color: #7D5B9D;
}

.selector-city {
  color: #7D5B9D;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.selector-city:hover {
  color: #7D5B9D;
}

.selector-city::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: solid 2px #7D5B9D;
  border-top: solid 2px #7D5B9D;
  transform: rotate(225deg) translate(0px, 2px);
  margin-left: 7px;
}

.cites ul li {
  margin-bottom: 20px;
}

.cites ul li:last-child {
  margin-bottom: 0;
}

.cites ul li a {
  color: #000;
  font-size: 16px;
}

.cites ul li a:hover {
  text-decoration: underline;
}

.jq-selectbox__dropdown li.disabled {
  display: none;
}


/*# sourceMappingURL=main.css.map */

.header-inside {
  background: #FBFBFB;
  padding-bottom: 16px;
}

.header-inside .header-block {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.main-section-inside {
  padding: 203px 0 0 0;
}

.breadcrumb {
  margin: 10px 0 50px;
  padding: 0 0 16px 0;
  background: #fff;
  border-bottom: 1px dotted #BCBCBC;
}

.breadcrumb-item {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: normal;
  position: relative;
}

.breadcrumb-item a {
  color: #3A8DCE;
  text-decoration: underline;
}

.breadcrumb-item a:hover {
  color: #3A8DCE;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  margin: 0 0 0 21px;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -15px;
  width: 9px;
  height: 9px;
  background: url("../images/breadcrumb.svg") 0 0 no-repeat;
}

.catalog-text h1 {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 30px 0;
  font-weight: bold;
  color: #000;
}

.catalog-text p {
  font-size: 18px;
  line-height: 26px;
  color: #989898;
  margin: 0 0 20px 0;
  font-weight: normal;
}

.catalog-text p:last-child {
  margin: 0;
}

.catalog-block {
  margin-bottom: 84px;
}

.catalog-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.catalog-block__flex .view-slider__slide {
  width: calc(100% / 3 - 12px);
}

.catalog-block__producer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.catalog-block__producer .view-slider__slide {
  width: calc(100% / 4 - 12px);
}

.catalog-block__producer .view-slider__slide .name-producer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-block__producer .view-slider__slide .name-producer img {
  width: 35px;
  height: 23px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 10px 0 0;
}

.catalog-block__producer .view-slider__slide .name-producer__text {
  color: #000000;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.catalog-block__producer .view-slider__slide:hover .name-producer__text {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #7D5B9D;
}

.reviews-plugin {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-plugin img {
  width: auto;
  max-width: 100%;
}

.type-block {
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
}

.type-block h1 {
  font-size: 36px;
  line-height: 44px;
  color: #000;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.type-block p {
  font-size: 18px;
  line-height: 26px;
  color: #989898;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.type-block p:last-child {
  margin: 0;
}

.type-block__image {
  margin: 30px 0;
  border-bottom: 1px solid #DBDBDB;
}

.type-block__image img {
  width: 100%;
  border-radius: 20px;
}

.type-block__image p {
  font-size: 14px;
  line-height: 20px;
  color: #989898;
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
  font-style: italic;
}

.type-block h2 {
  margin: 50px 0 30px;
}

.type-block h3 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  margin: 50px 0 30px 0;
}

.type-block ol {
  display: block;
  margin: 30px 0;
  padding: 0;
  counter-reset: type-name;
}

.type-block ol li {
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  position: relative;
}

.type-block ol li:last-child {
  margin: 0;
}

.type-block ol li:before {
  counter-increment: type-name;
  content: counter(type-name) ".";
  color: #7D5B9D;
  position: absolute;
  font-size: 17px;
  line-height: 22px;
  top: 0;
  left: 0;
  font-weight: bold;
}

.type-block h4 {
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: bold;
  margin: 50px 0 30px 0;
}

.type-block ul {
  display: block;
  margin: 30px 0;
  padding: 0;
}

.type-block ul li {
  display: block;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  position: relative;
}

.type-block ul li:last-child {
  margin: 0;
}

.type-block ul li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/li.svg) 0 0 no-repeat;
}

.type-block h5 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 50px 0 20px 0;
}

.type-block h6 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  margin: 50px 0 15px 0;
}

.type-block__table {
  margin: 20px 0;
}

.type-block__table table {
  width: 100%;
}

.type-block__table table td {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: normal;
}

.type-block__table table tr {
  background: #fff;
}

.type-block__table table tr:nth-of-type(odd) {
  background: #F7F7F7;
}

.type-sert__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.type-sert__item {
  display: block;
  width: calc(100% / 4 - 12px);
  height: 476px;
}

.type-sert__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.type-works h2 {
  margin: 0;
}

.type-works__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type-works__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.type-works__nav .swiper-prev,
.type-works__nav .swiper-next {
  position: initial;
}

.type-works .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 560px;
  height: 4px;
  background: #EEEEED;
  position: absolute;
  bottom: 0;
  top: auto;
  left: calc(50% - 280px);
  border-radius: 10px;
}

.type-works .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7D5B9D;
  border-radius: 10px;
}

.type-works__slider {
  padding: 0 0 34px 0;
}

.type-works__slide {
  width: 100%;
  height: 260px;
}

.type-works__slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  border-radius: 20px;
}

.type-other h2 {
  margin: 0;
}

.type-other__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type-other__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.type-other__nav .swiper-prev,
.type-other__nav .swiper-next {
  position: initial;
}

.type-other .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 560px;
  height: 4px;
  background: #EEEEED;
  position: absolute;
  bottom: 0;
  top: auto;
  left: calc(50% - 280px);
  border-radius: 10px;
}

.type-other .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7D5B9D;
  border-radius: 10px;
}

.type-other__slider {
  padding: 0 0 34px 0;
}

.type-prices__block {
  position: relative;
}

.type-prices__block_image {
  width: 100%;
  height: 642px;
}

.type-prices__block_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.type-prices__block_content {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 470px;
}

.type-prices__block_content .item-content {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.type-prices__block_content .item-content p.title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.type-prices__block_content .item-content p.info {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DFDFDF;
}

.type-prices__block_content .item-content ul.list {
  display: block;
  padding: 0;
  margin: 0 0 19px 0;
}

.type-prices__block_content .item-content ul.list li {
  display: block;
  padding: 0 0 0 15px;
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
}

.type-prices__block_content .item-content ul.list li span {
  font-weight: bold;
  color: #7D5B9D;
}

.type-prices__block_content .item-content ul.list li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}

.type-prices__block_content .item-content p.old-price {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: bold;
  margin: 0;
  text-decoration: line-through;
}

.type-prices__block_content .item-content p.price {
  font-size: 48px;
  line-height: 54px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.type-prices__block_content .item-content p.note {
  font-size: 18px;
  line-height: 22px;
  color: #989898;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.type-prices__block_content .item-content .button {
  width: 100%;
}

.type-prices__block_content .item-note {
  padding: 40px 20px 20px;
  background: #9576c9;
  border-radius: 0 0 20px 20px;
  margin: -20px 0 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.type-prices__block_content .item-note p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.type-prices__list {
  margin: 50px 0 30px 0;
}

.type-prices__list h3 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.type-prices__list__item {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.type-prices__list__item:nth-of-type(odd) {
  background: #F7F7F7;
}

.type-prices__list__item p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: normal;
  margin: 0;
}

.type-prices__list__item p.price {
  font-weight: bold;
}

.type-prices .button-violet svg {
  margin: 0 0 1px 12px;
}

.button-violet:hover {
  color: #fff;
}

@media screen and (max-width: 1460px) {
  .reviews-content .reviews-prev {
    left: -8px;
  }

  .reviews-content .reviews-next {
    right: -8px;
  }
}

@media screen and (max-width: 1429px) {
  .type-sert__item {
    height: 416px;
  }

  .type-works__slide {
    height: 228px;
  }
}

@media screen and (max-width: 1199px) {
  .type-prices__block_content {
    right: 50px;
  }

  .catalog-block__flex .view-slider__slide {
    width: calc(100% / 2 - 12px);
  }

  .catalog-block__producer .view-slider__slide {
    width: calc(100% / 2 - 12px);
  }

  .type-sert__item {
    height: 310px;
  }

  .type-works__slide {
    height: 170px;
  }
}

@media screen and (max-width: 991px) {
  .type-sert__item {
    height: 226px;
  }

  .header-inside {
    background: #fff;
    padding-bottom: 0;
  }

  .main-section-inside {
    padding: 162px 0 0 0;
  }

  .type-works__slide {
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .type-prices__list {
    margin: 30px 0 20px;
  }

  .type-prices__block_content .item-content {
    padding: 20px;
  }

  .type-prices__list__item {
    display: block;
  }

  .type-prices__list h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .type-prices__block_content .item-content p.info {
    font-size: 16px;
    line-height: 21px;
  }

  .type-prices__block_content .item-content p.note {
    font-size: 16px;
    line-height: 21px;
  }

  .type-prices__block_content {
    position: initial;
    width: 100%;
    margin: -35px 0 0;
  }

  .type-prices__block_image {
    height: 260px;
  }

  .type-other__nav {
    display: none;
  }

  .type-works__nav {
    display: none;
  }

  .type-works__slide {
    height: 190px;
  }

  .type-sert__block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0 -15px 0 0;
    padding: 0 15px 0 0;
    overflow: auto;
  }

  .type-sert__item {
    display: block;
    width: 243px;
    max-width: 243px;
    min-width: 243px;
    height: 342px;
  }

  .main-section-inside {
    padding: 196px 0 0 0;
  }

  .catalog-text h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .breadcrumb {
    margin: 20px 0 30px;
  }

  .type-block h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .type-block p {
    font-size: 16px;
    line-height: 21px;
  }

  .type-block h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .type-block h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .type-block ol li {
    font-size: 16px;
    line-height: 21px;
  }

  .type-block ol li:before {
    font-size: 16px;
    line-height: 21px;
  }

  .type-block h4 {
    font-size: 22px;
    line-height: 27px;
  }

  .type-block ul li {
    font-size: 16px;
    line-height: 21px;
  }

  .type-block ul li:before {
    top: 0;
  }

  .type-block__table {
    overflow: auto;
  }

  .type-block__table {
    margin: 20px -15px 20px 0;
  }

  .type-block__table table {
    min-width: 928px;
  }
}

@media screen and (max-width: 575px) {
  .type-prices .button-violet svg {
    display: none;
  }

  .type-prices__block_content .item-note p {
    margin: 0 15px;
  }

  .type-works .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: auto;
    left: 0;
    right: 15px;
  }

  .type-other__slider {
    margin: 0 -15px 0 0;
  }

  .type-other .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: auto;
    left: 0;
    right: 15px;
  }

  .type-works__slide {
    height: 236px;
  }

  .type-works__slider {
    margin: 0 -15px 0 0;
  }

  .main-section-inside .stock-block__content {
    width: calc(100% + 15px);
    max-width: calc(100% + 15px);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -15px 0 0;
    padding: 0 10px 0 0;
  }

  .main-section-inside .stock-block__content .stock-item {
    width: 310px;
    min-width: 310px;
  }

  .catalog-block__flex {
    gap: 12px;
  }

  .catalog-block__flex .view-slider__slide {
    width: calc(100% / 2 - 6px);
    padding: 10px;
  }

  .catalog-block__flex .view-slider__slide .view-slider__slide_image {
    height: 138px;
  }

  .catalog-block__flex .view-slider__slide .view-slider__slide_content .price {
    display: none;
  }

  .catalog-block__flex .view-slider__slide .view-slider__slide_content .name {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
  }

  .catalog-block__flex .view-slider__slide .view-slider__slide_content {
    margin: 10px 0 0 0;
  }

  .catalog-block__producer {
    gap: 12px;
  }

  .catalog-block__producer .view-slider__slide {
    width: calc(100% / 2 - 6px);
    padding: 10px;
  }

  .catalog-block__producer .view-slider__slide .view-slider__slide_image {
    height: 138px;
  }

  .catalog-block__producer .view-slider__slide .view-slider__slide_content .price {
    display: none;
  }

  .catalog-block__producer .view-slider__slide .view-slider__slide_content .name {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
  }

  .catalog-block__producer .view-slider__slide .view-slider__slide_content {
    margin: 10px 0 0 0;
  }

  .catalog-block__producer .view-slider__slide .name-producer img {
    width: 20px;
    height: 13px;
    margin: 0 7px 0 0;
  }

  .catalog-block__producer .view-slider__slide .name-producer__text {
    text-align: left;
  }

  .catalog-block__producer .view-slider__slide .name-producer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=new-styles.css.map */

@media screen and (max-width: 1440px) {
  .header-phones__phone {
    font-size: 16px;
    white-space: nowrap;
  }
}