/* --------------------------------------------------------------------------------
	Styles: home.scss
----------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
	Mixins: mixins.scss
----------------------------------------------------------------------------------- */
@media only screen and (max-width: 575px) {
  .hide-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}
/*
@mixin transition($x){
  -webkit-transition: $x;
  -moz-transition: $x;
  -ms-transition: $x;
  -o-transition: $x;
  transition: $x;
}
*/
.tr_header {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 90px;
  font-family: Montserrat, sans-serif;
}
.tr_header .page_caption {
  font-size: 26px;
  line-height: 1.23;
  letter-spacing: 3.82px;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tr_header .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: -1.56px;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}
.tr_header .desc {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -0.86px;
  text-align: left;
  color: #000000;
  margin-bottom: 46px;
}
.tr_header .benefits_list {
  list-style: none;
  padding-left: 0;
}
.tr_header .benefits_list > li.item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.tr_header .benefits_list > li.item > span {
  display: block;
}
.tr_header .benefits_list > li.item > span.icon {
  flex: 0 0 53px;
  margin-right: 30px;
  text-align: center;
}
.tr_header .benefits_list > li.item > span.title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -1.01px;
  text-align: left;
  color: #000000;
}
.tr_header .benefits_list > li.item > span.title .small-txt {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: -0.62px;
  text-align: left;
  color: #000000;
  margin-top: 12px;
}

.tr_container {
  max-width: 1130px;
  font-family: Montserrat, sans-serif;
}

