@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  color:#212529; 
  scrollbar-color: rgba(191, 212, 255, 1) #fff;
}
.w100{
	width:100%;
}
.clear{
	clear:both;
}
.ml-1{
	margin-left: 10px;
}
.overflow-h{
	overflow: hidden;
}
.text-right{
	text-align: right;
}
.red{
	color:red;
}
a, a:hover{
	color:#2f3192;
	text-decoration:underline;
}
a.btn-first,a.btn-second{
	color:#fff;
	background:#8e8bd4;
	font-size: 0.9rem;
	padding: 0.5rem 1rem;
	-webkit-box-shadow: 1px 2px 3px 2px rgba(138, 138, 138, 1);
    -moz-box-shadow: 1px 2px 3px 2px rgba(138, 138, 138, 1);
    box-shadow: 1px 2px 3px 2px rgba(138, 138, 138, 1);
	text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    border-radius: 5px;
	transition: all 0.3s ease;
	display: inline-block;
}
a.btn-first:hover,a.btn-second:hover{
    text-decoration: underline;
	transform: scale(1.03);
}
a.btn-second{
	text-align:center;
	width:400px;
}
.plinks  a:hover{
	color:#2f3192;
}
/* HEAD */
.head-wrap{
	border-bottom: solid 1px #000;
}
.main-page .head-wrap{
	border-bottom: none;
}
.row.head{
    z-index: 5;
    width: 100%;
	padding-top:20px;
	border-bottom: 1px solid #fff;
}
.main-page  .row.head{
	position: absolute;
}
.logomain{
	display:block;
}
.logomain:focus-visible {
    outline-offset: unset;
	outline:none;
}
.logomain span.logomain-img{
	width: 17%;
	float:left;
	display:block;
}
.logomain span.logomain-txt{
	width: 83%;
	padding-left:10px;
	float:left;
	display:block;
    line-height: 1.4;
    padding-top: 8px;
	color: #000;
}
.main-page .logomain span.logomain-txt{
	color: #fff;
}
.logohead-m {
	padding-top: 5px;
    padding-bottom: 5px;
}
.logomain-m span.logomain-img-m{
	width: 17%;
	float:left;
	display:block;
}
.logomain-m span.logomain-txt-m{
	width: 83%;
	padding-left:10px;
	float:left;
	display:block;
    line-height: 1.4;
    padding-top: 8px;
	font-size: 0.8rem;
    font-weight: 600;
    color: #000;
}
.svg-inline-burger {
	margin-top: 3vw;
    display: inline-block;
    text-align: center;
    width: 100%;
	cursor:pointer;
}
.menu-links-m{
	padding-top: 3vw;
    text-align: right;
}
.header_telehone-wrap{
	color: #000;
}
.header_telehone-wrap a{
	color: #000;
	font-size: 1.3rem;
    text-decoration: none;
    font-weight: 700;
}
.main-page .header_telehone-wrap a,.main-page .header_telehone-wrap {
	color: #fff;
}
.header__telehone{
	width: 200px;
    text-align: center;
    margin-left: calc(100% - 200px);
}
.header__telehone span{
	font-size: 0.9rem;
}

/* MENU */
.btn-def:hover{
	text-decoration:underline;
}
.btn-def2,.btn-def2:hover{
	background:#fff;
	color: #000;
	font-size: 0.9rem;
}
.btn-def2:hover{
	text-decoration:underline;
}
.btn-def3,.btn-def3:hover{
	background:#fff;
	color: #29abe2;
	font-size: 0.9rem;
	font-weight: 800;
    border: 1px solid #29abe2;
}
.btn-def3:hover{
	text-decoration:underline;
}
.menu-links{
	text-align: right;
	padding-top: 10px;
	position: relative;
}
.menu-links a,.menu-links span{
	margin-left: 8px;
}
.menu-links span,.menu-links-m span{
	cursor:pointer;
}

