

html, body {
                height: 100%;
                font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
               
            }
a {
    color: #333;
    cursor: pointer;
}


h1{
    color: #fff;
    font-size: 80px;
    line-height: 84px;
font-weight: 700;
font-family: 'Golos Text';
    font-style: normal;
    line-height: 105%;
}

.head-p{
    font-size: 17px;
    color:#f1f1f1;
    font-weight: 400;
    width: 480px;
    margin: 20 0 42px;
    
}

.ordermini1{
    padding: 8px 20px 8px 20px;
    font-size: 14px;
   
     margin-left: 25px ;
    background-color: #212f98;
    color:#fff;
    border: 3px solid #212f98;
    text-align: center;
  border-radius: 0px;

}

.ordermini1:hover {
  border: 3px solid #333;
     color:#fff;
     background-color: #333;
    
}
















.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.product_col{
     box-shadow: 0 0 2px rgba(0,0,0,0.5);
    text-align: center;
    padding: 0px;
    margin-top: 10px ;
   width: 100%;
 
    background:#fff;
}

.product_col:hover {
    box-shadow: 0 0 25px rgba(0,0,0,0.8);
}











.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666; }
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
    
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#212f98; }





hr.divider {
    height: 0.08rem;
    max-width: 5.25rem;
    margin-left: 0px;
    margin-top: 20px;
    background-color: #c4c7ce;
    opacity: 1;
    
}

hr.divider2 {
    height: 0.08rem;
    max-width: 5.25rem;
    
    background-color: #212f98;
    opacity: 1;
    
}
.section-block-grey {
    padding: 60px 0px 60px 0px;
    background-color: #f9f9f9;
}

#services .title {
	font-size: 55px;
	color: #000000;
	font-weight: 600;
}

#services .title span {
	font-size: 55px;
	color: #212f98;
	font-weight: 600;
}





#services .btn-primary {
	color: #fff;
	background-color: #212f98;
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 20px;
	min-width: 150px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-primary:hover {
	-webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
	box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}

.card-items .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.mt-20{
    margin-top:30px;
}
.card-items .card .card-body i {
	border-radius: 6px;
	font-size: 31px;
	color: #212f98;
	background-color: #c8cced;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-items .card .card-body .card-title {
	margin-bottom: .75rem;
	margin-top: 26px;
	margin-bottom: 15px;
}




.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:10px 10px;
    margin:30px 0px;
}
.text{
    margin:20px 0px;
}
.title{
    margin-top:20px;
}



.fa{
     color:#4183D7;
}



section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #333 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 0px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

























.carousel-caption {
    top: 20%;
    text-align: left;
}
p {
    line-height: 28px;
}
.carousel-caption h5 {
    font-size: 55px;
}

.carousel-inner .carousel-item img{
    width: 100%;
   
}
.mt-5, .my-5 {
    margin-top: 0rem!important;
}

.mt-51  {
    margin-top: 3rem!important;
}



.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;

}

.card2{
    margin-top: 15px;
    height:580px;
    
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #001489;
    border-color: #001489;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    margin-top: 20px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}








.btn-dark {
    background-color: #212f98;
    border-color: #212f98;
}
.btn {
    border-radius: 0;
    padding: 15px 18px;
}

.sticky-top{
     background-color: #1ebdc2 !important;
    
}

.nav{
     background: #ffffff !important;
     
}

 .navbar{
     background: #ffffff !important;
     padding-top: 0px;
     padding-bottom: 0;
     box-shadow: 1px 3px 4px 0 #adadad33;
}
 .navbar-light .navbar-brand {
     color: #000;
}
 .navbar-light .navbar-nav .nav-link {
     color: #0c1864;
     font-size:15px;
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
 .navbar-light .navbar-nav .nav-link{
     padding-top: 23px;
     padding-bottom: 14px;
     transition: 0.3s;
     padding-left: 14px;
     padding-right: 14px;
         font-size: 15px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top:0.24px;
    min-width: 15rem;
    border-radius: 0rem;
    
    
}
.navbar-light .navbar-nav .nav-link2{
     padding-top: 5px;
     padding-bottom: 5px;
    display: block;
     transition: 0.3s;
     padding-left: 18px;
     padding-right: 14px;
         font-size: 15px;
          color: #333;
     font-size:15px;
}













 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     background: #fff;
     transition: 0.3s;
      color: #000;
     
     
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ebdc2 !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}




.hc_btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 15px 35px;
    margin-top: 30px;
    background: #00618D;
}

.hc_btn:hover{
   color: #fff; 
}

.hc_btn2 {
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
   padding: 12px 20px;
	min-width: 150px;
    margin-top: 12px;
     margin-bottom: 10px;
    background: #212f98;
}

.hc_btn2:hover{
   color: #fff; 
}


.hc_btn3 {
   
    color: #00618D;
    background-color: transparent;
    background-image: none;
    border-color: #00618D;
}
    


.hc_btn3:hover{
   color: #fff; 
    background: #00618D;
}





.hc_btn4 {
   margin-top:10px;
   color: #fff; 
    background: #00618D;
   
    
    
    background-image: none;
    border-color: #00618D;
}
    


.hc_btn4:hover{
  
   color: #00618D;
    background-color: transparent;
    
   background-image: none;
    border-color: #00618D;

}



.popup__toggle{bottom:25px;right:10px;position:fixed;z-index:99999999;cursor: pointer;  }
.img-circle{background-color:#00618D;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #00618D;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#00618D;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('/web/minir.png');background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}













.jumbotron-odi-hero{
padding: 0rem 0rem;
 position: relative;
 max-width: 100%;
 
}
.jumbotron-odi-dark{
 max-width: 100%;
 padding: 0px;
 
}

.jumbotron-overlay {
 height:100%;
 padding: 100px 0;
 color:#fff;
 
}
.jumbotron-padding{
 padding-top: 6rem;
 
}

.btn-circle {
   border-radius: 30px;
}

.latest-news {
 border-bottom: .25rem solid transparent;
 border-bottom-color: #00618D;
}

.shadow{
    margin-bottom:10px;
}

.grey{
   background-color: #f5f4f4;  
}


.blokpok{display:none;  }

.blokshov{display: block; }



@media (max-width:600px) {
.navbar-light .navbar-nav .nav-link{padding-top: 5px;padding-bottom: 5;}
.blokpok{display: block; }
.blokshov{display: none;}
h1{font-size: 43px;line-height: 54px;}
.head-p{width: 100%;}
.card2{margin-top: 15px;height: 500px;}
#services .title {font-size: 35px;}
#services .title span {font-size: 35px;}
.navbar-brand{margin-left:-18px;}


}


    





