@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");
}

body {
    font-size: 1em;
    font-family: "PT Sans";
    color: #333;
    display: table;
    width: 100%;
    max-width: 2500px;
    min-height: 100vh;
    background: #fff;
    margin: 0 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,
h2,
h3,
h4 {
    color: #000;
    word-break: break-word;
}

h1 {
    font-size: 2em;
    margin: 0px auto;
    display: table;
    text-align: center;
    font-family: "PT Serif";
}

h2 {
    line-height: 1.2;
    font-size: 1.5em;
    margin: 0;
    font-family: "PT Serif";
}

h3 {
    line-height: 1.2;
    font-size: 1.3em;
    margin: 30px 0 10px;
    font-family: "PT Serif";
}

h4 {
    font-size: 1.1em;
    margin: 0;
}

i {
    font-family: "PT Serif italic";
}

p {
    text-indent: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    transition: 0.2s linear;
    color: #413daf;
}

.headerblock {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    width: 100%;
    box-shadow: 0 6px 6px -5px rgba(103, 103, 103, 0.12);
    background: rgba(255, 255, 255, 0.9);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.mobheaderblock {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    box-shadow: 0 6px 6px -5px rgba(103, 103, 103, 0.12);
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.6em;
    font-family: "PT Serif";
    color: #333;
}

.homeblockarea {
    display: table;
    width: 100%;
}

.homeblock {
    display: table;
    width: 1200px;
    padding: 0 20px;
    margin: 80px auto 120px;
}

.homeblockarea h2 {
    font-size: 1.8em;
    margin-bottom: 40px;
    text-align: center;
}

.homeblock span {
    font-size: 1.1em;
}

.homehead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    padding: 0 20px;
}

.homehead h1 {
    font-size: 2.5em;
}

.homehead i {
    text-align: center;
    margin: 20px 0 40px;
}

.homehead a,
.garbright a,
.tariffscont .gablink a,
.faqblock a,
.endblock a {
    display: table;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff;
    background: #413daf;
    margin: 0 auto;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.endfullsize {
    background: #fafafa;
    margin-bottom: 40px;
    background: url('/img/fon.svg') #f7f7f7 repeat;
    background-size: 100px;
}

.mysign {
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
}

.mysign a {
    color: #b0b0b0;
    font-family: "Courier New";
}

.endblock {
    margin: 0 auto;
    padding: 40px 20px;
}

.endblock a {
    margin: 40px auto 0;
}

.endblock span {
    font-size: 1.5em;
    display: table;
    margin: 0 auto;
    font-family: "PT Serif";
    text-align: center;
}

.homesecond {
    display: flex;
}

.garbage {
    width: 300px;
    aspect-ratio: 1/1;
}

.garbright {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.garbright a {
    margin: 0;
}

.faqblock details {
    display: table;
    margin: 0 auto;
    border-top: 2px solid #fafafa;
    width: 100%;
}

.faqblock summary {
    display: grid;
    padding: 15px 0;
    cursor: pointer;
    font-size: 1.3em;
    grid-template-columns: auto 40px;
    gap: 10px;
    width: 100%;
}

.question {
    display: flex;
    align-items: center;
}

.arrow {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background: #000;
    color: #fff;
    height: 40px;
}


.faqblock details[open] .arrow {
    transform: rotate(45deg);
    transition: 0.1s linear;
}


.otvetnavopros {
    padding: 40px;
    display: table;
    background: #fafafa;
    border-radius: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.benefits {
    display: table;
    width: fit-content;
    margin: 0 auto;
}

.benefit {
    display: table;
    margin: 20px 0;
}

.number {
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    line-height: 50px;
    font-family: "PT Serif";
}

.benefit span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 45px;
}

.garbright h2 {
    text-align: left;
}

.tariffscont {
    display: flex;
    justify-content: space-between;
}

.rolelistspan {
    line-height: 2;
    text-align: center;
}

.rolelistspan span {
    font-size: 2em;
}

.rightmenubuttons {
    display: flex;
}

.settings {
    display: inline-flex;
    align-items: center;
}

.settings,
.settings:hover,
.settings:active,
.logo:active {
    color: #333;
}

.settings::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/img/settings.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    transition: transform 0.3s linear;
}

.settings:hover::before {
    animation: spin 5s infinite linear;
}


.hitw {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.hitwitem {
    background: #f7f7f7;
    background: url('/img/fon.svg') repeat #f7f7f7;
    background-size: 80px;
    padding: 30px;
    border-radius: 30px;
}

.hitwitem b {
    margin-bottom: 10px;
    display: table;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.headbutton {
    display: inline-table;
    margin-left: 20px;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff;
}

.headbutton:hover {
    color: #fff;
}

.register {
    background: #413daf;
}

.enterto {
    background: #000;
}

.enterto:hover {
    background: #333;
}

.enterregblock {
    display: table;
    margin: 60px auto;
    background: #fff;
    border-radius: 10px;
    width: 600px;
    padding: 40px 30px;
    box-shadow: 0 1px 8px rgba(103, 103, 103, 0.12);
}


.sendlinks {
    display: flex;
    justify-content: center;
}

.sendlinks a {
    display: inline-table;
}

.tablink,
.tabslink {
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 0 20px;
}

.tablink {
    background: #413daf;
}

.tablink:hover {
    color: #fff;
    background: #2c2983;
}

.tabslink {
    background: #000;
}

.tabslink:hover {
    color: #fff;
    background: #333;
}

.tabactivelink,
.tabactivelink:hover {
    background: #111;
}

.stomach {
    width: 960px;
    margin: 60px auto;
    background: #fff;
}

.stomachfull {
    width: 100%;
    margin: 80px auto;
    background: #fff;
    min-height: 400px;
    padding: 0 20px;
}

.menu {
    display: flex;
    align-items: center;
}

.tabs {
    display: flex;
}

.tab {
    display: inline-flex;
    margin: 0 40px;
    color: #333;
}

.tabnelink {
    border-bottom: 2px solid #413daf;
}

.recoverylink {
    margin: 0 auto;
    display: table;
}

.enterinput input {
    display: table;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 30px 0;
    font-size: 1.2em;
    font-family: PT Sans;
    border-radius: 5px;
    border: 1px solid #333;
}

.enterinput input[type=checkbox] {
    width: auto;
    margin: 10px;
    display: inline-table;
}

.enterinput label {
    margin: 0 auto;
    display: table;
    cursor: pointer;
}

.enterinput input[type=submit] {
    width: 50%;
    color: #fff;
    background: #413daf;
    border: 0;
    margin: 30px auto;
    cursor: pointer;
}

.errorenter {
    display: table;
    width: 100%;
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    color: #fff;
}

.errorenter-red {
    background: red;
}

.errorenter-green {
    background: green;
}

.firstlipay {
    display: table;
    padding: 5px 10px;
    border-radius: 2px;
    background: #ffbda3;
    margin: 10px 0;
}

.allusers,
.alldocs {
    display: grid;
    margin: 20px auto;
}

.alldocs {
    margin-bottom: 40px;
}

.grid-table,
.grid-table-head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.grid-table-head {
    border: 0;
    font-weight: bold;
    background: #f4f4f4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.grid-table div,
.grid-table-head div {
    display: inline-table;
    width: 25%;
}

.grid-table div:first-child,
.grid-table-head div:first-child {
    width: 30%;
}

.grid-table div:last-child,
.grid-table-head div:last-child {
    width: 10%;
    text-align: right;
}

#loadMore {
    display: table;
    margin: 0 auto 50px;
    cursor: pointer;
    padding: 10px 20px;
    border: 0;
    border-radius: 20px;
    font-family: PT Sans;
    background: #222;
    color: #fff;
}

.invitearea {
    display: table;
    margin: 40px auto;
}

.invitedoc {
    margin: 0 auto 30px;
}

.invitedoc input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.invitedoc input[type="checkbox"]+label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
}

.invitedoc 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;
}

.invitedoc 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;
}

.invitedoc input[type=checkbox]:checked+label:before {
    background: #2dc40d;
}

.invitedoc input[type=checkbox]:checked+label:after {
    left: 26px;
}

.invitesendblock {
    display: table;
    margin: 0 auto;
    min-width: 400px;
}

.invitesendblock h3 {
    margin: 0 auto 20px;
}

.invitesendblock input[type=text] {
    padding: 15px 20px;
    width: 300px;
    border: 1px solid #333;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    outline: none;
    border-right: 0;
}

.invitesendblock input[type=submit] {
    padding: 15px;
    border: 1px solid #413daf;
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #413daf;
    color: #fff;
    cursor: pointer;
}

.invitesendblock input[type=submit]:hover {
    background: #2c2983;
    transition: 0.2s linear;
}

.invitesendblocktwo {
    margin-top: 40px;
}

.invitesendblocktwo input[type=submit] {
    background: #000;
    border: 1px solid #000;
}

.invitesendblocktwo input[type=submit]:hover {
    background: #333;
    border: 1px solid #333;
}


.nothinghere {
    display: table;
    margin: 40px auto;
    padding: 30px 40px;
    background: url(/img/fon.svg) repeat #f7f7f7;
    background-size: 100px;
    border-radius: 10px;
}

.tariff-area {
    margin-top: 80px;
}

.tariff-container form {
    display: flex;
    justify-content: space-between;
}

.tariff-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: calc(33% - 16px);
    padding: 30px 10px;
    margin: 30px 10px;
}

