@charset "utf-8";
/* CSS Document */

body {
background: #F1F3F6;
color: #42454A;
max-width: 100vw; overflow-x: hidden;
font-optical-sizing: auto;
font-family: "Montserrat", sans-serif;	
font-weight: 500;
font-size: 14px;	
position: relative;	
}
	
	

body::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: white;        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: #0B4E80;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid #fff;  /* padding вокруг плашки */
}
		
	
	
/****************************/
h1, h2, h3, h4, h5, h6 {line-height: 1.2; text-transform: uppercase; color:#0567A6 !important; font-weight: 600;}
h1 {font-size: 50px;}
#intro h2 {font-size: 32px;}
h2 {font-size: 35px; }
h3 {font-size: 30px;}	
	
/********************/
	
a {text-decoration: none; color: #fff;}	

	
/********************/
	
.btn.btn-catal {border: 0px; color: #fff; font-size: 12px !important;
border-radius: 5px; background: linear-gradient(85deg, #0198EE 0%, #014082 100%); transition: all .3s ease 0s;
}
.btn.btn-catal:hover {border: 0px; color: #fff; font-size: 12px !important;
border-radius: 5px; background: linear-gradient(85deg, #0198EE 0%, #014082 50%); transition: all .3s ease 0s;
}




/*********************************/	

.nav-item {font-size: 90%; line-height: 1}
/***************************************/



/***************************************/

.edit {overflow: hidden; clear: both}
.edit a {display:block;}	
.edit a span {text-align: center; display: inline-block; margin:10px 0px 0px 1px !important; border: 0px solid #bbb; background:  #0F82BB; color: #fff; border-radius: 2px; text-transform: uppercase; font-size:9px; padding: 1px 4px; height: 15px;}	
span.button {float: left; margin-right: 5px;}
	
/**********************/
	
	
.ar-down {
    display: inline-block; margin-top: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}
	
.ar-top {
    display: inline-block; margin-top: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

.g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -90px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
