* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
  font-family: 'Romul';
  src: url('fonts/Romul.woff2') format('woff2'),
       url('fonts/Romul.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Light.woff2') format('woff2'),
       url('fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.woff2') format('woff2'),
       url('fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Medium.woff2') format('woff2'),
       url('fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Futura Book';
  src: url('fonts/FuturaPT-Book.woff2') format('woff2'),
       url('fonts/FuturaPT-Book.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaPT-Medium.woff2') format('woff2'),
       url('fonts/FuturaPT-Medium.woff') format('woff');
  font-weight: 500;
}


header {
	display: flex;
	justify-content: center;
}

.header-container {
	width: 100%;
	max-width: 1620px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.header-text p {
	font-family: 'Romul';
	font-weight: 400;
	font-size: 12px;
	color: #1e5ca5;
	line-height: 20px;
	letter-spacing: 1px;
}

.logo img {
	width: 220px;
}

.header-line {
	width: 1px;
	height: 68px;
	background-color: rgba(48, 78, 147, 0.1);
}

.header-block-content1 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-block-content2 {
	display: flex;
	align-items: center;
	gap: 40px;
}

nav {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	top: 11px;
}

nav a {
	font-family: 'Futura';
	font-weight: 500;
	font-size: 20px;
	color: #1e5ca5;
	text-decoration: none;
}

.header-block2 {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.header-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.header-social a {
	text-decoration: none;
}

.header-contact {
	border: none;
	background-color: transparent;
	gap: 5px;
	display: flex;
	align-items: center;
}

.header-contact:hover {
	cursor: pointer;
}

.header-contact span {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	color: #1e5ca5;
}

.burger {
	border: none;
	background-color: transparent;
	display: none;
}

.burger:hover {
	cursor: pointer;
}

.sidebar {
	position: fixed;
	top: 0;
	right: -420px;
	width: 420px;
	height: 100%;
	background-color: white;
	box-shadow: -2px 0 5px rgba(31, 30, 30, 0.2);
	transition: right 0.3s ease;
	z-index: 200;
	padding: 80px 20px 80px 20px;
}

.sidebar.active {
	right: 0;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	background-color: transparent;
}

.close-btn:hover {
	cursor: pointer;
}

.sidebar-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sidebar-links a {
	font-family: 'Futura';
	font-weight: 500;
	font-size: 18px;
	color: #1e5ca5;
	text-decoration: none;
}

.sidebar-social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sidebar-social a {
	text-decoration: none;
}


.sidebar-block {
	position: absolute;
	bottom: 0;
	padding-bottom: 80px;
	gap: 10px;
	display: flex;
	flex-direction: column;
}

.sidebar-contact {
	border: none;
	background-color: transparent;
	gap: 5px;
	display: flex;
	align-items: center;
}

.sidebar-contact:hover {
	cursor: pointer;
}

.sidebar-contact span {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	color: #1e5ca5;
}










main {
	width: 100%;
	height: auto;
	background: linear-gradient(to right, #2571bb 0%, #207dc8 26%, #399ee4 65%, #46a8e8 100%);
	display: flex;
	justify-content: center;
}

.main-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1570px;
	position: relative;
	align-items: flex-end;
	
}

.main-image {
	background-image: url(image/1211_3.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 990px;
	max-width: 990px;
	height: 660px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.main-image2 {
	background-image: url(image/44444_1.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 368px;
	max-width: 368px;
	height: 460px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.main-container {
	padding: 20px 20px 50px 20px;
	width: 100%;
	max-width: 600px;
}

.subtitle {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	opacity: .6;
}

h1 {
	font-family: 'Futura Book';
	font-weight: 400;
	margin: 40px 0px 30px;
	color: #fff;
}

.main2 {
	font-size: 50px;
	padding: 30px 0px 30px 0px;
}

main h1 {
	font-size: 40px;
	width: 100%;
	max-width: 600px;
}

.main-block span {
	font-family: 'Futura';
	font-weight: 500;
	font-size: 21px;
	color: #93D8FF;
}

.main-block p {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-wrap: wrap;
	margin-left: 78px;
	margin-bottom: 30px;
}

.main-open {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	background-color: #46a8e8;
	width: 330px;
	height: 62px;
	border: none;
	border-radius: 30px;
	margin-left: 78px;
	margin-top: 30px;
	position: relative;
  overflow: hidden;
}


.main-open::after {
  content: '';
  position: absolute;
  top: 0;
  left: -102%;
  width: 100%;
  height: 100%;
  background: #37B7FF40;
  transform: skewX(-20deg);
  z-index: 1;
  pointer-events: none; 
  animation: slide 5s infinite;
}

/* Анимация полосы */
@keyframes slide {
  0% {
    left: -120%;
  }
  50% {
    left: 102%;
  }
  100% {
    left: 100%;
  }
}

.main-open span {
  position: relative;
  z-index: 2;
}

.main-open:hover {
	cursor: pointer;
}

.main-section {
	display: flex;
	align-items: center;
	border: 1px solid #3F88C9;
	padding: 5px;
	border-radius: 30px;
	width: 100%;
	gap: 20px;
	margin-bottom: 20px;
}

.main-section svg {
	width: 50px;
	height: 50px;
	min-width: 50px;
}

.main2-container{
	max-width: 1300px;
}















.container {
	position: fixed;
	display: inline-block;
	right: 0;
	bottom: 0;
	margin: 0px 60px 60px 0px;
	z-index: 200;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2;
}

.plus {
	display: block;
}
.cross {
	display: none;
}
.main-button.active .plus {
	display: none;
}
.main-button.active .cross {
	display: block;
}
.pulse {
	display: block;
}
.main-button.active .pulse {
	display: none;
}
.circle {
	display: inline-block;
}

.main-button {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #00aeef;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
	z-index: 4;
}

.main-button.active {
	background-color: #d6d6d6ea;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 8px 4px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 8px 4px rgba(255, 255, 255, 0.6);
	z-index: 4;
}

.cross {
	display: none;
	z-index: 4;
}

.main-button.active .cross {
	display: block;
	z-index: 4;
}

.circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
	opacity: 0;
}

.circle.red {
	width: 46px;
	height: 46px;
	top: -40px;
	z-index: 3;
	transition: .2s linear;
	text-decoration: none;
}

.circle.red:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
}

.circle.green {
	width: 46px;
	height: 46px;
	top: -60px;
	z-index: 3;
	transition: .2s linear;
	text-decoration: none;
}

.circle.green:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
}

.main-button.active + .circle.red {
	top: -60px;
	opacity: 1;
}

.main-button.active + .circle.red + .circle.green {
	top: -120px;
	opacity: 1;
}

.pulse {
	content: '';
	position: absolute;
	border: 1px solid #00aeef70;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	animation: pulse-animation 1.5s infinite;
	z-index: 2;
}

.pulse:nth-child(2) {
	animation-delay: 0.5s;
}

.pulse:nth-child(3) {
	animation-delay: 1s;
}

@keyframes pulse-animation {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}










section {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}


.navigation {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1370px;
	padding: 80px 0px 0px 0px;
}

.nav-hidden {
	display:	block;
}

.nav-hidden2 {
	display: none;
}

.navigation a {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 17px;
	color: #184b8c;
	text-decoration: none;
	padding: 0px 18px 18px 18px;
	border-bottom: 1px solid #EFEFEF;
	transition: .3s linear;
}

.navigation .navigation-active {
	border-bottom: 1px solid #26B0FF;
	color: #000000;
	font-weight: 500;
}

.navigation a:hover {
	border-bottom: 1px solid #26B0FF;
	color: #000000;
}






.reasons {
	width: 100%;
	max-width: 1370px;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 80px 20px;
	display: flex;
}

.reasons-information {
	width: 100%;
	max-width: 1000px;
}

.reasons-information h1 {
	color: #26b0ff;
	font-size: 50px;
}

.reasons-information p {
	font-weight: 500;
	font-size: 20px;
	color: #184b8c;
	font-family: 'Futura';
	margin-bottom: 40px;
}

.reasons-information-container {
	width: 100%;
	max-width: 1000px;
}

.reasons-information-container span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #686868;
	line-height: 30px;
}

.reasons-button {
	display: flex;
	align-items: center;
	gap: 20px;
	border: none;
	background-color: transparent;
	transition: .3s linear;
	position: relative;
	top: 100px;
}

.reasons-button:hover {
	cursor: pointer;
}

.reasons-content {
	display: flex;
	flex-direction: column;
}

.reasons-button span {
	text-align: left;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 15px;
	color: #000000;
	transition: .3s linear;
}

.reasons-button p {
	text-align: left;
	font-family: 'Futura';
	font-weight: 500;
	font-size: 23px;
	color: #000000;
	transition: .3s linear;
}

.reasons-button:hover span {
	color: #184B8C;
}

.reasons-button:hover p {
	color: #184B8C;
}




ul.custom-list {
	list-style-type: none;
}
ul.custom-list li::before {
	content: "• ";
	color: #184b8c; 
	font-size: 28px;
	position: relative;
	top: 4px;
}

ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 15px 0px 15px 30px;
}

ul li {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #686868;
	line-height: 30px;
}



ul.court-ul {
	list-style-type: none;
}
ul.court-ul li.court-li::before {
	content: "• ";
	color: #fff; 
	font-size: 28px;
	position: relative;
	top: 4px;
}

ul.court-ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 15px 0px 15px 30px;
}

