﻿/*fonts*/
@font-face {
    font-family: 'FuturaLightC';
    src: url('../fonts/FuturaLightC.eot');
    src: url('../fonts/FuturaLightC.eot') format('embedded-opentype'),
    url('../fonts/FuturaLightC.woff2') format('woff2'),
    url('../fonts/FuturaLightC.woff') format('woff'),
    url('../fonts/FuturaLightC.ttf') format('truetype'),
    url('../fonts/FuturaLightC.svg#FuturaLightC') format('svg');
}

@font-face {
    font-family: 'futura_newbold';
    src: url('../fonts/futura_new_bold_regular.eot');
    src: url('../fonts/futura_new_bold_regular.eot') format('embedded-opentype'),
    url('../fonts/futura_new_bold_regular.woff2') format('woff2'),
    url('../fonts/futura_new_bold_regular.woff') format('woff'),
    url('../fonts/futura_new_bold_regular.ttf') format('truetype'),
    url('../fonts/futura_new_bold_regular.svg#futura_new_bold_regular') format('svg');
}

@font-face {
    font-family: 'futurademicregular';
    src: url('../fonts/futurademic.eot');
    src: url('../fonts/futurademic.eot') format('embedded-opentype'),
    url('../fonts/futurademic.woff2') format('woff2'),
    url('../fonts/futurademic.woff') format('woff'),
    url('../fonts/futurademic.ttf') format('truetype'),
    url('../fonts/futurademic.svg#futurademic') format('svg');
}

@font-face {
    font-family: 'FuturaMediumC';
    src: url('../fonts/FuturaMediumC.eot');
    src: url('../fonts/FuturaMediumC.eot') format('embedded-opentype'),
    url('../fonts/FuturaMediumC.woff2') format('woff2'),
    url('../fonts/FuturaMediumC.woff') format('woff'),
    url('../fonts/FuturaMediumC.ttf') format('truetype'),
    url('../fonts/FuturaMediumC.svg#FuturaMediumC') format('svg');
}

/*Обшие стили страниц*/
a, img {
    outline: none !important
}

img {
    border: 0 none;
}

html, body {
    width: 100%;
    height: 100%
}

html {
    background: #fff
}

body {
    font-weight: 400;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0
}

a {
    color: #26325e;
    text-decoration: none;
    border-bottom: 1px solid rgba(38, 50, 94, 0.3)
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #26325e
}

h1 {
    margin: 40px 0 27px;
    padding: 0;
    font-size: 48px;
    line-height: 49px;
    font-weight: 400;
    font-family: 'futurademicregular';
    color: #26325e
}

h2 {
    margin: 40px 0 27px;
    padding: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'futurademicregular';
    color: #26325e
}

h3 {
    margin: 40px 0 27px;
    padding: 0;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'futurademicregular';
    color: #26325e
}

h4 {
    margin: 40px 0 27px;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'futurademicregular';
    color: #26325e
}

p {
    margin-bottom: 42px;
    margin-top: 23px;
    line-height: 24px
}

ul {
    list-style-type: none;
    margin: 20px 0 45px;
    padding: 0 0 0 35px
}

li {
    margin: 0 0 23px;
    padding: 0 0 0 32px;
    line-height: 25px;
    font-size: 15px;
    background: url(../images/marker.png) 0 3px no-repeat
}

table {
    border-collapse: collapse;
    width: 100%
}

table td {
    border: 1px solid #999;
    padding: 6px
}

table.noborder td {
    border: none;
}

table.noborder {
    border: none;
}

input[type=text], input[type=password] {
    width: auto;
    height: 47px;
    padding: 0 12px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    border: 1px solid #d6d6d6;
    /*border: 1px solid #fff;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;*/
    display: block;
    background: #fff;
    outline: none;
    font-family: Arial, Helvetica, sans-serif
}

textarea {
    width: auto;
    height: 78px;
    padding: 16px 12px 0;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    border: none;
    border: 1px solid #fff;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    display: block;
    background: #fff;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    overflow-y: auto
}

body:first-of-type input[type=text], body:first-of-type input[type=password] {
    line-height: normal
}

.main {
    min-width: 1000px;
    min-height: 100%;
    overflow: hidden
}

.main:after {
    content: '';
    display: block;
    height: 86px
}

.header {
    position: relative;
    z-index: 99;
    width: 902px;
    margin: 0 auto;
    padding: 0 18px 0 180px;
    height: 48px
}

.header:before {
    position: absolute;
    top: 0;
    z-index: -1;
    background: #26325e;
    content: '';
    display: block;
    width: 10000px;
    height: 100%;
    left: 50%;
    margin: 0 0 0 -5000px
}

.header:after {
    content: '';
    display: table;
    clear: both
}

.logo {
    position: absolute;
    top: 0;
    left: -77px;
    background: #fff;
    width: 203px;
    height: 154px;
    padding: 20px 0 0
}

.logo a {
    border: none
}

.logo img {
    display: block;
    margin: 0 auto
}

.menu-top {
    float: left
}

.menu-top > ul {
    list-style-type: none;
    margin: 0 0 0 -67px;
    padding: 0
}

.menu-top > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 67px;
    padding: 0;
    line-height: normal;
    background: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'futurademicregular'
}

.menu-top > ul > li:first-child,
.menu-top > ul > li.current:first-child {
    display: none;
}

