﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif;
}

a {
	text-decoration: none;
	color: white;
}

img {
    max-width:100%;
	width:100%;
}

input[type="text"] {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	background: #ffffff !important;
	outline: none;
	height: 40px;
	margin: 8px;
	width: 285px;
	color: #000000;
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
}

input[type="text"]:focus {
  color: #000000;
  border: 1px solid #000000
}

input[type="submit"] {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	background: #ffffff !important;
	outline: none;
	height: 40px;
	margin: 8px;
	width: 285px;
	color: #000000;
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
}

input[type="submit"]:focus {
  color: #000000;
  border: 1px solid #000000
}

.error {
	border: 1px solid red;
}

::-webkit-input-placeholder {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

:-moz-placeholder {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

.dotted {
    background: -moz-linear-gradient(left, black, black 50%, transparent 50%);
    background: -ms-linear-gradient(left, black, black 50%, transparent 50%);
    background: -o-linear-gradient(left, black, black 50%, transparent 50%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(black), color-stop(0.5, black), color-stop(0.5, transparent));
    background: -webkit-linear-gradient(left, black, black 50%, transparent 50%);
    background: linear-gradient(left, black, black 50%, transparent 50%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.dotted-white {
    background: -moz-linear-gradient(left, white, white 50%, transparent 50%);
    background: -ms-linear-gradient(left, white, white 50%, transparent 50%);
    background: -o-linear-gradient(left, white, white 50%, transparent 50%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), color-stop(0.5, white), color-stop(0.5, transparent));
    background: -webkit-linear-gradient(left, white, white 50%, transparent 50%);
    background: linear-gradient(left, white, white 50%, transparent 50%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.placeholder {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

#search input[type="button"], .header-form-inputs input[type="button"], .zone input[type="button"], .button input[type="button"]{
	background: url('../images/button.png');
	height: 54px;
	width: 270px;
	margin: auto;
	color: white;
	font-size: 22px;
	border: 0px;
	text-shadow: 0 -0.6px 0px rgba(255, 255, 255, 1);
}
#search input[type="button"]:hover, .header-form-inputs input[type="button"]:hover, .zone input[type="button"]:hover, .button input[type="button"]:hover{
	background: url('../images/button_up.png');
	text-shadow: none;
}

.button-credit input[type="button"]{
	background: url('../images/button2.png');
	height: 80px;
	width: 270px;
	margin: auto;
	color: white;
	font-size: 17px;
	border: 0px;
	text-shadow: 0 -0.6px 0px rgba(255, 255, 255, 1);
}
.button-credit input[type="button"]:hover{
	background: url('../images/button2_up.png');
	text-shadow: none;
}

.button-blue input[type="button"]{
	background: url('../images/button3.png');
	height: 40px;
	width: 170px;
	margin: auto;
	color: white;
	font-size: 17px;
	border: 0px;
	text-shadow: 0 -0.6px 0px rgba(255, 255, 255, 1);
}
.button-blue input[type="button"]:hover{
	background: url('../images/button3_up.png');
	text-shadow: none;
}

.div-wrapper {
	min-width: 1000px;
	max-width: 1920px;
	width: auto;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	margin: 0 auto;
	overflow: hidden;
}

.active-body {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* pre-header */
.pre-header {
	background-color: #1FB1D6;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: white;
}

.pre-header-logo {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pre-header-slogan {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.pre-header-slogan-name {
	font-size: 24px;
	font-weight: bold;
}

.pre-header-contacts {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pre-header-contacts-phone {
	font-size: 24px;
	font-weight: bold;
}

/* header */
.header {
	width: 100%;
	position: relative;
	margin: auto;
	overflow: hidden;
	background: url('../images/Head.jpg') no-repeat center;
	height: 740px;
}

.header-text {
	font-size: 35px;
	text-align: center;
	margin-top: 65px;
	color: #464646;
	text-shadow: 3.3px 0px 1px rgba(255, 255, 255, 1);
}

.header-text-title {
	font-size: 45px;
	font-weight: bold;
}

#form-credit, #form-dialog, .header-form {
	background: url(../images/form_01.png) repeat center;
	color: white;
	width: 350px;
	height: 100%;
	text-align: center;
	float: right;
	margin-top: 70px;
	overflow: hidden;
}

.header-form-text {
	font-size: 20px;
	padding-top: 20px;
}

.header-form-text-title {
	font-weight: bold;
}

.header-form-footer {
	font-style: italic;
	font-size: 14px;
	padding-bottom: 20px;
}
/* header */

/* balls */
.balls {
	background-color: #1FB1D6;
	width: 100%;
	height: 100%;
	color: white;
}

.balls .row {
	padding-left: 70px;
	margin-bottom: 30px;
}

.balls .row .cell{
	display: inline-table;
}

.balls-title {
	font-size: 33px;
	text-align: center;
	display: block;
	margin: 30px auto 30px;
	width: 900px;
}

.balls-subtitles {
	font-size: 20px;
}
/* balls */

/*zone*/
.zone {
	position: relative;
}

.zone-form {
	color: white;
	background: url(../images/form_01.png);
	width: 500px;
	text-align: center;
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -250px;
	margin-top: 25px;
}

.zone-form-title {
	font-size: 37px;
	margin: 10px;
}

.zone-form .rectangle {
	width: 15px;
	height: 15px;
	display: inline-table;
}

.zone .button {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	z-index: 1000;
	margin-bottom: 15px;
	bottom: 0;
}

.zone .search {
	position: absolute;
	z-index: 1000;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	margin-top: 146px;
}

/*zone*/

/* work */

.work  {
	margin-bottom: 20px;
}

.work-title {
	font-size: 40px;
	text-align: center;
	color: #1FB1D6;
	margin-bottom: 30px;
	margin-top: 30px;
}

.work .element {
	float: left;
	margin-left: -15px;
}

.work .element .title {
	font-size: 25px;
	overflow: hidden;
}

.work .element .title div {
	float: left;
}

.work .element .number {
	font-size: 30px;
	color: #1FB1D6;
	margin-top: 20px;
}

.work .element .title .text {
	margin-top: 25px;
}

.work .element .title .arrow {
	margin-left: -20px;
}

.work .element .title .arrow img {
	width: 60px;
	margin-left: 0px;
}

.work .element .body div {
	float: left;
	margin-left: 5px;
}

.work .element .body .icon {
	margin-left: -5px !important;
}

.work .element .body .text {
	width: 138px;
}
/*work*/

/* price */
.price {
	background: #1FB1D6;
	color: white;
}

.price .icon img {
    width: 90px;
}

.price-contains .title {
    font-size: 24px;
    margin-bottom: 20px;
	text-align: center;
}

.price-title {
    text-align: center;
    font-size: 38px;
    padding-top: 30px;
}

.old-price {
    text-align: center;
    text-decoration: line-through;
    font-size: 38px;
    margin-top: 20px;
}

.new-price {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-top: 5px;
}

.price .remark {
    text-align: center;
    font-style: italic;
    font-size: 17px;
}

.price .line, .installation .line {
    background: white;
    width: 300px;
    height: 3px;
    margin: 10px auto 10px;
}

.price-contains .element {
    float: left;
    /* width: 143px; */
}

.price-contains .plus {
    float: left;
    font-size: 60px;
    margin-left: 45px;
    margin-right: 45px;
}

.price-contains {
    margin: auto;
    overflow: hidden;
}

.price-contains .text {
    width: 96px;
}

.price .bonus-title {
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
}

.price .bonus-sub-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.price .bonus-icon {
    width: 50px;
    margin: auto;
}

.price .button {
    text-align: center;
	margin: 20px;
}

.price .button-credit {
    text-align: center;
}

.price .bonus-footer {
	font-style: italic;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

/* tarif */

.tarif {
    background: #D2EFF7;
}
.tarif .title {
    text-align: center;
    font-size: 38px;
    color: #1FB1D6;
    margin: 10px;
}
.tarif .element {
    float: left;
    margin-left: 55px;
}

.tarif .body {
    width: 650px;
    margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.tarif .number {
    font-size: 32px;  color: #1FB1D6;
}

.tarif .trafic {
    font-size: 28px;
}

/* tarif */

/* take-free */
.take-free {
	width: 100%;
	position: relative;
	margin: auto;
	overflow: hidden;
	background: url('../images/free.jpg') no-repeat center;
	height: 540px;
	color: white;
}

.take-free img {
	width: 50px;
}

.take-free .line {
    background: white;
    width: 300px;
    height: 3px;
    margin: 10px 0px 10px;
}

.take-free .title {
    font-size: 40px;
    text-align: center;
    margin: 20px 0px;
}
.take-free .element {
    margin-bottom: 20px;
}
.take-free .element-title {
    font-size: 25px;
}

.take-free .element-body {
font-size: 14px;
}

/*complect*/

.complect {
	margin-bottom: 20px;
}

.complect .title {
    font-size: 35px;
    text-align: center;
    margin: 20px;
    color: #1FB1D6;
}

.complect .left-block {
    width: 725px;
    float: left;
}

.complect .text {
    background: url("../images/ramka.png") no-repeat center;
    overflow: hidden;
    height: 240px;
    font-size: 14px;
}

.complect .text p {
    margin: 10px 55px 10px 55px;
}

.complect .right-block {
    float: left;
    width: 250px;
}

.complect .right-block .title {
    color: black;
    font-size: 21px;
    text-align: left;
    margin: 0;
}

.complect-price {
    font-size: 23px;
    margin-top: 20px;
	margin-bottom: 20px;
}

.complect-old-price {
    text-decoration: line-through;
}

.complect-new-price {
    font-size: 40px;
    color: #1FB1D6;
    font-weight: bold;
}

.complect .comment {
    font-size: 14px;
    font-style: italic;
}

/*installation*/

.installation {
	background: url('../images/foto.png') no-repeat center;
	height: 610px;
	text-align: center;
	color: white;
	position: relative;
	z-index: 1000;
}

.installation-wrapper {
	width: 550px;
	margin: auto;
	font-size: 18px;
}

.installation .title {
    font-size: 40px;
    margin-top: 10px;
}

.installation .text {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.installation .text p {
    margin-bottom: 10px;
}

.installation .happy {
    margin: 10px 0px 15px;
    font-size: 35px;
}

/*footer*/

.footer {
	width: 650px;
	height: 225px;
	background: url('../images/podval.png') no-repeat center;
	margin: auto;
	margin-top: -226px;
	position: relative;
	color: white;
}

.footer-wrapper {
    padding-top: 14px;
    padding-left: 20px;
	width: 530px;
}

.footer .title {
    font-size: 24px;
    padding-left: 246px;
    margin-bottom: 20px;
}

.footer .left-column {
    float: left;
}

.footer .right-column {
    float: right;
}

/*dialog*/

.ui-widget-overlay {
	background: #2E2D2D;
	opacity: 0.6;
	z-index: 1003;
}

.close-dialog {
	background: url('../images/x_element.png') no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: 91%;
	margin-top: 3%;
}

div.close-dialog:hover{
	background: url('../images/x_rad.png') no-repeat center;
}

.ui-dialog {
	z-index: 1004;
	/*width: 500px !important;
	left: 50% !important;
	margin-left: -250px !important;
	top: 85px !important;*/
	border: 0px;
	margin: 0;
	padding: 0;
}

#form-credit, #form-dialog {
	display: none;
	padding: 0;
	margin-top: -1px;
	border: 0;
	background-repeat: repeat;
}

#form-dialog {
	width: 350px;
}

#form-credit {
	width: 600px;
}

#form-credit td {
	padding: 5px;
}

#form-credit table {
	width: 90%;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}

#form-credit input[type="text"] {
	width: 350px;
}

#form-dialog .header-form-footer {
	margin-bottom: 10px;
}

#form-dialog  .header-form-text {
	padding-top: 35px;
}

#form-credit .header-form-text {
	padding-top: 50px;
}

/* Alex */
  .button input {
    cursor: pointer;
  }
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
    margin: 0;
  }
  .village {
    padding: 5px 0 15px;
  }
  .village__title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    max-width: 896px;
    margin: 30px auto;
    padding: 0 24px;
  }
  .village__list {
    margin: 0 5px;
  }
  .village-el {
    float: left;
    width: 33.333%;
    padding: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  .village-el__in {
    background: #effafd;
    border: 1px solid #b7ecf9;
    padding: 10px;
    -webkit-transition: all 0.25s;
       -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
         -o-transition: all 0.25s;
            transition: all 0.25s;
  }
  .village-el__in:hover {
    background: #D2EFF7;
    border-color: #067996;
  }
  .village-el__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
  }
  .village-el__text p {
    margin-bottom: 10px;
  }
  .village-el__text ol {
    padding-bottom: 5px;
    margin-left: 24px;
  }
  .village-el__text ul {
    list-style-type: disc;
    margin-left: 24px;
    padding-bottom: 5px;
  }
  .village-el__text li {
    margin-bottom: 5px;
  }
  .village-el__cost {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .village-el__cost span {
    margin: 15px 0;
    font-size: 28px;
  }
  .village-el__btn {
    text-align: center;
    margin: 20px 0;
  }
/* / Alex*/