/* start reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    outline: none !important;
}
/* end reset */
/* start fonts */
@font-face {
    font-family: "Muller";
    font-weight: 300;
    src: url("../fonts/MullerLight.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/MullerLightItalic.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: 400;
    src: url("../fonts/MullerRegular.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/MullerRegularItalic.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: 500;
    src: url("../fonts/MullerMedium.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/MullerMediumItalic.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: bold;
    src: url("../fonts/MullerBold.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/MullerBoldItalic.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: 900;
    src: url("../fonts/MullerExtraBold.otf");
}
@font-face {
    font-family: "Muller";
    font-weight: 900;
    font-style: italic;
    src: url("../fonts/MullerExtraBoldItalic.otf");
}
/* end fonts */
body {
    font-family: "Muller", sans-serif;
}
.header {
    height: 90px;
}
.menu {
    background: #2a5cc2;
    height: 46px;
}
.menu-list {
    display: flex;
    justify-content: space-around;
}
.menu-list a {
    color: white;
    line-height: normal;
    padding: 10px 12px;
    margin: 5px;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    transition: .25s;
}
.menu-list .accent:before {
    content: "";
    border-left: 2px solid white;
    position: absolute;
    left: -3px;
    top: 6px;
    height: 24px;
}
.menu-list .accent:after {
    content: "";
    border-left: 2px solid white;
    position: absolute;
    right: -3px;
    top: 6px;
    height: 24px;
}
.menu-list a:hover {
    background: #224da4;
}
.section-1 {
    background: url('../images/section-1.jpg') no-repeat center;
    height: 800px;
}
.logo {
    display: flex;
    align-items: center;
    height: 90px;
}
.logo img {
    margin-bottom: 24px;
}
.after-logo {
    height: 47px;
    border-left: 2px solid #d4e3f3;
    margin-left: 15px;
    padding-left: 15px;
    white-space: nowrap;
}
.after-logo .upper {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    margin-top: 10px;
}
.after-logo .lower {
    font-size: 14px;
    margin-top: 2px;
    line-height: normal;
}
.icon {
    background-color: white;
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: relative;
    margin: 6px;
    display: inline-block;
}
.icon:before {
    content: "";
    border: 1px solid #bccad8;
    position: absolute;
    width: 44px;
    height: 44px;
    margin: -6px;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.icon.phone-icon {
    background-image: url('../images/phone.png');
    background-repeat: no-repeat;
    background-position: center;
}
.icon.map-icon {
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-position: center;
}
.icon.top-icon {
    background-image: url('../images/arrow-top.png');
    background-repeat: no-repeat;
    background-position: center;
}
.to-top-btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3;
}
.contact {
    margin-top: 12px;
    float: right;
    text-align: right;
}
.contact .phone {
    display: flex;
    align-items: center;
}
.phone {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}
.phone:hover {
    color: black;
    text-decoration: none;
}
.number {
    font-weight: 900;
    font-size: 24px;
    margin: 6px 0 0 15px;
}
.header .callback {
    color: #2a75c2;
    border-bottom: 2px dashed #639ad2;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}
.city {
    margin: 24px -10px 0 84px;
}
.selected-city {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    padding-right: 15px;
    border-radius: 44px;
    cursor: default;
}
#city-name {
    margin: 6px 0 0 15px;
    white-space: nowrap;
}
.selected-city:after {
    content: "";
    background: url('../images/green-arrow.png') no-repeat center;
    width: 20px;
    height: 20px;
    right: -18px;
    top: 14px;
    margin-left: 5px;
    min-width: 20px;
    transition: .25s;
}
.select-city {
    z-index: 4;
    position: relative;
}
.cities-list {
    position: absolute;
    z-index: 3;
    background: white;
    margin-left: -10px;
    width: 326px;
    padding: 55px 0 15px 0;
    border-radius: 0 0 6px 6px;
    top: 24px;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
}
header .select-city:hover + .cities-list,
.cities-list:hover {
    box-shadow: 0 10px 10px #00000030;
    opacity: 1;
    visibility: visible;
    transition: .25s;
}
.cities-list a {
    color: #676767;
    font-size: 14px;
    line-height: normal;
    display: block;
    margin: 6px 0;
    text-decoration: none;
    transition: .25s;
    width: 50%;
    padding: 0 15px;
    font-weight: 600;
}
.cities-list a:hover {
    color: #2959bc;
}
.select-city:hover .selected-city:after {
    transform: rotate(180deg);
}
.section-1 .content {
    background: url('../images/section-1-border.png') no-repeat center;
    width: 836px;
    height: 467px;
    margin: 0 auto 140px;
}
.section-1 {
    padding-top: 100px;
    margin-bottom: 90px;
}
.section-1 .description {
    padding: 88px 0 0;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
.section-1 .title {
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 900;
    white-space: nowrap;
    margin: 24px 0 0 -93px;
    color: white;
}
.green-color {
    color: #63c143;
}
.section-1 .btn-order {
    background: url('../images/button.png') no-repeat center;
    width: 270px;
    height: 72px;
    border: 0;
    font-size: 18px;
    color: white;
    outline: none;
    text-transform: uppercase;
    margin: 28px auto 40px;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    padding-top: 5px;
    transition: .25s;
    cursor: pointer;
}
.section-1 .btn-order:focus {
    outline: none;
}
.section-1 .btn-order:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
}
.section-1 .btn-order:active {
    border: 0;
}
.section-1 .cube-icon {
    background: #005cc6;
    width: 98px;
    height: 98px;
    border-radius: 10px;
    padding: 8px;
    margin: 60px 0 0 74px;
}
.section-1 .cube-icon .price-icon {
    background: #2a5cc2 url('../images/price.png') no-repeat center;
    box-shadow: 7px 7px 15px 4px rgba(0, 0, 0, 0.3);
    height: 82px;
    width: 82px;
    border-radius: 8px;
}
.section-1 .legend {
    position: absolute;
    margin: -70px 0 0 240px;
    color: white;
}
.section-1 .legend .top {
    font-size: 16px;
}
.section-1 .legend .bottom {
    font-weight: 900;
    font-size: 24px;
    margin-top: 13px;
    text-transform: uppercase;
}
.order-block {
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 8px;
    height: 140px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
}
.section-1 .order-block .btn-order {
    height: 140px;
    width: 140px;
    margin: 0;
    background: url('../images/button-cube.png') no-repeat center;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
}
.order-block .one {
    padding: 25px 0 0 40px;
    width: 220px;
}
.order-block .one .text {
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}
.order-block .one .date {
    font-size: 24px;
    margin-top: 15px;
}
.order-block .two {
    width: 400px;
    padding: 16px 0 0 30px;
}
.order-block .two .text {
    font-size: 16px;
    text-shadow: 0 0 0 black;
    margin-left: 25px;
    line-height: 18px;
}
.icon.mini-round {
    border-radius: 8px;
}
.icon.mini-round:before {
    border-radius: 8px;
    border-color: #dfe7ee;
}
.user-icon {
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    background-position: center;
}
.tickets-icon {
    background-image: url('../images/tickets.png');
    background-repeat: no-repeat;
    background-position: center;
}
.order-block .three {
    width: 350px;
    padding: 16px 0 0 30px;
}
.order-block .three .text {
    font-size: 16px;
    text-shadow: 0 0 0 black;
    margin-left: 25px;
    line-height: 18px;
}
.order-block .image-text {
    display: flex;
    align-items: center;
    position: relative;
}
.membership-members-list {
    position: absolute;
    top: 40px;
    left: 3px;
    background: white;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    width: 370px;
    text-align: center;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: .25s;
}
.membership-members-list.open {
    opacity: 1;
    visibility: visible;
    top: 70px;
}
.membership-members-list .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    width: 40px;
    height: 40px;
    padding: 12px;
    line-height: 25px;
    color: #848484;
    z-index: 2;
}
.become-member {
    background: url('../images/button.png') no-repeat center;
    width: 190px;
    height: 55px;
    border: 0;
    font-size: 14px;
    color: white;
    outline: none;
    text-transform: uppercase;
    margin: 15px auto 0;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 6px;
    line-height: 55px;
    transition: .25s;
    background-size: cover;
    cursor: pointer;
}
.become-member:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
}
.become-member:active {
    border: 0;
}
.view-members-list {
    color: #2a5cc2;
    border-bottom: 1px dashed #639ad2;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-shadow: none;
    line-height: normal;
    margin-top: 3px;
}
.membership-members-list li {
    line-height: 34px;
    font-size: 16px;
}
.view-members-list:hover {
    text-decoration: none;
}
.order-block .count {
    font-size: 48px;
    font-weight: 900;
    color: #2a5cc2;
    margin: 15px 0 0 68px;
}
.section-title {
    padding: 50px 0 25px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}
.section-title:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2a5cc2;
    position: absolute;
    border-radius: 50%;
    margin: 15px 0 0 -28px;
}
.section-title:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #2a5cc2;
    position: absolute;
    border-radius: 50%;
    margin: 15px 0 0 18px;
}
.before-title {
    position: absolute;
    left: 50%;
    margin: -30px 0 0 -45px;
    font-size: 16px;
    color: #2a5cc2;
    opacity: .35;
    font-weight: normal;
    text-transform: none;
}
.mobile-menu {
    display: none;
}
.card {
    height: 255px;
    width: 255px;
    border: 0;
    border-radius: 8px;
    margin-bottom: 17px;
}
.card-price {
    position: absolute;
    bottom: -17px;
    text-align: center;
    min-width: 140px;
    left: 50%;
    background: #2a5cc2;
    color: white;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(42, 92, 194, 0.4);
    padding: 0 15px;
    white-space: nowrap;
    transform: translateX(-50%);
    z-index: 2;
}
.card-price span {
    font-size: 24px;
    font-weight: 900;
}
.card-title {
    font-size: 20px;
    text-align: center;
    margin: 38px 0 40px;
    display: block;
    color: #212529;
}
.card-title:hover,
.card-title:focus {
    color: #212529;
    text-decoration: none;
}
.card.card-01 {
    background: url('../images/textures/01.jpg');
}
.card.card-02 {
    background: url('../images/textures/02.jpg');
}
.card.card-03 {
    background: url('../images/textures/03.jpg');
}
.card.card-04 {
    background: url('../images/textures/04.jpg');
}
.card.card-05 {
    background: url('../images/categories/01.jpg');
}
.card.card-06 {
    background: url('../images/categories/02.jpg');
}
.card.card-07 {
    background: url('../images/categories/03.jpg');
}
.card.card-08 {
    background: url('../images/categories/04.jpg');
}
.card.card-09 {
    background: url('../images/categories/05.jpg');
}
.card.card-10 {
    background: url('../images/categories/06.jpg');
}
.card.card-11 {
    background: url('../images/categories/07.jpg');
}
.card.card-12 {
    background: url('../images/purpose/01.jpg');
}
.card.card-13 {
    background: url('../images/purpose/02.jpg');
}
.card.card-14 {
    background: url('../images/purpose/03.jpg');
}
.card.card-15 {
    background: url('../images/purpose/04.jpg');
}
.card.card-16 {
    background: url('../images/purpose/05.jpg');
}
.card.card-17 {
    background: url('../images/purpose/06.jpg');
}
.card.card-18 {
    background: url('../images/purpose/07.jpg');
}
.card.card-19 {
    background: url('../images/purpose/08.jpg');
}
.card.card-20 {
    background: url('../images/purpose/09.jpg');
}
.card.card-21 {
    background: url('../images/purpose/10.jpg');
}
.card.card-22 {
    background: url('../images/purpose/11.jpg');
}
.card.card-23 {
    background: url('../images/purpose/12.jpg');
}
.manufacturer-card.card-01 {
    background: white url('../images/manufacturers/01.jpg') no-repeat center;
}
.manufacturer-card.card-02 {
    background: white url('../images/manufacturers/02.jpg') no-repeat center;
}
.manufacturer-card.card-03 {
    background: white url('../images/manufacturers/03.jpg') no-repeat center;
}
.manufacturer-card.card-05 {
    background: white url('../images/manufacturers/05.jpg') no-repeat center;
}
.manufacturer-card {
    height: 220px;
    width: 190px;
    border: 0;
    border-radius: 8px;
    margin: 0 auto 17px;
    display: block;
    background: white;
    position: relative;
}
.section-texture {
    background: url('../images/section-texture.jpg') repeat;
    padding-top: 35px;
    margin-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.our-words_tabs {
    display: flex;
    margin: 0 auto 70px;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    height: 70px;
    border-radius: 70px;
}
.our-words_tabs .tab {
    line-height: 70px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #bdbdbd;
    cursor: pointer;
    border-radius: 70px;
    padding: 0 17px;
    transition: .25s;
}
.hidden {
    display: none;
}
.our-words_tabs .tab:hover {
    color: #9a9a9a;
}
.our-words_tabs .tab.active {
    background: #3363c5;
    color: white;
}
.work-card {
    height: 345px;
    width: 540px;
    border: 0;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 50px;
    display: flex;
    position: relative;
    text-decoration: none;
    justify-content: center;
}
.work-name:hover {
    color: white;
    text-decoration: none;
}
.work-card:hover {
    text-decoration: none;
}
.work-card.card-01 {
    background: url('../images/our-works/01.jpg');
}
.work-name {
    text-align: center;
    background: #2a5cc2;
    color: white;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    box-shadow: 0 5px 10px rgba(20, 20, 20, 0.2);
    padding: 8px 15px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 18px;
    z-index: 2;
    width: auto;
    position: relative;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-work {
    padding-top: 30px;
    margin-top: 85px;
    padding-bottom: 35px;
    height: 504px;
    background: #436ec7 url('../images/how-work/background.png') no-repeat center;
}
.how-work .section-title {
    text-align: left;
    color: white;
    position: relative;
}
.how-work .section-title:before {
    display: none;
}
.how-work .section-title:after {
    background: white;
}
.how-work .before-title {
    left: 0;
    margin: -30px 0 0 0;
    color: white;
    font-weight: 300;
}
.how-work .before-title:before {
    color: white;
}
.how-work_items {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
}
.how-work_items .item {
    width: 370px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 38px;
}
.how-work_icon {
    border: 2px solid #5279c3;
    width: 122px;
    height: 122px;
    border-radius: 10px;
    padding: 10px;
}
.how-work_icon-inset {
    width: 98px;
    height: 98px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.how-work_icon:before {
    border: 1px solid #4b75ca;
    width: 152px;
    height: 152px;
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    border-radius: 10px;
}
.item-number {
    position: absolute;
    left: 4px;
    top: 4px;
    background: #48af25;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(61, 150, 31, 0.5);
}
.how-work_items .item .text {
    margin-left: 24px;
    color: white;
    line-height: 25px;
}
.how-work_items .item .text span {
    font-weight: 900;
}
.how-work_icon-inset.icon-01 {
    background: white url('../images/how-work/01.png') no-repeat center;
}
.how-work_icon-inset.icon-02 {
    background: white url('../images/how-work/02.png') no-repeat center;
}
.how-work_icon-inset.icon-03 {
    background: white url('../images/how-work/03.png') no-repeat center;
}
.how-work_icon-inset.icon-04 {
    background: white url('../images/how-work/04.png') no-repeat center;
}
.work-icon {
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 7px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.work-icon:before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 49px;
    height: 49px;
    position: absolute;
    border-radius: 50%;
    margin: -7px;
}
.work-icon.icon-01 {
    background: white url('../images/area.png') no-repeat center;
}
.work-icon.icon-02 {
    background: white url('../images/ceiling.png') no-repeat center;
}
.work-params {
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-params .text {
    margin: 0 14px;
    color: white;
}
.work-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    z-index: 2;
    position: relative;
    opacity: 0;
    transition: .25s;
}
.work-card:after {
    content: "";
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(53, 74, 190, 0.9));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    transition: .25s;
}
.work-card:hover:after {
    opacity: 1;
}
.work-card:hover .work-info {
    opacity: 1;
}
.work-params .text span {
    font-weight: 900;
}
.section-reviews {
    background: url('../images/section-texture.jpg') repeat;
    padding-top: 35px;
    padding-bottom: 54px;
}
.review-card {
    background: white;
    padding: 28px 25px;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    display: block;
}
.review-card:hover {
    text-decoration: none;
}
.review-card img {
    border-radius: 8px;
}
.review-author {
    font-weight: 900;
    text-transform: uppercase;
    color: #212529;
}
.review-date {
    color: #b2b2b2;
    font-size: 14px;
    margin: 10px 0 20px;
}
.info-icon {
    width: 29px;
    min-width: 29px;
    height: 29px;
    background: url('../images/info.png') no-repeat center;
}
.review-order {
    display: flex;
    align-items: center;
    color: #212529;
}
.review-order .text {
    margin-left: 11px;
}
.review-order .text span {
    font-weight: 900;
}
.review-text {
    margin-top: 27px;
    line-height: 28px;
    color: #212529;
}
.review-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.review-img {
    width: 33.3%;
    padding: 2px;
}
.review-more-btn {
    color: #2a5cc2;
    border-bottom: 2px dashed #6387d2;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin: 35px auto 10px;
    width: 90px;
    display: block;
    white-space: nowrap;
}
.review-more-btn:hover {
    text-decoration: none;
}
.all-reviews-btn {
    background: url('../images/button.png') no-repeat center;
    width: 270px;
    height: 72px;
    border: 0;
    font-size: 18px;
    color: white;
    outline: none;
    text-transform: uppercase;
    margin: 52px auto 0;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    line-height: 72px;
    transition: .25s;
    cursor: pointer;
}
.all-reviews-btn:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.all-reviews-btn:active {
    border: 0;
}
.work-card .work-more-btn {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -96px;
    background: url('../images/button.png') no-repeat center;
    width: 192px;
    background-size: cover;
    height: 58px;
    border: 0;
    font-size: 14px;
    color: white;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    border-bottom: 4px solid #068606;
    border-radius: 6px;
    line-height: 60px;
    transition: .25s;
    cursor: pointer;
}
.work-card .card-price {
    position: absolute;
    bottom: -25px;
    text-align: center;
    min-width: 140px;
    left: 50%;
    background: #2a5cc2;
    color: white;
    height: 50px;
    line-height: 54px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(42, 92, 194, 0.4);
    padding: 0 25px;
    transform: translateX(-50%);
    z-index: 2;
}
.work-card .card-price span {
    font-size: 30px;
}
footer {
    background: #2a5cc2;
    padding: 46px 0 50px;
}
footer .title {
    color: white;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer .links-list a {
    margin: 8px 0;
    display: inline-block;
    color: white;
    font-size: 14px;
}
.before-vertical-line:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #406dc7;
    position: absolute;
    left: -1px;
}
.before-vertical-line {
    padding-left: 45px;
}
.footer-logo {
    margin: -25px 0 20px 0;
    display: block;
}
.footer-info {
    display: flex;
    align-items: center;
}
.footer-icon {
    width: 41px;
    min-width: 41px;
    height: 41px;
    background: white;
    border-radius: 50%;
    border: 5px solid #537ac9;
}
.footer-info .text {
    margin-left: 15px;
    color: white;
    font-size: 16px;
    line-height: normal;
}
.footer-info .text a {
    color: white;
    text-decoration: none;
}
.footer-info {
    display: flex;
    align-items: center;
    margin: 14px 0;
}
.footer-icon.phone-icon {
    background: white url('../images/phone.png') no-repeat center;
}
.footer-icon.map-icon {
    background: white url('../images/map.png') no-repeat center;
}
footer .callback {
    background: url('../images/button.png') no-repeat center;
    width: 236px;
    height: 58px;
    border: 0;
    font-size: 14px;
    color: white;
    outline: none;
    text-transform: uppercase;
    margin: 40px 0 0 0;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 6px;
    line-height: 58px;
    transition: .25s;
    background-size: cover;
    cursor: pointer;
}
footer .callback:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
footer .callback:active {
    border: 0;
}
.after-footer {
    background: #48af25;
    height: 40px;
}
.after-footer .social-btn {
    margin: 7px 4px 0;
    display: inline-block;
}
.bottom-cities-list {
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.dots-after-title {
    margin: 0 0 16px 2px;
}
.bottom-cities-list a {
    color: white;
    display: inline-block;
    margin: 0 2px;
}
.bottom-cities-list a:first-child {
    margin-left: 0;
}
.copyright {
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.item-page {
    padding: 56px 0;
    font-size: 16px;
    line-height: 28px;
}
.item-page p strong {
    font-weight: 900;
}
.gt3pg-type-rectangle .gt3pg_img_wrap {
    border-radius: 6px;
}
.item-page #gt3pg_gallery3 .gt3pg_item_main_wrapper {
    padding: 10px;
}
figure.is-type-video.is-provider-youtube {
    margin: 0 20px 10px !important;
    border-radius: 6px;
    overflow: hidden;
}
.gt3pg_hover-default .gt3pg_gallery-item .gt3pg_img_wrap:before {
    background-color: transparent !important;
    background-image: linear-gradient(transparent, #3b4fb7) !important;
    top: 100% !important;
    transition: .25s !important;
}
.gt3pg_hover-default .gt3pg_gallery-item .gt3pg_img_wrap:after {
    content: "";
    background: url('../images/gallery-zoom.png') no-repeat center !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 15px 0 0 7px;
    opacity: 0;
    transition: .25s;
}
.gt3pg_hover-default .gt3pg_gallery-item .gt3pg_img_wrap:hover:before {
    opacity: 1 !important;
    top: 0 !important;
}
.item-title {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 3px;
    font-weight: 900;
    text-transform: uppercase;
    color: black;
}
.item-price-table {
    box-shadow: 3px 6px 35px rgba(2, 2, 2, 0.2);
    border-radius: 10px;
    margin-bottom: 40px;
}
.dots-after-title span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #2a5cc2;
    border-radius: 50%;
    margin-right: 6px;
}
.item-price-table thead td {
    background: #2a5cc2;
    border: 0;
    color: white;
    font-weight: 900;
}
.item-price-table td {
    font-size: 16px;
    padding: 16px 25px 14px;
    line-height: normal;
    margin: 0;
    border: 0;
    color: black;
}
.bonus-row td {
    color: #2a5cc2;
}
.item-price-table td strong {
    font-weight: 900;
}
.total-row td {
    text-transform: uppercase;
    font-weight: 900;
}
.total-row .total-price {
    font-size: 30px;
    color: #2a5cc2;
}
.total-row .total-price span {
    font-size: 16px;
    text-transform: none;
}
.item-price-table tbody tr:nth-child(even) td {
    background: #f4f4f4;
}
.item-price-table thead td:first-child {
    border-radius: 10px 0 0 0;
}
.item-price-table thead td:last-child {
    border-radius: 0 10px 0 0;
}
.item-subtitle {
    font-size: 16px;
    font-weight: 900;
    margin: 15px 0;
}
.item-description {
    font-size: 16px;
    line-height: 30px;
}
.btn-item-order {
    background: url('../images/button.png') no-repeat center;
    width: 270px;
    height: 76px;
    border: 0;
    padding: 10px 40px 3px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    line-height: 16px;
    transition: box-shadow .25s, border-color .25s;
    background-size: cover;
    margin: 40px auto 0;
    outline: none !important;
}
.btn-item-order:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.btn-item-order:active {
    border: 0;
    padding-bottom: 7px;
}
.item-page .btn-item-order {
    padding: 10px 20px 3px;
    font-size: 18px;
    line-height: 20px;
}
.item-page .btn-item-order:active {
    border: 0;
    padding-bottom: 7px;
}
.catalog-page {
    padding: 56px 0 0;
    overflow: hidden;
}
.left-column {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    box-shadow: 10px 10px 15px rgba(2, 2, 2, 0.1);
    border-radius: 8px;
    padding: 0 10px 0 20px;
    margin: 0 15px 20px 15px;
    background: white;
    height: 100%;
    z-index: 2;
}
.bdp-post-title a {
    color: #2a5cc2;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 18px;
    margin: 30px 0 0;
}
.bdp-post-short-content {
    font-size: 14px;
    line-height: 20px;
}
.contact-address {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin: 5px 0;
}
.contact-page-phone {
    color: #2a5cc2;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin: 5px 0;
    display: block;
}
.catalog-page .map {
    margin: 25px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(2, 2, 2, 0.1);
    border-radius: 6px;
}
.contact-page-form .modal-field {
    width: 100%;
    margin-bottom: 15px;
}
.contact-page-form textarea.modal-field {
    height: 174px;
}
.contact-page-form {
    margin: 15px -15px;
}
.contact-page-form button {
    background: url('../images/button.png') no-repeat center;
    width: 190px;
    height: 55px;
    border: 0;
    font-size: 14px;
    color: white;
    outline: none;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 6px;
    padding-top: 5px;
    transition: .25s;
    cursor: pointer;
}
.contact-page-form button:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.contact-page-form button:active {
    border: 0;
}
.contact-form-title {
    margin: 30px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
.calc-page_calc .fields {
    background: #fff;
    padding: 28px 28px 34px;
    margin-bottom: 22px;
}
.calc-page_calc .fields .size {
    width: 332px;
}
.calc-page_calc .fields > ul > li {
    float: left;
}
.calc-page_calc label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
    display: block;
}
.calc-page_calc .fields .size .input-box {
    overflow: hidden;
}
.calc-page_calc .form-control {
    background: #f6f5f5;
    border: 1px solid #b9b9b9;
    height: 50px;
    line-height: 48px;
    color: #000;
    width: 20%;
    margin: 0 10px;
    text-align: center;
    font-size: 18px;
}
.calc-page_calc .fields .size .form-control {
    width: 77px;
    text-align: center;
    float: left;
}
.calc-page_calc .fields .size span {
    float: left;
    padding: 0 4px;
    line-height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.calc-page_calc .fields .type {
    width: 204px;
}
.calc-page_calc .fields .type.first {
    margin-right: 28px;
}
.calc-page_calc .itog {
    background: #fff;
    text-align: center;
    padding: 23px 28px;
    height: 157px;
    width: 380px;
}
.calc-page_calc .btns-set {
    width: 422px;
}
.calc-page_calc .itog-price {
    font-weight: 900;
    color: #2a5cc2;
    font-size: 40px;
    padding: 20px 0 0 50px;
    line-height: normal;
}
.calc-button {
    background: url('../images/button.png') no-repeat center;
    width: 300px;
    height: 55px;
    border: 0;
    padding: 10px 10px 3px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    line-height: 35px;
    transition: box-shadow .25s, border-color .25s;
    background-size: cover;
    margin: 0 0 10px;
    text-align: center;
    outline: none !important;
}
.calc-button:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.calc-button:active {
    border: 0;
    padding-bottom: 7px;
}
.input-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.calc-page_calc .commment {
    font-size: 14px;
    line-height: normal;
    margin-top: 10px;
}
.calc-dropdown {
    padding: 15px;
    border-radius: 4px;
    cursor: pointer;
}
.work-progress_slider {
    max-width: 800px;
}
.work-progress_slider a {
    padding: 10px;
    outline: none;
}
.left-column_list {
    margin-bottom: 50px;
}
.left-column_title {
    color: #2a5cc2;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 18px;
    margin: 30px 0 0;
}
.left-column_list a {
    display: block;
    width: 100%;
    color: black;
    font-size: 14px;
    line-height: normal;
    margin: 18px 0;
}
.catalog-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #2a5cc2;
    font-weight: 900;
    margin: 0;
    position: relative;
}
.catalog-title span {
    background: white;
    padding-right: 10px;
}
.catalog-title:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #2a5cc2;
    position: absolute;
    margin-top: 9px;
    z-index: -1;
    border-radius: 3px;
}
.catalog-page .section-title {
    text-align: left;
    font-size: 40px;
}
.catalog-page .before-title {
    left: 0;
    margin: -30px 0 0 15px;
}
.catalog-page .section-title:before {
    display: none;
}
.catalog-page .work-card {
    height: 284px;
    width: 100%;
    margin-bottom: 66px;
}
.catalog-page .work-card .work-more-btn {
    bottom: 38px;
}
.call-gager {
    height: 444px;
}
.call-gager:before {
    content: "";
    position: absolute;
    background: url('../images/sections/many-colors-background.png') no-repeat center;
    height: 444px;
    left: 50%;
    margin-left: -115px;
    transform: translate(-50%, 0);
    width: 100vw;
    z-index: -1;
}
.catalog-page .call-gager .section-title {
    color: white;
    max-width: 500px;
    padding-top: 120px;
    padding-bottom: 20px;
}
.calc-section {
    padding: 30px 0 70px;
}
.catalog-page .call-gager .before-title {
    left: 0;
    margin: -30px 0 0 15px;
    color: white;
}
.catalog-page .call-gager .section-title:after {
    display: none;
}
.call-gager_description {
    color: white;
    font-size: 16px;
}
.btn-call-gager {
    background: url('../images/button.png') no-repeat center;
    width: 270px;
    height: 76px;
    border: 0;
    padding: 10px 10px 3px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    line-height: 16px;
    transition: box-shadow .25s, border-color .25s;
    background-size: cover;
    margin: 40px 0 0;
    outline: none !important;
}
.btn-call-gager:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.btn-call-gager:active {
    border: 0;
    padding-bottom: 7px;
}
.select-block {
    position: relative;
    padding: 30px 0;
}
.select-block:before {
    content: "";
    background: url('../images/section-texture.jpg') repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    z-index: -1;
    height: 100%;
    margin: -30px 0 0 -115px;
}
.catalog-page .select-block .before-title {
    margin: -30px 0 0 0;
}
.catalog-page .section-reviews {
    background: transparent;
}
.catalog-page .section-reviews .section-title {
    padding-bottom: 30px;
}
.catalog-page .section-reviews .review-author {
    padding-top: 10px;
}
.catalog-page .section-reviews .all-reviews-btn {
    margin: 52px 0 0;
}
.free-gager {
    height: 642px;
}
.free-gager:before {
    content: "";
    background: url('../images/sections/call-gager-background.jpg') no-repeat center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    z-index: -1;
    height: 642px;
    margin: -30px 0 0 -115px;
}
.free-gager .section-title {
    padding-top: 100px;
    color: white;
    max-width: 550px;
    padding-bottom: 25px;
}
.free-gager .before-title {
    color: white;
}
.free-gager .section-title:after {
    background: white;
}
.free-gager_form input {
    display: inline-block;
    font-size: 16px;
    padding: 26px 30px;
    border-radius: 6px;
    border: 1px solid #1d479e;
    width: 250px;
    margin-right: 22px;
    outline: none;
}
.free-gager_form textarea {
    display: inline-block;
    font-size: 16px;
    padding: 26px 30px;
    border-radius: 6px;
    border: 1px solid #1d479e;
    width: 525px;
    margin-top: 26px;
    height: 107px;
    resize: none;
    outline: none;
}
.call-free-gager {
    background: url('../images/button.png') no-repeat center;
    width: 270px;
    height: 72px;
    border: 0;
    font-size: 18px;
    color: white;
    outline: none;
    text-transform: uppercase;
    margin: 26px 0 0;
    text-align: center;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    line-height: 72px;
    transition: .25s;
    cursor: pointer;
}
.call-free-gager:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.call-free-gager:active {
    border: 0;
    padding-bottom: 7px;
}
.catalog-page .section-about .section-title {
    padding-bottom: 25px;
}
.section-about {
    padding-bottom: 50px;
}
.section-about_text {
    font-size: 16px;
    color: black;
    line-height: 30px;
}
.manufacturers-section {
    position: relative;
    padding: 30px 0;
}
.manufacturers-section:before {
    content: "";
    background: url('../images/section-texture.jpg') repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    z-index: -1;
    height: 100%;
    margin: -30px 0 0 -115px;
}
.catalog-page .manufacturers-section .before-title {
    margin: -30px 0 0 0;
}
.gallery-item-01 {
    height: 230px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-02 {
    height: 230px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-03 {
    height: 230px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-04 {
    height: 490px;
    width: 100%;
    display: block;
    border-radius: 10px;
}
.gallery-item-05 {
    height: 230px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-06 {
    height: 230px;
    width: 100%;
    display: block;
    border-radius: 10px;
}
.gallery-item-07 {
    height: 100px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-08 {
    height: 100px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-09 {
    height: 100px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-10 {
    height: 100px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.gallery-item-11 {
    height: 230px;
    width: 100%;
    display: block;
    border-radius: 10px;
}
.gallery-item .work-progress_label:nth-child(1) {
    margin: 5px 0 0 5px;
}
.gallery-item .work-progress_label:nth-child(2) {
    margin: 170px 0 0 5px;
}
.gallery-item .work-progress_label:nth-child(3) {
    margin: 335px 0 0 5px;
}
.gt3pg_slide_footer {
    display: none !important;
}
.wp-block-column:not(:last-child) {
    margin: 0 !important;
}
.gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery-section {
    padding: 30px 0 60px;
}
.gallery-item:before {
    content: "";
    background-image: linear-gradient(transparent, #3b4fb7);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: .25s;
}
.gallery-item:after {
    content: "";
    background: url('../images/gallery-zoom.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 15px 0 0 7px;
    opacity: 0;
    transition: .25s;
}
.gallery-item:hover:before,
.gallery-item:hover:after {
    top: 0;
    opacity: 1;
}
.item-page p {
    margin-bottom: 10px;
}
.work-progress {
    position: relative;
    padding: 30px 0 70px;
}
.work-progress:before {
    content: "";
    background: url('../images/section-texture.jpg') repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    z-index: -1;
    height: 100%;
    margin: -30px 0 0 -115px;
}
.work-progress_card {
    padding: 40px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.work-progress_label {
    position: absolute;
    background: #48af25;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 8px;
    border-radius: 5px;
    margin: -9px 0 0 -9px;
}
.work-progress_description {
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 40px 0 0;
}
.work-progress-buttons {
    position: absolute;
    right: -7px;
    top: 80px;
}
.top-solutions_slider {
    max-width: 880px;
}
.top-solutions_slider .item-title {
    margin: 10px 0 3px;
}
.top-solutions_slider .item-price-table {
    box-shadow: 0 0 8px rgba(2, 2, 2, 0.15);
    background: white;
}
.header .selected-city:after {
    right: -22px;
    top: -2px;
    position: absolute;
}
.top-solution_slide {
    padding: 0 5px;
}
.work-progress_btn {
    background: #48af25;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    transition: .25s;
}
.work-progress_btn-left {
    background: #48af25 url('../images/arrow-left.png') no-repeat center;
}
.work-progress_btn-right {
    background: #48af25 url('../images/arrow-right.png') no-repeat center;
}
.work-progress_btn:hover {
    background-color: #3f9e1f;
}
.our-price_card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
}
.price-card-header {
    color: white;
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}
.card-01 .price-card-header {
    background: #6d93e1;
}
.card-02 .price-card-header {
    background: #4272d5;
}
.card-03 .price-card-header {
    background: #2452af;
}
.stars {
    position: absolute;
    right: 35px;
    margin-top: -17px;
}
.stars .star {
    background: url('../images/star.png') no-repeat center;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.price-card-body {
    padding: 20px 20px 30px;
}
.price-card_price {
    padding: 20px 0;
}
.price-sum {
    color: #48af25;
    font-size: 36px;
    font-weight: 900;
}
.price-currency {
    font-size: 16px;
    color: #48af25;
    font-weight: 900;
}
.price-total {
    color: #aeaeae;
    font-size: 12px;
}
.price-card_images img {
    margin-right: 20px;
}
.price-card_images {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.price-card-body strong {
    font-weight: 900;
}
.price-card-body ul {
    font-size: 14px;
    margin-top: 10px;
}
.price-card-body ul li {
    margin: 12px 0;
    line-height: 18px;
    padding-left: 12px;
}
.price-card-body ul li:before {
    content: "";
    background: #2a5cc2;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    margin: 5px 0 0 -12px;
}
.our-prices {
    padding: 30px 0 80px;
}
.total-row td:last-child {
    white-space: nowrap;
}
.work-progress .before-title {
    margin: -30px 0 0 0;
}
.top-solutions {
    position: relative;
    padding: 30px 0;
}
.top-solutions .main-img {
    border-radius: 6px;
}
.top-solutions .item-price-table td {
    padding: 10px 25px;
}
.top-solutions-buttons {
    position: absolute;
    right: -7px;
    top: 76px;
}
.top-solutions_btn {
    background: #48af25;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    transition: .25s;
}
.top-solutions_btn-left {
    background: #48af25 url('../images/arrow-left.png') no-repeat center;
}
.top-solutions_btn-right {
    background: #48af25 url('../images/arrow-right.png') no-repeat center;
}
.top-solutions_btn:hover {
    background-color: #3f9e1f;
}
.top-solutions .before-title {
    margin: -30px 0 0 0;
}
.top-solutions:before {
    content: "";
    background: url('../images/section-texture.jpg') repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    z-index: -1;
    height: 100%;
    margin: -30px 0 0 -115px;
}
.top-solutions .btn-item-order {
    margin: 5px auto 30px;
    font-size: 18px;
    padding: 10px 20px 3px;
    line-height: 22px;
}
.slick-slide,
.slick-slide a {
    outline: none;
}
.top-solutions .btn-item-order:active {
    padding-bottom: 7px;
}
.item-category .wp-block-table {
    box-shadow: 3px 6px 35px rgba(2, 2, 2, 0.2);
    border-radius: 10px;
    margin-bottom: 40px;
    table-layout: fixed;
}
.item-category .wp-block-table td {
    font-size: 16px;
    padding: 16px 25px 14px;
    line-height: normal;
    margin: 0;
    border: 0;
    color: black;
    word-break: break-word;
}
.calc-page_calc label + br {
    display: none;
}
.select-block .card {
    width: 100%;
    height: 200px;
    background-position: center;
}
.item-category .wp-block-table tr:first-child td {
    background: #2a5cc2;
    border: 0;
    color: white;
    font-weight: 900;
}
.item-category .wp-block-table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
.item-category .wp-block-table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}
.item-category .wp-block-table tr:nth-child(even) td {
    background: #f4f4f4;
}
.item-category .wp-block-table tr:last-child td {
    text-transform: uppercase;
    font-weight: 900;
}
.item-category .wp-block-table tr:last-child td:last-child {
    font-size: 24px;
    color: #2a5cc2;
    /*white-space: nowrap;*/
}
#calcRange .slider-selection {
    background: #57d069 url('../images/range.jpg') repeat left;
    box-shadow: none;
    border-radius: 13px 0 0 13px;
}
.slider-handle.min-slider-handle.round {
    background: #57d069 url('../images/range-btn.png') repeat center;
    height: 33px;
    width: 33px;
    margin: -5px 0 0 -5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}
.slider.slider-horizontal .slider-track {
    height: 13px !important;
    background: #dadbdb;
    border-radius: 13px;
}
.slider.slider-horizontal {
    width: 100% !important;
}
.calc-order-btn {
    background: url('../images/button.png') no-repeat center;
    width: 270px;
    height: 76px;
    border: 0;
    padding: 10px 10px 3px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    line-height: 16px;
    transition: box-shadow .25s, border-color .25s;
    background-size: cover;
    margin: 30px 0 0;
    outline: none !important;
}
.calc-order-btn:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.calc-order-btn:active {
    border: 0;
    padding-bottom: 7px;
}
.calc-results {
    font-size: 16px;
    color: black;
}
.calc-result-price {
    background: #2a5cc2;
    color: white;
    height: 55px;
    line-height: 58px;
    margin-top: 25px;
    white-space: nowrap;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 20px #b4c4e4;
    width: 100%;
}
.calc-result-price span {
    font-size: 24px;
    font-weight: 900;
    margin: 0 7px;
    vertical-align: middle;
}
.calc-result-work {
    background: #2a5cc2;
    color: white;
    height: 55px;
    line-height: 58px;
    margin-top: 25px;
    white-space: nowrap;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 20px #b4c4e4;
    width: 100%;
}
.calc-result-work span {
    font-size: 24px;
    font-weight: 900;
    margin: 0 7px;
    vertical-align: middle;
}
#calc-result {
    margin: 0 15px;
    width: 72px;
    text-align: center;
    border: 1px solid #eaeaea;
    height: 38px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 900;
    outline: none;
}
.page-content:not(:empty) {
    font-size: 16px;
    color: black;
    line-height: 30px;
    margin-bottom: 30px;
    min-height: 100px;
}
.modal-field.error,
.modal-field.error:focus {
    border-color: #F44336;
}
.free-gager_form input.error {
    border-color: #F44336;
    box-shadow: inset 0 0 1px 1px #F44336;
}
.m2 {
    font-size: 12px;
}
.page-404 {
    height: calc(100vh - 498px);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page-404 .big-text {
    width: 100%;
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}
.page-404 .text {
    font-size: 18px;
}
.calc-range {
    margin-top: 20px;
}
.calc-result-list {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.calc-result-list li {
    margin: 12px 0;
    line-height: 20px;
    padding-left: 12px;
    width: 50%;
}
.calc-result-list li strong {
    font-weight: 900;
    white-space: nowrap;
}
.calc-result-list li:before {
    content: "";
    background: #2a5cc2;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    margin: 5px 0 0 -12px;
}
.work-progress_description_top,
.top-solutions_description_top {
    display: none;
}
.button-close,
.button-prev,
.button-next {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #000;
    text-align: center;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 16px;
}
.button-close:hover,
.button-prev:hover,
.button-next:hover,
.button-close:focus,
.button-prev:focus,
.button-next:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.button-prev svg,
.button-next svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
    padding: 7px;
    opacity: 0.8;
}
.button-prev svg:hover,
.button-next svg:hover {
    opacity: 1;
}
.button-close svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
    padding: 9px;
}
.button-close svg path,
.button-prev svg path,
.button-next svg path {
    fill: currentColor;
    stroke-width: 0;
}
.button-prev,
.button-next {
    top: 50%;
    margin-top: -22px;
    line-height: 42px;
}
.button-prev {
    left: -50px;
}
.button-next {
    right: -50px;
}
.button-close {
    top: -44px;
    right: -44px;
    font-size: 22px;
    color: rgba(255,255,255,0.8);
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    display: none !important;
}
.modal-header {
    flex-wrap: wrap;
    border: 0;
}
.modal-logo {
    text-align: center;
    width: 100%;
}
.modal-logo img {
    width: 130px;
}
.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 36px;
    width: 40px;
    height: 40px;
    padding: 12px;
    line-height: 25px;
    color: #848484;
    z-index: 2;
}
.modal-title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 36px;
    margin: 20px 10px;
    text-align: center;
    width: 100%;
}
.modal-description {
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: black;
}
#thanks-modal .modal-description {
    margin: -5px 0 15px;
}
.modal-field {
    border: 1px solid #d1d1d1;
    width: 320px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    line-height: normal;
    padding: 15px 25px;
    outline: none;
    resize: none;
    transition: .25s;
}
.modal-field:focus {
    border-color: #409722;
}
textarea.modal-field {
    height: 100px;
}
.modal-send-btn {
    background: url('../images/button.png') no-repeat center;
    width: 270px;
    height: 72px;
    border: 0;
    font-size: 18px;
    color: white;
    outline: none;
    text-transform: uppercase;
    margin: 28px auto 20px;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 10px;
    padding-top: 5px;
    transition: .25s;
    cursor: pointer;
}
.modal-send-btn:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
}
.modal-send-btn:active {
    border: 0;
}
.fixed-buttons {
    position: fixed;
    top: 50%;
    margin-top: -129px;
    right: 15px;
    z-index: 2;
}
.fixed-free-calc {
    display: block;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    transition: .25s;
}
.fixed-calc {
    display: block;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: .25s;
}
.fixed-free-calc:hover,
.fixed-calc:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 5px solid rgba(255, 255, 255, 0.2);
}
.page-content .review-card {
    margin-bottom: 30px;
}
#membership-modal {
    margin-top: 30px;
}
.membership-select-date {
    margin: -78px -15px 15px;
    line-height: normal;
}
.membership-select-date ul {
    display: flex;
    justify-content: space-between;
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.membership-day.active {
    color: #49b225;
}
.modal-backdrop.show {
    opacity: .7;
}
#membership-modal .modal-title {
    font-size: 26px;
    line-height: normal;
    text-align: left;
    padding-top: 50px;
    margin: 0 0 10px;
}
#membership-modal .modal-description {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: black;
    margin-bottom: 20px;
}
#membership-modal .modal-field {
    margin: 0;
}
#membership-modal .modal-send-btn {
    margin: 28px 0 20px;
}
.membership-item-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.membership-modal-item {
    margin: 30px 0 0 15px;
    display: flex;
    align-items: center;
    color: black;
    font-size: 16px;
}
.membership-item-text {
    padding-left: 20px;
}
.membership-item-text span {
    color: #2a5cc2;
    font-weight: 900;
    font-size: 26px;
    vertical-align: middle;
    padding-left: 10px;
}
.our-words_tabs.inner-page {
    border: 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 880px;
    margin-bottom: 30px;
    height: auto;
}
.our-words_tabs.inner-page .tab {
    line-height: 43px;
    height: 40px;
    background: #cacaca;
    color: white;
    margin: 2px 4px;
}
.our-words_tabs.inner-page .tab:hover {
    background: #b9b9b9;
}
.our-words_tabs.inner-page .tab.active {
    background: #3363c5;
    color: white;
}
.our-words_tabs.inner-page + .our-works .work-info {
    padding-bottom: 30px;
}
.our-words_tabs.inner-page + .our-works .work-params {
    margin-bottom: 10px;
}
.page-reviews .review-card {
    margin-bottom: 30px;
}
.page-reviews .review-author {
    margin-top: 15px;
}
#breadcrumbs {
    margin: 15px 20px -25px;
}
#breadcrumbs a {
    color: #3363c5;
}
.top-solutions_slider .item-price-table thead tr{
    display: block;
}
.top-solutions_slider .item-price-table tbody {
    display: block;
    overflow-y: auto;
    height: 210px;
    width: 100%;
}
.top-solutions_slider .item-price-table tfoot tr {
    display: block;
}
.top-solutions_slider .item-price-table td {
    width: 100%;
}
.top-solutions_slider .item-price-table td:last-child {
    white-space: nowrap;
    min-width: 110px;
}
.top-solutions_slider .item-price-table tfoot td:last-child {
    min-width: 170px;
}
.sertificates-slider {
    max-width: 880px;
}
.sertificates-slider a {
    margin: 10px;
    border: 1px solid #d6d6d6;
    padding: 8px;
    transition: .25s;
}
.sertificates-slider a:hover {
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}
.sertificates-slider .slick-prev {
    background: #48af25 url('../images/arrow-left.png') no-repeat center;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    transition: .25s;
    font-size: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 2;
}
.sertificates-slider .slick-next {
    background: #48af25 url('../images/arrow-right.png') no-repeat center;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    transition: .25s;
    font-size: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0;
    z-index: 2;
}
.top-solutions_slider {
    overflow: hidden;
}
.section-about_text ul,
.page-content ul {
    list-style: inside;
    padding-left: 10px;
}
.section-about_text ol,
.page-content ol {
    list-style: decimal;
    padding-left: 30px;
}
.section-about_text h2,
.page-content h2 {
    font-weight: 900;
    text-transform: uppercase;
    margin: 15px 0 5px;
}
.section-about_text h3 {
    font-weight: 900;
    margin: 10px 0 0;
}
.page-reviews .review-card .embed-responsive {
    border-radius: 6px;
}
.section-reviews .review-card .embed-responsive {
    border-radius: 6px;
    margin-bottom: 15px;
}
.catalog-page .section-reviews .review-card .embed-responsive {
    margin-bottom: 0;
}
.page-content p,
.section-about p,
.page-content ul,
.page-content ol {
    margin-bottom: 15px;
}
.mobile-menu_accordion {
    display: block;
    font-size: 16px;
    color: black;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 15px;
    padding: 12px 0;
    position: relative;
}
.mobile-menu_accordion .title:after {
    content: "";
    background: url('../images/arrow-top.png') no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 20px;
    transform: rotate(180deg);
    transition: .25s;
}
.mobile-menu_accordion .title.open:after {
    transform: rotate(0);
}
.mobile-menu_accordion .links-list a {
    margin: 10px 0;
    color: black;
    display: block;
    padding-left: 15px;
}
.mobile-menu_accordion .links-list {
    padding-top: 10px;
    width: 100% !important;
}
.modal-terms {
    font-size: 13px;
    text-align: center;
    color: #777777;
}
.modal-terms a {
    color: #777777;
}
.form-terms {
    font-size: 13px;
    color: white;
    margin: 15px 0 0;
    line-height: 14px;
    max-width: 500px;
}
.form-terms a {
    color: white;
}
.form-terms.black,
.form-terms.black a {
    color: #777777;
}
.item-category > .wp-block-table tr:last-child td {
    font-weight: 400;
    text-transform: none;
    font-size: 16px !important;
    color: black !important;
}
.page-content .wp-block-table h2 {
    margin: 2px 0 0;
}
.city-map {
    margin: 50px 0 60px;
}
.city-map p {
    line-height: 18px;
    padding-left: 25px;
    position: relative;
}
.city-map p img {
    position: absolute;
    left: 0;
}
.page-content ul.sitemap-list {
    list-style: none;
    padding: 0;
}
.sitemap-list a {
    color: black;
}
.home-text {
    font-size: 16px;
    color: black;
    line-height: 26px;
    margin: 25px 0;
}
.home-text ul {
    list-style: unset;
    padding: 10px 0 15px 25px;
}
.home-text strong {
    font-weight: 600;
}
.home-text p {
    margin-bottom: 15px;
}
.home-text p + ul {
    padding: 0 0 0 25px;
    margin-bottom: 15px;
}
.home-text h2 {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}
.catalog-item {
    height: 200px;
    width: 100%;
    margin: 0 auto;
    background-size: cover !important;
}
.catalog-btn {
    background: url('../images/button.png') no-repeat center;
    width: 100%;
    height: 46px;
    border: 0;
    font-size: 13px;
    color: white;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    margin: -25px 0 20px 0;
    display: block;
    border-bottom: 4px solid #068606;
    border-radius: 6px;
    line-height: 46px;
    transition: .25s;
    background-size: cover;
    cursor: pointer;
}
.catalog-btn:hover {
    box-shadow: inset 0 0 5px 4px #3c8e20;
    border-color: #317c19;
    color: white;
    text-decoration: none;
}
.slick-slide img {
    margin: 0 auto;
}
.nobr {
    white-space: nowrap;
}
.about-page_work-progress {
    padding: 0 0 40px;
    box-shadow: none;
}
.schema-faq-answer {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding .2s;
}
.schema-faq-section {
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 10px 5px 15px rgba(2, 2, 2, 0.1), -10px 0 15px rgba(2, 2, 2, 0.1);
    padding-bottom: 10px;
}
p.schema-faq-answer {
    margin: 0;
    border-top: 1px solid transparent;
}
.schema-faq-question {
    padding: 12px 40px 2px 15px;
    display: block;
    position: relative;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
}
.schema-faq-question:after {
    content: "";
    background: url('/wp-content/themes/twentynineteen/images/green-arrow.png') no-repeat center;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    margin-left: 5px;
    min-width: 20px;
    transition: .25s;
    position: absolute;
}
.schema-faq-question.active:after {
    transform: rotate(180deg);
}
.horizontal-menu-children {
    display: none;
    position: absolute;
    background: #2a5cc2;
    z-index: 2;
    left: 0;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    white-space: nowrap;
    opacity: 0;
    font-size: 15px;
    transition: .2s;
}
.horizontal-menu-parent {
    position: relative;
}
.horizontal-menu-parent > a,
.horizontal-menu-children a {
    display: block;
}
.horizontal-menu-parent:hover .horizontal-menu-children {
    display: block;
    opacity: 1;
}
.horizontal-menu-parent > a:after {
    content: "";
    background: url('/wp-content/themes/twentynineteen/images/white-arrow.png') no-repeat center;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 7px;
    margin-left: 5px;
    min-width: 20px;
    transition: .2s;
}
.horizontal-menu-parent > a {
    padding-right: 26px;
}
.horizontal-menu-parent:hover > a:after {
    transform: rotate(180deg);
}
#f_m3 {
    background: white;
    border: 0;
    cursor: default;
    font-size: 22px;
    font-weight: 600;
}
#f_m3:focus {
    box-shadow: none;
}
.header .city {
    margin: 0 0 0 5px;
}
.header #city-name {
    margin: 0;
}
.header .after-logo .lower {
    font-size: 17px;
    white-space: nowrap;
    display: flex;
}
.header .selected-city {
    font-size: 17px;
    height: 18px;
    margin: 2px 0 0;
    padding-right: 0;
    border-radius: 0;
    border-bottom: 2px dashed #2a5cc2;
    font-weight: 400;
}
.work-time {
    margin: 32px 0 0 155px;
    white-space: nowrap;
}
.work-time .lower {
    font-size: 17px;
    white-space: nowrap;
    display: flex;
    margin-top: 2px;
    line-height: normal;
}
.work-time .upper {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    margin-top: 10px;
}
.item-category .wp-block-table img {
    max-width: 100%;
    height: auto;
}
.flag {
    width: 30px;
    vertical-align: middle;
    margin: -5px 5px 0 50px;
}
.calc-result_card-header .brand-block {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 8px;
    width: 90px;
    min-width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    background: white;
}
.calc-ressult_card {
    background: white;
    padding: 28px 25px;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    display: block;
    width: calc(50% - 30px);
    margin: 15px;
}
.calc-results-section {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px 0;
}
.calc-result_card-header .brand-img {
    max-width: 100%;
    height: auto;
}
.calc-result_card-header {
    display: flex;
    align-items: center;
}
.before-flag {
    display: none;
}
.wp-image-1670 {
    box-shadow: 3px 6px 35px rgba(2, 2, 2, 0.2);
    border-radius: 10px;
    margin: 0 auto 30px;
    max-width: 100%;
}
.gt3pg_gallery-item.gt3pg_element:first-child {
    width: 100%;
}
.footer-information {
    margin-top: 10px;
}
/* media */
@media(max-width: 1199px) {
    .city {
        margin: 24px -30px 0 70px;
    }
    .sertificates-slider {
        max-width: 700px;
    }
    .work-time {
        display: none;
    }
    .work-progress_card {
        padding: 40px 30px;
    }
    .before-flag {
        display: block;
    }
    .flag {
        margin: -4px 5px 0 0;
    }
    .calc-result_card-header {
        line-height: 26px;
    }
    .work-progress_slider {
        max-width: 640px;
    }
    .top-solutions_slider {
        max-width: 700px;
    }
    .top-solutions_slider .item-title {
        line-height: 26px;
    }
    .calc-dropdown {
        padding: 8px;
        width: 100%;
        margin-bottom: 15px;
    }
    .calc-page_calc label {
        line-height: 14px;
    }
    #city-name {
        margin: 6px 0 0 7px;
    }
    .membership-members-list {
        padding: 20px;
        width: 300px;
    }
    .number {
        margin: 6px 0 0 10px;
    }
    .calc-range {
        margin-right: 20px;
    }
    .price-card-body strong {
        word-break: break-all;
    }
    .top-solutions {
        padding: 30px 0 40px;
    }
    .stars {
        position: relative;
        right: auto;
        margin-top: 5px;
    }
    .price-card-header {
        padding: 20px 20px 12px;
    }
    .price-sum {
        font-size: 32px;
    }
    .total-row .total-price {
        font-size: 28px;
    }
    .catalog-page .section-title {
        font-size: 36px;
    }
    .call-gager_description {
        max-width: 270px;
        line-height: 20px;
    }
    .menu-list a {
        padding: 10px 8px;
        white-space: nowrap;
    }
    .section-1 .title {
        font-size: 100px;
        margin: 24px 0 0 -45px;
    }
    .order-block .one {
        padding: 25px 0 0 25px;
        width: 240px;
    }
    .order-block .two {
        width: 360px;
        padding: 16px 0 0 20px;
    }
    .order-block .three {
        width: 310px;
        padding: 16px 0 0 10px;
    }
    .card {
        height: 210px;
        width: 210px;
        background-size: cover !important;
    }
    .manufacturer-card {
        height: 200px;
        width: 160px;
    }
    .our-words_tabs {
        height: 60px;
    }
    .our-words_tabs .tab {
        line-height: 60px;
        padding: 0 12px;
        font-size: 14px;
    }
    .work-card {
        height: 272px;
        width: 100%;
        background-size: cover !important;
    }
    .work-card .card-price span {
        font-size: 26px;
    }
    .work-card .work-more-btn {
        bottom: 40px;
        margin-left: -88px;
        width: 177px;
        height: 50px;
        line-height: 50px;
    }
    .how-work_items .item {
        width: 300px;
    }
    .how-work_items .item .text {
        margin-left: 6px;
        z-index: 2;
    }
    .review-author {
        white-space: normal;
    }
    .review-text {
        margin-top: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .info-icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
        background-size: contain;
    }
    .review-order .text {
        margin-left: 10px;
        line-height: 14px;
    }
    .footer-logo img {
        max-width: 100%;
    }
    .footer-icon {
        min-width: 41px;
    }
    footer .callback {
        width: 214px;
        height: 52px;
        line-height: 52px;
    }
    .before-vertical-line:before {
        left: 22px;
    }
    .before-vertical-line {
        padding-left: 55px;
    }
    footer .links-list a {
        margin: 6px 0;
    }
    footer .title {
        line-height: 18px;
    }
    .catalog-page .map {
        max-width: 700px;
    }
    .bottom-cities-list {
        margin-top: 10px;
    }
    .about-page_work-progress {
        padding: 0 0 40px;
    }
    .horizontal-menu-parent > a {
        padding-right: 26px;
    }
}
@media(max-width: 991px) {
    .section-1 .content {
        width: 660px;
        height: 370px;
        background-size: contain;
        margin: 0 auto 70px;
    }
    .work-time {
        display: block;
        margin: 32px 0 0 15px;
    }
    .catalog-content {
        width: calc(100% - 230px);
    }
    .sertificates-slider {
        max-width: 460px;
    }
    .calc-ressult_card {
        width: 100%;
    }
    .slick-prev {
        position: absolute;
        top: 50%;
        left: 20px;
        font-size: 0;
        color: transparent;
        z-index: 2;
        width: 30px;
        height: 30px;
        background: white url('../images/slider-left.png') no-repeat center;
        border: 0;
        border-radius: 50%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        margin-top: -15px;
    }
    .calc-page_calc .form-control {
        width: 25%;
        margin: 0 5px;
        padding: 0;
        font-size: 16px;
    }
    .calc-page_calc .itog-price {
        padding: 20px 0 0 0;
    }
    .calc-button {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .catalog-page .map {
        max-width: 460px;
    }
    .slick-next {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 0;
        color: transparent;
        z-index: 2;
        width: 30px;
        height: 30px;
        background: white url('../images/slider-right.png') no-repeat center;
        border: 0;
        border-radius: 50%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        margin-top: -15px;
    }
    .fixed-calc,
    .fixed-free-calc {
        width: 90px;
        height: 90px;
    }
    .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
        margin-left: 0 !important;
    }
    .item-category .wp-block-table td {
        font-size: 14px;
        padding: 10px 12px;
    }
    .item-category .wp-block-table {
        margin-bottom: 30px;
    }
    .fixed-calc {
        margin-bottom: 10px;
    }
    .fixed-buttons {
        margin-top: -95px;
    }
    .membership-members-list li {
        line-height: 28px;
        font-size: 15px;
    }
    .membership-members-list {
        padding: 15px;
        width: 270px;
    }
    #membership-modal .modal-dialog {
        width: 100%;
        max-width: 768px;
    }
    .membership-item-icon {
        width: 70px;
        height: 70px;
    }
    .membership-modal-item {
        margin: 30px 0 0 5px;
    }
    .work-progress_slider {
        max-width: 420px;
    }
    .top-solutions_slider {
        max-width: 460px;
    }
    .catalog-page .section-title {
        font-size: 30px;
    }
    .catalog-page .work-card {
        height: 180px;
    }
    .catalog-page .work-info {
        padding-bottom: 52px;
    }
    .call-gager_description {
        max-width: 230px;
    }
    .calc-range {
        margin-bottom: 30px;
    }
    .calc-result-price,
    .calc-result-work {
        margin-top: 15px;
    }
    .calc-result-list li {
        padding-right: 15px;
    }
    .calc-result-list {
        margin: 40px 0 0;
    }
    .free-gager_form input {
        padding: 20px 10px;
        width: 190px;
    }
    .free-gager .section-title {
        padding-bottom: 50px;
    }
    .gallery-item-01,
    .gallery-item-02,
    .gallery-item-03,
    .gallery-item-05,
    .gallery-item-06,
    .gallery-item-07,
    .gallery-item-08,
    .gallery-item-11 {
        height: 115px;
    }
    .gallery-item-04 {
        height: 262px;
    }
    .gallery-item-09,
    .gallery-item-10,
    .gallery-item-11 {
        display: none;
    }
    .gallery-section {
        padding: 30px 0 40px;
    }
    .work-progress_btn,
    .top-solutions_btn {
        width: 36px;
        height: 36px;
        margin: 0 2px;
    }
    .top-solutions .main-img {
        margin-bottom: 20px;
    }
    .top-solutions .btn-item-order {
        font-size: 16px;
        padding: 10px 20px 3px;
        line-height: 20px;
    }
    .our-prices {
        padding: 30px 0 40px;
    }
    .catalog-page .work-name {
        white-space: normal;
        line-height: normal;
        font-size: 14px;
        height: auto;
        padding: 5px 0 2px;
    }
    .btn-call-gager,
    .calc-order-btn {
        width: 240px;
        height: 70px;
        padding: 8px 10px 3px;
        font-size: 16px;
    }
    .free-gager:before {
        background-position: left center;
    }
    .work-progress-buttons {
        top: 76px;
    }
    .work-progress_card {
        padding: 40px 20px;
    }
    .work-progress_label {
        font-size: 14px;
        padding: 6px 8px;
    }
    .work-progress_description {
        font-size: 16px;
    }
    .our-price_card {
        margin-bottom: 30px;
    }
    .free-gager_form textarea {
        width: 405px;
        padding: 20px 10px;
    }
    .section-1 .description {
        padding: 50px 0 0;
        font-size: 19px;
    }
    .section-1 .title {
        font-size: 76px;
        margin: 24px 0 0 -28px;
    }
    .how-work_items {
        width: 100%;
    }
    .section-1 .cube-icon {
        width: 75px;
        height: 75px;
        margin: 55px 0 0 60px;
    }
    .section-1 .cube-icon .price-icon {
        height: 58px;
        width: 58px;
        background-size: 36px;
    }
    .section-1 .legend {
        margin: -70px 0 0 195px;
    }
    .section-1 .legend .top {
        font-size: 15px;
        max-width: 410px;
        line-height: 20px;
    }
    .section-1 .legend .bottom {
        margin-top: 10px;
    }
    .section-1 {
        padding-top: 40px;
        height: 550px;
        margin-bottom: 150px;
    }
    .order-block {
        flex-wrap: wrap;
    }
    .menu-list {
        margin: 0 -39px;
    }
    .menu-list a {
        padding: 16px 7px 15px;
        font-size: 14px;
        margin: 0;
        border-radius: 0;
    }
    .menu-list .accent:before {
        left: 0;
        top: 11px;
        border-left: 1px solid rgba(255, 255, 255, 0.7);
    }
    .menu-list .accent:after {
        right: 0;
        top: 11px;
        border-left: 1px solid rgba(255, 255, 255, 0.7);
    }
    .after-logo {
        display: none;
    }
    .logo img {
        max-width: 100%;
        margin-bottom: 8px;
    }
    .city {
        margin: 24px -15px 0 0;
    }
    header .icon.phone-icon {
        display: none;
    }
    .number {
        font-size: 20px;
        margin: 17px 0 0 15px;
    }
    .selected-city {
        font-size: 20px;
    }
    .header .callback {
        margin-top: 2px;
    }
    .cities-list {
        margin-left: -9px;
    }
    .cities-list a {
        font-size: 14px;
    }
    .order-block {
        height: 100%;
    }
    .order-block .one {
        padding: 25px 0 0 15px;
        width: 160px;
    }
    .order-block .two {
        width: 280px;
        padding: 16px 0 0 10px;
    }
    .order-block .two .text {
        margin-left: 18px;
    }
    .order-block .three {
        width: 250px;
        padding: 16px 0 0 10px;
    }
    .order-block .three .text {
        margin-left: 18px;
    }
    .section-1 .order-block .btn-order {
        background: url('../images/button.png') no-repeat center;
        width: 214px;
        height: 52px;
        border: 0;
        font-size: 14px;
        color: white;
        outline: none;
        text-transform: uppercase;
        margin: 15px auto 20px;
        display: block;
        border-bottom: 4px solid #068606;
        border-radius: 6px;
        line-height: 46px;
        transition: .25s;
        background-size: cover;
        cursor: pointer;
    }
    .order-block .four {
        width: 100%;
    }
    .order-block .one .text {
        font-size: 13px;
        line-height: 18px;
    }
    .order-block .one .date {
        font-size: 20px;
        margin-top: 12px;
    }
    .order-block .count {
        font-size: 40px;
    }
    .section-title {
        font-size: 34px;
    }
    .card {
        height: 150px;
        width: 150px;
    }
    .card-price span {
        font-size: 18px;
    }
    .card-price {
        min-width: 110px;
        font-size: 13px;
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
    }
    .card-title {
        font-size: 17px;
        margin: 34px 0 20px;
    }
    .section-texture {
        padding-top: 15px;
        margin-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .manufacturer-card {
        height: 160px;
        width: 160px;
        background-size: 100px !important;
    }
    .our-words_tabs {
        height: 100%;
        border: 0;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
        margin-bottom: 30px;
    }
    .our-words_tabs .tab {
        line-height: 43px;
        height: 40px;
    }
    .work-params {
        justify-content: flex-start;
        width: 200px;
        margin: 0 auto 8px;
    }
    .work-info {
        padding-bottom: 30px;
    }
    .work-card .card-price span {
        font-size: 20px;
    }
    .work-card .card-price {
        padding: 0 15px;
        height: 46px;
        line-height: 50px;
    }
    .how-work {
        background-position-x: -490px;
    }
    .how-work_items .item .text {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    }
    .review-card {
        padding: 15px;
    }
    .review-author {
        margin: 10px 0 0;
        font-size: 15px;
    }
    .review-date {
        margin: 10px 0 12px;
    }
    .review-text {
        margin-top: 15px;
    }
    .review-more-btn {
        margin: 20px auto 10px;
    }
    .review-card img {
        margin: 0 auto;
        display: block;
    }
    .review-images {
        margin: 2px -2px;
    }
    .all-reviews-btn {
        width: 220px;
        height: 64px;
        font-size: 16px;
        line-height: 66px;
        margin: 40px auto 0;
    }
    .section-reviews {
        padding-bottom: 40px;
    }
    .before-vertical-line:before {
        display: none;
    }
    footer .callback {
        margin: 20px 0 25px;
    }
    footer {
        padding: 46px 0 30px;
    }
    .section-title:before {
        margin: 9px 0 0 -28px;
    }
    .section-title:after {
        margin: 9px 0 0 18px;
    }
    .gt3pg_hover-default .gt3pg_gallery-item .gt3pg_img_wrap:after {
        margin: 9px 0 0 5px !important;
        background-size: 50px !important;
    }
    .about-page_work-progress {
        padding: 0 0 40px;
    }
    .horizontal-menu-parent > a {
        padding-right: 26px;
    }
    .horizontal-menu-parent > a:after {
        top: 12px;
    }
    .contact-page-phone {
        font-size: 26px;
    }
}
@media(max-width: 767px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        padding-bottom: 6px;
        background: #2a5cc2;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        z-index: 10;
    }
    body {
        padding-top: 114px;
        transition: padding .25s;
    }
    .item-category.table-big-first-cell .wp-block-table tr:first-child td:first-child {
        width: 200px;
    }
    .item-category.table-big-first-cell .wp-block-table tr:first-child td {
        line-height: 22px;
        word-break: inherit;
    }
    .item-category.table-big-first-cell .calc-result_card-header .brand-block {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .item-category.table-big-first-cell .calc-result_card-header {
        line-height: 22px;
    }
    .work-more-mini-btn {
        position: absolute;
        background: white;
        color: #2a5cc2;
        z-index: 3;
        padding: 0 7px;
        min-width: 120px;
        height: 31px;
        line-height: 33px;
        font-size: 14px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        bottom: -80px;
        right: 15px;
        transform: none;
        border-radius: 8px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }
    .calc-ressult_card .calc-result-list {
        border: 0;
    }
    .calc-ressult_card {
        margin: 0 15px 15px;
        padding: 15px 15px 10px;
    }
    .selected-city {
        font-size: 18px;
    }
    .work-progress_slider {
        max-width: 100%;
    }
    .sertificates-slider .slick-prev {
        left: 0;
    }
    .sertificates-slider .slick-next {
        right: 0;
    }
    .home-text h2 {
        font-size: 20px;
    }
    .contact-page-phone {
        font-size: 30px;
    }
    .home-text .row ul {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .home-text .row div:last-child ul {
        margin-bottom: 15px;
    }
    .select-block .card {
        height: 130px;
        width: 130px;
    }
    .calc-page_calc .itog-price {
        padding: 10px 0 15px;
        font-size: 34px;
    }
    .calc-page_calc .form-control {
        height: 36px;
    }
    .calc-button {
        line-height: 35px;
    }
    .input-box {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #gt3pg_gallery1 .gt3pg_item_main_wrapper {
        padding: 5px !important;
    }
    .wp-block-column:not(:last-child) {
        margin-bottom: 15px !important;
    }
    .item-page .btn-item-order {
        padding: 10px 10px 3px;
        font-size: 14px;
        width: 190px;
        height: 55px;
        line-height: 16px;
        margin-top: 20px;
    }
    .item-page {
        padding: 30px 0 50px;
        font-size: 14px;
        line-height: 24px;
    }
    .item-category .wp-block-table {
        margin-bottom: 20px;
    }
    .page-content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .portfolio-work {
        width: 100% !important;
        padding: 0 15px !important;
    }
    .membership-members-list {
        width: 100%;
    }
    .work-progress_label {
        padding: 5px 8px;
        font-size: 13px;
        margin: -3px 0 0 -4px;
    }
    .header-fixed {
        padding-top: 54px;
    }
    .mobile-logo {
        display: inline-block;
        margin: 10px 20px 0 10px;
    }
    .mobile-logo + .header-m-icon {
        margin-top: 9px;
        vertical-align: top;
        opacity: 0;
        visibility: hidden;
        display: inline-block;
        transition: .25s;
    }
    .hamburger-icon {
        float: right;
        padding: 10px 10px 10px;
        margin: 11px 0 1px;
    }
    .hamburger-icon span:nth-child(1) {
        width: 37px;
        height: 4px;
        background: white;
        display: block;
        margin-bottom: 5px;
        transition: .25s;
    }
    .hamburger-icon span:nth-child(2) {
        width: 29px;
        height: 4px;
        background: white;
        display: block;
        margin-bottom: 5px;
        margin-left: 8px;
        transition: .25s;
    }
    .hamburger-icon span:nth-child(3) {
        width: 37px;
        height: 4px;
        background: white;
        display: block;
        transition: .25s;
    }
    .mobile-logo img {
        max-width: 150px;
    }
    .header-m-icon {
        width: 41px;
        min-width: 41px;
        height: 41px;
        background: white url('../images/phone.png') no-repeat center;
        border-radius: 50%;
        border: 5px solid #537ac9;
    }
    .header-m-phone .text {
        margin-left: 12px;
        color: white;
        font-size: 18px;
        line-height: normal;
        font-weight: 900;
    }
    .header-m-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 6px 10px 0;
        padding-top: 6px;
        white-space: nowrap;
        border-top: 1px solid #547ccc;
        height: 48px;
        transition: .25s;
    }
    .header-m-phone .text a {
        color: white;
        text-decoration: none;
    }
    .header {
        height: 100%;
    }
    .header-fixed .header-m-phone {
        height: 0;
        opacity: 0;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }
    .header-fixed .mobile-logo + .header-m-icon {
        opacity: 1;
        visibility: visible;
    }
    .hamburger-icon.opened span:nth-child(1) {
        transform: rotate(45deg) translateX(7px) translateY(3px);
    }
    .hamburger-icon.opened span:nth-child(2) {
        opacity: 0;
        margin-left: 0;
        width: 0;
    }
    .hamburger-icon.opened span:nth-child(3) {
        transform: rotate(-45deg) translateX(10px) translateY(-6px);
    }
    .section-1 .content {
        background: none;
        width: 300px;
        height: 290px;
        margin: 0 auto 110px;
    }
    .section-1 {
        height: 619px;
        margin-bottom: 210px;
        background: url('../images/section-1-mobile.jpg') no-repeat center;
    }
    .section-1 .description {
        padding: 25px 0 0;
        font-size: 12px;
        line-height: 20px;
        max-width: 220px;
        margin: 0 auto;
    }
    .section-1 .title {
        font-size: 33px;
        margin: 22px -5px;
    }
    .section-1 .btn-order {
        width: 190px;
        height: 55px;
        font-size: 14px;
        margin: 18px auto 0;
        border-radius: 6px;
    }
    .section-1 .cube-icon {
        display: none;
    }
    .section-1 .legend .top {
        font-size: 14px;
        max-width: 240px;
        line-height: 18px;
        margin: 0 auto;
    }
    .section-1 .legend {
        position: relative;
        margin: 108px 0 0;
        text-align: center;
    }
    .section-1 .legend .bottom {
        margin-top: 12px;
        font-size: 20px;
    }
    .order-block .one {
        padding: 20px 0 0;
        width: 100%;
        text-align: center;
    }
    .order-block .one .date {
        font-size: 20px;
        margin-top: 5px;
    }
    .section-1 .order-block .btn-order {
        width: 190px;
        height: 55px;
        margin: 15px auto 30px;
    }
    .order-block .count {
        margin: 12px 0 0 68px;
    }
    .order-block .count {
        margin: 12px auto 0;
        text-align: center;
        width: 100%;
        line-height: 30px;
    }
    .order-block .two,
    .order-block .three {
        width: 100%;
        padding: 12px 0 0;
    }
    .order-block .three .text {
        max-width: 180px;
    }
    .order-block .image-text {
        max-width: 256px;
        margin: 0 auto;
        border-top: 1px solid #e9f1f9;
        padding-top: 12px;
    }
    .order-block .two .text {
        font-size: 14px;
    }
    .order-block .three .text {
        font-size: 14px;
    }
    .section-title {
        font-size: 20px;
        padding: 45px 0 25px;
    }
    .section-title:before {
        width: 5px;
        height: 5px;
        margin: 5px 0 0 -15px;
    }
    .section-title:after {
        width: 5px;
        height: 5px;
        margin: 5px 0 0 10px;
    }
    .before-title {
        margin: -20px 0 0 -39px;
        font-size: 14px
    }
    .card {
        height: 130px;
        width: 130px;
        margin: 0 auto;
    }
    .card-title {
        font-size: 14px;
        text-shadow: 0 0 black;
    }
    .manufacturer-card {
        height: 120px;
        width: 120px;
        background-size: 70px !important;
    }
    .our-words_tabs .tab {
        height: 26px;
        background: #cecece;
        color: white;
        border-radius: 8px;
        padding: 8px;
        margin: 2px 4px;
        line-height: normal;
    }
    .our-words_tabs .tab:hover {
        color: white;
    }
    .our-words_tabs .tab.active {
        border-radius: 8px;
    }
    .work-name {
        font-size: 14px;
        padding: 7px 8px 4px;
        line-height: normal;
    }
    .work-card {
        height: 180px;
        border-radius: 0;
        margin-bottom: 114px;
    }
    .work-info {
        top: 180px;
        opacity: 1;
        background: #2a5cc2;
        height: 63px;
        border-radius: 0 0 8px 8px;
        padding-bottom: 0;
    }
    .work-card .work-more-btn {
        display: none;
    }
    .work-icon.icon-01 {
        background: url('../images/area-white.png') no-repeat center;
    }
    .work-icon.icon-02 {
        background: url('../images/ceiling-white.png') no-repeat center;
    }
    .work-icon:before {
        border: 0;
        width: 25px;
        height: 25px;
    }
    .work-icon {
        width: 25px;
        height: 25px;
        margin: 0;
        box-shadow: none;
    }
    .work-params .text {
        margin: 0 4px;
        font-size: 13px;
    }
    .work-params {
        width: 100%;
    }
    .work-info .row {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .work-info .col {
        padding: 0 4px;
    }
    .work-card .card-price {
        background: white;
        color: #2a5cc2;
        z-index: 3;
        bottom: -80px;
        padding: 0 7px;
        min-width: 120px;
        height: 31px;
        left: 15px;
        transform: none;
        line-height: 33px;
        font-size: 14px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }
    .work-card .card-price span {
        font-size: 18px;
    }
    .how-work {
        margin-top: 4px;
        padding-top: 12px;
        height: 100%;
        background: #4470c9 url('../images/how-work/background-mobile.png') no-repeat right bottom;
        padding-bottom: 100%;
        background-size: contain;
    }
    .section-reviews {
        padding-top: 5px;
        padding-bottom: 29px;
    }
    .review-card {
        padding-top: 25px;
    }
    .review-author {
        margin: 15px 0 0;
    }
    .review-date {
        margin: 10px 0 14px;
    }
    .review-card {
        margin-bottom: 24px;
    }
    .work-card:hover:after {
        display: none;
    }
    .how-work .section-title {
        text-align: center;
    }
    .how-work .before-title {
        margin: -20px 0 0 -39px;
        left: 50%;
    }
    .how-work .section-title:before {
        display: inline-block;
        background: white;
    }
    .how-work_items {
        width: 100%;
    }
    .how-work_items .item {
        width: 100%;
        margin-left: -6px;
        margin-bottom: 22px;
    }
    .how-work_icon:before {
        width: 108px;
        height: 108px;
        left: -10px;
        top: -10px;
    }
    .how-work_icon {
        width: 88px;
        height: 88px;
        padding: 7px;
    }
    .how-work_icon-inset {
        width: 70px;
        height: 70px;
    }
    .how-work_items .item .text {
        margin-left: 21px;
        line-height: 18px;
        font-size: 14px;
        text-shadow: none;
    }
    .how-work_items .item .text br {
        display: none;
    }
    .item-number {
        left: 2px;
        top: 2px;
        width: 26px;
        height: 26px;
        border-radius: 8px;
        font-size: 14px;
        padding-top: 2px;
    }
    .all-reviews-btn {
        width: 190px;
        height: 55px;
        font-size: 14px;
        line-height: 57px;
        margin: 5px auto 0;
    }
    .footer-logo img {
        max-width: 150px;
        margin: 0 auto;
        display: block;
    }
    .footer-logo {
        margin: 0 0 20px 0;
    }
    footer {
        padding: 18px 0 30px;
    }
    .footer-info .text {
        font-size: 14px;
        width: 155px;
    }
    .footer-info {
        justify-content: center;
    }
    .footer-icon {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    }
    footer .callback {
        display: none;
    }
    .copyright {
        text-align: center;
        margin-top: 12px;
    }
    .after-footer {
        height: 33px;
    }
    .before-vertical-line {
        border-top: 1px solid #406dc7;
        margin: 0 15px;
        padding: 0;
    }
    .before-vertical-line:nth-child(2) {
        margin-top: 18px;
    }
    .before-vertical-line:last-child {
        border-bottom: 1px solid #406dc7;
    }
    .before-vertical-line .links-list {
        display: none;
        width: 100% !important;
        margin: 0 auto 15px !important;
        padding: 0 40px !important;
    }
    footer .title {
        font-size: 14px;
        padding: 0 40px;
        margin-bottom: 0;
        height: 52px;
        line-height: 54px;
    }
    .before-vertical-line .title:after {
        content: "";
        width: 10px;
        height: 6px;
        background: url('../images/arrow-white.png') no-repeat center;
        right: 40px;
        position: absolute;
        top: 22px;
        transition: .25s;
    }
    .before-vertical-line .title.open:after {
        transform: rotate(180deg);
    }
    footer .selected-city {
        width: 210px;
        margin: 0 auto;
    }
    footer .city {
        position: relative;
        margin: 24px 0 0;
    }
    footer .selected-city span {
        color: white;
        margin-left: 14px;
        white-space: nowrap;
    }
    footer .cities-list {
        left: 50%;
        margin: -100% 0 0 -153px;
        border-radius: 6px;
        padding: 3px 0 55px;
        bottom: -5px;
        top: auto;
        width: 306px;
    }
    .cities-list a {
        padding: 0 10px;
    }
    footer .select-city.open ~ .cities-list {
        opacity: 1;
        visibility: visible;
    }
    footer .select-city.open span {
        color: #2b2b2b;
    }
    footer .selected-city:after {
        top: 12px;
        transform: rotate(180deg);
    }
    footer .select-city.open .selected-city:after {
        transform: rotate(0);
    }
    footer .select-city.open span {
        color: #2b2b2b;
    }
    footer .icon:before {
        background: #537ac9;
        border: 0;
        z-index: -1;
        transition: .25s;
    }
    footer .select-city.open .icon:before {
        background: rgba(83, 122, 201, 0.2);
    }
    .menu-list {
        display: block;
        margin: 0;
    }
    .mobile-menu {
        position: absolute;
        background: white;
        top: 60px;
        width: 100% !important;
        overflow: auto;
        height: calc(100vh - 60px);
    }
    .menu-list a {
        display: block;
        font-size: 16px;
        color: black;
        border-bottom: 1px solid #e9e9e9;
        margin: 0 15px;
        padding: 12px 0;
    }
    .menu-list a:hover {
        background: white;
        color: #2a5cc2;
    }
    .menu-list .accent:before,
    .menu-list .accent:after {
        display: none;
    }
    .contact {
        float: none;
    }
    .mobile-menu .footer-info .text {
        font-size: 16px;
        text-align: left;
        color: black;
        width: calc(100% - 70px);
    }
    .mobile-menu .footer-info .text a {
        color: black;
        font-size: 18px;
        font-weight: 900;
        line-height: 14px;
    }
    .mobile-menu .footer-info .text a.view-members-list {
        color: #2a75c2;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
    }
    .mobile-menu .footer-info {
        justify-content: flex-start;
        padding-left: 15px;
    }
    .mobile-menu .footer-info .footer-icon {
        border: 5px solid rgba(83, 122, 201, 0.6);
    }
    .left-column {
        display: none;
    }
    .catalog-title:before {
        height: 2px;
        position: absolute;
        border-radius: 2px;
        margin: 10px 0 0;
        top: 100%;
        left: 0;
    }
    .catalog-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }
    .catalog-page .work-name {
        padding: 7px 8px 4px;
    }
    .catalog-page {
        padding: 20px 0 0;
    }
    .catalog-page .before-title {
        margin: -25px 0 0 15px;
        width: 100%;
    }
    .catalog-page .section-title {
        font-size: 20px;
    }
    .catalog-page .section-title:after {
        display: none;
    }
    .catalog-page .work-info {
        padding-bottom: 0;
    }
    .catalog-page .work-card .card-price {
        bottom: -80px;
        left: 15px;
        transform: none;
    }
    .catalog-page .work-card {
        margin-bottom: 114px;
        border-radius: 0;
    }
    .call-gager:before {
        display: none;
    }
    .call-gager {
        background: #0c6ac4  url('../images/sections/call-gager-mobile-background.jpg') no-repeat center;
        margin: 0 -15px;
        padding: 0 15px;
        background-size: cover;
        height: 490px;
    }
    .catalog-page .call-gager .section-title {
        padding-top: 55px;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .catalog-page .call-gager .before-title {
        margin: -25px 0 0 15px;
    }
    .catalog-page .select-block .before-title,
    .catalog-page .manufacturers-section .before-title {
        margin: -30px 0 0 15px;
    }
    .call-gager_description {
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        line-height: normal;
    }
    .btn-call-gager,
    .calc-order-btn {
        width: 190px;
        height: 55px;
        padding: 8px 10px 3px;
        font-size: 14px;
        margin: 25px auto 0;
    }
    .calc-section {
        padding: 10px 0 40px;
        text-align: center;
    }
    .calc-range {
        margin-right: 0;
    }
    .calc-result-list {
        text-align: left;
        border-top: 1px solid #ededed;
        padding-top: 20px;
        margin: 0;
    }
    .calc-result-list li {
        width: 100%;
        margin: 8px 0;
    }
    .calc-result-list li:before {
        width: 8px;
        height: 8px;
        margin: 3px 0 0 -18px;
    }
    .calc-result-list li {
        padding-left: 18px;
        padding-right: 0;
    }
    .calc-results {
        text-align: left;
    }
    .calc-result-price,
    .calc-result-work {
        font-size: 14px;
        height: 45px;
        line-height: 50px;
    }
    .calc-result-price span {
        font-size: 20px;
    }
    .calc-result-work span {
        font-size: 20px;
    }
    .calc-results {
        padding-bottom: 40px;
    }
    .select-block {
        padding: 20px 15px;
        background: url('../images/section-texture.jpg') repeat;
        margin: 0 -15px;
    }
    .select-block:before {
        display: none;
    }
    .catalog-page .section-reviews .section-title {
        padding-bottom: 20px;
    }
    .catalog-page .section-reviews .all-reviews-btn {
        margin: 6px auto 0;
    }
    .free-gager:before {
        display: none;
    }
    .free-gager {
        background: url('../images/sections/call-gager-background-m.jpg') no-repeat center bottom;
        background-size: cover;
        margin: 0 -15px;
        padding: 0 15px 100%;
        height: auto;
    }
    .catalog-page .free-gager .section-title {
        padding: 56px 0 30px;
    }
    .free-gager_form textarea {
        width: 100%;
        margin: 0;
    }
    .free-gager_form input {
        padding: 20px 10px;
        width: 100%;
        margin: 0 0 10px;
    }
    .call-free-gager {
        width: 190px;
        height: 55px;
        font-size: 14px;
        margin: 26px auto 0;
        line-height: 55px;
    }
    .section-about_text {
        font-size: 14px;
        line-height: 26px;
    }
    .section-about {
        padding: 5px 0 30px;
    }
    .manufacturers-section:before {
        display: none;
    }
    .manufacturers-section {
        padding: 20px 15px;
        background: url('../images/section-texture.jpg') repeat;
        margin: 0 -15px;
    }
    .gallery-section {
        padding: 10px 0 30px;
    }
    .gallery-item-04 {
        margin-bottom: 30px;
    }
    .gallery-item-03,
    .gallery-item-11 {
        height: 200px;
    }
    .gallery-item-09,
    .gallery-item-10,
    .gallery-item-11 {
        display: block;
    }
    .gallery-item-07,
    .gallery-item-08 {
        height: 100px;
    }
    .gallery-item:before,
    .gallery-item:after {
        display: none;
    }
    .work-progress-buttons {
        position: relative;
        right: auto;
        top: 0;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .work-progress_description_top {
        display: block;
        font-size: 14px;
        padding: 0 15px;
        line-height: 18px;
        text-align: center;
    }
    .work-progress_btn,
    .top-solutions_btn {
        width: 30px;
        height: 30px;
        margin: 0;
        min-width: 30px;
    }
    .work-progress {
        padding: 10px 15px 20px;
        background: url('../images/section-texture.jpg') repeat;
        margin: 0 -15px;
    }
    .work-progress:before {
        display: none;
    }
    .work-progress_card a {
        display: block;
        padding: 5px;
    }
    .button-close,
    .button-prev,
    .button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
        opacity: 0.7;
    }
    .button-prev {
        left: 0;
    }
    .button-next {
        right: 0;
    }
    .button-close {
        top: 0;
        right: 0;
    }
    .work-progress_card {
        padding: 20px 0 0;
        background: none;
        box-shadow: none;
    }
    .work-progress_card img {
        width: 100%;
    }
    .work-progress_description {
        display: none;
    }
    .our-prices {
        padding: 10px 0;
    }
    .stars {
        position: absolute;
        right: 34px;
        margin-top: -18px;
    }
    .total-row .total-price {
        font-size: 24px;
    }
    .top-solutions .item-price-table td {
        padding: 10px;
        font-size: 14px;
    }
    .top-solutions .dots-after-title {
        display: none;
    }
    .top-solutions .item-title {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .top-solutions {
        padding: 10px 15px 20px;
        background: url('../images/section-texture.jpg') repeat;
        margin: 0 -15px;
    }
    .top-solutions:before {
        display: none;
    }
    .top-solutions-buttons {
        position: relative;
        right: auto;
        top: 0;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-solutions .btn-item-order {
        font-size: 14px;
        padding: 10px 10px 3px;
        width: 190px;
        height: 55px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .item-price-table {
        margin-bottom: 35px;
    }
    .modal-title {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0 10px;
    }
    .modal-header {
        padding-bottom: 10px;
    }
    .modal-field {
        width: 100%;
    }
    #callback-modal .modal-logo,
    #membership-modal .modal-logo {
        display: none;
    }
    .modal-send-btn {
        width: 190px;
        height: 55px;
        font-size: 14px;
        margin: 15px auto 10px;
        border-radius: 6px;
    }
    .modal-field {
        font-size: 14px;
    }
    .membership-select-date ul {
        flex-wrap: wrap;
    }
    #membership-modal .modal-dialog {
        margin-top: 150px;
        width: auto;
    }
    .membership-day {
        width: 100%;
        text-align: center;
        line-height: 27px;
    }
    #membership-modal {
        margin-top: 0;
    }
    .membership-select-date {
        margin: -182px -15px 0;
        line-height: normal;
    }
    .modal-backdrop.show {
        opacity: .9;
    }
    .membership-modal-item {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .membership-item-text {
        padding-left: 12px;
        line-height: 18px;
    }
    .membership-item-text span {
        font-size: 20px;
        padding-left: 2px;
    }

    .membership-item-icon {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .membership-item-icon img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    #membership-modal .modal-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        padding-top: 30px;
        margin: 0 0 10px;
    }
    #membership-modal .modal-description {
        text-align: center;
    }
    #membership-modal .modal-send-btn {
        margin: 15px auto 10px;
    }
    .to-top-btn {
        bottom: 15px;
        right: 15px;
    }
    .modal-header .close {
        right: 15px;
        top: 15px;
    }
    .fixed-buttons {
        display: none;
    }
    .wp-block-column {
        flex-basis: 100% !important;
    }
    .mobile-no-padding {
        padding: 0;
    }
    .item-title {
        text-align: center;
    }
    .dots-after-title {
        margin: 0 0 5px 0;
        text-align: center;
    }
    .item-category .wp-block-table tr:last-child td:last-child {
        font-size: 20px;
    }
    .our-words_tabs.inner-page .tab {
        height: 26px;
        line-height: normal;
    }
    .our-words_tabs.inner-page + .our-works .work-info {
        padding-bottom: 0;
    }
    #breadcrumbs {
        margin: 15px 0 0;
        font-size: 14px;
    }
    .top-solutions_slider .item-price-table tbody {
        height: 100%;
    }
    .gt3pg_photo_gallery {
        margin: -10px;
    }
    figure.is-type-video.is-provider-youtube {
        margin: 0 !important;
    }
    .gallery-item .work-progress_label:nth-child(2) {
        margin: 93px 0 0 5px;
    }
    .gallery-item .work-progress_label:nth-child(3) {
        margin: 181px 0 0 5px;
    }
    .mobile-menu .contact .footer-info:first-child {
        white-space: nowrap;
    }
    .form-terms {
        text-align: center;
    }
    .home-text {
        font-size: 15px;
        color: black;
        line-height: 22px;
        margin: 15px 0;
        padding-top: 15px;
    }
    .home-text ul {
        padding: 5px 0 5px 20px;
    }
    .home-text p {
        margin-bottom: 10px;
    }
    .home-text .review-card {
        padding: 15px;
    }
    .home-text p:last-child {
        margin-bottom: 0;
    }
    .about-page_work-progress {
        padding: 0 0 40px;
    }
    .footer-information {
        margin-top: 0;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .section-title:before,
    .section-title:after,
    .work-params {
        display: none;
    }
    .top-solution_slide:not(.slick-active) .item-price-table tbody {
        overflow: hidden;
    }
    .free-gager::before,
    .call-gager::before {
        z-index: auto;
    }
    .free-gager .section-title::after,
    .free-gager .section-title span,
    .free-gager_form,
    .catalog-page .call-gager .section-title,
    .call-gager_description,
    .call-gager .btn-call-gager {
        z-index: 1;
        position: relative;
    }
    .membership-members-list li {
        list-style: none;
    }
    .work-name {
        width: 90%;
        left: 5%;
    }
}