/* CSS Document */
/* CSS Reset */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700&subset=cyrillic,latin);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:700&subset=latin,cyrillic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong, b {
    font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End CSS Reset */
html, body {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
}

p {
    margin-bottom: 20px;
}

ul {
    margin-bottom: 20px;
}

a {
    color: #01479e;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.title-h2 {
    font: 30px/1.2em "PT Sans", sans-serif;
    font-weight: bold;
    margin: 20px 0;
}

.subtitle-h2 {
    font: 24px/1.2em "PT Sans", sans-serif;
    font-weight: bold;
    margin: 20px 0;
}

.title-h3 {
    font: 18px/1.2em "PT Sans", sans-serif;
    font-weight: bold;
    margin: 15px 0;
}

.title-h4 {
    font: 30px/1.2em "PT Sans", sans-serif;
    font-weight: bold;
    margin: 5px;
}
.description li{
    margin-left:2%;
    margin-top:2px;
    list-style-type: square;
}

.bold {
    font-weight: bold;
}

.h3_em {
    font-size: 24px;
}

#wrapper {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 960px;
    overflow: hidden;
}

.table-props,td{
    padding: 5px 10px;
    text-align: left;
    transition: all 0.5s linear;
}
.table-props tbody{
    display: inline-block;
    column-count: 2;
}
.table-props tbody tr,
.card-main-descr tbody tr{
    border-top: 1px solid #c5d0d9;
}
.card-main-descr tbody tr td{
    padding: 8px 10px;
}
.img-wrap.slick-slide {
    text-align: center;
}
.close-btn {
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999;
}

.close-btn:hover::before, .close-btn:hover::after {
    background: #102ee8;
}
.close-btn::before, .close-btn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #0f77ba;
}
.close-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#gallery{
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    outline: 0;
    padding-top: 180px;
}
.gallery-slider-nav {
    width: 500px;
    margin: 20px auto 0;
}
.gallery-slider .arr-prev{
    padding-left: 30px;
    outline: none;
}
.gallery-slider .arr-next{
    padding-right: 47px;
    outline: none;
}
.gallery-slider-nav .slick-track .slick-current {
    border: 2px solid #4e9bcc;
    outline: none;
}
.gallery-slider-nav .card-slider-img-wrap {
    margin: 5px;
    padding: 7px;
    border: 2px solid #f4f4f4;
    cursor: pointer;
    outline: none;
    height: 68px;
    max-width: 68px;
}
#gallery .close-btn{
    border: 1px solid #1078ba;
    border-radius: 50%;
    padding: 20px;
    top: 30px;
}
#gallery .close-btn::before,
#gallery .close-btn::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 60%;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: #0f77ba;
}
.gallery-slider-nav .img-wrap.slick-slide.slick-active {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: flex-end;
}
.card-main-descr tbody tr:last-child{
    border-bottom: 1px solid #c5d0d9;
}
.manufacturer span img{
    margin-bottom: 0;
}
.slick-arrow{
    cursor: pointer;
}
.description .v_h3{
    padding: 15px 0;
    font-size: 24px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
}
.table-props tbody tr td:first-child{
    width: 460px;
}
.table-props tbody tr td:last-child{
    width: 150px;
}
.table-props tbody tr{
    display: inline-block;
    padding: 7px 0;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}
.header {
    position: relative;
    z-index: 100;
}

.header-wrap {
    vertical-align: middle;
    margin: 25px 0;
    max-width: 1920px;
}

.header-wrap p {
    color: #000;
    font-style: italic;
    margin-bottom: 0;
}

.header-wrap span {
    color: #000;
    font-family: "PT Sans", sans-serif;
}

.header-wrap .wrap-double1 {
    display: inline-block;
    width: 28.5%;
    margin: 0 1%;
    vertical-align: middle;
}
span.region-list.change-city {
    cursor: pointer;
}
.header-wrap .wrap-double1 > div {
    margin: 10px 1%;
}

.header-wrap .wrap-double2 {
    display: inline-block;
    width: 26.4%;
    margin: 0 1%;
    vertical-align: middle;
}

.header-wrap .wrap-double2 > div {
    margin: 5px 1%;
}

.header-wrap .logo {
    display: inline-block;
    max-width: 280px;
    text-align: center;
    vertical-align: middle;
    margin-left: 30px;
}

.header-wrap .logo img {
    width: 100%;
}

.header-wrap .region-numbers {
    display: inline-block;
    vertical-align: middle;
}

.video {
    font-size: 16px;
    font-weight: bold;
}

.little-title {
    font-size: 18px;
    font-weight: bold;
}

.items-video {
    display: flex;
}
.item-video{
    margin-right: 24px;
}
.item-video p{
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}
/*.videoyoutube {*/
    /*padding: 10px 0px 20px 0px;*/
    /*border-bottom: 1px solid #dedede;*/
    /*margin-bottom: 30px;*/
    /*display: table;*/
/*}*/
.card-popular-items{
    font-size: 24px;
    border-bottom: 1px solid #dedede;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    padding-bottom: 20px;
}
.v_h3 {
    font-size: 14px;
    font-weight: bold;
}

.header-wrap .region-numbers .request-call {
    font-size: 14px;
    color: #01469d;
    text-transform: uppercase;
    padding: 2px;
    font-weight: bold;
}

.header-wrap .region-numbers .region-list {
    font-size: 14px;
    color: #01469d;
    border-bottom: 1px dashed #01469d;
    position: relative;
    text-decoration: none;
    padding: 2px;
}

.header-wrap .region-numbers .region-list:after {
    position: absolute;
    content: " ";
    background: #4b80df url("../images/spritesheet.png") -124px 2px no-repeat;
    width: 20px;
    height: 20px;
    right: -25px;
    bottom: -2px;
}

.header-wrap .region-numbers .number {
    font: 1.6vw/1.2em "PT Sans Caption", sans-serif;
    color: #01469d;
    font-style: normal;
    margin: 5px 0;
}

.header-wrap .price-list {
    display: inline-block;
    max-width: 230px;
    vertical-align: middle;
}

.header-wrap .price-list .btn {
    background: #01469d;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    min-width: 100%;
    font: 14px/42px "PT Sans", sans-serif;
    font-weight: bold;
    height: 42px;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    box-sizing: border-box;
}

.header-wrap .price-list .btn:hover {
    background: #548ff8;
}

.header-wrap .price-list .btn:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -97px -63px no-repeat;
    width: 22px;
    height: 18px;
    left: 12px;
    top: 50%;
    margin-top: -9px;
}

.header-wrap .price-list .price {
    border-bottom: 1px dashed #01469d;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin: 15px 0 0 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    padding-bottom: 2px;
}

.header-wrap .price-list .price:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -149px -5px no-repeat;
    width: 17px;
    height: 20px;
    left: -31px;
    top: 50%;
    margin-top: -10px;
}

.header-wrap .contact-mail {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.header-wrap .contact-mail div {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}

.header-wrap .contact-mail p {
    padding-left: 30px;
}

.header-wrap .contact-mail a {
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
    padding-left: 30px;
}

.header-wrap .contact-mail a:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -71px -91px no-repeat;
    width: 22px;
    height: 27px;
    left: 0px;
    top: 50%;
    margin-top: -21px;
}

.header-wrap .shedule {
    display: inline-block;
    vertical-align: middle;
    width: 19.6%;
}

