@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

body {
	font-family: 'Montserrat-Light';
	font-size: 20px;
	line-height: 24px;
	color: #16345F;
}

.wrapper {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1600px;
}

a {
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
}

p {
	margin: 0 0 20px 0
}

img {
	max-width: 100%
}

.flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

h2, h3 {
	font-size: 36px;
	line-height: 44px;
	color: #286CDE;
	font-family: 'Montserrat-Bold';
	margin: 0 0 20px 0
}

h2 span, h3 span {
	color: #16345F;
}

h2 {
	margin: 70px 0 40px 0
}

.header {
	background: linear-gradient(89.8deg, #16345F -1.46%, #286CDE 28.99%);
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 25px 25px;
	height: 70px;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Montserrat-Regular';
}

.header .menu a {
	color: #fff;
	margin: 20px;
	border-bottom: 1px solid transparent;
	padding: 0 0 5px 0;
}

.header .menu a:hover {
	border-bottom: 1px solid #fff
}

.header img {
	height: 26px
}

.y-up {
	position: absolute;
	z-index: -1;
}

.y-down {
	position: absolute;
	z-index: -1;
}

.lang-links{
	padding: 0 50px 0 20px;
	display: flex;
}

.lang-links *{
	color: #fff;
}

.lang-links .current{
	border-bottom: 1px solid #fff
}

.whitebtn {
	border: 1px solid rgba(255, 255, 255, 0.75);
	filter: drop-shadow(0px 4px 4px rgba(22, 52, 95, 0.33));
	border-radius: 0px 0px 15px 15px;
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	height: 38px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	padding: 0 15px
}

.whitebtn:hover, .bigwhitebtn:hover {
	background: rgba(22, 52, 95, .8);
	color: #fff
}

.footer .whitebtn:hover {
	background: #fff;
	color: #16345F
}

.greenbtn {
	background: #4BBECF;
	margin: 0 0 0 20px;
	box-shadow: 0px 4px 4px rgba(22, 52, 95, 0.33);
	border-radius: 0px 0px 15px 15px;
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	height: 38px;
	color: #fff;
	font-family: 'Montserrat-Medium';
	padding: 0 15px
}

.greenbtn:hover {
	background: #16345F;
}


.bluebtn {
	background: #16345F linear-gradient(268.59deg, #286CDE 50%, #16345F 111.3%);
	box-shadow: 0px 4px 4px rgba(22, 52, 95, 0.33);
	border-radius: 0px 0px 20px 20px;
	display: inline-block;
	line-height: 60px;
	height: 60px;
	color: #fff;
	font-family: 'Montserrat-Medium';
	padding: 0 33px;
	margin-left: 4px;
}

.bluebtn:hover {
	background: #16345F
}

.bigwhitebtn {
	border-radius: 0px 0px 20px 20px;
	border: 1px solid #16345F;
	opacity: 0.6;
	filter: drop-shadow(0px 4px 4px rgba(22, 52, 95, 0.33));
	font-family: 'Montserrat-Regular';
	color: #16345F;
	font-size: 20px;
	margin: 0 0 0 20px;
	padding: 0 50px;
	display: inline-block;
	line-height: 58px;
	height: 60px;
	text-align: center;
	letter-spacing: 0.02em;
}


.screen1 {
	position: relative;
	padding: 40px 0;
	margin: 70px 0 0 0;
}

.screen1 .ttl {
	font-family: 'Montserrat-Medium';
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.01em;
	color: #16345F;
	margin: 10px 0 20px 0
}

.screen1 .y-up {
	top: -55px;
	left: 0;
}

.screen1 .y-down {
	bottom: -55px;
	right: 0;
}

.screen1 .slide__textblock {
	flex-basis: 50%;
}

.screen1 .slide__imageblock {
	flex-basis: 50%;
	padding-left: 30px;
}

.screen1 .slide__imageblock__image {
	margin: auto;
}

.screen2, .screen3 {
	background: url('../img/svg/pattern.svg') center;
	background-size: cover;
	position: relative;
	padding: 0 0 70px 0
}

.screen2 .flexbox {
	column-gap: 20px;
}

.screen2 .cols .cart {
	background: #FFFFFF;
	padding: 30px 20px;
	width: calc(33.333%);
	box-shadow: 0px 4px 4px 2px rgba(22, 52, 95, 0.33);
	transition: all .3s;
	border-radius: 25px;
}

.screen2 .cols .cart:hover {
	box-shadow: 0px 8px 8px 2px rgba(22, 52, 95, 0.33);
}

.screen2 .cols .cart img {
	margin: 0 auto;
	display: block;
}

.screen2 .cols .cart .desc {
	margin: 20px 0;
	min-height: 100px;
	max-height: 100px;
}

.screen2 .cols .cart a.arrow {
	display: block;
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #16345F;
	font-family: 'Montserrat-Medium';
}

.screen2 .cols .cart a.arrow:hover {
	font-family: 'Montserrat-SemiBold';
}

.screen2:before, .screen4:before {
	content: '';
	display: block;
	height: 70px;
	background: linear-gradient(89.8deg, #16345F -1.46%, #286CDE 28.99%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 25px 25px;
	transform: matrix(1, 0, 0, -1, 0, 0);
}

.screen3:before {
	content: '';
	display: block;
	height: 70px;
	background: linear-gradient(89.8deg, #16345F -1.46%, #286CDE 28.99%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 25px 25px;
}

.screen2:after, .screen3:after, .screen4:after {
	content: '';
	display: block;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 125px;
	left: 0;
	background: url('../img/svg/circles.svg') center no-repeat;
}

.screen3__layout {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 81px;
	margin-bottom: 70px;
}

.screen3__half {
	grid-column: span 1;
	align-items: center;
}

.screen3 .wrapper {
	position: relative
}

.screen3 ul.markers {
	margin: 0 0 0 40px
}

.screen3 ul.markers li {
	color: #16345F;
	font-family: 'Montserrat-SemiBold';
	list-style: none;
	clear: both;
	margin: 0 0 40px 0
}

.screen3 ul.markers li:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	float: left;
	margin: -6px 20px 0 0
}

.screen3 ul.markers li:nth-child(3n+1):before {
	background: linear-gradient(280.49deg, #44CBD3 -0.81%, #286CDE 187.3%);
}

.screen3 ul.markers li:nth-child(3n+2):before {
	background: linear-gradient(262.72deg, #44CBD3 16.18%, #286CDE 85.86%);
}

.screen3 ul.markers li:nth-child(3n+3):before {
	background: linear-gradient(268.59deg, #286CDE 50%, #16345F 111.3%);
}

.screen3 ul.rightlist {
	position: absolute;
	right: 0;
	top: 0px;
	list-style: none
}

.screen3 ul.rightlist li {
	color: #fff;
	text-align: center;
	padding: 18px 20px;
	margin: 0 0 40px;
	float: right;
	clear: both;
	min-width: 315px
}

.screen3 ul.rightlist li {
	background: #286CDE;
	box-shadow: 0px 4px 4px rgba(22, 52, 95, 0.33);
	border-radius: 0px 20px 20px 20px;
}

.screen3 ul.rightlist li:nth-child(even) {
	margin-right: 300px
}

.screen3 ul.rightlist li:last-child {
	background: linear-gradient(280.49deg, #44CBD3 -0.81%, #286CDE 187.3%);
	margin-right: 100px
}


.screen4 {
	position: relative;
}

.screen4 .y-up {
	top: 5px;
	right: 0;
	transform: rotateY(180deg);
}

.screen4 .y-down {
	bottom: -65px;
	left: 0;
	transform: rotateY(180deg);
}

.screen4 img {
	margin: 30px 0
}

.screen4 .textblock {
	text-align: right
}

.screen4 .links {
	margin: 0 0 50px 0;
}

.screen4 .links a {
	margin: 0 0 0 20px;
	font-size: 36px;
	line-height: 44px;
	font-family: 'Montserrat-Bold';
	background: linear-gradient(268.59deg, #286CDE 50%, #16345F 111.3%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.footer {
	background: #16345F;
	padding: 25px 0;
	color: #fff
}

.footer>.flexbox>div {
	width: 25%
}

.footer>.flexbox>div:nth-child(2) {
	width: 50%;
	text-align: center
}

.footer>.flexbox>div:nth-child(3) {
	text-align: right
}

.footer .copyright {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.01em;
	padding-top: 25px
}

.footer .copyright .links {
	font-size: 20px;
	line-height: 24px;
}

.footer .copyright .links a {
	margin: 0 0 0 20px
}

.footer a {
	color: #fff;
}

.footer .menu a {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
}

.footer .menu a:hover {
	font-family: 'Montserrat-SemiBold';
}

.slider .slick-dots {
	position: absolute;
	bottom: 2px;
	left: 140px;
	display: flex;
	list-style: none
}

.slider .slick-dots button {
	font-size: 0;
	border: none;
	background: #16345F;
	opacity: 0.3;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	cursor: pointer;
	margin: 0 10px
}

.slider .slick-dots .slick-active button {
	opacity: 1
}

.slider .arr {
	position: absolute;
	bottom: 0;
	z-index: 9;
	width: 15px;
	height: 15px;
	border-left: 1px solid #16345F;
	border-top: 1px solid #16345F;
	cursor: pointer
}

.slider .arr.slick-disabled {
	opacity: .3;
	cursor: default
}

.slider .arr.prev {
	transform: rotate(-45deg);
	left: 100px
}

.slider .arr.next {
	transform: rotate(135deg);
	left: 290px
}


.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 52, 95, 0.42);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 101;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 2rem 2.5rem;
	max-width: 1600px;
	max-height: 85%;
	width: 85%;
	border-radius: 25px;
	box-shadow: 0px 4px 4px 2px rgba(22, 52, 95, 0.33);
}

#modal4[lang="en"] .modal-content {
	max-width: 1400px;
}

.modal-cart {
	min-width: 300px;
	padding: 30px 8px;
	width: calc(33.333%);
}

.modal-cart img {
	margin: 0 auto;
	display: block;
}

.modal-cart .desc {
	margin: 20px 0;
	min-height: 100px;
	max-height: 100px;
}

.modal-title {
	display: flex;
	padding-bottom: 2rem;
}

.modal-title span:first-child {
	text-align: center;
	flex: auto;
	font-family: 'Montserrat-SemiBold';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
	color: #16345F;
}

.modal-content ul {
	padding-left: 2rem;
	list-style-type: none;
}

.modal-content ul li::before {
	display: inline-block;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	content: '';
	margin-right: 16px;
}

.modal-content ul li {
	padding: 0 0 1rem 0;
}

.close-button {
	width: 40px;
	height: 40px;
	line-height: 1.5rem;
	text-align: center;
	font-size: 64px;
	cursor: pointer;
	box-shadow: 0px 1px 1px rgba(22, 52, 95, 0.33);
	border-radius: 10px;
	color: white;
	padding-top: 7px;
	transition: .2s;
}

.close-button:hover {
	color: #16345F;
	background: rgba(22, 52, 95, 0.33);
	box-shadow: 0px 1px 1px rgba(22, 52, 95, 0.72);
}

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.dark-blue {
	background: #16345F;
}

.blue {
	background: #286CDE;
}

.light-blue {
	background: #4BBECF;
}

.light-blue-li li::before {
	background-image: linear-gradient(280.49deg, #44CBD3 -0.81%, #286CDE 187.3%);
}

.blue-li li::before {
	background-image: linear-gradient(268.59deg, #286CDE 50%, #16345F 111.3%);
}

.dark-blue-li li::before {
	background-image: linear-gradient(268.59deg, #1F457C 50%, #122B50 111.3%);
}

.cart-title {
	font-family: 'Montserrat-Medium';
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #16345F;
	padding: 2rem 0 3rem 0;
	height: 100%;
	margin: 0 auto;
}

.modal-flexbox {
	display: flex;
	column-gap: 8px;
}

.overflow{
	overflow-y: auto;
}

.modal-desc {
	margin-top: 20px;
}

@media(max-width:1800px) {
	.block__title {
		margin-left: 80px;
	}

	.header .wrapper {
		margin: 0 65px;
	}

	.screen1 .slide {
		margin: 0 50px;
	}
}

@media(max-width:1440px) {
	.screen4 img {
		margin: 50px 0;
		height: 425px
	}

	.screen3 ul.rightlist li:first-child {
		background: #4BBECF
	}

	.screen3 ul.rightlist li:nth-child(even) {
		margin-right: 260px
	}

	.screen3 ul.rightlist li:last-child {
		margin-right: 0px
	}
}

@media(min-width:1366px) {
	body {
		font-size: calc(20px + 0.1vw);
	}

	h2, h3 {
		font-size: calc(36px + 0.1vw);
	}

	.header a {
		font-size: calc(14px + 0.1vw);
	}

	.footer a {
		font-size: calc(14px + 0.1vw);
	}

	.footer .menu a {
		font-size: calc(14px + 0.1vw);
	}

	.footer .copyright {
		font-size: calc(12px + 0.1vw);
	}

	.bluebtn {
		font-size: calc(20px + 0.1vw);
	}

	.bigwhitebtn {
		font-size: calc(20px + 0.1vw);
	}

	.screen2 .cols .cart a.arrow {
		font-size: calc(16px + 0.1vw);
	}
}

@media(max-width:1280px) {
	.screen3 ul.rightlist li:nth-child(3) {
		background: #4BBECF
	}

	.screen1 {
		padding-bottom: 70px
	}
}

@media(max-width:1152px) {
	body {
		font-size: 18px;
		line-height: 22px;
	}

	.header .wrapper {
		justify-content: space-around;
	}

	.screen3 ul.rightlist li:nth-child(even) {
		margin-right: 150px
	}

	.footer .menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}

	.modal-content img {
		max-width: 200px;
	}

	.modal-flexbox {
		flex-wrap: wrap;
		overflow: auto;
		justify-content: space-evenly;
	}

	.modal-title {
		padding: 0rem 1rem 0.5rem 1rem;
	}

	.modal-title span:first-child {
		font-size: 24px;
		line-height: 24px;
		text-overflow: ellipsis;
	}

	.modal-content {
		padding: 1.5rem 0.5rem 0.5rem 0.5rem;
	}

	.modal-cart {
		padding: 0;
		min-width: 150px;
	}

	.modal-content ul {
		padding-left: 0;
	}

	.close-button {
		width: 30px;
		font-size: 48px;
		height: 30px;
		border-radius: 7px;
		padding-top: 5px;
		line-height: 1.3rem;
		font-weight: 800;
	}
}

@media(max-width:1024px) {
	body {
		font-size: 14px;
		line-height: 17px;
	}

	.header {
		height: auto;
		padding: 20px 0;
		position: relative;
	}

	.header .wrapper {
		margin: 0;
	}

	.header .flexbox {
		flex-direction: column;
		text-align: center
	}

	.header .flexbox .flexbox {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.header .menu a {
		margin: 20px 10px
	}

	.screen4 img {
		margin: 60px 0;
		height: 360px
	}

	.bluebtn {
		line-height: 50px;
		height: 50px;
		font-size: 14px;
		padding: 0 25px
	}

	.screen2 .cols .cart .desc, .screen3 ul.markers li {
		font-size: 16px;
		line-height: 20px;
	}

	.screen2 .cols .cart img {
		height: 200px
	}

	.screen3 ul.rightlist li {
		width: 275px;
		font-size: 16px;
		line-height: 20px;
	}

	.screen3 ul.rightlist li:nth-child(even) {
		margin-right: 70px
	}

	.screen2:after, .screen3:after, .screen4:after {
		left: -20px
	}

	.screen1 .slide__textblock img {
		height: 150px
	}

	.screen1 .ttl {
		font-size: 20px;
		line-height: 24px;
	}

	.bigwhitebtn {
		font-size: 14px;
		line-height: 50px;
		height: 50px;
		padding: 0 25px
	}

	.cart-title {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: 0.03em;
	}
}

@media(max-width:900px) {
	.screen2 .cols .cart {
		width: 100%;
		margin: 0 0 30px 0
	}

	.screen1 {
		padding-bottom: 40px;
		margin: 0 0;
	}

	.screen1 .slide__textblock {
		flex-basis: 100%;
	}

	.screen1 .slide__imageblock {
		display: none;
	}

	.screen1 .slide {
		padding-bottom: 50px;
		margin: 0 0 0 50px
	}

	.screen3__layout {
		margin-bottom: 30px;
	}
}


@media(max-width:600px) {
	h2 {
		margin: 40px 0 40px 0;
		text-align: center
	}

	.flexbox {
		flex-direction: column;
		text-align: center
	}

	.flexbox .flexbox {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.footer .menu{
		margin: 30px;
	}

	.footer>.flexbox>div {
		width: 100% !important;
		text-align: center !important
	}

	.footer .copyright .copy:first-child {
		margin-bottom: 10px;
	}
	
	.footer .copyright .copy:nth-child(2) {
		margin-bottom: 20px;
	}

	.screen4 img {
		margin: 30px 0;
		height: 300px;
	}

	.screen4 {
		margin: 0 0 30px 0
	}

	.screen4 br {
		display: none
	}

	.screen3 ul.rightlist {
		position: relative;
	}

	.screen2:after, .screen3:after, .screen4:after {
		left: -40px;
		top: 100px
	}

	.screen3__half {
		grid-column: span 2;
		margin-left: auto;
		margin-right: auto;
	}

	.screen3 ul.markers {
		margin-bottom: 20px;
	}

	.screen3 ul.markers li {
		margin: 0 0 30px 0
	}

	.screen3 ul.rightlist li:nth-child(even) {
		margin-right: 30px;
	}

	.screen2, .screen3 {
		padding: 0 0 40px 0
	}

	.screen2 .cols .cart {
		width: 100%;
		margin: 0 0 30px 0
	}

	.screen1 {
		background: none
	}

	.screen1 .slide {
		margin: 0
	}

	.screen2 .cols .cart .desc {
		min-height: 0
	}

	.block__title {
		margin-left: 30px;
	}

	.header .flexbox .flexbox>a::not(.lang-links) {
		margin-top: 16px;
		margin-bottom: 0px;
	}

	.modal-content img {
		max-width: 150px;
	}

	.modal-title {
		padding-left: 20px;
	}


	.modal-title span:first-child {
		font-size: 18px;
		line-height: 20px;
		text-overflow: ellipsis;
	}

	.modal-cart {
		width: 100%;
		padding: 0;
		min-width: 150px;
	}

	.modal-content ul {
		padding-left: 0;
	}

	.close-button {
		width: 20px;
		font-size: 32px;
		height: 20px;
		border-radius: 5px;
		padding-top: 0;
		line-height: 1.3rem;
		font-weight: 800;
	}

	.modal-content .flexbox ul li {
		text-align: left;
	}
}