.menu-top > ul > li > a {
    display: block;
    padding: 14px 0 0;
    height: 34px;
    border: none;
    color: #fff
}

.menu-top > ul > li:hover > a {
    color: #9399af
}

.menu-top > ul > li > span,
.menu-top > ul > li.active a,
.menu-top > ul > li.current a {
    color: #9399af
}

.menu-top > ul > li > .panel-menu {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 380px;
    padding: 28px 0 36px
}

.menu-top > ul > li > .panel-menu:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -5000px;
    z-index: -1;
    background: rgba(38, 50, 94, 0.9);
    content: '';
    display: block;
    width: 10000px;
    height: 100%
}

.menu-top > ul > li > .panel-menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu-top > ul > li > .panel-menu > ul > li {
    margin: 30px 0 0;
    padding: 0;
    line-height: 17px;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'futurademicregular'
}

.menu-top > ul > li > .panel-menu > ul > li:first-child {
    margin: 0
}

.menu-top > ul > li > .panel-menu > ul > li > a {
    color: #fff;
    border: none
}

.menu-top > ul > li > .panel-menu > ul > li.current > a {
    color: #ff7200
}

.menu-top > ul > li > .panel-menu > ul > li > a:hover {
    color: #ff7200
}

.header-r {
    float: right;
    padding: 9px 0 0
}

.mod-languages {
    display: inline-block;
}

.lang {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 0;
    margin-right: 5px;
}

.lang a {
    display: block;
    width: 23px;
    height: 23px;
    border: none
}

.lang a.en {
    background: url(../images/sprite.png) -34px -161px no-repeat
}

.lang a.ru {
    background: url(../images/sprite.png) -88px -177px no-repeat
}

.search {
    position: relative;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    padding: 4px 0 0 22px
}

.search:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    content: '';
    display: block;
    width: 1px;
    height: 29px;
    background: rgba(255, 255, 255, 0.15)
}

.search a {
    display: block;
    width: 17px;
    height: 19px;
    border: none;
    background: url(../images/sprite.png) -5px -176px no-repeat
}

.field-s {
    display: none;
    position: absolute;
    right: -8px;
    top: 1px
}

.field-s input {
    width: 165px;
    height: 25px;
    padding: 0 10px;
    background: #26325e;
    border: 1px solid #858ca5;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff
}

.field-s button {
    position: absolute;
    top: 3px;
    right: 8px;
    border: none;
    z-index: 5;
    display: block;
    padding: 0;
    width: 17px;
    height: 19px;
    background: url(../images/sprite.png) -5px -176px no-repeat;
    cursor: pointer
}

.slideshowckslider-top {
    position: relative;
    width: 100%;
    max-height: 642px;
    margin-bottom: 0 !important;
}

.slideshowckslider-top .camera_pag {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 50;
    height: 16px;
    z-index: 77
}

.slideshowckslider-top .camera_pag .camera_pag_ul {
    text-align: center;
}

.slideshowckslider-top .camera_pag .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.slideshowckslider-top .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 15px;
    outline: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff
}

.slideshowckslider-top .camera_pag .camera_pag_ul > li {
    background: #fff
}

.slideshowckslider-top .slide {
    height: 642px
}

.img-slide p {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.img-slide {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1000px;
    width: 2000px;
    height: 642px
}

.img-slide img {
    display: block;
    margin: 0 auto
}

.desc-slide,
.slideshowckslider-top .camera_caption {
    position: absolute;
    bottom: 105px;
    left: 70%;
    width: 1000px;
    margin: 0 0 0 -500px
}

.die-slide,
.slideshowckslider-top .camera_caption > div {
    margin-left: -77px;
    width: 798px;
    padding: 40px 20px 51px 77px;
    background: rgba(0, 0, 0, 0.5);
}

.t-slide,
.slideshowckslider-top .camera_caption .camera_caption_title {
    margin: 0 0 27px;
    padding: 0 0 18px;
    font-size: 54px;
    line-height: 61px;
    border-bottom: 3px solid #ff7200;
    color: #fff;
    text-transform: uppercase;
    font-family: 'futurademicregular';
}

.slideshowckslider-top .camera_caption .camera_caption_title > a {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
}

.text-slide,
.slideshowckslider-top .camera_caption .camera_caption_desc {
    color: #fff;
    line-height: 27px;
    font-size: 17px;
}

.camera_caption_desc a,
.camera_caption_desc a:hover {
    color: #fff;
    line-height: 27px;
    font-size: 17px;
}

.camera_caption_desc a:hover {
    text-decoration: underline;
}

.about-company {
    display: table;
    width: 100%;
    margin: -20px 0 85px;
}

.about-company:after {
    content: '';
    display: table;
    clear: both;
}

.about-l {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #26325e;/*#ededed;*/
    height: 320px;
    text-align: right;
}

.in-ab-l {
    width: 443px;
    padding: 0 140px 0 0;
    display: inline-block;
    text-align: left;
}

.in-ab-l p {
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-size: 24px;
    color: /*#4a4545;*/#fff;
    font-family: 'FuturaMediumC';
}

.in-ab-l p strong {
    font-weight: 400;
    font-family: 'futurademicregular';
}

.more-about {
    margin: 30px 0 0;
    font-size: 15px;
}

.more-about a {
    position: relative;
}

.more-about a:before {
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -3px 0 0 6px;
    content: '';
    display: block;
    width: 18px;
    height: 9px;
    background: url(../images/sprite.png) -5px -162px no-repeat;
}

.about-r {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: /*#26325e;*/#ededed;
}

.in-ab-r {
    width: 460px;
    padding: 0 0 0 125px;
}

.in-ab-r p {
    margin: 30px 0 0;
    padding: 0;
    line-height: 28px;
    color: /*#fff;*/#4a4545;
    font-family: 'FuturaMediumC';
    font-size: 20px;
}

.in-ab-r p:first-child {
    margin: 0;
}

.b-news {
    position: relative;
    padding-left: 40px;
    margin: 0 0 65px;
    margin-top:50px;
}

.t-news {
    margin: 0 0 65px;
    font-size: 24px;
    color: #4a4545;
    font-family: 'futura_newbold';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.t-zak {
    margin: 0 0 0px;
    font-size: 24px;
    color: #4a4545;
    font-family: 'futura_newbold';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.all-news {
    position: absolute;
    top: 9px;
    right: 56px
}

.wr-slide {
    position: relative
}

.wr-slide:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 95;
    content: '';
    display: block;
    width: 86px;
    height: 425px;
    background: url(../images/shadow-news.png) no-repeat
}

.wr-slide .slide {
    padding-bottom: 3px
}

.wr-slide .bx-controls {
    position: absolute;
    top: -91px;
    left: 50%;
    margin: 0 0 0 -340px;
    width: 680px
}

.wr-slide .bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/sprite.png) -5px -0 no-repeat
}

