@font-face {
    font-family: 'lobster';
    src: url('../font/fonts/lobster-webfont.woff2') format('woff2'), url('..font/fonts/lobster-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
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%;
    font: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style-type: none;
}

body {
    font-family: 'DinPro';
    background-color: #EEF6FA;
}

/* =============== ВСПЛЫВАЮЩИЕ ОКНА ======================= ===================
============================================================ POP-UP============
/////////////////////////////////////////////////////////////////////////////*/
/*заказ звонка верхняя*/
.overlay-zvonokt {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay-zvonokt:target {
    visibility: visible;
    opacity: 1;
}

.popup-zvonokt {
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup-form {
    background: url(../img/slide01.jpg);
    width: 100%;
    min-height: 100%;
}

.wind-zakaz-top {
    padding: 10px 15px 0 15px;
    height: auto;
    width: 336px;
    margin: 0 auto;
    border-radius: 8px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    -moz-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    border: 2px solid #fff;
}

.wind-zakaz-top p {
    text-align: center;
    font-size: 30px;
}

.wind-zakaz-top input {
    padding-left: 30px;
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 35px;
    width: 80%;
    font-size: 16px;
    margin: 0 auto 12px;
    vertical-align: top;
    display: block;
}

.wind-zakaz-top form {
    margin-top: 11px;
}

.wind-zakaz-top input[type="text"] {
    margin-top: 7px;
}

.wind-zakaz-top input:focus {
    outline: 0;
}

.wind-zakaz-top input[type="text"]:nth-child(1) {
    background: url(../img/background/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.wind-zakaz-top input[type="text"]:nth-child(2) {
    background: url(../img/background/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.wind-zakaz-top input[type="text"]:nth-child(4) {
    background: url(../img/background/input-maill.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
    display: none;
}

.wind-zakaz-top input[type="button"] {
    border: none;
    border-bottom: 3px solid #A10000;
    color: #fff;
    cursor: pointer;
    padding: 0;
    font-family: 'DinPro';
    -webkit-box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
    outline: none;
    text-transform: uppercase;
    height: 40px;
    background: #f00;
    font-size: 18px;
    width: 80%;
    margin-top: 12px;
}

.wind-zakaz-top input[type="button"]:focus {
    outline: none;
}

.wind-zakaz-top input[type="button"]:hover {
    background: #A10000;
}

.wind-zakaz-top input[type="button"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 3px;
    height: 47px;
    outline: none;
}

.overlay-zvonokt:target + .popup-zvonokt {
    opacity: 1;
    visibility: visible;
}

.rel-pos {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Кнопка закрытия окна  */
.close {
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: 17px;
    width: 24px;
    border-radius: 15px;
    z-index: 15;
}

.close:before {
    color: #81A2C1;
    content: "X";
    font-size: 22px;
    font-family: arial;
}
/* =============================== END ===============================                      
//////////////////////////////////|||||||||||||\\\\\\\\\\\\\\\\\\\\\\\\\\\\
=============================CONTENS ========== CONTENS ============= CONTENS */
.header {
    width: 100%;
  /*height: 73px;*/ 
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    z-index: 1001;
    border-bottom: 1px solid #0087AA;
    position: fixed;
}

.contain {
    width: 980px;
    margin: 0 auto;
    padding-top: 0;
    clear: both;
    overflow: hidden;
}

.header-cont {
}

.rectangle1 {
    width: 482px;
    height: 77px;
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 3px 0 0 10px;
    font-weight: bold;
    vertical-align: top;
    margin-left: 5px;
    font-family: 'aa_haymakerregular';
    color: #0087AA;
}

.call-him {
    float: right;
    text-align: right;
    line-height: 1.1;
    width: 200px;
}

.call-him span {
    font-weight: bold;
}

.p-register1 {
    font-size: 12px;
    color: #ccc;
}

.number {
    font-size: 24px;
    color: #f00;
    margin-top: 4px;
}

.link-to-modal {
    color: #fff;
    text-decoration: none;
    display: block;
    background: #0596d3; /* Old browsers */
    background: -moz-linear-gradient(top, #0596d3 0%, #0596d3 0%, #023e57 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0596d3 0%,#0596d3 0%,#023e57 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0596d3 0%,#0596d3 0%,#023e57 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0596d3', endColorstr='#023e57',GradientType=0 ); /* IE6-9 */
    height: 30px;
    float: right;
    font-size: 12px;
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 30px;
    box-sizing: border-box;
}
.rc-anchor-light.rc-anchor-normal {
    border: none!important;
}
.fform {
    padding-top: 10px;
    width: 300px;
    height: auto;
    border-radius: 5px; 
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    -moz-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    margin-top: 30px;
    float: right;
}

.fform p:first-child {
    font-size: 22px;
    font-weight: bold;
}

.fform p {
    text-align: center;
    font-size: 20px;
}

.fform input {
    padding-left: 30px;
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    width: 80%;
    margin: 0 auto 8px;
    font-size: 14px;
    display: block;
}

.fform input:focus {
    outline: 0;
}

.fform input[type="text"]:nth-child(1) {
    background: url(../img/background/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    margin-top: 20px;
    border: 1px solid #c6c6c6;
}

.fform input[type="text"]:nth-child(2) {
    background: url(../img/background/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform input[type="text"]:nth-child(4) {
    background: url(../img/background/input-maill.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform input[type="button"] {
    cursor: pointer;
    width: 252px;
    padding: 0;
    height: 40px;
    background: #f00;
    color: #fff;
    font-size: 18px;
    border: none;
    border-bottom: 3px solid #A10000;
    font-family: 'DinPro';
    -webkit-box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
}

textarea {
    height: 60px;
    width: 80%;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px 5px 5px 25px;
    display: block;
    border-top: 1px solid #c6c6c6;
    margin-bottom: 8px;
}

.wind-zakaz-top input[type="button"]:focus {
    outline: none;
}

.fform input[type="button"]:hover {
    background: #a10000;
}

.fform input[type="button"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 3px;
    height: 47px;
}

.how-we-make {
    background: url(../img/background/blik.png) no-repeat top center, url(../img/background/products.png);
    height: 290px;
    width: 100%;
    border-bottom: 4px solid #DDDDDD;
}

.cont-we-make {
    background: url(../img/background/plity.png) no-repeat top 50% left;
    height: 290px;
}

.text-we-make {
    width: 750px;
    float: right;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #0087AA;
}

.text-we-make h1 {
    font-size: 30px;
    font-weight: bold;
}

.size24 {
    font-size: 24px;
}

.size20 {
    font-size: 20px;
}

.text-we-make hr {
    width: 650px;
    background-color: #63C4E8;
    color: #63C4E8;
    border: none;
    border-top: 1px solid #47717A;
    height: 1px;
}

.inline {
    width: 217px;
    display: inline-block;
    vertical-align: top;
}

.pad-15 {
    padding-bottom: 15px;
}

.my-title {
    font-size: 28px;
    text-align: center;
    padding: 15px;
}

.my-title-tab {
    font-size: 35px;
    text-align: center;
}

.blue {
    color: #00BFF2;
}

.certificates {
    width: 980px;
    height: 197px;
    margin-top: 15px;
}

.form {
    background: url(../img/background/form.jpg);
    width: 100%;
    height: 168px;
    margin: 15px 0 15px 0;
    padding-top: 17px;
}

.copy-form {
    display: inline-block;
}

.fform-inline {
    padding: 10px 15px 0 15px;
    height: 130px;
    width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    -moz-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
    box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
}

.fform-inline p {
    text-align: center;
    font-size: 30px;
}

.fform-inline input {
    padding-left: 30px;
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 35px;
    width: 201px;
    font-size: 16px;
    margin-left: 3px;
    vertical-align: top;
}

.fform-inline form {
    margin-top: 11px;
}

.fform-inline input[type="text"] {
    margin-top: 7px;
}

.fform-inline input:focus {
    outline: 0;
}

.fform-inline input[type="text"]:nth-child(1) {
    background: url(../img/background/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform-inline input[type="text"]:nth-child(2) {
    background: url(../img/background/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform-inline input[type="text"]:nth-child(4) {
    background: url(../img/background/input-maill.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform-inline input[type="button"] {
    cursor: pointer;
    width: 220px;
    padding: 0;
    height: 50px;
    background: #00BFF2;
    color: #fff;
    font-size: 20px;
    border: none;
    border-bottom: 3px solid #0099CF;
    font-family: 'DinPro';
    -webkit-box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 40px -11px rgba(0,0,0,0.75);
}

.fform-inline input[type="button"]:hover {
    background: #00D2F2;
}

.fform-inline input[type="button"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 3px;
    height: 47px;
}

.wind-zakaz-top input[type="button"]:focus {
    outline: none;
}

.priminenie {
    background: url(../img/background/priminenie.png) no-repeat top center;
    width: 980px;
    height: 430px;
}

.no {
    width: 465px;
    display: inline-block;
    vertical-align: top;
}

.yes {
    width: 465px;
    display: inline-block;
    vertical-align: top;
}

.title2 {
    text-align: left;
    font-size: 28px;
}

.yes-no li {
    font-size: 18px;
    padding-left: 8px;
}

.yes-no span {
    font-weight: bold;
}

.no li {
    background: url(../img/li-no.png) no-repeat top left;
    list-style: none;
    padding: 0 0 0 45px;
    margin-top: 25px;
}

.yes li {
    background: url(../img/li-yes.png) no-repeat top left;
    list-style: none;
    padding: 0 0 0 45px;
    margin-top: 25px;
}

.n-left {
    float: left;
    text-align: left;
}

.n-right {
    float: right;
    text-align: right;
}

.bold {
    font-weight: bold;
}

.preim {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 10px;
    font-size: 18px;
}

.paragraph {
    width: 840px;
}

td {
    width: 195px;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 5px 0 5px 0;
    font-size: 18px;
}

.table-row td:last-child {
    color: #F3564F;
    border-right: none;
}

.table-row td:nth-child(2) {
    color: #00C5F3;
}

.table-row td:nth-child(1) {
    text-align: left;
    border-left: none;
}

.table-top td {
    font-weight: bold;
    text-align: center;
    border-top: none;
}

table {
}

.table-bottom td {
    border-bottom: none;
}

.black {
    color: #000;
}

.one-rewiv {
    width: 460px;
    margin: 15px 8px 10px 8px;
    display: inline-block;
    vertical-align: top;
}

.text-reviw {
    width: 460px;
    height: 245px;
    background: #00BFF2;
    border-radius: 5px;
    padding: 25px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.text-reviw:after {
    content: "«»";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 210px;
    border-radius: 25px;
    background-color: #464646;
    padding: 5px 0 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.commentator {
    text-align: left;
    padding-left: 8px;
    font-size: 19px;
}

.rewivs {
    padding-top: 15px;
}

.production {
    margin-top: 15px;
    margin: 0 auto;
    display: block;
}

.plan {
    display: inline-block;
    width: 185px;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
}

.inline-footer {
    display: block;
    width: 30%;
    margin-right: 3%;
    float: left;
    color: #fff;
}

.inline-footer img {
    vertical-align: middle;
    padding-bottom: 7px;
}

.footer {
    padding-top: 8px;
    padding-bottom: 8px;
    background: url(../img/background/blik.png) no-repeat top center, url(../img/background/products.png);
}


.walet-feedbackf {
    width: 930px;
    border-radius: 9px;
    position: relative;
    text-align: center;
}

.walet-feedbackf img {
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.walet-feedbackf img:last-child {
    margin-right: 0;
}
/* window */
.walet-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.walet-overlay:target {
    visibility: visible;
    opacity: 1;
}
/* =========== ФОРМА ============= 
================================== */
.walet-popup {
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.walet-feedbackf {
    width: 930px;
    border-radius: 9px;
    position: relative;
    text-align: center;
}

.walet-feedbackf img {
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.walet-overlay:target + .walet-popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* Кнопка закрытия окна  */
.walet-closef {
    line-height: 24px;
    position: absolute;
    right: 48%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: arial;
    top: -16px;
    width: 32px;
    height: 32px;
    margin-top: -1px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: url(../img/close.png);
}

.walet-closef:before {
    color: #747474;
    content: "";
    font-size: 18px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    line-height: 0.5;
    padding-top: -3px;
}

.walet-popup p, .popup div {
    margin-bottom: 10px;
}
/*window*/

.certificates {
    text-align: center;
    height: 220px;
}

.certificates a {
    padding: 5px;
}

a.logo {
    height: 72px;
    width: 214px;
    display: block;
    float: left;
    background: url(../images/logo2.jpg) no-repeat left center;
    background-size: contain;
    margin-top: 0;
    margin-right: 30px;
    padding-left: 70px;
    text-decoration: none;
}

a.logo p {
    text-transform: uppercase;
    color: #0087AA;
    font-size: 12px;
}

h1 {
    font-family: 'aa_haymakerregular';
    color: #f00;
    font-size: 36px;
    display: block;
    text-align: center;
    line-height: 1.4;
}

.nav-menu {
    display: block;
    width: 510px;
    float: left;
}

.nav-menu ul {
    clear: both;
    overflow: hidden;
}

.nav-menu li {
    height: 72px;
    float: left;
    display: block;
    position: relative;
    transition: all 0.2s ease-in;
    z-index: 0;
}

.nav-menu li:hover:before {
    top: 0;
}

.nav-menu li:before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100px;
    background: rgba(0,127,178,0.4);
    transition: all 0.5s ease-in;
    z-index: -1;
}

.nav-menu li a {
    color: #0087AA;
    text-decoration: none;
    display: table-cell;
    height: 72px;
    padding: 0 12px;
    vertical-align: middle;
    text-align: center;
    transition: all 0.5s ease-in;
    text-transform: uppercase;
    width: 100px;
}

.nav-menu li:hover a {
    color: #fff;
}

.slider img {
    display: block;
    width: 100%;
}

.slider-box {
    position: relative;
    padding-top: 73px;
}

.slider-box h1 {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    text-align: center;
    padding: 20px 40px;
    font-size: 36px;
    top: 40px;
}

.fform-box {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    top: 73px;
}

.main-contain {
    padding: 30px 24px;
    background: #fff;
}

.top-services ul {
    text-align: center;
    padding: 20px 0 30px;
   
}

.top-services li {
    width: 30%;
    margin-left: 2%;
    height: 240px;
    background: #e4f3fc;
    margin-bottom: 20px;
    border: 1px solid #cee9fa;
    display: inline-block;
        position: relative;
vertical-align: top;
}

.top-services li:nth-of-type(3n+1) {
    margin-left: 0;
}

.top-services .li-img {
    padding: 12px;
    border-bottom: 1px solid #cee9fa;
}

.top-services .li-img img {
    width: 100%;
    height: auto;
    display: block;
}

.top-services li h3 {
    height: 60px;
    padding: 5px 12px 12px;
    text-align: center;
    text-transform: uppercase;
    display: table;
    width: 100%;
}

.li-text {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
}

.comments {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 30px 30px;
}

.comments li {
    display: inline-block;
   
    background: rgba(244, 244, 242, 1);
    width: 30%;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
    margin-left: 2%;
    vertical-align: top;
}

.comments li:nth-child(3n+1) {
    margin-left: 0;
}

.comments li .photo {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-bottom: 15px;
}

.comments li .photo img {
    display: inline-block;
    width: auto;
    height: 100%;
}

.comment-author a {
    color: #2B587A;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    font-family: Tahoma, Arial;
    margin-bottom: 5px;
    min-height: 24px;
    padding-left: 36px;
    display: inline-block;
    background: url(../images/vk.png) no-repeat left center;
    line-height: 24px;
}

.comment-author a {
    text-decoration: none;
}

.comment-author a:hover {
    text-decoration: underline;
}

.comment-text {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 125%;
    font-family: Lobster,Tahoma, Arial;
    text-align: left;
}

.comment-date {
    font-size: 12px;
    text-align: right;
    color: #999;
}

.favorite {
    background: url(../img/background/blik.png) no-repeat top center, url(../img/background/products.png);
    margin-left: -24px;
    margin-right: -24px;
    padding: 30px 24px 60px;
    overflow: hidden;
    clear: both;
}

.favorite .my-title {
    color: #fff;
}

.favorite .my-title span {
    color: rgb(50, 50, 50);
}

.favorite li {
    display: block;
    width: 29%;
    height: 180px;
    float: left;
    margin: 20px 2% 0;
    background: url(../images/advan_li_bg.png) no-repeat top right;
    overflow: hidden;
    border-radius: 8px;
}

.reasons {
    overflow: hidden;
    clear: both;
    padding: 30px 0;
    position: relative;
}

.left-reasons, .right-reasons {
    width: 25%;
    display: block;
    float: left;
}

.right-reasons {
    float: right;
}

.reasons-img {
    width: 46%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
}

.reasons-img img {
    display: block;
    width: 100%;
}

.reasons p {
    padding: 20px 0;
    text-transform: uppercase;
}

.left-reasons p span, .right-reasons p span {
    width: 26px;
    height: 26px;
    display: inline-block;
    border: 1px dotted #023e57;
    color: #023e57;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    margin-right: 12px;
}

.left-reasons p:first-of-type {
    margin-right: -50%;
    padding-left: 50%;
}

.right-reasons p:first-of-type {
    padding-right: 50%;
    margin-left: -50%;
}

.footer .name {
    width: 30%;
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: 'aa_haymakerregular';
    text-align: center;
    padding-top: 20px;
}

.slide-item {
    position: relative;
}

.slide-content {
    position: absolute;
    top: 30%;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    text-align: center;
    line-height: 1.3;
    padding-right: 325px;
    color: #023e57;
        font-family: 'aa_haymakerregular';
text-transform: uppercase;
font-size: 36px;
text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
}
.advan-icon{
    height: 100px;
    width: 100%;
    }
.advan-icon.icon1{
    background: url(../images/icon01.png) no-repeat center center;
}
.advan-icon.icon2{
    background: url(../images/icon02.png) no-repeat center center;
}
.advan-icon.icon3{
    background: url(../images/icon03.png) no-repeat center center;
}
.advan-text{
    text-align: center;
    padding: 0 20px;
    color: #fff;
}
.map{
    position: relative;
}
.map .fform-box{
    top: 0;
}
.action-text{
    color: #fff;
    text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
        font-family: 'aa_haymakerregular';
        padding: 10px 30px 0;
        line-height: 1.5;
        text-align: center;
        width: 70%;
        display: block;
font-size: 29px;
float: left;
}
.action-text span{
    color: #f00;
}
.action-img{
    width: 30%;
    float: left;
    width: 200px;
    height: 200px;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    min-height: 200px;

}
.action-img img{
    display: block;
    width: 100%;
}
.action-li{
}
.action-li:after{
    content: "АКЦИЯ";
    width: 60px;
    height: 60px;
          -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    top: 5px;
    right: 5px;
    line-height: 60px;
    font-size: 13px;
    position: absolute;
    background: #f00;
        text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);

}
.main-contain-wrap{
    position: relative;
}
.vk{
    width: 154px;
    background: url(../images/vk_36.jpg) no-repeat 5px center #2a5885;
    position: fixed;
    right: -108px;
    display: block;
    top: 50%;
    color: #fff;
    padding-left: 48px;
    line-height:36px;
    height: 36px;
    -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
text-transform: uppercase;
transition: all .4s ease-in;
font-size: 12px;
text-decoration: none;
}
.vk:hover{
   right: 0;
}
.header .tel a {
    color: #2c3e50;
    font-size: 26px;
    text-decoration: none;
}
.tel-comment {
    font-size: 12px;
    color: #999;
}
.tel-comment:before {
    content: "(↑";
}
.header .tel a:hover {
    color: #A10000;
}