@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Coal Hand Luke';
    src: url('CoalHandLuke/CoalHandLuke-CoalHandLuke.eot');
    src: url('CoalHandLuke/CoalHandLuke-CoalHandLuke.eot?#iefix') format('embedded-opentype'),
    url('CoalHandLuke/CoalHandLuke-CoalHandLuke.woff2') format('woff2'),
    url('CoalHandLuke/CoalHandLuke-CoalHandLuke.woff') format('woff'),
    url('CoalHandLuke/CoalHandLuke-CoalHandLuke.ttf') format('truetype'),
    url('CoalHandLuke/CoalHandLuke-CoalHandLuke.svg#CoalHandLuke-CoalHandLuke') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light Italic';
    src: url('fonts/Futura-LightItalic.eot');
    src: url('fonts/Futura-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-LightItalic.woff2') format('woff2'),
    url('fonts/Futura-LightItalic.woff') format('woff'),
    url('fonts/Futura-LightItalic.ttf') format('truetype'),
    url('fonts/Futura-LightItalic.svg#Futura-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium Italic';
    src: url('fonts/Futura-MediumItalic.eot');
    src: url('fonts/Futura-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-MediumItalic.woff2') format('woff2'),
    url('fonts/Futura-MediumItalic.woff') format('woff'),
    url('fonts/Futura-MediumItalic.ttf') format('truetype'),
    url('fonts/Futura-MediumItalic.svg#Futura-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bold';
    src: url('fonts/Futura-Bold.eot');
    src: url('fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-Bold.woff2') format('woff2'),
    url('fonts/Futura-Bold.woff') format('woff'),
    url('fonts/Futura-Bold.ttf') format('truetype'),
    url('fonts/Futura-Bold.svg#Futura-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Italic';
    src: url('fonts/Futura-Italic.eot');
    src: url('fonts/Futura-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-Italic.woff2') format('woff2'),
    url('fonts/Futura-Italic.woff') format('woff'),
    url('fonts/Futura-Italic.ttf') format('truetype'),
    url('fonts/Futura-Italic.svg#Futura-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light';
    src: url('fonts/Futura-Light.eot');
    src: url('fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-Light.woff2') format('woff2'),
    url('fonts/Futura-Light.woff') format('woff'),
    url('fonts/Futura-Light.ttf') format('truetype'),
    url('fonts/Futura-Light.svg#Futura-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura.eot');
    src: url('fonts/Futura.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura.woff2') format('woff2'),
    url('fonts/Futura.woff') format('woff'),
    url('fonts/Futura.ttf') format('truetype'),
    url('fonts/Futura.svg#Futura') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('fonts/Futura-Medium.eot');
    src: url('fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-Medium.woff2') format('woff2'),
    url('fonts/Futura-Medium.woff') format('woff'),
    url('fonts/Futura-Medium.ttf') format('truetype'),
    url('fonts/Futura-Medium.svg#Futura-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bold Italic';
    src: url('fonts/Futura-BoldItalic.eot');
    src: url('fonts/Futura-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-BoldItalic.woff2') format('woff2'),
    url('fonts/Futura-BoldItalic.woff') format('woff'),
    url('fonts/Futura-BoldItalic.ttf') format('truetype'),
    url('fonts/Futura-BoldItalic.svg#Futura-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



/*reset*/
html, body {
    min-height: 100%;
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, a, em, ins, small, strong, b, ul, i, dl, dt, dd, form, label, table, tbody, tfoot, thead, tr, th, td, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    vertical-align: baseline;
}

/*reset end*/
body{
    color: #283161;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

li{
    list-style-image: none;
    list-style-type: none;
}
a{
    color:#0C5587;
    text-decoration:none;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
    outline: 0;
    color:#FF0000;
    text-decoration:none;
}

a img {
    border: none;
}
a > img {
    vertical-align: bottom;
}
input:focus, textarea:focus, button:focus{
    outline:none;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner{border:0}

/* ==================================================
   Typography
================================================== */

.overlay{
    height:100vh;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.wrapper{
    position:relative;
    left: -0.8px;
    width:400px;
    height:630px;
    background-color:#FFF;
    border:1px solid #CCC;
    box-sizing:border-box;
}
.wrapper:before{
    content: '';
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 1px;
    background-image:url('/img/left-border.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.wrapper:after{
    content: '';
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1px;
    background-image:url('/img/right-border.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.logo{
    width:108px;
    position:absolute;
    top:25px;
    left:50%;
    margin-left:-54px;
}
.logo img{width:100%;}
.carpet-name{
    position:absolute;
    top: 119px;
    bottom:auto;
    left:35px;
    right:35px;
    text-align:center;
    /*display: none;/**/
}
.carpet-name h1{
    font-size: 21px;
    letter-spacing:0.5px;
    line-height:1.0em;
    font-weight: 700;
    margin-bottom: 5px;
}
.carpet-name h2{
    font-size: 17px;
    line-height:1.2em;
    letter-spacing:0.5px;
    font-weight: 700;
}
#special-field{
    font-size: 12px;
    line-height:1.0em;
    margin-top: 10px;
    /*display: none;*/
}
.parametrs-block{
    position: absolute;
    top: 210px;
    left: 40px;
    right: 40px;
}
.parametr-row{
    display: flex;

}
.parametr-cell > div{
    height: 25px;
}
.parametr-cell.parametr-name{
    width: 290px;
    flex-basis: 290px;
    font-size: 13px;
    line-height:1.9em;/*1.35em*/
}
.parametr-name > div{
    line-height: 2.5em;
}
.parametr-cell.parametr-val{
    width: 100%;
    font-family: 'Coal Hand Luke', sans-serif;
    font-size: 17px;
    line-height:1.38em;
}
.parametr-val sup{line-height:1.0em;}
.parametr-val{
    margin-left: 20px;
}
.parametr-name, .parametr-val{
    border-bottom:1px solid #999;
}
.footer-desc{
    position: absolute;
    right: 40px;
    bottom: 162px;
    left: 40px;
    text-align: justify;
    font-size: 9px;
}
.footer-desc h3{
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center;
}
.footer-desc > p.phone{
    margin-top: 3px;
    font-weight: 600;
    font-size: 10px;
}

.qrcode-block{
    position: absolute;
    width: auto;
    height: 111px;
    bottom: 43px;
}
.qrcode-block.qrcode-left{
    left: 40px;
}
.qrcode-block.qrcode-right{
    right: 40px;
}
.qrcode-name{
    font-weight: 600;
    font-size: 7px;
    text-align: center;
    margin-bottom: 2px;
}
.grcode-img{
    width: 84px;
    height:84px;
    padding: 6px;
    border: 1px solid #232f61;
    border-radius: 8px;
    margin: 0 auto;
}
.footer-contact{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
.footer-contact p{
    margin: 1px 0;
}
.footer-contact p.site-name{
    letter-spacing: 5px;
    font-size: 8px;
}