/* bitrix */
div[id^=wait_comp], .bx-core-waitwindow {display: none;}
/* bitrix */

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

@font-face {
    font-family: 'Archive';
    src: url('fonts/archive/Archive.eot?#iefix') format('embedded-opentype'),
    url('fonts/archive/Archive.woff') format('woff'),
    url('fonts/archive/Archive.ttf') format('truetype'),
    url('fonts/archive/Archive.svg#Archive') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato/Lato-Heavy.woff') format('woff'),
    url('fonts/lato/Lato-Heavy.ttf') format('truetype'),
    url('fonts/lato/Lato-Heavy.svg#Archive') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato/Lato-Bold.woff') format('woff'),
    url('fonts/lato/Lato-Bold.ttf') format('truetype'),
    url('fonts/lato/Lato-Bold.svg#Archive') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato/Lato-Regular.woff') format('woff'),
    url('fonts/lato/Lato-Regular.ttf') format('truetype'),
    url('fonts/lato/Lato-Regular.svg#Archive') format('svg');
    font-weight: 400;
    font-style: normal;
}

body {
    min-width: 320px;
    height: 100%;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    color: #333;
    font-weight: 400;
    cursor: default;
    background: #EBEBEB;
}

body.hidden {
    overflow: hidden;
}

a {
    color: #0dacdb;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2 {
    font-family: 'Archive';
    font-size: 36px;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 40px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
}

/*###### CONSTANT ########################################*/

.center {text-align: center;}
.fleft {float: left;}
.fright {float: right;}
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.row:after, .row:before {display: table; content: ''; line-height: 0;}
.row:after {clear: both;}

.icon {
    font-family: 'icon';
    font-weight: normal;
    font-style: normal;
}

.archive {
    font-family: 'Archive';
    font-weight: normal;
    font-style: normal;
}

.no-photo {
    background: #F4F4F4 url(img/no-photo.png) 50% 50% no-repeat;
    border-radius: 2px;
}

ul:not([class]) {
    margin: 18px 0;
    padding-left: 25px;
}

ul:not([class]) li {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 5px;
}

/*###### MAIN ########################################*/