.wr-slide .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/sprite.png) -5px -26px no-repeat
}

.wr-slide .bx-wrapper .bx-prev.disabled {
    left: 0;
    background: url(../images/sprite.png) -5px -52px no-repeat
}

.wr-slide .bx-wrapper .bx-next.disabled {
    right: 0;
    background: url(../images/sprite.png) -5px -78px no-repeat
}

.wr-slide .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: 0;
    border: none;
    outline: 0;
    width: 101px;
    height: 21px;
    text-indent: -9999px;
    z-index: 70
}

.date-n,
.list-news .span4 .published {
    position: relative;
    padding: 0 0 21px;
    margin: 0 0 25px;
    font-size: 12px;
    color: #999
}

.date-n:before,
.list-news .span4 .published:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    background: #ff7200;
    width: 50px;
    height: 3px
}

.img-n,
.list-news .span4 .item-image {
    margin: 0 0 22px
}

.img-n img,
.list-news .span4 .item-image img {
    margin: 0;
    max-width: 100%;
    height: auto;
    width: 260px;
}

.img-n a,
.list-news .span4 .item-image a {
    border: none
}

.b-news .slide p {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 13px;
    color: #4a4545
}

.more-n,
.list-news .span4 p.readmore {
    margin: 20px 0 0;
    font-size: 15px
}

.b-sertif {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 87px
}
.b-sertif:before {
    position: absolute;
    top: 0;
    left: 50%;
    background: #ededed;
    z-index: -1;
    content: '';
    display: block;
    height: 100%;
    width: 10000px;
    margin: 0 0 0 -5000px
}
.b-zak {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    /*padding: 80px 0 87px*/
}

.b-zak:before {
    position: absolute;
    top: 0;
    left: 50%;
    background: ;
    z-index: -1;
    content: '';
    display: block;
    height: 100%;
    width: 10000px;
    margin: 0 0 0 -5000px
}

.list-sertif {
    margin: 0 0 29px
}

.list-sertif ul {
    list-style-type: none;
    margin: 0 0 0 -31px;
    padding: 0;
    text-align: center
}

.list-sertif li {
    display: inline-block;
    vertical-align: top;
    /*min-width: 125px;*/
    line-height: normal;
    margin: 0 0 0 31px;
    padding: 0;
    background: none
}

.img-sertif {
    width: 90px;
    margin: 0 auto 16px
}

.list-sertif li .img-sertif p {
    display: table-cell;
    width: 90px;
    height: 89px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: normal
}

.img-sertif p img {
    display: block;
    margin: 0 auto;
    max-width: 90px;
    max-height: 89px
}

.list-sertif li p {
    margin: 0;
    padding: 0;
    line-height: 12px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999
}

.text-sertif {
    position: relative;
    padding: 36px 0 0;
    font-size: 12px;
    text-align: center;
    color: #999
}

.text-sertif:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    display: block;
    width: 726px;
    height: 1px;
    background: #dadbde;
    margin: 0 0 0 -363px;
    height: 1px
}

.footer {
    position: relative;
    z-index: 20;
    min-width: 1000px;
    height: 86px;
    margin: -86px 0 0;
    overflow: hidden
}

.cont-f {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 33px 0 0;
    text-align: center
}

.cont-f:after {
    clear: both;
    display: table;
    content: ''
}

.copy {
    color: #999;
    display: inline-block;
    vertical-align: top
}

.adress-f {
    color: #4a4545;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 35px
}

/*inner pages*/
.top-site {
    position: relative;
    z-index: 5;
    margin: 0;
    min-height: 220px;
    overflow: hidden;
    width: 100%
}

.top-site-noimg {
    min-height: 110px;
}

.img-top-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 227px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

.img-top-site:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.56);
    content: '';
    display: block;
    width: 100%;
    height: 100%
}

.top-site-list-news .img-top-site {
    background-image: url(../../../images/headers/img-top2.jpg);
}

