/*
Theme Name: greateagle
*/

html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	color: #000;
	min-width: 320px;
	font-weight: 400;
}

.container {
	max-width: 1260px;
}
/* header */

header {
	height: 95px;
}

.navbar {
	height: 95px;
	background-color: #fff;
	padding: 0;
	position: fixed;
    width: 100%;
	z-index: 9999;
	border-bottom: solid #DDDDDD 1px !important;
}

.navbar-brand img {
	width: 263px;
	height: 53px;
	margin-left: -23px;
}

.navbar-nav .nav-item a {
	font-weight: 600;
	color: #424242;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
}

.menu-primary-container {
	margin-right: 20px;
}

.nav-item a {
  position: relative;
}

.nav-item a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ff7100;
  height: 3px;
  transition: all .3s;
  transform: scale(0);
}

.nav-item a:hover::after {
	transform: scale(1);
}

.btn-primary {
	background-color: #FECD45;
	border-color: #FECD45;
	text-transform: uppercase;
	font-weight: 700;
	width: 259px;
	height: 46px;
	line-height: 30px;
}

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

.btn-primary:focus {
	background-color: #fbc633;
	border-color: #fbc633;
	box-shadow: none;
}

.navbar-toggler-orange {
    background-color: #FECD45;
    border: none;
}

.navbar-toggler-icon {
	background-image: url(assets/img/vector.svg) !important; 
	width: 100%;
    height: 100%;
}

.navbar-toggler.opened .navbar-toggler-icon {
    background-image:url(assets/img/closeburger.svg) !important;  
}

.navbar-light .navbar-toggler {
    color: transparent;
}

.navbar-toggler {
	width: 42px;
    height: 42px;
}

@media screen and (max-width: 993px) {


.btn-primary {
	display: none; /* Скрыть кнопку на мобильной версии */
}

.navbar-collapse {
	background: #2568FB;
}

.nav-item a {
	color: #fff !important;
	font-size: 19px;
	font-weight: 700;
}

.nav-item {
	padding: 5px 0;
}

body {
	font-size: 14px; /* Пример: установка меньшего размера шрифта на мобильной версии */
}
}
/* header */

/* container with image */
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(assets/img/bgtop.jpg);
  height: 600px;
}

.subtitle {
  font-size: 20px;
  font-weight: 600;
}

.title {
  color: #2568FB;
  font-size: 54px;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.bullet-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bullet-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.bullet-icon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.bullet-text {
  font-size: 19px;
  font-weight: 700;
}

/* container with image */

/* carousel */
.testimonial-carousel-reviews {
  height: 300px;
}

.circle-reviews {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #000; /* Замените на соответствующий цвет */
}

.rating-reviews {
  display: flex;
  align-items: center;
}

.stars-reviews {
  margin-right: 15px;
}

.date-reviews {
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 23px;
}

.description-reviews {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 0px;
  color: #737373;
}

.read-more-reviews {
  text-decoration: underline;
}

.testimonial-reviews {
	font-family: 'Open Sans', sans-serif;	
}

.title-reviews {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #4F4F4F;
}

.author-reviews {
  margin-bottom: 0;
}

.rating-reviews {
	width: 123px;
	height: 23px;
}

.reviews-a {
	color: #2F84ED;
	font-size: 14px;
	text-decoration: none;
}

.client-name-reviews {
	font-size: 12px;
	font-weight: 600;
	color: #737373;
}

.devider-solid {
border-top: 2px solid #E3E3E3;
}

.rewies-h {
	font-size: 18px;
	font-weight: 700;
}

.reviews-block {
	height: 392px;
	margin-top: 50px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 993px) {
	.reviews-block, .bg-image{
		height: auto;
	}

	.bg-image {
		padding: 25px 0;
	}
}
/* carousel */



/* h2blue+bullets */

.exblueh2 {
	color: #2568FB;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;	
    margin-top: 50px;
}

.benefits-block {
	height: 242px;
    padding-bottom: 45px;
}

@media screen and (max-width: 993px) {
	.benefits-block  {
		height: auto;
	}
}
/* h2blue+bullets */

/* block with image */

.greysectionbg {
	background: #f2f2f2 !important;
	height: 513px;
	padding-bottom: 20px;
}

.img-right {
	width: 100%;
}

.center-block {
	height: 100%;
}

@media screen and (max-width: 993px) {
	.greysectionbg  {
		height: auto;
	}
}
/* block with image */

/* blue-block */

.blue-block {
	background-color: #2568FB;	
	padding-bottom: 45px;
}

.h2-new {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 50px;
}

.subh2 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
}