.wrapper {
    width: 1400px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

.header {
    position: relative;
    background: url(img/header.jpg) 50% 50% no-repeat;
}

.content {
    padding: 0 0 140px;
}

.footer {
    margin: -140px auto 0;
    width: 1400px;
    height: 140px;
    background: #fff;
    position: relative;
    padding: 40px 80px 0;
    font-size: 15px;
    line-height: 18px;
    color: #a3a3a3;
}

.absolute {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.main {
    position: relative;
    padding: 60px 80px;
    line-height: 18px;
}

.main p {
    margin-bottom: 15px;
}

/*#### footer ########################################*/

.footer-column {
    float: left;
    width: 33.33%;
    min-height: 1px;
    position: relative;
}

.phone span {
    display: block;
    font-size: 18px;
}

/*#### button ########################################*/

.button {
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    background: #0DACDB;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Archive';
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
}

.button:hover {
    background-color: #0b95bf;
}

.button.more {
    width: 15em;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.recall-button {
    right: 80px; top: 40px;
    position: absolute;
}

.white {
    background: #fff;
    color: #333;
}

.white:hover {
    background: #f2f2f2;
}

.line {
    border: 1px solid rgba(255,255,255,.5);
    background: transparent;
    line-height: 38px;
}

.line:hover {
    background: transparent;
    border-color: rgba(255,255,255,1);
}

.blue {
    border-color: #0DACDB;
    color: #0DACDB;
}

.blue:hover {
    border-color: #0b95bf;
}

.icon-left {
    margin-right: 10px;
}

.icon-right {
    margin-left: 10px;
}

.green {
    background-color: #66BB6A;
}

.green:hover {
    background-color: #5da860;
}

/*#### header ########################################*/

.header-top {
    height: 110px;
    padding: 30px 80px 0;
    position: relative;
}

.logotype {
    position: relative;
}

.logotype img {
    display: block;
    width: 240px;
    height: 51px;
}

.header-right {
    padding-top: 15px;
    line-height: 20px;
}

.main-phone {
    color: #fff;
    font-size: 18px;
    margin-right: 45px;
}

.panel-block .main-phone {
    padding: 10px 20px;
    margin: 0;
}

.search {
    margin-right: 45px;
}

.auth {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.auth span {
    font-size: 18px;
}

.burger-block {
    display: none;
}

/*#### menu-block ########################################*/

.menu-block {
    position: relative;
    height: 50px;
    z-index: 10;
}

.menu-block-fix {
    width: 1400px;
    height: 50px;
    padding: 17px 80px;
    background-color: #0DACDB;
    top: 0;
    transition: all 0.2s ease;
}

.menu {
    text-align: center;
}

.menu li {
    line-height: 15px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.menu li a {
    font-family: 'Archive';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.menu li a:hover {
    text-decoration: underline;
}

.menu li:first-child {
    width: 0;
    opacity: 0;
    margin-right: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}

.fixed .menu-block-fix {
    position: fixed;
    top: 0;
}

.fixed .menu li:first-child {
    width: 24px;
    opacity: 1;
    margin: 0 15px;
}

/*#### header-middle ########################################*/

.header-middle {
    height: 470px;
    position: relative;
}

.header-middle__td {
    width: 1400px;
    height: 470px;
    display: table-cell;
    vertical-align: middle;
}

.header-title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}

.header-title a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transition: all 0.2s ease;
}

.header-title a:hover {
    border-color: rgba(255,255,255,1);
}

.header-nav-links {
    margin-top: 100px;
}

.header-nav-links li {
    margin: 0 7px;
    display: inline-block;
    vertical-align: top;
}

.services {
    background: #F2F2F2;
    padding: 80px 80px 0;
    height: 300px;
    position: relative;
}

.services-title {
    width: 330px;
    line-height: 30px;
    font-size: 60px;
    font-weight: 300;
    display: none;
}

.services-title span {
    display: block;
    font-size: 80px;
    line-height: 70px;
    font-weight: 900;
}

.services-list {
    float: none;
}

.services-list li {
    float: left;
    /*width: 182px;*/
    width: 20%;
    height: 220px;
    /*padding-right: 30px;*/
}

.services-list li a {
    display: block;
    height: 220px;
    text-align: center;
    position: relative;
    padding-top: 80px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    top: 0;
    border-bottom: 3px solid #F2F2F2;
    transition: all 0.2s ease;
}

.services-list li img {
    position: absolute;
    left: 50%; top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.services-list li a:hover {
    top: -2px;
    height: 222px;
    border-bottom: 3px solid #333;
}

/*#### contact ########################################*/

.map-block {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

/*#### news ########################################*/

.slick-track,
.slick-list {
    position: relative;
    overflow: hidden;
}

.slick-slide {
    float: left;
}

.news-block-container {
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #EBEBEB;
}

.news-slider {
    position: relative;
    padding-bottom: 40px;
}

.news-block .news-item {
    margin: 0 30px 30px 0;
}

.news-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 380px;
    padding-left: 80px;
    text-align: justify;
}

.news-date {
    position: absolute;
    left: 0; top: 0;
    font-size: 14px;
    line-height: 16px;
    color: #DFDFDF;
}

.n__number {
    font-size: 60px;
    line-height: 58px;
    margin-top: -10px;
}

.news-image {
    /*height: 150px;*/
    overflow: hidden;
}

.news-image img {
    height: 100%;
}

.news-link {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
}

.news-text {
    height: 58px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.slick-dots {
    text-align: center;
    position: absolute;
    left: 0; bottom: 0;
    height: 6px;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
    background: #D1D1D1;
    transition: all 0.2s ease;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #0DACDB;
}

.ns-nav {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -75px;
    border: 1px solid #0DACDB;
    color: #0DACDB;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    line-height: 38px;
    right: 0;
}

.ns-prev {
    right: 39px;
}

/*== overlay-block ========================================*/

.overlay-block {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: rgba(235, 235, 235, 0.7);
    z-index: 999;
    display: none;
}

.overlay-tb {
    display: table;
    width: 100%;
    height: 100%;
}

.overlay-td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.overlay-main {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 20px 30px;
    text-align: left;
    top: -20px;
    opacity: 0;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transition: all 0.5s ease;
}

.active .overlay-main {
    opacity: 1;
    top: 0;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.overlay-title {
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.overlay-close {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    right: -50px; top: 0;
    cursor: pointer;
    color: #E3E3E3;
    font-size: 24px;
    transition: all 0.1s ease;
}

.overlay-close:hover {
    color: #FF0000;
}

.form-list {
    background-color: #f2f2f2;
    padding: 20px 30px;
    margin: 0 -30px -20px;
}

.form-list li + li {
    margin-left: 20px;
}

.form-list li {
    float: left;
}

.error-block {
    padding: 20px;
    background-color: #ffcdd2;
    border: 1px solid #ebbcc0;
    border-radius: 2px;
}

/*#### FORM ########################################*/

.input {
    width: 100%;
    height: 40px;
    max-width: 400px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    display: block;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.textarea {
    padding: 10px;
    height: 150px;
}

.input:focus {
    border-color: #0DACDB;
}

.input.error {
    border-color: #ff0000;
}

.input-block {
    margin-bottom: 15px;
}

.radio-block {
    margin-bottom: 10px;
}

.input[required], .required {
    background-image: url(img/required.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.required.error {
    border: 1px solid #ff0000;
}

.check,
.radio {
    display: none;
}

.label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 25px;
    line-height: 16px;
}

.label:after {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #D8D8D8;
    position: absolute;
    left: 0; top: 0;
}

.checkbox-label:after {
    line-height: 14px;
    color: #0DACDB;
    border-radius: 2px;
    text-align: center;
    font-family: 'icon';
}

.check:checked + .checkbox-label:after {
    content: '\e80b';
}

.radio-label:after {
    border-radius: 8px;
}

.radio:checked + .radio-label:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #0DACDC;
    position: absolute;
    left: 4px; top: 4px;
}

.info {
    font-size: 11px;
    line-height: 12px;
    color: #A9A9A9;
    margin: -10px 0 15px;
}

.captcha {
    max-width: 400px;
    position: relative;
    padding-right: 170px;
}

.captcha img {
    position: absolute;
    right: 0; top: 0;
}

.form-table .input {
    margin: 0;
    margin: 0 auto;
}

.form-table .hide {
    display: none;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    color: #333;
    background-position: right 10px center;
}

.select.required, .select.error {
    background-image: url(img/select_error.png);
}

/*#### breadcumbs ########################################*/

.breadcumbs {
    margin: -15px 0 30px;
}

.breadcumbs li {
    float: left;
    font-size: 12px;
    margin-right: 5px;
    color: #848484;
}

/*#### navigation-block ########################################*/

.navigation-block {
    margin-top: 30px;
    padding-top: 60px;
    background: url(img/navigation.png) 50% 0 no-repeat;
}

.navigation-item {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 0 10px;
}

.navigation-current {
    border-radius: 2px;
    background-color: #DFDFDF;
}

.navigation-item a {
    display: block;
    border-radius: 2px;
    height: 40px;
    background-color: #0DACDB;
    color: #fff;
    text-decoration: none;
}

/*#### news-table ########################################*/

.news-table {
    width: 100%;
}

.news-table > tbody > tr > td {
    vertical-align: top;
}

.news-table-image {
    width: 300px;
    margin-right: 40px;
}

.news-table-image img {
    width: 300px;
    display: block;
    box-shadow: 0 9px 20px rgba(0,0,0,.2);
}

.news-table > tbody > tr > td + td {
    width: 100%;
}

.shared-block {
    margin-top: 30px;
}

/*#### galery ########################################*/

.galery {
    margin: 18px 0;
}

.galery li {
    margin: 0 20px 20px 0;
    float: left;
}

.galery li img {
    display: block;
    height: 150px;
    position: relative;
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.galery li:hover img {
    border-color: #0DACDB;
}

/*#### form-table ########################################*/

.form-table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dbdbdb;
    background-color: #F2F2F2;
}

.form-table td {
    width: 50%;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
    padding: 10px 20px;
}

.form-table tr:hover td {
    background-color: #f2f2f2;
}

/*#### file-block ########################################*/

.file-block {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.file {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0; top: 0;
    cursor: pointer;
    text-indent: -9999px;
}

.info-file {
    max-width: 400px;
    margin: 5px auto 0;
}

/*#### category-block ########################################*/

.category-block {
    margin-bottom: 30px;
}

.category-item {
    float: left;
    width: 311px;
    height: 311px;
    position: relative;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    margin: 0 -1px -1px 0;
    transition: all 0.2s ease;
}

/*.category-item:hover {
    border-color: #0DACDB;
    box-shadow: 0 4px 10px rgba(0,0,0,.5);
    z-index: 2;
}*/

.category-link {
    z-index: 3;
}

.category-image {
    height: 310px;
    overflow: hidden;
    text-align: center;
}

.category-image img {
    max-width: 100%;
}

.category-image span {
    width: 310px;
    height: 310px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.category-name {
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.category-item:hover .category-name {
    opacity: 0;
    visibility: hidden;
}

.category-overlay {
    background-color: rgba(255,255,255,.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.category-item:hover .category-overlay {
    opacity: 1;
    visibility: visible;
}

.co__bottom {
    padding: 20px;
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
}

.co__name {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    display: none;
}

.co__name span {
    display: block;
    font-size: 12px;
}

.category-item .button {
    /*border: 2px solid #000;*/
    color: #fff;
    background: rgba(13,172,219,1);
}

/*#### other-category ########################################*/

.other-item {
    float: left;
    width: 178px;
    height: 250px;
    margin: 0 -1px 0 0;
    position: relative;
}

.other-image {
    width: 178px;
    height: 178px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}

.other-image span {
    width: 176px;
    height: 176px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.other-name {
    font-size: 14px;
    line-height: 18px;
    transition: all 0.2s ease;
}

.other-item:hover .other-image {
    border-color: #0DACDB;
}

.other-item:hover .other-name {
    color: #0DACDB;
}

.other-item:hover {
    z-index: 2;
}

/*#### product ########################################*/

.button-sidebar {
    display: none;
}

.close-sidebar {
    width: 100%;
    display: none;
}

.product-sidebar {
    width: 270px;
    position: relative;
    float: left;
}

.product-list-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 11;
}

.product-main {
    float: right;
    width: 930px;
    position: relative;
}

.product-main h3 {
    text-transform: uppercase;
    font-weight: 900;
}

.product-list {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    overflow: hidden;
}

.product-list > li > span {
    position: relative;
    text-transform: uppercase;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 900;
    padding: 10px 35px 10px 20px;
    cursor: pointer;
}

.product-list > li > span:after {
    content: '\e801';
    font-family: 'icon';
    position: absolute;
    height: 100%;
    padding-top: 10px;
    right: 15px; top: 0;
    font-size: 10px;
}

.product-list > li > span.link a {
    color: #333;
    text-decoration: none;
}

.product-list > li + li > span {
    border-top: 1px solid #EFEFEF;
}

/*.active-list,*/
.product-list > li.show-list {
    background-color: #F6F6F6;
}

.active-list .product-list-sub {
    display: block;
}

.product-list-sub {
    display: none;
    padding: 10px 35px 15px 20px;
}

.product-list-sub li {
    line-height: 16px;
    margin-bottom: 8px;
}

.product-list-sub li a {
    font-size: 15px;
    color: #7c7c7c;
}

.product-list-sub li.active a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
}

/*#### product-main ########################################*/

.product-info {
    width: 100%;
    margin-bottom: 30px;
}

.product-info td {
    vertical-align: top;
}

.product-image img {
    display: block;
    max-width: 280px;
    border-radius: 2px;
    margin-right: 45px;
    border: solid 1px #efefef;
}

.option-table {
    margin: 20px 0;
}

.option-table td {
    vertical-align: top;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 30px 5px 10px;
}

.option-table th {
    background-color: #E6E6E6;
    font-weight: 900;
    text-align: left;
    font-size: 13px;
    padding: 5px 30px 5px 10px;
}

/*#### designation-block ########################################*/

.designation-block {
    margin: 20px 0;
}

.designation-info td {
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 0 25px 20px 0;
    transition: all 0.3s ease;
}



/*.designation-info:hover td,
.blink td,
.designation-list li.blink,
.designation-list:hover li {
    opacity: .4;
}

.designation-info:hover tr:hover td,
.designation-list:hover li:hover {
    opacity: 1;
}
*/
.designation-list li {
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #BEE3EE;
    margin: 0 12px 40px 0;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 0.3s ease;
}

.designation-list li span {
    position: absolute;
    right: 0; top: 0;
    width: 20px;
    height: 20px;
    background: #0DACDB;
    border-radius: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

/*#### element ########################################*/

.element-container {
    margin-bottom: 30px;
}

.accordion-content {
    display: none;
}

.element-block {
    margin-bottom: 2px;
}

.element-header {
    background-color: #F3F3F3;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #919191;
    font-weight: 900;
    padding: 0 35px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.1s ease;
}

.element-header:after {
    content: '\e801';
    font-family: 'icon';
    position: absolute;
    right: 15px; top: 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.show-list .element-header {
    background-color: #0DACDB;
    color: #fff;
}

.show-list .element-header:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.element-items {
    padding: 15px 0;
}

.element-table {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
}

.element-table th {
    text-transform: uppercase;
    border: 1px solid #D4D8DF;
    background-color: #E6E6E6;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px;
}

.element-table a {
    color: #03548B;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
}

.element-table td {
    padding: 5px 10px;
    border: 1px solid #D4D8DF;
    text-align: center;
}

.drawing {
    display: block;
    width: 16px;
    height: 20px;
    background: url(img/drawing.png) no-repeat;
    margin: 0 auto;
}

/*#### contact ########################################*/

.contact-block {
    overflow: hidden;
    position: relative;
}

.contact-column + .contact-column:before {
    content: '';
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    border-left: 1px solid #EBEBEB;
    margin-left: -70px;
    background: url(img/contact-img.png) no-repeat;
}

.contact-column {
    float: left;
    width: 50%;
    padding-right: 40px;
}

.contact-column + .contact-column {
    padding-left: 110px;
}

.contact-block h3 {
    margin-bottom: 5px;
}

/*#### panel ########################################*/

.panel-block {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    transition: all 0.2s ease;
}

.panel-shadow {
    background-color: rgba(0,0,0,.5);
}

.panel-main {
    width: 220px;
    overflow-y: auto;
    background-color: #0DACDB;
    left: -220px;
    transition: all 0.3s ease;
}

.panel-menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-transform: uppercase;
}

.panel-menu li a .icon {
    font-size: 16px;
}

.panel-logo {
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

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

/*#### download-pdf ########################################*/

.download-pdf {
    margin: 20px 0;
}

.download-pdf .button {
    width: 100%;
    max-width: 280px;
    display: block;
    text-align: center;
}

/*#preview-form .preview-form-wrap {
    height: 80%;
    overflow-y: scroll;
}*/

#preview-form {
    overflow-y: auto;
}

#preview-form .overlay-main {
    width: 600px;
}

#preview-form-table {
    margin: 0 0 20px 0;
}

#preview-form-table td {
    border: 1px solid #000;
    padding: 5px;
}

#preview-form-table td.left {
    width: 40%;
}

#preview-form-table td.right {
    width: 60%;
}

p.error {
    color: #ff0000;
}

p.ok {
    color: #66BB6A;
}

.mf-captcha.recaptcha {
    margin-left: 89px;
}
.fancybox-wrap .child {
    text-align: center;
    display: block;
    padding: 0em 0em 1em 0;
    font-weight: bold;
}
.check-agreement-wrapper {
    margin-bottom: 10px;
}

.register-form,
.catalog-order-form {
    width: 400px;
}

.warning-popup-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0; top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
}
.warning-popup {
    width: 500px;
    height: 200px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 100px;
    z-index: 100;
    height: auto;
    padding: 20px;
}
.warning-popup-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.warning-popup p {
    margin-bottom: 10px;
}
.warning-popup-close {
    width: 20px;
    height: 20px;
    background: url(fonts/icon/icon-close-round.svg);
}
.warning-popup-close {
    display: block;
}
.warning-dark {
    height: 100%;
    overflow: hidden;
}

.uf-section-table {
    width: 550px;
}

.uf-section-table td {
    width: 50%;
}

/* Анимация появления контента */
.schedule-popup.fade-in .schedule-popup-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Анимация исчезновения контента */
.schedule-popup.fade-out .schedule-popup-content {
    transform: scale(0.9) translateY(20px);
    opacity: 0;
}

/* Кнопка закрытия */
.schedule-popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    font-size: 28px;
    color: #999;
    line-height: 1;
    user-select: none;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 1;
}

.schedule-popup-close:hover {
    color: #333;
    transform: scale(1.1);
}

/* Заголовок */
.schedule-popup-title {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-right: 30px;
}

/* Текст */
.schedule-popup-text {
    line-height: 1.6;
    color: #555;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .schedule-popup-content {
        width: 95%;
        padding: 20px;
        margin: 10px;
    }

    .schedule-popup-title {
        font-size: 20px;
    }

    .schedule-popup-close {
        font-size: 24px;
        top: 8px;
        right: 12px;
    }
}

@media (max-width: 1420px) {
    .wrapper,
    .footer,
    .menu-block-fix,
    .header-middle__td {
        width: 1245px;
    }

    .news-item {
        width: 350px;
    }

    .news-block .news-item {
        margin: 0 20px 30px 0;
    }

    .category-item {
        width: 270px;
        height: 270px;
    }

    .category-image {
        height: 280px;
    }

    .category-image span {
        width: 280px;
        height: 280px;
    }

    .product-main {
        width: 800px;
    }
}

@media (max-width: 1260px) {

    .news-item {
        width: 380px;
    }

    .footer .button {
        display: none;
    }

    body.hidden {
        overflow: hidden;
    }

    .wrapper,
    .footer,
    .menu-block-fix,
    .header-middle__td {
        width: 1024px;
    }

    .overlay-block {
        overflow-y: auto;
    }

    .menu li a {
        font-size: 15px;
    }

    .services {
        padding: 40px 80px 20px;
        height: auto;
    }

    .services-title {
        width: auto;
        float: none;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .services-title span {
        display: inline-block;
        vertical-align: top;
        font-size: 60px;
        line-height: 50px;
        margin-left: 15px;
    }

    .services-list li {
        /*width: 170px;*/
        height: 160px;
    }

    .services-list li a {
        height: 180px;
    }

    .services-list li a:hover {
        top: 0;
        height: 180px;
        border-bottom: 3px solid transparent;
    }

    .category-item {
        width: 288px;
        height: 288px;
    }

    .category-image {
        height: 286px;
    }

    .category-image span {
        width: 286px;
        height: 286px;
    }

    .product-sidebar {
        float: none;
        width: auto;
        position: fixed;
        right: 20px; bottom: 20px;
        z-index: 11;
    }

    .product-main {
        width: auto;
        float: none;
    }

    .close-sidebar,
    .button-sidebar {
        display: block;
    }

    .product-list-container {
        position: fixed;
        overflow-y: auto;
        left: 0; top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .show-catalog .product-list-container {
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 1044px) {

    .footer {
        padding: 20px 50px;
    }

    .search,
    .auth-block,
    .menu li + li,
    .contact-column + .contact-column:before {
        display: none;
    }

    .menu {
        float: left;
    }

    .menu-block {
        position: fixed;
        width: 100%;
        height: 50px;
        opacity: 0;
        left: 0; top: 0;
        visibility: hidden;
    }

    .menu-block.fixed {
        opacity: 1;
        visibility: visible;
    }

    .fixed .menu-block-fix {
        position: static;
        margin: 0 auto;
    }

    .menu li:first-child {
        transition: none;
    }

    .menu-block-fix {
        padding: 17px 50px;
    }

    .fixed .menu li:first-child {
        margin: 0;
        display: block;
    }

    .wrapper,
    .footer,
    .menu-block-fix,
    .header-middle__td {
        width: 768px;
    }

    .header-title {
        font-size: 34px;
        line-height: 44px;
    }

    .news-item {
        width: 280px;
        margin: 0 auto 20px;
        display: block;
        padding: 0;
    }

    .news-slider .news-item {
        margin: 0;
    }

    .news-date {
        position: static;
        margin-bottom: 5px;
    }

    .n__number,
    .n__month,
    .n__year {
        display: inline;
        font-size: 14px;
        line-height: 16px;
    }

    .news-block .news-item {
        margin: 0 20px 30px 0;
        display: inline-block;
    }

    .header-top {
        padding: 30px 50px 0;
    }

    .services {
        padding: 40px 50px;
    }

    .main {
        padding: 60px 50px;
    }

    .services-list li {
        /*width:auto;*/
    }

    .burger-block {
        display: block;
    }

    .footer-column {
        padding-right: 20px;
    }

    .show-panel .panel-block {
        opacity: 1;
        visibility: visible;
    }

    .show-panel .panel-main {
        left: 0;
    }

    .category-item {
        width: 330px;
        height: 330px;
    }

    .category-image {
        height: 328px;
    }

    .category-image span {
        width: 328px;
        height: 328px;
    }

    .contact-column + .contact-column {
        padding-left: 0;
    }

}

@media (max-width: 767px) {
    .wrapper,
    .footer,
    .menu-block-fix,
    .header-middle__td {
        /*width: auto;*/
        width: 320px;
    }

    .about-block img {
        float: none !important;
        margin: 0 0 20px 0 !important;
    }

    .header-middle__td {
        height: auto;
        display: block;
    }

    .header-middle {
        height: auto;
        padding: 30px 0;
    }

    .footer {
        padding: 20px;
    }

    .menu-block-fix {
        padding: 17px 20px;
    }

    .header-top {
        padding: 30px 20px 0;
        height: 80px;
    }

    .services {
        padding: 40px 40px 20px;
    }

    .main {
        padding: 30px 20px;
    }

    .main img {
        max-width: 100%;
    }

    .header .main-phone {
        display: none;
    }

    .logotype {
        width: 41px;
        height: 24px;
        background: url(img/home.svg) 0 0 no-repeat;
        background-size: auto 24px;
    }

    .logotype img {
        display: none;
    }

    .header-right {
        padding: 3px;
    }

    .header-title {
        font-size: 18px;
        line-height: 26px;
        padding: 0 20px;
    }

    .header-nav-links {
        margin-top: 55px;
    }

    .header-nav-links li {
        margin: 0 0 20px;
        display: block;
        vertical-align: top;
    }

    .services-list {
        float: none;
    }

    .services-title span {
        margin-left: 0;
    }

    .services-list li {
        width: 100%;
        float: none;
        padding: 0;
        height: 70px;
        margin-bottom: 10px;
    }

    .services-list li a {
        display: block;
        height: 70px;
        text-align: left;
        position: relative;
        padding: 0 0 0 70px;
    }

    .services-list li img {
        left: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0);
    }

    .services-list li a:hover {
        height: 70px;
    }

    .footer-column {
        float: none;
        width: 100%;
        min-height: 1px;
        padding: 0;
        text-align: center;
    }

    .footer-column .contact {
        height: 0;
        overflow: hidden;
        margin-top: -10px;
    }

    .footer-column + .footer-column {
        margin-top: 10px;
    }

    .form-table {
        width: 100%;
        margin: 20px 0;
        border: none;
        background-color: #fff;
    }

    .form-table td {
        width: 100%;
        display: block;
        border: none;
        padding: 0 0 5px 0;
    }

    .form-table tr:hover td {
        background-color: #fff;
    }

    .form-table tr,
    .designation-info tr {
        display: block;
        margin-bottom: 10px;
    }

    .category-item {
        width: 280px;
        height: 280px;
    }

    .category-image {
        height: 278px;
    }

    .category-image span {
        width: 278px;
        height: 278px;
    }

    .contact-column {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    h1, h2 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .news-table td,
    .product-info td {
        display: block;
    }

    .news-table-image {
        max-width: 280px;
        margin:0 0 20px;
    }

    .navigation-item {
        float: left;
        margin: 0 2px 5px;
    }

    .product-image img {
        max-width: 280px;
        border-radius: 2px;
        margin: 0 0 25px;
        border: solid 1px #efefef;
    }

    .option-table td {
        padding: 0 7px 10px 0;
    }

    .option-table th {
        padding: 0 7px 10px 0;
        line-height: 14px;
        background-color: #fff;
    }

    .designation-list li,
    .designation-list li span {
        width: auto;
        height: auto;
        border-radius: 0;
        background-color: transparent;
    }

    .designation-list li {
        margin: 0 15px 20px 0;
        line-height: 18px;
    }

    .designation-list li span {
        top: -7px;
        line-height: 8px;
        font-size: 7px;
        color: #0DACDB;
    }

    .designation-info tr td:nth-child(1),
    .designation-info tr td:nth-child(2) {
        display: inline-block;
        padding: 0;
        font-weight: 900;
    }

    .designation-info tr td:nth-child(3) {
        display: block;
        padding: 0;
    }

    .element-items {
        overflow-x: auto;
    }

    .element-header {
        background-color: #F3F3F3;
        height: auto;
        font-size: 13px;
        line-height: 14px;
        padding: 12px 35px 12px 10px;
    }

    .element-header:after {
        top: 9px;
    }

    .form-table .input {
        margin: 0;
    }

    .product-image img {
        margin: 0 auto;
    }

}

@media (max-width: 600px) {
    .category-item {
        float: none;
        margin: 0 auto -1px;
    }

    .button[name="iblock_submit_cabel"] {
        margin-bottom: 10px;
    }

    #preview-form .overlay-main {
        width: 80%;
    }

    .register-form,
    .catalog-order-form {
        width: 100%;
    }

    .uf-section-table {
        width: 100%;
    }

    .schedule-popup {
        width: 90%;
        margin-left: -45%;
    }

}

/* ^_^ */