/*
Author: W3layout
Author URL: http://w3layouts.com
Distributor: http://bootstraptema.ru/
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */

@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat+Alternates:400,700');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{  vertical-align:top;}/* vertical align top */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body{
	width:100%;
	text-align:center;
}

/* хром, сафари */
body::-webkit-scrollbar { width: 0; }

/* ie 10+ */
body { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
body {  }

.menu{
	width:100%;
	height:632px;
	display:block;
	margin-bottom: 100px;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	padding-top: 50px;
	margin-right: 10px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: right;
	color: #8A8D90;
}

.navbar-default .navbar-nav>li>a:hover {
	color:#a02341;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	outline: none;
}

a:focus,a:hover {
	outline: none;
}

.logo img{
	width:100%;
	padding-top:16px;
}

.header-content {
	float:left;
	padding-top:150px;
	text-align:center;
}

.header-content h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 700;
	line-height: 48px;
	font-size: 40px;
	color: #2A353E;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	text-align: left;
}

.header-content h2{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 18px;
	color: #8A8D90;
	text-align: left;
}

.phoneNumberTop {
	visibility: hidden;
}

.floatL {
	float: left;
}

.gradient {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F6FA 100%);
}

.credit {
	background: #FF8826;
	border: none;
	border-radius: 40px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 54px;
	color: #fff;
	width: 224px;
	height: 56px;
	box-shadow: 0px 8px 24px rgba(231, 66, 27, 0.24);
}

