/* * w3.css */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
/* w3.css end */


/* sdasd */
@-webkit-keyframes fade {
    0% { opacity: .4 }
    to { opacity: 1 }
}

@keyframes fade {
    0% { opacity: .4 }
    to { opacity: 1 }
}

address { font-style: normal }

body {
    padding: 10px;
    max-width: 1200px;
    margin: auto
}

* {
    word-wrap: break-word;
    box-sizing: border-box
}

.benefit h3,.benefit p {
    font-size: 1em;
    color: #545454
}

.benefit h3 {
    font-family: "CORBEL BOLD";
    padding-top: 55px
}

header {
    width: 95%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: auto auto 15px
}

.logo,.tooltip:hover .tooltiptext {
    display: inline-block
}

.logo img { max-width: 200px }

.address,.telephone {
    text-align: left;
    background-size: 35px auto;
    background-repeat: no-repeat
}

.address { width: 200px }

.telephone { width: 180px }

.social {
    display: inline-block;
    text-align: right
}

.social img {
    width: 30px;
    height: auto
}

.social a { text-decoration: none }

.tooltip {
    padding-left: 5px;
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    box-sizing: content-box;
    display: none;
    min-width: 130px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    color: #000;
    border-radius: 6px;
    border: 2px solid green;
    position: absolute;
    z-index: 1;
    right: 1px
}

.tooltiptext a[href] {
    color: #002561;
    text-decoration: underline;
    font-family: 'Arial';
    line-height: 1.5;
    display: block
}

.tooltiptext a[href]:hover { color: #ba0000 }

footer .tooltip .tooltiptext { bottom: 100% }
header .tooltip .tooltiptext { top: 100% }

.address:before,.telephone:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 25px auto;
    width: 30px;
    height: 35px;
    float: left
}

.telephone:before { background-image: url(../icons/telefon.png)}

.address:before { background-image: url(../icons/adres.png)
}

/* * fonts settings */

.contacts p {
    display: inline-block;
    font-family: 'Arial'
}

a,h1,h3,p,ul { font-family: "CORBEL"}

h1 { font-size: 24px}

a,h3,p,ul {
    margin: 0;
    line-height: 1
}

.additional-info-block h3 { font-size: 16px }

h1,li,p.lightgray { color: #545454}

@font-face {
    font-display: swap;
    font-family:"BEBAS NEUE CYRILLIC";
    src:url(../fonts/BEBAS-NEUE-CYRILLIC.woff2) format("woff2"),
	url(../fonts/BEBAS-NEUE-CYRILLIC.woff) format("woff"),
	url(../fonts/BEBAS-NEUE-CYRILLIC.TTF) format("truetype");
}

@font-face {
    font-display: swap;
    font-family:"CORBEL";
    src:url(../fonts/CORBEL.woff2) format("woff2"),
	url(../fonts/CORBEL.woff) format("woff"),
	url(../fonts/CORBEL.TTF) format("truetype");
}

@font-face {
    font-display: swap;
    font-family:"CORBEL BOLD";
    src:url(../fonts/CORBELB.woff2) format("woff2"),
	url(../fonts/CORBELB.woff) format("woff"),
	url(../fonts/CORBELB.TTF) format("truetype");
}

/* * benefits */

.benefit,.benefits {
    width: 95%;
    margin: auto auto 5px;
    text-align: center
}

.benefit {
    vertical-align: top;
    width: 24%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 45px;
    display: inline-block;
    margin: auto
}

.moreinfo:before {
    font-size: 10px;
    content: "\276F";
    border-radius: 50%;
    background-color: orange;
    display: block;
    margin: 0 0 0 5px;
    padding: 4px 0 0 7px;
    /* background: url(../icons/arrow-right.png) no-repeat; */
    background-position: 30% 100%;
    /* background-size: 20px 20px; */
    width: 20px;
    height: 20px;
    float: right
}

.webp .garantiya { background-image: url('../icons/benefits/garantiya.webp');}
.no-webp .garantiya { background-image: url('../icons/benefits/garantiya.png');}
.no-js .garantiya { background-image: url('../icons/benefits/garantiya.png');}

.webp .ceny { background-image: url('../icons/benefits/ceny.webp');}
.no-webp .ceny { background-image: url('../icons/benefits/ceny.png');}
.no-js .ceny { background-image: url('../icons/benefits/ceny.png');}

.webp .fifteenyears { background-image: url('../icons/benefits/fifteenyears.webp');}
.no-webp .fifteenyears { background-image: url('../icons/benefits/fifteenyears.png');}
.no-js .fifteenyears { background-image: url('../icons/benefits/fifteenyears.png');}

.webp .oplata { background-image: url('../icons/benefits/oplata.webp');}
.no-webp .oplata { background-image: url('../icons/benefits/oplata.png');}
.no-js .oplata { background-image: url('../icons/benefits/oplata.png');}
/* * additional info block */

#naruzh {
    background-position: 3.5% 23px;
    background-size: 7.5% auto
}

