@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Ubuntu", sans-serif;
  color: #1a1a1a;
}

a {
  color: #fe5000;
  text-decoration: none;
}

a:hover {
  color: #ef7f1a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}
@media (min-width: 880px) and (max-width: 991.98px) { 
	.container{
		max-width: 900px;
	}
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn.btn-appoint,
.btn.btn-dwnl{
	padding: 5px 20px;
	font-weight: 500;
    font-size: 18px;
	border-radius: 20px;
}
.btn.btn-appoint,
.btn.btn-dwnl:hover,
.btn.btn-dwnl:focus {
    margin-left: 15px;
    background: #fe5000;
	text-decoration: none;
	color:#fff;
	border: 3px solid #fe5000;
}
.btn.btn-appoint:hover,
.btn.btn-appoint:focus,
.btn.btn-dwnl{
	background: transparent;
	text-decoration: none;
	border: 3px solid #8e8e8e;
	color: #8e8e8e;
}
#header .main-row .btn.btn-appoint, 
#header .main-row .btn.btn-dwnl {
    padding: 5px 12px;
    font-size: 14px;
}
.btn.btn-dwnl .t-icon,
.contact-info .t-icon,
.footer-contacts_menu .f-icon,
.contacts_menu .c-icon,
#hero .adres-sub-heading .c-icon{
    vertical-align: middle;
    font-size: 18px;
    margin: 0 4px 0 0;
	background: rgb(254,80,0);
    background: linear-gradient(0deg, rgba(254,80,0,1) 0%, rgba(239,127,26,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn.btn-dwnl:hover .t-icon,
.btn.btn-dwnl:focus .t-icon,
.footer-contacts_menu li:hover .f-icon,
.footer-contacts_menu li:focus .f-icon{
	background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contacts_menu li:hover .c-icon,
.contacts_menu li:focus .c-icon,
#hero .adres-sub-heading:hover .c-icon{
	background: rgba(142,142,142,.65);
    background: linear-gradient(45deg, rgba(142,142,142,.65) 0%, rgba(142,142,142,.65) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-info .t-icon,
.contacts_menu .c-icon{
    font-size: 25px;
    margin: 0 5px 1px 0;
}
.contact-info a.top-link {
	margin: 0 0 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.contact-info a.top-link.mail {
    font-size: 16px;
    color: #868686;
}
.contact-info a.top-link:nth-child(1),
.contact-info a.top-link:nth-child(2){
	padding-right: 20px;
	border-right: 1px solid rgba(142,142,142,.41);
}
@media (max-width: 1366px) {
  .contact-info a.top-link {
    margin: 0 0 0 10px;
	font-size: 14px;
  }
 #header .main-row .btn.btn-appoint, #header .main-row .btn.btn-dwnl {
    padding: 5px 8px;
    font-size: 12px;
}
  
}
@media (max-width: 1024px) {
	.contact-info .t-icon {
		display: block;
	}
	#header .main-row .btn.btn-appoint, #header .main-row .btn.btn-dwnl {
		padding: 5px 8px;
		font-size: 14px;
		line-height: 1;
	}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fe5000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #737373;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: transparent;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 44px;
  padding: 0;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -44px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #01b1d7;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #444444;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #01b1d7;
}

#topbar .social-links a {
  color: #62787d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #01b1d7;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  min-height: 70px;
  z-index: 900;
  transition: all 0.5s;
  background: #333;
  top: 0;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #01b1d7;
}

#header .logo img {
  padding: 0;
  /*margin: 0;
  max-height: 40px;*/
  margin: 0 0 0 0.5em;
  max-height: 60px;
}

#header .main-row {
    padding-top: 8px;
    padding-bottom: 5px;
}

#header .main-row .contact-btns,
#header .main-row .contact-info{
	justify-content: flex-end;
}
@media (max-width: 768px) {
	#header .main-row .site-logo{
		width: 20%;
	}
	#header .main-row .contact-info{
		width: 80%;
	}
	.contact-info .t-icon {
		display: inline-block;
	}
	#header .main-row .contact-btns{
		width:100%;
	}
}
@media (max-width: 600px) {
	#header .main-row .site-logo,
	#header .main-row .contact-info{
		width: 100%;
	}
	#header .main-row .contact-btns,
	#header .main-row .contact-info{
		justify-content: flex-start;
	}
	.contact-info .t-icon {
		display: block;
	}
	.contact-info a.top-link {
		margin: 10px 0 10px 10px;
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	#header .main-row .contact-info,
	#header .main-row .contact-btns{
		width: 50%;
	}
	#header .main-row .contact-info,
	#header .main-row .contact-btns{
		flex-wrap: wrap;
	}
	.contact-info .t-icon {
		display: inline-block;
	}
	.contact-info a.top-link {
		margin: 5px 0 4px 0;
		font-size: 15px;
	}
	.contact-info a.top-link:nth-child(1), 
	.contact-info a.top-link:nth-child(2) {
		padding-right: 0;
		border-right: none;
	}
	#header .main-row .btn.btn-appoint, #header .main-row .btn.btn-dwnl:hover, 
	#header .main-row.btn.btn-dwnl:focus {
		margin-left: 0;
	}
	.contact-info a.top-link.mail {
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	#header .main-row .logo {
		margin: 0 0 6px 0;
	}
	.contact-info a.top-link {
		margin: 0 0 4px 0;
		font-size: 14px;
	}
	#header .main-row .btn.btn-appoint, 
	#header .main-row .btn.btn-dwnl {
		padding: 5px 12px;
		font-size: 15px;
	}
}
@media (max-width: 320px) {
	#header .main-row .contact-info,
	#header .main-row .contact-btns{
		width: 100%;
	}
	.contact-info a.top-link:nth-child(1), 
	.contact-info a.top-link:nth-child(2) {
		padding-right: 10px;
	}
	#header .main-row .btn.btn-appoint, 
	#header .main-row .btn.btn-dwnl {
		padding: 5px 10px;
		font-size: 14px;
	}
	#header .main-row .btn.btn-appoint, 
	#header .main-row .btn.btn-dwnl:hover, 
	#header .main-row.btn.btn-dwnl:focus {
		margin-left: 10px;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin: 10px 0 0 0;
  border-top: 1px solid rgba(142,142,142,.41);
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-around;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 30px 7px 30px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ef7f1a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ef7f1a;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  text-align: right;
  font-size: 35px;
  color: #fff;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar {
	margin: 0 0 0 0;
   }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 38, 39, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  text-align: left;
  position: absolute;
  top: 5px;
  left: 30%;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0;
  background-color: #333;
  width: 35%;
  height: 100vh;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ef7f1a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #01b1d7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
