body{ 
	font-family:Roboto; 
	font-weight:300; 
	background-color: #fff;
}
h1,h2,h3,h4,strong{ font-family:Roboto;  font-weight:900;}

img{ max-width:100%;}

input:focus { outline: none; }

a:hover{
	text-decoration: none;
}



.kviz {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 40px;
    color: #000;
}
.kviz .title{
	font-size: 14px;
	font-weight: 300;
}
.kviz .name{
	font-size: 24px;
	font-weight: 500;
}
.kviz .line{
	background: #ececec;
	height: 3px;
	margin-bottom: 10px;
}
.kviz .text{
	min-height: 250px;
}
.kviz .text .block{
	width: 23%;
	display: block;
	float: left;
	margin-right: 2%;
	border-radius: 10px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	border:1px solid #e8e6e6;
	transition: all 0.2s ease-out;
	cursor: pointer;
	background-image: url(img/checkbox.jpg);
	background-repeat: no-repeat;
	background-position: center left 10px;
}
.kviz .text .block:hover{
	border:1px solid #0c6fb7;
	box-shadow: 0px 3px 10px #22529a85;
}
.kviz .text .block.activ{
	border:1px solid #0c6fb7;
	box-shadow: 0px 3px 10px #22529a85;
	background-image: url(img/checkbox-2.jpg);
}
.kviz .text input[type="radio"] {
    display: none;
}
.kviz .text input[type="checkbox"] {
    display: none;
}

.kviz .text .imgs{
	min-height: 230px;
}
.kviz .text .block p {
    padding: 20px 20px 0px 30px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    user-select: none;
}
.kviz .text .imgs .img{
	min-height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0 ;
}
.kviz .text .vid.imgs .img.n1{
	background-image: url(img/kviz/n0-1.jpg);
}
.kviz .text .vid.imgs .img.n2{
	background-image: url(img/kviz/n0-2.jpg);
}
.kviz .text .vid.imgs .img.n3{
	background-image: url(img/kviz/n0-3.jpg);
}
.kviz .text .vid.imgs .img.n4{
	background-image: url(img/kviz/n0-4.jpg);
}
.kviz .text input[type="text"]{
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	margin-bottom: 10px;
}


.kviz .buts{
	padding-top: 20px;
}
.kviz .buts .but{
	color: #737373;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	width: 120px;
	transition: all 0.2s ease-out;
}
.kviz .buts .but2{
	color: #737373;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	width: 120px;
	transition: all 0.2s ease-out;
	background: linear-gradient(to right, #224d96, #0c6fb7);
	float: right;
	border-radius: 10px;
	height: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-bottom: 3px solid #19478d;
	box-shadow: 0px 2px 10px #22529a;
}
.kviz .buts .but2:hover{
	background: linear-gradient(to right, #0c6fb7, #224d96);
}



.kviz .v2,.kviz .v3,.kviz .v4,.kviz .v5,.kviz .v6,.kviz .v7{
	display: none;
}




.newbottom{
	min-height: 200px;
    background-color: #29282e;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0px;
}
.newbottom .zag{
	font-size: 34px;
    font-weight: 300;
    color: #fff;
}
.newbottom input[type="text"]{
	width: 100%;
	height: 55px;
	padding: 0px 20px;
}
.newbottom input[type="submit"]{
	width: 250px;
	max-width: 100%;
	height: 55px;
	background-color: #f10;
	color: #fff;
	cursor: pointer;
	border: none;
}
.newbottom a{
	color: #fff;
}
.newbottom .load{
	color: #fff;
	padding-top: 20px;
	font-size: 14px;
}





.top .online:before{
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 9px;
    background-color: #3ec131;
}


.marquiz{
	padding-top: 150px;
	padding-bottom: 100px;
	background: url(img/bg-2.png) no-repeat center left,
	url(img/pricing-assets-1-v2.png) no-repeat center right fixed;
	background-color: #e9e9e9;
}
.marquiz iframe{
	box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
}


.quiz{
	min-height: 100vh;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.quiz .red{
	color:#ff090f;
}
.quiz .q_block{
	width: 100%;
	min-height: 600px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	position: relative;
}
.quiz .q_left{
	background: #fff;
	height: 100%;
	width:75%;
	left:0px;
	position: absolute;
	padding:20px;
}
.quiz .q_right{
	background: #f7f7f7;
	height: 100%;
	width:25%;
	right:0px;
	position: absolute;
}
.quiz .q_top_zag{
	font-weight: 400;
	color: #2e2e49;
	font-size: 16px;
}
.quiz .q_top_zag .fa{
	margin-right: 10px;
}
.quiz .zag{
	font-size: 24px;
	color: #363636;
    font-weight: 500;
}
.quiz .zag_progres{
	font-size: 12px;
    text-align: left;
    font-weight: 500;
    color: #7e8ca8;
    margin:0px;
}
.quiz .zag_progres span{
	font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}
.quiz .progres{
	width:100%;
	height: 6px;
    position: relative;
    background: #dbdbdb;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.3);
    margin-top:5px;
}
.quiz .progres .progres_in{
	width:0%;
	height: 6px;
    background: #f10;
    box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.3);
}
.quiz .content{
	width:100%;
	height: 350px;
	margin-top: 20px;
	position: relative;
	
}
.quiz .content .content-in{
	width:100%;
	height: 350px;
	overflow-y: auto;
}
.quiz .content .content-in label{
	display:block;
	width:48%;
	border:1px solid #f2f2f2;
	border-radius:5px;
	padding:15px;
	float:left;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.2s ease-out;
	margin-right: 2%;
	user-select: none;
}
.quiz .content .content-in label:hover{
	border:1px solid #ff090f;
	box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.05)!important;
}
.quiz .content .content-in label.activ{
	border:1px solid #ff090f;
	color:#ff090f;
	box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.05)!important;
}
.quiz .content .content-in label.activ .check{
	background-color: #ff090f;
	color:#fff;
}
.quiz .content .content-in label.activ .radio{
	background-color: #ff090f;
	color:#fff;
}

