@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 300;
	src: local("ProximaNova-Light"), local("Proxima Nova Light"), url(../fonts/ProximaNova-Light.woff) format("woff")
}

@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 400;
	src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url(../fonts/ProximaNova-Regular.woff) format("woff")
}

@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 500;
	src: local("ProximaNova-Semibold"), local("Proxima Nova Semibold"), url(../fonts/ProximaNova-Semibold.woff) format("woff")
}

@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 600;
	src: local("ProximaNova-Bold"), local("Proxima Nova Bold"), url(../fonts/ProximaNova-Bold.woff) format("woff")
}

*,
::after,
::before {
	box-sizing: inherit
}

html {
	min-width: 1330px;
	box-sizing: border-box;
	background-color: #fff
}

body {
	position: relative;
	margin: 0;
	font-family: "ProximaNova", "Arial", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #2f3441;
	background-color: #fff
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

a {
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto
}

.container {
	width: 1300px;
	padding: 0 15px;
	margin: 0 auto
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

.button-blue,
.header {
	display: flex;
	align-items: center
}

.button-blue {
	justify-content: center;
	width: 456px;
	height: 60px;
	font-size: 21px;
	line-height: 0;
	color: #fff;
	background-color: #0085ef;
	border-radius: 3px;
	transition: .2s
}

.button-blue:hover,
.hero__button:hover {
	background-color: #0276d2
}

.header {
	justify-content: space-between;
	min-height: 26px;
	border-bottom: 1px solid #d8d8d8;
	background-color: #fff
}

.header__logo {
	padding-left: 18px
}

.header__signin {
	line-height: 0
}

.hero {
	background: url(../img/main.png) no-repeat center;
	background-position-y: -90px;
	background-size: cover;
	color: #fff
}

.hero__wrapper {
	padding: 0 32px 0 60px
}

.hero__header {
	display: flex;
	align-items: flex-end;
	padding-top: 29px
}

.hero__header-phone {
	margin: 0 0 10px auto;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	letter-spacing: .27px
}

.hero__header-phone span {
	display: block;
	font-size: 13px;
	line-height: 16px
}

.hero__header-phone__link {
	color: #fff
}

.hero__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 54px 0 193px;
	position: relative
}

.hero__title {
	width: 940px;
	margin: 0;
	font-size: 60px;
	line-height: 69px;
	text-align: center;
	color: #009fdc
}

.hero__desc {
	margin: 18px 0 0;
	font-size: 30px;
	color: black;
	line-height: 39px;
	text-align: center
}

.hero__desc span,
.preorder__desc span,
.preorder__title span {
	display: block
}

.hero__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	margin-top: 44px
}

.hero__list-item {
	display: flex;
	justify-content: center
}

.hero__list-text {
	position: relative;
	width: 300px;
	margin: 0;
	padding-top: 60px;
	font-size: 20px;
	line-height: 30px;
	text-align: center
}

.hero__list-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 52px;
	height: 54px;
	background: url(../img/icon/icon-docs.svg) no-repeat center
}

.hero__list-text--court::before {
	background-image: url(../img/icon/icon-court.svg)
}

.hero__list-text--small {
	width: 230px
}

.hero__list-text--small::before {
	width: 83px;
	background-image: url(../img/icon/icon-penalty.svg)
}

.hero__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 494px;
	height: 70px;
	margin-top: 30px;
	padding: 0;
	font-family: inherit;
	font-size: 27px;
	line-height: 33px;
	color: #fff;
	background-color: #0085ef;
	border: 0;
	border-radius: 3px;
	transition: .2s
}

.about {
	position: relative;
}

.about__list {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	-moz-column-gap: 90px;
	column-gap: 10px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .05)
}



.about__list2 {
    display: grid;
    grid-template-columns: 50% 50%;
    -moz-column-gap: 90px;
    column-gap: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);

}