@media (max-width: 600px) {
	.navbar-mobile .mobile-nav-toggle{
		left: 36%;
	}
	.navbar-mobile ul{
		width: 50%;
	}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background-color: rgba(245,245,245, 1);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 50%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 100px;
}

#hero::before {
	content:'';
	display: block;
	position: absolute;
	top:15%;
	left:0;
	background: transparent url(../img/hero-img-txt.png) no-repeat left center;
	background-size: contain;
	width: 690px;
	height: 619px;
	z-index: 20;
}

.hero-container .text-block {
    margin: 8% 0 0 3%;
	position: relative;
	z-index: 100;
}
.hero-container .text-block::after{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left:0;
	background: transparent url(../img/hero-frame.png) no-repeat left center;
	background-size: contain;
	width: 504px;
	height: 525px;
	z-index: -1;
}
.hero-container .hero-heading {
    padding: 3.5em 0 0 1.35em;
}
.hero-container .hero-heading span{
	display: block;
}
.hero-container .heading-big {
    margin: 0 0 15px 0;
    font-size: 80px;
    font-weight: 700;
    line-height: .85;
	color: #1a1a1a;
}
.hero-container .heading-highlight{
	margin: 0 0 15px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: .85;
	color: #fe5000;
}
.hero-container .heading-small{
	font-size: 30px;
    font-weight: 400;
    line-height: .85;
	color: #1a1a1a;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .adres-sub-heading {
    padding: 1.5em 0 0 3.5em;
	line-height: 1;
}
#hero .adres-sub-heading a{
	font-weight: 600;
    color: #1a1a1a;
}
#hero .adres-sub-heading:hover a{
	color: #fe5000;
}
#hero .adres-sub-heading .c-icon{
	margin: -3px 0 0 0;
    font-size: 35px;
    float: left;
}
.adres-info {
    display: block;
    padding: 4px 0 0 33px;
    font-size: 15px;
}
@media (max-width: 1366px) {
	#hero{
		background-position: 250% 50%;
	}
	#hero::before{
		width: 650px;
		height: 562px;
	}
}
@media (max-width: 1024px) {
	#hero {
		height: 65vh;
		background-position: -391% 50%;
	}
	#hero::before {
		top: 32%;
		height: 392px;
	}
	.hero-container .text-block {
		margin: 8% 0 0 0;
	}
	.hero-container .text-block::after {
		left: 1.5%;
		top: 7%;
		height: 391px;
	}
	.hero-container .heading-big{
		font-size: 60px;
	}
	.hero-container .heading-highlight {
		font-size: 36px;
	}
	.hero-container .heading-small {
		font-size: 22px;
	}
	#hero .adres-sub-heading {
		padding: 1em 0 0 3em;
		width: 33%;
		line-height: 1.1;
	}
	#hero .adres-sub-heading .c-icon {
		display: inline-block;
		float: left;
	}
}
@media (max-width: 960px) {
	#hero {
		height: 60vh;
		background-position: -235% 50%;
	}
	#hero .adres-sub-heading {
		width: 42%;
	}
}

