@charset "utf-8";
/* CSS Document */

/*Основные настройки*/
body,html {width:100%; height:100%;}
body {font-family: 'Montserrat', sans-serif;  background:#fff; overflow-x: hidden; color: #222222;}
/**/


a {color:#333333 !important; transition: all 0.1s ease;}
a:hover {color:#F2EFE4; transition: all 0.3s ease; }

b, strong, fw-bold {
 font-weight: 600 !important;
}



.btn-gold {background: #F30200; color: #fff; font-weight: bold; font-size: 90%;}
