@font-face {
    font-family: 'CeraProRegular';
    src: url('fonts/CeraProRegular.eot');
    src: url('fonts/CeraProRegular.eot') format('embedded-opentype'),
         url('fonts/CeraProRegular.woff2') format('woff2'),
         url('fonts/CeraProRegular.woff') format('woff'),
         url('fonts/CeraProRegular.ttf') format('truetype'),
         url('fonts/CeraProRegular.svg#CeraProRegular') format('svg');
}

a,img,input,select,textarea,button{
	outline: none;
}

body{
	font-family: 'CeraProRegular';
	font-size: 1.8vw;
	padding: 15vw;
}

.hide{
	display: none;
}

.cont{
	width: 65vw;
	margin: auto;
}

.flex{
	display:flex;
}

.justify{
	justify-content: space-between;
}

.justifyc{
	justify-content: center;
}

.align{
	align-items: center;
}

.alignend{
	align-items: flex-end;
}

.header{
	margin-bottom: 2vw;
}

.logo{
	width: 9vw;
}

.header .icons{
	
}

.header .icons img{
	width: 2.5vw;
}

.bigh{
	font-size: 3.5vw;
	font-weight: bold;
}

.inputbig{
	font-size: 3.5vw;
	font-weight: bold;
	height: 3.8vw;
	width: 33vw;
	border: 0.07vw solid;
	padding-bottom: 0.3vw;
	background-color: #fff;
}

.noborder{
	border: none !important;
	background-color: transparent !important;
}

.edit{
	width: 2.1vw;
	cursor: pointer;
}

.ok{
	width: 2.1vw;
	cursor: pointer;
}

.cross{
	width: 2.1vw;
	cursor: pointer;
	margin-left: 0.5vw;
}

.gray_circle{
	width: 3vw;
	cursor: pointer;
}

.circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
}

[data-id="1"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #30e8aa;
}

[data-id="2"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #fe6881;
}

[data-id="3"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #30a3fc;
}

[data-id="4"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #e8d951;
}

[data-id="5"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #5e53c9;
}

[data-id="6"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #ace6d3;
}

[data-id="7"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #be2b43;
}

[data-id="8"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #4581b0;
}

[data-id="9"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #c9be5c;
}

[data-id="10"] .circle{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: 10vw;
	background-color: #9d95ec;
}

/*#ploshposev{
	height: 14vw;
}*/

.diagram{
	width: 10vw;
}

input{
	margin: 0 1vw;
	height: 1.8vw;
    width: 28vw;
	border: 0.07vw solid;
	font-size: 1.8vw;
	font-family: 'CeraProRegular';
	background-color: #fff;
}

.phone{
	width: 2.1vw;
}

.mail{
	width: 2.3vw;
	margin-right: 1.1vw;
}

.mb1{
	margin-bottom: 0.5vw;
}

.mb2{
	margin-bottom: 2vw;
}

.mb4{
	margin-bottom: 3vw;
}

.mb5{
	margin-bottom: 4vw;
}

.mt2{
	margin-top: 9vw;
}

.mr2{
	margin-right: 1vw;
}

.mr4{
	margin-right: 3vw;
}

.backhead{
	background-image: url(images/header.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 5.689vw;
    height: 5.689vw;
	font-size: 2vw;
	color: #fff;
	font-weight: bold;
}

.backhead .backheadtext{
	padding-top: 1.2vw;
	position: relative;
}

.backhead .backheadtext .lefth{
	left: 15.5vw;
    position: absolute;
}

.backhead .backheadtext .lefth2{
	right: 15.5vw;
    position: absolute;
}

.backhead .backheadtext .lefth3{
	left: 15.5vw;
    position: absolute;
}

.backhead .backheadtext .lefth4{
	    position: absolute;
    right: 15.5vw;
}

.backhead .backheadtext .lefth5 {
   left: 15.5vw;
    position: absolute;
}

.revers{
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.zag2{
	font-size: 2.7vw;
	font-weight: bold;
	background-image: url(images/green_underline.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 4vw;
	background-size: auto 0.1vw;
}

.zag3{
	font-size: 1.8vw;
	font-weight: bold;
}

.mainline{
	width: 41vw;
}

.vlog.mainline{
	width: 53vw;
}

.w100{
	width: 65vw;
}

.chart{
	margin-left: -35px;
	width: 25.5vw;
}

.mainsmallline{
	width: 13vw;
}

#ploshposevdiagram .legenddiagram.columns{
	display: flex;
}

#ploshposevdiagram .legenddiagram .column{
    margin-right: 2vw;	
}

.mainline .linetab{
	border-bottom: 0.14vw #d5d5d5 solid;
	width: 32vw;
}

.vlog.mainline .linetab{
	width: 44vw;
}

.vyruch .mainline .linetab{
	width: 38vw;
}

.mainline .linetab.last{
	border-bottom: 0;
}

.mainline .linetab .tdgreen{
	width: 8.5vw;
	background-color: rgba(49, 150, 63, 0.1);
	    padding: 0.5vw 0.8vw;
}

.vyruch .mainline .linetab .tdgreen{
	width: 10.5vw;
}

.vlog.mainline .linetab .tdgreen{
	width: 12.5vw;
}

.mainline .linetab .tdgreen input{
	background-color: rgba(49, 150, 63, 0.1);
	border: 0.07vw solid #000;
	width: 8vw;
	margin: 0px;
	height: 1.8vw;
}

.iconsb{
	width: 5vw;
}

.addk{
	color: #4ba357;
}

.bigdesc{ 
	font-size: 1.8vw;
    font-weight: bold;
    background-color: #FDEDDC;
    text-align: center;
    border-radius: 5vw;
    padding: 0.5vw 3vw;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.greyline{
	font-size: 1.8vw;
    font-weight: bold;
    background-color: #EBEBEB;
    padding: 0.5vw;  
}

.greenline{
	font-size: 1.8vw;
    font-weight: bold;
    color: #31963F;
}

.priceokup{
	margin: 0 1vw;
}

.inputokup input{
	    width: 10vw;
	    background-color: #fff;
}

.inputokup2 input{
	    width: 2vw;
	    background-color: #fff;
}

.iconokup{
	 margin: 0 1vw;
}
   
.diagram{
	width: 12vw;
}

.diagramd{
	width: 23vw;
}

.numbers{
	color: #ef7f1a;
}

.deviz{
	color: #31963f;
}

.bhtitle{
	position: absolute;
}

.vyruch{
	width: 45vw;
}

.vyruch .mainline {
    width: 42vw;
}

.qr {
	width: 7vw;
}

@media screen and (max-width: 1300px) {
	
	body {
		padding: 10vw;
	}

	.slick-vertical .slick-slide {
		height: 105vw;
	}
	
	.bigdesc {
		font-size: 1.6vw;
	}

	.bigdesc br {
		display: none;
	}
	
	.greyline {
		font-size: 1.6vw;
	}
	
	.mb2 {
    	margin-bottom: 1.5vw;
	}
	
	.mb4 {
    	margin-bottom: 1vw;
	}
	
	.mb5 {
    	margin-bottom: 0vw;
	}
	
	.bigh {
    	font-size: 2.5vw;
	}
	
	.flex-mob {
		display: flex;
		align-items: baseline;
    	justify-content: space-between;
	}
	
	.inputokup input {
		width: 8vw;
	}
	
	.mainline {
		width: auto;
	}
	
	.greenline.mb2 {
    	margin-bottom: 0vw;
	}
}











