﻿form#nml {
    padding:0;
    margin:0;
}

header {
    padding: 20px 0 0 0;
}

.block-wrapper {
    padding:40px 0;
    border:0px gray solid;
}

.title-block {
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
}

footer {
    padding: 20px 0;
}

.bg-light {
    background:#fff !important;
}
.navbar-light .navbar-nav .nav-link {
    font-size:14pt;
}

.navbar {
    margin-bottom:20px;
}

.header-phone {
    font-size:18pt;
    font-weight:bold;
}

.btn-red {
    background: #F60A12;
    color:#fff;
    padding:10px;
    text-transform:uppercase;
    font-weight:bold;
    width:230px;
    text-align:center;
    float:right;
    margin-top:10px;
    cursor:pointer;
    font-size:11pt;
    border-radius:20px;
}
.btn-red:hover {
    opacity:0.8;
}
.header-descr {
    margin-top:7px;
}
.header-logo {
    
}

.block-akcia {
    background: #F2F2F2;
    padding-top:40px;
}

.block-akcia-month-form {
    background: url(/ii/img1.jpg) top center;
    margin-top: 25px;
    height: calc(100vh - 230px);
    height: -webkit-calc(100vh - 230px);
    height: -moz-calc(100vh - 230px);
    height: -ms-calc(100vh - 230px);
    height: -o-calc(100vh - 230px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-size: cover;
}
.flex .wrap.full {
    width: 100%;
}

.flex .wrap {
    max-height: 100%;
    max-width: 100%;
}
.actionCircle {
    background-image: -webkit-gradient(linear, 100% 100%, 0 0, from(rgba(255,0,0,0.7)), to(rgba(191,0,0,0.7)));
    background-image: -webkit-linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    background-image: -moz-linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    background-image: -o-linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    background-image: linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7)), linear-gradient(to bottom, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    border-radius: 50%;
    color: #fff;
    height: 60vh;
    width: 60vh;
    max-height: calc(100vh - 230px);
    max-height: -webkit-calc(100vh - 230px);
    max-height: -moz-calc(100vh - 230px);
    max-height: -ms-calc(100vh - 230px);
    max-height: -o-calc(100vh - 230px);
    max-width: calc(100vh - 230px);
    max-width: -webkit-calc(100vh - 230px);
    max-width: -moz-calc(100vh - 230px);
    max-width: -ms-calc(100vh - 230px);
    max-width: -o-calc(100vh - 230px);
    float: right;
    font-size: 2.3vh;
    font-variant: small-caps;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    align-items: center;
}
    .flex .wrap.full {
        width: 100%;
    }

    .flex .wrap {
        max-height: 100%;
        max-width: 100%;
    }
.actionCircle h2, .actionCircle .h2 {
    font-size: 1.6em;
    margin: .2em;
}

.sans {
    font-family: Roboto;
}
.thin {
    font-weight: 200;
}
.actionCircle .btn.transparent, .actionCircle .btn.transparent:hover {
    border-color: #fff;
    color: #fff;
}

.actionCircle .btn {
    border-style: solid;
    border-color: currentcolor;
    border-width: .08em;
    font-size: 1.2em;
    padding: 0em 1em .2em;
    border-radius: 1em;
    margin-top: 1em;
    transition: .3s ease-out;
}

.btn.transparent, .btn.transparent:hover {
    border-color: #555;
    color: #555;
    background-image: none;
}

.btn {
    border: 2px solid;
    font-size: 1.2em;
    border-radius: 1.5em;
    padding: .5em 1.4em .6em;
    line-height: 1.3em;
}

.btn {
    padding: .5em 1em;
    margin: 3em 0 0;
    margin-top: 3em;
    font-size: 1.2em;
    background-image: -webkit-gradient(linear, 100% 100%, 0 0, from(rgba(255,0,0,0.7)), to(rgba(191,0,0,0.7)));
    background-image: -webkit-linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    background-image: -moz-linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    background-image: -o-linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    background-image: linear-gradient(to bottom right, rgba(255,0,0,0.7), rgba(191,0,0,0.7)), linear-gradient(to bottom, rgba(255,0,0,0.7), rgba(191,0,0,0.7));
    border-radius: 1.5em;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.actionCircle h2, .actionCircle .h2 {
    text-align:center;
}

.row-reason strong {
    display:block;
    margin:10px 0;
}
.row-reason span {
    margin-bottom:50px;
    display:block;
}

.block-zamer-form {
    background: url(/ii/img21.jpg) no-repeat top left;
    background-size:cover;

    
    min-height: 690px;
}
.choose .head {
    display: block;
    margin-top: 20px;
    margin-bottom:80px;
    margin-left: -3px;
    height: 90px;
    background: url("/ii/head_back_choose.png") no-repeat center;
}
    .choose .head h1 {
        font-size: 22pt;
        text-align: center;
        color: black;
        padding-left: 0px;
        padding-top: 32px;
        margin-top: 0px;
        letter-spacing: 0.4px;        
    }

.wrapper-form {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    width: 340px;
    margin-top: 20px;
    border: 2px #B9B9B9 solid;
    border-radius: 10px;
    box-shadow: -2.723px 4.193px 46px 0px rgba(0, 0, 0, 0.67);
}
.title-white-form {
    text-align:center;
    font-weight:bold;
    font-size:15pt;
    margin-bottom:15px;
}
.wrapper-form input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align:center;
}
.btn-send {
    float:none;
    margin:0 auto;
    margin-top:20px;
}
.descr-policy {
    text-align:center;
    font-size:8pt;
    color:gray;
    margin-top:20px;
}