.header-wrap .shedule .shedule-wrap {
    max-width: 125px;
    display: inline-block;
    margin-right: 30px;
}

.header-wrap .shedule .shedule-wrap .block1 {
    font-size: 12px;
    color: #01469c;
    font-style: normal;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
}

.header-wrap .shedule .shedule-wrap .block1:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -5px -63px no-repeat;
    width: 23px;
    height: 23px;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.header-wrap .shedule .shedule-wrap .block2 {
    display: inline-block;
    max-width: 125px;
    margin-top: 10px;
}

.header-wrap .shedule .block3 {
    background: #e5eff7;
    display: inline-block;
    max-width: 6.5vw;
    padding: 10px;
    position: relative;
}

.header-wrap .shedule .block3:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #e5eff7 transparent transparent;
    top: 50%;
    margin-top: -12px;
    left: -12px;
}

#header-nav {
    background: #01469c;
}


#header-nav > ul {
    display: inline-block;
    width: 69%;
    vertical-align: middle;
    margin-bottom: 0px;
    position: relative;
}

#header-nav > ul > li > ul > li > ul {
    display: none;
    /*     display: inline-block; */
    position: absolute;
    /*     position: relative; */
    overflow: hidden;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    color: #0148a0;
    height: auto;
    top: 0;
    right: -620px;
    width: 620px;
    border: 3px solid #0148a0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 99999;
}

#header-nav > ul > li > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    padding: 0 10px;
    width: 49%;
    box-sizing: border-box;
}

#header-nav > ul > li > ul > li > ul > li > a {
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
}

#header-nav > ul > li > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#header-nav > ul > li > ul > li > ul ul {
    list-style-position: inside;
    padding-left: 10px;
}

#header-nav > ul > li > ul > li > ul > li > ul > li > a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
}

#header-nav > ul > li > ul > li > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#header-nav > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
    padding: 2px 0 2px 10px;
    display: inline-block;
}

#header-nav > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#header-nav > ul > li > ul > li > ul > li > ul > li > ul > li > a:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #afc3d4;
    top: 50%;
    margin-top: -3.5px;
    left: 0;
}

#header-nav > ul > li.open > ul{
    display: block;
}

#header-nav > ul > li > ul {
    position: absolute;
    background-color: #ffffff;
    top: 50px;
    left: 0;
    width: 340px;
    display: none;
}

#header-nav > ul > li > ul > li > a {
    position: relative;
}

#header-nav > ul > li > ul > li > a:hover:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 8px;
    border-color: transparent transparent transparent #0149a0;
    right: -11px;
    top: 50%;
    margin-top: -10px;
    z-index: 1000;
}

#header-nav > ul > li > ul > li:hover > ul,
#header-nav > ul > li > ul > li:focus > ul{
    display: block;
}

#header-nav > ul > li > ul > li {
    background: #e5eff7;
    margin-bottom: 1px;
    text-align: left;
}

#header-nav > ul > li > ul > li > a {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    padding: 12px 0 12px 30px;
    display: block;
    font-size: 15px;
    color: #01469c;
}

#header-nav > ul > li > ul > li > a:hover {
    color: #ffffff;
    background-color: #0148a0;
}

#header-nav > ul > li {
    width: auto;
    display: table-cell;
    text-align: center;
    height: 50px;
    padding-left: 2px;
    vertical-align: bottom;
}

#header-nav > ul > li:first-child {
    background: #4b80de;
    width: 340px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}

#header-nav > ul > li:first-child > a:hover {
    text-decoration: none;
}

#header-nav > ul > li:first-child > a:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -187px -50px no-repeat;
    width: 21px;
    height: 15px;
    top: 50%;
    margin-top: -7.5px;
    left: 50px;
}

#header-nav > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 1000px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

#header-nav > ul > li > a:hover {
    text-decoration: underline;
}

#header-nav .search-form {
    display: inline-block;
    position: relative;
    width: 30%;
}

#header-nav .search-form:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -38px -91px no-repeat;
    width: 23px;
    height: 23px;
    top: 50%;
    margin-top: -11.5px;
    left: 10px;
}

#header-nav .search-form input {
    height: 36px;
    border: none;
    padding: 0;
    width: 100%;
    padding-left: 45px;
    box-sizing: border-box;
}

#header-nav .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100px;
    display: inline-block;
    background: #4b80de;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    text-transform: uppercase;
    border: none;
}

.section {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
}

.left-side {
    float: left;
    width: 340px;
}

.content {
    padding: 20px;
    margin-right: 340px;
    margin-left: 340px;
    margin-bottom: 15px;
}

.content .number-content {
    font: 30px/32px "PT Sans Caption", sans-serif;
    font-weight: bold;
    color: #01469c;
}

.content p {
    font-size: 13px;
    color: #000;
}

.content .equipment-catalog {
    border-bottom: 5px solid #e5eff7;
    display: inline-block;
    padding-bottom: 20px;
}

.content img {
    margin-bottom: 20px;
}

.content .item {
    background: #e5eff7;
    padding: 14px;
    display: inline-block;
    min-width: 200px;
    width: 23.3%;
    box-sizing: border-box;
    margin-bottom: 15px;
    vertical-align: top;
    margin: 0 0.7% 1%;
}

.content .item img {
    width: 100%;
    margin-bottom: 0;
}
#showGallery .draggable .img-wrap{
    cursor: pointer;
}

.content .item a {
    font: 18px/20px "PT Sans", sans-serif;
    font-weight: bold;
    color: #01469c;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
}

.right-side {
    float: right;
    width: 340px;
    background: #e5eff7;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.right-side .btn {
    min-width: 270px;
    height: 50px;
    font: 14px/50px "PT Sans", sans-serif;
    font-weight: bold;
}

