﻿/*
   
    - Header
    - Hero section
    - Featured on seaction
    - About section
    - App features section
    - Testimonials section
    - Subscription section
    - Footer
    - Responsive CSS

*/


/*		General CSS		*/
body{
	background: #faf9f9;
	padding: 0px;
	margin: 0px;
}

a:focus{
	color: #fff!important;
	text-decoration: none!important;
}

.container{
	max-width: 1130px;
}


/*		Header 		*/

header{
	position: relative;
	display: block;
	width: 100%;
	height: 130px;
	z-index: 99;
	background-color: #41c17d;
	background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
}

header .logo{
	display: table-cell;
	margin: 45px 100px 0 0;
}

header .burger_icon{
	display: none;
	float: right;
	background: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;

	color: #43b779;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 14px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	margin: 45px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #359663;
	color: #ffffff;
}

header nav{
	margin-top: 50px;
	display: table-cell;
}

header nav li{
	float: left;
	margin-left: 40px;
}

header nav li:first-child{
	margin: 0;
}

header nav li a{
	color: #fff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

header nav li a:hover,
header nav li a:focus{
	text-decoration: none;
	color: #B7EFD1!important;
}

header .social{
	display: table-cell;
	margin-top: 45px;
}

header .social li{
	float: left;
	margin-left: 20px;
}

header .social li:first-child{
	margin: 0;
}


/*		Hero section 		*/
.card {
    border-style: initial;
    border-color: initial;
    border-width: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    font-weight: 400;
}

    .card.card-image {
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        width: 100%;
    }

.rounded {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.pr-4, .px-4 {
    padding-right: 1.5rem;
}

.pl-4, .px-4 {
    padding-left: 1.5rem;
}

.pt-5, .py-5 {
    padding-top: 3rem;
}

.pb-5, .py-5 {
    padding-bottom: 3rem;
}

.rgba-black-strong, .rgba-black-strong::after {
    background-color: rgba(45, 50, 62, 0.38823529411764707);
}

.card.card-image [class*="rgba-"] {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.purple-text {
    color: rgb(156, 39, 176);
}


.pt-3, .py-3 {
    padding-top: 1rem;
}

.pb-3, .py-3 {
    padding-bottom: 1rem;
}

.text-white {
    color: white;
}

h1.text-h1 {
    color: #ffffff;
    font-family: "open_bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    word-break: break-word;
    text-align: left;
    max-width: 550px;
}

p.text {
    color: #ffffff;
    font-family: "open_regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 35px 0;
    max-width: 550px;
    text-align: left;
}

@media(min-width:769px) {
    div.block-button {
        margin-left: 80px;
    }

    h1.text-h1 {
        margin-left: 80px;
        font-size: 34px;
    }

    p.text {
        margin-left: 80px;
    }
}

@media (max-width:768px) {
    h1.text-h1 {
        font-size: 25px;
    }
}
/*-----*/
.hero {
    display: block;
	position: relative;
	width: 100%;
	height: 560px;
	/*background: url('../img/dgtu.jpg') no-repeat fixed center center;	*/
	background-size: cover;
    background-color: rgba(45, 50, 62, 0.38823529411764707);
    background-blend-mode: multiply;
}

.b-pict{
    background-blend-mode: color-burn;
    background-attachment:inherit;
}

.hero .caption{
	position: absolute;
	max-width: 550px;
	margin-left: 80px;
	top: 50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}

.hero .caption h1{
	color: #ffffff;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
}

.hero .caption p{
	color: #ffffff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0 35px 0;
}

#slider .caption p{
	margin: 0;
}

a.app_store_btn{
	display: inline-block;
	text-decoration: none;
	padding: 15px 20px;
	border: 0px solid #525252; 
    background: rgba(255, 255, 255, 0.7294117647058823);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 20px 10px 0;
	color: #525252;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 210px;
    text-align:left;
    white-space: nowrap;
    
}
a.app_store_btn1{
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px;
	border: 2px solid #525252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 20px 10px 0;
	color: #525252;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.play_icon,
.android_icon,
.graph_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 3px;
}

.play_icon{
	background: url('../img/play.png') no-repeat;
}

.android_icon{
	background: url('../img/android_app.png') no-repeat;
}


a.app_store_btn:hover, a.app_store_btn:focus {
    border-color: #1d46a7 !important;
    color: #1d46a7!important;
}

a.app_store_btn:hover .play_icon{
	background: url('../img/play_hover.png') no-repeat;
}



a.app_store_btn:hover .android_icon{
	background: url('../img/android_app_hover.png') no-repeat;
}

a.app_link{
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #636363;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

a.app_link:hover,
a.app_link:focus{
	text-decoration: none;
	color: #41c27d!important;
}

a.app_store_btn,
.play_icon,
.graph_icon,
.android_icon,
a.app_link{
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


.about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.close_video{
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 50px;
    background: url('../img/close_video.png') no-repeat;
    z-index: 9999;
}
/*Всплывающая подсказка при наведении на логотипы соц. сетей*/
.tooltip2:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
}

/*		Featured on section 		*/

.featured_on{
	width: 100%;
	padding: 20px 0;
	background: #f3f3f3;
}

.featured_on ul{
	margin: 0;
}

.featured_on li{
	position: relative;
	height: 100%;
}

.featured_on li:first-child{
	margin-left: 0;
}

/*Стрелка для меню(переход к пунктам меню)*/
.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    /*margin-top: 15px;*/
    padding: 7px 16px;
    border: 2px solid #838080;
    border-radius: 50%;
    font-size: 40px;
    color: #444;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #428bca !important;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.page-scroll{
    text-align:center;
	/* margin-bottom: 4px;*/
}
.about {
    padding: 50px 0;
}

/*End*/

/*Стили для пунктов меню*/
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color:white;
    
}
a.sulka:hover, a.sulka:focus{
    outline: 0;
    text-decoration: none !important;
}
.text_h3{
    font-family: 'Roboto Condensed', sans-serif;
    /*font-size: 25px;*/
    font-style: italic;
}
.separator_small {
    width: 30px;
    height: 2px;
    margin: 20px 0px;
    background: #fff;
}
.counter_item .separator_small {
    margin: 20px auto;
}

/*End*/


/*		About section 		*/

.about{
	padding: 100px 0;
}

.about .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.about .iphone img{
	width: 100%;
	height: auto;
}

.about .features_list{
	margin-left: 50px;
}

.about .features_list h1{
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.about .features_list p{
	color: #767272;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
}

.about .features_list ul{
	margin-bottom: 30px;
}

.about .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.about .features_list ul li.camera_icon{	
	background: url('../img/icon1.png') no-repeat;
	background-position: 0 15px; 
}

.about .features_list ul li.video_icon{	
	background: url('../img/icon2.png') no-repeat;
	background-position: 0 15px; 
}

.about .features_list ul li.eye_icon{	
	background: url('../img/icon3.png') no-repeat;
	background-position: 0 14px; 
}

.about .features_list ul li.pic_icon{	
	background: url('../img/icon4.png') no-repeat;
	background-position: 0 14px; 
}

.about .features_list ul li.loc_icon{	
	background: url('../img/icon5.png') no-repeat;
	background-position: 3px 13px; 
}

.about .features_list ul li span{
	display: inline-block;
}


/*		App features 		*/

.app_features{
	width: 100%;
	padding: 100px 0 20px 0;
	background-color: #2d323e;
    /*background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
    background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
    background-image: -webkit-linear-gradient(bottom, #2d323e 0%, #2d323e 0.27%, #2d323e 99.46%, #2d323e 100%);
    background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);*/
}

.app_features h1{
	color: #fff;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 50px 0 0 0;
	word-break: break-word;
}

.app_features p{
	color: #fefefe;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 30px 0 0 0;
	line-height: 28px;
}

.app_features .details{
	margin-bottom: 80px;
}

.app_features .details:nth-child(3n+1){
	clear: both;
}

/*		Testimonials section 		*/

.testimonials{
	/*padding: 100px 0;*/
}

.testimonials .testimonials_list{
	max-width: 820px;
	margin: 0 auto;
}

.testimonials .testimonials_list blockquote{
	border: 0;
	padding: 0;
	margin: 0;
}

.testimonials .testimonials_list blockquote p{
	color: #757171;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 36px;
}

.testimonials .testimonials_list blockquote footer:before,
.testimonials .testimonials_list blockquote footer:after{
	content: none;
}

.testimonials .testimonials_list blockquote .author,
.testimonials .testimonials_list blockquote .job{
	display: block;
}

.testimonials .testimonials_list blockquote .author{
	color: #4b4848;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 10px; 
}

.testimonials .testimonials_list blockquote .job{
	color: #6e6d6d;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.#tslider{
	text-align: center!important;
	position: relative!important;
}

#tslider .owl-controls{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding: 0;
}

#tslider .owl-controls .owl-prev,
#tslider .owl-controls .owl-next{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../img/nav_arrow.png') no-repeat;
	text-indent: -200px;
	overflow: hidden;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#tslider .owl-controls .owl-prev{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next{
	background-position: -33px 0;
	margin-left: 40px;
}

