@charset "utf-8";

@font-face {
    font-family: "PT Sans";
    src: local("PT-Sans"), url("../fonts/PTSans-Regular.ttf"), format("ttf");
}

@font-face {
    font-family: "PT Serif";
    src: local("PT-Serif"), url("../fonts/PTSerif-Regular.ttf"), format("ttf");
}

@font-face {
    font-family: "PT Serif italic";
    src: local("PT-Serif-italic"), url("../fonts/PTSerif-Italic.ttf"), format("ttf");
}

/* Удалить */
#del {
    background: red;
    font-style: italic;
    font-size: 1em;
}

/* Удалить */

.blurme {
    filter: blur(4px);
}

.allwi {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

body {
    font-size: 1em;
    font-family: "PT Serif";
    letter-spacing: 0.5px;
    color: #36306e;
    margin: 0;
    display: table;
    width: 100%;
    height: auto;
}

div {
    box-sizing: border-box;
}

* {
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #f1f9fa;
}

*::-webkit-scrollbar-thumb {
    background-color: #eee;
}


h1 {
    font-size: 2em;
    margin: 0;
}

h2 {
    line-height: 1.2;
    font-size: 2.5em;
    text-align: center;
}

h3 {
    line-height: 1.2;
    font-size: 1.3em;
}

i {
    font-family: "PT Serif italic";
}

.firstBlock h1 {
    font-size: 1em;
    letter-spacing: 2px;
    margin: 0 auto;
    display: table;
    color: #dbdbdb;
    text-align: center;
}

.firstmap h2 {
    font-size: 1.5em;
    text-align: left;
    margin-top: 50px;
}

a {
    text-decoration: none;
    color: #36306e;
}

a:hover {
    color: #cd532e;
    transition: 0.2s linear;
}

.orange {
    color: #cd532e;
}

.gray {
    background: #fafafa;
    padding: 80px;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.krkr {
    background: url('/img/gfon.svg') repeat #fafafa;
    background-size: 120px;
    padding: 40px;
}

.mrmrkrkr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 30px 0 -40px;
}

.mrmrmr {
    width: calc(33% - 20px);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.headblock {
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    box-shadow: 0px 3px 10px #f3f3f3;
}

.logoblock,
.head-menu,
.head-menu-right {
    display: flex;
}

.logoblock {
    display: table;
}

.logo {
    background: url('/img/logodarkblue.svg') no-repeat;
    width: 100px;
    height: 40px;
    display: table;
    background-size: 100px;
}

.logo:hover {
    transition: none;
    background-position-y: -40.8px;
    cursor: pointer;
}

.head-menu a,
.menuSpan {
    margin: 0 20px;
    font-size: 1.1em;
    padding: 8px 10px;
    border-radius: 2px;
    border-radius: 15px;
}

.head-menu a:hover {
    background: #fafafa;
    transition: 0.2s linear;
    color: #36306e;
}

.menuSpan {
    background: #fafafa;
}

.forSpec {
    padding: 10px;
    position: relative;
}

.forSpec .arrowSpec {
    transform: rotate(90deg);
    display: inline-block;
    margin: 0 0 0 5px;
    bottom: -2px;
    position: relative;
}

.dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.24);
    margin: 10px 0 0;
    border-radius: 10px;
    width: 165px;
    right: -5px;
}

.forSpec:hover .dropdown {
    display: block;
    cursor: pointer;
}

.dropdown a,
.dropdown b {
    padding: 10px 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
    margin: 0;
}

.dropdown a:hover {
    background: #fafafa;
    color: #36306e;
    border-radius: 10px;
}

.dropfirst {
    border-radius: 10px 10px 0 0;
}

.dropsecond {
    border-radius: 0 0 10px 10px;
}

.podbor,
.podbors,
.podbormob {
    margin-left: 30px;
    padding: 10px 15px;
    background-color: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
}

.podbor:hover,
.podbormob:hover {
    color: #fff;
    background-color: #e37500;
    transition: 0.2s linear;
}

.podbors {
    background: #e37500;
}

.stomach {
    width: 100%;
}

.firstBlock {
    width: 100%;
    min-height: calc(100vh - 80px);
    background: #fafafa;
    display: table;
    padding: 80px;
}

.firstBlockSpan {
    font-size: 3em;
    font-weight: bold;
    margin: 10px auto;
    display: table;
    text-align: center;
}

.firstBlockSpan i {
    font-size: 0.8em;
}


.buttonsblock {
    margin: 40px auto 0;
    display: table;
}

.headbutton {
    display: inline-table;
    margin: 10px;
    padding: 10px 20px;
    font-size: 1.2em;
}


.podborka {
    margin: 80px auto 0;
    display: table;
    font-size: 1.5em;
    padding: 15px 30px;
}

.dasedbutton {
    background: none;
    color: #36306e;
    border: 2px dashed #36306e;
    padding: 6px 16px;
}

.dasedbutton:hover {
    background: none;
    color: #36306e;
    border: 2px dashed #ff8300;
}


.mrfreud {
    margin: 0px auto;
    display: table;
    width: 180px;
    background: url('/img/mrfreud.webp') no-repeat center;
    background-size: contain;
    aspect-ratio: 1/1.5;
}

