
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,600&display=swap');
@import url(/css/structure.css);

body {
    font-family: 'Montserrat', sans-serif !important;
}
/* content*/
#content p{
    width: auto !important;
}
#content p img.float-start{
    margin: 10px 30px 10px 0px;
}
#content p img.float-end{
    margin: 10px 0px 10px 30px;
}
/*---------- start yamm ------------*/
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static !important;
}

.yamm .container {
    position: relative !important;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 1rem !important;
    width: 270px;
}

.yamm .dropdown.yamm-fw .dropdown-menu,
.yamm .dropup.yamm-fw .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
}
/*---------- end yamm ------------*/


@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
    }
}


/*topbar*/
.search_b{
    border-radius: 0px 5px 5px 0px !important;
    border: 1px solid #00acee !important;
    border-left: none !important;
}

.search_input{
    border-radius: 5px 0px 0px 5px !important;
    border: 1px solid #00acee !important;
    border-right: none !important;
    color: #00acee !important;
}

.blue {
    background: #00acee !important;
    color: white !important;
}
.icon_blue{
    color: #00acee !important;
}
.icon_blue a{
    color: #00acee !important;
}
.oki{
    color:#00acee !important; 
}

.oki_white{
    color:white !important; 
}
.for_view {
    color:#00acee !important;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}


.stack { font-size: 0.8em !important; }
/*i { vertical-align: middle; }*/

.test {
    background: lightgrey !important;  
}
.topheader{
    /*    height: 50px;*/
    background: white !important;
    font-family: 'Montserrat', sans-serif !important;
}
.header{
    height: 160px;
    background: #00acee !important;
    /*background: linear-gradient(130deg, #00acee, #1dbcf9, #00acee )*/
}

.name {
    color:white !important;
}
.name span{
    font-weight: 600 !important;
}
.mainmenu{
    height: 60px;
    /*    background: lightcyan !important; */
    border-bottom: 2px solid #8dc2fd;
}

.nav-tabs .nav-link {

    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.nav-tabs .nav-link a {
    font-weight: 500 !important;
    color: red;
}


.nav-tabs .nav-link a.active {
    font-weight: 600 !important;
    color: #8dc2fd !important;
}

.nav-tabs {
    border-bottom: 1px solid #8dc2fd !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0b7dfe !important;
    font-weight: 500;
    background-color: #fff;
    border-color: #8dc2fd #8dc2fd #fff !important;
}
.megamenu-li {
    position: static !important;
}

.megamenu {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 15px !important;
}

#mainmenu a{
    color: black !important;
    font-weight: 500 !important;
}
/*divider*/

.divider {
    background:  linear-gradient(to right, lightgray, white);
    border-bottom: 1px solid #fff;
    margin-bottom: 20px !important;
}

.divider span {
    background-color: #00acee;
    display: block;
    width: 200px;
    height: 2px;
}

.divider-map {
    background:  linear-gradient(to right, lightgray, white);
    border-bottom: 1px solid #fff;
    margin-bottom: 0px !important;
}

.divider-map span {
    background-color: #5b78a2;
    display: block;
    width: 270px;
    height: 2px;
}

.title_news{
    font-size: 1rem !important;
    line-height: 26px;
}

.title_news a{
    text-decoration:none;
    color:black !important;
}

.desc_news{
    font-size: 12px !important;
    color: black;
    margin-bottom: 5px !important;
}
.date_tabs {
    font-size: 10px !important;
    color:grey;
}

.carousel-caption{
    background: rgba(255, 255, 255, 0.7) !important;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important; 

}

.carousel-caption h5, .carousel-caption p{
    color: black !important;
}

/* FAQ Carusel*/


.faq_shot{
    font-size: 14px;
    font-size: .875em;
    padding: 12px 22px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00acee;
    transition: color .3s,background .3s;
    font-weight: 600;
    color: white;
}
.light:hover .faq_shot{
    background: white;
    color: #0290c7;
    transition: color .3s,background .3s;
}
faq_img{
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px !important;
}

.light{
    background: #f5f5f5;
}
.light:hover{
    background: #0eb7f8;
    transition: color .3s,background .3s;
}
.date {
    margin: 20px !important;
    font-weight: 300 !important;
    color: #919393;
    transition: color .3s,background .3s;
}
.light:hover .date{
    color:white;
    transition: color .3s,background .3s;
}
.faq_title{
    margin: 20px !important;
    color: #0290c7 !important;
    transition: color .3s,background .3s;
}
.light:hover h5.faq_title{
    color: white !important;
    transition: color .3s,background .3s;
}
.faq_desc{
    margin: 20px !important;
    color: black !important;
    transition: color .3s,background .3s;
}

.light:hover p.faq_desc {
    color: white !important;
    transition: color .3s,background .3s;

}


/* gallery-carusel*/

.item-gallery{
    position: relative;

}


.item-gallery-desc{
    font-size: 1.2em;
    padding: 12px 22px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: color .3s,background .3s;
    font-weight: 600;
    color: white;
    width: 100%;
}
.item-gallery:hover .item-gallery-desc{
    background-color: rgba(255, 255, 255, 0.3);
    transition: color .3s,background .3s;
}

.gallery-carusel .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
    height: 50px;
}