#naruzh h1 { padding-left: 12.5%}

.additional-info-block {
    position: relative;
    box-sizing: border-box;
    border: 5px solid #fff;
    background-position: 8% 23px;
    background-size: 15% auto;
    background-color: #389101;
    height: 180px;
    background-repeat: no-repeat!important;
    color: #fff
}

.additional-info-block h1 {
    font-family: "BEBAS NEUE CYRILLIC";
    line-height: 1;
    margin-top: 23px;
    font-size: 2em;
    display: block;
    color: #fff;
    padding-left: 25%
}

.additional-descr {text-align: right}

.moreinfo {
    padding-left: 12px;
    font-family: "CORBEL BOLD";
    text-decoration-line: none;
    position: absolute;
    bottom: 15px;
    left: 5px;
    display: inline-block;
    line-height: 1.5
}

.benefits-list {padding-left: 15px!important}

.benefits-list li:first-child {
    list-style-type: none;
    font-family: 'CORBEL BOLD';
    margin-bottom: 3px
}

.webp .lazer { border-left: none; background-image: url('../icons/additional-info/lazernaya-rezka.webp'); }
.no-webp .lazer { border-left: none; background-image: url('../icons/additional-info/lazernaya-rezka.png'); }
.no-js .lazer { border-left: none; background-image: url('../icons/additional-info/lazernaya-rezka.png'); }

.webp .suveniry { background-image: url('../icons/additional-info/suveniry.webp')}
.no-webp .suveniry { background-image: url('../icons/additional-info/suveniry.png')}
.no-js .suveniry { background-image: url('../icons/additional-info/suveniry.png')}

.webp .shirokoform { border-right: none; background-image: url('../icons/additional-info/shirokoformatnaya.webp') }
.no-webp .shirokoform { border-right: none; background-image: url('../icons/additional-info/shirokoformatnaya.png') }
.no-js .shirokoform { border-right: none; background-image: url('../icons/additional-info/shirokoformatnaya.png') }


.webp .brendir { border-left: none; background-image: url('../icons/additional-info/brendirovanie.webp') }
.no-webp .brendir { border-left: none; background-image: url('../icons/additional-info/brendirovanie.png') }
.no-js .brendir { border-left: none; background-image: url('../icons/additional-info/brendirovanie.png') }


.webp .shevrony { background-image: url('../icons/additional-info/shevrony.webp') }
.no-webp .shevrony { background-image: url('../icons/additional-info/shevrony.png') }
.no-js .shevrony { background-image: url('../icons/additional-info/shevrony.png') }


.webp .poligrafiya { border-right: none; background-image: url('../icons/additional-info/poligrafiya.webp') }
.no-webp .poligrafiya { border-right: none; background-image: url('../icons/additional-info/poligrafiya.png') }
.no-js .poligrafiya { border-right: none; background-image: url('../icons/additional-info/poligrafiya.png') }


.webp .naruzh { border-right: none;background-image: url('../icons/additional-info/naruzhnaya-reklama.webp') }
.no-webp .naruzh { border-right: none;background-image: url('../icons/additional-info/naruzhnaya-reklama.png') }
.no-js .naruzh { border-right: none;background-image: url('../icons/additional-info/naruzhnaya-reklama.png') }
/* * our clients */

.clients-logos {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
    position: relative;
    padding-bottom: 5px;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    margin: auto auto 20px;
    max-height: 95px;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    transition: max-height .5s
}

.no-js .clients-logos
{
    overflow: auto;
    max-height: none;
}

.clients-logos img,footer>* {
    margin: auto;
    display: inline-block
}

.clients-logos img {
    margin: 10px 10px 0 0;
    filter: grayscale(100%);
    max-width: 100%;
    height: auto;
    max-height: 80px;
    width: auto;
    transition: .3s ease
}

.clients-logos img:hover {filter: none}