.quiz .content .content-in label .check{
	display: block;
	width:20px;
	height: 20px;
	border-radius: 3px;
	border: none;
    background-color: #e8e8e8;
    float:left;
    margin-right: 10px;
    color:#e8e8e8;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.quiz .content .content-in label .radio{
	display: block;
	width:20px;
	height: 20px;
	border-radius: 100%;
	border: none;
    background-color: #e8e8e8;
    float:left;
    margin-right: 10px;
    color:#e8e8e8;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.quiz .content .content-in .q_blocks.n2{
	display:none;
}



.quiz .botom{
	width:100%;
	height: 60px;
	background-color: #fff;
	padding-top:5px;
}
.quiz .botom .but{
	width:150px;
	height: 50px;
	background-color: #fff;
	float:left;
	border-radius: 24px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;
	color:#999;
	transition: all 0.2s ease-out;
	user-select: none;
}
.quiz .botom .but.bak{
	box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.08)!important;
}
.quiz .botom .but.bak:hover{
	box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.18)!important;
}
.quiz .botom .but.bak .fa{
	margin-right: 5px;
	transition: all 0.2s ease-out;
}
.quiz .botom .but.bak:hover .fa{
	transform: translateX(-5px);
}
.quiz .botom .but.next{
	font-weight: 400;
	color:#fff;
	background-color: #ff454a;
	float:right;
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease-out;
}
@keyframes blik {
to{ transform: translateX(0px) rotate(35deg); }
30%{ transform: translateX(300px) rotate(35deg); }
100%{ transform: translateX(300px) rotate(35deg); }
}
.quiz .botom .but.next .blik{
	width:15px;
	height: 100px;
	top:-20px;
	background: linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));
	position: absolute;
	transform: rotate(35deg);
	left: -50px;
	animation: blik 4s linear infinite;
}
.quiz .botom .but.next:hover{
	background-color: #ff090f;
}




.top{
	background-color: #000;
	min-height: 30px;
	position: fixed;
	top:0px;
	padding-top:10px;
	padding-bottom:10px;
	z-index: 50;
}
.top .mail{
	text-align: right;
	color: #959595;
}
.top .tell{
	text-align: right;
	color:#fff;
}
.top p{
	margin: 0px;
}
.top p img{
	margin-right: 5px;
}
.top .tell p img{
	margin-top: -3px;
}
.top a{
	color:#fff;
}
.top .fa.fa-instagram{
    color:#757070;
    margin-right:20px;
    font-size:18px;
}
.top .fa.fa-vk{
    color:#757070;
    margin-right:20px;
    font-size:22px;
}
.top .fa.fa-whatsapp{
    color:#757070;
    margin-right:20px;
    font-size:22px;
}
.top .fa:hover{
    color:#f10;
}