.btn-def,.btn-def:hover{
	background:#2f3192;
	color: #fff;
	font-size: 0.9rem;
}
.btn-def.color2,.btn-def.color2:hover{
	background:#2f3192;
}
.btn-def.color3,.btn-def.color3:hover{
	background:#2cc1c9;
}
.btn-def:active{
	background:#6f6da3 !important;
	color: #fff !important;
	text-decoration:underline;
}
.btn-def4{
	border: 1px solid #2f3192 !important;
	font-size: 0.9rem;
	color: #2f3192;
	font-weight: 800;
	background:#fff !important;
	text-decoration:none;
}
.btn-def4:hover{
	background:#2f3192 !important;
	color: #fff;
}
.btn-def5{
	padding: 10px 25px;
    background: #2f3192;
    color: #fff;
    border-radius: 10px;
	font-size: 18px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	text-decoration:none;
}

.btn-def5:hover{
	color: #fff;
}
.link1{
	
}
.link1:hover{
	color:#2f3192 !important;
}
.link1:hover svg{
	fill:#2f3192 !important;
}

/* TOP-SLIDER */
.slider-top .col-12{
	padding: 0;
}
.control-el{
	position: absolute;
    width: 300px;
    bottom: 33px;
    right: 10%;
}
.control-el .swiper-pagination{
	position: relative;
}
.swiper-pagination{
	text-align: right;
	width: 220px !important;
}
.swiper-pagination-bullet{
	background:#fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background:#2f3192;
}

.swiper-button-next svg.swiper-navigation-icon, .swiper-button-prev svg.swiper-navigation-icon{
	    display: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 0.8rem;
	font-weight: 800;
	color: #000;
}
.swiper-button-next, .swiper-button-prev{
	width:32px;
	height:32px;
	background:#fff;
	border-radius: 5px;
	border: solid 1px #ccc;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
	color: #fff;
}
.swiper-wrap-sl1 .sbn2.swiper-button-next,.swiper-wrap-sl1 .sbn3.swiper-button-next,.sbn4.swiper-button-next{
	right: 10px;
}
.gallery .swiper-button-next, .gallery .swiper-button-prev {
    background-color: #fff;
}


.swiper-button-next:hover, .swiper-button-prev:hover{
	background:#2f3192;
}
.slider-top .swiper-button-next{
	right: 0;
	top: 0;
}
.slider-top .swiper-button-prev{
	right: 40px;
    left: auto;
	top: 0;
}
.swiper-wrap-sl1 .swiper-button-next{
	right: -2px;
}
.swiper-wrap-sl1 .swiper-button-prev{
    left: -2px;
}
.sld-text{
	position: absolute;
    bottom: 0;
    width: 100%;
	color:#fff;
	padding-bottom: 50px;
	text-shadow: 4px 3px 5px rgba(0,0,0,0.49);
}
.sld-text-date{
	font-size: 5rem;
    font-weight: 800;
    text-transform: uppercase;
}
.sld-text-text1{
	font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
	margin-top: -20px;
    margin-bottom: 10px;
}
/* The side navigation menu */
.sidenav-wrap {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 11; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgb(83 83 83 / 70%);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav{
	width: 375px;
    height: 100%;
    background: #fff;
	overflow-x: hidden;
}
/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.3s;
  white-space: initial;
}

