﻿@font-face {
    font-family: "Geometria";
    src: url('/Content/fonts/Geometria-Regular.woff2') format('woff2'), url('/Content/fonts/Geometria-Regular.woff') format('woff');
    font-weight: 400;
    display: swap;
}

@font-face {
    font-family: "Geometria";
    src: url('/Content/fonts/Geometria-Medium.woff2') format('woff2'), url('/Content/fonts/Geometria-Medium.woff') format('woff');
    font-weight: 500;
    display: swap;
}

@font-face {
    font-family: "Geometria";
    src: url('/Content/fonts/Geometria-Bold.woff2') format('woff2'), url('/Content/fonts/Geometria-Bold.woff') format('woff');
    font-weight: 700;
    display: swap;
}



*, *:before, *:after {
    padding: 0;
    margin: 0;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input, button, textarea {
    font-family: inherit;
}

    input::-ms-clear {
        display: none;
    }

button {
    cursor: pointer;
}

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

a, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}

body {
    font-family: "Geometria", sans-serif;
    line-height: 1.25;
}

main {
    flex: 1 1 auto;
}

.container {
    width: 100% !important;
    max-width: 1870px;
    padding: 0 15px;
    margin: 0 auto;
}

.container:before, .container:after {
    content: none;
}

    .header {
        margin-bottom: 57px;
    }

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 148px;
}

.header::before {
    content: '';
    background-color: #074ab4;
    width: 100%;
    height: 14px;
    display: block;
}

.logo {
    width: 301px;
    height: 88px;
}

.logo__text {
    font-weight: 500;
    color: #212931;
}

.footer__container {
    padding: 0;
}

.footer__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #003b98;
    padding: 21px 27px;
    border-radius: 10px;
    min-height: 180px;
}

.footer .logo img {
    height: 100%;
}

.footer__text {
    font-weight: 500;
    width: 191px;
    color: #fff;
}


table, th, td {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    vertical-align: top;
}

.poptooltip {
}

    .poptooltip .poptooltiptext {
        visibility: hidden;
        background-color: #fff;
        border: 1px solid black;
        padding: 24px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .poptooltip:hover .poptooltiptext {
        visibility: visible;
    }

.page__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(376px, 1fr));
    column-gap: 30px;
    row-gap: 23px;
    padding-bottom: 110px;
}

.page-item__link {
    background-color: #eef5ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 36px;
    text-align: center;
    height: 100%;
    min-height: 180px;
    transition: .3s;
}

    .page-item__link:hover {
        background-color: #0050cf;
    }

        .page-item__link:hover .page-item__img {
            background-color: #fff;
        }

        .page-item__link:hover .page-item__text {
            color: #fff;
        }

.page__list li:last-child {

    grid-column: span 3;
}

.page-item__img {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    background-color: #0050cf;
    border-radius: 50px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-item__link:hover svg path {
    fill: #0050cf;
    stroke: #0050cf;
}

.page-item__text {
    font-weight: 500;
}

@media (max-width: 1624px) {
    .page__list li:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 1217px) {
    .page__list li:last-child {
        grid-column: span 1;
    }
}

@media (max-width: 992px) {
    .page__list li:last-child {
        grid-column: span 2;
    }

    .page__list {
        padding-bottom: 80px;
    }
}

@media (max-width: 815px) {
    .page__list {
        grid-template-columns: auto;
    }
}

@media (max-width: 575px) {
    .header {
        margin-bottom: 30px;
    }

        .header .logo {
            width: 275px;
        }

    .page__list {
        column-gap: 20px;
        row-gap: 15px;
        padding-bottom: 40px;
    }

    .footer .logo {
        width: 240px;
    }

    .footer__inner {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 525px) {
    .page__title {
        font-size: 28px;
    }

    .page__list li:last-child {
        grid-column: auto;
    }
}

.all
{
	width:1000px;
	margin:0 auto;
}
#headerInner
{
	   display: inline-block;
       position: relative;
}
#headerInner span
{
    position:absolute;
}
#headerInner div
{
    position:absolute;
}
.subcat
{
    margin-left:80px;
    height:9px;
    text-decoration:underline;
}
.block
{
    margin:0 auto;
    padding-top:20px;
    width:900px;
    /* -webkit-columns:220px 2; */
	height: 500px;
}
 #Name
{
    width:350px;
}
fieldset
{
    margin-bottom:10px;
}
.block .cat
{
    /*-webkit-break-inside:avoid;
    -webkit-break-before: column;
    -webkit-break-after: column;
    break-inside:avoid;
    break-before: column;
    break-after: column;*/
    display:block;
}
.cat
{
    height: 60px;
    margin: 10px;
    /* display: inline-block; */
    width: 400px;
    float: left;
}
.cat .ico
{
    
    float: left;
    margin-right: 10px;

}

.subsubcat
{
    background-color:#c9dded;
    border-radius:15px;
    padding:9px;
    margin:10px;
    margin-left:90px;
    position:relative;
}
.subsubcat:after, .subsubcat:before {
	bottom: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0px;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.subsubcat:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #c9dded;
	border-width: 10px;
	margin-left: -2px;
}


.subsubcat a
{
    margin-left:9px;
    margin-top:9px;
    font-style:italic;
    text-decoration:underline;
}
.imgtip span
{
    visibility:hidden;
    z-index:9999;
}
.imgtip:hover span
{
    visibility:visible;
}

#footerInner
{
          /*background-position-y: 100%;*/
        
         /*display:inline-block;*/
          display: inline-block;
          position: relative;
}
#footerInner span{
position:absolute;
font-size:10px;
}