.offer_box_int,
.offer_box_int * {
 -webkit-transition: 0.4s ease-in-out;
 -moz-transition: 0.4s ease-in-out;
 -o-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
}

.offer_box_int {
 position: relative;
 float: left;
 width: 23.65%;
 margin: 0 1.8% 1.8% 0;
 line-height: 1.2;
 background-color: #f5f5f7;
}

.offer_box_int:hover {
 background-color: #eeedf2;
}

.offer_box_int:nth-child(4n) {
 margin: 0 0 1.8% 0;
}

.offer_box_int>a:nth-child(1) {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 font-size: 0;
 z-index: 4;
}

.offer_box_int .image {
 position: relative;
 float: left;
 width: 100%;
 height: 300px;
}

.offer_box_int .image>a {
 display: flex;
 width: 100%;
 height: 100%;
}

.offer_box_int .image picture {
 width: 100%;
 height: 100%;
}

.offer_box_int .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.offer_box_int .box_bottom {
 display: flex;
 flex-direction: column;
 float: left;
 width: 100%;
 padding: 18px 30px 20px 30px;
}

.offer_box_int .title {
 float: left;
 width: 100%;
 height: 77px;
 margin: 0 0 17px 0;
 overflow: hidden;
}

.offer_box_int .title table {
 width: 100%;
 height: 100%;
 margin: 0;
 border: 0;
 border-collapse: collapse;
 border-spacing: 0;
}

.offer_box_int .title table td {
 width: 100%;
 height: 100%;
 padding: 0;
 margin: 0;
 vertical-align: top;
}

.offer_box_int .title a,
.offer_box_int .title a:link,
.offer_box_int .title a:hover,
.offer_box_int .title a:visited {
 font-family: "Merriweather", serif;
 font-weight: 900;
 font-style: italic;
 font-size: 20px;
 line-height: 1.28;
 color: #051039;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 text-decoration: none;
}

.offer_box_int .infos {
 display: flex;
 align-items: center;
 float: left;
 width: 100%;
}

.offer_box_int .infos .info {
 display: flex;
 align-items: center;
 margin: 0 23px 0 0;
 font-size: 12px;
}

.offer_box_int .infos .info:last-child {
 margin: 0;
}

.offer_box_int .infos .info.duration {
 white-space: nowrap;
}

.offer_box_int .infos .info .icon {
 display: flex;
 justify-content: center;
 align-items: center;
 min-width: 30px;
 width: 30px;
 height: 30px;
 margin: 0 12px 0 0;
 background-color: #dcdee4;
}

.offer_box_int .infos .info .icon img {
 width: 15px;
 height: 15px;
}

.offer_box_int .bottom_info {
 display: flex;
 justify-content: space-between;
 align-items: center;
 float: left;
 width: 100%;
 height: 43px;
 margin: 18px 0 0 0;
}

.offer_box_int .price_container {
 display: flex;
 align-content: center;
 color: #d70000;
}

.offer_box_int .price {
 display: flex;
 align-items: first baseline;
 font-weight: 900;
 font-size: 21px;
}

.offer_box_int .currency {
 margin: 0 0 0 5px;
 font-size: 17px;
}

.offer_box_int .basic_btn {
 align-self: center;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 10px 13px 11px 19px;
 font-size: 15px;
 color: #051039;
 border: 2px solid #051039;
 background-color: transparent;
}

.offer_box_int .basic_btn .icon {
 position: relative;
 width: 15px;
 height: 15px;
 margin: 0 0 0 17px;
}

.offer_box_int .basic_btn .icon::before {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 content: "";
 -webkit-transition: opacity 0.2s;
 -o-transition: opacity 0.2s;
 transition: opacity 0.2s;
}

.offer_box_int .basic_btn .icon::after {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 content: "";
 -webkit-transition: opacity 0.2s;
 -o-transition: opacity 0.2s;
 transition: opacity 0.2s;
 opacity: 0;
}

.offer_box_int .basic_btn .icon::before {
 background: url('/img/internal/offer-box-icon-btn.svg') 0px 0px no-repeat;
 background-size: 15px 30px;
}

.offer_box_int .basic_btn .icon::after {
 background: url('/img/internal/offer-box-icon-btn.svg') 0px -15px no-repeat;
 background-size: 15px 30px;
}

.offer_box_intn:hover .basic_bt .icon::before {
 opacity: 0;
 -webkit-transition: opacity 0.2s;
 -o-transition: opacity 0.2s;
 transition: opacity 0.2s;
}