@media (max-width: 768px) {
	#hero {
		height: 55vh;
		background-position: -100% 50%;
	}
	.hero-container .text-block::after{
		height: 352px;
	}
	.hero-container .hero-heading {
		padding: 3.25em 0 0 1.35em;
	}
	.hero-container .heading-big {
		font-size: 54px;
	}
	.hero-container .heading-highlight {
		font-size: 28px;
	}
	.hero-container .heading-small {
		font-size: 17px;
	}
	#hero .adres-sub-heading .c-icon {
		font-size: 30px;
	}
}
@media (max-width: 600px) {
	#hero{
		margin-top: 190px;
		height: 45vh;
		background-position: -57% 50%;
	}
	.hero-container .text-block::after {
		height: 280px;
		top: 14%;
	}
	.hero-container .hero-heading {
		padding: 3em 0 0 1.35em;
	}
	.hero-container .heading-big {
		font-size: 44px;
	}
	#hero .adres-sub-heading {
		width: 53%;
		padding: 0.75em 0 0 2.75em;
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	#hero{
		background-position: -40% 50%;
	}
	.hero-container .heading-big {
		margin: 0 0 9px 0;
		font-size: 36px;
	}
	.hero-container .heading-highlight {
		margin: 0 0 10px 0;
	}
	#hero .adres-sub-heading {
		width: 60%;
	}
}
@media (max-width: 414px) {
	#hero .adres-sub-heading {
		width: 70%;
	}
}
@media (max-width: 375px){
	#hero {
		margin-top: 185px;
		height: 35vh;
		background-position: -26% 50%;
	}
	#hero::before {
		top: 32%;
		width: 300px;
		height: 211px;
	}
	.hero-container .text-block::after {
		height: 200px;
		top: 20%;
		left: 4.5%;
	}
	.hero-container .heading-big {
		margin: 0 0 5px 0;
		font-size: 26px;
	}
	.hero-container .heading-highlight {
		margin: 0 0 7px 0;
		font-size: 18px;
	}
	.hero-container .heading-small {
		font-size: 13px;
	}
	#hero .adres-sub-heading {
		width: 70%;
		padding: 0 0 0 2.75em;
		font-size: 13px;
	}
	#hero .adres-sub-heading .c-icon{
		font-size: 20px;
	}
	.adres-info {
		padding: 4px 0 0 18px;
		font-size: 13px;
	}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f2fdff;
}

.section-title {
    margin: 0.5em 0 1.5em 0;
    padding: 0 0 0.25em 0;
    font-size: 48px;
    font-weight: 800;
    color: #333;
}
.section-title .highlight{
	color: #fe5000;
}

