@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i&subset=cyrillic,cyrillic-ext&display=swap');

html,
body {

    font-size: 20px;
    line-height: 1.25em;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    color: #383A44;
	font-display: swap;
	/*background: #125871 url(/themes/images/bg.jpg) repeat-x;
	height: 100% !important;*/
}


/* DropDown menu*/

.navbar-nav>li>.dropdown-menu {
 /* margin-top: 20px;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
 /* width: 200px;*/
  font-weight: 400;
  text-decoration: none;
}

.mega-dropdown {
  position: static !important;
/*  width: 100%;*/
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
 /* content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;*/
}

.mega-dropdown-menu:after {
 /* content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;*/
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.navbar-fixed-top .navbar-collapse {
     max-height: 550px;
}
/* /DropDown menu*/



#wrapper{
	width:100%;
	margin:0;
	padding:0;
}


#banner{
	width: 100%;
	background:#000;
	position:relative;
	margin:0;
	padding:0;
}


/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 1.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 2.5rem;
  z-index: 9;
  background: #afafaf;
  border-radius: 1.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 2.5rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  font-display: swap;
}

.s-back-to-top:hover {
  background: #afafaf;
}

.s-back-to-top:hover:before {
  color: #ffffff;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 1.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}



.site-title{
    color: #e4e4e4;
    letter-spacing: 0px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 700;
    text-shadow: #5c21d6 2px 2px 1px;

}


.site-slide:before {
    content: '';
    width: 100%;
    height: 100%;
  /*  background: rgba(43, 150, 204, 0.1); */
    z-index: 1;
    position: absolute;
}

.site-slogan{
    color: white;
    background-color: #9c2c2c;
    padding: 7px 50px 9px 50px;
    display: inline-block;

    /* text-transform: uppercase; */
    font-weight: 300;
    /* font-style: italic; */
    border-radius: 31px;



}




.anket-name{
    font-size: 2.1em;
    line-height: 1.1em;
    font-weight: 400;
    padding: 0 0 5px 0;
    /* border-bottom: #e0e0e0 1px solid; */
    color: #044884;


}


.anket-phone{
	font-size: 1.5em;
	font-weight: 400;
	padding: 5px 0 15px 0;

}

.anket-phone a {
    color: #de2c22;
}


.anket-option{
	padding-bottom: 100px;
	padding-top: 15px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, rgba(242,242,242,0.65) 0%, rgba(51,51,51,0) 79%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,242,242,0.65) 0%,rgba(51,51,51,0) 79%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,242,242,0.65) 0%,rgba(51,51,51,0) 79%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f2f2f2', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.videoContainer
{
    height:100%;
    width:100%;
    overflow: hidden;
}

.videoContainer video
{
    min-width: 100%;
    min-height: 100%;
}

.anket-adv{

    color: #636363;
    line-height: 1.4em;
	font-size: 0.9em;
	text-align: justify;
	/*font-style: italic;*/
	font-weight: 300;
}

.verified{

	display: inline-block;
	padding: 2px 5px;
	margin: 5px 0 5px 0;
	background: #940707;
	color: #fff;
	font-weight: 500;
	font-size: 0.95em;

}
.isvip{
	display: inline-block;
	padding: 2px 38px;
	margin: 5px 0 5px 0;
	background: #940707;
	color: #fff;
	font-weight: 500;
	font-size: 0.95em;
	background: #009a1b;
	color: #f7f7f7;
	font-weight: 500;

}
.TopAnket{
	background: #1483cb;
	padding: 6px 5px 5px 5px;
	color:#fff;
	width: 161px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	position: absolute;
	top: 0px;
}

.PictureImg{
	display: block;
	width: 100%;
	height: auto;
    max-width: 390px;
    max-height: 586px;
	aspect-ratio: 2/3;
}

#paging {
    display: none;
    justify-content: center;

    .show-more {
        i {
            margin-right: 10px;
        }
    }
}
.full-width {
    margin-bottom: 16px;
    width: 100%;
}
.width80 {
    width: 80% !important;
}
.full-width .btn {
    height: 40px;
    padding: 0;
    line-height: 40px;
    width: 100%;
}

.full-width.align-center {
    text-align: center;
}
