@font-face {
    font-family: 'PTSans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
    font-family: 'PTSans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/g46X4VH_KHOWAAa-HpnGPhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'PTSans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/7dSh6BcuqDLzS2qAASIeuj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'PTSans';
    font-style: italic;
    font-weight: 700;
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/lILlYDvubYemzYzN7GbLkIraN7vELC11_xip9Rz-hMs.woff) format('woff');
}
@keyframes bottop {
    0%, 100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
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, center,
dl, dt, dd, ol, ul, 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%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol,ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
textarea {
    outline: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}
body {
    font-family: "PTSans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    color: #2f2f2f;
    position: relative;
}
.wrapper {
    width: 1130px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wrapper:after {
    clear: both;
    content: "";
    display: table;
}
section {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.clrfx:after {
    clear: both;
    content: "";
    display: table;
}
.clr {
    clear: both;
}
.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:focus {
    outline: none;
}
a {
    text-decoration: none;
}
.form-control-wrap {
    margin: 20px 0;
    position: relative;
}
input[type=submit] {
    -webkit-appearance: none;
}
.nav {
    width: 100%;
    height: 73px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    top: -73px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 3px solid #0da5d0;
}
.nav-restyle {
    top: 0px;
}
.toplogo {
    display: block;
    float: left;
    width: 257px;
    height: 60px;
    background: url("logo.png")no-repeat center center/cover;
    margin-top: 7px;
}
.topmenu {
    text-align: center;
    display: block;
    float: left;
    padding: 25px 0 0 153px;
}
.topmenu li {
    display: inline-block;
    padding: 0 35px;
}
.topmenu a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 0 3px;
}
.topmenu a:hover {
    color: #0da5d0;
}
.topmenu .active a {
    color: #0da5d0;
}
.rightphones {
    float: right;
    padding-top: 11px;
}
.rightphones a {
    display: block;
    width: 180px;
    height: 38px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    background: #0da5d0;
    border: 3px solid #2d7d93;
    text-align: center;
    line-height: 32px;
    font-family: "PTSans";
    margin-top: 5px;
}
.rightphones a:hover {
    background: #17abd5;
}
.header {
    height: 1066px;
    width: 100%;
	min-width: 1130px;
    background: url("bg.jpg") no-repeat center 175px;
}
.welcome {
    padding-top: 65px;
}
.logo {
    position: absolute;
    top: 60px;
    left: 4px;
    width: 257px;
    height: 60px;
    background: url("logo.png")no-repeat 0 0/contain;
}
.snow {
    margin: 0 auto;
    width: 653px;
    height: 292px;
    background: url("bg6.png") no-repeat 0 0/cover;
    position: relative;
    z-index: 100;
}
.snow > img.snow_img {
    position: absolute;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -khtml-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}
.header h2 {
    font-size: 44px;
    line-height: 53px;
    font-family: "PTSans";
    display: block;
    text-align: left;
    position: relative;
    margin-top: -82px;
    margin-bottom: 81px;
}
.header h2:before {
    position: absolute;
    content: "";
    background: #0da5d0;
    height: 8px;
    width: 100px;
    left: 0;
    bottom: -44px;
}
.top-contacts {
    width: 200px;
    height: 130px;
    position: absolute;
    right: 0;
    top: 30px;
    text-align: right;
}
.top-contacts .phone {
    font-family: "PTSans";
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    color: #007fff;
}
.top-contacts .email {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #000;
}
.top-contacts .callme {
    display: block;
    width: 180px;
    height: 38px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    background: #0da5d0;
    border: 3px solid #2d7d93;
    text-align: center;
    line-height: 32px;
    font-family: "PTSans";
    margin-top: 5px;
}
.top-contacts .callme:hover {
    background: #17abd5;
}
.plus {
    font-size: 25px;
    line-height: 30px;
    display: block;
    height: 30px;
    margin-bottom: 20px;
}
.plus i {
    display: inline-block;
    height: 26px;
    position: relative;
    top: -7px;
    font-style: normal;
    color: #000;
    font-weight: bold;
}
.plus .auto,
.plus .chit,
.plus .guarantee, 
.plus .money
{
    display: inline-block;
    border: 3px solid #000;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    background: url("small-ic.png") no-repeat;
}
.plus .auto {
    background-position: -88px 0px;
}
.plus .chit {
    background-position: 0 2px;
}
.plus .guarantee {
    background-position: -129px 2px;
}
.plus .money {
    background-position: -42px 2px;
}
.filter-cont {
    position: absolute;
    width: 590px;
    height: 294px;
    top: 495px;
    right: 0;
    padding: 35px 0 0 40px;
}
.filter-cont:before {
    content: "";
    direction: block;
    width: 66px;
    height: 66px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 6px solid #0da5d0;
    border-left: 6px solid #0da5d0;
    position: absolute;
    top: 0;
    left: 0;
}
.filter-cont:after {
    content: "";
    direction: block;
    width: 66px;
    height: 66px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 6px solid #0da5d0;
    border-bottom: 6px solid #0da5d0;
    position: absolute;
    top: 155px;
    right: 0;
}
.internet {
    width: 100%;
    height: 60px;
    display: block;
    vertical-align: middle;
    color: #fff;
    font-family: "PTSans";
    text-transform: uppercase;
    font-size: 19px;
    background: #0da5d0;
    border: 4px solid #2d7d93;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
}
.button_internet {
    margin-top: 50px;
    text-align: center;
}
.goresult {
    width: 330px;
    height: 60px;
    display: block;
    vertical-align: middle;
    color: #fff;
    font-family: "PTSans";
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    background: #0da5d0;
    border: 4px solid #2d7d93;
    cursor: pointer;
    margin: 52px 0 0 76px;
    line-height: 60px;
}
.goresult:hover {
    background: #01afde;
}
.catalog {
    padding: 80px 0;
}
.catalog h2 {
    font-size: 44px;
    font-family: "PTSans";
    line-height: 53px;
    text-align: center;
}
.catalog h3 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: 35px 0;
}
.condishn-list {
    display: block;
    width: 100%;
    text-align: center;
}
.condishn {
    display: inline-block;
    width: 20.4em;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    padding: 40px 30px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
	vertical-align: top;
}
.condishn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07), 0 0 20px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07), 0 0 20px rgba(0, 0, 0, 0.07);
}
.condishn h3 {
    font-size: 18px;
    font-family: "PTSans";
    line-height: 22px;
    text-align: center;
	height: 45px;
}
.condishn .attachment-thumbnail {
    display: inline-block;
    margin: 25px 0 20px;
    max-width: 100%;
}
.condishn p {
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}
.condishn p strong {
    font-family: "PTSans";
}
.condishn .more {
    font-size: 18px;
    font-family: "PTSans";
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #000;
    color: #2f2f2f;
    margin: 20px auto 30px;
    display: block;
    width: 60%;
    text-align: center;
    cursor: pointer;
    height: 23px;
}
.condishn .price {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    padding-left: 21px;
}
.condishn .price span {
    font-size: 18px;
    line-height: 22px;
}
.condishn .buy {
    display: inline-block;
    width: 130px;
    height: 36px;
    background: #0da5d0;
    color: #fff;
    border: 2px solid #2d7d93;
    font-size: 18px;
    font-family: "PTSans";
    line-height: 37px;
    text-align: center;
    position: absolute;
    right: 45px;
    bottom: 32px;
}
.condishn .buy:hover {
    background: #18AFD9;
}
.full-condishn {
    width: 856px;
    height: 613px;
    border: 7px solid #0da5d0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.condi-left {
    float: left;
    width: 500px;
    height: 599px;
    border-right: 1px solid #c1c1c1;
    padding: 20px 0 0 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.condi-left p {
    font-size: 18px;
    line-height: 22px;
}
.condi-left p strong {
    font-family: "PTSans";
}
.condi-left .photocond {
    width: 270px;
    height: 214px;
    margin: 0 0 20px 0;
}
.condi-left .photocond img {
    max-width: 100%;
    height: auto;
}
.condi-right h2 {
    font-size: 36px;
    font-family: "PTSans";
    line-height: 43px;
    text-align: center;
    margin-bottom: 17px;
}
.condi-right {
    overflow: hidden;
    padding: 140px 0 0 0;
}
.condi-right .price {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.condi-right .note {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 17px;
    margin-top: 20px;
}
.ajax-loader {
    display: none;
}
.about{
	height: 300px;
}
.notfound {
    background: url("bg2.jpg") no-repeat;
    background-position: center top !important;
    background-size: cover;
    width: 100%;
    height: 452px;
	min-width: 1130px;
}
.notfound .wrapper {} .notfound article {
    width: 1100px;
    height: 262px;
    border: 12px solid #fddf1d;
    border-top: none;
    margin: 0 auto;
    padding: 10px;
}
.notfound h2 {
    font-family: "PTSans";
    color: #ffffff;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    padding: 69px 0 0;
    margin-bottom: 29px;
}
.notfound p {
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.montag {
    background: url("bg4.jpg") no-repeat 50% 0px / cover;
    height: 770px;
    padding-top: 25px;
	min-width: 1130px;
}
.montag h2 {
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    font-family: "PTSans";
}
.montag h3 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin: 40px 0 55px;
}
.baz-price {
    display: block;
    width: 926px;
    text-align: center;
    margin: 0 auto;
}
.baz-price li {
    display: inline-block;
    width: 32%;
    margin-bottom: 50px;
}
.montag p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.m-kilovat {
    background: #fff;
    border: 4px solid #fddf1d;
    margin: 0 auto;
    width: 160px;
    height: 64px;
    font-size: 20px;
    font-family: "PTSans";
    line-height: 59px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.m-price {
    width: 160px;
    height: 49px;
    background: #45b6d5;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    line-height: 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.m-kilovat:before,
.m-kilovat:after {
    content: '';
    position: absolute;
    left: 64px;
    bottom: -22px;
    border: 10px solid transparent;
    border-top: 10px solid #fddf1d;
}
.m-kilovat:after {
    border-top: 10px solid white;
    bottom: -17px;
}
.dopjob {
    padding: 120px 0 0 0;
    height: 815px;
    background: #fff;
}
.dopjob h2 {
    font-size: 44px;
    font-family: "PTSans";
    line-height: 53px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 150px;
}
.kvadrat {
    display: block;
    content: "";
    width: 153px;
    height: 153px;
    border: 12px solid #fddf1d;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 189px;
    top: -74px;
    z-index: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.kvadrat-left {
    display: block;
    content: "";
    width: 153px;
    height: 153px;
    border: 12px solid #fddf1d;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 238px;
    top: -74px;
    z-index: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.dop-item {
    width: 160px;
    height: 170px;
    text-align: center;
    position: absolute;
}
.dop-item .di-icon {
    display: block;
    width: 104px;
    height: 104px;
    border: 8px solid #0da5d0;
    background: url(big-icon.png)no-repeat;
    margin: 0 auto 14px;
}
.dop-item .d1 {
    background-position: -439px 15px;
}
.dop-item .d2 {
    background-position: -520px 15px;
}
.dop-item .d3 {
    background-position: -150px 17px;
}
.dop-item .d4 {
    background-position: -245px 18px;
}
.dop-item .d5 {
    background-position: -343px 18px;
}
.dop-item .di-price {} .dop-item p {
    font-size: 18px;
    font-family: "PTSans";
    line-height: 22px;
}
.dop-item1 {
    left: 107px;
    top: 197px;
}
.dop-item2 {
    top: 197px;
    left: 486px;
}
.dop-item3 {
    top: 197px;
    left: 865px;
}
.dop-item4 {
    left: 276px;
    top: 455px;
}
.dop-item5 {
    left: 656px;
    top: 455px;
}
.di-price {
    display: block;
    width: 80px;
    height: 80px;
    background: #fddf1d;
    font-size: 22px;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 24px;
    position: absolute;
    right: -32px;
    top: -60px;
}
.di-price i {
    display: block;
    font-size: 16px;
    line-height: 14px;
}
.ekonom {
    background: url("bg3.jpg") no-repeat center top / cover;
    height: 469px;
	min-width: 1130px;
}
.ekonom article {
    width: 1100px;
    height: 308px;
    border: 12px solid #fddf1d;
    border-top: none;
    margin: 0 auto;
}
.ekonom h2 {
    font-family: "PTSans";
    color: #ffffff;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    padding: 69px 0 0;
    margin-bottom: 29px;
}
.ekonom p {
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.oborudovanie {
    padding: 100px 0 0 0;
    background: #fafafa;
}
.oborudovanie .wrapper {} .oborudovanie h2 {
    font-size: 38px;
    font-family: "PTSans";
    line-height: 46px;
    text-align: center;
    margin-bottom: 90px;
}
.oborudovanie br {} .oborudovanie ul {
    display: block;
    width: 100%;
    text-align: center;
}
.oborudovanie ul li {
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 80px;
}
.oborudovanie ul .ob-icon {
    display: block;
    width: 104px;
    height: 104px;
    border: 8px solid #0da5d0;
    background: url(big-icon.png)no-repeat;
    margin: 0 auto 14px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.oborudovanie ul .ob-icon:hover {
    border: 8px solid #fde233;
    background-color: #fde233;
}
.oborudovanie ul .ob-icon span {
    display: block;
    width: 0;
    height: 0;
    border: 0px solid #0da5d0;
    right: -48px;
    top: -48px;
    background: #0da5d0;
    position: absolute;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.oborudovanie ul .ob-icon:hover span {
    border: 29px solid #0da5d0;
    background: #0da5d0;
}
.oborudovanie ul p {
    font-family: "PTSans";
    font-size: 18px;
    line-height: 22px;
}
.oi1 {
    background-position: 13px -79px !important;
}
.oi2 {
    background-position: -154px -79px !important;
}
.oi3 {
    background-position: -245px -79px !important;
}
.oi4 {
    background-position: -344px -79px !important;
}
.oi5 {
    background-position: -442px -79px !important;
}
.oi6 {
    background-position: -72px -79px !important;
}
.step {
    padding: 120px 0 0 0;
    height: 815px;
    background: #fff;
}
.step .wrapper {} .step h2 {
    font-size: 44px;
    font-family: "PTSans";
    line-height: 53px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 150px;
}
.step h2 span {
    font-size: 74px;
}
.step .dop-item {
    width: 282px;
    height: 170px;
    text-align: center;
    position: absolute;
}
.step .dop-item .di-icon {
    display: block;
    width: 104px;
    height: 104px;
    border: 8px solid #0da5d0;
    background: url("big-icon.png") no-repeat;
    margin: 0 auto 14px;
}
.step .dop-item .d1 {
    background-position: -385px -179px;
}
.step .dop-item .d2 {
    background-position: 7px -179px;
}
.step .dop-item .d3 {
    background-position: -72px -179px;
}
.step .dop-item .d4 {
    background-position: -164px -179px;
}
.step .dop-item .d5 {
    background-position: -276px -179px;
}
.step .dop-item .di-price {} .step .dop-item p {
    font-size: 18px;
    font-family: "PTSans";
    line-height: 22px;
}
.step .dop-item1 {
    left: 43px;
    top: 197px;
}
.step .dop-item2 {
    top: 197px;
    left: 422px;
}
.step .dop-item3 {
    top: 197px;
    left: 801px;
}
.step .dop-item4 {
    left: 212px;
    top: 455px;
}
.step .dop-item5 {
    left: 592px;
    top: 455px;
}
.step .di-price {
    display: block;
    width: 32px;
    height: 32px;
    background: #fddf1d;
    font-family: "PTSans";
    font-size: 20px;
    line-height: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 50px;
    top: 0px;
    padding: 0;
    border-radius: 15px;
}
.step .di-price i {
    display: block;
    font-size: 16px;
    line-height: 14px;
}
.light {
    width: 100%;
    height: 890px;
    background: url("svet.png")no-repeat center 190px;
    margin-top: -890px;
}
.contacts {
    height: 890px;
    background: url("bg5.jpg")no-repeat center 0 / cover;
    padding: 100px 0 0 0;
	min-width: 1130px;
}
.contacts .wrapper {} .contacts h2 {
    font-size: 44px;
    font-family: "PTSans";
    line-height: 53px;
    text-align: center;
    margin-bottom: 50px;
}
.contacts .ibutton {
    text-align: center;
    padding: 0 270px 0 0;
    position: relative;
    margin-bottom: 150px;
}
.contacts h3 {
    font-size: 32px;
    line-height: 38px;
    font-family: "PTSans";
}
.contacts h4 {
    font-size: 24px;
    line-height: 29px;
}
.contacts .open-window {
    display: block;
    width: 254px;
    height: 50px;
    color: #fff;
    background: #0da5d0;
    border: 4px solid #2d7d93;
    font-size: 18px;
    font-family: "PTSans";
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 3px;
    right: 244px;
}
.contacts .open-window a:hover {
    background: #17abd5;
}
.contacts p {
    text-align: center;
    font-size: 20px;
    line-height: 39px;
}
.contacts p b {
    font-family: "PTSans";
}
.hideform {
    width: 100%;
    height: 0px;
    opacity: 0;
}
.footer {
    background: #fff none repeat scroll 0 0;
    border-top: 4px solid #0da5d0;
    height: 106px;
    text-align: center;
    width: 100%;
}
.footer .wrapper {
    background: #fff;
    height: 106px;
    position: relative;
}
.logofoter {
    position: absolute;
    top: 14px;
    left: 0;
    width: 257px;
    height: 60px;
    background: url("logo.png")no-repeat 0 0/contain;
}
.modal-window {
    background: rgba(0, 0, 0, 0.85);
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 9999;
}
.window-container {
    background: #ffffff;
    display: block;
    margin: 10% auto;
    padding: 20px;
    width: 500px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.animation {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.close {
    display: block;
    cursor: pointer;
}
.modal-window2 {
    background: rgba(0, 0, 0, 0.85);
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 9999;
}
.window-container2 {
    background: #ffffff;
    display: block;
    margin: 10% auto;
    padding: 40px 25px 20px;
    width: 500px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.animation2 {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.visible2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.close2 {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url("close.png")no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-window3 {
    background: rgba(0, 0, 0, 0.85);
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 99999999;
}
.window-container3 {
    padding: 50px 0 0 50px;
    position: relative;
    display: block;
    margin: 10% auto;
    padding: 40px 25px 20px;
    width: 514px;
    height: 627px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 10;
}
.animation3 {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.visible3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.close3 {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url("close.png")no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
}
.bl-blue {
    width: 415px;
    height: 525px;
    background: #0da5d0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    padding-top: 174px;
}
.l-sq {
    position: absolute;
    bottom: 11px;
    left: -24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 103px;
    height: 103px;
    background: #fddf1d;
    z-index: -1;
}
.r-sq {
    position: absolute;
    right: 20px;
    top: -9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 103px;
    height: 103px;
    border: 8px solid #fddf1d;
}
.bl-blue h2 {
    font-size: 44px;
    font-family: "PTSans";
    line-height: 53px;
}
.bl-blue p {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
}
.bl-blue span {
    font-size: 16px;
    line-height: 19px;
}
.window-container3 {
    padding: 50px 0 0 50px;
    position: relative;
    display: block;
    margin: 10% auto;
    padding: 40px 25px 20px;
    width: 514px;
    height: 627px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 10;
}
.animation3 {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.visible3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.close3 {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url("close.png")no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
}
.window-container {
    position: relative;
}
.window-container span.close {
    display: block;
    width: 24px;
    height: 24px;
    background: url("controls.png")no-repeat 0 0;
    position: absolute;
    top: 25px;
    right: 25px;
}
.window-container span.close:hover {
    background-position: 0 -24px;
}
.question {
    overflow: hidden;
}
.question .window-container {
    width: 860px;
    padding: 10px;
}
.question .window-container .form_question_view {
    border: 7px solid #0da5d0;
    padding: 90px 25px 32px;
}
.question .window-container h3 {
    font-family: "PTSans";
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.question .window-container h4 {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 145px;
}
.question .window-container b {
    font-size: 16px;
}
.question .window-container span {
    display: block;
}
.q-left {
    width: 49%;
    float: left;
    padding-top: 1px;
}
.q-right {
    width: 49%;
    float: right;
    padding-top: 1px;
}
.q-input {
    width: 100%;
    height: 55px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 0 0 51px;
    font-family: ""PTSans"";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.clientEmail input {
    background: url("mail.png") no-repeat 20px center;
}
textarea {
    background: url("vopros.png") no-repeat 20px 20px;
}
.q-textarea {
    height: 205px;
    width: 100%;
    font-family: ""PTSans"";
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 18px 0 0 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: none;
}
.q-submit {
    font-family: "PTSans";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #0da5d0;
    border: 3px solid #2d7d93;
    height: 50px;
    cursor: pointer;
    width: 300px;
    margin: 40px auto 0;
    display: block;
    font-size: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.q-submit:hover {
    background: #01afde;
}
#callback h3 {
    margin-bottom: 30px;
}
.gorizont-form {
    width: 100%;
    padding-top: 56px;
}
.gorizont-form br {
    display: none;
}
.gorizont-form span {
    margin-right: 10px;
}
.gor-input {
    display: inline-block;
    width: 305px;
    height: 56px;
    border: none;
    font-size: 17px;
    font-family: "PTSans";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 57px;
}
.gor-submit {
    display: inline-block;
    width: 305px;
    height: 58px;
    border: none;
    background: #fddf1d;
    border: 3px solid #c59d22;
    text-align: center;
    font-family: "PTSans";
    font-size: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.gor-submit:hover {
    background: #F4D513;
}
.usual ul {
    text-align: center;
}
.usual ul li {
    display: inline-block;
}
.usual ul li a {
    display: block;
    width: 350px;
    height: 100px;
}
.usual ul li a:hover {
    background-position: center 0px !important;
}
.usual ul li a.tab1 {
    background: url("logo_ballu.png") no-repeat center -100px;
    width: 300px;
}
.usual ul li a.tab2 {
    background: url("logo_roda.png") no-repeat center -100px;
}
.usual ul li a.tab3 {
    background: url("logo_zanussi.png") no-repeat center -100px;
}
.usual ul li a.selected {
    background-position: center 0px !important;
}
.rubles {
    font-size: 18px;
}
.ourContacts {
    margin-top: 30px;
}
.tb {
    -webkit-animation: bottop 2s linear normal none infinite running;
    animation: bottop 2s linear normal none infinite running;
}
.site {
    color: #007fff;
}
.footerPhone {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 235px;
    display: inline-block;
    text-align: center;
}
.rightphones.footerCall {
    padding-top: 25px;
}
.buy_name{
	font-weight: bold;
	text-align: center;
}
.spasibo{
	font-weight: bold;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px;
}
.lenta{
	background: url("lenta.jpg") repeat;
}
.button_uslugi {
	width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
}