* {	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	width: 100%;
	min-width: 320px;
}
body {
	width: 100%;
	font-family: "Noto Sans", Arial, sans-serif;
	min-width: 320px;
}
.main-wrapper {
	width: 100%;
	min-height: 100%;
	min-width: 320px;
	padding: 0 30px;
}
a {
	color: #ce253d;
	border-bottom: 1px solid #ce253d;
	text-decoration: none;
}
p {
	margin: 0 0 20px 0;
}
p:last-child {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left
}
.header {
	max-width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, .5);;
}
.topline {
	height: 80px;
	position: relative;
}
.topline__logo {
	position: absolute;
	top: -4px;
	left: -10px;
	width: 50%;
	min-width: 160px;
	height: 100%;
	background-image: url(../img/logo_white.svg);
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-size: 196px;
}
.topline__logo a {
	display: block;
	width: 200px;
	height: 100%;
	border: 0;
}
.topline__tel {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	min-width: 160px;	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 15px;
}
.topline__tel div {	
	display: inline-block;
	text-align: right;
	padding: 0 15px 0 0;
}
.topline__tel a {
	display: block;
	border: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;	
}
.topline__tel span {
	font-size: 10px;
	line-height: 14px;
	color: #b2b2b2;
}
.banner__stores {
	font-size: 0;
}
.banner__stores a {
	border: 0;
}
.banner__overlay {
	width: 45%;
	height: 271px;
	background: rgba(255,255,255,.5);
	border-radius: 15px;
	margin-left: 50px;
	padding: 20px 40px;
	min-width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner__overlay h1 {
	font-weight: 700;	
	color: #343338;	
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -.01em;  
	margin: 0 0 0 0;
}
.banner__overlay img {
	max-width: 122px;
	margin: 0 0.5%;
	width: 32.333%;
}

.banner__button {
	display: block;
	border: 0;
	font-size: 17px;
	line-height: 14px;
	padding: 15px 20px;
	color: #fff;
	background: #ce253d;
	max-width: 360px;
	max-width: calc(2% + 366px);
	text-align: center;
	border-radius: 10px;
	margin: 25px 0.5%;
	transition: 0.3s;
}
.banner__button:hover {
	background: #bf263d;
}

.h-text-left{
	text-align: left;
}

.main-text {
	background-color: #f5f5f8;
	border-radius: 15px;
	padding: 28px 32px;
	font-size: 16px;
	color: rgb(105,105,105);
}
.main-part {
	max-width: 1230px;
	margin: 0 auto;
	text-align: center;
}
.blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
	width: 100%;
	gap: 0px 20px;
}
.blocks__block {
	background-color: #f5f5f8;
	border-radius: 15px;
	padding: 28px 32px;
	font-size: 16px;
	color: rgb(105,105,105);
	margin-bottom: 20px;
	position: relative;
	flex: 1 1 450px;
	position: relative;	
	overflow: hidden;
	text-align: left;
	transition: 0.3s;
}
.blocks__block:after {
	content: '';
	position: absolute;
	bottom: -31px;
	right: -30px;
	width: 135px;
	height: 135px;
	background: #fcfcfd;
	border-radius: 50%;
	z-index: 1;
	transition: 0.2s;
}
.blocks__links {	  
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: flex;	
	flex-wrap: wrap;
	padding-right: 65px;
}
.blocks__link {	
    border: 1px solid transparent;
    background: #fff;
    color: #ce253d;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;    
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
	padding: 0 15px;
	margin: 18px 15px 0px 0px;
	
}
.blocks__link:hover {
	background: #b22034!important;
	color: #fff;
}