.sidenav-head-brand{
	float:left;
	width:90%;
}
.sidenav-head-closebtn{
	float:left;
	width:10%;
}
.sidenav .closebtn {
  font-size: 36px;
}
.logomain-img-sm{
	width: 60px;
    display: block;
	float: left;
}
.logomain-txt-sm{
	width: 248px;
    display: block;
	float: left;
	font-size: 0.8rem;
    padding: 10px 10px 0;
    font-weight: 600;
}
.sidenav-head-wrap,.sidenav-content-wrap{
	padding-left: 10px;
	width: 359px;
}
.sidenav-content-wrap{
	padding-right: 10px;
}
#mySidenav .dropdown-col-img{
	display:none;
}
.sidenav .dropdown-menu a:hover{
	background:#29abe2;
}
.sidenav-telehone-wrap{
	margin-top: 20px;
}
.sidenav-telehone-wrap .header__telehone{
	width:auto;
	margin-left:0;
	line-height: 1;
}
#mySidenav .btn-def{
	color:#fff;
}
.menu a{
	color:#000;
	text-decoration:none;
}
.tizers-icon{
	float:left;
	width:70px;
	position: relative;
}
.tizers-icon img{
	width:90%;
}
.tizers-cont{
	float:left;
	width:calc(100% - 70px);
	padding-left: 10px;
    padding-top: 5px;
	font-weight: 600;
}
.tizers-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
	padding-top: 50px;
	padding-bottom: 50px;
}
.tizers-item{
	width: 19%;
	margin-right:1%
}
.navbar-expand-lg{
	padding-top: 8px;
    padding-bottom: 8px;
}
.col-xxl-9.menu, .col-lg-8.menu,.col-lg-12.menu-wrap, .col-xl-11.menu-wrap , .col-md-11.menu-wrap {
	position: initial;
}
.navbar .nav-item:hover {
    background: #2f3192;
}
.block{
	padding-top: 50px;
    padding-bottom: 50px;
}
.grey{
	background:#f2f2f2;
}
.cubs-item{
	position:relative;
	margin-top: 20px;
}
.cubs-item a,.cubs-item.cb2 .cubs-item-wrap{
	background: #fff;
	padding: 10px 15px;
	color: #000;
    text-decoration: none;
    font-weight: 600;
	height: 100%;
}
.cubs-item a{
	display:block;
}
.cubs-item-wrap.row{
	margin-left: 10px;
}
.cubs-item.cb2 .cubs-item-text2 a{
	font-weight: 400;
}
.cubs-item.cb2 a{
	display:inline-block;
	background: transparent;
	padding: 0;
}
.cubs-item a:hover{
	color: #2f3192;
}
.cubs-item-icon{
	position:absolute;
	top: 0;
    right: 20px;
	overflow: hidden;
    width: 34px;
	text-align: right;
}
.cubs-item-img img{
	width: 90%;
}
.cubs-item-img img.w100{
	width: 100%;
}
.cubs-item-text p{
	margin-top:10px;
	margin-bottom:0;
}
.cubs-item.cb2 .cubs-item-text p{
	text-align:left;
}
.cubs-item-text2 p{
	font-weight:400;
	margin-top:15px;
}
.head-mobile{
	position: fixed;
    z-index: 5;
	width: 100%;
	background:#fff;
}
.row.head-fix{
	/*display:none;*/
	position: fixed;
    z-index: 5;
    width: 100%;
	border-bottom: 1px solid #fff;
	background-color: rgb(255 255 255 / 90%);
	top: 0;
	border-bottom: solid 1px #000;
	z-index: 99;
}
.head-fix .logomain img{
	width: 50px;
}
.cubs2 .cubs-item a .cubs-item-text p{
	color:#000;
	text-align:left;
}
.text-link{
	text-align:right;
}
.text-link a{
	color:#000;
	text-decoration:none;
}
.text-link a:hover{
	text-decoration:underline;
}
.title4{
	font-size: 1.2rem;
    font-weight: 600;
}
.swiper-wrap-sl1{
	position:relative;
}
.swiper-sl1{
	position:relative;
	overflow: hidden;
}
.sld-news-date{
	text-align:right;
	font-size:0.8rem;
	margin-top:10px;
}
.swiper-sl1 a{
	display:block;
	color:#000;
	text-decoration:none;
}
.interest-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}
.interest-item {
    width: 19%;
    margin-right: 1%;
	text-align: center;
    font-weight: 600;
}
.interest-item a{
    color:#212529;
	text-decoration:none;
}
.interest-item a:hover{
	color: #2f3192;
}
.faq .accordion-button::after{
	background-image:url(../img/plus.svg);
}
.faq .accordion-button:not(.collapsed)::after{
	transform:rotate(-135deg);
}
.faq .panel-title a{
	display: block;
	position: relative;
	margin: 8px;
	text-decoration:none;
	width: 90%;
}
.faq .panel-title a::after{
	content: '';
    background-image: url(../img/plus.svg);
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: -10%;
    top: 0;
	transition: transform 0.2s ease-in-out;
}
.faq .panel-title a:not(.collapsed)::after{
	transform:rotate(-135deg);
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
}
.panel-body{
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
}
.panel .panel-heading {
    border:solid 1px #ddd;
}
.panel:first-of-type>.panel-heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.panel:last-of-type>.panel-heading {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.panel-group .panel {
    border-radius: 0;
	border: none;
}
.panel-heading:has(a:not(.collapsed)) {
  background-color: #cfe2ff;
}
.zayavka{
	background-image:url(../img/banner_500.jpg);
	background-size: cover;
    background-position: 50% 50%;
	padding-bottom:150px;
}
.plinks a{
	color:#000;
	text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
}
.footer{
	background:#666666;
	color:#fff;
}
.footer a{
	color:#fff;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
#panel-right{
	position:fixed;
	top:250px;
	right:0;
	z-index: 10;
    background: #fff;
	width: 36px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
	border: solid 1px #ccc;
    border-right: #fff;
}
#panel-right >div >div{
	border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}
