/* Home Banner */

.home-banner {
	align-items: stretch !important;
	min-height: 1199px;
	background: url('../images/header_banner.jpg.webp') no-repeat center / cover;
}

.home-banner .wrapper {
	justify-content: space-between;
	align-items: center;
}

.banner-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: url('../images/banner_img.png.webp') no-repeat 50% 88px;
	position: relative;
}

.slide-bottom-main {
	position: absolute;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -60px;
	left: 50%;
	margin-left: -9px;
	cursor: pointer;
}

.slide-bottom-main svg {
	animation: movement-abs 2s infinite;
}

.logo_uno {
	position: absolute;
	right: 2px;
	bottom: -77px;
}

.banner-action {
	font-family: 'Viaoda Libre';
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('../images/banner_action.svg');
	width: 112px;
	height: 100px;
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	top: 102px;
	right: 50%;
	margin-right: -305px;
}

.banner-right,
.banner-left {
	flex-basis: calc(100% / 2 - 232px);
	display: flex;
	flex-direction: column;
}

.banner-bottom {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-left {
	align-items: center;
	max-width: 650px;
	padding: 50px 0 0;
}

.banner-left svg {
	height: 205px;
	margin: 0 0 20px;
}

.banner-ellipse {
	width: 100%;
	max-width: 384px;
	font-size: 19px;
	border: 2px solid #000;
	height: 135px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 40px;
}

.banner-right {
	text-align: right;
	align-items: flex-end;
	max-width: 320px;
}

.banner-difference {
	flex-direction: column;
}

.banner-right p {
	font-family: 'Viaoda Libre';
	font-size: 25px;
	line-height: 42px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border-bottom: 3px solid #000;
	width: 100%;
	text-align: right;
}

.banner-right li {
	font-size: 15px;
	text-transform: uppercase;
	padding: 16px 0;
	border-bottom: 1px solid #000;
}

.banner-bottom .title {
	font-size: 17px;
	text-align: center;
	margin-bottom: 35px;
}

.banner-bottom .description {
	font-size: 60px;
}

.banner-bottom .description span {
	display: inline-block;
	position: relative;
}

.banner-bottom .description span:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 15%;
}

.banner-bottom svg {
	max-width: 129px;
}

/* Home Benefit */

.benefit {
	flex-wrap: wrap;
	padding: 0 0 0;
	display: flex;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	transition: transform 0.25s;
	will-change: transform;
}

.benefit-item {
	align-items: flex-start;
	text-align: center;
	line-height: 28px;
	font-size: 23px;
	display: flex;
	position: relative;
	margin: 0;
}

.benefit-num {
	font-family: 'Viaoda Libre';
	font-size: 300px;
	line-height: 240px;
}

.benefit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.benefit-text {
	width: 35.5%;
}

.benefit-text p {
	text-align: left;
	font-size: 16px;
	line-height: 19px;
}

.benefit-text h2 {
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}

.benefit-text h2 span {
	font-family: 'Viaoda Libre';
	display: block;
}

.benefit-column {
	width: 32.3%;
	flex-wrap: wrap;
}

.benefit-column .benefit-num {
	order: 2;
	width: 130px;
}

.benefit-column .benefit-img {
	width: 100%;
	margin-bottom: 20px;
}

.benefit-column .benefit-text {
	width: calc(100% - 130px);
}

.benefit-left {
	float: left;
	padding-top: 11.5%;
	margin-left: 8.5%;
}

.benefit-right {
	float: right;
	margin-top: -20%;
}

.benefit-right-alls {
	float: right;
	padding-top: 16.8%;
}

.benefit-column.benefit-right-alls {
	width: 42.3%;
}

.benefit-column.benefit-left {
	width: 33.8%;
	flex-wrap: wrap;
}

.benefit-column.benefit-big {
	width: 57.7%;
	padding-top: 15.5%;
	justify-content: flex-end;
}

.benefit-column.benefit-big .benefit-num {
	position: absolute;
	right: -165px;
	bottom: -5px;
}