.ourclients {
    display: block;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

.showmore {
    border: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    display: none;
    margin: auto auto 15px;
    max-width: 150px;
    background-color: #389101;
    color: #fff
}

.showmore:hover {
    box-shadow: 0 5px 3px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

/* * about */

.about>div,footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.about>div>* {
    margin-top: 15px;
    width: 550px
}

/* * footer */

footer {
    justify-content: space-around;
    background-color: #3b3d3e;
    color: #fefefe;
    padding: 10px;
    margin: 20px auto auto
}

.telephone-footer {
    /* text-align: center; */
    padding: 15px 0;
    width: auto;
    max-width: 200px;
}

.telephone-footer p {
font-family: 'Arial';
}
footer>* {width: 200px}

footer .social {
    
    padding: 10px 0;
    width: auto;
    max-width: 200px;
    text-align: center
}

footer li {
    text-align: left;
    color: #fefefe
}

footer ul {
    line-height: 1.3;
    padding: 0;
    display: inline-block;
    list-style-type: none
}

footer li:first-child {font-family: 'CORBEL BOLD'}


/* * services */

.services {
    display: inline-block;
    width: 70%;
    padding: 0
}

.service table {
    width: 100%;
}

.service {margin: 15px 0 15px 10px; display:none}
.service>p { font-size: 18px; color: #7a7a7a; margin: 0;}

.service-table td,.service-table-without-descr td {
    color: #3c3d41;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.service-table td:first-child,.service-table-without-descr td {
    color: #7a7a7a;
    width: 49%;
    display: inline-block;
    padding: 10px 12px 10px 35px;
    border-radius: 30px;
    font-family: 'CORBEL BOLD';
    background-image: url(../icons/check.png);
    background-size: 20px auto;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    font-size: 16px
}

.service-table td:first-child {
    width: 30%;
}

.service-table td:nth-child(2) {
    width: 70%;
}


.service-menu {
    vertical-align: top;
    display: inline-block;
    width: 25%;
    border: 1px solid #d3d3d3;
    border-bottom: none
}

.service-menu a {
    /* font-family: "BEBAS NEUE CYRILLIC"; */
    background-color: #fff;
    color: #7a7a7a;
    display: block;
    padding: 12px;
    text-decoration: none;
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px
}

.service-menu a.active,.service-menu a:hover {color: orange}

.breadcrumbs {
    color: #7a7a7a;
    margin: 0 0 10px 10px
}

.cycle {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.cycle a {
    margin-top: 25px;
    font-family: "CORBEL BOLD";
    display: inline-block;
    background-image: url();
    background-position: 50% 0;
    background-size: 40px auto;
    font-size: 20px;
    padding-top: 55px;
    color: #3c3d41
}

/* ** gallery */

.my-gallery {
    margin-top: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start/* center */
}

.my-gallery figure {margin: 0;padding: 1px;width: 16%;}
.my-gallery figure img {margin: 1px; width: 100%;} /* for no-js version */
/* * slideshow */

.webp .slideshow-container {background-image: url(../slideshow/images/background.webp); background-repeat: no-repeat;}
.no-webp .slideshow-container { background-image: url(../slideshow/images/background.png); background-repeat: no-repeat; }

.slideshow-container {
    display: none;
    background-size: auto 100%;
    margin: auto;
    height: auto;
    min-height: 400px;
    padding-bottom: 45px
}

.cycle a,.mySlides {background-repeat: no-repeat}

.mySlides {
    position: relative;
    align-items: center;
    min-width: 100%;
    background-position: 85% 50%
}

.slideshow-container img {
    position: absolute;
    top: 50px;
    right: 20px;
    max-height: 350px;
    max-width: 100%;
    margin: auto;
    display: inline-block;
}

.text-container {
    padding: 8% 3% 0 8%;
    /* flex: 0 1 auto; */
    display: inline-block;
    text-align: left
}

.slideshow-dark-text,.slideshow-light-text {
    color: #3b3d3e;
    font-size: 2.75em;
    font-family: "CORBEL BOLD"
}

.nojs-slideshow-dark-text,.nojs-slideshow-light-text {
    color: #2f4f4f;
    font-size: 1.5em;
    font-family: "CORBEL BOLD"
}

.nojs-slideshow-light-text {
    color: #778899;
    font-size: 1em;
    padding-top: 2%
}


.slideshow-light-text {
    color: #fdfdfd;
    font-size: 1.5em;
    padding-top: 5%
}

.dot-container {
    display: none;
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin: 0;
    width: 100%
}

.dot {
    vertical-align: middle;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    transition: background-color .6s ease
}

.active,.dot:hover {
    background-color: #fff
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

.w3-twothird {
    float: left;
    width: 66.66666%
}

.w3-third {
    float: left;
    width: 33.33333%
}

.w3-row-padding:after,.w3-row-padding:before
{content:"";display:table;clear:both;}
.w3-row-padding{padding: 0}



/* * no-js slideshow */
.nojs-slideshow-container {
    width:100%; max-width: 800px;margin: auto;padding: 10px;
}

.nojs-slideshow-container hr {border-top: 1px solid #cdcdcd}
.nojs-slideshow:nth-child(2) { padding-left: 20px; }
.nojs-slideshow:first-child{ border-right: 1px solid #cdcdcd;}
.nojs-slideshow {
    padding: 20px 0 20px 0;
    float: left;
    width: 49%
}

/* * media queries */

/* @media (max-width:850px) { */
/*     .w3-twothird,.w3-third {width: 100%} */
/* } */


@media only screen and (max-width:860px) {
    .my-gallery figure { width: 20%; }
    .w3-twothird,.w3-third {width: 100%}
    .mySlides {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	flex-wrap: wrap;
	min-height: 700px
    }

    .slideshow-container img {
        padding-top: 0;
        flex: 0 1;
        position: static;
        transform: none;
        display: block
    }

    #naruzh {
        background-size: 60px auto;
        background-position: 20px 23px
    }

    #naruzh h1,.additional-info-block h1 {padding-left: 100px}

    .additional-descr {display: none}

    .additional-info-block {
        border-left: none;
        border-right: none;
        background-size: 60px auto;
        background-position: 20px 23px
    }

    .slideshow-container {
        text-align: center;
    }

    .text-container {
        position: static;
        width: 100%;
        display: block
    }

    .benefit {width: 45%}
}

@media only screen and (max-width:830px) {
    .address:before,header .telephone {display: none}
    .logo,header {
        display: block;
        text-align: center
    }

    header {vertical-align: middle}

    .social {min-height: 100%}

    .address {
        margin-top: 15px;
        font-size: .85em;
        display: inline-block;
        width: calc(100% - 120px);
        min-width: 140px
    }
}

@media only screen and (max-width:620px) {
    .my-gallery figure { width: 25%; }
    .nojs-slideshow:first-child { border-right: none; }
    .nojs-slideshow:nth-child(2) { padding-left: 0; }
    .nojs-slideshow-container hr {display: none}
    .nojs-slideshow {display: block; width: 100%; border-top: 1px solid #cdc}
    .services,.service-menu {width: 100%}
    .webp .slideshow-container {background-image: url(../slideshow/images/background620x346.webp)}
    .no-webp .slideshow-container {background-image: url(../slideshow/images/background620x346.png)}
}


@media only screen and (max-width:440px) {
    .slideshow-container .slideshow-dark-text .maybe-hidden { display: none; }
    .service-table td:nth-child(2) { width: 100% }
    
    .service-table td:first-child,.service-table-without-descr td {
        display: block;
        width: 100%
    }

    .service-table td,footer>div {display: block}

    .mySlides {min-height: 560px}

    .no-webp .slideshow-container {background-image: url(../slideshow/images/background440x346.png);}
    .webp .slideshow-container {background-image: url(../slideshow/images/background440x346.webp);}

    footer>div {
        width: 100%;
        padding: 5px 0 0 5px
    }

    .slideshow-dark-text {font-size: 2em}

    .slideshow-light-text {font-size: 1em}
}

@media only screen and (max-width:360px) {
    .my-gallery figure { width: 33%; }
}

@media only screen and (max-width:320px) {
    .additional-info-block {
	height: 140px;
    }
    .nojs-slideshow-light-text,.slideshow-dark-text,.slideshow-light-text {font-size: 1em}
    .nojs-slideshow-dark-text {font-size: 1.2em}
    .mySlides {min-height: 470px}


    #naruzh,.additional-info-block {
        background-position: 8% 23px;
        background-size: 15% auto
    }

    #naruzh h1 {padding-left: 25%}

    .additional-info-block h1 {
        font-size: 1.5em;
        padding-left: 25%
    }

    .benefit {width: 100%}
}


@media only screen and (max-height: 610px) and (max-width: 360px) {
    .slideshow-dark-text {font-size: 1.5em}
    .mySlides {min-height: 450px}
    .slideshow-container img {
	max-height: 200px;
    }
}


@media only screen and (max-width:230px) {
    .my-gallery figure { width: 50%; }
    .additional-info-block {
	height: 120px;
    }
    .additional-info-block h1 {font-size: 1em}

    .dot {
        height: 10px;
        width: 10px
    }
}

/* Local Variables: */
/* outline-regexp: "/\\* \\*+" */
/* End: */
