#breadcrumbs{
	margin:70px 0 -30px 38px;
	font-size: 14px
}
#breadcrumbs a{
	
	font-size: 14px
}
.topx{
	background-image:url(/wp-content/themes/ram/img/template/a2.webp);
	height: 300px:
}
.wp-block-group__inner-container{
	padding: 5px;
}
h1.top-h1{
	font-size: 53px;
    color: #ffffff;
	font-weight: 800
}
.topx h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    background: #f52a44;
    display: inline;
    padding: 5px;
}
.top-padding{
	padding:20px;
	background: rgb(16 184 204 / 8%);
}
.nav-banner {
    width: 100%;
    max-width: 1156px;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
}
.nav-banner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	justify-content: center;
}
.nav-banner__col {
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-banner__col--50 {
    width: 50%;
    min-width: 50%;
}
.nav-banner__col--25 {
    width: 25%;
    min-width: 25%;
}

.nav-banner__col--50 .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav-banner__col--50 .banner__img-over,
.nav-banner__col--50 .banner-content {
    width: 50%;
    min-width: 50%;
}
.nav-banner__col--50 .banner__title {
    margin-bottom: 5px;
}

.nav-banner__col--25 .banner__title {
    margin-bottom: 10px;
     min-height: 42px;
    font-size: 16px;
}

.nav-banner__col--img-left .banner__img-over {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
	z-index: 1;
}

.banner-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-big__link {
    display: block;
}
.banner-big__img {
    max-width: 100%;
}

.banner {
    position: relative;
    height: 178px;
    padding: 2px 20px;
    background: #0996ca1f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #dcdcc1;
}
.bb {

    height: 92px;
    padding: 3px 2px;
}

.banner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: #efefef;
    border-radius: 25%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner:hover:before  {
    width: 150%;
    height: 150%;
}
.banner:hover .banner__title {
    color: #02213e;
    /* letter-spacing: 0.2px; */
}
.banner:hover .banner__link-text {
    color: #ff0000;
    opacity: 1;
}

.banner__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default;
    z-index: 1;
}
.banner__link-text {
    position: absolute;
    right: 16px;
    bottom: 5px;
    padding-right: 10px;
    font-size: 15px;
    color: #fd1402;
    opacity: 0.9;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}
.bb-span {
    right: 16px;
    top: 50px;
    font-size: 15px;
}

.banner__img-over {
    position: relative;
}
.banner__img {
    display: block;
    max-width: 63%;
    margin: auto;
}
.bb__img {
    display: block;
    max-width: 20%;
    position: absolute;
    left: 15px;
    top: 0px;
}
.banner__title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #2e3e6f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.banner-content {
    position: relative;
}