.section-title::after{
	content:'';
	display: block;
	margin: 5px 0 0 0;
	background: transparent url(../img/line.png) no-repeat;
	background-size: contain;
	width: 197px;
	height: 12px;
}
@media (max-width: 375px) {
	.section-title {
		margin: 0.5em 0 0.5em 0;
		font-size: 40px;
	}
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about{
	padding: 6.5em 0;
	background: transparent url(../img/about-bg.png) no-repeat center;
	background-size: cover;
}
.about-text {
    margin: 0 0 5em 0;
    font-size: 16px;
    text-align: justify;
}
.about .icons-block {
    display: flex;
    flex-direction: row;
    align-items: center;
	width: 80%;
}
.about .icons-block_item{
	flex-basis: 33.333%;
}
.about .icons-block_item .img-icon {
	padding: 0 1.5em;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
}
.icons-caption{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #01b1d7;
}

.about p:last-child {
  margin-bottom: 0;
}

.about .img-block,
.services-additional .img-block {
    display: block;
	position: relative;
    margin: -2rem auto 1rem auto;
    width: 75%;
	z-index: 20;
}
.services-additional .img-block {
	margin: 0 auto 1rem auto;
	width: 78%;
}
.about .img-block::before,
.services-additional .img-block::before{ 
	content:'';
	display: block;
	position: absolute;
	top: -71px;
    background: transparent url(../img/img-bg.png) no-repeat center;
    background-size: contain;
    width: 600px;
    height: 610px;
    z-index: -5;
}
.services-additional .img-block::before{
	left: 1px;
}
@media (max-width: 1366px) {
	.about-text {
		margin: 0 0 3em 0;
	}
	.service-text {
		margin: 1em 3em 0 3em;
	}
	.about .img-block{
		width: 80%;
	}
}
@media (max-width: 1024px) {
	#about {
		padding: 4.5em 0;
	}
	.about .img-block::before,
	.services-additional .img-block::before{
		left: -3px;
		top: -39px;
		height: 446px;
		width: 445px;
	}
}
@media (max-width: 960px) {
	.about .img-block::before, 
	.services-additional .img-block::before {
		left: -3px;
		top: -39px;
		height: 400px;
		width: 400px;
	}
}
@media (max-width: 768px) {
	#about {
		padding: 2.5em 0;
	}
	#about .col-md-6{
		width: 100%;
	}
	.about .img-block {
		width: 60%;
		margin: 5rem auto 1rem auto;
	}
	.about .img-block::before, .services-additional .img-block::before{
		height: 500px;
		width: 500px;
	}
}
@media (max-width: 600px){
	.about .img-block {
		width: 52%;
	}
}
@media (max-width: 480px){
	.about .img-block {
		width: 63%;
	}
}
@media (max-width: 375px) {
	.about .icons-block{
		width: 100%;
	}
}
@media (max-width: 320px) {
	#about {
		padding: 0.5em 0;
	}
	.icons-caption {
		font-size: 15px;
	}
	.about-text{
		font-size: 90%;
	}
}
/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.about-list {
  padding-top: 0;
}

.about-list .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-list .icon-box i {
  font-size: 48px;
  float: left;
  color: #01b1d7;
}

.about-list .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about-list .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Divider
--------------------------------------------------------------*/
#divider{
	padding: 60px 0;
}
.divider-block {
    margin: 0 auto;
}
.divider-img{
	display: inline-block;
	margin: 0 1.5em;
	vertical-align: middle;
	background: transparent url(../img/div-logo.png) no-repeat center;
    background-size: contain;
    width: 54px;
    height: 55px;
}
.divider-block::before,
.divider-block::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: #8e8e8e;
	width: 370px;
	height: 1px;
}
@media (max-width: 768px) {
	.divider-block::before, 
	.divider-block::after{
		width: 190px;
	}
}
@media (max-width: 480px){
	.divider-block::before, 
	.divider-block::after{
		width: 100px;
	}
}
@media (max-width: 320px) {
	#divider {
		padding: 25px 0;
	}
	.divider-block::before, 
	.divider-block::after{
		width: 65px;
	}
	.divider-img{
		width: 44px;
		height: 45px;
	}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services,
#services-additional{
	padding: 4.5em 0 6.5em 0;
	background: transparent url(../img/services-bg.png) no-repeat center;
	background-size: cover;
}