.small-block {
    padding: 80px;
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.block960 {
    width: 960px;
    margin: 50px auto;
}

.otlich {
    display: table;
    margin: 0 auto 40px;
    width: 900px;
    background: #fafafa;
    padding: 20px 80px;
    border-radius: 50px;
}

.psihologamblock {
    display: table;
    width: 700px;
    margin: 80px auto;
}

.specBut {
    font-size: 1.1em;
    line-height: 20px;
}

.headofspan {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.otborblockpapa {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.otborblock {
    width: calc(50% - 60px);
    float: left;
    margin: 30px 30px;
    min-height: 220px;
}

.number {
    width: 50px;
    height: 50px;
    background: #cd532e;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 50px;
}

.numbercheck {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    background-image: url("/img/mrfreudico.svg");
    background-size: 425px;
}

.numbercheckkval {
    background-position: 0px -90px;
}

.numbercheckexp {
    background-position: -90px -90px;
}

.numbercheckreko {
    background-position: -175px -90px;
}

.numbercheckterap {
    background-position: -256px -90px;
}

.numbercheckwebi {
    background-position: 0px -5px;
}

.numbercheckZclub {
    background-position: -90px -5px;
}

.numberchecksupe {
    background-position: -166px -5px;
}

.numbercheckpubl {
    background-position: -258px -5px;
}

.numberchecknayd {
    background-position: -340px -5px;
}


.headernumber {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.textnumber {
    text-align: center;
    display: block;
}

.podborochka {
    margin: 0 auto;
}

.otvety details {
    display: table;
    margin: 0 auto;
    width: 800px;
    border-top: 2px solid #fafafa;
}

.otvety summary {
    display: grid;
    cursor: pointer;
    padding: 20px 0;
    grid-template-columns: 1fr 50px;
    gap: 8px;
}

.otvety summary:hover .arrow {
    background: #fafafa;
}

.vopros {
    display: flex;
    align-items: center;
}

.centerflex {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 40px;
    height: 40px;
}

.arrow {
    display: flex;
    font-size: 1.2em;
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

.otvetnavopros {
    font-size: 1.1em;
    padding: 20px;
    display: table;
    background: #fafafa;
    border-radius: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.otvety details[open] .arrow {
    transform: rotate(45deg);
    transition: 0.2s linear;
}


.justi {
    display: flex;
    justify-content: space-evenly;
}

.foot {
    margin: 0 30px;
    float: left;
}

.justi b,
.justia {
    display: block;
    margin-bottom: 10px;
}

.footdate {
    margin-bottom: 20px;
    display: block;
}

.bottomhead,
.bottomheadname {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.bottomhead {
    font-size: 1.2em;
}

.bottomheadname {
    font-size: 1.8em;
    margin: 0;
}

.signature .small-block {
    padding-bottom: 40px;
}

.bottomTgBlock {
    display: table;
    width: 100%;
    padding: 10px 0;
    background: #bdbdbd;
}

.signlink {
    display: table;
    margin: 0 auto;
    color: #eee;
}

.bottomTgLink {
    display: table;
    background: url('/img/socIcons.svg') no-repeat center;
    background-position-x: -60px;
    background-size: 500%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.bottomTgLink:hover {
    opacity: 0.8;
}

.asch1 {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.h1span {
    display: block;
    font-family: pt serif italic;
    text-align: center;
    color: #ccc;
    font-size: 0.7em;
}

.newsarea {
    display: grid;
    width: 100%;
    margin-top: 80px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

.news {
    display: table;
    width: 100%;
}

.newsimage,
.newsimagepeople {
    display: table;
    border-radius: 10px;
}

.newsimagein,
.newsimageinpeople {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.newsimagepeople {
    margin: 0 auto;
}

.newsimageinpeople {
    border-radius: 50%;
    width: 250px;
}

.newstitle {
    font-size: 1.4em;
    display: block;
}

.newstime {
    font-family: "PT Serif Italic";
    color: #ccc;
}

.newspeople {
    display: table;
    width: calc(33% - 60px);
    max-width: 400px;
    float: left;
    margin: 0 30px 50px;
    box-shadow: 0px 3px 10px 0px #ececec;
    padding: 20px;
    border-radius: 40px;
    flex-grow: 1;
}

.newspeople:hover {
    box-shadow: 0px 3px 10px 0px #bbb;
    transition: 0.4s linear;
}

.newstitlepeople {
    font-size: 1.3em;
    display: block;
    text-align: center;
    font-weight: bold;
}

.gorodpeople {
    display: block;
    text-align: center;
    font-family: "PT Serif italic";
    line-height: 3;
}

.gorodspec {
    text-align: center;
    font-family: "PT Serif italic";
    line-height: 3;
}

.linkpeople {
    display: table;
    padding: 10px 25px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    margin: 40px auto 0;
}

.linkpeople:hover {
    color: #fff;
    background: #e37500;
    transition: 0.2s linear;
}

.costExp {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px;
}

.interestList {
    display: inline-table;
    padding: 5px 10px;
    background: #f1f9fb;
    border-radius: 4px;
    margin: 5px 10px;
    margin-left: 0;
}

.netInterestList {
    background-color: #fdf2d9;
}


.profinterest {
    display: block;
    font-weight: bold;
}

.pagino {
    display: table;
    margin: 0 auto;
}

.paggingdiv,
.paggingdiv1,
.pagino a {
    display: inline-table;
    width: 30px;
    aspect-ratio: 1/1;
    margin: 10px;
    border-radius: 50%;
    background: #fafafa;
    text-align: center;
    line-height: 30px;
}

.pagino a:hover {
    background: #ccc;
    color: #36306e;
}

.paggingdiv,
.paggingdiv1 {
    background: #ccc;
}

.artBlock {
    width: 1200px;
    margin: 80px auto;
}

.artBlock h1 {
    font-size: 3em;
}

.autchorBlock {
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-size: 1.4em;
}

.autchorBlock img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 40px;
}

.artContent {
    line-height: 1.4;
    display: table;
    margin: 40px 0;
    font-size: 1.1em;
    width: 100%;
}

.content {
    line-height: 1.5;
    margin-bottom: 60px;
}

.h1center {
    text-align: center;
}

.shareblock {
    display: flex;
    margin: 10px 20px 0 0;
    align-items: center;
}

.shareblockcenter {
    margin: 30px auto;
    justify-content: center;
}

.shareTG,
.shareVK {
    display: inline-table;
    width: 30px;
    height: 30px;
    background: url('/img/iconshare.svg') no-repeat center;
    background-size: cover;
    background-size: 200%;
    border-radius: 4px;
    margin: 0 5px;
}

.shareTG {
    background-position-x: -30px;
}

.shareVK {
    background-position-x: 0px;
}

.webcost,
.webcostprip {
    margin: 20px auto 0;
    display: table;
}

.webcost {
    font-size: 2em;
}

.webfotoblock {
    position: relative;
}

.closedforu {
    display: flex;
    width: 100%;
    position: absolute;
    aspect-ratio: 1/1;
    background: #fff;
    opacity: 0.8;
    flex-direction: column;
    justify-content: center;
}

.zamok {
    display: table;
    width: 100px;
    height: 120px;
    background: url('img/onlyfor.svg') no-repeat center;
    background-size: contain;
    margin: 0 auto 10px;
}

.closedforu span {
    text-align: center;
    color: #666;
    font-size: 1.4em;
}

.errormessage {
    display: table;
    margin: 0 auto;
}

.authorblock {
    display: flex;
    margin: 80px auto 0;
    width: fit-content;
    max-width: 800px;
}

.webauthorfoto {
    border-radius: 10px;
    width: 300px;
    height: 300px;
}

.authorinfoblock {
    display: table;
    margin-left: 40px;
}

.authorinfoblockser {
    display: table;
    margin-right: 40px;
}

.authorinfoblockser h2 {
    text-align: left;
}

.webauthorfotohide {
    display: none;
}

.fastreg {
    padding: 10px 15px;
    background-color: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    display: table;
    margin: 30px 0;
}

.fastreg:hover {
    color: #fff;
    background-color: #e37500;
    transition: 0.2s linear;
}

.artContent p {
    text-align: justify;
}

.redacttag {
    color: #12c112;
}

.artBiloTak {
    display: table;
    width: 1200px;
    margin: 30px auto;
}

.artFormat h2 {
    font-size: 1.6em;
    margin-top: 80px;
}

.artFormat h3 {
    font-size: 1.1em;
    margin-top: 50px;
}

.someChel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.peoHead {
    display: table;
    width: 300px;
    height: 50px;
    position: sticky;
    top: 20px;
}


.profileb {
    font-size: 1em;
    display: table;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #f2f2f2;
    color: #36306e;
    border-radius: 10px;
}

.profilelink {
    font-size: 1em;
    display: table;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #ff8300;
    color: #fff;
    border-radius: 10px;
}

.profilelink:hover {
    color: #fff;
    background: #e37500;
}


.peoHehgfad {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.nameofpeop {
    font-size: 2em;
    display: table;
}

.peoHead img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 300px;
}

.peopage h1 {
    text-align: center;
}

.peoInfo {
    display: table;
    width: calc(100% - 300px);
    font-size: 1.3em;
}

.peoInfopage {
    display: table;
    width: calc(100% - 400px);
    font-size: 1.3em;
}

.expLet {
    display: table;
}

.expLeta {
    margin: 0 auto;
}

.rabotasList {
    display: inline-table;
    padding: 10px 20px;
    margin: 0 10px 10px;
    box-sizing: border-box;
    background: #f1f9fb;
    border-radius: 10px;
    font-size: 0.8em;
}

.rabotasList:last-child {
    margin-right: 0;
}

.rabotasList:first-child {
    margin-left: 0;
}

.interest {
    display: table;
    margin: 60px 0;
    width: 100%;
}

.profInt {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.educList {
    list-style: none;
    padding: 0;
    display: grid;
}

.profInt li,
.educList li {
    margin: 10px 0;
    display: flex;
}

.profInt li::before,
.educList li::before {
    content: "";
    width: 31px;
    height: 30px;
    background: url('img/galki.svg')no-repeat;
    background-size: 66px;
    display: inline-block;
    margin-right: 15px;
}

.profInt li::before {
    background-position-x: -34px;
}

.educList li::before {
    background-position-x: -1px;
}


.educhead,
.educadd {
    display: flex;
    align-items: end;
}

.educhead h3,
.educadd h3 {
    display: inline-table;
    margin: 0 10px 0 0;
}

.verified {
    display: inline-table;
    width: 40px;
    height: 35px;
    background: url('img/verified.svg') no-repeat center;
    background-size: contain;
}

#addeduc {
    display: inline-table;
}

.somePepArt {
    display: table;
    margin-bottom: 20px;
}

.hiddenArt {
    display: none;
}

.showart {
    cursor: pointer;
    border: 0;
    margin: 40px 0;
    display: table;
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 8px;
    font-family: "PT Sans";
    font-size: 0.8em;
}

.showart:hover {
    background: #e37500;
    transition: 0.2s linear;
}

.showMore {
    cursor: pointer;
    border: 0;
    margin: 0 auto;
    display: table;
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    font-size: 0.9em;
}

.showMore:hover {
    background: #e37500;
    transition: 0.2s linear;
}

.cost {
    display: table;
    margin: 60px 0;
    width: 100%;
}

.howMuchItCost {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed #b7b6c6;
    padding: 30px 10px 5px;
}



.email {
    font-size: 1.5em;
    margin-bottom: 30px;
    display: table;
}

.contBlok {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: url('/img/socIcons.svg');
    background-size: 300px;
    margin: 0 10px;
}

.emailico {
    background-position-x: -180px;
    background-position-y: 62px;
}

.whatsapp {
    background-position-x: -60px;
    background-position-y: 62px;
}

.telegram {
    background-position-x: -120px;
    background-position-y: 62px;
}

.vk {
    background-position-x: 0px;
    background-position-y: 62px;
}

.mah {
    background-position-x: -240px;
    background-position-y: 62px;
}

.contBlok:first-child {
    margin-left: 0;
}

.contBlok:last-child {
    margin-right: 0;
}

.whatsapp:hover,
.telegram:hover,
.vk:hover,
.mah:hover {
    filter: brightness(1.1);
}

.whisWhatBlock {
    display: grid;
    width: 100%;
    overflow: hidden;
    margin: 80px auto 0px;
    max-width: 1400px;
}

.whisWhat {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fafafa;
    cursor: grab;
}

.whisWhatItem {
    width: 330px;
    background: #f4f4f4;
    border-radius: 40px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 20px 20px;
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 330px;
    white-space: wrap;
    position: relative;
}

.whisWhatItem:first-child {
    margin-left: 0;
}

.whisWhatItem:last-child {
    margin-right: 0;
}

.whisWhatItem b {
    display: block;
    margin-bottom: 20px;
    font-size: 1.5em;
}


.application {
    font-size: 1.2em;
}

.application input[type=text],
.application input[type=date] {
    font-family: "PT Serif";
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 1em;
}

.application input[type=date] {
    color: #666;
}

.qLine {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.formQue {
    width: 120px;
    display: inline-table;
}

.bigInput {
    width: calc(100% - 120px);
    display: inline-table;
}

.obrBlock {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.obrBlockTitle {
    width: 240px;
    float: left;
}

.obrBlockTitle .ifuhave {
    font-family: "PT Serif italic";
    display: table;
    font-size: 0.8em;
    color: #a2a2a2;
}

.obrBlockInput {
    width: calc(100% - 240px);
    float: left;
}

.obrBlockInput .bigInput {
    width: 100%;
    margin-bottom: 10px;
}

.obrBlockInput .smallInputLeft {
    margin-right: 10px;
}


.file-input-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-input-label:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.file-input-button {
    padding: 8px 16px;
    background: #007bff;
    color: white;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.file-input-label:hover .file-input-button {
    background: #0056b3;
}

.file-input-text {
    color: #666;
    word-break: break-all;
}

/* Стиль когда файл выбран */
.file-input:valid+.file-input-button+.file-input-text::before {
    content: "Выбран: ";
    color: green;
    font-weight: bold;
}


.texareaSumbols {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.application textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    font-family: "PT Serif";
}

.application textarea.error {
    border: 2px solid red;
    background-color: #ffe6e6;
    outline: none;
}

.rbutton,
#okmessage {
    display: none;
}

#okmessage {
    width: calc(100% - 80px);
    text-align: center;
    margin: 5px 40px;
    position: fixed;
    top: 0;
    left: 0;
}

#okmessage.show {
    display: block;
    opacity: 1;
}

.soglasen {
    display: table;
    margin: 30px auto;
    cursor: pointer;
}

.soglasenpay {
    display: table;
    margin: 20px auto;
    cursor: pointer;
}

.sendNewPeople {
    display: table;
    margin: 0 auto;
    cursor: pointer;
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    border: 0;
    font-size: 0.85em;
}


.addhedu input[type=text],
.adddedu input[type=text] {
    font-family: "PT Serif";
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 1em;
}

.addbigInput {
    width: 100%;
    margin-bottom: 10px;
}

.addsmallInputLeft {
    margin-right: 10px;
}

.addsoglasen {
    display: table;
    font-size: 0.8em;
    margin: 20px 0;
    cursor: pointer;
}

.addsendNewPeople {
    display: table;
    cursor: pointer;
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    border: 0;
    font-size: 0.85em;
}

.addhedu input[type=date],
.adddedu input[type=date] {
    font-family: "PT Serif";
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 0.9em;
    color: #666;
}

.educ,
.poveduc,
.contacts {
    margin-top: 100px;
}

#addeduc,
#addpoveduc,
#canceleduc,
#cancelpoveduc {
    display: table;
    cursor: pointer;
    border-radius: 50%;
    background: #ff8300;
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    text-align: center;
    color: #fff;
    font-family: "PT Sans";
    line-height: 30px;
}

#addeduc:hover,
#addpoveduc:hover {
    background: #e37500;
    transition: 0.2s linear;
    transform: rotate(90deg);
}

.addneweduc,
.addnewpoveduc {
    display: none;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    background: #fdf2d9;
    border-radius: 20px;
}

#canceleduc,
#cancelpoveduc {
    transform: rotate(45deg);
    background: #d85506;
}

#canceleduc:hover,
#cancelpoveduc:hover {
    transition: 0.2s linear;
    transform: rotate(135deg);
}

#canceleduc,
#cancelpoveduc {
    display: none;
}


.conteditblock .whatsapp:hover,
.conteditblock .telegram:hover,
.conteditblock .vk:hover {
    filter: brightness(1);
}

.editcontblock {
    display: flex;
    margin: 0 0 30px;
    align-items: center;
}

.editcontblock input {
    font-size: 1.1em;
    padding: 10px 15px;
    font-family: "PT Serif";
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
}


.rosobrnadzor {
    display: table;
    margin: 50px auto 0;
    background: #a0c8e6;
    padding: 10px 30px;
    border-radius: 4px;
}

.rosobrnadzor:hover {
    color: #36306e;
    background: #94bfdf;
}

.form_toggle {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 30px 0 60px;
}

.form_toggle-item {
    display: inline-block;
}

.form_toggle-item input[type=radio] {
    display: none;
}

.form_toggle-item label {
    display: inline-block;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #999;
    border-right: none;
    cursor: pointer;
    user-select: none;
}

.form_toggle .item-1 label {
    border-radius: 6px 0 0 6px;
}

.form_toggle .item-2 label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #999;
}

.form_toggle .item-1 input[type=radio]:checked+label {
    background: #c5deff;
}

.form_toggle .item-2 input[type=radio]:checked+label {
    background: #ffc5c5;
}


.strikelist {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.howmuchstrikehehave {
    display: flex;
}

.howmuchstrikehehave span {
    display: inline-table;
    line-height: 30px;
    margin-right: 30px;
}

.howmuchstrikehehave input[type=submit] {
    display: inline-table;
    border-radius: 10px;
    border: 0;
    background: #f55;
    color: #fff;
    font-size: 1.1em;
    cursor: pointer;
    padding: 3px 5px;
}

.etopidor {
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    background: #ff2e2e;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.editobrname {
    border: 0;
    padding: 0 0 2px;
    font-family: PT Serif;
    font-size: 1em;
    color: #36306e;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}


.enterTo,
.recoverTo {
    width: 400px;
    display: table;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #c9c9c9;
}

.recoverTo {
    width: 600px;
}

.successrecover {
    display: flex;
    align-items: center;
    text-align: center;
    width: calc(600px - 60px);
    position: absolute;
    z-index: 1000;
    background: #fff;
    height: 300px;
}

.recovererror {
    display: table;
    margin: 0 auto;
}

.loginZag {
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto 30px;
    display: table;
    text-align: center;
}

.loginForm {
    width: 100%;
}

.loginForm input {
    outline: none;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 10px;
    font-family: PT Sans;
}

.loginFormLogin,
.loginFormPass {
    border: 1px solid #d5d5d5;
}

.loginFormSubmit {
    border: 0;
    cursor: pointer;
    background: #ff8300;
    color: #fff;
    font-size: 1.3em;
}

.loginFormSubmit:hover {
    color: #fff;
    background: #e37500;
    transition: 0.2s linear;
}

.forgotPass {
    display: table;
    margin: 20px auto 0;
}

#errorpass {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    color: #040101;
    background: #c40808;
    padding: 30px 50px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#avatarLabel {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#avatarLabel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.hoverInfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    font-size: 16px;
    padding: 10px;
}

.hoverInfoCub {
    display: flex;
    padding: 10px;
    border: 2px solid #fff;
    aspect-ratio: 1/1;
    align-items: center;
}

#avatarLabel:hover .hoverInfo {
    opacity: 1;
}



.freezy {
    display: table;
    background: #fdf2d9;
    padding: 30px;
    border-radius: 4px;
    font-size: 0.8em;
}

.freezhim {
    display: table;
    margin: 30px auto 10px;
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    border: 0;
    cursor: pointer;
}

.freezhim:hover {
    background: #e37500;
    transition: 0.2s linear;
}

.freezeit textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    font-family: "PT Serif";
    padding: 5px;
}

.head-submenu {
    display: table;
    margin: 80px auto;
}

.head-submenu a,
.submenuSpan {
    margin: 0 30px;
    font-size: 1.1em;
}

.head-submenu a {
    border-bottom: 1px dashed #333;
}

.submenuSpan {
    font-weight: bold;
}

.include {
    margin-bottom: 20px;
}

.newforms {
    font-size: 0.8em;
    margin-bottom: 80px;
}

.moznoedit,
.lastedit {
    font-size: 0.8em;
    display: table;
    padding: 15px;
    background: url('/img/zfon.svg') repeat #fdf2d9;
    border-radius: 20px;
    margin: 20px 0;
}

.lastedit {
    background: #fdd9d9;
}

.moznoeditsupport {
    display: table;
    padding: 15px;
    background: url('/img/zfon.svg') repeat #fdf2d9;
    border-radius: 20px;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%;
}

.senttomoder {
    display: table;
    padding: 15px;
    background: url('/img/zfon.svg') repeat #fdf2d9;
    border-radius: 20px;
    margin: 0px 0px 20px;
    font-size: 0.8em;
}

.moznopublish {
    display: table;
    padding: 15px 30px;
    background: url('/img/zfon.svg') repeat #fdf2d9;
    border-radius: 20px;
    margin: 20px auto 40px;
    box-sizing: border-box;
    text-align: center;
}

.tehmomblock {
    display: table;
    margin: 0 auto
}

.texmomlink {
    display: inline-flex;
    align-items: center;
    background: #000;
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff;
}

.texmomlink:hover {
    color: #fff;
}

.texmomlink::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/img/tehmom.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: transform 0.3s linelar;
}

.texmomlink:hover::after {
    animation: spin 5s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.newforms .tworows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.newforms .threerows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.newforms label {
    cursor: pointer;
    display: table;
    margin-bottom: 10px;
}

.newforms .howMuchItCost input {
    padding: 5px 10px;
    font-family: "PT Serif";
    font-size: 1em;
    width: 100px;
    text-align: right;
    border: 0;
}

.newforms .howMuchItCost span {
    line-height: 1.9;
}

input[type=checkbox] {
    cursor: pointer;
}

.sohbutton {
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    border: 0;
    font-size: 0.85em;
    cursor: pointer;
}

.sohbutton:hover {
    background: #e37500;
    transition: 0.2s linear;
}

.searchbutton {
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    border: 0;
    font-size: 1em;
    cursor: pointer;
    margin: 0 auto;
    display: table;
}

.searchbutton:hover {
    background: #e37500;
    transition: 0.2s linear;
}

.calendlinegreen,
.calendlinered {
    display: table;
    width: 100%;
    height: 10px;
    margin: 20px auto;
    border-radius: 5px;
}

.calendlinegreen {
    background: #3ad63a;
}

.calendlinered {
    background: #d6573a;
}

.balanceblock {
    display: flex;
    justify-content: space-between;
}

.endofthedays {
    text-align: right;
}

.mushroomcont {
    display: flex;
}

.mushroom {
    display: inline-table;
    width: 20px;
    height: 20px;
    background: url('/img/mushroom.svg') no-repeat center;
    background-size: 20px;
    margin-left: 5px;
}

#paymentForm .sohbutton {
    display: table;
    margin: 0 auto;
}

.payblock {
    width: 600px;
    padding: 30px 50px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 0 auto;
    line-height: 2;
    font-size: 1.2em;
}

.perayspan {
    text-align: center;
}

.payandpromo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 80px;
}

.payorpromo {
    width: calc(50% - 40px);
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 250px;
    background: url('/img/rfon.svg') repeat;
    background-size: 135px;
}

.newpayblock {
    background: #e6f3fd;
    background: linear-gradient(135deg, #e6f3fd 0%, #b3d1f2 50%, #80aff0 100%);
}

.promocodeblock {
    border: 2px solid #36306e;
    position: relative;
}

.payhead {
    display: table;
    font-size: 1.4em;
    font-weight: bold;
}

.payorpromo input[type=text] {
    margin: 20px 0;
    padding: 5px 8px;
    font-size: 1.1em;
    font-family: PT Serif;
    display: table;
}

.payorpromo button {
    display: table;
    cursor: pointer;
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    border: 0;
    font-size: 1em;
}

.error_promocode {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: #fdcfc1;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
}

.succesfailpic {
    display: table;
    margin: 30px auto;
    width: 120px;
    height: 120px;
}

.okpic {
    background: url('/img/noda.svg') no-repeat center;
    background-size: 240px;
    background-position-x: -120px;
}

.failpic {
    background: url('/img/noda.svg') no-repeat center;
    background-size: 240px;
    background-position-x: 0px;
}

.okfailtext {
    display: table;
    width: 100%;
    text-align: center;
}

.calendline {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
}

.dayline {
    display: inline-table;
    width: calc(100% / 31);
    height: 10px;
}

.dayline:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dayline:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.greencolor {
    background: #3ad63a;
}

.redcolor {
    background: #faf7ee;
}


.contentaboutred {
    display: table;
    margin: 0px 0 80px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}

.whoandwhen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.educatspan {
    text-align: center;
    display: table;
    width: 100%;
    margin-top: 40px;
}

.educatspan .editobrname {
    text-align: center;
}

.buttonsmoder {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 40px 0;
}

.buttonsmoder input[type="submit"] {
    margin: 20px 30px 0;
    font-size: 1.2em;
}

.molotok {
    background: #11bb34;
}

.poshelvon {
    background: #bb4111;
}

.molotok:hover {
    background: #09a329;
}

.poshelvon:hover {
    background: #942f07;
}

.prichinaotkaza {
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    font-family: "PT Serif";
}

.teharea {
    width: 100%;
    display: table;
    margin: 80px auto;
}

.tehblock {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.tehitem {
    text-align: center;
}

.tehfsp {
    font-size: 1.5em;
}


.firstarea {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.firstblocklk {
    display: table;
    width: calc(60% - 40px);
}

.firstsuper {
    display: table;
    width: 100%;
}

.closedchatblock {
    display: table;

}

.openevents {
    display: table;
    margin-bottom: 80px;
    width: 100%;
}

.someevent {
    display: table;
    width: 80%;
    background: url('/img/zfon.svg') repeat #fdf2d9;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px 40px;
    line-height: 1.5;
}

.someevent:last-child {
    margin: 0;
}

.faqblock {
    display: table;
    width: calc(40% - 40px);
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px;
    height: min-content;
}

.faqblock a {
    display: table;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    line-height: 1.4;
}


.statblock {
    display: flex;
    margin: 80px 0 0;
    width: 100%;
    justify-content: space-between;
}

.linkmypage,
.statis {
    display: table;
    width: calc(50% - 40px);
    text-align: center;
}


.linkmypage img {
    margin: 0 auto 10px;
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: table;
}

.radial-spectrum {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(red, orange, yellow, lime, aqua, blue, magenta, red);
    margin: 0 auto 10px;
}

.spectrumin {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.howmuch {
    font-size: 2em;
}

.formtg {
    display: flex;
    align-items: center;
    width: 300px;
}

.formtg input[type="text"] {
    display: inline-table;
    margin: 30px 0;
    padding: 5px 10px;
    min-height: 40px;
    width: calc(100% - 25px);
    border: 1px solid #eee;
    box-sizing: border-box;
    outline: none;
}

.formtg input[type="submit"] {
    display: inline-table;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    margin-left: -25px;
    background: url('/img/tgr.svg') no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.secondblocklk {
    margin: 80px 0;
}

.technicalblock {
    display: flex;
    justify-content: space-between;
}

.technicalalarmblock {
    display: inline-flex;
    flex-direction: column;
    width: calc(50% - 10px);
    border-radius: 20px;
    background: url('/img/zfon.svg') repeat #fdf2d9;
    padding: 20px 40px;
}

.technicalalarm {
    display: table;
    margin: 5px auto;
}

.technicalte {
    display: table;
    width: calc(50% - 10px);
    background: #eee;
    border-radius: 20px;
    background: url('/img/telegram.svg') no-repeat center;
    background-size: 100%;
}



.tglogochat {
    width: 50px;
    height: 50px;
    display: inline-table;
}

.technicalenter {
    display: table;
    margin: 20px 0;
    padding: 5px 0 5px 20px;
    border-radius: 10px;
    line-height: 30px;
    background: #6aabdb;
    color: #fff;
    box-shadow: 0px 0px 4px 1px #eee;
}

.technicalenter:hover {
    color: #fff;
    box-shadow: 0px 0px 20px 1px #eee;
}

.tglogoinlink {
    width: 30px;
    height: 30px;
    float: right;
    background: url('/img/tg.svg') no-repeat center;
    background: cover;
    margin: 0 10px;
}

.ureblocked {
    display: table;
    margin: 30px auto 0;
}

.smthwrong {
    display: table;
    margin: 30px auto 0;
}

.warning {
    color: red;
}

.nowarning {
    color: green;
}

.emailsubscribe,
.supcontact {
    font-size: 1.2em;
    margin: 80px 0;
}

.emailsubscribe label {
    margin: 20px 0;
    display: table;
}

.emailsubscribe .soglasena {
    margin: 50px 0 20px;
    display: table;
}

.sendNewSub {
    padding: 10px 15px;
    background-color: #ff8300;
    color: #fff;
    border-radius: 15px;
    font-family: "PT Sans";
    cursor: pointer;
    border: 0;
}

.sendNewSub:hover {
    color: #fff;
    background-color: #e37500;
    transition: 0.2s linear;
}

.supcontactus {
    display: table;
    margin: 10px 0;
}

#delmypage {
    display: table;
    cursor: pointer;
    color: red;
}

#areurealy {
    display: none;
    background: #fdf2d9;
    padding: 20px 30px;
    border-radius: 20px;
    margin-top: 20px;
}

.seeblock {
    width: 100%;
    margin: 20px auto;
    border-radius: 20px;
    display: table;
}

.seeblock form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.visiblemypage {
    text-align: center;
    width: 100%;
    display: table;
    font-size: 1.3em;
    margin: 20px 0;
    font-weight: bold;
}

.radioblock {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.seeblock .radio-option {
    display: block;
}

.seeblock input[type=radio] {
    position: absolute;
    opacity: 0;
}

.seeblock input[type=radio]+label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
}

.seeblock input[type=radio]+label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: background .2s;
}

.seeblock input[type=radio]+label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all .2s;
}

.seeblock input[type=radio]:checked+label:before {
    background: #2dc40d;
}

.seeblock input[type=radio]:checked+label:after {
    left: 26px;
}

.seeblock input[type=radio]:focus+label:before {
    box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.3);
}

.seeblock input[type=submit] {
    display: table;
    width: 120px;
    padding: 12px;
    background: #ff8300;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 15px;
    font-family: "PT Sans";
    margin: 0 auto;
}

.seeblock input[type=submit]:hover {
    background: #d56d00;
}


.areurealyvop {
    display: block;
    text-align: center;
    font-size: 1.2em;
}

.yesorno {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

#areurealyno,
#areurealyyes {
    cursor: pointer;
    display: inline-table;
    width: 30px;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

#areurealyno:hover,
#areurealyyes:hover {
    color: #fff;
}

#areurealyyes {
    background: red;
    margin-right: 10px;
}

