@font-face {

    font-family: 'Roboto';
    src: url(fonts/Roboto-Regular.ttf) font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    border: 0 none;
}

body {
    /*font-family: Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #1d1d1d;
    background: #fff url("../img/bg.png") no-repeat 50% 50%;
    background-attachment: fixed;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    font-display: swap;
}

h1 {
    font-family: Georgia, Arial, sans-serif;
    font-weight: normal;
    font-size: 34px;
    margin-bottom: 25px;
    font-display: swap;
}

header,
footer,
.layout-content {
    position: relative;
    width: 1008px;
    padding: 0 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

header {
    height: 262px;
    margin-bottom: 0px;
}

header .logo {
    display: block;
    text-indent: -100000px;
    float: left;
    width: 287px;
    height: 111px;
    background: url("../img/logo-en.png") no-repeat 50% 50%;
}

header .contact {
    float: left;
    margin: 42px 0 0 186px;
}

header .contact p {
    font-size: 11px;
    color: #999999;
}

header .contact p.number {
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

header .contact p.number span {
    font-weight: normal;
    font-size: 18px;
    color: #7b7b7b;
}

header .social {
    float: right;
    margin-top: 54px;
}

header .social-link {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-indent: -10000px;
}

header .social .social-yt {
    margin-right: 9px;
    background: url("../img/social.png") no-repeat 0 0;
}

header .social .social-vk {
    margin-right: 8px;
    background: url("../img/social.png") no-repeat -43px 0;
}

header .social .social-fb {
    margin-right: 7px;
    background: url("../img/social.png") no-repeat -85px 0;
}

header .social .social-ok {
    background: url("../img/social.png") no-repeat -126px 0;
}

header .social:after,
header:after,
main:after,
footer:after,
.layout-content,
.layout-content-gallery {
    content: "";
    display: table;
    clear: both;
}

.fancybox-opened {
    transform: translateZ(100px);
}

.header__catalog {
    width: 138px;
    height: 50px;
    margin-top: 0;
}

.header__catalog__button {
    width: 100%;
    background-color: #0372c4;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 1px;
    cursor: pointer;
}

.header__catalog__button:hover {
    background-color: #4e4e4e;
}

header nav {
    margin-top: 134px;
    position: absolute;
    height: 108px;
}

main {
    margin-bottom: 0px;
}

main .slider {
    padding-left: 54px;
}

main .slider .line {
    height: 5px;
    width: 860px;
    background: url("../img/ln.png") no-repeat 50% 50%;
}

main .slider .photo {
    position: relative;
    width: 860px;
    height: 305px;
    background: url(../img/photo.jpg) no-repeat;
    background-size: cover;
}

main .slider .photo figcaption {
    box-sizing: border-box;
    position: absolute;
    bottom: 32px;
    left: 54px;
    padding: 10px 30px;
    width: 395px;
    height: 130px;
    background: rgba(6, 103, 192, 0.5);
    color: white;
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

main .slider .photo figcaption span {
    color: #a8daff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

main .qty {
    float: right;
    margin-top: 80px;
}

main .qty section {
    display: inline-block;
    width: 153px;
    margin-right: 45px;
}

main .qty section:last-child {
    margin-right: 0;
}

main .qty span {
    display: block;
    margin-bottom: 10px;
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    font-size: 58px;
}

.layout-content-gallery {
    width: 868px;
    margin: 0 auto;
}

.layout-content-gallery .b-carousel-block {
    margin-bottom: 36px;
}

.layout-content-gallery .b-carousel-block:nth-child(4n) {
    padding-right: 0;
}

.layout-content .artcl .catalog {
    float: right;
    margin: 2px 2px 2px 5px;
    padding: 5px 0;
    width: 100px;
    background: #0373c5;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-family: Arial, Georgia, Sans-serif;
    font-weight: normal;
}

.gallery {
    margin-top: 40px;
    min-width: 1008px;
    width: 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.gallery h2 {
    display: inline-block;
    padding-left: 84px;
    margin-bottom: 50px;
    color: black;
}

.gallery p {
    display: inline-block;
    position: absolute;
    margin-top: 20px;
    margin-left: 205px;
    color: black;
    font-size: 12px;
    line-height: 18px;
}

.gallery a,
.gallery a:active,
.gallery a:visited,
.gallery a:hover {
    font-size: 12px;
    color: white;
}

footer {
    padding-top: 55px;
    margin-bottom: 75px;
}

footer .copyright {
    float: left;
    line-height: 18px;
    margin-top: -4px;
    margin-left: 20px;
}

footer .contacts {
    float: left;
    margin-left: 165px;
    margin-top: -7px;
    font-size: 13px;
    line-height: 25px;
}

footer .contacts a {
    display: inline;
    margin-top: 5px;
}

footer .logo-studio {
    float: right;
    margin-right: 20px;
    line-height: 18px;
}

footer .logo {
    display: block;
    text-indent: -100000px;
    margin-bottom: 20px;
    width: 140px;
    height: 34px;
    background: url("../img/pacmans.png") no-repeat 50% 50%;
}

main aside {
    float: right;
    margin-top: 76px;
    width: 316px;
}

main .artcl > section,
main aside > section {
    margin-bottom: 50px;
}

main figure {
    margin-left: 10px;
}

main article.artcl {
    float: left;
    width: 568px;
}

h2 {
    font-family: Georgia, Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 20px;
}

h3 {
    font-family: Georgia, Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 20px;
}

h4 {
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

a {
    color: #2994e3;
}

a:active,
a:hover {
    color: #1c76b9;
}

main p,
main ul {
    line-height: 18px;
}

main table,
main table td {
    border: 0px solid #bababa;
    line-height: 18px;
    border-collapse: collapse;
}

figure.image-left {
    float: left;
    margin: 10px 10px 10px 0;
}

figure.image-right {
    float: right;
    margin: 10px 0 10px 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #1d1d1d;
}

.content p {
    line-height: 18px;
    margin-bottom: 1em;
}

.content b {
    font-weight: 700;
    font-family: Georgia, Arial, sans-serif;
}

.content ul {
    list-style-type: none;
    padding-left: 0;
}

.content li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 18px;
}

.content li::before {
    content: "";

    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

header nav .main-menu ul li a {
    white-space: nowrap;
}

.dop-info {
    float: left;
}

.catalog {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-start;
}

.catalog-link {
    font-size: 24px;
    font-family: Georgia, Arial, sans-serif;
    margin: -20px 0 20px;
    text-align: center;
}

.catalog-link-bottom {
    font-size: 16px;
    font-family: Georgia, Arial, sans-serif;
    text-align: center;
}

.getcatalog__window {
    display: none;
}

@media screen and (max-width: 480px) {
    .catalog-link {
        margin: 0 0 20px;
    }
}

.catalog-link a {
    text-decoration: underline;
}

.catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.catalog-list_inner {
    width: 230px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 10px);
    margin-bottom: 8px;
    background-color: #055eb7;
    padding: 5px 25px;
    color: white !important;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 14px;
}

.catalog-section_inner {
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
}

.catalog-section_inner .catalog-section__image > * {
    max-width: 25px;
    max-height: 25px;
}

@media screen and (max-width: 978px) {
    .description .description-text {
        position: relative;
        margin: 0 auto;
        top: 65px;
    }

    .description .description-image {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .catalog-section {
        width: 100%;
    }
}

.catalog-section:hover {
    color: white;
    background: black;
}

.catalog-section__image {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-section__image > * {
    max-width: 40px;
    max-height: 40px;
    fill: currentColor;
}

.catalog-section__name {
    font-family: Georgia;
    font-size: inherit;
    color: currentColor;
    font-weight: 700;
    padding-left: 10px;
    position: relative;
}

.catalog-section__name::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-grow: 1;

}

.catalog-item {
    width: calc(23% - 10px);
    -webkit-box-shadow: -10px 6px 29px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 6px 29px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px 20px;
}

.catalog-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    margin-bottom: 15px;
    width: 100%;
}

.catalog-item__image img {
    max-width: 100%;
    display: block;
}

.catalog-item__name {
    color: #212121;
    font-family: Georgia, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.catalog-item__stock {
    color: #29ab18;
    font-family: Georgia, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.catalog-det__stock {
    color: #29ab18;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.catalog-item__props {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0 10px;
}

.catalog-item__prop {
    color: #1d1d1d;
    font-family: Arial, Georgia, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.catalog-item__prop_bold {
    font-weight: 700;
}

.catalog-item__button {
    width: 166px;
    height: 33px;
    background-color: #055eb7;
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius: 0px !important;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: white !important;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Georgia, sans-serif;
    font-weight: 400;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.catalog-item__button:hover {
    background-color: #4c4c4c;
}

.catalog-item__button_center {
    width: 166px;
    height: 33px;
    background-color: #055eb7;
    border-radius: 0px !important;
    display: block;
    cursor: pointer;
    color: white !important;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Georgia, sans-serif;
    font-weight: 400;
    margin: auto;
    padding: 7px 0;
}

.catalog-item__button_center:hover {
    background-color: #4c4c4c;
}

.description {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 560px) {
    .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.description-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 485px;
    max-width: 100%;
}

@media screen and (max-width: 560px) {
    .description-image {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 90%;
    }
}

.description-image img {
    width: 100%;
    height: 100%;
}

.description-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../ts/img/bg-descr.png);
    padding: 55px 60px 50px 80px;
    font-size: 16px;
    font-weight: 700;
    font-family: Georgia, Arial, sans-serif;
    max-width: 540px;
}

@media screen and (max-width: 560px) {
    .description-text {
        position: relative;
        top: 90px !important;
        margin-top: -20px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 90%;
        padding: 40px 40px 35px 30px;
        font-size: 15px;
    }
}

.description-text p:not(:last-child) {
    margin-bottom: 2rem;
}



@media screen and (max-width: 768px) {
    .catalog {
        flex-direction: column;
        align-items: center;
    }

    .catalog-list_inner {
        margin-right: 0;
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .catalog-item {
        width: 100%;
    }

    .catalog-items {
        flex-direction: column;
        align-items: center;
    }
}

.content ol {
    padding-left: 18px;
}

.content ol > li {
    padding-left: 10px;
}

.content ol > li:before {
    display: none;
}


header nav .main-menu > li > a {
    font-family: 'Roboto', sans-serif !important;
}

.t_price td {
    padding: 10px;
}

header .contact p.number,
h1,
h2,
h3,
h4,
main .qty span,
.catalog-link-bottom,
p.news-item b,
.content b,
.catalog-item__name,
.catalog-item__stock,
.catalog-section__name,
.content,
.catalog-link,
.description-text {
    font-family: 'Roboto', sans-serif;
}


@media screen and (max-width: 992px) {
    header nav .main-menu ul li a {
        font-family: 'Roboto', sans-serif !important;
    }
}

header nav.header__menu .main-menu > li span {
    display: none;
}

header nav.header__menu .main-menu > li {
    border-left: none;

}

header nav.header__menu .main-menu > li > a {
    padding: 5px 10px;
}

/*header nav.header__menu .main-menu > li:last-of-type {*/
/*  padding-right: 0;*/
/*}*/

main .slider_action .photo {
    margin: 0 auto;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav {
    margin-top: 0px;
}

header {
    height: 110px;
    margin-bottom: 85px;
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #f1f1f1;
}

header .header__top .contact {
    margin: 0;
}

header .dropbtn {
    margin: 0;
}

header .header__top .dropdown {
    margin-top: 0;
    order: 10;
}

header .header__top .header__langs {
    position: absolute;
    top: 5px;
    right: 0;
}

header .dropdown-content {
    margin: 0;
}

header .contact p {
    color: black;
}

header .header__top .social {
    margin-top: 0;
}

header .header__top .contact p.number {
    font-size: 24px;
}

header .header__top .contact p.number.mail {
    font-size: 17px;
    font-weight: 500;
}

header .header__top .contact p.number.mail a {
    color: #0372c4;
}

header .header__top .social p {
    color: black;
    font-size: 11px;
}

.callback-button-top {
    width: 100%;
    background-color: #0372c4;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 1px;
    cursor: pointer;
}

.callback-button-top:hover {
    background-color: #4e4e4e;
}

header .header__top .logo {
    width: 213px;
    height: 110px;
    background-size: contain;
}

header nav.header__menu .main-menu > li {
    padding: 0;
}

main .slider_action .photo {
    height: 271px;
}

header nav ul.main-menu .onHover > .submenu {
    top: 67px;
}

footer {
    display: flex;
    justify-content: space-between;
}

footer section {
    width: 25%;
    margin: 0 auto;
}

footer section.logo-studio {
    margin-right: 0;
}

footer .contacts {
    margin: 0;
}

footer .footer-title {
    margin-top: 15px;
}

footer ul {
    list-style: none;
}

footer ul li,
footer ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 27.2px;
}

footer ul li a {
    text-decoration: none;
    color: #0a7dd4 !important;
    width: 85%;
    display: block;
    padding: 3px 15px;
    box-sizing: border-box;
    position: relative;
}

footer ul li a:hover {
    background-color: #0372c4;
    color: #fff !important;
}

footer ul li {
    margin-bottom: 5px;
}

footer ul li a:before,
footer ul li a:after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #0372c4;
    top: 0;
    width: 6px;
    height: 1px;
}

