@font-face {
    font-family: Arial; /* имя шрифта для CSS правил */
}
@font-face {
    font-family: 'Exo 2';
    src: url('font/Exo2-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Exo2';
    src: url('font/Exo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,html {
	margin:0;
	padding:0;
	font-family: 'Exo 2', sans-serif;
	font-size:16px;
	color:#4d4c4c;
	height:auto;
	float:left;
	position:relative;
	width: 100%;
}

p,div,a,ul,li,form {
	margin:0;
	padding:0;
	font-family: 'Exo 2', sans-serif;
	font-size:16px;
	color:#4d4c4c;
	position:relative;
	list-style:none;
	outline:0;
}

p,div,img,a,ul,textarea,input:active,input:focus {
	outline:0;
	border:none;
}

p{
	margin-bottom: 20px;
}

.container {
	width:897px;
	height:auto;
	margin:0 auto;
	z-index:5;
}


.header {
	width: 100%;
	height:165px;
	float: left;
	z-index: 999;
}

.inside {
  width: 100%!important;
  min-width: 990px;
  height: 100%;
}

.container-inside,.region.region-content form {
	width:920px;
	height:auto;
	padding:0 20px;
	position:relative;
	float:left;
	left:50%;
	margin:0 0 0 -485px;
}

.container-inside {
	z-index:998;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.long-block{
	width: 100%;
	height: auto;
	float: left;
}

.long-block.with-margin-top{
	margin-top:80px;
}

.long-block.with-margin-bottom{
	margin-bottom: 30px;
}

h1{
	font-size: 24px;
	color: #e4861a;
	font-weight: normal;
	text-align: center;
}

.content-block{
	width: 450px;
	height: auto;
	margin-bottom: -5px;
}

.content-block.left{
	float: left;
	margin-right: 20px;
}

.content-block.right{
	float: right;
}

h2 {
	font-size: 30px;
	font-weight: 500;
	color: #223f92;
	padding-top: 0;
	border:none;
	margin-top: 0;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	color: #223f92;
	padding-top: 0;
	border:none;
	margin-top: 0;
}

.main-content{
	overflow: hidden;
    position: relative;
}


.block1{
	height: 1500px;
	background: #043a56;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
}

.block2{
	height: 1800px;
	background: #71afe6;
	width: 100%;
	margin-top: 950px;
	margin-bottom: 950px;
	z-index: 3;
	position: relative;
}

.block3{
	height: 950px;
	background: #770026;
	width: 100%;
	z-index: 2;
	display: none;
	position: fixed;
	bottom: 0;
}

.show{
	display: block;
}

img.logo-img{
	margin: 25px 0;
}

.top-phone{
	position: absolute;
	right: 10px;
	top:55px;
	font-size: 18px;
	color: #223f92;
}

.blue-menu{
	background: #334e9c;
	height: 57px;
	background: url(img/fon-menu.png);
}

.main-menu-top-block{
	width: 960px;
	margin: 0 auto;
	height: 57px;
}

ul.main-menu-top{
	margin-left: 0;
	width: 960px;
    -moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

ul.main-menu-top li {
    padding: 0;
    height: 48px;
    display: inline;
    width: auto;
    float: left;
    width: 20%;

}

ul.main-menu-top li a {
    
    float: left;
    padding: 0 20px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    
}

ul.main-menu-top li a:hover{
	color: #fbaf5d;
}

ul.main-menu-top li a.last {
	margin-right: 15px;
}

.gray-line{
	width: 960px;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 4px;
	height: 2px;
	background: #d3d3d3;
}

.header-fon{
	position: absolute;
	background: url(img/fon-header.png);
	width: 100%;
	height: 160px;
}

.long-block.gray{
	background: #e4e8f2;
}

ul.point {
    width: 100%;
    height: auto;
    padding-top: 1em;
}

ul.point li {
    background: url(img/blue-marker.png) no-repeat left 9px;
    width: auto;
    color: #5d5d5d;
    padding: 0 0 0 20px;
    margin: 0 0 15px 14px;
}

.client-logo{
	width: 100%;
	height: 80px;
	padding: 30px 0;
}

.blue20{
	color: #223f92;
	font-size:20px;
}

.contact-block{
	width: 390px;
	height: 140px;
	background: #fff;
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	padding: 70px 20px 0; 
}

.contact-block p{
	color: #000;
}

.footer{
	width: 100%;
	height: 90px;
}

.blue-line{
	height: 8px;
	background: #223f92;
}

.copyright{
	font-size: 14px;
	margin: 30px 0;
	color: #223f92;
}

.scrolloff {
        pointer-events: none;
    }

.submenu{
	background: #e4e8f2;
	padding: 40px 0 20px 0;
	width: 100%;
	height: auto;
	float: left;
}

.submenu a{
	color: #223f92;
	font-size: 16px;
	text-decoration: none;
}

.submenu a:hover{
	color: #fbaf5d;
}

.triangle{
	height: 8px;
	width: 38px;
	background: url(img/triangle.png) no-repeat;
	position: absolute;
	top:-8px;
	right: 500px;
}

.submenu-block{
	top:160px;
	position: absolute;
	z-index: 10;
	display: none;
}

.fixed-menu{
	position: fixed;
	top:0;
}


ul.main-menu-top.menu2{
	margin-left: 180px;
	width: 760px;
}

ul.main-menu-top.menu2 li a.last{
	margin-right: 0;
}

.logo-uno-farm-menu{
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 1;
    -moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition-delay:0.3s;
}

.no-visible{
	opacity: 0;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition-delay:0;
}

.submenu-block-fixed{
	position: fixed;
	top: 57px;
}

.submenu-block-fixed .triangle{
	right: 400px;
}