#areurealyno {
    background: green;
    margin-left: 10px;
}

.doclink {
    display: table;
    margin: 20px 0;
    font-size: 0.8em;
}

.doclink label,
.doclink input {
    cursor: pointer;
}

.nemeofarticle {
    width: 100%;
    font-family: "PT Serif";
    font-size: 1em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    outline: none;
}

.redactorbuttons {
    display: table;
    margin-right: 30px;
}

.redactorbuttons:last-child {
    margin-right: 0;
}

.redactorbuttons select {
    cursor: pointer;
}

.content-editor {
    border: 1px solid #ddd;
    border-radius: 8px;
    /*overflow:hidden;*/
    margin: 20px 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.editor-toolbar {
    padding: 10px;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
}

.editor-toolbar button {
    padding: 8px 12px;
    border: none;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #ddd;
    min-width: 40px;
}

.editor-toolbar button:hover {
    background: #e9ecef;
}

.editor-toolbar button.active {
    background: #4a6ee0;
    color: white;
    border-color: #3a5ecc;
}

.editor-toolbar select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
}

.editor-content {
    min-height: 300px;
    padding: 20px;
    outline: none;
    line-height: 1.6;
    font-size: 16px;
}

.editor-content h2 {
    color: #2c3e50;
    margin: 1.2em 0 0.6em 0;
    font-size: 1.5em;
}