.benefit-column.benefit-big .benefit-text {
	width: 62.5%;
}

.benefit-column.benefit-big .benefit-text p,
.benefit-column.benefit-big .benefit-text h2 {
	text-align: right;
}

.benefit-column.benefit-big-alls {
	width: 57.7%;
	margin-left: 8.5%;
	justify-content: flex-end;
}

.benefit-column.benefit-big-alls .benefit-img {
	padding-top: 39.8%
}

.benefit-column.benefit-big-alls .benefit-num {
	position: absolute;
	right: -165px;
	bottom: 175px;
}

.benefit-column.benefit-big-alls .benefit-text {
	width: 485px
}

.benefit-column.benefit-big-alls .benefit-text p,
.benefit-column.benefit-big-alls .benefit-text h2 {
	text-align: right;
}

.benefit-full {
	margin-left: 4.8%;
	padding-top: 170px;
}
.benefit-full .benefit-num {
	position: absolute;
	bottom: -11px;
}
.benefit-full .benefit-img {
	margin-left: 142px;
	width: 35.6%;
}
.benefit-full .benefit-text {
	margin-left: 40px;
}

/* Home Price */

.home-price {
	padding-top: 174px;
}

.banner-price {
	height: 900px;
	min-height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/background_img.jpg.webp');
	background-position: 50% 50%;
}

/* Home Allowed */

.allowed {
	padding: 0 0 70px;
	max-width: 1440px;
	width: calc(100% - 326px);
	margin: 70px auto 0;
	display: flex;
	flex-direction: column;
}

.allowed .title {
	border-top: 1px solid rgba(0,0,0,0.4);
	margin-bottom: 10px;
	padding-top: 70px;
}

.allowed .title,
.allowed .title span {
	font-family: 'Viaoda Libre';
	font-size: 72px;
	line-height: 78px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.allowed .title span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #000;
	bottom: -5px;
	left: 0;
}

.allowed-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.allowed-item {
	width: calc(33% - 26px);
	margin-top: 45px;
	border: 1px solid rgba(0,0,0,0.4);
	padding: 40px 35px;
	height: 208px;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('data:image/svg+xml,%3Csvg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.4" d="M7.90548 3.51525L8.87256 3.99112L7.90548 4.46698C6.64674 5.09635 5.60291 6.03273 4.91214 7.16866L4.43628 7.96688L3.96041 7.16866C3.26964 6.01738 2.24116 5.081 0.967074 4.45163L0 3.97577L0.967074 3.4999C2.22581 2.87053 3.26964 1.93416 3.96041 0.798222L4.43628 0L4.91214 0.798222C5.61826 1.94951 6.64674 2.88588 7.90548 3.51525Z" fill="black"/%3E%3C/svg%3E') no-repeat center 50% 50%;
}

/* Home Special Service */

.home-special {
	padding: 0 0 70px;
	max-width: 1440px;
	width: calc(100% - 326px);
	margin: 85px auto 0;
	display: flex;
	flex-direction: column;
}

