@font-face{
	font-family: "Open Sans Regular";
	src: url(../fonts/OpenSansRegular.ttf);
	src: url(../fonts/OpenSansRegular.eot);
	font-style: normal;
}
@font-face{
	font-family: "Open Sans Light";
	src: url(../fonts/OpenSansLight.ttf);
	font-style: normal;
}
@font-face{
	font-family: "Open Sans Bold";
	src: url(../fonts/OpenSansBold.ttf);
	font-style: normal;
}
@font-face{
	font-family: "Open Sans Semibold";
	src: url(../fonts/OpenSansSemiBold.ttf);
	font-style: normal;
}
*{
  margin:0;
  padding:0;
}
label{
	display: none;
}
ol,ul{
  list-style:none;
}

a *{
  cursor:pointer;
}
a.text-white, a:hover, a.text-white:hover {
    text-decoration:underline;
}
p.text-white,div.text-white, a.text-white {
    color:#fff!important;
}
p.text-white img {
    display:inline;
}
.lang.dropdown {
    display:none!important;
}
.ml-10, .mr-10, img.ml-10, img.mr-10 {
  display:block;
} 

.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
@media all and (min-width:0px) and (max-width: 480px) {
  .nlogo {
      float:left;
  }
  .lang.dropdown {
    float: right;
    margin-top: 10px;
  }
    li.workTime {
        margin-top: 10px;
        text-align: left;
    }
    .contacts {
        text-align:left!important;
    }
    .contacts li {
        display: inline-block;
        text-align: left!important;
        margin-top: 10px!important;
        margin-left: 10px;
    }
    p.text-sm-left {
        margin-left: 120px!important;
        display: block;
        text-align: left!important;
    }
    .nlogo {
        margin: 12px auto 0 auto!important;
        width: 70px!important;
        height: 65px!important;
        background-size: cover!important;
        background-position: center!important;
    }
}
p.text-lg-canter, p.text-md-canter {
    text-align: center;
} 