.banner-content-list {
    position: relative;
    margin-left: 10px;
    z-index: 2;
}
.banner-content-list__item {
    list-style: disc;
    font-size: 17px;
    color: #4D6A86;
    line-height: 19px;
}
.banner-content-list__link {
    text-decoration: none;
    font-size: 16px;
    color: #4D6A86;
}
.equipment-block {
 
	text-align: center;

}
.title-block {
    font-size: 25px;
    line-height: 48px;
    margin: 0 0 27px;
    color: #2e3e6f;
	font-weight: 700;
}
.equipment-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: 30px -19px 29px -8px;
    padding: 0;
}
.equipment-list li {
    padding: 0 10px;
    margin: 0 0 20px;
	list-style: none;
}
.equipment-list img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
}
.category-banner__img {
    max-width: 100%;
}
.col-3, .col-9 {
    float: left;
}
.col-3 {
    width: 25%;
}.col-9 {
    width: 75%;
}
.category-banner__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 17px 8px;
    border: 1px solid #eb8822;
}
.clearfix:after, .clearfix:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.clearfix:after{clear:both;}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p.row-price {
    font-size: 22px;
    line-height: 0.833;
    text-align: center;
    white-space: nowrap;
}
p.row-text {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
a.callme_order_btn {

	cursor: pointer;

    color: #ffffff;
	font-size: 13px;
    padding: 10px 18px 10px;
	text-transform: uppercase;
    text-decoration: none;
    margin: 0 10px 10px 0;
    border: 1px solid;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
h2.hom{
	font-size: 21px;
    margin: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #2e3e6f;
	padding: 27px;
    z-index: -1;
    background: url(/wp-content/themes/ram/img/template/background1.webp) #f3f8fa 0 0 no-repeat;
    opacity: 0.6;
}

h3.text-block{
	font-size: 20px;
	text-align: center;
}
.text-block a {
    text-decoration: none;
    text-align: center;
    color: #333;
}
.uuu a {
    text-decoration: none;
    text-align: center;
    color: #333;
}
.uuu{
	background: #e7f0f9;
    border-radius: 20px;
    padding: 15px;
}
.uuu ul{
	margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #28beff;
    list-style: none;
}
.uuu span{
	font-weight: 500;
    color: #28beff;
	font-size: 15px;
}
.section--u-imr7uw0v0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
    overflow-x: visible;
    overflow-y: visible;
}
.section--u-iucob1fzh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: rgba(var(--color-ik2d7qrb5), 1);
}
.container--u-ivh5h0exf {
    width: 100%;
    max-width: 1340px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 100px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}.div--u-irp4y3w3z {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.div--u-iaemr9uwk {
    width: 420px;
    position: relative;
    padding-bottom: 0px;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.heading--u-i329uiel5 {
    font-size: 44px;
    line-height: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 800;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #2e3e6f;
}
.text--u-imsgqw8ou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    line-height: normal;
    vertical-align: top;
    position: relative;
    color: #2a2929;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.blocklist--u-idh8l9nrm {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    width: 100%;
    min-width: 0px;
    font-size: 14px;
    line-height: normal;
    margin-left: 0px;
    margin-right: 0px;
}
.blocklist__items_wrapper--u-issrbwcm5 {
    width: 100%;
    height: 100%;
    will-change: transform;
}
.blocklist__list--u-ijq0r6ag0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
}
.blocklist__item__outer--u-iv4narvn9 {
    display: block;
    flex-shrink: 0;
    max-width: 100%;
    width: 50%;
    height: auto;
}
.blocklist__item--u-i17kqd6fj {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.div--u-i0w6bczy1 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
    padding-left: 30px;
    justify-content: center;
}
.blocklist__item_title--u-i9shoo688 {
    margin-bottom: 8px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    color: #000;
}
.blocklist__item_text--u-iddql0zbv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #6c6c6c;
}
.div--u-ibn2v33dh {
    width: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    background-color: #2e3e6f;
    border-top-left-radius: 555px;
    border-top-right-radius: 555px;
    border-bottom-right-radius: 555px;
    border-bottom-left-radius: 555px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    flex-shrink: 0;
}
.text--u-i1yx6hv6a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.blocklist__item__outer--u-iv4narvn9 {
    display: block;
    flex-shrink: 0;
    max-width: 100%;
    width: 50%;
    height: auto;
}
.page-title--u-id5ktf354 {
    font-size: 44px;
    line-height: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 800;
    padding-bottom: 40px;
    font-family: Montserrat, sans-serif;
    color: #2e3e6f;
}
.text--u-i9pn6vx6h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 24px;
    vertical-align: top;
    position: relative;
    color: #606060;
    font-weight: 500;
}
.div--u-iys8n0sks {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 50px;
}
.link-universal--u-i6y419cq0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    vertical-align: top;
    padding-top: 17px;
    padding-right: 44px;
    padding-bottom: 17px;
    padding-left: 44px;
    background-color: #2e3e6f;
    color: rgba(var(--color-i6p2te9q4), 1);
    position: relative;
    text-decoration-line: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 0px;
    border-top-left-radius: 444px;
    border-top-right-radius: 444px;
    border-bottom-right-radius: 444px;
    border-bottom-left-radius: 444px;
}
.text--u-ix3u12fwf {
    text-align: center;
    font-weight: 600;
    color: #fff;
}