.tariff-block:last-child {
    margin-right: 0;
}

.tariff-block:first-child {
    margin-left: 0;
}

.tariff-block h3 {
    margin: 0;
}

.tariff-block-red {
    border: 2px solid #EB5349;
}

.tariffcube {
    display: table;
    width: 100%;
}

.tariffpodblock {
    display: table;
    margin: 30px 0;
    width: 100%;
}

.tariffpodblock label,
.tariffpodblock input[type="radio"],
.tariffpodblock input[type="checkbox"] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tariffpodblock label {
    margin-top: 10px;
}

.tariffpodblock input[type="radio"],
.tariffpodblock input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.tariffusers,
.tariffusersdop {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.tariffusers:before,
.tariffusersdop:before {
    display: table;
    content: "";
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: url('/img/galki.svg') no-repeat;
    background-size: 30px;
}

.tariffusersdop:before {
    background-position-x: -14px;
}

.tariffscont .tariff-block {
    padding: 30px;
}

.paybuttons {
    display: table;
    width: 100%;
}

.cardpay,
.billpay {
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 15px 10px;
    border-radius: 30px;
    width: 100%;
    margin: 10px 0;
}

.cardpay {
    background: #413daf;
}

.billpay {
    background: #000;
}

.cardpay:hover {
    background: #2c2983;
    transition: 0.2s linear;
}

.billpay:hover {
    background: #333;
    transition: 0.2s linear;
}

.addblock {
    transition: all 0.3s ease;
    display: table;
    width: 100%;
    padding: 30px;
    margin: 10px 0;
    border-radius: 30px;
    box-shadow: 0 1px 8px rgba(103, 103, 103, 0.12);
}

.hiddenaddblock {
    display: none;
}

.addblock input[type=text] {
    display: table;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 30px 0;
    font-size: 1.2em;
    font-family: PT Sans;
    border-radius: 5px;
    border: 1px solid #333;
}

.addblock label,
.addblock input[type=radio],
.addblock input[type=submit] {
    cursor: pointer;
}

.addblock label,
.addblock input[type=radio] {
    display: flex;
    align-items: center;
}

.addblock input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.addblock label {
    margin-bottom: 10px;
}

.addnewuserlink,
.addblock input[type=submit] {
    display: table;
    margin: 40px auto;
    background: #413daf;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
}

.addnewuserlink:hover,
.addblock input[type=submit]:hover {
    background: #2c2983;
    transition: 0.2s linear;
}

.addblock input[type=submit] {
    border: 0;
    margin: 40px 0 20px;
}

.rolelist {
    display: table;
}

.userdel,
.userview {
    padding: 3px 10px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    border: 0;
    font-family: PT Sans;
    font-size: 14px;
}

.userdel {
    background: #E4572E;
}

.userview {
    background: #555;
}

.userdel:hover {
    background: #9b3434;
    transition: 0.2s linear;
}

.userview:hover {
    background: #333;
    transition: 0.2s linear;
    color: #fff;
}

.pattern-table {
    margin: 30px 0;
    padding: 30px;
    position: relative;
    background: url('/img/fon.svg') repeat center;
    background-size: 20%;
    background-color: #f7f7f7;
    border-radius: 30px;
    box-shadow: 0 1px 8px rgba(103, 103, 103, 0.12);
}

.pattern-table h3 {
    margin: 0;
}

.patterndel {
    background: #E4572E;
    width: 25px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    border: 0;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 30px;
}

.patterndel:hover {
    background: #9b3434;
    transition: 0.2s linear;
}

.docreestr {
    display: table;
    width: 100%;
    margin: 10px 0 40px;
}

.docreestrdoc {
    display: inline-flex;
    align-items: center;
    margin: 10px;
    width: 30%;
}

.docreestrdoc:before {
    display: inline-flex;
    content: "";
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: url('/img/galki.svg') no-repeat;
    background-size: 30px;
}



.no-print {
    cursor: pointer;
    display: table;
    margin: 0 auto;
    color: #fff;
    background: #000;
    padding: 8px 20px;
    border-radius: 10px;
    border: none;
    font-family: "PT Sans";
    font-size: 1em;
}

.no-print:hover {
    background: #333;
    transition: 0.2s linear;
}

.billreqv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: #888 solid 1px;
    border-top: #888 solid 1px;
    padding: 20px 0;
    margin-bottom: 40px;
}

