/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 21.11.14 e
Num:      810
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");

/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Verdana, sans-serif;
}

a {
    color: #05C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0 0 0.67em;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
.green {
    color: #009a22;
}

.red {
    color: #f24841;
}

.blue {
    color: #0080a8;
}

.gray {
    color: #4d4d4d;
}

/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

.f-25 {
    font-size: 25px;
    font-size: 2.5rem;
}

/*end fonts*/
/*forms fields*/
.field {
    background: #f4f4f4;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: #4d4d4d;
    font-style: normal;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #4d4d4d;
    font-style: normal;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #4d4d4d;
    font-style: normal;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #4d4d4d;
    font-style: normal;
}

.field.placeholder {
    color: #4d4d4d;
    font-style: normal;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- buttons ------------------------------------*/
.btn_1 {
    background-color: #f4f4f4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDcxOWIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
    background-image: -moz-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
    background-image: -o-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
    background-image: linear-gradient(to top, #00719b 0%, #00c5e4 100%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    border: 1px solid #00a08c;
    border-radius: 7px;
    background-clip: padding-box;
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.btn_2 {
    background-color: #fca67f;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjhkMjkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY4ZDI5IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYzMjMiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(bottom, #ff8d29 0%, #ff8d29 0.24%, #fff323 100%);
    background-image: -moz-linear-gradient(bottom, #ff8d29 0%, #ff8d29 0.24%, #fff323 100%);
    background-image: -o-linear-gradient(bottom, #ff8d29 0%, #ff8d29 0.24%, #fff323 100%);
    background-image: linear-gradient(to top, #ff8d29 0%, #ff8d29 0.24%, #fff323 100%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    border: 1px solid #fff821;
    display: inline-block;
    height: 41px;
    padding: 0 5px;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 1, 1, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_3 {
    background-color: #f4f4f4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGE5NGMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3YmJhZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: -moz-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: -o-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: linear-gradient(to top, #00a94c 0%, #27bbad 100%);
    border: 1px solid #00a08c;
    border-radius: 13px;
    display: inline-block;
    height: 78px;
    padding: 0 40px;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    line-height: 78px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn_4 {
    background-color: #f4f4f4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGE5NGMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3YmJhZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: -moz-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: -o-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: linear-gradient(to top, #00a94c 0%, #27bbad 100%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #00a08c;
    border-radius: 14px;
    display: inline-block;
    height: 85px;
    padding: 0 85px;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    line-height: 85px;
    text-decoration: none;
    text-transform: uppercase;
}

/*---------------------- end buttons ------------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    background: url("../images/pic2.gif");
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    width: 960px;
    margin: 0 auto 154px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 139px 0 0;
    position: relative;
}

.logo {
    background: url("../images/pic1.png") no-repeat;
    width: 255px;
    height: 62px;
    position: absolute;
    top: 32px;
    left: 0;
}

.logo .link {
    display: block;
    width: 255px;
    height: 62px;
}

.contacts {
    background: url("../images/pic3.png") no-repeat;
    min-height: 44px;
    padding-left: 40px;
    position: absolute;
    top: 47px;
    right: 0;
}
.contacts1 {
    
    min-height: 30px;
    padding-left: 40px;
    position: absolute;
    top: 87px;
    right: 0;
}

.contacts .number {
    margin-bottom: 6px;
    color: #494949;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.contacts .email {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

.contacts .email .link {
    color: #009a22;
    text-decoration: none;
}

.contacts .email .link:hover {
    text-decoration: underline;
}

.callback {
    position: absolute;
    top: 44px;
    left: 335px;
}

.callback .btn {
    background-color: #818181;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGE5NGMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3YmJhZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: -moz-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: -o-linear-gradient(bottom, #00a94c 0%, #27bbad 100%);
    background-image: linear-gradient(to top, #00a94c 0%, #27bbad 100%);
    border: 1px solid #00a08c;
    border-radius: 7px;
    display: inline-block;
    height: 47px;
    padding: 0 24px 0 64px;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 47px;
    text-decoration: none;
    text-transform: uppercase;
}

.callback .btn:before {
    content: '';
    background: url("../images/pic4.png") no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 9px;
    left: 16px;
}

.promo {
    height: 604px;
    position: relative;
    z-index: 1;
}

.promo> .item {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -2;
}

.promo> .item .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo> .item:before {
    content: '';
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.promo .form {
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    width: 279px;
    padding: 0 28px 32px;
    position: absolute;
    top: 68px;
    right: 0;
    z-index: 1;
}

.promo .form .caption {
    background-color: #00759f;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDc1OWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #00759f, #00c5e5);
    background-image: -moz-linear-gradient(top, #00759f, #00c5e5);
    background-image: -o-linear-gradient(top, #00759f, #00c5e5);
    background-image: linear-gradient(to bottom, #00759f, #00c5e5);
    border-radius: 7px 7px 0 0;
    margin: 0 -28px 22px;
    padding: 22px 20px 18px;
    text-align: center;
}

.promo .form .caption .text_1 {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.promo .form .caption .text_2 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.promo .form .btn_1 {
    width: 100%;
}

.promo .form .field {
    width: 100%;
    text-align: center;
}

.promo .form .captcha {
    width: 100%;
}

.promo .form p {
    margin-bottom: 8px;
}

.promo .spec_offer {
    background-color: rgba(18, 18, 18, 0.5);
    border-radius: 7px;
    padding: 32px 45px 25px;
    position: absolute;
    top: 110px;
    left: 0;
    right: 330px;
    z-index: -1;
}

.promo .spec_offer .btns {
    display: none;
}

.promo .spec_offer .text_1 {
    margin-bottom: 12px;
    color: #f4f4f4;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 1, 1, 0.44);
}

.promo .spec_offer .text_2 {
    margin-bottom: 12px;
    color: #fff323;
    font-size: 55px;
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 1, 1, 0.44);
}

.promo .spec_offer .text_3 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 1, 1, 0.44);
}

.promo .leaves_1 {
    width: 960px;
    height: 604px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.promo .leaves_1:before {
    content: '';
    background: url("../images/pic60.png") no-repeat;
    width: 1061px;
    height: 495px;
    position: absolute;
    top: 175px;
    left: -480px;
}

.promo .leaves_2 {
    width: 960px;
    height: 604px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.promo .leaves_2:before {
    content: '';
    background: url("../images/pic61.png") no-repeat;
    width: 446px;
    height: 423px;
    position: absolute;
    top: -38px;
    right: -480px;
}

.promo .leaves_3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.promo .leaves_3:before {
    content: '';
    background: url("../images/pic62.png") no-repeat;
    width: 351px;
    height: 249px;
    position: absolute;
    top: -50px;
    left: -210px;
}

.counter {
    text-align: center;
}

.counter .item {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.counter .item:before {
    content: '';
    background: url("../images/pic11.png") no-repeat;
    width: 8px;
    height: 28px;
    position: absolute;
    top: 29px;
    left: -16px;
}

.counter .item:first-child:before {
    display: none;
}

.counter .number {
    background-color: #f4f4f4;
    border: 1px solid #838383;
    border-radius: 13px;
    -webkit-box-shadow: inset 1px 2px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: inset 1px 2px 5px rgba(0, 1, 1, .75);
    box-shadow: inset 1px 2px 5px rgba(0, 1, 1, .75);
    display: block;
    width: 79px;
    height: 78px;
    margin-bottom: 8px;
    color: #004a3d;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 78px;
    font-weight: normal;
}

.counter .unit {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.75);
}

.services {
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjhiYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -moz-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -o-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: linear-gradient(to right, #17ad72, #28bbae, #17ad72);
    height: 76px;
    position: relative;
}

.services .list .item {
    float: left;
    width: 25%;
    font-size: 15px;
    font-size: 1.5rem;
}

.services .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 65px;
}

.services .fig {
    border-right: 1px solid #58c59f;
    width: 54px;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
}

.services .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services .link {
    display: table;
    width: 100%;
    height: 76px;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.services:before {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YWQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #009a22, #17ad72);
    background-image: -moz-linear-gradient(left, #009a22, #17ad72);
    background-image: -o-linear-gradient(left, #009a22, #17ad72);
    background-image: linear-gradient(to right, #009a22, #17ad72);
    position: absolute;
    right: 100%;
    left: -1000em;
    top: 0;
    bottom: 0;
}

.services:after {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #17ad72, #009a22);
    background-image: -moz-linear-gradient(left, #17ad72, #009a22);
    background-image: -o-linear-gradient(left, #17ad72, #009a22);
    background-image: linear-gradient(to right, #17ad72, #009a22);
    position: absolute;
    left: 100%;
    right: -1000em;
    top: 0;
    bottom: 0;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    position: relative;
}

.content:before,
.content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

.captcha {
    display: inline-block;
    padding-left: 99px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #f4f4f4;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    width: 88px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.advantages_box {
    padding-bottom: 35px;
}

.advantages_box .h1 {
    margin: 0;
    padding: 50px;
    color: #009a22;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.advantages_box> .in {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.advantages_box> .in:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: -1000em;
    bottom: 0;
    right: -1000em;
    z-index: -1;
}

.advantages_list {
    margin: -30px 0 0 -35px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.advantages_list x:-o-prefocus,
.advantages_list {
    word-spacing: -0.3em;
}

.advantages_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.advantages_list .item {
    max-width: 216px;
    margin: 30px 0 0 35px;
    text-align: center;
}

.advantages_list .fig {
    border-bottom: 1px solid #badbd7;
    max-width: 216px;
    height: 105px;
    margin: 0 auto 13px;
    position: relative;
}

.advantages_list .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.advantages_list .title {
    margin-bottom: 15px;
    color: #009a22;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.advantages_list .text {
    color: #4d4d4d;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
}

.services_box {
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
}

.services_box .h1 {
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjhiYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -moz-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -o-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: linear-gradient(to right, #17ad72, #28bbae, #17ad72);
    height: 99px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 60px;
    font-size: 6rem;
    line-height: 99px;
    text-align: center;
    text-transform: uppercase;
}

.services_box .h1:before {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YWQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #009a22, #17ad72);
    background-image: -moz-linear-gradient(left, #009a22, #17ad72);
    background-image: -o-linear-gradient(left, #009a22, #17ad72);
    background-image: linear-gradient(to right, #009a22, #17ad72);
    position: absolute;
    right: 100%;
    left: -1000em;
    top: 0;
    bottom: 0;
}

.services_box .h1:after {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #17ad72, #009a22);
    background-image: -moz-linear-gradient(left, #17ad72, #009a22);
    background-image: -o-linear-gradient(left, #17ad72, #009a22);
    background-image: linear-gradient(to right, #17ad72, #009a22);
    position: absolute;
    left: 100%;
    right: -1000em;
    top: 0;
    bottom: 0;
}

.services_box:before {
    content: '';
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    width: 100vw;
    margin: auto;
    position: absolute;
    top: 99px;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -2;
}

.services_box:after {
    content: '';
    background: url("../images/pic19.jpg") no-repeat 50% 0;
    background-size: auto 100%;
    position: absolute;
    top: 99px;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -3;
}

.services_box .scene {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.services_box .bubbles_1 {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    z-index: -1;
}

.services_box .bubbles_1:before {
    content: '';
    background: url("../images/pic20.png") no-repeat 50% 100%;
    width: 1526px;
    height: 542px;
    position: absolute;
    bottom: -45px;
    left: -172px;
}

.services_box .bubbles_2 {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    z-index: -1;
}

.services_box .bubbles_2:before {
    content: '';
    background: url("../images/pic21.png") no-repeat 50% 100%;
    width: 1171px;
    height: 374px;
    position: absolute;
    top: 106px;
    left: -481px;
}

.services_box .bubbles_3 {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    z-index: -1;
}

.services_box .bubbles_3:before {
    content: '';
    background: url("../images/pic22.png") no-repeat 50% 100%;
    width: 407px;
    height: 364px;
    position: absolute;
    top: 78px;
    right: -461px;
}

.services_box .cols:before,
.services_box .cols:after {
    content: "";
    display: table;
}

.services_box .cols:after {
    clear: both;
}

.services_box .cols .col_1 {
    background-color: #00b599;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3YmI4NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #009a22 0%, #27bb87 100%);
    background-image: -moz-linear-gradient(bottom, #009a22 0%, #27bb87 100%);
    background-image: -o-linear-gradient(bottom, #009a22 0%, #27bb87 100%);
    background-image: linear-gradient(to top, #009a22 0%, #27bb87 100%);
    border-radius: 7px;
    float: left;
    width: 31.3333%;
    padding: 0 16px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services_box .cols .col_2 {
    background-color: #00aad2;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGQzZDEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTk2MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #00d3d1 0%, #009962 100%);
    background-image: -moz-linear-gradient(top, #00d3d1 0%, #009962 100%);
    background-image: -o-linear-gradient(top, #00d3d1 0%, #009962 100%);
    background-image: linear-gradient(to bottom, #00d3d1 0%, #009962 100%);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    border-radius: 7px;
    float: left;
    width: 31.3333%;
    margin-left: 3%;
    padding: 0 6px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services_box .cols .col_3 {
    background-color: #4558a4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGM2ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzA5YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #00c6e5 0%, #00709a 100%);
    background-image: -moz-linear-gradient(top, #00c6e5 0%, #00709a 100%);
    background-image: -o-linear-gradient(top, #00c6e5 0%, #00709a 100%);
    background-image: linear-gradient(to bottom, #00c6e5 0%, #00709a 100%);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    border-radius: 7px;
    float: left;
    width: 31.3333%;
    margin-left: 3%;
    padding: 0 6px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services_box .cols .caption {
    display: table;
    width: 100%;
    height: 88px;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
}

.services_box .cols .caption .in {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.services_box .cols .ico {
    margin: auto;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    text-align: center;
}

.services_box .cols .ico .img {
    vertical-align: top;
}

.services_box .cols .title {
    float: left;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
}

.services_box .cols .title .link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.services_box .cols .title .link:hover {
    border: 0;
    text-decoration: none;
}

.services_box .cols .title_2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    text-transform: uppercase;
}

.services_box .cols .price {
    float: right;
    padding-top: 2px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
}

.services_box .cols .fig {
    background: url("../images/pic69.png") no-repeat;
    width: 266px;
    height: 113px;
    margin-bottom: 3px;
    text-align: center;
    margin: 0 auto;
}

.services_box .cols .fig.no-frame {
    background: none;
    width: auto;
    height: auto;
}

.services_box .cols .fig .img {
    max-width: 100%;
    vertical-align: top;
}

.services_box .cols .cols_list {
    position: relative;
    z-index: 2;
}

.services_box .cols .cols_list .item {
    margin-top: 20px;
    position: relative;
}

.services_box .cols .cols_list .item:first-child {
    margin: 0;
}

.services_box .cols .btn_2 {
    width: 100%;
}

.causes_box {
    padding-bottom: 38px;
    position: relative;
    z-index: 1;
}

.causes_box .h1 {
    margin: 0;
    padding: 50px 0 60px;
    text-align: center;
    text-transform: uppercase;
}

.causes_box .h1 .text_1 {
    margin-bottom: 30px;
    color: #009a22;
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.2;
}

.causes_box .h1 .text_2 {
    color: #009a22;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1;
}

.causes_box .in {
    padding: 45px 0 60px;
    position: relative;
    z-index: 1;
}

.causes_box .in:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.causes_table {
    border: 1px solid #c5c5c5;
    width: 100%;
    table-layout: fixed;
}

.causes_table th {
    border: 1px solid #c5c5c5;
    padding: 20px 60px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: middle;
}

.causes_table td {
    border: 1px solid #c5c5c5;
    padding: 16px;
    text-align: left;
    vertical-align: middle;
}

.causes_table .good {
    background: url("../images/pic32.png") no-repeat;
    display: inline-block;
    min-height: 27px;
    padding-left: 45px;
    color: #4d4d4d;
    font-size: 14px;
    font-size: 1.4rem;
}

.causes_table .bad {
    background: url("../images/pic33.png") no-repeat;
    display: inline-block;
    min-height: 27px;
    padding-left: 45px;
    color: #4d4d4d;
    font-size: 14px;
    font-size: 1.4rem;
}

.causes_table .title {
    color: #009a22;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.sales_box .h1 {
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjhiYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -moz-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -o-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: linear-gradient(to right, #17ad72, #28bbae, #17ad72);
    height: 99px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 60px;
    font-size: 6rem;
    line-height: 99px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.sales_box .h1:before {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YWQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #009a22, #17ad72);
    background-image: -moz-linear-gradient(left, #009a22, #17ad72);
    background-image: -o-linear-gradient(left, #009a22, #17ad72);
    background-image: linear-gradient(to right, #009a22, #17ad72);
    position: absolute;
    right: 100%;
    left: -1000em;
    top: 0;
    bottom: 0;
}

.sales_box .h1:after {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #17ad72, #009a22);
    background-image: -moz-linear-gradient(left, #17ad72, #009a22);
    background-image: -o-linear-gradient(left, #17ad72, #009a22);
    background-image: linear-gradient(to right, #17ad72, #009a22);
    position: absolute;
    left: 100%;
    right: -1000em;
    top: 0;
    bottom: 0;
}

.sales_box .text_1 {
    margin-bottom: 13px;
    color: #fff324;
    font-size: 97px;
    font-size: 9.7rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.75);
    text-transform: uppercase;
}

.sales_box .text_2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 52px;
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.75);
    text-transform: uppercase;
}

.sales_box .counter {
    margin-right: 26px;
}

.sales_box .in {
    height: 405px;
    padding: 85px 0 0;
    position: relative;
    z-index: 1;
    text-align: right;
}

.sales_box .in:before {
    content: '';
    background: url("../images/pic66.jpg") repeat-x 50% 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -2;
}

.sales_box .in:after {
    content: '';
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    width: 100vw;
    margin: auto;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.sales_box .in .shadow_bottom,
.sales_box .in .shadow_top,
.sales_box .in .shadow_right {
    background: #000;
    height: 60px;
    opacity: .32;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    z-index: -1;
}

.sales_box .in .shadow_bottom {
    height: 64px;
    top: auto;
    bottom: 0;
}

.sales_box .in .shadow_right {
    height: auto;
    margin-left: 167px;
    top: 60px;
    bottom: 64px;
    left: 100%;
    right: -1000em;
}

.sales_box .in .brush {
    position: absolute;
    width: 627px;
    height: 366px;
    top: 60px;
    left: 500px;
    z-index: -1;
    -webkit-transition: all 6s ease;
    -moz-transition: all 6s ease;
    transition: all 6s ease;
}

.sales_box .context {

    float: right;
    width: 0;
    margin-right: -170px;
    padding-right: 170px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 6s ease;
    -moz-transition: all 6s ease;
    transition: all 6s ease;
}

.sales_box .context .in2 {
    width: 960px;
}

.sales_box.animate .context {
    width: 960px;

}

.sales_box.animate .in  .brush {
    left: -600px;
}

.sales_box .in .brush .tool {
    background: url("../images/pic67.png") no-repeat;
    width: 660px;
    height: 429px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sales_box .in .brush:after {
    content: '';
    
    height: 54px;
    position: absolute;
    top: 159px;
    left: -1000em;
    right: 0;
}

.sales_box .in .brush:before {
    content: '';
    background: rgba(0, 0, 0, 0.32);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: 0;
}

.how_we_work_box {
    padding-bottom: 36px;
    position: relative;
    z-index: 1;
}

.how_we_work_box .h1 {
    margin: 0 0 35px;
    padding: 46px 0;
    color: #009a22;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.how_we_work_box .in {
    background: url("../images/pic35.jpg") no-repeat 50% 50%;
    height: 775px;
    margin: auto;
    position: relative;
}

.how_we_work_box .in:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.how_we_work_box .in .item {
    position: absolute;


}



.how_we_work_box .in .item .title {
    margin-bottom: 3px;
    color: #009a22;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 1s ease .3s;
    -moz-transition: all 1s ease .3s;
    transition: all 1s ease .3s;
}

.how_we_work_box .in .item .text {
    color: #4d4d4d;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.3;

    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 1s ease .3s;
    -moz-transition: all 1s ease .3s;
    transition: all 1s ease .3s;
}

.how_we_work_box .in .item.animateIn .title, .how_we_work_box .in .item.animateIn .text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.how_we_work_box .in .item_1 {
    top: 110px;
    right: 705px;
    text-align: right;
}

.how_we_work_box .in .item_1:before {
    content: '';
    background: url("../images/pic70.png") no-repeat;
    width: 51px;
    height: 166px;
    position: absolute;
    bottom: -174px;
    left: 157px;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}

.how_we_work_box .in .item_1.animateIn:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.how_we_work_box .in .item_2 {
    top: 125px;
    left: 690px;
    text-align: left;
}

.how_we_work_box .in .item_2:before {
    content: '';
    background: url("../images/pic71.png") no-repeat;
    width: 330px;
    height: 57px;
    position: absolute;
    top: -57px;
    left: -386px;

    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}

.how_we_work_box .in .item_2.animateIn:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.how_we_work_box .in .item_3 {
    top: 570px;
    left: 705px;
    text-align: left;
}

.how_we_work_box .in .item_3:before {
    content: '';
    background: url("../images/pic72.png") no-repeat;
    width: 51px;
    height: 321px;
    position: absolute;
    top: -339px;
    left: 58px;

    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.how_we_work_box .in .item_3.animateIn:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.how_we_work_box .in .item_4 {

    top: 570px;
    right: 703px;
    text-align: right;
}

.how_we_work_box .in .item_4:before {
    content: '';
    background: url("../images/pic73.png") no-repeat;
    width: 330px;
    height: 59px;
    position: absolute;
    bottom: -39px;
    left: 310px;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.how_we_work_box .in .item_4.animateIn:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.results_box {
    padding: 0 0 47px;
    position: relative;
    z-index: 1;
}

.results_box:before {
    content: '';
    background: url("../images/pic43.jpg") no-repeat 50% 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -2;
}

.results_box:after {
    content: '';
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.results_box .h1 {
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjhiYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -moz-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -o-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: linear-gradient(to right, #17ad72, #28bbae, #17ad72);
    padding: 22px 0;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.results_box .h1:before {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YWQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #009a22, #17ad72);
    background-image: -moz-linear-gradient(left, #009a22, #17ad72);
    background-image: -o-linear-gradient(left, #009a22, #17ad72);
    background-image: linear-gradient(to right, #009a22, #17ad72);
    position: absolute;
    right: 100%;
    left: -1000em;
    top: 0;
    bottom: 0;
}

.results_box .h1:after {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #17ad72, #009a22);
    background-image: -moz-linear-gradient(left, #17ad72, #009a22);
    background-image: -o-linear-gradient(left, #17ad72, #009a22);
    background-image: linear-gradient(to right, #17ad72, #009a22);
    position: absolute;
    left: 100%;
    right: -1000em;
    top: 0;
    bottom: 0;
}

.results_box .text_1 {
    margin-bottom: 10px;
    font-size: 60px;
    font-size: 6rem;
}

.results_box .text_2 {
    font-size: 50px;
    font-size: 5rem;
}

.results_list {
    background-color: rgba(18, 18, 18, 0.5);
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 12px 0;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.results_list x:-o-prefocus,
.results_list {
    word-spacing: -0.3em;
}

.results_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.results_list .item {
    height: 90px;
    padding: 12px 12px 12px 119px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.results_list .item_1 {
    width: 312px;
}

.results_list .item_2 {
    border-left: 2px solid #fff;
    width: 382px;
}

.results_list .item_3 {
    border-left: 2px solid #fff;
    width: 257px;
}

.results_list .fig {
    width: 110px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
}

.results_list .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.results_list .title {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.75);
}

.results_list .text {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.75);
}

.results_carousel {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    border-radius: 7px;
    padding: 30px 30px 34px;
    position: relative;
}

.results_carousel:before {
    content: '';
    background: url("../images/pic42.png") no-repeat;
    width: 341px;
    height: 222px;
    position: absolute;
    bottom: -105px;
    right: -270px;
    z-index: -1;
}

.results_carousel .caption {
    background-color: #00b599;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3YmI4NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #009a22 0%, #27bb87 100%);
    background-image: -moz-linear-gradient(bottom, #009a22 0%, #27bb87 100%);
    background-image: -o-linear-gradient(bottom, #009a22 0%, #27bb87 100%);
    background-image: linear-gradient(to top, #009a22 0%, #27bb87 100%);
    border-radius: 7px;
    height: 100px;
    margin: 0 -30px 30px;
    color: #fff;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
}

.results_carousel .in {
    overflow: hidden;
    position: relative;
}

.results_carousel .list {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.results_carousel .list:before,
.results_carousel .list:after {
    display: none;
}

.results_carousel .list .item {
    display: table-cell;
    width: 438px;
    padding-right: 23px;
    vertical-align: top;
}

.results_carousel .list .item:before,
.results_carousel .list .item:after {
    display: none;
}

.results_carousel .img {
    border-radius: 7px;
    max-width: 100%;
    vertical-align: top;
}

.results_carousel .prev,
.results_carousel .next {
    background: url("../images/pic44.png") no-repeat 50% 50%;
    width: 70px;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: -70px;
}

.results_carousel .next {
    background-image: url("../images/pic45.png");
    left: auto;
    right: -70px;
}

.carousel_5 {
    position: relative;
}

.carousel_5 .in {
    overflow: hidden;
    position: relative;
}

.carousel_5 .main_list {
    display: table;
    width: 100%;
    table-layout: fixed;

}

.carousel_5 .main_list> .item {
    display: table-cell;
    width: 960px;
    vertical-align: top;
}

.carousel_5 .main_list> .item:before,
.carousel_5 .main_list> .item:after,
.carousel_5 .main_list:before,
.carousel_5 .main_list:after {
    display: none;
}

.b2b_box {
    padding-bottom: 36px;
    position: relative;
    z-index: 1;
}

.b2b_box .caption {
    padding: 35px 0 35px 20px;
    color: #00accf;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.b2b_box .in {
    padding: 28px 0;
    position: relative;
    z-index: 1;
}

.b2b_box .in:before,
.b2b_box .in:after {
    content: "";
    display: table;
}

.b2b_box .in:after {
    clear: both;
}

.b2b_box .in:before {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.b2b_box .fig {
    float: left;
    top: 142px;
    left: -28px;
    position: relative;
    z-index: 2;
}

.b2b_box .context {
    float: left;
    width: 480px;
}

.b2b_clients {
    margin-bottom: 30px;
    text-align: center;
}

.b2b_clients .item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

.b2b_clients .item:first-child {
    margin-left: 0;
}

.b2b_info {
    margin-bottom: 30px;
    color: #4d4d4d;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
}

.b2b_contacts {
    background: #f9f9f9;
    padding: 26px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.b2b_contacts:before {
    content: '';
    background: url("../images/pic50.png") repeat-y;
    border-radius: 0 7px 7px 0;
    width: 960px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.b2b_contacts .number {
    margin-bottom: 14px;
    color: #009a22;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
}

.b2b_contacts .name {
    color: #4d4d4d;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
}

.reviews_box {
    position: relative;
    z-index: 1;
}

.reviews_box .caption {
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjhiYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -moz-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -o-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: linear-gradient(to right, #17ad72, #28bbae, #17ad72);
    padding: 22px 0;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.reviews_box .caption:before {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YWQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #009a22, #17ad72);
    background-image: -moz-linear-gradient(left, #009a22, #17ad72);
    background-image: -o-linear-gradient(left, #009a22, #17ad72);
    background-image: linear-gradient(to right, #009a22, #17ad72);
    position: absolute;
    right: 100%;
    left: -1000em;
    top: 0;
    bottom: 0;
}

.reviews_box .caption:after {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #17ad72, #009a22);
    background-image: -moz-linear-gradient(left, #17ad72, #009a22);
    background-image: -o-linear-gradient(left, #17ad72, #009a22);
    background-image: linear-gradient(to right, #17ad72, #009a22);
    position: absolute;
    left: 100%;
    right: -1000em;
    top: 0;
    bottom: 0;
}

.reviews_box .caption .text_1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.reviews_box .caption .text_2 {
    color: #fff;
    font-size: 55px;
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1;
}

.reviews_box> .in {
    padding: 62px 0 55px;
    position: relative;
    z-index: 1;
}

.reviews_box> .in:before {
    content: '';
    background: url("../images/pic53.jpg") no-repeat 50% 0;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -2;
}

.reviews_box> .in:after {
    content: '';
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: inset 0px 0px 5px rgba(0, 1, 1, .75);
    width: 100vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.reviews_box .btns {
    text-align: center;
}

.reviews_carousel {
    margin-bottom: 35px;
    position: relative;
}

.reviews_carousel .in {
    margin: -46px;
    padding: 46px;
    position: relative;
}

.reviews_carousel .list {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.reviews_carousel .list:before,
.reviews_carousel .list:after {
    display: none;
}

.reviews_carousel .list .item {
    display: table-cell;
    width: 960px;
    padding-right: 140px;
    vertical-align: top;
}

.reviews_carousel .list .item.active .review_item,
.reviews_carousel .list .item.new .review_item {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.reviews_carousel .list .item.active .review_item + .review_item,
.reviews_carousel .list .item.new .review_item + .review_item {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.reviews_carousel .list .item.new .review_item {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.reviews_carousel .list .item.old .review_item {
    opacity: 0;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.reviews_carousel .list .item.old .review_item + .review_item {
    opacity: 0;
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.reviews_carousel .prev,
.reviews_carousel .next {
    background: url("../images/pic44.png") no-repeat 50% 50%;
    width: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -65px;
    z-index: 2;
}

.reviews_carousel .next {
    background-image: url("../images/pic45.png");
    left: auto;
    right: -65px;
}

.reviews_carousel .review_item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 46px rgba(0, 1, 1, .53);
    -moz-box-shadow: 0px 0px 46px rgba(0, 1, 1, .53);
    box-shadow: 0px 0px 46px rgba(0, 1, 1, .53);
    border-radius: 7px;
    padding: 45px 75px;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}

.reviews_carousel .review_item:before,
.reviews_carousel .review_item:after {
    content: "";
    display: table;
}

.reviews_carousel .review_item:after {
    clear: both;
}

.reviews_carousel .review_item:before {
    content: '';
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

.reviews_carousel .review_item + .review_item {
    margin-top: 30px;
    opacity: 0;
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

.reviews_carousel .review_item + .review_item .side {
    float: right;
    padding: 0 0 0 40px;
}

.reviews_carousel .side {
    float: left;
    width: 330px;
    padding-right: 40px;
}

.reviews_carousel .fig {
    max-width: 100%;
    margin-bottom: 22px;
}

.reviews_carousel .fig .img {
    vertical-align: top;
}

.reviews_carousel .name {
    margin-bottom: 7px;
    color: #383838;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.2;
}

.reviews_carousel .date {
    color: #383838;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1;
}

.reviews_carousel .context {
    overflow: hidden;
}

.reviews_carousel .title {
    margin-bottom: 30px;
    color: #383838;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.2;
}

.reviews_carousel .text {
    color: #383838;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.2;
}

.reviews_carousel .text p {
    margin: 0;
}

.reviews_carousel .text p + p {
    margin-top: 20px;
}

.question_box {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.question_box .btn {
    display: none;
}

.question_box .in {
    height: 505px;
    position: relative;
    z-index: 1;
}

.question_box .in:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -2;
}

.question_box .in:after {
    content: '';
    background: url("../images/pic56.png") no-repeat;
    width: 323px;
    height: 418px;
    position: absolute;
    top: 50px;
    left: 320px;
    z-index: -1;
}

.question_box .title {
    width: 420px;
    position: absolute;
    top: 162px;
    color: #009a22;
    font-size: 58px;
    font-size: 5.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.question_box .form {
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    width: 279px;
    padding: 0 28px 32px;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 1;
}

.question_box .form .caption {
    background-color: #00759f;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDc1OWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #00759f, #00c5e5);
    background-image: -moz-linear-gradient(top, #00759f, #00c5e5);
    background-image: -o-linear-gradient(top, #00759f, #00c5e5);
    background-image: linear-gradient(to bottom, #00759f, #00c5e5);
    border-radius: 7px 7px 0 0;
    margin: 0 -28px 22px;
    padding: 22px 20px 18px;
    text-align: center;
}

.question_box .form .caption .text_1 {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.question_box .form .caption .text_2 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.question_box .form .btn_1 {
    width: 100%;
}

.question_box .form .field {
    width: 100%;
    text-align: center;
}

.question_box .form .captcha {
    width: 100%;
}

.question_box .form p {
    margin-bottom: 8px;
}

.list_1 .item {
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
}

.list_1 .item:first-child {
    margin: 0;
}

.list_1 .item:before {
    content: '';
    background: #009c00;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 0;
}

.hide {
    display: none!important;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
}

.modal__bg {
    background: #0e0f11;
    zoom: 1;
    filter: alpha(opacity=21);
    opacity: 0.21;
    position: absolute;
    z-index: -1;
}

.modal__content {
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    padding: 29px;
    position: relative;
}

.modal__content:before,
.modal__content:after {
    content: "";
    display: table;
}

.modal__content:after {
    clear: both;
}

.modal__content .caption {
    background-color: #00b6d7;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDcxOWIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #00719b 0%, #00c5e4 100%);
    background-image: -moz-linear-gradient(top, #00719b 0%, #00c5e4 100%);
    background-image: -o-linear-gradient(top, #00719b 0%, #00c5e4 100%);
    background-image: linear-gradient(to bottom, #00719b 0%, #00c5e4 100%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 7px 7px 0 0;
    min-height: 26px;
    margin: -29px -29px 22px;
    color: #fff;
    text-align: center;
}

.modal__content .caption .text_1 {
    padding: 24px 0 8px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.modal__content .caption .text_2 {
    padding: 0 0 24px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.modal_info .modal__content {
    border: 13px solid #d2d2d2;
    border-radius: 7px;
    width: 860px;
    padding: 35px;
}

.modal_info .modal__close_btn {
    background: url("../images/pic65.png") no-repeat 50% 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -13px;
    right: -13px;
}

.modal_info .side {
    float: left;
    width: 310px;
    padding-right: 32px;
}

.modal_info .fig {
    margin-bottom: 24px;
}

.modal_info .img {
    border: 1px solid #b6b6b6;
    border-radius: 7px;
    vertical-align: top;
}

.modal_info .caption {
    background: none;
    margin: 0 0 16px;
    color: #009c00;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: left;
    text-transform: none;
}

.modal_info .price {
    margin-bottom: 15px;
    color: #008bb2;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.modal_info .context {
    overflow: hidden;
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1.6rem;
}

.modal_info .form {
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    box-shadow: 0px 0px 5px rgba(0, 1, 1, .75);
    padding: 0 28px 32px;
    z-index: 1;
}

.modal_info .form .caption {
    background-color: #00759f;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDc1OWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #00759f, #00c5e5);
    background-image: -moz-linear-gradient(top, #00759f, #00c5e5);
    background-image: -o-linear-gradient(top, #00759f, #00c5e5);
    background-image: linear-gradient(to bottom, #00759f, #00c5e5);
    border-radius: 7px 7px 0 0;
    margin: 0 -28px 22px;
    padding: 22px 3px 18px;
    text-align: center;
}

.modal_info .form .caption .text_1 {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.modal_info .form .caption .text_2 {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.modal_info .form .btn_1 {
    width: 100%;
}

.modal_info .form .field {
    width: 100%;
    text-align: center;
}

.modal_info .form .captcha {
    width: 100%;
}

.modal_info .form p {
    margin-bottom: 8px;
}

.modal__close_btn {
    background: url("../images/pic63.png") no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -1000em;
    z-index: 2;
}

.lightbox__prev,
.lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjhiYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -moz-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: -o-linear-gradient(left, #17ad72, #28bbae, #17ad72);
    background-image: linear-gradient(to right, #17ad72, #28bbae, #17ad72);
    width: 960px;
    margin: -174px auto 0;
    height: 174px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}

.footer:before {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YWQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #009a22, #17ad72);
    background-image: -moz-linear-gradient(left, #009a22, #17ad72);
    background-image: -o-linear-gradient(left, #009a22, #17ad72);
    background-image: linear-gradient(to right, #009a22, #17ad72);
    position: absolute;
    right: 100%;
    left: -1000em;
    top: 0;
    bottom: 0;
    z-index: -2;
}

.footer:after {
    content: '';
    background-color: #17ad72;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxN2FkNzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #17ad72, #009a22);
    background-image: -moz-linear-gradient(left, #17ad72, #009a22);
    background-image: -o-linear-gradient(left, #17ad72, #009a22);
    background-image: linear-gradient(to right, #17ad72, #009a22);
    position: absolute;
    left: 100%;
    right: -1000em;
    top: 0;
    bottom: 0;
    z-index: -2;
}

.footer .wood_1 {
    background: url("../images/pic54.png") no-repeat;
    width: 1061px;
    height: 292px;
    position: absolute;
    top: -140px;
    left: -480px;
    z-index: -1;
}

.footer .wood_2 {
    background: url("../images/pic55.png") no-repeat;
    width: 414px;
    height: 253px;
    position: absolute;
    bottom: 0;
    left: 1038px;
    z-index: -1;
}

.copyright {
    position: absolute;
    top: 32px;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.securitypolicy {
    position: absolute;
    top: 52px;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.securitypolicy .link {
    color: #fff;
}

.footer__contacts {
    background: url("../images/pic58.png") no-repeat;
    padding-left: 40px;
    position: absolute;
    top: 68px;
    left: 0;
}

.footer__contacts .number {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
}

.footer__contacts .email {
    font-size: 16px;
    font-size: 1.6rem;
}

.footer__contacts .email .link {
    color: #fff;
    text-decoration: none;
}

.footer__contacts .email .link:hover {
    text-decoration: underline;
}

.design {
    position: absolute;
    top: 86px;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.design .link {
    color: #fff;
}

.counters {
    position: absolute;
    top: 45px;
    right: 0;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */

@media only screen and (max-width: 759px) {
    .wrapper {
        min-width: 0;
            
    }



    .inner {
        width: auto;
        padding-bottom: 90px;
        margin-bottom: 0;
    }
    
    .logo {
        background-image: url("../images/mobile/pic1.png");
        width: 115px;
        height: 28px;
    }

    .logo .link {
        width: 115px;
        height: 28px;
    }
    
    .contacts {
        background: url("../images/mobile/pic2.png") no-repeat;
        padding-left: 22px;

        font-weight: bold;
        position: absolute;
        top: 27px;
        right: 10px;
    }
     .contacts1 {
        
        padding-left: 22px;

        font-weight: bold;
        position: absolute;
        top: 54px;
        right: 120px;
    }

    .contacts .number {
        font-size: 10px;
    }

    .contacts .email {
        font-size: 10px;
    }

    .callback {
        position: absolute;
        top: 85px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .callback .btn {

        height: 23px;
        padding: 0 10px 0 32px;
        font-size: 10px;
        line-height: 23px;
    }

    .callback .btn:before {
        background-image: url("../images/mobile/pic3.png");
        width: 14px;
        height: 15px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 9px;
    }

    .services {
        height: auto;
        padding: 0 10px 16px;
    }

    .services .list {
        margin: -16px 0 15px;
    }

    .services .list .item {
        width: 50%;
        height: 48px;
        margin: 16px 0 0;
    }

    .services .fig {
        display: none;

        top: 0;
        bottom: 0;
    }

    .services .link {
        height: 48px;
    }

    .services .text {
        padding: 0 10px;
    }

    .promo {
        overflow: hidden;
        height: 266px;
    }

    .promo .form {
        display: none;
    }

    .promo .spec_offer {
        width: 73%;

        margin: auto;
        top: 14px;
        left: 0;
        right: 0;
        padding: 12px;
z-index: 12;
    }

    .promo .spec_offer .text_1 {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .promo .spec_offer .text_2 {
        margin-bottom: 5px;
        font-size: 26px;
    }

    .promo .spec_offer .text_3 {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .counter .number {
        border-radius: 6px;
        width: 36px;
        height: 36px;
        margin-bottom: 3px;
        font-size: 21px;
        line-height: 36px;
    }

    .counter {
        margin-bottom: 12px;
    }
    
    .sales_box .counter {
    margin-right: 2px;
}

    .counter .unit {
        font-size: 10px;
    }

    .counter .item {
        margin-left: 13px;
    }

    .counter .item:first-child {
        margin-left: 0;
    }

    .counter .item:before {
        content: '';
        background: url("../images/mobile/pic4.png") no-repeat;
        width: 6px;
        height: 14px;

        top: 10px;
        left: -9px;
    }

    .counter .item:first-child:before {
        display: none;
    }

    .spec_offer .btns {
        text-align: center;
    }

    .spec_offer .btn {
        background-color: #f4f4f4;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIxMSA0NyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA3MTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDBjNWU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMTEiIGhlaWdodD0iNDciIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
        background-image: -moz-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        background-image: -o-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        background-image: -webkit-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        background-image: linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        border: 1px solid #00a08c;
        width: 169px;
        height: 30px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: inline-block;
        padding: 10px 30px;

        line-height: 1;
        text-decoration: none;
    }

    .spec_offer .btn .text_4 {
        display: block;
        margin-bottom: 5px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

    .spec_offer .btn .text_5 {
        display: block;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
    }

     .promo .leaves_3:before {
   display: none;
}

    .advantages_box {
        padding-bottom: 0;
    }

    .advantages_box .h1 {
        padding: 22px;
        font-size: 22px;
    }

    .advantages_list {
        margin: -12px 0 0 -8%;
        padding: 0 16px;
    }

    .advantages_list .item {
        width: 40%;
        margin: 12px 0 0 0;
    }

    .advantages_list .title {
        font-size: 17px;
    }

    .advantages_list .text {
        font-size: 11px;
    }

    .advantages_list .fig {
        height: 60px;
    }

    .advantages_list .fig .img {
        max-height: 80%;
    }

    .services_box .h1 {
        height: 60px;
        font-size: 22px;
        line-height: 60px;
    }

    .services_box .cols .col_1 {
        padding: 0 5px 15px;
    }

    .services_box .cols .fig {
        background-size: 100% 100%;
        width: 100%;
        height: auto;
    }

    .services_box .cols .caption {
        height: 42px;

        font-size: 12px;
    }

    .services_box .cols .title {
        font-size: 10px;
    }

    .services_box .cols .price {
        font-size: 10px;
    }

    .btn_2 {
        height: 38px;
        font-size: 12px;
        line-height: 16px;
    }

    .services_box .cols .ico {
        top: -6px;
    }

    .services_box .cols .ico .img {
        width: 25px;
        height: 25px;
    }

    .services_box .cols .fig.no-frame .img {
        height: 42px;
    }

    .services_box .cols .title_2 {
        font-size: 10px;
    }

    .services_box .cols {
        padding: 0 10px;
    }

    .causes_box .h1 {
        padding: 22px 0;
    }

    .causes_box .h1 .text_1 {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .causes_box .h1 .text_2 {
        font-size: 22px;
    }

    .causes_box {
        padding-bottom: 0;
    }

    .causes_box .in {
        padding: 12px 8px;
    }

    .causes_table th {
        padding: 10px;
        font-size: 12px;
    }

    .causes_table td {
        padding: 10px;
        font-size: 11px;
        vertical-align: top;
    }

    .causes_table .good {
        background: none;
        padding-left: 0;
        font-size: 11px;
    }

    .causes_table .bad {
        background: none;
        padding-left: 0;
        font-size: 11px;
    }

    .small-hide {
        display: none;
    }

    .sales_box .h1 {
        margin: 0;
        height: 59px;
        font-size: 22px;
        line-height: 59px;
    }

    .sales_box .text_1 {
        margin-bottom: 5px;
        font-size: 37px;
    }

    .sales_box .text_2 {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .btn_3 {
        height: 30px;
        padding: 0 7px;
        font-size: 15px;
        line-height: 30px;
    }

    .sales_box .in {
        height: 161px;
        padding: 25px 0 0;
    }

    .sales_box .in .brush {
        width: 236px;
        height: 155px;
        top: 17px;
    }

    .sales_box .in .brush .tool {
        background-size: 100% 100%;
        width: 236px;
        height: 155px;
    }

    .sales_box.animate .in .brush {
        left: -226px;
    }

    .sales_box .in .shadow_bottom, .sales_box .in .shadow_top, .sales_box .in .shadow_right {
        height: 17px;
    }

    .sales_box .in .shadow_bottom {
        height: 14px;
    }

    .sales_box .context {
        text-align: left;
    }

    .sales_box.animate .context {
        width: 300px;
    }

    .how_we_work_box .h1 {
        margin: 0;
        padding: 20px 0;
        font-size: 22px;
    }

    .how_we_work_box .in {
        background-size: 250px 179px;
        width: 300px;
        height: 370px;
    }

    .how_we_work_box .in .item_1 {
        top: 27px;
        right: 157px;
    }

    .how_we_work_box .in .item_1:before {
        display: none;
        background-size: 25px 82px;
        width: 25px;
        height: 82px;
        left: auto;
        right: 6px;
        top: 76px;
    }

    .how_we_work_box .in .item .title {
        font-size: 14px;
    }

    .how_we_work_box .in .item .text {
        font-size: 11px;
    }

    .how_we_work_box .in .item_2 {
        top: 27px;
        left: 158px;
    }

    .how_we_work_box .in .item_2:before {
        display: none;
        background-size: 162px 28px;
        width: 162px;
        height: 28px;
        top: -3px;
        left: -185px;
    }

    .how_we_work_box .in .item_3 {
        top: 290px;
        left: 158px;
    }

    .how_we_work_box .in .item_3:before {
        display: none;
        background-size: 25px 158px;
        width: 25px;
        height: 158px;
        top: -158px;
        left: 26px;
    }

    .how_we_work_box .in .item_4 {
        top: 290px;
        right: 157px;
    }

    .how_we_work_box .in .item_4:before {
        display: none;
        background-size: 161px 29px;
        width: 161px;
        height: 29px;
        top: 40px;
        right: -190px;
        left: auto;
    }

    .how_we_work_box {
        padding-bottom: 0;
    }

    .results_box {

    }

    .results_box .h1 {
        padding: 10px 0;
    }

    .results_box .text_1 {
        font-size: 22px;
    }

    .results_box .text_2 {
        font-size: 18px;
    }

    .results_list .title {
        font-size: 12px;
    }

    .results_list .text {
        font-size: 12px;
    }

    .results_list .item {
        width: 33%;
        padding: 6px 6px 6px 34px;
    }

    .results_list .fig {
        width: 30px;
        height: 30px;
    }

    .results_list .fig .img {
        max-width: 60%;
    }

    .results_carousel .caption {
        height: 51px;
        font-size: 23px;
        font-weight: bold;
        line-height: 51px;
    }

    .results_carousel {
        padding: 0 14px 14px;
    }

    .results_carousel .list .item {
        padding-right: 10px;
    }

    .results_carousel .prev, .results_carousel .next {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-left: -30px;
        top: 100%;
        left: 50%;
    }

    .results_carousel .next {
        left: auto;
        right: 50%;
        margin: 10px -30px 0 0;
    }

    .b2b_box .caption {
        padding: 18px 45px;
        color: #00accf;
        font-size: 18px;
    }

    .b2b_box .fig {
      /*  width: 230px;*/
        top: 0;
        left: 0;
    }

    .b2b_box .fig .img {
        max-width: 100%;
    }

    .b2b_box .in {
        padding: 0;
    }

    .b2b_info {
        font-size: 12px;
    }

    .b2b_contacts .number {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .b2b_contacts .name {
        font-size: 10px;
    }

    .reviews_box .caption .text_1 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .reviews_box .caption .text_2 {
        font-size: 20px;
    }

    .b2b_box .context {
        float: none;
        width: auto;
    }

    .b2b_clients {
        margin-bottom: 0;
    }

    .reviews_box> .in {
        padding: 15px 0;
    }

    .reviews_carousel .review_item {
        padding: 16px 18px;
    }

    .btn_4 {
        height: 53px;
        padding: 0 20px;
        font-size: 25px;
        line-height: 53px;
    }

    .reviews_carousel {
        margin-bottom: 90px;
    }

    .reviews_carousel .prev, .reviews_carousel .next {
        width: 30px;
        height: 30px;
        top: 100%;
        bottom: auto;
        left: 50%;
        margin-left: -30px;
    }

    .reviews_carousel .next {
        margin-right: -30px;
        left: auto;
        right: 50%;
    }

    .question_box {
        padding: 40px 0 0;
    }

    .question_box .title {
        font-size: 36px;
        top: 126px;
        left: 23px;
    }

    .footer .wood_1 {
    background: none;
    display: none;
  }

    .footer .wood_2 {
    background: none;
    display: none;
  }

    .question_box .in {
        height: 300px;
    }

    .question_box .form {
        display: none;
    }

    .question_box .btn {



        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #f4f4f4;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzE5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        background-image: -o-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        background-image: -webkit-linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        background-image: linear-gradient(bottom, #00719b 0%, #00c5e4 100%);
        border: 1px solid #00a08c;
        border-radius: 7px;
        display: inline-block;
        height: 33px;
        padding: 14px 18px;
        position: absolute;
        top: 220px;
        left: 23px;
        color: #fff;
        line-height: 1;
        text-align: center;
        text-decoration: none;

    }

    .question_box .btn .text_1 {
        display: block;
        margin-bottom: 5px;
        font-size: 21px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .question_box .btn .text_2 {
        display: block;
        font-size: 11px;

    }

    .copyright {
        font-size: 10px;
        top: 15px;
        left: 22px;
    }

    .securitypolicy {
        font-size: 10px;
        top: 25px;
        left: 22px;
    }


    .footer__contacts {
        background-size: 20px 28px;
        padding-left: 25px;
        left: 22px;
        top: 36px;
    }

    .footer__contacts .number {
        font-size: 12px;
        font-weight: bold;
    }

    .footer__contacts .email {
        font-size: 10px;
    }

    .design {
        top: 50px;
        right: 12px;
        font-size: 10px;
    }

    .counters {
        top: 15px;
        right: 12px;
    }

    .footer {
        width: auto;
        height: 110px;
        margin-top: -110px;
    }

    .question_box .in:after {
        background-size: 234px 303px;
        width: 234px;
        height: 303px;
        left: auto;
        right: 0;
        top: 20px;
    }

    .modal__content .caption {

    }

    .modal__content .caption .text_1 {
        font-size: 25px;
    }

    .modal__content .caption .text_2 {

    }

    .modal_info .side {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .modal_info .modal__content {
        width: auto;
        padding: 20px;
    }

    .modal_info .caption {
        font-size: 26px;
    }

    .modal_info .price {
        font-size: 18px;
    }

    .modal_info .context {
        font-size: 12px;
    }

    .small-show {
        display: block!important;
    }

    .reviews_carousel .review_item + .review_item {
        display: none;
    }

    .reviews_carousel .in {
        margin: 0;
        padding: 10px;
    }

    .promo .spec_offer .btns {
        display: block;
    }

    .sales_box .in .brush .tool {
        top: 15px;
    }

    .reviews_carousel .side {
        width: 130px;
    }
    .reviews_carousel .side .img {
        max-width: 100%;
    }

    .reviews_carousel .context {
        overflow: visible;
    }

    .reviews_carousel .title {
        margin-bottom: 10px;
    }


}


/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
