body {
  font-family: 'Montserrat', sans-serif;
  color: #1f1f1f;
}

.dropdown-item{
  white-space: normal !important;
}

a{
	text-decoration: none;
}

.topbar > div{
	align-items: center;
}
.topbar {
	font-size: 18px;
	background-color: #E5F6FF;
}

.icon{
	position: relative;
	display: inline-block;
}

.icon.icon-call{
	background: url("/assets/images/icons/icon-call.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	top: 3px;
}
.icon.icon-tel{
	background: url("/assets/images/icons/icon-tel.svg") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.icon.icon-geo{
	background: url("/assets/images/icons/icon-geo.svg") no-repeat;
	background-size: contain;
	width: 30px;
    height: 30px;
	margin-right: 20px;
}
.icon.icon-time{
	background: url("/assets/images/icons/icon-time.svg") no-repeat;
	background-size: contain;
	width: 30px;
    height: 30px;
	margin-right: 20px;
}
.icon.icon-mail{
	background: url("/assets/images/icons/icon-mail.svg") no-repeat;
	background-size: contain;
	width: 30px;
    height: 30px;
	margin-right: 20px;
}
.icon.icon-telegram{
	background: url("/assets/images/icons/icon-telegram.svg") no-repeat;
	background-size: contain;
	width: 24px;
    height: 24px;
	margin-top: 28px;
}

.icon.icon-projecting{
	background: url("/assets/images/icons/icon-projecting.svg") no-repeat;
	background-size: contain;
	width: 48px;
    height: 48px;
}
.icon.icon-install{
	background: url("/assets/images/icons/icon-install.svg") no-repeat;
	background-size: contain;
	width: 48px;
    height: 48px;
}
.icon.icon-delivery{
	background: url("/assets/images/icons/icon-delivery.svg") no-repeat;
	background-size: contain;
	width: 48px;
    height: 48px;
}
.btn-call{
	width: 320px;
	height: 48px;
	font-size: 22px;
}
.input-call{
	height: 48px;
    font-size: 16px;
}
.navbar-brand {
  font-weight: bold;
}

.btn-outline-primary {
  border-color: #0057b8;
  color: #0057b8;
}

.btn-outline-primary:hover {
  background-color: #0057b8;
  color: white;
}

.btn-primary {
  background-color: #0057b8;
  border-color: #0057b8;
}

.btn-primary:hover {
  background-color: #043F74;
  border-color: #043F74;
}

footer {
  background-color: #043F74;
}

footer a {
  color: #ffffff;
}

.card-light > div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
}
.card-light {
	background-color: #fff;
	border: none;
	border-radius: 0.75rem;
	box-shadow: 0px 0px 19.1px 0px #0000001A;
}

.map-border {
  border: 2px solid #0057b8;
  border-radius: 0.75rem;
}

.hero h1{
	font-size: 64px;
}
.hero .dot-info ul{
	display: flex;
	color: #043F74;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	min-height: 130px;
	font-size: 22px;
	padding: 20px 10px;
	margin: 0;
}
.hero .dot-info{
	position: absolute;
	bottom: 0px;
	width: 90%;
	max-width: 1900px;
	min-height: 130px;
	background: #fff;
	box-shadow: 0px 0px 38.6px 0px #00000026;
	border-radius: 20px;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
}
.hero {
	position: relative;
	display: flex;
    align-items: center;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.12) 25.96%, rgba(0, 41, 118, 0.4) 49.04%), url('/assets/images/main_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 620px;
	margin-bottom: 50px;
}
.hero .btn-header:hover{
	background: #043F74;
    color: #fff;
}
.hero .btn-header{
	color: #043F74;
	background: #fff;
	border-radius: 40px;
	padding: 10px;
	width: 440px;
	height: 65px;
	box-shadow: 0px 4px 50px 0px #00000080;
	margin-top: 30px;
	font-size: 28px;
	border: none;
	transition: all .4s;
}

.btn-bottom:hover{
	background: #043F74;
    color: #fff;
}
.btn-bottom{
	color: #043F74;
	background: #fff;
	border-radius: 40px;
	padding: 10px;
	width: 440px;
	height: 65px;
	box-shadow: 0px 4px 50px 0px #00000080;
	font-size: 28px;
	border: none;
	transition: all .4s;
}

.btn-main {
  background-color: #0a5ea8;
  color: white;
  border-radius: 1.5rem;
  padding: 0.5rem 2rem;
}

.btn-main:hover {
  background-color: #094c8a;
}