.credit:hover {
	background: #FF8826;
	background: -webkit-gradient(linear, left top, left bottom, from(#F56531), to(#E7421B));
	background: -moz-linear-gradient(top,  #F56531,  #E7421B);
  background-image: -o-linear-gradient(top,  #F56531, #FF8826);/* для Opera 11 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F56531', endColorstr='#E7421B');
}

.bottom50 {
	margin-bottom: 70px;
	margin-top: 24px;
}

.col-md-3, .col-xs-3 {
	padding-right: 8px;
  adding-left: 8px;
}

.imgWoman {
	z-index: -1;
	background-image: url("../images/girl-with-card.png");
	position: absolute;
	width: 779px;
	height: 568px;
	left: 948px;
	top: 85px;
}

/* ----------Header Ends Here ---------- */

.icon-info {
	width:100%;
	margin-bottom: 35px;
}

.icon-info h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	color: #2A353E;
	margin-bottom: 10px;
	margin-top: 15px;
}

.icon-info h3, .padding-contact h3 {
	font-family: Montserrat Alternates;
	font-style: normal;
	font-weight: bold;
	line-height: 48px;
	font-size: 40px;
	text-align: center;
	color: #2A353E;
	margin-bottom: 12px;
}

.icon-info p {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	color: #8A8D90;
}

.info {
	padding: 50px 0;
}

.infoMoney {
	padding-top: 40px;
	background: #fff;
	box-shadow: 0px 0px 24px rgba(42, 53, 62, 0.04);
	border-radius: 16px;
	width: 100%;
	height: 211px;
	margin-top: 46px;
}

.infoMoney span {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #2A353E;
	border-radius: 16px;
}

.infoMoney img {
	margin-bottom: 13px;
}

.info p{
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #2A353E;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wrapper{
	padding-left: 80px;
}

.contact{
	width:100%;
}

.contact h3{
	padding-bottom:30px;
	color:#000;
}

.padding-contact{
	padding:30px 0;
	border: 0px solid red;
}

.padding-contact p {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
	color: #8A8D90;
}

.phoneNumberFooter a {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	color: #2A353E;
	text-decoration: none;
}

.phoneDescription {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #8A8D90;
}

.phoneNumberFooter {
	padding-top: 25px;
}

.tov {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: right;
	color: #2A353E;
	padding-top: 25px;
}

.copy {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: right;
	color: #8A8D90;
}

.logo-footer {
	float: left;
}

@media screen and (max-width:1800px){

.imgWoman {
	left: 868px;
	top: 85px;
}
}

@media screen and (max-width:1700px){

.imgWoman {
	left: 820px;
	top: 85px;
}
}

@media screen and (max-width:1600px){

.imgWoman {
	left: 772px;
	top: 85px;
}
}

@media screen and (max-width:1500px){

.imgWoman {
	left: 724px;
	top: 85px;
}
}

@media screen and (max-width:1400px){

.imgWoman {
	left: 676px;
	top: 85px;
}
}

@media screen and (max-width:1300px){

.imgWoman {

	left: 638px;
	top: 85px;
}

}

@media screen and (max-width:1200px){

.imgWoman {

	left: 638px;
	top: 85px;
}

}

@media screen and (max-width:1100px){

.imgWoman {

	left: 538px;
	top: 85px;
}

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 969px) {
	.menu{
	width:100%;
	height:632px;
	display:block;
	margin-bottom: 100px;
}

.navbar-default .navbar-nav>li>a {
	padding-top: 50px;
	margin-right: 5px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: right;
	color: #8A8D90;
}

.phoneNumberFooter, .phoneDescription {
	padding-top: 1px;
}

.header-content {
	float:left;
	padding-top:150px;
	text-align:center;
}

.header-content h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 700;
	line-height: 48px;
	font-size: 40px;
	color: #2A353E;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	text-align: left;
}

.header-content h2{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 18px;
	color: #8A8D90;
	text-align: left;
	margin-top: 9px;
}


}

@media screen and (min-width: 640px) and (max-width:800px){

.logo img {
	
	float: left;
	margin-left: 24px;
	padding-top: 16px;
}

.phoneNumber {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	text-align: right;
	color: #8A8D90;
	margin-top: 48px;
	margin-right: 20px;
}

.phoneNumberFooter, .phoneDescription {
	visibility: hidden;
}

.header-content h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 700;
	line-height: 32px;
	font-size: 28px;
	color: #2A353E;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-left: 6px;
}

.header-content h2{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	color: #8A8D90;
	text-align: left;
	margin-left: 6px;
	margin-top: 7px;
}

.imgWoman {
	z-index: -1;
	background-image: url("../images/img-woman.png");
	position: absolute;
	width: 542px;
	height: 395px;
	left: 399px;
	top: 146px;
}

.icon-info h3, .padding-contact h3 {
	font-family: Montserrat Alternates;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	font-size: 28px;
	text-align: center;
	color: #2A353E;
	margin-bottom: 12px;
}

.icon h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: bold;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	color: #2A353E;
	margin-bottom: 10px;
	margin-top: 15px;
}

.icon-info p {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #8A8D90;
}

.icon p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #2A353E;
}



.col-xs-3 {
	padding: 0 14px;
}

.infoMoney {
	padding: 40px 26px;
	background: #fff;
	box-shadow: 0px 0px 24px rgba(42, 53, 62, 0.04);
	border-radius: 16px;
	border: 0px solid red;
}

.tov {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	
	color: #2A353E;
}

.copy {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	
	color: #8A8D90;
}

 .logo-footer {
	float:left;
}

}

@media screen and (max-width: 767px) {

	.phoneNumberTop {
		visibility: visible;
		font-family: 'Lato', sans-serif;
		font-style: normal;
		font-weight: normal;
		line-height: 24px;
		font-size: 16px;
		text-align: right;
		color: #8A8D90;
		padding-top: 40px;
		padding-right: 28px;
		border: 0px solid red;
	}

		.logo img {
		width: 30%;
		padding-top: 16px;
		margin-left: 25px;
	}

}

@media screen and (max-width:639px){

.logo img {
	width: 60%;
	padding-top: 16px;
	margin-left: 51px;
}

.icon {
	width: 100%;
}

.imgWoman {
	z-index: -1;
	background-image: none;
	width: 0px;
	height: 0px;

}

.menu {
	height: 490px;
	margin-bottom: 0px;
}

.phoneNumberTop {
	visibility: hidden;
}

.phoneNumberFooter, .phoneDescription {
	visibility: hidden;
}

.header-content {
	float:none;
	padding-top:40px;
	text-align:center;
}

.header-content h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 700;
	line-height: 32px;
	font-size: 28px;
	color: #2A353E;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	text-align: center;
	margin-left: 6px;
}

