/* @font-face {
    font-family: 'Calibri';
    src: url('/data/fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
@font-face {font-family:"NAMU1930";
src:url("../fonts/NAMU-1930.woff") format("woff"),
    url("../fonts/NAMU-1930.woff2") format("woff2"); font-weight:400; font-style:normal;}
@font-face {font-family:"NAMU1990";
src:url("../fonts/NAMU-1990.woff") format("woff"),
    url("../fonts/NAMU-1990.woff2") format("woff2"); font-weight:400; font-style:normal;}
@font-face {font-family:"Aeroport";
src:url("../fonts/Aeroport.woff") format("woff"),
    url("../fonts/Aeroport.woff2") format("woff2"); font-weight:400; font-style:normal;}
@font-face {font-family:"Aeroport";
src:url("../fonts/Aeroport-Bold.woff") format("woff"),
    url("../fonts/Aeroport-Bold.woff2") format("woff2"); font-weight:700; font-style:normal;}

body {
    font-family: 'Aeroport', Arial, sans-serif;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #222222;
    background-color: #ffffff;
}
input, select, textarea {
    font-family: 'Aeroport', Arial, sans-serif;
    font-size: 18px;
}
.container {
    width: 100%;
    min-width: 1300px;
    text-align: center;
}
a, a:hover {
    color: #866d4b;
    text-decoration: underline;
}
strong {
    font-family: 'Aeroport';
}
h1 {
    font-family: 'Aeroport';
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #111111;
}
h1 a {
    color: #111111;
    text-decoration: none;
}
h1 a:hover {
    color: #111111;
}

.head {
    margin: 0 auto;
    width: 1300px;
    height: 45px;
}
.header {
    height: 45px;
}
.collage {
    height: 583px;
    min-width: 1300px;
    background-image: url("/data/img/ugcc-pokrova-pension-fund-mainpage-foto-baner1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.moto {
    font-family: 'Aeroport';
    font-weight: bold;
    color: #ffffff;
    /* letter-spacing: 3px; */
    font-size: 50px;
    text-transform: uppercase;
    text-align: left;
}
.moto2 {
    padding-left: 40px;
}
.logo {
    height: 450px;
}
.logo img {
    float: right;
    clear: right;
    padding: 40px 30px 0 0;
    width: 300px;
}
.logofund {
    text-align: right;
}
.logomain {
    height: 140px;
}
.pagename {
    text-align: center;
}
.pagename h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
}

.cabinet {
    font-family: 'Aeroport';
    float: right;
    width: 200px;
    line-height: 20px;
    margin: 1px 1px 1px 0px;
    padding: 12px 0px 11px 0px;
    text-align: center;
}
.cabinet a {
    text-decoration: underline;
    color: #866d4b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.cabinet a:hover {
    text-decoration: underline;
}

