/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 11.06.14 e
Num:      782
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");

/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #464e5b;
    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: Arial, Helvetica, 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,
.x1 {
    margin: 0 0 28px;
    color: #464e5b;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.h1 .text,
.x1 .text {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 14px 36px;
}

.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*/
/*end colors*/
/*fonts*/
@font-face {
    font-family: 'sansus_webissimo';
    src: url('../fonts/sansus_webissimo-regular.eot');
    src: url('../fonts/sansus_webissimo-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sansus_webissimo-regular.svg') format('svg'), url('../fonts/sansus_webissimo-regular.woff') format('woff'), url('../fonts/sansus_webissimo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.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;
}

/*end fonts*/
/*forms fields*/
.field {
    border: 4px solid #ca3d3d;
    border-radius: 7px;
    padding: 9px 14px;
    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: #45454b;
    font-style: normal;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #45454b;
    font-style: normal;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #45454b;
    font-style: normal;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #45454b;
    font-style: normal;
}

.field.placeholder {
    color: #45454b;
    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;
}

.checkbox {
    background: #8c2929;
    border: 3px solid #ca3d3d;
    border-radius: 6px;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
}

.checkbox input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.checkbox input:checked + .bg {
    content: '';
    background: url("../images/pic7.png") no-repeat;
    width: 19px;
    height: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.file {
    overflow: hidden;
    display: inline-block;
    padding: 0 78px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file .val {
    background: #fff;
    border: 1px solid #8c2929;
    display: block;
    height: 24px;
    padding: 0 10px;
    color: #8b8b9a;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
}

.file:hover .btn {
    border-bottom: 2px solid #b9ce42;
    -webkit-box-shadow: 0px 2px 0px #801f1f;
    -moz-box-shadow: 0px 2px 0px #801f1f;
    box-shadow: 0px 2px 0px #801f1f;
    top: 1px;
}

.file .btn {
    background-color: #90a22e;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiY2QxNDQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwYTIyZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #bcd144, #90a22e);
    background-image: -moz-linear-gradient(top, #bcd144, #90a22e);
    background-image: -o-linear-gradient(top, #bcd144, #90a22e);
    background-image: linear-gradient(to bottom, #bcd144, #90a22e);
    height: 21px;
    border-bottom: 3px solid #b9ce42;
    -webkit-box-shadow: 0px 3px 0px #801f1f;
    -moz-box-shadow: 0px 3px 0px #801f1f;
    box-shadow: 0px 3px 0px #801f1f;
    padding: 0 11px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    text-shadow: 0 1px 0 #849141;
}

.file input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 100px;
    font-size: 10rem;
    opacity: 0;
}

/*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 ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    width: 1000px;
    margin: 0 auto 133px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
.btn_1 {
    background-color: #90a22e;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiY2QyNDQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwYTIyZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #bcd244, #90a22e);
    background-image: -moz-linear-gradient(top, #bcd244, #90a22e);
    background-image: -o-linear-gradient(top, #bcd244, #90a22e);
    background-image: linear-gradient(to bottom, #bcd244, #90a22e);
    border: 0;
    border-bottom: 3px solid #b9ce42;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 0px #801f1f;
    -moz-box-shadow: 0px 3px 0px #801f1f;
    box-shadow: 0px 3px 0px #801f1f;
    display: inline-block;
    padding: 8px 14px;
    position: relative;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px 0 #849141;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_1:hover {
    border-bottom: 2px solid #b9ce42;
    -webkit-box-shadow: 0px 2px 0px #801f1f;
    -moz-box-shadow: 0px 2px 0px #801f1f;
    box-shadow: 0px 2px 0px #801f1f;
    margin-bottom: 1px;
    top: 1px;
}

.btn_2 {
    background-color: #dd5252;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZDUyNTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #dd5252, #af3939);
    background-image: -moz-linear-gradient(top, #dd5252, #af3939);
    background-image: -o-linear-gradient(top, #dd5252, #af3939);
    background-image: linear-gradient(to bottom, #dd5252, #af3939);
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 0px #e7e7e7, inset 0px -3px 0px #bf4444;
    -moz-box-shadow: 0px 4px 0px #e7e7e7, inset 0px -3px 0px #bf4444;
    box-shadow: 0px 4px 0px #e7e7e7, inset 0px -3px 0px #bf4444;
    display: inline-block;
    height: 45px;
    padding: 0 12px 0 12px;
    position: relative;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #812c2c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_2:hover {
    -webkit-box-shadow: 0px 3px 0px #e7e7e7, inset 0px -3px 0px #bf4444;
    -moz-box-shadow: 0px 3px 0px #e7e7e7, inset 0px -3px 0px #bf4444;
    box-shadow: 0px 3px 0px #e7e7e7, inset 0px -3px 0px #bf4444;
    top: 1px;
}

/*---------------------- header -------------------------------------*/
.header {
    height: 683px;
    position: relative;
    z-index: 1;
}

.header:before {
    content: '';
    background: url("../images/pic2.jpg") no-repeat;
    width: 1050px;
    height: 782px;
    margin-left: -525px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.logo {
    background: url("../images/pic1.png") no-repeat;
    position: absolute;
    top: 7px;
    left: 5px;
}

.logo,
.logo .link {
    display: block;
    width: 162px;
    height: 91px;
}

.contacts {
    position: absolute;
    top: 17px;
    right: 29px;
    font-family: 'sansus_webissimo', sans-serif;
    color: #9eaacc;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
}

.contacts:before {
    content: '';
    background: url("../images/pic3.png") no-repeat;
    width: 62px;
    height: 63px;
    position: absolute;
    top: 0;
    left: -72px;
}

.contacts .number {
    font-size: 33px;
    font-size: 3.3rem;
}

.slogan_1 {
    width: 645px;
    position: absolute;
    top: 265px;
    left: 13px;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 0 #29324a;
    text-transform: uppercase;
}

.slogan_1 .text_2 {
    color: #c1c1c1;
}

.slogan_2 {
    position: absolute;
    top: 378px;
    left: 59px;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #28314a;
}

.slogan_3 {
    border: 2px solid #7fc1ee;
    border-radius: 8px;
    width: 265px;
    height: 61px;
    padding: 12px 0 0;
    position: absolute;
    top: 566px;
    left: 203px;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 0 #28314a;
    text-transform: uppercase;
}

.slogan_3:before {
    content: '';
    background: url("../images/pic4.png") no-repeat;
    width: 211px;
    height: 7px;
    position: absolute;
    top: 30px;
    right: -215px;
}

.application_for_payment {
    background: #a42525;
    border-top: 1px solid #a42525;
    border-bottom: 4px solid #7a1c1c;
    border-radius: 5px;
    width: 280px;
    padding: 0 13px 20px;
    position: absolute;
    top: 141px;
    right: 28px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.application_for_payment .parent_field {
    position: relative;
}

.application_for_payment .invalid_message {

    background: url("../images/pic79.png") no-repeat 100% 0;
    border-left: 1px solid #6c0202;
    height: 11px;
    padding: 7px 20px 10px 15px;
    position: absolute;
    right: 100%;
    text-shadow: 1px 1px 1px #000;
    top: 3px;
    font: bold 11px/1em Arial,sans-serif;
    color: #fff;
    white-space: nowrap;
    word-wrap: normal;

}

.application_for_payment:before {
    content: '';
    background: url("../images/pic6.gif") repeat-x;
    border-bottom: 4px solid #bb4f4f;
    height: 4px;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
}

.application_for_payment .caption {
    background: #8c2929;
    margin: 0 -13px 27px;
    padding: 17px 0 6px;
    position: relative;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    line-height: 1;
    text-align: center;
}

.application_for_payment .caption .text_1 {
    display: block;
    margin-bottom: 1px;
    font-size: 18px;
    font-size: 1.8rem;
}

.application_for_payment .caption .text_2 {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0 51px;
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
}

.application_for_payment .caption .text_2:before,
.application_for_payment .caption .text_2:after {
    content: '';
    background: #fff;
    width: 45px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: 0;
}

.application_for_payment .caption .text_2:after {
    left: auto;
    right: 0;
}

.application_for_payment .caption .text_3 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
}

.application_for_payment .caption:before {
    content: '';
    background: url("../images/pic5.png") no-repeat 50% 0;
    width: 273px;
    height: 18px;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.application_for_payment .info {
    color: #ff8d8d;
    font-size: 12px;
    font-size: 1.2rem;
}

.application_for_payment .label {
    font-size: 14px;
    font-size: 1.4rem;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    position: relative;
    z-index: 1;
}

.content:before,
.content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

.what_we_do_box {
    position: relative;
    z-index: 2;
    color: #464e5b;
    font-size: 13px;
    font-size: 1.3rem;
}

.what_we_do_box .lbg,
.what_we_do_box .rbg {
    background: #efefef;
    border-right: 37px solid #e2e2e2;
    position: absolute;
    top: 80px;
    bottom: 18px;
    right: 100%;
    left: -1000em;
}

.what_we_do_box .lbg:before,
.what_we_do_box .rbg:before,
.what_we_do_box .lbg:after,
.what_we_do_box .rbg:after {
    content: '';
    background: url("../images/pic9.png") no-repeat;
    width: 37px;
    height: 19px;
    position: absolute;
    right: -37px;
    top: 0;
}

.what_we_do_box .lbg:after,
.what_we_do_box .rbg:after {
    background-image: url("../images/pic10.png");
    top: auto;
    bottom: -19px;
}

.what_we_do_box .rbg {
    border: 0;
    border-left: 37px solid #e2e2e2;
    left: 100%;
    right: -1000em;
}

.what_we_do_box .rbg:before,
.what_we_do_box .rbg:after {
    background-image: url("../images/pic11.png");
    left: -37px;
    right: auto;
}

.what_we_do_box .rbg:after {
    background-image: url("../images/pic12.png");
}

.what_we_do_list {
    width: 100%;
    table-layout: fixed;
    position: relative;
}

.what_we_do_list:before,
.what_we_do_list:after {
    content: '';
    background: url("../images/pic8.png") no-repeat 50% 0;
    width: 1064px;
    height: 62px;
    position: absolute;
    top: -62px;
    left: -32px;
    right: -32px;
}

.what_we_do_list:after {
    background-image: url("../images/pic13.png");
    width: 1076px;
    height: 47px;
    top: auto;
    bottom: -47px;
    left: -38px;
    right: -38px;
}

.what_we_do_list tr:nth-child(2n) td.item {
    background: #fafafa;
    -webkit-transform: translate(-200%, 200%);
    -moz-transform: translate(-200%, 200%);
    -o-transform: translate(-200%, 200%);
    -ms-transform: translate(-200%, 200%);
    transform: translate(-200%, 200%);
}

.what_we_do_list tr:nth-child(2n) td.item.animateIn {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.what_we_do_list tr:nth-child(2n) td.item + td.item {
    background: #fff;
    -webkit-transform: translate(200%, 200%);
    -moz-transform: translate(200%, 200%);
    -o-transform: translate(200%, 200%);
    -ms-transform: translate(200%, 200%);
    transform: translate(200%, 200%);
}

.what_we_do_list tr:nth-child(2n) td.item + td.item.animateIn {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.what_we_do_list tr:first-child td.item {
    border-top: 0;
}

.what_we_do_list tr td.item:first-child {
    border-left: 0;
}

.what_we_do_list td.item {
    background: #fff;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding: 25px 45px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(-200%, -200%);
    -moz-transform: translate(-200%, -200%);
    -o-transform: translate(-200%, -200%);
    -ms-transform: translate(-200%, -200%);
    transform: translate(-200%, -200%);
    opacity: 0;
}

.what_we_do_list td.item.animateIn {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}

.what_we_do_list td.item + td.item {
    background: #fafafa;
    -webkit-transform: translate(200%, -200%);
    -moz-transform: translate(200%, -200%);
    -o-transform: translate(200%, -200%);
    -ms-transform: translate(200%, -200%);
    transform: translate(200%, -200%);
}

.what_we_do_list td.item + td.item.animateIn {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.what_we_do_list p {
    margin: 0 0 5px;
}

.what_we_do_list .title {
    margin-bottom: 12px;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
}

.dotted_list {
    margin-bottom: 5px;
}

.dotted_list> .item {
    margin-top: 3px;
    padding-left: 12px;
    position: relative;
}

.dotted_list> .item:first-child {
    margin: 0;
}

.dotted_list> .item:before {
    content: '';
    background: #abbf3c;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: 0;
}

.why_choose_us_box {
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
}

.why_choose_us_box .h1 {
    margin-bottom: 42px;
}

.why_choose_us_box .context {
    padding: 0 0 0 370px;
}

.why_choose_us_box:before {
    content: '';
    background: url("../images/pic14.jpg") no-repeat 50% 0;
    height: 1014px;
    margin-left: -5px;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.why_choose_us_list {
    margin: -30px 0 0 -30px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.why_choose_us_list x:-o-prefocus,
.why_choose_us_list {
    word-spacing: -0.3em;
}

.why_choose_us_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.4;
    vertical-align: top;
    z-index: 1;
}

.why_choose_us_list> .item {
    width: 235px;
    margin: 25px 0 0 30px;
    padding-left: 65px;
    color: #f0f6ff;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.why_choose_us_list> .item.animateIn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.why_choose_us_list .ico {
    position: absolute;
    top: -5px;
    left: 0;
}

.why_choose_us_list .ico .img {
    vertical-align: top;
}

.period_of_execution {
    border: 3px dotted #9bc1f4;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 16px;
    color: #cde2ff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
}

.price_work {
    margin-bottom: 45px;
    position: relative;
    color: #cee3ff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
}

.price_work .text {
    display: inline-block;
    padding-left: 72px;
    position: relative;
}

.price_work .text:before {
    content: '';
    background: url("../images/pic15.png") no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    top: -24px;
    left: 0;
}

.progress_list {
    padding: 0 136px 70px;
    overflow: visible;
    line-height: 0;
    text-align: justify;
    position: relative;
}

.progress_list> .item {
    display: inline-block;
    position: relative;
    line-height: 1;
    text-align: left;
    vertical-align: top;
    z-index: 1;
}

.progress_list:after {
    content: '';
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
}

.ie8 .progress_list {
    text-justify: newspaper;
    text-align-last: justify;
}

.progress_list .lbg,
.progress_list .rbg {
    content: '';
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    width: 136px;
    height: 3px;
    position: absolute;
    top: 40px;
    left: -24px;
}

.progress_list .rbg {
    left: auto;
    right: -24px;
}

.progress_list> .item {
    width: 195px;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.progress_list> .item.animateIn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.progress_list .number {
    font-size: 56px;
    font-size: 5.6rem;
}

.progress_list p {
    margin: 0;
}

.how_we_work_box {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.how_we_work_box .h1 {
    margin-bottom: 90px;
}

.how_we_work_box .cbg {
    content: '';
    background: #505055;
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    bottom: -21px;
    z-index: -1;
}

.how_we_work_box .cbg:before,
.how_we_work_box .cbg:after {
    content: '';
    background: url("../images/pic37.png") no-repeat 50% 0;
    height: 82px;
    position: absolute;
    left: -37px;
    right: -37px;
    top: -82px;
}

.how_we_work_box .cbg:after {
    background-image: url("../images/pic38.png");
    height: 76px;
    top: auto;
    left: -42px;
    right: -42px;
    bottom: -76px;
}

.how_we_work_box .lbg,
.how_we_work_box .rbg {
    background: #505055;
    border-right: 37px solid #45454b;
    position: absolute;
    top: 77px;
    right: 100%;
    left: -1000em;
    bottom: 0;
    z-index: -1;
}

.how_we_work_box .lbg:before,
.how_we_work_box .rbg:before,
.how_we_work_box .lbg:after,
.how_we_work_box .rbg:after {
    content: '';
    background: url("../images/pic33.png") no-repeat;
    width: 37px;
    height: 21px;
    position: absolute;
    top: 0;
    right: -37px;
}

.how_we_work_box .lbg:after,
.how_we_work_box .rbg:after {
    background-image: url("../images/pic34.png");
    top: auto;
    bottom: -21px;
}

.how_we_work_box .rbg {
    border: 0;
    border-left: 37px solid #45454b;
    left: 100%;
    right: -1000em;
}

.how_we_work_box .rbg:before,
.how_we_work_box .rbg:after {
    background-image: url("../images/pic36.png");
    right: auto;
    left: -37px;
}

.how_we_work_box .rbg:after {
    background-image: url("../images/pic35.png");
}

.how_we_work_list {
    margin-bottom: 80px;
    padding: 0 30px 40px;
    position: relative;
    overflow: visible;
    line-height: 0;
    text-align: justify;
}

.how_we_work_list> .item {
    display: inline-block;
    position: relative;
    line-height: 1.3;
    text-align: left;
    vertical-align: top;
    z-index: 1;
}

.how_we_work_list:after {
    content: '';
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
}

.ie8 .how_we_work_list {
    text-justify: newspaper;
    text-align-last: justify;
}

.how_we_work_list:before {
    content: '';
    border-top: 3px dotted #b0b0b0;
    display: block;
    position: absolute;
    top: 62px;
    left: 65px;
    right: 65px;
}

.how_we_work_list> .item {
    width: 180px;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    visibility: hidden;
}

.how_we_work_list> .item.animateIn {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

.how_we_work_list .fig {
    background: #616164;
    border: 2px solid #ff5252;
    border-radius: 50%;
    display: block;
    width: 117px;
    height: 117px;
    margin: 0 auto 14px;
    position: relative;
}

.how_we_work_list .fig .img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.how_we_work_list .text {
    display: block;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.consultation_box {
    background: #f6f6f6 url("../images/pic39.jpg") no-repeat;
    border-top: 3px solid #fff;
    border-bottom: 10px solid #b5babf;
    -webkit-box-shadow: 0px 0px 40px rgba(52, 73, 91, 0.37);
    -moz-box-shadow: 0px 0px 40px rgba(52, 73, 91, 0.37);
    box-shadow: 0px 0px 40px rgba(52, 73, 91, 0.37);
    border-radius: 3px;
    height: 435px;
    margin-bottom: 90px;
    position: relative;
}

.consultation_box:before {
    content: '';
    background: url("../images/pic40.jpg") no-repeat 50% 0;
    height: 876px;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.consultation_box .caption {
    position: absolute;
    top: 28px;
    left: 363px;
    color: #45454b;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    text-transform: uppercase;
}

.consultation_box .info {
    position: absolute;
    top: 128px;
    left: 363px;
    color: #45454b;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.consultation_box .info .text_1 {
    color: #83a717;
    font-size: 24px;
    font-size: 2.4rem;
}

.consultation_box .form {
    width: 250px;
    padding: 30px 30px 0 0;
    margin-left: auto;
}

.consultation_box .form .field {
    border-color: #bababa;
}

.consultation_box .form .btn_1 {
    padding: 17px 18px 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.our_equipment_box .h1 {
    margin-bottom: 0;
}

.our_equipment_box .caption {
    margin-bottom: 25px;
    color: #464e5b;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
}

.our_equipment_list {
    margin: 0 -20px 24px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.our_equipment_list x:-o-prefocus,
.our_equipment_list {
    word-spacing: -0.3em;
}

.our_equipment_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.our_equipment_list> .item {
    width: 305px;
    padding: 0 20px 16px;
}

.our_equipment_list> .item:before {
    border-left: 1px solid #d3d3d3;
    display: block;
    height: 311px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.our_equipment_list> .item:first-child:before {
    display: none;
}

.our_equipment_list .btn_2 {
    width: 181px;
}

.our_equipment_list .fig {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.our_equipment_list .fig .img {
    max-width: 100%;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.our_equipment_list .btns {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
}

.our_equipment_list .title {
    color: #cf2020;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
}

.our_equipment_list .desc {
    margin-bottom: 16px;
    color: #cf2020;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
}

.our_equipment_list .price {
    display: inline-block;
    color: #464e5b;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
}

.our_equipment_list .price .number {
    font-size: 44px;
    font-size: 4.4rem;
}

.our_equipment_list .info {
    display: inline-block;
    color: #464e5b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.our_equipment_list .info p {
    margin: 0;
}

.our_equipment_list .info p + p {
    margin-top: 3px;
}

.ancillary_equipment_list {
    margin: -36px 0 0 -23px;
    padding: 0 0 0 19px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.ancillary_equipment_list x:-o-prefocus,
.ancillary_equipment_list {
    word-spacing: -0.3em;
}

.ancillary_equipment_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.ancillary_equipment_list> .item {
    width: 307px;
    margin: 36px 0 0 23px;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ancillary_equipment_list> .item.animateIn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.ancillary_equipment_list .fig {
    border: 3px solid #fff;
    border-radius: 6px;
    display: block;
    width: 301px;
    height: 166px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.ancillary_equipment_list .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align: top;
}

.ancillary_equipment_list .type {
    display: block;
    text-transform: uppercase;
}

.ancillary_equipment_box {
    margin-bottom: 50px;
    padding: 22px 0 75px;
    position: relative;
    z-index: 1;
}

.ancillary_equipment_box .h1 {
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 214px;
}

.ancillary_equipment_box:before {
    content: '';
    background: url("../images/pic42.jpg") no-repeat;
    width: 1641px;
    height: 658px;
    position: absolute;
    top: 0;
    left: -165px;
    z-index: -1;
}

.our_clients_box {
    padding-bottom: 65px;
}

.our_clients_box .h1 {
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}

.our_clients_box .h1:before {
    content: '';
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 3px;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    z-index: -1;
}

.our_clients_box .h1 .text_1 {
    background: #fff;
    display: block;
    width: 336px;
    margin: auto;
}

.our_clients_box .h1 .text_2 {
    background: #fff;
    display: block;
    margin: auto;
    font-size: 24px;
    font-size: 2.4rem;
}

.our_clients_list {
    margin-bottom: 70px;
    overflow: visible;
    line-height: 0;
    text-align: justify;
}

.our_clients_list> .item {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
    z-index: 1;
}

.our_clients_list:after {
    content: '';
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
}

.ie8 .our_clients_list {
    text-justify: newspaper;
    text-align-last: justify;
}

.our_clients_list> .item {
    -webkit-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our_clients_list> .item.animateIn {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.our_clients_list .img {
    vertical-align: top;
}

.our_clients_objects_list {
    margin: -36px 0 0 -36px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.our_clients_objects_list x:-o-prefocus,
.our_clients_objects_list {
    word-spacing: -0.3em;
}

.our_clients_objects_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.our_clients_objects_list> .item {
    width: 220px;
    margin: 36px 0 0 36px;
    color: #585e70;
    -webkit-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our_clients_objects_list> .item.animateIn {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.our_clients_objects_list .caption {
    margin-left: -18px;
    padding-left: 18px;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
}

.our_clients_objects_list .list {
    margin-left: -17px;
}

.our_clients_objects_list .list> .item {
    margin-top: 8px;
    padding-left: 17px;
    position: relative;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
}

.our_clients_objects_list .list> .item:first-child {
    margin: 0;
}

.our_clients_objects_list .list> .item:before {
    content: '';
    background: #cf2020;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 3px;
    left: 0;
}

.gost_box {
    margin-bottom: 21px;
    position: relative;
    z-index: 2;
}

.gost_box .h1 {
    margin-bottom: 50px;
    color: #464e5b;
    font-size: 32px;
    font-size: 3.2rem;
}

.gost_box .cbg {
    background: #515151 url("../images/pic57.png") repeat-y;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    bottom: -21px;
}

.gost_box .cbg:before {
    content: '';
    background: url("../images/pic58.png") no-repeat 50% 0;
    height: 82px;
    position: absolute;
    top: -82px;
    left: -107px;
    right: -18px;
}

.gost_box .cbg:after {
    content: '';
    background: url("../images/pic59.png") no-repeat 50% 0;
    height: 76px;
    position: absolute;
    bottom: -76px;
    left: -59px;
    right: -18px;
}

.gost_box .lbg {
    background: #505050;
    border-right: 37px solid #454545;
    position: absolute;
    top: 65px;
    left: -1000em;
    right: 100%;
    bottom: 0;
}

.gost_box .lbg:before,
.gost_box .lbg:after {
    content: '';
    background: url("../images/pic60.jpg") no-repeat;
    width: 37px;
    height: 21px;
    position: absolute;
    top: 0;
    right: -37px;
}

.gost_box .lbg:after {
    background-image: url("../images/pic61.jpg");
    top: auto;
    bottom: -21px;
}

.gost_box .rbg {
    background: #505050;
    border-left: 37px solid #454545;
    position: absolute;
    top: 65px;
    right: -1000em;
    left: 100%;
    bottom: 0;
}

.gost_box .rbg:before,
.gost_box .rbg:after {
    content: '';
    background: url("../images/pic62.jpg") no-repeat;
    width: 37px;
    height: 21px;
    position: absolute;
    top: 0;
    left: -37px;
}

.gost_box .rbg:after {
    background-image: url("../images/pic63.jpg");
    top: auto;
    bottom: -21px;
}

.gost_list {
    margin: -36px 0 0 -136px;
    padding: 0 0 20px 55px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.gost_list x:-o-prefocus,
.gost_list {
    word-spacing: -0.3em;
}

.gost_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.gost_list> .item {
    width: 202px;
    margin: 36px 0 0 136px;
}

.gost_list> .item:before {
    content: '';
    background: #bacf43;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 128px;
    left: -76px;
}

.gost_list> .item:first-child:before {
    display: none;
}

.gost_list .img {
    max-width: 100%;
    vertical-align: top;
}

.reviews_box {
    height: 575px;
    padding: 55px 0 0;
    position: relative;
    z-index: 1;
}

.reviews_box .h1 {
    margin-bottom: 50px;
    color: #fff;
}

.reviews_box:before {
    content: '';
    background: url("../images/pic64.jpg") no-repeat;
    width: 1229px;
    height: 630px;
    position: absolute;
    top: 0;
    left: -116px;
    z-index: -1;
}

.reviews_carousel {
    padding: 0 54px;
    position: relative;
}

.reviews_carousel .in {
    overflow: hidden;
    position: relative;
}

.reviews_carousel .list {
    border-collapse: separate;
    border-spacing: 44px 0;
    display: table;
    width: 100%;
    height: 302px;
    table-layout: fixed;
    position: relative;
    left: -44px;
}

.reviews_carousel .list:before,
.reviews_carousel .list:after {
    display: none;
}

.reviews_carousel .list> .item {
    background: #fff;
    border-radius: 4px;
    display: table-cell;
    width: 402px;
    padding: 11px;
    line-height: 1.5;
    vertical-align: top;
}

.reviews_carousel .list> .item:before,
.reviews_carousel .list> .item:after {
    display: none;
}

.reviews_carousel .prev,
.reviews_carousel .next {
    width: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.reviews_carousel .prev:before,
.reviews_carousel .next:before {
    content: '';
    background: url("../images/pic73.png") no-repeat;
    width: 22px;
    height: 35px;
    position: absolute;
    top: 148px;
    left: 5px;
}

.reviews_carousel .next {
    left: auto;
    right: 0;
}

.reviews_carousel .next:before {
    background-image: url("../images/pic74.png");
    left: auto;
    right: 5px;
}

.reviews_carousel p {
    margin: 0;
}

.reviews_carousel .head {
    border-bottom: 1px solid #c7c7c8;
    margin-bottom: 12px;
    position: relative;
    line-height: 1;
}

.reviews_carousel .context {
    display: inline-block;
    margin-bottom: 10px;
    width: 310px;
    vertical-align: middle;
}

.reviews_carousel .avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin: 0 14px 10px 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.reviews_carousel .avatar .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.reviews_carousel .name {
    margin-bottom: 4px;
    color: #d94747;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}

.reviews_carousel .position {
    color: #464e5b;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
}

.contacts_box {
    padding: 35px 67px 0 0;
    position: relative;
    z-index: 1;
    color: #464e5b;
    font-size: 14px;
    font-size: 1.4rem;
}

.contacts_box:before,
.contacts_box:after {
    content: "";
    display: table;
}

.contacts_box:after {
    clear: both;
}

.contacts_box .parent_field {
    position: relative;
}

.contacts_box .invalid_message {

    background: url("../images/pic79.png") no-repeat 100% 0;
    border-left: 1px solid #6c0202;
    height: 11px;
    padding: 7px 20px 10px 15px;
    position: absolute;
    right: 100%;
    text-shadow: 1px 1px 1px #000;
    top: 3px;
    font: bold 11px/1em Arial,sans-serif;
    color: #fff;
    white-space: nowrap;
    word-wrap: normal;

}

.contacts_box .h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
}

.contacts_box .map {
    border: 5px solid #fff;
    border-radius: 8px;
    width: 413px;
    height: 306px;
}

.contacts_box .numbers {
    display: inline-block;
    vertical-align: top;
    color: #bc2929;
}

.contacts_box .numbers .item {
    display: block;
}

.contacts_box .context {
    float: left;
    width: 423px;
    padding: 15px 0 0 38px;
}

.contacts_box .form {
    background: #a42525;
    border-top: 1px solid #a42525;
    border-bottom: 4px solid #7a1c1c;
    border-radius: 0 0 5px 5px;
    width: 380px;
    padding: 0 30px 20px;
    float: right;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contacts_box .form:before {
    content: '';
    background: url("../images/pic6.gif") repeat-x;
    border-bottom: 4px solid #bb4f4f;
    height: 4px;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
}

.contacts_box .form .caption {
    background: #8c2929;
    margin: 0 -30px 36px;
    padding: 23px 0 6px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'sansus_webissimo', sans-serif;
    line-height: 1;
    text-align: center;
}

.contacts_box .form .caption .text_1 {
    background: #8c2929;
    display: inline-block;
    margin-bottom: 12px;
    padding: 0 8px;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    text-transform: uppercase;
}

.contacts_box .form .caption .text_1:before {
    content: '';
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 3px;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: -1;
}

.contacts_box .form .caption .text_2 {
    display: block;
    color: #f56a6a;
    font-family: 'sansus_webissimo', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.contacts_box .form .caption:before {
    content: '';
    background: url("../images/pic72.png") no-repeat 50% 0;
    height: 28px;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
}

.contacts_box .form .info {
    color: #ff8d8d;
    font-size: 12px;
    font-size: 1.2rem;
}

.contacts_box .form .label {
    font-size: 14px;
    font-size: 1.4rem;
}

.contacts_box .form .btn_1 {
    padding: 18px;
}

.contacts_box .cbg {
    background: #fafaff;
    position: absolute;
    top: 0;
    bottom: -21px;
    left: 0;
    right: 0;
    z-index: -1;
}

.contacts_box .cbg:before {
    content: '';
    background: url("../images/pic71.png") no-repeat;
    height: 63px;
    position: absolute;
    bottom: -63px;
    left: -40px;
    right: -40px;
}

.contacts_box .lbg {
    background: #fafaff;
    border-right: 37px solid #ebebf3;
    position: absolute;
    top: -21px;
    bottom: 0;
    right: 100%;
    left: -1000em;
    z-index: -1;
}

.contacts_box .lbg:before,
.contacts_box .lbg:after {
    content: '';
    background: url("../images/pic67.gif") no-repeat;
    width: 37px;
    height: 21px;
    position: absolute;
    top: 0;
    right: -37px;
}

.contacts_box .lbg:after {
    background-image: url("../images/pic68.gif");
    top: auto;
    bottom: -21px;
}

.contacts_box .rbg {
    background: #fafaff;
    border-left: 37px solid #ebebf3;
    position: absolute;
    top: -21px;
    bottom: 0;
    right: -1000em;
    left: 100%;
    z-index: -1;
}

.contacts_box .rbg:before,
.contacts_box .rbg:after {
    content: '';
    background: url("../images/pic69.gif") no-repeat;
    width: 37px;
    height: 21px;
    position: absolute;
    top: 0;
    left: -37px;
}

.contacts_box .rbg:after {
    background-image: url("../images/pic70.gif");
    top: auto;
    bottom: -21px;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal .x1 {
    margin-bottom: 34px;
    font-size: 31px;
    font-size: 3.1rem;
}

.modal .field {
    border-color: #bababa;
}

.modal .btn_1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.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: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal__content {
    background: #fff;
    padding: 40px;
    position: relative;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show .modal__content {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal__close_btn {
    background: url("../images/pic76.png") no-repeat 50% 50%;
    width: 33px;
    height: 33px;
    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__prev:before,
.lightbox__next:before {
    content: '';
    background: url("../images/pic77.png") no-repeat;
    width: 13px;
    height: 21px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
}

.lightbox__next {
    left: auto;
    right: 0;
}

.lightbox__next:before {
    content: '';
    background: url("../images/pic78.png") no-repeat;
    width: 13px;
    height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 19px;
}

.lightbox__image img {
    border: 4px solid #bababa;
    border-radius: 11px;
    vertical-align: top;
}

.lightbox__title {
    padding-top: 14px;
    color: #45454b;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 1000px;
    height: 133px;
    margin: -133px auto 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.footer:before {
    content: '';
    background: #dfdfe6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.copyright {
    float: left;
    padding: 48px 0 0 45px;
    color: #464e5b;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    z-index: 3;
}

.securitypolicy {
    float: left;
    padding: 48px 0 0 45px;
    color: #464e5b;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    z-index: 3;
}

.securitypolicy .link {
    color: #464e5b;
}

.design {
    float: right;
    padding-right: 25px;
    color: #464e5b;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.design .link {
    color: #464e5b;
}

.counters {
    float: right;
    padding: 40px 67px 0 0;
    position: relative;
    z-index: 2;
}

/*---------------------- end footer -----------------------------------*/

/* 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;
    }
}