footer ul li a:before {
    transform: rotate(45deg);
    top: 9px
}

footer ul li a:after {
    transform: rotate(-45deg);
    top: 13px;
}

footer ul li:hover a:before,
footer ul li:hover a:after {
    background-color: #fff;
}

footer ul li.footer-item-contacts a:before,
footer ul li.footer-item-contacts a:after {
    display: none;
}

footer ul li.footer-item-contacts a {
    padding: 3px;
    display: inline;
}

.header-cards-list {
    display: flex;
    justify-content: space-between;
}

.header-cards-list li {
    list-style: none;
    position: relative;
    background-color: #fff;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(3, 114, 196, 0.3);
    transition: box-shadow 0.25s, background 0.25s;
    text-align: center;
    margin: 0 2px;
}

.header-cards-list li:hover {
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 1);
}

.header-cards-list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-cards {
    margin-bottom: 20px;
}

header nav.header__menu .main-menu > li:first-of-type {
    padding-left: 0;
}

/*header nav.header__menu .main-menu > li:last-of-type {*/
/*  padding-right: 0;*/
/*}*/

.header-cards-item-title {
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
}

.header-cards-item-title2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 7px 0 0 0;
}

@media (max-width: 1140px) {
    header nav .main-menu > li:last-of-type {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .header__menu-button {
        order: 20;
    }

    header .header__top {
        align-items: center;
    }

    header section.contact {
        margin: 0 !important;
    }

    .header-cards-item {
        max-width: 22%;
    }
}

@media (max-width: 720px) {
    section.contact.mail {
        display: none;
    }

    .header-cards-item-title {
        box-sizing: border-box;
        font-size: 12px;
    }


}

@media (max-width: 560px) {
    .contact {
        width: 30%;
    }

    .header-cards-list {
        flex-wrap: wrap;
    }

    .header-cards-item {
        max-width: 181px;
        margin: 0 5px 10px;
    }

    .header-cards-list {
        justify-content: space-around;
    }
}

@media (max-width: 480px) {
    header .header__top {
        justify-content: space-between;
    }

    .gallery .layout-content h2 {
        font-family: 'Roboto', sans-serif;
    }
}

@media (max-width: 425px) {
    .header-cards-item {
        max-width: 130px;
        margin: 0 5px 10px;
    }
}

@media (max-width: 992px) {

    .gallery .layout-content h2,
    .gallery .layout-content p {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 768px) {
    footer section {
        width: 45%;
        margin: 0 auto !important;
    }

    footer section.logo-studio {
        text-align: left;
    }
}

@media (max-width: 500px) {
    footer section {
        width: 80%;
    }
}

footer {
    padding-top: 15px;
    margin-bottom: 30px;
}

.footer-social {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-social li {
    list-style: none;
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.footer-social li a:hover {
    background-color: transparent;
}

.footer-social li a:before,
.footer-social li a:after {
    display: none;
}

.footer-social li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.footer-social ul {
    display: flex;
    /*justify-content: center;*/
}

header nav.header__menu .main-menu > li > a {
    font-weight: 400 !important;
}

header nav.header__menu {
    width: 100%;
}

header nav .main-menu {
    justify-content: space-between;
    margin-top: 3px;
    margin-bottom: 15px;
}

header nav.header__menu .main-menu > li {
    padding: 13px 0px 20px;
}

header nav.header__menu .main-menu > li:last-of-type {
    padding-right: 0;
}

header {
    /*padding: 0;*/
}

header nav.header__menu .main-menu > li > a {
    padding: 5px 25px !important;
    min-height: 45px !important;
}

.gallery h2 {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.logo-text {
    display: none !important;
}

@media (max-width: 1140px) {
    header nav.header__menu {
        width: 100%;
    }

    .logo__image {
        width: 180px;
    }
}

@media (max-width: 750px) {
    .header-cards {
        margin-bottom: 7px;
    }

    .main-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/*@media (max-width: 500px) {*/
/*  .logo__image {*/
/*    width: 168px;*/
/*  }*/
/*}*/

@media(max-width: 480px) {
    .dropdown {
        width: 40px;
    }

    header .header__top .contact {
        display: none;
    }

    header .header__top .logo {
        margin-left: 5px !important;
    }
}


.main-description-cards {
    margin-top: 20px;
}

.main-description-cards .header-cards-item {
    width: 18%;
    background-color: white;
    color: black;
}

.main-description-cards .header-cards-item:hover {
    background-color: white;
    box-shadow: 0 0 3px rgba(3, 114, 196, 0.3);
}

.main-description-cards-text {
    text-align: center;
    padding: 5px 7px;
    box-sizing: border-box;
    color: black;
    font-weight: 400;
}

.image-kak {
    max-height: 100px;
}

@media (max-width: 768px) {
    .main-description-cards .header-cards-item {
        width: 35%;
        margin: 15px 20px;
    }

    .main-description-cards .header-cards-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}



.arenda-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.arenda-item {
    width: 100%;
    display: flex;
    list-style: none;
}

.arenda-list .arenda-item::before {
    display: none;
}

.arenda-list .arenda-item {
    padding-left: 0;
    padding-bottom: 15px;
}

.arenda-img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border: 0px solid #0a7dd4;
    box-sizing: border-box;
    margin-bottom: 5px;
}

@media (max-width: 450px) {
    .arenda-list .arenda-item p {
        width: 100%;
    }

    .arenda-list .arenda-item .arenda-img {
        margin: 0;
    }

    .arenda-list .arenda-item {
        flex-wrap: wrap;
    }
}

.catalog-bottom-info .main-description-cards-text {
    margin-bottom: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.catalog-bottom-info .header-cards-item {
    position: relative;
}

.catalog-arrow {
    position: absolute;
    width: 50px;
    height: 3px;
    right: -70px;
    top: 50%;
    background-color: #0373C5;
}

.catalog-arrow::before,
.catalog-arrow::after {
    position: absolute;
    height: 3px;
    width: 14px;
    background-color: #0373C5;
    content: '';
    right: -1px;
    top: 0;
    transform: rotate(45deg);
}

.catalog-arrow::before {
    transform: rotate(45deg);
    top: -5px;
}

.catalog-arrow::after {
    transform: rotate(-45deg);
    top: 5px;
}

@media (max-width: 850px) {
    .catalog-arrow {
        width: 35px;
        right: -50px;
    }
}

@media (max-width: 768px) {
    .catalog-bottom-info .header-cards-item {
        width: 23%;
        margin: 15px 46px;
    }
}

@media (max-width: 550px) {
    .catalog-bottom-info .header-cards-item {
        width: 55%;
        margin: 15px 46px 70px;
    }

    .catalog-arrow {
        bottom: -40px;
        top: auto;
        transform: rotate(90deg);
        right: calc(50% - 21px);
    }
}

.contacts-wrapper {
    display: flex;
    width: 100%;
}

.contacts-block1 {
    margin-right: 35px;
    width: 370px;
}

.contacts-block2 {
    height: 320px;
}

.video-block {
    margin-right: 20px;
    max-width: 544px;
    float: left;
}

.video-block video {
    width: 100%;
}

.company-text {
    /*height: 250px;*/
}

@media (max-width: 768px) {
    .contacts-wrapper {
        flex-wrap: wrap;
    }

    .contacts-block1 {
        width: 100%;
        margin-bottom: 25px;
    }

    .contacts-block2 {
        width: 100%;
        height: 320px;
    }

    .footer-social ul {
        justify-content: center;
    }

    .footer-social ul li {
        width: 50px;
        height: 58px;
    }

}

footer .footer-title {
    margin-top: 12px;
    margin-bottom: 15px;
}

.footer-item a {
    line-height: 17px;
}

.footer-list li {
    margin-bottom: 0;
}

.contacts .footer-list li {
    margin-bottom: 4px;
}

.layout-content .catalog-link {
    display: none;
}

.callback-button-top,
.header__catalog__button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    text-decoration: none;
}

.callback-button-top:hover,
.header__catalog__button:hover {
    color: white;
}

.callback-button-top:active,
.header__catalog__button:active {
    color: white;
}




.header-cards {
    width: 100%;
}

.header-cards-list {
    width: 100%
}

.header-cards-list {
    margin-bottom: 45px;
}

.dopolnitelnaya-complectaciya-wrap .catalog-bottom-info {
    display: none;
}

.main-description-cards .header-cards-list {
    margin-bottom: 20px;
}

.footer-callback {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-callback .slam-easyform {
    width: 100% !important;
    max-width: 100% !important;
}

footer {
    flex-wrap: wrap;
}

.footer-callback .warning-buy {
    display: none;
}

.footer-callback .form-group .control-label {
    display: none;
}

.footer-callback .row .col-xs-12:nth-child(1),
.footer-callback .row .col-xs-12:nth-child(2) {
    width: 50%;
}

.footer-callback .row .col-xs-12:nth-child(3) .form-control {
    height: auto;
}

.footer-callback .row .col-xs-12:nth-child(4) {
    font-size: 12px;
    width: 100%;
}

.footer-callback .row {
    position: relative;
}

.footer-callback .row .col-xs-12:nth-child(5) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {

    .footer-callback .row .col-xs-12:nth-child(1),
    .footer-callback .row .col-xs-12:nth-child(2) {
        width: 100%;
    }

    .footer-callback .row .col-xs-12:nth-child(3) .form-control {
        height: unset;
    }

    .footer-callback .row .col-xs-12:nth-child(4) {
        font-size: 12px;
        width: 100%;
    }

    .footer-callback .row {
        position: relative;
    }

    .footer-callback .row .col-xs-12:nth-child(5) {
        position: relative;
        width: auto;
        margin: 0 auto;
    }

    .footer-callback {
        margin-bottom: 25px !important;
    }
}

.header-cards-item .header-cards-item-title2 {
    font-size: 17px;
    color: black;
}

@media (max-width: 820px) {
    .header-cards-item img {
        display: block !important;
        margin: 0 auto !important;
    }

    .size {
        width: 100px;
    }
}

.complectaciya-block-item {
        width: 100%;
    max-width: 300px;
    text-align: center;
    border: 1px solid rgba(30, 144, 255, 0.3);
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.skidki-block-item {
    width: 480px;
    text-align: center;
    border: 1px solid rgba(30, 144, 255, 0.3);
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.complectaciya-block-item img {
   width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 300px;
}

.complectaciya-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.complectaciya-block-item-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.complectaciya-block-item-text {
    margin-bottom: 20px;
}

.complectaciya-block-item-link {
    width: 100%;
    height: 35px;
    color: white;
    background-color: #0a7dd4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.25s;
}

.complectaciya-block-item-link:hover {
    color: white;
    text-decoration: none;
    background-color: #4f4f4f;
}

.complectaciya-block-title {
    font-size: 16px;
    background-color: #0a7dd4;
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 959px) {
    .complectaciya-block-list {
        justify-content: space-around;
    }
}

@media (max-width: 1140px) {
    .footer-callback {
        width: 97%;
        margin: 0 auto;
    }

    .footer-callback h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
}



.arenda_li:before {
    display: none;
}

.arenda_li-img {
    width: 100%;
    height: auto;
    max-width: 220px;
    border: 1px solid rgb(233, 233, 236);
    box-sizing: border-box;
    margin-right: 10px;
}

.content .arenda_li {
    display: flex;
    margin-right: 0;
    box-shadow: 0 0 3px 1px #12163c36;
    box-sizing: border-box;
    padding: 5px;
}

.arenda_li-price {
    width: 100%;
    text-align: center;
    max-width: 166px;
}


.arenda_li-price-link {
    width: 100%;
    height: 30px;
    color: white !important;
    background-color: #0a7dd4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.25s;
    margin-top: 15px;
}

.arenda_li-price-link:hover {
    color: white;
    text-decoration: none;
    background-color: #4e4e4e;
}

.arenda_li-text {
    margin-right: 5px;
    text-align: justify;
}

.arenda_li-text-title {
    margin-top: 10px;
}

.arenda_li-price-sum {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.arenda_li-price-select {
    width: 100%;
    height: 30px;
    text-align: center;
    border: 1px solid rgba(30, 144, 255, 0.3);
}



#cat_feedback_FID100 .fb_close.afbf_btn {
    color: #fff !important;
    background: #2196f3 !important;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 180px;
    align-items: center;
    float: right;
}




@media (max-width: 550px) {
    .content .arenda_li {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .arenda_li-img {
        margin-right: 0;
    }

    .arenda_li-text {
        width: 90%;
        margin: 0 auto;
    }
}


.footer-about-company .footer-social p {
    padding-right: 15px;
    box-sizing: border-box;
}

.footer-title {
    font-size: 20px;
    line-height: 28px;
}

.footer-about-company {
    width: 22%;
}

.footer-catalog {
    width: 22%;
}

.logo-studio {
    width: 22%;
}

#fancybox-thumbs {
    display: none !important;
}

.image-catalog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .footer-about-company {
        width: 45%;
    }

    .footer-catalog {
        width: 45%;
    }

    .logo-studio {
        width: 45%;
    }
}

.social_vk {
    width: 50px;
    height: 50px;
    background-color: grey;
}

.arenda_li-text-description {
    box-sizing: border-box;
    padding-right: 18px;
}

.index-photo-gallery-slide .slide-image {
    height: 227px;
}

.number-wrap {
    display: flex;
    align-items: flex-end;
}

input.lname {
    display: none;
}

.catalog-section__image svg {
    display: none;
}

.number-img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.catalog-section {
    flex-direction: column;
    padding: 0;
}

.catalog-section__name {
    width: 100%;
    padding: 6px 10px;
}

.catalog-section__name::before {
    content: none;
}


@media (max-width: 860px) {
    .image-catalog {
        flex-direction: column;
    }

    .number-wrap {
        display: flex;
        align-items: flex-start;
    }

    .number-img {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
}

.footer-callback {
    -webkit-box-shadow: 0 0px 5px 2px #d6d6d6;
    -moz-box-shadow: 0 0px 5px 2px #d6d6d6;
    box-shadow: 0 0px 5px 2px #d6d6d6;
    padding: 25px 35px 15px;
}

.slam-easyform .checkbox-inline input[type=checkbox] {
    margin-top: 2px;
}

.table-wrap table {
    width: 100%;
    font-size: 14px;
}

.table-wrap table th {
    padding: 0.5rem;
    border: 1px solid #f1f1f1;
    background: #fff;
    text-align: left;
}

.table-wrap table td {
    padding: 0.5rem;
    border: 1px solid #fff;
}

.table-wrap tbody tr:hover {
    background: #0373C5;
    color: #fff;
}

@media screen and (max-width:600px) {
    .table-wrap table {
        border: 0;
        background: transparent;
    }

    .table-wrap table thead {
        display: none
    }

    .table-wrap table tr:nth-child(1n) {
        display: block;
        background: #e6e9ea;
        margin-bottom: 2rem;
    }

    .table-wrap table tr:nth-child(2n) {
        display: block;
        background: #fbfcfc;
        margin-bottom: 2rem;
        color: #212529;
    }

    .table-wrap table tr:last-child {
        margin-bottom: 0;
    }

    .table-wrap table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border: 1px solid #f2f5f5;
        border-right: 1px solid transparent
    }

    .table-wrap table td:last-child {
        border-bottom: 0
    }

    .table-wrap table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold
    }
}

@media screen and (max-width:992px) {

    h1.mainpage {
        font-size: 26px;
    }

    h3.mainpage {
        font-size: 22px;
    }

    ul.submenu a:active,
    ul.submenu a:focus {
        background: #0372c4bd !important;
        color: #ffffff !important;
    }

    ul.submenu {
        padding: 0 !important;
    }

    header nav .main-menu ul.submenu a {
        padding: 0 15px !important;
    }
}

.main-slider {
    display: block;
    width: 100%;
}

.main-slider__wrapper {
    max-width: 1008px;
}

.main-slider__item {
    width: 100%;
}

.slick-next {
    right: 10px;
    z-index: 3;
}

.slick-prev {
    left: 10px;
    z-index: 3;
}

@media screen and (max-width:768px) {
    .main-slider {
        display: none;
    }

    .video-block {
        margin-right: 0;
    }

    .main-description-cards {
        margin-top: 0px;
    }

    .header-cards-list {
        margin-bottom: 0;
    }

    .index-photo-gallery {
        margin: 5px auto 0;
    }

    footer ul li a {
        width: 70%;
        display: inline-block;
    }

    .footer-title {
        font-size: 24px;
    }
    #footer-callback {
	margin-top: 2rem;
    }
    h1.mainpage {
        position: relative;
	top: 1.4rem;
    }

.footer-social ul {
    justify-content: flex-start;
}

}


@media (max-width:1141px) {
    header nav.header__menu .main-menu > li > a {
        padding: 5px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {

    .footer-title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .footer-social p {
        font-size: 12px !important;
    }

    footer ul li a {
        padding: 3px !important;
        font-size: 10px !important;
        white-space: nowrap;
    }

    li.footer-item.footer-item-contacts {
        font-size: 10px !important;
    }

    ul.footer-list {
        margin-bottom: 10px !important;
    }

    .footer-social ul li {
        width: 32px !important;
        height: 32px !important;
    }

    .footer-social ul {
        justify-content: center;
        margin-bottom: 0;
    }
}

label.checkbox-inline {
    z-index: 9;
}
.catalog-section__name {font-weight: 500!important;}
.fancybox-lock div#alx_feed_back_theme1_FID100 {
    display: block;
}
div#alx_feed_back_theme1_FID100 {
    display: none;
}
#cat_feedback_FID100 .cat-feedback__row input {
    border-bottom: 1px solid #2196f3;
    width: 100%;
    margin-bottom: 20px;
}

@media(max-width:767px){
.arenda-img {
    width: 60px;
    height: 60px;
		margin-right: 15px!important;}
.arenda-list .arenda-item {
    flex-wrap: unset;
}
.arenda-list .arenda-item p {
    line-height: 1.2;
}
.arenda-item {
    width: calc(100% - 30px);
    display: flex;
    list-style: none;
}
.arenda-list {
    align-items: center;
    justify-content: center;
}
	.mob-hide{display:none;}
}

@media (min-width:768px){
.tab-content tr>td:first-child {width:20%!important;}
}
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    z-index: 9999999;
}

header {
    position: fixed;
    width: 100%;
    background: #f8f8f8;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    height: auto;
    z-index: 999999;
}


.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: 100%!important;
max-width:330px;
}
.fancybox-inner {
    width: auto!important;
}

label.control-label input {
    font-size: 15px;
}


.index-photo-gallery {overflow: hidden;}