.header{
	overflow: hidden;
	min-height: 100vh;
	background: url(img/bg-2.png) no-repeat center top;
	position: relative;
}

.header .text{
	min-height: 100vh;
}
.header h1{
	font-family:Roboto;  font-weight:300;
	color: #000;
	font-size: 44px;
}
.header h1 span{
	font-weight:500;
	color: #f10;
}
.header .pod_zag{
	font-size: 26px;
}


.header .content{
	padding-top: 25vh;
}
.header ul{
    list-style: none;
    margin: 0px;
    padding:0px;
    margin-top:30px;
}
.header ul li {
    background: url(img/ul.png) no-repeat center left;
    padding-left:25px;
    margin-bottom:10px;
    font-size: 24px;
}
.header .quiz{
    width:320px;
    max-width:100%;
    height:60px;
    line-height:60px;
    color:#fff;
    background-color: #f10;
    border:1px solid #f10;
    border-radius:35px;
    cursor:pointer;
    text-align:center;
    font-size:18px;
    font-weight:500;
    margin-top:30px;
    transition: all 0.2s ease-out;
    box-shadow: 0px 5px 30px rgba(255, 0, 0, 0.39); 
}
.header .quiz:hover{
    background-color: #fff;
    color:#f10;
    border:1px solid #fff;
}
.header a:hover{
    text-decoration:none;
}





.header .red{
	position: absolute;
    width:650px;
    height: 650px;
    background-color: #f10;
    border-radius: 100%;
    top:50%;
    margin-top:-325px;
    right:0px;
    text-align: center;
}
.header .red img{
    margin-left:-10%;
}
@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 0.2;
 }
 100% {
  transform: scale(1.5);
  opacity: 0;
 }
}
.header .red::before,
.header .red::after {
 content: '';
 position: absolute;
 border: 1px solid #f10;
 left: -10px;
 right: -10px;
 top: -10px;
 bottom: -10px;
 border-radius: 50%;
 animation: pulse 3s linear infinite;
 opacity: 0;
 z-index: -1;
}
.header .red::after {
 animation-delay: 2s;
}

.header .but{
    width: 230px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 35px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #999;
    margin-top: 15px;
    color: #000;
    background-color: #fff;
}




.bottom{
	width: 100%;
	min-height: 50px;
	margin-top:-160px;
	    margin-bottom: -20px;
}
.bottom .hand{
	min-height: 59px;
	margin-bottom: 20px;
	background: url(img/hand.png) no-repeat center left 15px;
	padding-left:89px;
	padding-top:10px;
}
.bottom .hand p{
	font-size: 24px;
	color:#000;
	line-height: 28px;
}
.bottom .hand p strong{
	font-size: 30px;
}
.bottom .hand p strong span{
	color:#f10;
}
.bottom .block{
	min-height: 150px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
	padding: 30px;
	position:relative;
}
.bottom .block .name{
	margin-top: 13px;
	color:#000;
	font-weight: 500;
	font-size: 18px;
}
.bottom .block .name span{
	margin-right: 10px;
	color:#f10;
	font-weight: 500;
	font-size: 16px;
}
.bottom .block img{
	width:40px;
	float:left;
	margin-right:15px;
}
.bottom .block .text{
	font-size: 14px;
}
.bottom .block .text span{
	font-size: 14px;
	color:#f10;
	cursor:pointer;
	font-weight:700;
}
.bottom .new{
    width: 50px;
    min-height: 20px;
    color: #fff;
    background-color: #f10;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position:absolute;
    top:5px;
    right:5px;
}



