:root {
  --color-main: #0036F8;
  --color-active: #A20E8B;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "Manrope", sans-serif;
  position: relative;
}

button {
  padding: 0;
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

a {
  color: #0036F8;
  text-decoration: underline;
}

h2 {
  color: black;
}

iframe {
  max-width: 100%;
}

.flex {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}

ul.flex li {
  padding-left: 0px;
}

/**
* пока скроем
**/

/* новые стили */
.footer__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
}

.footer__item {
  margin-bottom: 22px;
}

.footer__item {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.footer-city-click {
  cursor: pointer;
  background: url('data:image/svg+xml,<svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.167969 5.94428C0.167969 2.74838 2.78459 0.166504 6.0013 0.166504C9.21801 0.166504 11.8346 2.74838 11.8346 5.94428C11.8346 7.93197 10.6755 9.89375 9.44701 11.3218C8.82533 12.0444 8.16549 12.6545 7.58347 13.0884C7.29293 13.305 7.01368 13.4837 6.76161 13.6107C6.52531 13.7297 6.25546 13.8332 6.0013 13.8332C5.74714 13.8332 5.47729 13.7297 5.24099 13.6107C4.98893 13.4837 4.70967 13.305 4.41913 13.0884C3.83711 12.6545 3.17727 12.0444 2.55559 11.3218C1.32712 9.89375 0.167969 7.93197 0.167969 5.94428ZM6.0013 7.6665C4.89673 7.6665 4.0013 6.77107 4.0013 5.6665C4.0013 4.56193 4.89673 3.6665 6.0013 3.6665C7.10587 3.6665 8.0013 4.56193 8.0013 5.6665C8.0013 6.77107 7.10587 7.6665 6.0013 7.6665Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 21px;
  display: flex;
}

.header__descr {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  width: 180px;
  margin-right: 85px;
}

.header__btn.btn-blue-big.btn-blue-big-left {
  margin: 0px;
  margin-left: 40px;
  padding: 13px 30px;
  font-size: 12px;
}

.header__container-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.header__time {
  color: #000;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

section.main-slider {
  margin-bottom: 60px;
}

.service-content {
  position: relative;
  margin-bottom: 31px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.15);
}

.service-content:hover .service-content__title {
  color: black;
  background: white;
}

.service-content__title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: var(--Blue_black_Gr, linear-gradient(95deg, #0036F8 52.3%, #001C81 88.94%));
  padding: 16px;
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  height: 90px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.service-content__picture {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 200px;
}

section.catalog {
  margin: 0 auto 120px;
}

.catalog-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}

.catalog-item ul.list.listMain {
  margin-left: 24px;
  margin-bottom: 24px;
}

.catalog-item {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 10px;
  min-height: 243px;
  padding-bottom: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.catalog-item__title {
  padding: 35px 50px 35px 96px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 24px;
  background-image: url('/bitrix/templates/115fzpro/assets/images/icon2.png');
  background-repeat: no-repeat;
  background-position: center left 24px;
  background-size: 48px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.catalog-item:hover .catalog-item__title {
  background-color: #0036f8;
  color: #fff;
}

.catalog-item__list {
  list-style: disc;
  margin-left: 48px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.article-item p,
.catalog-item__list li {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.catalog-item__list li {
  padding: 0px;
  list-style: disc;
}

.catalog-item a.catalog-showMore {
  display: inline-block;
  width: initial;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  margin-left: 24px;
  padding: 8px 15px;
  background-color: #0036f8;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.map {
  margin: 0 auto 70px;
}

section.map iframe {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.section-news {
  margin: 0 auto 120px;
}

.news-title {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
}

.news-list__item {
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-bottom: 24px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news-list__item-img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 0px;
  max-height: 169px;
}

.new-date {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-left: 24px;
  margin-bottom: 16px;
}

.section-news .news-descr,
.section-news .news-header {
  margin-left: 24px;
  margin-right: 24px;
  font-family: Manrope;
  display: block;
}

.section-news .news-header {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 11px;
}

.section-news .news-descr {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  max-height: 90px;
  overflow: hidden;
}

.news-btn {
  margin-left: 24px;
  font-weight: 700;
  padding: 8px 16px;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background-color: #0036f8;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}


.flex-between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.section-article {
  margin: 0 auto 120px;
}

.article-main {
  align-items: flex-start;
}

.section-article .article-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 32px;
}

.section-article .article-descr {
  max-width: calc(100% - 420px);
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin: 0px;
  margin-bottom: 18px;
  text-align: left;
}

.section-article .article-descr span {
  display: inline-block;
  margin-top: 20px;
}

.article-logo {
  width: 410px;
  height: auto;
  margin-top: 8px;
}

.article-title__two {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 40px;
}

.section-article .article-item {
  padding-top: 224px;
  width: 200px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  cursor: initial;
}

.article-item h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
}

.article-item h4,
.article-item p {
  font-style: normal;
}

.item1 {
  background-image: url(../images/briefcase\ 2.png);
}

.item2 {
  background-image: url(../images/image\ 343.png);
}

.item3 {
  background-image: url(../images/image\ 344.png);
}

.item4 {
  background-image: url(../images/image\ 345.png);
}


section.services {
  margin: 0 auto 120px;
}

.services-title {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}



.services-left__descr {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 32px;
}

.section-services-list {
  margin-left: 35px;
  list-style: disc;
}

.section-services-item {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
  list-style: disc;
  padding: 0px;
}

.mr-54 {
  margin-right: 54px;
}

.services-lists {
  align-items: flex-start;
  margin-bottom: 32px;
}

.services-btn {
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.services-btn {
  font-size: 10px;
  line-height: 14px;
  padding: 13px 34px;
  background-color: #0036f8;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a.catalog-showMore:hover,
.footer__input img:hover,
.news-btn:hover,
.price-btn:hover,
.services-btn:hover {
  color: white;
  background-color: #a20e8b;
}

.services-main,
.services-right__list {
  align-items: flex-start;
}

.services-right__list {
  flex-wrap: wrap;
  gap: 30px;
}

.services-right__item {
  width: 300px;
  position: relative;
  padding-top: 140px;
  background-image: url(../images/image\ 323.png);
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-bottom: 70px;
}



.service__more-content {
  height: 0;
  font-weight: 300;
  font-size: 0;
  line-height: 140%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.preview-detail_block .btns {
  width: 100%;
}

.preview-detail_block.preview-detail_block-center i.svg.inline {
  margin-right: 20px;
  float: left;
}

.services-right__item:hover .service__more-content {
  height: auto;
  font-size: 12px;
}


.other-info__item:not(:last-child) {
  margin-bottom: 20px;
}

.calendar-study__item__text--small+.calendar-study__item__text {
  margin-top: 20px;
  height: initial;
}

div#for-whom {
  margin-bottom: 30px;
}

div#for-whom .form-group select {
  height: 100%;
  margin-bottom: 0px;
  border-radius: 10px;
}

div#for-whom .form-group {
  height: 100%;
  margin-bottom: 0px;
}

a.colored {
  color: #0036f8;
}

span[style="color: #bd1a8d;"] {
  color: #0036F8 !important;
}

ul.listMain--more li:nth-child(n+8) {
  display: none;
}

.listMain--more-click {
  color: #0036F8;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  cursor: pointer;
  margin-bottom: 10px;
}

.wrapper-buy>div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.price-study {
  margin-bottom: 40px;
}

.price-study span.btn-blue-big.btn-blue-big-left {
  margin: 0px;
}

.btn-blue-big.btn-blue-big-left {
  width: initial;
  padding: 21px 30px;
  margin: 20px 0px 0px;
}

.calendar-online>.row:first-child>.col-md-12:last-child {
  position: absolute;
  top: 55%;
  left: 0px;
  padding: 0px;
}

.calendar-online__color {
  margin-bottom: 32px;
}

.calendar-online {
  position: relative;
}

.calendar-online>.row:last-child {
  padding: 0px 35px;
}

.calendar-study__bottom-text {
  margin-bottom: 23px;
}

.about-study__wrapper p {
  margin-bottom: 32px;
  color: black;
}

.preview-detail_block-title {
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.preview-detail_block.preview-detail_block-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
font-size: 14px;
}

.preview-detail_block.preview-detail_block-2 img {
  height: initial;
  width: 200px;
}

.study-list__item img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;

  object-fit: cover;
  object-position: center;
  margin-bottom: 24px;
}

.study-list__item {
  max-width: 420px;
  padding-bottom: 32px;
  margin-bottom: 48px;
  border-bottom: 1px solid #C4C4C4;
  height: calc(100% - 48px);
}

.study-list__item ul.list.listMain+.top-item__descr {
  margin-top: 16px;
}

.row.study-list>.col-sm-6:nth-child(2n) {
  justify-content: flex-end;
  display: flex;
}

img {
  border-radius: 10px;
}

.materials-study .title_h2,
.content .materials-study .title_h2 {
  margin-bottom: 48px;
}

.materials-study__item img {
  height: 117px;
  object-fit: cover;
  object-position: center;
}

.benefits-program__carousel .swiper-button-next,
.benefits-program__carousel .swiper-button-prev {
  top: 71px;
}

.benefits-program__carousel {
  margin-top: 48px;
  padding-bottom: 60px;
}

.benefits-program__item-title {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}

.benefits-program__item-text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.benefits-program__carousel svg,
.benefits-program__carousel img {
  margin: 0px auto 24px;
  display: block;
  height: 117px;
}

.title_h2,
.content .title_h2,
.detail .content h2 {
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
}

.title_h3,
.detail .content h3,
.detail .content h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  font-family: Manrope;
}

.element-list+.content {
  padding-top: 62px;
}

.about-study__name {
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.about-study__post {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 24px;
}

.about-study__wrapper {
  max-width: 624px;
}

.top-item__descr span[style="color: #bd1a8d;"] {
  color: #0036F8 !important;
}

.element-list__item .price {
  font-weight: 800;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  margin-top: 10px;
}

.quote-base b {
  font-weight: bold;
}

.quote-base {
  border-radius: 10px;
  border: 2px solid #0036F8;
  background: #FFF;
  padding: 24px;
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 32px;
}

.quote-base p:last-child {
  margin-bottom: 0px;
}

.category_descr a {
  color: #0036F8;
}

.category_descr p {
  color: #000;
  margin-bottom: 15px;
}

.category_descr {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 32px;
}

.article__shares-block:hover .ya-share2 {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 42px;
  right: 0px;
}

.article__shares-block svg {
  margin-right: 10px;
}

.article__shares-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  float: right;
}

.content,
.content p {
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: black;
}

.content a:not([class]) {
  color: #0036f8;
}

.content h2 {
  color: #000;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

.content b {
  font-weight: bold;
}

.content h3 {
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.content b span {
  color: black !important;
}

.article__shares-block .ya-share2 {
  visibility: hidden;
  opacity: 0;
}

.banner-mini img {
  max-width: 100%;
  border-radius: 10px;
}

.treeCatalog__list+.banner-mini {
  margin-top: 32px;
}

ol.list3a {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ol.list3a li:not(:last-child) {
  margin-bottom: 16px;
}

ol.list3a li:before {
  content: "";
  width: 21px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 2px solid #0036F8;
  border-radius: 10px;
}

ol.list3a li {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  display: block;
  align-items: center;
  color: #000000;
  position: relative;
  padding: 8px;
  padding-left: 21px;
}

.btn-black:hover,
.article__shares-block:hover .btn-black {
  background-color: black;
  color: white;
}

.btn-black {
  border: 1px solid #e1e1e1;
  background-color: white;
  color: black;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

.btn-small {
  font-size: 10px;
  line-height: 14px;
  padding: 13px;
  display: inline-block;
  min-width: 124px;
  text-align: center;
}

.btn-opacity:hover,
a.btn-opacity:hover {
  border-color: #a20e8b;
  background-color: #a20e8b;
  color: white;
  cursor: pointer;
}

.btn-opacity {
  border-radius: 10px;
  border: 2px solid #0036F8;
  overflow: none !important;
  padding: 19px 35px;
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.btn-blue:hover {
  border: 0px;
  outline: none;
  background-color: #a20e8b;
  color: white;
}

.btn-blue {
  margin: 0px;
  border-radius: 6px;
  background: #0036F8;
  color: white;
  padding: 8px 16px;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0px;
}

.address-list li.address-stroke {
  padding: 0px;
}

a.link-svg {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="20" height="20" rx="5" stroke="%230036F8" stroke-width="1.5"/><path d="M11.5 16L11.5 10" stroke="%230036F8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 10L11.5 10" stroke="%230036F8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.5 7L11.5 6" stroke="%230036F8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
  top: 4px;
  position: relative;
  cursor: pointer;
}

a.link-svg:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><rect x="1" y="1" width="20" height="20" rx="5" stroke="%23a20e8b" stroke-width="1.5"/><path d="M11.5 16L11.5 10" stroke="%23a20e8b" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 10L11.5 10" stroke="%23a20e8b" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.5 7L11.5 6" stroke="%23a20e8b" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.main-text {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 24px;
}

.modalHeader+.modalTitle {
  margin-top: 10px;
  padding: 0px 20px;
}

.modalHeader+.modalTitle+.modal-body {
  padding-top: 10px;
}

.modalTitle {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.container__btn>.product__btn {
  margin-right: 0px;
  width: 48%;
  padding: 21px 10px;
}

.container__btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.modalText {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 37px;
}

html .modal-content {
  border: 0px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 0px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 0px 50px rgba(0, 0, 0, 0.15);
}

html .modal-body {
  padding: 24px;
}

.modalHeader button.close {
  opacity: 1;
  height: initial;
  font-size: 0px;
}

.modalHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 24px;
}

html body,
html body:not(.fill_bg_y) {
  background: white !important;
}

header form.search {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
}

header div#title-search::before,
header div#title-search::after {
  display: none;
}

header div#title-search {
  margin: 0px;
}

header .logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

header .header-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

header .header-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

footer .f-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

footer ul.social-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

ul.social-list li {
  padding: 0px;
}

.footer-main__list li.footer-main__item {
  padding: 0px;
}

footer .footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

footer .footer-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  z-index: 1;
}

.footer-main__item:first-child a {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  font-weight: bold;
}

.footer-main__item a {
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
}

.bx_searche {
  max-width: 1290px;
  margin: auto;
}

.bx_searche .maxwidth-theme {
  display: block;
}

.caption {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 32px;
}

.caption--mini {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 48px;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.breadcrumb>li {
  margin-bottom: 0px;
  font-size: 12px;
}

.breadcrumb>li:not(:last-child):after {
  opacity: 1;
}

.page-top-wrapper.color .breadcrumb>li,
.page-top-wrapper.color .breadcrumb .active,
.page-top-wrapper.color .breadcrumb a,
.breadcrumb>* {
  opacity: 1;
}

.breadcrumb a {
  color: #000;
  font-weight: 600;
}

.calendar-study__item__price span {
  font-size: 24px;
}

.calendar-study__item__price.calendar-study__item__price--small span {
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 20px;
}



.content>div#calendar-study {
  margin-bottom: 40px;
}

.calendar-study__block .tariffs-price__button.button.button--pink.button--large {
  width: calc(100% - 78px);
  border-radius: 10px;
  background: #0036F8;
  border: 0px;
  outline: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 21px 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0px 39px 24px;
  position: absolute;
  bottom: 24px;
  left: 0px;
}

.calendar-study__block .tariffs-price__button.button.button--pink.button--large:hover {
  background: #a20e8b;
  color: white;
}

ol.listOl {
  margin-left: 0px;
  padding-left: 0px;
  list-style-position: inside;
}

ol.listOl li {
  padding-left: 0px;
}

ol.listOl li::marker {
  position: relative;
  left: 0px;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: black;
}

.content-navigation {
  padding: 32px 0px;
}

ul.list.listMain.listMain--small li::before {
  width: 3px;
  height: 3px;
  left: 5px;
  top: 11px;
}

ul.list.listMain.listMain--small li {
  margin-bottom: 8px;
}

ul.list.listMain {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.list-none {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.list-none li {
  padding: 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 16px;
  position: relative;
}

ul.list.listMain li {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

ul.list.listMain li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0036F8;
}

ul.list.listMain a {
  color: #0036F8;
}

.list-properties__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 24px;
}

a.link,
.content button.link {
  color: #0036f8;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

.article-form-bx24 {
  margin-bottom: 80px;
}

.list-properties__value p:last-child {
  margin-bottom: 0px;
}

.list-properties__value--bottom {
  margin-bottom: 16px;
}

.list-properties__value:before {
  content: "";
  width: 21px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 2px solid #0036F8;
  border-radius: 10px;
}

.list-properties__value {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  display: block;
  align-items: center;
  color: #000000;
  position: relative;
  padding: 8px;
  padding-left: 21px;
}

.list-properties:not(:last-child) {
  margin-bottom: 32px;
}

.footer-social.footer-social--mobile {
  display: none;
}

.panel-group .panel-heading {
  padding: 0px;
  margin: 0px;
}

.panel-title {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  padding: 16px;
  width: 100%;
  text-align: left;
  transition: all ease 0.2s;
  padding-right: 80px;
  background-image: url(/bitrix/templates/115fzpro/images/nav-tabs.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  outline: none !important;
}

.collapse__item .card-body {
  padding-right: 80px;
}

.collapse__item {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
}

.collapse__item:not(:first-child) {
  margin-top: 16px;
}

.panel-question__text {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  max-width: calc(100% - 114px);
  color: #000;
}

.btn-main {
  outline: none;
  border: 0px;
  border-radius: 10px;
  padding: 21px;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.btn-color {
  background: var(--color-main);
  color: #FFFFFF;
  transition: all ease 0.2s;
  border: 2px solid var(--color-main);
}

.btn-color:hover {
  background: var(--color-active);
  color: white;
  border-color: var(--color-active);
}

.collapse__item.active {
  border: 1px solid #0036F8;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.15);
  outline: #0036F8 solid 1px !important;
}

.panel-group .panel+.panel {
  margin-top: 16px;
}

.collapse__item.active .panel-title {
  font-weight: 700;
  background-image: url(/bitrix/templates/115fzpro/images/nav-tabs-active.svg);
}

.panel__question {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.card-body {
  padding: 0px 16px 16px;
}

.panel-question__title {
  color: #0036F8;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
}

.collapse__header {
  width: 100%;
}

.dropdown-toggle::after {
  display: none;
}

.callform__field {
  margin-bottom: 16px;
}

.callform__field input[type="text"],
.callform__field textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #000;
  display: block;
}

.callform__field input[type="text"]:focus,
.callform__field textarea:focus {
  border: 1px solid #0036F8;
  outline: #0036F8 solid 1px !important;
}

.callform__error {
  color: #bd1a8d;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 16px;
}

.order-simple__error .callform__error {
  text-align: left;
}

.callform__text {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 16px;
}

.form-container-mini form {
  max-width: 350px;
}

.form-container-mini {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}

.callform__field input[type="text"]::placeholder,
.callform__field textarea::placeholder {
  color: #818181;
}

.order-item__text {
  max-width: 330px;
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.order-item__icon {
  margin-bottom: 16px;
  display: block;
  width: 140px;
  height: 140px;
}

.order-item__text a {
  color: rgba(0, 0, 255, 1);
}

.order-advantages {
  margin-bottom: 120px;
}

.order-info__title {
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}

.order-cart__item:not(:last-child) {
  margin-bottom: 16px;
}

.order-cart__item {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.order-cart {
  max-width: 850px;
  margin-bottom: 32px;
}

.order-cart__title {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  max-width: 420px;
}

.order-cart__price {
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 18%;
  text-align: right;
}

.order-cart__count {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  width: 10%;
}

.order-cart__picture img {
  width: 100%;
}

.order-cart__picture {
  width: 48px;
  margin-right: 24px;
}

.order-cart__item-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 72%;
}

.order-data {
  max-width: 850px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.order-data__item {
  width: 32%;
  margin-bottom: 29px;
}

.order-data__title {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
}

.order-data__text {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.order-data__text.order-data__text--red {
  color: #F00;
  font-weight: 700;
}

.order-info {
  margin-bottom: 5px;
}


.pswp__preloader__icn {
  opacity: 0.75;
  width: 14px;
  height: 14px;
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
  margin: auto;
}

.pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__preloader__donut--fake {
  box-sizing: border-box;

  width: 14px;
  height: 14px;


  border: 2px solid red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;

  background: none;
  margin: 0;
}

.pswp__preloader__donut {
  box-sizing: border-box;

  width: 14px;
  height: 14px;


  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;

  position: absolute;
  top: 0;
  left: 0;



  position: absolute;
  top: 0;
  left: 0;

  background: none;
  margin: 0;

  -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;


}

.footer__boncho-logo img {
  margin-left: 10px;
  margin-top: -10px;
}

.footer__boncho-logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  padding: 10px 0px;
}


@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(-140deg)
  }

  100% {
    -webkit-transform: rotate(0)
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(-140deg)
  }

  100% {
    transform: rotate(0)
  }
}

.menu-only {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.menu-only>nav {
  max-width: calc(100% - 80px);
}

.history-item__left h2 span.title-empty {
  margin-left: 0px;
}

.calendar-study__item__text p {
  text-transform: initial;
}

ul.list.listMain ul.list.listMain {
  padding-top: 15px;
}

a.marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow {
  background: #0036f8 !important;
  border: 0px !important;
  box-shadow: none !important;
}

@media (max-width: 1350px) {
  .header__btn.btn-blue-big.btn-blue-big-left {
    margin-left: 15px;
  }

  .header__btn.btn-blue-big.btn-blue-big-left {
    padding: 13px 20px;
  }

  .cart-mini__text {
    font-size: 10px;
  }

  footer .footer-main {
    justify-content: space-between;
  }

  .header-main-menu__item {
    margin-right: 15px;
  }

  .header-main-menu__item>a i.fa {
    padding-left: 4px;
  }

  .miniBannerMain__content {
    padding-left: 25px;
    max-width: 309px;
  }
}

@media (max-width: 1250px) {
  .header-main-menu__item {
    margin-right: 20px;
  }

  .wrapper-buy>.row>.col-md-4 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .wrapper-buy>.row>.col-md-8 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (max-width: 1190px) {
  .miniBannerMain__picture {
    max-width: 120px;
  }

  .catalog-item ul.list.listMain {
    margin-left: 16px;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .catalog-item a.catalog-showMore {
    margin-left: 16px;
  }

  .catalog-item__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 16px 20px 16px 88px;
    background-position: center left 16px;
    margin-bottom: 16px;
  }

  .catalog-item ul.list.listMain.listMain--small li {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .catalog-item {
    margin-bottom: 16px;
    height: calc(100% - 16px);
    padding-bottom: 16px;
  }

  .primarySlider__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .primarySlider__text {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .primarySlider__content {
    max-width: 310px;
    padding-left: 30px;
  }

  .primarySlider.swiper .swiper-pagination {
    padding-left: 30px;
  }

  .calendar-online .col-md-12>.month {
    display: none;
  }

  .calendar-online>.row:last-child {
    padding: 0px;
  }

  .header-main-menu__item>a {
    font-size: 13px;
  }

  .header-main-menu__item {
    margin-right: 15px;
  }

  .content iframe {
    height: 400px;
  }

  .about-study .col-md-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .about-study .col-md-9 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .calendar-study__item__header {
    font-size: 13px;
  }

  .calendar-study__item__text {
    font-size: 12px;
  }

  .program-webinar__left__job {
    font-size: 14px;
  }

  .program-webinar__speaker {
    margin: 60px 0px 70px;
  }

  .calendar-block {
    margin: 50px 0 50px;
  }

  .wrapper-buy {
    margin-top: 50px;
  }

  .third-best__item {
    padding: 24px;
  }

  .preview-detail_block.preview-detail_block-2+.third-best__box {
    margin-top: 65px;
  }

  .third-best__item__cuboc {
    width: 200px;
  }

  .everyday-study {
    padding: 60px 0 0px;
  }

  .third-best__text {
    padding-right: 200px;
  }

  div#speaker+.cerificate__box.cerificate__box--padding {
    padding-top: 10px;
  }

  .preview-detail_block.preview-detail_block-2 img {
    width: 150px;
    margin: 0px;
  }

  .preview-detail_block.preview-detail_block-2 p,
  .preview-detail_block.preview-detail_block-2,
  .preview-detail_block.preview-detail_block-2 a {
    font-size: 12px;
  }

  .materials-study {
    margin-bottom: 60px;
  }

  div#speaker>.row>.col-sm-4 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  div#speaker>.row>.col-sm-8 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .header__descr {
    margin-right: 25px;
  }

  .header__descr {
    display: none;
  }

  .miniBannerMain__title {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .miniBannerMain__text {
    font-size: 12px;
  }

  .miniBannerMain__content {
    padding-left: 20px;
    max-width: 255px;
  }

  .section-news .news-header {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
  }

  .new-date {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .news-list__item-img {
    margin-bottom: 16px;
  }

  .section-news .news-descr,
  .section-news .news-header {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-news .news-descr {
    margin-bottom: 8px;
    font-size: 12px;
    max-height: 99px;
    line-height: 140%;
  }

  .news-btn {
    margin-left: 16px;
  }
}

@media (max-width: 991px) {
	div#speaker>.row>.col-sm-4 {
		display: none;
	}
	div#speaker>.row>.col-sm-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
  .catalog-item__title {
    font-size: 13px;
    padding: 16px 16px 16px 80px;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }

  .section-news>.row {
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding-bottom: 50px;
  }

  .section-news>.row>.col-xl-3 {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }

  .section-news {
    margin: 0 auto 40px;
  }

  .primarySlider__item {
    height: 262px;
  }

  .primarySlider.swiper {
    margin-bottom: 16px;
  }

  .primarySlider__item:after {
    display: none;
  }

  .primarySlider__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .primarySlider__text {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .primarySlider__item img.primarySlider__picture {
    max-width: 200px;
  }

  .miniBannerMain__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .miniBannerMain__item {
    height: 204px;
  }

  .miniBannerMain__content {
    max-width: calc(100% - 200px);
    padding-left: 17px;
  }

  a.mini-btn.btn-blue-big.btn-blue-big-left {
    padding: 13px 28px;
  }

  .primarySlider__item .btn-blue-big.btn-blue-big-left {
    font-size: 10px;
    padding: 13px 28px;
  }

  .primarySlider.swiper .swiper-pagination {
    padding-left: 16px;
    bottom: 24px;
  }

  .primarySlider__content {
    max-width: calc(100% - 250px);
    padding-left: 16px;
    padding-bottom: 20px;
  }

  header div#title-search {
    display: none;
  }

  header .header-main {
    width: calc(100% - 350px);
  }

  .materials-study__item__text {
    font-size: 12px;
    margin-top: 8px;
  }

  .materials-study .title_h2,
  .content .materials-study .title_h2 {
    margin-bottom: 24px;
  }

  .materials-study {
    margin-bottom: 45px;
  }

  .program-webinar__speaker {
    margin: 50px 0px 50px;
  }

  .materials-study {
    padding-top: 15px;
  }

  .bottom-item h4,
  .top-item__title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 19.6px;
  }

  .program-webinar__left__links a {
    font-size: 14px;
  }

  .program-webinar__left__links img {
    width: 32px;
    margin-right: 8px;
  }

  .benefits-program__item-title,
  .benefits-program__item-text {
    font-size: 12px;
  }

  .calendar-online>.row:last-child {
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    margin: 0px;
  }

  .calendar-online__color {
    margin-bottom: 24px;
  }

  .calendar-online>.row:last-child>.col-md-4:not(:last-child) {
    margin-right: 16px;
  }

  .calendar-online>.row:last-child>.col-md-4 {
    min-width: 284px;
    padding: 0px;
  }

  .wrapper-buy {
    margin-top: 30px;
  }

  .calendar-online>.row:first-child>.col-md-6 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  div#everyday-study .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }

  .study-list__item img {
    margin-bottom: 16px;
  }

  .study-list__item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
    width: 100%;
    max-width: 100%;
  }

  .bottom-item h4,
  .top-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
  }

  .top-item__descr,
  .top-list__list {
    font-size: 12px;
  }

  ul.list.listMain li {
    font-size: 12px;
  }



  .wrapper-buy__title,
  .wrapper-buy p {
    margin-bottom: 16px;
  }

  div#calendar-study .col-md-4~.col-md-4,
  div#calendar-study .col-md-4:first-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }

  .wrapper-buy__title {
    font-size: 14px;
  }

  .wrapper-buy>.row>.col-md-4 {
    flex: initial;
    max-width: 100%;
    margin-bottom: 0px;
  }

  .wrapper-buy>.row>.col-md-8 {
    flex: initial;
    max-width: 100%;
  }



  .calendar-study__item__header {
    font-size: 14px;
    padding: 24px 24px 20px;
  }

  .calendar-study__item__text {
    font-size: 14px;
  }

  .calendar-study__item .tariffs-price__button {
    font-size: 14px;
  }

  .calendar-study__item__text {
    height: calc(100% - 147px);
  }

  .calendar-study__item__price {
    font-size: 40px;
  }

  .calendar-study__item__header {
    padding: 10px 15px;
  }

  .calendar-study__item__body {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .calendar-study__item__text {
    height: calc(100% - 133px);
  }

  .calendar-study__item__price {
    font-size: 33px;
  }

  .calendar-study__item .tariffs-price__button {
    font-size: 12px;
  }

  .content .about-study__personal__img {
    width: 150px;
    height: 150px;
  }

  .program-webinar__cerificate {
    position: relative;
  }

  .program-webinar__cerificate:before {
    content: "";
    width: 21px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 2px solid #0036F8;
    border-radius: 10px;
  }

  .program-webinar__cerificate .list-properties__value::before {
    display: none;
  }

  .program-webinar__cerificate__text {
    font-size: 12px;
  }

  .program-webinar__cerificate .list-properties__value {
    padding-left: 0;
  }

  .program-webinar__cerificate .col-sm-8 {
    width: 100%;
    flex: initial;
    max-width: 100%;
  }

  .program-webinar__cerificate>.row {
    margin: 0px;
  }

  .program-webinar__cerificate>.row>div {
    margin: 0px;
    padding: 0px;
  }

  .program-webinar__cerificate>.row {
    margin: 0px;
    padding-left: 21px;
    padding-bottom: 12px;
  }

  .tariffs-price {
    margin: 40px 0px 20px;
  }

  .cerificate__box--padding {
    padding: 30px 0 20px;
  }

  .section-article .article-descr {
    max-width: calc(100% - 300px);
  }

  .article-logo {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 24px;
    display: block;
  }

  .section-article {
    margin: 0 auto 50px;
  }

  .article-item p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .article-item h4 {
    font-size: 32px;
    line-height: normal;
  }

  .section-article .article-item {
    background-size: 140px;
    padding-top: 156px;
  }

  section.services {
    margin: 0 auto 40px;
  }

  section.catalog {
    margin: 0 auto 40px;
  }

  section.map {
    margin: 0 auto 0px;
  }

  .section-article .article-item {
    width: 140px;
    padding-left: 0px;
  }

  .services-right>.row {
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .services-right .row .col-sm-6 {
    max-width: 320px;
    width: 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
}


@media (max-width: 767px) {
  .section-article .article-descr {
    max-width: calc(100% - 260px);
  }

  .article-logo {
    max-width: 200px;
  }


  .services-lists {
    margin-bottom: 20px;
  }

  .section-article .article-descr {
    font-size: 12px;
  }

  .services-left__descr {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .header__container-btn .header__phone-number,
  .header__container-btn .header__time {
    display: none;
  }

  span.header__btn.btn-blue-big.btn-blue-big-left {
    font-size: 0px;
    background: url('data:image/svg+xml,<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0621 20.9693C17.1077 22.9236 12.1028 21.0873 7.88327 16.8677C3.66372 12.6482 1.82739 7.64325 3.7817 5.68893L5.06847 4.40216C5.9568 3.51383 7.42054 3.53731 8.33784 4.45461L10.3309 6.4477C11.2482 7.36499 11.2717 8.82874 10.3834 9.71706L10.107 9.99345C9.62737 10.4731 9.58045 11.2468 10.0261 11.7868C10.456 12.3078 10.9194 12.8266 11.4219 13.3291C11.9244 13.8316 12.4432 14.295 12.9641 14.7249C13.5042 15.1705 14.2779 15.1236 14.7575 14.644L15.0339 14.3676C15.9222 13.4793 17.386 13.5028 18.3033 14.4201L20.2964 16.4131C21.2137 17.3304 21.2371 18.7942 20.3488 19.6825L19.0621 20.9693Z" fill="%230036F8" stroke="%230036F8" stroke-width="1.5"/><path d="M17.6265 9.75071C17.3825 9.15553 17.0189 8.5979 16.5356 8.11463C16.0796 7.65865 15.5575 7.30918 15 7.06622" stroke="%230036F8" stroke-width="1.5" stroke-linecap="round"/><path d="M15 3.66341C16.3346 4.14691 17.5868 4.92365 18.6568 5.99364C19.7537 7.09049 20.5424 8.37883 21.0229 9.75113" stroke="%230036F8" stroke-width="1.5" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    padding: 0px;
    margin: 0px;
  }

  .preview-detail_block.preview-detail_block-2 {
    flex-wrap: wrap;
  }

  .preview-detail_block.preview-detail_block-2 img {
    width: initial;
    max-width: 100%;
    margin: 20px auto 0px;
    display: block;
  }

  .preview-detail_block.preview-detail_block-2+.third-best__box {
    margin-top: 45px;
  }

  .third-best__text {
    padding-right: 0px;
  }

  .everyday-study {
    padding: 40px 0 0px;
  }

  .third-best__box img.third-best__item__cuboc {
    max-width: 100%;
    width: inherit;
    position: relative;
    margin: 20px auto 0px;
    display: block;
    max-height: 200px;
  }

  .list-properties__value {
    font-size: 12px;
    line-height: 140%;
  }

  .content-navigation {
    padding: 16px 0px;
  }

  .banner-mini {
    display: none;
  }

  .article__header .caption {
    text-align: left;
  }

  .article__header .article__shares-block {
    padding-top: 5px;
  }

  .order-advantages .col-md-4.col-sm-12.col-xs-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 24px;
  }

  .order-cart__picture {
    margin-right: 16px;
  }

  .order-data__text {
    font-size: 12px;
    line-height: 140%;
  }

  .order-item__text {
    font-size: 12px;
    line-height: 140%;
    max-width: calc(100% - 86px);
  }

  .order-info+div .d-flex.align-items-center.mb-3 {
    margin-bottom: 0px !important;
  }

  .order-info+div .col-auto.pl-0 {
    padding: 0px !important;
    width: 100%;
  }

  .order-info+div .col-auto.pl-0 .btn.btn-main.btn-color {
    margin: 0px !important;
    display: block;
  }

  .order-item__icon {
    width: 74px;
    height: 74px;
    margin-bottom: 0px;
    margin-right: 22px;
  }

  .order-advantages {
    margin-bottom: 18px;
  }

  .order-info__title {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 16px;
  }

  .order-cart__item {
    padding: 8px;
  }

  .order-data__item {
    width: 100%;
    margin-bottom: 16px;
  }

  .order-cart__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .order-cart__title {
    font-size: 12px;
    line-height: 140%;
    max-width: calc(100% - 64px);
  }

  .order-cart__count {
    line-height: 140%;
    font-size: 12px;
    width: 7%;
  }

  .order-cart__price {
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
    width: 14%;
  }

  .main-text {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 16px;
  }

  .caption {
    margin-bottom: 23px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  ul.breadcrumb {
    margin-bottom: 16px;
  }

  .btn-main {
    padding: 13px;
  }

  .panel-title {
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    font-size: 12px;
    padding: 8px;
    padding-right: 36px;
  }

  .panel-question__text {
    line-height: 140%;
    font-size: 12px;
    max-width: calc(100% - 62px);
  }

  .panel-question__title {
    font-size: 14px;
    line-height: 130%;
  }

  .collapse__item .card-body {
    padding-right: 12px;
  }

  .card-body {
    padding: 0px 8px 8px;
  }

  .collapse__item:not(:first-child) {
    margin-top: 8px;
  }

  .panel-title {
    background-size: 8px;
    background-position: center right 8px;
  }

  .accordion {
    margin-bottom: 16px;
  }

  .form-container-mini form {
    display: block;
    margin: 0 auto;
  }

  .form-container-mini {
    display: block;
  }

  .section-article .article-item {
    background-size: 110px;
    padding-top: 126px;
  }

  .section-article .article-item {
    width: 120px;
    padding-left: 0px;
  }
}

@media (max-width: 578px) {
  .section-article .article-descr {
    max-width: 100%;
  }

  .article-logo {
    width: 100%;
    max-width: 250px;
    margin: 0px 0px 24px;
  }

  .section-news>.row>.col-xl-3 {
    -ms-flex: 0 0 254px;
    flex: 0 0 254px;
    max-width: 254px;
  }

  .catalog-item__title {
    font-size: 14px;
  }

  .catalog-item ul.list.listMain.listMain--small li {
    margin-bottom: 4px;
  }

  .section-article .article-item {
    width: 45%;
    margin-bottom: 35px;
  }

  .section-article .article-item {
    background-size: 140px;
    padding-top: 156px;
    background-position: top left;
  }

  .section-article {
    margin: 0 auto 20px;
  }

  .miniBannerMain__content {
    max-width: calc(100% - 130px);
  }

  .primarySlider.swiper .swiper-pagination {
    bottom: 16px;
  }

  .primarySlider__item img.primarySlider__picture {
    max-width: 160px;
  }

  .primarySlider__content {
    max-width: calc(100% - 160px);
  }

  .program-webinar__cerificate>.row>.col-sm-2 {
    width: 80px;
  }

  .materials-study__item svg,
  .materials-study__item img {
    height: 80px;
    width: 80px;
  }

  div#materials-study .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 500px) {
  div#speaker>.row>.col-sm-8 {
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }

  .program-webinar__left__name,
  .program-webinar__left__job,
  .program-webinar__left__text {
    width: 100%;
  }

  .program-webinar__left__links {
    width: 45%;
  }



  div#everyday-study .col-md-4,
  div#calendar-study .col-md-4~.col-md-4,
  div#calendar-study .col-md-4:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  }

  .content .about-study__personal__img {
    width: 200px;
    height: 200px;
    margin: auto;
  }

  .about-study__personal {
    text-align: center;
    margin: 20px 0px 0px;
  }

  .about-study .col-md-3 {
    flex: initial;
    max-width: 100%;
  }

  .about-study .col-md-9 {
    flex: initial;
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .miniBannerMain__item {
    height: 230px;
  }

  .miniBannerMain__picture {
    max-width: 100px;
  }

  .miniBannerMain__content {
    max-width: calc(100% - 100px);
  }

  .miniBannerMain__title {
    margin-bottom: 10px;
  }

  .miniBannerMain__text {
    margin-bottom: 10px;
  }

  .program-webinar__left__links {
    width: 100%;
  }

  .program-webinar__cerificate>.row>.col-sm-2 {
    width: 100px;
  }

  .materials-study__item__text {
    font-size: 14px;
  }

  .materials-study__item svg,
  .materials-study__item img {
    height: 100px;
    width: 100px;
  }

  div#materials-study .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .article-footer__btn .hr {
    margin-bottom: 24px;
    margin-top: 25px;
  }

  .bottom-btn img {
    width: 20px;
    margin-right: 10px;
  }

  .article__shares-block svg {
    width: 15px;
  }

  .order-cart__item {
    justify-content: flex-start;
  }

  .order-cart__item-info {
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
  }

  .order-cart__count {
    margin-left: 64px;
    width: 10%;
  }

  .order-cart__price {
    width: 30%;
  }
}

@media (max-width: 360px) {
  .miniBannerMain__item {
    height: 240px;
  }

  .primarySlider__title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .primarySlider__content {
    max-width: calc(100% - 120px);
  }

  .primarySlider__item img.primarySlider__picture {
    max-width: 128px;
    bottom: -53px;
  }

  .primarySlider__text {
    font-size: 10px;
    margin-bottom: 11px;
  }

  .section-article .article-item {
    background-size: 115px;
    padding-top: 128px;
    background-position: top left;
  }

  .bottom-btn img,
  .article-footer__btn .article__shares-block svg {
    display: none;
  }
}



.news__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 16px;
  display: block;
  min-height: 58px;
}

.news__picture {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  max-height: 168px;
  height: initial;
  width: 100%;
  object-fit: contain;
  object-position: top;
}

.news__descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 16px;
}

.news__item--big .news__picture {
  max-height: 357px;
  height: initial;
}

.news__item .preview-text {
  margin-bottom: 20px;
}

.news__item--big .news__title {
  font-size: 18px;
}

.news__date {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #818181;
  padding-bottom: 24px;
}

.news__item {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.item-column .news__item {
  height: initial;
}

.article__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 33px;
  border-bottom: 2px solid #F8F8F8;
  width: 100%;
}

.article__filter .item-link:not(:last-child) {
  margin-right: 19px;
}

.article__filter .article__filter-link {
  display: block;
  padding-bottom: 10px;
  color: #818181;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.article__filter .item-link.active .article__filter-link {
  font-weight: 700;
  color: black;
}

.article__filter .item-link.active .article__filter-link:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #0036F8;
  content: "";
}

.article__filter .item-link.active .article__filter-link {
  position: relative;
}

.article__filter .article__filter-link:hover {
  color: black;
}

@media (max-width: 780px) {
  .article__filter .article__filter-link {
    font-size: 14px;
  }

  .article__filter .item-link:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .article__filter .article__filter-link {
    font-size: 12px;
  }

  .news__picture {
    max-height: initial;
  }

  .news__item--big .news__title {
    font-size: 14px;
  }

  .news__descr {
    font-size: 12px;
  }

  .article__filter .article__filter-link {
    padding-bottom: 7px;
    margin-bottom: 8px;
  }

  .article__filter {
    margin-bottom: 20px;
  }
}

/* новые стили */


.maxwidth-theme {
  display: none;
}

/**/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

ol {
  counter-reset: li;
  margin-left: 24px;
}

ol.brackets li {
  list-style: none;
  position: relative;
  border-left: 2px solid #0036F8;
  padding-left: 42px;
  margin: 20px 0 36px;
}

ol li::marker {
  line-height: 32px;
  position: absolute;
  top: -4px;
  left: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0036F8;
  /* counter-increment: li; */
  /* content: counter(li) '.'; */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol.brackets li::before {
  content: "";
  position: absolute;
  background: url(../images/bracket.svg);
  top: -9px;
  left: -2px;
  width: 20px;
  height: 15px;

}

ol.brackets li::after {
  content: "";
  position: absolute;
  background: url(../images/bracket.svg);
  width: 20px;
  height: 15px;
  background-position: bottom;
  left: -2px;
  bottom: -10px;
}

ul li {
  border: none;
}

ul li::before,
ul li::after {
  content: none;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.city-select,
address {
  font-style: normal;
}

.city-select,
button {
  background-color: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.city-select {
  appearance: none;
  padding: 0 1em 0 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
}

.header__more-info a,
.header__more-info address,
.header__more-info p,
.selectCity {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.selectCity img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}

.city-select:focus {
  outline: 0;
}

.active .menu-content,
.column,
.menu-content ul {
  display: flex;
  flex-direction: column;
}

.row {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

.burger {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 4px 0 50px rgba(0, 0, 0, 0.15);
  padding: 16px;
  width: 340px;
  z-index: 1000000;
}

.menu-content {
  display: none;
  position: relative;
}

.menu-img {
  background-image: url(../images/Frame\ 1453.svg);
  width: 8px;
  height: 8px;
}

.menu-item__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px;
  margin-bottom: 8px;
  background: #f8f8f8;
  border-radius: 10px;
}

.menu-item__header h3 {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}

.menu-content .dropdown-menu {
  position: relative;
  min-width: 100%;
}

.menu-content ul {
  list-style: none;
  box-sizing: border-box;
  margin-left: 0;
  margin-bottom: 8px;
  gap: 8px;
}

.menu-content ul li {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  border-bottom: 0 solid #000;
}

.menu li {
  border-bottom: 1px solid #f8f8f8;
}

.menu-content .top__item a,
.menu-content .bottom__item a {
  white-space: inherit;
  width: 100%;
}

.menu-content .second-submenu__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.top__item {
  display: flex;
  align-items: center;
  width: 100%;
}

.bottom__item,
.bottom__item ul {
  width: 100%;
  border: none;
  box-shadow: none;
}

.active-sub {
  transform: rotate(90deg);
}

.active-sub .subsubmenu__item {
  color: red;
}

.second-submenu__item a {
  padding: 3px 10px 3px 20px;
}

.second-submenu__item .menu-img {
  margin-right: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu-content ul.submenu__item {
  display: none;
}

.menu-content .active-menuItem .submenu__item {
  display: flex;
}

.sub-bottom__item {
  height: 0;
  overflow: hidden;
}

.submenu__open .subsubmenu__head {
  transform: rotate(90deg);
}

.submenu__open .sub-bottom__item {
  height: 100%;
}

.line {
  width: 18px;
  height: 2px;
  background: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.mobile-menu {
  gap: 8px;
  display: none;
  cursor: pointer;
}

.active .menu-item__header h3,
.logo-name h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}

.logo-name h3 {
  font-size: 8px;
  line-height: 110%;
  padding-bottom: 4px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 3px;
}

.active .menu-item__header .menu-img {
  background-image: url(../images/Frame\ 2.svg);
}

.display-none {
  display: none;
}

.article-list li,
.burger-close,
.nav-item {
  cursor: pointer;
}

header {
  margin: 0 auto;
  width: 100%;
  max-width: 1290px;
  margin-bottom: 33px;
}

.header-top {
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 8px;
}

.header__more-info {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #000;
  max-width: 730px;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  margin-right: 75px;
}

.header__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.logo {
  margin-right: 40px;
  align-items: center;
}

.logo-img {
  width: 31px;
  height: auto;
  margin-right: 9px;
}

.logo-name {
  width: 141px;
}

.logo-name p {
  font-weight: 400;
  font-size: 8px;
  line-height: 130%;
}

.header-bottom {
  margin: 27px 0px;
}

.header__descr,
.logo-name h3,
.logo-name p {
  font-family: "Montserrat";
  font-style: normal;
}



.header-main {
  align-items: center;
}

.header__input img {
  padding: 11px;
  background-color: #00f;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.search__input img {
  padding: 11px;
  background-color: #00f;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.choose-city button:hover,
.header__input img:hover {
  background-color: #a20e8b;
}

.header__phone-number {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.header__input,
.search__input {
  align-items: center;
  outline: 1px solid #e1e1e1;
  border-radius: 10px;
}

.header__input form,
.search__input form {
  display: flex;
}

.search__input {
  height: 40px;
}

.search-btn img {
  width: 100%;
  height: 100%;
}

.header__search::placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #dedede;
}

.header__search {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left: 14px;
  border: 0;
  outline: 0;
  width: 205px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: transparent;
}

.search-title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 15px;
}

.search-path {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
}

.search-path li:last-child a {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #818181;
}

.search-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}

.header_nav {
  align-items: center;
  justify-content: space-between;
  margin-right: 87px;
  margin-bottom: 34px;
}

.table-menu {
  display: flex;
  justify-content: space-between;
}

.card,
.nav-list {
  font-style: normal;
}

.nav-list {
  gap: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}

.card {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  align-items: flex-end;
  cursor: pointer;
}

.card img {
  margin-right: 6px;
}

.card p {
  padding-bottom: 4px;
}

.breadcrumb {
  max-width: 1290px;
  margin: 0 0 35px;
}

.top-section {
  padding: 0;
}

.breadcrumb-main {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #000;
}

.breadcrumb-other {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #818181;
  margin-left: 26px;
  position: relative;
}

.breadcrumb-other:after {
  content: "";
  position: absolute;
  background-image: url(../images/Frame\ 23.svg);
  width: 8px;
  height: 8px;
  bottom: 4px;
  left: -16px;
}

.article-section {
  width: 960px;
  margin-right: 30px;
}

.article-top_block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.share.top .button {
  display: none;
}

.shares-block {
  position: relative;
}

.share .shares-block:after {
  content: "";
  top: 11px;
  left: -29px;
  display: block;
  background: url(/bitrix/templates/115fzpro/assets/images/Share.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.bottom-btn.share .shares-block:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -29px;
  display: block;
  background: url(/bitrix/templates/115fzpro/assets/images/Share.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.ya-share2 {
  position: absolute;
  top: 24px;
  background: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.ya-share2__container {
  background: #FFFFFF;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.ya-share2__list {
  display: inline-flex !important;
}

.article-section ul {
  list-style: none;
}

.article-section ul li,
.dots li {
  /* margin-bottom: 8px; */
  margin-left: 15px;
  position: relative;
}

.article-section ul li::before,
.dots li::before,
.accordion-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  left: -15px;
  top: 8px;
}

.dots {
  margin: 32px 0;
}

.article-container {
  align-items: flex-start;
}

.category-right__title-article {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}

.preview-detail_block p:last-child {
  margin-bottom: 0px;
}

.preview-detail_block,
.partners-block,
.introtext {
  border: 2px solid #0036F8;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 24px 24px 29px;
  margin-bottom: 32px;
  width: 100%;
}

.preview-detail_block-center img {
  width: 70px;
  margin-right: 20px;
}

.preview-detail_block-center>div>div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.partners-block {
  display: flex;
  margin-bottom: 40px;
}

.drag_block {
  /* display: none!important; */
}

.price__article {
  max-width: 960px;
  padding-top: 52px;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 32px;
}

.price__article::after,
footer {
  background-size: contain;
  background-repeat: no-repeat;
}

.price__article::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 26px;
  height: 100%;
  width: 244px;
  background-image: url(../images/DSC-142-PhotoRoom_\ 1.png);
}

.price-banner__article {
  align-items: center;
  width: 100%;
  padding: 31px 32px;
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.price-title__article {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 95px;
}

.price-title__article span {
  font-weight: 800;
  font-size: 122px;
  line-height: 103px;
}

.price-list__article {
  gap: 16px;
  list-style: disc;
  margin-bottom: 24px;
}

.price-right__article {
  align-items: flex-start;
}

.price-btn__article {
  width: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #0036f8;
  padding: 14px 26px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
  margin-left: -25px;
}

.price-btn__article:hover {
  color: #fff;
  background-color: #a20e8b;
}

.list-items__header-article {
  padding: 24px 24px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  border-bottom: 1px solid #e1e1e1;
  background: #f8f8f8;
  border-radius: 10px 10px 0 0;
}

.item__item-article-article {
  width: 300px;
}

.list-items__article {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 32px;
}

.list1__article {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  list-style: disc;
  margin-left: 28px;
  gap: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 28px;
}

.subscribe-btn__article {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 21px;
  text-align: center;
  background: #0036f8;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.subscribe-btn__article:hover {
  background: #a20e8b;
}

.article-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
  color: black;
}

.article-list__article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  list-style: disc;
  margin-left: 28px;
}

.article-list__article li:before {
  display: none;
}

.article-list__article li {
  list-style-type: disc;
}

.article-list__article li,
.article-list__article li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #0036f8;
  padding: 0px;
  margin: 0px;
}

.item__item-article {
  width: 300px;
}

footer {
  background-image: url(../images/Subtract.png);
  background-position: top right;
  position: relative;
  background-color: white;
}

.hero-swipper::after,
.price::after {
  background-size: contain;
  background-repeat: no-repeat;
}

.price-banner {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.price-banner {
  align-items: center;
  padding: 28px 32px 52px;
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
}

.price-banner p {
  width: 100%;
  max-width: 930px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.choose-city {
  max-width: 1290px;
  margin: 0 auto 32px;
}

.change-city {
  align-items: center;
  margin-bottom: 16px;
}

.choose-city img {
  margin-right: 16px;
}

.city-name {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  margin-right: 9px;
  position: relative;
}

.choose-city button,
.city-select1 li {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.choose-city button {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 9px 17px;
  background: #0036f8;
  border-radius: 10px;
}

.city-select1 {
  display: none;
  position: absolute;
  top: 30px;
  left: 75px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 100;
  width: 200px;
  -webkit-box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.13);
}

.city-select1 li {
  width: 100%;
  padding: 8px 20px;
}

.city-select1 li:hover {
  background-color: #eaeaea;
}

.choose-city__descr {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  max-width: 481px;
}

.card1 {
  max-width: 1290px;
  margin: 0 auto 64px;
}

.card-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 24px;
}

.card-title_bottom {
  margin-bottom: 32px;
}

.card-title_bottom-nil {
  margin-bottom: 0;
}

.card-title_small {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  width: calc(100% - 25px);
}

.card-title_medium {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

.card-list {
  max-width: 850px;
  gap: 16px;
  margin-right: 30px;
}

.card-item {
  padding: 16px;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.card-item__img {
  width: 48px;
  margin-right: 24px;
}

.counter {
  align-items: center;
  margin-right: 74px;
}

.card-item__next-btn,
.card-item__prev-btn {
  align-items: center;
  cursor: pointer;
}

.card-item__name {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  max-width: 420px;
  margin-right: 48px;
}

.card-item__prev-btn {
  margin-right: 9px;
}

.card-item__next-btn {
  margin-left: 9px;
}

.item-count {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.card-item__price {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-right: 47px;
}

.card-total {
  flex: 1;
}

.card-item__delete {
  cursor: pointer;
}

.promo {
  padding: 16px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
}

.promo-input {
  border: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  padding: 12px;
  text-align: center;
  outline: 1px solid #818181;
  border-radius: 10px;
  margin-right: 16px;
}

.promo-input::placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.promo-input:focus {
  border: 0;
  outline: 1px solid #818181;
}

.total-list__busket {
  margin-bottom: 16px;
}

.promo-btn {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background: #0036f8;
  border-radius: 10px;
  padding: 17px 38px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.addOffer:hover,
.promo-btn:hover {
  background-color: #a20e8b;
}

.card-total__count {
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.card-total__count h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.total-price__busket {
  margin-bottom: 24px;
}

.dashed {
  position: relative;
  flex: 1;
  margin-left: 7px;
  margin-right: 7px;
  border-bottom: 1px dashed #888;
  bottom: 7px;
}

.description-category p,
.total-item__price,
.total-list__item {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.total-items,
.total-items__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.addOffer,
.offer-me {
  width: 100%;
  border-radius: 10px;
  font-weight: 700;
}

.addOffer,
.offer-me {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.addOffer {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px;
  background: #0036f8;
  margin-bottom: 16px;
}

.offer-me {
  font-size: 10px;
  line-height: 14px;
  color: #000;
  padding: 17px;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.offer-me:hover {
  background-color: #000;
  color: #fff;
}

.catalog-main {
  max-width: 1290px;
  margin: 0 auto 120px;
}



.ask-question,
.category-left__name h2 {
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
}

.ask-question {
  display: none;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background: #0036f8;
  padding: 17px 92px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.ask-question:hover {
  background: #a20e8b;
}

.category {
  max-width: 1290px;
  margin: 0 auto;
}

.category-left {
  width: 300px;
  align-items: center;
  margin-right: 30px;
}

.category-left__name {
  margin-bottom: 16px;
}

.category-left__name h2 {
  font-size: 14px;
  line-height: 140%;
  padding: 13px 10px 13px 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #818181;
  background: #f8f8f8;
}

.swiper-btn2,
.swiper2 {
  display: none;
}

.active-name h2 {
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
  color: #fff;
}

.category-left__item {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
  margin-left: 16px;
}

.category-swipper {
  max-width: 270px;
  margin-top: 32px;
  overflow: hidden;
}

.swiper-btn__category {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 17px;
  width: 208px;
  background: #0036f8;
  border-radius: 6px;
}

.category-right__category {
  max-width: 960px;
}

.category-right__title-category {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #000;
  margin-bottom: 32px;
}

.category-right__list-category {
  flex-wrap: wrap;
  gap: 30px;
  max-width: 960px;
  margin-bottom: 40px;
}

.category-right__item-img {
  width: 100%;
  margin-bottom: 16px;
}

.category-right__item-descr,
.category-right__item-title {
  margin-left: 24px;
  margin-right: 24px;
}

.category-right__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 13px;
}

.category-right__item-descr {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 12px;
}

.category-right__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-left: 24px;
  margin-bottom: 12px;
}

.category-right__price span {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-decoration-line: line-through;
  color: #818181;
  margin-right: 8px;
}

.category-right__price img {
  margin-left: 16px;
}

.category-right__item-btn,
.questions-list__category li {
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.category-right__item-btn {
  width: 84%;
  margin: 0 auto;
  padding: 14px;
  background: #0036f8;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
}

.link-block-more a:hover,
.bottom-item button:hover,
.category-right__item-btn:hover,
.footer__input img:hover,
.price-buy button:hover,
.main-contacts li .contacts-register:hover {
  background-color: #a20e8b;
}

.category-right__title-dop {
  display: none;
}

.questions-category {
  margin-bottom: 120px;
}

.questions-list__category {
  max-width: 960px !important;
}

.questions-list__category li {
  padding: 16px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.question-main__category {
  align-items: flex-start;
}

.questions__list-name {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  padding-right: 64px;
  background-image: url(../images/Frame\ 1474.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.question-left__category {
  margin-right: 0;
  width: 100%;
}

.active .questions__list-name {
  background-image: url(../images/Frame\ 1472.svg);
}

.program-block h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 24px;
}

.program-block .program-block__text p {
  font-weight: 800;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 24px !important;
}

.program-wrapper {
  display: flex;
  gap: 84px;
}

.program-block__speaker {
  width: 100%;
  max-width: 200px;
}

.program-block__speaker img {
  margin: 0 auto;
  margin-bottom: 24px;
  width: 200px !important;
  height: 200px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.speaker__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
}

.speaker__job,
.speaker__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.speaker__job {
  margin-bottom: 24px;
}

.links {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.links a {
  font-weight: 700;
  font-size: 14px;
  line-height: 200%;
  text-decoration: underline;
  color: #0036F8;

}

.price-category {
  max-width: 960px;
  padding-top: 52px;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 130px;
}

.price-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 26px;
  height: 100%;
  width: 244px;
  background-image: url(../images/DSC-142-PhotoRoom_\ 1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.price-banner__category {
  align-items: center;
  width: 100%;
  padding: 31px 32px;
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.price-title__category {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 95px;
}

.price-title__category span,
.price-title__company span,
.price-title__serv span {
  font-weight: 800;
  font-size: 122px;
  line-height: 103px;
}

.price-list__item__category {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.price-list__category {
  gap: 16px;
  list-style: disc;
  margin-bottom: 24px;
}

.price-right__category {
  align-items: flex-start;
}

.price-btn__category {
  width: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #0036f8;
  padding: 14px 26px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
  margin-left: -25px;
}

.price-btn__category:hover,
.price-btn__company:hover {
  color: #fff;
  background-color: #a20e8b;
}

.description-category {
  margin-bottom: 68px;
}

.menu1-company {
  width: 300px;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 48px;
}

.swiper-btn__company {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 17px;
  width: 208px;
  background: #0036f8;
  border-radius: 6px;
}

.company {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  margin-bottom: 80px;
}

.right-part {
  flex: 1;
  max-width: 960px;
}

.company::after {
  left: 535px;
  height: 514px;
  width: 300px;
  background-image: url(../images/DCS-166_-PhotoRoom\ 1.png);
}

.company::after,
.company::before,
.price-company::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.company::before {
  left: 430px;
  height: 370px;
  width: 520px;
  background-image: url("../images/image 325 (Traced).png");
}

.company-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #000;
  margin-bottom: 32px;
}

.company-descr {
  width: 408px;
  margin-bottom: 48px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.company-slogan {
  max-width: 408px;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 48px;
}

.company-logo {
  margin-bottom: 48px;
  height: 104px;
}

.company-list {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 120px;
}

.company-list__item img {
  height: 200px;
  margin-right: 24px;
}

.company-list__item,
.main-contacts li {
  align-items: flex-end;
}

.company-list__item-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
}

.company-list__item-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.price-company {
  max-width: 960px;
  /* padding-top: 52px; */
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 120px;
}

.price-company::after {
  right: 26px;
  height: 100%;
  width: 244px;
  background-image: url(../images/DSC-142-PhotoRoom_\ 1.png);
}

.price-banner__company {
  align-items: center;
  width: 100%;
  padding: 31px 32px;
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.price-title__company {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 95px;
}

.price-list__company {
  gap: 16px;
  list-style: disc;
  margin-bottom: 24px;
}

.main-contacts .top,
.price-right__company {
  align-items: flex-start;
}

.main-contacts li .contacts-register,
.price-btn__company {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 10px;
}

.price-btn__company {
  width: inherit;
  line-height: 18px;
  color: #0036f8;
  padding: 14px 26px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
  margin-left: -25px;
}

.bx-yandex-view-layout {
  border-radius: 10px;
  overflow: hidden;
}

.contacts-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 32px;
}

.contacts {
  width: 1290px;
  margin: 0 auto;
}

.address-blocks.row,
li.row {
  margin-left: 0px;
  margin-right: 0px;
}

.main-contacts {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  margin-right: 0px;
  margin-left: 0px;
}

.main-contacts li {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  padding-left: 0px;
}

.main-contacts li img {
  margin-right: 24px;
}

.main-contacts li .contacts-register {
  line-height: 19px;
  color: #fff;
  background-color: #0036f8;
  padding: 20px 41px;
}

.map-img {
  width: 100%;
}

.map {
  margin-bottom: 48px;
}

.addresses {
  width: 1290px;
  margin: 0 auto 48px;
}

.addresses-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}

.more-info {
  column-count: 2;
}

.more-info__item {
  page-break-inside: avoid;
  break-inside: avoid;
}

ul.address-blocks.flex .address-blocks__item {
  width: 630px;
  min-height: 205px;
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.address-blocks {
  align-items: flex-start;
  gap: 30px;
}

.address-stroke__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
}

.more-info__item,
ul.more-info .phones-div {
  font-weight: 300;
  font-size: 14px;
  gap: 18px;
}

ul.more-info .phones-div {
  line-height: 160%;
  padding-left: 32px;
  background-image: url(../images/iPhone.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  page-break-inside: avoid;
  break-inside: avoid;
}

.more-info__item {
  line-height: 24px;
}

.address,
.address-descr,
.mail-address,
.work-timeInfo {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 0;
}

.address {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 24px;
  background-image: url(../images/Flag.svg);
}

.address-descr {
  background-image: url(../images/Unde.svg);
}

.work-timeInfo {
  background-image: url(../images/Time\ Circle.svg);
}

.mail-address {
  background-image: url(../images/toEmail.svg);
}

.address-list {
  gap: 32px;
}

.requsites {
  width: 1290px;
  margin: 0 auto 64px;
}

.requsites__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}

.menu1-control,
menu1-history-history,
menu1-partners-partners {
  width: 300px;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 48px;
  margin-top: 8px;
}

.swiper-btn__control {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 17px;
  width: 208px;
  background: #0036f8;
  border-radius: 6px;
}

.control-form__left {
  width: 300px;
  gap: 16px;
}

.control-form__right {
  align-items: stretch;
}

.form {
  gap: 30px;
  align-items: flex-start;
}

.control-form {
  padding-left: 220px;
  background-image: url(../images/image\ 344.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.control-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
}

.control-descr,
.control-input {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.control-descr {
  margin-bottom: 32px;
}

.control-input {
  padding: 9px 16px;
  outline: 1px solid #e1e1e1;
  border-radius: 10px;
  border: 0;
}

.control-input::placeholder {
  color: #818181;
}

.control-input:focus {
  border: 0;
  outline: 2px solid #0036f8;
}

.control-form__right {
  width: 410px;
}

.control-message {
  resize: none;
  height: 96px;
  margin-bottom: 18px;
}

.control-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0036f8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 16px;
}

.control-agreement {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}

#agreement-input[type="checkbox"] {
  display: none;
  -webkit-appearance: none;
}

.control-agreement::before {
  content: "";
  height: 16px;
  width: 16px;
  outline: 1px solid #e1e1e1;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 6px;
}

.control-agreement::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0036f8;
  border-radius: 1px;
  position: absolute;
  left: 4px;
  top: 10px;
  opacity: 0;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#agreement-input:checked+.control-agreement::after,
.delivery__radio-input:checked+.delivery__radio-label:after,
.payment__radio-input:checked+.payment__radio-label:after {
  opacity: 1;
}

.history-list {
  gap: 48px;
}

.history-item__left {
  margin-right: 30px;
  max-width: 100%;
}

.history-item__left h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}

.history-item__left h2 span {
  font-weight: 200;
  font-size: 60px;
  line-height: 60px;
}

.history-item__right {
  align-items: flex-start;
}

.history-item__right h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
  max-width: 520px;
}

.history-item__right p {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 16px;
  max-width: 520px;
}

.history-item__right {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

div#order-services {
  margin-bottom: 40px;
}

.More-detailed {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 8px 16px;
  background: #0036f8;
  border-radius: 6px;
  cursor: pointer;
}

.More-detailed:hover {
  color: #fff;
  text-decoration: none;
  background: #a20e8b;
}

.history-slider {
  align-items: center;
  justify-content: center;
}

.history-slider__wrapper {
  width: 472px;
  gap: 18px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 23px;
  padding-bottom: 0;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.history-slider__slide img {
  height: 142px;
}

.history-slider__slide {
  scroll-snap-align: start;
  position: relative;
}

.history-slider__slide a.fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
}

.history-slider__wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.history-slider__wrapper {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.news-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 34px;
}

.big-news {
  width: 630px;
}

.news-img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 10px;
}

.news-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
}

.smallNews .news-name,
.news-bottom .news-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 16px;
}

.bottom-item .bottom-item__right p,
.news-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 16px;
}

.news-date {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #818181;
  padding-bottom: 24px;
}

.items-top:first-child {
  gap: 30px;
}

.items-top:nth-child(2) .news-name {
  min-height: 60px;
}

.items-top:nth-child(3) .news-name {
  min-height: 98px;
}

.blog-page .items-top:nth-child(3) .news-name {
  min-height: 60px;
}

.blog-page .news-smallList {
  gap: 14px;
}

.blog-page .smallNews .news-name {
  height: 40px;
  overflow: hidden;
}

.news-border {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
}

.news-bottom .news-border {
  border-bottom: 1px solid #c4c4c4;
}

.news-item {}

.smallNews {
  width: 300px;
  padding-right: 15px;
}

.smallNews .news-img {
  margin-bottom: 16px;
}

.news-list {
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.news-list,
.news-smallList {
  align-items: flex-start;
  gap: 44px;
}

.news-bottom {
  /* min-height: 380px; */
  margin-bottom: 30px;
}

.pagination-list .active-page,
.pagination-list li,
.smallNews-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}

.pagination-list li {
  font-weight: 300;
  cursor: pointer;
}

.smallNews-name {
  margin-bottom: 16px;
}

.pagination a {
  border: none !important;
  border-color: transparent !important;
  background-color: transparent !important;
  color: #000;
  text-align: center;
}

.pagination .active span,
.pagination .before span {
  border: none !important;
  border-color: transparent !important;
  background-color: transparent !important;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.pagination,
.pagination-list {
  gap: 16px;
  align-items: center;
}

.next,
.prev {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pagination-list .active-page {
  color: #000;
}

.news-container {
  align-items: flex-start;
}

.news-section {
  width: 960px;
  margin-right: 30px;
}

.article {
  position: sticky;
  top: 0px;
  max-width: 100%;
  width: 300px;
  max-height: 388px;
  padding: 196px 32px 32px;
  background-color: #f8f8f8;
  border-radius: 10px;
  background-image: url(../images/image\ 353.svg);
  background-position: center 32px;
  background-repeat: no-repeat;
}

.article-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 21px;
  width: 100%;
  background: #0036f8;
  border-radius: 10px;
}

.your-card {
  max-width: 1290px;
  margin: 0 auto 73px;
}

.your-card__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 40px;
}

.main-info__order,
.menu-content ul li {
  align-items: flex-start;
}

.main-info__left {
  width: 850px;
  margin-right: 30px;
}

.buyer-info {
  width: 100%;
}

.buyerInfo {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.buyer__name {
  padding: 13px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #818181;
  margin-bottom: 8px;
}

.buyer__name:focus,
.comment-input:focus {
  outline: 0;
}

.buyer-info__inputs {
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 41px;
}

.buyer-info__mail-label,
.buyer-info__phone-label {
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
}

.buyer-info__mail,
.buyer-info__phone {
  padding: 13px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #818181;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 8px;
}

.for-buyer__name {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 24px;
}

.delivery {
  margin-bottom: 40px;
}

.delivery-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.delivery__radio-btn {
  align-items: center;
}

.delivery__radio-btn img,
.payment__radio-btn img {
  margin-right: 16px;
}

.delivery__radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.delivery__radio-label {
  padding-left: 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  cursor: pointer;
}

.delivery__radio-label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  outline: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  transition: border 0.1s linear;
}

.delivery__radio-label:after {
  width: 8px;
  height: 8px;
  background: #0036f8;
  opacity: 0;
  top: 9px;
  left: 4px;
  z-index: 10000;
  transition: opacity 0.1s linear;
}

.payment {
  margin-bottom: 40px;
}

.payments-inputs {
  justify-content: space-between;
}

.payment-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.payment__radio-btn {
  align-items: center;
  margin-right: 91px;
}

.payment__radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.payment__radio-label {
  padding-left: 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  cursor: pointer;
}

.delivery__radio-label:after,
.payment__radio-label:after,
.payment__radio-label:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}

.payment__radio-label:before {
  width: 16px;
  height: 16px;
  outline: 1px solid #e1e1e1;
  background-color: #fff;
  top: 5px;
  left: 0;
  z-index: 1;
  transition: border 0.1s linear;
}

.payment__radio-label:after {
  width: 8px;
  height: 8px;
  background: #0036f8;
  opacity: 0;
  top: 9px;
  left: 4px;
  z-index: 10000;
  transition: opacity 0.1s linear;
}

.comment {
  margin-bottom: 32px;
}

.comment-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.comment-input,
.total__item {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.comment-input {
  resize: none;
  padding: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  color: #818181;
  min-height: 98px;
}

.total__item {
  justify-content: space-between;
  padding: 16px 31px 16px 20px;
  border-bottom: 1px solid #e9e9e9;
}

.total-list {
  border-radius: 4px;
  outline: 2px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.price-descr,
.total-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}

.total-price {
  background: #000;
  border-radius: 2px;
  color: #fff;
  border-bottom: 0 solid #000;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 8px;
}

.old-price {
  text-decoration-line: line-through;
}

.addOrder {
  padding: 20px 34px;
  background: #0036f8;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
}

.main-info__more,
.more-item,
.price-buy button {
  border-radius: 10px;
  padding: 16px;
}

.main-info__more {
  margin-top: 57px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  flex: 1;
}

.more-item {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.more-item__descr {
  padding-left: 72px;
  margin-bottom: 8px;
  background-image: url(../images/image\ 354.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.count__btn {
  align-items: center;
}

.count__descr {
  margin-right: 9px;
  margin-left: 9px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.more-item__bottom {
  justify-content: space-between;
  align-items: center;
  margin-left: 88px;
  margin-right: 61px;
}

.more-item__price,
.price-buy p {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}

.main-info__more-list {
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.partners {
  flex-wrap: wrap;
  gap: 30px;
}

.partners-item {
  background-color: #fff;
  width: 300px;
  padding: 32px;
  outline: 1px solid #e1e1e1;
  border-radius: 10px;
}

.partners-logo {
  width: 100%;
  margin-bottom: 24px;
}

.partners-descr {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 24px;
  min-height: 78px;
}

.partners-link,
.partners-phone,
.partners-mail {
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.partners-link {
  font-weight: 700;
  color: #0036f8;
  background-image: url(../images/Link\ 2.svg);
  margin-bottom: 16px;
  background-size: 24px;
  background-position: top left;
}

.partners-mail {
  font-weight: 700;
  color: #0036f8;
  background-image: url(../images/Link\ 2.svg);
}

.partners-phone {
  font-weight: 300;
  background-image: url(../images/iPhone.svg);
}

.menu1-payment {
  width: 300px;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 48px;
}

.payment-card,
.payment-withoutCard {
  width: 410px;
  align-items: flex-start;
}

.payment-list {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 48px;
}

.payment-img {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}

.payment-name,
.services-item h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
}

.payment-descr {
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.payment-variant__list {
  align-items: center;
  gap: 32px;
}

.important {
  padding: 24px;
  border: 2px solid #0036f8;
  border-radius: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.important-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #0036f8;
}

.important-info {
  width: 716px;
}

.important-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
}

.important-delivery {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 14px;
}

.important-delivery__descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
}

.important-bottom {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.category-right__price-main {
  width: 960px;
}

.category-price {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 32px;
}

.preview-detail_block_2 p {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
    font-family: Manrope;
}

.btn--more ~ * {
    display: none;
}

.price-item {
  padding: 16px;
  outline: 1px solid #e1e1e1;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.price-box,
.price-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.price-item:hover {
  background: #fff;
  outline: 2px solid #0036f8;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.price-list__price {
  gap: 16px;
  margin-bottom: 24px;
}

.price-data,
.price-name {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.price-name {
  width: 504px;
  margin-right: 53px;
}

.price-data {
  margin-right: 72px;
}

.price-price {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 26px;
}

.old-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #646464;
  text-decoration: line-through;
  margin-right: 26px;
}

.without-sale {
  padding-left: 51px;
  margin-right: 48px;
}

.more-info {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
}

.pays_wrapper {
  display: none;
}

.link-more {
  color: #0036f8;
}

.price-content {
  display: flex;
  align-items: center;
}

.burger-price__price {
  max-width: 300px;
  width: 300px;
  margin-right: 30px;
}

.menu,
.menu li,
.menu-item__header {
  max-width: 100%;
  width: 100%;
}

.active .menu-item__header,
.active-link {
  background: linear-gradient(94.87deg, #0036F8 52.3%, #001C81 88.94%);
}

.active .menu-item__header h3,
.active-link h3 {
  max-width: 92%;
  color: #fff;
}

.menu-item__header h3 {
  max-width: 90%;
}

.menu-content li a:hover {
  font-weight: 600;
}

.price-img {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 2px;
  justify-content: center;
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  width: 32px;
  height: 22px;
  background-image: url(../images/Rectangle\ 25.svg),
    url(../images/Rectangle\ 26.svg);
  background-size: contain;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

.hero {
  max-width: 1290px;
  align-items: flex-start;
  margin: 0 auto 48px;
}

.hero-right {
  max-width: 740px;
}

.hero-right img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.hero-left {
  max-width: 520px;
  margin-right: 30px;
}

.hero-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #000;
  margin-bottom: 48px;
  margin-top: 16px;
}

.hero-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 48px;
}

.price-buy p {
  font-size: 48px;
  line-height: 66px;
  margin-right: 51px;
}

.price-buy button {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px 63px;
  background: #0036f8;
  cursor: pointer;
}

.description {
  max-width: 1284px;
  margin: 0 auto 120px;
}

.description p {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.questions {
  max-width: 1290px;
  margin: 0 auto 64px;
}

.questions-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}

.questions-list {
  /* max-width: 850px; */
  gap: 16px;
}

.questions-list li {
  padding: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.question-main,
.requsites-list li {
  align-items: flex-start;
}

.question-left {
  width: 100%;
}

.qustions__content {
  height: 0;
  opacity: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #0036f8;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.question-answer {
  display: none;
  height: 0;
  font-weight: 700 !important;
}

.active .qustions__content,
.active h3,
.price-buy button {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.active .qustions__content {
  height: auto;
  margin-top: 36px;
  opacity: 1;
}

.question-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  margin-left: 40px;
  margin-right: 80px;
  display: none;
}

.questions-list .active {
  border: 2px solid #0036f8;
}

.active h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}

.active .qustions__content .question-answer,
.active .qustions__content .question-descr {
  display: inline-block;
  height: auto;
}

.question-right {
  align-items: center;
  flex: 1;
}

.question-form__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000;
  margin-bottom: 22px;
}

.question-form__descr {
  max-width: 324px;
  text-align: center;
  margin-bottom: 10px;
}

.question-right form {
  display: flex;
  flex-direction: column;
}

.input-form {
  width: 330px;
  padding: 13px 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  outline: 1px solid #e1e1e1;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 0;
  margin-bottom: 16px;
}

.input-form:focus {
  outline: 2px solid #0036f8;
  border: 0;
}

.input-form:focus::placeholder {
  color: #000;
}

.form-textarea {
  width: 330px;
  max-width: 330px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 120px;
  padding: 10px 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #818181;
  outline: 1px solid #e1e1e1;
  border: 0;
  margin-bottom: 16px;
}

.form-textarea:focus {
  outline: 2px solid #0036f8;
}

.agreement-form {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  max-width: 330px;
  margin-bottom: 16px;
}

.link-block-more a,
.bottom-item button,
.question-form__btn {
  font-weight: 700;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.question-form__btn {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  padding: 20px;
  width: 100%;
  background: #0036f8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}

.order-main button:hover,
.question-form__btn:hover {
  background: #a20e8b;
}

.category-right {
  width: 960px;
}

.category-right p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

.category-right__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}

.control p.control-descr,
.requsites-contact__content {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.menu1-requisites {
  width: 300px;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 48px;
}

.requsites-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 32px;
}

.requsites-list {
  align-items: flex-start;
  gap: 32px;
}

.requsites-name,
.requsites-contacts .requsites-name {
  margin-right: 93px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  min-width: 207px;
}

.requsites-list__descr {
  width: 410px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}

.reviews-item {
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}

.sertificate-item img {
  height: 180px;
  width: 132px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.reviews-item img {
  height: 300px;
  max-width: 100%;
  border-radius: 10px;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.reviews-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews-descr,
.reviews-more {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.reviews-more {
  margin-bottom: 32px;
}

main {
  background-image: url("../images/Subtract (2).svg");
  background-repeat: no-repeat;
  background-size: 1055px;
  background-position: right top;
  margin-bottom: 120px;
}

.menu1 {
  width: 300px;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 48px;
  margin-top: 8px;
}

.category-right {
  max-width: 960px;
}

.sertificate {
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 30px;
}

.sertificate-item {
  width: 300px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 24px 24px 33px;
  background-color: #fff;
  text-align: center;
}

.sertificate-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.staff-block {
  margin-bottom: 48px;
}

.items-wrap {
  width: 100%;
  overflow: hidden;
}

.staff-block:nth-child(1) .items-row {
  width: 100%;
}

.staff-block:nth-child(2) .staff-post {
  min-height: 34px;
}

.staff-block:nth-child(10) .staff-title {
  min-height: 48px;
}

.staff-block:nth-child(10) .staff-post {
  min-height: 34px;
}

.items-row {
  gap: 30px;
  width: 960px;
  overflow: hidden;
}

.staff-head_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #000000;
}

.staff-items__title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  margin-bottom: 24px;
}

.staff-item {
  width: 300px;
  padding: 40px 38px 24px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
}

.staff-item .row {
  justify-content: center;
}

.detail.staff .detailimage,
.staff-item .image {
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  min-width: 200px;
  margin-bottom: 24px;
}

.staff-title {
  text-align: center;
  margin-bottom: 16px;
}

.staff-title a {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.staff-post {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.staff-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
}

.staff-props .value a {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #000;
}

.staff-props .value:nth-child(1) {
  margin-bottom: 8px;
}

.staff-props .value:nth-child(1) a {
  font-weight: 700;
  color: #0036F8;
  margin-bottom: 8px;
}

.detail-staff {
  display: flex;
  justify-content: space-between;
}

.detail-staff .post-content {
  max-width: 630px;
  width: 100%;
}

.person-name {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}

.person-post {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
}

.person-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 32px;
}

.person-data img {
  margin-right: 16px;
}

.person-data a {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

.person-data .site a {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #0036F8;
}

.url-block i {
  font-size: 17px;
  margin-right: 41px;
  color: #818181;
}

.url-block span {
  background: #0036F8;
  border-radius: 10px;
  padding: 21px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.main {
  align-items: flex-start;
}

.burger-services {
  width: 300px;
  margin-right: 30px;
}

.burger-close {
  margin-bottom: 22px;
}

.services-item {
  /* padding-top: 144px; */
  padding-bottom: 24px;
  border-bottom: 1px solid #c4c4c4;
  width: 410px;
  margin-right: 15px;
  /* background-image: url(../images/image\ 351.svg); */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 120px;
}

.services-item img {
  border-radius: 10px;
  margin-bottom: 24px;
  height: 273px;
  object-fit: cover;
  object-position: center;
}

.services-list {
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-service {
  display: flex;
  flex-direction: column;
  list-style: disc;
  margin-left: 28px;
  color: #0036f8;
  gap: 8px;
  margin-bottom: 16px;
}

.list-service a {
  color: #0036f8;
}

.list-service,
.services-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.category-right {
  margin-bottom: 56px;
}

.category-right__title {
  margin-bottom: 32px;
  max-width: 528px;
}

.category-right__list {
  flex-wrap: wrap;
  gap: 30px;
  max-width: 960px;
  margin-bottom: 40px;
}

.category-right__item {
  max-width: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  outline: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}



.top-list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.bottom-item h4,
.top-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
}

.top-item__descr,
.top-list__list {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: black;
}

.top-list__list {
  gap: 8px;
  color: #0036f8;
  list-style: disc;
  margin-left: 28px;
}

.top-list__list a,
.bottom-item__listOne a,
.bottom-item__list a {
  color: #0036f8;
}

.bottom-list {
  gap: 32px;
  margin-bottom: 32px;
}

.accounting {
  margin-bottom: 21px;
}

.text_after_items .accordion-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 17px;
}

.text_after_items .accordion-head span {
  color: #000;
}

.accordion-head .fa {
  color: #0036F8;
}

.text_after_items .accordion-type-1 {
  background: #FFFFFF;
  border: 2px solid #0036F8;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 48px;
}

.accordion-body ul li {
  margin-bottom: 19px;
}

.text_after_items ol {
  margin-top: 48px;
  margin-bottom: 32px;
}

.bottom-item {
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid #c4c4c4;
}

.bottom-item__right {
  width: 600px;
  margin-left: 30px;
}

.bottom-item img {
  width: 300px;
  border-radius: 10px;
}

.bottom-item p,
.bottom-item__list,
.bottom-item__listOne {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 16px;
}

.link-block-more a,
.bottom-item button {
  border: none;
  align-self: start;
  font-size: 10px;
  line-height: 14px;
  background-color: #0036f8;
  border-radius: 6px;
  padding: 8px 17px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.bottom-item__list,
.bottom-item__listOne {
  display: grid;
  row-gap: 8px;
  color: #0036f8;
  list-style: disc;
  margin-left: 28px;
}

.bottom-item__list {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 200px;
}

.bottom-item__listOne {
  grid-template-columns: repeat(1, 1fr);
}

.detail .image-left img,
.detail .detailimage.image-wide img {
  border-radius: 10px;
}

.menu-content ul .active-menuItem {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #000;
}

.burger-serv {
  width: 300px;
  margin-right: 30px;
}

.menu-list {
  width: 100%;
  gap: 16px;
}

.active-page a,
.menu-item a {
  border-radius: 10px;
  font-size: 14px;
}

.menu-item a {
  font-weight: 300;
  line-height: 160%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  display: block;
}

.side-menu .submenu>li>a:hover {
  font-weight: 600;
}

.category-left .menu-item>a {
  background-color: #f8f8f8;
}

.active-page>a {
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
  color: #fff;
  font-weight: 700;
  line-height: 140%;
}

.main-title {
  width: 1290px;
  margin: 0 auto 32px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: center;
  height: 16px;
  width: 16px;
  background-position: center;
}

.swiper-button-prev {
  left: 0px;
  right: auto;
  background-image: url(../images/Frame\ 1469.svg);
}

.swiper-button-next {
  left: auto;
  right: 0px;
  background-image: url(../images/Frame\ 1468.svg);
}

.swiper-slide img {
  max-width: 100%;
}

.swiper.mySpeaker {
  padding-bottom: 30px;
}

.order-main button,
.swiper-btn {
  font-weight: 700;
  color: #fff;
  background: #0036f8;
}

.swiper-btn {
  font-size: 10px;
  line-height: 14px;
  padding: 17px;
  width: 208px;
  border-radius: 6px;
  align-self: center;
  text-align: center;
}

.swiper-btn:hover {
  color: #fff;
}

.btn-call {
  font-size: 12px;
  line-height: 14px;
  padding: 17px;
  border-radius: 6px;
  align-self: center;
  text-align: center;
  background: #0036f8;
  border: none;
}

.btn-call a {
  color: #fff;
}

.header-title {
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
}

.hero-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 34px;
}

.order-service {
  background: #fff;
  border: 2px solid #0036f8;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 24px 24px 24px 156px;
  background-image: url(../images/image\ 352.svg);
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 100px;
  margin-bottom: 32px;
}

.bottom-list h4,
.order-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 29px;
}

.order-title {
  margin-bottom: 16px;
}

.order-main p {
  width: 555px;
}

.order-main {
  align-items: center;
  justify-content: space-between;
}

.order-main button {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  padding: 21px 25px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.order-main p,
.drag_block p,
.service-paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.service-paragraph,
.content p {
  margin-bottom: 20px;
}

.content iframe {
  border-radius: 10px;
  margin-bottom: 20px;
}

.price-serv {
  max-width: 960px;
  padding-top: 52px;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 32px;
}

.price-serv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 26px;
  height: 100%;
  width: 244px;
  background-image: url(../images/DSC-142-PhotoRoom_\ 1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.price-banner__serv {
  align-items: center;
  width: 100%;
  padding: 31px 32px;
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.price-title__serv {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 95px;
}

.price-list__item {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.price-list__serv {
  gap: 16px;
  list-style: disc;
  margin-bottom: 24px;
}

.price-right__serv {
  align-items: flex-start;
}

.price-btn__serv {
  width: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #0036f8;
  padding: 14px 26px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
  margin-left: -25px;
}

.price-btn__serv:hover {
  color: #fff;
  background-color: #a20e8b;
}

.list-items__header {
  padding: 24px 24px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  border-bottom: 1px solid #e1e1e1;
  background: #f8f8f8;
  border-radius: 10px 10px 0 0;
}

.item__item {
  width: 300px;
}

.bottom-list1 li,
.list-items {
  align-items: flex-start;
  justify-content: space-between;
}

.list-items {
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.item-price,
.list1 {
  padding-left: 24px;
  padding-right: 24px;
}

.list1 {
  padding-top: 24px;
  list-style: disc;
  margin-left: 28px;
  gap: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 28px;
}

.item-price {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
}

.bottom-btn .button,
.subscribe-btn {
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.subscribe-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 21px;
  background: #0036f8;
}

.subscribe-btn:hover {
  background: #a20e8b;
}

.bottom-list1 {
  gap: 24px;
  margin-bottom: 52px;
}

.bottom-list1 li {
  display: flex;
  flex-direction: row;
}

.item-descr1,
.main-info__list li {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.item-descr1 {
  margin-top: 10px;
  max-width: 894px;
}

.number-item {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #0036f8;
}

.bottom-btn .button {
  width: 124px;
  padding: 13px;
  border: 1px solid #e1e1e1;
  font-size: 10px;
  line-height: 14px;
}

.bottom-btn .button:hover {
  background-color: #000;
  color: #fff;
}

.bottom-btn img {
  margin-right: 16px;
}

.back-btn,
.share-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bottom-btns {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.footer-bg {
  background-image: url(../images/image1\ 1.png), url(../images/image1\ 2.png),
    url(../images/image1\ 1.png);
  background-size: 34.3%, 30.7%, 34.3%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom left, bottom center, bottom right;
}

.footer__woman-bg {
  position: absolute;
  bottom: 0;
  right: 12%;
  background-image: url(../images/Group\ 1475.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  max-width: 403px;
  height: 376px;
  width: 25%;
}

.open-right__menu {
  position: absolute;
  padding: 10px 4px;
  background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
  border-radius: 0 6px 6px 0;
  top: 114px;
  cursor: pointer;
  display: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.main {
  max-width: 1290px;
  margin: 0 auto;
}

.main-services {
  width: 100%;
}

.main-title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
}

.main-info {
  max-width: 1146px;
}

.main-info__list {
  align-items: flex-start;
  justify-content: space-between;
}

.main-info__list li {
  padding-top: 156px;
}

.main-info__list li:nth-child(1) {
  width: 317px;
  background-image: url(../images/image\ 353.svg);
}

.main-info__list li:nth-child(1),
.main-info__list li:nth-child(2),
.main-info__list li:nth-child(3) {
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top left;
}

.main-info__list li:nth-child(2) {
  width: 330px;
  background-image: url(../images/image\ 365.svg);
}

.main-info__list li:nth-child(3) {
  width: 266px;
  background-image: url(../images/image\ 349.svg);
}

.info-aboutOrder {
  max-width: 1290px;
  margin: 0 auto 174px;
}

.info-aboutOrder__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 32px;
}

.info-aboutOrder__list {
  max-width: 850px;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}

.info-aboutOrder__list li {
  padding: 18px 24px 18px 16px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}

.info-aboutOrder__descr {
  padding-left: 72px;
  max-width: 492px;
  margin-right: 40px;
  background-image: url(../images/image\ 354.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.info-aboutOrder__count,
.info-aboutOrder__descr,
.info-aboutOrder__recvisites-item p {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.info-aboutOrder__price {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}

.info-aboutOrder__recvisites {
  max-width: 850px;
  column-count: 3;
  column-gap: 100px;
  margin-bottom: 32px;
}

.info-aboutOrder__recvisites-item:nth-child(2n-1) {
  margin-bottom: 29px;
}

.info-aboutOrder__recvisites-item h4 {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 8px;
}

.info-aboutOrder__recvisites-item {
  align-items: flex-start;
  max-width: 220px;
  page-break-inside: avoid;
  break-inside: avoid;
}

.info-aboutOrder_pop-up {
  margin-left: 10px;
  align-items: center;
  cursor: pointer;
}

.payment-info {
  align-items: center;
}

.info-aboutOrder__btn {
  font-weight: 700;
  font-size: 14px;
  padding: 14px 23px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0036f8;
  border-radius: 10px;
}

.info-aboutOrder__recvisites-item .not-payed {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: red;
}

.footer-center {
  max-width: 1290px;
  margin: 0 auto;
}

.f-logo {
  margin-right: 111px;
  align-items: center;
}

.f__logo-img {
  width: 56px;
  height: auto;
  margin-right: 16px;
}

.f__logo-name {
  width: 256px;
}

.f__logo-name h3,
.f__logo-name p,
.footer__phone-number {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 14px;
}

.footer__phone-number {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-right: 98px;
  white-space: nowrap;
}

.f__logo-name h3 {
  font-weight: 700;
  line-height: 110%;
  color: #000;
  padding-bottom: 9px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 6px;
}

.f__logo-name p {
  font-weight: 400;
  line-height: 130%;
}

.footer-top {
  align-items: center;
  margin-bottom: 40px;
}

.footer__input {
  align-items: center;
  outline: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-right: 98px;
}

.footer__search::placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #dedede;
}

.footer__search {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left: 14px;
  border: 0;
  outline: 0;
  width: 250px;
  margin-right: 10px;
  border-radius: 10px;
}

.footer__input img {
  padding: 12px 10px;
  background-color: #00f;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.social-list {
  gap: 16px;
  align-items: center;
}

.social-item,
.social-item a,
.social-item a img {
  width: 24px;
  height: 24px;
}

.social-item a {
  display: block;
}

.footer-main__item {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 16px;
  max-width: 190px;
}

.footer__list-name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}

.footer-main__list:not(:nth-child(3)) {
  margin-right: 30px;
}

.footer-main__list:nth-child(3) {
  margin-right: 250px;
}

.recvisites h4,
.work-time h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
}

.work-time p {
  margin-bottom: 22px;
}

.recvisites p,
.work-time p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.recvisites {
  margin-bottom: 18px;
}

.more-question,
.number-small {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}

.more-question {
  color: #000;
}

.number-small {
  font-family: "Manrope";
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}

.agreement,
.offer,
.phone-more {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
}

.phone-more {
  font-family: "Manrope";
  line-height: 16.8px;
  margin-bottom: 24px;
}

.agreement,
.offer {
  line-height: 200%;
  text-decoration-line: underline;
  color: #0036f8;
}

.agreement {
  margin-bottom: 16px;
}

.footer-main {
  padding-bottom: 10px;
}

.footer-bottom {
  padding-bottom: 70px;
}

.burger-box {
  display: none;
}

.footer__phone-logo .more-question {
    margin-bottom: 0px;
}

.recvisites.column {
    max-width: 400px;
}

.preview-detail_block_2 {
    margin-bottom: 32px;
}

.titleH2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 43.71px;
    text-align: left;
    margin-bottom: 32px;
    color: black;
}

.list--column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	column-gap: 30px;
}

#types {
    padding-top: 20px;
}

.contentAfterH {
    margin-bottom: 30px;
}

.footer__phone-logo .phone-more {
    margin-bottom: 0px;
}

@media (max-width: 1350px) {
  .mega-menu table td .wrap>a {
    font-size: 12px;
  }

  .order-main button {
    width: 200px;
    white-space: nowrap;
  }

  .bottom-list1 li {
    gap: 20px;
  }

  .item__item {
    width: 33%;
  }

  .list1 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 36px;
  }

  .bottom-item {
    gap: 15px;
  }

  .bottom-item__right {
    width: inherit;
    max-width: 600px;
  }

  .bottom-item img {
    width: inherit;
    max-width: 300px;
  }

  .services-list {
    gap: 25px;
  }

  .services-item {
    width: 45%;
  }

  .list-service {
    margin-left: 19px;
    font-size: 12px;
  }

  .sertificate-item {
    width: 31%;
  }

  .sertificate {
    gap: 15px;
    /* justify-content: space-between; */
  }

  .menu1-requisites {
    width: 200px;
    align-items: center;
    margin-right: 15px;
  }

  .description,
  .hero,
  .questions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    align-items: center;
  }

  .main-title {
    max-width: 100%;
  }

  .category-right__price-main {
    max-width: 960px;
  }

  .price-name {
    width: 48%;
  }

  .menu1-partners,
  .menu1-history-history {
    width: 200px;
    align-items: center;
    margin-right: 15px;
  }

  .partners-logo {
    margin-bottom: 24px;
  }

  .partners-item {
    width: 31%;
  }

  .partners {
    gap: 20px;
    justify-content: space-between;
  }

  .partners-phone {
    font-size: 13px;
  }

  .more-item__descr {
    background-size: 48px;
  }

  .more-item__bottom {
    gap: 25px;
  }

  .more-item__price {
    white-space: nowrap;
  }

  .payment__radio-btn {
    align-items: center;
    margin-right: 0;
  }

  .history-item__right h3,
  .payment__radio-label {
    font-size: 16px;
  }

  .article {
    max-width: 300px;
    padding: 196px 16px 16px;
  }

  .news-item {
    width: 500px;
  }

  .smallNews .news-item {
    width: 100%;
  }

  .news-bottom .news-item {
    width: 100%;
  }

  .news-bottom .news-item {
    width: 100%;
  }

  .news-section {
    width: 80%;
  }

  .news-list,
  .news-smallList {
    gap: 0;
  }

  .smallNews {
    width: 234px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .history-slider {
    width: 290px;
  }

  .history-item__right p {
    font-size: 12px;
    padding-right: 10px;
  }

  .history-item__right {
    font-size: 12px;
  }

  .menu1-control {
    width: 200px;
    align-items: center;
    margin-right: 15px;
  }

  .addresses,
  .contacts {
    width: inherit;
    max-width: 1290px;
  }

  .contacts {
    margin: 0 auto;
  }

  .addresses {
    margin: 0 auto 48px;
  }

  .requsites {
    width: 100%;
  }

  .price-banner__company {
    gap: 16px;
    align-items: flex-start;
  }

  .price-right__company {
    margin-left: 28px;
  }

  .price-title__company {
    margin-right: 35px;
  }

  .menu1-company {
    align-items: center;
    margin-right: 15px;
  }

  .company::after {
    left: 497px;
    height: 407px;
    width: 238px;
  }

  .company::before {
    height: 255px;
    width: 362px;
  }

  .swiper-button-next {
    right: -5px;
  }

  .swiper-button-prev {
    left: -5px;
  }

  .category-right__list-category {
    gap: 10px;
    justify-content: space-between;
  }

  .category-right__item {
    width: 32%;
  }

  .category-right__price {
    font-size: 20px;
    line-height: 38px;
    max-width: 100%;
    justify-content: space-between;
    margin-right: 24px;
  }

  .category-right__price span {
    font-size: 15px;
    margin-right: 0;
  }

  .category-right__price img {
    margin-left: 0;
  }

  .price-banner__category {
    gap: 16px;
    align-items: flex-start;
  }

  .price-right__category {
    margin-left: 28px;
  }

  .price__category::after {
    bottom: -24px;
    right: 53px;
    height: 106%;
    width: 397px;
  }

  .catalog-list {
    justify-content: space-between;
  }

  .card-item {
    gap: 20px;
    justify-content: space-between;
  }

  .card-item__name,
  .counter {
    margin-right: 0;
  }

  .card-item__price {
    margin-right: 0;
    white-space: nowrap;
  }

  header,
  main {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .nav-list {
    gap: 25px;
    font-size: 12px;
  }

  .header_nav {
    margin-right: 7px;
  }

  .content-article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-btn__article {
    margin-left: 0;
  }

  .menu1 {
    width: 200px;
    align-items: center;
    margin-right: 15px;
  }

  .main-title {
    width: 100%;
  }

  .order-main p {
    width: 60%;
  }

  .order-main {
    gap: 15px;
  }

  .item__item-article {
    width: 33%;
  }

  .list1__article {
    padding-left: 0;
    padding-right: 0;
    margin-left: 36px;
  }

  ul.address-blocks.flex .address-blocks__item {
    width: calc(50% - 30px);
  }

  .footer-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-logo {
    margin-right: 0;
  }

  .footer__phone-number {
    margin-right: 0;
    font-size: 16px;
  }

  .footer__input {
    margin-right: 0;
  }

  .footer-top {
    justify-content: space-between;
  }

  .footer__search {
    font-size: 10px;
    line-height: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 193px;
  }

  .social-list {
    gap: 22px;
  }

  .footer-main__list:not(:nth-child(3)) {
    margin-right: 0;
  }

  .footer-main__list:nth-child(3) {
    margin-right: 0;
  }

  .footer-main {
    justify-content: space-between;
  }
}

@media (max-width: 1350px) and (min-width: 992px) {
  .items-top {
    width: 100%;
  }

  .items-top .news-listSmall {
    width: calc(100% - 545px);
  }

  .items-top .news-smallList {
    width: 100%;
  }

  .smallNews {
    width: 100%;
  }
}

@media (max-width: 1250px) {
  .header-main-menu__item:last-child {
    margin-right: 0px;
  }

  .price-title__serv {
    font-size: 18px;
    line-height: 28px;
    margin-right: 85px;
  }

  .price-title__article span,
  .price-title__serv span {
    font-size: 90px;
    line-height: 103px;
  }

  .category-right {
    max-width: calc(100% - 228px);
    margin-bottom: 32px;
  }

  .top-list {
    gap: 15px;
  }

  .top-item {
    width: 45%;
  }

  .top-list__list {
    gap: 8px;
    font-size: 12px;
    margin-left: 20px;
  }

  .category-right__price-main {
    max-width: 68%;
  }

  .price-name {
    width: 39%;
  }

  .price-item {
    justify-content: space-around;
  }

  .payment-list {
    gap: 30px;
  }

  ul.flex li.payment-card,
  ul.flex li.payment-withoutCard {
    max-width: 410px;
    align-items: flex-start;
    width: inherit;
  }

  .payment-variant__list {
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .important {
    gap: 20px;
  }

  .important-info {
    width: 100%;
  }

  .delivery__radio-btn img,
  .payment__radio-btn img {
    width: 41px;
    margin-right: 8px;
  }

  .more-item__descr {
    background-size: 48px;
    font-size: 12px;
  }

  .main-info__more {
    width: 36%;
  }

  .news-container {
    justify-content: space-between;
  }

  .article {
    max-width: 232px;
  }

  .control-form__left {
    width: 47%;
  }

  .control-form__right {
    width: 76%;
  }

  .price-category::after,
  .price-company::after {
    bottom: -19px;
    right: 31px;
    width: 358px;
  }

  .price-banner__category,
  .price-banner__company {
    flex-direction: column;
    padding-left: 50px;
  }

  .items-wrap {
    overflow-x: scroll;
  }

  .footer__woman-bg {
    width: 369px;
    height: 345px;
  }

  .price-title__article {
    font-size: 18px;
    line-height: 28px;
    margin-right: 85px;
  }
}

@media (max-width: 1150px) {
  .table-menu {
    overflow: hidden;
    overflow-x: scroll;
  }

  .mega-menu table {
    width: 100%;
    max-width: 950px;
    overflow: hidden;
  }

  .price-btn__article {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
  }

  .price-title__article {
    margin-right: 60px;
  }

  .price__article::after {
    height: 83%;
    width: 188px;
  }

  .main-info__list {
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }

  .main-info__list li {
    max-width: 30%;
  }

  .price-list__item {
    font-size: 12px;
  }

  .price-btn__serv {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
  }

  .price-title__serv {
    margin-right: 60px;
  }

  .price-serv::after {
    height: 93%;
    width: 217px;
  }

  .price-name {
    width: 30%;
  }

  .menu-item__header h3,
  .price-name {
    font-size: 10px;
  }

  .burger-price__price __price {
    width: 200px;
    margin-right: 30px;
  }

  .mega-menu table td .wrap>a {
    font-size: 12px;
  }

  .news-item {
    /* width: 415px; */
  }

  .news-list,
  .news-smallList {
    gap: 0;
  }

  .items-top:nth-child(2) .news-name {
    min-height: 79px;
  }

  .items-top:nth-child(3) .news-name {
    min-height: 138px;
  }

  .smallNews {
    /* width: 192px; */
    padding-bottom: 17px;
  }




  .bg-1 {
    background-size: 37%;
  }

  .bg-2 {
    background-size: 42%;
  }

  .main-contacts li img {
    margin-right: 10px;
  }

  .main-contacts li {
    font-size: 14px;
  }

  .main-contacts li .contacts-register {
    font-size: 10px;
    line-height: 16px;
    padding: 15px 30px;
  }

  .company-descr {
    width: 350px;
    font-size: 12px;
  }

  .company-logo {
    margin-bottom: 48px;
    height: 71px;
  }

  .company-slogan {
    max-width: 300px;
    font-size: 21px;
  }

  .company::before {
    left: 311px;
  }

  .company::after {
    left: 368px;
  }

  .company-list__item img {
    height: 140px;
    margin-right: 17px;
  }

  .company-list {
    gap: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu1-company {
    width: 200px;
  }

  .card-item__name {
    font-size: 11px;
  }

  ul.address-blocks.flex .address-blocks__item {
    height: 230px;
  }

  .services-item img {
    height: 230px;
  }
}

@media(max-width: 1029px) {
  .header-main-menu__item>a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {

	.recvisites.column {
		max-width: 100%;
	}

  .element-list__img {
    width: 200px;
  }

  .element-list__content.element-list__content--image {
    width: calc(100% - 200px);
    padding-left: 20px;
  }

  .staff__detail>.row {
    display: flex;
    flex-direction: column-reverse;
  }

  .info-aboutOrder__price {
    font-weight: 800;
    font-size: 24px;
    white-space: nowrap;
    line-height: 33px;
  }

  .info-aboutOrder__count {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    white-space: nowrap;
  }

  .info-aboutOrder__descr {
    margin-right: 0;
  }

  .info-aboutOrder__list li {
    gap: 40px;
  }

  .main-info__list li {
    font-size: 11px;
  }

  .main-info__list li:nth-child(1),
  .main-info__list li:nth-child(2),
  .main-info__list li:nth-child(3) {
    padding-top: 124px;
    background-size: 100px;
  }

  .requsites-list li {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }

  .share:not(.relative),
  .share:not(.top) {
    right: 15px;
  }

  .item__item {
    width: 100%;
  }

  .subscribe-btn {
    width: 200px;
    display: block;
  }

  .price-banner__serv {
    width: 100%;
    flex-direction: column;
  }

  .price-title__serv {
    margin-right: 0;
    font-size: 25px;
  }

  .price-btn__serv {
    margin: 0 auto 300px;
  }

  .price-title__serv span {
    font-size: 124px;
    line-height: 138px;
  }

  .price-serv::after {
    bottom: -8px;
    height: 49%;
    width: 421px;
  }

  .bottom-item .bottom-item__right p,
  .top-item__descr {
    font-size: 12px;
  }

  .bottom-item__listOne {
    font-size: 10px;
  }

  .bottom-item img {
    width: inherit;
    /* max-width: 38%; */
  }

  .burger-services {
    width: 200px;
    align-items: center;
    margin-right: 15px;
  }

  .services-descr {
    font-size: 12px;
  }

  .menu-item__header h3 {
    color: #000;
  }

  .services-item {
    margin-right: 0;
  }

  .services-item h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .sertificate-item img {
    height: auto;
    width: 100%;
    margin: 0px auto 16px;
  }

  .sertificate-descr {
    font-size: 11px;
  }

  .menu1 {
    width: 200px;
  }

  .reviews-more {
    font-size: 12px;
  }

  .reviews-item {
    padding: 10px;
  }

  .reviews-descr {
    font-size: 12px;
  }

  .category-right p.requsites-name {
    margin-right: 0;
  }

  .requsites-list__descr {
    font-weight: 300;
    font-size: 12px;
    line-height: 160%;
    width: 48%;
  }

  .active h3,
  .requsites-name {
    font-size: 12px;
  }

  .question-right,
  .question-right form {
    width: 250px;
  }

  .active .qustions__content .question-answer,
  .price-buy button {
    line-height: 18px;
    font-size: 12px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-left {
    max-width: 400px;
    margin-right: 20px;
  }

  .hero-descr {
    font-size: 12px;
  }

  .price-buy p {
    font-size: 32px;
    line-height: 42px;
  }

  .price-buy button {
    padding: 17px 59px;
  }

  .more-info {
    font-size: 10px;
  }

  .category-right__price-main {
    max-width: 76%;
  }

  .price-name {
    margin-right: 15px;
    width: 43%;
  }

  .old-price,
  .price-data {
    font-size: 12px;
  }

  .price-data {
    margin-right: 0;
  }

  .old-price {
    line-height: 18px;
    margin-right: 15px;
  }

  .price-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-right: 0;
  }

  .price-item {
    justify-content: space-between;
    gap: 15px;
  }

  .price-box {
    width: 315px;
    justify-content: space-evenly;
  }

  .price-content {
    gap: 15px;
  }

  .without-sale {
    margin-right: 40px;
  }

  .category-price {
    font-size: 18px;
    line-height: 26px;
  }

  .menu1-payment {
    width: 200px;
  }

  .news-listSmall .column {
    /* flex-direction: row; */
  }

  .news-bottom .normal-block {
    width: 100%;
  }

  .payment-variant__list li {
    width: 19%;
  }

  .payment-variant__list li img {
    width: 100%;
  }

  .payment-variant__list {
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }

  .payment-descr {
    font-size: 12px;
  }

  .important-title {
    font-size: 18px;
    line-height: 26px;
  }

  .important-delivery__descr,
  .important-descr {
    font-size: 12px;
  }

  .partners-item {
    width: 47%;
  }

  .main-info__order {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-info__left {
    width: 100%;
    margin-right: 0;
  }

  .payment {
    width: 90%;
    margin-bottom: 40px;
  }

  .total {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .addOrder {
    margin: 0 auto;
    display: block;
  }

  .your-card {
    position: relative;
  }

  .more-item__bottom {
    gap: 25px;
    justify-content: flex-end;
  }

  .more-item {
    background-image: url(../images/image\ 354.svg);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: 16px 16px;
  }

  .main-info__more {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    margin-bottom: 319px;
    padding: 0;
  }

  .article {
    width: 100%;
    max-width: 100%;
    padding: 196px 32px 32px;
  }

  .news-container {
    justify-content: space-between;
    flex-direction: column;
  }

  .news-section {
    width: 100%;
    margin-right: 0;
  }

  .news-item {
    width: 500px;
  }

  .news-listSmall {
    width: calc(100% - 530px);
  }

  .smallNews {
    width: inherit;
    max-width: 100%;
    padding-bottom: 24px;
  }

  .history-item__right h3 {
    margin-bottom: 16px;
  }

  .control-btn {
    font-size: 12px;
  }

  .control-form {
    padding-left: 119px;
    background-size: 15%;
  }

  .company-descr {
    width: 100%;
    font-size: 12px;
  }

  .company::after {
    left: 348px;
    height: 307px;
    width: 179px;
  }

  .company::before {
    left: 311px;
    height: 185px;
    width: 272px;
  }

  .company-logo {
    margin-bottom: 113px;
  }

  .price-banner__company {
    padding-left: 40px;
    padding-bottom: 390px;
    align-items: center;
  }

  .price-title__company {
    margin-right: 0;
  }

  .price-right__company {
    margin-left: 0;
    align-items: center;
  }

  .category-left {
    width: 220px;
    flex: 0;
  }

  .category-right__item {
    width: 48%;
  }

  .category-swipper {
    max-width: 220px;
  }

  .category-right__price {
    font-size: 16px;
    line-height: 25px;
  }

  .category-right__price img {
    width: 24px;
  }

  .category-right__item-descr,
  .category-right__item-title,
  .category-right__price {
    margin-left: 12px;
    margin-right: 12px;
  }

  .category-right__item-title {
    font-size: 15px;
  }

  main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-right__category {
    width: 59%;
  }

  .price-banner__category {
    padding-left: 40px;
    padding-bottom: 390px;
    align-items: center;
  }

  .price-category::after,
  .price-company::after {
    right: 26px;
    height: 51%;
  }

  .price-title__category {
    margin-right: 0;
  }

  .price-right__category {
    margin-left: 0;
    align-items: center;
  }

  .input-form {
    width: 250px;
  }

  .form-textarea {
    width: 250px;
    resize: none;
  }

  .question-left {
    margin-right: 35px;
  }

  .question-descr {
    font-size: 12px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .card-main {
    flex-direction: column;
  }

  .card-list {
    max-width: 100%;
    gap: 16px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .addOffer,
  .offer-me {
    display: block;
    width: 40%;
    margin: 0 auto 16px;
  }

  .offer-me {
    margin: 0 auto;
  }

  header,
  main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__phone-number {
    font-size: 14px;
  }

  .header-bottom,
  .header_nav {
    margin-right: 0;
  }

  .nav-list {
    gap: 12px;
    font-size: 10px;
  }

  .header__descr {
    font-size: 10px;
    margin-right: 20px;
    width: 153px;
  }

  .logo {
    margin-right: 27px;
  }

  .header__search {
    font-size: 10px;
    line-height: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 142px;
    margin-right: 10px;
  }

  .header__more-info {
    margin-right: 0;
  }

  .category-right__price span,
  .order-main p {
    font-size: 10px;
  }

  .order-main button {
    font-size: 11px;
    line-height: 15px;
    padding: 15px 18px;
    width: 160px;
  }

  .order-service {
    padding: 24px 24px 24px 100px;
    background-size: 61px;
    background-position-y: 24px;
    margin-bottom: 32px;
  }

  .order-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .menu-item__header h3 {
    font-size: 11px;
  }

  .item__item-article {
    width: 47%;
  }

  .subscribe-btn__article {
    width: 200px;
    display: block;
  }

  .price-banner__article {
    width: 100%;
    flex-direction: column;
  }

  .price-title__article {
    margin-right: 0;
    font-size: 25px;
  }

  .price-btn__article {
    margin: 0 auto 300px;
  }

  .price-title__article span {
    font-size: 124px;
    line-height: 138px;
  }

  .price__article::after {
    bottom: -8px;
    height: 49%;
    width: 421px;
  }

  .footer-info {
    width: 170px;
  }

  .phone-more,
  .work-time p {
    margin-bottom: 16px;
  }

  .work-time p {
    font-size: 14px;
  }

  .footer__woman-bg {
    width: 369px;
    height: 270px;
  }

  .footer-bg {
    background-size: 432px;
  }

  .footer-main {
    padding-bottom: 30px;
  }

  footer.mobile {
    margin-top: 46px;
  }

  .agreement,
  .phone-more,
  .recvisites p {
    font-size: 12px;
  }

  .agreement,
  .offer {
    line-height: 16px;
  }

  .recvisites {
    margin-bottom: 24px;
  }

  .agreement {
    margin-bottom: 8px;
  }

  .footer-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f__logo-img {
    width: 33px;
    margin-right: 14px;
  }

  .f__logo-name {
    width: 216px;
  }

  .f__logo-name h3,
  .f__logo-name p,
  .footer__phone-number {
    font-size: 12px;
  }

  .footer__search {
    font-size: 10px;
    width: 120px;
  }

  .footer__search::placeholder {
    font-size: 10px;
  }

  .social-item,
  .social-item a,
  .social-item a img {
    width: 19px;
    height: 19px;
    display: block;
    margin-bottom: 0px;
  }

  .category-right p.requsites-name {
    min-width: 50%;
  }
}

@media (max-width: 870px) {
  .reviews-item img {
    height: 200px;
  }

  html .modal-body {
    padding: 15px;
  }

  .modalHeader {
    padding-top: 15px;
  }

  .footer-bg {
    background-size: 500px;
  }

  .company-slogan {
    max-width: 205px;
    font-size: 14px;
  }

  .company-logo {
    margin-bottom: 123px;
    height: 50px;
  }

  .company::after {
    left: 245px;
    height: 244px;
    width: 143px;
  }

  .company::before {
    left: 200px;
    height: 171px;
    width: 249px;
  }

  .right-part {
    flex: 1;
    width: 103%;
  }

  .main {
    margin-bottom: 0;
  }
}

@media (max-width: 850px) {
  footer {
    background-position: bottom right;
  }

  .footer-main__item {
    max-width: 150px;
  }

  .top-item {
    width: 100%;
    margin-right: 0;
  }

  .bottom-item {
    flex-direction: column;
  }

  .bottom-item img {
    width: inherit;
    max-width: 100%;
  }

  .history-slider {
    width: 170px;
  }

  .control-form__left,
  .control-form__right {
    width: 90%;
  }

  .form {
    flex-direction: column;
    gap: 15px;
  }

  .control-form {
    padding-left: 230px;
    background-size: 40%;
    background-position: left top;
  }

  .main-contacts {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 48px;
    gap: 24px;
    padding-left: 0;
  }

  .main-contacts li {
    font-size: 18px;
  }

  .news-listSmall {
    /* width: calc(100% - 430px); */
  }

  .news-listSmall .smallNews {
    max-width: 100%;
    width: 100%;
  }

  .label-info {
    width: 100%;
  }

  .smallNews {
    width: 30%;
    max-width: 100%;
  }

  .staff-block:nth-child(1) .items-row {
    flex-direction: column;
  }

  .top-item img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
  }

  .bottom-item__right {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  .price-price {
    font-size: 12px;
  }

  .old-price {
    margin-right: 10px;
  }

  .old-price,
  .price-data {
    font-size: 10px;
  }

  .without-sale {
    margin-right: 47px;
    padding-left: 29px;
  }

  .price-name {
    margin-right: 0;
  }

  .price-item {
    padding: 10px;
  }

  .news-list,
  .news-smallList {
    gap: 0;
  }

  .news-listSmall .column {
    flex-direction: column;
  }

  .news-bottom {
    padding: 0 15px 30px 0;
  }

  .blog-page .news-bottom .news-name {
    min-height: 60px !important;
  }

  .category-right p.requsites-name {
    min-width: 34%;
  }

}

@media (max-width: 767px) {

  .content iframe {
    height: 400px;
  }

  .title_h2,
  .content .title_h2,
  .detail .content h2 {
    font-size: 18px;
    line-height: 140%;
  }

  .title_h3,
  .content .title_h3,
  .detail .content h3 {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
  }

  .element-list+.content {
    padding-top: 24px;
  }

  .content,
  .content p {
    font-size: 12px;
  }

  .preview-detail_block,
  .partners-block,
  .introtext {
    padding: 16px;
    margin-bottom: 24px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }

  .element-list__img {
    width: 250px;
  }

  .element-list__content.element-list__content--image {
    width: calc(100% - 250px);
    padding-left: 30px;
  }

  .swiper.mySpeaker {
    padding-bottom: 50px;
  }

  main {
    margin-bottom: 30px;
  }

  footer .footer-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 750px;
    padding-bottom: 30px;
  }

  .footer-main__item {
    max-width: 181px;
    margin-bottom: 10px;
  }

  ul#bottom1 {
    width: 33%;
    order: 1;
  }

  ul#bottom3 {
    width: 33%;
    order: 3;
  }

  ul#bottom4 {
    width: 33%;
    order: 2;
    margin-top: 30px;
  }

  .footer-info.column {
    width: 33%;
    order: 4;
  }

  footer ul.social-list {
    justify-content: center;
  }

  .news-item,
  .news-listSmall {
    /* width: 100%; */
  }

  .smallNews {
    padding-bottom: 0;
  }

  .news-bottom {
    padding: 0;
    margin-bottom: 0;
    width: 33%;
  }

  .items-top:nth-child(2),
  .items-top:nth-child(3) {
    display: flex;
    justify-content: space-between;
  }

  .items-top:nth-child(2) .news-name {
    min-height: 59px;
  }

  .items-top:nth-child(3) .news-name {
    min-height: 98px;
  }

  .detail-staff {
    flex-direction: column;
  }

  .detail-staff .detailimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .person-name,
  .person-post {
    text-align: center;
  }
}

@media (max-width: 744px) {
  .header-bottom {
    width: 100%;
    margin: 0px;
  }

  header {
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 16px;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .burger-header button {
    height: 24px;
    width: 24px;
  }

  .burger-header form.search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
  }

  .burger-header .header__search {
    width: 182px;
    margin: 0px;
    padding: 0px 7px;
    height: 24px;
    font-size: 10px;
    line-height: 20px;
    color: #818181;
  }

  .burger-header .header__search::placeholder {
    font-size: 10px;
    line-height: 20px;
    color: #818181;
  }

  .active1 .menu-item__header .menu-img {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-image: url(../images/Frame\ 2.svg);
  }

  .burger-serv {
    position: absolute;
    left: -100%;
    top: 114px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .header__main-menu {
    display: none;
  }

  .price-serv::after {
    bottom: -8px;
    height: 49%;
    left: 29%;
    width: 299px;
  }

  .active .menu-item__header h3 {
    font-weight: 700;
    font-size: 10px;
    line-height: 140%;
    color: #fff;
  }

  .active1 .menu-item__header h3 {
    color: #fff;
  }

  .burger-services,
  .menu1-requisites {
    position: absolute;
    left: -100%;
    top: 114px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .question-main {
    align-items: flex-start;
    gap: 30px;
  }

  .question-form__descr {
    text-align: center;
    margin-bottom: 10px;
  }

  .form-textarea {
    resize: none;
  }

  .input-form {
    max-width: 100%;
    resize: none;
  }

  .question-form__btn {
    display: block;
    width: 67%;
    margin: 0 auto;
  }

  .price-buy p {
    margin-right: 0;
  }

  .price-buy,
  .requsites-list li {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .hero-left {
    max-width: 100%;
    margin-right: 0;
  }

  .hero-title,
  .questions-title {
    font-size: 22px;
    line-height: 32px;
  }

  .questions__list-name {
    font-size: 10px;
    padding-right: 25px;
  }

  .active h3,
  .description p {
    font-size: 10px;
  }

  .description {
    margin-bottom: 100px;
  }

  .menu-item__head>a {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #000;
  }

  .active-page.menu-item__head>a {
    color: #fff;
  }

  .category-right {
    max-width: 100%;
  }

  .category-right__price-main {
    max-width: 64%;
    width: inherit;
  }

  .menu1 {
    display: none;
  }

  .price-price {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    margin-right: 0;
    flex-direction: column;
  }

  .old-price {
    line-height: 14px;
  }

  .old-price,
  .price-data {
    font-size: 10px;
    margin-right: 0;
  }

  .price-item {
    padding: 8px;
    justify-content: space-between;
  }

  .burger-price__price {
    width: 224px;
    margin-right: 24px;
  }

  .without-sale {
    padding-left: 0;
    margin-right: 35px;
  }

  .category-price {
    font-size: 16px;
    line-height: 24px;
  }

  .price-name {
    width: 46%;
    font-size: 10px;
    margin-right: 0;
  }

  .price-box {
    width: 200px;
    justify-content: space-evenly;
  }

  .ya-share2 {
    right: 0;
    top: 40px;
  }

  .important-descr,
  .payment-descr {
    font-size: 10px;
  }

  .payment-list {
    gap: 15px;
  }

  .important-delivery__descr {
    font-size: 10px;
  }

  .menu1-partners {
    position: absolute;
    left: -100%;
    top: 114px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    padding: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .reviews-more {
    font-size: 10px;
  }

  .news-listSmall {
    width: 100%;
  }

  .items-top:first-child {
    gap: 0;
  }

  .news-item {
    width: 100%;
    max-width: 100%;
  }

  .news-container {
    align-items: center;
  }

  .news-bottom {
    padding: 0 0 30px 0;
    width: 100%;
    margin-bottom: 0;
  }

  .detail-staff {
    flex-direction: row;
  }

  .detail-staff .detailimage {
    margin-right: 24px;
  }

  .person-name,
  .person-post {
    text-align: left;
  }

  .menu1-history {
    position: absolute;
    left: -100%;
    top: 114px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    padding: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .history-item {
    flex-direction: column;
    gap: 16px;
  }

  .category-right,
  .history-slider {
    width: 100%;
  }

  .menu1-control {
    position: absolute;
    left: -100%;
    top: 110px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px;
  }

  .active-burger__control,
  .menu1-control {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .active-burger__control {
    left: 19px;
  }

  .swiper-btn__control {
    display: none;
  }

  .control {
    /* margin-bottom: 84px; */
  }

  .control-form {
    padding-left: 230px;
    background-size: 34%;
    background-position: left top;
  }

  .main-contacts li .contacts-register {
    display: none;
  }

  .address-blocks {
    gap: 16px;
    flex-wrap: wrap;
  }

  ul.address-blocks.flex .address-blocks__item {
    width: 100%;
  }

  .addresses-title,
  .requsites__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .map-img {
    width: 100%;
    object-fit: cover;
    height: 420px;
  }

  .category-right__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 55px;
    color: #000;
    margin-bottom: 32px;
  }

  .requsites-list {
    width: 100%;
    align-items: flex-start;
    gap: 16px;
  }

  .requsites-list li {
    align-items: flex-start;
  }

  .requsites-name {
    margin-right: 0;
    font-size: 12px;
  }

  .requsites-list__descr {
    width: 65%;
    font-size: 12px;
  }

  .menu1-company {
    position: absolute;
    left: -100%;
    top: 114px;
    background-color: #fff;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 240px;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgb(0 0 0/15%);
    border-radius: 10px;
    padding: 8px;
  }

  .swiper-btn__company {
    display: none;
  }

  .menu1 {
    position: absolute;
    left: -100%;
    top: 114px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .right-part {
    flex: 1;
    width: 100%;
  }

  .company {
    width: 100%;
  }

  .company-logo {
    margin-bottom: 268px;
  }

  .company::after {
    left: 42%;
  }

  .company::before {
    left: 34%;
  }

  .category-right__category {
    width: 100%;
  }

  .category-right__item {
    width: 48%;
    max-width: inherit;
  }

  .category-left__item,
  .category-left__name h2 {
    font-size: 10px;
  }

  .category-left {
    position: absolute;
    left: -100%;
    top: 110px;
    background-color: #fff;
    width: 240px;
    margin-right: 0;
    padding: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .category-swipper,
  .swiper-btn__category {
    display: none;
  }

  .question-main,
  .question-right form {
    flex-direction: column;
  }

  .question-left {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .question-right form {
    display: flex;
    width: 100%;
  }

  .question-right {
    width: 100%;
  }

  .question-form__descr {
    max-width: 100%;
  }

  .input-form {
    width: 100%;
  }

  .agreement-form {
    max-width: 100%;
  }

  .form-textarea {
    max-width: 100%;
    width: inherit;
  }


  .card-item__price {
    font-size: 16px;
    line-height: 26px;
  }

  .card-item__name {
    font-size: 10px;
  }

  .card-item__img {
    width: 36px;
    margin-right: 0;
  }

  .header-top,
  .header__descr,
  .nav-list {
    display: none;
  }

  .logo {
    margin-right: 6%;
  }

  .logo-img {
    width: 25px;
    margin-right: 7px;
  }

  .logo-name {
    width: 113px;
  }

  .logo-name h3 {
    font-weight: 700;
  }

  .logo-name h3,
  .logo-name p {
    font-size: 6.4px;
  }

  .header-bottom {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .header__input img {
    padding: 6px;
    height: 24px;
    width: 24px;
    border-radius: 6px;
  }

  .header__search .header__input img {
    width: 100%;
  }

  .header__search {
    font-size: 10px;
    line-height: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 150px;
    width: 150px;
  }

  .header__input {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-right: 33px;
  }

  .search__input .header__search {
    max-width: 100%;
    height: 40px;
  }

  .header_nav {
    margin-bottom: 0;
  }

  .mobile-menu {
    display: flex;
    gap: 3px;
    margin-right: 27px;
  }

  .header__phone-number {
    font-size: 12px;
    display: inline-block;
  }

  header .header-main {
    width: calc(100% - 150px);
  }

  .article__article {
    width: 300px;
    display: none;
  }

  .article-section {
    width: 100%;
    margin-right: 0;
  }


  #mobilemenu .menu ul>li a {
    padding: 16px;
    font-size: 14px;
    line-height: 1;
  }

  #mobilemenu .menu>ul>li.selected>a:before {
    display: none;
  }

  #mobilemenu .menu ul>li.selected>a.dark-color {
    background: #0036F8;
    color: white;
  }

  .activeMainBurger,
  .burger-box {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .burger-box {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 102;
    padding: 16px 0px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0 10px 10px 0;
  }

  #mobilemenu {
    width: 100%;
  }

  .activeMainBurger {
    left: 0;
  }

  .burgerMenu {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .burger-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0px 16px;
  }

  .burger__input {
    outline: 1px solid #e1e1e1;
    border-radius: 6px;
    height: 24px;
    width: 80%;
    max-width: 300px;
  }

  .burger__input img {
    background: #0036f8;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    display: block;
  }

  .burger__search {
    outline: 0;
    border: 0;
    margin-left: 7px;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    width: 175px;
  }

  .burger__search:focus {
    outline: 0;
    border: 0;
  }

  .burger-header {
    margin-bottom: 16px;
  }

  .active1 .menu-content {
    display: flex;
  }

  .active1 .menu-item__header {
    background: linear-gradient(94.87deg, #0036f8 52.3%, #001c81 88.94%);
    border-radius: 6px;
  }

  .burger {
    position: absolute;
    left: -100%;
    top: 114px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px;
  }

  .active-burger,
  .burger,
  .openedBurger img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .active-burger {
    left: 19px;
  }

  .openedBurger img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .open-right__menu {
    display: block;
    left: 0;
    z-index: 101;
  }

  .swiper-btn {
    display: none;
  }

  .category-right__title-article {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 0;
  }

  .category-right {
    margin-bottom: 84px;
  }

  .category-right p.requsites-name {
    min-width: 30%;
  }

  .price__article::after {
    bottom: -8px;
    height: 49%;
    left: 29%;
    width: 299px;
  }

  ul.address-blocks.flex .address-blocks__item {
    height: auto;
  }

  .footer-center {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-bg {
    padding-top: 20px;
  }

  .footer__input,
  .footer__input img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .footer__input {
    background-color: #fff;
    margin-right: 0;
  }

  .footer__phone-number {
    display: none;
  }

  .f__logo-name {
    width: 151px;
  }

  .f__logo-name h3 {
    font-size: 8.5px;
  }

  .f__logo-name p {
    font-size: 8.8px;
  }

  .footer__search {
    font-size: 10px;
    width: 196px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer__input img {
    padding: 4px;
    width: 24px;
    height: 24px;
  }

  .number-small {
    display: flex;
  }

  .more-question {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .footer__phone-number {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .work-time p {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .footer-bg {
    background-size: 66.3%, 30.7%, 66.3%;
  }
}

@media (max-width: 720px) {
	.footer__phone-logo .footer__phone-number {
		display: block;
	}
	
	.footer__phone-logo {
		width: 100%;
		text-align: center;
		margin: 20px 0px 0px;
	}
  .burger-price__price {
    width: 190px;
    margin-right: 16px;
  }

  .delivery__radio-btn,
  .payment__radio-btn {
    align-items: center;
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
  }

  .delivery__radio-btn img,
  .payment__radio-btn img {
    margin-right: 0;
    width: 48px;
    margin-bottom: 9px;
  }

  .delivery-title,
  .payment-title {
    text-align: center;
  }

  .payment {
    width: 100%;
  }

  .catalog-title {
    font-size: 28px;
    line-height: 42px;
  }

  .header__input {
    margin-right: 0;
  }

  .header__phone-number {
    font-size: 12px;
  }

  #mobilemenu {
    background: #fff;
    z-index: 3002;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    position: relative;
  }

  #mobilemenu::-webkit-scrollbar {
    width: 8px;
  }

  #mobilemenu::-webkit-scrollbar-track {
    border-radius: 8px;
  }

  #mobilemenu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
  }

  #mobilemenu::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
  }

  #mobilemenu.dropdown {
    top: 64px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    opacity: 0;
    visibility: hidden;
  }

  #mobilemenu.dropdown.show {
    opacity: 1;
    visibility: visible;
  }

  #mobilemenu.leftside {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
  }

  #mobilemenu.leftside.show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.45);
  }

  #mobilemenu>.scroller {
    overflow: hidden;
  }

  #mobilemenu>.scroller>.wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
  }

  #mobilemenu-overlay {
    display: none;
    background: #3a3f44;
    opacity: 0.7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
  }

  #mobilemenu .dropdown {
    left: 0;
    top: 0;
    width: 100%;
    border: medium none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #FFF;
    margin: 0;
    padding: 0
  }

  #mobilemenu .expanded>.dropdown {
    display: block;
  }

  #mobilemenu .expanded>.dropdown>div {
    border-bottom: 1px solid #f2f2f2;
  }

  #mobilemenu .expanded>.dropdown .menu_back a {
    font-size: 15px;
    line-height: 18px;
    padding: 23px 20px 22px 57px;
    cursor: pointer;
    position: relative;
  }

  #mobilemenu .expanded>.dropdown .menu_back .svg {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 20px;
    height: 20px;
  }

  #mobilemenu .expanded>.dropdown .menu_title {
    font-size: 15px;
    line-height: 18px;
    color: white;
    font-weight: bold;
    padding: 22px 23px 23px 19px;
    background-color: #0036f8;
  }

  #mobilemenu .expanded>.dropdown .menu_title>a {
    color: white;
  }

  .dark-color:hover,
  a.colored,
  .colored {
    color: #0036f8;
  }

  #mobilemenu .expanded>.dropdown .menu_back a:hover svg path {
    fill: #0036f8;
  }

  #mobilemenu .menu a:hover .svg {
    background-color: transparent;
  }

  #mobilemenu .menu>ul {
    padding: 0;
    margin: 0;
    display: block;
  }

  #mobilemenu .menu ul>li {
    list-style: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 0;
  }

  #mobilemenu .menu ul li.menu_back svg path {
    fill: #222;
  }

  #mobilemenu .menu ul li:before {
    display: none;
  }

  #mobilemenu .menu ul>li a {
    padding: 19px 20px 20px 19px;
    display: block;
    position: relative;
  }

  #mobilemenu .menu ul>li.menu_title a {
    padding: 0px;
  }

  #mobilemenu .menu ul>li a.parent {
    padding-right: 46px;
  }

  #mobilemenu .menu ul>li .arrow {
    position: absolute;
    z-index: 1;
    width: 46px;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    padding-left: 8px;
    display: block;
  }

  #mobilemenu .menu ul>li .arrow .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
  }

  /*#mobilemenu .menu ul>li.selected>a:before{content:"";position:absolute;top:30px;left:9px;width:4px;height:4px;border-radius:100%;}*/
  #mobilemenu .menu ul>li.selected>a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px !important;
    bottom: -1px;
    width: 2px;
    z-index: 1;
    height: inherit;
    border-radius: 0;
  }

  #mobilemenu .menu>ul>li>a {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
  }

  #mobilemenu .menu>ul>li.selected>a:before {
    left: 0px;
    top: -1px !important;
    bottom: -1px;
    width: 2px;
    z-index: 1;
    height: inherit;
    border-radius: 0;
  }

  #mobilemenu .menu>ul>li:not(.counters),
  .menu ul>li.selected:not(.counters),
  .menu ul>li.expanded {
    position: static;
  }

  #mobilemenu .menu>ul>li.counters>a>span {
    padding-right: 25px;
    position: relative;
  }

  #mobilemenu .menu>ul>li.counters .count {
    min-width: 18px;
    height: 17px;
    line-height: 18px;
    white-space: nowrap;
    font-size: 12px;
    color: #FFF;
    border-radius: 8px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
  }

  #mobilemenu .menu>ul>li.counters .count.empted {
    background: #969ba5;
  }

  #mobilemenu .menu.middle>ul>li>a {
    padding-left: 57px;
    background: #fbfbfb;
  }

  #mobilemenu .menu.middle a .svg {
    position: absolute;
  }

  #mobilemenu .menu.middle a .svg-inline-cabinet {
    width: 14px;
    min-width: 14px;
    height: 17px;
    min-height: 17px;
    left: 21px;
    top: 22px;
  }

  #mobilemenu .menu.middle a .svg-inline-basket {
    width: 18px;
    min-width: 18px;
    height: 17px;
    min-height: 17px;
    left: 20px;
    top: 23px;
  }

  #mobilemenu .menu.middle a .svg-inline-phone {
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    left: 23px;
    top: 26px;
  }

  #mobilemenu .contacts .title {
    font-weight: bold;
    padding: 19px 20px 6px 19px;
  }

  #mobilemenu .contacts a {
    color: #222;
  }

  #mobilemenu .contacts .email,
  #mobilemenu .contacts .address {
    padding: 12px 20px 0 50px;
    position: relative;
    line-height: 18px;
    font-size: 13px;
  }

  #mobilemenu .contacts .svg.svg-inline-address {
    position: absolute;
    left: 20px;
    top: 14px;
    width: 13px;
    min-width: auto;
    height: 16px;
    min-height: auto;
  }

  #mobilemenu .contacts .svg-inline-email {
    min-width: auto;
    min-height: auto;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 20px;
    top: 15px;
  }

  /*#mobilemenu .social-icons{border-bottom:1px solid #f2f2f2;}
#mobilemenu .social-icons ul{padding:16px 0 30px 0;margin:0;}
#mobilemenu .social-icons li{list-style:none;display:block;}
#mobilemenu .social-icons li>a{font-size:13px;line-height:20px;background:none;padding:5px 27px 5px 50px;width:100%;opacity:1;position:relative;margin:0;height:auto;}
#mobilemenu .social-icons li>a .svg{position:absolute;width:20px;min-width:20px;height:20px;min-height:20px;left:19px;top:5px;}*/
  #mobilemenu .social-icons a:hover .svg {
    /*background-color:#222;*/
  }

  #mobilemenu .social-icons li a svg {
    display: none;
  }

  #mobilemenu .social-icons {
    padding: 17px 10px;
  }

  #mobilemenu .downdrop .menu ul>li .arrow .svg {
    transform: rotate(0.25turn);
  }

  #mobilemenu .downdrop .dropdown {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0 0 0 19px;
  }

  #mobilemenu .downdrop .expanded>.dropdown .menu_back,
  #mobilemenu .mobilemenu-v2 .expanded>.dropdown .menu_title {
    display: none;
  }

  #mobilemenu .downdrop .menu ul>li.expanded {
    border-bottom: none;
  }

  #mobilemenu .downdrop .menu ul>li.expanded>a {
    border-bottom: 1px solid #f2f2f2;
  }

  #mobilemenu .menu.middle a .svg-inline-region {
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    left: 23px;
    top: 26px;
  }

  #mobilemenu .menu.middle.phones ul>li a.phone {
    font-weight: bold;
  }

  #mobilemenu .menu.middle.phones ul>li a.phone span {
    display: block;
    color: #999999;
    font-size: 13px;
    line-height: 16px;
    margin-top: 1px;
    font-weight: normal;
  }


  #mobilemenu .menu.top.expanded-menu .expanded-title {
    padding: 19px 20px 20px 19px;
    background: #fbfbfb;
  }

  #mobilemenu .menu.top.expanded-menu .parent {
    font-weight: normal;
  }

  #mobilemenu .compact_menu .menu ul>li a {
    padding-top: 11px;
    padding-bottom: 12px;
  }

  #mobilemenu .compact_menu .menu ul>li.menu_title a {
    padding: 0px;
  }

  #mobilemenu .compact_menu .menu.middle a .svg-inline-phone {
    top: 16px;
  }

  #mobilemenu .compact_menu .menu.middle a .svg-inline-region {
    top: 18px;
  }

  #mobilemenu .compact_menu .menu.middle a .svg-inline-cabinet {
    top: 14px;
  }

  #mobilemenu .compact_menu .menu.middle a .svg-inline-basket {
    top: 15px;
  }

  #mobilemenu .compact_menu .menu.top.expanded-menu .expanded-title {
    padding: 11px 20px 12px 19px;
  }

  #mobilemenu .compact_menu .expanded>.dropdown .menu_back a {
    padding: 15px 20px 14px 57px;
  }

  #mobilemenu .compact_menu .expanded>.dropdown .menu_back .svg {
    top: 18px;
  }

  #mobilemenu .compact_menu .expanded>.dropdown .menu_title {
    padding: 14px 23px 15px 19px;
  }

  #mobilemenu .expanded>.dropdown .menu_title {
    padding: 22px 23px 23px 19px;
  }
}