.billreqv div {
    display: table;
    width: calc(50% - 20px);
}

.headlic {
    display: table;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.newhead {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.poyasnat {
    display: table;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.tableforbill {
    width: 100%;
    border-collapse: collapse;
}

.tableforbill td {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #888;
}

.itogobill {
    text-align: right;
    border: none !important;
}



@media print {
    body * {
        visibility: hidden;
        overflow: hidden;
        margin: 0px !important;
        padding: 0 !important;
    }

    #invoice-print,
    #invoice-print * {
        visibility: visible;
    }

    #invoice-print {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .billreqv {
        border-bottom: #333 solid 0.6mm;
        border-top: #333 solid 0.6mm;
        padding: 20px 0 !important;
        margin-bottom: 40px !important;

    }

    .headlic {
        margin-bottom: 6mm !important;
    }

    .poyasnat {
        margin: 6mm 0 !important;
    }

    .tableforbill {
        border-collapse: collapse !important;
    }

    .tableforbill td {
        padding: 5mm !important;
    }

    .tableborder {
        border: #333 solid 0.6mm !important;
    }

    .itogobill {
        border: none !important;
    }

}

.alldocuments {
    display: table;
    margin: 0 auto;
}

.somedocument {
    display: table;
    margin-bottom: 50px;
}

.inform,
.informtwo {
    display: table;
    margin: 40px auto;
    background: #dfe3fb;
    padding: 20px 30px;
    border-radius: 4px;
}

.informtwo {
    background: #fbf7df;
}

.docnameforload {
    font-weight: bold;
    display: table;
    font-size: 1.4em;
    font-family: PT Serif;
    margin: 20px auto;
}


.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 {
    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: #413daf;
    color: white;
    border-radius: 4px;
    font-weight: 500;
    transition: background0.3s ease;
}

.file-input-text {
    color: #666;
    word-break: break-all;
}


.soglasie {
    display: table;
    margin: 30px auto;
}

.soglasie label {
    cursor: pointer;
}

.success {
    display: table;
    margin: 80px auto;
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    background: #8cb158;
    color: #fff;
    border-radius: 8px;
}

.contentarea {
    display: table;
    width: 960px;
    margin: 40px auto;
    font-size: 1.2em;
    text-align: justify;
}

.contentarea a {
    display: table;
}

.spanblock {
    text-indent: 50px;
    display: table;
    line-height: 1.6;
}

.signature {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px auto 30px;
}

.signature a,
.signature span {
    margin: 0 30px;
    color: #333;
}

.signature a:hover {
    color: #413daf;
}

#mobMenu {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    z-index: 20000;
    background: #fff;
    overflow-y: auto;
}

