@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {

    font-family: Roboto Slab !important;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    min-height: 100vh;
    color: #57585c;
    background-color: rgba(243, 243, 243, 1);
}

#load {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    background-image: url(../img/loading.gif);
    z-index: 12;
    background-repeat: no-repeat, repeat;
    background-position: center;
    display: none;
}

.temporary {
    display: none;
}

.wrap {
    background-image: url(../img/1.jpg);
    transition: all 0.58s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    transform: scale(1.3);
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #9cbabe;
    position: fixed;
    z-index: 11;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.logo {
    font-family: "STIX Two Text", serif;
    position: relative;
    font-weight: 700;
    width: 326px;
    height: 80px;
    font-size: 20px;
    margin: 10PX;
    overflow: hidden;
    border: 1px solid #bf0707;
}

.l23 {
    poition: relative;
}

.lw {
    display: inline;
    position: absolute;
    top: 0;
    left: -195px;
    z-index: 10;
}

#l1 {
    background-color: #bf0707;
    color: white;
    position: absolute;
    left: -140px;
    width: 140px;
    font-size: 3.3em;
    z-index: 11 !important;
    padding: 3px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

#l2 {
    background-color: white;
    color: #bf0707;
    padding: 8px 14px 0 10px;
    font-size: 2em;
}

#l3 {
    font-size: 1.16em;
    display: none;
    margin-top: -8px;
    color: #bf0707;
    background-color: white;
    padding: 0 10px 22px 10px;
}

.logowrap,
.menuwrap {
    position: absolute;
}

.menuwrap {
    right: 10px;
    bottom: -8px;
}

#menu ul li {
    display: inline-block;
    cursor: pointer;
    width: 100px;
    padding: 10px;
    text-align: center;
    height: 40px;
    color: whitesmoke;
    background-color: #4c3e39;
    border-radius: 5px;
    vertical-align: middle;
    transition: all 0.38s linear;
}

#menu ul li:hover {
    color: #4c3e39;
    border: 1px solid #4c3e39;
    background-color: #9cbabe;
}

#submenu {
    display: none;
    position: absolute;
    padding: 5px;
}

#submenu div {
    display: block;
    cursor: pointer;
    border-radius: 0px;
    width: 250px;
    text-align: left;
    font-size: 0.8em;
    padding: 10px;
    height: 40px;
    color: whitesmoke;
    background-color: #4c3e39;
    vertical-align: middle;
    transition: all 0.38s linear;
}

#submenu div:hover,
#submenu div:active {
    color: #4c3e39;
    border: 1px solid #4c3e39;
    background-color: #9cbabe;
}

#uslugi {
    position: relative;
}

#uslugi:hover~#submenu {
    display: block;
}

#submenu:hover {
    display: block;
}

#menu ul li span {
    display: block;
    line-height: 0.7;
}

.bwrap {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    display: none;
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
    background-color: rgba(156, 186, 190, 0.6);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.container::after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
}

.tta {
    font-size: 1.3em;
    padding: 40px;
    color: #1c252e;
    clear: both;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.tta h2:last-child {
    padding-top: 30px;
}

.tt1 {
    column-count: 2;
    column-gap: 80px;
    column-rule: 3px dashed;
}

.tb {
    position: absolute;
    z-index: 1;
    top: 100px;
    width: 300px;
    display: none;
    font-weight: bold;
    color: white;
    font-size: 0.8em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.tb1 {
    right: -190px;
}

.tb2,
.tb4,
.tb6,
.tb8 {
    font-size: 0.8em;
    right: 180px;
}

.tb3,
.tb5,
.tb7 {
    font-size: 0.8em;
    right: -180px;
}

.bimg {
    background-color: #9cbabe;
    height: 300px;
}

.q-img {
    position: absolute;
    background-size: cover;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    transform: scale(1);
    transition: all .71s ease-out;
}

#q1 {
    background-image: url(../img/4.jpg);
}

#q2 {
    background-image: url(../img/vik.jpg);
}

#q3 {
    background-image: url(../img/uzk.jpg);
}

#q4 {
    background-image: url(../img/ui.jpg);
}

#q5 {
    background-image: url(../img/mos.jpg);
}

#q6 {
    background-image: url(../img/shig.jpg);
}

#q7 {
    background-image: url(../img/calibrovka0.png);
}

#q9 {
    background-image: url(../img/reviews.png);
}

.q-imgwrap {
    position: relative;
    width: 300px;
    height: 300px;
}

hr {
    height: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.ds {
    width: 600px;
    height: 50px;
    transition: all .71s ease-out;
    background-color: rgba(156, 186, 190, 1);
}

.tb span {
    display: block;
    text-align: center;
}

.t1 {
    font-size: 4em;
}

.t2 {
    font-size: 2em;
}

.partners {
    width: 300px;
    height: 300px;
    border: 5px solid #4c3e39;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.58s linear;
    cursor: pointer;
}

.ptext {
    font-size: 0.8em;
    width: 100%;
    height: 100%;
    background-color: #4c3e39;
    color: whitesmoke;
    opacity: 0;
    padding: 20px;
    transition: all 0.58s linear;
}

#partner1 {
    background-image: url(../img/avangard.jpg);
}