.block-facts {
    background: #F2F2F2;
    min-height: 690px;
}
.item-fact {
    background-image: -moz-linear-gradient(0deg, rgb(207, 207, 207) 12%, rgb(246, 246, 246) 30%, rgb(255, 255, 255) 45%, rgb(225, 225, 225) 61%, rgb(228, 227, 227) 67%, rgb(231, 229, 229) 73%, rgb(255, 255, 255) 93%, rgb(255, 255, 255) 95%);
    background-image: -webkit-linear-gradient(0deg, rgb(207, 207, 207) 12%, rgb(246, 246, 246) 30%, rgb(255, 255, 255) 45%, rgb(225, 225, 225) 61%, rgb(228, 227, 227) 67%, rgb(231, 229, 229) 73%, rgb(255, 255, 255) 93%, rgb(255, 255, 255) 95%);
    background-image: -ms-linear-gradient(0deg, rgb(207, 207, 207) 12%, rgb(246, 246, 246) 30%, rgb(255, 255, 255) 45%, rgb(225, 225, 225) 61%, rgb(228, 227, 227) 67%, rgb(231, 229, 229) 73%, rgb(255, 255, 255) 93%, rgb(255, 255, 255) 95%);
    width: 285px;
    height: 210px;
    margin: 0 auto;
    margin-bottom: 60px;
    border-top: 4px solid #3b464d;
    border-bottom: 4px solid #3b464d;
    border-radius: 15px;
    position: relative;
    box-shadow: -2.723px 4.193px 46px 0px rgba(0, 0, 0, 0.67);
}
    .item-fact span {
        text-transform: uppercase;
        text-align: center;
        padding-top: 6px;
        font-size: 13.4pt;
        color: #ffffff;
        border-radius: 10px;
        background-color: #F60A12;
        display: block;
        position: relative;
        width: 113px;
        height: 37px;
        margin-top: -20px;
        margin-left: 28px;
    }
.fact-descr {
    padding:20px;
}

.block-facts .head {
    margin-bottom:75px;
}

.block-akcia-form {
    background: url(/ii/Velur.jpg) no-repeat;
    min-height: 690px;
}

.block_seven .head {
    display: block;
    margin-top: 40px;
    margin-left: -3px;
    height: 76px;
    background: url("/ii/head_back_block_seven.png") no-repeat center;
}
.p10 {
    position:relative;
    margin-bottom:20px;
    border-radius:10px;
}
    .p10 img {
        border-radius: 10px;
    }
    .img-resp {
    width:100%;
    height:auto;
}
.title-acces {
    padding:15px 10px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(246,10,18,0.8);
    text-align:center;
    color:#fff;
    font-size:16pt;
    font-weight:bold;
}

.block-connection-form {
    background: url(/ii/connect.jpg) no-repeat;
    min-height: 690px;
}

.block_twelve .how-to {
    margin-top: 59px;
    width: 958px;
    height: 714px;
    background: no-repeat url('/ii/how-to.jpg') center;
}
    .block_twelve .how-to ul {
        color: white;        
        margin: auto;
        width: 770px;
        font-size: 12.2pt;
    }
    .block_twelve .how-to li:nth-child(2n+1) {
        padding-right: 440px;
        text-align: right;
    }

    .block_twelve .how-to li:first-child {
        margin-top: 0;
    }

    .block_twelve .how-to li {
        list-style-type: none;
        width: 100%;
        height: 63px;
        margin-top: 9px;
        display: table;
        vertical-align: middle;
    }
        .block_twelve .how-to li span {
            display: table-cell;
            vertical-align: middle;
        }
        .block_twelve .how-to li:nth-child(2n) {
            padding-left: 410px;
            text-align: left;
        }

.block-dproject-form {
    background: url(/ii/img4.jpg) no-repeat;
    min-height: 690px;
}

.map-block {
    margin:30px 0 0 0;
}