.top-site-page-services .img-top-site {
    background-image: url(../../../images/headers/img-service-top.jpg);
}

.top-site-page-services-1 .img-top-site {
    background-image: url(../../../images/headers/img-service-top-1.jpg);
}

.top-site-page-services-2 .img-top-site {
    background-image: url(../../../images/headers/img-service-top-2.jpg);
}

.top-site-page-services-3 .img-top-site {
    background-image: url(../../../images/headers/img-service-top-3.jpg);
}

.top-site-page-services-4 .img-top-site {
    background-image: url(../../../images/headers/img-service-top-4.jpg);
}

.top-site-page-services-5 .img-top-site {
    background-image: url(../../../images/headers/img-service-top-5.jpg);
}

.top-site-page-services-6 .img-top-site {
    background-image: url(../../../images/headers/img-service-top-6.jpg);
}

.top-site-page-services-7 .img-top-site {
    background-image: url(../../../images/headers/img-service-top-7.jpg);
}

.top-site-page-our-clients .img-top-site {
    background-image: url(../../../images/headers/img-top3.jpg);
}

.top-site-page-career .img-top-site {
    background-image: url(../../../images/headers/img-top-career.jpg);
}

.top-site-page-ecology .img-top-site {
    background-image: url(../../../images/headers/img-top-ecology.jpg);
}

.top-site-page-politics .img-top-site {
    background-image: url(../../../images/headers/img-top-politics.jpg);
}

.top-site-page-development .img-top-site {
    background-image: url(../../../images/headers/img-development-top.jpg);
}

.top-site-page-social-projects .img-top-site {
    background-image: url(../../../images/headers/img-social-projects-top.jpg);
}

.in-top-site {
    position: absolute;
    top: 0;
    left: 50%;
    width: 860px;
    z-index: 5;
    margin: 0 0 0 -542px;
    padding: 0 0 0 225px
}

.in-top-site h1 {
    display: block;
    min-height: 215px;
    height: 215px;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'futurademicregular';
    font-weight: 400;
    font-size: 48px
}

.top-site-noimg .in-top-site h1 {
    color: #26325e;
    height: 105px;
    min-height: 105px;
}

.content {
    width: 1085px;
    margin: 0 auto
}

.content:after {
    content: '';
    display: table;
    clear: both
}

.right {
    float: right;
    width: 866px
}

.breadcrumb {
    margin: -1px 0 36px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 10px
}

.breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    margin: 0 0 0 2px;
    padding: 0 0 0 18px;
    line-height: normal;
    background: none;
    color: #999
}

.breadcrumb li:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    background: #999;
    content: '';
    display: block;
    width: 12px;
    height: 1px
}

.breadcrumb li a {
    border: none
}

.breadcrumb li:first-child {
    padding-left: 0;
    margin-left: 0
}

.breadcrumb li:first-child:before {
    display: none
}

.quote {
    position: relative;
    margin: 0 0 52px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'FuturaMediumC';
    padding: 7px 0 6px 36px
}

.quote:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #ff7200
}

.list-lic {
    margin: 50px 0 70px
}

.list-lic ul {
    list-style-type: none;
    margin: 0 0 0 -19px;
    padding: 0
}

.list-lic li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 19px;
    padding: 0;
    line-height: normal;
    background: none
}

.list-lic li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ccc
}

.list-lic li img {
    display: block
}

.list-lic li a {
    border: none
}

.left {
    width: 190px;
    float: left;
    padding: 0
}

.menu-left {
    padding-top: 31px;
    padding-bottom: 30px;
    background: #fff;
}

.menu-left > ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu-left > ul > li {
    margin: 32px 0 0;
    padding: 0;
    line-height: normal;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'futurademicregular';
}

.menu-left > ul > li:first-child {
    margin: 0
}

.menu-left > ul > li > a {
    border: none
}

.menu-left > ul > li > a:hover {
    color: #ff7200
}

.menu-left > ul > li.current > a {
    color: #ff7200
}

.menu-left > ul > li > .panel-menu > ul {
    list-style-type: none;
    margin: 24px 0 0;
    padding: 0 0 0 20px
}

.menu-left > ul > li > .panel-menu > ul li {
    margin: 22px 0 0;
    padding: 0;
    text-transform: none;
    line-height: 16px;
    background: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif
}

.menu-left > ul > li > .panel-menu > ul li:first-child {
    margin: 0
}

.menu-left > ul > li > .panel-menu > ul li a {
    border: none
}

.menu-left > ul > li > .panel-menu > ul li a:hover {
    color: #ff7200
}

.menu-left > ul > li > .panel-menu > ul li span {
    color: #ff7200
}

.list-news {
    margin: 0 0 10px
}

.list-news .items-row {
    margin: 0 0 0 -17px;
    padding: 0
}

.list-news .items-row:after {
    content: '';
    display: table;
    clear: both
}

.list-news .items-row .span4 {
    float: left;
    width: 265px;
    margin: 0 0 45px 17px;
    padding: 0;
    line-height: normal;
    background: none
}

.list-news .span4 p {
    font-size: 13px;
    line-height: 20px
}

.pages {
    padding: 26px 0 0;
    margin: 0 0 75px;
    border-top: 1px solid #d9d9d9
}

.pages ul {
    list-style-type: none;
    margin: 0 0 0 -16px;
    padding: 0
}

.pages li {
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 0;
    background: none;
    font-size: 21px;
    font-family: 'futura_newbold'
}