#partner2 {
    background-image: url(../img/imarat.jpg);
}

#partner3 {
    background-image: url(../img/era.jpg);
}

#partner4 {
    background-image: url(../img/capstroy.jpg);
    margin-left: 170px;
}

#partner5 {
    background-image: url(../img/kut.jpg);
}

.akkimg {
    background-image: url(../img/attestat.jpg);
    margin: 0 auto;
    width: 830px;
    height: 580px;
    background-size: cover;
}

.cont {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

#cmap {
    float: right;
    -webkit-box-shadow: 15px 12px 19px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 15px 12px 19px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 15px 12px 19px -10px rgba(0, 0, 0, 0.75);
    margin: 20px;
}

#cinfo {
    padding: 40px;
    height: 500px;
}

#inn:before {
    width: 50px;
    height: 50px;
    background-image: url(../img/akkredit.jpg);
}

.icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}


.footer {
    width: 940px;
    margin: 0 auto;
    background-color: #4c3e39;
    color: #d7d3ce;
    font-size: 10px;
    position: relative;
    padding: 10px;
}

.cr {
    text-align: center;
}

.review {
    width: 485px;
    margin: 50px auto;
}

.val {
    width: 150px;
    margin: 3px;
    border: 0;
}

.textrev {
    width: 475px;
    height: 145px;
}

.red {
    color: #e74f4f;
}

.oldrevrep {
    width: 100%;
    border-bottom: 5px solid;
    margin: 40px 0 40px 0;
}

.otext+label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qo {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 0.7em;
    font-weight: 600;
}

.qop {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 0.7em;
    font-weight: 600;
}

.wrapotext {
    width: 350px;
    position: relative;
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 20px 150px;
    background-color: rgba(255, 255, 255, 0.5);
}

.repl {
    margin: 0 0 20px 500px;
}

.oname {
    bottom: 10px;
}

.otext+label:before {
    position: absolute;
    content: "\275D";
    left: -46px;
    top: -68px;
    font-size: 6em;
}

.optext+label:before {
    content: "\275E";
    right: -25px;
    position: absolute;
    font-size: 6em;
    bottom: -80px;
}

.smallmenu {
    display: none;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/1.jpg);
    transition: all 0.58s linear;
    position: fixed;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 12;
}

.smenu ul {
    list-style-type: none;
    font-size: 40px;
    margin-top: 150px;
    padding: 20px;
}

.smenu ul li {
    width: 338px;
    border: 1px solid;
    padding: 15px;
    margin-top: 10px;
    text-align: center;
    color: #4c3e39;
    border-radius: 5px;
    vertical-align: middle;
    font-weight: bolder;
    cursor: pointer;
}

.close {
    position: absolute;
    right: 50px;
    top: 10px;
    font-size: 60px;
    cursor: pointer;
}

.smenu {
    width: 380px;
    margin: 0 auto;
}

.imenu {
    display: none;
    background-image: url(../img/menu.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    right: 40px;
    position: absolute;
    top: 30px;
}

.forma {
    width: 90%;
    margin: 0 auto;
    position: relative;   
}

.forma img {
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 980px) {
    .container {
        width: 100vw;
    }

    .tt1 {
        column-count: 1;
    }

    .t1 {
        font-size: 3em;
    }

    .tb2,
    .tb4,
    .tb6,
    .tb9 {
        right: 100px;
    }

    .bimg {
        height: 200px;
    }

    .q-imgwrap {
        width: 200px;
        height: 200px;
    }

    .tb {
        top: 50px;
    }

    .q-img {
        width: 200px;
        height: 200px;
    }

    .partners {
        display: block;
        margin: 10px auto;
    }

    #partner4 {
        margin: 0 auto;
    }

    #submenu div {
        margin-top: 8px;
        width: 290px;
        height: 80px;
        font-size: 0.6em;
    }

    .akkimg {
        background-repeat: no-repeat;
        margin-left: -40px;
        width: 100vw;
        height: 35vh;
        background-size: 100vw;
    }

    .review {
        width: 95vw;
    }

    .val {
        margin: 6px auto;
    }

    #send {
        margin-top: 40px;
    }

    .textrev {
        width: 90vw;
    }

    .imenu {
        display: block;
    }

    .menuwrap {
        display: none;
    }

    .wrap,
    .header,
    .bwrap,
    .footer {
        width: 100vw;
    }

    .wrap {
        height: 100vh;
    }

    .logo {
        width: 251px;
        height: 66px;
        font-size: 15px;
    }

    #l1 {
        width: 106px;
    }

    #cmap {
        float: none;
    }

    #cmap iframe {
        width: 90vw;
    }

    .line {
        padding: 20px;
    }

    .line p {
        display: inline;
        padding: 10px;
    }

    .wrapotext {
        width: 70%;
        margin: 20px 0 20px 80px;
    }

    .repl {
        margin: 0 0 20px 20px;
    }

}