
.ftco-section {
    padding: 3em 0;
    position: relative;
}

.head_block {
    padding-top: 1rem !important;
}

.social-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-media p {
    margin-top: 0;
    margin-bottom: 0;
}

.head_items .col.d-flex {
    margin-bottom: 0.5em;
    padding-bottom: 0em;
}

.head_items .col {
    padding-bottom: 1em;
}

.footer_contact_item{
	display: flex;
}


.footer_icon {
    width: 30px;
    height: 30px;
    fill: currentColor;
    fill: #2873BA;
    margin-right: 15px;
}

.footer_map_frame{
	display: flex;
}


.services .icon {

    background: #2974BA;

}

.services .icon:before {

    background: #27B9E6;

}

    .products-entry {
        /*
        margin-bottom: 40px;
        border: 1px solid;
		border-radius: 5px;
		border-color: #2772B9;
        */
    }

.products-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
	    margin: 16px;
		
}	
    .products-button {
		height: 44px !important;
		background: #2772B9;
		color: rgba(0, 0, 0, 0.3);
		font-size: 16px;
		border-radius: 5px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		margin-bottom: 1rem;
		color: #fff;
		padding: 0.375rem 0.75rem;
		bottom: 0;
		position: fixed;
		left: calc(50% - 4em);
		width: 8em;
    }
	
.products-entry .text .heading.product_short_description {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    margin: 16px;
        /*min-height: 350px;*/
}	
	
	
/* Доработка меню с выездом списка вниз */	

.navbar-expand-lg .subitems .navbar-nav.subbar {
	display: none;
}

.navbar-expand-lg .subitems.active .navbar-nav.subbar {
        display: flex;
}



.footer .contact-form .submit {
    background: #FDBE34 !important;
}


/* Доработка меню с выездом списка вниз */
/* Изменение цветов при наведении */
/*
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
    visibility: visible;
    background-color: #fdbe34;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
*/

.ftco-navbar-light .navbar-nav > .nav-item.subitems.active > .navbar-nav.subbar > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    color: #fff;
    position: relative;
    opacity: 1 !important;
	
}

.ftco-navbar-light .navbar-nav > .nav-item.subitems.active > .navbar-nav.subbar > .nav-item > .nav-link:hover {
    background-color: #fdbe34;
	
}

.ftco-navbar-light .navbar-nav > .nav-item.subitems.active > .navbar-nav.subbar > .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #fdbe34;
    background-color: transparent;
    visibility: visible;

    transform: scaleX(1);

    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
}

.ftco-navbar-light .navbar-nav > .nav-item.subitems.active > .navbar-nav.subbar > .nav-item > .nav-link:before:hover {

	
	    visibility: visible;
    background-color: #fdbe34;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ftco-navbar-light .navbar-nav > .nav-item.subitems.active > .navbar-nav.subbar > .nav-item > .nav-link:hover {
        color: #000000;
	    z-index: 0;
}



/*Страница продукта с баннером в начале вверху*/
.product-item-banner .work:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #00043c;
    opacity: .5;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-item-banner .work{

    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    background-position: top center !important;
    z-index: 0;
    position: relative;
    overflow: hidden;
	
    height: 20em;
}

.product-item-banner-image_bg{
	width: 100%;
	
    height: auto;
}

.banner_text{
	position: absolute;
    /* bottom: 1em; */
    color: #fff;
    margin-bottom: 2em;
}

.banner_text span{
	width: 100%;
    display: block;
	line-height: normal;
}

.product-item-banner .button_action{
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 1em;

    width: fit-content;
    height: 50px;
    content: '';

    background: #fdbe34;

    opacity: 1;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-bottom: 0.2em;
}

.banner_big_text{
	font-size: 2em;
}
.banner_medium_text{
    font-size: 1em;
    padding-bottom: 1em;
}
.banner_button_text{
    color: #052D6B;
    font-weight: 600;
    letter-spacing: 0.1rem;
}


.tariff_title {
    color: #27B9E6;

}

.tariff_price {
    color: #4CAF50;

}

.blog-entry .text .heading.tariff_price {
           font-size: 1.5em;
}

.blog-entry .text .heading.tariff_title {
           font-size: 2em;
}

.tariff_description{
	min-height: 6em;
	color: #535353;
}

.tariff_footnote{
	font-size: 0.8em;
}

.tariff_shadow{
	box-shadow: 0 .1875rem .625rem rgba(0, 0, 0, .1), 0 .0625rem .25rem rgba(0, 0, 0, .1) !important;
}

.tariffs_h2{
	font-size: 2.2em;
}


.product_item{
    box-shadow: 0 .1875rem .625rem rgba(0, 0, 0, .1), 0 .0625rem .25rem rgba(0, 0, 0, .1) !important;
    /* margin-bottom: 40px; */
    border: 1px solid;
    border-radius: 5px;
    border-color: #2772B9;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav.subbar {
		display: flex;
		flex-direction: column;
		position: absolute;
		background: #00043C;
    }
	

}
@media (max-width: 1024px) {
	.product-item-banner-image_bg {
		width: auto;
		height: 25em;
		height: 32em;
	}
	.banner_big_text {
    font-size: 2em;
	}
.banner_medium_text{
    font-size: 1em;
    padding-bottom: 1em;
	}	
}

@media (max-width: 992px) {

	.head_items{

		flex-direction: column;

	}	
	.head_icon {
		width: 24px;
		height: 24px;

	}	
	
	.head_items p{
		    margin-bottom: 0.5rem;
	}
	
	.head_block{
		    padding-top: 1rem !important;
	}
	
	.ftco-navbar-light .navbar-nav > .nav-item.subitems.active > .navbar-nav.subbar > .nav-item > .nav-link:hover {
		background-color: transparent;
		
	}	
}


@media (max-width: 767.98px) {
.heading-section h2.tariffs_h2{
	font-size: 2.2em;
}

.product-item-banner .work {

    height: 36em;
}

.product-item-banner-image_bg {
        height: 100%;
    }

}