.home-special .title {
	padding-top: 52px;
	font-family: 'Viaoda Libre';
	font-size: 72px;
	line-height: 78px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 48px;
	position: relative;
	background: url('data:image/svg+xml,%3Csvg width="114" height="16" viewBox="0 0 114 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.0381 7.05973L18 8.01542L16.0381 8.9711C13.4844 10.2351 11.3668 12.1156 9.96539 14.3969L9 16L8.0346 14.3969C6.63321 12.0848 4.54671 10.2042 1.96193 8.94027L0 7.98459L1.96193 7.0289C4.51556 5.76493 6.63321 3.88439 8.0346 1.60308L9 0L9.96539 1.60308C11.3979 3.91522 13.4844 5.79576 16.0381 7.05973Z" fill="black"/><path d="M40.0381 7.05973L42 8.01542L40.0381 8.9711C37.4844 10.2351 35.3668 12.1156 33.9654 14.3969L33 16L32.0346 14.3969C30.6332 12.0848 28.5467 10.2042 25.9619 8.94027L24 7.98459L25.9619 7.0289C28.5156 5.76493 30.6332 3.88439 32.0346 1.60308L33 0L33.9654 1.60308C35.3979 3.91522 37.4844 5.79576 40.0381 7.05973Z" fill="black"/><path d="M64.0381 7.05973L66 8.01542L64.0381 8.9711C61.4844 10.2351 59.3668 12.1156 57.9654 14.3969L57 16L56.0346 14.3969C54.6332 12.0848 52.5467 10.2042 49.9619 8.94027L48 7.98459L49.9619 7.0289C52.5156 5.76493 54.6332 3.88439 56.0346 1.60308L57 0L57.9654 1.60308C59.3979 3.91522 61.4844 5.79576 64.0381 7.05973Z" fill="black"/><path d="M88.0381 7.05973L90 8.01542L88.0381 8.9711C85.4844 10.2351 83.3668 12.1156 81.9654 14.3969L81 16L80.0346 14.3969C78.6332 12.0848 76.5467 10.2042 73.9619 8.94027L72 7.98459L73.9619 7.0289C76.5156 5.76493 78.6332 3.88439 80.0346 1.60308L81 0L81.9654 1.60308C83.3979 3.91522 85.4844 5.79576 88.0381 7.05973Z" fill="black"/><path d="M112.038 7.05973L114 8.01542L112.038 8.9711C109.484 10.2351 107.367 12.1156 105.965 14.3969L105 16L104.035 14.3969C102.633 12.0848 100.547 10.2042 97.9619 8.94027L96 7.98459L97.9619 7.0289C100.516 5.76493 102.633 3.88439 104.035 1.60308L105 0L105.965 1.60308C107.398 3.91522 109.484 5.79576 112.038 7.05973Z" fill="black"/%3E%3C/svg%3E') no-repeat center top;
}

.home-special .sub-title {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 64px;
}

.circle {
	position: relative;
	width: 478px;
	height: 290px;
	margin: 0 auto;
}

.circle p {
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 310px;
	margin-left: -150px;
	font-size: 16px;
	line-height: 19px;
	text-align: center;	
}

/* Preview Slider */

.preview {
	margin: 22px auto 60px;
}

.preview-item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	line-height: 33px;
}

.preview-item span {
	font-family: 'Viaoda Libre';
}

.preview-item .preview-img {
	width: 360px;
	height: 457px;
	margin-bottom: 30px;
}

.slider-preview {
	padding-bottom: 85px;
}

