@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%;
}

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.svg") 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,
.header__catalog__button:focus {
    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;
}
.read-more {
    overflow: hidden;
}
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;*/
}

.banner-form__row input {
    height: 32px;
}

@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%;
    box-sizing: border-box;
    margin: 30px 0 60px 0;
}

.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: 24%;
    max-width: 300px;
    text-align: center;
    border: 1px solid rgba(30, 144, 255, 0.3);
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.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%;
	max-width:300px;
    height: auto;
    margin: 0 auto;
}

.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 h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
}



.arenda_li:before {
    display: none;
}

.arenda_li-img {
    width: 150px;
    height: 150px;
    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: 380px;
    text-align: center;
}


.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;
}
/* CATALOG GET*/
#cat_feedback_FID100 {
    max-width: 600px;
    margin: 0 auto;
}
#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;
}

#cat_feedback_FID100 .cat-feedback__row input {
    border-bottom: 1px solid #2196f3;
    width: 100%;
    margin-bottom: 20px;
}
#cat_feedback_FID100 .afbf_submit_block {
    margin-top: 0!important;
}



.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);
}

@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) {
	.complectaciya-block-item {width:calc(50% - 5px);}
    .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;
}

.sogl_row label input {
    width: auto;margin-right:6px;
}

.sogl_row label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


@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;
    }

    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;
}
@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;
}
.catalog-item__button{
max-width: 166px;
    height: 33px;
    width: 100%;
}
.catalog-item {
    height: calc(100% - 20px);
}
.catalog-item .catalog-item__props {
    flex-grow: 1;
}


ul.header-cards-list {
    display: flex;
    justify-content: space-between;
}
ul.header-cards-list li {
    width: 24%!important;
}

.columns-3 .header-cards-list li {
    width: 31%!important;
}
@media (max-width:560px){
.complectaciya-block-item {width:100%!important;}
ul.header-cards-list li,.columns-3 .header-cards-list li {
    width: 100%!important;
}
}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb60 {margin-bottom: 60px;}


    .banner-wrapper {
        padding: 20px;
        display: flex;
        justify-content: flex-end;
    }