.right-side .right-block {
    border-bottom: 5px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.right-side .right-title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.right-side p {
    font-size: 13px;
    margin-bottom: 40px;
    text-align: left;
}

.right-side .worker {
    margin-bottom: 25px;
    text-align: left;
    margin-right: 30px;
}

.right-side .worker img {
    margin-right: 30px;
}

.right-side .worker .wrap-info {
    display: inline-block;
    max-width: 155px;
    vertical-align: top;
}

.right-side .worker .wrap-info .phone-numb {
    display: block;
    margin: 5px 0;
}

.right-side .worker .wrap-info span {
    font-size: 14px;
    font-weight: bold;
}

.right-side .worker .wrap-info p {
    margin: 0;
}

.right-side .worker .wrap-info a {
    color: #01469c;
    font-size: 14px;
}

.right-side .sertificat {
    border: 3px solid #01469c;
    margin: 5px;
}

.right-side .smeta p {
    font-size: 14px;
    text-align: left;
}

.right-side .smeta .btn {
    margin-top: 20px;
}

.right-side .smeta .smeta-title {
    font-size: 18px;
    color: #01469c;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.right-side .smeta .smeta-title:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -147px -50px no-repeat;
    width: 30px;
    height: 35px;
    left: 0px;
    top: 0px;
}

.btn {
    display: inline-block;
    background: #01459b;
    max-width: 250px;
    text-decoration: none;
    text-transform: uppercase;
    font: 14px/42px "PT Sans", sans-serif;
    font-weight: bold;
    height: 42px;
    color: #fff;
}

.btn:hover {
    background: #548ff8;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.btn-buy {
    width: 18.5%;
    box-sizing: border-box;
    text-transform: none;
    text-align: center;
    font: 14px/42px "PT Sans", sans-serif;
    font-weight: bold;
    height: 42px;
}
.product-item .btn-buy{
    text-transform: uppercase;
}
.about-company {
    border-bottom: 5px solid #e5eff7;
}

.advantage {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.advantage li {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    margin: 10px 1%;
}

.advantage li p {
    margin-bottom: 0px;
    display: inline-block;
    max-width: 100px;
    text-align: left;
}

.advantage li span {
    background-image: url("../images/spritesheet.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 36px;
}

.advantage .icon-1 {
    height: 33px;
    background-position: -5px -5px;
}

.advantage .icon-2 {
    height: 36px;
    background-position: -51px -30px;
}

.advantage .icon-3 {
    height: 35px;
    background-position: -176px -5px;
}

.advantage .icon-4 {
    height: 35px;
    background-position: -102px -91px;
}

.advantage .icon-5 {
    height: 26px;
    background-position: -105px -27px;
}

.advantage .icon-6 {
    height: 35px;
    background-position: -101px -91px;
}

.footer-top {
    background: #073177;
}

.footer-top .footer-top-wrap {
    padding: 60px 0 40px;
    text-align: center;
}

.footer-top .footer-top-wrap > div {
    vertical-align: top;
    margin: 0 2%;
    text-align: left;
}

.footer-top .footer-top-wrap .footer-list {
    display: inline-block;
}

.footer-top .footer-top-wrap .footer-list li {
    padding: 5px;
}

.footer-top .footer-top-wrap .footer-list a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.footer-top .footer-top-wrap .footer-list a:hover {
    text-decoration: underline;
}

.footer-top .region-numbers {
    display: inline-block;
}

.footer-top .region-numbers p {
    font-size: 13px;
    font-style: italic;
    color: #cacfdb;
    margin-bottom: 10px;
}

.footer-top .region-numbers .number {
    font: 24px/24px "PT Sans Caption", sans-serif;
    font-weight: bold;
    color: #fff;
    font-style: normal;
}

.footer-top .region-numbers .request-call {
    font-size: 14px;
    color: #6cc6ff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.footer-top .region-numbers .request-call:hover {
    text-decoration: none;
}

.footer-top .wrap-city {
    display: inline-block;
}

.footer-top .wrap-city .city {
    display: inline-block;
}

.footer-top .wrap-city .city li {
    font-size: 14px;
    color: #cacfdb;
    padding: 5px;
}

.footer-top .wrap-city .city-number {
    display: inline-block;
}

.footer-top .wrap-city .city-number li {
    font-size: 14px;
    color: #cacfdb;
    font-weight: bold;
    padding: 5px;
}

.footer-top .address {
    max-width: 600px;
    display: inline-block;
}

.footer-top .address p {
    font-size: 13px;
    line-height: 16px;
    color: #cacfdb;
    margin: 0;
}

.footer-top .address .foot-tit {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.footer-top .address .requisites {
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.footer-bot {
    color: #cacfdb;
    background: #032153;
    text-align: center;
    padding: 15px 0;
}

.footer-bot p {
    font-size: 10px;
    display: inline-block;
    max-width: 680px;
    margin: 0 20px;
    vertical-align: middle;
}

.footer-bot a {
    display: inline-block;
    font-size: 10px;
    color: #cacfdb;
    margin: 0 20px;
    vertical-align: middle;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-size: 12px;
}

.breadcrumb li a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li a:after {
    position: absolute;
    content: ">";
    right: 0px;
}

.breadcrumb li .current {
    font-size: 12px;
}

.breadcrumb li .current:after {
    content: normal;
}

.breadcrumb-bot {
    margin: 20px 0;
    position: absolute;
    left: 360px;
    bottom: 0;
}

.breadcrumb-bot li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-size: 12px;
}

.breadcrumb-bot li a {
    font-size: 12px;
    color: #8494a1;
    text-decoration: none;
}

.breadcrumb-bot li a:hover {
    text-decoration: underline;
}

.breadcrumb-bot li a:after {
    position: absolute;
    content: "/";
    right: 0px;
}

.characteristics li {
    max-width: 580px;
    border-bottom: 1px solid #c6d1da;
    padding: 7px 0;
}

.characteristics span {
    float: right;
}

.contact-number {
    font: 24px/26px "PT Sans Caption", sans-serif;
    font-weight: bold;
    color: #01469d;
    font-style: normal;
    margin: 13px 0;
}

.department {
    display: block;
}

.department > div {
    display: inline-block;
    width: 50%;
    max-width: 290px;
    padding: 0 2%;
    box-sizing: border-box;
}

.department > div p {
    font: 14px/16px "PT Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.department > div span {
    font: 13px/15px "PT Sans", sans-serif;
    font-weight: 500;
}

.department > div a {
    font: 14px/16px "PT Sans", sans-serif;
    color: #01469c;
}

.contact-block {
    overflow: hidden;
}

.contact-block > div {
    float: left;
    padding-right: 5%;
}

.filter-wrap {
    border-top: 1px solid #e5eff7;
    border-bottom: 1px solid #e5eff7;
    padding: 20px 0;
    overflow: hidden;
}

.filter-type > span {
    font: 14px/16px "PT Sans", sans-serif;
    color: #000;
    font-weight: bold;
    display: inline-block;
    min-width: 80px;
    display: inline-block;
    float: left;
}

.filter-type > ul {
    width: 100%;
    margin-bottom: 16px;
}

.filter-type > ul > li {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
}

.show-btn {
    text-decoration: none;
    border-bottom: 1px dashed #4b80de;
    color: #4b80de;
    position: relative;
    padding-right: 15px;
    float: right;
    font-weight: bold;
}

.caret-down {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #a5b8c7 transparent transparent transparent;
    top: 50%;
    margin-top: -4px;
    right: 0px;
}

.caret-up {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #a5b8c7 transparent;
    top: 50%;
    margin-top: -4px;
    right: 0px;
}

.form {
    margin-top: 15px;
    display: inline-block;
    width: 80%;
}

.form .select {
    max-width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5eff7;
    position: relative;
    z-index: 2;
}

.form .select > div {
    max-width: 170px;
    display: inline-block;
    margin-right: 0.5%;
}

.form span {
    display: inline-block;
    margin-bottom: 10px;
    font: 14px/16px "PT Sans", sans-serif;
    font-weight: bold;
}

.form .form-group {
    display: block;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e5eff7;
}

.form .form-group div {
    display: inline-block;
    max-width: 110px;
    margin-right: 0.5%;
}

.form .form-group input {
    border: 1px solid #a7bfd2;
    height: 30px;
    width: 108px;
}

.form .checkbox {
    padding: 10px 0;
}

.form .checkbox input[type="checkbox" i]
{
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.form .checkbox label {
    margin: 10px 25px 10px 0;
    display: inline-block;
}

.form .checkbox span {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.btn-wrap {
    display: inline-block;
    float: right;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    margin-top: 90px;
}

.btn-wrap .btn {
    width: 100%;
    box-sizing: border-box;
}

.btn-wrap .show-btn {
    display: inline-block;
    margin-top: 20px;
    float: none;
}

.sortbar {
    display: block;
    overflow: hidden;
    background: #e5eff7;
    padding: 11px 0;
}

.sortbar .show-btn {
    float: none;
    margin-left: 160px;
    padding-right: 0;
}

.sortbar .right-btn {
    position: absolute;
    right: 39%;
}

.sortbar .caret-up {
    left: -15px;
    top: 4px;
}

.sortbar .caret-up:hover {
    border-color: transparent transparent #01469c transparent;
}

.sortbar .caret-down {
    left: -15px;
    top: 15px;
}

.sortbar .caret-down:hover {
    border-color: #01469c transparent transparent transparent;
}

.product-item {
    padding: 20px 0;
    border-bottom: 1px solid #e5eff7;
}

.product-item > div {
    display: inline-block;
    vertical-align: middle;
}

.product-item .img {
    width: 11%;
}

.product-item .img img {
    width: 89px;
    margin-bottom: 0;
}

.product-item .model {
    width: 35%;
    padding-left: 10px;
    box-sizing: border-box;
}

.product-item .model a {
    font: 18px/30px "PT Sans", sans-serif;
    font-weight: bold;
    color: #01469c;
}

.product-item .model p {
    margin-bottom: 0;
    margin-top: 5px;
}

.product-item .code {
    width: 16%;
    text-align: center;
}

.product-item .price {
    width: 17%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}
.seo_text{
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    color: #7e95a3;
}
.product-item .price span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
}

.banner {
    background: #e5eff7;
    position: relative;
    padding: 20px 10%;
}

.banner .close {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -107px -5px no-repeat;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 10px;
}

.banner .title-banner {
    font: 18px/20px "PT Sans", sans-serif;
    font-weight: bold;
    display: block;
    margin-left: 135px;
}

.banner .wp {
    display: block;
    padding-left: 135px;
}

.banner .btn-buy {
    width: 210px;
}

.banner span {
    font: 18px/20px "PT Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
}

.banner p {
    font: 14px/16px "PT Sans", sans-serif;
    display: inline-block;
    margin-bottom: 8px;
}
.old_price{
    font-size:16px;
    text-decoration:line-through;
    margin-left:33%;
}
.banner img {
    margin-right: 45px;
    float: left;
    max-height: 90px;
    max-width: 90px;
    width: 100%;
}

.banner .options-wrap {
    display: block;
    width: 100%;
    padding-left: 135px;
    box-sizing: border-box;
}

.banner .options-wrap .banner-phone {
    font: 18px/20px "PT Sans", sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

.banner .options-wrap .query {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #aab5b9;
    border-radius: 20px;
    color: #fff;
    font: 13px/20px "PT Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
}

.banner .options-wrap a {
    position: relative;
}

.banner .options-wrap p {
    position: relative;
    padding-left: 20px;
}

.banner .options-wrap .arrow {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -51px -5px no-repeat;
    width: 21px;
    height: 13px;
    left: 0px;
    top: 0px;
}

.banner .options-wrap .banner-btn {
    font: 13px/15px "PT Sans", sans-serif;
    color: #000;
    padding-left: 25px;
    padding-right: 20px;
    border-right: 1px solid #aab5b9;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
}

.banner .options-wrap .btn-buy {
    font: 14px/34px "PT Sans", sans-serif;
    height: 34px;
}

.banner .options-wrap .phone {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -82px -5px no-repeat;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 3px;
}

.pages {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e5eff7;
}

.pages p {
    font: 18px/20px "PT Sans", sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.pages a {
    display: inline-block;
    font: 18px/32px "PT Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: middle;
}

.pages a:hover {
    color: #ffffff;
    background: #073177;
}

.map {
    margin-top: 20px;
    margin-bottom: 45px;
}

.agency {
    overflow: hidden;
}

.agency > div {
    float: left;
    width: 25%;
    margin-right: 8%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5eff7;
}

.agency .agency-subtitle {
    font: 18px/22px "PT Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}

.agency p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.item-single .img-wrap {
    display: inline-block;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.item-single .request {
    position: absolute;
    right: 0;
    border: 2px solid #e5eff7;
    display: inline-block;
    box-sizing: border-box;
    width: calc(30% - 38px);
    margin-left: 30px;
    z-index: 999;
}

.item-single .article {
    background: #e5eff7;
    height: 34px;
}

.item-single .article p {
    font: 14px/34px "PT Sans", sans-serif;
    font-weight: bold;
    display: inline-block;
    padding-left: 35px;
}

.item-single .wrap-info {
    padding: 34px;
}

/*.item-single .wrap-info .proposal {*/
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #e5eff7;*/
    /*display: inherit;*/
/*}*/

.item-single .wrap-info .proposal > span {
    display: block;
}

.item-single .wrap-info .buttons {
    margin-bottom: 10px;
}

.item-single .wrap-info .buttons .show-btn {
    float: none;
    font: 14px/18px "PT Sans", sans-serif;
    font-weight: bold;
    color: #0148a0;
    text-transform: uppercase;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 20px;
    display: inline-block;
}

.item-single .wrap-info .buttons .show-btn .fa {
    width: 20px;
    height: 20px;
    background: #0148a0;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.item-single .wrap-info .buttons .show-btn .que-mark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #0148a0;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.item-single .wrap-info .item-price {
    font: 36px/40px "PT Sans", sans-serif;
    font-weight: bold;
    color: #01479f;
    display: inline-block;
}

.item-single .wrap-info .rub {
    font: 24px/28px "PT Sans", sans-serif;
    font-weight: bold;
    color: #01479f;
}

.item-single .wrap-info p {
    font: 15px/17px "PT Sans", sans-serif;
    font-weight: bold;
}
.item-single .wrap-info .card-price{
    font: 13px/17px "PT Sans", sans-serif;
    margin-bottom: 5px;
}
.item-single .wrap-info .wrap-city {
    display: inline-block;
    margin-bottom: 15px;
    min-width: 160px;
}
.card-phone,
.card-mail{
    display: flex;
}
.card-phone:before{
    content: url(../images/phone.png);
    margin-right: 10px;
}
.card-mail:before{
    content: url(../images/mail.png);
    margin-right: 10px;
    margin-top: 5px;
}
.item-single .wrap-info .wrap-city p {
    font: 13px/15px "PT Sans", sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.item-single .wrap-info .wrap-city span,
.item-single .wrap-info .wrap-city a{
    font: 18px/22px "PT Sans", sans-serif;
    font-weight: bold;
    color: #01469c;
}

.item-single .wrap-info .btn {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tabs {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.tabs > div {
    padding-top: 10px;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
}

.tabs > ul {
    margin: 0px;
    padding: 0px;
    border-bottom:3px solid  #e5eff7;
    height: 40px;
}

.tabs > ul > li {
    margin: 0px;
    padding: 11px 30px;
    cursor: pointer;
    display: block;
    float: left;
    color: #000;
    font: 15px/18px "PT Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.tabs > ul > li.active {
    color: #01459b;
    border-bottom:3px solid  #01459b;
}

.tabs > ul > li:hover {
    color: #01459b;
    /*border-bottom:3px solid  #01459b;*/
}

.item-description {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /*padding-right: 60px;*/
    box-sizing: border-box;
}

.item-description ul li {
    position: relative;
    padding-left: 10px;
    font: 14px/18px "PT Sans", sans-serif;
}

.item-description ul li:before {
    position: absolute;
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #01469c;
    top: 50%;
    margin-top: -2.5px;
    left: 0px;
}

.title-tab {
    font: 18px/22px "PT Sans", sans-serif;
    font-weight: bold;
}

.item-characteristics {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.item-characteristics ul li {
    padding: 5px 0;
    border-top: 1px solid #c5d0d9;
}

.item-characteristics ul li:last-child {
    border-bottom: 1px solid #c5d0d9;
}

.item-characteristics ul li span {
    float: right;
}

.item-images .img-wrap {
    padding: 5px;
    width: 175px;
    height: 175px;
    border: 1px solid #c5d0d9;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.similar-products .product-item {
    margin: 20px 0;
    border-bottom: 1px solid #e5eff7;
    width: 49%;
    min-width: 500px;
    display: inline-block;
}

.similar-products .product-item > div {
    display: inline-block;
    vertical-align: middle;
}

.similar-products .product-item .img {
    width: 100%;
    max-height: 90px;
    max-width: 90px;
    margin-right: 10px;
}

.similar-products .product-item .img img {
    width: 89px;
}

.similar-products .product-item .model {
    width: 39%;
}

.similar-products .product-item .model a {
    font: 18px/22px "PT Sans", sans-serif;
    font-weight: bold;
    color: #01469c;
}

.similar-products .product-item .model p {
    margin-bottom: 0;
    margin-top: 5px;
}

.similar-products .product-item .code {
    padding: 0 5px;
}

.similar-products .product-item .price {
    width: 20%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.similar-products .product-item .price span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
}

.brands {
    width: 60%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.brands > div {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
}

.brands img {
    display: inline-block;
}

.our-partners {
    padding: 35px 0;
    border-bottom: 5px solid #e5eff7;
}

.our-partners span {
    display: inline-block;
    width: 13%;
    vertical-align: middle;
    font: bold 18px/22px "PT Sans", sans-serif;
}

.our-partners .brands {
    width: 86%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.our-partners .brands > div {
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
}

.our-partners .brands img {
    display: inline-block;
    margin-bottom: 0;
}

.file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;
    -ms-transform: scale(20);
    opacity: 0;
    cursor: pointer;
}

.file_upload {
    display: inline-block;
    width: 47%;
    position: relative;
    overflow: hidden;
    font-size: 1em;
    height: 42px;
    margin-top: 20px;
    padding-left: 48px;
    box-sizing: border-box;
    float: left;
    line-height: 2em;
    border: 2px dashed #548ff8;
}

.file_upload:before {
    position: absolute;
    content: " ";
    background: url("../images/spritesheet.png") -146px -95px no-repeat;
    width: 28px;
    height: 26px;
    top: 50%;
    margin-top: -14px;
    left: 10px;
}

.file_upload .button {
    display: block;
    position: relative;
    cursor: pointer;
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #548ff8;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 8em;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.file_upload > mark {
    display: block;
    cursor: pointer;
    font: 10px/10px "PT Sans", sans-serif;
    color: #548ff8;
    position: absolute;
    bottom: 3px;
    left: 40px;
}

.file_upload > mark {
    background: transparent;
    padding-left: 1em;
}

.file_upload > input {
    border: none !important;
    box-sizing: border-box;
    padding: 0 !important;
    color: #548ff8 !important;
    position: relative;
    width: 100%;
    height: 40px !important;
    font: bold 18px/40px "PT Sans", sans-serif !important;
}

.partners .intro {
    width: 39%;
    display: inline-block;
    padding-right: 30px;
    box-sizing: border-box;
    vertical-align: top;
}

.partners .intro b {
    font: 18px/22px "PT Sans", sans-serif;
    font-weight: bold;
}

.partners .form-partners {
    background: #e5eff7;
    padding: 35px;
}

.partners .form-partners .wrap-button-partners {
    margin-left: 19%;
}

.partners .form-partners .wrap-button-partners .btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 72px;
    font-size: 24px;
    line-height: 72px;
    font-weight: bold;
    text-transform: none;
    max-width: 500px;
}

.partners .form-partners .textarea-wrap {
    margin-top: 35px;
}

.partners .form-partners .textarea-wrap span {
    vertical-align: top;
    margin-top: 5px;
}

.partners .form-partners .textarea-wrap .comment {
    height: 260px;
    width: 80%;
    border: 2px solid #bdcad5;
    box-sizing: border-box;
    resize: none;
}

.partners .form-partners > div {
    margin-bottom: 5px;
}

.partners .form-partners > div .discount {
    display: inline-block;
}

.partners .form-partners > div .discount > span {
    width: initial;
}

.partners .form-partners > div .discount > input {
    border: 2px solid #bdcad5;
    box-sizing: border-box;
    width: 100px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.partners .form-partners > div > span {
    width: 19%;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.partners .form-partners > div > input {
    border: 2px solid #bdcad5;
    box-sizing: border-box;
    width: 350px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.partners .form-partners > div > label > span {
    width: 19%;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.partners .form-partners .wide > input {
    width: 80%;
}

.partners .form-partners .checkbox-partners .title-partners {
    font: 18px/22px "PT Sans", sans-serif;
    font-weight: bold;
    max-width: 205px;
    text-align: right;
}

.partners .form-partners .checkbox-partners > div {
    margin-left: 19%;
}

.partners .form-partners .checkbox-partners > div > label {
    display: block;
    margin-bottom: 15px;
}

.partners .form-partners .checkbox-partners > div > label input {
    vertical-align: middle;
}

.partners .form-partners .checkbox-partners > div > label span {
    vertical-align: middle;
}

.partners .form-partners .checkbox-partners .divider {
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    margin-left: 0;
}

.partners .subtitle-h2 {
    font: 24px/1.2em "PT Sans", sans-serif;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.tabs-vac > div {
    padding-top: 10px;
}

.tabs-vac > ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    font: 14px Verdana, sans-serif;
    word-spacing: -0.36em;
}

.tabs-vac > ul:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    clear: both;
    height: 5px;
    background: #e5eff7;
    width: 100%;
}

.tabs-vac > ul > li {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    margin: 17px 4.5%;
    font: 14px/18px "PT Sans", sans-serif;
    font-weight: bold;
    color: #000000;
    position: relative;
    z-index: 2;
    display: inline-block;
    word-spacing: normal;
}

.tabs-vac > ul > li:before {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #01469c;
    top: 50%;
    margin-top: -4px;
    left: -20px;
}

.tabs-vac > ul > li.active {
    background: #01469c;
    color: #fff;
    padding: 17px 4.5%;
    margin: 0;
}

.tabs-vac > ul > li.active:hover {
    background: #01469c;
    color: #fff;
}

.tabs-vac > ul > li.active:before {
    display: none;
}

.tabs-vac > ul > li.active:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 0 7px;
    border-color: #01469c transparent transparent transparent;
    bottom: -5px;
    left: 50%;
    margin-left: -7px;
}

.vacancy .position {
    font: 18px/20px "PT Sans", sans-serif;
    font-weight: bold;
    padding-top: 25px;
    border-top: 1px solid #e5eff7;
}

.vacancy .requirements {
    display: inline-block;
    max-width: 600px;
    padding-bottom: 20px;
}

.vacancy .requirements li {
    padding-left: 15px;
}

.vacancy .send-resume p {
    display: inline-block;
    font: 18px/20px "PT Sans", sans-serif;
    font-weight: bold;
}

.vacancy .send-resume p span {
    color: #01469d;
}

.vacancy .send-resume .btn {
    padding: 0px 30px;
    margin-right: 25px;
}

.modals > .btn {
    display: block;
    padding: 10px 30px;
    margin-bottom: 10px;
    text-align: left;
}

.close-modal {
    text-decoration: none;
    border-bottom: 1px dashed #548ff8;
    color: #548ff8;
    font: bold 14px/16px "PT Sans", sans-serif;
}

.close-modal:hover {
    border-bottom: none;
}

.modal-title {
    font: 18px/20px "PT Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.modals-title {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    position: relative;
}

.modals-title:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background: #e5eff7;
    left: 0px;
    bottom: 10px;
}

.modals-title p {
    font: 18px/20px "PT Sans", sans-serif;
    font-weight: bold;
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}

.wrap-order {
    max-width: 360px;
    margin: 0 40px;
    text-align: center;
    margin-bottom: 40px;
}

.wrap-order p {
    font: 14px/16px, "PT Sans", sans-serif;
}

.wrap-order .input-wrap {
    position: relative;
    width: 360px;
    margin: 10px 0;
}

.wrap-order .input-wrap:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 36px;
    background: url("../images/modal-img_03.jpg") 0 0 no-repeat;
    top: 2px;
    right: 2px;
    z-index: 1;
}

.wrap-order input {
    border: 2px solid #b6cadc;
    box-sizing: border-box;
    padding: 10px;
    color: #7b8a9e;
    position: relative;
    width: 100%;
    height: 40px;
    font: bold 18px/20px "PT Sans", sans-serif;
}

.wrap-order input:-moz-placeholder, .wrap-order input::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order input::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order span {
    display: block;
    text-align: left;
    margin: 10px 0;
}

.wrap-order textarea {
    width: 100%;
    height: 135px;
    box-sizing: border-box;
    resize: none;
    padding: 10px;
    font: bold 18px/20px "PT Sans", sans-serif;
    border: 2px solid #b6cadc;
}

.wrap-order textarea:-moz-placeholder, .wrap-order textarea::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order textarea::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.wrap-order .jq-selectbox {
    width: 100%;
}

.wrap-order .jq-selectbox__select {
    width: 100%;
}

.wrap-order .jq-selectbox__select-text {
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #7b8a9e;
    text-align: left;
}

.sp-thumbnail .sp-thumbnail-title {
    font: bold 18px/20px "PT Sans", sans-serif;
    color: #01459b;
    display: inline-block;
    margin-bottom: 10px;
}

.sp-thumbnail-container {
    padding: 20px 20px 20px 30px;
    background: #e5eff7;
    box-sizing: border-box;
}

.sp-right-thumbnails.sp-has-pointer {
    margin-left: 5px;
}

.sp-caption-container {
    text-align: left;
    background: rgba(0, 40, 74, 0.66);
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 10px 20px;
    margin-right: 365px;
}

.sp-caption-container p {
    color: #fff;
    margin-bottom: 5px !important;
}
.card-container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.card-slider-nav .img-wrap {
    margin: 5px;
    padding: 7px;
    border: 2px solid #f4f4f4;
    cursor: pointer;
    outline: none;
    height: 65px;
    width: 65px;
    text-align: center;
}
.modal-open {
    overflow: hidden;
}
.special_conditions-wrap{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.slick-vertical .img-wrap.slick-current{
    border: 2px solid #4e9bcc;
}
.special_conditions{
    font-size: 16px;
    font-weight: bold;
    color: #e40036;
}
.delivery-wrap{
    margin-top: 30px;
}
.free-delivery{
    display: flex;
    align-items: center;
    border-top: 1px solid #c5d0d9;
    border-bottom: 1px solid #c5d0d9;
    padding: 10px;
    font-size: 13px;
    color: #01459b;
}
.slick-arrow {
    position: absolute;
    left: -75px;
}
.img-wrap.slick-slide img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.card-slider-wrap{
    width: 480px;
    height: 400px;
    position: relative;
}
.card-slider-nav{
    position: absolute;
    top: 22px;
    left: 0;
    overflow: hidden;
}
.card-slider-nav .slick-track {
    display: flex;
    flex-direction: column;
}
.card-slider{
    position: absolute;
    width: 400px;
    right: 0;
    top: 0;
    z-index: 10;
}
.card-slider .slick-list.draggable{
    min-height: 400px;
}
.card-main-descr{
    width: calc(30% - 30px);
    margin-left: 30px;
}
.card-main-descr_title,
.free-delivery_title{
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    padding: 11px 7px;
}
.table-props{
    width: 100%;
}
.card-title{
    font-size: 24px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    padding: 20px 0;
}
.card-main-descr table{
    line-height: 24px;
}
.wrap-order-wide {
    max-width: 730px;
    margin: 0 40px;
    text-align: center;
    margin-bottom: 40px;
}

.wrap-order-wide p {
    font: 14px/16px, "PT Sans", sans-serif;
}

.wrap-order-wide .input-wrap {
    position: relative;
    display: inline-block;
    width: 236px;
    margin: 10px 0;
    margin-right: 7px;
}

.wrap-order-wide .input-wrap:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 36px;
    background: url("../images/modal-img_03.jpg") 0 0 no-repeat;
    top: 2px;
    right: 2px;
    z-index: 1;
}

.wrap-order-wide .input-group > div:last-child {
    margin-right: 0px;
}

.wrap-order-wide input {
    border: 2px solid #b6cadc;
    box-sizing: border-box;
    padding: 10px;
    color: #7b8a9e;
    position: relative;
    width: 100%;
    height: 40px;
    font: bold 18px/20px "PT Sans", sans-serif;
}

.wrap-order-wide input:-moz-placeholder, .wrap-order-wide input::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order-wide input::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order-wide span {
    display: block;
    text-align: left;
    margin: 10px 0;
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #7b8a9e;
}

.wrap-order-wide textarea {
    width: 100%;
    height: 135px;
    box-sizing: border-box;
    resize: none;
    padding: 10px;
    font: bold 18px/20px "PT Sans", sans-serif;
    border: 2px solid #b6cadc;
}

.wrap-order-wide textarea:-moz-placeholder, .wrap-order-wide textarea::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order-wide textarea::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order-wide .btn {
    width: 50%;
    max-width: 50%;
    margin-top: 20px;
}

.wrap-order-wide .jq-selectbox {
    width: 100%;
}

.wrap-order-wide .jq-selectbox__select {
    width: 100%;
}

.wrap-order-wide .jq-selectbox__select-text {
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #7b8a9e;
    text-align: left;
}

.wrap-order-wide {
    overflow: hidden;
}

.wrap-order-wide > .btn {
    float: right;
}

.wrap-order-writeus {
    width: 730px;
    margin: 0 40px;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
}

.wrap-order-writeus > .btn {
    float: right;
}

.wrap-order-writeus p {
    font: 14px/16px, "PT Sans", sans-serif;
}

.wrap-order-writeus .input-wrap {
    position: relative;
    display: inline-block;
    width: 359px;
    margin: 10px 0;
    margin-right: 7px;
}

.wrap-order-writeus .input-wrap:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 36px;
    background: url("../images/modal-img_03.jpg") 0 0 no-repeat;
    top: 2px;
    right: 2px;
    z-index: 1;
}

.wrap-order-writeus .input-group > div:last-child {
    margin-right: 0px;
}

.wrap-order-writeus input {
    border: 2px solid #b6cadc;
    box-sizing: border-box;
    padding: 10px;
    color: #7b8a9e;
    position: relative;
    width: 100%;
    height: 40px;
    font: bold 18px/20px "PT Sans", sans-serif;
}

.wrap-order-writeus input:-moz-placeholder, .wrap-order-writeus input::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order-writeus input::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order-writeus span {
    display: block;
    text-align: left;
    margin: 10px 0;
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #7b8a9e;
}

.wrap-order-writeus textarea {
    width: 100%;
    height: 135px;
    box-sizing: border-box;
    resize: none;
    padding: 10px;
    font: bold 18px/20px "PT Sans", sans-serif;
    border: 2px solid #b6cadc;
}

.wrap-order-writeus textarea:-moz-placeholder, .wrap-order-writeus textarea::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order-writeus textarea::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order-writeus .btn {
    width: 50%;
    max-width: 50%;
    margin-top: 20px;
}

.wrap-order-writeus .jq-selectbox {
    width: 100%;
}

.wrap-order-writeus .jq-selectbox__select {
    width: 100%;
}

.wrap-order-writeus .jq-selectbox__select-text {
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #7b8a9e;
    text-align: left;
}

.wrap-order-thanks {
    max-width: 440px;
    margin: 0 40px;
    text-align: left;
    margin-bottom: 40px;
}

.wrap-order-thanks p {
    font: 14px/16px, "PT Sans", sans-serif;
}

.wrap-order-thanks .input-wrap {
    position: relative;
    display: inline-block;
    width: 328px;
    margin: 10px 0;
    margin-right: 7px;
}

.wrap-order-thanks .input-wrap:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 36px;
    background: url("../images/modal-img_03.jpg") 0 0 no-repeat;
    top: 2px;
    right: 2px;
    z-index: 1;
}

.wrap-order-thanks .input-group > div:last-child {
    margin-right: 0px;
}

.wrap-order-thanks input {
    border: 2px solid #b6cadc;
    box-sizing: border-box;
    padding: 10px;
    color: #7b8a9e;
    position: relative;
    width: 100%;
    height: 40px;
    font: bold 18px/20px "PT Sans", sans-serif;
}

.wrap-order-thanks input:-moz-placeholder, .wrap-order-thanks input::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order-thanks input::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order-thanks span {
    display: block;
    text-align: left;
    margin: 10px 0;
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #7b8a9e;
}

.wrap-order-thanks textarea {
    width: 100%;
    height: 135px;
    box-sizing: border-box;
    resize: none;
    padding: 10px;
    font: bold 18px/20px "PT Sans", sans-serif;
    border: 2px solid #b6cadc;
}

.wrap-order-thanks textarea:-moz-placeholder, .wrap-order-thanks textarea::-moz-placeholder {
    color: #7b8a9e;
    opacity: 1;
}

.wrap-order-thanks textarea::-webkit-input-placeholder {
    color: #7b8a9e;
}

.wrap-order-thanks .btn {
    width: 50%;
    max-width: 50%;
    margin-top: 20px;
}

.wrap-order-thanks .jq-selectbox {
    width: 100%;
}

.wrap-order-thanks .jq-selectbox__select {
    width: 100%;
}

.wrap-order-thanks .jq-selectbox__select-text {
    font: bold 18px/34px "PT Sans", sans-serif;
    color: #7b8a9e;
    text-align: left;
}

/* Fancybox */
.f-gallery {
    margin: 20px 0;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-nav {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-nav span {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #ffffff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
    position: relative;
}

.fancybox-inner {
    position: relative;
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    width: 20px;
    height: 20px;
    background: none;
}

.fancybox-close:before {
    position: absolute;
    content: " ";
    width: 2px;
    height: 20px;
    background-color: #548ff8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right: 50%;
    bottom: 0;
}

.fancybox-close:after {
    position: absolute;
    content: " ";
    width: 2px;
    height: 20px;
    background-color: #548ff8;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    right: 50%;
    bottom: 0;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 19, 40, 0.7);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-prev span, .fancybox-next span {
        background-image: url("../images/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image */
    }

    #fancybox-loading div {
        background-image: url("../images/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image */
    }
}

/*Retina graphics! */
#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image */
}

#fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image */
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    display: none;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    display: none;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 34px;
    width: 165px;
    box-sizing: border-box;
    padding: 0 45px 0 10px;
    border: 1px solid #a7bfd2;
    color: #333;
    font: 14px/30px Arial, sans-serif;
}

.jq-selectbox__select:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    height: 34px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 14px/34px "PT Sans", sans-serif;
    color: #000000;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    background-color: #a7bfd2;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 50%;
    margin-right: -5px;
    background: url("../images/spritesheet.png") -129px -5px no-repeat;
    display: block;
    width: 10px;
    height: 6px;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
    top: 35px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    background: #FFF;
    font: 14px/18px "PT Sans", sans-serif;
    color: #000000;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-file {
    width: 270px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}

.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

@media only screen and (max-width: 1500px) {
    .header-wrap .shedule {
        width: 11.5%;
    }

    .header-wrap .shedule .block3 {
        background: #e5eff7;
        display: inline-block;
        max-width: 9.5vw;
        padding: 10px;
        position: relative;
        margin-top: 15px;
    }

    .header-wrap .shedule .block3:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #e5eff7 transparent;
        top: 0;
        left: 50%;
        margin-left: -12px;
    }

    .header-wrap .region-numbers .number {
        font: 22px/1.2em "PT Sans Caption", sans-serif;
    }

    .header-wrap .wrap-double1 {
        width: 28%;
    }

    .header-wrap .wrap-double2 {
        width: 30.5%;
    }

    .header-wrap .wrap-double2 .contact-mail {
        margin-left: 16px;
    }

    .header-wrap .checkbox-partners > div {
        margin-left: 19%;
    }

    .footer-top-wrap .footer-top .address {
        max-width: 920px;
        display: inline-block;
        margin: 0 5%;
    }

    .footer-top-wrap .footer-top .address > div {
        display: inline-block;
        width: 47%;
        vertical-align: top;
        padding: 10px;
    }

    .footer-top-wrap .footer-top .address .requisites {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .footer-top-wrap .footer-top .address .foot-tit {
        padding-bottom: 20px;
    }

    .partners .form-partners .textarea-wrap .comment {
        width: 70%;
    }

    .partners .form-partners > div {
        margin-bottom: 5px;
    }

    .partners .form-partners > div > span {
        width: 29%;
    }

    .partners .form-partners > div > label > span {
        width: 29%;
    }

    .partners .form-partners .wide > input {
        width: 70%;
    }

    .slider-pro .title-h2 {
        font-size: 24px;
        margin: 5px 0;
    }

    .sp-thumbnail .sp-thumbnail-title {
        margin-bottom: 10px;
        font: bold 14px/16px "PT Sans", sans-serif;
    }

    .sp-thumbnail-container {
        padding: 10px 10px 10px 20px;
        box-sizing: border-box;
    }

    .sp-caption-container {
        margin-right: 265px;
    }
    /*.btn {margin-left: 1.4%!important;}*/
    .pay_h2{margin-left: 30%!important;}
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

div.show {
    display: block;
}

/* Links inside the dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    bottom: auto;
}

.dropdown-content span {
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content span:hover {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 1366px) {
    /*.product-item .btn-buy {
      display: none; }*/
    .product-item .model {
        width: 50%;
    }

    .header-wrap .shedule {
        width: 12.5%;
        text-align: center;
    }

    .header-wrap .shedule .shedule-wrap {
        margin-right: 0;
    }

    .header-wrap .shedule .shedule-wrap .block1 {
        text-align: left;
    }

    .header-wrap .wrap-double1 {
        width: 23%;
    }

    .header-wrap .wrap-double2 {
        width: 26.4%;
    }

    .header-wrap .wrap-double2 .contact-mail {
        margin-left: 14px;
    }

    .sp-caption-container {
        margin-right: 205px;
    }

    .content {
        margin-left: 0px;
    }

    .content .item {
        margin: 0 1% 1%;
        min-width: 305px;
    }

    #header-nav {
        position: relative;
    }

    #header-nav > ul {
        width: 95%;
    }

    #header-nav .search-form {
        width: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -18px;
    }

    #header-nav .search-form button {
        display: none;
    }

    #header-nav .search-form input {
        background: none;
    }

    #header-nav .search-form:hover {
        width: 45%;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
    }

    #header-nav .search-form:hover input {
        background: #fff;
    }

    .footer-top .footer-top-wrap {
        max-width: 895px;
        margin: 0 auto;
    }

    .footer-top .footer-top-wrap .address {
        max-width: 100%;
        margin: 0 2%;
        overflow: hidden;
    }

    .footer-top .footer-top-wrap .address .requisites {
        margin-top: 0;
    }

    .footer-top .footer-top-wrap .address > div {
        width: 50%;
        float: left;
        padding: 0 5px;
        box-sizing: border-box;
    }

    #header-nav > ul > li.open > ul {
        display: none;
    }

    .item-description {
        width: 100%;
    }

    .item-characteristics {
        width: 100%;
    }
}
.v_error{
    border-left: 5px solid #F00;
    padding: 5px;
}
.v_success{
    border-left: 5px solid #38bc29;
    padding: 5px;
}
.v_error:empty, .v_success:empty{
    display: none;
}
.js_result{
    margin: 15px;
}
#inner_menu{
    margin: 20px 0;
}
#inner_menu a{
    display: inline-block;
    font-size: 14px;
    /*margin: 5px;*/
}
/*# sourceMappingURL=style.css.map */
#callback-pd{
    height:11px;
    width: 11px;
    top:2px
}
#callback-label{
    font-size:11px;
    margin-left: 10px;
}
#form-div{
    margin-left:19%
}
#callback-div {
    margin-top: 10px;
    align-items: baseline;
    display: flex;
}
.pay_final {
    background-color:#e5eff7;
}
.link_pay {
    font-size:24px;
    text-decoration: none;
    border-bottom: 1.3px dashed #000080;
}
.sign{
    position:absolute;
    right:18.4%;
    top: 5.3%;
    width:35%
}
.paysys{
    width:85px;
    height:49px;
    background-color:white;
    border:white;
    border-radius:5px;
    float:left;margin:0 10px 15px 0;
}
.mc{margin-top: 12%;margin-left: 22.9%}
.visa{margin-top: 16%;margin-left: 15.9%}
.mir{margin-top: 11%;margin-left: 11.9%}
.yad{margin-top: 10%;margin-left: 11.9%}
.wm{margin-top: 11%;margin-left: 22.9%}
.qiwi{margin-top: 11%;margin-left: 10.9%}
.screenshot {
    outline: 15px solid #e5eff7;
    border: 10px solid #fff;
}
.form-partners input[type="email"]{
    padding:10px;
}
.pay_h1{
    font: 30px/1.2em "PT Sans", sans-serif;
    font-weight: bold;
    padding-bottom:15px;
}
.pay_h2{
    font-size:21pt !important;
    margin-left: 15%;
}

