

/* Start:/bitrix/templates/redesign.intersoft_copy/components/bitrix/news.detail/solution_detail_med/style.css?177857107023305*/
/*SOLUTION*/
.solution_head {
    position: relative;
    top: 160px;
    margin-bottom: 160px;
	padding: 80px 0;
}
.solution_head .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}
.solution_head .wrapper .solution_desc {
	width: 100%;
	max-width: 50%;
}
.solution_head .wrapper .solution_desc .name {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.solution_head .wrapper .solution_desc img {
	margin-bottom: 35px;
}
.solution_head .wrapper .solution_desc .name p {
	margin-bottom: 0;
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.solution_head .wrapper .solution_desc p.desc {
	max-width: 520px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 50px;
}


.solution_head .wrapper .solution_video {
	width: 100%;
	max-width: 50%;
}
.solution_head .wrapper .solution_video iframe {
		max-width: 100%;
}
@media all and (max-width: 600px) {	
	.solution_head {
		top: 80px;
		margin-bottom: 90px;
		padding: 30px 0;
	}
	.solution_head .wrapper .solution_desc {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.solution_head .wrapper .solution_desc img {
		
	}
	.solution_head .wrapper .solution_desc .name p {
		font-size: 30px;
		line-height: 32px;
	}
	.solution_head .wrapper .solution_desc p.desc {
		font-size: 20px;
		line-height: 26px;
	}
	.solution_head .wrapper .solution_video {
		max-width: 100%;
		margin-top: 40px;
	}
	
}
/*detail_text_block*/
.solution_adv {
    padding: 100px 0 100px;
}
.solution_adv h3 {
	margin: 0 auto 10px;
	text-align: center;
}
.solution_adv .solution_adv_desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
	margin-top: 70px;
}
.solution_adv .solution_adv_desc .solution_adv_txt {
	width: 100%;
	max-width: 60%;
}
.solution_adv .solution_adv_desc .solution_adv_txt a{
	margin-top: 30px;
}
.solution_adv .solution_adv_desc .solution_adv_pic {
	width: 100%;
	max-width: 40%;
	margin-top: 10px;
}
.solution_adv .solution_adv_desc .solution_adv_pic img {
	display: block;
    margin-right: 0;
    margin-left: auto;
    max-height: 250px;
}
.solution_adv .solution_adv_txt h3{
	margin: 0 auto 30px;
	text-align: left;
}
@media all and (max-width: 999px) {	
	.solution_adv .solution_adv_desc .solution_adv_txt {
		max-width: 100%;
	}
	.solution_adv .solution_adv_desc .solution_adv_pic {		
		max-width: 100%;
	}
	.solution_adv .solution_adv_desc .solution_adv_pic img {
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
	}
}
@media all and (max-width: 600px) {	
	.solution_head .solution_desc .batons a:last-child{
		margin-top: 10px;
	}
	.solution_adv .solution_adv_desc{
		margin-top: 0;
	}
	.solution_adv {
		padding: 50px 0 50px;
	}
}

/*solution_stoimost_block*/
.solutions_stoimosty {
    padding: 100px 0 5px;
}
.solutions_stoimosty h2 {
	margin: 0 auto 20px;
	text-align: left;
}
.solutions_stoimosty .solutions_stoimosty_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    border: none;
    margin-top: 50px;
    margin-bottom: 40px;
}
.solutions_stoimosty .solutions_stoimosty_tabs .nav-item {    
    width: 100%;
    max-width: 25%;
	border-radius: 0;
}
.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    padding: 0;
    padding: 20px 15px;
    border-top: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
	color: #000;
}
.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a::before {
	content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 3px;
    width: 0;
    background-color: #ff0000;
    transition: .6s;
}
.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a.active::before,
.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a:hover::before {
	width: 100%;
	transition: .6s;
}
.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a .modal_form_ques{
	background-image: url(/bitrix/templates/redesign.intersoft_copy/include/images/questionmark.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
	margin-left: 20px;
}

.solutions_stoimosty .solutions_stoimosty_content .tab-pane {
	height: 0;
	overflow: hidden;
	display: block;
}
.solutions_stoimosty .solutions_stoimosty_content .tab-pane.active {
	height: auto;
}

@media all and (max-width: 1300px) {
	.solutions_stoimosty .solutions_stoimosty_tabs {
		padding: 0 30px;
	}
	.solutions_stoimosty .solutions_stoimosty_tabs .nav-item{
		max-width: 33%;
	}
}

@media all and (max-width: 999px) {
	.solutions_stoimosty .solutions_stoimosty_tabs {
		padding: 0;
	}
	.solutions_stoimosty .solutions_stoimosty_tabs .nav-item{
		max-width: 48%;
	}
	.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a{
		min-height: 70px;
	}
}
@media all and (max-width: 600px) {
	.solutions_stoimosty{
		padding: 50px 0;
	}	
	.solutions_stoimosty .solutions_stoimosty_nav {
		width: 100%;
		overflow-x: scroll;
	}
	.solutions_stoimosty .solutions_stoimosty_nav .solutions_stoimosty_tabs {
		width: 440px;
		max-width: 540px;
		justify-content: flex-start;
	}
	.solutions_stoimosty .solutions_stoimosty_tabs{
		margin-bottom: 0;
	}
	.solutions_stoimosty .solutions_stoimosty_tabs .nav-item {
		max-width: 220px;
	}
	.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a{
		font-size: 14px;
		line-height: 18px;
	}
	.solutions_stoimosty .solutions_stoimosty_tabs .nav-item a .modal_form_ques{
		width: 16px;
		height: 16px;
		margin-left: 10px;
	}	
	.solutions_stoimosty .solutions_stoimosty_content .tab-pane {
		width: 100%;
		overflow-x: scroll;
	}
	.solutions_stoimosty .solutions_stoimosty_items {
		flex-flow: row;
		width: max-content;
		width: -moz-max-content;
	}
	.solutions_stoimosty .solutions_stoimosty_items .solutions_stoimosty_item {
		max-width: 300px;
		padding: 5px;
	}
}
/**/
.services_slider .srv_slider .slide .slide_content p.sub_ttl{
	display:none;
}


/**new**/
.bonus_block.add {
    margin: 50px 0 50px;
    background-position: 47% 78%;
    background: linear-gradient(142deg, rgba(234, 233, 250, 1) 0%, rgba(252, 239, 245, 1) 100%);
}

/**new**/
.bonus_block.med {
        background-image: none;
}

	
.bonus_block.add .section_ttl.sub {
    font-size: 40px;
	padding-top:20px;
}

.bonus_block.add .section_ttl.sub span {
    font-size: 25px;
}


.bonus_block.med .section_ttl.podzag {
    font-size: 25px;
}
.main_about.opis  .ma_block {
    align-items: start!important;
}

.main_about.opis .adventage{
	display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.main_about.opis .ma_ttl{
	font-size:34px!important;
	width: 100;
}
.main_about.opis .ma_sub_ttl{
	width: 100;
	text-align: justify; 
}
.main_about.opis  .ma_block .ma_text {
    max-width: 50%!important;
	
}
.main_about.opis  .ma_block .ma_video {
    max-width: 50%;
    padding: 35px;
    border-radius: 0;
    box-shadow: none;
}

.main_about.opis .a_ttl{
	font-size:20px;
	width: 35%;
}
.main_about.opis .a_sub_ttl{
	font-size:12px;
	width: 78%;
}

.ready_projects .ma_block {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    gap: 20px;
}

.ready_projects  .ma_block .ma_text {
    border-left: 0 solid #000;
    padding-left: 0;
}
.ready_projects  .ma_block .ma_text {
    border-left: 0 solid #000;
    padding-left: 0;
}
.ready_projects  .ma_block .ma_text {
    width: 100%;
    max-width: calc(40% - 10px);
}

.ready_projects .ma_block .ma_video {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.ready_projects .ma_block .ma_video {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.ready_projects .ma_block .ma_video {
    width: 100%;
    max-width: calc(60% - 10px);
}

.clients_adventages.add.poch.new2{
margin-bottom:50px;
background-image: none;
}

.clients_adventages.add.poch.new2  .adventages .adventage{
    background-color: #ffffff;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.07);
	background-image: none;
	transition: transform 0.5s ease;
	padding: 25px;
	
}

.clients_adventages.add.poch.new2 .adventages .adventage .krug {
   text-align: center;
}

.clients_adventages.add.poch.new2 .adventages .adventage .a_ttl {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding-top: 20px;
}
.clients_adventages.add.poch.new2 .adventages .adventage .a_sub_ttl {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.clients_adventages.add.poch.new2 .adventages .adventage .a_ttl {
    font-weight: 600;
}

.clients_adventages.add.poch.new2 .icon.vector-icon{
    width: 30%;
    height: 100%;
	margin: 20px 0;
}

.clients_adventages.add.poch.new2 .adventages .adventage span {
     background-image: none;
}

.tmb_items.add {
    margin-top: 55px;	
	gap: 10px;
	flex-flow: inherit;
}

.tmb_items.add .tmb_item {
background-color: #ffffff;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 7%);
    background-image: none;
    transition: transform 0.5s ease;
	width:20%;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	border-radius: 20px;
    height: 145px;
	padding-top: 20px;
}

.tmb_items.add .tmb_item.gr, .clients_adventages.add.poch.new2 .adventage.gr, .slide.gr {
    background: linear-gradient(142deg, rgba(234, 233, 250, 1) 0%, rgba(252, 239, 245, 1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

	
.tmb_items.add .tmb_item .tmb_top {
font-size: 30px;
text-transform: inherit;
font-weight:bold;	
}

.tmb_items.add .tmb_item .tmb_bot {
    font-size: 15px;
}

.sol_stoimost .sol_st_itemsi .sol_st_item {
	background-color: transparent!important;
    border: 0 solid #dddddd!important;
}

.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_ttl {
    background-color: #fff!important;
    color: #000!important;
    font-size: 23px!important;
    font-weight: bold!important;
}
.bonus_block.add.nobg {
    background-image: none;
}

.bonus_block.add .flex {
   display: flex;
    flex-wrap: nowrap;
    align-content: center;
	justify-content: space-between;
    gap: 30%;
    align-items: center;
}

.bonus_block.add .proc_60.first {
    font-size: 35px;
    text-align: left!important;
    padding-bottom: 20px;
}
.bonus_block.add .proc_60 {
    width: 30%;
    text-align: justify;
}
.tmb_top.add {
	font-size: 20px!important;
}

.services_slider.add .srv_slider .slide .slide_content p.ttl {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.services_slider.add svg {
   width: 35px;
    height: 35px;
}
.services_slider.add svg use {
   fill: #8ca6db;

}
.services_slider.add .srv_slider .slide .slide_content {
    height: 140px;
}

.main_about.otz .ma_block {
	    align-items: flex-start!important;
}

.main_about.otz .ma_block .ma_text {
    max-width: calc(70% - 10px);
}
.main_about.otz .ma_block .ma_video {
    max-width: calc(30% - 10px);
	padding: 0 35px!important;
 
}

.services_slider .srv_slider .slide .slide_content .srv_content {
    overflow-y: auto!important;
}

@media all and (max-width: 999px) {
.main_about.opis .ma_block, .main_about.opis .adventage, .ready_projects .ma_block, .bonus_block.add .flex, .adv_digits, .main_about.menut .menu {
	    display: block!important;
}

.main_about.opis .ma_block .ma_text, .main_about.opis .a_sub_ttl, .main_about.opis .ma_block .ma_video, .ready_projects .ma_block .ma_text, .ready_projects .ma_block .ma_video, .bonus_block.add .proc_60, .main_about.otz .ma_block .ma_text, .main_about.otz .ma_block .ma_video,  .adv_digits .adv_digit {
    width: 100%;
    max-width:100%!important;
}

.services_slider.add .srv_slider .slide .slide_content p.ttl {
    font-size: 14px!important;
}
.adv_digit {
margin:10px 0;	
}
}

.bonus_block.add.nobg .flex {
   display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    gap: 50px;
    align-items: flex-start;
}
.services_slider .srv_slider_add {
	margin-top:40px;
}

.services_slider .srv_slider_add .slide .slide_content p.ttl {
    font-size: 15px!important;
    font-weight: 300;
    margin-bottom: 18px;
    min-height: 70px;
    text-align: center;
	padding: 0 30px;
}

.services_slider .srv_slider_add .ar_circle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    box-shadow: 0 0 15px #00000026;
    background-color: #fff;
    z-index: 1;
    top: calc(50% - 27px);
    cursor: pointer;
}

.services_slider .srv_slider_add .ar_circle.next {
    right: 3px;
}
.services_slider .srv_slider_add .ar_circle img {
    display: block;
}

.services_slider .srv_slider_add .ar_circle.prev {
    left: 3px;
}
.services_slider .srv_slider_add .ar_circle.prev img {
    transform: rotate(180deg);
}

.main_about.otz .ma_block .ma_video {
    box-shadow: none;
}

.bonus_block.adds{
	background-image: none;
}

.bonus_block.adds .icon_block img{
	width: 35px;
    height: auto;
}

.bonus_block.adds  .bonus_slider .bonus_item p.ttl {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
	    padding-top: 20px;
}
.bonus_block.adds  .bonus_slider .bonus_item .icon_block {
display: flex;
    gap: 15px;
	align-items: center;
}

.bonus_block.adds  .bonus_slider .bonus_item .imgbg {
background-color: #c46fc2;
border-radius: 26px;
padding:7px;
}

.sol_stoimost .sol_st_itemsi .sol_st_item {
    padding: 60px 15px 30px 15px!important;
    margin: 15px!important;
	    min-height: 480px;
}

.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_desc {
    padding-right: 0px!important;
    font-size: 12px!important;
	    overflow-y: auto;
}
.sol_stoimost .sol_st_itemi.bg, .adventage.bg, .adv_digit.gr{
background: linear-gradient(142deg, rgba(234, 233, 250, 1) 0%, rgba(252, 239, 245, 1) 100%)!important;
}
.sol_stoimost .sol_st_itemsi .sol_st_item.bg .st_item_ttl {
background: none!important;
}

.main_about.nobg .ma_block .ma_video {
    box-shadow: none!important;
	    text-align: center;
}

.adv_digits {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 25px;
    margin-bottom: 140px;
}

.adv_digits .adv_digit {
    width: 100%;
    max-width: calc(20% - 20px);
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 7%);
    border-radius: 10px;
}
.adv_digits .adv_digit .digits {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}
.adv_digits .adv_digit .digits::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96px;
    height: 2px;
    background-color: #cccccc;
}
.adv_digits .adv_digit .txts {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 35px;
    margin-bottom: 0;
}
.adv_digits .adv_digit .digits svg {
	width: 100%;
    height: 100%;
}
.adv_digits .adv_digit .digits {
    height: 45px;
}



        
.main_about.menut .menu {
            list-style: none;
            display: flex;
			justify-content: center;
        }
        
.main_about.menut .menu > li {
            position: relative;
        }
        
.main_about.menut  .menu > li > a {
            display: block;
            padding: 15px 20px;
            color: black;
            text-decoration: none;
            transition: background 0.3s;
			font-size: 14px;
        }
        
.main_about.menut .menu > li > a:hover {
            text-decoration:underline;
        }
        
 .main_about.menut .menu > li.has-submenu > a::after {

	 content: "";
    display: inline-block;
    width: 0px;
    height: 7px;
    margin-left: 8px;
    border-left: 5px solid #00000000;
    border-right: 5px solid #00000000;
    border-top: 5px solid #000000;
    transition: transform 0.3s;
        }
        
.main_about.menut  .submenu {
            display: none;
            position: absolute;
            top: 60%;
            left: 0px;
            background: white;
            list-style: none;
            min-width: 260px;
            z-index: 100;
			    background-color: #ffffff;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 7%);
    background-image: none;
    transition: transform 0.5s ease;
    padding: 15px;
        }
		
 .main_about.menut  .menu > li.has-submenu.open > a::after {
           transform: translateY(-50%) rotate(180deg);
        }      
.main_about.menut .submenu li a {
            display: block;
            padding: 10px;
            color: black;
            text-decoration: none;
            transition: background 0.3s;
			font-size: 14px;
        }
        
.main_about.menut .submenu li a:hover {
            background: linear-gradient(142deg, rgba(234, 233, 250, 1) 0%, rgba(252, 239, 245, 1) 100%);
			border-radius:15px;
			
        }
        
.bonus_block.add .flex.add {
    justify-content: left!important;
    gap: 0px!important;
	    border-bottom: 1px solid #ccc;
}

.bonus_block.add .one_col {
	font-size: 35px;
	font-weight:bold;
	width:12%;
	    padding: 20px 0;
}

.bonus_block.add .two_col {
	font-size: 16px;
	font-weight:bold;
	width:25%;
}

.bonus_block.add .three_col {
width:63%;
}

@media all and (max-width: 999px) {
.bonus_block.add .one_col, .bonus_block.add .two_col,.bonus_block.add .three_col {
	width:100%;
}

}

.services_slider.add.round .slide{
	border-radius: 10px;
	background-color: #ffffff;
    transition: transform 0.5s ease;
}
.slide.gr {
    background: linear-gradient(142deg, rgba(234, 233, 250, 1) 0%, rgba(252, 239, 245, 1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
h1 {
    font-family: 'Romul';
    text-transform: uppercase;
    font-size: 40px!important;
    line-height: 1.2!important;
    font-weight: 300!important;
    text-align: center!important;
}
.clients_adventages.add.poch.new2 .adventages {
    gap: 0;
}

.clients_adventages.add.poch.new2 .adventages .adventage  {
	max-width: calc(25% - 10px);
	    margin-bottom: 10px;
}

.bonus_block.med {
    padding: 77px 0 0px;
}

.clients_adventages.add.poch.new2 .icon.vector-icon {
    width: 81px;
    height: 81px;
    margin: 0px 0px;
    background-color: #2f364d;
    fill: white;
    border-radius: 39px;
    padding: 14px;
}

/* tabs  */
  .toggle-block {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: 5px;
            margin-bottom: -1px; /* Чтобы границы не дублировались */
            cursor: pointer;
        }
        
        .toggle-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .toggle-content {
            display: none;
            padding-top: 15px;
        }
        
        .toggle-arrow {
            transition: transform 0.3s ease;
        }
        
        .toggle-block.active .toggle-arrow {
            transform: rotate(180deg);
        }
		
.bonus_block.add.med  .wrapper {
    pointer-events: auto;
}	

.bonus_block.add.med .flex {
    gap: 10%;
}	
.bonus_block.add.med p.nopad {
padding-top: 15px;
padding-bottom: 20px;
padding-left: 5px;
}

.sol_st_item_button {
	color: #000;
}

.bonus_block.add.med.nopad {
    padding: 0px;
}

.a_ttl.norm {
	font-weight: 400!important;
	    font-size: 18px!important;
}

.mp_slider_add .zag {
	font-size: 18px;
	text-align: left;
    padding-top: 25px;
    font-weight: 600;
}

.mp_slider_add .slick-prev {
    left: -40px;
}

.mp_slider_add .slick-next {
    right: -40px;
}

.bonus_block.add.med.nopad .flex.new {
	gap: 2%;
}

.clients_adventages.addv {
    position: relative;
    background-image: url(/upload/34046156_1920_q70.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.clients_adventages.addv .ma_text {
	color:white;
}
.clients_adventages.addv .ma_block .ma_video {
    background-color: white;
}

.questions_form .former form input[type="text"] {
    color: #000;
    background-color: rgba(6,6,7,.1);
    border: none;
    border-bottom: none;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.questions_form p.disclamer {
    font-size: 14px;
    color: #999999;
    display: flex;
    line-height: 1.4;
    align-items: center;
    margin-top: 10px;
}
.questions_form label.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.questions_form .form_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.questions_form .checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    line-height: 22px;
}
.questions_form .checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    background-color: #000;
    border-radius: 5px;
    top: 0;
    transition: background 0.3s ease;
    transform: translateY(-50%);
    border: 2px solid #999;
}
.questions_form .disclamer-txt {
    display: inline-block;
    max-width: 100%;
}
.questions_form .disclamer-txt a {
    color: #999!important;
}

.togglebt {
	padding:10px;
	border:2px solid #000;
	border-radius:10px;
	width: 150px;
	float: left;
	    margin-right: 15px;
        display: flex;
        align-items: center;
        gap: 6px;
}

.togglebt:hover {
	cursor:pointer;
}

.togglebt a:hover {
	color: #999!important;
}

.bonus_block.add .section_ttl.sub.z1 {
	font-size:27px;
}

.a_ttl.nopad.z2 {
	font-size:18px;
	font-weight:bold;
}

.bonus_block.add .t1 {
	flex: 1 1 auto;
}

.bonus_block.add .t2 {
	flex: 1 1 50%;
	text-align: center;
}

.bonus_block.add .t2 img{
	height:130px;
}

.bonus_block.add .t11 {
	flex: 1 1 100%;
}

.bonus_block.add .t22 {
	flex: 1 1 55%;
	    padding-top: 20px;
}
.bonus_block.add .t33 {
	flex: 1 1 130%;
	    padding-top: 20px;
}

.bonus_block.add .tmb_items .tmb_item {
    max-width: 20%;
}

.bonus_block.add .tmb_items .tmb_item .tmb_bot {
   font-size: 14px!important;
}

.main_products .mp_slider .slick-dots {
	    margin-bottom: 2px!important;
}

.bonus_block.med.stroki .wrapper {
    pointer-events: auto;
}

.sol_st_itemsi .sol_st_item .price {
    font-size: 15px!important;
    vertical-align: middle!important;
    padding-left: 5px!important;
}

.bonus_block.add.med.bg {
	background-image: url(/include/press_center.png);
	padding: 77px 0 70px;
}


.mp_slider_add p.text, .mp_slider_add .zag {
padding: 0 25px 0 0;
}
.mp_slider_add .zag {
padding: 25px 5px 0 0px;
}


@media (max-width: 600px) {
.tmb_items .tmb_item .tmb_bot {
    font-size: 12px!important;
    max-width: 137px!important;
}

.main_products .mp_wrapper {
    width: calc(100% - 30px)!important;
}

.bonus_block.med .section_ttl.podzag {
    font-size: 23px!important;
}

.bonus_block.add .tmb_items:has(> :nth-child(odd):last-child) {
    display: block!important;
}
.bonus_block.add .tmb_items .tmb_item {
    max-width: 100%!important;
	    margin-bottom: 35px;
}
.bonus_block.add .tmb_items .tmb_item .tmb_bot {
    max-width: 100%!important;
}
}


/* End */


/* Start:/bitrix/templates/redesign.intersoft_copy/components/bitrix/news.detail/main-block-new/style.css?17477330401303*/
.edu_center {
    padding: 100px 0 100px;
}
.edu_center h3 {
    margin: 0 auto 10px;
    text-align: center;
}
.edu_center .edu_center_desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    margin-top: 70px;
}
.edu_center .edu_center_desc .edu_center_txt {
    width: 100%;
    max-width: 49%;
}
.edu_center .edu_center_desc .edu_center_txt a{
    margin-top: 30px;
}
.edu_center .edu_center_desc .edu_center_pic {
    width: 100%;
    max-width: 40%;
}
.edu_center .edu_center_desc .edu_center_pic img {
    display: block;
   margin-right: 0;
   margin-left: auto;
}
.edu_center .edu_center_txt h3{
    margin: 0 auto 30px;
    text-align: left;
}
@media all and (max-width: 999px) {    
    .edu_center .edu_center_desc .edu_center_txt {
        max-width: 100%;
    }
    .edu_center .edu_center_desc .edu_center_pic {        
        max-width: 100%;
    }
    .edu_center .edu_center_desc .edu_center_pic img {
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
    }
}
@media all and (max-width: 600px) {    
    .edu_center .edu_center_desc{
        margin-top: 0;
    }
    .edu_center {
        padding: 50px 0 50px;
    }
}
.scroll_decore {
	position: relative;
	z-index: 1000;
	pointer-events: auto;
}


/* End */


/* Start:/bitrix/templates/redesign.intersoft_copy/components/bitrix/news.list/sertificates-block/style.css?1747733089150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/redesign.intersoft_copy/components/bitrix/news.list/solution_stoimost_new2/style.css?17542979165842*/
.sol_stoimost{
	padding: 0 30px;
}
.sol_stoimost .sol_st_itemsi {
	/* display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	flex-flow: wrap; */
	margin-top: 30px;

}
.sol_stoimost .sol_st_itemsi .sol_st_item {
	position: relative;
	/* width: 100%;
	max-width: 32.5%; */
	background-color: #f4f7fa;
	border: 1px solid #dddddd;
	box-shadow: 0 0 10px #dddddd;
	padding: 60px 50px 30px 50px;
	margin: 15px 15px 0 15px;
	border-radius: 15px;
		height:100%!important;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_ttl {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #180c78;
    padding: 30px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .content {

    margin-bottom: 45px;
	display: flex;
	flex-flow: column;
	row-gap: 20px;
	justify-content: flex-start;
	height: calc(100% - 150px);
}
.sol_stoimost .sol_st_itemsi .sol_st_item .subttl {
    text-align: center;
	margin-bottom: 0;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .price {
	margin-bottom: 0px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
	vertical-align: sub;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .price::after{
	content: '\20BD';
	margin-left: 7px;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .price.no::after{
	content: unset;
}
/*styles of scroll*/
.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_desc{
	min-height: 150px;
	max-height: 150px;
    overflow-y: scroll;
	text-align: center;
	padding-right: 10px;
}

.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_desc::-webkit-scrollbar {
	width: 3px;
	background-color: #f9f9fd;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_desc::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgb(108, 104, 104);
}

@-moz-document url-prefix() {
	.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_desc{
		overflow-y: auto;
		scrollbar-width: thin;          
		scrollbar-color: rgb(108, 104, 104) #f9f9fd;
	}
}
/**/
.sol_stoimost .sol_st_itemsi .sol_st_item ul {
    padding-inline-start: 20px;
    /* margin-bottom: 45px; */
}
.sol_stoimost .sol_st_itemsi .sol_st_item ul li {
    color: #180c78;
    margin-bottom: 10px;
    line-height: 20px;
}
.sol_stoimost .sol_st_itemsi .sol_st_item ul li span {
	color: #000;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .sol_st_item_button {
      /* display: flex; */
    width: 100%;
    /* max-width: fit-content; */
    max-width: -moz-fit-content;
    color: #000;
    /* border: 1px solid #180c78; */
    /* padding: 15px 25px; */
    /* border-radius: 7px; */
    /* margin: 15px auto 0 auto; */
    transition: .6s;
}
.sol_stoimost .sol_st_itemsi .sol_st_item .sol_st_item_button:hover {
	/*color: #fff;
	background-color: #180c78;
	transition: .6s;*/
	background: linear-gradient(90deg, #0000ff, #ff0000);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 1s linear infinite;
}
@media all and (max-width: 999px) {	
	/* .sol_stoimost .sol_st_over {
		overflow-x: scroll;		
	}
	.sol_stoimost .sol_st_items {
		width: max-content;
		width: -max-content;
		flex-wrap: nowrap;
	}
	.sol_stoimost .sol_st_items .sol_st_item {
		max-width: 320px;
		margin-right: 15px;
		padding: 60px 20px;
		margin-top: unset;
	} */
	/* .sol_stoimost .sol_st_items .sol_st_item .st_item_ttl {
		max-width: 90%;
	}	 */
}
@media all and (max-width:768px){
	.sol_stoimost .sol_st_itemsi .sol_st_item .st_item_ttl{
		font-size: 16px;
	}
}


.sol_stoimost  .ar_circle {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    box-shadow: 0 0 15px #00000026;
    background-color: #fff;
    z-index: 1;
    top: calc(50% - 27px);
	cursor: pointer;
}
.sol_stoimost  .ar_circle img {
	display: block;
}
.sol_stoimost  .ar_circle.prev {
	left: -20px;
}
.sol_stoimost  .ar_circle.prev img {
	transform: rotate(180deg);
}
.sol_stoimost  .ar_circle.next {
	right: -20px;
}
.sol_stoimost .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    font-size: 0;
    border: none;
	margin-top: 40px;
	padding-inline-start: 0;
    margin-left: 0;
}
.sol_stoimost .slick-dots li {
	display: block;
	height: 2px;
	width: 40px;
	background-color: #999999;
	margin: 0 12px;
	cursor: pointer;
}
.sol_stoimost .slick-dots li.slick-active  {
	background-color: #000000;
}
.sol_stoimost .slick-dots li button {
	display: none;
}

.sol_stoimost .sol_st_item img{
	display: initial!important;
}

.sol_stoimost .sol_st_item.bg{
	    background-image: url(/include/press_center.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.sol_stoimost .sol_st_itemsi .sol_st_item.bg .st_item_ttl {
    background-color: inherit;
    background-image: url(/include/press_center.png);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}
.sol_stoimost .sol_st_itemsi .sol_st_item.bg .st_item_desc {
    overflow-y: auto;

}
.sol_stoimost .sol_st_itemsi .content a {
color:black;	
}

.pod_slogan {
	font-size: 20px;
    text-align: center;
}

.modal-dialog.pay {
    max-width: 1150px;
}
.bonus_block.add.pay {
	background-image:none;
	margin: 0;
	padding: 0;
}
.bonus_block.add.pay .flex {
    gap: 5%;
    align-items: flex-start;
}

.modal-body {
font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/redesign.intersoft_copy/components/bitrix/main.feedback/popup4/style.css?1747733089924*/
.popup-former form{
    display: flex;
    flex-flow: column;
}
.popup-former form input[type="text"] {
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    padding: 15px;
    margin-bottom: 20px;
    outline: 0;
}
.popup-former form.form-hide{
    display: none;
}
.popup-former form .mf-ok-text {
    font-size: 18px;
}
.popup-former form .popup-buttons input {
    font-size: 16px;
    line-height: 100%;
    padding: 15px 35px;
    border-radius: 5px;
    transition: .6s;
}
.popup-former form .popup-buttons {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
 }
.popup-former form .popup-buttons input[type="submit"] {
    border: 1px solid #190d78;
    background-color: #190d78;
    color: #fff;
}
.popup-former form .popup-buttons input[type="submit"]:hover {
    background-color: #fff;
    color: #190d78;
}
/* End */
/* /bitrix/templates/redesign.intersoft_copy/components/bitrix/news.detail/solution_detail_med/style.css?177857107023305 */
/* /bitrix/templates/redesign.intersoft_copy/components/bitrix/news.detail/main-block-new/style.css?17477330401303 */
/* /bitrix/templates/redesign.intersoft_copy/components/bitrix/news.list/sertificates-block/style.css?1747733089150 */
/* /bitrix/templates/redesign.intersoft_copy/components/bitrix/news.list/solution_stoimost_new2/style.css?17542979165842 */
/* /bitrix/templates/redesign.intersoft_copy/components/bitrix/main.feedback/popup4/style.css?1747733089924 */
