/* шапка */
#pun-title table {
   background-image: url(http://forumstatic.ru/files/0011/57/96/31269.png);
   margin-left: -190px;
   width: 1366px;   
   height: 455px;
   background-repeat : no-repeat;
}

/* фон */
body {
background: url(http://forumstatic.ru/files/0011/57/96/64941.png) repeat-x;  
background-color: #afacb7;}


/* пун*/
#pun {
   background-image: url(http://forumstatic.ru/files/0011/57/96/78238.png);
   background-color: #cbcacd;
}

/* ФУТЕР*/
#pun-about p.container {
    background: transparent url(http://forumstatic.ru/files/0011/57/96/80438.png) bottom center no-repeat;
    width: 1029px;
    height: 221px;
    margin-left: -40px!important;
  }


/* CS2 Ссылки */
.punbb a{
    color: #7d8c54;
    text-decoration: none!important;
    transition: color .1s linear, letter-spacing .1s linear;
    -webkit-transition: color .1s linear, letter-spacing .2s linear;
    -moz-transition: color .1s linear, letter-spacing .1s linear;
}

/* CS2.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active {color: #7da8a8;}


/* CS3.1 иконки смс*/
.punbb table Div.icon {
    background-image : url(http://forumstatic.ru/files/0011/57/96/22987.png);
}

TR.inew Div.icon {
    background-image : url(http://forumstatic.ru/files/0011/57/96/89736.png);
}

TR.isticky Div.icon {
    background-image : url(http://forumstatic.ru/files/0011/57/96/68738.png);
}

 TR.iclosed Div.icon {
    background-image : url(http://forumstatic.ru/files/0011/57/96/45585.png);
}


/* категории*/
#pun-category1.category h2, #pun-category2.category h2, #pun-category3.category h2, #pun-category4.category h2, #pun-category5.category h2, #pun-category6.category h2, #pun-category7.category h2, #pun-category8.category h2,#pun-stats.section h2 {
    width: 964px;
    height: 58px;
    margin-left: -6px;
}


/*-- комментарий к репутации, перенос смс --*/
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {    
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -384px;
    width: 750px;
    z-index: 100;
    font-size: 11px;
    border: 1px solid #abafaf;
    padding: 5px;
    box-shadow: 0px 0px 24px inset #fff, 0px 0px 5px inset #947590 !important;
    background: #cbcacd;
    text-shadow: #c4c4c4 1px 1px 0px;
}

.pun-modal .modal-inner {    
    border: 1px solid #abafaf;
    padding: 5px;
    box-shadow: 0px 0px 24px inset #fff, 0px 0px 5px inset #947590 !important;
    background: #cbcacd;
}


/*-- текст перед формой ответа --*/
.punbb fieldset legend span {
    padding: 0 55px!important;
    font-family: Arial;
    color: #407973;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #e6e4e9 !important;
}


/* блок ввода названия тем */
.punbb input, .punbb select {
    padding: 4px 5px 4px 5px;
    color: #847f7f !important;
    border-radius: 2px;
    background: #d0d0d1;
    box-shadow: #c6c3bb 0px 0px 0 1px inset, 0 0 3px #fefafa inset;
}

/*форма ответа*/
.punbb textarea {
    padding: 8px 0 5px 8px;
    color: #5d808d !important;
    letter-spacing: .2px;
    border-radius: 2px;
    background: #dbdbdb;
    border: 1px #c8c8c8 solid;
    outline: none!important;
    box-shadow: #dbdbdb 0px 0px 2px, 0 0 10px #cbcacd inset, 0 0 3px #ffffff inset;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#form-buttons table img{
    border-right: 1px #c0bec2 solid;
    border-left: 1px #dbdbdb solid;
    border-radius: 1px;
}

/*разделитель между постом и подписью*/
.punbb .post-sig dt {border-top: 1px dashed #a9a8ad!important; width: 45%;}

/* аватар посл автора */
.punbb .user-avatar .avatar-image {
    border-radius: 0!important;
    height: 30px!important;
    width: 30px!important;
    border: 1px solid #72a397;
    box-shadow: inset 0 0 3px #fff;
}

/* B1.10 кнопки ответа*/
.punbb input.button{
    padding: 4px 22px 5px 22px;
    background: radial-gradient(at top, #35726b, #6eb0aa);
    font-size: 12px!important;
    letter-spacing: 1px;
    color: #dbdbdb !important;
    text-shadow: 0 1px 1px #2e425e;
    font-family: arial narrow;
    text-transform: lowercase;
    outline: none!important;
    border: 1px solid #6f9f9e !important;
    box-shadow: 0px 0px 2px #ececec, 0 0px 3px inset #cbcacd;
    transition: .3s linear;
}
.punbb input.button:hover{opacity:.6}

/*---- фон в форме ответа ----*/
#pun_wrap #post .container[id$="-area"] {
    overflow-y: auto;
    text-shadow: none;
    padding: 5px;
    max-height: 200px;
    min-width: 150px;
    color: #636868;
    background: #cbcacd;
    border: 1px #b0b0b0 solid;
    box-shadow: 0 0 1px #dbdbdb inset, 0 0 3px #b3b1b5;
}

/*---- заголовки форм ответа----*/
.punbb input, .punbb select {
    color: #717a7b !important;
    font-size: 10px!important;
    background: #dbdbdb;
    box-shadow: 0 0 1px #a7abab;
    border: none!important;
    outline: none!important;
}

/*---- стиль шрифта в меню перед формой ответа ----*/
.punbb .modmenu .container {
    font-family: sans-serif;
    font-size: 11px;
    text-transform: lowercase;
    color: #60a19b!important;
}

/* стиль окна с маской*/
#mask_dialog .inner {
    background: #cbcacd;
    border: 1px solid #cbcacd;
    box-shadow: 0 0 10px inset #888, 0 0 2px 1px inset #fff;
}

/*ссылки в подфорумах*/
.podf1 {
    text-align: center;
    left: 260px;
    top: 17px;
    position: absolute;
    line-height: 12px;
    width: 150px;
    word-spacing: 3px;
}

/*описание подфорумов*/
.podf2 {
    font-size: 10px;
    padding: 5px;
    text-align: justify;
    left: 30px;
    top: 10px;
    position: relative;
    font-family: arial;
    /* line-height: 10px; */
    width: 390px;
    text-transform: lowercase;
    height: 59px;
    overflow: auto;
    color: #74844c;
    overflow-x: auto;
}

.podf2::-webkit-scrollbar{width: 0px;}

/*------------- профиль----------------*/
.pa-respect, .pa-posts {
    width: 69px;
    padding: 3px 0!important;
    font-family: Arial Narrow;
    color: #e2e2e2;
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    text-transform: uppercase;
    display: block;
    text-shadow: 0 1px 1px #636362;
    background: linear-gradient(#a4a2a7, #cbcacd);
    border: 1px solid #bebcc1;
    box-shadow: 0 0 2px #abafaf, inset 0 0 1px #fff;
}

.pa-respect {
    position: absolute;
    margin: -19px 0 0 125px!important;
    text-align: center;
}

.pa-respect a {color: #c8caca;}
.pa-respect a:hover {color: #e2e2e2;}

.pa-posts {
    position: absolute;
    margin: -19px 0 0 20px!important;
    text-align: center;
}

/*-- аватар --*/
.pa-avatar {margin-bottom:10px!important;}

.pa-avatar.item2 > img {border: 1px solid #a4a2a6;}

.pa-avatar.item2 {
    box-shadow: 0 0 5px #757479;
    padding: 3px 2px 0px 2px;
    width: 185px;
    height: auto;
    margin-left: 12px;
    border: 1px solid #cbcacd;
    background: rgb(158, 172, 121, .2);
}

/*-- плашка--*/
.pa-fld2 {
    position: relative;
    margin: -9px 0 1px 2px!important;
    width: 212px;
    height: 43px;
}

/*-- личное звание --*/
.pa-fld1 {
    position: relative;
    margin: 0 0 0px 8px!important;
    width: 200px;
    font-size: 10px;
    font-family: arial;
    text-align: center;
}

.lz{color: #518f88!important;text-shadow: 0 1px 2px #e1e0e2;text-transform: uppercase;font-family: arial narrow;font-size: 13px;font-weight: 600;}
.lz:hover{opacity: .5}

/*-- деньги посты --*/
.pa-fld5, .pa-fld4 {
    width: 65px;
    font-family: oswald;
    color: #f4f3f3;
    font-size: 14px;
    line-height: 11px;
    display: block;
    text-shadow: 0 1px 1px #636362;
    position: absolute;
}

.pa-fld5 {
   margin: 54px 0 0 45px!important;
   text-align: left;
}

.pa-fld4 {
    margin: 54px 0 0 100px!important;
    text-align: right;
}

.fs-box .pa-posts {display:none!important}



/*-- плашка объявление --*/
.op {
   width: 100%;
   height: 26px;
   padding-top: 3px;
   background: #99aa64;
   position: relative;
   }

.op2 {
   width: 100%;
   height: 28px;
   padding-top: 3px;
   background: #8ea1b5;
   position: relative;
   }

.op a, .op2 a {
   position: absolute;
   width: 170px;
   height: auto;
   left: 50px;
   text-align: right;
   color: #f8faf0 !important;
   font-family: oswald;
   font-size: 14px;
   text-transform: uppercase;
}
.op:hover, .op2:hover {opacity: .5}

.op img, .op2 img{
   position: absolute;
   top: 3px;
   left: 5px;
   height: 22px;
   width: 22px;
   border: 1px solid #cfddab !important;
   background: #c6d59e;
}


/*---- оформление гостевой----*/
.gostev{
   position: relative;
   margin: auto;
   height: 415px;
   width: 680px;
   background: url(http://forumstatic.ru/files/001a/d7/dc/65661.png);
}

.gostevtext1{
   position: absolute;
    width: 500px;
    height: auto;
    top: 43px;
    left: 90px;
    text-align: center;
    color: #f4f4f3 !important;
    text-shadow: 0 1px 1px #7a8951;
    font-family: oswald;
    font-size: 16px;
    text-transform: uppercase;
}

.gostevtext2{
    position: absolute;
    width: 620px;
    height: 120px;
    padding-right: 7px;
    top: 85px;
    left: 30px;
    text-align: center;
    color: #636362 !important;
    text-shadow: 0 1px 2px #f6f2ec;
    overflow: auto;
    font-weight: 600;
    font-family: sans-serif;
}

.gostevtext3, .gostevtext4{
    position: absolute;
    width: 180px;
    height: 145px;
    color: rgb(95 108 107) !important;
    font-size: 11px;
    overflow: auto;
}

.gostevtext3{
    top: 250px;
    left: 20px;
}

.gostevtext4{
    top: 250px;
    left: 485px;
}

.gostevtext3 a, .gostevtext4 a{     color: #f1f1f1 !important;  text-shadow: 0 1px 1px #636362;}
.gostevtext3 a:hover, .gostevtext4 a:hover{ opacity:.4 !important;}

.gostevtext3::-webkit-scrollbar{width: 1px;}
.gostevtext4::-webkit-scrollbar{width: 1px;}

.gostevtext5{
    position: absolute;
    width: 245px;
    height: 40px;
    padding-right: 7px;
    top: 350px;
    left: 215px;
    text-align: center;
    color: #6d794c !important;
    text-shadow: 0 1px 1px #b3c386;
    font-weight: 900;
    font-size: 10px;
}

.gostevtext6, .gostevtext7, .gostevtext8, .gostevtext9, .gostevtext10, .gostevtext11{
    position: absolute;
    width: 100px;
    height: 15px;
    text-align: center;
    font-size: 12px;
    color: #606c41!important;
    text-shadow: 0 1px 1px #dde7c3;
    font-family: sans-serif;
}

.gostevtext6{ top: 219px; left: 220px; }

.gostevtext7{ top: 219px; left: 360px; }

.gostevtext8{ top: 258px; left: 220px; }

.gostevtext9{ top: 258px; left: 360px; }

.gostevtext10{ top: 295px; left: 220px; }

.gostevtext11{ top: 295px; left: 360px; }

.gostevtext6:hover, .gostevtext7:hover, .gostevtext8:hover, .gostevtext9:hover, .gostevtext10:hover, .gostevtext11:hover { opacity:.4 !important; }


/*---- оформление внеш ----*/
.vnehi{
   position: relative;
   margin: auto;
   height: 506px;
   width: 665px;
   background: url(http://forumstatic.ru/files/0011/57/96/10562.png);
}

.vnehitext{
    position: absolute;
    width: 620px;
    height: 70px;
    padding-right: 7px;
    top: 57px;
    left: 22px;
    text-align: justify;
    color: #555 !important;
    font-size: 11px;
    /* font-weight: 600; */
    overflow: auto;
}

.vnehitext1{
   position: absolute;
    width: 500px;
    height: auto;
    top: 23px;
    left: 90px;
    text-align: center;
    color: #f4f4f3 !important;
    text-shadow: 0 1px 1px #7a8951;
    font-family: oswald;
    font-size: 16px;
    text-transform: uppercase;
}

.face1 {
    color: #e2e2e2;
    white-space: normal;
    width: 286px;
    height: 293px;
    overflow: auto;
    text-align: justify;
}

.face1::-webkit-scrollbar{width: 1px;}

.faceman {
    background: #8a9db2;
    padding: 4px 5px;
    box-shadow: inset 0 12px 7px #8799ad;
    margin: 2px 0;
    text-shadow: 0 1px 1px #2e3f5f;
}

.facefman {
    background: #b8767b;
    padding: 4px 5px;
    box-shadow: inset 0 12px 7px #ab696e;
    margin: 2px 0;
    text-shadow: 0 1px 1px #421423;
}

.facens{
    background: #abafaf;
    padding: 2px 5px;
    margin: 2px 0;
}

.faceman a, .facefman a, .facens a{ color: #fff!important}

.faceman:hover, .facefman:hover {opacity: .7}

.facelabel {
    color: #ffffff !important;
    background: #888;
    margin: 5px 0;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 100;
    letter-spacing: 2px;
    padding: 4px 0 4px 0;
}


.vnehitabs{ width: 626px;
    height: 258px;
    position: absolute;
    top: 145px;
    left: 19px; }
.vnehitabs>input { display: none; }
.vnehitabs>div {
    display: none;
    height: 315px;
    overflow: auto;
}
.vnehitabs>label {
    display: inline-block;
    width: 299px;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 600;
    font-family: arial narrow!important;
    color: #888;
    background: #c7caca;
    cursor: pointer;
}
.vnehitabs>input:checked + label {
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    font-family: arial narrow!important;
    background: #a2ae80;
}
#vtab_1:checked ~ #txt_1, #vtab_2:checked ~ #txt_2 { display: block; }


/*---- оформление профессий----*/
.profes{
   position: relative;
   margin: auto;
   height: 420px;
   width: 681px;
   background: url(http://forumstatic.ru/files/0011/57/96/89588.png);
}

.profes2{
    position: absolute;
    height: auto;
    width: auto;
    top: 150px;
    left: 100px;
}

.prtext{
    position: absolute;
    width: 620px;
    height: 66px;
    padding-right: 7px;
    top: 60px;
    left: 40px;
    text-align: justify;
    color: #636362 !important;
    font-size: 11px;
    overflow: auto;
}

.ptabs { 
    height: 245px;
    width: 560px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
} 

.knop1 {position: absolute; top: 10px; left: -80px;} 
.knop2 {position: absolute; top: 33px; left: -80px;} 
.knop3 {position: absolute; top: 56px; left: -80px;} 
.knop4 {position: absolute; top: 79px; left: -80px;} 
.knop5 {position: absolute; top: 102px; left: -80px;} 
.knop6 {position: absolute; top: 125px; left: -80px;} 
.knop7 {position: absolute; top: 148px; left: -80px;} 
.knop8 {position: absolute; top: 171px; left: -80px;} 
.knop9 {position: absolute; top: 194px; left: -80px;} 
.knop10 {position: absolute; top: 217px; left: -80px;} 

pp { 
    background: #abafaf;
    letter-spacing: 1px;
    font-family: monospace;
    color: #fff;
    padding: 1px 7px;
    border: 1px solid #d8d7d9;
    box-shadow: 0 0 1px #fdfdfd;
    margin: 25px;
} 


/*---- оформление общее----*/
.oformlenie{
   position: relative;
   height: auto;
   width: 665px;
   padding: 20px 0 30px 0;
   min-height: 150px;
   background: url(http://forumstatic.ru/files/001a/d7/dc/39160.png) top no-repeat, 
url(http://forumstatic.ru/files/0011/57/96/78248.png) bottom no-repeat, 
url(http://forumstatic.ru/files/0011/57/96/79645.png) 0px repeat-y;
}

.oformlenie2{
    position: relative;
    margin: 40px 0 0 0!important;
    height: 40px;
    width: 455px;
    padding: 7px 0px 0 20px;
    font-family: oswald;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #798a4d;
    background: url(http://forumstatic.ru/files/0011/57/96/51361.png);
}

.oformlenie3{
    position: relative;
    margin: 0px 0 0 0!important;
    height: auto;
    width: 615px;
    padding: 0 25px;
    font-size: 11px;
    color: #333;
    text-align: justify;
}

.oformlenie4{
    position: relative;
    margin: 44px 0 0 0!important;
    height: auto;
    width: 615px;
    padding: 0 25px;
    text-align: justify;
    color: #636362;
}


/*---- оформление анкеты----*/
.anketa{
   position: relative;
   margin: auto;
   height: 500px;
   width: 662px;
   background: url(http://forumstatic.ru/files/0011/57/96/57818.png);
}

.anketaactsion{
   position: relative;
   margin: auto;
   height: 250px;
   width: 662px;
   background: url(https://i.imgur.com/yCfTYtT.png);
}



.ankicon{
    position: absolute;
    height: 120px;
    width: 120px;
    top: 19px;
    left: 24px;
    mix-blend-mode: multiply;
    filter: grayscale(1);
}

.anktext1, .anktext2{
    position: absolute;
    width: 450px;
    height: auto;
    text-align: center;
    color: #636362 !important;
    text-shadow: 0 1px 2px #fff;
    font-family: oswald;
    text-transform: uppercase;
}

.anktext1{ top: 23px; left: 180px; font-size: 20px; }
.anktext2{ top: 55px; left: 180px; font-size: 12px; }

.anktext3{
    position: absolute;
    left: 24px;
    top: 145px;
    width: 120px;
    height: auto;
    font-size: 10px;
    text-align: center;
    color: #636362 !important;
    text-transform: lowercase;
}

.anktext4, .anktext5, .anktext6{
    position: absolute;
    overflow: auto;
    width: 150px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    color: #555 !important;
    text-transform: lowercase;
}

.anktext4::-webkit-scrollbar{width: 2px;}
.anktext5::-webkit-scrollbar{width: 2px;}
.anktext6::-webkit-scrollbar{width: 2px;}

.anktext4 { left: 168px; top: 106px;}
.anktext5 { left: 333px; top: 106px;}
.anktext6 { left: 498px; top: 106px;}

.anktext7{
    position: absolute;
    left: 17px;
    top: 183px;
    width: 150px;
    height: auto;
    font-size: 10px;
    text-align: center;
    color: #798a4d !important;
    text-shadow: 0 1px 1px #bbcc8f;
    text-transform: lowercase;
}

.anktext8{
    position: absolute;
    left: 6px;
    top: 273px;
    width: 180px;
    height: 220px;
    overflow: auto;
    padding-right: 3px;
    font-size: 11px;
    text-align: center;
    color: #ffffff !important;
    text-shadow: 0 1px 1px #7f8d5a;
    text-transform: lowercase;
}

.anktext8::-webkit-scrollbar{width: 1px;}

.anktext9{
    position: absolute;
    left: 195px;
    top: 140px;
    width: 450px;
    height: 300px;
    overflow: auto;
    padding-right: 3px;
    font-size: 11px;
    text-align: justify;
    color: #636362 !important;
}
.anktextactsion {
    position: absolute;
    left: 195px;
    top: 165px;
    width: 450px;
    height: 75px;
    overflow: auto;
    padding-right: 3px;
    font-size: 11px;
    text-align: justify;
    color: #636362 !important;
}

.anktext9::-webkit-scrollbar{width: 1px;}
.anktextactsion::-webkit-scrollbar{width: 1px;}

/*---- оформление хроник----*/
.hronik{
   position: relative;
   margin: auto;
   height: 267px;
   width: 574px;
   background: url(http://forumstatic.ru/files/0011/57/96/98325.png);
}

.hronik1{
    height: 70px;
    width: 250px;
    border: 1px #798a4d solid;
    box-shadow: inset 0 0 1px #fff, inset 0 40px 7px #73834b;
    outline: 1px solid #cbd5b1;
    background: #798a4d;
    overflow: auto;
    font-size: 11px;
    text-align: justify;
    color: #eeeeee;
    padding: 0 2px 2px;
}

.hronik1 img{
    height: 45px;
    margin: 5px 5px 0;
    border: 1px #343b20 solid!important;
    box-shadow: 0 0 1px #fff !important;
    overflow: auto;
    float: left;
    filter: grayscale(1);
    mix-blend-mode: soft-light;
}

.hronik1::-webkit-scrollbar{width: 1px;}


.hrontab { 
    position: absolute;
    top: 12px;
    left: 15px;
    width: 545px;
    height: auto;
 }

.hrontab > div, .hrontab> input { display: none; }

.hrontab label {
    display: inline-block;
    width: 48%;
    text-align: center;
    padding: 0 5px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
    color: #cbcacd;
}

.hrontab input[type="radio"]:checked + label {color: #eeeeee; text-shadow: 0 1px 5px #e8e7ea;}

.hrontab > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.hrontab > input:nth-of-type(2):checked ~ div:nth-of-type(2) { display: block; padding: 5px; width: 98%; height: 190px; overflow: auto; color: #e1eec0; text-shadow: 0 1px 2px #7f8d5a;}

.hrontab a{ color: #fff!important; }
.hrontab a:hover{ opacity: .5; }

/*---- оформление банка----*/
.bank{
   position: relative;
   margin: auto;
   height: 506px;
   width: 665px;
   background: url(http://forumstatic.ru/files/0011/57/96/87878.png);
}

.banktext1{
    position: absolute;
    overflow: auto;
    font-size: 11px;
    color: #636362;
    padding: 0 2px 2px;
    text-align: justify;
    top: 70px;
    left: 290px;
    height: 100px;
    width: 340px;
}

.banktext1::-webkit-scrollbar{width: 1px;}


.banktext2, .banktext3{
    position: absolute;
    overflow: auto;
    font-size: 11px;
    color: #ffffff;
    text-shadow: 0 1px 1px #7f8d5a;
    padding: 0 2px 2px;
}

.banktext2{ top: 120px; left: 10px; height: 370px; width: 270px; }
.banktext3{ top: 200px; left: 389px; height: 290px; width: 270px; }

.banktext2::-webkit-scrollbar{width: 1px;}
.banktext3::-webkit-scrollbar{width: 1px;}

/*---- оформление подарков----*/
.podar{
   position: relative;
   margin: auto;
   height: 506px;
   width: 665px;
   background: url(http://forumstatic.ru/files/0011/57/96/30570.png);
}

.podartext{
    position: absolute;
    height: 115px;
    width: 425px;
    overflow: auto;
    top: 354px;
    left: 35px;
    text-align: justify;
    padding: 2px;
    font-size: 10px;
    text-shadow: 0 1px 5px #fff;
    color: #636362;
}

.podar1, .podar2, .podar3, .podar4{
    position: absolute;
    height: 60px;
    width: 590px;
    white-space: nowrap;
    overflow: auto;
    top: 74px;
    left: 30px;
}

.podar1 { top: 74px; left: 30px; }
.podar2 { top: 145px; left: 30px; }
.podar3 { top: 215px; left: 30px; }
.podar4 { top: 288px; left: 30px; }


/*---- оформление личная страница----*/

/*---- иконки вкладок под маркировкой----*/
.lichknop, .lichknop2 {
    position: relative;
    height: 20px;
    width: 170px;
    opacity: 0;
}

.lichknop { top: 67px; left: 101px; }

.lichknop2 { top: 67px; left: 215px; }


/*---- первая страница----*/
.lich{
   position: relative;
   margin: auto;
   height: 475px;
   width: 650px;
   background: url(http://forumstatic.ru/files/0011/57/96/62620.png);
}

.lichicon{
    height: 110px;
    width: 110px;
    top: 68px;
    left: 35px;
    position: absolute;
    filter: grayscale(1);
    border-radius: 50%;
    mix-blend-mode: multiply;
}

.lichtext{
    position: absolute;
    height: 30px;
    width: 445px;
    top: 60px;
    left: 160px;
    text-align: center;
    font-family: oswald;
    font-size: 17px;
    text-shadow: 0 1px 2px #fff;
    color: #636362;
}

.lichtext2{
    position: absolute;
    height: 30px;
    width: 120px;
    top: 126px;
    left: 135px;
    text-align: center;
    font-family: initial;
    font-size: 30px;
    font-style: italic;
    text-shadow: 0 1px 2px #555;
    color: #ffffff;
}

.lichtext3{
    position: absolute;
    height: 40px;
    width: 332px;
    padding-right: 3px;
    top: 110px;
    overflow: auto;
    left: 273px;
    text-align: justify;
    font-size: 10px;
    text-shadow: 0 1px 2px #fff;
    color: #333;
}

.lichtext3::-webkit-scrollbar{width: 1px;}

.lichtext4{
    position: absolute;
    height: 202px;
    width: 200px;
    padding-right: 2px;
    top: 190px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 32px;
    text-align: center;
}

.lichtext4::-webkit-scrollbar{width: 1px;}


.lichtext5{
    position: absolute;
    height: 56px;
    width: 375px;
    white-space: nowrap;
    overflow: auto;
    top: 399px;
    left: 32px;
}

.lichtext6{
    padding: 0 1px 0 5px;
    position: absolute;
    height: 255px;
    width: 205px;
    top: 205px;
    text-align: center;
    left: 428px;
    overflow: auto;
}

.lichtext6::-webkit-scrollbar{width: 1px;}

.lichtext6info {
    padding: 5px 0 0 5px;
    position: relative;
    margin: 4px 0;
    width: 190px;
    height: 40px;
    text-align: left;
    background: url(http://forumstatic.ru/files/001a/d7/dc/88782.png) no-repeat;
}

.lichtext6infoimg{
    position: absolute;
    height: 35px;
    top: 1px;
    right: 3px;
}




/*---- вторая страница----*/
.lich2{
   position: relative;
   margin: auto;
   height: 475px;
   width: 650px;
   background: url(http://forumstatic.ru/files/0011/57/96/30860.png);
}

.lich2 input[type=checkbox] { display: none; } 

.cifra {
    cursor: pointer;
    position: absolute;
    width: 35px;
    height: 35px;
    background: transparent;
}

.lich2info {
    position: relative;
    margin: 4px 2px;
    width: 273px;
    height: 47px;
    background: url(http://forumstatic.ru/files/0011/57/96/84976.png) no-repeat;
}

.shkala {
    width: 89px;
    height: 40px;
    position: absolute;
}

#s1 { top: 4px; left: 3px; }
#s2 { top: 4px; left: 92px; }
#s3 { top: 4px; left: 181px; }


#lik1 { top: 348px; left: 180px;}
#lik2 { top: 310px; left: 350px;}
#lik3 { top: 250px; left: 478px;}
#lik4 { top: 163px; left: 365px;}
#lik5 { top: 100px; left: 458px;}



#lichmap1:checked ~ .lichmap1 {opacity: 1; z-index: 1;}
#lichmap2:checked ~ .lichmap2 {opacity: 1; z-index: 2;}
#lichmap3:checked ~ .lichmap3 {opacity: 1; z-index: 3;}
#lichmap4:checked ~ .lichmap4 {opacity: 1; z-index: 4;}
#lichmap5:checked ~ .lichmap5 {opacity: 1; z-index: 5;}

.lichmap1, .lichmap2, .lichmap3, .lichmap4, .lichmap5 {
    z-index: 0;
    opacity: 0;
    width: 277px;
    height: 188px;
    position: absolute;
    text-align: center;
}

#map1, #map2, #map3, #map4, #map5 { top: 58px; left: 36px; }



/*---- оформление иследования города----*/

#p47 .post-author, #p47 .post-sig, #p47 .pl-email, #p47 .pl-website{ display: none !important; }

#p47  .post-body, #p47 .post-links, #p47 .post-links ul, #p47  h3>span{ margin-left: 0 !important; }


.islbox{ 
   position: relative;
   height: 390px;
   width: 910px;
   background: url(http://forumstatic.ru/files/0011/57/96/40865.png);
}


.islboxtext{ 
    position: absolute;
    height: 150px;
    width: 610px;
    padding: 3px;
    font-size: 11px;
    color: #555;
    top: 80px;
    left: 280px;
    overflow: auto;
}


.islboxtext2, .islboxtext3, .islboxtext4{ 
    position: absolute;
    height: 80px;
    width: 185px;
    padding: 3px;
    font-size: 10px;
    color: #333;
    text-shadow: 0 1px 1px #fff;
    overflow: auto;
}

.islboxtext2{  top: 252px;  left: 287px; }
.islboxtext3{  top: 252px;  left: 498px; }
.islboxtext4{  top: 252px;  left: 710px; }

.islboxtext5 { 
    position: absolute;
    height: 28px;
    width: 540px;
    padding: 3px;
    font-size: 9px;
    color: #fff;
    text-shadow: 0 1px 1px #7f8d5a;
    overflow: auto;
    top: 354px;
    left: 350px;
    text-align: right;
}

.islboxtext2::-webkit-scrollbar{width: 1px;}
.islboxtext3::-webkit-scrollbar{width: 1px;}
.islboxtext4::-webkit-scrollbar{width: 1px;}
.islboxtext5::-webkit-scrollbar{width: 1px;}


.isltabs { 
    height: 50px;
    width: 500px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
} 

section {  
    display: none;
    height: 250px;
    width: 234px;
    padding: 2px;
    color: #fff;
    text-shadow: 0 1px 1px #7f8d5a;
    position: absolute;
    top: 80px;
    left: -190px;
    overflow: auto;
} 

.section::-webkit-scrollbar{width: 1px;}

.cnop1 { position: absolute; top: 35px; left: -175px;} 
.cnop2 { position: absolute; top: 35px; left: 5px;} 
.cnop3 { position: absolute; top: 35px; left: 187px;} 
.cnop4 { position: absolute; top: 35px; left: 360px;} 
.cnop5 { position: absolute; top: 35px; left: 538px;} 


/*---- оформление сюжетных наград----*/
.sujn{
   position: relative;
   margin: auto;
   height: 506px;
   width: 665px;
   background: url(http://forumstatic.ru/files/0011/57/96/74985.png);
}

.sujntext{
    position: absolute;
    height: 90px;
    width: 570px;
    padding: 3px;
    font-size: 11px;
    padding-right: 15px;
    color: #555;
    overflow: auto;
    top: 75px;
    left: 40px;
    text-align: center;
}

.sujntext2, .sujntext3, .sujntext4{
    position: absolute;
    height: 300px;
    width: 200px;
    padding: 3px;
    font-size: 11px;
    padding-right: 2px;
    overflow: auto;
    text-align: center;
}

.sujntext2{ top: 180px; left: 10px; }
.sujntext3{ top: 180px; left: 235px; }
.sujntext4{ top: 180px; left: 455px; }


.sujntext2::-webkit-scrollbar{width: 1px;}
.sujntext3::-webkit-scrollbar{width: 1px;}
.sujntext4::-webkit-scrollbar{width: 1px;}


/*---- оформление итогов недели----*/
.nedel{
   position: relative;
   margin: auto;
   min-height: 773px;
   width: 665px;
   display: block;
   background: url(https://i.imgur.com/CMnXCT9.png) 0px top no-repeat, url(https://i.imgur.com/xMcMXbf.png) 0px bottom no-repeat, url(https://i.imgur.com/h6fmtTv.png) 0px repeat-y;
}

.nedel1, .nedel2{
    position: absolute;
    height: 25px;
    width: 70px;
    font-size: 22px;
    color: #7f8d5a;
    text-shadow: 0 1px 1px #d3e0b0;
    text-align: right;
    font-family: oswald;
    font-style: italic;
}

.nedel1{ top: 37px; left: 570px; }
.nedel2{ top: 82px; left: 570px; }


.nedel3{
    position: absolute;
    height: 200px;
    width: 580px;
    padding: 3px;
    font-size: 11px;
    padding-right: 15px;
    color: #555;
    overflow: auto;
    top: 118px;
    left: 40px;
    text-align: justify;
}
.nedel8{
    position: absolute;
    height: 385px;
    width: 580px;
    padding: 3px;
    font-size: 11px;
    padding-right: 15px;
    color: #555;
    overflow: auto;
    top: 118px;
    left: 40px;
    text-align: justify;
}
.nedel6{
    position: absolute;
    height: 185px;
    width: 580px;
    padding: 3px;
    font-size: 11px;
    padding-right: 15px;
    color: #555;
    overflow: auto;
    top: 425px;
    left: 40px;
    text-align: justify;
}
.nedel7 {
    position: absolute;
    height: 69px;
    width: 455px;
    padding: 3px;
    font-size: 11px;
    padding-right: 15px;
    color: #555;
    overflow: auto;
    top: 339px;
    left: 130px;
    text-align: justify;
}
.nedel3::-webkit-scrollbar{width: 1px;}

.nedelicon{
    height: 100px;
    width: 100px;
    top: 23px;
    left: 25px;
    position: absolute;
    filter: grayscale(1);
    border-radius: 50%;
    mix-blend-mode: multiply;
}

.nedelicon1 {
    height: 73px;
    width: 73px;
    top: 341px;
    left: 55px;
    position: absolute;
    border-radius: 50%;
    background-color: #67773d;
    background-image: contain;
    background-blend-mode: luminosity;
    filter: drop-shadow(2px 4px 6px #7b806e);
    z-index: 1;
}

.nedelicon2 {
    height: 40px;
    width: 40px;
    top: 382px;
    left: 92px;
    position: absolute;
    filter: grayscale(1);
    border-radius: 50%;
    z-index: 2;
}


.nedel4{
    position: absolute;
    height: 70px;
    width: 250px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 1px 2px #555;
    text-align: center;
    font-family: oswald;
    font-style: italic;
    top: 40px;
    left: 135px;
}

.nedel5 {
    position: absolute;
    height: 90px;
    width: 538px;
    padding: 3px;
    font-size: 11px;
    padding-right: 15px;
    color: #555;
    overflow: auto;
    top: 332px;
    left: 50px;
    text-align: justify;
    background: url(https://i.imgur.com/QmX43oZ.png);
}

/*---- границы ----*/
.punbb .container, .punbb .post-body, .post h3, #pun-title {border-color: transparent;}
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {border-color: transparent;}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {border-color: transparent;}
#pun-stats h2 .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin{border-color: transparent;}
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {border-color:transparent;}
.punbb th {border-color: transparent;}
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {border-color: transparent; text-shadow: none;}
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {border-color: transparent;}
.punbb .divider {border-color: transparent;}
.punbb .formal fieldset .post-box, .punbb .info-box {border: 1px solid #232320}
li.pa-online {border-left-color: transparent;}

/*---- Цвета ----*/
BODY {overflow-x: hidden}
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {color: #656666;  font-weight: normal;  font-style: normal; }

#pun-main h1 {
    padding: 0.7em 1em;
    font-size: 14px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: oswald;
}

#pun-main h1 span a {color: #888 !important;}














/*** курсовод НИКОГДА БЛЭТ НЕ УДАЛЯТЬ! НИКОГДА НАХРЕН!***/
    
    .mmm {
        text-align: justify;
        width: 192px;
        padding: 5px;
        font-family: fira sans;
        color: #ffffff;
        font-size: 11px;
        position: absolute;
        margin-top: 305px!important;
        margin-left: 27px!important;
        text-shadow: 1px 1px 0px #829149;
    }
    
    
    .baza_putj {
        position: absolute;
        top: 199px;
        left: 230px;
        width: 50px;
        height: 135px;
    }
    
    
    .buttblin {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 30px;
        cursor: pointer;
    }
    
    .wrap_putj {
        position: absolute;
        top: 67px;
        width: 515px;
        height: 440px;
        left: 278px;
    }
    
    #prof_fon {position: relative; width: 960px; height: 525px; background:url(https://i.imgur.com/alf6BfW.png);}
    #mymedicine {width: 600px;
        height: 400px;
        margin: 80px 0px 0px 320px;
        padding: 18px 9px;
        background: #a5787e00;
        position: absolute;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        overflow: auto;}
    #mymedicine #mymedicine__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}
    


    .wrap_putj {position: absolute; top: 67px; width: 680px; height: 460px; left: 278px;} /*наполнение, положение*/
    #putj_fon {position: relative; width: 960px; height: 525px; background:url(https://i.imgur.com/XYkrMqF.png);}
    .baza_putj {position: absolute; top: 199px; left: 230px; width: 50px; height: 135px;}
    .buttblin {display: inline-block; width: 45px; height: 45px; border-radius: 30px; cursor: pointer; }
    #starry {background: url(https://i.imgur.com/xKb8bTU.png);}
    #workhard {background: url(https://i.imgur.com/yYEPssf.png);}
    #omgyou {background:url(https://i.imgur.com/s5n1HmE.png)!important;}
    #butt_starry {margin-left: -7px;}
    #butt_workhard {margin-left: -7px; margin-top: -2px;}
    #butt_omgyou {margin-left: -7px; margin-top: 15px;}
    /*кнопки с информацией*/
    #myOverlay {z-index: 37; position: absolute; background-color: rgba(0,0,0,.7); width: 100%; height: 100%; top: 0; left: 0; cursor :pointer; display :none;}
    #myfoncik {z-index: 37; position: absolute; background-color: rgba(0,0,0,.7); width: 100%; height: 100%; top: 0; left: 0; cursor :pointer; display :none;}
#myfoncikre {z-index: 37; position: absolute; background-color: rgba(0,0,0,.7); top: 517px;
    height: 526px;
    width: 961px;
    left: 560px;cursor :pointer; display :none;}



    
    #myhistory {width: 600px;
        height: 400px;
        margin: 80px 0px 0px 320px;
        padding: 18px 9px;
        background: #a5787e00;
        position: absolute;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        overflow: auto;}
    #myhistory #myhistory__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}
    
    
    #myclimat {width: 625px;
        height: 421px;
        margin: 80px 0px 0px 290px;
        padding: 18px 9px;
        background: #a5787e00;
        position: absolute;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        overflow: auto;}
    #myclimat #myclimat__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}
    
    
    #myModal {width: 484px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #a5787e, #e7d6d8);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myModal #myModal__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #myuniversity {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #a5787e, #e7d6d8);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myuniversity #myuniversity__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #mysalary {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #daccb4, #d5b785);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #mysalary #mysalary__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #myloss {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #9fa2bc, #7b7ed1);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myloss #myloss__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #myplaces {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #a6b38a, #a2a08c);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myplaces #myplaces__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #mystar {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #c4878c, #f08380);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #mystar #mystar__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #mypolice {width: 600px;
        height: 420px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #ded7bc, #b17d4b);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #mypolice #mypolice__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #myair {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #e4d1ed, #9d54bf);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myair #myAirSupport__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    
    
     .jgumdropcontainer1 {
       width: 500px;
       height: auto;
       background-color: #e9e5c9;
       margin: 10px auto 2px;
       font: normal normal normal 10px/110% Calibri;
       border: 10px solid #fff;
       box-shadow: 0px 3px 2px #999, 0px 0px 2px #999;;
       overflow: hidden; 
       position: relative;
       text-align: justify;
     }
     
    .jgumdropcontainer1 ::-webkit-scrollbar { background: #e8e8ea; width: 5px; border: 2px solid #fff; }
    .jgumdropcontainer1 ::-webkit-scrollbar-thumb { background: #736093; }
    .jgumdropcontainer1 ::-webkit-scrollbar-corner { background: #fff; }
     
     .jgumdropcontainer1 h1 {
       margin: 20px auto 0px; 
       color: #243a52;
       text-align: center;
       font: normal normal normal 20px/100% 'Open Sans Condensed';
       text-transform: uppercase;
       letter-spacing: 1px;
     }
     
     .jgumdropcontainer1 h2 {
       margin: 5px auto 0px;
       text-align: center;
       font: normal normal 700 10px/100% 'Open Sans Condensed';
       text-transform: uppercase;
       color: #617c87;
       letter-spacing: 1px;
     }
     
       .jgumdropcontainer1 h3 {
       margin: 0px auto;
       text-align: center;
       font: normal normal 700 8px/100% 'Open Sans Condensed';
       text-transform: uppercase;
       color: #243a52;
       letter-spacing: 1px;
     }
     
     .jgumdropcontainer2 {
       background-color: #b8b6c1;
       width: 500px;
       height: 450px;
       position: absolute;
       top: 0px;
       left: 0px;
       opacity: 1;
     }
     
     
     .jgumdropcontainer {
    margin: 10px auto; /* centers it */
    height: auto;
    width: auto;
    }
    
    .jgumdroptabs {
    margin: 0px auto; 
    position: relative;
    right: 0px;
    width: 400px; 
    height:  220px;
    }
    
    .jgumdroptab {
    float: left;
    }
    
    .jgumdroptab label {
    display: block;
    width: 10px;
    height: 10px;
    background: #b8b6c1;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 6px;
    position: relative;
    left: 259px;
    top: 5px;
    z-index: 2;
    }
    
    .jgumdroptab label:hover {
    background: #818094;
    }
    
    .jgumdroptab input[type=radio]:checked ~ label {
    background: #818094;
    z-index: 2;
    }
    
    .jgumdroptab input[type=radio] {
    display: none; /* DON'T EDIT */
    }
    
    .jgumdropcontent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 3px;
    border: 20px solid #fff;
    outline: 1px solid #ccc;
    overflow: auto;
    }
    
    .jgumdroptab input[type=radio]:checked ~ label ~ .jgumdropcontent {
    z-index: 1;
    }
    
     .jgumdropcontent img { float:left; }
    
    
    #mybus {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #d7567e, #f5cbd8);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #mybus #myBus__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #myrailway {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #aae0e5, #00b9c3);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myrailway #myRailway__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    
    
    #myferry {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #4d67c0, #b6bfe4);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myferry #myFerry__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #mymed {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #65d3be, #00bd9d);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #mymed #mymed__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #mynasa {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #f7e17f, #ff8400);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #mynasa #mynasa__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    #mycrime {width: 600px;
        height: 420px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #f8edc8, #c87700);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #mycrime #mycrime__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    
    
    #myrailwayconnection {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #1fc361, #014800);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myrailwayconnection #myrailwayconnection__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    
    #mystatue {
    width: 600px;
    height: 403px;
    margin: 0 auto;
    padding: 18px 9px;
    background: #fafafa;
    position: absolute;
    top: 722px;
    left: 755px;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    background: linear-gradient(15deg, #01895400, #01523000);
    border: 1px solid #016a3b42;
    outline: 1px solid #44987600;
    box-shadow: inset 0px 0px 20px #bfbbbc;
    overflow: auto;
    }
    #mystatue #mystatue__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #333; z-index: 500;}
    .odin {
        background: url(https://i.imgur.com/4L8NVKV.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
    }
    .dva {
        background: url(https://i.imgur.com/j5RTFqY.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
    }
    .tri {
        background: url(https://i.imgur.com/8wvBbBK.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
    }

    .cotre {
        background: url(https://i.imgur.com/L3A4gi4.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
    }

    .patb {
        background: url(https://i.imgur.com/v0PDm5W.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
    }

    .schest {
        background: url(https://i.imgur.com/oaqgXF9.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
    }
.semb {
    background: url(https://i.imgur.com/nuhFG6L.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
}
.vosemb {
    background: url(https://i.imgur.com/hGFIBAv.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
}

.deva {
    background: url(https://i.imgur.com/Brg54cY.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
}

.desat {
    background: url(https://i.imgur.com/cHjGGYe.png);
        margin: 0px -90px 0px 13px;
        width: 600px;
        height: 422px;
        background-size: cover;
        position: relative;
        top: 0px;
}

    #mymuseum {
    width: 600px;
    height: 412px;
    margin: 0 auto;
    padding: 18px 9px;
    background: #fafafa;
    position: absolute;
    top: 722px;
    left: 755px;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    background: linear-gradient(15deg, #b9ac6d, #b6a05c);
    border: 1px solid #a0894a;
    outline: 1px solid #ffffff;
    box-shadow: inset 0px 0px 20px #f3d646;
    overflow: auto;
    }
    #mymuseum #mymuseum__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #0d0b0a;}
    
    #mynebosc {
        width: 600px;
        height: 415px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 722px;
    left: 755px;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #c0eaf7, #f8f9f9);
    border: 1px solid #45de78;
    outline: 1px solid #ffffff;
    box-shadow: inset 0px 0px 20px #85d9f5;
    overflow: auto;
        }
        #mynebosc #mynebosc__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #0d0b0a;}
        
    

        #myshop {width: 600px;
            height: 415px;
            margin: 0 auto;
            padding: 18px 9px;
            background: #fafafa;
            position: absolute;
            top: 722px;
    left: 755px;
            margin: auto;
            display: none;
            opacity: 0;
            z-index: 38;
            text-align: center;
            background: linear-gradient(15deg, #e790d0, #f7d0ec);
            border: 1px solid #f3ede4;
            outline: 1px solid #996a71;
            box-shadow: inset 0px 0px 20px #e7d6d9;
            overflow: auto;}
        #myshop #myshop__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
        

    #myfire {width: 600px;
        height: 379px;
        margin: 0 auto;
        padding: 18px 9px;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 38;
        text-align: center;
        background: linear-gradient(15deg, #e790d0, #f7d0ec);
        border: 1px solid #f3ede4;
        outline: 1px solid #996a71;
        box-shadow: inset 0px 0px 20px #e7d6d9;
        overflow: auto;}
    #myfire #myfire__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}
    
    .ams1 {margin-top: 99px!important;
        margin-left: 1px!important;
        width: 497px;
        text-align: left;
        height: 300px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;}
    
    .ams1 img {margin-left:2px!important;}
    
    
    /*** путеводитель ***/
    .prof {font-family: pt sans;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        color: white;
        text-shadow: 1px 1px 0px #9a6b72;}
    .prof1 {font-family: pt sans;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0px #768347;
        font-size: 10px;
        background: #abb183;}
    
    
    [class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
        background-color: #674c54;
        padding: 5px!important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        overflow: auto;
    background: linear-gradient(117deg, #70545b, #cbbabe);
        text-align: justify;
        color: #fff;
        font-size: 11px;
        font-family: pt sans;
        text-shadow: 1px 1px 0px #62464d;
        border: 1px solid #d3c4c8;
        outline: 1px solid #72555c;
    }
    
    .losspt {text-align: left;
        background: linear-gradient(117deg, #af8f95, #81545a);
        color: #fff;
        font-size: 11px;
        text-shadow: 1px 1px 0px #926a70;
        padding: 5px;
        font-family: pt sans;}
    
    .katpt {font-size: 15px;
        font-family: bebas neue;
        color: #f4f4f4;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0px #956d73;
        padding: 4px;}
    
    
    .quotept {text-align: justify;
        margin-bottom: 3px !important;
        background: linear-gradient(45deg, #abb183, #9faa73);
        border-radius: 0px;
        outline: 1px solid #677533;
        box-shadow: 0px 0px 6px #667431 inset;
        width: 456px;
        padding: 5px;
        margin-left: 7px !important;
        border: 1px solid #cdd2b2;
        font-family: pt sans;
        color: #ffffff;
        font-size: 10px;
        text-shadow: 1px 1px 0px #687637;}
    
    .tab{
    margin-left: -10px !important;
    margin-top: -180px !important;
    }
    
    .procrutka{
    height: 125px;
    overflow-y: scroll;
    }

    .name1 { font-family: share tech; font-size: 13px; font-weight: bold; letter-spacing: 0px;  line-height: 100%; text-align: right; padding-bottom: 10px; padding-right: 5px;}
    .randommm { position: relative; top: 210px; float: left; padding-right: 5px; background-color: #fafafa; width: auto; height:20px; letter-spacing: 0px; font-weight: bold; font-family: share tech; font-size: 14px; line-height: 170%; text-align: center;  text-transform: uppercase; border: 1px solid #fff; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);  transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
    #aaaaa { box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9); width: 265px; height: 250px; position: relative; }
    .bbbbb { width: 265px; height: 208px; position: absolute; top: -7px; left: 2px; opacity: 0;  transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
    #aaaaa:hover .bbbbb { opacity: .95; top: -7px; left: 13px; }
    #aaaaa:hover .randommm { opacity: 0; }
    .ccccc { margin-top: -10px; margin-bottom: 5px; width: 230px; height: 165px; background-color: #ffffff6b; padding: 5px; text-align: left; font-family: arial;
font-size: 10px;
color: #000;
line-height: 135%;
overflow: auto;}
    ::-webkit-scrollbar { height:12px; width: 13px;}
    ::-webkit-scrollbar-thumb { background: #070707; }
    ::-webkit-scrollbar-track  {background-color: #ddd; }

    .ohhhmy {
        color: #fff;
        letter-spacing: 1px;
        background-image: linear-gradient(to right, #a8717c 0%, #d2b6bd 51%, #a9747f 100%);
        border: 1px solid #a9747f;
        box-shadow: 0px 0px 1px 1px #f6f2ec6e inset;
        text-shadow: 1px 1px 1px #754852;
        padding: 3px 0px 2px 0px;
        font-family: coresans;
        text-transform: uppercase;
        text-align: center;
        margin-top: 4px !important;
        margin-bottom: 4px !important;}
    
    .mmm {text-align: justify;
        width: 192px;
        padding: 5px;
        font-family: fira sans;
        color: #ffffff;
        font-size: 11px;
        position: absolute;
        margin-top: 305px!important;
        margin-left: 27px!important;
        text-shadow: 1px 1px 0px #829149;}
    
    #myModal p, #myuniversity p, #mysalary p, #myloss p, #myplaces p, #mystar p, #mypolice p, #mymed p, #myfire p, #mynasa p, #mycrime p {background: #b7969a;
        margin-bottom: 7px;
        padding: 5px;
        font-family: pt sans;
        font-weight: bold;
        text-transform: uppercase;
        color: #ecebe8;
        font-size: 14px;
        text-shadow: #b0868d 1px 1px 0px;
        box-shadow: inset 0px 0px 10px #e2ced1;
        margin-top: -11px;}
    
    
    #myOverlay {
        z-index: 37;
        position: absolute;
        background-color: rgba(0,0,0,.7);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;}
    
.textclimat {position: absolute; top: 110px; right: 338px; width: 245px; height: 295px; overflow: auto; text-align: justify; padding-right: 8px;}
.textsummer {margin: -60px 0px 10px 140px !important; width: 180px; text-align: justify; font-size: 10px; font-family: pt sans; color: #fdfdfd; padding: 3px; height: 50px; letter-spacing: 0.5px; overflow: auto;}
.textautum {margin: -60px 0px 10px 140px !important; width: 180px; text-align: justify; font-size: 10px; font-family: pt sans; color: #fdfdfd; padding: 3px; height: 50px; letter-spacing: 0.5px; overflow: auto;}
.textwinter {margin: -60px 0px 10px 140px !important; width: 180px; text-align: justify; font-size: 10px; font-family: pt sans; color: #fdfdfd; padding: 3px; height: 50px; letter-spacing: 0.5px; overflow: auto;}
.textspringer {margin: -60px 0px 10px 140px !important; width: 180px; text-align: justify; font-size: 10px; font-family: pt sans; color: #fdfdfd; padding: 3px; height: 50px; letter-spacing: 0.5px; overflow: auto;}
.odinperv {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odinvtoroe {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odintre {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odinchet {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odinpat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odinshest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odinsem {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odinvose {position: absolute; margin-left: 200px !important; margin-top: 840px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.odindev {position: absolute; margin-left: 200px !important; margin-top: 961px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}

.dvaodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dvadva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dvatre {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dvachet {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dvapat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dvashest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dvasem {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dvavose {position: absolute; margin-left: 200px !important; margin-top: 840px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}

.triodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.tridva {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.tritri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.trichet {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.tripat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.trishest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.trisem {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.trivose {position: absolute; margin-left: 200px !important; margin-top: 840px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.tridev {position: absolute; margin-left: 200px !important; margin-top: 961px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}

.cotreodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotredva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotretri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotrecot {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotrepat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotreshest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotresem {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotrevose {position: absolute; margin-left: 200px !important; margin-top: 840px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotredev {position: absolute; margin-left: 200px !important; margin-top: 961px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.cotredes {position: absolute; margin-left: 200px !important; margin-top: 1082px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}

.patodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patdva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.pattri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patchet {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patpat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patshest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patsem {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patvose {position: absolute; margin-left: 200px !important; margin-top: 840px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patdev {position: absolute; margin-left: 200px !important; margin-top: 961px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patdes {position: absolute; margin-left: 200px !important; margin-top: 1082px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patodinodin {position: absolute; margin-left: 200px !important; margin-top: 1203px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.patdvadva {position: absolute; margin-left: 200px !important; margin-top: 1324px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}

.chestik {height: 126px;width: 560px; overflow-y: auto; position: relative; top: 270px; left: 25px;}
.shestodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shestdva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shesttri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shestcot {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shestpat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shestshest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shestsem {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shestvose {position: absolute; margin-left: 200px !important; margin-top: 840px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.shestdev {position: absolute; margin-left: 200px !important; margin-top: 961px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}


.textnewyorkkurs {color: #545353;
    overflow: auto;
    font-size: 12px;
    height: 70px;
    padding-right: 12px;
    position: absolute;
    top: 278px;
    left: 13px;
    width: 195px;
    text-align: justify;}
.aclimat {position: absolute; bottom: 16px; width: 127px; height: 72px; left: 83px; cursor: pointer; transform: rotate(-20deg); border-radius: 59px;}
.climhut {text-align: center; font-size: 8px; font-family: montserrat;}
.ahistory { position: absolute; bottom: 62px; width: 80px; height: 84px; cursor: pointer; left: 21px; transform: rotate(45deg);}
.textmarble {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textriver {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
a.myLinksalary.asalary {position: absolute;width: 110px;height: 85px;margin: 327px -180px;}
.texttomp {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.texttodt {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
a.myLinkloss.aloss {position: absolute;width: 110px;height: 85px;margin: 255px 0px;}
.textbrig {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textconey {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textcrown {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textgreen {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textbush {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textdumbo {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textbens {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
a.myLinkplaces.acuins {position: absolute;width: 110px;height: 85px;margin: 170px 168px;}
.textjama {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textlong {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textrego {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textflus {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textforest {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
a.myLinkstar.amanh {position: absolute;width: 125px;height: 85px;margin: 120px -60px;}
.textlitt {    margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textharlem {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textnoho {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textsoho {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textfinan {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.textchin {margin: -105px 25px 45px 245px !important;
    font-size: 10px;
    font-family: pt sans;
    color: #000000;
    padding-right: 6px;
    height: 95px;
    width: 310px;
    text-align: justify;
    letter-spacing: 0.5px;
    overflow: auto;}
.odingad {height: 126px;width: 560px; overflow-y: auto; position: relative; top: 270px; left: 25px;}

.semodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semdva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semtri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semcot {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.sempat {position: absolute; margin-left: 200px  !important; margin-top: 477px  !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semshest {position: absolute; margin-left: 200px  !important; margin-top: 598px  !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semdev {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semdes {position: absolute; margin-left: 200px !important; margin-top: 840px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semodinodin {position: absolute; margin-left: 200px !important; margin-top: 961px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.semodindva {position: absolute; margin-left: 200px !important; margin-top: 1082px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}

.voseodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.vosedva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.vosetri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.vosecot {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.vosepat {position: absolute; margin-left: 200px; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.voseshest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.devko {height: 126px;width: 560px; overflow-y: auto; position: relative; top: 270px; left: 25px;}
.devodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.devdva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.devtri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.devcot {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.devpat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dess {height: 126px;width: 560px; overflow-y: auto; position: relative; top: 270px; left: 25px;}
.desodin {position: absolute; margin-left: 200px !important; margin-top: 6px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.desdva {position: absolute; margin-left: 200px !important; margin-top: 114px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.destri {position: absolute; margin-left: 200px !important; margin-top: 235px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.descot {position: absolute; margin-left: 200px !important; margin-top: 356px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.despat {position: absolute; margin-left: 200px !important; margin-top: 477px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.desshest {position: absolute; margin-left: 200px !important; margin-top: 598px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.dessem {position: absolute; margin-left: 200px !important; margin-top: 719px !important; height: 93px; width: 330px; overflow-y: auto; font-size: 12px; color: #060606; padding: 5px; text-align: justify;}
.musesty {position: absolute; top: 110px; height: 205px; width: 586px; overflow-y: scroll; display: flex; justify-content: space-evenly; flex-wrap: wrap;}


.xuna {width: 230px; height: 225px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.textwalm {margin: -53px 25px 45px 220px !important;font-size: 10px;font-family: pt sans;color: #f6f2ec;padding-right: 6px; height: 50px;width: 310px; text-align: justify;text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c;letter-spacing: 0.5px;overflow: auto;}
.textbuilda {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textmfor {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textfao {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textberg {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textother {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textcentu {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textchel {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textwood {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textgood {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.textjack {margin: -53px 25px 45px 220px !important; font-size: 10px; font-family: pt sans; color: #f6f2ec; padding-right: 6px; height: 50px; width: 310px; text-align: justify; text-shadow: 0px 0px 5px #fff, 1px 1px 0px #43393c; letter-spacing: 0.5px; overflow: auto;}
.xunna {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.xun {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.choto {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.ganno {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.ganna {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.canno {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.bba {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.textcentralpark {width: 230px; height: 225px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.textsteiway {width: 230px; height: 225px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.textoneve {width: 230px; height: 225px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.textavenu {width: 230px; height: 225px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.imgneb {height: 265px; padding-right: 5px;}
a.myLinkuniversity.abronk {position: absolute;width: 110px;height: 85px;margin: 25px 110px;}
a.myLinkcrime.acrime {position: absolute;width: 65px; height: 76px; margin: 10px -335px;}
.apol {position: absolute; width: 95px; height: 90px; margin: 370px -335px;}
a.myLinkrailway.arailw {position: absolute; width: 95px; height: 150px; margin: 6px -118px;}
.otstupa {height: 127px; overflow: auto; margin: -150px 0px 0px 73px !important;}
.foni {margin: -30px -70px -10px -100px !important; width: 644px;}
.doptab {margin-top: -140px; margin-left: -10px !important;}
.tab.doptabe {margin-top: -130px; margin-left: -10px !important;}
a.myLinkfire.caree {
    position: absolute;
    width: 70px;
    height: 150px;
    margin: 246px 95px;}
a.myLinkpolice.prava {
    position: absolute;
    width: 88px;
    height: 82px;
    margin: 375px -335px;
}
a.myLinkrailwayconnection.railconn {position: absolute; width: 95px; height: 150px; margin: 195px -310px;}
a.myLinkbus.abus {position: absolute; width: 70px; height: 150px; margin: 91px 24px;}
.figa {height: 127px; overflow: auto; margin: -150px 0px 0px 73px !important;}
.figi {height: 127px; overflow: auto; margin: -270px 0px 0px 73px !important;}
.imgr {width: 435px;}
a.myLinkmed.amedi {position: absolute; width: 70px; height: 150px; margin: 13px 145px;}
.hrenp {height: 127px; overflow: auto; margin: -220px 0px 0px 73px !important;}
.whot {text-align: justify; padding-right: 6px;}
a.myLinkstatue.astatue {position: absolute; width: 70px; height: 135px; margin: 82px -105px;}
.otree {height: 126px;width: 560px; overflow-y: auto; position: relative; top: 270px; left: 25px;}
.imgmus {margin: -30px -70px -10px -100px !important; width: 644px;}
.odinaco {width: 245px; height: 180px; margin-top: -10px !important; background-color: #ffffff6e; border: 5px solid #ffffff94; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);}
.afir {position: absolute; width: 70px; height: 135px; margin: 255px 95px !important;}
a.myLinknasa.anasa {position: absolute; width: 70px; height: 135px; margin: 110px -195px;}
.blaa {height: 127px; overflow: auto; margin: -135px 0px 0px 73px !important;}
.blab {height: 127px; overflow: auto; margin: -170px 0px 0px 73px !important;}
a.myLinkair.aair {position: absolute; width: 70px; height: 150px; margin: 148px 234px;}
a.myLinknebosc.aneb {position: absolute; width: 70px; height: 135px; margin: 224px -84px;}
a.myLinkshop.ashop {position: absolute; width: 70px; height: 135px; margin: 101px 106px;}
a.myLinkferry.aferr {position: absolute; width: 70px; height: 150px; margin: 240px -110px;}
.fonns {margin: -30px -70px -10px -100px !important; width: 600px;}
.gasd {margin-top: 30px !important;box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9); width: 254px; height: 250px; position: relative;}
.hasnr {margin-top: -10px !important; margin-bottom: 5px;width: 230px;height: 165px;}
.hasnf {box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9); width: 254px; height: 250px; position: relative;}
.gash {position: absolute; top: 60px; left: 40px; height: 277px; width: 559px; overflow-y: scroll; display: flex; justify-content: space-evenly; flex-wrap: wrap;}
.imgstat {width: 540px; margin-top: 10px !important;}
.imag {width: 525px;}
.gabel {height: 127px; overflow: auto; margin: -150px 0px 0px 73px !important;}

tablen {
margin-top: -125px !important;
    margin-left: -10px !important;
}

.tabledo {margin-top: -140px !important;
    margin-left: -10px !important;}

.dopetablt {margin-top: -130px !important;
    margin-left: -10px !important;}
    /*** конец курсовода ***/



/* ПРОФЕССИИ НАЧАЛО */

#prof_fon {position: relative; width: 960px; height: 525px; background:url(https://i.imgur.com/alf6BfW.png);}
#mymedicine {width: 600px;
    height: 400px;
    margin: 80px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;}
#mymedicine #mymedicine__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

#mypolic {width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;}
#mypolic #mypolic__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

#myadministration {width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;}
#myadministration #myadministration__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

#mydollar {
    width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;
}
#mydollar #mydollar__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

#myeducation {
    width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;
}
#myeducation #myeducation__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

#myjurispru {
    width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;
}
#myjurispru #myjurispru__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

#mysportli {
    width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;
}
#mysportli #mysportli__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}



#myresqueserv {
    width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;
}
#myresqueserv #myresqueserv__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

#mycriticalsys {
    width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;
}
#mycriticalsys #mycriticalsys__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}



#mysocial {width: 600px;
    height: 419px;
    margin: 58px 0px 0px 320px;
    padding: 18px 9px;
    background: #a5787e00;
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    overflow: auto;}
#mysocial #mysocial__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #131211;}

.familygrupp {
    background: radial-gradient(#d4d4d421, #c6c6c6);
    margin-top: 5px;
    color: #7a7a7a;
    box-shadow: 2px 2px 3px #bfbebe;
}

.zvania {
    background-image: url(https://i.imgur.com/EQm8lbW.png);
    width: 600px;
    height: 435px;
}

.slide {
    width: 500px;
    height: 300px;
    border: 1px solid #888;
    position: relative;
    text-align: center;
}
.slide  input {
    display: none;
}

.slide  input + label {
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: rgb(0, 144, 220);
    border: 2px solid rgb(194, 198, 217);
    cursor: pointer;
    z-index: 100;
    position: relative;
    margin-bottom: 20px;
    top: 164px;
    left: 7px;
    transition: background 0.8s ease-out 0s;
}

.slide  input + label:hover {
    background: rgba(250, 250, 250, 0.8);
}

.slide  input:checked + label {
    background: rgba(220, 220, 220, 0.8);
}

.slide  div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.slide  div {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.imgproff {
    width: 600px;
    height: 435px;
}

.slide  input:checked + label + div {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}

.slide  div  p {
    position: absolute;
    font-size: 17px;
    top: 35px;
    left: 75px;
    text-align: center;
    color: #000;
    width: 500px;
    height: 270px;
    overflow-y: auto;
}


 
 .policeodin {
    background: url(https://i.imgur.com/EQm8lbW.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
 }

 .policedva {
    background: url(https://i.imgur.com/mbBofTS.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
 }



 .block{
	width: 200px;
    position: relative;
    margin-right: 5px;
}
.block img{
	width: 200px;
}
.block .prewive{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 118px;
    overflow-y: auto;
    padding: 15% 3%;
    box-sizing: border-box;
}
.block:hover .prewive{
	display: block;
	background: rgba(255,255,255,.8);
  cursor: pointer;
}


.odineducat {
    background: url(https://i.imgur.com/Jajc11R.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.odincryt {
    background: url(https://i.imgur.com/zauNUNy.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.dvacryt {
    background: url(https://i.imgur.com/vKjQEDL.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.tricryt {
    background: url(https://i.imgur.com/7VdfnUZ.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.odinmed {
    background: url(https://i.imgur.com/E9AR3uH.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}


.dvamed {
    background: url(https://i.imgur.com/E9AR3uH.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.trimed {
    background: url(https://i.imgur.com/E9AR3uH.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}


.odinpolice{
    background: url(https://i.imgur.com/EQm8lbW.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.odinsport{
    background: url(https://i.imgur.com/ySIZ4LS.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}




.dvapolice{
    background: url(https://i.imgur.com/mbBofTS.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.tripolice{
    background: url(https://i.imgur.com/LJ1xf0S.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}


.cotpolice{
    background: url(https://i.imgur.com/4vbruSU.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.patpolice{
    background: url(https://i.imgur.com/jYlizTj.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}


.odinresq{
    background: url(https://i.imgur.com/JbxVGAa.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}




.dvaresq{
    background: url(https://i.imgur.com/xG64P1I.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.triresq{
    background: url(https://i.imgur.com/3NxOl9T.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.cotmed {
    background: url(https://i.imgur.com/s55X4zH.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.odinadmini{
    background: url(https://i.imgur.com/aOWG6wX.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.dvaadmini{
    background: url(https://i.imgur.com/nwpGxgg.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.triadmini{
    background: url(https://i.imgur.com/36DPY28.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.cotadmini{
    background: url(https://i.imgur.com/agETacL.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.patadmini{
    background: url(https://i.imgur.com/bBWrzyu.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.odinsocial {
    background: url(https://i.imgur.com/kzsjvAH.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}

.dvasocial {
    background: url(https://i.imgur.com/P93wMK6.png);
    margin: 0px -90px 0px 13px;
    width: 600px;
    height: 422px;
    background-size: cover;
    position: relative;
    top: 0px;
}


/* ПРОФЕССИИ КОНЕЦ */


/* КУРСОВОД РАЗВЛЕЧЕНИЙ НАЧАЛО */
.razvlec_putj{background:url(https://i.imgur.com/nlVuLfu.png)!important; height: 526px;
    width: 960px;}

#myrestar {width: 600px;
    height: 379px;
    margin: 0 auto;
    padding: 18px 9px;
    background: #fafafa;
    position: absolute;
    top: 722px;
    left: 755px;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    background: linear-gradient(15deg, #a5787e, #e7d6d8);
    border: 1px solid #f3ede4;
    outline: 1px solid #996a71;
    box-shadow: inset 0px 0px 20px #e7d6d9;
    overflow: auto;}
#myrestar #myrestar__close {width: 21px; height: 21px; position: absolute; top: -13px; right: 4px; cursor: pointer; display: block; font-size: 29px; color: #f5efe7;}

.restar5vk {position: absolute; left: 324px; top: 60px; overflow-y: auto; height: 316px; width: 225px; padding-right: 26px;}
.restar0vk {width: 213px; overflow-x: auto; position: absolute; top: 238px; left: 58px; height: 138px;}
.nesprash {position: absolute; left: 324px; top: 60px; overflow-y: auto; height: 316px; width: 225px; padding-right: 26px;}
#aquagri {background-image: url(https://i.imgur.com/pCsgjni.png); width: 200px; height: 104px;}
#benoit {background-image: url(https://i.imgur.com/9mbesry.png); width: 200px; height: 104px;}
#lapote {background-image: url(https://i.imgur.com/DeLAwj3.png); width: 200px; height: 104px;}
#lacolomb {background-image: url(https://i.imgur.com/Ioj79a3.png); width: 200px; height: 104px;}
.ontrah {width: 213px; overflow-x: auto; position: absolute; top: 238px; left: 58px; height: 138px;}
#sushigin { background-image: url(https://i.imgur.com/a0VmfOi.png); width: 200px; height: 104px;}
#shefs {background-image: url(https://i.imgur.com/vrIXbmL.png); width: 200px; height: 104px;}
/* КУРСОВОД РАЗВЛЕЧЕНИЙ КОНЕЦ */