.card-custom .card-body h5{
	margin-top: 20px;
}
.card-custom {
	border: none;
	border-radius: 1rem;
}
.card-img-top{
	border-radius: 20px;
}
.btn-catalog:hover{
	padding-left: 15px;
}
.btn-catalog:hover:after{
	right: -7px;
}
.btn-catalog:after{
	content: '';
	position: absolute;
	right: -2px;
	background: url(/assets/images/arrow-btn.svg) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	top: -2px;
	transition: all .4s;
}
.btn-catalog{
	position: relative;
	background: transparent;
	border: 1px solid #000;
	width: 100%;
	text-align: left;
	padding-left: 10px;
	border-radius: 100px;
	height: 35px;
	transition: all .4s;
}
.btn-b-contacts{
	width: 320px;
	height: 50px;
	font-size: 22px;
	padding-top: 8px;
}

.service-header{
    background-image: url(/assets/images/service_header.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	min-height: 680px;
}
.service-header:before{
	content: '';
	position: absolute;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 18.75%, rgba(3, 47, 143, 0.45) 58.17%);
	width: 100%;
	height: 584px;
	z-index: 1;
}
.container-header{
	display: flex;
	position: relative;
	z-index: 5;
	padding-top: 50px;
	flex-direction: column;
	justify-content: center;
	min-height: 584px;
}
.container-service-bg{
	margin-top: 60px;
	margin-bottom: 100px;
	border: 1px solid #D6EEFB;
	box-shadow: 0px 0px 19.1px 0px #0000001A;
}
.service-card > .s-text{
	color: #002F57;
	font-style: italic;
    font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
}
.sign{
	position: relative;
	display: block;
	color: #fff;
	background: #055CAA;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	padding: 10px;
	font-size: 64px;
	line-height: 50px;
	margin-right: 30px;
	text-align: center;
	flex-shrink: 0;
}
.service-card > .number{
	color: #fff;
	background: #055CAA;
	width: 70px;
	height: 70px;
	opacity: 1;
	border-radius: 10px;
	padding: 10px;
	font-size: 64px;
	line-height: 50px;
	margin-right: 30px;
	margin-bottom: 5px;
}
.service-card{
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-top: 25px;
    margin-bottom: 15px;
}
.card-service-info p{
	font-size: 20px;
}
.card-service-info h5{
	color: #00305C;
	font-weight: 400;
}
.card-service-info{
	border: 1px solid #D6EEFB;
	box-shadow: 0px 0px 19.1px 0px #0000001A;
	border-radius: 20px;
	padding: 2rem 4rem;
}
.title-service h4{
	font-size: 32px;
	font-weight: 400;
}
.title-g-o h4{
	margin: 0;
	color: #055CAA;
	font-style: italic;
	font-weight: 500;
	font-size: 32px;
}
.text-last{
	color: #055CAA;
}
ul.list-g-o > li{
	font-size: 20px;
	margin-bottom: 25px;
}
.title-g-o{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.title-service{
	display: flex;
}
ul.list-g li{
	margin-bottom: 10px;
}
ul.list-g{
	font-size: 18px;
}
section.g-o{
	background: linear-gradient(360deg, #FFFFFF 0%, #EDF8FF 52.25%);
}

.call-bottom > div > p{
	font-style: italic;
}
.call-bottom{
	min-height: 180px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: linear-gradient(90deg, #043F74 0%, #0876DA 100%);
	border-radius: 36px;
	flex-wrap: wrap;
    padding: 35px 20px;
}
.install-bg .accordion-item{
	border: none;
    border-bottom: 2px solid #043F74;
	background: transparent !important;
	border-radius: 0;
}
.install-bg .accordion-item .accordion-button{
	background: transparent !important;
	box-shadow: none;
	font-size: 24px;
}
.install-bg{
	background: #ecf7fd;
}
@media (max-width: 768px) {
	.topbar, .navbar, footer {
		text-align: center;
	}
	.hero h1 {
		font-size: 2rem;
	}
	.title-service h4{
		font-size: 22px;
	}
	.title-g-o h4{
		font-size: 22px;
	}
	.call-bottom > div > p{
		margin-bottom: 20px !important;
	}
	.hero .btn-header{
		width: 320px;
		height: 60px;
		font-size: 24px;
	}
	.hero .dot-info{
		width: 100%;
		bottom: -60px;
	}
	.hero .dot-info ul li{
		width: 100%;
		padding-left: 20px;
		margin-left: 30px;
		margin-bottom: 15px;
	}
	.install-bg .accordion-item .accordion-button{
		font-size: 18px;
	}
	.hero{
		margin-bottom: 220px;
	}
}