h1,h2,h3,h4,h5,h6,p,a,ul,li, a{
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	color: #333333;
}

.grid-container{
	max-width: 70em;
}

.m-l-20{
	margin-left: 20px;
}

.phones a {
	color: #535353;
	font-size: 15px;
}

.phones img{
	padding: 0 3px;
}

header{
	background: url(../img/pattern-default.png);
    padding: 25px 0;
    border-top: 7px solid #3498DB;
    box-shadow: 1px 0px 19px 0px #333;
    position: relative;
    z-index: 1;
}

.orbit-container li img{
	width: 100%;
}

.social-block{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.line-bottom{
	position: relative;
}

.line-bottom:before{
    content: '';
    width: 50px;
    height: 2px;
    background: #343781;
    position: absolute;
    left: 0;
    top: 31px;
}

.color-blue{
	color: #3398D8;
}

p{
	color: #666666;
}

.custom-blocks-product img{
    border: 3px solid #FFF;
    box-shadow: 1px 1px 7px -1px #CCCCCC;
}

.bg-blue{
	background: #F4F5FA;
}
.f-12{
	font-size: 12px !important;
}
.f-14{
	font-size: 14px !important;
}
.f-16{
	font-size: 16px !important;
}
.f-19{
	font-size: 19px !important;
}
.f-24{
	font-size: 24px !important;
}

.button-custom{
	background: #3498DB;
}

.pattern-2{
	background: url(../img/crossword.png);
}

.full{
	width: 100%;
}

.button-black:hover, .button-black:active, .button-black:focus{
	background: #333333;
}

.menu{
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.dropdown.menu a{
	padding: 0 15px;
}

.menu li a{
    color: #444444;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0;
}

.menu li a:hover{
	color: #787CC9;
}

.pattern{
	background: url(../img/pattern.png);
}

.orbit-previous, .orbit-next{
	background: rgba(58, 59, 138, 0.7);
}

.orbit-previous:hover, .orbit-next:hover{
	cursor: pointer;
}


.notice-box .wrapper-img{
    border-radius: 5px;
    position: relative;
    height: 250px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;	
    border: 1px solid #1f1f1f1f;
    overflow:hidden;    
}
.notice-box .wrapper-img .date{
    background: #BA994C;
    bottom: 15px;
    position: absolute;
    color: #FFFFFF;
    right: 3px;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 25px;
}

.notice-box h2 a{
	font-size: 15px;
	color: #4B5D72;
	margin: 10px 0 0 0;
	font-weight: normal;
	display: block;
}

.notice-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border: 3px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;    	
}

#content-notice img{
	padding: 10px 0;
}

#content-notice p{
    line-height: 1.6;
    color: #7d7d7d;
    font-size: 16px;
}

.notice-box img:hover{
	border: 3px solid #BA994C;
}
.wrapper-tags{
    padding: 5px;
    min-height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrapper-photo-gallery{
	display: flex;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.wrapper-photo-gallery img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wrapper-tags span{
	font-size: 14px;
}

.wrapper-tags a{
	font-size: 12px;
}

footer ul{
	list-style: none;
	margin: 0;
}

footer ul li{
	line-height: 1.5;
}

footer ul li a:hover{
	color: #343781;
}

.footer-end{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

footer hr{
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);	
}

footer{
	background: url(../img/pattern-default.png);
}

footer h2{
	font-size: 24px;
	color: #3398D8;
	font-weight: bold;
}

footer ul li, footer ul li a{
	color: #666666;
}

#title-page{
  background: #343781;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  padding: 30px 0;
}

#title-page h1{
	color: #FFF;
	font-size: 28px;
	text-align: left;
}

#mobile-menu{
	display: none;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a{
	color: #FFFFFF;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
	border-color: #ffffff transparent transparent;
}

.is-dropdown-submenu-item{
	background:#000;
	border: 0 !important;
	text-align: left;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after{
    border-color: transparent transparent transparent #FFFFFF;
}

.submenu{
	border: none;

}

/* Small  */
@media only screen and (max-width: 40em) { 
	.menu{
    	flex-direction: column;
	}
	.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	    position: inherit;
	    text-align: center;
	}


	.dropdown .is-dropdown-submenu a{
		text-align: center;
	}
	.dropdown.menu > li.opens-right > .is-dropdown-submenu{
		border: none;
	}
	#mobile-menu{
		display: block;
	}

	.small-only-text-center, .small-text-center{
		text-align: center;
	}

	.small-only-text-center ul, .small-text-center ul{
		list-style: none;
	}

	.line-bottom:before{
		display: none;
	}

	.menu li{
	    border-right: 0;
	    border-bottom: 1px solid #e6e6e6;
	    padding: 5px 0;
	}
	nav{
		padding: 0;
	}
	.phones-top{
		margin: 20px 0 0 0;
	}
	.two-lines:before, .two-lines:after{
		display: none;
	}
	.orbit-caption{
		display: none;
	}
	.slider-orbit{
		padding: 10px 0 !important;
	}
	.footer-end{
		display: block;
	}

	footer{
		text-align: center;
	}

	footer h2{
		margin-top: 20px;
	}

	#mobile-menu{
		font-size: 18px;
	    color: #3498DB;
	    display: block;
	    text-align: center;
	    padding: 11px;
	    font-weight: bold;
	}

	.social-block{
	    text-align: center;
	    padding: 12px 0px;
	}
	.social-block img{
		padding: 0 10px;
	}
	.mobile-menu-toggle{
		display: none;
	}	
}

/* Medium  */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

	.line-bottom:before{
		display: none;
	}

	.menu {
	    align-items: center;
	}	

}

/* Large  */
@media only screen and (min-width: 64.063em)  { 

}