#services-why{
	position: relative;
	background: rgb(51,51,51);
	background: linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(112,114,120,1) 85%);
	z-index: 10;
}
#services-why::before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../img/services-bg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}

.services .section-title,
.services-why .section-title{
	font-size: 40px;
    line-height: 1;
}

.services-why .section-title{
	color: #fff;
}

#Imgcarousel .carousel-item .carousel-caption{
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
	transition: 0.2s;
}
#Imgcarousel .carousel-item:hover .carousel-caption{
	display: block!important;
	padding: 8rem 2rem;
    width: 45%;
    height: 100%;
    text-align: left;
    background: rgba(239,127,26,.7);
	color: #fff;
	transition: 0.4s;
}
#Imgcarousel .carousel-caption .features-title {
    font-size: 28px;
    font-weight: 700;
}
#Imgcarousel .carousel-caption .features-title::after{
	content:'';
	display: block;
	margin: 5px;
	width: 110px;
	height: 1px;
	background: #fff;
} 
#Imgcarousel .carousel-caption .features{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
#Imgcarousel .carousel-caption .features span{
	display: inline-block;
	margin: 0 0 0 15px;
}
#Imgcarousel .carousel-indicators{
	margin-bottom: -2rem;
}
#Imgcarousel .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    background-clip: padding-box;
    border-radius: 50%;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}
#Imgcarousel .carousel-indicators .active {
	background-color: #fe5000;
    opacity: 1;
}
.service-text {
    text-align: justify;
    margin: 3em 3em 0 3em;
    font-size: 18px;
}
.services-additional .service-text {
	margin: 0 2em 0 0;
}
.btns-block {
    margin: 6em 0 0 0;
}
.btns-block a:nth-child(1){
	margin-left: 0;
}
.btns-block a:nth-child(2){
	margin-left: 15px;
}

.icon-boxes-list_item {
    display: grid;
    grid-template-columns: 15% 85%;
	align-items: center;
	margin: 0 0 .65em 0;
    color: #fff;
}
.list-2 .icon-boxes-list_item{
	margin: 0 0 .85em 0;
}
.icon-box_txt p {
    margin: 0;
}
.icon-box_txt .highlight,
.service-list .highlight{
	color: #ef7f1a;
}
.icon-box_txt-title{
	font-size: 18px;
	font-weight: 500;
}
.icon-box_txt-info{
	padding: 0 5em 0 0;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.service-list{
	list-style: none;
	margin: 0;
	padding: 0 0 0 2em;
	text-align: left;
}
.service-list li {
    margin-bottom: 10px;
    line-height: 1.3;
}
.service-list li::before{
	content: "\25CF";
	display: inline-block;
	vertical-align: middle;
    margin-left: -1em;
    width: 1em;
    font-size: 1.35em;
    line-height: 0;
	color: #ef7f1a;
	
}
@media (max-width: 1366px) {
	.services-additional .img-block{
		width: 90%;
	}
}
@media (max-width: 1024px) {
	.service-text{
		margin: 0em 1em 0 1em;
		font-size: 16px;
	}
	.icon-box_txt-info {
		padding: 0 0 0 0;
	}
}
@media (max-width: 960px) {
	.services .btns-block,
	.services-additional .btns-block {
		margin: 4em 0 0 0;
	}
	.btns-block a:nth-child(2) {
		margin-left: 5px;
	}
}
@media (max-width: 768px) {
	#services, #services-additional {
		padding: 2.5em 0 4.5em 0;
	}
	.services .btns-block,
	.services-additional .btns-block {
		margin: 2em 0 0 0;
	}
	.services  .btns-block a:nth-child(2) {
		margin-left: 0;
		margin-top: 9px;
	}
	#services-additional .col-md-6{
		width: 100%;
	}
	.services-additional .img-block {
		margin: 6rem auto 1rem auto;
		width: 62%;
	}
}
@media (max-width: 600px) {
	.services .section-title, .services-why .section-title,
	.services-additional .section-title	{
		font-size: 30px;
	}
	.about .img-block::before, .services-additional .img-block::before {
		height: 350px;
		width: 350px;
	}
	.service-text{
		margin: 4em 1em 0 1em;
	}
}
@media (max-width: 480px) {
	.about .img-block::before, .services-additional .img-block::before {
		height: 300px;
		width: 300px;
	}
	.services .section-title, .services-why .section-title, 
	.services-additional .section-title{
		font-size: 26px;
	}
	.btns-block a:nth-child(2) {
		margin-left: 0;
		margin-top: 0.5em;
	}
}
@media (max-width: 375px){
	.about .img-block::before, .services-additional .img-block::before {
		height: 280px;
		width: 280px;
	}
	.icon-box_txt {
		margin: 0 0 0 8px;
	}
	.icon-box_txt-title{
		font-size: 16px;
		line-height: 1;
	}
	.icon-box_txt-info{
		padding: 6px 0 0 0;
		line-height: 1;
	}
}
@media (max-width: 320px) {
	.about .img-block::before, 
	.services-additional .img-block::before {
		height: 230px;
		width: 230px;
	}
	#services, #services-additional {
		padding: 1em 0 2.5em 0;
	}
	.service-text{
		margin: 4em 0em 0 0em;
		font-size: 90%;
	}
	.services .btns-block, 
	.services-additional .btns-block {
		margin: 2em auto 0 auto;
		text-align: center;
	}
	#services-why{
		padding: 30px 0;
	}
}
/*--------------------------------------------------------------
# Reasons
--------------------------------------------------------------*/
#reasons{
	padding: 4em 0 4em 0;
	background: transparent url(../img/reasons-bg.jpg) no-repeat top center;
	background-size: cover;
}
.reasons .section-title{
	font-size: 40px;
    line-height: 1;
}
.reasons .img-block {
    display: block;
    margin: 0 auto 0 auto;
    width: 75%;
}