.editor-content h3 {
    color: #34495e;
    margin: 1.2em 0 0.6em 0;
    font-size: 1.3em;
}

.editor-content p {
    margin-bottom: 1em;
}

.editor-content ul,
.editor-content ol {
    margin: 0 0 1em 1.5em;
}

.editor-content a {
    color: #2980b9;
    text-decoration: underline;
}

.save-button {
    display: block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px auto;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    width: 200px;
    text-align: center;
    padding: 10px 15px;
    background: #ff8300;
    color: #fff;
    font-family: "PT Sans";
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 1px;
}

.save-button:hover {
    background-color: #ff8300;
    transition: 0.2s linear;
}

.noarticles {
    display: table;
    width: 100%;
    padding: 15px;
    background: #fdf2d9;
    border-radius: 20px;
    margin: 20px 0;
    text-align: center;
}

.buttonsdore {
    display: flex;
    align-items: end;
}


.otkazblock {
    display: table;
    width: 1200px;
    margin: 80px auto;
    background: #fddede;
    border-radius: 20px;
    padding: 30px 40px 10px;
}

.otkazblock h3 {
    text-align: center;
    margin: 0;
}

.otkazblock textarea {
    width: 100%;
    min-height: 150px;
    margin: 20px auto;
    resize: vertical;
    padding: 20px 30px;
    box-sizing: border-box;
}



