:root {
    --shade-1: #0F0A32;
	--shade-2: #FFCD68;
	--shade-3: #444874;
	--shade-4: #FFF0D1; 
	--shade-5:  #EEB84D; 
    --theme-white-color: #fff;  
    --theme-light-color: #f8f5f0;
    --theme-gray-color: #efefef;
    --theme-dark-color: #12171f;
    --theme-footer-color: #12171f;    
    --theme-dark-opacity-color: rgba(24, 26, 29, .8);
    --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
    --text-light-color: #9b9b9b;
    --text-gray-color: #c3c3c3;

    --theme-general-font: 'Open Sans', sans-serif;;
}
.select-custom li input[type="radio"]:checked+label {
    background-color: var(--shade-1)
}
.sub-title {
    font-size: 17px;
}