ul.court-ul li.court-li {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}








.court {
	background-image: url(image/court.svg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 20px 50px 20px;
	width: 100%;
}

.court h1 {
	font-size: 50px;
}

.court-container {
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}

.court-information {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 30px 0px 40px 0px;
	text-wrap: wrap;
	padding: 0px 20px 0px 20px;
}

.court-information2 {
	gap: 0px;
}

.court-information p {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-wrap: wrap;
}

.court-card {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 13px 10px 13px 30px;
	border: 1px solid rgba(196, 209, 226, 0.2);
	width: 100%;
	max-width: 452px;
}

.court-card-block {
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	border-radius: 50%;
	background-color: #fff;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 23px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto';
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
}

.court-card p {
	width: 100%;
	max-width: 300px;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 17px;
	color: #8ed0f6;
}

.court-cards {
	display: flex;
	gap: 10px;
}





.disputes {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.disputes h1 {
	color: #26b0ff;
	font-size: 50px;
}

.disputes-image {
	background-image: url(image/disputes.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 978px;
}

.disputes-image2 {
	background-image: url(image/benefit2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 778px;
}

.disputes-image3 {
	background-image: url(image/benefit3.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 778px;
}

.disputes-container {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
}

.disputes-information {
	width: 100%;
	max-width: 1000px;
	padding: 40px 0px 80px 100px;
	position: relative;
	left: -200px;
	background-color: #fff;
}

.disputes-information span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #686868;
	line-height: 30px;
}







.inevitable {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.inevitable h1 {
	color: #26b0ff;
	font-size: 50px;
}

.inevitable-image {
	background-image: url(image/inevitable.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 978px;
}

.inevitable-image2 {
	background-image: url(image/inevitable2.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 978px;
}

.inevitable-image3 {
	background-image: url(image/inevitable3.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 778px;
}

.inevitable-container {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
}

.inevitable-information {
	width: 100%;
	max-width: 1000px;
	padding: 40px 100px 80px 0px;
	margin-right: -200px;
	background-color: #fff;
	position: absolute;
	right: 0px;

}

.inevitable-information span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #686868;
	line-height: 30px;
}












.benefit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.benefit h1 {
	color: #26b0ff;
	font-size: 50px;
}

.benefit-image {
	background-image: url(image/benefit.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 778px;
}

.benefit-container {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
}

.benefit-information {
	width: 100%;
	max-width: 910px;
	padding: 20px 0px 40px 100px;
	position: relative;
	left: -200px;
	background-color: #fff;
}

.benefit-information span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #686868;
	line-height: 30px;
}






.warranty h1 {
	color: #184b8c;
	font-size: 50px;
	margin: 0px;
	border-bottom: 1px solid #184b8c20;
	padding: 30px 0px 40px 0px;
	text-align: center;
}

.warranty-block-text {
	width: 100%;
	padding: 64px 55px 60px 55px;
	max-width: 685px;
	height: auto;
	background-color: #F7F9FB;
}

.warranty-block-text p {
	font-family: 'Futura';
	font-weight: 500;
	font-size: 20px;
	color: #184b8c;
	line-height: 30px;
}

.warranty-block-card {
	width: 100%;
	max-width: 370px;
	padding: 43px 55px 30px 55px;
	background-color: #26B0FF;
	position: relative;
	z-index: 2;
	top: -200px;
	left: 250px;
}

.block-card-container {
	display: flex;
	justify-content: space-between;
}

.warranty-block-card span {
	font-family: 'Futura';
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	max-width: 100px;
}

.warranty-block-card p {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	margin: 28px 0px 0px 28px;
}

.warranty-block-image {
	position: relative;
	left: -70px;
	margin: -40px 0px 0px 0px;
}

.warranty-card {
	width: 300px;
	height: 250px;
	display: flex;
	flex-direction: column;
	padding: 20px 30px 20px 30px;
}

.warranty-card img {
	width: 63px;
}

.warranty-card span {
	font-family: 'Futura';
	font-weight: 500;
	font-size: 22px;
	color: #26b0ff;
	width: 100%;
	max-width: 250px;
	margin: 10px 0px 20px 0px;
}

.warranty-card p {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #737373;
	width: 100%;
	max-width: 250px;
}

.warranty-card-line {
	height: 250px;
	width: 1px;
	background-color: #eaedf5;
}

.warranty-cards-up {
	display: flex;
	align-items: center;
}

.warranty-cards-down {
	display: flex;
	align-items: center;
}

.warranty-cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.warranty-content {
	display: flex;
}










.chapter {
	width: 100%;
}

.chapter h1 {
	color: #184b8c;
	font-size: 50px;
	text-align: center;
	border-bottom: 1px solid #184b8c30;
	text-decoration: none;
	margin: 0px;
	padding: 30px 0px 40px 0px;
}

.chapters {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	background-color: #FAFAFA;
	padding: 30px 0px 30px 0px;
}

.chapter-buttons {
	display: flex;
	align-items: center;
}

.chapter-button {
	border: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 264px;
	height: 204px;
	position: relative;
	font-family: 'Futura Book';
	font-weight: 400;
	font-size: 28px;
	color: #184b8c;
	background-color: #FAFAFA;
}

.chapter-button:hover {
 cursor: pointer;
}
 
.chapter-button.active {
	 background-color:#FAFAFA;
	 color: #fff;
}

.chapter-button.active .chapter-card {
	background-color: #184B8C;
	-webkit-box-shadow: 0px 0px 8px 6px rgba(28, 103, 161, 0.3);
	-moz-box-shadow: 0px 0px 8px 6px rgba(28, 103, 161, 0.3);
	box-shadow: 0px 0px 8px 6px rgba(28, 103, 161, 0.3);
}


.chapter-button.active .chapter-line {
	background-color: #184B8C;
}

.chapter-button.active .chapter-arrow svg path {
	fill: #184B8C;
}

.chapter-button p {
	font-family: 'Futura Book';
	font-weight: 400;
	font-size: 20px;
	color: #b7b7b7;
	margin: 10px 0px 15px 0px;
	width: 100%;
}

.chapter-block {
	display: flex;
	flex-direction: column;
}

.chapter-content {
	display: none;
	background-color: #FAFAFA;
	width: 100%;
	max-width: 1400px;
	height: 260px;
	padding: 40px 20px 40px 20px;
	font-size: 26px;
	font-weight: 300;
	color: #FFFFFF;
}


.chapter-card {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #184B8C;
}

.chapter-line {
	width: 100%;
	height: 1px;
	background-color: #E4F2FB;
	position: absolute;
	bottom: 0;
}

.chapter-arrow svg path {
	fill: transparent;
}

.chapter-content button {
	width: 100%;
	max-width: 320px;
	height: 62px;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 19px;
	color: #184b8c;
	border-radius: 30px;
	border: 1px solid #184b8c50;
	transition: .3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	background-color: #FAFAFA;
}

.chapter-content button:hover {
	border: 1px solid #184b8c;
	cursor: pointer;
}

.chapter-content p {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #686868;
	text-align: center;
	line-height: 30px;
}






.slider-container {
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
	display: none;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  max-width: 1300px;
  height:	auto;
  background-color: none;
  background-color: #FAFAFA;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.slider-button {
  background: none;
  cursor: pointer;
	border: none;
}

.prev-button {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(90deg);
}

.prev-button svg path {
	fill: #00aeef;
	transition: .3s linear;
}

.prev-button:hover svg path {
	fill: #184B8C;
}

.next-button {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
  transform: rotate(-90deg);
}

.next-button svg path {
	fill: #00aeef;
	transition: .3s linear;
}

.next-button:hover svg path {
	fill: #184B8C;
}

.slider-block {
	width: 100%;
	max-width: 270px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.slider-block p {
	font-family: 'Futura Book';
	font-weight: 400;
	font-size: 20px;
	color: #b7b7b7;
	margin: 10px 0px 15px 0px;
	width: 100%;
	text-align: center;
}

.slider-block {
	font-family: 'Futura Book';
	font-weight: 400;
	font-size: 28px;
	color: #184b8c;
}

.slider-block .chapter-arrow svg path {
	fill: #184B8C;
}

.slider-block .chapter-line {
	width: 100%;
	height: 1px;
	background-color: #E4F2FB;
	position: relative;
	margin-top: 20px;
}

.slide-content button {
	width: 100%;
	max-width: 320px;
	height: 62px;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 19px;
	color: #184b8c;
	border-radius: 30px;
	border: 1px solid #184b8c50;
	transition: .3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	background-color: #FAFAFA;
	margin-top: 30px;
}

.slide-content button:hover {
	border: 1px solid #184b8c;
	cursor: pointer;
}

.slide-content p {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #686868;
	text-align: center;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
}

.slider-infomation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slider-buttons {
	display: flex;
	align-items: center;
}

.slider-button-line {
	height: 50px;
	width: 1px;
	background-color: #184B8C40;
	margin: 0px 10px 0px 10px;
}

.slider-infomation h1 {
	color: #184b8c;
	font-size: 30px;
	text-align: center;
	border-bottom: 1px solid #184b8c30;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	position: relative;
	left: 45px;
	padding: 20px 0px 20px 0px;
}


footer {
	padding: 30px 0px 30px 0px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	background-color: #FAFBFD;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer-socials a {
	text-decoration: none;
}

.footer-text p {
	font-family: 'Romul';
	font-weight: 400;
	font-size: 12px;
	color: #1e5ca5;
	line-height: 20px;
	letter-spacing: 1px;
}














.form-container {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
	width: 100%;
	max-width: 500px;
}

.form-block {
	background-color: #207dc8;
	height: 62px;
}

.form-block h4 {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.form-container form {
	padding: 20px;
	gap: 20px;
	display: flex;
	flex-direction: column;
}


.form-container input {
	width: 100%;
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	border: 1px solid #184b8c30;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.form-container input::placeholder {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.form-container input:focus {
	outline: none;
}

.form-container h2 {
	margin-top: 0;
}
.form-container .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.form-container .close-button svg rect {
	fill: #fff;
	transition: .2s linear;
}

.form-container .close-button:hover svg rect {
	fill: #184B8C;
}

.form-container .confirm-button {
	display: inline-block;
	width: 15px;
	min-width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	background-color: rgba(89, 122, 170, 0.36);
}
.form-container .confirm-button .inner-circle {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-56%, -50%);
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
}
.form-container .confirm-button.confirmed {
	background: rgba(89, 122, 170, 0.36);
}
.form-container .confirm-button.confirmed .inner-circle {
	display: block;
}
.form-container .submit-button {
	border: none;
	border-radius: 20px;
	cursor: not-allowed;
	background: transparent;
	width: 100%;
	max-width: 150px;
	padding: 12px 0px 11px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border: 1px solid #b1b1b1;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #b1b1b1;
}
.form-container .submit-button.active {
	background: #00aeef;
	color: #fff;
	cursor: pointer;
	border: 1px solid #00aeef;
}

.form-accept {
	display: flex;
}

.form-accept span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	color: #949494;
}

.form-accept a {
	color: #184B8C;
	text-decoration: none;
}

.form-text {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 12px;
	color: #949494;
}

h4 {
	font-family: 'Futura';
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}






.reasons-form-container {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
	width: 100%;
	max-width: 500px;
}

.reasons-form-block {
	background-color: #207dc8;
	height: 92px;
}

.reasons-form-block h4 {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.reasons-form-block p {
	text-align: center;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #93d6fd;
}


.reasons-form-container form {
	padding: 20px;
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.reasons-form-container textarea {
	border: 1px solid #184b8c30;
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
	resize: none;
}

.reasons-form-container textarea::placeholder {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.reasons-form-container textarea:focus {
	outline: none;
}

.reasons-form-container input {
	width: 100%;
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	border: 1px solid #184b8c30;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.reasons-form-container input::placeholder {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.reasons-form-container input:focus {
	outline: none;
}

.reasons-form-container h2 {
	margin-top: 0;
}
.reasons-form-container .reasons-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.reasons-form-container .reasons-close-button svg rect {
	fill: #fff;
	transition: .2s linear;
}

.reasons-form-container .reasons-close-button:hover svg rect {
	fill: #184B8C;
}

.reasons-form-container .reasons-confirm-button {
	display: inline-block;
	width: 15px;
	min-width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	background-color: rgba(89, 122, 170, 0.36);
}
.reasons-form-container .reasons-confirm-button .reasons-inner-circle {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-56%, -50%);
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
}
.reasons-form-container .reasons-confirm-button.reasons-confirmed {
	background: rgba(89, 122, 170, 0.36);
}
.reasons-form-container .reasons-confirm-button.reasons-confirmed .reasons-inner-circle {
	display: block;
}
.reasons-form-container .reasons-submit-button {
	border: none;
	border-radius: 20px;
	cursor: not-allowed;
	background: transparent;
	width: 100%;
	max-width: 150px;
	padding: 12px 0px 11px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border: 1px solid #b1b1b1;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #b1b1b1;
}
.reasons-form-container .reasons-submit-button.active {
	background: #00aeef;
	color: #fff;
	cursor: pointer;
	border: 1px solid #00aeef;
}

.reasons-form-accept {
	display: flex;
}

.reasons-form-accept span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	color: #949494;
}

.reasons-form-accept a {
	color: #184B8C;
	text-decoration: none;
}

.reasons-form-text {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 12px;
	color: #949494;
}


.consul-form-container {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
	width: 100%;
	max-width: 500px;
}

.consul-form-block {
	background-color: #207dc8;
	height: 92px;
}

.consul-form-block h4 {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.consul-form-block p {
	text-align: center;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #93d6fd;
}

.consul-form-container form {
	padding: 20px;
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.consul-form-container textarea {
	border: 1px solid #184b8c30;
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
	resize: none;
}

.consul-form-container textarea::placeholder {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.consul-form-container textarea:focus {
	outline: none;
}

.consul-form-container input {
	width: 100%;
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	border: 1px solid #184b8c30;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.consul-form-container input::placeholder {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	color: #184b8c90;
}

.consul-form-container input:focus {
	outline: none;
}

.consul-form-container h2 {
	margin-top: 0;
}

.consul-form-container .consul-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.consul-form-container .consul-close-button svg rect {
	fill: #fff;
	transition: .2s linear;
}

.consul-form-container .consul-close-button:hover svg rect {
	fill: #184B8C;
}

.consul-form-container .consul-confirm-button {
	display: inline-block;
	width: 15px;
	min-width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	background-color: rgba(89, 122, 170, 0.36);
}

.consul-form-container .consul-confirm-button .consul-inner-circle {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-56%, -50%);
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
}

.consul-form-container .consul-confirm-button.consul-confirmed {
	background: rgba(89, 122, 170, 0.36);
}

.consul-form-container .consul-confirm-button.consul-confirmed .consul-inner-circle {
	display: block;
}

.consul-form-container .consul-submit-button {
	border: none;
	border-radius: 20px;
	cursor: not-allowed;
	background: transparent;
	width: 100%;
	max-width: 150px;
	padding: 12px 0px 11px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border: 1px solid #b1b1b1;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #b1b1b1;
}

.consul-form-container .consul-submit-button.active {
	background: #00aeef;
	color: #fff;
	cursor: pointer;
	border: 1px solid #00aeef;
}

.consul-form-accept {
	display: flex;
}

.consul-form-accept span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	color: #949494;
}

.consul-form-accept a {
	color: #184B8C;
	text-decoration: none;
}

.consul-form-text {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 12px;
	color: #949494;
}




.mains-reasons-form-container {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
	width: 100%;
	max-width: 500px;
}

.mains-reasons-form-block {
	background-color: #207dc8;
	height: 62px;
	position: relative;
}

.mains-reasons-form-block h4 {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.mains-reasons-form-container form {
	padding: 20px;
	gap: 20px;
	display: flex;
	flex-direction: column;
}
.mains-reasons-form-container .mains-reasons-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.mains-reasons-form-container .mains-reasons-close-button svg rect {
	fill: #fff;
	transition: .2s linear;
}

.mains-reasons-form-container .mains-reasons-close-button:hover svg rect {
	fill: #184B8C;
}

.main-telegram {
	width: 100%;
	background-color: #00aeef;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 40px;
	border-radius: 20px;
}

.main-telegram {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.main-whatsapp {
	width: 100%;
	background-color: #45D354;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 40px;
	border-radius: 20px;
}

.main-whatsapp {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}











@media (max-width: 1300px) {
	.logo img {
		width: 170px;
	}

	nav a {
		font-size: 15px;
	}

	.header-contact span {
		font-size: 13px;
	}

	.header-text p {
		font-size: 10px;
	}

	.nav-hidden {
		display: none;
	}

	.nav-hidden2 {
		display: block;
	}


	main h1 {
		font-size: 28px;
	}

	.main-block span {
		font-size: 17px;
	}

	
	.main-block p  {
		font-size: 14px;
	}

	.main-section svg {
		width: 40px;
	}

	.main-container button {
		font-size: 14px;
		height: 40px;
	}

	.navigation {
		padding: 40px 0px 0px 0px;
	}

	.navigation a {
		font-size: 15px;
	}

	.reasons {
		padding: 0px 20px 50px 20px;
	}

	.reasons-information h1 {
		font-size: 40px;
	}

	.reasons-information p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.reasons-information-container span {
		font-size: 14px;
	}

	ul li {
		font-size: 14px;
	}

	.court-card p {
		text-align: center;
	}

	.court-cards {
		display: flex;
		align-items: center;
	}

	.court-card {
		height: 175px;
		padding: 10px 0px 0px 0px;
		gap: 20px;
		flex-direction: column;
	}

	.court-card2 {
		height: 250px;
	}


	.court-information p {
		font-size: 14px;
	}

	.court h1 {
		font-size: 30px;
	}

	.court-information {
		margin: 0px 0px 20px 0px;
	}

	.court-card-block {
		width: 50px;
		min-width: 50px;
		height: 50px;
		min-height: 50px;
		font-size: 18px;
	}

	.court-card p {
		font-size: 16px;
	}

	.disputes {
		flex-direction: column;
		padding: 0px 20px 0px 20px;
	}

	.disputes-information {
		left: 0px;
	}

	.disputes-information {
		padding: 10px 0px 50px 0px;
	}

	.disputes-image {
			width: 100%;
			max-width: 1180px;
			aspect-ratio: 1180 / 932;
			overflow: hidden;
			box-sizing: border-box;
			height: auto;
	}

	.disputes-image2 {
		width: 100%;
		max-width: 1180px;
		aspect-ratio: 1180 / 932;
		overflow: hidden;
		box-sizing: border-box;
		height: auto;
}

	.disputes-image3 {
		width: 100%;
			max-width: 1180px;
			aspect-ratio: 1180 / 932;
			overflow: hidden;
			box-sizing: border-box;
			height: auto;
	}

	.disputes h1 {
		font-size: 40px;
	}

	.disputes-information span  {
		font-size: 14px;
	}

	.inevitable {
		flex-direction: column-reverse;
		padding: 0px 20px 0px 20px;
	}

	.inevitable-information {
		left: 0px;
	}

	.inevitable-information {
		padding: 10px 0px 50px 0px;
		position: relative;
		top: 0;
	}

	.inevitable-container {
		height: auto;
	}

	.inevitable-image {
			width: 100%;
			max-width: 1180px;
			aspect-ratio: 1180 / 932;
			overflow: hidden;
			box-sizing: border-box;
			height: auto;
	}

	.inevitable-image2 {
		width: 100%;
		max-width: 1180px;
		aspect-ratio: 1180 / 932;
		overflow: hidden;
		box-sizing: border-box;
		height: auto;
}

	.inevitable-image3 {
		width: 100%;
			max-width: 1180px;
			aspect-ratio: 1180 / 932;
			overflow: hidden;
			box-sizing: border-box;
			height: auto;
	}

	.inevitable h1 {
		font-size: 40px;
	}

	.inevitable-information span  {
		font-size: 14px;
	}

	.benefit {
		flex-direction: column;
		padding: 0px 20px 0px 20px;
	}

	.benefit-information {
		left: 0px;
	}

	.benefit-information {
		padding: 10px 0px 50px 0px;
	}

	.benefit-image {
			width: 100%;
			max-width: 1180px;
			aspect-ratio: 1180 / 932;
			overflow: hidden;
			box-sizing: border-box;
			height: auto;
	}

	.benefit-image2 {
		width: 100%;
		max-width: 1180px;
		aspect-ratio: 1180 / 932;
		overflow: hidden;
		box-sizing: border-box;
		height: auto;
	}

	.benefit-image3 {
		width: 100%;
		max-width: 1180px;
		aspect-ratio: 1180 / 932;
		overflow: hidden;
		box-sizing: border-box;
		height: auto;
	}

	.benefit h1 {
		font-size: 40px;
	}

	.benefit-information span  {
		font-size: 14px;
	}


	.chapter {
		display: none;
	}

	.warranty-block-image  {
		display: none;
		margin: 0;
	}

	.warranty-block-card {
	top: 0;
	left: 0;
	}

	.warranty-content {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.warranty-block-card {
		max-width: 686px;
	}

	.warranty h1  {
		font-size: 40px;
	}

	.warranty-block-text {
		padding: 34px 25px 30px 25px;
	}
	

	.warranty-block-text p {
		font-size: 16px;
	}

	.warranty-card {
		height: 200px;
	}

	.warranty-block-card span  {
		font-size: 20px;
	}

	.warranty-card img  {
		width: 50px;
	}

	.warranty-card span  {
		font-size: 18px;
	}

	.warranty-card p {
		font-size: 14px;
	}

	.warranty-card-line {
		height: 200px;
	}

	.warranty-cards {
		gap: 0px;
	}

	.chapter {
		display: none;
	}

	
	.slider-container {
		display: block;
	}

}


@media (max-width: 1000px) {

	.burger {
		display: block;
	}

	nav {
		display: none;
	}

	.header-line {
		display: none;
	}

	.header-text {
		display: none;
	}

	.header-social {
		display: none;
	}

	.header-contact {
		display: none;
	}

	.main-image {
		display: none;
	}

	.main-image2 {
		display: none;
	}

	.court-cards {
		flex-direction: column;
	}

	.court-card {
		display: flex;
		align-items: center;
		flex-direction: row;
		width: 100%;
		max-width: 100%;
		padding: 13px 20px 13px 20px;
		height: auto;
	}

	.court-card p {
		text-align: start;
		max-width: 100%;
	}

	.warranty-cards-up {
		display: flex;
		flex-direction: column;
	}

	.warranty-cards-down {
		display: flex;
		flex-direction: column;
	}

	.warranty-card-line {
		display: none;
	} 

	.warranty-card {
		width: 100%;
	}

	.warranty-card p {
		max-width: 100%;
	}

	.warranty-container {
		display: flex;
		align-items: start;
		flex-direction: column;
		justify-content: start;
	}
	
	.container {
		position: fixed;
		display: inline-block;
		right: 0;
		bottom: 0;
		margin: 0px 20px 20px 0px;
		z-index: 200;
	}	

	.sidebar  {
		right: -320px;
		width: 320px;
	}

	.reasons-block {
		display: none;
	}

	.main-open {
		width: 230px;
	}

}






@media (max-width: 500px) {
	.navigation {
		display: flex;
		align-items: start;
		flex-direction: column;
		justify-content: start;
		gap: 20px;
	}
}