@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v20-latin_cyrillic-100.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../fonts/roboto-v20-latin_cyrillic-100.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v20-latin_cyrillic-100.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-100.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-100.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin_cyrillic-100.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v20-latin_cyrillic-300.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/roboto-v20-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v20-latin_cyrillic-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin_cyrillic-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v20-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v20-latin_cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin_cyrillic-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin_cyrillic-500.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/roboto-v20-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v20-latin_cyrillic-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin_cyrillic-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin_cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/roboto-v20-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v20-latin_cyrillic-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v20-latin_cyrillic-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin_cyrillic-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    font-family: 'Roboto';
}

.center {
    text-align: center;
}

[type=text],
textarea {
    font-family: 'Roboto' !important;

}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    font-family: 'Roboto';
}

.hidden {
    overflow: hidden;
}

.hidden::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2088;
    background: rgba(0, 0, 0, 0.88);
    width: 100%;
    height: 100%;
}

a:hover {
    text-decoration: none;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

picture,
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

video {
    width: 100%;
}

.video video {
    overflow: hidden;
    height: 420px;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    left: 0;
    z-index: 1;
}

.video {
    position: relative;
    height: 420px;
}

.video::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 420px;
    background: rgba(77, 77, 77, 0.55);
    background: -moz-linear-gradient(45deg, rgba(77, 77, 77, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(77, 77, 77, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(45deg, rgba(77, 77, 77, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(45deg, rgba(77, 77, 77, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(45deg, rgba(77, 77, 77, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(45deg, rgba(77, 77, 77, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#000000', GradientType=1);
}

.wrapper {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

header .line-head-1::after,
header .line-head-2::after,
.row::after,
nav::after,
main .sub::after,
.line-head-1::after,
.line-head-2::after,
.offer-month .item a::after,
main.content .head::after,
.item-c::after,
.filter::after,
#tab2:checked~#content2:after {
    display: block;
    clear: both;
    content: '';
}

.row {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.banner_big img {
    width: 100%;
}

.col-2,
.col-3,
.col-4,
.col-6,
.col-9,
.col-8,
.col-10,
.col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-2 {
    width: 20%;
}

.col-8 {
    width: 70%;
}

.col-6 {
    width: 50%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 80%;
}

.col-12 {
    width: 100%;
}

header {
    position: relative;
    z-index: 10;
    background: rgba(54, 89, 151, 0.95);
    height: 105px;
    color: #ffffff;
    padding: 15px 0;
}

header .logo {
    position: relative;
    top: -15px;
    background: #ffffff;
    width: 227px;
    padding: 10px 15px 30px 15px;
}

header .logo a {
    display: block;
}

header .logo a::before {
    content: '';
    background: url(../img/logo.png);
    background-size: cover;
    display: block;
    width: 197px;
    height: 89px;
}

header .line-head-1 .tagline,
header .line-head-2 .feedback {
    float: left;
}

header .line-head-1 .tagline {
    font-size: 14px;
    font-weight: 300;
}

header .line-head-1 {
    padding-bottom: 10px;
}

header .line-head-2::before {
    content: "";
    display: block;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #40619c, #fff, #fff);
    background-image: -moz-linear-gradient(left, #40619c, #fff, #fff);
    background-image: -ms-linear-gradient(left, #40619c, #fff, #fff);
    background-image: -o-linear-gradient(left, #40619c, #fff, #fff);
}

header .line-head-1 .contact,
header .line-head-2 nav {
    float: right;
}

header nav {
    float: right;
}

header nav ul {
    list-style: none;
}

header nav ul li {
    float: left;
    margin-right: 20px;
    color: #ffffff;
    position: relative;
    margin-top: -2px;
}

header nav ul li.ss::after {
    content: "";
    background: url(../img/arrt.svg);
    position: absolute;
    top: 18px;
    right: -13px;
    font-size: 10px;
    width: 10px;
    height: 5px;
}

header nav ul li.ss {
    margin-right: 28px !important;
}

header nav ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 16px 0 12px 0;
    color: #ffffff;
    text-transform: uppercase;
}

header nav ul li ul.sub {
    display: none;
    position: absolute;
    z-index: 7;
    background: #f2f2f2;
    width: 390px;
}

header nav ul li:hover ul.sub {
    height: inherit;
    display: block;
}

header nav ul li ul.sub li {
    float: left;
    width: 195px;
    background: #f2f2f2;
    margin-right: 0;
}

header nav ul li ul.sub li:hover {
    border: none;
}

header nav ul li ul.sub li .sub-title {
    background: #e6e6e6;
    color: #4D4D4D;
}

header nav ul li ul.sub li .sub-title a {
    color: #4D4D4D;
    font-weight: bold;
    border: 0;
}

header nav ul li ul.sub li:first-child {
    border-right: 1px solid #e6e6e6;
}

header nav ul li ul.sub li .sub-title a:hover {
    border: 0;
}

header nav ul li ul.sub a:hover,
header nav ul li ul.sub a.active {
    border-bottom: 2px solid rgb(151, 150, 150);
}

header nav ul li ul.sub li a {
    padding: 8px 20px;
    color: #4D4D4D;
    border-bottom: 2px solid #f2f2f2;
    text-transform: initial;
}

header nav ul li:hover,
header nav ul li.active {
    border-bottom: 2px solid #ffffff;
}

.btn-cv {
    border: 1px solid #ffffff;
    display: inline-block;
    background: #ffffff;
    padding: 4.5px 25px;
    text-decoration: none;
    color: #365997;
    font-size: 14px;
    margin: 9px 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-cv:hover {
    border: 1px solid #ffffff;
    background: #365997;
    color: #ffffff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

li.search {
    position: relative;
    width: 45px;
    overflow: hidden;
    padding: 11px 0 11px 0;
    transition-duration: .6s;
    margin-right: 0;
}

li.search:hover {
    border: none;
}

li.search::before {
    content: '';
    border-left: 1px solid #ffffff;
    position: absolute;
    left: 0;
    top: 5px;
    height: 34px;
}

li.search .search-block {
    display: none;
    padding-left: 20px;
    position: relative;

}

li.search .search-block input[type="text"] {
    display: block;
    height: 22px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 12px;
    width: 220px;
    color: #4D4D4D;
}

li.search .search-block input[type="submit"] {
    background-image: url(../img/searchser.svg);
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: 8px;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

li.search .magnifier {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    margin-left: 7px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    top: -6px;
}

li.search .magnifier::after {
    content: "";
    background-image: url(../img/search.svg);
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 7.5px;
    top: 7.5px;
}

li.search .magnifier:hover {
    background-color: #315088;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

header .address {
    text-align: right;
    font-size: 12px;
    float: left;
    line-height: 17px;
    border-right: 1px solid #ffffff;
    padding-right: 15px;
}

header .address a {
    color: #ffffff;
}

header .phone {
    text-align: right;
    float: left;
    font-size: 28px;
    line-height: 28px;
    margin-left: 15px;
    font-weight: 300;
}

main .about {
    padding: 40px 0;
}

main .about h2 {
    font-size: 24px;
    font-weight: 400;
    color: #4D4D4D;
    padding-bottom: 20px;
}

main {
    padding: 50px 0;
}

main .sub {
    margin-right: -15px;
    margin-left: -15px;
}

main .sub .item {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

main .sub .item a {
    padding: 0;
    display: block;
    position: relative;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

main .sub .item a:hover {
    opacity: .8;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

main .sub .item a img {
    width: 100%;
}

main .sub .item a span {
    position: absolute;
    display: block;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    background: rgba(54, 89, 151, 0.95);
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

main .about p {
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    padding-bottom: 20px;
    font-weight: 400;
}

main.content .head h1 {
    float: left;
    color: #4D4D4D;
    font-size: 24px;
    font-weight: 400;
}

main.content .head .breadcrumbs {
    float: right;
    margin-top: 10px;
}

main.content .head .breadcrumbs a,
main.content .head .breadcrumbs span {
    font-size: 14px;
    color: #a5a5a5;
    text-decoration: none;
}

main.content .head .breadcrumbs span {
    color: #40619c;
}

main.content .head .breadcrumbs a:hover {
    text-decoration: underline;
}

main.content .head .breadcrumbs a:after {
    content: " / ";
}

.aside {
    list-style: none;
    font-size: 14px;
    background: #F2F2F2;
}

.aside li .sub-title {
    background: #365997;
    color: #ffffff;
    padding: 10px 15px;
}

.aside li {
    border-bottom: 1px solid #dfe2e8;
}

.aside li a {
    position: relative;
    padding: 10px 15px;
    color: #4D4D4D;
    text-decoration: none;
    display: block;
}

.aside li a:hover,
.aside li a.active {
    background: #dfe2e8;
}

.aside li a.active::before {
    position: absolute;
    left: 5px;
    top: 14px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #365997;
    border-right: 0;
}

.offer-month {
    background: #f2f2f2;
    padding: 10px;
}

.offer-month .title {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    background: #365997;
}

.offer-month .item {
    margin-top: 15px;
    background: #e6e6e6;
    padding: 8px;
}

.offer-month .item a {
    display: block;
    text-decoration: none;
}

.offer-month .item:hover {
    background: #dadada;
}

.offer-month .item a:hover h4 {
    text-decoration: underline;
}

.offer-month .item .imgvc {
    float: left;
    width: 69px;
    margin: 5px 20px 5px 0px;
    height: 53px;
    overflow: hidden;
}

.offer-month .item a img {
    width: 100%;
}

.offer-month .item a h4 {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 500;
    padding-top: 3px;
    width: 80%;
    word-break: break-word;
}

.offer-month .item a .price {
    font-size: 12px;
    color: #365997;
    font-weight: 500;
    margin-top: 5px;
}

.banner_big {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.contactSector h2 {
    font-size: 24px;
    font-weight: 400;
    color: #4D4D4D;
    padding-bottom: 20px;
}

.contactSector div {
    margin-bottom: 30px !important;
}

.contactSector div,
.contactSector p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

.contactSector p a {
    color: #365997;
}

footer {
    background: #333333;
    padding: 20px 0;
    border-bottom: 10px solid #365997;
}

footer .logo a::before {
    content: '';
    background: url(../img/logo.png);
    background-size: cover;
    display: block;
    width: 197px;
    height: 89px;
}

footer .tlt {
    font-size: 14px;
    color: #e3e3e3;
    margin-top: 25px;
    line-height: 20px;
}

footer nav ul {
    list-style: none;
    float: right;
}

footer nav ul li {
    float: left;
    margin-left: 20px;
    color: #ffffff;
}

footer nav ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 14px 0 12px 0;
    color: #e3e3e3;
    border-bottom: 2px solid #333333;
    text-transform: uppercase;
}

footer nav ul li a:hover,
footer nav ul li.active a {
    border-bottom: 2px solid #ffffff;
}

footer address {
    margin-top: 69px;
    font-size: 14px;
    line-height: 20px;
    color: #e3e3e3;
    text-align: right;
    font-style: normal;
}

footer address a {
    text-decoration: underline;
    color: #e3e3e3;
}

section.map {
    width: 100%;
    height: 500px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.slider {
    position: relative;
    height: 420px;
    z-index: 2 !important;
}

.slider .block-sl {
    position: relative;
    left: 0;
    top: 100px;
    padding: 25px;
    margin: 0 100px;
    width: 70%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.slider .block-sl h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider .block-sl p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.slider .sl-btn {
    background: #365997;
    position: absolute;
    bottom: -15px;
    padding: 10px 20px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.slider .sl-btn:hover {
    text-decoration: underline;
}

.owl-carousel {
    overflow: hidden !important;
    ;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    width: 52px;
    height: 53px;
}

.owl-prev {
    background: url(../img/prew.png) !important;
    left: 0;
}

.owl-next {
    background: url(../img/next.png) !important;
    right: 0;
}

.pop-up {
    display: none;
    position: fixed;
    top: 30%;
    background: #ffffff;
    padding: 30px;
    z-index: 2090;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
}

.pop-up.active {
    display: block;
}

.close {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    color: #606060;
    -webkit-transition: .5s;
    transition: .5s;
}

.close::after {
    content: "+";
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
}

.pop-up h2 {
    font-weight: 300;
    text-align: center;
    color: #58585a;
    font-size: 38px;
    padding-bottom: 20px;
    line-height: 54px;
}

.pop-up form textarea {
    border: 1px solid #bfbfbf;
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    margin-bottom: 15px;
}

.pop-up form input[type="text"] {
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    float: left;
    border-radius: 5px;
    font-family: 'Roboto';
    font-weight: 300;
    margin-right: 0;
    margin-bottom: 15px;
    width: calc(50% - 10px);
    border: 1px solid #bfbfbf;
}

.pop-up form input[name="f_Name"] {
    margin-left: 20px;
}

.pop-up form input[type="submit"] {
    padding: 10px 20px;
    display: block;
    width: 200px;
    margin: 0 auto;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    width: calc(50% - 10px);
    color: #ffffff;
    border: 1px solid #365997;
    cursor: pointer;
    background: #365997;
}

.mobi {
    display: none;
}

.menu-m {
    float: right;

}

.menu-m .burger span:first-child {
    margin-top: 0;
    float: left;
    padding: 22px 10px;
    font-size: 18px;
    font-weight: 300;
}

.menu-m .burger span:last-child {
    float: right;
    display: block;
    padding: 15px;
    background: #2f4d82;
    cursor: pointer;
}

.menu-m .burger span:last-child:hover {
    background: #4970b5;
}

.menu-m .burger span:last-child::after {
    content: '';
    background-image: url(../img/menu-button.svg);
    width: 35px;
    height: 35px;
    display: block;
    float: right;
}

.menu-opcx {
    background: rgba(0, 0, 0, 0.99);
    position: fixed;
    right: -1000px;
    top: 0;
    z-index: 2006;
    padding: 90px 40px;
    height: 100%;
    width: 25%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.menu-opcx ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-opcx ul li a:hover {
    opacity: .8;
}

.menu-opcx ul li {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
}

.menu-opcx ul li.search {
    width: 100%;
    border-bottom: none;
    margin-top: 20px;
}

.menu-opcx ul li.search::before {
    display: none;
}

.menu-opcx ul li.search .search-block {
    padding-left: 0;
}

.menu-opcx ul li.search .search-block input[type="text"] {
    width: 100%;
    background: #313131;
    padding: 18px;
}

.menu-opcx ul li.search .search-block input[type="submit"] {
    background-color: initial;
    top: 8px;
    right: 18px;
}

.menu-opcx .close {
    right: 40px;
}

.menu-opcx .close::after {
    color: #ffffff;
    font-weight: 200;
    font-size: 54px;
}

.menu-opcx.open {
    right: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.menu-opcx .cont-f {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    color: #ffffff;
    font-weight: 200;
}

.menu-opcx .cont-f .phone {
    font-size: 22px;
    margin: 12px 0;
    font-weight: 200;
}

.menu-opcx .btn-cv {
    font-weight: 200;
    background: none;
    color: #fff;
}

.menu-opcx .btn-cv:hover {
    background: #fff;
    color: #000000;
}

.cat .item-c {
    width: 95%;
    line-height: 16px;
    margin-bottom: 60px;
}

.cat .imags {
    height: 100px;
    overflow: hidden;
}

.cat .item-c img {
    width: 100%;
}

.cat .vc_col-md-21 {
    width: 40%;
    float: left;
}

.vc_col-md-22 {
    width: 60%;
    float: left;
}

.cat .item-c .title {
    font-size: 14px;
    color: #365997;
    display: block;
    margin-left: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    height: 48px;
    overflow: hidden;
}

.cat .item-c div.pp {
    display: block;
    margin-left: 15px;
    font-size: 12px;
    color: #999999;
    padding: 10px 0;
    margin-bottom: 20px;
}

.cat .item-c .fullLink {
    background: #365997;
    padding: 10px 20px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 15px;
}

.cat .item-c .fullLink:hover {
    text-decoration: underline;
}

.searech-b {
    background: #F2F2F2;
    padding: 2%;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.searech-b p {
    margin-top: 20px;
    color: #4D4D4D;
}

.searech-b input[type="text"] {
    width: 80%;
    background: #ffffff;
}

.searech-b input[type="text"],
.searech-b input[type="submit"] {
    padding: 1%;
    font-size: 14px;
    color: #4D4D4D;
}

.searech-b input[type="submit"] {
    width: 20%;
    cursor: pointer;
    background: #DDDDDD;
}

.foto-cat img.big {
    width: 86%;
}

.foto-cat img.mini {
    width: 38.5%;
    margin: 1%;
    float: left;
}

.foto-cat img {
    border: 1px solid #f2f2f2;
    padding: 2%;
}

.vc_col-md-21 {
    width: 40%;
    float: left;
}

.vc_col-md-22 {
    width: 60%;
    float: left;
}

.information h2 {
    font-size: 24px;
    color: #365997;
    font-weight: normal;
}

.information .art {
    color: #B3B3B3;
    font-size: 14px;
    margin-top: 20px;
}

.information .price {
    font-size: 36px;
    color: #365997;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    float: left;
}

.order-polk {
    float: right;
    display: block;
    background: #365997;
    color: #fff;
    text-decoration: none;
    padding: 8px 30px;
    margin-top: 20px;
}

.tabs {
    padding: 0px;
    margin-top: 30px;
}

.tabs input {
    display: none;
}

.tabs input:checked+label {
    color: #ffffff;
    border: 1px solid #365997;
    border-top: 1px solid #365997;
    background: #365997;
}

.tabs label {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    font-size: 14px;
    padding: 5px 25px;
    text-align: center;
    color: #666666;
    border: 1px solid #F2F2F2;
    background: #F2F2F2;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3 {
    display: block;
}

.information section {
    display: none;
    padding: 15px;
    background: #F2F2F2;
}

#content1 p,
#content2 p,
#content2 div,
.cont-komp p {
    font-size: 12px;
    color: #666666;
    padding-bottom: 18px;
    text-align: justify;
}

#content1 ul {
    font-size: 12px;
    color: #666666;
    margin-left: 20px;
    padding-bottom: 18px;
}

.information section table {
    text-align: center;
    width: 100% !important;
    padding-top: 3px;
	border-collapse: collapse;
    border: 1px solid #dfe2e8
}

.information section table tr:nth-child(2n) {
    background-color: #F2F2F2;
}

.information section table tr:nth-child(2n+1) {
    background-color: #e6e7e8;
}

.information section table td {
    padding: 10px 20px;
    text-align: left;
    font-size: 12px;
    color: #666666;
	border: 1px solid #dfe2e8
}

.information section table td p {
    padding-bottom: 0 !important;
}

.cataloges .tpl-block-full {
    margin-top: 20px;
}

.window-fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    width: 360px;
    font-size: 16px;
    line-height: 20px;
    color: #f1f0f0;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #333;
}

.window-fixed::before {
    content: '';
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    background: url("../img/success.svg");
    margin-right: 15px;
}

.order-block-full {
    background: #365997;
    padding: 25px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 20px;
}

.order-block-full h3 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.order-block-full input[type="text"] {
    width: 33.33333333333333%;
    font-style: italic;
    background: #ffffff;
    padding: 8px 10px;
    display: block;
    float: left;
}

.order-block-full input[name="f_Name"],
.order-block-full input[name="f_Phone"] {
    margin-right: 15px;
    width: calc(33.33333333333333% - 15px);
}

.order-block-full textarea {
    margin-top: 15px;
    width: 100%;
    background: #ffffff;
    padding: 8px 10px;
    font-style: italic;
    font-family: 'Roboto' !important;
    height: 100px;
}

.order-block-full input[type="submit"] {
    font-size: 18px;
    color: #ffffff;
    background: none;
    padding: 4px 30px;
    display: inline-block;
    border: 2px solid #ffffff;
    margin-top: 10px;
    cursor: pointer;
}

.order-block-full input[type="submit"]:hover {
    color: #365997;
    background: #ffffff;
}

.order-block-full p {
    font-size: 11px;
    color: #ffffff;
    padding: 5px 0;
}

.orderadd p {
    font-size: 11px;
    color: #58585a;
    padding: 10px 0;
}

.videoYT iframe {
    width: 100% !important;
    height: 350px;
}

#cboxWrapper,
#colorbox,
#cboxContent {
    max-width: 100% !important;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    padding: 40px 20px 20px 20px;
    background: #fff
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #fff
}

#cboxTitle {
    display: none !important;
}

#cboxCurrent {
    display: none !important;
}

#cboxLoadingGraphic {
    background: url(../img/AjaxLoader.gif) no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: url(../img/close.svg) no-repeat top center;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
}

.col-6 .item {
    overflow: hidden;
    height: 233px;
    border: 1px solid #ccc;
    margin: 20px auto;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
}

.col-6 .item img {
    height: 80%;
    margin-top: 5%;
}

.col-6 .item .title {
    position: absolute;
    width: 80%;
    background: #365997;
    padding: 6px 0;
    bottom: 10%;
    color: #fff;
    left: 10.2%;
}

.filter {
    background: #F2F2F2;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.filter input[type="submit"] {
    background: #365997;
    padding: 10px 20px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    width: 120px;
    display: inline-block;
}

.filter input[type="submit"]:hover,
.pop-up form input[type="submit"]:hover {
    background: #31528c;
}

.filter button[type="reset"] {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    color: #939393;
    padding: 9px 20px;
    cursor: pointer;
}

.filter button[type="reset"]:hover {
    color: #4D4D4D;
}

.filter button[type="reset"]::before {
    content: "+";
    display: block;
    float: left;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 16px;
}

.filter h3 {
    display: block;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter .clear {
    clear: both;
}

.filter .item-filt {
    margin-bottom: 10px;
    border-bottom: 1px solid #dfe2e8;
    padding-bottom: 20px;
}

.filter .item-filt input,
.filter .item-filt span.hr {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    display: block;
}

.filter .item-filt span.hr::after {
    content: "";
    display: block;
    width: 60%;
    margin-left: -30%;
    left: 50%;
    top: 12px;
    position: absolute;
    height: 1px;
    background: #e5e5e5;
}

.filter .ui-state-default,
.ui-widget-content .ui-state-default {
    width: 1em !important;
    height: 1em !important;
    border-radius: 50%;
    background: #365997 !important;
    border: 1px solid #365997 !important;
    top: -7px !important;
}

.filter .ui-slider-horizontal {
    margin-top: 20px;
    height: 2px;
    background: #e5e5e5 !important;
    border: 1px solid #e5e5e5 !important;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.filter .item-filt input {
    width: 40% !important;
    color: #999999;
    font-size: 14px;
    padding: 5px;
}

.ui-slider-horizontal .ui-slider-range {
    border: 1px solid #365997 !important;
}

.contactG,
.aboutG {
    margin-top: 20px;
    margin-bottom: 25px;
}

.contactG div {
    margin-bottom: 25px;
}

.contactG p a {
    color: #365997;
}

.contactG div,
.contactG p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}

.aboutG p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}

.aboutG p a {
    color: #365997;
}

@media (max-width: 1310px) {
    .wrapper {
        width: 95%;
    }

    .menu-opcx {
        width: 40%;
    }
}


@media (max-width: 1265px) {
    .not-mobi {
        display: none;
    }

    .mobi {
        display: block;
    }

    header {
        height: 65px;
        padding: 0;
    }

    header .logo a::before {
        width: 168px;
        height: 75px;
    }

    header .logo {
        width: 198px;
        padding: 25px 15px 15px 15px;
    }
}


@media (max-width: 950px) {
    .menu-opcx {
        width: 50%;
    }

    .col-6 {
        width: 100%;
    }

    main .sub .item {
        float: none;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .contactSector div,
    .contactSector p {
        width: 100%;
    }

    .col-4 {
        width: 50%;
    }

    .col-3 {
        width: 40%;
    }

    .col-9 {
        width: 60%;
    }

    .cataloges .col-3 {
        width: 25%;
    }

    .cataloges .col-9 {
        width: 75%;
    }
}

@media (max-width: 900px) {

    .col-3,
    .col-9,
    .cataloges .col-3,
    .cataloges .col-9 {
        width: 100%;
    }

    .aside li {
        display: inline-block;
        width: 50%;
    }

    .aside li.ttl {
        float: none;
        width: 100%;
    }
}

@media (max-width: 650px) {
    .menu-opcx {
        width: 100%;
    }
}