.redactbutton,
.deletebutton {
    display: inline-table;
    width: 28px;
    height: 28px;
    background: url(/img/karico.svg) no-repeat;
    margin-left: 20px;
}

.redactbutton {
    background-position-x: -27px;
}

.deletebutton {
    background-position-x: 2px;
    border: 0;
    cursor: pointer;
}

.delete-form {
    display: inline-table;
    width: 28px;
    height: 28px;
}

.allarticles {
    display: table;
    width: 100%;
    font-size: 1.2em;
}

.artline {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 10px;
}

.artline:hover {
    background: #fbfbfb;
}

#myTextarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    resize: vertical;
    font-family: "PT Serif";
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.4;
}

.oglavlink {
    display: table;
    margin-bottom: 40px;
    border-left: 2px solid #ff8300;
    padding: 10px 0 0 15px;
}

.howitworkslink {
    display: table;
    margin-bottom: 15px;
    text-decoration: underline dashed #333;
    text-underline-offset: 5px;
}

.howitworkslink:hover {
    border-bottom: 1px dashed #cd532e;
    transition: 0.2s linear;
}

.stopisot {
    font-family: "PT Serif";
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 1em;
    margin-left: 10px;
}

.vpitano {
    margin-bottom: 15px;
    border-bottom: 1px dashed #333;
}