.header-content h2{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	color: #8A8D90;
	text-align: center;
	margin-left: 6px;
	margin-top: 7px;
}

.icon-info h3, .padding-contact h3 {
	font-family: Montserrat Alternates;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	font-size: 28px;
	text-align: center;
	color: #2A353E;
	margin-bottom: 12px;
}

.credit {
	background: #E7421B;
	border: none;
	border-radius: 40px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 40px;
	color: #fff;
	width: 272px;
	height: 56px;
	float: none;
	box-shadow: 0px 8px 24px rgba(231, 66, 27, 0.24);
}

.padding-contact {
	padding: 0px;
}

.tov {
	font-family: 'Lato', sans-serif;
	margin-top: -12px;
	font-size: 18px;
	color: #2A353E;
}

.copy {
	font-family: 'Lato', sans-serif;
	
	font-size: 14px;
	color: #8A8D90;
}

}

@media screen and (max-width:500px){

.logo img {
	width: 60%;
	padding-top: 16px;
	margin-left: 25px;
}   

.phoneNumberTop {
	visibility: hidden;
}

.header-content {
	float:left;
	padding-top:20px;
	text-align:center;
}

.infoSmall {
	width: 100%;
	padding: 0 15px;
}

.header-content h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 700;
	line-height: 32px;
	font-size: 28px;
	color: #2A353E;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	text-align: center;
	margin-left: 6px;
}

.credit {
	background: #E7421B;
	border: none;
	border-radius: 40px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 40px;
	color: #fff;
	width: 272px;
	height: 56px;
	float: none;
	box-shadow: 0px 8px 24px rgba(231, 66, 27, 0.24);
}

.col-xs-4 {
	width: 100%;
}

.icon-info {
	width:100%;
	margin-bottom: 15px;
}

.header-content h2{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	color: #8A8D90;
	text-align: center;
	margin-left: 6px;
	margin-top: 7px;
}

.icon-info h3, .padding-contact h3 {
	font-family: Montserrat Alternates;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	font-size: 28px;
	text-align: center;
	color: #2A353E;
	margin-bottom: 12px;
}

.icon h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: bold;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	color: #2A353E;
	margin-bottom: 10px;
	margin-top: 15px;
}

.icon-info p {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #8A8D90;
}

.icon {
	width: 100%;
}

.icon p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #2A353E;
}

.col-xs-4 {
	border: 0px solid red;
	padding: 0;
}

.col-xs-3 {
	padding: 0 14px;
}

.padding-contact p {
		padding: 0 10px;
}

.infoMoney {
	padding: 40px 26px;
	background: #fff;
	box-shadow: 0px 0px 24px rgba(42, 53, 62, 0.04);
	border-radius: 16px;
	border: 0px solid red;
}

.padding-contact {
	padding: 0px;
}

.tov {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 18px;
	color: #2A353E;
	padding-top: 25px;
}

.copy {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 14px;
	color: #8A8D90;
}

.phoneNumberFooter, .phoneDescription {
	visibility: visible;
}

.phoneDescription {
	padding-top: 5px;
}

.phoneNumberFooter {
	font-family: Lato;
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 18px;
text-align: center;
padding-top: 25px;
color: #2A353E;
}

 .logo-footer {
float: none;
}

}

@media screen and (max-width:400px){ 

	.logo img {
	width: 70%;
	padding-top: 16px;
	margin-left: 5px;
}

	.info {
		padding: 25px 0;
	}

	.infoSmall {
		padding: 50px 0 20px 0;
	}

	.infoMoney {
		margin-top: 16px;
	}

	.padding-contact h3 {
		margin-top: 25px;
		margin-bottom: 0px;
	}

	.tov {
		padding-top: 35px;
	}

	.phoneDescription {
		padding-top: 1px;
	}

}