@media (max-width: 667px) {
  .footer-main__item a {
    font-size: 11px;
    line-height: 14px;
  }

  .burger-price__price {
    position: absolute;
    left: -100%;
    top: 50px;
    background-color: #fff;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 240px;
    margin-right: 0;
  }

  .active-burger {
    left: 19px;
  }

  .active-burger,
  .menu-content ul li,
  .openedBurger img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .openedBurger img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .open-right__menu {
    display: block;
    left: 0;
    z-index: 101;
  }

  .swiper-btn {
    display: none;
  }

  .category-right__price-main {
    max-width: 100%;
  }

  .without-sale {
    padding-left: 0;
    margin-right: 16%;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 10px;
  }

  #mobilemenu {
    height: 100vh;
  }

  .active .menu-item__header h3,
  .menu-content ul li {
    font-size: 10px;
  }

  .menu-content ul li:hover {
    font-weight: 700;
  }

  .price-box {
    width: 256px;
    justify-content: space-evenly;
  }

  .accordion-body .row {
    flex-direction: column;
  }

  .program-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .program-block__speaker {
    max-width: 100%;
  }

  .speaker__job,
  .speaker__text,
  .links {
    width: 100%;
  }
}

@media (max-width: 650px) {

  .info-aboutOrder__recvisites-item .not-payed {
    font-size: 10px;
  }

  .info-aboutOrder__recvisites {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .info-aboutOrder__recvisites-item:nth-child(2n-1) {
    margin-bottom: 0;
  }

  .info-aboutOrder__descr {
    background-size: 48px;
    font-size: 11px;
  }

  .category-right__title {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .bottom-item__list {
    column-gap: 35px;
  }

  .menu1-payment {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .menu1,
  .menu1-payment {
    position: absolute;
    left: -100%;
    top: 110px;
    background-color: #fff;
    z-index: 100;
    width: 240px;
    margin-right: 0;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px;
  }

  .active-burger,
  .menu1,
  .openedBurger img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .active-burger {
    left: 19px;
  }

  .active-burger .nav-list {
    display: flex;
  }

  .openedBurger img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .open-right__menu {
    display: block;
    left: 0;
    top: 14%;
    z-index: 101;
  }

  .swiper-btn {
    display: none;
  }

  .card img {
    width: 20px;
    height: 20px;
  }

  .history-slider__wrapper {
    width: 357px;
  }

  .addresses-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .contacts-title {
    font-size: 24px;
    line-height: 34px;
  }

  .price-banner__company {
    height: 680px;
    align-items: center;
  }

  .price-btn__company {
    margin-left: 0;
  }

  .price-title__company {
    margin-right: 0;
  }

  .price__category::after,
  .price__company::after {
    bottom: -18px;
    right: 8px;
    height: 51%;
    width: 345px;
  }

  .price-banner__category {
    height: 680px;
    align-items: center;
  }

  .price-btn__category {
    margin-left: 0;
  }

  .price-title__category {
    margin-right: 0;
  }

  header div#title-search {
    display: none;
  }

  .addOffer,
  .offer-me {
    width: 50%;
  }

  .detail-staff {
    flex-direction: column;
  }

  .detail-staff .detailimage {
    margin: 0 auto;
  }

  .detail-staff .content {
    margin-bottom: 0;
  }

  .person-name,
  .person-post {
    text-align: center;
  }

  .person-data .inner-wrapper {
    margin-bottom: 24px;
  }

  .item__item-article {
    width: 100%;
  }

  .footer__search {
    width: 100px;
  }
}

@media (max-width: 568px) {
  .footer-city-click {
    margin: auto;
  }

  .footer-bottom {
    padding-bottom: 35px;
  }

  .footer__boncho-logo a {
    justify-content: center;
    flex-direction: column;
    padding: 0px;
  }

  .footer__boncho-logo img {
    margin-left: 0px;
    margin-top: 8px;
  }

  .element-list__img {
    width: 200px;
  }

  .element-list__content.element-list__content--image {
    width: calc(100% - 200px);
    padding-left: 20px;
  }

  header .header-main {
    min-height: 36px;
  }

  header {
    position: relative;
  }

  header .logo {
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 156px;
  }

  .list-properties:not(:last-child) {
    margin-bottom: 16px;
  }

  .list-properties__value {
    padding: 13px 12px;
    font-size: 12px;
    line-height: 140%;
  }

  .list-properties__title {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .category_descr {
    font-size: 12px;
  }

  .content p {
    margin-bottom: 15px;
  }

  .quote-base {
    padding: 16px;
    font-size: 12px;
    margin-bottom: 16px;
  }

  ul.list.listMain li:before {
    height: 6px;
    width: 6px;
  }

  ul.list.listMain li {
    font-size: 12px;
    line-height: 140%;
  }

  .caption {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
    text-align: center;
  }

  .caption--mini {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .footer-main__list {
    display: none;
  }

  .footer-social:not(.footer-social--mobile) {
    display: none;
  }

  .footer-social.footer-social--mobile {
    display: block;
    margin-top: 32px;
  }

  .footer-top {
    align-items: center;
    margin-bottom: 32px;
  }

  footer .footer-main {
    height: initial;
    width: 100%;
  }

  .footer__woman-bg {
    width: 300px;
    height: 260px;
  }

  .footer-info.column {
    width: 100%;
    text-align: center;
  }

  .footer-info.column .footer__phone-number {
    text-align: center;
    display: block;
  }

  .main-title {
    margin-bottom: 40px;
    font-weight: 700;
  }

  .header__input {
    display: none;
  }

  .search__input {
    display: block;
  }

  .card-title_small {
    /* text-align: center; */
  }

  .main-info__list li {
    font-size: 10px;
  }

  .info-aboutOrder__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .info-aboutOrder__list li {
    gap: 40px;
    position: relative;
    padding: 8px;
  }

  .info-aboutOrder__descr {
    font-size: 11px;
    margin-right: 42px;
    padding-left: 64px;
    margin-bottom: 30px;
  }

  .info-aboutOrder__count,
  .info-aboutOrder__price {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    position: absolute;
    bottom: 8px;
    left: 72px;
  }

  .info-aboutOrder__price {
    font-weight: 800;
    font-size: 14px;
    left: 112px;
  }

  .main-info__list {
    gap: 24px;
    flex-direction: column;
  }

  .main-info__list li:nth-child(1),
  .main-info__list li:nth-child(2),
  .main-info__list li:nth-child(3) {
    max-width: inherit;
    width: 100%;
    padding-top: 0;
    background-size: 72px;
    padding-left: 96px;
    min-height: 74px;
  }

  .price-serv::after {
    bottom: -8px;
    height: 49%;
    left: 15%;
    width: 299px;
  }

  .category-right__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
  }

  .services-item {
    padding-top: 0;
    padding-bottom: 16px;
    width: 100%;
    background-size: 74px;
    /* padding-left: 90px; */
  }

  .sertificate-item {
    width: 100%;
  }

  .sertificate-item img {
    height: auto;
    width: 50%;
    margin: 0px auto 16px;
  }

  .sertificate-descr {
    font-size: 14px;
  }

  .card img {
    width: 16px;
    height: 16px;
  }

  .price-name {
    width: 100%;
    padding: 8px;
    font-size: 10px;
    margin-right: 0;
    border-bottom: 1px solid #e1e1e1;
  }

  .price-item {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .choose-city button,
  .price-data br {
    display: none;
  }

  .price-name {
    margin-bottom: 0;
  }

  .price-box {
    width: 100%;
    justify-content: space-between;
    padding: 8px;
  }

  .price-price {
    align-self: end;
    flex-direction: row;
    gap: 8px;
  }

  .price-content {
    gap: 8px;
  }

  .without-sale {
    right: 8px;
    margin-right: 0;
  }

  .category-price,
  .main-title {
    text-align: center;
  }

  .main-title {
    font-size: 18px;
    line-height: 26px;
  }

  .category-price {
    font-size: 12px;
    line-height: 18px;
    width: 162px;
    margin: 0 auto 16px;
  }

  .price-list__price {
    gap: 8px;
    margin-bottom: 24px;
  }

  .partners-item {
    width: 100%;
  }

  .delivery__radio-label:before,
  .payment__radio-label:before {
    top: 0;
  }

  .delivery__radio-label,
  .payment__radio-label {
    font-size: 10px;
  }

  .delivery__radio-label:after,
  .payment__radio-label:after {
    top: 4px;
  }

  .buyer-info__inputs {
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
    margin-bottom: 41px;
  }

  .buyerInfo,
  .your-card__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    text-align: center;
  }

  .your-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }

  .buyer-info__mail,
  .buyer-info__phone {
    text-align: center;
  }

  .buyer-info__mail-label,
  .buyer-info__phone-label {
    width: 100%;
    text-align: center;
  }

  .for-buyer__name {
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    line-height: 140%;
    margin-bottom: 24px;
  }

  .comment-title,
  .delivery-title,
  .payment-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .delivery-title,
  .payment-title {
    line-height: 20px;
  }

  .comment-title {
    font-weight: 400;
    line-height: 22px;
  }

  .comment {
    margin-bottom: 24px;
  }

  .more-item__price {
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
  }

  .more-item__bottom {
    gap: 16px;
    justify-content: flex-start;
    margin-left: 68px;
  }

  .addOrder {
    margin: 0 auto;
    display: block;
  }

  .addOrder,
  .control-form__left,
  .control-form__right {
    width: 100%;
  }

  .control-form {
    padding-left: 0;
    padding-top: 260px;
    background-size: 58%;
    background-position: center top;
  }

  .active h3 {
    font-size: 10px;
  }

  .active .qustions__content .question-answer {
    font-size: 12px;
    line-height: 16px;
  }

  .question-descr {
    font-size: 10px;
    margin-left: 12px;
    margin-right: 50px;
  }

  .questions-title {
    font-size: 20px;
    line-height: 36px;
  }

  .catalog-title {
    font-size: 20px;
    line-height: 28px;
  }

  .counter {
    margin-right: 0;
    position: absolute;
    bottom: 8px;
    left: 72px;
  }

  .card-item__name {
    font-size: 10px;
    margin-bottom: 28px;
    margin-right: 34px;
  }

  .card-item {
    gap: 20px;
    position: relative;
    justify-content: space-between;
    padding: 8px;
  }

  .addOffer,
  .offer-me {
    width: 70%;
  }

  .card-item__price {
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    bottom: 8px;
    left: 144px;
  }

  .card-item__delete {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
  }

  .header__search {
    width: 100px;
  }

  .card {
    align-items: center;
  }

  .card p {
    padding-bottom: 0;
  }

  .logo-img {
    margin-right: 5px;
  }

  .header__phone-number {
    margin-left: 25px;
  }

  .price__article::after {
    bottom: -8px;
    height: 49%;
    left: 15%;
    width: 299px;
  }

  .order-main button {
    font-size: 14px;
    padding: 21px;
    width: 312px;
  }

  .category-right__title-article {
    width: 90%;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
  }

  .order-service {
    padding: 16px;
    background-size: 74px;
    background-position-y: 16px;
    margin-bottom: 32px;
  }

  .order-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px;
    padding-left: 90px;
  }

  .order-main {
    gap: 15px;
    flex-direction: column;
  }

  .order-main p {
    font-size: 12px;
    width: 100%;
  }

  .services-item img {
    height: auto;
    width: 100%;
  }

  .staff-item {
    min-height: 490px;
  }

  footer .footer-top {
    justify-content: center;
  }

  .footer-bg {
    background-image: url(../images/image1\ 2.png);
    background-size: 700px;
    background-position: right -70px bottom;
    background-repeat: no-repeat;
  }
}

@media (max-width: 530px) {
  .header__phone-number {
    display: none;
  }

  .content iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .history-slider__wrapper {
    /* width: 260px; */
    gap: 12px;
  }

  .requsites-list__descr {
    width: auto;
  }

  .bottom-btns {
    /* justify-content: center; */
  }

  .share-btns {
    /* display: none; */
  }
}

@media (max-width: 460px) {
  .element-list__content.element-list__content--image {
    width: 100%;
    padding-left: 0px;
  }

  .element-list__img {
    width: 100%;
    margin-bottom: 16px;
  }

  .card img {
    margin-right: 2px;
    width: 20px;
    height: 20px;
  }

  .info-aboutOrder__title,
  .main-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: center;
  }

  .main-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }

  .info-aboutOrder {
    margin-bottom: 60px;
  }

  .info-aboutOrder__btn {
    width: 100%;
  }

  .main-info__list li:nth-child(1),
  .main-info__list li:nth-child(2),
  .main-info__list li:nth-child(3) {
    padding-right: 23px;
  }

  .price-title__serv {
    text-align: center;
    margin-right: 0;
    font-size: 18px;
    margin-top: 112px;
    margin-bottom: 16px;
  }

  .price-title__serv span {
    text-align: center;
    font-size: 102px;
    line-height: 130px;
  }

  .price-banner__serv {
    position: relative;
    padding: 24px;
  }

  .price-list__serv {
    gap: 16px;
    position: absolute;
    margin-bottom: 0;
    top: 44px;
    left: 48px;
  }

  .price-btn__serv {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 21px;
  }

  .price-serv::after {
    left: inherit;
    bottom: -32px;
    height: 49%;
    right: 6px;
    width: 297px;
  }

  .subscribe-btn {
    margin: 0 auto 24px;
    width: 252px;
    display: block;
  }

  .bottom-list h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .price-right__serv {
    align-items: flex-start;
    width: 100%;
  }

  .bottom-item__list {
    display: flex;
    flex-direction: column;
  }

  .category-right__title {
    text-align: center;
  }

  .payment-list {
    gap: 24px;
    flex-direction: column;
  }

  .payment-img {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    position: absolute;
    left: 0;
  }

  ul.flex li.payment-card,
  ul.flex li.payment-withoutCard {
    position: relative;
    padding-left: 90px;
  }

  .payment-descr,
  .payment-name {
    font-size: 12px;
  }

  .payment-name {
    line-height: 18px;
    margin-bottom: 8px;
  }

  .important {
    gap: 10px;
    flex-direction: column;
    padding: 16px;
  }

  main,
  .main {
    margin-bottom: 0;
  }

  .price-company {
    margin-bottom: 94px;
  }

  .important-delivery__descr,
  .important-descr {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .card-total__count h2,
  .important-delivery {
    font-weight: 700;
    margin-bottom: 8px;
  }

  .important-bottom,
  .important-delivery {
    font-size: 12px;
    line-height: 18px;
  }

  .category-right__title {
    font-weight: 700;
    color: #000;
  }

  .news-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
  }

  .pagination {
    justify-content: center;
  }

  .category-right__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .requsites-list__descr,
  .requsites-name {
    font-size: 10px;
  }

  .main-contacts li {
    font-size: 16px;
  }

  ul.address-blocks.flex .address-blocks__item {
    padding: 14px;
  }

  .more-info__item,
  ul.more-info .phones-div {
    gap: 15px;
    font-size: 12px;
  }

  .address-stroke__title,
  .addresses-title {
    font-size: 16px;
    line-height: 24px;
  }

  .addresses-title {
    margin-bottom: 16px;
  }

  .address {
    font-size: 12px;
  }

  .price-banner__company {
    height: 600px;
  }

  .price-company::after {
    bottom: -19px;
    width: 225px;
    right: 26px;
    height: 43%;
  }

  .price-title__category span,
  .price-title__company span {
    font-size: 95px;
  }

  .price-title__company {
    font-size: 17px;
    text-align: center;
  }

  .company::after {
    left: 33%;
  }

  .company::before {
    left: 22%;
  }

  .price-banner__category {
    height: 600px;
  }

  .price-category::after {
    bottom: -19px;
    width: 225px;
    right: 26px;
    height: 43%;
  }

  .price-title__category {
    font-size: 17px;
    text-align: center;
  }

  .choose-city {
    max-width: 1290px;
    margin: 65px auto 32px;
  }

  .card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    top: 73px;
    left: 0;
  }

  .card-title_left-align {
    text-align: left;
    position: unset;
  }

  .card-title_absolute {
    position: absolute;
  }

  .card-title_small {
    font-size: 18px;
  }

  .card-title-contain {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 162px;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .card-title_line-height {
    line-height: 25px;
    text-align: center;
  }

  .breadcrumb {
    display: none;
  }

  .choose-city__descr,
  .city-name {
    font-size: 10px;
  }

  .total-list__busket {
    margin-bottom: 8px;
  }

  .card-total__count h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .total-list__item {
    font-size: 10px;
    line-height: 14px;
  }

  .total-item__price {
    font-weight: 300;
    font-size: 10px;
    line-height: 160%;
  }

  .total-items,
  .total-items__price {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }

  .total-price__busket {
    margin-bottom: 16px;
  }

  .addOffer {
    padding: 14px;
  }

  .addOffer,
  .offer-me {
    width: 100%;
  }

  .promo-btn {
    width: 90px;
    padding: 17px;
  }

  .promo-input {
    width: 206px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding: 14px;
    text-align: center;
    outline: 1px solid #818181;
    border-radius: 10px;
    margin-right: 16px;
  }

  .dashed {
    position: relative;
    flex: 1;
    margin-left: 7px;
    margin-right: 7px;
    border-bottom: 1px dashed #888;
    bottom: 4px;
  }

  .header__search {
    width: 55px;
    margin-right: 6px;
    padding-left: 6px;
  }

  .mobile-menu {
    margin-right: 8px;
  }

  .card {
    font-size: 12px;
  }

  .header__phone-number {
    margin-left: 15px;
  }

  .price-title__article {
    text-align: center;
    margin-right: 0;
    font-size: 22px;
    margin-top: 112px;
    margin-bottom: 16px;
  }

  .price-title__article span {
    font-size: 112px;
    line-height: 130px;
  }

  .price-banner__article {
    position: relative;
    padding: 24px;
  }

  .price-list__article {
    gap: 16px;
    position: absolute;
    margin-bottom: 0;
    top: 44px;
    left: 48px;
  }

  .price-list__item {
    font-size: 18px;
  }

  .price-btn__article {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 21px;
  }

  .price__article::after {
    left: inherit;
    bottom: -14px;
    height: 46%;
    right: 26px;
    width: 299px;
  }

  .item__item {
    width: 300px;
    margin: 0 auto 24px;
  }

  .content-article {
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-btn__article {
    width: 252px;
    display: block;
    margin: 0 auto 24px;
  }

  .bottom-list1 li {
    gap: 24px;
  }

  .item-descr1 {
    font-size: 12px;
    margin-top: 0;
  }

  .back-btn button {
    width: 108px;
  }

  .share-btns button {
    width: 90px;
  }

  .order-main button {
    font-size: 14px;
    padding: 21px;
    width: 100%;
  }

  .price-right__article {
    align-items: flex-start;
    width: 100%;
  }

  .footer-info {
    width: 157px;
    right: 8px;
  }

  .footer-main {
    margin-right: 55%;
  }

}

@media (max-width: 420px) {
  .content iframe {
    height: 200px;
  }

  .reviews-item img {
    height: 150px;
  }

  .requsites-list li {
    width: 100%;
    gap: 8px;
  }

  .price-title__serv span {
    font-size: 100px;
    line-height: 126px;
  }

  .price-title__serv {
    font-size: 19px;
    margin-top: 112px;
  }

  .price-serv::after {
    bottom: -9px;
    height: 40%;
    right: 6px;
    width: 250px;
  }

  .top-item__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .top-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .top-item:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 24px;
    border-bottom: 0;
  }

  .bottom-item__listOne {
    font-size: 12px;
  }

  .bottom-item h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .sertificate-item img {
    width: 132px;
  }

  .reviews::-webkit-scrollbar {
    width: 0;
  }

  .hero-title {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 16px;
  }

  .description,
  .hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-descr {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .hero {
    gap: 16px;
    margin-bottom: 16px;
  }

  .description {
    margin-bottom: 60px;
  }

  .questions-list {
    gap: 8px;
  }

  .ask-question {
    letter-spacing: 0.1em;
  }

  .question-left {
    margin-bottom: 16px;
  }

  .price-buy p {
    font-size: 24px;
    line-height: 32px;
    margin-left: 24px;
  }

  .price-buy {
    align-items: center;
  }

  .price-buy button {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 63px;
  }

  .partners-phone {
    font-size: 14px;
  }

  .partners {
    gap: 16px;
  }

  .requsites-descr {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .requsites-list {
    align-items: flex-start;
    gap: 24px;
  }

  .article {
    margin-right: 22px;
    margin-left: 22px;
  }

  .smallNews-name {
    width: 300px;
  }

  .reviews-more {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .category-right {
    width: 100%;
    /* margin-bottom: 0; */
  }

  .reviews-descr {
    font-size: 14px;
  }


  .history-item__left h2 {
    font-size: 16px;
    line-height: 24px;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 3px;
  }

  .history-item__left h2 span {
    font-weight: 200;
    font-size: 32px;
    line-height: 37px;
    margin-left: 16px;
  }

  .history-item__left {
    margin-right: 0;
  }

  .history-item {
    gap: 0px;
  }

  .history-item__left h2 {
    margin-bottom: 0px;
  }

  .history-item__right h3 {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .history-slider__wrapper {
    width: 320px;
    gap: 0;
  }

  /* .history-slider__slide img {
    height: 115px;
  } */
  .history-list {
    gap: 32px;
  }

  .control-form {
    background-size: 58%;
    background-position: center top;
    padding-top: 216px;
    padding-left: 0;
  }

  .control-title {
    display: none;
  }

  .control-descr {
    font-size: 12px;
  }

  .category-right__title {
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
  }

  .contacts-title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 16px;
  }

  .main-contacts .top p,
  .main-contacts li img {
    margin: 0 auto;
  }

  .main-contacts .top,
  .main-contacts li {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    text-align: center;
    gap: 16px;
    padding: 0px;
  }

  .top p br:nth-child(2) {
    display: none;
  }

  .main-contacts li a {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
  }

  .main-contacts {
    margin-bottom: 0;
    padding-left: 0;
  }

  .addresses-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 174px;
    margin: 0 auto 16px;
  }

  .address-stroke__title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .more-info,
  ul.more-info .phones-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  ul.more-info .phones-div {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .mail-address,
  .more-info__item p,
  ul.more-info .phones-div {
    padding-left: 24px;
    background-size: 16px;
  }

  .requsites__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: center;
  }

  .requsites-list li {
    flex-direction: column;
  }

  .requsites-list__descr,
  .requsites-name {
    font-size: 12px;
    width: 100%;
  }

  .requsites-name {
    margin-bottom: 8px;
  }

  .company-title {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .company-descr {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .company-slogan {
    max-width: 205px;
    font-size: 14px;
    margin-bottom: 356px;
  }

  .company::after {
    left: 22%;
    width: 198px;
    height: 340px;
  }

  .company::before {
    left: 0;
    width: 100%;
    height: 240px;
  }

  .company-logo {
    position: absolute;
    width: 100%;
    height: inherit;
    margin-bottom: 0;
    bottom: -105px;
  }

  .company {
    margin-bottom: 170px;
  }

  .company-list__item {
    align-items: flex-start;
    flex-direction: column;
    width: 45%;
  }

  .company-list {
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .company-list__item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
  }

  .company-list__item-descr {
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
  }

  .card img,
  .company-list__item img {
    margin-right: 0;
  }

  .price-banner {
    padding-left: 24px;
    padding-top: 44px;
  }

  .price-title {
    font-size: 22px;
    text-align: center;
    margin-right: 0;
    margin-top: 93px;
  }

  .price-title span,
  .price-title__category span {
    font-size: 112px;
    line-height: 112px;
  }

  .price-list {
    gap: 11px;
    position: absolute;
    top: 90px;
    left: 24px;
    margin-left: 18px;
  }

  .price-list__item {
    font-weight: 700;
    font-size: 18px;
  }

  .price-btn,
  .price-right {
    width: 100%;
    margin-left: 0;
  }

  .price-btn {
    display: block;
  }

  .price-banner {
    height: 650px;
  }

  .card img {
    width: 24px;
    height: 24px;
  }

  .category-left {
    top: 38px;
  }

  .active-burger {
    top: 38px;
    left: 10px;
  }

  .category-right__title-category {
    display: none;
  }

  .category {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .pagination {
    display: none;
  }

  .swiper2 {
    display: block;
  }

  .category-right__title-dop {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
  }

  .swiper-btn__category {
    position: absolute;
    bottom: 2870px;
    width: 268px;
    right: 10%;
  }

  .category-right__item {
    width: 100%;
  }

  .swiper-btn2 {
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 17px;
    width: 268px;
    background: #0036f8;
    border-radius: 6px;
    margin: 0 auto 60px;
  }

  .category-right__list-category {
    margin-bottom: 45px;
    justify-content: center;
  }

  .mobile-hide {
    display: none;
  }

  .swiper-button-prev {
    left: -5px;
  }

  .swiper-button-next {
    right: -5px;
  }

  .price-banner__category {
    padding-left: 24px;
    padding-top: 44px;
  }

  .price-title__category {
    font-size: 22px;
    text-align: center;
    margin-right: 0;
    margin-top: 93px;
  }

  .swiper2 {
    display: flex;
  }

  .price-list__category {
    gap: 11px;
    position: absolute;
    top: 90px;
    left: 24px;
    margin-left: 18px;
  }

  .price-list__item__category {
    font-weight: 700;
    font-size: 18px;
  }

  .price-btn__category,
  .price-right__category {
    width: 100%;
    margin-left: 0;
  }

  .price-btn__category {
    display: block;
  }

  .price-category::after {
    bottom: -19px;
    width: 225px;
    right: 25px;
    height: 40%;
  }

  .price-banner__category {
    height: 650px;
  }

  .description-category p {
    font-weight: 300;
    font-size: 10px;
    line-height: 160%;
  }

  .questions-title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 16px;
  }


  .catalog-list {
    gap: 15px;
  }

  .question-right {
    display: none;
  }

  .questions {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 70px;
  }

  .questions__list-name {
    font-size: 10px;
    padding-right: 28px;
  }

  .questions-list li {
    padding: 8px;
  }

  .active h3 {
    font-size: 10px;
  }

  .catalog-title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .question-descr {
    font-size: 10px;
    margin-left: 8px;
    margin-right: 28px;
  }

  .qustions__content {
    font-size: 12px;
    line-height: 16px;
  }

  .ask-question {
    width: 268px;
    display: block;
    background-color: #0036f8;
    border-radius: 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    max-width: 268px;
    text-align: center;
    margin: 0 auto;
    padding: 17px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .ask-question:hover {
    background-color: #a20e8b;
  }

  .catalog {
    margin-bottom: 60px;
  }

  .category-right__title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .breadcrumb {
    display: none;
  }

  .header-main {
    width: 100%;
    justify-content: space-between;
  }

  .header-bottom {
    width: 88%;
  }

  .card p,
  .header__input,
  .header__phone-number {
    display: none;
  }

  .search__input {
    display: block;
  }

  .logo-img {
    width: 25px;
    margin-right: 8px;
  }

  .price-title__article span {
    font-size: 100px;
    line-height: 126px;
  }

  .price-title__article {
    font-size: 19px;
    margin-top: 112px;
  }

  .main-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .header-title {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 18px;
  }

  .category-right__title-article {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 16px;
    text-align: left;
  }

  .main-title,
  .share-link {
    display: none;
  }

  .footer-bg {
    padding: 0;
  }

  .f__logo-img {
    width: 33px;
    margin-right: 10px;
  }

  .footer-center {
    padding-left: 8px;
    padding-right: 8px;
  }

  .f__logo-name {
    width: 151px;
  }

  .f__logo-name h3 {
    font-size: 8.5px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }

  .f__logo-name p {
    font-size: 8.8px;
  }

  .footer__search {
    width: 214px;
  }

  .footer-main__list:not(:nth-child(3)) {
    display: none;
  }

  .footer__woman-bg {
    width: 278px;
    height: 260px;
    right: 0;
  }

  .footer-main__list:nth-child(3) {
    margin-right: 0;
    display: none;
  }

  .footer-info {
    text-align: center;
    width: 100%;
    right: 8px;
    position: static;
  }

  .footer-main {
    margin-right: 0;
    width: 100%;
  }

  .number-small {
    font-size: 18px;
    margin-bottom: 3px;
    display: inline-block;
  }
}