.blocks__block:hover a {
	background: #ce253d;
	color: #fff;
}
.blocks__block:hover {
	background: #fff;
	box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.05);
}
.blocks__block:hover:after {
	background: transparent;
	transform: scale(1.5);
}
.blocks__block:hover a:before {
	background: #ce253d;
	color: #fff;
}
.mobile-app {
	background: #f9f9fb;
	width: 100%;    
	display: flex;
	justify-content: flex-end;
	margin-top: 260px;
	padding: 15px 0;
}
.mobile-app div {
	width: 50%;
	position: relative;
}
.pdf {	
	width: 100%;
	height: 50px;
	margin: 0;
	display: flex;
	justify-content: flex-end;	
	margin-top: 12px;
}
.pdf__files {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.pdf__file {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 25px;
	border: 0;
	line-height: 15px;
	font-size: 13px;
	color: #666;
	margin-top: 13px;
}
.pdf__file img {
	margin-right: 10px;	
}
.mobile-app__text {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
}
.mobile-app__text img {
	vertical-align: bottom;
	margin: 0 0 1px 0;
}
.mobile-app__stores {
	margin: 0;
}
.mobile-app__stores a {
	border: 0;
}
.mobile-app__stores img {
	width: 125px;
	margin-right: 10px;
}
.mobile-app__overaly {
	position: absolute;
	top: -240px;
	left: -350px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #f9f9fb;
	margin-top: 20px;
	padding: 0 15px;
}
.footer__inner {
	display: flex;
	max-width: 1230px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.footer__copyright {
	flex: 1 1 300px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: darkgrey;
	line-height: 14px;
}
.footer__social {
	flex: 1 1 300px;		
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer__social a{
	border: 1px solid #9b9b9b;
	margin-left: 10px;
	border-radius: 50%;
	width: 38px;
	height: 38px;
}

.js-toggle th:nth-child(2){
	min-width: 537px;
}
.js-toggle{
	cursor: pointer;
}
.desc-hidden{
	display: none;
}

.col-d-8.banner__text {
	background-color: rgba(248, 248, 249, .58);
	border-radius: 15px;
	color: #3e3d3d;
	max-width: 640px
}

.banner__text h1{
	margin: 20px auto;
}

.main-wrapper .content{
	margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
	.container__background {
		background: url(../img/kasko3-1200х560.jpg) no-repeat;
		background-size: contain;
	}
}

@media (max-width: 1000px) {
	.blocks__block p {
		font-size: 22px;
	}
	.main-wrapper {
		padding: 0;
	}
	.topline {
		border-radius: 0;
	}
	.background {
	margin-top: 0;
	height: 333px;
	border-radius: 0;
	}
	.banner {
		border-radius: 0;
		margin-top: 0;
		height: 333px;
		margin-top: -363px;
	}
	.banner__overlay {
		width: 50%;
	}
	.banner__button {
		padding: 13px 20px;
	}
	.banner h1 {
		font-size: 29px;
		line-height: 30px;
	}
	.main-text {
		margin: 0 15px;
	}
	.main-part {
		padding: 0 15px;
	}
	.mobile-app__overaly {
		left: -73%;
	}
	.footer__social {
		justify-content: center;
	}
	.footer__social span{
		text-align: center;
		padding-bottom: 5px
	}
}

@media (max-width: 768px) {	
	.blocks__block p {
		font-size: 21px;
	}
	.topline__logo {
	background-size: 170px;
	}	
	.background {
		height: 240px;
	}
	.banner {				
		height: auto;		
		overflow: visible;
		display: block;
		position: relative;
		margin-top: -85px;
		margin-bottom: 20px;
	}
	.banner__overlay {
		margin: 0 15px;
		width: auto;
		height: auto;
		text-align: center;		
		min-width: auto;
		display: block;
		background: #f5f5f8;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1), #f5f5f8)
	}
	.banner__overlay img {
		max-width: 110px;
		width: 32.3333%;
		margin: 0 0.5%;
	}
	.banner h1 {
		font-size: 25px;
		line-height: 27px;
	}
	.banner__button {
		display: inline-block;
		width: 100%;
		max-width: 200px;
	}
	.blocks__block a:before {
		line-height: 35px;
		width: 165px;
	}
	.blocks__block:after {
		display: none;
	}
	.blocks__block img {
		right: 18px;
		bottom: 20px;
		width: 60px;
		background: #fcfcfd;
		border-radius: 50%;
		padding: 7px;
		box-sizing: border-box;
	}
	.main-text {
		font-size: 14px;
	}
	.blocks__block {
		font-size: 14px;	
	}
	.mobile-app {
		padding: 15px;
	}
	.mobile-app__overaly {
		display: none;
	}
	.mobile-app div  {
		width: 100%;    
		text-align: center;
	}
	.pdf__files {
		width: 100%;
	justify-content: center;
	}
	.mobile-app {
		margin-top: 50px;
	}
	.footer {
		margin-top: 50px;
	}
	.pdf {
		height: auto;
		padding: 0 15px;
	}
	.mobile-app__text {
		font-size: 19px
	}
	.blocks__block ul {
		margin-bottom: 30px;
	}
	.blocks__links {
		position: relative;
		left: 0;
		bottom: 0;
	}
	.blocks__link {
		width: 200px;
		font-size: 14px;
	}
}
@media (max-width: 350px) {
	.blocks__block img {
		background: transparent;
	}
	.banner__overlay img {
		width: 48%;
		max-width: auto;
		margin-bottom: 5px;
	}
	.mobile-app__text {
		font-size: 18px
	}
	.topline__logo {
		background-size: 150px;
	}
	.banner h1 {
		font-size: 22px;
		line-height: 25px;
	}
	.blocks__block p {
		font-size: 20px;
	}
	.blocks__link {
		margin-right: 0;
	}
}