@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
:root {
    --c1: #32926b;
    --c2: #2c72ac;
    --c3: #ffa500;
    --f1: "Amatic SC", cursive;
    --f2: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
}

.mobileshow {
    display: none;
}

.owl-dot span {
    background-color: var(--c3) !important;
}

.owl-dot.active span {
    transform: scale(1.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

body {
    font-family: var(--f2);
    font-weight: 400;
}

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background: #eee;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--c1);
    border-radius: 10px;
    border: 3px solid #eee;
}

/* последние доработки */

.uslprice {
    font-weight: 700;
    color: #32926b;
    font-size: 1.8em;
}

.w1550 {
    padding-top: 100px;
}

.contentpage {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.contentpage h1 {
    font-size: 2.4em;
}

#chtoesli {
    position: relative;
    margin-top: 40px;
    margin-bottom: 50px;
}

.lgblock {
    position: relative;
    overflow: hidden;
}

.lgblocktable {
    width: 100%;
}

.tdcifa {
    max-width: 100px;
    text-align: left;
    vertical-align: top;
}

.bufftd {
    width: 4%;
    min-width: 20px;
    max-width: 40px;
}

.tdtext {
    vertical-align: top;
    font-weight: 600;
}

.tdcifra span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    border-radius: 20px;
    background-color: #2e7649;
    color: #fff;
    text-align: center;
}

.pluimg {
    display: block;
    width: 200px;
    margin-bottom: 22px;
    border-radius: 50%;
}

#pageplitka {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.plitkanew {
    position: relative;
    text-decoration: none !important;
    display: block;
}

.subplitkanew {
    display: block;
    border: 1px solid #eee;
    padding-bottom: 50px !important;
    height: 100%;
    position: relative;
    padding: 6%;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.4s ease;
    text-align: center;
}

.plitkanew:hover .subplitkanew {
    -webkit-box-shadow: 0px 1px 12px -1px rgba(34, 80, 74, 0.15);
    -moz-box-shadow: 0px 1px 12px -1px rgba(34, 80, 74, 0.15);
    box-shadow: 0px 1px 12px -1px rgba(34, 80, 74, 0.15);
}

.plitkanewimg {
    clear: both;
    display: block;
    width: 100%;
    border-radius: 18px;
}

.plitkanewh {
    font-weight: 800;
    color: #32926b;
    font-size: 1.4em;
}

#etapi {
    position: relative;
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
}

.subetap {
    position: relative;
    height: 100%;
    font-weight: 600;
    background-color: #32926b;
    color: #fff;
    padding: 10% 6%;
    border-radius: 20px;
}

.etapnum {
    display: block;
    font-weight: 800;
    font-size: 4.2em;
    margin-bottom: 22px;
    clear: both;
}

#plitka h4 a {
    color: #333;
    transition: all 0.4s ease;
}

.plrazd {
    color: var(--c1);
    font-weight: 700;
    transition: all 0.4s ease;
    font-size: 1.11em;
}

.plpunkt {
    color: #777;
    font-weight: 500;
    transition: all 0.4s ease;
    display: inline-block;
    padding-left: 2%;
    margin-top: 3px;
}

#plitka a:hover {
    color: #555;
}
/* ----------- */

#region_selector {
    display: block;
    cursor: pointer;
    margin-top: 13px;
    margin-bottom: 13px;
}

#region_selector i {
    color: red;
}

.city_selector {
    display: block;
    float: left;
    width: calc(50% - 15px);
    margin: 7px;
    /* border-bottom: 1px solid #ddd; */
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.bluebg {
    background-color: var(--c1) !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.bluebg a {
    color: #ffffff !important;
}

#header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    min-height: 70px;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.97);
}

.ptop5 {
    padding-top: 10px !important;
}

.ptop10 {
    padding-top: 20px !important;
}

#logo img {
    width: 100%;
    max-width: 180px;
    margin-top: 3px;
}

