

/* Start:/local/templates/onehost_2020/css/server_rental.css?171750774916902*/
:root{
    --index: calc(1vw + 1vh);
    --size_32: calc((32 / var(--index)) * 100%);
    --font: "OpenSans-Regular",sans-serif;
    --isOverflow: 'visible';
}
body{
    background:  #e5e5e5;
}
.main__header{
    display: flex;
    gap: calc(var(--index) * 2);
    margin-top: 100px;
    position: relative;
}
.main__header:before{
}
.header_img{

}
.header_img img{
    width: 90%;
}
.header_content{
    max-width: 700px;
    width: 100%;
}

.header_content .header--title{
    margin-bottom: 40px;
    font-weight: bold;
    font-family: "OpenSans-Regular";
    line-height: 44px;
    font-size: 32px;
    color: #58666E;
}
.header_content .header--description{
    font-family: 'OpenSans-Regular',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 40px;
}
.header_content .header--trigger_form{
    font-family: 'OpenSans-Regular',sans-serif;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;

}
.header_content .header--trigger_form span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.header_content .header--trigger_form button{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.12em;
    color: #ED3237;
    text-decoration: underline;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.header_content .header--info_list{
    padding: 0;
    margin: 0;
}
.header_content .header--info_list li{
    font-family: 'OpenSans-Regular',sans-serif;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.header_content .header--info_list li::before{
    content: '';
    width: 18.92px;
    height: 15.54px;
    display: block;
    background-image: url("/local/templates/onehost_2020/css/../imgs/icns/check_red.svg");
}
.main__catalog{
    margin-top: 100px !important;
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
}
.main__catalog .catalog_filter{
    display: flex;
    flex-direction: column;
    width: calc((3 / 12) * 100%);
}
.catalog_filter .catalog_filter--top span,
.catalog_filter .catalog_filter--top .catalog_filter--close{
    display: none;
}
.main__catalog .filter_item{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #B9BCBE;

}
.main__catalog .filter_item:first-child{
    padding-top: 0;
}
.main__catalog .filter_item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.main__catalog .filter_item .item--title{
    font-family: var(--font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main__catalog .filter_item .item--title button{
    background-image: url("/local/templates/onehost_2020/css/../imgs/icns/ar_catalog_filter.svg");
    width: 24px;
    height: 24px;
    background-position: center ;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.main__catalog .filter_item .item--list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
}
.main__catalog .filter_item .item--list li{
    list-style: none;
}
.main__catalog .filter_item .item--list li label{
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #58666E;
}
.main__catalog .filter_item .item--list li input{

}
.main__catalog .filter_item .item--list li  input:checked label{
    color: #EC3137;
}
.main__catalog .filter_item .item--list li input[type="radio"]{

}
.main__catalog .filter_item .item--list li input[type="checkbox"]{

}



.show_more{
    margin: 60px auto 100px auto !important;
    display: block;
    font-family: var(--font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #EC3137;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.catalog_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    width: 100%;
    margin-top: 40px;
}

.catalog_list .catalog_list--item{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    transition: .75s all;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog_list .catalog_list--item .item--name{
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #58666E;
    margin-bottom: 8px;
}
.catalog_list .catalog_list--item .item--title{
    font-family: var(--font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.catalog_list .catalog_list--item .item--options{
    padding: 0;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}
.catalog_list .catalog_list--item .item--options li{
    list-style: none;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #58666E;
}

.catalog_list .catalog_list--item .item-location{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #58666E;
    margin-bottom: 24px;
}

.catalog_list .catalog_list--item .item-location .location-icon{
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/onehost_2020/css/../imgs/icns/kazakhstan.svg") ;
}
.catalog_list .catalog_list--item .item_location_nl{

}
.catalog_list .catalog_list--item .item_location_nl .location-icon{
    background-image: url("/local/templates/onehost_2020/css/../imgs/icns/europe.svg") ;
}
.catalog_list .catalog_list--item .item--list{
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}
.catalog_list .catalog_list--item .item--list li{
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #58666E;
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.catalog_list .catalog_list--item .item--list li:before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/onehost_2020/css/../imgs/icns/ar_green.svg");
    background-size: contain;
}

.catalog_list .catalog_list--item .item--footer{
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #58666E;

}
.catalog_list .catalog_list--item .item--footer .item-price{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 8px;
}

.catalog_list .catalog_list--item .item--footer .item-price .item-price--current{
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}
.catalog_list .catalog_list--item .item--footer .item-price .item-price--old{
    font-family: var(--font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #58666E;
}

.catalog_list .catalog_list--item .item--footer .item--link{
    background: #2D3539;
    border-radius: 4px;
    padding: 10.5px 25px;
    font-family: var(--font);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    margin-top: 16px;
    gap: 10px;
}
.catalog_list .catalog_list--item .item--footer .item--link .icon{
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/onehost_2020/css/../imgs/icns/conf-ico.svg");
}
.catalog_list .catalog_list--item:hover{
    background: #FFFFFF;
}
.catalog_list .catalog_list--item:hover .item--footer .item--link{
    background: #ED3237;
    color: #FFFFFF;
}

.catalog_filter{
    position: relative;
}
.catalog_filter--reset{
    background: #ED3237;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: var(--font);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    outline: none;
    position: fixed;
    bottom: 50px;
    width: calc((2 / 12) * 100%);
    max-width: 320px;
    box-sizing: border-box;
}
.catalog_filter .catalog_filter--top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.catalog_filter .catalog_filter--top span{
    font-family: var(--font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}
.catalog_filter .catalog_filter--top .catalog_filter--close{
    cursor: pointer;
    border: none;
    outline: none;
    background: url("/local/templates/onehost_2020/css/../imgs/icns/close_red.svg") center/cover no-repeat;
    width: 32px;
    height: 32px;
}
.catalog-sort{
    position: relative;
    margin-left: auto;
    display: flex;
    justify-content: end;
    cursor: pointer;

}
.catalog-sort--btn{
    font-family: var(--font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: 220px;
    justify-content: space-between;
}
.catalog-sort--btn .icon{
   width: 24px;
    height: 24px;
    background: url("/local/templates/onehost_2020/css/../imgs/icns/arr_list.svg") center no-repeat;
    transform: rotate(180deg);
    transition: .75s all;
}
.catalog_sort_btn_active .icon{
    transform: rotate(0deg);
}
.catalog-sort--list{
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    top: calc(100% + 16px);
    margin: 0;
    padding: 0;
    width: max-content;
    min-width: 220px;
}
.catalog-sort--list li{
    padding: 10px 20px;
    box-sizing: border-box;
    list-style: none;
    text-align: left;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.item--list--btn-toggle{
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EC3137;
    cursor: pointer;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    order: 50;
}
.item--list--btn-toggle:after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/onehost_2020/css/../imgs/icns/arr_red.svg") center no-repeat;
    transition: .75s all;
}
.item--list .item--list--btn-toggle:after{
    transform: rotate(180deg);
}
.item--list-toggle .item--list--btn-toggle:after{
    transform: rotate(0deg);
}
.item--list-toggle li:nth-child(n+4){
    display: none;
}
.main__catalog .filter_item .item--list li label.item--list--active{
    color: #EC3137;
}
.main__catalog .filter_item .item--list li label input[type=radio]{
    position: relative;
    cursor: pointer;
}
.main__catalog .filter_item .item--list li label input[type=radio]:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    border: 1px solid rgba(88, 102, 110, 1);
    border-radius: 50%;
    background-color: white;
}
.main__catalog .filter_item .item--list li label input[type=radio]:checked:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    border: 1px solid #ED3237;
    border-radius: 50%;
    background-color: white;
}
.main__catalog .filter_item .item--list li label input[type=radio]:checked:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    position: absolute;
    background: #ED3237;
}
.main__catalog .filter_item .item--list li label input:checked{

}
.main__catalog .filter_item .item--list li label:has(input:checked){
    color: #ED3237;
}
.filter_item.disable{

}
.filter_item.disable .item--list{
    display: none;
}
.filter_item .item--title button{
    transform: rotate(0deg);
    transition: .3s all;
}
.filter_item.disable .item--title button{
    transform: rotate(180deg);
}
.filter_trigger{
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: none;
    border: none;
    background: url("/local/templates/onehost_2020/css/../imgs/icns/fillter_ico.svg") center/cover no-repeat;
    display: none;
}



@media(max-width: 1200px){
    .main__catalog .catalog_filter{
        min-width: calc((3 / 12) * 100%);
    }
    .catalog_list{
        gap: calc(var(--index) * 0.5);
    }
}

@media(max-width: 1129px){
    .catalog_list .catalog_list--item .item--footer .item--link{
        justify-content: center;
        background: #ED3237;
        color: #FFFFFF;
    }
    .catalog_filter .catalog_filter--top{
        position: sticky;
        top: -20px;
        height: 52px;
        left: 0;
        width: 100%;
        z-index: 50;
        padding-top: 20px;
        margin-top: -20px;
        background: #fff;
    }
    .main__catalog{
        position: relative;
    }
    .catalog_filter .catalog_filter--top span,
    .catalog_filter .catalog_filter--top .catalog_filter--close{
        display: block;
    }
    .main__catalog .catalog_filter{
        position: absolute;
        background: #FFFFFF;
        border-radius: 12px;
        padding: 20px;
        box-sizing: border-box;
        width: calc(100%);
        z-index: 500;
        top: 0px;
        /*left: 30px;*/
        /*right: 30px;*/
        display: none;
        overflow-y: scroll;
    }
    .main__catalog .catalog_filter.active{
        display: block;
        position: fixed;
        max-width: calc(100% - 60px);
        height: calc(var(--index)* 50);
        top: 80px;
        padding-bottom: 40px;
    }
    .catalog_filter--reset{
        width: 100%;
    }
    .catalog_list{
        grid-template-columns: repeat(4, 1fr);

    }
    .catalog-sort{
        justify-content: space-between;
    }
    .filter_trigger{
        display: block;
    }
}
body{
    overflow: var(--isOverflow);
}
@media (max-width: 1100px){
    .catalog{
        width: 100%;
    }
    .catalog_list{
        grid-template-columns: repeat(3, 1fr);
        gap: calc(var(--index) * 1);
    }
}
@media (max-width: 960px){
    .main__catalog .catalog_filter.active{
        max-width: calc(100% - 60px);
    }
}
@media (max-width: 850px){
    .main__header{
        flex-direction: column;
    }
    .header_img{
        display: flex;
        justify-content: center;
    }
    .catalog_list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 639px){
    .main__catalog .catalog_filter.active{
        max-width: calc(100% - 30px);
    }
}
@media (max-width: 560px){
    .catalog_list{
        grid-template-columns:  1fr;
        gap: calc(var(--index) * 2);
    }
}


.bdr{
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-top: 40px;
}

.custom--server .form-feedback{
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 1199px){
    .hdr .row-btm {
        margin-top: 0px !important;
        padding-top: 30px;
    }
}
.cnt-row{
    position: relative;
}
.cnt-row .txt{
    width: 60%;
    /*color: #58666E;*/
}
.cnt-row .txt h4,
.cnt-row .txt p a{
    /*color: #58666E;*/
}
.cnt-row .txt p a{
    /*border-color: #58666E;*/
}
.cnt-row .img{
    width: 54%;
    text-align: right;
    position: absolute;
    top: -230px;
    right: 7%;
}
@media (max-width: 980px){
    .cnt-row .img{
        display: none;
    }
    .cnt-row .txt{
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/onehost_2020/components/bitrix/form.result.new/ask_self_tarif_dedicated/style.css?17175077491171*/
table.form-table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	font-size: 100%;
	font-weight:normal;
	line-height: 160%;
}
table.form-table th, table.form-table td {
	border: 1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}
table.form-table th {
	background-image: url(/local/templates/onehost_2020/components/bitrix/form.result.new/ask_self_tarif_dedicated/images/table_head.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #25639A;
}
table.form-table td  {
	padding: 15px 5px;
}
.form-required {
	color: red;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/onehost_2020/components/bitrix/form.result.new/ask_self_tarif_dedicated/images/icon_warn.gif);
}
form[name=SIMPLE_FORM_5] .radio-wrapper {
	justify-content: inherit !important;
}
form[name=SIMPLE_FORM_5] .radio-btn {
	margin-right: 0px !important;
	color: #ffffff !important;
}
form[name=SIMPLE_FORM_5] .submit-wrapper  {
	margin-top: 22px !important;
}
form[name=SIMPLE_FORM_5] .captcha_wrapper {
	margin-top: 30px;
}
.bdr .form-config .row{
	justify-content: flex-start !important;
}
.form-config .radio-wrapper .radio-row label{
	color: #fff !important;
	margin-right: 0 !important;
}

/* End */


/* Start:/local/templates/onehost_2020/components/bitrix/form.result.new/ask/style.css?1717507749707*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/onehost_2020/components/bitrix/form.result.new/ask/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/onehost_2020/components/bitrix/form.result.new/ask/images/icon_warn.gif);
}

.ask-form .field {
	width: 90%;
}

/* End */
/* /local/templates/onehost_2020/css/server_rental.css?171750774916902 */
/* /local/templates/onehost_2020/components/bitrix/form.result.new/ask_self_tarif_dedicated/style.css?17175077491171 */
/* /local/templates/onehost_2020/components/bitrix/form.result.new/ask/style.css?1717507749707 */
