@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body
{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: black;
}

body:before
{
	content: '';
	position: fixed;
	width: 4rem;
	height: 100%;
	top: 0;
	left: 0;
	background: #ebebeb;
	z-index: 2;
}

body::-webkit-scrollbar,
*::-webkit-scrollbar
{
    width: 6px;
	background-color: #3086DD;
}

body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb
{
    background-color: #07294b;
	border-radius: 0;
}

a, a:hover
{
	text-decoration: none;
	transition: 0.3s ease all;
}

a:hover
{
	color: #ed1c24;
}

.spamfu
{
	display: none;
}

/*====================================*/
/*First screen and header section*/
/*====================================*/
.section-header
{
	min-height: 100vh;
	padding-top: 68px;
	background: fixed url('../img/bg-main.svg') center center no-repeat #0B4886;
	background-size: contain;
	position: relative;
	z-index: 3;
}

.section-header .lang,
.section-header .lang a
{
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #3086DD;
}

.section-header .lang
{
	margin-bottom: 40px;
}

.section-header .lang a:hover
{
	color: white;
}

.section-header h1
{
	font-family: Inter;
    font-weight: bold;
    font-size: 43px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.55em;
    color: #FFFFFF;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.section-header img
{
	margin-bottom: 175px;
}

/*======================================*/
/*Adv section under first screen*/
/*======================================*/
.section-advantage
{
	margin-top: -6.25rem;
	padding-bottom: 5.5rem;
	position: relative;
	z-index: 3;
}

.section-advantage img
{
	margin-bottom: 1.5rem;
}

.section-advantage .info
{
	font-size: 18px;
	line-height: 160%;
	color: #000000;
}

/*======================================*/
/*Product section*/
/*======================================*/
.section-product
{
	padding-top: 4.5rem;
}

.section-product .owl-carousel .owl-item img
{
	border: 2px solid #EBEBEB;
	margin-bottom: 1.5rem;
}

.section-product h2
{
	font-weight: bold;
	font-size: 52px;
	line-height: 160%;
	color: #0B4886;
	text-align: center;
	margin-bottom: 3.25rem;
}

.section-product h3
{
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	color: #8E8E8E;
}

.section-product .owl-carousel .owl-stage-outer
{
	background: white;
    padding-top: 1rem;
}

.section-product .more
{
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
	text-decoration-line: underline;
	color: #0B4886;
	cursor: pointer;
	transition: 0.3s ease all;
}

.section-product .more:hover
{
	color: black;
}

.section-product .owl-carousel .owl-nav
{
	text-align: center;
}

.section-product .owl-carousel .owl-nav button.owl-prev,
.section-product .owl-carousel .owl-nav button.owl-next
{
	border-width: 0 !important;
	outline-width: 0 !important;
	background: url('../img/arrow-blue.svg') center center no-repeat transparent;
	width: 70px;
	height: 110px;
	margin: 15px;
	cursor: pointer;
}

.section-product .owl-carousel .owl-nav button.owl-prev span,
.section-product .owl-carousel .owl-nav button.owl-next span
{
	display: none;
}

.section-product .owl-carousel .owl-nav button.owl-next
{
	transform: rotate(180deg);
}

.section-product .owl-carousel .owl-nav button.owl-prev.disabled,
.section-product .owl-carousel .owl-nav button.owl-next.disabled
{
	background-image: url('../img/arrow-gray.svg')
}

/*======================================*/
/*Info section*/
/*======================================*/
.section-info
{
	padding-top: 60px;
	margin-bottom: 5rem;
	position: relative;
	z-index: 3;
}

.section-info h2
{
	font-weight: bold;
	font-size: 52px;
	line-height: 160%;
	color: #0B4886;
}

.section-info .info
{
	-ms-flex-align: center!important;
    align-items: center!important;
	
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
	color: #000000;
}

.section-info .info .col-md-6
{
	padding-left: 0;
	padding-right: 0;
}

.section-info .info h3
{
	font-weight: bold;
	font-size: 36px;
	line-height: 160%;
	color: #545454;
}

.section-info .info:nth-child(2n) .block-img
{
	padding-right: 0;
	padding-left: 4rem;
}

.section-info .info:nth-child(2n+1) .block-img
{
	padding-left: 0;
	padding-right: 4rem;
}

.section-info .info:nth-child(4n-1) .block-img
{
	padding-left: 4rem;
	padding-right: 4rem;
	position: relative;
}

.section-info .info:nth-child(4n-1) .block-img:before
{
	content: '';
	position: absolute;
	width: 4rem;
	height: 100%;
	top: 0;
	left: 0;
	background: #0B4886;
}

.section-info .info:nth-child(4n-1)
{
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.section-info .info:nth-child(4n-1):before
{
	content: "";
	position: absolute;
	width: 4rem;
	height: 100%;
	top: 0;
	right: 0;
	background: #ebebeb;
}

.section-info .info:nth-child(4n+1)
{
	position: relative;
	padding-top: 5rem;
	padding-bottom: 0;
}

.section-info .info:nth-child(4n+1):before
{
	content: "";
	position: absolute;
	width: 4rem;
	height: 100%;
	top: 0;
	right: 0;
	background: #0B4886;
}

.section-info h2,
.section-info .info:nth-child(2n) .block-info
{
	margin-left: calc(50vw - 565px);
}

.section-info .info:nth-child(2n+1) .block-info
{
	margin-right: calc(50vw - 565px);
}

/*======================================*/
/*Contact section*/
/*======================================*/
.section-contact
{
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #0B4886;
	color: white;
	position: relative;
	z-index: 2;
}

.section-contact .country
{
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 1.75rem;
}

.section-contact .country span
{
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	padding-left: 2rem;
}

.section-contact h2 
{
	font-weight: bold;
	font-size: 52px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 2rem;
}

.section-contact .contact
{
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	margin-bottom: 1rem;
	display: inline-block;
}

.section-contact .contact:hover
{
	color: #3086DD;
}

.section-contact .contact:before
{
	content: '';
	background: url('../img/phone.svg') center center no-repeat;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
}

.section-contact .mail
{
	min-width: 300px;
}

.section-contact .mail:before
{
	background-image:  url('../img/mail.svg');
}

.section-contact .map:before
{
	background-image:  url('../img/map.svg');
}

.section-contact button
{
	
	background-color: white;
	color: #0B4886;
	font-weight: bold;
	font-size: 20px;
	line-height: 74px;	
	text-align: center;
	padding: 0 46px;
	border-width: 0 !important;
	outline-width: 0 !important;
	margin-bottom: 2rem;	
	cursor: pointer;
	transition: 0.3s ease all;
}

.section-contact button:hover
{
	color: #ffffff;
	background-color: #07294b;
}

.section-contact .copyright
{
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.595em;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}

/*======================================*/
/*Img modal*/
/*======================================*/
#imgModal .modal-body
{
	padding: 0 1rem;
}

#imgModal  .modal-dialog 
{
    max-width: 50vw;
}

#imgModal #imgCarousel .carousel-inner img
{
	border: 2px solid #EBEBEB;
}


#imgModal .carousel-control-next, #imgModal .carousel-control-prev
{
	position: static;
	display: inline-block;
	width: 50%;
	padding: 1rem;
}

#imgModal .carousel-control-next img
{
	transform: rotate(180deg);
}

#imgModal h3
{
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #8E8E8E;
	text-align: center;
}

#imgModal .modal-header
{
	width: 100%;
	padding: 1rem 2rem;
    margin-bottom: 0;
	-ms-flex-align: center!important;
    align-items: center!important;
	border-bottom-width: 0;
}

.modal .close
{
	position: absolute;
    right: 1rem;
	outline-width: 0 !important;
}

/*======================================*/
/*Order modal*/
/*======================================*/
div.wpcf7 .ajax-loader
{
	display: block !important;
}

#orderModal .input
{
	width: 100%;
	background: white;
	font-weight: 500;
	font-size: 20px;
	line-height: 74px;
	color: #0B4886;
	margin-bottom: 0.5rem;
	border-width: 0;
	outline-width: 0 !important;
	padding: 0 1.5rem;
	max-height: 300px;
}

#orderModal .modal-dialog
{
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
}

#orderModal .input::placeholder
{
	color: #0B4886;
}

#orderModal .modal-content
{
	background: #216DBB;
}

#orderModal h3
{
	width: 100%;
	font-weight: 600;
    font-size: 36px;
    line-height: 160%;
    color: #ffffff;
	text-align: center;
}

#orderModal .modal-header
{
	padding: 2rem 3rem 1rem;
    border-bottom-width: 0;
}

#orderModal .modal-body
{
	padding: 0 3rem 3rem;
}

#orderModal .filebox
{
	font-weight: 500;
	font-size: 18px;
	line-height: 72px;
	height: 74px;
    min-width: 170px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 1.5rem;
	border: 1px solid #FFFFFF;
	position: relative;	
}

#orderModal .file
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#orderModal .submit
{
	font-weight: 500;
	font-size: 18px;
	line-height: 72px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 2.5rem;
	border: 1px solid #FFFFFF;
	background: transparent;
}

@media (max-width: 1279px)
{
	.section-product .owl-carousel
	{
		z-index: 2;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
	body:before 
	{		
		width: 2.5rem;
	}
	
	.container
	{
		max-width: 930px;
	}
	
	.section-header .img-block
	{
		min-height: 80vh;
	}
	
	.section-header h1 
	{
		font-size: 32px;
		line-height: 36px;
	}
	
	.section-header img 
	{
		margin-bottom: 150px;
	}
	
	.section-advantage 
	{
		margin-top: -80px;
	}
	
	.section-info h2, .section-info .info:nth-child(2n) .block-info 
	{
		margin-left: calc(50vw - 450px);
	}
	
	.section-info .info:nth-child(2n+1) .block-info
	{
		margin-right: calc(50vw - 450px);
	}
	
	.section-info .info:nth-child(4n-1):before,
	.section-info .info:nth-child(4n+1):before,
	.section-info .info:nth-child(4n-1) .block-img:before
	{		
		width: 2.5rem;
	}
	
	.section-info .info:nth-child(2n) .block-img 
	{		
		padding-left: 2.5rem;
	}
	
	.section-info .info:nth-child(2n+1) .block-img 
	{
		padding-right: 2.5rem;
	}
	
	.section-info .info:nth-child(4n-1) .block-img 
	{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
		
	.section-product .owl-carousel 
	{
		z-index: 1;
	}
		
	.section-info .info 
	{
		font-size: 16px;
	}
		
	.section-contact .contact 
	{		
		display: inline-block;
		margin: 0 2rem 1rem 0;
	}
	
	.section-contact button 
	{
		margin-top: 1rem;
	}
	
	#imgModal .modal-dialog 
	{
		max-width: 80vw;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.container
	{
		max-width: 640px;
	}
	
	.section-header .img-block
	{
		min-height: 70vh;
	}
	
	.section-header h1 
	{
		font-size: 36px;
		line-height: 42px;
	}
	
	.section-header img 
	{
		margin-bottom: 150px;
	}
	
	.section-advantage 
	{
		margin-top: -5.25rem;
	}
	
	.section-advantage .info
	{
		margin-bottom: 2rem;
	}
	
	.section-info h2, .section-info .info:nth-child(2n) .block-info 
	{
		margin-left: calc(50vw - 315px);
	}
	
	.section-info .info:nth-child(2n+1) .block-info
	{
		margin-right: calc(50vw - 315px);
	}
	
	.section-info .info:nth-child(4n-1) .block-img,
	.section-info .info:nth-child(2n+1) .block-img 
	{
		padding-right: 1.5rem;
	}
	
	.section-info .info:nth-child(2n) .block-img 
	{
		padding-left: 1.5rem;
	}
	
	.section-info .info
	{
		-ms-flex-align: start!important;
		align-items: start!important;
	}
	
	.section-product .owl-carousel 
	{
		z-index: 1;
	}
	
	.section-product .container-fluid
	{
		width: 92%;
	}
	
	.section-advantage 
	{
		padding-bottom: 2.5rem;
	}
	
	.section-product 
	{
		padding-top: 2.5rem;
	}
	
	.section-product .owl-carousel .owl-nav button.owl-prev, .section-product .owl-carousel .owl-nav button.owl-next
	{
		height: 70px;
	}
	
	.section-info 
	{
		padding-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	
	.section-info h2,
	.section-product h2
	{
		margin-bottom: 1.25rem;
	}
		
	.section-contact .contact 
	{		
		display: inline-block;
		margin: 0 2rem 1rem 0;
	}
	
	.section-contact button 
	{
		margin-top: 1rem;
	}
	
	#imgModal .modal-dialog 
	{
		max-width: 90vw;
	}
}

@media (max-width: 767px)
{
	body:before
	{
		width: 49px;
	}
	
	.container
	{
		max-width: 100%;
	}
	
	.section-header 
	{
		padding-top: 2rem;
	}
	
	.section-header img 
	{
		margin-top: 2rem;
	}
	
	.section-header h1 
	{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 1rem;
	}
	
	.section-header .lang, .section-header .lang a 
	{
		font-size: 20px;
		line-height: 20px;
	}
	
	.section-info 
	{
		padding-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.section-info .info:nth-child(4n+1):before,
	.section-info .info:nth-child(4n-1):before
	{
		background: transparent;
	}	
		
	.section-info h2
	{
		font-size: 40px;
	}
	
	.section-info .info .block-info
	{
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	
	.section-info h2
	{
		margin-left: 0;
	}
	
	.section-info .info
	{
		padding-top: 0 !important;
		padding-bottom: 2rem !important;
	}
	
	.section-info .info h3 
	{
		font-size: 24px;
	}
	
	.section-info .info .block-img 
	{
		padding-left: 49px !important;
		padding-right: 0 !important;
		position: relative !important;
		margin-bottom: 1rem !important;
	}
	
	.section-info .info .block-img:before 
	{
		content: '';
		position: absolute;
		width: 49px !important;
		height: 100%;
		top: 0;
		left: 0;
		background: #0B4886;
	}
	
	.section-advantage 
	{
		margin-top: -5.25rem;
		padding-bottom: 0;
	}
	
	.section-advantage .info
	{
		margin-bottom: 3rem;
	}
	
	.section-product 
	{
		padding-top: 2rem;
	}
	
	.section-product .owl-carousel .owl-stage-outer 
	{
		background: transparent;
	}
	
	.section-product .owl-carousel .owl-item img 
	{
		border: 2px solid #d4d4d4;
		background: white;
	}
	
	.section-product h2 
	{
		font-size: 40px;
		line-height: 100%;
		margin-bottom: 1rem;
		position: relative;
		z-index: 3;
	}
	
	.section-product .owl-carousel .owl-nav button.owl-prev, 
	.section-product .owl-carousel .owl-nav button.owl-next 
	{
		height: 50px;
	}
	
	.section-contact h2 
	{
		font-size: 40px;
		line-height: 100%;
	}
	
	.section-contact .contact 
	{
		display: inline-block;
		width: 100%;
	}
	
	.section-contact button
	{
		margin-top: 1rem;
	}
	
	.section-contact .copyright 
	{
		font-size: 15px;
		line-height: 24px;
	}
	
	#imgModal .modal-dialog 
	{
		max-width: 100%;
	}
	
	#orderModal .modal-dialog 
	{
		max-width: 380px;
	}
	
	#orderModal .modal-header 
	{
		padding: 2rem 1rem 1rem;
	}
	
	#orderModal h3
	{
		font-size: 24px;
	}
	
	#orderModal .modal-body 
	{
		padding: 0 1rem 3rem;
	}
	
	#orderModal .input 
	{
		width: 100%;
		font-size: 20px;
		line-height: 56px;
		margin-bottom: 0.5rem;
	}
	
	#orderModal span,
	#orderModal div
	{
		color: white !important;
	}
	
	#orderModal .submit 
	{
		margin-top: 1rem;
		width: 100%;
	}
}