@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800&display=swap&subset=cyrillic');
.hide{
    display: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #405263;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,figure {
    margin-bottom: 0;
}


/*navigation*/
nav {
    
    text-align: right;
    background: #fff;
    z-index: 3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

nav .top {

    padding: 10px 0;
}

nav .time
 {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
    padding-left: 25px;
    background-size: 20px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

nav .time {
    background-image: url(../img/icons/time.svg);
}



.logo {
    float: left;
    vertical-align: top;
    display: inline-block;
}

.logo img {
    height: 40px;
}

.contact {
    text-align: right;
}

.contact .recall {
    cursor: pointer;
    display: inline-block;
    padding: 7px 10px;
    background: #1e90ff;
    border-radius: 3px;
    border: 1px solid #1e90ff;
    color: #fff;
    transition: all 0.5s
}

.contact .recall:hover {
    color: #405263;
    background: transparent;
}
.mess{
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.tel, .viber {
    vertical-align: top;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    color: #405263;
    text-decoration: none !important;
    padding-left: 30px;
    background-image: url(../img/icons/tel.svg), url(../img/icons/tel.svg);
    background-position: 0 50%, 0 -40px;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.contact .tel:hover {
    color: #1e90ff;
    background-position: 0 40px, 0 50%;
}



/*form controls*/
.inp{
    margin-top: 15px;
}
input[type=text],input[type=tel],input[type=email], textarea {
    outline: none;
    width: 100%;
    border-radius: 2px;
    padding: 13px 20px;
    border: none;
    background: #F6F7F8;
    border: 1px solid #ececec!important;
}
input[type=radio]{
    width: 20px;
    height: 20px;
}
input[type=radio]:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: #F6F7F8;
    border: 1px solid #ececec!important;
}
input[type=radio]:checked:after{
    background: #F6F7F8 url(../img/icons/check.svg) 50% no-repeat;
    background-size: 80%;
}
.inp{
    text-align: left;
}
label {
    float: left;
    width: 50%;
    position: relative;
    
    text-align: left;
    margin-bottom: 0;
}

.btn {
    font-size: 16px;
    user-select: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    padding: 13px 20px;
    background: #1e90ff;
    color: #fff;
    font-weight: 500;
    transition: background 0.5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn.small{
    padding: 12px;
}

button.btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff531e
}

.btn:not(button):active {
    transform: scale(0.95)
}

/*heder*/
.sec1 {
    z-index: 2;
    position: relative;
    padding-top: 93px;

    height: 100vh;
    background: url(../img/bg.jpg) 50% no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;

}
.sec1 .loc{
    position: absolute;
    right: 20px;
    top: 120px;
    opacity: 0.7;
    
}
.sec1 .overlay {
    background: rgba(0, 0, 0, 0.87);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cta {
    font-size: 24px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.cta p {
    font-weight: 500;
    letter-spacing: 1px;

}
.cta p b{
    color: #fff;
}

.cta h1 {
    color: #1e90ff;
    line-height: 1.2;
    font-weight: 800;
    font-size: 1.5em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.cta h1 strong {
    font-size: 1.5em;
    color: #fff;
}

.cta h1 + span {
    font-size: 0.8em;
}
.cta .btn-wrap{
    margin-top: 20px;
}

/*
.form1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
}
*/
.form1{
    position: relative;
    margin-top: 20px;
}

.form1 .name {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff
}

.form1 .controls {
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.form1 .row,
.form1 .row > div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.form1 input,
.form1 button {
    border-radius: 0;
    border: none;
}

.form1 input {
    border-right: 1px solid #ddd
}
.form1 button{
    padding-top: 14px;
    padding-bottom: 14px;
}


/*digits*/
.digits {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    background: #fff;

}
    .digits ul{
        display: flex;
        justify-content: space-between;
    }
    .digits li{
        
    }

.digits .item {
    cursor: pointer;
    display: table;

}

.digits .item > * {
    display: table-cell;
    vertical-align: middle;
}

.digits .item strong {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1e90ff;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);

}

.digits .item:hover strong {

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.digits .item span {
    padding-left: 10px;
    color: #7c8595;
}

/*section*/
.sec {
    padding: 50px 0;
}

.sec h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
    color: #405263;
    text-align: center;
}

.sec .desc {
    text-align: center;
    color: #7c8595
}

.grey {
    background-color: #FAFBFC;
            border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}


/*section2*/
.sec2 {
    text-align: center;

}

.catalog-item {
    border-radius: 2px;
    text-align: center;
    margin-top: 30px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.catalog-item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.catalog-item img {
    width: 100%;
}

.catalog-item .top {
    position: relative;
    border-bottom: 1px solid #efefef;
}

.catalog-item .top span {
    font-size: 14px;
    color: #7c8595;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.catalog-item .top .spec {
    position: absolute;
    right: -10px;
    top: 10px;
    padding: 10px;
    background: #efefef;
}

.catalog-item .top .spec.new {
    background: #FDB211;
    color: #fff;
}

.catalog-item .top .spec.sale {
    background: #4CBF9F;
    color: #fff;
}

.catalog-item .top .spec.discount {
    background: #F6815D;
    color: #fff;
}

.catalog-item .top .spec:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -10px;
    border: 5px solid;
    border-color: #000 transparent transparent#000
}

.catalog-item figure {
    margin-bottom: 0;
}

.catalog-item .bottom {
    padding: 15px;
    padding-bottom: 20px;
}

.catalog-item .btn-wrap {
    margin-top: 15px;
}

.catalog-item b {
    font-size: 36px;
    font-weight: 800;
}

.catalog-item .name {
    color: #7c8595;
    font-size: 15px;
}
.catalog-item .name small{
    display: block;
}

.sec2 .ps {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    padding: 15px;
    border: 1px dashed #7c8595;
    border-radius: 2px;
}
.sec2 .ps img{
    height: 15px;
    box-shadow:  0 0 5px rgba(0, 0, 0, 0.12);
}

.sec2 h3 {
    font-weight: 900;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 30px;
}


/*section3*/

.sec3{
    
}
.sample{
    margin-top: 50px;
    position: relative;
}
.sample img{
    width: 100%;
}


.sample div{

    display: inline-block;

    background: #1e90ff;
    border: 2px solid #405263;
    color: #fff;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 900;
    transition: all 0.5s;
    opacity: 1;
    
}
.sample div:after{
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    top: 37px;
    border-left: 3px solid #405263;
    transform: translate(-50%);
    transition: all 3s;
}
.sample div:before{
    background: #405263;
    position: absolute;
    top: 77px;
    left: 50%;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    transform: translate(-50%);
    
}
.sample .one{
    right: 23%;
    top: 11%;
}
.sample .two{
    right: 45%;
    top: 55%;
}
.sample .tree{
    right: 60%;
    top: 10%;
}
.sample .four{
    right: 37%;
    top: 15%;
}
.sample .five{
    right: 56%;
    top: 32%;
}
.sample .one:after,
.sample .two:after,
.sample .tree:after,
.sample .four:after,
.sample .five:after{
    height: 40px;
}
.sample div.op{
    opacity: 0;
}

.properties{
    margin-top: 50px;
}
.properties li{
    position: relative;
    cursor: pointer;
    background: #F9F9F9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 15px;
    margin-top: 15px;
    border-radius: 2px;
    padding-left: 40px;
    transition: all 0.5s;
}
.properties li:hover{
     box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.properties li:after, .properties li:before{
    position: absolute;
    left: 10px;
    top: 25px;
    content: "";
    width: 16px;
    border-bottom: 3px solid #1e90ff;
    transition: 0.5s all;
}
.properties li:before{
    transform: rotate(90deg)
}
.properties li.active:before{
    transform: rotate(0deg)
}
.properties li p{
    display: none;
    color: #7c8595;
}
.properties li.active{
    
}
.properties li.active p{
    display: block;
}

.form2{
    margin-top: 30px;
    text-align: center;
}
.form2 .name{
    color: #1e90ff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
}
.form2 .inp{
margin-top: 10px;
}
.form2 fieldset{
    padding: 15px;
    padding-top: 0;
    border: 1px dashed #1e90ff;
    border-radius: 3px;
}
.form2 legend{
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0;
}

/*section4*/

.sec4{
    position: relative;
    background: #1e90ff;
    overflow: hidden;
}
.dots{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.dots:after, .dots:before{
        background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 245px;
    opacity: 0.5;


}
.dots:after{
        left: 0;
    margin-left: -410px;
    top: 50px;
}
.dots:before{
        right: 0;
    margin-right: -410px;
    bottom: 50px;
}
.sec4 h2{
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.sec4 .desc{
    color: #fff;
}
.quiz{
    position: relative;
    background: #fff;
    padding: 20px;

    margin-top: 30px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.quiz:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 70%;
    opacity: 0.03
}
.yes:before{
    background-image: url(../img/icons/yes.svg) ;
}
.no:before{
    background-image: url(../img/icons/no.svg) ;
}

.quiz ul li{
    text-align: left;
    z-index: 1;
    position: relative;
    margin-top: 15px;
    padding-left: 40px;
    min-height: 100px;
        background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 30px;
}
.yes ul li{
    background-image: url(../img/icons/yes.svg);
}
.no ul li{
    background-image: url(../img/icons/no.svg);
}

.sec4 h3{
    text-align: center;
    margin-top: 50px;
    font-size: 36px;
}

/*section5*/

.sec5 .item{
    padding: 15px;
    margin-top: 30px;
    background: #FAFBFC;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sec5 .item img{
    width: 100%;
}
.sec5 .item h3{
    margin-top: 20px;
    color: #1e90ff
}
.sec5 .item p{

    margin-top: 10px;
}

/*section6*/
.sec6{
    position: relative;
    text-align: center;
    
}

.blade h3{
    text-transform: uppercase;
    font-weight: 900;
    color: #1e90ff;
    font-size: 22px;
    margin-bottom: 10px;
}

.sec6 img{

    margin-top: 30px;
    width: 100%;
}

.blade{
    font-size: 16px;
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


/*section7*/
.sec7{
    position: relative;
    overflow: hidden;
}
.sec7 figure{
    margin-top: 30px;
    opacity: 0.1;
    transform: rotate(180deg)
}
.sec7 figure img{
    width: 100%;
    padding: 20px;
}
.work{
    margin-top: 30px;
}
.work li{
    position: relative;
    cursor: pointer;
    background: #F9F9F9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 2px;
    padding-left: 40px;
    transition: all 0.5s;
}
.work li h3{
    color: #405263;
    padding-right: 50px;
}
.work li p{
    margin-top: 10px;
}
.work li p span img{
    height: 50px;
}
.work li h3 img{
    position: absolute;
    right: 10px;
    top: 50%;
    top: 10px;
    width: 30px;
}
.work li.active h3{
    color: #1e90ff;
}
.work li:hover{
     box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.work li:after, .work li:before{
    position: absolute;
    left: 10px;
    top: 25px;
    content: "";
    width: 16px;
    border-bottom: 3px solid #1e90ff;
    transition: 0.5s all;
}
.work li:before{
    transform: rotate(90deg)
}
.work li.active:before{
    transform: rotate(0deg)
}
.work li p{
    display: none;
}
.work li.active p{
    display: inline-block;
}


.sec7 .form2{
    margin-top: 50px;
}


/*section8*/
.sec8{
    position: relative;
    text-align: center;
    background-size: 150px;
    background-attachment: fixed;

}
.sec8 h2{
    margin-bottom: 30px;
}
.gift{
    text-align: left;
}
.sec8 p{


    text-transform: uppercase;
    font-size: 30px;
    text-align: left;
    font-weight: 900;
    border-radius: 2px;

}
.sec8 p span{

    color: #FF1E25;
}
.sec8 img{
    position: relative;
    z-index: 1;
    width: 100%;
}
.gift strong{
    color: #fff;
    background: #1e90ff;
}

.sec8 .btn-wrap{
    margin-top: 30px;
}

/*footer*/
footer{
    position: relative;
}
#map{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.contacts{
    position: relative;
    z-index: 1;
    margin: 50px 0;
    padding: 20px;
    background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}
.contacts ul li{
    margin-top: 15px;
}
.contacts ul li *{
    display: inline-block;
    padding-left: 25px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    color: inherit;
}
.contacts ul li a{
    font-size: 20px;
    text-decoration: none;
    transition: color 0.5s;
}
.contacts ul li a:hover{
    color: #1e90ff;
}
.telephone{
    background-image: url(../img/icons/tel.svg);
}
.email{
    background-image: url(../img/icons/email.svg);
}
.location{
    background-image: url(../img/icons/loc.svg);
}
.worktime{
    background-image: url(../img/icons/time.svg);
}

/*copy*/
.copy{
    position: relative;
    
    padding: 20px 0;
    background: #405263;
    color: #fff;
    font-weight: 400;
}
.pol{
    cursor: pointer;
    float: right;
    text-decoration: underline;
    transition: all 0.5s;
}
.pol:hover{
    color: #1e90ff;
    text-decoration-color: transparent;
}







.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #1e90ff;
  border-radius: 50%;
  cursor: none;
  width: 100px;
  height: 100px;
}
.gotop{
    z-index: 1;
    padding: 5px 10px;
    border-radius: 50px;
    background: #1e90ff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    color: #fff!important;
    text-decoration: none!important;
}
.gotop:hover{
    background: #ff531e; 
}


/*modal*/
.form{
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 20px;
}
form img{
    max-width: 200px;
    width: 100%;
}
textarea{
    font-size: 14px;
}
#order .inp{
    margin-top: 10px;
}
#order input{
    padding: 10px;
}

input[type=text].itemName{
    padding: 0!important;
    
    background: none!important;
    border: 0px solid #ddd!important;
    text-align: center;
    font-weight: 700;
}

@media (max-width:767px) {
    .form a{
        display: none;
    }
    .sec1{
        height: 600px
    }
    .logo img{
    height: 30px;
    }
    .mess{
        display: inline-block;
        
    }
    .mess a{
        background-size: 25px;
        margin-left: 5px;
        vertical-align: top;
        width: 30px;
        height: 30px;

        display: inline-block;
    background-position: 0 50%, 0 50%;
        background-repeat: no-repeat;
    }
    .what{
        background-image: url(../img/icons/what.svg);

    }
    .viber{
        
        background-image: url(../img/icons/viber.svg);

    }
    .tel span{
        display: none;
    }
    .cta{
        font-size: 16px;
    }
    .cta p{
        margin-bottom: 20px;
    }
    .cta h1 + span{
        display: inline-block;
        margin-top: 10px;
    }
    .digits{
        text-align: center;
    }
    .digits ul{
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
    .digits ul li{
        text-align: left;
        margin-top: 10px;
    }
    .sec h2{
        font-size: 24px;
    }
    .sec2 h3{
        font-size: 24px;
    }
    .catalog-item, .quiz, .sec5 .item{
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .sec4 .dots{
        display: none;
    }
    .sec4 .desc br{
        display: none;
    }
    .sec6{
        text-align: center;
    }
    .sec6 figure{
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .work li h3{
        font-size: 16px;
    }
    .sec8 figure{
        width: 200px;
                margin-left: auto;
        margin-right: auto;
    }
    .sec8 p{
        font-size: 26px;
    }
    .sec8 p, .gift{
        text-align: center;
    }
    .contacts{
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        padding: 0;
        box-shadow: none;
    }
    #map{
        height: 300px;
        position: relative;
    }
    .copy{
        text-align: center;
    }
    .pol{
        float: none;
    }
    
}
@media (min-width:768px) and (max-width:991px) {
    header{
        max-height: 600px;
    }
    .cta{
        font-size: 18px;
    }
    .cta h1{
        font-size: 1.32em;
    }
    .digits .item{
        text-align: center;
        display: inline-block;
    }
    .digits .item strong{
        display: inline-block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 80px;
    }
    .digits .item span{
        padding-left: 0;
    }
    .sec h2{
        font-size: 28px;
    }
    .blade{
        text-align: left;
    }
    #map{
        left: 50%;
    }
    .contacts{
        padding: 0;
        box-shadow: none;
            
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .cta{font-size: 21px;}
}

@media (max-width:991px) {
    nav .time{
        display: none;
    }
    menu{
        right: 15px;
        top: 10px;
       position: fixed;
        width: 30px;
        height: 30px;
        background-image: url(../img/icons/menu.svg);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 100% 0;
        background-size: 30px;
        
    }
    menu li{
        display: none;
        border-top: 1px solid #ddd;
    }
    menu.active{
        padding-top: 50px;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: 50% 10px;
        background-color: #fff;
        background-size: 25px;
        background-image: url(../img/icons/close.svg);
    }
    menu.active li{
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    menu li a {
    position: relative;
    font-size: 18px;
    display: inline-block;
    padding: 10px 0;
    color: #405263;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: color 0.3s;
}
    menu li a.tel, menu li a.viber{
        padding-left: 40px;
        background-repeat: no-repeat;
    }
}
@media (min-width:992px){
    nav .bottom {
    background: #405263;
}

menu {
    display: flex;
    justify-content: space-between;
}

menu li a {
    position: relative;
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: color 0.3s;
}

menu li a:hover {
    color: #1e90ff
}

menu li a:after {
    position: absolute;


    width: 0;
    content: "";
    border-bottom: 3px solid #1e90ff;
    transition: all 0.3s;
    bottom: 0;
    left: 50%;
}

menu li a:hover:after {
    width: 100%;
    left: 0;
}
}