.signup {
    display: inline-block;
    background: linear-gradient(180deg, #ffc736, #d39c0c);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 15px;
    color: #fff;
    transition: all 0.4s ease-in;
    border-radius: 4px;
    border-bottom: 4px solid #ad7f07;
    margin-top: 5px;
    text-decoration: none;
    z-index: 5;
}

.signup2 {
    display: inline-block;
    width: 100%;
    background: linear-gradient(180deg, #ffc736, #d39c0c);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    color: #fff;
    transition: all 0.4s ease-in;
    border-radius: 4px;
    border-bottom: 4px solid #ad7f07;
    margin: 3px 10px;
    text-align: center;
    text-decoration: none;
    z-index: 5;
}

.signup-big {
    display: inline-block;
    background: linear-gradient(180deg, #ffc736, #d39c0c);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    color: #fff;
    transition: all 0.4s ease-in;
    border-radius: 4px;
    border-bottom: 4px solid #ad7f07;
    margin-top: 10px;
    text-decoration: none;
    z-index: 5;
}

.signup:hover,
.signup2:hover,
.signup-big:hover {
    background: linear-gradient(180deg, #d39c0c, #ffc736);
    color: #fff;
}

#sn {
    text-align: center;
}

#sn a {
    font-size: 1.8em;
    color: var(--c1);
    margin-right: 4px;
}

#mainmenu a {
    display: inline-block;
    font-size: 1.1em;
    text-decoration: none;
    color: #777;
    padding: 2px 3%;
    transition: all 0.4s ease;
    font-weight: 600;
}

#mainmenu a:hover {
    transform: scale(1.05);
    color: var(--c1);
}

#phones a {
    text-decoration: none;
    color: var(--c1);
    font-weight: 500;
    font-size: 1.2em;
}

#mobile_menu {
    font-weight: 500;
    font-size: 1.9em;
    padding-top: 10px !important;
    text-align: right;
    padding-right: 6% !important;
}

.parallax {
    background: url("/img/bg2.webp") no-repeat;
    min-height: 103vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
    color: #333;
    position: relative;
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
}

.parallax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 2;
}

#wave {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: auto;
}

.wave-gray {
    background: url(/img/wavegray.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: 196px;
    clear: both;
}

.wave-gray2 {
    background: url(/img/wavegray2.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: 196px;
    clear: both;
}

#mainblock {
    z-index: 3;
    padding-top: 20vh;
    min-height: 970px;
}

#secondaryblock {
    position: relative;
    z-index: 10;
    padding-top: 15vh;
    color: #fff;
}

.sbmask {
    background: rgba(0, 0, 0, 0.54);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#mainblock h1 {
    color: #333;
    font-weight: 700;
    font-size: 1.7em;
    padding-top: 20px;
    /* text-shadow: 0.025em 0.025em 0.05em #333, 0.025em 0.025em 0.05em #444; */
}

#logopic {
    width: 93%;
    display: block;
    animation: wink 2.5s infinite linear;
}

.ig {
    width: 100%;
}

.ig1 {
    vertical-align: top;
    width: 20%;
}

.ig2 {
    color: #777;
    font-weight: 500;
    font-size: 0.8em;
}

.ig1 i {
    font-size: 1.4em;
    color: #555;
}

#secondaryblock .ig2 {
    color: #f5f5f5;
}

#secondaryblock .ig1 i {
    color: var(--c1);
}

#headerform {
    display: block;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 5%;
    margin: 4% 2px;
    overflow: hidden;
    z-index: 100;
}

#secondaryblock #headerform {
    background: rgba(255, 255, 255, 0.2);
}

#headerform p {
    font-weight: 700;
}

#headerform table rd td {
    vertical-align: top;
}

#headerform input {
    padding: 6px 18px;
    margin: 15px 5px;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 4px;
    display: block;
    width: 96%;
    font-size: 0.9em;
}

@keyframes wink {
    0% {
        transform: none;
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: none;
    }
}

.abouth1 {
    font-size: 2.7em;
    color: var(--c1);
    font-family: var(--f2);
    margin-top: 80px;
    margin-bottom: 0;
}

