/*proj pages */

.proj_pages .main_section_block .row{
	width:100%;
}
.char_tbl{
	display: table;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
}
.carousel-indicators li {
    width: 200px;
    height: 100%;
    opacity: 0.8;
}
.carousel-indicators button[data-bs-target]{
  width: 200px;
}
.carousel-indicators button[data-bs-target]:not(.active){
  opacity: 0.8;
}
.carousel-indicators {
    position: static;
}

.product_price_wrap {
    display: flex;
    flex-wrap: wrap;
    -ms-grid-columns: auto 2rem 1fr 2rem 1fr;
    grid-template-columns: auto repeat(2, 1fr);
    grid-column-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 3rem 2.8rem;
    background: #fff;
    border-radius: 0.5rem;
    align-items: center;
    position: relative;
	border: 1px solid #343438;
}
.product_price_wrap:hover{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.product_price_wrap > div:nth-child(3n+1) {
    -ms-grid-column: 1;
}
.product_price_wrap > div:nth-child(3n+2) {
    -ms-grid-column: 3;
}
.product_price_wrap > div:nth-child(3n+3) {
    -ms-grid-column: 5;
}
.product_price {
    font-size: 1.5rem;
    font-weight: 500;
    color: #273142;
}
.inline_askquestion_prod {
    display: block;
    background: #0975a3;
    border: 0.15rem solid #649fb9;
    color: #fff;
    padding: 0.8rem;
    font-weight: 400;
    border-radius: 0.4rem;
    text-align: center;
    cursor: pointer;
    font-size: 1.05rem;
}
.carousel-indicators button{
	border: 0.05rem solid #649fb9;
}
.extrafields_title {
    background-color: #fff;
    color: #273142;
    font-size: 1.15rem;
    padding: 0.85rem 1rem;
    border-radius: 0.3rem;
    font-weight: 600;
}

.product_wrap {
    color: #525A68;
    font-size: 1rem;
	margin-bottom: 1rem;
}
.char_tbl .td:first-child, .options_price .td:first-child{
    font-weight: 500;
}
.char_tbl .td,  .options_price .td{
	padding: 0.2rem 0.5rem;
}

.char_tbl .tr:nth-child(even) .td:first-child, .product_wrap .th:first-child, .options_price .tr:nth-child(even) .td:first-child{
    border-radius: 0.4rem 0 0 0.4rem;
}
.char_tbl .tr:nth-child(even) .td{
    background-color: #f2f5f9;
}
.char_tbl .tr, .options_price .tr {
    border-radius: 0.4rem;
}
.char_tbl .tr:hover, .char_tbl .tr .td:hover, .options_price .tr .td:hover{
	background-color: #f4f5f7;
}
.options_price{
	display: grid;
    grid-column-gap: 85px !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
}
.options_price .tr .td:nth-child(1){
	min-width:200px;
	width:90%;
}
.options_price .tr .td:nth-child(2){
	text-align:right;
	min-width:100px;
	width:10%;
}
.options_price .tr:nth-child(3n + 2) .td{
    background-color: #f2f5f9;
}
.product_price_wrap .add-call{
	height:72px;
	padding: 10px 20px;
	margin:10px;
	min-width:120px;
	width:100%;
	max-width: 140px;
}
.product_price_wrap .product_price{
	min-width: 100px;
	width:25%;
	max-width: 130px;
}
.tex_section h2 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #2786ae;
    position: relative;
    z-index: 2;
}
.divider {
    text-align: center;
    display: inline-block;
    padding-bottom: 15px;
    width: 270px;
    margin: 0 auto;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    z-index: 2;
}
.divider__text {
    --divider-border-style: solid;
    --divider-color: #2786ae;
    --divider-border-width: 2px;
}
.divider__text:before, .divider__text:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}
.proj_pages .tex_section{
	padding:30px 10px;;
}
.proj_pages .container, .proj_pages .tx_sect{
	width:100%;
	padding:0 15px;
}

.adv_block {
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
    color: #2786ae;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
a.elementor-icon-box-content {
    color: #2786ae;
}
.garanties-title {
	min-height: 80px;
    font-size: 1.4rem;
    color: #666;
    font-weight: 550;
}
.elementor-icon-box-content .elementor-icon-box-title strong {
    color: #666;
}
.elementor-icon-box-content {
    min-height: 102px;
    font-size: 1rem;
    color: #000;
    padding: 15px;
    font-weight: 400;
}
.form_index_zapros_search {
    background: #0975a3;
    color: #fff;
    margin-top: 20px;
}
.container {
    max-width: 1840px;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    padding: 0 15px;
}
.index_title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 18px;
}
.h2zagolovok {
    margin: 0 0 20px;
    font-family: "bold";
    font-size: 39px;
}
.index_title>div.title {
    max-width: 600px;
    display: inline-block;
}
.soc_section {
    padding: 25px;
}
.soc_section h3 {
    padding-top: 25px;
}
.text_section ul.social {
    list-style: none;
}
.social li:not(:last-child) {
    margin-right: 16px;
}
.social a {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #3a8fb5;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.social a svg {
    width: 24px;
    height: 24px;
}
.index_contacts .text_container {
    margin-top: -500px;
    font-size: 14px;
    z-index: 22;
    display: block;
    position: relative;
}
.index_contacts .contacts {
    margin-top: 55px;
    background: #fff;
    padding: 20px 30px 40px;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
}
.main_section_block .page_title{
	padding:20px 0;
}




.vertmenu .b_menu .has-sub {
    color: #0047af;
}
.vertmenu, .vertmenu ul, .vertmenu ul li, .vertmenu ul li a {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.vertmenu>ul>li:first-child>a, .vertmenu>ul>li.last>a {
}
.vertmenu>ul>li>a {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ffffff',endColorstr='#fff',GradientType=0 );
    border-bottom: 1px solid #d1d2d5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
    color: #0047af;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 15px 20px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    z-index: 2;
}
.vertmenu .holder {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.vertmenu .holder:before {
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 2px;
    top: 18px;
}
.vertmenu .holder:after {
    border-left: 2px solid #4169e1;
    border-top: 2px solid #4169e1;
    top: 17px;
}

.vertmenu .holder:after, .vertmenu .holder:before {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 6px;
    z-index: 10;
}
.na_zakaz{
	padding-bottom: 2rem;
    font-weight: 600;
    text-align: center;
    min-width: 270px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}


/*end proj pages */