.reasons .img-block img{
	display: block;
	margin-top: 7em;
}

#accordionReasons.accordion{
	margin: 1.5em 0 0 0;
}
#accordionReasons.accordion, 
#accordionReasons .accordion-item,
#accordionReasons .accordion-item:first-of-type .accordion-button {
	border-radius: 0!important;
	border: none!important;
	box-shadow: none!important;
}
#accordionReasons .accordion-header{
	padding: 0 1em 0 0;
}
#accordionReasons .accordion-button{
	padding:0;
}
#accordionReasons .accordion-header {
	margin: 0 0 3px 0;
    background: #737373;
}
#accordionReasons .accordion-button,
#accordionReasons .accordion-button:not(.collapsed){
	background: none!important;
	color: #fff;
}
#accordionReasons .accordion-header .hdng-txt{
	padding: 0.75em 1em;
	font-size: 18px;
	font-weight: 500;
}
#accordionReasons .accordion-header .ac-icon{
	padding: 0.35em;
	background: rgb(254,80,0);
    background: linear-gradient(45deg, rgba(254,80,0,1) 0%, rgba(239,127,26,1) 100%);
	font-size: 2em;
}
#accordionReasons .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
#accordionReasons .accordion-button:focus {
    border-color: transparent!important;
    outline: 0!important;
    box-shadow: none!important;
}
#accordionReasons .accordion-body {
    margin-bottom: 5px;
    padding: 1em 2em;
    border: 1px solid rgba(142,142,142,.41);
    font-size: 16px;
    line-height: 1.35;
    font-style: italic;
	text-align: justify;
}
#accordionReasons .accordion-body p{
	margin-bottom: 0;
}
.slogan-block {
    margin: 5em 0 0 0;
    text-align: center;
}
.slogan-text {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
@media (max-width: 1024px) {
	#accordionReasons .accordion-header .hdng-txt{
		padding: 0.55em 1em;
		line-height: 1;
	}
}
@media (max-width: 768px) {
	#reasons .col-md-6{
		width: 100%;
	}
	.reasons .img-block{
		width: 55%;
	}
}
@media (max-width: 480px) {
	.reasons .section-title{
		font-size: 26px;
	}
}
@media (max-width: 375px){
	#accordionReasons .accordion-header .hdng-txt{
		font-size: 16px;
	}
	#accordionReasons .accordion-body{
		padding: 1em 1em;
		font-size: 14px;
	}
	.slogan-text {
		font-size: 20px;
		line-height: 1.25;
	}
}
@media (max-width: 320px){
	#accordionReasons .accordion-header .hdng-txt{
		padding: 0.55em 0.5em;
		font-size: 14px;
	}
	#accordionReasons .accordion-header .ac-icon {
		padding: 0.25em;
	}
	.reasons .img-block img{
		margin-top: 3em;
	}
	.slogan-block {
		margin: 2em 0 0 0;
	}
	.slogan-text {
		font-size: 18px;
	}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact{
	padding:0;
	background: transparent url(../img/contacts-bg.png) no-repeat bottom left;
	background-size: auto;
}
#contact .container{
	padding-top: 5em;
	padding-bottom: 6em;
}
.contact .subheading {
    margin: 0 0 1.5em 0.5em;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
	color: #333;
}
.contact .contacts_menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.5em;
    font-size: 18px;
}
.contact .contacts_menu li{
	padding: 0 0 7px 0;
}
.contact .contacts_menu li a{
	color: #1a1a1a;
}
.contact .contacts_menu li.mail a{
	color: #868686;
}
.contact .contacts_menu li:hover a,
.contact .contacts_menu li.mail:hover a{
	color: #fe5000;
}
.contacts_menu li.adres{
	padding: 0 0 24px 0;
	line-height:1.25;
}
.contact .contacts_menu li.mail{
	padding: 10px 0 0 0;
}
.contacts_menu li.adres .c-icon{
	float: left;
}
.contacts_menu li.adres .smlb {
    display: block;
}
.contacts_menu .c-icon{
	margin: 0 10px 0 0;
}
.contact .btns-block {
    margin: 5em 0 0 1.5em;
}
.contact .map-block iframe {
    width: 100%;
    height: 756px;
}
@media (max-width: 1024px) {
	#contact .container {
		padding-top: 3em;
		padding-bottom: 4em;
	}
	.contact .map-block iframe{
		height: 691px;
	}
}
@media (max-width: 768px) {
	#contact .col-md-6{
		width: 100%;
	}
	#contact .section-title {
		margin: 0.5em 0 1em 0;
	}
	.contact .map-block {
		width: 100%!important;
		height: 200px!important;
	}
	.contact .map-block iframe{
		height: 200px;
	}
	#contact .container {
		padding-top: 12em;
	}
	.contact .btns-block {
		margin: 2em 0 0 1.5em;
	}
}
@media (max-width: 480px) {
	.contact .contacts_menu{
		padding: 0 0 0 0.5em;
		font-size: 16px;
	}
}
@media (max-width: 375px){
	.contact .subheading{
		font-size: 20px;
	}
}
@media (max-width: 320px){
	#contact{
		background-size: 65%;
	}
	.contacts_menu li.adres .smlb {
		display: inline;
	}
	.contact .contacts_menu{
		font-size: 15px;
	}
	.contacts_menu li.adres {
		padding: 0 0 10px 0;
	}
	
}
/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.modal-content {
    border-radius: 0;
}
.modal-header {
    border-bottom: none;
	padding:0;
}
.modal-title{
	padding: 2rem 1rem 1rem 1.5rem;
	font-size:26px;
	font-weight: 800;
	color: #333;
}
.modal-title .highlight,
#PageModal .modal-body .highlight{
	color: #fe5000;
}
.modal-header .btn-close{
	padding: .5rem;
	margin: -54px 0 0 0;
    background-color: rgb(254,80,0);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	background-repeat:no-repeat;
	background-position: center;
	border-radius: 0;
	opacity: 1;
    font-size: 1em;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 /0);
    opacity: 0;
}
.modal-content .form-control{
	border: 1px solid rgba(142,142,142,.41);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.modal-content .form-check-input {
	border: 1px solid rgba(142,142,142,.41);
	border-radius: 0;
}
.modal-content .form-check{
	margin-top: 1em;
}
.modal-content .form-check-label {
    font-size: 14px;
    font-style: italic;
    color: #737373;
}
.modal-content .form-button{
	margin-top: 4em;
}
.modal-content .form-button button{
	padding: 5px 20px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 20px;
	background: #fe5000;
    text-decoration: none;
    color: #fff;
    border: 3px solid #fe5000;
}
#PageModal.modal {
    --bs-modal-width: 1000px;
	color: #1a1a1a;
}
#PageModal .modal-body{
	padding: 1em 2em;
	text-align: justify;
	font-size: 15px;
    line-height: 1.35;
	height: 500px;
	overflow-y: auto;
}
#PageModal .modal-body .m-heading {
	text-align: left;
    font-size: 20px;
    font-weight: 600;
}
#PageModal .modal-body .m-subheading{
	margin: 0 0 1.5em 0;
	text-align: left;
	font-size: 18px;
    font-weight: 500;
	color: #8e8e8e;
}
#PageModal .modal-body .highlight2{
	margin-right: 10px;
	color: #333;
}
#PageModal .modal-body .m-subheading::after{
	content: '';
	display: block;
	margin-top: 10px;
	background: rgba(142,142,142,.20);
	width: 100%;
	height: 1px;
}
.doc-list{
	list-style: none;
    margin: 1.5em 0;
    padding: 0 0 0 2em;
    text-align: left;
}
.doc-list li {
    margin-bottom: 5px;
    line-height: 1.3;
}
.doc-list li::before{
	content: "\25CF";
	display: inline-block;
	vertical-align: middle;
    margin-left: -1em;
    width: 1em;
    font-size: 1.35em;
    line-height: 0;
	color: #ef7f1a;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #333;
  padding: 0 0 15px 0;
  font-size: 16px;
  color: #fff;
}