.tr_main_content {
  font-family: Montserrat, sans-serif;
  background-color: #fff;
}
.tr_main_content .delivery-works {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tr_main_content .delivery-works iframe {
  height: 300px;
}
.tr_main_content .delivery-works .caption {
  opacity: 0.39;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.03;
  letter-spacing: -2.24px;
  text-align: left;
  color: #000000;
  margin-bottom: 50px;
}
.tr_main_content .delivery-works .text {
  opacity: 0.39;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.7px;
  text-align: left;
  color: #000000;
}
.tr_main_content .delivery-works .video {
  max-width: 555px;
}
.tr_main_content .delivery-works .gray-box {
  max-width: 555px;
  min-height: 293px;
  box-shadow: -8px 14px 24px 0 rgba(0, 0, 0, 0.16);
  background-color: #ededed;
  margin: 0 auto;
  position: relative;
}
.tr_main_content .delivery-works .gray-box .purple-box {
  width: 350px;
  min-height: 325px;
  position: absolute;
  right: 0;
  top: -16px;
  background: rgb(62, 59, 137);
  background: linear-gradient(290deg, rgb(62, 59, 137) 30%, rgb(129, 54, 135) 71%, rgba(247, 247, 247, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.tr_main_content .delivery-works .gray-box .street-rates {
  position: absolute;
  padding: 40px 90px 17px;
  width: 100%;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul > li > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.89;
  letter-spacing: -0.7px;
  text-align: left;
  color: #000000;
}
.tr_main_content .delivery-works .gray-box .street-rates > ul > li > span:last-child {
  color: #ffffff;
}
.tr_main_content .delivery-works .buy_back_works_list {
  list-style-type: none;
  padding-left: 0;
}
.tr_main_content .delivery-works .buy_back_works_list > li {
  margin-bottom: 56px;
  display: flex;
}
.tr_main_content .delivery-works .buy_back_works_list > li .step_number {
  display: flex;
  justify-content: center;
  flex: 0 0 77px;
  align-items: center;
  width: 77px;
  height: 77px;
  background-color: #42356c;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #fff;
  margin-right: 36px;
  border-radius: 50%;
}
.tr_main_content .delivery-works .buy_back_works_list > li .content_text,
.tr_main_content .delivery-works .buy_back_works_list > li .address_box {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #5d5d5d;
}
.tr_main_content .delivery-works .buy_back_works_list > li .address_box {
  margin-top: 30px;
  text-transform: uppercase;
  border-left: 1px solid gray;
  padding-left: 36px;
}
.tr_main_content .delivery-works .envelope_box {
  max-width: 330px;
  margin: 20px auto;
}

.reviews_flexslider_first {
  margin: 0 auto;
}
.reviews_flexslider_first .flex-viewport {
  padding-left: 135px;
}

.review-carousel-block .custom-navigation a:not(.flex-disabled) {
  background: #fff;
}
.review-carousel-block .custom-navigation a.flex-disabled {
  opacity: 0;
}
.review-carousel-block .custom-navigation a.flex-prev {
  left: 165px;
}
.review-carousel-block .custom-navigation a.flex-prev span {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 8px;
  top: 5px;
}
.review-carousel-block .custom-navigation a.flex-next {
  right: 165px;
}
.review-carousel-block .custom-navigation a.flex-next span {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 5px;
}

.review-block {
  height: 449px;
  width: 634px;
}
.review-block .reviews-container {
  position: relative;
  height: 100%;
}
.review-block .reviews-container .reviews_text {
  min-height: 342px;
  text-align: center;
  background: rgba(229, 219, 251, 0.6980392157);
  border-radius: 20px 20px 0 0;
  border: 1px solid rgba(148, 148, 148, 0.5019607843);
  padding: 115px 53px;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
}
.review-block .reviews-container .reviews_author {
  position: absolute;
  bottom: 0;
  min-height: 110px;
  text-align: center;
  background: #E5DBFB;
  width: 100%;
  border-radius: 0 0 20px 20px;
  border: 1px solid rgba(148, 148, 148, 0.5019607843);
  padding-top: 40px;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .tr_container {
    max-width: 1130px;
  }
}
@media screen and (max-width: 991px) {
  .tr_main_content .delivery-works .gray-box .purple-box {
    width: 250px;
    background: linear-gradient(287deg, rgb(62, 59, 137) 30%, rgb(129, 54, 135) 71%, rgba(247, 247, 247, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .tr_main_content .delivery-works .gray-box .street-rates {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tr_header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tr_header .page_caption,
  .tr_header .desc,
  .tr_header .benefits_list > li.item > span.title {
    font-size: 20px;
  }
  .tr_header .benefits_list > li.item {
    margin-bottom: 30px;
  }
  .tr_header .title {
    font-size: 40px;
  }
  .tr_main_content .delivery-works .video {
    max-width: 100%;
  }
  .tr_main_content .delivery-works .caption {
    font-size: 55px;
  }
  .tr_main_content .delivery-works .buy_back_works_list > li {
    margin-bottom: 30px;
  }
  .tr_main_content .delivery-works .buy_back_works_list > li .step_number {
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
    font-size: 26px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .tr_header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tr_header .tr_header .desc {
    margin-bottom: 30px;
  }
  .review-block {
    height: 449px;
    width: 634px;
  }
  .review-block .reviews-container .reviews_text {
    min-height: 340px;
    padding: 25px 34px;
    font-size: 18px;
    font-weight: 500;
  }
  .review-block .reviews-container .reviews_author {
    min-height: 110px;
    padding-top: 40px;
  }
  .reviews_flexslider_first .flex-viewport {
    padding-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .tr_header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tr_header .page_caption {
    display: none;
  }
  .tr_header .desc,
  .tr_header .benefits_list {
    display: none;
  }
  .tr_header h3.text-welcome {
    padding-left: 0;
    text-align: center;
  }
  .tr_header h1.title {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.78px;
    text-align: center;
    margin-bottom: 0;
  }
  .tr_main_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tr_main_content .delivery-works {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tr_main_content .delivery-works iframe {
    height: 190px;
  }
  .tr_main_content .delivery-works .gray-box .purple-box {
    width: 180px;
    background: linear-gradient(280deg, rgb(62, 59, 137) 30%, rgb(129, 54, 135) 71%, rgba(247, 247, 247, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .tr_main_content .delivery-works .caption {
    opacity: 1;
    font-size: 20px;
    letter-spacing: -0.7px;
    text-align: center;
    margin-bottom: 0;
  }
  .tr_main_content .delivery-works .text {
    opacity: 1;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.19;
    letter-spacing: -0.62px;
    text-align: left;
  }
}