#tslider .owl-controls .owl-prev:hover,
#tslider .owl-controls .owl-next:hover{
	cursor: pointer;
	background: url('../img/nav_arrow_hover.png') no-repeat;
}

#tslider .owl-controls .owl-prev:hover{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next:hover{
	background-position: -33px 0;
}


/*		Subscription section 		*/

.sub_box{
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background-color: #2d323e;
	/*background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
    background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
    background-image: -webkit-linear-gradient(bottom, #2d323e 0%, #2d323e 0.27%, #2d323e 99.46%, #2d323e 100%);
    background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);*/
}

.sub_box .cta_text{
	color: #fff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 50px;
}

.sub_box #mc-email{
	display: inline-block;
	width: 300px;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	color: #41c17d;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;

	border-top-left-radius: 2px;
	-o-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;

	border-bottom-left-radius: 2px;
	-o-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;

	
}

.sub_box #mc_submit{
	display: inline-block;
	width: 60px;
	height: 50px;

	border-top-right-radius: 2px;
	-o-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	border-bottom-right-radius: 2px;
	-o-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;

	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	text-align: center;
	vertical-align: middle;
}

.sub_box #mc_submit i{
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

#mc_submit i.icon{
	background: url('../img/sub_icon.png') no-repeat;
}

#mc_submit i.loading{
	background: url('../img/loading.gif') no-repeat;
}