#footer .footer-top {
  padding: 40px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-info .logo{
	margin: 0 0 1.5em 0;
}

#footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .footer-info .policy-link {
    display: block;
    margin: 0.75em 0 0 0;
}

#footer .footer-top .footer-info .policy-link  a{
	text-decoration: none;
	color: #fff;
}

#footer .footer-top .footer-info .policy-link  a:hover{
	text-decoration: none;
	color: #ef7f1a;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #fff;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s; 
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f1a;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  position: relative;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#footer .footer-top .footer-links,
#footer .footer-top .footer-contacts {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul,
#footer .footer-top .footer-contacts ul {
  list-style: none;
  padding: 0 0 0 2.5em;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-contacts_menu li{
	padding: 0 0 8px 0;
}
#footer .footer-top .footer-links ul li:first-child{
  padding-top: 0;
}

#footer .footer-top .footer-links ul a{
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
  color: #fff;
}

#footer .footer-top .footer-links ul a:hover,
#footer .footer-top .footer-links ul a:active,
#footer .footer-top .footer-contacts_menu li:hover a,
#footer .footer-top .footer-contacts_menu li:hover a.mail {
  color: #ef7f1a;
}

#footer .footer-top .footer-contacts_menu li a{
	font-size: 18px;
    font-weight: 400;
	color: #fff;
}