.menuha {
    display: table;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 40px;
}

.menuha .tab {
    display: table;
    margin: 0 0 30px;
    font-size: 1.5em;
}

.mobrightmenubuttons {
    display: table;
}

.mobrightmenubuttons .headbutton {
    margin: 0;
}

.contactus {
    position: absolute;
    bottom: 20px;
    font-size: 1.3em;
    color: #aaa;
    font-style: italic;
}





#showMenu,
#mobMenu {
    display: none;
}



@media screen and (max-device-width:1300px) {
    .letters {
        width: 1000px;
    }

    .search {
        width: 1000px;
    }
}

@media screen and (max-device-width:1200px) {
    .homeblock {
        width: 100%;
    }

    .headerblock {
        padding: 20px;
    }
}

@media screen and (max-device-width:1160px) {
    .homeblock {
        width: 100%;
    }

}

@media screen and (max-device-width:1000px) {
    .contentarea {
        width: 100%;
    }
}

@media screen and (max-device-width:960px) {
    .tab {
        margin: 0 20px;
    }

    .stomach {
        width: 100%;
    }
}

@media screen and (max-device-width:880px) {
    .tariffscont .tariff-block {
        padding: 20px;
    }
}


@media screen and (max-device-width:840px) {
    .griding {
        width: 100%;
        display: grid;
        margin: 0 auto;
        overflow: hidden;
    }

    .tariffscont {
        justify-content: start;
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .tariffscont .tariff-block {
        width: 280px;
    }

}

@media screen and (max-device-width:810px) {
    .garbright h2 {
        margin-bottom: 0px;
        font-size: 1.5em;
    }

    .garbright span {
        display: table;
        margin: 20px 0;
    }

    .garbage {
        width: 250px;
        height: 250px;
    }

    .faqblock summary {
        font-size: 1em;
    }
}

@media screen and (max-device-width:730px) {
    .hitw {
        gap: 30;
    }

    .rightmenubuttons,
    .tabs {
        display: none;
    }

    .rightmenubuttonstel,
    .dis {
        display: table;
    }

    #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-position-x: center;
        background-size: auto;
        background-size: 80px;
        background-position-x: 5px;
    }

    #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-position-x: center;
        background-size: auto;
        background-size: 80px;
        background-position-x: -48px;
    }
}