.portfolio .bg{
	min-height: 300px;
	background-color: #29282e;
	padding-top:80px;
	margin-top:0px;
}
.portfolio .bg .zag{
	font-size: 34px;
	font-weight:300;
	color: #fff;
	margin-bottom: 10px;
}
.portfolio .bg .pod_zag{
	font-size: 20px;
	line-height: 24px;
	font-weight:300;
	color: #fff;
}
.portfolio .bg img{
	transition: all 0.2s ease-out;
}
.portfolio .bg img:hover {
    transform: scale(1.03);
}
.portfolio .block {
    position: relative;
    margin-bottom: 20px;
}
.portfolio .bg_fon {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.portfolio .bg_fon:hover {
    opacity: 1;
}
.portfolio .bg_fon p{
	color: #fff;
}
.portfolio p.name{
	color: #0ca21c;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}
.portfolio a{
	color: #0ca21c;
}
.portfolio .but{
	color: #0ca21c!important;
	cursor: pointer;
}





.comment{
	min-height: 300px;
    background-color: none;
}
.comment .item{
	padding:45px 20px;
	transition: all 0.2s ease-out;
}
.comment .item:hover {
    transform: scale(1.02);
}
.comment .block{
	min-height: 150px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	padding: 30px;
}
.comment .block .ava{
	min-height: 50px;
	padding-left:60px;
	padding-top:5px;
	font-size: 14px;
	font-weight:500;
	color: #000;
	background-position: top left;
	background-repeat: no-repeat;
}
.comment .block .date{
	font-size: 12px;
	font-weight:300;
	color: #999;
}
.comment .block .ava a{
	text-decoration: none;
	color: #000;
}
.comment .block .ava a:hover{
	color: #4a76a8;
}
.comment .block .ava .fa{
	font-size: 18px;
	color: #4a76a8;
	margin-left:5px;
}
.comment .block .text p{
	text-align: justify;
	font-size: 14px;
	margin:0px;
}
.comment .owl-dots{
	display: none-;
}
.comment .sl{
	margin-top:-120px;
}
.comment .bg{
	min-height: 220px;
	background-color: #29282e;
	padding-left:0px;
	padding-top:50px;
}
.comment .bg .zag{
	font-size: 34px;
	font-weight:300;
	color: #fff;
}
.comment .bg .zag a{
 	color: #fff;
}
.comment .bg .zag a:hover{
 	text-decoration:none;
    color: #4a76a8;
}
.comment .bg .fa-vk{
    color: #4a76a8;
    margin-right: 15px;
}
.comment .bg .zag span{
	background-color: rgba(255, 255, 255, 0.32);
	padding:5px 10px;
	cursor: pointer;
	color:#29282e;
	transition: all 0.2s ease-out;
	font-size: 24px;
}
.comment .bg .zag span:hover {
    background-color: #f10;
    color: #ffffff;
}






.new .bg{
	min-height: 500px;
	background-color: #fff;
	padding-top:100px;
	padding-bottom:100px;
}
.new .bg .zag{
	font-size: 34px;
	line-height: 40px;
	font-weight:300;
	color: #000;
	margin-left:0px;
	margin-bottom: 10px;
}
.new .bg .pod_zag{
	font-size: 20px;
	line-height: 24px;
	font-weight:300;
	color: #000;
}
.new .block{
	width:100px;
	height:100px;
	-webkit-perspective: 1200px; 
	perspective: 1200px;
    -webkit-perspective-origin: 50% 50%; 
    perspective-origin: 50% 50%;
    padding:0px;
    margin-bottom:15px;
    float: left;
    margin-right: 5px;
}
.new .block .blockin{
	width:90px;
	height:90px;
	border:1px dashed #999;
	padding:25px;
	cursor:pointer;
	transition: all 0.2s ease-out;
}
.new .block img {
    transition: all 0.2s ease-out;
}
.new .block:hover img {
    transform: scale(1);
}
.new .name{
    font-size: 16px; 
    margin-bottom: 5px;
    font-weight: 500;
}
.new .text{
    font-size: 14px; 
}







.contact{
    min-height:300px;
    background-color:#e9e9e9;
    padding-top:100px;
    padding-bottom:50px;
    margin-top:50px; 
}
.contact .zag{
    font-size:24px;
    color: #000;
    font-weight:500;
    
}
.contact form input{
	width:100%;
	margin-bottom:20px;
	height:50px;
	border:none;
	border:1px solid #d6d3d3;
	font-size: 16px;
	text-align: left;
	padding:0px 20px;
	border-radius: 5px;
}
.contact form textarea{
	width:100%;
	margin-bottom:20px;
	min-height:100px;
	border:none;
	border:1px solid #d6d3d3;
	font-size: 16px;
	text-align: left;
	padding:20px;
	border-radius: 5px;
}
.contact form input[type="submit"]{
	border-radius: 5px;
	height:60px;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background-color: #f10;
    border: 1px solid #f10;
	width: 100%;
	text-transform: uppercase;
}
.contact form input[type="submit"]:hover{
	background: #fff;
	color:#f10;
}
.contact .avatar{
    width:80px;
    height:80px;
    border-radius:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	background-image:url(img/mt-1124-team-img06.jpg); 
	float:left;
	margin-right:15px;
	position:relative;
}
.contact .avatar .online{
    width:10px;
    height:10px;
    position:absolute;
    right:3px;
    top:60px;
    border-radius:100%;
    background-color:#51dc15;
    border:1px solid #fff;
}





.footer{
	min-height: 400px;
	background-color: #fff;
	padding-top:30px;
	padding-bottom:0px;
	text-align:center;
}






.buttom{
    width:260px;
    max-width:100%;
    height:60px;
    line-height:60px;
    color:#fff;
    background-color: #f10;
    border:0px solid #f10;
    border-radius:35px;
    cursor:pointer;
    text-align:center;
    font-size:18px;
    font-weight:500;
    transition: all 0.2s ease-out;
    box-shadow: 0px 5px 30px rgba(255, 0, 0, 0.39); 
    position:relative;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.buttom:hover{
    background-color: #fff;
    color:#f10;
    border:1px solid #fff;
}
.buttom.bl2{
	background-color: #23d160;
	box-shadow: 0px 5px 30px rgb(35, 209, 96);
	border:0px solid #fff;
}
.buttom.bl2:hover{
    background-color: #fff;
    color:#23d160;
    border:1px solid #fff;
}


.buttom .but_in{
	position: relative;
	z-index: 5;
}
@keyframes but {
0% {
	transform: translateX(0px) rotate(25deg);
}
30% {
	transform: translateX(400px) rotate(25deg);
}
100% {
	transform: translateX(400px) rotate(25deg);
}
}
.buttom .blick{
	position: absolute;
	z-index: 4;
	width: 30px;
	height: 100px;
	background: rgba(255, 255, 255, 0.55);
	top: -20px;
	left: -50px;
	animation: but 3s linear infinite;
}









.mod{
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0px);
    width: 350px;
    max-width: 100%;
    min-height: 60px;
    background-color: none;
    z-index: 9000;
    padding: 0px 30px 30px 30px;
    text-align: center;
    display: none_;
}



.fon{ 
	background-color: rgba(0, 0, 0, 0.9); 
	width:100%; 
	height:100%; 
	position:fixed; 
	z-index:200; 
	display:none; 
	top:0px;
}


.mess{
	position:fixed; 
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width:350px;
	max-width: 100%;
	min-height: 300px;
	background-color: #fff;
	z-index:250; 
	padding:1px 30px 30px 30px;
	text-align: center;
	display:none; 
}
.mess .zag{
	color:#000;
	font-size: 32px;
	font-weight: 700;
}

.mess form input{
	width:90%;
	margin-bottom:20px;
	height:40px;
	border:none;
	border-bottom:1px solid #999;
	font-size: 16px;
	text-align: center;
}
.mess form input[type="submit"] {
    width: 100%;
    height: 55px;
    border: none;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    color: #fff;
    background: #23d160;
    cursor: pointer;
}
.mess form input[type="submit"]:hover{
	background: #15a547;
}
.mess .x{
	width:35px;
	height:35px;
	margin:auto;
	background-color: #fff;
	cursor: pointer;
	margin-bottom:20px;
	margin-top:-9px;
	border-radius:100%;
	background-image: url(img/x.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	-webkit-background-position: center;
	-webkit-background-size: 15px;
	transition: all 0.1s ease-out;
}
.mess .x:hover{
	transform: rotate(90deg);
}
.mess .mini{
	font-size: 12px;
}