.pages li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    border-radius: 50px
}

.pages li span {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 41px;
    text-align: center;
    border: none;
    border-radius: 50px;
    color: #fff;
    background: #ff7200
}

.pages li a:hover {
    color: #ff7200
}

.our-costomersб
.grid-col-3 {
    padding: 50px 0 15px;
    margin: 55px 0 65px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.t-costomers {
    margin: 0 0 74px;
    font-size: 24px;
    font-family: 'futura_newbold';
    text-transform: uppercase;
    letter-spacing: 6px
}

.our-costomers ul{
    list-style-type: none;
    margin: 0 0 0 -100px;
    padding: 0
}

.our-costomers li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 87px 100px;
    padding: 0;
    line-height: normal;
    background: none
}

.our-costomers li p {
    display: table-cell;
    width: 131px;
    height: 82px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: normal
}

.our-costomers li p img {
    display: block;
    margin: 0 auto;
    max-width: 131px;
    max-height: 82px
}

.grid-col-3 ul {
    list-style-type: none;
    padding: 0
}

.grid-col-3 li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin: 0 0 87px 0;
    padding: 0;
    line-height: normal;
    background: none;
}

.grid-col-3 li img {
    display: block;
    margin: 0 auto;
    max-width: 131px;
    max-height: 82px
}

.more-manuf {
    font-size: 17px
}

.siblings-manuf {
    margin: 0 0 55px
}

.siblings-manuf p {
    margin: 0 0 40px;
    padding: 0;
    line-height: 23px
}

.siblings-manuf ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 30px
}

.siblings-manuf li {
    margin: 23px 0 0;
    padding: 0;
    line-height: normal;
    background: none
}

.siblings-manuf li:first-child {
    margin: 0
}

.list-standart {
    margin: 0 0 42px;
    padding: 0 0 42px;
    border-bottom: 1px solid #e5e5e5
}

.list-standart ul {
    margin: 0;
    padding: 0
}

.list-standart li {
    background: none;
    padding-left: 0;
    margin: 18px 0 0;
    font-size: 17px
}

.list-standart li:first-child {
    margin: 0
}

.slider-work {
    position: relative;
    margin: 0 0 50px;
    height: 247px
}

.slider-work:after {
    content: '';
    display: table;
    clear: both
}

.in-work-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 247px;
	max-width: 100%;
}

.in-work-slide:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -176px 0 0;
    z-index: 70;
    content: '';
    display: block;
    width: 114px;
    height: 353px;
    background: url(../images/shadow-news2.png) no-repeat
}

.in-work-slide .slide {
    width: 270px;
    overflow: hidden
}

.in-work-slide .slide img {
    max-height: 206px
}

.slider-work .bx-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 825px;
    height: 21px
}

.slider-work .bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/sprite.png) -5px -0 no-repeat
}

.slider-work .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/sprite.png) -5px -26px no-repeat
}

.slider-work .bx-wrapper .bx-prev.disabled {
    left: 0;
    background: url(../images/sprite.png) -5px -52px no-repeat
}

.slider-work .bx-wrapper .bx-next.disabled {
    right: 0;
    background: url(../images/sprite.png) -5px -78px no-repeat
}

.slider-work .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: 0;
    border: none;
    outline: 0;
    width: 101px;
    height: 21px;
    text-indent: -9999px;
    z-index: 70
}

.date-c {
    margin: 0 0 15px;
    font-size: 12px;
    color: #999
}

.back {
    margin: 0 0 72px
}

.content2 {
    position: relative
}

.content2:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10000px;
    margin: 0 0 0 -5000px;
    z-index: -1;
    content: '';
    display: block;
    height: 100%;
    background: #ededed
}

.content2 .breadcrumb {
    border: none;
    padding: 0
}

.content2 h1 {
    margin-top: 33px
}

.block-contacts {
    display: table;
    width: 100%
}

.contacts-l {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 605px
}

.tab-m img {
    display: block
}

.contacts-r {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.in-contacts {
    padding: 0 0 0 55px;
    width: 445px
}

.nav-contacts {
    margin: 0 0 38px
}

.nav-contacts ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nav-contacts li {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 25px;
    background: none;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'futurademicregular';
    color: #26325e;
    cursor: pointer
}

.nav-contacts li.active {
    cursor: default;
    color: #fff !important;
    background: #26325e
}

.nav-contacts li:hover {
    color: #ff7200
}

.adress {
    margin: 0 0 56px;
    font-size: 17px
}

.adress span {
    display: block;
    margin: 4px 0 0;
    color: #999;
    font-size: 14px
}

.contacts-tb ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.contacts-tb li {
    margin: 16px 0 0;
    padding: 0;
    line-height: normal;
    background: none;
    font-size: 17px
}

.contacts-tb li:first-child {
    margin: 0
}

.content2 .breadcrumb {
    padding: 0;
    margin-bottom: 11px
}

.content2 h1 {
    margin-bottom: 17px
}

p.text-carier {
    margin-top: 13px;
    border-top: 1px solid #d5d5d5;
    padding: 30px 0 0
}

.ankets {
    margin-top: 50px;
    padding: 0 0 75px
}

.t-anket {
    margin: 0 0 28px;
    padding: 0 0 7px;
    letter-spacing: 4px;
    font-family: 'FuturaLightC';
    font-size: 18px;
    text-transform: uppercase;
    color: #26325e;
    border-bottom: 3px solid #ff7200
}

.body-anket:after {
    content: '';
    display: table;
    clear: both
}

.left-anket {
    float: left;
    width: 420px
}

.b-radio {
    margin: 26px 0 32px
}

.b-radio2 {
    margin-bottom: 22px
}

.b-radio p {
    margin: 0 0 9px;
    padding: 0;
    line-height: normal;
    font-size: 15px;
    color: #999
}

.b-radio ul {
    list-style-type: none;
    margin: 0 0 0 -50px;
    padding: 0
}

.b-radio li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
    padding: 0;
    line-height: normal;
    background: none
}