@media screen and (max-device-width:650px) {
    .hitw {
        display: table;
    }

    .hitwitem {
        margin-bottom: 30px;
    }

    .benefit {
        margin: 40px 0;
    }

    .enterregblock {
        width: calc(100% - 40px);
        margin: 60px auto;
    }
}

@media screen and (max-device-width:550px) {
    .homesecond {
        display: table;
    }

    .garbage {
        margin: 0 auto 20px;
        display: table;
    }

    .garbright {
        margin: 0;
    }

    .garbright h2 {
        text-align: center;
    }

    .garbright span {
        text-align: justify;
        text-indent: 20px;
    }

    .garbright a {
        margin: 0 auto;
    }
}

@media screen and (max-device-width:500px) {
    .homehead h1 {
        font-size: 2em;
    }

    .signature a,
    .signature span {
        margin: 0 20px;
    }

    .register {
        display: none;
    }
}


@media screen and (max-device-width:450px) {
    .benefit {
        width: 100%;
    }

    .number {
        float: none;
        margin: 0 auto 20px;
    }

    .benefit span {
        display: table;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .enterinput input[type="submit"] {
        width: 80%;
    }
}

@media screen and (max-device-width:400px) {
    .homehead h1 {
        font-size: 1.5em;
    }

    .signature {
        display: table;
    }

    .signature a,
    .signature span {
        display: table;
        margin: 20px auto;
    }
}

@media screen and (max-device-width:300px) {
    .garbage {
        width: 100%;
    }
}