
.section_1 .offer_slider, .section_1.hosting_page, .section_1.domains_page{
    height: 28.9vw;
}

.offer_slider{
    background-image: url("../img/section_1/section1_bg.jpg");
    background-size: cover;
    padding-bottom: 1.5vw;
}
.section_1 .title{
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    font-size: 30px;
    padding-top: 1.5vw;
    padding-bottom: 1.3vw;
}
.section_1 .title span{
    font-weight: bold;
}
.section_1 .slider_image {
    margin: 0 auto;
    width: 45vw;
    position: relative;
}
.section_1 .slider_image img{
    width: 100%;
}
.section_1 .slider_text{
    text-align: center;
    color: #fff;
    padding-top: 0.9vw;
    padding-bottom: 0.9vw;
    font-size: 17px;
}


.price-container {
    display: flex;
    width: fit-content;
    position: absolute;
    background-color: #ff9100;
    border-radius: 10px;
    border: 1.5px solid #f17600;
    right: 4vw;
    bottom: 0.3vh;
	/*display: none;*/
}
.price-container a {
	text-decoration: none;
	color: #ffffff;
}
.column-item {
    width: 7.3vw;
    height: 3.3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #f17600;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}
.first-column .column-item:first-child {
    border-radius: 8px 0 0;
}
.first-column .column-item:last-child {
    border-radius: 0 0 0 8px;
}
.right-column .column-item:first-child {
    border-radius: 0 8px 0 0;
}
.right-column .column-item:last-child {
    border-radius: 0 0 8px 0;
}
span.grn {
    font-weight: 100;
    font-size: 20px;
    margin-left: 8px;
}

@media all and (max-width:3000px){
    .column-item {
        font-size: 20px;
    }
    span.grn {
        font-size: 20px;
    }
}
@media all and (max-width:2000px){
    .column-item {
        font-size: 22px;
    }
    span.grn {
        font-size: 18px;
    }
}
@media all and (max-width:1600px){
    .column-item {
        font-size: 20px;
    }
    span.grn {
        font-size: 18px;
    }
}
@media all and (max-width:1500px){
    .column-item {
        font-size: 18px;
        height: 20px;
    }
    span.grn {
        font-size: 14px;
    }
}
@media all and (max-width:1200px){
.column-item {
    font-size: 14px;
}
span.grn {
    font-size: 10px;
}
}
@media  all and (max-width: 1024px){
.column-item {
    height: 14px;
}
}
@media  all and (max-width: 768px){
    .column-item {
        height: 22px;
        width: 13.3vw;
    }
.price-container {
    right: 10vw;
}
}
@media  all and (max-width: 500px){
.column-item {
    height: 10px;
    width: 12.3vw;
    font-size: 8px;
    border: 1px solid #f17600;
}
.price-container {
    border: 1px solid #f17600;
}
span.grn {
    font-size: 8px;
    margin-left: 4px;
}
}