.banner-wrapper.bnr1{
 background-image: url(/images/tepl/res1.jpg);
        background-size: cover;
}
.banner-wrapper.bnr2{
 background-image: url(/images/tepl/res2.jpg);
        background-size: cover;
}
.banner-wrapper.bnr3{
 background-image: url(/images/tepl/res3.jpg);
        background-size: cover;
}
.banner-wrapper.bnr4{
 background-image: url(/images/tepl/res4.jpg);
        background-size: cover;
}
.banner-wrapper.bnr5{
 background-image: url(/images/tepl/res5.jpg);
        background-size: cover;
}
.banner-wrapper.bnr6{
 background-image: url(/images/tepl/res6.jpg);
        background-size: cover;
}

    div#bf {
        padding: 10px;
        background-color: #ffffff;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .7);
    }

    .banner-form__titile {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .banner-form__btn {
        background-color: #0372c4;
        padding: 4px 0;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
		display: flex;
    	justify-content: center;
    	align-items: center;
		text-decoration:none!important;
		transition: background-color 0.4s;
    }
	.banner-form__btn:hover{
		background-color:#4c4c4c;
		color:#ffffff;
	}

    .banner-form__messenger {
        margin-bottom: 10px;
    }

    .banner-form__messenger img {
        height: 22px;
    }

    .banner-form__row {
        display: flex;
        margin-bottom: 10px;
    }


.video__about.video__wrapper {
    display: flex;
		 justify-content:center;
}
.video__about.video__wrapper .video-block {
    margin-right:0!important;
    max-width: 100%;
    float: left;
}
    .banner-form__row .label {
        width: 70px;
        margin-right: 8px;
    min-width: 70px;
    }

    .banner-form__row input {
        flex-grow: 1;
        border: 1px solid #333333;
        border-radius: 2px;
    }
    .card__wrapper{
		display:flex;
		flex-direction:column;

		height:100%;
        padding: 10px;
        background-color: #ffffff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    }
    .card__title {
		text-align:center;
		padding:4px;
    color: #1d1d1d;
    font-family: Arial, Georgia, sans-serif;
    font-size: 14px;
    font-weight: 700;
		flex-grow:1;
    line-height: 18px;
}
    .card__price {
    color: #1d1d1d;
    font-family: Arial, Georgia, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 4px 0 10px;
}

    .feature__wrapper {
        color: #ffffff;
        line-height: 1.2;
        height: 100%;
        padding: 15px;
        background: linear-gradient(45deg, #1f72ba, #1064a1);
    }

    .feature__title {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 4px;
    }

    span.feature__number {
        font-size: 32px;
        margin-right: 10px;
    }
	.banner-image__mob{display:none;}
	@media(max-width:767px){

.catalog-section__name {
    text-align: left;
}

.banner-wrapper{padding:20px 0;flex-direction:column;justify-content:center;background-image:none!important;}
#bf {width: 100%;}
.banner-image__mob{display:block;width:100%;height:auto;margin-bottom:10px;}
ul.header-cards-list.tepl li {
    width: 100%!important;
}
	}
ul.header-cards-list.tepl {
    flex-wrap: wrap;
}


.image-kak {
    height: 80px;
}





.bottom-form-send{
display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0 solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
}

.col-50{width:50%!important}
.col-100{width:100%!important}
.flx label.checkbox-inline,.flx  {
    display: flex;align-items:center;    justify-content: space-between;
}
.flx .form-group {
    margin-bottom: 0;
}
.flx label.checkbox-inline input{width:auto}









/*КАЛЬКУЛЯТОР*/
#calcTooltip1,#calcTooltip2 {
    display: flex;
    width: 15px;
    height: 15px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 8px;
    margin: -9px 0 0 3px;
}
input {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

/* default end */
.tooltip {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    z-index: 999999;
    position: absolute;
    padding: 15px;
    max-width: 250px;
    border-radius: 2px;
}

.tooltip.animation-slide {
    -webkit-animation-name: slideTooltip;
    -webkit-animation-duration: .25s;
    -webkit-animation-timing-function: ease;
    animation-name: slideTooltip;
    animation-duration: .25s;
    animation-timing-function: ease;
}

@-webkit-keyframes slideTooltip {
    from {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideTooltip {
    from {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.tooltip .tooltip-arrow {
    position: absolute;
    border: 8px solid rgba(0, 0, 0, .9);
}

.tooltip-arrow.bottomtotop {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -16px;
}

.tooltip-arrow.toptobottom {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -16px;
}

.tooltip-arrow.righttoleft {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip-arrow.lefttoright {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip-arrow.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}





/*DROPDOWN*/

.dropbtn0,
.dropbtn1 {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    border: 2px solid #0372c4;
    cursor: pointer;
    border-radius: 4px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 130px;
width: 100%;
    padding-right: 8px;
position: relative;
}
#option_5_1 .dropbtn1,
#option_5_2 .dropbtn1,
#option_5_3 .dropbtn1,
#option_5_4 .dropbtn1,
#option_5_5 .dropbtn1,
#option_5_6 .dropbtn1,
#option_5_7 .dropbtn1,
#option_5_8 .dropbtn1,
#option_5_1 .dropdown-content1,
#option_5_2 .dropdown-content1,
#option_5_3 .dropdown-content1,
#option_5_4 .dropdown-content1,
#option_5_5 .dropdown-content1,
#option_5_6 .dropdown-content1,
#option_5_7 .dropdown-content1,
#option_5_8 .dropdown-content1,#option_4 .dropdown-content1,#option_4 .dropbtn1{
max-width: 290px;
width:100%;
}


.dropdown0,
.dropdown1 {
    width: 100%;
    display: inline-block;
}

.dropdown-content0,
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    max-width: 130px;
width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content0 label,
.dropdown-content1 label {
    height: 32px !important;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dropdown-content0 input,
.dropdown-content1 input {
    display: none !important;
}

.show ~ .dropdown-content0,
.show ~ .dropdown-content1 {
    display: block;
}

.dropbtn0:after,
.dropbtn1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #000000;
    right: 8px;
    transition: .5s;
}

.dropbtn0.show:after,
.dropbtn1.show:after {
    transform: rotate(180deg);
}


.slam-easyform .checkbox-inline {
	display: flex;}
.slam-easyform .checkbox-inline input {
	width:auto;margin-right:15px;}















.calc {
    border: 2px solid #0372c4;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.wrap__walls {
    flex-grow: 1;
width:100%;
    max-width: 560px;
}
.wrap__flex {
    display: flex;
}

.images-kalkulyator img {
    width: 100%;
    height: auto;
}
.images-kalkulyator{
    display:flex;
    align-items: flex-start;
justify-content:center;
flex-grow: 1;
}

.calc__row {
    display: flex;
    padding-top: 15px;
    margin-bottom: 15px;
}

.calc__title {
    min-width: 250px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #000000;
}

.calc__option {
    display: flex;
    align-items: center;
flex-grow: 1;
}

#option_1a,
#option_1b {
    margin-right: 20px;
}

#option_7 .dropdown-content,
#option_7 .dropbtn {
    width: 140px;
}

label.radiobutton__wrapper {
    display: flex;
    margin-right: 20px;
    align-items: center;
}

label.radiobutton__wrapper input {
    width: 20px;
    margin: 0 2px 0 0;
}
.wall1,
.wall2,
.wall3,
.wall4,
.wall5,
.wall6,
.wall7,
.wall8{display:none!important}
.wall1.on,
.wall2.on,
.wall3.on,
.wall4.on,
.wall5.on,
.wall6.on,
.wall7.on,
.wall8.on{display:flex!important}
.hide{display:none!important}
.calc-result {
    margin-top: 20px;
    border: 2px solid #0372c4;
    margin-bottom: 40px;
    padding: 15px;
}
.total,.send2,.send2fields {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;


}
.send2__title,.total__title {
    font-weight: 600;
padding-right:30px;
}
.total__title span.tt {
    font-size: 12px;
    font-weight: normal;
}
.send2__options {
    display: flex;
    flex-grow: 1;
}
.send2__options label {
    display: flex;
    flex-direction: row;
align-items:center;
cursor:pointer;
}
input#send2op1,input#send2op2 {
    width: auto;
    margin-right: 15px;
}
.send2__options label:first-child {
    margin-right: 36px;
}
.send2fields,.send2fields2 {
display: flex;
    justify-content: space-between;
}
.send2fields>* {
    width: 24%;
}

.send2btn {
    background-color: #0372c4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
cursor:pointer;
}
.send2btn:hover {
background-color: #4e4e4e;
}
#totalSumm {
    font-size: 22px;
    font-weight: bold;
}
.send2fields2 label {
cursor:pointer;
    width: 30%;
    background: #0372c4;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
height:46px;
}
span.file-select img {
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
textarea.sendComment {
    width: 69%;
    margin-bottom: 20px;
    height: 90px;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.send2fields2 label input,.send2fields2 .send2btn {
    display: none;
}



.buy_form_name,.rent_form_name{font-size: 12px;color: #000000;padding: 0px;margin-bottom:6px}
.buy_form_input,.rent_form_input{width:100%;border-radius:3px;font-size:12px;color:#727272;font-family:tahoma;border:1px solid #959595;background:#ffffff;padding:6px 8px 6px 8px}
#buy_button,#rent_button{margin: 23px auto;cursor:pointer;
    border-radius: 3px;
    display: block;
    border: 1px solid #999999;
    background: url(/local/templates/tent-shater/components/altasib/feedback.form/ts-feedback/images/bg_submit.gif) 0px 0px repeat-x;
    text-align: center;
    padding: 2px 0 4px;
    background-size: contain;
}


@media(max-width:767px){
.send2fields2 label {
		width:100%;}
.calc__row {
    flex-direction: column;
}
.send2fields,.send2fields2 {
    justify-content: space-between;
    flex-direction: column;
}
.send2fields>* {
    width: 100%;
    margin-bottom: 10px;
    height: 46px;
}
.send2fields .send2btn {
    display: none;
}
.send2fields2 .send2btn {
    display: flex;
height:46px;
margin-bottom:30px;
}
textarea.sendComment {
		width: 100%;}


}
@media(max-width:992px){.wrap__flex {
    flex-direction: column;
}
.images-kalkulyator {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
}



a.tab-link {
    padding: 10px;
    background: #efefef;
    color: #000000!important;
    text-decoration: none!important;
    box-sizing: border-box;
    display: inline-block;
}
@media(max-width:515px){
.tab-buttons {
    display: flex;
    justify-content: space-between;
}
#option_1a, #option_1b {
    margin-right: 0;
    margin-bottom: 10px;
}
.calc__option {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.send2__options {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.tab-single-btn,a.tab-link {font-size: 13px;
    font-weight: 600;
    padding: 6px!important;
margin-right:0!important;
}
}

/*Ask-calculate form*/
:root {
    --color-white: #fff;
    --color-gray: #d7d7d7;
    --color-gray-dark: #59595c;
    --color-black: #0e0e0e;
    --color-red: #dc3545;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-line {
    position: relative;
    grid-column: 1 / 3;
}

.bottom-form-send:hover {
    background-color: #4e4e4e;
}
.checkbox label {
    position: relative;
    display: block;
    padding: 0 0 0 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.checkbox label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    transition: 0.25s;
}

.checkbox label::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 3px;
    display: block;
    width: 10px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #0372c4;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.25s;
}

.checkbox input {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
    overflow: hidden;
}

.checkbox input:checked ~ label::after {
    opacity: 1;
}

.checkbox input:checked ~ label::before {
    background-color: var(--color-white);
    border-color:#0372c4;
}

.checkbox label a {
    color: #007bff;
    transition: 0.35s;
}

.checkbox label a:hover {
    color: #0056b3;
}

.input-field {
    position: relative;
}

.input-field input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 16px 18px;
    font-weight: 300;
    font-size: 16px;
    color: var(--color-black);
    background: var(--color-white);
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    transition: 0.35s;
    outline: none;
}

.input-field input:focus {
    border-color: #80bdff;
    outline: none;
}

.form-errors-show .input-field input:invalid {
    border-color: var(--color-red);
}

.input-field-error {
    display: none;
    padding: 6px 0 0 0;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-red);
}

.form-errors-show .input-field input:invalid ~ .input-field-error,
.form-errors-show .textarea-field textarea:invalid ~ .input-field-error {
    display: block;
}

.input-field label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 0;
    padding: 6px 19px 0 19px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-gray-dark);
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: text;
    transition: 0.25s;
    overflow: hidden;
}

.input-field input:placeholder-shown ~ label {
    height: 56px;
    padding: 16px 19px;
    font-size: 16px;
    line-height: 1.5;
}

.textarea-field {
    position: relative;
}

.textarea-field textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 134px;
    padding: 16px 18px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-black);
    background: var(--color-white);
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    transition: 0.35s;
    outline: none;
    resize: none;
}

.textarea-field textarea:focus {
    border-color: #80bdff;
    resize: none;
}

.textarea-field label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    padding: 6px 19px 0 19px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-gray-dark);
    cursor: text;
    transition: 0.25s;
}

.textarea-field textarea:placeholder-shown ~ label {
    top: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.form-errors-show .textarea-field textarea:invalid {
    border-color: var(--color-red);
}

.form-errors-show .textarea-field textarea:invalid ~ .input-field-error {
    display: block;
}

.form-errors-show .checkbox input:invalid ~ label::before {
    border-color: var(--color-red);
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1 / 3;
}

@media (min-width: 992px) {
    .form-line--auto {
        grid-column: auto;
    }
}
@media (max-width: 991px) {
    .form-grid {
        grid-template-columns: 100%;
        grid-column-gap: 10px;
    }
}

@media (max-width: 767px) {
    .form-footer {
        flex-direction: column;
    }
    .bottom-form-send {
        width: 100%;
    }
    .form-footer .checkbox {
        align-self: start;
    }
    .checkbox label {
        margin: -20px 0 20px 0;
    }
}

.index-top-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-top-slide-content > .container > * {
    max-width: calc(100% - 450px);
}