.sub_box .message{
	display: block;
	text-align: center;
	color: #fff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	margin-top: 20px;
}

.sub_box #error_msg,
.sub_box #success_msg{
	display: none;
}
.sub_box{
	padding: 40px 0 !important;
}


/*		Footer 		*/

footer{
	padding: 100px 0;
	text-align: center;
}

footer .app_platform li{
	margin: 0 0 0 60px;
}

footer .app_platform li:first-child{
	margin: 0;
}

footer .copyright{
	margin-top: 60px;
	color: #757171;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
}

footer .copyright a{
	color: #565555;
}


/* ==================================================
  Stats Styling Счётчик для групп, факультетов и т.д.
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/*End*/



/*		Responsive CSS 		*/

@media (max-width: 360px) {
	.featured_on li{
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {


	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #47ad76;
		position: absolute;
		margin-top: 130px;
		left: 0;
		display: none;
	}

	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	header nav li a{
		display: block;
		width: 100%;	
		padding: 20px 0;
		border-bottom: 1px solid #389965;
	}

	header nav li:first-child a{
		border-top: 1px solid #389965;
	}

	header .social{
		display: none;
	}

	header .social li{
		margin-left: 10px;
	}






	/*		Hero section 		*/
	.hero .caption{
		margin-left: 0;
	}

	.app_store_btn{
		display: block;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		/*text-align: center;*/
	}





	/*		Featured on section		*/
	.featured_on{
		padding: 25px 0 5px 0!important;
	}

	.featured_on ul li{
		margin-bottom: 25px!important;
	}






	/*		About Section 		*/
	.about .features_list {
		text-align: center;
		margin: 0;
	}

	.about .features_list ul li{
		text-indent: 0;
		background: transparent!important;
		/*margin-bottom: 20px;*/
	}

	.about .features_list ul li:last-child{
		margin: 0;
	}

	a.app_link{
		display: block;
		margin-top: 20px;
	}






	/*		Subscription section 		*/
	.sub_box #mc-email,
	.sub_box #mc_submit{
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.sub_box #mc_submit{
		margin-top: 20px;
	}
}


@media (max-width: 500px)
{
    h2.text-uppercase{
        display:block !important;
        margin-right:0px !important;
        
    }
   
    section.sub_box{
        padding: 50px 0 !important;
    }
	
	/*Меню*/
    .nav > ul > li > a:hover,
    .nav > ul > li > a:focus {
        color: white;
        padding-left: 0;
    }
    .nav > ul > li > ul > li > a:hover,
    .nav > ul > li > ul > li > a:focus {
        color: white;
        padding-left: 0 !important;
    }
	/*End Menu*/
}


