@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body{
    font-family: 'Roboto', sans-serif !important;
    min-width: 320px;
}
.bold{
    font-weight: bold;
}
.btn-cpa{
    background: linear-gradient(181.35deg, #FBDA06 4.02%, #FE1736 156.89%);
    border-radius: 25.5px;
    font-weight: bold;
    color: white !important;
    display: flex;
    z-index: 2;
    position: relative;
    cursor: pointer
}
.btn-cpa:hover{
    background: linear-gradient(181.35deg, #ffe22b 4.02%, #ff3e58 156.89%);
    border-radius: 25.5px;
    font-weight: bold;
    color: white !important;
    display: flex;
    z-index: 2;
    position: relative;
}
.btn-white{
    background: #fff;
    color: black !important;
    border-radius: 25.5px;
    font-weight: bold;
    display: flex;
    z-index: 2;
    position: relative;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shadow-wrapper{
    position: relative;
}
.shadow-wrapper:before{
    content: '';
    position: absolute;
    left: 20%;
    box-shadow: 0 3px 15px 5px rgba(0,0,0,.9) !important;
    width: 60%;
    background: red;
    height: 1px;
    bottom: 0;
    z-index: 0;
}

.video {position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}

.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

.header{
    background-color: #eee;
    background-image: url(img/bgmin.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 3em;
}

.topmenu{
    position: relative;
    z-index: 2;
    font-weight: bold;
    background: rgba(255,255,255,1);
    transition: .3s;
}

.white .topmenu{6
    background: rgba(255,255,255,1);
}

.header .menu-row{
    background: rgba(255,255,255,1);
    padding-bottom: 2em;
    position: fixed;
/*    background: #fff;*/
    width: 100%;
    z-index: 12;
    transition: .3s;
}

.header .menu-row.white{
    background: rgba(255,255,255,1);
}

.topmenu .row{
    margin-top: 15px;
}
.topmenu .btn-cpa{
    font-size: 14px;
}
.topmenu .btn-cpa > div{
    margin-left: 10px;
}
.topmenu .logo{
    left: 0;
}

.topmenu .desc{
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.topmenu .hbl{
    display: none;
}
.topmenu ul{
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin-top: 8px;
}

.topmenu li{
    flex: auto;
    text-align: center;
    display: block;
    font-size: 15px;
    width: 100%;
}

.topmenu a{
    color: black;
}

.topmenu .tab{
    border-radius: 11px;
    background: #454545;
    text-align: center;
    padding-bottom: .5em;
    padding-top: 9px;
    position: relative;
    top: -16px;
    color: white;
    margin-bottom: 1em;
    margin-top: 1em;
}
.topmenu .cont{
    text-align: center;
}
.topmenu .cont > a{
    position: relative;
    top: -7px;
}
.topmenu a.active{
    position: relative;
}
.topmenu .items li{
    padding-top: 1em;
    padding-bottom: 1em;
}
.topmenu a.active:after{
    left: -5vw;
    bottom: 25%;
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: linear-gradient(194.99deg, #FBDA06 10.56%, #FE1736 106.56%);
}

.baloon{
    background: url(img/hbg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 3em;
    padding-top: 2em;
    padding-bottom: 1em;
    color: white;
    font-weight: bold;
}

.baloon h1{
    font-size: .8em;
    margin: 0;
    font-weight: 900;
}
.baloon h2{
    line-height: .9;
    font-size: .7em;
    font-weight: normal;
    margin-bottom: 1em
}

.baloon h2 big{
    font-weight: 900;
    font-size: 2em;
}

.baloon .video{
    margin: 0 auto;
    max-width: 490px;
    box-shadow: 0 0 5px 5px rgba(0,0,0, 0.2);
    overflow: hidden;
    border-radius: 15px;
    width: 80vw;
    min-width: 200px;
}

.subtitle h2{
    color: white;
    font-weight: bold;
    font-size: 2.7em;
    margin-top: 1em;
}
.subtitle img{
    margin-bottom: 1em;
    margin-top: 1em;
}

.cards-screen{
    background: url(/img/bg2.jpg);
    background-size: cover;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.cards-screen .card{
    background-image: url(/img/check-orange.svg);
    background-position: 0;
    background-position: 15px 20px;
    display: block;
    box-shadow: 4px 10px 11px rgba(0, 0, 0, 0.0981206);
    border-radius: 17px;
    background-image: url(/img/check-orange-m.png);
    margin-bottom: 30px;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 90%;
    
    padding: 1em 1em 0 4em;
}

.cards-screen .card.yellow{
    background-image: url(/img/check-yellow.svg);
    background-image: url(/img/check-yellow-m.png);
    box-shadow: 4px 10px 11px rgba(0, 0, 0, 0.21875);
}



.switcher{
    background: #454545;
    color: white;
    
}
.switcher-line{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.switcher .item{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.switcher .item.active{
    background: linear-gradient(180.94deg, #FBDA06 2.4%, #FE1736 134.28%);
}
.switcher .item.active:after{
    content: '';
    width: 20px;
    height: 20px;
    background: red;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 10px);
    background: linear-gradient(182.88deg, #FBDA06 2.4%, #FE1736 178.48%);
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #FE1736 transparent transparent transparent;
    z-index: 1;
}

.viewer{
    background: url(/img/bg3.jpg);
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 5vh;
}

.viewer h3{
    font-size: 1.2em;
    font-weight: bold;
}
.viewer .vis{
    display: none;
}
.viewer .vis.active{
/*    display: block;*/
}
.viewer .description{
    background: white;
    border-radius: 10px;
    padding: 1em;
    padding-top: 2em;
    padding-bottom: .1em;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}
.viewer .description.active{
/*    display: block;*/
}
.viewer .description .row{
    margin-bottom: 2em;
}
.viewer .description .col-3{
    text-align: center;
}

.zamer{
    background: url(/img/cbg.svg);
    background-repeat: no-repeat;
    background-size: 90vw;
    padding-top: 2em;
    background-position: 3.5em 4em;
    padding-bottom: 15vh;
}

.zamer .txt{
    font-weight: bold;
}

.zamer .shadow-wrapper{
    display: inline-block;
}
.zamer .off{
    font-size: 1.5em;
    margin-bottom: 1em;
}

.zamer .shadow-wrapper .btn{
    padding: 1em 3em;
    border-radius: 40px;
}
.zamer .shadow-wrapper .btn img{
    max-height: 35px;
}
.zamer .shadow-wrapper .btn span{
    padding-top: .4em;
}
.zamer .txt .row{
    margin-top: 3em
}

.zamer .txt big{
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

.zamer h2{
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
 
.calc{
    padding-top: 5em;
    background: url(/img/calcbg.png);
    background-position: center;
    background-size: cover;
}

.calc .form{
    background: #454545;
    border-radius: 15px 15px 0 0;
    padding: 15px 4vw;
    color: white;
    position: relative;
}


.calc .form a.btn.btn-white,
.calc .form a.btn.btn-cpa{
    padding: 1em;
    text-align: center !important;
    display: block;
    border-radius: 16px;
}

.calc .form .row{
    margin-top: 15px;
    margin-bottom: 15px;
}
.calc .form h3{
    font-size: 1em;
}
.calc .form .price{
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}
.calc .form .ring{
    background: yellow;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    position: absolute;
    background: linear-gradient(180deg, #FBDA06 0%, #FE1736 178.07%);
}

.calc .form .ring:nth-child(1){
    left: -15px;
    width: 2.5em;
    bottom: 3em;
}
.calc .form .ring:nth-child(2){
    left: 3em;
    bottom: 2.5em;
    font-size: 1.5em;
    transform: rotate(85deg);
}
.calc .form .ring:nth-child(3){
    left: 7em;
    bottom: .5em;
    font-size: 1.2em;
    transform: rotate(-65deg);
}
.calc .form .ring:nth-child(4){
    right: -1.2em;
    bottom: 14em;
    font-size: .65em;
    transform: rotate(-20deg);
}
.calc .form .ring:nth-child(5){
    right: 7em;
    bottom: 4em;
}
.calc .form .ring:nth-child(6){
    right: .5em;
    bottom: .5em;
    font-size: 2em;
    height: 2em;
    width: 1.6em;
    transform: rotate(85deg);
}


.rkr{
    position: relative;
    background: url(/img/rkrbg.png);
    background-position: 55% top ;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vmax;
    overflow: hidden;
    margin-bottom: 1em;
    color: white;
    z-index: 5;
}
.rkr h2{
    font-size: 2.5em;
    margin-bottom: 2.5em;
    margin-top: 2em;
}
.rkr h2 strong{
    font-weight: 900;
}

.rkr .col-md-4{
    text-align: center;
    margin-top: 3em
}

.rkr .offer{
    text-align: center;
    margin-top: 15vmin;
    font-weight: bold;
    font-size: 1.7em;
}
.rkr .title{
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 2em
}

.reviews{
    z-index: 1;    
}

.rkr .bubble{
    position: absolute;
    left: 14%;
    width: 100%;
    max-width: 400px;
    top: -5vh;
}

.reviews h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}
.reviews h2 img{
    margin-right: .5em;
    display: inline-block;
    position: relative;
    top: -40px;
}
.reviews h2 span{
    margin-right: 1.5em;
    display: inline-block;
    width: 40%;
    text-align: left
}

.reviews .review-card{
    position: relative;
    box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.171219);
    border-radius: 17px;
    overflow: hidden;
    height: 100%;
    background: white;
    z-index: 2;
}

.reviews .review-card > img{
    width: 100%;
}

.reviews .review-card .label{
    top: 2em;
    position: absolute;
    left: 2em;
    right: 2em;
}
.reviews .review-card p{
    padding: 0 1em;
}
.reviews .review-card .name{
    font-size: 1.5em;
    font-weight: bold;
}
.reviews .review-card .label img{
    margin-top: 15px;
}


.reviews .container{
    position: relative;
}

.reviews .container:before{
    content: '';
    position: absolute;
    left: -140%;
    right: 40%;
    top: 10%;
    bottom: 0;
    height: 80%;
    background: url(/img/Rectangle.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.reviews .hidearea .content{
    display: none;
}


.gift{
    z-index: 1;
    position: relative;
    overflow: visible !important;
}

.gift:before{
    position: absolute;
    left: 0;
    top: -25vh;
    background: url(img/giftbg.svg);
    bottom: -35vh;
    background-size: cover;
    width: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: top;
}
.gift .giftbox{
    overflow: hidden;
}
.gift .giftimg{
    margin-left: -98%;
    width: 190vw;
    max-width: 750px;
}

.gift .shadow-wrapper:before{
    width: 80%;
    left: 10%;
}
.gift .btn-cpa{
    padding: 1em 2em;
    border-radius: 50px;
}

.gift .btn-cpa .caption{
    text-align: center;
    width: 80%;
    padding-top: 1em;
    font-weight: 1.5em;
}

.gift .shadow-wrapper{
    max-width: 280px;
    display: block;
    margin: 0 auto;
}

.podokonnik{
    position: relative;
    z-index: 1;
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.podokonnik:before{
    content: '';
    position: absolute;
    background: url(/img/podokonnik.png);
    background-position: bottom;
    background-size: cover;
    left: 0;
    right: 0;
    top: -10vh;
    bottom: 0;
}


.podokonnik .dk{
    color: white;
    font-size: 1.3em;
    position: relative;
    padding-bottom: 3.5em;
}
.podokonnik .dk a{
    color: white;
    font-weight: bold;
}
.podokonnik .dk big{
    font-weight: bold;
    font-size: 3.3em;
}
.podokonnik .dk .exc{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 1.5em;
}


.podokonnik .wcard{
    background: white;
    margin-bottom: 2em;
    padding: 1em 1em 2em;
}

.podokonnik .wcard img{
    display: block;
    margin: 0 auto;
}

.podokonnik .title{
    font-weight: bold;
    font-size: 1.2em;
}
.podokonnik .price{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: .5em;
}

.montazh{
    position: relative;
    padding-bottom: 15vh;
}
.montazh:before{
    content: '';
    position: absolute;
    background: url(/img/montazh.png);
/*    background-position: top;*/
    background-size: cover;
    left: 0;
    right: 0;
    top: -33vh;
    bottom: 0;
}


.montazh .col-md-3 img{
    display: block;
    margin: 0 auto;
}

.montazh .info{
    text-align: center;
}
.montazh .name{
    font-size: 2em;
    text-align: center;
    margin-bottom: 4vh;
    font-weight: bold;
}
.montazh .master{
    display: none;
}

#map{
}

.bottom-bar {
    padding-top: 2em;
    padding-bottom: 10em;
    text-align: center;
    background: url(/img/bottombg-m.jpg);
/*    background-position: 20% 0;*/
    background-size: cover;
    box-shadow: 0 0px 10px rgba(0,0,0,.5)
}
.bottom-bar .btn{
    padding: 1em 3em;
}
.bottom-bar .shadow-wrapper{
    display: inline-block;
}




@media(min-width:768px){
    .baloon{
        padding-left: 2.5em;
        margin-left: 2em;
        font-size: 3vmax
    }
    .baloon h1{
        font-size: 1.3em;
    }
    .baloon h2{
        font-size: 1em;
    }
    .subtitle h2{
        font-size: 2.2em;
        margin-top: 2em;
        margin-bottom: 0;
    }
    .header{
        padding-bottom: 0;
        background: url(img/bg.jpg);
        background-position: center
    }
    .cards-screen .card{
        background-size: 80%;
    }
    .cards-screen .card{
        background-image: url(/img/check-orange.svg);
        background-position: 0 0;
        padding: 1.5em;
        padding-top: 9em;
    }
    .cards-screen .card.yellow{
        background-image: url(/img/check-yellow.svg);
    }
    .baloon .video{
        margin: 0 0;
        width: inherit;
    }
    .switcher .item{
        width: 16.5%;
    }
    .zamer{
        background-size: 58%;
        padding-top: 4em;
        background-position: 30px top;
    }
    .zamer .shadow-wrapper .btn{
        padding: 1em 5em;
    }
    .rkr h2{
        font-size: 3em;
    }
    .rkr .bubble{
        left: 54%;
        width: 20vw;
        top: -5vh;
    }
    .rkr .offer{
        font-size: 2.5em;
    }
    
    .reviews h2{
        text-align: center;
        font-weight: bold;
        margin-bottom: 1em;
    }
    .reviews h2 img{
        margin-right: .5em;
        display: inline;
        position: relative;
        top: 0;
    }
    .reviews h2 span{
        margin-right: 1.5em;
        display: inline;
        width: 60%;
        text-align: left
    }
    .reviews .dn{
        position: relative;
        top: 50px;
    }
    .reviews .container:before{
        content: '';
        position: absolute;
        left: -3vw;
        right: -3vw;
        top: -70%;
        bottom: 0;
        height: 110%;
        background: url(/img/Rectangle.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% 100%;
    }
    .gift {
        overflow: hidden;
    }

    .gift .shadow-wrapper{
        position: absolute;
        top: 15vw;
        width: 30%;
        left: 53vw;
        max-width: 100%;
        display: inline;
    }
    .gift .giftimg{
        margin-left: 5%;
        width: 65vw;
        max-width: 100%;
    }
    .montazh .name{
        margin-top: 10vmax;
    }
    .montazh .master{
        display: inline;
    }
    .bottom-bar {
        padding-top: 2em;
        padding-bottom: 2em;
        background: url(/img/bottombg.jpg);
        background-position: center;
    }
}

@media(min-width:992px){
    .zamer .txt{
        padding-top: 5em;
    }
    .topmenu{
        background: rgba(255,255,255,0);
    }
    
    .topmenu ul{
        display: flex;
    }
    .topmenu .row{
/*        position: absolute;*/
/*        width: 100%;*/
    }
    .topmenu .tcb{
        width: 115%;
    }
    .header .menu-row{
/*        background: transparent;*/
        padding-bottom: 0;
        background: rgba(255,255,255,0);
    }
    .topmenu .tab{
        border-radius: 0 0 11px 11px;
        margin: 0;
    }
    .topmenu a.active:after{
        left: calc(50% - 5px);
        bottom: -20px;
    }
    
    #nav-icon3{
        display: none !important;
    }
    .topmenu .items{
        display: block;
    }
    
    .topmenu .hbl{
        display: block !important;
    }
    
}

@media(min-width:768px) and (max-width: 991px){
    .baloon{
        background-size: cover;
        font-size: 2em;
    }
    .reviews .review-card > img{
        height: 230px
    }
    .reviews .review-card .label{
        top: .2em;
    }
    
    .gift .shadow-wrapper .btn-cpa{
        
        font-size: .85em;
    }
    .gift .shadow-wrapper img{
        display: none;
    }
    .gift .btn-cpa .caption{
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .topmenu .logo{
        position: absolute;
    }
}



#nav-icon3{
  width: 60px;
  height: 45px;
  position: relative;
  display: inline-block;
  position: relative;
/*  top: 20px;*/
    float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}