.go,.carousel-control,.go-3,.go-2,.go-4,a *{
  -webkit-transition:all .3s;
     -moz-transition:all .3s;
       -o-transition:all .3s;
          transition:all .3s;
}
*{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}
*:before,*:after{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.container{
	max-width: 960px;
	width:100%;
}
.top-head{
	background: #3a4ba2; /* Для старых браузров */
	background: -webkit-linear-gradient(#3a4ba2, #2f3d84);
	background: -o-linear-gradient(#3a4ba2, #2f3d84);
	background: linear-gradient(#3a4ba2, #2f3d84);
	min-height:80px;
}
.logo{
	background: url(../img/logo.png) no-repeat;
	display: inline-block;
	padding-left:85px;
	padding-top:8px;
	margin-top:8px;
	min-height:62px;
	text-align: center;
	color:#fff;
	font-size:22px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-family: "Open Sans Regular";
}
.nlogo{
	background-image: url(../img/logo.jpg);
	display: block;
	margin-top:8px;
	margin-bottom:8px;
	width:108px;
	height:94px;
	border:4px solid rgba(19, 36, 96, 1);
	border-radius:10px;
	box-shadow:0 1px 3px rgba(200, 200, 200, 0.5);
	background-size: cover!important;
}
.logo:hover,.logo:visited,.logo:active,.logo:focus{
	color:#fff;
	text-decoration: none;
}
.logo:active{
	color:#fff;
	text-decoration: none;
}
.logo p{
	margin:0;
	font-size:10px;
	font-family: "Open Sans Regular";
	position:relative;
	top:-4px;
}
.logo span{
	font-size:10px;
	font-family: "Open Sans Regular";
	position:relative;
	top:-14px;
}
.contacts{
	color:#fff;
	float:none;
	text-align:center;
}
.contacts li{
	display: inline-block;
	text-align: right;
	margin-top:20px;
}
.lang{
	float:right;
	margin:44px 35px 28px 60px;
	position:relative;
	width:66px;
}
.lang button[type="button"]{
	background: transparent;
	border:1px solid #fff;
	color: #fff;
	padding:0 10px;
}
.lang ul{
	min-width:56px !important;
}
.lang ul li:first-child{
	border-bottom:1px solid #3a4ba2;
}
.lang ul li a{
	text-align: center;
	color: #3a4ba2;
	display: block;
}
.lang ul li a:hover{
	color: #3a4ba2;
	background: transparent;
}
.lang .dropdown-menu{
	left:auto;
	right: 0;
}
.workTime{
	font:14px "Open Sans Regular", sans-serif;
	margin-right:18px;
}
.phone{
	position:relative;
	top: -3px;
}
.phone p{
	font:20px "Open Sans Regular", sans-serif;
	margin-bottom: 0;
}
.top-content, .top-content-team{
	background-size:cover!important; 
	min-height:540px;
	background-position: center!important;
	margin:0 auto;
    display: block;
    background-repeat: no-repeat!important;
}
.top-content{
	background: url(../img/top-content.jpg);
}
.top-content-team{
	background: url(../img/top-content-team.jpg);
}
.top-content-team:before {
    display: table;
    position: absolute;
    content: " ";
    width: 100%!important;
    height: 100%;
    background-color: #2f3d84ab;
    z-index: 0;
    max-height: 540px;
}
.top-content-team .sell h1, .top-content-team .sell p {
    color: #c6cfff;
}

.top-content-team h3 {
    color: #ff9f00;
}



.sell h1{
	font:50px "Open Sans Regular", sans-serif;
	font-weight:bold;
	color: #2f3d84;	
}
.sell p{
	color: #2f3d84;
	font:20px "Open Sans Semibold", sans-serif;
}
.interest-10 + p{
	color:#f00;
		
}
.interest-90,.interest-10{
	display: inline-block;
	color: #fff;
	font-size:100px;
	border-top:2px solid #fff;
}
.interest p{
	color: #fff;
	font-size:22px;
	font-family:"Open Sans Bold", sans-serif;
	font-weight: bold;
	text-align:center;
}
.forma{
	background: #2f3d84;
	min-height:440px;
	margin:33px auto 20px;
	max-width:380px;
	padding-bottom: 30px;

}
.forma h2{
	color: #fff;
	text-align:center;
	padding-top:50px;
	font:bold 30px "Open Sans Bold", sans-serif;
}
.forma h2 span{
	color: #ff9f00;
	font-size: 29px;
}
.forma h2 span h6{
	font-size: 25px;
	color: #fff;
}
.forma p{
	color: #fff;
	font-size:14px;
	font-family: "Open Sans Bold", sans-serif;
	font-weight:bold;
	text-align: center;
	letter-spacing: 1px;
	margin:45px auto 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#twos,
#threes {
	display: none;
}

.forma input[type="text"],
.forma input[type="email"] {
	border:2px solid #5169e4;
	color: #000;
	margin:0 auto;
	display: block;
	text-align: center;
	padding:5px;
	height:56px;
	width:322px;
	box-shadow: 0 2px 7px rgba(1, 1, 1, .5) inset;
	outline:0;
	font-style:italic;
	position: relative;
}
.forma input[type="text"]::-webkit-input-placeholder {color:#777;}
.forma input[type="text"]::-moz-placeholder          {color:#777;}/* Firefox 19+ */
.forma input[type="text"]:-moz-placeholder           {color:#777;}/* Firefox 18- */
.forma input[type="text"]:-ms-input-placeholder      {color:#777;}

#forms-2,
#forms-3 {
	display: none;
}

.go{
	background: #fcc300; /* Для старых браузров */
	background: -webkit-linear-gradient(#fcc300, #ff9f00);
	background: -o-linear-gradient(#fcc300, #ff9f00);
	background: linear-gradient(#fcc300, #ff9f00);
	border-radius:28px;
	box-shadow: 0 0 5px rgba(1, 1, 1, .35);
	color: #2f3d84;
	display: block;
	font:14px "Open Sans Bold", sans-serif;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	margin:45px auto auto;
	padding-top: 8px;
	height:56px;
	width:322px;
}

.go i {
	font-style: normal;
}

.go .seconds,
.go .therds {
	display: none;
}

.advantage{
	background: #f5f8fe
}
.advantage-items h3,.gratitude h3,.agency h3{
	color: #2f3d84;
	font:36px "Open Sans Bold", sans-serif;
	font-weight:bold;
	margin-bottom:35px;
}
.items{
	display:block;
	float: left;
	background: #fff;
	height:162px;
	margin-bottom:20px;
	width:244px;
	box-shadow: 4px 4px 6px rgba(1, 1, 1, .15)
}
.items img{
	display: block;
	margin:auto;
	margin-top: 10px;
	margin-bottom:10px;
}
.items p{
	color: #2f3d84;
	font: 17px "Open Sans Regular", sans-serif;
	text-align: center;
}
.items p span{
	font-family: "Open Sans Bold", sans-serif;
	font-weight:bold;
}
.items:nth-child(2n){
	margin-left: 20px
}
.gratitude{
	position:relative;
}
.rotate{
	background: #2f3d84;
	transform: rotate(5deg);
	max-width: 338px;
    margin: 0 auto;
}
.mekka{
	transform: rotate(-5deg);
	max-height: 460px;
	max-width: 338px;
	border-top:17px solid #e3eaec;
	border-right:13px solid #e3eaec;
	border-bottom:16px solid #e3eaec;
	border-left:14px solid #e3eaec;
	position: relative;
}
.carousel-inner > .item > .mekka-img{
	height:100%;
}
.carousel-control{
	position:relative;
	width:0;
	text-shadow:none;
	color: #888;
}
.carousel-control:focus{
	color: #bbb;
}
.carousel-control.right{
	right: -130px;
    top: 30px;
}
.carousel-control.left{
	left: 120px;
    top: 30px;
}
.carousel-control.right:hover{
	color: #ff9f00;
}
.carousel-control.left:hover{
	color: #ff9f00;
}
.carousel-control.left{
	background: none;
	font-size:30px;
}
.carousel-control.right{
	background: none;
	font-size:30px;
}
/* 3-й content */
.content-agency{
	background: url(../img/content-agency.jpg) no-repeat center;
/*	min-height: 736px;*/
	background-size: cover;
/*	background-position: 50% 35px;*/
	max-width: 100%;
	margin: auto;
}
.agency h3,.content-callback+h4,.partners-content h4{
	color: #2f3d84;
	font:36px "Open Sans Bold", sans-serif;
	font-weight:bold;
}
.agency h4{
	color: #000;
	font:24px "Open Sans Bold", sans-serif;
	font-weight:bold;
}
.blue{
	float:left;
	width:329px;
	height:100px;
	background: #354597; /* Для старых браузров */
	background: -webkit-linear-gradient(to right, #313f87, #3b4da5);
	background: -o-linear-gradient(to right, #313f87, #3b4da5);
	background: linear-gradient(to right, #313f87, #3b4da5);
}
.yellow{
	background: #ffb82b; /* Для старых браузров */
	background: -webkit-linear-gradient(to right, #ff9f00, #ffc94a);
	background: -o-linear-gradient(to right, #ff9f00, #ffc94a);
	background: linear-gradient(to right, #ff9f00, #ffc94a);
	float:left;
	height:100px;
	width:581px;
}
.step-1,.step-2{
	display: block;
	float:left;
	font-size:36px;
	font-family: "Open Sans Light", sans-serif;
	line-height: 100px;
	padding-left:20px;
}
.step-1{
	color: #fff;
}
.blue p{
	float:right;
	color: #fff;
	margin:20px 20px 0 0;
	text-align: center;
}
.yellow p{
	text-align: center;
	line-height: 100px;
/*	font-size:18px;
	font-family: "Opan Sans Regular", sans-serif;
*/
}
.result h4{
	font-size:36px;
	font-family: "Open Sans Light", sans-serif;
	margin-top:45px;
}
.result-li{
	margin:40px auto 0;
}
.result-li li{
	background: url(../img/dis-smile.png) no-repeat left center;
	margin-bottom:10px;
	padding-top:10px;
	padding-left:40px;
}
.agency-bottom h2{
	color: #fff;
	text-align: center;
	font-size:34px;
	font-family: "Open Sans Bold", sans-serif;
	font-weight:bold;
	margin-top: 80px;
}
.agency-bottom h2 span{
	color: #ff9f00;
}
.agency-bottom p{
	color: #fff;
	font:20px "Open Sans Regular", sans-serif;
	text-align: center;
	margin-top: 20px;
	position: relative;
	max-width:440px;
	margin:20px auto 10px;
}
.agency-bottom p:before {
	content: url(../img/line.png);
	position: absolute;
	left: -30px;
	top: -4px;
	width:30px;
}
.agency-bottom p:after {
	content: url(../img/line.png);
	position: absolute;
	right: -30px;
	top: -4px;
	width:30px;
}
.step-result{
	background: #f7f7fb;
}
.logo-down{
	background: url(../img/logo-down.png) no-repeat right bottom;
}
.marg{
	margin-top:40px;
}
.step-result .bg-1{
	background: url(../img/bg-1.png) no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	background-size: contain;
	width:100%;
	min-height:346px;
	margin:10px auto;
}
.steps-1{
	overflow: hidden;
}
.steps-1 h4{
	color: #fff;
	font:bold 24px "Open Sans Bold", sans-serif;
	text-align: center;
	line-height: 1.3;
	padding: 30px 0 20px;	
}
.bg-1 .negative h6,.steps-fin h6{
	margin-top:-20px;
}
.steps-1 p{
	color: #fff;
	font:lighter 16px "Open Sans Regular", sans-serif;
	text-align: center;
	padding:0 32px;
	line-height: 1.3;
}
.steps-1 h6{
	color: #ff9f00;
	text-align: center;
	font:bold 60px "Open Sans Bold", sans-serif;
}
.steps-1 h6 span{
	font:bold 30px "Open Sans Bold", sans-serif;
}
.lists h4{
	font:bold 22px "Open Sans Bold", sans-serif;
	padding:30px 0 0 10px;
}
.lists2{
	margin-left:-10px;
}
.lists2 h4{
	font:bold 24px "Open Sans Bold", sans-serif;
	padding:30px 10px 0 0;
}
.lists p{
	font:16px "Open Sans Regular", sans-serif;
	padding:0 10px;
	line-height: 1.3;
}
.lists2 p{
	font:16px "Open Sans Regular", sans-serif;
	padding-right: 20px
}
.lists2 p span{
	font-weight:bold;
}
.lists .modal-sm{
	max-width: 400px;
	width:100%;
}
.rel{
	position: relative;
	left:-14%;
}
.go-3{
	background: #fcc300; /* Для старых браузров */
	background: -webkit-linear-gradient(#fcc300, #ff9f00);
	background: -o-linear-gradient(#fcc300, #ff9f00);
	background: linear-gradient(#fcc300, #ff9f00);
	border-radius:28px;
	box-shadow: 0 0 5px rgba(1, 1, 1, .35);
	color: #2f3d84;
	display: inline-block;
	font:14px "Open Sans Bold", sans-serif;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	margin:8px auto 0;
	padding-top: 10px;
	height:37px;
	width:197px;
	outline:0;
	text-decoration: none;
}
.btn-warning{
	border:none;
}
.go-3:hover{
	color: #fff;
	text-decoration: none;
}
.bg-2{
	background: url(../img/bg-2.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	max-width:853px;
	min-height: 311px;
	margin:10px auto;
}
.bg-3{
	background: url(../img/bg-3.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	max-width:790px;
	min-height: 250px;
	margin:10px auto 50px;
}
.bg-3 h3{
	font:bold 36px "Open Sans Bold", sans-serif;
	text-align: center;
	
}
.bg-3 ul li{
	background: url(../img/ok.png) no-repeat;
	padding:0 40px;
	margin:7px 70px 7px 30px;
	font:bold  18px "Open Sans Bold", sans-serif;
	line-height: 1.4;
}

.content-callback{
	background: url(../img/content-callback.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height:228px;
	margin:auto;
}
.content-callback h3{
	color:#ff9f00;
	font:36px "Open Sans Bold", sans-serif;
	font-weight:bold;
	margin-top: 40px;
}
.content-callback p{
	color:#fff;
	font:21px "Open Sans Regular", sans-serif;
	margin-top: 50px;
}
.forma-2{
	margin-top:30px;
}
.forma-2 input{
	border:2px solid #5169e4;
	color: #000;
	display: inline-block;
	padding:5px 10px;
	height:56px;
	margin-right: 14px;
	width:270px;
	box-shadow: 0 2px 7px rgba(1, 1, 1, .5) inset;
	outline:0;
	font-style:italic;
}
.forma-2 input[type="text"]::-webkit-input-placeholder {color:#777;}
.forma-2 input[type="text"]::-moz-placeholder          {color:#777;}/* Firefox 19+ */
.forma-2 input[type="text"]:-moz-placeholder           {color:#777;}/* Firefox 18- */
.forma-2 input[type="text"]:-ms-input-placeholder      {color:#777;}
.forma-2 input[type="text"]:focus::-webkit-input-placeholder {opacity:0; transition: opacity 0.3s ease;}
.forma-2 input[type="text"]:focus::-moz-placeholder          {opacity:0; transition: opacity 0.3s ease;}/* Firefox 19+ */
.forma-2 input[type="text"]:focus:-moz-placeholder           {opacity:0; transition: opacity 0.3s ease;}/* Firefox 18- */
.forma-2 input[type="text"]:focus:-ms-input-placeholder      {opacity:0; transition: opacity 0.3s ease;}
.go-2{
	background: #fcc300; /* Для старых браузров */
	background: -webkit-linear-gradient(#fcc300, #ff9f00);
	background: -o-linear-gradient(#fcc300, #ff9f00);
	background: linear-gradient(#fcc300, #ff9f00);
	border-radius:28px;
	box-shadow: 0 0 5px rgba(1, 1, 1, .35);
	color: #2f3d84;
	display: inline-block;
	font:14px "Open Sans Bold", sans-serif;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	margin:auto;
	padding-top: 8px;
	height:56px;
	width:148px;
}
.content-callback+h4{
	text-align: center;
}
.privileges{
	margin:15px auto 0;
	max-width: 1920px;
	position:relative;
}
.privileges .degg img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.privileges ul li{
	width:33.3%;
	height:499px;
	float:left;
}
.n-1{
	background: url(../img/img-1.jpg) no-repeat;
}
.n-2{
	background: url(../img/img-2.jpg) no-repeat;
}
.n-3{
	background: url(../img/img-3.jpg) no-repeat;
}
.privileges ul li img{
	margin:130px auto 60px;
	display: block;
}
.privileges ul li p{
	color: #fff;
	font:24px "Open Sans Regular", sans-serif;
	text-align: center;
}
.partners-content h4{
	margin-top: 30px
}
.arrow{
	margin: 0 auto;
	width: 85px;
}
.arrow-left,.arrow-right{
	margin-top:30px;
	color: #adadb0;
	font-size: 40px;
	cursor:pointer;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.arrow-right:hover{
	color: #ff9f00;
}
.arrow-left:hover{
	color: #ff9f00;
}
.items-icon{
	margin-top:50px;
	margin-bottom:70px;
}
.items-icon li{
	display: inline-block;
	margin-right: 16px;
	border:1px solid #d0d0d3;
	cursor:pointer;
}
.items-icon li:last-child{
	margin-right: 0;
}
footer{
	border-bottom:6px solid #2f3d84;
}
.footer{	
	max-width:1920px;
	margin:0 auto;
}
.map{
	max-width:971px;
	width:53%;
	height:704px;
	float:left;
}
.info{
	max-width:949px;
	width:47%;
	height:704px;
	background: url(../img/footer.jpg);
	float:left;
}
.info h3{
	font-family: "Open Sans Bold", sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	margin:80px 0 80px 20px;
}
.contact{
	color: #fff;
	font-size:22px;
	font-family: "Open Sans Bold", sans-serif;
	font-weight: bold;
	margin-left:20px;
}
.contact li{
	margin-bottom:20px;
	padding-left:50px;
	cursor:pointer;
}
.place{
	background: url(../img/place.png) no-repeat;
}
.tel{
	background: url(../img/tel.png) no-repeat;
}
.mail{
	background: url(../img/mail.png) no-repeat left 7%;
}
.mail a{
	color: #fff;
	text-decoration: underline;
}
.mail a:hover{
	text-decoration: none;
}
.to_left{
	float:left;
}
.to_right{
	float:right;
}
.slider-slick{
	margin:40px auto 70px;
}
.slider-slick img{
	border:1px solid #d0d0d3;
}
.modal-popap{
	width: 400px;
	height: 325px;
	margin-top: 25%;
}
.popap1,.popap2,.popap-submit{
	margin:25px auto;
	display: block;
	width: 80%;
	height: 40px;
	border-radius:5px;
	border:1px solid #ccc;
	padding:3px 5px;
	outline:0;
}
.modal-popap input::-webkit-input-placeholder {color:#777;}
.modal-popap input::-moz-placeholder          {color:#777;}/* Firefox 19+ */
.modal-popap input:-moz-placeholder           {color:#777;}/* Firefox 18- */
.modal-popap input:-ms-input-placeholder      {color:#777;}
.modal-popap input:focus::-webkit-input-placeholder {opacity:0; transition: opacity 0.3s ease;}
.modal-popap input:focus::-moz-placeholder          {opacity:0; transition: opacity 0.3s ease;}/* Firefox 19+ */
.modal-popap input:focus:-moz-placeholder           {opacity:0; transition: opacity 0.3s ease;}/* Firefox 18- */
.modal-popap input:focus:-ms-input-placeholder      {opacity:0; transition: opacity 0.3s ease;}

.modal-popap h2{
	font:16px "Open Sans Bold", sans-serif;
	text-align: center;
}
.modal-popap p{
	padding:0 20px;
}
.go-4{
	background: #fcc300; /* Для старых браузров */
	background: -webkit-linear-gradient(#fcc300, #ff9f00);
	background: -o-linear-gradient(#fcc300, #ff9f00);
	background: linear-gradient(#fcc300, #ff9f00);
	border-radius:28px;
	box-shadow: 0 0 5px rgba(1, 1, 1, .35);
	color: #2f3d84;
	display: block;
	font:14px "Open Sans Bold", sans-serif;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	margin:8px auto 0;
	height:37px;
	width:197px;
	text-decoration: none;
	border:none;
	outline:0;
}
.go-4:hover{
	color: #fff;
}

.mekka-modal{
	padding: 20px;
	width:100%;
}
.modal-sm{
	width:100%;
	max-width: 600px;
}
.mekka-modal img{
	width:100%;
}