.vpitano:hover {
    border-bottom: 1px dashed #cd532e;
    transition: 0.2s linear;
}

.moznoeditsupport .howitworkslink {
    display: inline-table;
}

.howitworksans {
    display: table;
    margin-bottom: 50px;
    padding-left: 20px;
}

.penalty .headspan {
    display: table;
    margin: 0 auto;
    font-weight: bold;
}

.numstrikes {
    display: table;
    margin: 0 auto;
}

.sometimepeople {
    display: inline-table;
    width: calc(50% - 50px);
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 20px;
    padding: 30px;
}

.datepostupleniya {
    display: table;
    font-size: 0.9em;
    color: #999;
    font-style: italic;
    margin-bottom: 10px;
}

.perprefio {
    font-size: 1.3em;
}

.perprezag {
    display: table;
    margin: 20px 0 10px;
    font-style: italic;
    font-weight: bold;
}


.addbutton {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.deletebuttons {
    display: flex;
    justify-content: space-between;
}

.addhim,
.deletehim {
    display: inline-table;
    cursor: pointer;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
    font-family: "PT Sans";
    border: 0;
    font-size: 0.85em;
    margin: 5px 0;
}

.addhim {
    background: #00aa42;
    width: 100%;
}

.deletehim {
    background: #9b0000;
    width: calc(50% - 5px);
}


.searchBlock {
    display: table;
    width: 100%;
}

.searchBlock input {
    cursor: pointer;
}

.obrBlockTitleSearch {
    display: table;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 30px;
}

.obrBlockTitleSearch i {
    font-size: 0.9em;
    color: #888;
}

.obrBlockInputSearch {
    display: table;
    width: 100%;
}

.manyrows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    margin: 0 auto;
}

.manyrows div {
    display: inline-table;
    margin: 10px;
}

.tworowsfont {
    font-size: 0.9em;
}

.searchBlockheader {
    font-size: 1.5em;
    display: table;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    background-size: 80px;
    box-sizing: border-box;
}



.manyrows input[type=radio],
.manyrows input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.manyrows input[type=radio]+label,
.manyrows input[type=checkbox]+label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
}

.manyrows input[type=radio]+label:before,
.manyrows input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: background .2s;
}

.manyrows input[type=radio]+label:after,
.manyrows input[type=checkbox]+label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all .2s;
}

.manyrows input[type=radio]:checked+label:before,
.manyrows input[type=checkbox]:checked+label:before {
    background: #2dc40d;
}

.manyrows input[type=radio]:checked+label:after,
.manyrows input[type=checkbox]:checked+label:after {
    left: 26px;
}

.manyrows input[type=radio]:focus+label:before,
.manyrows input[type=checkbox]:focus+label:before {
    box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.3);
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

.modern-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    color: #333;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modern-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 12px;
}


.foundpepole {
    display: table;
    width: 100%;
    margin: 80px 0 100px;
}

.foundpepole img {
    float: left;
}

.foundpeoplesecond {
    display: table;
    padding: 0px 0 0 40px;
}