.gallery-carusel .owl-nav .owl-prev{
    float: left;
    margin-left: 30px;
}

.gallery-carusel .owl-nav .owl-next{
    float: right;
    margin-right: 30px;
}

.gallery-carusel .owl-nav .owl-prev span,
.gallery-carusel .owl-nav .owl-next span{
    font-size: 30px !important;
    background: rgba(2,144, 199, 0.6);
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: inline-block;
    color: white;
    font-weight: 800;
}



.gallery-carusel .owl-nav .owl-next{

}

/*service*/

#service a{
    text-decoration: none !important;
}
.services_img{

}
.services_nav-title span {
    transition: transform .3s;
    color: black !important;

}

.services_nav-title:hover span {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: #0297d2 !important;
}

a.services_link {
    text-decoration: none !important;
    margin: 1rem 0;
    color: #444;
    font-weight: 500 !important;
}
a.services_link:hover{
    color: #0290c7 !important;
}

.scince_desc a{
    color: white !important;
    font-size: 22px;
    font-weight: 500 !important;
}

.scince_icon {
    height: 90px;
    left: 40px;
    bottom: 40px;
    width: 90px;
    background: url(i/scince.svg) left bottom no-repeat ;
}

/*social*/

.frame {
    width: 368px;
    height: 737px;
    position: relative;
    margin: 0 auto !important;
}


