.cd-faq-trigger {
  position: relative;
  display: block;
  line-height: 1.2;
}

.cd-faq-trigger {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
}
.cd-faq-trigger::before,
.cd-faq-trigger::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  height: 2px;
  width: 8px;
  background: #a8a8a8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-faq-trigger::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 31px;
}
.cd-faq-trigger::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-faq-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c7d8e;
}

.cd-faq-content {
  display: none;
  padding: 0 0 32px;
}
.cd-faq-content p {
  line-height: 1.6;
}
.no-js .cd-faq-content {
  display: block;
}

header {
}
.top-header {
  background-color: #37393d;
}
.top-header ul {
  padding: 0;
}
.top-header ul li {
  list-style: none;
  padding: 0;
  float: left;
  margin: 0 27px 0 0;
}
.top-header ul li.btn-contacts {
  float: right;
  margin: 0;
  background-color: #ff6f61;
}
.top-header ul li.btn-contacts a {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent !important;
}
.top-header ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.top-header ul li.btn-contacts a {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px 57px;
  color: rgba(255, 255, 255, 0.5);
}
.center-header {
  padding: 22px 0 18px;
}
.center-header .logo {
  width: 182px;
  margin: 0 33px 0 0;
  float: left;
}
.center-header .logo img {
  width: 100%;
  height: 100%;
}
.center-header .stock {
  width: 115px;
  float: left;
  margin: 7px 30px 0 0;
}
.center-header .stock p,
.center-header .schedule p,
.center-header .phone p {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 2px;
}
.center-header .stock span {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.center-header .stock span span {
  color: #ff6f61;
}
.center-header .schedule {
  float: left;
  width: 125px;
  margin: 7px 25px 0 0;
}
.center-header .schedule span {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.center-header .phone {
  float: left;
  width: 226px;
  margin: 5px 30px 0 0;
}
.center-header .phone a {
  color: #111111;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}
.center-header .btn-callback {
  float: left;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 15px 24px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  margin: 3px 10px 0 0;
}
.center-header .btn-basket {
  float: left;
  background: url(/bitrix/templates/parikof2020/img/basket.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  margin: -2px 0 0;
}
.center-header .btn-basket.active {
  background: url(/bitrix/templates/parikof2020/img/basket-a.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.center-header .btn-basket.active span {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 0 0;
}
.center-header .btn-viber {
  width: 48px;
  height: 48px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 4px 0 0;
  float: left;
  border-radius: 60px;
}
.center-header .btn-whatsapp {
  width: 48px;
  height: 48px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 16px 0 0;
  float: left;
  border-radius: 60px;
}
.center-header .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-header-wrap {
  height: 49px;
  background-color: #ff6f61;
}
.bottom-header {
  background-color: #ff6f61;
  /* padding: 13px 0 15px; */
  line-height: 49px;
  transition: 0.7s ease;
  transition-property: transform;
}
.bottom-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.bottom-header .container {
  position: relative;
}
.bottom-header ul {
  justify-content: space-between;
  text-align: justify;
  text-align-last: justify;
  padding: 0;
  margin: 0;
  display: flex;
}
.bottom-header ul li {
  display: inline-block;
  text-align: left;
  margin: 0;
}
.bottom-header ul li a,
.bottom-header ul li span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.bottom-header ul li.search {
  padding: 0 19px 0 0;
}
.bottom-header ul li.search .show-search-button {
  cursor: pointer;
  display: inline-block;
  background: url(/bitrix/templates/parikof2020/img/search-24px.svg) center
    center no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.bottom-header ul li.search .show-search-button.showed {
  background-image: url(/bitrix/templates/parikof2020/img/white-close.png);
}

.phone_button_pc {
  float: right;
  padding: 0;
  border: 0;
  background: #fff;
  margin: -2px 0;
}
.phone .block_phone {
  background: #fff;
  display: none;
  z-index: 9999;
  padding: 6px 0 0;
  margin: 0;
}

footer {
  background-color: #37393d;
  padding: 66px 0 40px;
}
footer p,
footer .title-main {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
footer .title-main {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  margin: 0;
}
footer ul li a {
  opacity: 0.4;
  opacity: 0.8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
  justify-content: center;
}
footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #ffffff;
}
footer a:active,
footer a:focus {
  opacity: 1;
  color: #ffffff;
}
footer .block_contacts a.adres {
  opacity: 0.3;
  opacity: 0.8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  display: block;
  margin: 0 0 23px;
}
footer .block_contacts a {
  opacity: 0.4;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
footer .block_tel .tel {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin: 0 0 16px;
  opacity: 1;
}
footer .btn-call_back {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 25px;
  border-radius: 100px;
  background-color: rgba(245, 245, 245, 0.2);
  display: inline-block;
  margin: 0 0 30px;
}
footer .social {
  display: flow-root;
  margin: 0 0 11px;
}
footer .social li {
  margin: 0 0 0 8px;
  float: right;
}
footer .social li a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  border-radius: 100px;
}
footer .mail {
  color: #ff6f61;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  float: right;
}
footer hr {
  margin: 21px 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .politics {
  opacity: 0.3;
  opacity: 0.8;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  float: left;
}
footer .politics:hover {
  opacity: 1;
}
footer .parikof {
  opacity: 0.3;
  opacity: 0.8;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  float: right;
}

.home-block1 {
  padding: 16px 0;
  background-color: #f9f9f9;
}
.home-block1 .bg {
  background-color: #ffffff;
  padding: 10px;
}
.home-block1 .border {
  border: 1px solid #f5f5f5;
  padding: 25px 20px 25px;
}
.home-block1 .bg p.title {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px;
}
.home-block1 .bg p.title img.local {
  margin: 0 10px 0 0;
}
.home-block1 .bg .adres {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.home-block1 .bg a {
  color: #ff6f61;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.home-score {
  padding: 60px 0;
}
.home-score .slick-initialized .slick-slide {
  padding: 0 15px;
}
.home-score h3,
.home-score h1 {
  color: #262626;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 23px;
  text-align: left;
}
.home-score .textvalue {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 28px;
}
.home-score .search {
  padding: 32px 32px 26px;
  background-color: #f5f5f5;
}
.home-score .search form,
.search {
  position: relative;
}
.home-score .search label {
  width: 100%;
}
.home-score .search input[type="search"],
.search input[type="search"] {
  width: 100%;
  height: 56px;
  padding: 0 57px;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border: 0;
  background: url(/bitrix/templates/parikof2020/img/icon-serch.svg) #fff;
  background-repeat: no-repeat;
  background-position: 16px;
}
.home-score .search input[type="submit"],
.search input[type="submit"] {
  background-color: #ff6f61;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 13px 24px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.home-score .search p {
  margin: 13px 0 0 18px;
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.home-score .search p a {
  color: #ff6f61;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 10px;
  text-decoration: underline;
}
.home-score .col-md-3 {
  margin: 32px 0 0;
}
.home-score .col-md-3 img {
  border-radius: 8px;
  width: 100%;
}
.home-score .col-md-3 a.title {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 22px 0 25px;
  display: block;
}
.home-score .col-md-3 ul {
  padding: 0;
  margin: 0;
}
.home-score .col-md-3 ul li {
  list-style: none;
  margin-bottom: 0;
}
.home-score .col-md-3 ul li a {
  color: #ff6f61;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  margin: 0 0 10px;
  display: block;
}
.home-score .col-md-3 ul li a:hover {
  text-decoration: underline;
}
.home-score .info-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.home-score .info-block .col-md-3 {
  margin: 0;
}
.home-score .info-block p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.home-score .info-block a.btn {
  padding: 19px 54px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #ff6f61;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  float: right;
}
.home-score .special-offer {
}
.home-score .special-offer .topline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-score .special-offer .topline .col-md-3 {
  margin: 0;
}
.home-score .special-offer .topline h3 {
  margin: 0;
}
.btn-all {
  padding: 14px 24px;
  margin: 0;
  border: 0;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  color: #ff6f61;
  font-size: 14px;
  font-weight: 400;
  float: right;
}
.btn-all:hover {
  text-decoration: none;
}
.home-score .special-offer p {
  margin: 9px 0 30px;
  font-size: 18px;
}
.home-score .home-special-offer-slide {
  display: none;
}
.home-score .home-special-offer-slide.slick-initialized {
  display: block;
}
.home-score .home-special-offer-slide .discount {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #ff4040;
  border-radius: 4px;
  position: absolute;
  margin: 10px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.7px;
  text-decoration: none;
}
.home-score .home-special-offer-slide img {
  width: 100%;
  height: auto;
  border: 0 none;
}
.home-score .home-special-offer-slide p {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.home-score .home-special-offer-slide p span {
  color: #a8a8a8;
  font-size: 14px;
  text-decoration: line-through;
}
.home-score .home-special-offer-slide a {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}
.home-benefits {
  text-align: center;
  background-color: #f9f9f9;
  padding: 60px 0 28px;
}
.home-benefits h3 {
  color: #262626;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 37px;
}
.home-benefits .block-benefits {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px 28px;
  display: block;
  margin: 0 0 32px;
}
.home-benefits .block-benefits:hover {
  text-decoration: none;
}
.home-benefits .block-benefits .img {
  margin: 0 0 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-benefits .block-benefits p.title {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  min-height: auto;
}
.home-benefits .block-benefits p {
  min-height: 78px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.home-video {
  padding: 60px 0;
}
.home-video .topline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.home-video h3 {
  color: #262626;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  text-transform: none;
  text-align: left;
}
.home-video .slider .slick-prev,
.home-video .slider .slick-next {
  top: 105px;
}
.home-video .slick-initialized .slick-slide {
  padding: 0 15px;
}
.home-video-slide {
  display: none;
}
.home-video-slide.slick-initialized {
  display: block;
}
.home-video-slide .video {
  height: 203px;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.home-video-slide .video .default-video-img {
  height: 203px;
  width: 500px;
}
.home-video-slide .video .video-btn {
  border: 0 none !important;
}
.home-video-slide .video img {
  border: 0 none;
}
.home-video-slide .video img.play {
  max-width: 70px;
}
.home-video-slide .video .iframe {
  border-radius: 8px;
}
.home-video-slide a,
.home-video-slide span {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: block;
  margin: 11px 0 2px;
}
.home-video-slide .video-description {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.home-reviews {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.home-reviews .topline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.home-reviews h3 {
  color: #262626;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  text-transform: none;
  text-align: left;
}
.home-reviews .slick-initialized .slick-slide {
  padding: 0 15px;
}
.home-reviews-slide {
  display: none;
}
.home-reviews-slide.slick-initialized {
  display: block;
}
.home-reviews-slide .slid {
  padding: 46px 32px;
  background: #fff;
  border-radius: 8px;
}
.home-reviews-slide .name {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
}
.home-reviews-slide span {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 3px 0 3px;
}
.home-reviews-slide p {
  margin: 0;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.column-right {
  margin: 0 0 20px;
}
.home-reviews-slide a.btn {
  padding: 0;
  color: #ff6f61;
  font-size: 16px;
  font-weight: 600;
}
.shop-comment-wrap {
  max-width: 100%;
  width: 500px;
  padding: 20px 30px;
}
.shop-comment-wrap b {
  display: block;
}
.brn-to-write {
  margin: 32px auto 0;
  padding: 18px 42px;
  border: 0;
  border-radius: 4px;
  background-color: #ff6f61;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  display: table;
}
.brn-to-write:hover {
  color: #ffffff;
  text-decoration: none;
}
.home-faq {
  padding: 60px 0;
}
.home-faq .topline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.home-faq h3 {
  color: #262626;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  text-transform: none;
  text-align: left;
}
.home-faq .cd-faq-group {
  display: flow-root;
  margin: 0 -30px 32px;
}
.home-faq .cd-faq-group li,
.home-faq .cd-faq-group .cd-faq-item {
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  padding: 22px 0 31px;
  list-style: none;
}
.home-faq .cd-faq-trigger {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 50px 0 0;
  background: url(/bitrix/templates/parikof2020/img/Ellipse_44.svg) no-repeat;
  background-position: right center;
  min-height: 32px;
}
.home-faq .cd-faq-content p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 9px 0 0;
}
.home-faq .cd-faq-content .btn {
  color: #ff6f61;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
}
.home-faq .cd-faq-content {
  padding: 0;
}
.home-faq .cd-faq-trigger::before {
  right: 15px;
}
.home-faq .cd-faq-trigger::after {
  right: 10px;
}
.home-faq .content-visible .cd-faq-trigger::before,
.home-faq .content-visible .cd-faq-trigger::after {
  top: 47%;
  background: #ff6f61;
}
.home-blog {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.home-blog .topline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.home-blog h3 {
  color: #262626;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  text-transform: none;
  text-align: left;
}
.home-blog .slick-initialized .slick-slide {
  padding: 0 15px;
}
.home-blog .home-blog-slide {
  display: none;
  margin-bottom: 0 !important;
}

.home-blog .home-blog-slide.slick-initialized {
  display: block;
}

.home-blog .home-blog-slide .img {
  width: 100%;
  min-height: 178px;
  display: block;
  border-radius: 8px;
}
.home-blog .home-blog-slide a.name {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 6px 0 21px;
  display: block;
}
.home-blog .home-blog-slide span {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.home-blog .slick-dots {
  margin: -18px 0 23px;
  position: relative;
  text-align: center;
}
.home-blog .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0;
}
.home-blog .slick-dots li button:before {
  display: none;
}
.home-blog .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: #707070;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 100px;
}
.home-blog .slick-dots li.slick-active button {
  background-color: #ff6f61;
}
.home-blog .slider .slick-prev,
.home-blog .slider .slick-next {
  top: 25%;
}

.slider .slick-prev,
.slider .slick-next {
  font-size: 0 !important;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  background-color: #ffffff;
  border-radius: 60px;
  color: #000;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
  background-color: #ff6f61;
}
.slider .slick-prev {
  left: -28px;
  left: -15px;
  z-index: 111;
}
.slider .slick-next {
  right: -28px;
  right: -15px;
  z-index: 111;
}
.slider .slick-next::before,
.slider .slick-prev::before {
  content: "";
  background: url(/bitrix/templates/parikof2020/img/left.svg) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.slider .slick-next:hover::before,
.slider .slick-prev:hover::before {
  background: url(/bitrix/templates/parikof2020/img/left-hover.svg) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.slider .slick-prev:hover::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider .slick-next::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider .slick-next:hover::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.desctop-search-wrap {
  width: 300px;
  position: absolute;
  top: 53px;
  right: 0;
  display: none;
  z-index: 5;
}
.desctop-search {
  position: relative;
}
.desctop-search input[type="text"] {
  width: 100%;
  height: 58px;
  padding: 0 15px;
  border: 4px solid #f5f5f5;
}
.desctop-search input[type="submit"] {
  position: absolute;
  right: 4px;
  top: 4px;
  border: 0 none;
  width: 50px;
  height: 50px;
  background: url(/bitrix/templates/parikof2020/img/search-24px-black.svg)
    center center no-repeat;
}
.slick-arrow.slick-disabled {
  opacity: 0 !important;
}

.pagination ul {
  margin: 0;
}

div.pagination {
  width: 100%;
  display: block;
}

#upbutton {
  background: url(/bitrix/templates/parikof2020/img/up-btn.png) no-repeat top
    left;
  height: 50px;
  width: 50px;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 4;
}

.loader {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.information-window {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1001;
  background: #fff;
  width: 530px;
  margin-top: -100px;
  margin-left: -265px;
  padding: 30px;
  border-radius: 5px;
}
.information-window-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  padding: 5px;
  line-height: 20px;
  cursor: pointer;
}
.information-window-title {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.information-window-body-buttons-order {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 15px;
  height: 40px;
  border-radius: 2px;
  background-color: #ff6f61;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px 0;
  text-decoration: none;
  width: 225px;
  text-align: center;
}
.information-window-body-buttons-order:hover,
.information-window-body-buttons-order:focus,
.information-window-body-buttons-order:active {
  color: #ffffff;
  text-decoration: none;
}
.information-window-body-buttons-return {
  display: inline-block;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 15px;
  height: 40px;
  border-radius: 2px;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  text-decoration: none;
  width: 225px;
  text-align: center;
}
.information-window-body-buttons-return:hover,
.information-window-body-buttons-return:focus,
.information-window-body-buttons-return:active {
  color: #111;
  text-decoration: none;
}
.information-window-shadow {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.btn-standart {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 15px;
  height: 40px;
  border-radius: 2px;
  background-color: #ff6f61;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  text-decoration: none;
}
.btn-standart:hover,
.btn-standart:active,
.btn-standart:focus {
  color: #ffffff;
  text-decoration: none;
}

/* .bottom-header ul li:nth-child(8) {
  display: none;
} */

.filter-group-OBRAZ_LIST label, .filter-group-ZNAMENITOST_LIST label {
	text-transform: none !important;
}

.mb-video-container video {
	margin-bottom: 20px;
	border-radius: 5px;
}
.mp-onebanner-wrap {
	min-height: 360px;
	/* border: 4px solid #08f90a; */
	position: relative;
	border-radius: 4px;
}
	.mp-onebanner-text1 {
		text-transform: uppercase;
		margin: 26px 0px 0 31px;
		font-size: 25px;
		color: #F66E62;
		font-weight: bold;
	}
	.mp-onebanner-text2 {
		font-size: 50px;
		font-weight: bold;
		letter-spacing: 4.6px;
		line-height: 60px;
		margin: 19px 0 0 30px;
	}
	.mp-onebanner-text3 {
		color: #000000;
		margin: 6px 0 0 32px;
		font-size: 20px;
		line-height: 25px;
	}
	
@media screen and (max-width: 767px){
	.mp-onebanner-wrap {
		min-height: auto;
		padding-bottom: 26px;
		border-width: 2px;
		margin-top: 15px;
		margin-bottom: 15px;
		
		display: none;
	}
	.mp-onebanner-text2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.mb-video-container video {
		border-radius: 0;
	}
}