h1 {
	padding-bottom: 17px;
	font: bold 28px/32px Philosopher, Arial, sans-serif;
}
h2 {
	padding-bottom: 17px;
	font: bold 20px/24px Philosopher, Arial, sans-serif;
}
h3 {
	padding-bottom: 17px;
	font: bold 18px/22px Philosopher, Arial, sans-serif;
}
.input input {
    width: 300px;
    height: 38px;
    padding: 0px 18px;
    border: 1px solid #CCC;
    margin: 0 auto 10px;
    background: #FFF;
    color: #000;
    border-radius: 5px;
    font-size: 12pt;
}
div.podbor {
    display: inline-block;
    width: 340px; 
    background-color: #f4f4f4;  
    box-shadow: 0 0 10px rgba(0,0,0,0.5);  
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    position: relative;
    border-bottom: 3px solid #e5e5e5;
    padding: 10px;
}
input.button {
    /*background: #5CB6E0;
    border: 3px solid #80D6FF;*/
	background: #ffcf00;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  border: 4px solid #FFF;
  -webkit-transition: box-shadow 0.15s linear;
  -moz-transition: box-shadow 0.15s linear;
  -ms-transition: box-shadow 0.15s linear;
  -o-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
    color: #fff;
    display: block;
    text-align: center;
    width: 300px;
	height: 50px;
	box-sizing: content-box;
    margin: 20px auto;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 2px rgba(255, 255, 255, 0.71);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
/*input.button:hover {
    background: #009DF8;
    border: 3px solid #42C1FD;
}*/
div.title {
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 2px rgba(97, 187, 230, 0.49);
    color: #009df8;
    text-align: center;
    margin-bottom: 10px;
}

.prizuv {
    background: url(images/414.jpg) no-repeat;
    height: 326px;
    display: inline-block;
    width: 427px;
    vertical-align: top;
    position: relative;
}
.prizuv-e {
    background: url(images/egypt.jpg) no-repeat;
    height: 326px;
    display: inline-block;
    width: 427px;
    vertical-align: top;
    position: relative;
}
.prizuv-g {
    background: url(images/gretsiya.jpg) no-repeat;
    height: 326px;
    display: inline-block;
    width: 427px;
    vertical-align: top;
    position: relative;
}
	
.egypt {
    background: url(images/egypt.jpg) no-repeat;
    height: 326px;
    display: inline-block;
    width: 427px;
    vertical-align: top;
    position: relative;
}
.spain {
    background: url(images/spain17.jpg) no-repeat;
    height: 326px;
    display: inline-block;
    width: 427px;
    vertical-align: top;
    position: relative;
}
div.prizuv-text {
    position: absolute;
    bottom: -54px;
    background: #45D2FF;
    height: 95px;
    width: 367px;
    font: bold 20px/33px Arial, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFFFFF;
    text-shadow: 0 0px 2px rgba(255, 255, 255, 0.68);
}
.prizuv-text p {
    font-size: 14px;
    text-align: right;
}
.pole {
	text-align: justify;
	color: #5F5F5F;
}
.pole p {
    font-size: 14px;
    line-height: 20px;
}
#pagecontrol {width: 802px;}
#pagecontrol h3 {padding:0;padding-bottom: 11px;}
#pagecontrol nav a {
	padding: 7px 10px;
	width: 380px;
	display: block;
	float: left;
	font-size: 14px;
	color: #61BBE6;
	font-weight: bold;
	text-align: center;
}
#pagecontrol a {color: #61BBE6;}
#pagecontrol nav {
	position: relative;
	margin-bottom: 20px;
	height: 32px;
	border-bottom: 1px solid #75D0E2;
}
#pagecontrol nav a:hover {
    cursor: pointer;
    text-decoration: none;
}
#pagecontrol nav a.active {
    font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
	background: #009DF8;
	border: none;
	cursor: pointer;
	color: #ffffff;
}
#pagecontrol section div {
    color: #5F5F5F;
	display: block;
	text-align: justify;
    float: left;
    position: relative;
    width: 802px;
	margin-top: 10px;
    margin-left: -802px;
    z-index: 1;
    visibility: hidden;
	height: 0;
	overflow: hidden;
}
#pagecontrol section div.active {
    z-index: 4;
    visibility: visible;
	height: auto;
	overflow: visible;
}
#pagecontrol section div:first-child {margin-left: 0;}
#pagecontrol section div:last-child:after {
    content: "";
    display: block;
    clear: both;
}

.break {
	float:none;
	clear:both;
	overflow:hidden;
}

.txt {
	height: 90px;
	font-size: 14px;
	line-height: 20px;
	text-indent: 1em;
	padding: 10px 30px;
}
.client {
	text-align: center;
	margin-bottom: 10px;
}
.contact-land {
	display: inline-block;
	width: 320px;
	height: 346px;
	vertical-align: top;
	background-color: #F4F4F4;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	border-bottom: 3px solid #E5E5E5;
	padding: 30px 30px 0 30px;
	margin-right: 58px;
}
.container {text-align: right;}
#CDT {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

#CDT .number-wrapper {
    margin: 5px;
    -moz-box-shadow: 0 2px 5px #80D6FF;
    -webkit-box-shadow: 0 2px 5px #80D6FF;
    box-shadow: 0 2px 5px #80D6FF;
    position: relative;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #80D6FF;
    background-image: linear-gradient(bottom, #80D6FF 2%, #009DF8 50%, #80D6FF 100%);
    background-image: -o-linear-gradient(bottom, #80D6FF 2%, #009DF8 50%, #80D6FF 100%);
    background-image: -moz-linear-gradient(bottom, #80D6FF 2%, #009DF8 50%, #80D6FF 100%);
    background-image: -webkit-linear-gradient(bottom, #80D6FF 2%, #009DF8 50%, #80D6FF 100%);
    background-image: -ms-linear-gradient(bottom, #80D6FF 2%, #009DF8 50%, #80D6FF 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(128, 214, 255, 0.2);

}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
}
       
.caption {
   font-size: 10px;
   position: absolute;
   bottom: -30px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #fff;
}
.button-gr {
  background: #ffcf00;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
  border: 4px solid #FFF;
  -webkit-transition: box-shadow 0.15s linear;
  -moz-transition: box-shadow 0.15s linear;
  -ms-transition: box-shadow 0.15s linear;
  -o-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
}
.button:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(236, 128, 0), inset 0 10px 25px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(236, 128, 0), inset 0 10px 25px rgba(255, 255, 255, 0);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(236, 128, 0), inset 0 10px 25px rgba(255, 255, 255, 0);
}
input.button2 {
    background: #00FF00;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(47, 218, 40);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(47, 218, 40);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(47, 218, 40);
    border: 4px solid #FFF;
    -webkit-transition: box-shadow 0.15s linear;
    -moz-transition: box-shadow 0.15s linear;
    -ms-transition: box-shadow 0.15s linear;
    -o-transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
    color: #fff;
    display: block;
    text-align: center;
    width: 300px;
    margin: 20px auto;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 2px rgba(255, 255, 255, 0.71);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.button2:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(47, 218, 40), inset 0 10px 25px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(47, 218, 40), inset 0 10px 25px rgba(255, 255, 255, 0);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(47, 218, 40), inset 0 10px 25px rgba(255, 255, 255, 0);
}