.b-radio li label {
    margin: 4px 0 0 3px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.assest .ez-hide {
    display: block;
    width: 23px;
    height: 23px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.assest .ez-checkbox-green {
    width: 23px;
    height: 23px;
    background: transparent url(../images/sprite.png) -34px -133px no-repeat;
    display: inline-block
}

.assest .ez-checked-green {
    background: transparent url(../images/sprite.png) -62px -133px no-repeat
}

.b-radio li .ez-hide {
    width: 24px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.b-radio li .ez-radio {
    background: transparent url(../images/sprite.png) -63px -104px no-repeat;
    display: inline-block;
    zoom: 1;
    *display: inline;
    _height: 30px
}

.b-radio li .ez-selected {
    background: transparent url(../images/sprite.png) -5px -133px no-repeat
}

.fields {
    margin-top: 36px
}

.fields p {
    margin: 0 0 19px;
    padding: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 700
}

.assest {
    margin: 25px 0 39px
}

.assest label {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 10px;
    font-size: 12px;
    cursor: pointer
}

.button button {
    display: block;
    width: 187px;
    height: 48px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'futurademicregular';
    background: #ff7200;
    letter-spacing: 3px
}

.button button:hover {
    background: #ff8e33
}

.right-anket {
    float: right;
    width: 420px
}

.field {
    position: relative;
    margin: 0 0 14px
}

.double-label {
    display: none;
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 11px;
    color: #999
}

.field input {
    width: 393px;
    height: 47px;
    padding: 0 12px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    border: none;
    border: 1px solid #d6d6d6;
    display: block;
    background: #fff;
    outline: none;
    font-family: Arial, Helvetica, sans-serif
}

.field.act input {
    border: 1px solid #334893;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 0 7px rgba(51, 72, 147, 0.52);
    -moz-box-shadow: 0 0 7px rgba(51, 72, 147, 0.52);
    box-shadow: 0 0 7px rgba(51, 72, 147, 0.52)
}

.field.act .double-label {
    display: block
}

.field textarea {
    width: 393px;
    height: 78px;
    padding: 16px 12px 0;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    border: none;
    border: 1px solid #d6d6d6;
    display: block;
    background: #fff;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    overflow-y: auto
}

.field.act textarea {
    border: 1px solid #334893;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 0 7px rgba(51, 72, 147, 0.52);
    -moz-box-shadow: 0 0 7px rgba(51, 72, 147, 0.52);
    box-shadow: 0 0 7px rgba(51, 72, 147, 0.52)
}

ul.content-top-menu {
    margin: 0 0 42px;
    padding: 0 0 42px;
    border-bottom: 1px solid #e5e5e5;
}

ul.content-top-menu li {
    margin: 18px 0 0;
    padding: 0;
    background: none;
    font-size: 17px;
}

.b-search { 
    /*padding:50px 0 0 0;*/
    margin: 0 0 36px 0;
    /*border-top: 1px solid #d5d5d5;*/
}
.b-search:after { content:''; display: table; clear: both;}
.b-search form {}
.field-search { float:left;}
.field-search input {
    width: 652px;
    height: 48px;
}
.but-search { float:right;}
.but-search button { display: block; width:188px; height:50px; border: none; font-size:18px; background:#ff7200; color:#fff; text-transform:uppercase; outline:none; cursor: pointer;font-family:'futurademicregular';}
.total-result { margin:0 0 17px 0; font-size:15px; color:#999;}
.list-result { margin:0 0 38px 0;}
.item-result { padding:32px 0 0 0; margin:21px 0 0 0; border-top:1px solid #d5d5d5;}
.item-result:first-child { margin:0; }
.item-result p { margin:0 0 28px 0; padding:0;}
.pages-s {}
.pages-s ul { list-style-type: none; margin:0; padding:0;}
.pages-s li { position:relative; display: inline-block; vertical-align: top; margin:0; padding:0 0 0 7px; line-height: normal; background: none; font-size:11px; color:#999;}
.pages-s li:before { content:'/'; display: block; position:absolute; top:50%; left:0; margin:-6px 0 0 0; font-size:11px; color:#999;}
.pages-s li:first-child:before { display: none;}
.pages-s li:first-child { padding-left:0; margin-left:0;}
.pages-s li a { color:#26325e; border: none;}
.item-result .title {
    margin-bottom: 5px;
}
.item-result .title a {
    border: none;
}

.total-result.total0 {
    margin-bottom: 100px;
}

.search-error {
    margin: -50px 0 50px;
    color: #ff0000;
}

.pagination {
    margin-bottom: 20px;
}

.pagination:after{
    clear: both;
    content: " ";
}

.pagination .pull-right{
    float: right;
}

.pagination ul.pagination-list {
    float: left;
    padding: 0;
    margin: 0;
}

.pagination ul.pagination-list li {
    display: inline;
    background: none;
}

.pagination ul.pagination-list li a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination ul.pagination-list li span {
    background-color: #ff7200;
    color: white;
    padding: 8px 16px;
}

/*adaptive version*/
@media screen and (min-width: 1440px) {
    .img-top-site img {
        width: 100%
    }

    .img-slide img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .img-slide {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 642px;
        overflow: hidden;
    }

    .img-slide div {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin: -500px 0 0 0;
        height: 1000px;
        display: table;
    }

    .img-slide p {
        display: table-cell;
        vertical-align: middle;
        height: 1000px;
        padding: 0;
        line-height: normal;
    }
}

@media screen and (min-width: 999px) {
    .but-m {
        display: none !important
    }

    .fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 190px;
    }
}

@media screen and (max-width: 1200px) {
    .in-ab-l {
        padding-right: 30px;
        width: 460px
    }

    .in-ab-r {
        padding-left: 30px
    }
}

@media screen and (max-width: 1180px) {
    .logo {
        left: 0
    }

    .menu-top > ul > li {
        margin-left: 45px
    }

    .header {
        width: 730px;
        padding-left: 270px
    }

    .wr-slide .bx-controls {
        width: 580px;
        margin-left: -290px
    }

    .content {
        width: 1000px
    }

    .right {
        width: 790px
    }

    .in-top-site {
        width: 762px;
        margin-left: -500px;
        padding-left: 238px
    }
}

@media screen and (max-width: 999px) {
	.img-top-site {
		height: 115px;
	}
	
    .main {
        min-width: 320px
    }

    .main:after {
        display: none
    }

    .footer {
        min-width: 320px;
        margin-top: 0;
        height: auto
    }

    .header {
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .slider-top {
        height: auto
    }

    .img-slide {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        width: auto;
        height: auto
    }

    .img-slide img {
        max-width: 100%
    }

    .slider-top .slide {
        height: auto
    }

    .desc-slide,
    .slideshowckslider-top .camera_caption {
        width: auto;
        left: auto;
        margin: 0;
        bottom: 70px;
        top: auto;
        width: 100%
    }

    .slider-top .bx-wrapper .bx-pager {
        bottom: 15px
    }

    .die-slide,
    .slideshowckslider-top .camera_caption > div {
        width: auto;
        margin: 0;
        padding: 20px 10px 45px
    }

    .t-slide,
    .slideshowckslider-top .camera_caption .camera_caption_title {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 25px;
        line-height: normal
    }

    .slideshowckslider-top .camera_caption .camera_caption_title > a {
        color: #ffffff;
        font-size: 25px;
        line-height: normal
    }

    .text-slide,
    .slideshowckslider-top .camera_caption .camera_caption_desc {
        font-size: 15px;
        line-height: 20px
    }

    .t-slide br {
        display: none
    }

    .about-company {
        display: block;
        width: auto;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .about-l {
        display: block;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        height: auto
    }

    .about-r {
        display: block;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        height: auto
    }

    .in-ab-l {
        width: auto;
        padding: 30px 0
    }

    .in-ab-l p {
        font-size: 20px;
        line-height: 32px
    }

    .in-ab-r {
        width: auto;
        padding: 30px 0
    }

    .more-about {
        margin-top: 15px;
        text-align: center
    }

    .b-news {
        width: auto;
        padding-left: 10px;
        padding-right: 0;
        padding-top: 30px
    }

    .all-news {
        right: auto;
        top: auto;
        bottom: -40px;
        width: 100%;
        text-align: center
    }

    .wr-slide .bx-controls {
        width: 220px;
        margin-left: -110px;
        top: -40px
    }

    .t-news {
        margin-bottom: 55px;
        font-size: 18px;
        letter-spacing: 2px
    }
.t-zak {
        margin-bottom: 0px;
        font-size: 18px;
        letter-spacing: 2px
    }

    .b-sertif {
        width: auto;
        padding: 30px 10px 20px
    }
    .b-zak {
        width: auto;
        /*padding: 30px 10px 20px*/
    }


    .list-sertif {
        margin-bottom: 5px;
        text-align: center
    }

    .list-sertif ul {
        margin-left: 0
    }

    .list-sertif li {
        margin-bottom: 30px;
        width: 24%;
        margin-left: 0
    }

    .text-sertif {
        padding-top: 20px;
        line-height: 18px
    }

    .cont-f {
        width: auto;
        padding: 20px 10px 17px
    }

    .copy {
        margin-bottom: 10px;
        display: block
    }

    .adress-f {
        margin-left: 0;
        line-height: 22px
    }

    .content {
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .left {
        float: none;
        width: auto
    }

    .right {
        float: none;
        width: auto
    }

    .logo {
        width: auto;
        height: auto;
        left: 0;
        padding: 0;
        height: 48px;
        overflow: hidden
    }

    .logo img {
        height: 52px
    }

    .logo span {
        position: relative;
        top: 4px;
        display: block;
        height: 40px;
        overflow: hidden
    }

    .menu-top > ul {
        position: absolute;
        top: 48px;
        left: 0;
        margin-left: 0;
        display: none;
        width: 100%;
        background: #26325e;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .menu-top > ul > li {
        display: block;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center
    }

    .menu-top > ul > li:first-child {
        border: none
    }

    .menu-top > ul > li > .panel-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        background: rgba(255, 255, 255, 0.3)
    }

    .menu-top > ul > li > .panel-menu > ul > li {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .header-r {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -65px;
        float: none;
        width: 130px;
        text-align: center;
    }

    .but-m {
        position: absolute;
        top: 50%;
        right: 10px;
        margin: -12px 0 0;
        content: '';
        display: block;
        width: 34px;
        height: 24px;
        background: url(../images/ico-menu.png) no-repeat;
        cursor: pointer
    }

    .breadcrumb {
        display: none
    }

    .top-site {
        min-height: 110px;
        height: 110px;
    }

    .in-top-site h1 {
        min-height: 110px;
        height: 110px;
    }

    .in-top-site {
        display: table;
        padding-left: 0;
        width: 100%;
        margin-left: 0;
        left: auto
    }

    .in-top-site h1 {
        width: 100%;
        text-align: center;
        font-size: 30px
    }

    .left {
        margin-bottom: 20px
    }

    .menu-left {
        text-align: center;
        padding-bottom: 0;
    }

    .menu-left > ul > li {
        margin-top: 25px
    }

    .list-lic ul {
        text-align: center
    }

    .quote {
        font-size: 20px;
        padding-left: 20px;
        line-height: 30px;
        margin-bottom: 25px
    }

    .list-lic {
        margin-bottom: 30px
    }

    ul {
        padding-left: 10px;
        margin-bottom: 30px
    }

    .list-lic {
        margin-top: 30px
    }

    .list-news .items-row {
        text-align: center
    }

    .list-news .items-row .span4 {
        text-align: left
    }

    .pages {
        text-align: center;
        margin-bottom: 20px
    }

    .pages li {
        margin-bottom: 10px
    }

    .our-costomers {
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px
    }

    .t-costomers {
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
        letter-spacing: 4px
    }

    .our-costomers ul {
        text-align: center
    }

    .more-manuf {
        text-align: center
    }

    .siblings-manuf ul {
        padding-left: 10px
    }

    .slider-work .bx-controls {
        width: 220px;
        margin-left: -110px;
        left: 50%
    }

    .list-standart {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 30px;
        text-align: center;
        border-top: 1px solid #e5e5e5
    }

    .slider-work {
        margin-bottom: 30px
    }

    h1 {
        margin-top: 0px;
        font-size: 30px;
        line-height: 31px;
        text-align: center;
        margin-bottom: 30px
    }

    .date-c {
        text-align: center
    }

    .content img {
        max-width: 100%
    }

    .back {
        text-align: center;
        margin-bottom: 30px
    }

    .content2 h1 {
        margin-top: -20px;
        margin-bottom: 23px;
        padding-top: 20px;
    }

    .block-contacts {
        display: block
    }

    .contacts-l {
        display: block;
        width: auto;
        height: 300px
    }

    .tab-m > ymaps {
        height: 300px !important
    }

    .contacts-r {
        display: block;
        width: auto
    }

    .in-contacts {
        width: auto;
        padding: 30px 10px;
        text-align: center
    }

    .adress {
        margin-bottom: 30px
    }

    .nav-contacts {
        text-align: center
    }

    .nav-contacts li {
        padding-left: 10px;
        padding-right: 10px
    }

    .ankets {
        margin-top: 20px
    }

    .t-anket {
        text-align: center
    }

    .left-anket {
        float: none;
        width: auto
    }

    .right-anket {
        float: none;
        width: auto
    }

    .field input {
        width: 100%;
        box-sizing: border-box
    }

    .field textarea {
        width: 100%;
        box-sizing: border-box
    }

    .b-radio {
        text-align: center
    }

    .assest {
        margin-top: 18px;
        margin-bottom: 30px
    }

    .ankets {
        padding-bottom: 30px
    }

    .button button {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 760px) {
    .list-sertif li {
        width: 32%
    }

    .text-slide,
    .slideshowckslider-top .camera_caption .camera_caption_desc {
        display: none
    }

    .t-slide,
    .slideshowckslider-top .camera_caption .camera_caption_title,
    .slideshowckslider-top .camera_caption .camera_caption_title > a {
        font-size: 20px;
        text-align: center
    }

    .img-top-site img {
        display: block;
        width: 160%;
    }
}

@media screen and (max-width: 500px) {
    .list-sertif li {
        width: 49%
    }

    .field-s input {
        width: 117px
    }

    .slider-top {
        display: none
    }

    .list-lic ul {
        margin-left: 0
    }

    .list-lic li {
        margin-left: 0;
        width: 49%
    }

    .list-lic li img {
        max-width: 80%;
        margin: 0 auto
    }

    .list-lic li:before {
        display: none
    }

    .our-costomers ul {
        margin-left: -20px
    }

    .our-costomers li {
        margin-left: 20px;
        margin-bottom: 40px
    }

    .contacts-l {
        height: 200px
    }

    .tab-m > ymaps {
        height: 200px !important
    }

    .b-radio ul {
        margin-left: -10px
    }

    .b-radio li {
        margin-left: 10px
    }

    .b-radio li label {
        font-size: 12px;
        margin-top: 6px
    }

    .in-top-site h1 {
        font-size: 25px;
    }

    h1 {
        font-size: 25px;
    }

    .img-top-site img {
        display: block;
        width: 210%;
    }

    .desc-slide,
    .slideshowckslider-top .camera_caption {
        bottom: 0;
    }
}

