h1{
    font-weight: 300;
    font-size:1.444em;

    letter-spacing:-0.048em;
    line-height:1.125em;
    text-transform: uppercase;
}
h2{
    font-size:2.222em;
    font-weight: 300;
    letter-spacing: -0.048em;
    color:#999999;
    line-height: 1.375em;
}
input{


    font-family: acrom, "Helvetica Neue", sans-serif;
}

.micro-txt{
    color:#999999;
    font-size: 1.111em;
}
.micro-txt a{
    color:#999999;
}


.micro-txt .label{
    display: inline-block;
    width: 72px;
    font-size: 0.600em;
    text-transform: uppercase;
}
.micro-txt .value{
    font-family: "linux_biolinum_o", "Times New Roman", sans;
}



@media all and (min-width: 810px) {

    h1{font-size: 4.444em; font-weight: 100;}

}
@media all and (min-width: 1100px) {
    h1{
        font-size: 6.667em;
        line-height:1.083em;
    }
}

.t-number{


    font-size:2.222em;

}

.link-btn{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F5F5F5;
    font-size: 0.667em;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}
.link-btn:hover{
    color: #ABFF00;
}

.link-btn span{
    position: relative;
    z-index: 1;
}

.link-btn::after{
    content: '';
    position: absolute;
    top:50%;
    left:0;
    transform: translate(-50%,-50%);

}
.link-btn.active::after{
    opacity:0.8;
    background-image:linear-gradient(-45deg, #68cd31 0%, #abff00 100%);
    width:31px;
    height:30px;
}
@media all and (min-width: 1100px) {
    .link-btn.active::after{

        width:46px;
        height:46px;
    }
}


.select-box{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.select-over{
    position: relative;
    z-index: 10;

}
.select-options{

    position: absolute;
    top:100%;
    /*border: 1px solid rgb(191, 191, 191);*/
    background-color:#f7f6f9;
    /*box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.18);*/
    right:0;
    display: none;




}

.select-box.open .select-options{

    display: block;
}
.selected-caption{

    position: relative;
    padding:0 0 0 0 ;
    cursor: pointer;

}

.selected-caption::after,
.selected-caption::before{
    content: '';
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.selected-caption::after{
    border-top: 5px solid #fff;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.select-box.open{




}


.select-box.open .selected-caption::after,
.select-box.open .selected-caption::before{

    border-top: 0;
    border-bottom: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.select-box.open .selected-caption::after{
    border-top: 0;
    border-bottom: 5px solid #FFF;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}



.select-options .option{
    padding:4px 13px;
    cursor: pointer;

}
.select-options .option:hover{ background-color: #e5e5e5;  }

.header.gray-menu .menu-btn a::after {
    background-image: url(../img/menu_gray.svg); }
.header.gray-menu .menu-btn a::before {
    color: #999999; }
.header.gray-menu .menu-btn a.open::after {
    background-image: url(../../../../bitrix/templates/dombor/img/close_icon.svg);}