@media (max-width: 2500px) and (min-width: 1900px) {
    .sign{
        position:absolute;
        right:18.4%;
        top: 5.3%;
        width:35%;
        display: block !important
    }
}

@media (min-width: 1800px){
    .sign{
        position:absolute;
        right:18.4%;
        top: 5.6%;
        width:35%;
        display: block !important
    }
}

@media (min-width: 1200px){
    /*.btn{
        display: none
    }*/
}

@media (min-width: 1200px){
    .sign{
        display: none
    }
}
@media (min-width: 768px){
    .sign{
        display: none
    }
}
@media (max-width: 1441px) {
    #gallery{
        padding-top: 110px;
    }
    #header-nav > ul > li.open > ul {
        display: none;
    }
    .content {
        margin-left: 0px;
    }

    .card-main-descr {
        width: calc(50% - 30px);
        margin-left: 30px;
    }
    .item-single .request {
        width: 55%;
        margin-left: 45%;
        position: static;
        z-index: 10;
    }
    .items-video {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1345px) {

    .card-main-descr {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .item-single .request {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }

}
.popup__subdomains{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 1201;
    display: none;
}
.scroll-hidden {
    overflow-y: hidden;
}
.pop-wrap-subdomains{
    background: #fff;
    max-width: 700px;
    top: 2%;
    padding: 30px 40px;
    border-radius: 7px;
    margin: 2% auto;
    position: relative;
}
.shadow {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1200;
}
.subdomains-city-wrap {
    column-count: 5;
    margin-top: 30px;
}
.subdomains-city{
    display: inline-block;
    font-size: 15px;
    color: #192637;
    margin-top: 10px;
}
.subdomains-city-wrap li a {
    line-height: 28px;
    color: #098dc5;
    font-size: 13px;
}
.exit-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: none;
}
.exit-popup:before {
    position: absolute;
    content: " ";
    width: 2px;
    height: 20px;
    background-color: #548ff8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right: 50%;
    bottom: 0;
}
.exit-popup:after {
    position: absolute;
    content: " ";
    width: 2px;
    height: 20px;
    background-color: #548ff8;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    right: 50%;
    bottom: 0;
}