.abouth2 {
    font-weight: 600;
    font-size: 1.6em;
    color: #444;
    margin-bottom: 0;
    margin-top: 0;
}

.abouth3 {
    font-weight: 600;
    font-size: 1em;
    color: #333;
}

.arrow {
    width: 80px;
    margin-left: 10px;
}

#about {
    font-size: 0.9em;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    position: relative;
    background: none;
}

.greenh2 {
    color: #555;
    font-family: var(--f2);
    font-size: 2.1em;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    /* padding-left: 10px; */
}

/* .greenh2:before {
    content: "";
    position: absolute;
    left: -3%;
    background: var(--c1);
    width: 7px;
    height: 60px;
    top: -15px;
} */

#circles {
    position: relative;
    overflow: hidden;
}

#circles:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #ddd;
    width: 110%;
    top: 50%;
    left: -5%;
    z-index: -5;
}

.circle {
    display: flex;
    margin: 20px auto;
    width: 190px;
    height: 190px;
    border: 5px solid var(--c1);
    background: var(--c1);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    font-size: 0.9em;
    vertical-align: middle;
    -webkit-box-shadow: 0px 1px 20px 7px rgba(34, 60, 80, 0.12);
    -moz-box-shadow: 0px 1px 20px 7px rgba(34, 60, 80, 0.12);
    box-shadow: 0px 1px 20px 7px rgba(34, 60, 80, 0.12);
    transition: all 0.6s ease-in-out;
    overflow: hidden;
}

/* .circle:hover {
    animation: wink 2.5s infinite;
} */

.subcircle {
    margin: auto;
    padding: 15px;
}

.circleh {
    color: transparent;
    font-weight: 700;
    font-family: var(--f2);
    font-size: 2.3em;
}

#carbg {
    background: url(/img/bgauto.webp) no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    width: 100%;
    height: 35vw;
    top: -5vw;
    left: 0;
    right: 0;
    z-index: -10;
}

.paket {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    background: var(--c1);
    color: #fff;
    padding: 6% 7%;
    font-weight: 400;
    -webkit-box-shadow: 0px 1px 20px 7px rgba(34, 60, 80, 0.12);
    -moz-box-shadow: 0px 1px 20px 7px rgba(34, 60, 80, 0.12);
    box-shadow: 0px 1px 20px 7px rgba(34, 60, 80, 0.12);
    transition: all 0.6s ease-in-out;
    overflow: hidden;
}

.ugol {
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover !important;
    background-position: center !important;
    width: 45%;
    /* height: 40%; */
}

.pprice {
    font-weight: 800;
    font-size: 2.1em;
}

.pmtxt {
    font-size: 0.8em;
}

.ptxt {
    margin: 20px auto;
}

.ptxt i {
    padding: 3px;
    color: #fff;
    border-radius: 50%;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: green;
    margin-top: 2px;
    font-size: 17px;
    border: 1px solid #fcfcfc;
}

.ptxt .fa-xmark {
    background-color: red;
}

#plitka,
#documents {
    padding-top: 90px !important;
}

.subplitka {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    width: 100%;
    height: 32vh;
    border-radius: 8px;
    background: #000;
    background-size: cover !important;
    background-position: center !important;
    transition: all 0.4s ease;
    cursor: pointer;
}

.subplitka:hover {
    /* background-size: auto 111% !important; */
    transform: scale(1.05);
}

.subplitka:after {
    content: "";
    position: absolute;
    background-color: var(--c1);
    display: block;
    right: 5%;
    top: 5%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.5s ease;
}

.subplitka:hover:after {
    transform: scale(1.25);
    background-color: var(--c3);
}

.plitkaname {
    position: absolute;
    width: auto;
    max-width: 65%;
    bottom: 10%;
    right: 0;
    padding: 11px 10%;
    background: var(--c1);
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    display: block;
    text-align: right;
    border-radius: 15px 0 0 0;
}

