html, body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	height: 100%;
}
body {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}
img {
	width: 100%;
}
b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
svg {
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,.5));
}
svg a {
    cursor: pointer;
}
a, a:hover {
	color: #21336d;
	outline: none;
}
a:hover {
	color: #ab040d;
}
nav a, .add {
	color: #333;
}
.color-yellow {
	background: linear-gradient(45deg, #e7b03e 0%, #d16920 70%);
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*
.bg-warning {
    background: #e7b03e !important;
}
*/
.bg-warning {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #333;
}
.container {
	max-width: 1180px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	font-size: 14px;
}
.active, .selection{
	font-weight: 500;
}
.search {
	border: 1px solid #333;
	padding-left: 5px;
}
.search input {
	border: none;
	padding-left: 2px;
	color: #777;
	height: 31px;
	font-size: 13px;
	width: 255px;
}
.search button {
	height: 31px;
	width: 32px;
	background-color: #3c3c3c;
	text-align: center;
	cursor: pointer;
	margin-right: 0;
	float: right;
	border: none;
	padding: 1px 4px 3px;
}
.news-one {
	border-bottom: 1px solid #ccc;
}
.large {
	font-size: 24px;
}
span.large {
    font-weight: 500;
}
.huge {
	font-size: 36px;
}
.btn-color, .bg-color {
	background: #ab040d;
	color: #fff;
}
.btn-color-1 {
	background: #21336d;
	color: #fff;
}
.card-img-top {
border-radius: 0;
}
.item-program {
	position: relative;
	color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	transition: .3s;
}
.item-program > .title {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 0 15px;
}
.item-program:hover > .title {
	opacity: 0;
}
.item-program::before {
	content: '';
	display: block;
	background: #002333;
	opacity: .65;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.item-program .entry {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	transition: .3s;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 20px;
}
.item-program .wrapper {
	width: 100%;
}
.item-program .title {
	text-align: center;
	justify-content: center;
	-ms-align-items: center;
	transition: .3s;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 26px;
	line-height: 37px;
	text-transform: uppercase;
}
.item-program .content {
	margin-top: 44px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
}
.item-program .entry {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	transition: .3s;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 20px;
}
.item-program:hover .entry {
	opacity: 1;
}
.item-program .info-col {
	width: 130px;
	border-right: solid 1px #fff;
}
.item-program .lev {
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
}
.item-program .info-col .lev {
	margin-top: 20px;
}
.item-program .info-line {
	width: calc(100% - 130px);
	padding-left: 8px;
}
.item-program .bt {
	margin: 43px auto 0;
	max-width: 220px;
}
.bt {
	display: flex;
	justify-content: center;
	text-align: center;
	transition: all 300ms ease;
	-ms-align-items: center;
	align-items: center;
	height: 42px;
	background: #ab040d;
	color: #fff;
	font-size: 16px;
	border: solid 1px #DD052B;
	line-height: 100%;
	padding-bottom: 2px;
}
.bt:hover {
	background: transparent;
	color: #DD052B;
}
.nav-bottom a{
	padding: 0 7px;
	color: #333;
}
.fa-caret-right {
	margin-bottom: .15rem;
}
.slick-prev::before, .slick-next::before {
	font-family: 'slick';
	font-size: 24px;
	line-height: 1;
	opacity: .75;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
main {
	flex: 1 0 auto;
}
footer {
	flex: 0 0 auto;
}
.sort .btn {
	min-width: 220px;
}
.btn:focus {
	box-shadow: none !important;
	color: #fff;
}
.btn:hover {
	color: #fff;
}
.sort .dropdown-toggle::after {
	margin-left: 8.5rem;
}
.sort .dropdown-menu {
	min-width: 220px;
	margin: -11px -11px 0;
	border-radius: 0;
}
.map-svg {
	position: relative;
}
.present {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 680px;
	max-width: 100%;
	max-height: 600px;
	overflow-y: scroll;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.present-wrapper {
    position: relative;
    top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.present-wrapper::before {
	content: "";
	text-align: right;
	position: absolute;
	top: 530px;
	right: 0;
	left: 0;
	height: 50px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
}
.map-text::before {
	content: "*";
	margin-left: -12px;
	padding-right: 5px;
}
.paralax {
	max-width: 1920px;
	min-height: 475px;
	margin: 0 auto;
}
.breadcrumb {
	background-color: #ededdd;
}
.breadcrumb-item.active {
	font-weight: 400;
}
.selection {
	margin: 0;
}
.fa-angle-right::before {
	content: "\f105";
	font-size: 24px;
	opacity: .5;
	cursor: pointer;
}
.fa-angle-left::before {
	content: "\f104";
	font-size: 24px;
	opacity: .5;
	cursor: pointer;
}
/*.ajax-container {
	width: 1191px;
	margin-left: -15px;
}
.customer {
	margin: 0 30px 0 15px;
}*/
.onenews, .customer, .partner, .docs {
	margin-right: 47px;
}
.onenews:hover, .customer:hover, .partner:hover, .docs:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	transition: all .2s;
}
.onenews:nth-child(3n), .customer:nth-of-type(3n), .partner:nth-child(3n){
	margin-right: 0;
}
.onenews .card-body p, .customer .card-body p, .partner .card-body p {
	position: relative;
	padding-bottom: 40px;
}
.onenews a, .customer a, .partner a  {
	position: absolute;
	bottom: 25px;
}
.partner {
	background: #f1f1f1;
}
.partner .card-body {
	background: #fff;
}
.partner a {
	margin-left: 25%;
}
.card-subtitle {
    padding-bottom: 0 !important;
}
blockquote {
	margin: 0 2rem 0;
}
.page-link {
	color: #21336d;
}
.pagination-sm .page-link {
	padding: .25rem .75rem;
	margin: 0 2px;
}
.pagination-sm .page-link:focus {
	box-shadow: none !important;
}
.page-item.active .page-link {
	background-color: #21336d;
	border-color: #21336d;
}
.pagination-sm .page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 0 !important;
}
.svg p:nth-child(2n){
	font-size: 13px;
	margin: -2px 0 0;
}
select {
	width: 265px;
	height: 38px;
	padding: 0px 10px;
	color: #fff;
	background-color: #21336d;
	background-image: url(/assets/images/arrow.png);
	background-repeat: no-repeat;
	background-size: 4%;
	border: none;
	appearance: none;
	background-position: 94% 50%;
}
select option {
	background: #fff !important;
}
select option:hover {
	background: #eee !important;
}
.text img {
        width: 40%;
    }
    
.navbar {
    padding-bottom: 0;
    height: 55px;
}
.navbar div {
    height: 100%;
}
.submenu1 {
    height: 100%;
}
.submenu1 a {
    height: 100%;
    display: inline-block;
}
.dropdown-menu {
	top: 90%;
	border-radius: 0;
}
.dropdown:hover > .dropdown-menu {display: block;}
.dropdown-menu {min-width: 250px;}
li.submenu2, li.submenu3 {width: 100%;}
li.submenu2 a, li.submenu3 a {
    display: inline-block;
    width: 100%;
    margin-left: 15px !important;
    font-weight: normal !important;
}
li.submenu2.dropdown > ul.dropdown-menu {
	left: 100%;
	top: 0;
	margin-top: -9px;
}
li.submenu1.dropdown > ul.dropdown-menu div, li.submenu2.dropdown > ul.dropdown-menu div {
	flex-direction: column;
}
li.submenu3.dropdown>ul.dropdown-menu {left: 100%; top: 0;margin-top:4px;}
li.submenu2.dropdown>.dropdown-toggle::after {
    -moz-transform:rotate(-95deg);
    -ms-transform:rotate(-95deg);
    -webkit-transform:rotate(-95deg);
    -o-transform:rotate(-95deg);
    transform:rotate(-95deg)
}
/*
.city text {
   opacity: 0; 
}
.city circle:hover~text {
   opacity: 1; 
}
*/
.hidden-text, .hidden-text-1, .hidden-text-2 {
	display: none;
}
.show-text {
    cursor: pointer;
    padding: 7px 64px 7px 10px;
    display: block;
    color: #fff;
    background: #ab040d;
    border: none;
    border-radius: .25rem;
    outline: none;
}
.show-text-1 {
    cursor: pointer;
    padding: 7px 0 15px;
    border: none;
    outline: none;
}

.show-text:active, .show-text-1:active, .show-text:focus, .show-text-1:focus {
    border: none;
}
.carosel-2 {
    display: none;
}
.sota-1 {
    position: absolute;
    width: 13.5%;
    top: 0;
    left: 0;
    margin-top: 8.7%;
    margin-left: 43%;
}
.sota-2, .sota-21 {
	position: absolute;
	width: 10%;
	top: 0;
	left: 0;
	margin-top: 10.3%;
	margin-left: 37%;
	transition: all .3s;
}
.sota-3 {
	position: absolute;
	width: 10%;
	top: 0;
	left: 0;
	margin-top: 3.4%;
	margin-left: 48.5%;
	transition: all .3s;
}
.sota-4 {
	position: absolute;
	width: 10%;
	top: 0;
	left: 0;
	margin-top: 17.2%;
	margin-left: 48.5%;
	transition: all .3s;
}
.text-1 {
	position: absolute;
	width: 31%;
	top: 0;
	left: 0;
	margin-top: 5%;
	margin-left: 3.5%;
}
.text-2 {
	position: absolute;
	width: 34%;
	top: 0;
	right: 0;
	margin-top: 2%;
	margin-right: 4%;
}
.text-3 {
	position: absolute;
	width: 49%;
	top: 0;
	right: 0;
	margin-top: 27%;
	margin-right: 4%;
}
/*.text-1:hover, .text-2:hover, .text-3:hover {
	border-bottom: .2vw solid #fff;
}*/
.border-text {
    border-bottom: .25vw solid #fff;
}
.sota-2:hover, .sota-3:hover, .sota-4:hover {
	transform: scale(1.1);
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);

}
.text-1:hover~.sota-2, .text-2:hover~.sota-3, .text-3:hover~.sota-4 {
	transform: scale(1.1);
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
.text-1 a::after, .text-2 a::after {
    content:"";
    position: absolute;
    width: 0;
    height: .2vw;
    bottom: -.2vw;
    left: 0;
    background-color:#fff;
    transition: width .3s ease;
}
.text-3 a::after {
    content:"";
    position: absolute;
    width: 0;
    height: .25vw;
    bottom: -.2vw;
    left: 0;
    background-color:#fff;
    transition: width .3s ease;
}
.text-1 a:hover::after, .text-2 a:hover::after, .text-3 a:hover::after {
    width: 100%;
}
.text-1 .hover::after, .text-2 .hover::after, .text-3 .hover::after {
    width: 100%;
}

@media only screen and (max-device-width: 480px) {
    .onenews, .customer, .partner, .docs {
    	margin-right: 0;
    }
    .text img {
        width: 100%;
    }
    .partner a {
    	margin-left: 20%;
    }
    .huge {
    	font-size: 31px;
    }
    .navbar-top {
        display: inline;
        margin-left: 15px;
    }
    .carousel img {
    	object-fit: cover;
    	height: 190px;
    }
    .navbar div {
    	height: auto;
    }
    li.submenu2.dropdown > ul.dropdown-menu {
    	margin-top: 0;
    	border: 0;
    	border-top: 1px solid #ccc;
    }
    .carosel-1 {
        display: none;
    }
    .carosel-2 {
        display: block;
    }
}