.offer_box_int:hover .basic_btn .icon::after {
 opacity: 1;
 -webkit-transition: opacity 0.2s;
 -o-transition: opacity 0.2s;
 transition: opacity 0.2s;
}

.offer_box_int:hover .basic_btn {
 color: #fff;
 border: 2px solid #051039;
 background-color: #051039;
}

@media screen and (max-width: 1680px) {
 .offer_box_int .box_bottom {
  padding: 18px 24px 20px 24px;
 }
 .offer_box_int .basic_btn {
  padding: 10px 11px 11px 12px;
 }
 .offer_box_int .basic_btn .icon {
  margin: 0 0 0 12px;
 }
}

@media screen and (max-width: 1580px) {
 .offer_box_int .box_bottom {
  padding: 15px 20px 16px 20px;
 }
 .offer_box_int .price {
  font-size: 20px;
 }
 .offer_box_int .currency {
  font-size: 16px;
 }
}

@media screen and (max-width: 1520px) {
 .offer_box_int .title {
  height: 73px;
  margin: 0 0 14px 0;
 }
 .offer_box_int .title a,
 .offer_box_int .title a:link,
 .offer_box_int .title a:hover,
 .offer_box_int .title a:visited {
  font-size: 19px;
 }
 .offer_box_int .basic_btn {
  padding: 10px 8px 11px 9px;
 }
 .offer_box_int .basic_btn .icon {
  margin: 0 0 0 9px;
 }
}

@media screen and (max-width: 1480px) {
 .offer_box_int,
 .offer_box_int:nth-child(4n) {
  width: 32%;
  margin: 0 2% 2% 0;
 }
 .offer_box_int:nth-child(3n) {
  margin: 0 0 2% 0;
 }
}

@media screen and (max-width: 1200px) {
 .offer_box_int .image {
  height: 260px;
 }
}

@media screen and (max-width: 1100px) {
 .offer_box_int .image {
  height: 240px;
 }
 .offer_box_int .title {
  height: 70px;
  margin: 0 0 12px 0;
 }
 .offer_box_int .title a,
 .offer_box_int .title a:link,
 .offer_box_int .title a:hover,
 .offer_box_int .title a:visited {
  font-size: 18px;
 }
 .offer_box_int .basic_btn {
  font-size: 14px;
 }
 .offer_box_int .basic_btn .icon {
  width: 13px;
  height: 13px;
  margin-top: 2px;
 }
 .offer_box_int .basic_btn .icon::before {
  background: url('/img/internal/offer-box-icon-btn.svg') 0px 0px no-repeat;
  background-size: 13px 26px;
 }
 .offer_box_int .basic_btn .icon::after {
  background: url('/img/internal/offer-box-icon-btn.svg') 0px -13px no-repeat;
  background-size: 13px 26px;
 }
}

@media screen and (max-width: 1050px) {
 .offer_box_int .bottom_info {
  height: auto;
  flex-direction: column;
  margin: 12px 0 0 0;
 }
 .offer_box_int .price_container {
  height: 24px;
  margin: 0 0 10px 0;
 }
}

@media screen and (max-width: 1020px) {
 .offer_box_int .infos {
  flex-direction: column;
  align-items: flex-start;
 }
 .offer_box_int .infos .info {
  height: 30px;
  margin: 0 0 10px 0;
 }
}

@media screen and (max-width: 950px) {
 .offer_box_int,
 .offer_box_int:nth-child(3n),
 .offer_box_int:nth-child(4n) {
  width: 48.5%;
  margin: 0 3% 3% 0;
 }
 .offer_box_int:nth-child(2n) {
  margin: 0 0 3% 0;
 }
 .offer_box_int .image {
  height: 200px;
 }
}

@media screen and (max-width: 650px) {
 .offer_box_int .image {
  height: 180px;
 }
 .offer_box_int .title {
  height: 116px;
 }
 .offer_box_int .title a,
 .offer_box_int .title a:link,
 .offer_box_int .title a:hover,
 .offer_box_int .title a:visited {
  font-size: 18px;
  -webkit-line-clamp: 5;
 }
 .offer_box_int .price {
  font-size: 19px;
 }
 .offer_box_int .basic_btn {
  padding: 8px 11px;
  font-size: 13px;
 }
}

@media screen and (max-width: 500px) {
 .offer_box_int .title {
  height: 109px;
 }
 .offer_box_int .title a,
 .offer_box_int .title a:link,
 .offer_box_int .title a:hover,
 .offer_box_int .title a:visited {
  font-size: 17px;
 }
}