.overlay {
    position: fixed;
    z-index: 999;
    top: -2vh;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 104vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.modal2 {
    width: 96%;
    max-width: 1280px;
    overflow-y: auto;
    min-height: 250px;
    height: auto;
    max-height: 91%;
    position: absolute;
    background: #fff;
    padding: 2% 3%;
    font-size: 1.1em;
    border-radius: 4px;
    transition: all 0.4s ease;
    display: block;
}

.modalclose {
    z-index: 9999;
    position: fixed;
    top: 21px;
    right: 21px;
    background: #fff;
    padding: 3px 11px;
    color: var(--c1);
    font-size: 1.8em;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}

.modalclose:hover {
    transform: scale(1.1);
    color: var(--c3);
}

.modalusl {
    text-align: center;
}

.modalusl h6 {
    margin-top: 20px;
    padding: 2px 7%;
}

.modalusl img {
    width: 90%;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.modalusl img:hover {
    transform: scale(1.1);
}

.modal::-webkit-scrollbar {
    width: 15px;
}
.modal::-webkit-scrollbar-track {
    background: #eee;
}
.modal::-webkit-scrollbar-thumb {
    background-color: var(--c1);
    border-radius: 10px;
    border: 3px solid #eee;
}

#documents {
    padding-bottom: 90px;
}

.doc {
    background-size: cover !important;
    background-position: center !important;
    position: realtive;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.subdoc {
    background: rgba(0, 0, 0, 0.65);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 18% 10%;
    padding-bottom: 100%;
    transition: all 0.4s ease-in;
}

.doch {
    font-weight: 700;
    color: #fff;
    position: relative;
    font-size: 1.2em;
    display: block;
    width: 75%;
    text-decoration: none;
    transition: all 0.3s;
}

.doch:hover {
    color: var(--c3);
}

.docico {
    position: absolute;
    display: block;
    width: 10%;
    text-align: right;
    color: var(--c3);
    font-size: 40px;
    top: 3%;
    right: 10%;
    text-decoration: none;
}

.docico:hover {
    color: #fff;
}

.doctxt {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    padding: 10%;
    background: var(--c1);
    font-weight: 500;
    font-size: 0.85em;
    color: #eee;
    transition: all 0.6s ease;
}

.subdoc:hover .doctxt {
    background: #2e7649;
}

.subdoc:hover {
    background: rgba(0, 0, 0, 0.55);
}

#portfolio {
    padding-top: 90px !important;
    padding-bottom: 80px !important;
    background: #eee;
    position: relative;
    z-index: 2;
}

.lb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.pitem {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    width: 100%;
    height: 33vh;
    border-radius: 8px;
    background: #000;
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.09);
    -moz-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.09);
    box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.09);
    text-align: center;
    transition: all 0.4s ease;
}

.pitem:hover {
    transform: scale(1.05);
}

.iteminfo {
    display: inline-block;
    color: #fff;
    background-color: #333;
    padding: 6px 18px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 0.9em;
}

#show-more {
    display: inline-block;
    color: #fff;
    background-color: var(--c1);
    padding: 13px 35px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.4s;
}

#show-more:hover {
    color: #fff;
    background-color: #c3721b;
}

#feedbacks {
    padding-top: 90px !important;
    padding-bottom: 80px !important;
}

.fb {
    width: 100%;
    max-width: 766px;
}

#footer {
    position: relative;
    z-index: 5;
    padding-top: 95px !important;
    padding-bottom: 30px !important;
    min-height: 400px;
    color: #ffffff;
    font-weight: 500;
    background: url("/img/footer.webp") no-repeat #121312;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px -6px 8px 0px rgba(18, 19, 18, 0.09);
    -moz-box-shadow: 0px -6px 8px 0px rgba(18, 19, 18, 0.09);
    box-shadow: 0px -6px 8px 0px rgba(18, 19, 18, 0.09);
}

#footer h2 {
    padding-bottom: 35px;
    font-size: 2.6em;
    font-weight: 600;
}

.footlink {
    color: orange;
}

.footlink:hover {
    color: yellow;
}

.pfoot2 {
    padding-top: 110px !important;
}

.popusl p {
    font-size: 1em;
    position: relative;
}

