@import url("/css/fonts/GothamPro/gothampro.css");
@import url("/css/fonts/Mont/mont.css");
body{
	font-family: 'Gotham Pro';
	overflow-x: hidden;
}
a:hover{
	text-decoration: none;
}
.table{
	display: table;
    position: absolute;
    width: 100%;
    height: 100%;
	margin:0;
	padding-top: 5px;
}.table-cell{
	display: table-cell;
    vertical-align: middle;	
}

.phoneNumber, .phoneNumber:visited, .phoneNumber:hover{
	margin-top: 15px;
	display: block;
	color: lightgrey;
    text-decoration: none;
    background-color: transparent;
	font-weight: 500;
    font-size: 16px;
    line-height: 15px;
}
.btnAnim, .btnAnim:hover, .btnAnim:visited{
    color: #E69A8A;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 700;
    position: relative;	
}
.btnAnim .btnCircleL {
    height: 48px;
    width: 48px;
    left: -24px;
	
	display: block;
    position: absolute;
    top: -50%;
    z-index: -1;
    border-radius: 50%;
    background: black;
}
.btnAnim .btnCircleR {
    height: 48px;
    width: 24px;
	
    background: black;
    border-radius: 0 500px 500px 0;
    display: block;
    position: absolute;
    left: 0px;
    top: -50%;
    z-index: -1;
    -webkit-transform: all 0.5s;
    -moz-transform: all 0.5s;
    -ms-transform: all 0.5s;
    -o-transform: all 0.5s;
    transition: all 0.5s;
}
#modalForm{
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    width: 100%;	
	height: 100%;
	z-index: 99999999999;
}
.blockHeader {
    font-family: Mont;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    font-style: normal;
}
.container-text{
    max-width: auto;
    font-size: 14px;
    line-height: 160%;
}
.formContainer label {
    font-size: 14px;
    line-height: 140%;
}
.formContainer input[type="checkbox"] {
    display: none;
}
.formContainer input[type="checkbox"] + label:before {
    border: 2px solid #222222;
    box-sizing: border-box;
    border-radius: 3px;
    content: "\00a0";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    font-size: 18px;
    padding: 0;
    vertical-align: middle;
}
.formContainer input[type="checkbox"]:checked + label:before{
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
}
.formInput {
    width: 100%;
    border: none;
    text-align: center;
    border-bottom: 2px solid black;
    padding: 20px;
    font-size: 16px;
    line-height: 160%;
}
.formInput:focus{
    border-color: #E69A8A;
    color: #E69A8A;
	outline: none;
}

#formFig1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    width: 165px;
    height: 34px;
    background: #287F88;
}
#formFig2 {
    position: absolute;
    bottom: 0px;
    z-index: -2;
	left: -3px;
    width: 76px;
    height: 76px;
    background: #B4DDE1;
    border-radius: 50%;
}
#formFig3 {
    position: absolute;
    left: 0px;
    z-index: -1;
    top: 0px;
    width: 48px;
    height: 48px;
    background: #E8B301;
}
#formFig4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 67px;
    height: 54px;
    background: #E69A8A;
}
#formFig5 {
    position: absolute;
    right: 0px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    top: 20px;
    border-width: 24px 41.6px 24px 0;
    border-color: transparent #E05C35 transparent transparent;
}
.paddingLeft{
	padding-left: 25%;
}
#messBlock a{
	margin: 0 8px;
}