/*Swiper*/
.swiper-container, .swiper-container-cert, .swiper-container-partners, .swiper-container-fin, .swiper-container-review {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-slide img {
    width:1100px !important;
}
    .fin-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(246,10,18,0.7);
    color:#fff;
    text-align:center;
}

.item-review {
    padding: 20px;
    background: #F7F7F7;
    width:100%;
}
.title-review {
    font-weight:bold;
}
.city-review {
    font-size:80%;
}
.name-review {
    color: #F60A12;
}
.descr-review {
    padding-right:60px;
}

.img-preview {
    max-width:200px;
}

.block-cert {
    background: url(/ii/cert-bg.jpg) no-repeat;
    min-height: 615px;
    background-size:cover;
}

.swiper-container-cert {
    background: none;
}

    .swiper-container-cert .swiper-slide {
        background: none;
    }
.cert-item img {
    width: 200px !important;
    height: 310px !important;
    border-radius: 15px;
    border: 5px #6b6b6b solid;
    box-shadow: -2.723px 4.193px 46px 0px rgba(0, 0, 0, 0.67);
}

.partn-item img {
    max-width: 200px !important;    
}

.title-block-little {
    font-size: 16pt;
}

.block-catalog {
    background: #F2F2F2;
    padding-bottom:60px;
}

.product-item {
    margin-bottom:30px;
    cursor:pointer;
    position:relative;
}
.product-img {
    border:0px black solid;
    width:100%;
    position:relative;
}
    .product-img img {
        width: 100%;
        height: auto;
        border-radius: 13px;
    }

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    /*transition: all .5s ease;*/    
}
    .img-hover:hover {
        /*transition: all .5s ease;*/
    }
.img-prod:hover {
    box-shadow: -2.723px 4.193px 20px 0px rgba(0, 0, 0, 0.4);
    transition: all .5s ease;
}
.prod-descr {
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(227,30,30,0.9);
    border-radius: 13px;    
    display:none;
}
    .prod-descr:hover {
        box-shadow: -2.723px 4.193px 20px 0px rgba(0, 0, 0, 0.4);
        transition: all .5s ease;
    }
.prod-inside {
    width: 100%;
    height: 100%;    
    border-radius: 13px;
    padding-top:22%;
    color:#fff;
    text-align:center;
    font-size:30pt;
}
    .prod-inside div {
        align-content: center;
    }
.prod-title {
    font-size: 30pt;
    margin-bottom:10px;
    font-weight:bold;
}
.prod-price {
    font-size:20pt;
}



.title-block-change {
    margin-top: 20px;
}
    .title-block-change a {
        text-transform: uppercase;       
        margin: 0 10px;
        color: #000;
        text-decoration: none;
        /*-webkit-transition: all 0.5s ease-out 0.5s;
        -moz-transition: all 0.5s ease-out 0.5s;
        -o-transition: all 0.5s ease-out 0.5s;
        transition: all 0.5s ease-out 0.5s;*/
    }
        .title-block-change a:hover {            
            text-decoration: none;
            border-bottom: 2px #E31E24 solid;
        }
        .title-block-change a.active {
            text-decoration: none;
            border-bottom: 2px #E31E24 solid;
        }

.none {
    border:1px red solid !important;
}

/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

.black-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.prod-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
}

.form-main input, .form-main textarea, .form-main select {
    width: 94%;
    padding: 5px 5px;
    margin: 5px 0;
    border: 1px #c2c2c2 solid;
}

.form-main .delivery-item input {
    width: 94%;
}

.form-main .delivery-item textarea {
    width: 94%;
}

.form-main .delivery-item select {
    width: 100%;
}

.price-ext {
    font-weight: bold;
    padding: 10px 0;
    font-size: 12.5pt;
}

.delivery-title {
    text-align: center;
    margin-bottom: 5px;
}

.delivery-done {
}

.clearfix {
    clear: both;
}

.delivery-item {
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.d-left-item {
    float: left;
    width: 40%;
    font-weight: bold;
}

.d-right-item {
    float: left;
    width: 60%;
}

.hr-delivery {
    width: 100%;
    margin-bottom: 20px;
    background: #9E0019;
}

.p-t-8 {
    padding-top: 8px;
}

.rbl input {
    width: auto !important;
    margin-right: 3px;
}

.rbl label {
    margin-right: 15px;
}

.wrapper-item-prod {
}

.img-prod-delivery {
    float: left;
    margin-right: 10px;
    max-width: 90px;
}

.item-prod-delivery {
    margin: 15px 0 10px 0;
}

.none-red {
    border: 1px red solid !important;
}

.deliv-descr {
    color: rgb(158, 0, 25);
    font-style: italic;
    text-align: center;
    padding-top: 5px;
}

.none-block {
    display:none !important;
}

.address-bottom {
    text-align:center;
    margin-top:20px;
    font-size:15pt;
}