.about__item-text2 {
    position: relative;
    margin: 0;
   
    font-size: 30px;
    line-height: 40px;
}

.about__item-text {
	position: relative;
	margin: 0;
	padding-top: 89px;
	font-size: 30px;
	line-height: 40px
}

.about__item-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 109px;
	height: 70px;
	background: url(../img/icon/01.png) no-repeat center
}

.about__item-text--shield::before {
	width: 90px;
	background-image: url(../img/icon/02.png)
}

.about__item-text--doc::before {
	width: 110px;
	background-image: url(../img/icon/03.png)
}

.support {
	margin-top: 60px
}

.support__title {
	margin: 0;
	font-size: 45px;
	line-height: 46px;
	text-align: center
}

.support__content {
	padding: 39px 71px 74px;
	border: 1px solid #e6e6e6;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
	border-radius: 3px;
	background-color: #fff
}

.support__content:first-of-type {
	margin-top: 65px
}

.support__content-title {
	margin: 0;
	font-size: 35px;
	line-height: 46px;
	font-weight: 300;
	text-align: center
}

.support__chat-list {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 31% 37% 34%;
	-moz-column-gap: 90px;
	column-gap: 10px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
}

.chat-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 49px;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.chat-item:last-child {
	margin-bottom: 0
}

.chat-item__user-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.chat-item__user-text {
	padding: 0px 10px 0px 10px;
    font-size: 22px;
}

.chat-item__user-text--answer {
	padding: 31px 19px 29px 23px;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	background-color: #f6f6fa;
	border: 0
}

.support__inset {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center
}

.support__inset-title {
	width: 1130px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px
}

.support__inset-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	margin: 40px auto 0;
	font-size: 40px;
	line-height: 26px;
	color: #f00;
	border-radius: 10px;
	transition: .2s;
	border: 1px solid red;
}


.support__inset-link2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 55px;
    /* margin: 40px auto 0; */
    font-size: 27px;
    line-height: 26px;
    color: #8e8e8e;
    border-radius: 10px;
    transition: .2s;
    border: 1px solid #8e8e8e;
}

.preorder__button:hover {
	background-color: #0276d2
}

.preorder {
	margin-top: 78px
}

.preorder__wrapper {
	width: 1150px;
	margin: 0 auto
}

.preorder__title {
	width: 996px;
	margin: 0 auto;
	font-size: 33px;
	font-weight: 300;
	line-height: 40px;
	text-align: center
}

.preorder__desc {
	font-size: 18px;
	line-height: 1.44;
	text-align: center;
	padding-bottom: 23px
}

.preorder__form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 58px;
	margin-left: 0
}

.preorder__form-label {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	text-transform: uppercase;
	width: 277px;
	margin-right: 16px;
	margin-bottom: 0
}

.preorder__form-input {
	height: 46px;
	margin-top: 6px;
	padding-left: 20px;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	border-radius: 3px
}

.preorder__button {
	width: 260px;
	height: 46px;
	margin-left: auto;
	padding: 0;
	font-family: inherit;
	font-size: 18px;
	color: #fff;
	background-color: #0085ef;
	border: 0;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	transition: .2s
}

.preorder__form-permission {
	width: 230px;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	text-align: right
}

.footer__wrapper {
	display: flex;
	align-items: flex-end;
	width: 1150px;
	margin: 0 auto;
	padding: 56px 0 80px;
	line-height: 16px
}

.footer__copyright {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	font-size: 13px
}

.footer__policy {
	margin-top: 20px;
	text-decoration: underline;
	color: #2f3441
}

.footer__callback {
	margin: 0 0 0 185px;
	font-size: 13px
}

.footer__phone {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #2f3441
}

.footer__logo {
	margin-left: auto
}


/*# sourceMappingURL=style.min.css.map */

.about__item {
	border: 1px solid #e6e6e6;
	padding: 40px 40px 40px 40px;
	border-radius: 20px;
}