.novost_tovar_slider {
  position: relative;
  margin-top: 30px;
}
.novost_tovar {
  position: relative;
  overflow: hidden;
  margin: 0 2%;
}
.novi-swiper-button-prev,
.novi-swiper-button-next {
  background: transparent;
}
.novi-swiper-button-prev {
  left: -3%;
  border-radius: 100% 0 0 100%;
}
.novi-swiper-button-next {
  right: -3%;
  border-radius: 0 100% 100% 0;
}
.novi-swiper-button-prev svg,
.novi-swiper-button-next svg {
  opacity: 1;
}
.novi-swiper-button-prev:hover,
.novi-swiper-button-next:hover {
  background: rgba(250,250,250,0.5);
  background: linear-gradient(rgba(250,250,250,0),rgba(250,250,250,0.9),rgba(250,250,250,0));
  box-shadow: 5px 0px 10px #000000;
}
.novi-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.novost_item .content_text img {
  margin-bottom: 10px;
}
@font-face {
  font-family: 'Days';
  src: url('/font/Days.ttf') format('truetype');
}
.websitecando_page h1 {
  margin: 0 auto 40px;
  text-align: center;
}
.websitecando_page .top_row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 20px;
}
.websitecando_page .display_types {
  display: flex;
  align-items: center;
  gap: 10px;
}
.websitecando_page .display_type {
  cursor: pointer;
}
.websitecando_page .display_type svg {
  transition: 0.3s all;
}
@media (hover: hover) {
  .websitecando_page .display_type:hover svg {
    stroke: #333333;
  }
}
.websitecando_page .display_type.active {
  pointer-events: none;
}
.websitecando_page .display_type.active svg {
  stroke: #333333;
}
.websitecando_page .tags_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.websitecando_page .tag_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  cursor: pointer;
  position: relative;
}
.websitecando_page .tag_list_item:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: radial-gradient(340.41% 106.62% at 4% 40%,rgba(252,122,29,0.08) 0%,rgba(238,10,120,0.08) 100%);
  z-index: 2;
  transition: 0.3s all;
}
@media (hover: hover) {
  .websitecando_page .tag_list_item:hover:after {
    opacity: 1;
  }
}
.websitecando_page .tag_list_item a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #333333;
}
.websitecando_page .tag_list_item.active {
  pointer-events: none;
  background: radial-gradient(340.41% 106.62% at 4% 40%,rgba(252,122,29,0.08) 0%,rgba(238,10,120,0.08) 100%);
}
.websitecando_page .tag_list_item.active a {
  color: #f00;
}
.websitecando_page .websitecando_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px 2%;
  margin-bottom: 40px;
}
.websitecando_page .websitecando_item,
.websitecando_page .item_by_tag {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.websitecando_page .websitecando_item .img_block,
.websitecando_page .item_by_tag .img_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #F2F2F2;
  border-radius: 10px;
  position: relative;
  min-height: 250px;
}
.websitecando_page .websitecando_item .img_block .name,
.websitecando_page .item_by_tag .img_block .name {
  transition: 0.3s all;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 105%;
  z-index: 2;
  font-family: Days;
  padding-bottom: 20%;
}
.websitecando_page .websitecando_item .mini_logo,
.websitecando_page .item_by_tag .mini_logo {
  max-width: 30%;
}
.websitecando_page .websitecando_item .img_item,
.websitecando_page .item_by_tag .img_item {
  max-width: 15%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.websitecando_page .websitecando_item .info_block,
.websitecando_page .item_by_tag .info_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.websitecando_page .websitecando_item .info_block .name,
.websitecando_page .item_by_tag .info_block .name {
  transition: 0.3s all;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.websitecando_page .websitecando_item .info_block .description p,
.websitecando_page .item_by_tag .info_block .description p {
  color: #737373;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (hover: hover) {
  .websitecando_page .websitecando_item:hover .info_block .name,
  .websitecando_page .item_by_tag:hover .info_block .name {
    color: #f00;
  }
}
.websitecando_page .websitecando_image {
  display: flex;
  margin-bottom: 40px;
}
.websitecando_page .websitecando_text {
  display: flex-direction;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.websitecando_page .websitecando_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.websitecando_page .step_list {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
.websitecando_page .step_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.websitecando_page .step_count {
  font-family: Inter;
  margin-left: auto;
  font-size: 60px;
  font-weight: 900;
  line-height: 140%;
  background: radial-gradient(340.41% 106.62% at 4% 40%,rgba(252,122,29,0.1) 0%,rgba(238,10,120,0.1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.websitecando_page .step_text .fancybox {
  display: flex;
}
.websitecando_page .step_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
.websitecando_page .step_text p:nth-last-child(1) {
  margin-bottom: 0;
}
.websitecando_page .step_text img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
.websitecando_page .items_by_tags {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 90px;
}
.websitecando_page .items_by_tags .title {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}
.websitecando_page .items_by_tags_list {
  overflow: hidden;
}
.websitecando_page .item_by_tag {
  max-width: 540px;
}
.websitecando_page .item_by_tag .img_block {
  min-height: 240px;
}
.websitecando_page .websitecando_list.list_row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.websitecando_page .websitecando_list.list_row .websitecando_item {
  flex-direction: row;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
}
.websitecando_page .websitecando_list.list_row .websitecando_item .img_item {
  display: none;
}
.websitecando_page .websitecando_list.list_row .websitecando_item .mini_logo {
  max-width: 20%;
}
.websitecando_page .websitecando_list.list_row .websitecando_item .img_block {
  width: 45%;
  max-width: 45%;
  min-width: 45%;
  min-height: inherit;
  padding: 20px;
}
.websitecando_page .websitecando_list.list_row .websitecando_item .img_block .name {
  padding-bottom: 0;
}
.websitecando_page .websitecando_list.list_row .websitecando_item .info_block .name {
  display: none;
}
.websitecando_page .websitecando_list.list_row .websitecando_item .info_block .description p {
  margin: 0;
}
@media (hover: hover) {
  .websitecando_page .websitecando_list.list_row .websitecando_item:hover {
    box-shadow: 0px 0px 8px 0px rgba(34,60,80,0.2);
  }
  .websitecando_page .websitecando_list.list_row .websitecando_item:hover .img_block {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 1600px) {
  .websitecando_page .websitecando_list {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 1300px) {
  .websitecando_page .websitecando_list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 1200px) {
  .websitecando_page .item_by_tag .info_block .name {
    font-size: 18px;
  }
  .websitecando_page .websitecando_item .info_block .description p,
  .websitecando_page .item_by_tag .info_block .description p {
    font-size: 14px;
  }
  .websitecando_page .item_by_tag .img_block .name {
    font-size: 24px;
  }
  .websitecando_page .item_by_tag .img_block {
    padding: 30px 20px;
  }
  .websitecando_page .item_by_tag .img_block {
    min-height: 180px;
  }
  .websitecando_page .item_by_tag {
    max-width: 400px;
  }
  .websitecando_page .websitecando_item,
  .websitecando_page .item_by_tag {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .websitecando_page .websitecando_list {
    grid-template-columns: repeat(1,1fr);
  }
  .websitecando_page .websitecando_item .img_item {
    max-width: 24%;
  }
  .websitecando_page .websitecando_item .img_block {
    min-height: 200px;
  }
  .websitecando_page h1 {
    margin-bottom: 20px;
  }
  .websitecando_page .step_count {
    font-size: 48px;
  }
  .websitecando_page .tag_list_item a {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.compare_page .compare_clear {
  display: flex;
  gap: 5px;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s all;
}
@media (hover: hover) {
  .compare_page .compare_clear:hover {
    opacity: 0.6;
  }
}
.compare_table {
  width: 100%;
  display: flex;
  align-items: end;
  position: relative;
}
.compare_table .left {
  min-width: 250px;
}
.compare_table .right {
  position: relative;
  display: flex;
  width: calc(100% - 250px);
}
.compare_table .right .top {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare_table .right .top > * {
  margin-bottom: 20px;
}
.compare_table .right .top img {
  max-width: 210px;
  max-height: 452px;
}
.compare_table .right .bottom > * {
  justify-content: center;
  text-align: center;
}
.compare_table .bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.compare_table .nalich {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 140%;
  height: 62px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
  box-sizing: content-box;
}
.compare_table .nalich.green {
  color: #28C11A;
}
.compare_table .nalich.orange {
  color: #FC7A1D;
}
.compare_table .property_compare {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  box-sizing: content-box;
}
.compare_table .prop_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  height: 20px;
  color: #B0B0B0;
  margin-bottom: 5px;
  box-sizing: content-box;
}
.compare_slider {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 20px 20px 0 0;
  cursor: grab;
}
.compare_slider .compare_item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare_slider .img {
  position: relative;
}
.compare_slider .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  height: 62px;
  color: #333;
  text-align: center;
  padding: 0 10px;
}
@media (hover: hover) {
  .compare_slider .name:hover {
    color: #f00;
  }
}
.compare_slider .price {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 130%;
  padding: 0 10px;
}
.compare_slider .price .fa-rub {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.compare_slider .property_compare {
  padding: 0 10px;
}
.compare_slider .compare_del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -16px;
  top: -16px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.07);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: 0.3s all;
  z-index: 2;
}
@media (hover: hover) {
  .compare_slider .compare_del:hover {
    opacity: 0.6;
  }
}
.compare_slider_nav_btn {
  position: absolute;
  top: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.compare_slider_nav_btn svg {
  transition: 0.3s all;
}
@media (hover: hover) {
  .compare_slider_nav_btn:hover svg {
    stroke: #f00;
  }
}
.compare_slider_nav_btn.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.compare_slider-next {
  right: 0px;
}
.compare_slider-prev {
  left: -20px;
}
@media screen and (max-width: 1300px) {
  .compare_table .left {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
  }
  .compare_table .right {
    width: 100%;
  }
  .compare_slider {
    padding-right: 0;
  }
  .compare_slider-next {
    right: -20px;
  }
  .compare_table .property_compare {
    position: relative;
    align-items: end;
  }
  .compare_table .name_property_compare.property_compare {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #B0B0B0;
    align-items: start;
    justify-content: start;
  }
  .compare_table .prop_title {
    height: 40px;
    text-align: center;
  }
  .compare_table .left .nalich {
    display: none;
  }
  .compare_table .property_compare {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .compare_slider .name {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .compare_slider_nav_btn {
    display: none;
  }
  .compare_slider .compare_del {
    width: 24px;
    height: 24px;
  }
  .compare_slider .compare_del svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 500px) {
  .compare_table .right .top img {
    max-width: 140px;
    max-height: 300px;
  }
  .compare_slider .name {
    font-size: 12px;
  }
  .compare_table .right .top > * {
    margin-bottom: 10px;
  }
  .compare_table .property_compare {
    font-size: 12px;
    line-height: 100%;
  }
}