.foundpeoplename {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

.foundpeoplecontent {
    display: table;
    margin: 10px 0 20px;
}

.foundpeoplelink {
    display: table;
    margin: 0;
}

/* проверить! */
.text {
    color: #888;
}

.howitworkshome {
    display: table;
    width: 700px;
    margin: 50px auto 30px;
}

.howitworkshomepunkt {
    display: table;
    margin: 40px 0;
}

.howitworkshomepunkt .numbercheck,
.howitworkshomepunkt .number {
    float: left;
    margin-right: 20px;
}

.howitworkshomepunkttext {
    display: table;
}

.howitworkshomepunkttext b {
    display: table;
    margin-bottom: 5px;
}

.menuvmenutele {
    display: table;
    left: 0;
    top: 0;
    padding: 14px 20px;
    box-sizing: border-box;
    z-index: 20000;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    max-height: 100vh;
    overflow-y: auto;
}

.buttonblock {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#closeMenu {
    display: table;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    border: 2px solid #36306e;
    background-color: #fff;
    padding: 5px;
    background: url('/img/hmenu.svg') no-repeat center;
    background-size: 80px;
    background-position-x: -48px;
}

.podmenu {
    display: table;
    width: 400px;
    margin: 30px auto;
    font-size: 1.3em;
}

.podmenu a {
    display: table;
    margin: 20px 0 30px;
}

.podmenu details {
    margin: 50px 0;
}

.podmenu summary {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.podmenu summary span {
    line-height: 40px;
}

.podmenu details[open] .arrow {
    transform: rotate(45deg);
    transition: 0.01s linear;
}

.vsummary {
    display: table;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #ff8300;
}

.mobcont {
    font-size: 0.8em;
    display: table;
}

.mobcont .mailus {
    display: table;
    margin-bottom: 15px;
}

.mobcont .mailus span {
    color: #aaa;
}

.selectedpoint {
    display: table;
    margin: 20px 0 30px;
    font-weight: bold;
}


.bottommodmenu {
    display: none;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.bottommodmenu summary {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.bottommodmenu summary span {
    line-height: 40px;
}

.bottommobsignature {
    margin: 40px auto 0;
    text-align: center;
}

.contlink {
    display: table;
    margin-bottom: 10px;
}

.technicaltg {
    display: table;
    width: 400px;
    height: 200px;
    background: url("/img/telegram.svg") center;
    background-size: cover;
    border-radius: 20px;
    margin-top: 50px;
}

.technicaltg:hover {
    cursor: pointer;
}

.searchlink,
.searchlinks,
#showMenu,
#mobMenu {
    display: none;
}



@media screen and (max-device-width:1300px) {
    .artBlock {
        width: 100%;
        padding: 0 80px;
    }

    .newstitle {
        font-size: 1.2em;
    }

    .headblock {
        padding: 0 20px;
    }

    .artBiloTak {
        width: calc(100% - 80px);
    }
}

@media screen and (max-device-width:1230px) {

    .firstBlock,
    .small-block {
        padding: 80px 20px;
    }

    .peoInfo,
    .peoInfopage {
        font-size: 1.1em;
    }
}

@media screen and (max-device-width:1150px) {

    .head-menu a,
    .menuSpan {
        margin: 0 10px;
    }

    .forSpec {
        display: none;
    }

    .newsarea {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-device-width:1000px) {
    .otborblockpapa {
        display: grid;
        width: 100%;
        overflow: hidden;
        margin: 80px 0 0;
    }

    .otborblockmama {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #ddd #fafafa;
        cursor: grab;
    }

    .otborblock {
        display: inline-flex;
        justify-content: flex-start;
        flex-direction: column;
        white-space: wrap;
        position: relative;
        width: 300px;
        float: unset;
    }

    .otborblock:first-child {
        margin-left: 0;
    }

    .otborblock:last-child {
        margin-right: 0;
    }

    .block960 {
        width: calc(100% - 40px);
    }

    .newstitle {
        font-size: 1.5em;
    }
}

@media screen and (max-device-width:970px) {
    .otlich {
        width: 100%;
    }

    .artBlock h1 {
        font-size: 2em;
    }

    .artContent {
        font-size: 1.1em;
    }
}

@media screen and (max-device-width:950px) {

    .podbormob,
    .podbors {
        display: none;
    }

    .searchlink,
    .searchlinks {
        display: table;
    }

    .searchlink {
        background: url('/img/search.svg') no-repeat center;
        background-color: #ff8300;
        background-size: 25px;
        width: 35px;
        height: 35px;
        padding: 5px;
    }

    .head-menu {
        display: none;
    }

    #showMenu {
        display: table;
        cursor: pointer;
        width: 45px;
        height: 45px;
        border-radius: 15px;
        border: 2px solid #36306e;
        background-color: #fff;
        padding: 5px;
        background: url('/img/hmenu.svg') no-repeat center;
        background-size: 80px;
        background-position-x: 5px;
    }

    .newspeople {
        width: calc(50% - 60px);
    }

    .obrBlockTitle {
        width: auto;
        float: unset;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .obrBlockInput {
        width: 100%;
    }

    .peoInfopage {
        width: calc(100% - 350px);
    }


    .howitworkshome {
        width: 100%;
    }

    .podborka {
        font-size: 1em;
        padding: 10px 20px;
    }

    .firstarea {
        display: table;
    }

    .firstblocklk {
        width: 100%;
    }

    .faqblock {
        width: 100%;
    }
}

@media screen and (max-device-width:920px) {
    .psihologamblock {
        width: calc(100% - 40px);
    }

    .peoHehgfad {
        flex-direction: column-reverse;
    }

    .fiopeop {
        text-align: center;
    }

    .nameofpeop {
        width: 100%;
    }

    #avatarForm {
        margin: 0 auto;
    }
}

@media screen and (max-device-width:850px) {
    .firstBlockSpan {
        font-size: 2.3em;
    }

    .otvety details {
        width: calc(100% - 40px);
    }

    .otvety summary {
        font-size: 1.2em;
    }

    .otvety summary span {
        line-height: 40px;
    }

    .artBlock {
        width: 100%;
        padding: 0 40px;
    }

    .peoHead,
    .peoHead img {
        width: 200px;
    }

    .peoInfopage {
        width: calc(100% - 250px);
    }

    .someChelPeop {
        display: table;
    }

    .someChelPeop .peoHead {
        width: 100%;
        position: unset;
        height: auto;
        margin-bottom: 80px
    }

    .someChelPeop .peoHead form {
        display: table;
        float: left;
        margin-right: 20px;
    }

    .someChelPeop .peoInfo,
    .someChelPeop .peoInfopage {
        width: 100%;
    }

    .gray {
        padding: 80px 40px;
    }

    .howitworkshomepunkt span {
        display: table;
    }

    .under-head-submenu {
        display: grid;
        width: calc(100% - 40px);
        overflow: hidden;
        margin: 0 20px;
    }

    .head-submenu {
        display: block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        cursor: grab;
        padding-bottom: 5px;
    }

    .head-submenu a,
    .submenuSpan {
        margin: 0 20px;
    }

    .submenuitem:first-child {
        margin-left: 0;
    }

    .submenuitem:last-child {
        margin-right: 0;
    }
}

@media screen and (max-device-width:800px) {
    .newspeople {
        width: calc(50% - 30px);
        margin: 0 15px 50px;
    }

    .closedchatblock {
        background-size: cover;
    }

    .mrmrmr {
        width: calc(33% - 10px);
        padding: 20px 10px;
    }

}

@media screen and (max-device-width:750px) {
    .grabblock {
        display: grid;
        width: 100%;
        overflow: hidden;
    }

    .mrmrkrkr {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #ddd #fafafa;
        cursor: grab;
        margin: 0;
    }

    .mrmrmr {
        min-width: 200px;
        margin: 0 20px 20px;
        display: inline-flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .mrmrmr:first-child {
        margin-left: 0;
    }

    .mrmrmr:last-child {
        margin-right: 0;
    }

    .headbutton {
        padding: 10px 10px;
        font-size: 1em;
    }


}

@media screen and (max-device-width:720px) {
    .bottommodmenu {
        display: table;
    }

    .foot {
        display: none;
    }

    .justia {
        display: table;
    }

    .justi b,
    .justia {
        margin: 20px 0;
    }

    .newstitle {
        font-size: 1.2em;
    }

    .obrBlockInput .smallInputLeft {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .someChel {
        display: table;
    }

    .peoHead {
        width: 100%;
        height: auto;
        position: unset;
    }

    .peoHead img {
        display: table;
        margin: 0 auto;
    }

    .peoInfopage {
        width: 100%;
    }

    .payorpromo {
        padding: 30px 30px;
    }

    .technicalalarmblock,
    .closedchatblock {
        padding: 20px;
    }


}

@media screen and (max-device-width:700px) {
    .authorblock {
        display: table;
    }

    .authorinfoblock {
        margin-left: 0px;
    }

    .authorinfoblockser {
        margin-right: 0;
    }

    .authorinfoblockser h2 {
        text-align: center;
    }

    .webauthorfotok {
        display: none;
    }

    .webauthorfotohide {
        display: table;
        margin: 0 auto 30px;
    }

    .fastreg {
        margin: 30px auto;
    }

    .authorinfoblockser span {
        display: flex;
        text-align: justify;
    }

    .authorinfoblockser h2 span {
        display: initial;
    }
}

@media screen and (max-device-width:680px) {
    .newspeople {
        width: 400px;
        max-width: initial;
        flex-grow: initial;
    }
}

@media screen and (max-device-width:660px) {
    .recoverTo {
        width: 100%;
    }

    .payandpromo {
        display: table;
    }

    .payorpromo {
        width: 100%;
        padding: 30px 50px;
        margin: 40px 0 30px;
    }

    .technicalblock {
        display: table;
        width: 100%;
    }

    .technicalalarmblock {
        width: 100%;
    }

    .technicalte {
        width: 100%;
        height: 200px;
        margin-top: 20px;
    }

    .closedchatblock {
        width: 100%;
        background-size: 110%;
        margin: 30px 0;
    }

    .radioblock {
        flex-direction: column;
    }

    .seeblock .radio-option {
        margin: 15px 0;
    }

    .manyrows {
        display: table;
    }

    .manyrows div {
        display: block;
    }

    .technicalmypage {
        width: 100%;
        margin: 0 auto 30px;
    }
}

@media screen and (max-device-width:640px) {
    .howitworkshome {
        width: 100%;
    }

    .otvety summary {
        font-size: 1em;
    }

    .otvetnavopros {
        font-size: 0.9em;
    }

    .payblock {
        width: 100%;
    }

    #interest .obrBlockInput form .tworows {
        display: table;
    }
}

@media screen and (max-device-width:610px) {
    .someChelPeop .peoHead form {
        float: unset;
        margin: 0 auto;
    }

    .webinarblock {
        padding: 0 20px;
    }

    .newsarea {
        grid-template-columns: 1fr;
        gap: 80px;
    }
}

@media screen and (max-device-width:585px) {
    .formQue {
        width: auto;
        display: table;
        margin-bottom: 5px;
    }

    .bigInput {
        width: 100%;
    }

    .obrBlockTitle {
        width: auto;
        float: unset;
        margin-bottom: 10px;
    }

    .obrBlockInput {
        width: 100%;
    }

    .headbutton {
        display: table;
        margin: 20px 0;
    }


}

@media screen and (max-device-width:550px) {
    .otvety summary span {
        line-height: inherit;
    }

    .arrow {
        height: 100%;
    }

    .newsimage {
        margin: 0 auto;
    }

    .newstitle {
        text-align: center;
    }

    .newstime {
        display: table;
        margin: 0 auto;
    }

    .tehblock {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-device-width:530px) {
    .obrBlockInput form .tworows {
        display: table;
    }
}

@media screen and (max-device-width:500px) {
    .otlich {
        padding: 20px 30px;
    }

    .howitworkshomepunkt .numbercheck,
    .howitworkshomepunkt .numbercheck {
        float: unset;
        margin: 10px auto 20px;
    }

    .howitworkshomepunkttext b {
        margin: 0 auto 10px;
    }

    .howitworkshomepunkt {
        width: 100%;
        text-align: center;
        margin: 20px 0 50px;
    }

    .howitworkshomepunkt span {
        line-height: 20px;
    }

    .otborblock {
        margin: 0px 10px 30px;
    }

    .whisWhatItem b {
        font-size: 1.1em;
    }

    .whisWhatItem {
        height: 300px;
    }

    .rabotasList {
        display: inline-table;
        padding: 7px 10px;
        margin: 0 5px 10px;
    }

    .profInt {
        grid-template-columns: repeat(1, 1fr);
    }

    .file-input-label {
        flex-direction: column;
    }

    .addsmallInputLeft {
        margin: 10px 0 20px;
        display: table;
    }

    .technicaltg {
        width: 100%;
    }

}

@media screen and (max-device-width:460px) {

    .podmenu,
    .enterTo,
    .newspeople {
        width: 100%;
    }

    .newstitle,
    .endofthedays {
        text-align: left;
    }

    .newstime {
        margin: initial;
    }

    .balanceblock {
        display: table;
    }

    .payorpromo {
        padding: 30px 30px;
    }

    .closedchatblock {
        background-size: cover;
    }

    .logo {
        font-size: 1.5em;
    }

    .psihologamblock {
        width: calc(100% - 20px);
    }

    .gray {
        padding: 80px 20px;
    }

    .statblock {
        flex-direction: column;
    }

    .linkmypage,
    .statis {
        width: 100%;
        margin-bottom: 40px;
    }




}

@media screen and (max-device-width:400px) {
    .whisWhatItem {
        margin: 0 10px 20px;
    }

    h2 {
        font-size: 2em;
    }

    .podborka {
        font-size: 1.2em;
        padding: 10px 20px;
    }

    .firstBlockSpan {
        font-size: 2.1em;
    }

    .howitworksans {
        padding-left: 0;
    }

    .artContent,
    .editcontblock input {
        font-size: 1em;
    }

    .emailsubscribe,
    .supcontact {
        font-size: 1.1em;
    }

    .supcontactus {
        margin-bottom: 20px;
    }

    .supcontactus span {
        display: table;
    }

    .webinarblock {
        padding: 0 10px;
    }

    .texareaSumbols {
        display: table;
    }

    .texareaSumbols b {
        line-height: 1.2;
        font-size: 1.3em;
        display: table;
        margin-bottom: 20px;
    }
}

@media screen and (max-device-width:360px) {
    .newsimageinpeople {
        width: 100%;
    }

    .payorpromo input[type="text"] {
        width: calc(100% - 20px);
    }

    .contBlok {
        width: 40px;
        height: 40px;
        background-size: 200px;
    }

    .emailico {
        background-position-x: -120px;
        background-position-y: 42px;
    }

    .telegram {
        background-position-x: -80px;
        background-position-y: 42px;
    }

    .whatsapp {
        background-position-x: -40px;
        background-position-y: 42px;
    }

    .vk {
        background-position-x: 0px;
        background-position-y: 42px;
    }

    .mah {
        background-position-x: -160px;
        background-position-y: 42px;
    }

    .editcontblock input {
        padding: 5px 10px;
    }

}

@media screen and (max-device-width:353px) {

    .enterTo,
    .recoverTo {
        padding: 30px 20px;
    }

    .loginZag {
        font-size: 1.8em;
    }

    .rabotasList:last-child {
        margin-left: 0;
    }

    #avatarLabel {
        width: 100%;
        height: auto;
    }

    .technicalte {
        height: 150px;
    }

    .logo {
        font-size: 1.2em;
    }

    .webauthorfoto {
        width: 100%;
        height: auto;
    }

    .editcontblock input {
        font-size: 1em;
    }
}


@media screen and (max-device-width:330px) {
    h1 {
        font-size: 1.9em;
    }

    h2 {
        font-size: 1.7em;
    }

    .podbor,
    .podbors,
    .podbormob {
        margin-left: 15px;
    }

    .headofspan {
        font-size: 1.1em;
    }

    .podborochka {
        margin: 0 auto;
    }
}