#footer .footer-top .footer-contacts_menu li a.mail{
	font-size: 16px;
	color: #868686;
}

.footer-contacts_menu .f-icon {
    font-size: 26px;
    margin: 0 8px 0 0;
}

#footer .footer-buttons_item {
    text-align: right;
}
#footer .footer-buttons_item:nth-child(1){
	margin: 0 0 13px 0;
}

#footer .footer-buttons_item .btn.btn-appoint, 
#footer .footer-buttons_item .btn.btn-dwnl:hover, 
#footer .footer-buttons_item .btn.btn-dwnl:focus{
   margin-left: 0;
}

#footer .copyright-block {
  border-top: 1px solid rgba(142,142,142,.41);
}

#footer .copyright {
  text-align: left;
  padding-top: 15px;
  font-size: 85%;
}

#footer .credits {
  padding-top: 15px;
  text-align: right;
  font-size: 85%;
  color: #fff;
}
@media (max-width: 1024px) {
	#footer .footer-top .footer-links ul, 
	#footer .footer-top .footer-contacts ul{
		padding: 0 0 0 0.5em;
	}
}
@media (max-width: 768px) {
	#footer .col-md-3{
		width: 50%;
	}
	#footer .footer-buttons_item {
		text-align: left;
	}
}
@media (max-width: 600px) {
	#footer .credits{
		text-align: left;
	}
}
@media (max-width: 480px) {
	#footer .col-md-3{
		width: 100%;
	}
}