@media (max-width: 550px){
    p.text-lowercase{
        display:none;
    }
    .hero .caption {
    margin-left: 0;
    top: 50% !important;
}
}
@media (max-width: 767px)
{
.hero .caption {
    margin-left: 0;
    top: 50%;
}
}
@media (max-width: 1020px)
{
    span.tooltip-content{
        display:none;
    }
}
@media (max-width: 850px){
    .hero {
    display: block;
    position: relative;
    width: 100%;
    height: 560px;
   /* background: url(../img/hero.png) no-repeat fixed center center;*/
    background-size: cover !important;
    background-position: 30% 0px !important;
}
}

/*NEWS*/


.contenting{
    background: #efefef;
        height: auto;
}
.tooltip-content{
    color: #2169a6;
}
@media (max-width:600px){
    .testimonials .testimonials_list blockquote p {
   
    text-align: left;
}
}

@media (max-width:1200px){
    .app_store_btn2{
        display:none !important;
}
    .block-button{
        width:auto !important;
    }
}
@media (min-width:1201px){
    
    .block-button{
        width:1095px !important;
    }
}

/*new*/


/*carousel*/
.carousel {
  position: relative;
}
.carousel-multi-item {
  /*margin-top: 50px;*/
}
.carousel-multi-item .controls-top {
  text-align: center;
  margin-bottom: 30px;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
a.waves-effect, a.waves-light {
  display: inline-block;
}
.btn-floating {
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: initial;
  transition-property: all;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  cursor: pointer;
}
.btn-floating::before {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.carousel-multi-item .controls-top .btn-floating {
  background-position: initial;
    background-image: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(45, 50, 62);
}
.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
  display: inline-block;
  width: inherit;
  text-align: center;
  color: rgb(255, 255, 255);
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 10px;
  left: 0px;
  z-index: 15;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0px;
  margin-right: 15%;
  margin-left: 15%;
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
}
.carousel-multi-item .carousel-indicators {
  margin-bottom: -2em;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  cursor: pointer;
}
.carousel-multi-item .carousel-indicators li {
  height: 20px;
  width: 20px;
  max-width: 20px;
  background-color: rgb(45, 50, 62);
  margin-bottom: -60px;
}
.carousel-indicators .active {
  background-color: rgb(255, 255, 255);
}
.carousel-multi-item .carousel-indicators .active {
  height: 25px;
  width: 25px;
  max-width: 25px;
  background-color: rgb(45, 50, 62);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  transition-duration: 0.6s, 0.6s;
  transition-timing-function: ease, ease;
  transition-delay: initial, initial;
  transition-property: transform, -webkit-transform;
  backface-visibility: hidden;
  perspective: 1000px;
}
.card {
  border-style: initial;
    border-color: initial;
    border-width: 0px;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    font-weight: 400;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem;
}
.carousel-multi-item .card {
  margin-top: 1px;
  margin-right: 1px;
  margin-bottom: 15px;
  margin-left: 1px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .section-blog-fw .view img, .video-fluid {
  max-width: 100%;
  height: auto;
}
.card img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.card-body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.card .card-body {
  position: relative;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  font-weight: 400;
}
.card-body h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.card-text:last-child {
  margin-bottom: 0px;
}
.card .card-body .card-text {
  
  color: rgb(116, 115, 115);
  font-weight: 400;
}

#toast-container > div, .badge, .btn2, .btn2.disabled:active, .btn2.disabled:focus, .btn2.disabled:hover, .btn2:disabled:active, .btn2:disabled:focus, .btn2:disabled:hover, .card, .card-wrapper .back, .card-wrapper .front, .card.card-cascade.wider .card-body, .counter, .dropdown-content, .jumbotron, .md-form input[type="date"].input-alternate, .md-form input[type="datetime-local"].input-alternate, .md-form input[type="email"].input-alternate, .md-form input[type="number"].input-alternate, .md-form input[type="password"].input-alternate, .md-form input[type="search-md"].input-alternate, .md-form input[type="search"].input-alternate, .md-form input[type="tel"].input-alternate, .md-form input[type="text"].input-alternate, .md-form input[type="time"].input-alternate, .md-form input[type="url"].input-alternate, .md-form textarea.md-textarea.input-alternate, .md-pills .nav-link.active, .md-pills .show > .nav-link, .mdb-autocomplete-wrap, .media .media-left img, .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs, .modal-dialog.modal-notify .modal-header, .navbar, .pagination .page-item.active .page-link, .pricing-card .price .version, .side-nav, .z-depth-1 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.carousel-indicators {
    width: auto !important;
}

.btn2 {
  border-style: initial;
    border-color: initial;
    border-width: 0px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    user-select: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 0.84rem;
    padding-right: 2.14rem;
    padding-bottom: 0.84rem;
    padding-left: 2.14rem;
    font-size: 1.51rem;
    line-height: 1.5;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: all;
    margin-top: 0.375rem;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    margin-left: 0.375rem;
    cursor: pointer;
    text-transform: uppercase;
    word-wrap: break-word;
    color: rgb(255, 255, 255);
}
.btn2.focus, .btn2:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}
.btn2.disabled, .btn2:disabled {
  opacity: 0.65;
}
.btn2:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
      color: white !important;
    background-color: rgb(45, 50, 62);
    border-top-color: rgb(45, 50, 62);
    border-right-color: rgb(45, 50, 62);
    border-bottom-color: rgb(45, 50, 62);
    border-left-color: rgb(45, 50, 62);
}
.btn-primary:hover {
  
    color: rgb(255, 255, 255);
    background-color: #428bca;
    border-top-color: #428bca;
    border-right-color: #428bca;
    border-bottom-color: #428bca;
    border-left-color: #428bca;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
  border-top-color: rgb(0, 123, 255);
  border-right-color: rgb(0, 123, 255);
  border-bottom-color: rgb(0, 123, 255);
  border-left-color: rgb(0, 123, 255);
}