.panel-right-b5{
	border-bottom: none !important;
}
.single-sidebar__card-button {
    padding: 0.5rem 1rem;
    color: #000;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 20px;
	border: 1px solid #bfbfbf;
}
.single-sidebar__button-name a {
    color: #000;
	text-decoration: none;
    font-size: 1.1rem;
}
.single-sidebar__card-button:hover .single-sidebar__button-name a {
    color: #2f3192;
}
.single-sidebar__card-button:hover {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(138, 138, 138, 1);
    box-shadow: 0px 1px 1px 1px rgba(138, 138, 138, 1);
	background-color:#f4f4f4;
}
.bl-1{
	margin-top: 20px;
    margin-bottom: 20px;
}
.bg-Pickto_1 {
    width: 64px; height: 75px;
    background: url('../img/css_sprites.png') -10px -10px;
	margin: 0 auto;
}
.bl-1 .accordion-button::after{
	font-family: 'bootstrap-icons';
	content: "\F138";
	background-image: none;
	position: relative;
    right: 20px;
}
.bl-1 .accordion-button::after{
	font-family: 'bootstrap-icons';
	content: "\F138";
	background-image: none;
	position: relative;
    right: 20px;
}
.bl-1 .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.bl-1-text{
	padding-left: 20px;
    padding-right: 40px;
}
a.bl-2{
	display:block;
	color:#000;
	text-decoration:none;
}
a.bl-2:hover .bl-2-item{
	background:#f4f4f4;
}
a.bl-2:hover .bg-Pickto_1 {
    background-position:-94px -10px;
}
.bl-2 .bl-2-item{
	border: solid 1px #dee2e6;
	padding: 20px;
}
.bl-2 .bl-2-item .row{
	align-items: center;
}
.bl-2 .bl-2-item .bi-arrow-up-right::before{
	transform: rotate(45deg);
}
.bl-2 .bl-2-item .arrow{
	text-align: center;
}
.bl-2 h3{
	font-size: 1.2rem;
	font-weight: 700;
    color: #8e8bd4;
}
.bl-3 {
	width: 90%;
	position: relative;
    margin-left: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.bl-3 .bl-3-1{
	background: #e0ebff;
	padding: 10px;
	position: relative;
    z-index: 1;
}
.bl-3 .bl-3-2{
	position: absolute;
    height: 100%;
    width: 95%;
	border: solid 2px #dddcf2;
    top: -15px;
    right: -15px;
}
.bl-3 .bl-3-3{
	position: absolute;
    height: 100%;
    width: 95%;
	border: solid 2px #8e8bd4;
    top: 15px;
    left: -15px;
}
h3.razdel_titl{
    font-weight: 600;
    margin: 30px 0;
    color: #8e8bd4;
	text-transform:uppercase;
	font-size: 1.2rem;
}
h3.razdel_titl-line {
    font-weight: 600;
    margin: 30px 0;
    border-bottom: 1px solid #003449;
    color: #8e8bd4;
	text-transform:uppercase;
	font-size: 1.2rem;
}
h3.razdel_titl-line span {
    background: #fff;
    position: relative;
    top: 5px;
    padding-right: 10px;
}

.bg-Call a{
    display: block;
	width: 30px; height: 27px;
    background: url('../img/css_sprites_main2.png') -63px -136px;
}
.bg-Call a:hover{
    background: url('../img/css_sprites_main2.png') -10px -10px;
}
.bg-local a{
    display: block;
	width: 21px; height: 27px;
    background: url('../img/css_sprites_main2.png') -115px -53px;
}
.bg-local a:hover{
    background: url('../img/css_sprites_main2.png') -161px -135px;
}
.bg-znak a{
    display: block;
	width: 25px; height: 28px;
    background: url('../img/css_sprites_main2.png') -10px -57px;
}
.bg-znak a:hover{
    background: url('../img/css_sprites_main2.png') -115px -100px;
}
.bg-Mail a{
    display: block;
	width: 30px; height: 20px;
    background: url('../img/css_sprites_main2.png') -10px -105px;
}
.bg-Mail a:hover{
    background: url('../img/css_sprites_main2.png') -10px -144px;
}
.bg-vopros a{
    display: block;
	width: 21px; height: 27px;
    background: url('../img/css_sprites_main2.png') -162px -10px;
}
.bg-vopros a:hover{
    background: url('../img/css_sprites_main2.png') -114px -136px;
}

.bg-slabovid{
    display: inline-block;
	width: 35px; height: 19px;
    background: url('../img/css_sprites_main2.png') -60px -10px;
}
.bg-slabovid-black{
	width: 31px; height: 18px;
    background: url('../img/css_sprites_main2.png') -60px -105px;
}
body:not(.main-page) .head .bg-slabovid{
	width: 31px; height: 18px;
    background: url('../img/css_sprites_main2.png') -60px -105px;
}
.bg-poisk{
    display: inline-block;
	width: 27px; height: 23px;
    background: url('../img/css_sprites_main2.png') -60px -49px;
}
.bg-poisk-black{
	width: 27px; height: 23px;
    background: url('../img/css_sprites_main2.png') -115px -10px;
}
body:not(.main-page) .head .bg-poisk{
	width: 27px; height: 23px;
    background: url('../img/css_sprites_main2.png') -115px -10px;
}
.bg-lk{
    display: inline-block;
	width: 21px; height: 23px;
    background: url('../img/css_sprites_main2.png') -162px -100px;
}
.bg-lk-black{
	width: 21px; height: 23px;
    background: url('../img/css_sprites_main2.png') -162px -57px;
}
body:not(.main-page) .head .bg-lk{
	width: 21px; height: 23px;
    background: url('../img/css_sprites_main2.png') -162px -57px;
}
.bg-m-l{
	display: inline-block;
	position: relative;
    top: 8px;
}
.bg-m-l.bg-slabovid-black,.bg-m-l.bg-slabovid{
	top: 6px;
}
/*
.bg-Icon1 {
    width: 63px;
    height: 69px;
    background: url(../img/css_sprites_icon_tp.png) -155px -570px;
    background-size: 365px auto;
}
.bg-Icon2 {
    width: 63px; height: 53px;
    background: url(../img/css_sprites_icon_tp.png) -90px -7px;
    background-size: 305px auto;
}
.bg-Icon3 {
    width: 63px; height: 67px;
    background: url(../img/css_sprites_icon_tp.png) -1180px -570px;
    background-size: 365px auto;
}
.bg-Icon4 {
	width: 63px;
    height: 61px;
    background: url(../img/css_sprites_icon_tp.png) -277px -8px;
    background-size: 348px auto;
}
.bg-Icon5 {
    width: 63px; height: 49px;
    background: url(../img/css_sprites_icon_tp.png) -6px -6px;
    background-size: 265px auto;
}
.bg-Icon6 {
    width: 79px; height: 84px;
    background: url(../img/css_sprites_icon_tp.png) -10px -330px;
    background-size: 483px auto;
	zoom: 83%;
}
.bg-Icon7 {
    width: 79px; height: 70px;
    background: url(../img/css_sprites_icon_tp.png) -10px -100px;
    background-size: 403px auto;
}
.bg-Icon8 {
    width: 79px; height: 70px;
    background: url(../img/css_sprites_icon_tp.png) -107px -100px;
    background-size: 403px auto;
}
.bg-Icon9 {
    width: 79px; height: 77px;
    background: url(../img/css_sprites_icon_tp.png) -720px -95px;
    background-size: 403px auto;
	zoom: 90%;
}
.bg-Icon10 {
    width: 79px; height: 106px;
    background: url('../img/css_sprites_icon_tp.png') -370px -395px;
	zoom: 66%;
}
.bg-Icon11 {
    width: 79px; height: 80px;
    background: url(../img/css_sprites_icon_tp.png) -740px -185px;
    background-size: 413px auto;
	zoom: 87%;
}
.bg-Icon12 {
    width: 79px; height: 69px;
    background: url(../img/css_sprites_icon_tp.png) -8px -178px;
    background-size: 383px auto;
}
.bg-Icon13 {
    width: 79px; height: 68px;
    background: url(../img/css_sprites_icon_tp.png) -210px -90px;
    background-size: 383px auto;
}
.bg-Icon14 {
    width: 123px; height: 106px;
    background: url('../img/css_sprites_icon_tp.png') -317px -10px;
}
.bg-Icon15 {
    width: 88px; height: 106px;
    background: url('../img/css_sprites_icon_tp.png') -273px -269px;
}
.bg-Icon16 {
    width: 102px; height: 106px;
    background: url('../img/css_sprites_icon_tp.png') -151px -269px;
}
*/
.search-top {
	position:absolute;
	top: 10px;
    right: 200px;
	display: flex;
	width: 0;
    animation: widthExpand 0.3s ease-out forwards;
}
.menu-links-m .search-top {
	top: 3vw;
    right: 35px;
}
.search-top .input-group-append{
	position:absolute;
	top: 0;
    right: 0;
    background: #fff;
    border-radius: 20px;
    transform: scale(.9);
}
.search-top .btn-link{
	padding: 5px;
}
.search-top input{
	padding-right: 40px;
}
.search-top .bg-poisk-black{
	display: block;
}
@keyframes widthExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 250px; /* Общая ширина формы */
        opacity: 1;
    }
}