@media (max-width: 1260px) {
    .nav-banner {
        max-width: 940px;
    }
    .nav-banner__col--50 .banner__title {
        font-size: 18px;
    }
    .banner-content-list__link {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .nav-banner {
        max-width: 766px;
    }
    .nav-banner__col--25 {
        width: 50%;
        min-width: 50%;
    }
    .nav-banner__col--50 .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .nav-banner__col--50 .banner-content,
    .nav-banner__col--50 .banner__img-over {
        width: 100%;
        min-width: 100%;
    }
    .nav-banner__col--img-left .banner__img-over {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .banner-content-list {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-big__left,
    .banner-big__right {
        display: none;
    }

    .banner {
        padding: 5px 10px;
    }
	.lp-header-11-bottom {
    padding: 5px 0 8px 0;}
}

@media (max-width: 479px){
	#breadcrumbs {
    margin: 0px 0 -30px 38px;
    font-size: 14px;
	}
    .nav-banner__col--50,
    .nav-banner__col--25 {
        width: 100%;
        min-width: 100%;
    }
	h1.top-h1 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 800;
	}
	.topx h5 {
    font-size: 15px;
	}
	.site-description {
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
	
}
	h1 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 23px;
    font-weight: 400;
    color: #034a97;
	text-align: center;
	}
	h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
	}
	h5 {
    font-size: 15px;
	}
	.banner__link-text {
    font-size: 12px;
	}
	.bb__img {
    max-width: 63%
	}
	.bb-span {
    top: 45px;
	}
    .nav-banner__col .banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nav-banner__col:nth-child(2n+1) .banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .nav-banner__col:nth-child(2n) .banner {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
    }
    .nav-banner__col:nth-child(2n) .banner__link-text {
        right: auto;
        left: 16px;
    }
	

    .nav-banner__col--50 .nav-banner__col--50 .banner-content,
    .nav-banner__col--25 .banner__img-over,
    .nav-banner__col--25  {
        width: 100%;
        min-width: 100%;
    }
	
    .nav-banner__col--50 .banner__title,
    .nav-banner__col--25 .banner__title {
        font-size: 14px;
    }
	
    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 73px;
    }
	.nav-banner__col--50 .banner__title {
    margin-bottom: 6px;
}
	.nav-banner__row {
	margin: 0 -6px;
	}
	.banner {
    padding: 10px 20px;
    background: #e6e6e6;
	}
}
@media (max-width: 450px) {
	
	.bb__img {
    display: block;
    max-width: 20%;
    position: absolute;
    left: 0px;
    top: 0px;
	}
	.over-bb{
    width: 35% !important;
    min-width: 35% !important;
	}
	.banner-content {
    width: 65% !important;
    min-width: 65% !important;
	}
	.bb__img {
    max-width: 62%;
	}
	.banner__title {
    font-size: 13px !important;
	}
	.col-9 {
    width: 100%;
	display: none;
	}
	.col-3 {
    width: 100%;
	}
	.row img{
		max-width: 100%;
	}
	p.row-price {
    font-size: 20px;
    line-height: 0.833;
    margin: 0;
	}
	.category-banner__description {
    padding: 3px 8px;
	}
	.banner {
    padding: 4px 3px;
    background: #e6e6e6;
	}
	h2.hom {
    font-size: 16px;
    margin: 12px;
    font-weight: 400;
	padding: 5px;
}
	p.hom{
		font-size: 15px;
    line-height: 18px;
	text-align: center;
	}
	.opan h2 {
    font-size: 17px;
    margin-top: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #2e3e6f;
    margin-bottom: 0px;
}
	.opan p{
		font-size: 15px;
	}
	.title-block {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 27px;
    color: #2e3e6f;
    font-weight: 500;
}
.equipment-list {
    justify-content: center;
}
.equipment-list li {

    padding: 0 7px;
    width: 33.3%;
    margin: 0 0 2rem;
}
.entry-header {
    padding: 9px;
    z-index: -1;
    background: url(/wp-content/themes/ram/img/template/background1.webp) #f3f8fa 0 0 no-repeat;
    opacity: 0.6;
}
.container--u-ivh5h0exf {
    padding-top: 50px;
    padding-bottom: 50px;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding-right: 0;
    padding-left: 0;
}
.div--u-irp4y3w3z {
    padding-right: 0px;
}
.heading--u-i329uiel5 {
    font-size: 22px;
	justify-content: center;
}
.text--u-imsgqw8ou {
    font-size: 17px;
	justify-content: center;
}
.blocklist__list--u-ijq0r6ag0 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
}
.blocklist__item__outer--u-iv4narvn9 {
    width: 100%;
    height: auto;
}
.blocklist__item--u-i17kqd6fj {
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.div--u-i0w6bczy1 {
    padding-left: 20px;
}
.blocklist__item_title--u-i9shoo688 {
    font-size: 16px;
	margin-bottom: 7px;
}
.div--u-ibn2v33dh {
    width: 48px;
    height: 48px;
	margin-bottom: 0px; 
}
.text--u-i1yx6hv6a {
    font-size: 13px;
}
.div--u-iaemr9uwk {
    width: 100%;
}
.page-title--u-id5ktf354 {
    font-size: 22px;
	padding-top: 30px;
    padding-bottom: 20px;
}
.text--u-i9pn6vx6h {
    font-size: 14px;
}
}
/* 99 */
.inside-header {
    padding: 0;
}
.lp-header-11-bottom {
   padding: 24px 0 8px 0;
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.lp-header-11-bottom  {
    position: static;
}
.lp-wrapp {
    position: static;
}
.lp-wrapp {
    padding: 0 14px;
    max-width: 1180px;
	margin: 0 auto;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    position: relative;
}
.lp-header-11-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.lp-header-11-title {
    max-width: 665px;
    margin: 0;
    margin-bottom: -8px;
    margin-right: -24px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.lp-header-11-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.text-block-wrap-div1{
	font-size: 15px;
    color: #5a5a5a;
}
a.lp-header-title-4 {
    font-size: 28px;
    font-family: Fira Sans, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    color: #525050;
}
.lp-header-11-title__text-main {
    margin: 0;
}
.lp-header-text-3 {
    font-size: 16px;
    font-family: Fira Sans, sans-serif;
    line-height: 200%;
	letter-spacing: 0.01em;
	color: #888;
}
.lp-header-11-info {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 564px;
    margin-left: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -32px;
}
.lp-header-11-phones {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
	min-width: 233px;
}
.lp-header-11-info {
 
-webkit-box-direction: normal;}
.lp-header-11-phones__icon {
    
    display: -ms-flexbox;
    display: flex;
    background-color: #e6eff1;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
	padding: 9px 14px;
}
.lp-header-11-phones__icon {
    box-sizing: content-box;
}
.lp-header-11-phones__icon-in {
    max-width: 100px;
}
.lp-header-11-phones__icon-in svg {
    fill: #1f9db1;
}
svg:not(:root) {
    overflow: hidden;
}
.lp-header-11-phones__list {

    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
a.lp-header-11-phones__item {
    display: block;
    font-size: 20px;
    color: #4a4a4a;
}
.lp-header-title-5 {
    font-family: Fira Sans, sans-serif;
    font-size: 23px;
    line-height: 130%;
    font-weight: 600;
}
.lp-header-11-phones__item {
    margin: 0;
}
.lp-header-11-buttons {
    padding-top: 0;
    margin-right: 32px;
}
.lp-button--type-1:hover {
    border-color: rgb(26 137 155);
    border-style: solid;
    border-width: 1px;
    color: rgba(255,255,255,1);
    background-color: rgb(31 157 177);
}
.lp-button--type-1:active {
    border-color: rgb(23 133 151);
    border-style: solid;
    border-width: 1px;
    color: rgba(255,255,255,1);
    background-color: rgb(31 157 177);
}
.lp-button--type-1 {
    padding: 0.445em 1.78em;
}
._v2-text {
	padding: 0.445em 1.78em;
}
.lp-button--type-1 {
    font-family: Fira Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255,255,255,1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: rgb(31 157 177);
    border-style: solid;
    border-width: 1px;
    border-enabled: 1;
    background-color: rgb(31 157 177);
}
.lp-button--type-1 {  
    color: #fff;
    padding: 0.72em 0.89em;
    border-radius: 6px;
    min-height: max(2.78em, 50px);
    line-height: 1; 
    cursor: pointer;
}
.lp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.15s;
    outline: none;
    text-align: center;
    text-align-last: center;
    vertical-align: top;
}
.lp-header-11-bottom {
  
    position: relative;
}
@media (max-width: 600px){
.lp-header-11{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lp-header-11-bottom {
    padding: 5px 0 8px 0;
	}
	
	.lp-header-11{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-block-wrap-div1{display:none;}
.lp-header-11-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	.lp-header-11{
    display: block;
    margin-top: 16px;
    text-align: center;
}
._adaptive {
    display: block;
    margin-top: 16px;
    text-align: center;
}
 .lp-header-11-info {
    display: block;
    margin: 8px 0;
    text-align: center;
}
.lp-header-11-title {
    display: -ms-flexbox;
  
    -ms-flex-wrap: wrap;
   
    justify-content: center;
}
.lp-header-title-4 {
    margin: 0;
    justify-content: center;
    text-align: center;
}
	.lp-header-title-5 {
    color: var(--text-color-base);
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.02em;
}
	.lp-header-title-6 {
    color: var(--text-color-base);
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.02em;
}
	.lp-header-11-buttons {
    margin: 16px 0;
	display: none;
}
	.lp-header-11-phones__icon {
    /* display: none; */
}
.lp-header-11-phones__icon {
    display: -ms-flexbox;
    display: flex;
    background-color: #e6eff1;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 6px 0 0;
    padding: 1px 6px;
}
.lp-header-text-3 {
    font-size: 16px;
    font-family: Fira Sans, sans-serif;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #888;
	text-align: center;
}
	.lp-header-11-phones {
    margin-right: 0;
    min-width: 100%;
}
}
/* .. */
.main-navigation a {
  padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}


/* .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: var(--base-3);
    border: 1px solid;
} */
.main-navigation ul ul {
    width: 308px;
}
h2.ttt,h4.ttt{color: #fff;}
.ttt p{color: #fff;margin-bottom: 0;}
.featured-image {
    line-height: 0;
    display: none;
}
.olga.page-list-ext .page-list-ext-item {
    clear: none;
    float: left;
    margin: 10px 10px 10px 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 15%;
}
.olga.page-list-ext .page-list-ext-image {
    float: none;
    display: inline;
    margin: 0;
}
.olga.page-list-ext .page-list-ext-image img {
    background: #FFF;
width: 100%;
    padding:7px;
   
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}
.olga.page-list-ext .page-list-ext-title {
    clear: none;
    line-height: 18px;
    width: 100%;
    text-align: center;
    height: 40px;
    color: #800000;
    margin-top: 2px;
    font-weight: 500;
    font-size: 15px;
}
.olga .page-list-ext-item-content {
    width: 190px;
    text-align: center;
    font-style: italic;
    color: #e346ad;
}
.list-class.page-list-ext .page-list-ext-item {
    clear: none;
    float: left;
    margin: 10px 10px 10px 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 23%;
}
.list-class.page-list-ext .page-list-ext-image {
    float: none;
    display: inline;
    margin: 0;
}
.list-class.page-list-ext .page-list-ext-title {
    clear: none;
    line-height: 18px;
    width: 100%;
    text-align: center;
    height: 40px;
    color: #800000;
    margin-top: 2px;
    font-weight: 500;
    font-size: 15px;
}
.list-class.page-list-ext-item-content {
    width: 190px;
    text-align: center;
    font-style: italic;
    color: #e346ad;
}
.entry-header{
	padding: 27px 0;
    z-index: -1;
    background: url(/wp-content/themes/ram/img/template/background1.webp) #f3f8fa 0 0 no-repeat;
    opacity: 0.6;
	border-bottom: 2px solid #f39c12;
}
@media (min-width: 188px) and (max-width: 400px){
.olga.page-list-ext .page-list-ext-item {
    width: 43%;
    margin: 10px 10px;
    text-align: center;
	}
.olga.page-list-ext .page-list-ext-title {
   height: 16px;
    font-size: 14px;
}.olga .page-list-ext-item-content {
    width: 100%;
    height: 35px;
    text-align: center;
    font-style: italic;
    color: #e346ad;
}

.list-class.page-list-ext .page-list-ext-item {
    width: 43%;
    margin: 10px 10px;
    text-align: center;
	}
.list-class.page-list-ext .page-list-ext-title {
   height: 16px;
    font-size: 14px;
}.list-class .page-list-ext-item-content {
    width: 100%;
    height: 35px;
    text-align: center;
    font-style: italic;
    color: #e346ad;
}

	.entry-header {
    padding: 9px;
    z-index: -1;
    background: url(https://vnrg.ru/local/templates/aspro-allcorp-mod/images/background.png) #f3f8fa 0 0 no-repeat;
    opacity: 0.6;
}

}
.lp-header-title-2 {
margin: 0;
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
}
.lp-header-title-5 {
  margin: 4px 0 0 0;
    font-size: 23px;
    line-height: 130%;
    font-weight: 700;
}
.lp-advantages-23-item__icon {
    border-radius: 50px;
    padding: 6px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
}
._primary-fill {
    background: #10b8cc;
    fill: #fff
}
.lp-advantages-23-item__icon-in {
    width: 45px;
    height: 45px;
}
.lp-advantages-23-item__icon-in svg {
    width: 100%;
    height: 100%;
}

	#menu-item-897 a {
    line-height: 37px;
    background-color: #2e3e6f;
    font-size: 20px;
    border: 1px solid;
    padding: 3px;
     margin-left: 63px; 
}
@media (max-width: 750px) {
	#menu-item-897 a {
    line-height: 37px;
    background-color: #2e3e6f;
    font-size: 20px;
    border: 1px solid;
    padding: 3px;
    margin-left: 1px;
	}}