.frame::before {

    right: 100%;
    margin-right: 30px;
    background: url(/i/icon/frame-left.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right center;
}

.frame::after {
    left: 100%;
    margin-left: 30px;
    background: url(/i/icon/frame-right.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: left center;
}

.frame::after, .frame::before {
    content: '';
    position: absolute;
    width: 300px;
    top: 0;
    bottom: 0;
}

.social-tabs__frame-overflow {
    width: 100%;
    height: 100%;
    background: url(/i/frame.png) no-repeat;
    padding: 20px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    overflow: hidden;
}

.social-tabs__turn-btn {
    font-size: 20px;
    font-size: 1.25em;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color .3s;
    position: relative;
}

.color-theme-default .social-tabs__turn-btn--active, .social-tabs__turn-btn--active.color-theme-default {
    color: #363532;
}

.social-tabs__turn-btn--active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background-color: #00acee;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: center;
    transform-origin: center;
    transition: transform .3s;
}

.social-right{

}
.social-title{
    font-weight: 600;
    color: black;
    font-size: 30px;
}
.social-desc {

    font-weight: 400;
    color: #00acee;
    font-size: 24px;
    margin-bottom: 20px;

}
.social-tabs__frame-network--vk .icon {
    width: 55px;
    height: 55px;
    fill: #fff;
}

.social-tabs__frame-network {
    height: 95px;
    text-align: center;
    padding: 30px 20px 20px 20px;
    position: relative;
    z-index: -1;
    border-bottom: 1px solid #d7d5d2;
    width: 320px;
    background: #5180b8;
}
.social-tabs__list {
    height: 100%;
    margin-bottom: -81px;
}
.social-tabs__frame-scroll {
    width: 320px;
    overflow: hidden;
}



.social-tabs__frame-scroll-wrap {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px 0px 30px 30px !important;
    scrollbar-width: none;
}

.social-tabs__frame-scroll-wrap::-webkit-scrollbar{
    display: none !important;;
}


.social-tabs__frame-scroll-wrap a{
    text-decoration: none !important;
}
.social-tabs__frame-scroll-wrap a div{
    font-family: 'Montserrat', sans-serif !important;
    padding: 10px 20px !important;
    border-bottom: 2px solid lavender;
    color: black !important; 
    font-weight: 500;

}

.social-tabs__frame-overflow {
    width: 100%;
    height: 100%;
    background: url(/i/frame.png) no-repeat;
    padding: 20px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    overflow: hidden;
}

/* often*/

.often p{
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
    padding-left: 0px;
    padding-top: 10px;
    transition: color .3s,background .3s;
    color: #ff4d5a;
    text-align: left !important;
    border-bottom: 1px dashed;
}
.often>.col-4:hover {
    background: #f6f6f6 !important;
    transition: color .3s,background .3s;
    cursor: pointer;
}
/*footer*/

.footer-top {
    padding: 60px 0;
    background: #444;
    text-align: left;
    color: white;
}
.footer-top i{
    color: white !important;
}

.footer-top ul li{
    line-height: 40px;
}
.footer-top ul li a {
    color: white !important;
    text-decoration: none;
}

.footer-bottom {
    padding: 16px 0 18px 0;
    background: #373737;
    text-align: left;
    color: white !important;
}

.footer_contact a{
    color: white !important;
}
.nav-link {
    padding-left: 0 !important; 
}

.dropdown-menu{
    top: 80% !important;
}

.yamm .nav-link  {
    font-weight: 500 !important;
    color: black  !important;
    cursor: pointer;
    /*    line-height: 100%;*/
}
.moveright .nav-link  {
    font-weight: 500 !important;
    color: black  !important;

}
/*стрелка для второго пункта-контейнера*/
.moveright span {
    margin-right: 10px;

}
.moveright span{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    text-decoration: none;
    color: black !important;
    line-height: 100%;



}

.dropdown-menu .nav-link{
    line-height: 100%;
}

.moveright .yamm-content{
    display: none;
}

.moveright:hover .yamm-content{
    display: block;
}

.moveright .dropdown-menu{
    position: absolute;
    left:96% !important;
    top: auto !important;
    min-width: 240px;
    border: none !important;
}


.moveright .position  a {
    font-size: 10px !important;
}

.yamm-content ul li a{
    font-size: 12px;
    /*    line-height: 100%  !important;*/
}
.moveright span{
    font-size: 12px;
    cursor: pointer;
    line-height: 1.1rem;
    /*    line-height: 100%  !important;*/
}
.yamm-content li{line-height: 100% !important;}

.moveright:hover{
    color: #1d1d1d;
    /*    background:#eee  !important;*/
    background: linear-gradient(90deg, rgba(255,255,255,0) 14%, rgba(222,242,255,0) 68%, rgba(95,187,255,1) 100%) !important; 
}


.moveright a:hover{
    color:black !important;

}

.moveright .nav-link{
    padding: 4px 7px !important;
}
.moveright .nav-link:hover {
    background:#eee !important;
}

@media (min-width: 200px) and (max-width: 800px) {
    .logo img {width: 70px !important;}
    .header {
	height: 100px;
    }
    #nav-tab a{
	font-size: 12px !important;
    }
    #nav-tab a.active{
	font-size: 12px !important;
	text-decoration: underline;
    }
    .title_news{
	font-size: 0.6rem !important;
	line-height: 14px !important;
    }
    .date_tabs{
	font-size: 0.6rem !important;
    }

    .main_h{
	margin-left: 10px !important;
    }
    .faq_title{
	font-size: 0.9rem;
    }
    .faq_desc{
	font-size: 0.8rem;
    }
    .item-gallery-desc{
	font-size: 0.8rem;
    }
    .often p{
	font-size: 0.9rem;
    }
    #glava-tab .nav-link{
	font-size: 0.6rem !important;
    }
    #content .card p{
	font-size: 0.6rem !important; 
    }
}


.mobile_button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-right:none;
    border-bottom-width: 1px;
    border-left: none;
    border-radius: 0;
    text-decoration: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;}

.b-service{
    border-radius: 8px;
    border: 2px solid #ff4d59;
    box-sizing: border-box;
    transition: all 1s ease;

}

.b-service:hover{
    /*    background: linear-gradient(180deg, rgba(255,0,108,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);*/
    transition: all 1s ease;
}

/*map*/