.popusl p:after {
    content: "";
    position: absolute;
    left: -19px;
    top: -3px;
    width: 7px;
    height: 7px;
    display: block;
    /* border-radius: 50%; */
    border: 1px solid var(--c3);
}

#underfooter {
    background-color: #111;
    color: #fff;
    position: relative;
    padding-top: 45px !important;
    padding-bottom: 55px !important;
}

.undertel {
    font-size: 2.2em;
    font-weight: 600;
    text-decoration: none;
    color: var(--c3);
    transition: all 0.3s;
    display: inline-block;
}

.underico {
    font-size: 3em;
    font-weight: 600;
    text-decoration: none;
    color: var(--c3);
    transition: all 0.3s;
    display: inline-block;
    margin: 0 9px;
}

.undertel:hover,
.underico:hover {
    color: #fff;
}

#mobilemenu {
    position: fixed;
    width: 100%;
    height: 101vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: var(--c1);
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    padding: 6%;
    padding-top: 26%;
    display: none;
}

#mobilemenu a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    clear: both;
    padding: 7px 2px;
}

#mmclose {
    position: absolute;
    top: 15px;
    right: 23px;
    font-size: 2.1rem;
}

@media screen and (max-width: 1920px) {
    #mainblock {
        padding-top: 20vh;
    }

    #secondaryblock {
        padding-top: 13vh;
    }
}

@media screen and (max-width: 1845px) {
    #mainmenu {
        font-size: 0.8em;
    }

    #mainmenu a {
        margin-top: 4px;
    }
}

@media screen and (max-width: 1370px) {
    .parallax {
        min-height: 122vh;
    }

    #mainmenu {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 991px) {
    .modal::-webkit-scrollbar {
        width: 7px;
    }

    .parallax {
        background: #ffffff;
        background: -webkit-linear-gradient(top left, #ffffff, #6cafd5);
        background: -moz-linear-gradient(top left, #ffffff, #6cafd5);
        background: linear-gradient(to bottom right, #ffffff, #6cafd5);
        min-height: 105vh;
        padding-bottom: 5vh;
    }

    #logopic {
        width: 55%;
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }

    #mainblock {
        padding-top: 80px !important;
        font-size: 0.8em;
    }

    #secondaryblock {
        padding-top: 45px !important;
        font-size: 0.8em;
    }

    #aboutme {
        margin-top: 60px;
    }

    #aboutmetxt {
        text-align: center;
    }

    .abouth1 {
        font-size: 2.1em;
        margin-top: 5px;
    }

    .doch {
        font-size: 1em;
    }

    .doctxt {
        font-size: 0.6em;
    }

    .owl-dot span {
        background-color: #fff !important;
    }

    .mobilehide {
        display: none !important;
    }

    .mobileshow {
        display: block !important;
    }

    #circles:before {
        content: none;
    }

    .modal {
        padding-top: 50px;
    }

    .pfoot1 {
        padding-bottom: 0 !important;
        padding-left: 7% !important;
    }

    .pfoot2 {
        padding-top: 0 !important;
        padding-left: 7% !important;
    }
}

@media screen and (max-width: 500px) {
    .ostd {
        display: block !important;
        width: 100% !important;
    }

    .ostd input {
        font-size: 1.3em !important;
    }

    .signup-big {
        font-size: 0.8em;
    }

    .arrow {
        width: 45px;
        margin-left: 6px;
    }

    .circle {
        display: flex;
        margin: 10px auto;
        width: 140px;
        height: 140px;
        font-size: 0.7em;
    }

    .mobtxt {
        font-size: 0.8em;
    }

    .greenh2 {
        font-size: 1.5em;
    }

    #footer {
        font-size: 0.9em;
    }

    #footer .greenh2 {
        font-size: 1.5em;
    }

    .plitkaname {
        font-size: 1.1em;
    }

    .modalusl {
        padding-bottom: 0 !important;
    }

    .modalusl h6 {
        font-size: 0.7em;
    }

    .doch {
        font-size: 1.3em;
    }

    .doctxt {
        font-size: 0.75em;
    }
}
