@font-face { font-family: "Lato Regular"; src: url("/local/templates/main/fonts/Lato/LatoRegular/LatoRegular.woff2") format("woff2"), url("/local/templates/main/fonts/Lato/LatoRegular/LatoRegular.woff") format("woff"), url("/local/templates/main/fonts/Lato/LatoRegular/LatoRegular.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: "Lato Medium"; src: url("/local/templates/main/fonts/Lato/LatoMedium/LatoMedium.woff2") format("woff2"), url("/local/templates/main/fonts/Lato/LatoMedium/LatoMedium.woff") format("woff"), url("/local/templates/main/fonts/Lato/LatoMedium/LatoMedium.ttf") format("truetype"); font-weight: medium; font-style: normal; }

@font-face { font-family: "Lato Bold"; src: url("/local/templates/main/fonts/Lato/LatoBold/LatoBold.woff2") format("woff2"), url("/local/templates/main/fonts/Lato/LatoBold/LatoBold.woff") format("woff"), url("/local/templates/main/fonts/Lato/LatoBold/LatoBold.ttf") format("truetype"); font-weight: 700; font-style: normal; }

@font-face { font-family: "Lato Black"; src: url("/local/templates/main/fonts/Lato/LatoBlack/LatoBlack.woff2") format("woff2"), url("/local/templates/main/fonts/Lato/LatoBlack/LatoBlack.woff") format("woff"), url("/local/templates/main/fonts/Lato/LatoBlack/LatoBlack.ttf") format("truetype"); font-weight: black; font-style: normal; }

.header--dark{background:white;} /*костыль!*/
h1 {
font-family: "Lato Black";
font-weight: black;
font-size: 50px;
line-height: 60px;
margin-bottom: 32px  !important;
margin-top:100px !important;
}

.btb-descr {
font-size: 14px;
line-height: 21px;
}

.btb-descr div {
padding-bottom: 20px;
}

.btb-descr .little-contact {
	text-align: right; 
	margin-top: -104px;
}

.btb-all-types {
	font-size: 14px;
	margin-top: 50px;
	/*margin-bottom:80px;*/
	display:flex;
	flex-wrap:wrap;
}

.btb-all-types a {
	display:block;
	flex-shrink:0;
	flex-grow:0;
	border: 1px solid #9EA9B1;
	border-radius: 25px;
	padding: 12px 30px;
	margin-right: 16px;
	text-decoration: none;
	color: #9EA9B1;
}

.btb-type a:hover {
	border: 1px solid black;
	color: black;
}

.bgGrad {
	background:  linear-gradient(180deg, rgba(217, 217, 217, 0) 53.12%, #F7F7F7 100%);
	padding-top: 85px;
}

.btb-type-descr-h {
	font-size: 34px;
	line-height: 41px;
	padding-bottom: 30px;
}

.btb-type-descr-h div {
	display: inline-block;
}

.btb-type-descr-h span {
	font-weight: black;
	font-family: "Lato Black";
}

.btb-type-descr-h img {
	width: 50px;
	margin-bottom: -5px;
	padding-right: 5px;
}

.type-intro-text {
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 21px;
}

.all-prod-type {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod-type *{box-sizing:border-box;}
.prod-type {
	box-sizing:border-box;
	display: inline-flex;
	width: 30%;
	border: 1px solid #C3D2E7;
	border-radius: 20px;
	background: #FFFFFF;
	margin: 0 15px 35px 0px;
	vertical-align: top;
	overflow: hidden;
	flex-basis: 30%;
	flex-direction: column;
	justify-content: space-between;
}

.prod-type img {
	width: 100%;
	height:auto;
}

.prod-type-text {
	padding: 25px;
	flex-grow: 2;
	display: flex;
	flex-direction: column;
}

.prod-type-h {
	font-weight: black;
	font-family: "Lato Black";
	font-size: 20px;
	line-height: 130%;
	/*height:2em;*/
	flex-basis:3em;
	flex-grow:0;
	flex-shrink:0;
}

.prod-type-about {
	font-size: 14px;
	line-height: 130%;
	padding-top: 20px;
	/*height:3em;*/
	flex-basis:80px;
	flex-grow:0;
	flex-shrink:0;
}

.prod-type ul {
	margin: 0;
}

.ul-point {
	font-weight: 400;
	font-family: "Lato Regular";
	font-size: 14px;
	line-height: 17px;
	color: #788996;
	padding: 20px 25px 20px 15px;
	flex-grow:2;
	flex-shrink:2;
	flex-basis: 50%
}

.ul-point li {
	font-size: 14px;
	font-weight: 400;
	font-family: "Lato Regular";
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	/*height:2em;*/
	list-style: disc;
	margin-bottom: 10px;
}

.ul-no-point {
	font-weight: 700;
	font-family: "Lato Bold";
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	flex-grow:2;
	flex-shrink:2;
	flex-basis:140px;
	min-height:90px;
}

.ul-no-point li {
	/*height:1em;*/
	list-style-type: none;
	font-size: 13px;
	line-height: 130%;
	margin-bottom: 10px;
}

.b-prod {
	display: flex;
	flex-basis:56px;
}

.b-prod a {
	display: inline-block;
	font-weight: 700;
	font-family: "Lato Bold";
	font-size: 15px;
	text-align: center;
	width: 50%;
	text-decoration: none;
}

.white-button {
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 0px 0px 0px 19px;
	color: black;
	padding: 15px 0;
	transition: 0.5s;
}

.white-button:hover {
	background: #FF7A00;
	color: #ffffff;
	border: 1px solid #FF7A00;
	transition: 0.5s;
	
}

.orange-button {
	background: linear-gradient(266.81deg, #EF7840 0.52%, #F5B24B 100%);
	border: 1px solid #FF7A00;
	border-radius: 0px 0px 19px 0px;
	color: #FFFFFF;
	padding: 15px 0;
	transition: 0.5s;
}

.orange-button:hover {
	background: linear-gradient(266.81deg, #EF7840 0.52%, #f89b0b 100%);
	color: #ffffff;
	transition: 0.5s;
}

.b-prod .ob-big {
	border-radius: 0px 0px 19px 19px;
	width: 100%;
}

.partner-button {
	background:white;
	border: 1px solid #E140EF;
	color: #E140EF;
	padding: 15px 0;
	border-radius: 0px 0px 0px 19px;
	transition: 0.5s;
}

.partner-button:hover {
	background: #E041EF;
	color: #ffffff;
	transition: 0.5s;
	border: 1px solid #E041EF;
	transition: 0.5s;
}

.b-prod .partner-button {
	width: 80%;
} 

.b-prod img {
    width: 25px;
    margin: -5px;
    padding-right: 10px;
}

.violet-button {
	color: #FFFFFF;
	background: linear-gradient(266.81deg, #516FF5 0.52%, #E041EF 100%);
	border: 1px solid #E041EF;
	border-radius: 0px 0px 19px 0px;
	padding: 15px 0;
	transition: 0.5s !important;
}

.violet-button:hover {
	background: linear-gradient(266.81deg, #E041EF 0.52%, #E041EF 100%);
	color: #ffffff;
	transition: 0.5s;
	border: 1px solid #FF7A00;
}



.modal__form .inputtext, .modal__form input[type="submit"] {
	
	border-radius: 0.75rem !important;
	
}



@media (max-width:520px) {
	.iw {
		flex-basis: 40px;
		flex-shrink: 0;
	}
	h1 {
		font-size: 30px;
		font-weight: black;
		font-family: "Lato Black";
		line-height: 36px;
		letter-spacing: 0em;
		text-align: left;
		margin-top: 20px !important;
	}
	.btb-descr .little-contact {
		margin-top: -1px;
	}
	
	.bgGrad{padding-top:34px;}
	.type-intro-text{padding-bottom:34px;}
	.btb-type-descr-h div{
		font-size: 25px;
		font-weight: 400;
		font-family: "Lato Regular";
		line-height: 30px;
		letter-spacing: 0em;
		text-align: left;		
	}
	.btb-type-descr-h span{
		font-size: 25px;
		font-weight: black;
		font-family: "Lato Black";
		line-height: 30px;
		letter-spacing: 0em;
		text-align: left;
	}
	.btb-type-descr-h img {
		display:block;
		width: 32px;
		margin: 0 0 0;
	}
	.btb-type-descr-h{display:flex;}
	.btb-all-types{display:none;}
	.all-prod-type{display:block;padding-bottom:80px;}
	.prod-type{width:85vw;margin-right:10px;}
	.bgGrad .slick-dots {
		bottom: 40px !important;
	}	
	.bgGrad .slick-dots li button::before{
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #D9D9D9;
		opacity: 1;
	}
	.bgGrad .slick-dots li.slick-active button::before {
		opacity: 1;
		background: #F39847;
	}
	.b-prod .partner-button {
		width: auto;
		font-size: 14px;
		display: inline-flex;
		justify-content: space-evenly;
		flex-basis:100%;
	}
	.violet-button{flex-basis:100%;padding-left:10px;padding-right:10px;}
	.b-prod .partner-button img {
		flex-basis: 25px;
		flex-shrink: 0;
		flex-grow: 0;
		padding: 0;
		margin: 0;
	}
}

a.a-btb {
	color: #000;
	text-decoration: none;
	transition: 1s;
}

a.a-btb:hover {
	color: orange;
	text-decoration: underline;
	transition: 0.3s;
}




