.inner_faq .faq_list, .video_inner .list_video, .section_block .projects_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_section:before, .video_inner .video_text > img, .section_block .projects_list .img_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner_faq .faq_list li.opened .question_block:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.video_inner .video_text > img, .section_block .projects_list .img_block > img {
  object-fit: cover;
}

.section_block .slick-arrow:before, .inner_faq .faq_list .question_block:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section_rental .products_slider .slide_inner a img,
.section_inner .products_slider .slide_inner a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.video_inner .list_video li:first-child .video_btn, .review_btn, .review_description, .section_rental .info_product,
.section_inner .info_product, .section_rental .product_title,
.section_inner .product_title {
  font-size: 140%;
  line-height: 20px;
}

.name_review {
  font-size: 160%;
  line-height: 20px;
}

.video_inner .video_btn, .section_block .block_description, .section_block .list_btn {
  font-size: 120%;
  line-height: 15px;
}

.main_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 31.3vw;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .main_section {
    padding: 40px 0;
  }
}
.main_section .page_title {
  color: #ffffff;
}
.main_section:before {
  content: "";
  background: rgba(3, 11, 31, 0.4);
}
.main_section .page_container {
  position: relative;
  z-index: 2;
}
.main_section .main_btn {
  display: flex;
  align-items: center;
  max-width: 480px;
  margin: 56px 0 0;
}
@media screen and (max-width: 959px) {
  .main_section .main_btn {
    margin: 20px 0 0;
  }
}
.main_section .page_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 480px;
}
.main_section .standard_text {
  color: #ffffff;
  display: block;
  margin-top: 14px;
  max-width: 445px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_section .secondary_btn {
  border: 1px solid #ffffff;
  padding: 10px 46px;
  font-size: 120%;
  line-height: 18px;
  text-transform: uppercase;
  background: transparent;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-top: 23px;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .main_section .secondary_btn {
    padding: 8px 15px;
    font-size: 120%;
    line-height: 17px;
  }
}
@media screen and (max-width: 359px) {
  .main_section .secondary_btn {
    padding: 8px 8px;
    font-size: 110%;
  }
}

@media screen and (min-width: 960px) {
  .section_block {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .section_block.special_blocks .top_section:before {
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -103px;
    padding-top: 70px;
  }
}
.section_block.section_blog {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .section_block.section_blog .top_section {
    margin-bottom: 20px;
  }
  .section_block.section_blog .top_section:before {
    min-height: 220px;
    height: 100%;
    padding-top: 93px;
  }
  .section_block.section_blog .top_section .sub_title {
    margin-top: 176px;
  }
}
@media screen and (max-width: 959px) {
  .section_block.section_blog .top_section:before {
    padding-top: 0;
    height: 100%;
  }
  .section_block.section_blog .top_section .sub_title {
    margin-top: 77px;
  }
}
.section_block.section_review .top_section:before {
  padding-bottom: 50px;
}
.section_block.section_video {
  position: relative;
}
.section_block.section_video .top_section:before {
  background: #ffffff;
  color: #F1F3F7;
}
.section_block.section_faq {
  margin-bottom: 0;
}
.section_block.section_faq .top_section:before {
  bottom: 0;
}
.section_block .standard_title {
  color: #ffffff;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  text-transform: uppercase;
  font-size: 140%;
  line-height: 20px;
}
.section_block .sub_title {
  text-transform: uppercase;
}
.section_block .list_btn {
  text-transform: uppercase;
  margin-top: 10px;
  color: #ffffff;
  background: #CC3A3F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  width: max-content;
  opacity: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section_block .block_description {
  margin: 20px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.section_block .info_top {
  position: relative;
  display: flex;
}
.section_block .info_top .standard_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_block .info_top .standard_text {
  padding-left: 25px;
  white-space: nowrap;
  margin-left: auto;
}
.section_block .list_block {
  position: relative;
}
.section_block .list_block:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56.05%, rgba(0, 0, 0, 0.367446) 77.37%, rgba(23, 23, 23, 0.72) 92.63%);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  border-radius: 15px;
}
.section_block .list_block:hover {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section_block .list_block:hover .list_btn {
  opacity: 1;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section_block .list_block:hover .list_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  background: rgba(3, 11, 31, 0.85);
  padding-top: 76px;
}
.section_block .list_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: transparent;
  z-index: 2;
  padding: 0 25px 25px 25px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_block .list_info {
    padding: 0 15px 25px 15px;
  }
}
.section_block .projects_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section_block .projects_list li {
  min-width: 33.3333333333%;
  flex: 1;
  padding: 0 10px;
  margin-bottom: 20px;
}
.section_block .projects_list .img_block {
  position: relative;
  overflow: hidden;
  height: 380px;
  border-radius: 15px;
}
@media screen and (max-width: 959px) {
  .section_block .projects_list li {
    min-width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .section_block .projects_list li {
    min-width: 100%;
  }
}
.section_block .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 58px;
  height: 58px;
  color: #646B86;
  border: none;
  padding: 0;
  z-index: 3;
  font-size: 0;
  background: transparent;
  border-radius: 50%;
}
.section_block .slick-arrow:before {
  display: block;
  font-size: 2.1rem;
}
.section_block .slick-prev {
  right: 100%;
}
.section_block .slick-prev:before {
  content: "\e902";
}
.section_block .slick-next {
  left: 100%;
}
.section_block .slick-next:before {
  content: "\e903";
}
.section_block .slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .section_block .slick-prev {
    left: 20px;
    right: auto;
  }
  .section_block .slick-next {
    right: 20px;
    left: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .section_block {
    margin-top: 30px;
  }
  .section_block .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .section_block .slick-arrow:before {
    font-size: 1.8rem;
  }
  .section_block .slide_block {
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .section_block {
    margin-top: 20px;
  }
  .section_block .slick-arrow {
    width: 38px;
    height: 38px;
  }
  .section_block .slick-arrow:before {
    font-size: 1.4rem;
  }
}

.section_rental .product_title,
.section_inner .product_title {
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_rental.section_rental,
.section_inner.section_rental {
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .section_rental.section_rental,
  .section_inner.section_rental {
    padding-bottom: 50px;
  }
}
.section_rental.section_rental .slick-list,
.section_inner.section_rental .slick-list {
  padding-top: 20px;
}
.section_rental .info_product,
.section_inner .info_product {
  color: #80879F;
}
.section_rental .info_product .price,
.section_inner .info_product .price {
  color: #CC3A3F;
}
.section_rental .products_slider,
.section_inner .products_slider {
  white-space: nowrap;
  font-size: 0;
  margin: -25px -20px;
}
.section_rental .products_slider:not(.slick-slider),
.section_rental .products_slider .slick-list,
.section_inner .products_slider:not(.slick-slider),
.section_inner .products_slider .slick-list {
  padding: 25px 10px;
}
.section_rental .products_slider .slide_block,
.section_inner .products_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 66.66%;
  vertical-align: top;
  padding: 0 10px;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.section_rental .products_slider .slide_block:not(.slick-active),
.section_inner .products_slider .slide_block:not(.slick-active) {
  opacity: 0;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.section_rental .products_slider .slide_inner,
.section_inner .products_slider .slide_inner {
  background: #ffffff;
  min-height: 180px;
  max-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 5px 5px 30px 5px rgba(33, 41, 78, 0.07);
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.section_rental .products_slider .slide_inner a,
.section_inner .products_slider .slide_inner a {
  display: block;
}
.section_rental .products_slider .slide_inner a img,
.section_inner .products_slider .slide_inner a img {
  object-fit: cover;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.section_rental .products_slider .slide_inner a,
.section_inner .products_slider .slide_inner a {
  display: block;
}
.section_rental .products_slider .slide_inner a:hover img,
.section_inner .products_slider .slide_inner a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section_rental .products_slider .slide_block,
.section_inner .products_slider .slide_block {
  width: 80%;
}
@media screen and (max-width: 479px) {
  .section_rental .products_slider .slide_block,
  .section_inner .products_slider .slide_block {
    width: 100%;
  }
  .section_rental .products_slider .slick-prev,
  .section_inner .products_slider .slick-prev {
    left: 10px;
  }
  .section_rental .products_slider .slick-next,
  .section_inner .products_slider .slick-next {
    right: 10px;
  }
}

.news_section {
  margin-top: 20px;
}
.news_section .news_list {
  margin: 0 -10px;
}
.news_section .news_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 33.333333%;
  vertical-align: top;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0 10px;
}
.news_section .slick-list {
  padding-bottom: 65px;
}
@media screen and (max-width: 479px) {
  .news_section .slick-list {
    height: auto;
  }
}
.news_section .slick-arrow {
  margin-top: -100px;
}
@media screen and (max-width: 1365px) {
  .news_section .slick-arrow {
    color: #ffffff;
  }
}

.review_popup .inner_review {
  padding: 0;
  display: block;
  min-height: unset;
}
.review_popup .review_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
}

.rate_block .rate_size {
  width: 124px;
  height: 25px;
  position: relative;
  background: #F1F3F7;
  overflow: hidden;
  display: block;
}
.rate_block .rate_size:after {
  position: relative;
  z-index: 2;
  content: "";
  display: block;
  background: url("../css/images/star.svg") repeat-x;
  background-size: 25px;
  background-position: left top;
  height: 25px;
}
.rate_block .rate_size .rate_count {
  position: absolute;
  content: "";
  width: 0;
  background: #F9953B;
  height: 23px;
  margin-top: 1px;
  margin-left: 1px;
}

.inner_review {
  padding: 37px;
  min-height: 242px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 959px) {
  .inner_review {
    padding: 20px;
    min-height: unset;
  }
}
.inner_review:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  background: #ffffff;
  box-shadow: 5px 5px 30px 5px rgba(33, 41, 78, 0.07);
  border-radius: 15px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.name_review {
  color: #030B1F;
  margin-bottom: 10px;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  position: relative;
}
@media screen and (max-width: 767px) {
  .name_review {
    font-size: 140%;
    line-height: 20px;
  }
}

.review_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #646B86;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .review_description {
    font-size: 120%;
    line-height: 18px;
  }
}

.review_btn {
  color: #21294E;
  margin-top: 10px;
  display: block;
  background: transparent;
  border: none;
  position: relative;
}

.section_review .review_slider {
  margin: 30px -10px 0;
}
.section_review .slick-list {
  padding-top: 10px;
  padding-bottom: 20px;
}
.section_review .review_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 33.333333%;
  vertical-align: top;
  padding: 0 10px;
}
.section_review .review_block:hover .inner_review:before {
  transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -o-transform: scale(1.07);
}

.video_inner {
  margin-top: 30px;
}
.video_inner .video_btn {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  left: 15px;
  right: 15px;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.video_inner .video_btn:before {
  font-size: 23px;
  padding-right: 10px;
  padding-left: 3px;
}
.video_inner .list_video {
  margin: 0 -10px;
}
@media screen and (max-width: 575px) {
  .video_inner .list_video {
    margin: 0;
  }
}
.video_inner .list_video li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.video_inner .list_video li:first-child {
  float: left;
  width: 75%;
}
@media screen and (max-width: 959px) {
  .video_inner .list_video li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .video_inner .list_video li:first-child {
    width: 49%;
  }
}
@media screen and (max-width: 575px) {
  .video_inner .list_video li:first-child {
    width: 100%;
  }
}
.video_inner .list_video li:first-child .video_btn {
  bottom: 20px;
  left: 40px;
}
.video_inner .list_video li:first-child .video_btn:before {
  font-size: 35px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .video_inner .list_video li:first-child .video_btn:before {
    font-size: 23px;
    padding-right: 10px;
    padding-left: 3px;
  }
}
@media screen and (max-width: 959px) {
  .video_inner .list_video li:first-child .video_btn {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .video_inner .list_video li:first-child .video_btn {
    font-size: 120%;
    line-height: 15px;
  }
}
.video_inner .list_video li:first-child .video_text:before {
  padding-bottom: 63.8%;
}
@media screen and (max-width: 767px) {
  .video_inner .list_video li:first-child .video_text:before {
    padding-bottom: 62%;
  }
}
@media screen and (max-width: 959px) {
  .video_inner .list_video li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .video_inner .list_video li {
    width: 49%;
  }
}
@media screen and (max-width: 575px) {
  .video_inner .list_video li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.video_inner .video_text {
  position: relative;
  overflow: hidden;
  border: 10px solid #ffffff;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .video_inner .video_text {
    border: none;
  }
}
.video_inner .video_text:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56.05%, rgba(0, 0, 0, 0.367446) 77.37%, rgba(23, 23, 23, 0.72) 92.63%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.video_inner .video_text img {
  border-radius: 15px;
}
.video_inner .video_text:before {
  display: block;
  content: "";
  padding-bottom: 62%;
}
.video_inner .video_block {
  display: flex;
  flex-direction: column;
}

.inner_faq {
  position: relative;
  padding-bottom: 100px;
  margin-top: 20px;
}
.inner_faq .section_title {
  background: #F1F3F7;
  padding: 22px 50px;
}
@media screen and (max-width: 1199px) {
  .inner_faq .section_title {
    padding: 22px 10px;
  }
}
.inner_faq .faq_list {
  background: #ffffff;
  padding-bottom: 50px;
  border-radius: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 959px) {
  .inner_faq .faq_list {
    padding-bottom: 20px;
  }
}
.inner_faq .faq_list li {
  position: relative;
}
.inner_faq .faq_list li:first-child .question_block span {
  border: none;
}
.inner_faq .faq_list li.opened {
  background: rgba(241, 243, 247, 0.4);
}
.inner_faq .faq_list .question_block {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  color: #21294E;
  background: transparent;
  padding: 0 50px 0 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .inner_faq .faq_list .question_block {
    padding: 10px 50px 0 10px;
  }
}
.inner_faq .faq_list .question_block:after {
  display: block;
  content: "\e901";
  font-size: 10px;
  color: #646B86;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .inner_faq .faq_list .question_block:after {
    margin-left: 0;
    margin-right: 10px;
    font-size: 8px;
  }
}
.inner_faq .faq_list .question_block span {
  padding: 30px 118px 0 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #F1F3F7;
}
@media screen and (max-width: 1199px) {
  .inner_faq .faq_list .question_block span {
    padding: 10px 80px 0 10px;
  }
}
.inner_faq .faq_list .answer_block {
  display: none;
  color: #646B86;
  padding: 0 50px;
  max-width: 920px;
  width: 100%;
  font-family: "poppins", "montserratarm-regular";
}
@media screen and (min-width: 1200px) {
  .inner_faq .faq_list .answer_block {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .inner_faq .faq_list .answer_block {
    font-size: 14px;
    line-height: 19px;
  }
  .inner_faq .faq_list .question_block {
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner_faq .faq_list .answer_block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .inner_faq .faq_list .question_block {
    font-size: 140%;
    line-height: 18px;
    padding: 0 10px 0 0;
  }
  .inner_faq .faq_list .question_block span {
    padding: 10px 25px 10px 10px;
  }
  .inner_faq .faq_list .answer_block {
    font-size: 120%;
    line-height: 1.6em;
    padding: 0 10px 10px;
  }
}

.touch .list_block {
  position: relative;
}
.touch .list_block:active {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.touch .list_block:active .list_btn {
  opacity: 1;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.touch .list_block:active .list_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  padding-top: 76px;
}

.web .video_inner .video_text, .video_inner .web .video_text {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .section_block .slick-arrow, .section_block .web .slick-arrow, .web .section_rental .product_title, .section_rental .web .product_title,
.web .section_inner .product_title,
.section_inner .web .product_title, .web .review_btn, .web .inner_faq .faq_list .question_block, .inner_faq .faq_list .web .question_block {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .section_block .list_btn, .section_block .web .list_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .main_section .secondary_btn, .main_section .web .secondary_btn, .section_rental .products_slider .slide_inner a img,
.section_inner .products_slider .slide_inner a img, .inner_faq .faq_list .question_block:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .video_inner .video_text, .video_inner .touch .video_text {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .section_block .slick-arrow, .section_block .touch .slick-arrow, .touch .section_rental .product_title, .section_rental .touch .product_title,
.touch .section_inner .product_title,
.section_inner .touch .product_title, .touch .review_btn, .touch .inner_faq .faq_list .question_block, .inner_faq .faq_list .touch .question_block {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .section_block .list_btn, .section_block .touch .list_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .main_section .secondary_btn, .main_section .touch .secondary_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .section_block .slick-arrow:hover, .section_block .web .slick-arrow:hover, .web .section_rental .product_title:hover, .section_rental .web .product_title:hover,
.web .section_inner .product_title:hover,
.section_inner .web .product_title:hover, .web .review_btn:hover, .web .inner_faq .faq_list .question_block:hover, .inner_faq .faq_list .web .question_block:hover {
  color: #CC3A3F;
}
.web .section_block .list_btn:hover, .section_block .web .list_btn:hover {
  background: #C40F30;
}
.web .main_section .secondary_btn:hover, .main_section .web .secondary_btn:hover {
  background: #CC3A3F;
  color: #ffffff;
  border-color: transparent;
}
.web .video_inner .video_text:hover, .video_inner .web .video_text:hover {
  opacity: 0.7;
}
.touch .section_block .slick-arrow:active, .section_block .touch .slick-arrow:active, .touch .section_rental .product_title:active, .section_rental .touch .product_title:active,
.touch .section_inner .product_title:active,
.section_inner .touch .product_title:active, .touch .review_btn:active, .touch .inner_faq .faq_list .question_block:active, .inner_faq .faq_list .touch .question_block:active {
  color: #CC3A3F;
}
.touch .section_block .list_btn:active, .section_block .touch .list_btn:active {
  background: #C40F30;
}
.touch .main_section .secondary_btn:active, .main_section .touch .secondary_btn:active {
  background: #CC3A3F;
  color: #ffffff;
  border-color: transparent;
}
.touch .video_inner .video_text:active, .video_inner .touch .video_text:active {
  opacity: 0.7;
}

/*# sourceMappingURL=index.css.map */