/******** Dropdown Main Menu ********/
.menu {
    font-weight: 400;
    text-transform: uppercase;
    float: right;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.menu li {
    float: left;
}
.menu li > a, .dropbtn {
    display: inline-block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-family: 'Aeroport';
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 12px 8px 11px 8px;
    min-width: 60px;
    font-weight: 700;
}
.menu li > a:hover, .dropdown:hover .dropbtn {
    color: #866d4b;
    text-decoration: underline;
}
.menu a.active {
    color: #866d4b;
    text-decoration: underline;
}
li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
}
.dropdown-content a:hover {
    color: #866d4b;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/************************************/


/********** Breadcrumbs **********/
.navigation {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}

/************************************/

.content {
    width: 1300px;
    margin: auto;
    padding: 10px 0px;
    text-align: left;
}
.maincontent {
    padding: 0px 20px;
}
.col {
    padding: 0px 20px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 400px;
}
.buttoncontainer {
    padding-top: 20px;
    width: 600px;
    height: 150px;
    margin: auto;
}
.title {
    color: #866d4b;
    /* letter-spacing: 3px; */
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.bl {
    color: #000000 !important;
}
a.bl {
    text-decoration: none;
}
a.bl:hover {
    text-decoration: underline;
}
.row {
    width: 1300px;
    margin: auto;
}
.row1 {
    padding: 20px 0;
}
.row1 .about {
    padding: 20px;
    /* letter-spacing: 2px; */
    font-weight: bold;
    text-align: center;
}
.row2 {
    height: 533px;
    min-width: 1300px;
    background-image: url("/data/img/ugcc-pokrova-pension-fund-mainpage-foto2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.row2 .block {
    width: 560px;
    height: 200px;
    float: left;
    border: solid 2px #cbbeac;
    background-color: rgba(248,249,249,0.2);
    margin: 300px 20px 0 20px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}
.row2 .block:first-child {
    margin-left: 70px;
}
.row2 .block:hover {
    background: #ffffff;
}
.row2 .block a {
    text-decoration: none;
    color: #000000;
}
.row2 h3, strong {
    color: #866d4b;
}
.row3 {
    height: 974px;
    min-width: 1300px;
    background-image: url("/data/img/ugcc-pokrova-pension-fund-mainpage-foto3.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}
.row3 .title {
    color: #ffffff;
    padding-top: 50px;
}
.row3 .title2 {
    padding-top: 120px;
}
.row3 .arrow {
    background-image: url("/data/img/arrow_wh.png");
}
.row4 {
    min-height: 250px;
    padding-top: 50px;
    font-size: 20px;
    text-align: left;
}
.row4 .arrow {
    background-image: url("/data/img/arrow_br.png");
}
.row5 {
    padding-top: 30px;
    height: 600px;
    position: relative;
}
.row5 .contacts {
    padding: 30px;
    width: 520px;
    height: 330px;
    border: solid 2px #000000;
    z-index: 20;
    position: relative;
    left: 600px;
    top: -500px;
    background-color: #ffffff;
    text-align: left;
}
.row5 .map {
    width: 600px;
    height: 600px;
    margin-left: 170px;
    z-index: 10;
    border: solid 1px #cccccc;
}
.row5 .title {
    text-align: left;
}
.row5 input, textarea {
    padding: 5px;
    width: 150px;
    border-radius: 5px;
    border: 2px solid #866d4b;
}
.row5 textarea {
    margin-top: 10px;
    width: 485px;
    height: 80px;
}
.row5 input[type=submit], .sub {
    color: #ffffff;
    font-size: 18px;
    /* letter-spacing: 1px; */
    background-color: #866d4b;
    width: 500px;
    margin-top: 5px
}
.row6 {
    margin-top: 30px;
    height: 180px;
    min-width: 1300px;
    background-image: url("/data/img/bg_footer.jpg");
    background-repeat: repeat-y;
    background-size: cover;
}
.row7 {
    min-width: 1300px;
    padding-top: 120px;
    background-image: url("/data/img/bg_center.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
.row7 ul {
    margin: 50px 70px;
    list-style-position: inside;
}
.row7 ul li {
    padding: 5px 0;
}
.row7 .title {
    color: #ffffff;
}
.row7 h2 {
    color: #ffffff;
    font-weight: 100;
    font-size: 35px;
}
.row7 strong {
    color: #000000;
}
.row6 .items {
    padding-top: 40px;
    height: 180px;
    color: #ffffff;
    font-size: 18px;
}
.row6 .item {
    margin: 10px 0 0 50px;
    float: left;
    width: 300px;
    height: 80px;
    text-align: left;
    vertical-align: middle;
}
.row6 .item:nth-of-type(1) {
    margin-left: 150px;
}
.phone .desc {
    margin-top: 10px;
}
.email .desc {
    margin-top: 15px;
}
.row6 a {
    color: #ffffff;
    text-decoration: none;
}
.steps {
    display: table;
    margin: auto;
    padding-top: 50px;
    height: 100px;
    text-align: center;
}
.step {
    width: 160px;
    height: 100px;
    display: table-cell;
    border: solid 2px #000000;
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 21px;
    vertical-align: middle;
    padding:7px;
}
.step a {
    text-decoration: none;
    color: #000000;
}
.step:hover {
    background-color: #dddddd;
}
.int .row2 {
    background-image: url("/data/img/ugcc-pokrova-pension-fund-intpage-foto2.jpg");
}
.int .row6 {
    margin-top: 0;
}
.sub {
    border-radius: 5px;
}
.arrow {
    margin-top: 20px;
    width: 80px;
    height: 100px;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: center center;
}
.buttons {
    font-family: 'Aeroport';
    height: 320px;
}
.button {
    font-family: 'Aeroport';
}
.buttons a {
    font-family: 'Aeroport';
    display: inline-block;
    width: 590px;
    color: #866d4b;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    padding: 50px 0px;
    margin: 340px 20px 0 20px;
    background-color: rgba(222,219,219,0.8);
    border: solid 1px #4f4f4e;
    border-radius: 5px;
    white-space: nowrap;
}
.buttons a:first-child {
    margin-left: 30px;
}
.buttons a:hover {
    background-color: rgba(255,255,255,0.5);
    color: #111111;
}
.pagebutton {
    color: #ffffff;
    font-size: 18px;
    /* letter-spacing: 1px; */
    background-color: #866d4b;
    width: 500px;
    margin: 20px;
    padding: 7px;
}

.sub {
    height: 25px;
    border: 1px solid #866d4b;
    background-color: #866d4b;
    color: #ffffff;
}
.clear {
    clear: both;
}
.feedback input {
    border: 1px solid #866d4b;
}
.feedback textarea {
    height: 80px;
    width: 400px;
    border: 1px solid #866d4b;
    border-radius: 0px;
}
.register {
    padding-top: 20px;
    text-align: center;
}
.register a {
    text-decoration: none;
    color: #ffffff;
}
.caption {
    font-family: 'Aeroport';
    /* letter-spacing: 3px; */
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}
.more {
    font-family: 'Aeroport';
    margin-top: 60px;
    color: #111111;
    font-size: 45px;
    text-shadow: 0 0 0;
}
.map {
    background-color: #ffffff;
    width: 100%;
    height: 400px;
}


/**************** News ****************/
.news {
}
.newsitems {
    min-height: 360px;
}
.newsitem {
    font-size: 20px;
    border: 0 none;
    border-radius: 2px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.news .date {
    font-weight: 800;
    font-size: 20px;
}
.news .date span {
    background-color: #866d4b;
    padding: 5px 20px;
}
.news .title {
    font-size: 14px;
    margin: 10px 0px;
}
.news a {
    color: #866d4b;
    text-decoration: none;
}
.news .all {
    margin: 25px;
    text-align: center;
}
.news .all > a {
    font-size: 18px;
    padding: 10px 15px;
    background-color: #c80044;
    color: #dedfdf;
    text-transform: uppercase;
    text-decoration: none;
}
/************************************/

/**************** Dictionary ****************/
.dictionary .term {
    margin-bottom: 10px;
}
.dictionary .term a {
    font-weight: bold;
}

.dictionary .term_desc {
    font-size: 20px;
    display: none;
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #866d4b;
    background: #eeeeee;
}
/************************************/

.icons {
    padding-top: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.icon {
    display: inline-block;
    margin: 10px 0 0 45px;
    height: 250px;
    width: 185px;
    border: solid 1px #ffffff;
}
.icon:nth-of-type(1) {
    margin-left: 0;
}
.icon .desc {
    padding-top: 5px;
}
.icon img {
    width: 180px;
    margin-right: 20px;
}
.icon a {
    color: #000000;
    text-decoration: none;
}
.icon:hover {
    border: solid 1px #866d4b;
}
.copyright {
    height: 50px;
    color: #000000;
    font-size: 15px;
    padding-top: 20px;
}
.copyright .cp {
    padding: 5px 0 0 100px;
    width: 800px;
    text-align: left;
    float: left;
}
.copyright .search {
    width: 250px;
    text-align: right;
    float: left;
}
.search input {
    padding: 3px;
    width: 200px;
    border-radius: 5px;
    border: 2px solid #866d4b;
}
.search img {
    vertical-align: middle;
}

.bottom  {
    background-color: #26292e;
    height: 67px;
    text-align: center;
}

.center {
    line-height: 1.5;
    padding-bottom: 0px;
}


/***************** Funds *******************/

.pf_header {
    background-color: #866d4b;
    font-weight: 500;
    color: #ffffff;
    padding: 5px;
    font-size: 18px;
    border: solid 1px #866d4b;
}

.afund {
    display: inline-block;
    background-color: #2599c8;
    padding: 10px;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
.afund:hover {
    color: #ffffff;
}
.results {
    font-size: 18px;
    background-color: #cccccc;
}
.results th {
    background-color: #eeeeee;
}
.results td {
    background-color: #ffffff;
}
input[type=image] {
    padding-top: 5px;
}
select {
    font-size: 18px;
}

/* Responsive layout 1500px */
@media (min-width: 1500px) {
    .row3 .title {
       padding-top: 100px;
    }
    .row3 .title2 {
        padding-top: 170px;
    }
    .row3 .button {
        margin-top: 270px;
    }
}

/* Responsive layout 1700px */
@media (min-width: 1700px) {
    .row3 .title {
        padding-top: 120px;
    }
    .row3 .button {
        margin-top: 250px;
    }
}

/* Responsive layout 1800px */
@media (min-width: 1800px) {
    .row3 .title2 {
        padding-top: 170px;
    }
}

/* Responsive layout 1900px */
@media (min-width: 1900px) {
    .row3 .title {
        padding-top: 170px;
    }
    .row3 .title2 {
        padding-top: 200px;
    }
    .row3 .button {
        margin-top: 170px;
    }
}

/* New 2024 */
h1, .pagename h1 {font-family:'NAMU1930',sans-serif;}
.title {font-family:'NAMU1930',sans-serif;}
h2 {font-family:'NAMU1990',sans-serif;}
h3 {font-family:'NAMU1990',sans-serif;}
.collage {background-image:url(/data/img/home.jpg); max-width:1920px; margin:0 auto;}
.mainTemp .collage {background-image:url(/data/img/main.png);}
.collageLogo {width:100%; height:100%; display:flex; flex-flow:column nowrap; justify-content:center; align-items:center;}
.collageLogo img {width:412px; height:300px; display:block;}
.row1 .about {max-width:900px; margin:0 auto;}
.row7 ul {max-width:1270px; margin:50px auto; padding-left:0; text-align:left;} 