.slider-preview .slick-list:before,
.slider-preview .slick-list:after {
	content: '';
	width: 100%;
	max-width: 100px;
	height: 100%;
	max-height: 457px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.slider-preview .slick-list:after {
	background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
	right: 0;
	left: auto;
}

.slider-preview .slick-list:before {
	background-image: linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
	right: auto;
	left: 0;
}

.slider-preview img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slider-preview .slick-dots {
	bottom: 0;
}

.slider-preview .slick-dots li {
	margin: 0 4px;
	height: 10px;
	width: 10px;
}

.slider-preview .slick-dots li button {
	height: 10px;
	width: 10px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #000;
	background: transparent;
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.slider-preview .slick-dots li.slick-active button {
	background: #000;
	border-color: #000;
}

/* Additional service */

.home-additional {
	padding: 0;
	max-width: 1440px;
	width: calc(100% - 326px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.home-additional .sub-title {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	margin: 55px 0 32px;
}

.additional-list {
	border-top: 3px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3px;
}

.additional-list li {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 18px 0;
}

.home-additional .btn {
	margin: 55px auto 0;
	width: 282px;
	max-width: 282px;
	height: 70px;
	white-space: nowrap;
}

/* Responsive */

@media screen and (max-width: 1400px) {
  .benefit-column.benefit-big {
    padding-top: 20%;
  }
  .benefit-right {
    margin-top: -15%;
  }
  .benefit-num {
    font-size: 250px;
    line-height: 205px;
  }
  .benefit-column .benefit-num {
    bottom: -10px;
    position: absolute;
    right: 0;
        text-align: right;
  }
  .benefit-text {
    width: 48%;
  }
  .benefit-column.benefit-big .benefit-text {
    width: 90%;
  }
  .benefit-column.benefit-big-alls .benefit-text {
    width: 60%;
  }
  .benefit-column {
    width: 35%;
  }
  .home-additional,
  .allowed {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1280px) {
  .banner-left img,
  .banner-left svg {
    height: 180px;
  }
  .banner-ellipse {
    height: 125px;
  }
  .benefit-right {
    margin-top: -20%;
  }
  .benefit-column.benefit-big {
    padding-top: 24%;
  }
}

@media screen and (max-width: 1152px) {
  .banner-ellipse {
    font-size: 17px;
    height: 125px;
  }
  .banner-right {
    width: 250px;
  }
  .banner-bottom {
    padding-bottom: 25px;
  }
  .banner-bottom .description {
    font-size: 52px;
  }
  .home-price {
    padding-top: 80px;
  }
  .benefit {
    padding: 0 0 0;
  }
  .benefit-column.benefit-big-alls,
  .benefit-column.benefit-left,
  .benefit-full {
    margin-left: 0;
  }
  .benefit-left {
    padding-top: 70px;
  }
  .benefit-column.benefit-right-alls,
  .benefit-column.benefit-left {
    width: 42%;
  }
  .benefit-column.benefit-right-alls {
    padding-top: 90px;
  }
  .benefit-column.benefit-big-alls {
    width: calc(100% - 130px);
  }
  .benefit-column.benefit-big-alls .benefit-img {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1100px) {
  .benefit .wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .benefit-left,
  .benefit-column.benefit-right-alls,
  .benefit-column.benefit-big,
  .benefit-right {
    padding-top: 74px;
  }
  .benefit-right {
    margin-top: 0;
  }
  .benefit-item:first-child {
    margin-top: 0;
    padding-top: 80px;
  }
  .benefit-column.benefit-right-alls,
  .benefit-column.benefit-left,
  .benefit-column.benefit-big-alls,
  .benefit-column.benefit-big {
    width: 100%;
  }
  .benefit-column {
    flex-direction: initial;
    flex-wrap: wrap;
    width: 100%;
  }
  .benefit-column.benefit-big-alls,
  .benefit-column.benefit-big {
    width: calc(100% - 130px);
  }
  .benefit-column .benefit-img {
    width: 50%;
  }
  .benefit-column.benefit-big-alls .benefit-img,
  .benefit-column.benefit-big .benefit-img {
    width: 100%;
  }
  .benefit-column .benefit-text {
    width: calc(50% - 130px);
    margin-left: 40px;
  }
  .benefit-column.benefit-big .benefit-text,
  .benefit-column.benefit-big-alls .benefit-text {
    width: 100%;
  }
  .benefit-column .benefit-num {
    bottom: 20px;
  }
  .benefit-column.benefit-big-alls .benefit-num {
    bottom: 155px;
  }
  .benefit-column.benefit-big .benefit-num,
  .benefit-column.benefit-big-alls .benefit-num {
    right: -130px;
  }
  .benefit-text p {
    font-size: 13px;
    line-height: 16px;
  }
  .benefit-text h2 {
    font-size: 28px;
    line-height: 31px;
  }
}

@media screen and (max-width: 992px) {
  .home header .wrapper .logo {
    display: none;
  }
  .home header .wrapper {
		justify-content: flex-end;
    padding: 0;
  }
  .banner-bottom .description span:before {
    height: 2px;
    bottom: 20%;
  }
  .banner-top {
    height: 702px;
    position: initial;
    flex-direction: column;
    align-items: center;
    background-position: 50% 215px;
    background-size: auto 487px;
  }
  .slide-bottom-main {
    height: 43px;
    width: 43px;
    bottom: auto;
    top: 623px;
    left: 50%;
    margin-left: 125px;
    transform: rotate(180deg);
  }
  .banner-right,
  .banner-left {
    width: 100%;
  }
  .banner-left {
    align-items: center;
  }
  .banner-top .title {
    display: flex;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 14px;
    width: 180px;
  }
  .banner-bottom {
    margin-top: 28px;
    padding-bottom: 90px;
    position: relative;
  }	
  .banner-bottom svg {
    display: flex;
  }
  .banner-left img,
  .banner-left svg {
    height: 86px;
  }
  .banner-bottom .description {
		font-size: 32px;
    margin-top: 60px;
  }
  .banner-bottom .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 50%);
  }
  .banner-bottom svg {
    position: absolute;
    top: -91px;
    left: 50%;
    margin-left: -75px;
  }
  .home-additional,
  .allowed {
    width: calc(100% - 44px);
  }
  .allowed {
    padding: 0 0 30px;
    margin: 50px auto 0;
  }
  .allowed .title {
    padding-top: 24px;
    margin-bottom: 20px;
  }
  .allowed .title,
  .allowed .title span {
    font-size: 41px;
    line-height: 45px;
    height: 52px;
  }
  .allowed .title span:after {
    height: 3px;
    bottom: 0;
  }
  .allowed-item {
    margin-top: 15px;
    width: calc(50% - 7.5px);
  }
  .additional-list li {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-price {
    height: 666px;
    min-height: 666px;
  }
}

@media screen and (max-width: 769px) {
  .benefit-column.benefit-big-alls,
  .benefit-item,
  .benefit-column {
    flex-direction: column;
    width: 100%;
  }
  .benefit-num {
    font-size: 165px;
    line-height: 135px;
  }
  .benefit-column .benefit-img,
  .benefit-full .benefit-img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .benefit-column .benefit-text,
  .benefit-full .benefit-text {
    margin-left: 0;
    width: calc(100% - 32px);
  }
  .benefit-full {
    margin-left: 32px;
  }
  .benefit-column.benefit-right-alls {
    margin-left: 32px;
    margin-right: 25px;
  }
  .benefit-column.benefit-right-alls .benefit-img,
  .benefit-full .benefit-img {
    height: 260px;
    width: calc(100% - 138px);
  }
  .benefit-column.benefit-right-alls .benefit-num,
  .benefit-full .benefit-num {
    position: absolute;
    top: 210px;
    right: 75px;
    bottom: auto;
  }
  .benefit-column.benefit-right-alls .benefit-num {
    right: 50px;
  }
  .benefit-column.benefit-big-alls,
  .benefit-column.benefit-left,
  .benefit-column.benefit-right {
    align-items: flex-end;
  }
  .benefit-column.benefit-big-alls .benefit-num,
  .benefit-column.benefit-left .benefit-num,
  .benefit-column.benefit-right .benefit-num {
    top: 245px;
    left: 12px;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .benefit-column.benefit-left .benefit-num {
    top: 175px;
    left: -10px;
  }
  .benefit-column.benefit-big-alls .benefit-num {
    top: 160px;
    left: -10px;
  }
  .benefit-column.benefit-big-alls .benefit-text,
  .benefit-column.benefit-left .benefit-text,
  .benefit-column.benefit-right .benefit-text {
    width: calc(100% - 106px);
  }
  .benefit-column.benefit-big-alls .benefit-img,
  .benefit-column.benefit-left .benefit-img,
  .benefit-column.benefit-right .benefit-img {
    width: calc(100% - 96px);
    height: 294px;
  }
  .benefit-column.benefit-left .benefit-img {
    height: 225px;
    margin-right: 32px;
    width: calc(100% - 106px);
  }
  .benefit-column.benefit-big-alls .benefit-img {
    height: 213px;
    width: calc(100% - 74px);
  }
  .benefit-column.benefit-big {
    width: 100%;
  }
  .benefit-column.benefit-big .benefit-img {
    width: calc(100% - 32px);
    height: 213px;
  }
  .benefit-column.benefit-big .benefit-text {
    width: calc(100% - 74px);
  }
  .benefit-column.benefit-left .benefit-text {
    margin-right: 32px;
  }
  .benefit-column.benefit-big-alls .benefit-text {
    width: calc(100% - 74px);
  }
  .benefit-column.benefit-big .benefit-num {
    right: -15px;
    top: 310px;
    bottom: auto;
  }
  .benefit-column.benefit-big-alls .benefit-text p,
  .benefit-column.benefit-big-alls .benefit-text h2 {
    text-align: left;
  }
  .benefit-text h2 {
    line-height: 33px;
    margin-bottom: 11px;
  }
  .preview {
    margin: 22px auto 35px;
  }
  .slider-preview {
    padding-bottom: 50px;
  }
  .slider-preview .slick-list:before,
  .slider-preview .slick-list:after {
    max-width: 45px;
    max-height: 340px;
  }
  .preview-item .preview-img {
    height: 340px;
    width: 267px;
  }
  .allowed-item {
    margin: 15px auto 0;
    width: calc(100% - 20px);
    background-image: none;
    padding: 28px 35px;
    height: 95px;
    font-size: 17px;
    line-height: 19px;
  }
  .allowed-item br {
    display: none;
  }
  .home-special {
    padding: 0 0 40px;
    margin: 35px auto 0;
    width: 100%;
  }
  .home-special .title {
    padding-top: 40px;
    font-size: 41px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .home-special .sub-title {
    margin-bottom: 21px;
  }
  .circle {
    width: 100%;
    max-width: 329px;
    height: 250px;
  }
  .circle p {
    width: 230px;
    margin-left: -115px;
    bottom: auto;
    top: 96px;
    font-size: 14px;
    line-height: 17px;
  }
  .home-additional .sub-title {
    margin: 35px 0 20px;
  }
  .additional-list {
    border-top: 2px solid #000;
    flex-direction: column;
    padding-top: 20px;
  }
  .additional-list li {
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: center;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    padding: 11px 0;
    border-top: 1px solid rgba(0,0,0,0.4);
  }
  .additional-list li:first-child {
    border-top: 0;
  }
  .home-additional .btn {
    margin: 58px auto 0;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    max-width: 282px;
    white-space: nowrap;
  }
  .preview-item {
    font-size: 22px;
    line-height: 24px;
  }
  .preview-item .preview-img {
    margin-bottom: 4px;
  }
  .slider-preview .slick-dots li {
    margin: 0 3.5px;
    height: 8px;
    width: 8px;
  }
  .slider-preview .slick-dots li button,
  .slider-preview .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}

@media screen and (max-width: 640px) {
  .banner-bottom .description {
    font-size: 24px;
    padding: 0 30px;
    margin: 60px auto 0;
  }
  .banner-bottom .description br {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .banner-top {
    height: 696px;
    background-position: 50% 215px;
  }
  .banner-bottom {
    margin: 88px 0 0;
  }
  .banner-bottom svg {
    top: -159px;
  }
  .banner-bottom .description {
    padding: 0;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 360px) {
  .slide-bottom-main {
    margin-left: 110px;
  }
}

@media screen and (min-width: 993px) {
  .banner-left {
    padding: 150px 0 0;
  }
  .banner-bottom svg {
    display: none;
  }
}

@media screen and (min-width: 1880px) {
  .benefit-column.benefit-big {
    margin-top: 0;
    padding-top: 12%;
  }
  .benefit-column.benefit-big-alls .benefit-img {
    margin-top: 0;
    padding-top: 30%;
  }
  .benefit-left {
    margin-top: 0;
    padding-top: 6%;
  }
  .benefit-right-alls {
    margin-top: 0;
    padding-top: 9%;
  }
}