.bullet-text-white {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.bullet {
	margin-bottom: 13px;
}


@media screen and (max-width: 993px) {
	.bullet-text-white   {
		font-size: 14px;
		font-weight: 500;
	}
	.h2-new {
		font-size: 26px;
	}
	.subh2 {
		font-size: 14px;
	}
}

/* blue-block */


/* big block with images */

.subh2black {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}


.h4blue {
	font-size: 25px;
	font-weight: 800;
	color: #2568FB;
	margin-bottom: 20px;
}

.p {
	font-size: 16px;
	padding-bottom: 15px;
}

.block-img-text {
	height: 253px;
	box-shadow: 0px 0px 10px 0px rgba(207, 207, 207, 0.5);
	margin-bottom: 30px;
}

.big-block-img_text {
	padding-bottom: 20px;
}

.img-mrg-15 {
	margin-left: 15px;
}


@media screen and (max-width: 993px) {
	.block-img-text {
		height: auto;
		padding: 10px;
	}

	.h4blue {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.p {
		font-size: 14px;
	}

	.exblueh2 {
		font-size: 26px;
	}

	.subh2black {
		font-size: 14px;
	}

	.bullet-text {
		font-size: 14px;
	}

	
}

@media screen and (max-width: 575px) {
	.title {
		font-size: 36px;
	}

	.subtitle, .title {
		text-align: center;	
	}
}
/* big block with images */


/*big blue block 2*/

.h3-new {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bulletwdot {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: flex;
    justify-content: space-between;
}

.price-list-separator {
	flex: 1 0;
	border-bottom: 1px dotted #fff;
	height: 1em;
	margin: 0 .4em;
}

@media screen and (max-width: 993px) {
	.bulletwdot {
		font-size: 12px;
	}

}

.spanblue {
	color: #2568FB;
	font-weight: 600;
}
.bulletwdotblck {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: flex;
    justify-content: space-between;
}

.price-list-separator-black {
	flex: 1 0;
	border-bottom: 1px dotted #000;
	height: 1em;
	margin: 0 .4em;
}

.pp {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.btn-big {
    width: 481px;
    height: 59px;
    font-size: 35px;
    line-height: 44px;
    margin-top: 20px;
}

@media screen and (max-width: 993px) {
	.bulletwdotblck {
		font-size: 11px;
	}

	.pp {
		text-align: left;
	}

	.btn-big {
		display: block;
		font-size: 21px;
		width: 100%;
	}

	.btn-footer {
		display: block;
		margin: auto;
	}

}

.footer {
	background-color: #515151;
}

.orangefooter {
	color: #FECD45;
	font-size: 30px;
	font-weight: 800;
	margin-top: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.copyright {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.footer-nav {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*tilda block salebot*/

.justify-content-center {
	width: auto !important;
}

.sb_block .btn_new {
	border-radius: 46px !important;
	width: 100%;
}

.tilda-block {
	background: #fff;
    padding: 20px 0 40px 0;
    box-shadow: 0px 0px 10px 0px rgba(207, 207, 207, 0.5);
    border-radius: 10px;
}
/*big blue block 2*/

.img-left {
	text-align: center;
}

@media screen and (max-width: 693px) {
	.img-left img{
		width: 100% !important;
	}
	.slider_desctop {
		display: none;
	}
	.navbar-nav {
		display: block !important;
	}
	
	.mobb {
		margin-top: 25px !important;
	}
	
	.img-4b {
		margin-top: 25px !important;
	}
}

@media screen and (min-width: 694px) {
	.slider_mob {
		display: none;
	}
}

.slider_blck {
	margin-bottom: 25px;
}

.our_h2 {
	margin-top: 0 !important;
}

.footer_a a {
	color: #fff !important;
}

.img-left img {
	width: 100%;
	height: 233px;
}

.article-thumb {
	margin-bottom: 25px;
}

.article-h {
	font-weight: 700;
	font-size: 18px;
	color: #222;
}

.article-desc {
	font-weight: 500;
	font-size: 14px;
	color: #777777;
	margin-top: 15px;
	margin-bottom: 25px;
}

.post-a {
	text-decoration: none;
}

.article-thumb img {
	width: 100%;
    height: auto;
}


.post-text p {
	color: #4B4F58;
	font-size: 15px;
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 25px;
}

.post-text strong {
	color: #3A3A3A;
	font-weight: 500;
	font-size: 30px;
}

.post-text {
	border-right: solid #DDDDDD 1px;
}

.blog-container {
	margin-top: 50px;
}

.a_left a {
	float: left;
	text-decoration: none !important;
}

.a_right a {
	float: right;
	text-decoration: none !important;
}

.post_content img {
	width: 100%;
    height: auto;
}

.post_content {
	margin-bottom: 25px;
}

.after_post_btns {
	height: 85px;
	border-top: solid #DDDDDD 1px;
	border-bottom: solid #DDDDDD 1px;
	margin-bottom: 30px;
}

.comment-reply-title {
	color: #3A3A3A;
    font-size: 24px;
}

.email-notes {
	font-size: 15px;
}

#comment {
	width: 100%;
	height: 217px;
	background: #FAFAFA;
    border: solid #DDDDDD 1px;
    padding-left: 15px; 
    padding-top: 15px;
}

#author, #email, #url {
	width: 251px;
    height: 49px;
    background: #FAFAFA;
    border: solid #DDDDDD 1px;
    padding-left: 15px; 
}

.flexx {
	display: flex;
}

.comment-form-email {
	margin-right: 30px;
    margin-left: 30px;
}

.comment-form-comment {
	margin: 0 !important;
}


#submit {
	background: #2568FB;
    color: #fff;
    border: none;
    height: 48px;
}


@media screen and (max-width: 693px) {
	.comment-form-email {
		margin: 0;
	}

	.flexx {
		display: block;
	}
	.post-text {
		border: none;
	}

	.sb {
		padding: 0 !important;
	}
	.steps {
		text-align: center;
	}

	.sb-benefit {
		margin-top: 25px;
	}
		
	.bsb {
		padding-left: 10px !important;
	}
	.sb-benefit h2 {
		font-size: 22px !important;
	}
}


.sb-benefit h2 {
	font-size: 24px;
	font-weight: 700;
	color: #2568fb;
	text-align: center;
	margin-bottom: 25px;
}

.bullet-text-sb {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.sb-benefit {
	margin-bottom: 60px;
}


.bsb {
	padding-left: 70px;
	margin: 0;
}


.sb {
	padding: 30px;
}

.sb-greyblock {
	background: #e9e9e9;
	padding: 30px;
	margin-bottom: 35px;
}

.sb-greyblock h2 {
	color: #FECD45;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}

.sb-greyblock p {
	color: #505050;
	font-size: 14px;
	font-weight: 500;
}

.step {
	margin-top: 10px;
	margin-bottom: 10px;
}

.step2 h3 {
	color: #FECD45;
	font-size: 21px;
	font-weight: 700;
}

.steps {
	margin-bottom: 25px;
}