.captcha__container {
    display: flex;
    flex-direction: row;
    /*padding-bottom: 20px;*/
    margin-top: 10px;
}
.captcha_img__wrapper{
    flex: 1
}
.captcha__container input{
    flex: 2;
}
.captcha__container>img{
    /*padding: 2px;*/
    /*border-radius: 3px;*/
}

/*@media (min-width: 421px) {*/
/*    .captcha__container > input {*/
/*        flex: 1;*/
/*        margin-left: 10px;*/
/*    }*/
/*    .captcha__container > img {*/
/*        margin-right: 10px;*/
/*        height:40px;*/
/*    }*/
/*}*/
/*.captcha__container > img, input {*/
/*    display: block;*/
/*}*/

/*@media (max-width: 420px) {*/
/*    .captcha__container {*/
/*        flex-direction: column;*/
/*        margin-bottom: 10px;*/
/*        align-items: center;*/
/*    }*/

/*    .captcha__container > img {*/
/*        width: 200px;*/
/*        margin: 5px;*/
/*    }*/

/*    .captcha__container > input {*/
/*        width: 200px;*/
/*        height: 45px;*/
/*        margin: 5px;*/
/*    }*/
/*}*/

/*@media (max-width: 320px) {*/
/*    .captcha__container > img,input {*/
/*        width: 100%!important;*/
/*    }*/
/*}*/
