html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
   min-height: 100%;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color:#3999d4;
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding:0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
}

body {
  font: 100%/22px Arial, sans-serif;
  height: 100%;
  min-width: 950px;
  background: #ecf0f1;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
}
a:focus{
  outline: none;
}
a:hover {
  text-decoration: none;
}

html {
  height: 100%;
}
.header__top {
    width: 100%;
}
.header__top--mid {
    max-width: 950px;
    margin: 35px auto;
}
.header__left, .header__center, .header__right {
    display: inline-block;
    vertical-align: middle;
}
.header__center {
    margin: 0 20px 0 20px;
}
.slider.ie::before {
    background-image: none;
    background-position: top;
}

_:-ms-fullscreen, :root .slider::before {
    background-image: none;
    background-position: top;
}

.header__left, .header__right {
    font-size: 28px;
    color: #364a63;
    font-weight: bold;
    line-height: 30px;
}
.static__nav{
    background: url(../img/bg-navstatic.jpg)no-repeat center;
    height: 33px;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 107px;
    border-bottom: 3px solid #be1d03;
}
.static__nav ul {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}
.static__nav ul li{
  list-style: none;
  display: inline-block;
  padding: 0 30px;
  height: 33px;
}
.static__nav ul li a {
  font-family: "RobotoSlabRegular";
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  display: block;
  height: 33px;
  line-height: 31px;
  text-transform: uppercase;
}
.static__nav ul li a:hover{
  text-decoration: underline;
}
.slider {
    width: 100%;
    margin: 33px 0 0 0;
    background-image: url(../img/left-bgslider.png), url(../img/right-bgslider.png);
    background-repeat: no-repeat;
    background-position: left 12% top, right 13% top;
  overflow: hidden;
     position: relative;
}
.slider__mid {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.slider__mid::after {
    content: '';
    display: block;
    position: absolute;
    left: -39px;
    bottom: 0;
    width: 55%;
    background: #ecf0f1;
    height: 59px;
    z-index: 1;
    transform: skew(-10deg) rotate(7deg);
    top: 90%;
}
.slider__mid::before {
    content: '';
    display: block;
    position: absolute;
    right: -39px;
    bottom: 0;
    width: 55%;
    background: #ecf0f1;
    height: 59px;
    z-index: 1;
    transform: skew(-10deg) rotate(-7deg);
    top: 90%;
}
.slider::after{
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 182px;
  background: #4981c3;
  z-index: -1;
}
.slider__source {
    width: 33%;
    position: absolute;
    z-index: 2;
    height: 100%;
    display: block;
    padding: 0 0 0 70px;
}
.slider__html {
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    margin: 10px 0 0 0;
        height: 33px;
    overflow: hidden;
    font-family: "PTSansRegular";
}
.bx-viewport ul li {
    position: static !important;
}
.slider::before{
    content: '';
    background-image: url(../img/1_b-l.png), url(../img/1_br.png), url(../img/2b-r.png), url(../img/2b-l.png);
    height: 350px;
    max-width: 994px;
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    bottom: 2px;
    background-repeat: no-repeat;
    background-position: left 22px bottom 15px, right 22px bottom 15px, top 0px right 0px, top 0px left 0px;
    right: 0;
    margin: 0 auto;
}
@media only screen and (max-width: 980px){
  .slider::before{
  background-position: left 15px bottom 15px, right 15px bottom 15px, top 0px right -7px, top 0px left -7px;
  }
}
.bx-viewport::before{
content: '';
    background: url(../img/bg-slideleft.png)no-repeat left top;
    width: 50%;
    height: 310px;
    display: block;
    position: absolute;
    left: -82px;
    z-index: 1;
    top: 0;
    transform: skewX(28deg) skewY(0deg);
}
.bx-viewport, .bx-viewport ul, .bx-viewport ul li, .slider_item {
    height: 310px !important;
}
.slider_item img{
width: 100%;
height: 100%;
object-fit:cover;
}
.slider__text {
    font-family: "RobotoSlabRegular";
    font-size: 24px;
    color: #FFF;
    margin: 55px 0 0 0;
    line-height: 30px;
    padding: 0;
    text-align: left;

}
.search_search {
    position: absolute;
    left: 70px;
    top: 190px;
    z-index: 777;
}
.inputbox_search {
    width: 135px;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
    color: #b3b3b1;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid rgba(0,0,0, 0.3);
    float: left;
}
button.button_search {
    width: 21px;
    height: 35px;
    border: 1px solid rgba(0,0,0, 0.3);
    box-sizing: content-box;
    margin: -1px 0 0 -1px;
    background: url(../img/search.png)no-repeat center #417bca;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: background 0.2s ease;
    float: left;
}
.button_search:hover{
  background: url(../img/search.png)no-repeat center #2f5480;
}
.wrap {
    width: 100%;
    margin: 0px 0 0 0;
}
.wrap__middle {
    max-width: 950px;
    margin: 0 auto;
}
.sidebar {
    float: left;
    width: 23%;
    margin: 0 46px 0 0;
}
.content {
    float: left;
    width: 72%;
}
.inputbox_search:focus, .button_search:focus{
  outline: none;
}
.mod-1_hed {
    font-family: "RobotoSlabRegular";
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.mod-1_hed::before{
  content: '';
  background: url(../img/pr_1.png)no-repeat center;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: 0px;
  margin: 0 20px 0 0;
}
span.wrap__elem {
    display: table-cell;
    vertical-align: middle;
    width: 87%;
}
ul.menu_catalog {
    margin: 0;
    padding: 0;
}
ul.nav.menu_catalog li {
    list-style: none;
    position: relative;
}
ul.nav.menu_catalog li a {
    font-family: "RobotoSlabRegular";
    font-size: 16px;
    line-height: 18px;
    color: #1c324e;
    text-decoration: none;
    padding: 0 10px 0 22px;
    display: table;
    width: 100%;
    position: relative;
    height: 49px;
}
ul.nav.menu_catalog li.deeper.parent > a::after {
    content: '';
    background: url(../img/arr_avelem.png)no-repeat center;
    display: block;
    width: 4px;
    height: 7px;
    top: 50%;
    position: absolute;
    right: 11px;
    z-index: 2;
    transform: translateY(-50%);
}

ul.nav.menu_catalog li a:hover::after{
 background: url(../img/arr_avelemhvr.png)no-repeat center;
}
ul.nav.menu_catalog li a:hover, ul.nav.menu_catalog li.deeper.parent.active{
  background: url(../img/hov_nav.jpg)no-repeat center left;
  color: #FFF;
}
ul.nav-child.unstyled.small {
    position: absolute;
    right: -225px;
    width: 218px;
    background: #FFF;
    margin: 0;
    padding: 0;
    top: 0;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0, 0.3);
    display: none;
    z-index: 2;
}
.well h3 {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 19px;
    line-height: 22px;
    font-family: "RobotoSlabRegular";
}
.well .custom {
    font-size: 16px;
    color: #6b717c;
    line-height: 20px;
    text-indent: 15px;
    font-family: "MyriadProRegular";
}
.custom_date::before{
    content: '';
    display: inline-block;
    background: url(../img/calendar.png)no-repeat center;
    width: 26px;
    height: 24px;
    margin: 0 25px 0 0;
    vertical-align: middle;
}
.custom_date p {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.custom_date strong {
    margin: 0 15px 0 0;
}
.custom_date {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    margin: 35px 0;
    font-family: "RobotoSlabRegular";
    color: #1c324e;
}
.custom_date em {
    font-style: normal;
}
.static__nav.sticky {
    position: fixed;
    z-index: 888;
    top: 0;
    left: 0;
    width: 100%;
}
.zk_call {
    background: url(../img/zvonok.png)no-repeat center;
    width: 177px;
    height: 46px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    line-height: 45px;
    transition: opacity 0.2s ease;
}
.zk_call:hover{
  opacity: .8;
}
.zk_question {
    background: url(../img/question.png)no-repeat center;
    width: 177px;
    height: 54px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    line-height: 45px;
    transition: opacity 0.2s ease;
}
.zk_question:hover{
  opacity: .8;
}
.custom {
    font-family: "RobotoSlabRegular";
    font-size: 20px;
}
.certificates {
    margin: 60px 0 0 0;
}
.mod_ext_owl_carousel_images {
    margin: 20px 0 0 0;
    padding: 0;
}
div#cboxCurrent {
    display: none !important;
}
button#cboxNext:focus, button#cboxPrevious:focus, button#cboxClose:focus{
  outline: none;
}
.ext-item-wrap .color img{
  transition: opacity 0.2s linear;
}
.ext-item-wrap .color img:hover{
    opacity: .5;
}
body.noscroll {
    overflow: hidden;
}
.content-btm {
    margin: 60px 0 0 0;
}
.onas{
  background: url(../img/bgonas.png)no-repeat center top;
  width: 100%;
  background-size: cover;
  margin: 0 0 30px 0;
      position: relative;
    z-index: 1;
}
.onas__mid {
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    text-align: center;

}
.custom_onas {
    color: #FFF;
    font-family: "RobotoSlabRegular";
    font-size: 16px;
    line-height: 22px;
}
.cart {
    position: relative;
    z-index: 0;
    top: -100px;
        margin: 0 0 -103px 0;
}
.cart iframe {
    width: 100%;
        position: relative;
    z-index: 2;
}
.onas__btn {
    width: 100px;
    margin: 31px auto;
    background: url(../img/bg_more.png)no-repeat center;
    transition: opacity 0.2s ease;
}
.onas__btn a{
  display: block;
  font-family: "MyriadProRegular";
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}
.onas__btn:hover{
  opacity: .8;
}
.cart__mid {
    max-width: 950px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.contants {
    width: 308px;
    background: url(../img/bg_contacts.jpg)no-repeat top left #FFF;
    padding: 15px;
    margin: 120px 0 0 0;
        position: relative;
    z-index: 3;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0, 0.3);
}
.contacts__top {
    width: 100%;
    font-family: "RobotoSlabRegular";
    font-size: 18px;
    color: #FFF;
        margin: 0 0 22px 0;
    padding: 0 0 0 50px;
    position: relative;
}
.contacts__top::before{
  content: '';
  background: url(../img/metka.png)no-repeat center;
  width: 24px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 8px;

}
.contacts__elem {
    float: left;
    width: 50%;
}
.contacts__elem p {
    margin: 5px 0 0 0;
    padding: 0;
    font-family: "RobotoSlabRegular";
    font-size: 16px;
    color: #6b717c;
}
.contacts__elem h4 {
    margin: 0;
    padding: 0;
    font-family: "RobotoSlabBold";
    font-size: 18px;
}
.contacts__elem.elem_mail {
    margin: 20px 0 0 0;
}
.contacts__elem.elem_mail::before{
  content: '';
  background: url(../img/mail.png)no-repeat center;
  width: 30px;
  height: 19px;
  display: inline-block;
      vertical-align: -4px;
    margin: 0 5px 0 0;
}
.contacts__elem.elem_mail a {
    color: #3189d3;
    font-size: 18px;
    font-family: "RobotoSlabRegular";
}
.footer{
  background: url(../img/footer_bg.jpg)no-repeat center left;
  width: 100%;
  background-size: cover;
  float: left;
  width: 100%;
  overflow: hidden;
}
.footer__mid{
  max-width: 950px;
  margin: 0 auto;
      padding: 70px 0 50px 0;
}
.footer__left {
    float: left;
}
.footer__right {
    float: right;
        margin: 10px 0 0 0;
}
.footer__name {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.footer__logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
        width: 130px;
}
.footer__image {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}
.footer__text {
    display: inline-block;
    vertical-align: middle;
    font-family: "PTSansRegular";
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
}
.footer__text em {
    font-style: normal;
    font-size: 10px;
}
.footer__text p {
    margin: 0;
    padding: 0;
}
.footer__social {
    margin: 20px 0 0 20px;
}
.footer__social a {
    display: inline-block;
    margin: 0 4px 0 0;
}
.page-header h2 {
    font-family: "RobotoSlabRegular";
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.page-header h2::before {
    content: '';
    background: url(../img/pr_1.png)no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: 0px;
    margin: 0 10px 0 0;
}
.content--top {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 0 0 30px;
}
.position-left {
    float: left;
}
.position-right {
    float: right;
}
li.content-links-a {
    list-style: none;
}
ul.nav.nav-tabs.nav-stacked {
    margin: 0;
    padding: 0;
}
.content-links {
    margin: 10px 0 20px 34px;
}
li.content-links-a a {
    display: block;
    background: url(../img/bg_pdg.png)no-repeat center left;
    width: 100%;
    height: 59px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    line-height: 58px;
    transition: opacity 0.2s ease;
}
li.content-links-a a:hover{
  opacity: .7;
}
.position-left h3 {
    font-family: "RobotoSlabRegular";
    font-size: 12px;
    margin: 0;
    padding: 0;
} 
.position-left p {
    font-size: 19px;
    font-family: "RobotoSlabRegular";
    margin: 0;
    padding: 0;
}
.item-image {
    float: left;
    width: 220px;
    margin: 0 15px 10px 30px;
}
.article-text {
    margin: 0 0 0 30px;
    font-family: "MyriadProRegular";
    font-size: 16px;
    color: #6b717c;
    line-height: 20px;
}
.items-row .span3 {
    width: 148px;
    float: left;
}
.items-row .span3 .item-image {
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #3f6696;
}
.items-row .span3:not(:last-child) {
    margin: 0 20px 0 0;
}
.page-headers h3 {
    font-family: "RobotoSlabRegular";
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    color: #1c324e;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
}
.blog h2 {
font-family: "RobotoSlabRegular";
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.blog h2::before{
    content: '';
    background: url(../img/pr_1.png)no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: 0px;
    margin: 0 10px 0 0;
}
.items-row:not(:last-child) {
    margin: 20px 0 50px 30px;
}
.items-row {
    float: left;
    width: 100%;
    margin: 20px 0 0 30px;
}
.blog {
    float: left;
    width: 100%;
}

a.elem__links:hover .page-headers h3 {
    text-decoration: underline;
}
.pagination ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagination ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
.pagination ul li a, .pagination ul li span {
    text-decoration: none;
    display: block;
    background: #4981c3;
    padding: 2px 5px;
    font-family: "RobotoSlabRegular";
    font-size: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pagination ul li span {
    color: #FFF;
}
.pagination ul li a {
    color: #000;
    transition: all 0.2s ease;
}
.pagination ul li a:hover {
    color: #FFF;
}
.searchintro::before {
    content: '';
    background: url(../img/pr_1.png)no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: 0px;
    margin: 0 10px 0 0;
}
.searchintro {
    font-family: "RobotoSlabRegular";
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.searchintro p {
    margin: 0;
    padding: 0;
}
dt.result-title a {
    font-family: "MyriadProRegular";
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #6b717c;
}
dt.result-title a:hover{
  text-decoration: none;
}
dd.result-text {
    margin: 0;
    padding: 0;
    font-family: "MyriadProRegular";
    font-size: 16px;
    color: #6b717c;
}
dt.result-title {
    margin: 30px 0 0 0;
}
dl.search-results {
    margin: 0 0 30px 30px;
}
dt.result-title:first-child {
    margin: 0;
}
.search__error {
    text-align: center;
    margin: 100px 0 0 0;
    height: 420px;
}
.search__error a {
    display: block;
    margin: 20px 0 0 0;
}
.search__error h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #be1d03;
}
.search__error {
    text-align: center;
    margin: 100px 0 0 0;
    font-family: "RobotoSlabRegular";
    font-size: 17px;
}
.form__call, .form__question, .modal  {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0, 0.6);
    display: none;
}

.form__call--mid, .form__question--mid {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 310px;
    height: 270px;
    background: url(../img/form_call-bg.png)no-repeat center;
        padding: 20px 20px 0 20px;
}
.form__question--mid{
  background: url(../img/bg_question.png)no-repeat center;
  height: 377px;
}
.form__textarea {
    border: 1px solid #dedede;
    background: #ececec;
    font-family: "MyriadProRegular";
    font-size: 16px;
    color: #6b717c;
    padding: 5px 8px;
    width: 100%;
        max-width: 100%;
    min-width: 100%;
    max-height: 80px;
    min-height: 80px;
    height: 80px;
}
.close {
    background: url(../img/close.png)no-repeat center;
    width: 9px;
    height: 9px;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.close:hover{
  opacity: .6 ;
}
.form__call--header, .form__question--header {
    float: left;
    width: 100%;
    font-family: "RobotoSlabRegular";
    font-size: 17px;
    color: #1c324a;
        margin: 0 0 15px 0;
}

.form__calling, .form__quest {
    float: left;
    width: 100%;
}
.form__row {
    margin: 0 0 20px 0;
}
.form__input {
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dedede;
    background: #ececec;
    font-family: "MyriadProRegular";
    font-size: 16px;
    color: #6b717c;
    padding: 0 8px;
}
.form__row.btn_form {
    text-align: center;
}
input.form__btn{
  background: url(../img/zvonok.png)no-repeat center;
    width: 177px;
    height: 46px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    line-height: 45px;
    transition: opacity 0.2s ease;
    border:none;
    margin: 0 auto;
}

.quest-btn{
    background: url(../img/question.png)no-repeat center;
    width: 177px;
    height: 54px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    line-height: 35px;
    transition: opacity 0.2s ease;
    border:none;
}
.modal__text {
    font-family: "RobotoSlabRegular";
    font-size: 17px;
    color: #1c324a;
    text-align: center;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    display: block;
    left: 0;
    padding: 0 20px;
}
input.form__btn:hover{
  opacity: .8;
}
.modal--mid {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 310px;
    height: 270px;
    background: url(../img/form_call-bg.png)no-repeat center;
    padding: 20px 20px 0 20px;
}
.form__input::-webkit-input-placeholder {color:#6b717c;}
.form__input::-moz-placeholder          {color:#6b717c;}/* Firefox 19+ */
.form__input:-moz-placeholder           {color:#6b717c;}/* Firefox 18- */
.form__input:-ms-input-placeholder      {color:#6b717c;}
.form__input:focus, input.form__btn:focus, .form__textarea:focus{
  outline: none;
}
.btn_contact a {
    text-align: center;
        line-height: 25px;
}
.btn_contact {
    float: left;
    width: 100px;
    margin: 15px auto 0;
    height: 25px;
    clear: both;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.camera_target_content::before {
    content: '';
    background: url(../img/bg-slideleft.png)no-repeat left top;
    width: 50%;
    height: 310px;
    display: block;
    position: absolute;
    left: -82px;
    z-index: 2;
    top: 0;
    transform: skewX(28deg) skewY(0deg);
}
.footer::after, .footer__mid::after, .contants::after, .wrap::after, .wrap__middle::after, .header__top::after, .header__top--mid::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoSlabRegular";
    src: url("../fonts/RobotoSlabRegular/RobotoSlabRegular.eot");
    src: url("../fonts/RobotoSlabRegular/RobotoSlabRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoSlabRegular/RobotoSlabRegular.woff") format("woff"),
    url("../fonts/RobotoSlabRegular/RobotoSlabRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoSlabLight"; */
@font-face {
    font-family: "RobotoSlabLight";
    src: url("../fonts/RobotoSlabLight/RobotoSlabLight.eot");
    src: url("../fonts/RobotoSlabLight/RobotoSlabLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoSlabLight/RobotoSlabLight.woff") format("woff"),
    url("../fonts/RobotoSlabLight/RobotoSlabLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoSlabBold"; */
@font-face {
    font-family: "RobotoSlabBold";
    src: url("../fonts/RobotoSlabBold/RobotoSlabBold.eot");
    src: url("../fonts/RobotoSlabBold/RobotoSlabBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoSlabBold/RobotoSlabBold.woff") format("woff"),
    url("../fonts/RobotoSlabBold/RobotoSlabBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@media only screen and (min-width: 1920px){
  .slider{
        background-position: left 19% top, right 20% top;
  }
}
.page-headers h3{width:100%;}
.top_elem .page-headers h3 {width:100%;}
.contacts__elem.elem_mail {
    width: 100%;
}