.swiper-wrap-sl4{
	overflow: hidden;
}
.swiper-wrap-sl4 .swiper-slide{
	padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
	border:solid 1px #ccc;
}
.swiper-wrap-sl4 .sld-rev-name{
	font-weight: 800;
}
.swiper-wrap-sl4 .sld-rev-text{
	color: #8a8a8a;
}
.swiper-wrap-sl4 .sld-rev-more a {
	position: absolute;
    bottom: 15px;
}
.swiper-wrap-sl4 .swiper-wrapper {
  display: flex; /* Swiper и так использует флексбокс */
  align-items: stretch; /* Растягиваем слайды по высоте */
}
.swiper-wrap-sl4 .swiper-slide {
  height: auto; /* Позволяем слайдам растягиваться */
}
.sld-rev-star{
	background-image:url(../img/star1.jpg);
	height: 22px;
    width: 110px;
	margin-bottom: 15px;
}
.sld-rev-text{
	margin-bottom: 50px;
}
.swiper-wrap-sl4 .swiper-slide{
	position: relative;
}
.sld-rev-more{
	position: static;
}
.sld-rev-date{
	text-align: right;
}
.media-news:nth-child(2n) {
    background: -webkit-gradient(linear, left top, right top, from(white), to(#e0ebff));
    background: linear-gradient(90deg, #fff 0, #e0ebff 100%);
}
.media-news:nth-child(2n+1) {
    background: -webkit-gradient(linear, left top, right top, from(#e0ebff), to(white));
    background: linear-gradient(90deg, #e0ebff 0, #fff 100%);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #2f3192;
    background-color: #fff;
    border-color: #2f3192;
}
.btn-secondary {
    color: #fff;
    background-color: #2f3192;
    border-color: #2f3192;
	border-right-color: #fff;
    border-left-color: #fff;
	text-decoration:none;
}
.btn-secondary:hover {
    color: #2f3192;
    background-color: #fff;
    border-color: #2f3192;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #2f3192;
    background-color: #fff;
    border-color: #2f3192;
    -webkit-box-shadow: 0 0 0 .2rem rgba(142, 139, 212, .5);
    box-shadow: 0 0 0 .2rem rgba(142, 139, 212, .5);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(142, 139, 212, .5);
    box-shadow: 0 0 0 .2rem rgba(142, 139, 212, .5);
}
.bg-dark {
    background-color: #2f3192 !important;
}
.alert-info {
    background-color: #f1f0fd;
}
.bg-gray {
    background-color: #f1f0fd !important;
}
.file_descript::before{ 
	content:' ';
	background:url('../img/PDF_54_68_5.png');
	width: 54px;
    height: 68px;
    transform: scale(.5);
}
.razdelhead,.review_head,.review_head {
    background: #dcdafd !important;
}
.razdel-h {
    color: #2f3192 !important;
	background: #e0ebff !important;
}
.razdel-h a{
    color: #2f3192 !important;
	text-decoration:underline;
}
.reviews-video-icon{
	width: 50%;
}
.ticketsfilterrow #consultants-filter-cat option:hover, .ticketsfilterrow #consultants-filter-cat option:focus{
	background: #dcdafd;
}
img{
	width:100%;
	max-width:100%;
	height:auto;
}
img#licntC68B{
	width:88px;
}
.single-sidebar__card-button.dropdown .dropdown-menu .dropdown-item{
	background-color:#e0ebff !important;
}
.single-sidebar__card-button.dropdown .dropdown-menu .dropdown-item:hover{
	color: #2f3192 !important;
}
.single-page__content h2,h2{
	font-size:1.4rem;	
	color:#2f3192;
	text-align:center;
	text-transform: uppercase;
	font-weight: 700;
}
.top-page h2{
	color:#000;
}
.single-page__content h3,h3{
	font-size:1.3rem;	
	text-transform: uppercase;
	font-weight: 700;	
	color:#2f3192;
}
h4{
	font-size:1.3rem;	
}
h5{
	background: #e0ebff;
	font-weight: 700;
	color:#2f3192;
}
h6{
	background: #2f3192;
	font-weight: 700;
	color:#fff;
	font-size: 1rem;
    display: block;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	text-transform: uppercase;
}
.single-sidebar__card-button.active{
	background-color:#f4f4f4;
}
.user_bg1 {
    background-color: #e0ebff !important;
}
/*
.topman-text div p a {
    color: #8e8bd4 !important;
}
.congratulations-wrap .card{
	border: 1px solid #8e8bd4  !important;
}
*/
.pagination_wrap{
	margin-bottom: 50px;
}
.block.preimush,.block.diagnostics,.block.otziv,.block.faq,.block.news .descript{
	text-align: justify;
}
@media (max-width: 1200px) {
    .sld-text{
		padding-left: 15px;
        padding-right: 15px;
	}
	.tizers-items {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-left: 30px;
	}
	.tizers-item{
		width: 240px;
		margin-right: 10px;
		display: flex;
        flex-direction: row;
	}
	.tizers-cont{
		width: 170px;
	}
	
}
@media (min-width: 992px) and (max-width: 1400px){
	.header_menu_wrap .nav-link{
		font-size:1.15vw;
	}
	.header-fix_menu_wrap .nav-link{
		font-size:1vw;
	}
	
}
@media (min-width: 992px) {
	/* MENU */
	.navbar .nav-item .dropdown-menu .dropdown-col {
        display: inline-block;
        width: 24%;
        float: left;
    }
	.header_menu_wrap .dropdown > .dropdown-menu,.header-fix_menu_wrap .dropdown > .dropdown-menu{
		left: 0;
		width: 100%;
		top: 155px;
	}
	.header-fix_menu_wrap .header_menu_wrap .dropdown > .dropdown-menu,.header-fix_menu_wrap .dropdown > .dropdown-menu{
		top: 50px;
	}
	.header_menu_wrap .dropdown:hover > .dropdown-menu,.header-fix_menu_wrap .dropdown:hover > .dropdown-menu{
		display:block;
		border-radius: 0;
		box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
		padding: 15px 50px;
	}
	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		white-space: initial;
	}
	.dropdown,.navbar-expand-lg{
		position: initial;
	}
	.dropdown-col-img{
		width:60px;
		float: left;
	}
	.dropdown-col-items{
		width: calc(100% - 60px);
		float: left;
	}
	.dropdown-col > div.dropdown-col-items:only-child  {
		width: 100%;
		text-transform: uppercase;
	}
	.dropdown-toggle::after{
		content: none;
	}
	.header_menu_wrap ul.navbar-nav,.header-fix_menu_wrap ul.navbar-nav {
		justify-content: space-between;
		width: 100%;
	}
	.header_menu_wrap ul.navbar-nav > li > a{
		text-transform: uppercase;
		font-weight: 600;
	}
	.main-page .header_menu_wrap ul.navbar-nav > li > a{
		color: #fff;
	}
	.header-fix_menu_wrap ul.navbar-nav > li > a{
		text-transform: uppercase;
	}
	.header_menu_wrap .dropdown:hover > .dropdown-menu .with-sub-nav:hover > .dropdown-menu,.header-fix_menu_wrap .dropdown:hover > .dropdown-menu .with-sub-nav:hover > .dropdown-menu{
		display:block;
		border-radius: 0;
		box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
		padding: 15px 50px;
		width: 100%;
		left: 0;
	}
	.single-sidebar{
		width: 90%;
		padding-right: 0px;
	}
	.block-osnovnap-cubs .col-lg-3 .col-9{
		padding-left: 0;
		font-size: 1rem;
	}
}
@media (max-width: 992px) {
	.interest-item{
		width: 46%;
        margin-right: 4%;
	}
	#panel-right {
		position: fixed;
		top: auto;
		bottom:0;
		width: 100%;
	}
	#panel-right .panel-right-wrap {
		display: flex;
		justify-content: space-between;
	}
	#panel-right .panel-right-wrap > div{
		width: 20%;
		border-right: solid 1px #ccc;
	}
	#panel-right .panel-right-wrap div.bg-vopros{
		border-right: none;
	}
	#panel-right  a{
		margin: 0 auto;
	}
}
@media (max-width: 720px) {
	.slider-top .swiper-slide {
		height:400px;
		width:100%;
		background-size: cover !important;
		background-position: 30% 50% !important;
	}
	.slider-top .swiper-slide img{
		display:none;
	}
	.col-1.menu-burger-btn{
		padding-left:0;
		padding-right:0;
	}
	.cubs-item-icon {
		right: 25px;
	}
	.cubs2 .cubs-item.cb2 {
		width: calc(100% - 15px);
	}
}
@media (max-width: 576px) {
	.logomain-m span.logomain-txt-m{
		font-size: 2.3vw;
		font-weight: 800;
	}
	.menu-links-m img{
		width:auto;
		height:15px;
	}
	.sld-text-text1{
		font-size: 1.3rem;
	}
	.sld-text {
		bottom: 20px;
	}
	.sld-text-date {
		font-size: 4rem;
	}
	.sld-text .sld-text-text2 {
		font-size: 1rem;
	}
	.control-el {
		bottom: 15px;
	}
	.btn-def4 {
		font-size: 0.8rem;
	}
}
@media (min-width: 1500px) {
	body{
		font-size: 1.1rem;
	}
	.accordion-button{
		font-size: 1.1rem;
	}
	.logomain-img img{
		width: 90px;
	}
	.cubs-item-line {
		top: 14.3px;
	}
}
@media (min-width: 2000px) {
	body{
		font-size:1.8rem;
	}
	.btn-def4 {
		font-size: 1.5rem;
	}
	.header__telehone span {
		font-size: 0.9rem;
	}
	.header__telehone {
		width: 400px;
		text-align: center;
		margin-left: calc(100% - 400px);
	}
	.header__telehone span {
		font-size: 1.4rem;
	}
	.main-page .header_telehone-wrap a {
		font-size: 1.8rem;
	}
	.panel-title{
		font-size:1.5rem;
	}
	.top-page h2 {
		font-size: 2rem;
	}
	.cubs-item-text p {
		font-size: 1.5rem;
	}
}
@media (max-width: 468px) {
	.head-wrap .col-8.logohead-m{
		width: 60%;
		flex: 0 0 60%;
	}
	.head-wrap .col-3.menu-links-m{
		width: 31.66666667%;
		flex: 0 0 31.66666667%;
		max-width: 31.66666667%;
	}
	.logomain-m span.logomain-txt-m {
        font-size: 2vw;
    }
	.row.head-mobile {
		margin-right: calc(-.5 * 1.5rem);
		margin-left: calc(-.5 * 1.5rem);
	}
	.row.head-mobile >*{
		padding-right: calc(1.5rem * .5);
		padding-left: calc(1.5rem * .5);
	}
}