.bg_map{
    background: #F7F7F7 url(/i/compas.png) no-repeat;
}
.bg_map svg{margin: 5%; } 
.st0{ transition: fill 0.7s ease; fill:#728bb0; stroke:#2e3d54; stroke-width:2; stroke-linecap:round;stroke-linejoin:round; stroke-miterlimit:10; }
.st0:hover{ fill:#a377a0 !important; transition: fill 0.7s ease;}
path.active{ fill:#763272 !important;}
path.active:hover{fill:#763272 !important;}

.map-desc{

    transition: all 1s ease;
}

/*faces*/

.face_desc{
    background-color: rgba(0, 150, 255, 0.7);
    transition: color .3s,background .3s;
    text-align: right !important;
    color: white !important;
    height:110px !important;
}


.structure_img {
    /*    width: 100px !important;*/
    height: 100px !important;
    /*    float: left !important;*/
    position: relative;
    border-radius: 1% !important;
    overflow: hidden !important;
    margin: 14px;

}
.zam{
    font-size: 0.8rem;
    font-weight: 600;
}



.vizitka {
    height: 200px !important;
    padding-right: 15px;
}


.d-flex.align-items-center.text-decoration-none:hover {
    background:  #00acee !important;
    color: white !important;
}

.d-flex.align-items-center.text-decoration-none:hover .h5,
.d-flex.align-items-center.text-decoration-none:hover .h6
{
    color: white !important;
}

.breadcrumb {
    font-size: 12px !important;
    font-weight: 300;
}

a.unred{
    color: #25282b !important; 
    text-decoration: none !important;
    border-bottom: 1px dashed #00acee ;
}

.vk_bg{
    color: #3d6ba1 !important;
}
.facebook_bg{
    color: #4864b6 !important;
}
.tw_bg{
    color: #77c1f3 !important;
}

.insta_bg{
    color: #d3097a !important;
}

#nav-tabContent .tab-pane{
    margin: 3rem 0 !important;
}

#glava-tab .nav-link:not(.active){
    background: #00acee !important;
    color: white !important;
    font-weight: 600;
    /*    border-color: #e9ecef #e9ecef #dee2e6;*/
}

#message td{
    padding: 20px; 
}
#message td:first-child{

}

#message th {
    text-align: center !important;
    border-bottom: 1px solid lightgray !important;
    padding-bottom: 20px;
}

#message td {
    text-align: center !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#message td:last-child {
    text-align: left !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* достижения */

.strides {
    display: grid;
    grid-template-areas:
	"one two three"
	"one four five"
	"six eight five"
	"seven eight ten";
    /*grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));*/
    grid-template-rows: auto auto auto ;
    grid-template-columns:  1fr  1fr 1fr ;
}

.strides a {
    border: 1px solid white;
    padding: 4%;
    transition: all .6s;
    font-weight: 600;
    font-size: 1.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
    position: relative;
    display: block;
    text-decoration: none;
    color: white;


}
.strides a:hover {
    background-color: #444;
    transition: all .6s;
}

.strides a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    bottom: 30px;

}
.strides a:nth-child(1){
    grid-area: one;
    height: 400px;
    color: white;

}
.strides a:nth-child(1):hover {
    color: white !important;
    background-color: rgba(0,0,0,.5);
    transition: all .6s;
}

.strides a:nth-child(2){
    color: darkslateblue;
    grid-area: two;
    background: #dff0ff;
    height: 200px;
}
.strides a:nth-child(2):hover{
    color: white;
    background: #444;
}
.strides a:nth-child(3){
    background: #ffe92e;
    color: black;
    height: 200px;
}

.strides a:nth-child(3):hover {
    border: 1px solid white;
    background: #444;
    color: white;

}
.strides a:nth-child(4) {
    border: 1px solid white;
    background: #00acee;
    color: white;
}
.strides a:nth-child(5) {
    color: black;
}
.strides a:nth-child(6) {
    color: black;
    background-color:#f3f2ea ;
}
.strides a:nth-child(6):hover {
    color: white;
}
.strides a:nth-child(7) {
    color: black;
    background-color: #00acee;
}
.strides a:nth-child(8) {
    transition: all .6s;
    color: white;
    grid-area: eight;
    height: 400px;
}

.strides a:nth-child(9) {
    color: white;
    background: #00acee ;
}
.strides a:nth-child(9):hover {
    color: white;
}

.three {
    grid-area: three;
    background: salmon;
}

.four {
    grid-area: four;
    background: brown;
    height: 200px;
}

.five {
    grid-area: five;
    background: #c5d7f2;
    height: 400px;
}

.six {
    grid-area: six;
    background: moccasin;
    height: 200px;
}

.seven {
    grid-area: seven;
    background: #f5c2c7;
    height: 200px;
}

.eight {
    grid-area: eight;
    background: coral;
    height: 400px;
}

.nine {
    grid-area: ten;
    background: #e6dbb9;
    height: 200px;
}


h5 {
    border-top: 4px solid #00acee;
    padding-top: 20px;
}

section h3 {
    color:#00acee;
}

footer h3 {
    color:white !important
}

#content a {
    text-decoration: none !important;

}
#content p > a {
    text-decoration: none !important;
    border-bottom: 1px solid #98c0f4;

}

#content p  {
  margin-left: 0px !important;
}
/*#content p>a::after{
    content: "\f35d";
    padding-left: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}*/

summary {
    margin-bottom: 14px;

}

#content details ol li, #content details ul li   {
   list-style-position: inside !important;
    color: #003975;
    font-weight: 400;
    line-height: 105%;
}

.vizitka:hover div.oki {
    color: white !important;
}