@charset "utf-8";
/* CSS Document */


/*Основные настройки*/
* { margin:0; padding:0;}
body,html {width:100%; height:100%;}
body {
font-family: 'Roboto', sans-serif; 
font-size: 1rem;	
background: #F1F1F1 url(../img/bg-intro-white.png) repeat-x top;
color:#163351;	
overflow-x: hidden;
font-weight:300;	
}

/************************************/

body::-webkit-scrollbar {
  width: 8px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: #fff;        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: #163351;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 0px solid var(--text-color);  /* padding вокруг плашки */
}





a {color:var(--text-dark); transition: all .3s ease 0s;}
a:hover {color:#FF4C4C; transition: all .3s ease 0s;}

ul li {list-style: none;}
hr {height: 2px;}
/****************************/

h3, .h3 {font-size:400%; line-height: 1; font-weight: 600}
h3, .h3 {text-transform: uppercase;}

h4 {background: url(../img/arr-red.svg) no-repeat center left;}

/************************************/

.dropdown-menu {min-width: auto !important}

.rounded {background:#fff;}

/**Кнопки***************************/

.btn-outline {border-radius: var(--bs-border-radius-pill)!important; border:1px solid #183553;  background: none; font-size: .8rem; transition: all .3s ease 0s; color:#163351;}
	
.btn-outline:hover {border:1px solid #FF4C4C; background: #FF4C4C; color: #fff; }

/****/	
.btn-red { border-radius: var(--bs-border-radius-pill)!important; border:1px solid #B1000E;  background: #B1000E; font-size: .8rem; transition: all .3s ease 0s; color:#fff; }

.btn-red:hover {border:1px solid #FF4C4C; background: #FF4C4C; color: #fff; }


/****/
.btn-outline-white {border-radius: var(--bs-border-radius-pill)!important; border:1px solid #fff;  background: none; font-size: .8rem; transition: all .3s ease 0s; color:#fff;}

.btn-outline-white:hover {border:1px solid #FF4C4C; background: #FF4C4C; color: #fff; }


/***************************************/