a {
  color: rgb(2, 117, 216);
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: transparent;
  cursor: pointer;
}
    a:hover {
        color: rgb(30, 226, 231); 
        text-decoration-line: none;
        text-decoration-style: initial;
        text-decoration-color: initial;
    }
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}
a:not([href]):not([tabindex]):focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.card-text{
        height:70px;
        /*font-size: 16px;*/
}
.card-title{
    height:35px;
    font-size: 20px;
}
/*End carousel*/

/**/
#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    /*height: auto;*/
    height: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}
#owl-demo .owl-item > div {
    padding: 0px 2px
}

.margins{
    margin-bottom:15px;
    margin-top:15px;
}
/*carousel*/
/*Для новостной ленты (мал. разрешения)*/
        @media (max-width:400px) and (min-width:300px){
            .card-text{
                height:110px !important;
                font-size: 14px;
            }
            .card-title{
                font-size:16px;
            }

        }
        @media (max-width:299px){
            .card-text{
                height:auto !important;
                font-size: 14px;
            }
            .card-title{
                font-size:16px;
            }

        }
        /*Для новостной ленты (мал. разрешения)*/

@media (max-width:769px) {
    .hero .caption h1 {
        font-size: 20pt !important;
    }
}

.col-md-4-width {
    width: auto !important;
}

.a_set:focus {
    color: #4a76a8 !important;
    text-decoration: none !important;
}
/*Стили для добавление новостей*/

.view {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: default;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .section-blog-fw .view img, .video-fluid {
    max-width: 100%;
    height: auto;
}

.view img, .view video {
    position: relative;
    display: block;
}

.rgba-red-light {
    background-color: rgb(45, 50, 62);
}

.flex-center {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.view .mask {
    position: absolute;
    top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.overlay .mask {
    opacity: 0;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: all;
}

    .overlay .mask:hover {
        opacity: 1;
    }

.flex-center p.white-text > a.white-text-a:hover {
    color: #67a5d9;
}

.flex-center p.white-text > a {
    color: white;
}

.white-text-redactor {
    top: 0;
    margin: 10px;
    position: absolute;
    right: 0;
}

.redactor_icon {
    vertical-align: middle;
    font-size: xx-large;
    display: block;
    text-align: center;
}
/*Стили для добавление новостей*/

/*@media (min-width: 1068px) {
    .navbar-nav > li {
        float: left !important;
    }
}

@media (min-width: 768px) and (max-width: 1067px) {
    .navbar-nav > li {
        float: inherit !important;
    }
}*/
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
