html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
html {
    height: 100%;
}
body {
    font-family: 'Merriweather', serif;
    background: #f9f9f9;
    color: #1c1c1c;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    color: #1c1c1c;
}
a:link, a:visited {
    color: #1c1c1c;
    text-decoration: none;
    position: relative;
}
.tgtop a:before, .user2 a:before {
    content: '';
    background: #a27853;
    display: block;
    position: absolute;
    bottom: -3px;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    opacity: 0;
    height: 1px;
}
.tgtop a:hover::before, .user2  a:hover::before {
    width: 100%;
    opacity: 1;
    transition: all .4s ease-in-out;
}
a:hover {
    color: #856244;
}


ul {
    margin: 0 0 0 30px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}
.clr {
    clear: both;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
#mainhead {
    font-family: 'Roboto';
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    background: #fff;
}
.tgtop p {
    margin-bottom: 0;
}
.tgtop .moduletable:last-child {
    color: #777181;
}
.tgtop, .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.moduletable_phone_top {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    background: #f8f8f8;
    padding: 10px 15px;
    margin: -10px 0;
}
.moduletable_phone_top a {
    margin-left: 15px;
}
.tgtop strong {
    padding: 0 5px;
}
.tgtop .moduletable:first-child td:first-child {
    border-right: 1px solid #c89d70;
}
.tgtop .moduletable:first-child td:last-child {
    padding-left: 3px;
}

.tgtop td:first-child:hover img {
    -webkit-animation-name: shake;
            animation-name: shake;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
    animation-delay: 0;
}

@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }
    10%, 40% {
        transform: rotate(6deg);
    }
    40%, 60% {
        transform: rotate(0deg);
    }
    60%, 90% {
        transform: rotate(-6deg);
    }
}
#header {
    padding: 12px 0 6px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.inline_logo img, .footer_logo img {
    max-width: 167px;
}
.inline_logo p, .footer_logo p {
    margin-bottom: 0;
}
.inline_logo, .footer_logo p {
    color: #856244;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.inline_topinfo {
    margin-bottom: 20px;
}
.mod-languages li:after, .mod-languages li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
div.mod-languages ul {
    display: flex;
}
.mod-languages li a {
    display: block;
}

.mod-languages li:after {
    border: 1px solid #777181;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.mod-languages li.lang-active:after, .mod-languages li:hover::after {
    border-color: #b48b64;
}

.mod-languages li.lang-active:before {
    width: 9px;
    height: 9px;
    background: #b48b64;
    box-shadow: 0 1px 4px #ffdbb5;
    border-radius: 50%;
    transform: translate(4px, -4px);
}

div.mod-languages li {
    position: relative;
}
.mod-languages li a {
    display: block;
    padding-left: 30px;
    z-index: 1;
}
.container.header_content {
    align-items: flex-end;
}
#nav {
    flex-grow: 1;
    margin: 0 2vw 5px 2vw;
}
#nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}
#nav ul li {
    display: inline-block;
    padding: 3px 10px;
    position: relative;
}
#nav ul li a {
    display: block;
    padding: 5px 0;
    margin: 0;
    line-height: 32px;
    color: #212121;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
#nav .menu a:before, #nav .menu a:after {
    content: '';
    background: #856244;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 3px;
}
#nav .menu a:after {
    bottom: -3px;
}
#nav .menu a:hover::after, #nav .menu .active a::after {
    width: 100%;
    transition: all .4s ease-in-out;
}
#nav .menu a:hover::before, #nav .menu .active a::before {
    width: 15px;
    transition: all .4s ease-in-out;
}

#nav li ul {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    top: 37px;
    z-index: 100;
    margin-left: -8px;
    background: #fff;
    box-shadow: 0 0 4px #a7a7a7;
    border-radius: 3px;
    display: none;
}
#nav li:hover ul {
    display: block;
}

#nav li ul li {
    background: none;
    padding: 0!important;
    top: 0;
    position: relative;
}

#nav ul li ul li:after {
    content: normal;
}

#nav li ul li a {
    display: block;
    width: 200px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    color: #404040!important;
    text-transform: none;
    font-weight: 400;
    padding: 12px 8px 9px 23px;
}

#nav li ul li a:hover {
    background: #fff9eb;
    transition: all .5s;
}
#nav ul li ul li:first-child, .layout-featured #nav ul li ul li:first-child a {
    padding-left: 23px;
}
#breadcrumb {
    background: url(../images/bg_bredcrumb.jpg) center bottom no-repeat;
    display: flex;
    height: 110px;
    background-size: 100%;
    position: relative;
    align-items: center;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
@media screen and (min-width: 1400px) {
    #breadcrumb {
        height: 165px;
        padding-bottom: 46px;
    }

    #header {
        padding: 14px 0 16px 0;
        background: #fff;
    }
}

@media screen and (min-width: 1000px) {
    header.activebt {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 100;
        top: 0;
    }
    #user-bottom a.scrollToTop.fix-button {
        position: fixed;
        bottom: 5%;
        z-index: 55;
        display: none;
    }
    body.activebt {
        padding-top: 124px;
    }
}

#breadcrumb:after, #breadcrumb:before {
    background: #f9f9f9 url(../images/bg_top_flower.jpg) 0  0 no-repeat;
    content: '';
    background-blend-mode: multiply;
    position: absolute;
    width: 286px;
    height: 391px;
    bottom: -390px;
    z-index: 0;
    left: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
}
#breadcrumb:before {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}
#main-content .container {
    position: relative;
    z-index: 2;
}

ul.breadcrumb {
    margin: 0;
}
ul.breadcrumb li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 3px;
    letter-spacing: 3px;
}
ul.breadcrumb li a {
    color: #fff;
}

ul.breadcrumb li span.divider.icon-location {
    width: 13px;
    height: 12px;
    display: block;
    background: url(../images/homeiconsvg.svg) 0 0 no-repeat;
    background-size: 100%;
}

ul.breadcrumb li.active span {
    font-weight: 700;
}
#topimage {
    background: #f9f9f9;
}

/*Main Slider   */

#topimage .main-slider .swiper-slide .content .title {
    font-size: 51px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
#topimage .swiper-slide .slide-bgimg::after {
    opacity: 0;
}
.swiper-container.main-slider.swiper-container-horizontal:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 215px;
    background: url(../images/mask_for_slider.png) center bottom no-repeat;
    z-index: 4;
    transform-origin: 50% 50%;
}
#topimage  .main-slider .swiper-slide .content {
    max-width: 1000px;
}

#topimage  .main-slider .swiper-slide .content .mt-4 {
    margin-top: -6%;
}
#topimage .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 38%;
    zoom: 1.5;
}
#topimage .swiper-pagination-bullet-active {
    background: #fff;
}


/*End section slider*/

body.gpage_featured #services:after {
    content: '';
    background: url(../images/bg_angel_home.jpg) 0 0 no-repeat;
    width: 875px;
    height: 857px;
    position: absolute;
    top: -124px;
    left: -110px;
    z-index: 1;
}
body.gpage_featured #services .container {
    position: relative;
    z-index: 2;
}

.container{
  line-height: 1.5em;
}


/*section advantages*/
.moduletable.table_advantages {
    margin: 0 auto;
    max-width: 1046px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 67px 79px rgba(0, 0, 0, .08);
}
#topimage .moduletable.table_advantages {
    margin-top: -190px;
    position: relative;
    z-index: 5;
}
.table_advantages .custom {
    border: 1px solid #c89d70;
    border-radius: 5px;
    padding: 27px 10px 10px;
}
.table_advantages .custom  td {
    width: 200px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 2em;
}
.table_advantages .custom  td div {
    background: #2f3b54;
    border-radius: 5px;
    width: 63px;
    padding: 20px;
    margin-bottom: 12px;
    display: inline-block;
}

.table_advantages .custom  td.table_divider {
    width: 40px;
    background: url(../images/svecha_divider.svg) center center no-repeat;
    background-position-y: 33%;
}
.table_advantages .custom  td:hover div img, #services td:hover img {
    filter: drop-shadow(0px 4px 7px rgba(255, 250, 133, .29));
}
.table_advantages .custom  td:hover div {
    box-shadow: 0 11px 13px rgba(104, 137, 206, .32);
}

/*end section advantages*/

.wrap_for_col {
    display: flex;
    align-items: flex-start;
}
#leftbar-w {
    width: 285px;
    box-sizing: border-box;
    margin-right: 48px;
    box-shadow: 0 20px 28px rgba(0, 0, 0, .12);
    background: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
    padding: 40px 0 20px 0;
    flex-basis: 285px;
}
#leftbar-w h3 {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    background: url(../images/svecha_divider.svg) 33px center no-repeat;
}
#leftbar-w h3:after, .item-page.aboutus table.specabout td:last-child h2:after, .service_child table.specabout h2:after {
    content: '';
    width: 38px;
    height: 37px;
    position: absolute;
    height: 100%;
    right: 33px;
    top: 0;
    background: url(../images/svecha_divider.svg) 0 center no-repeat;
}

#leftbar-w ul {
    margin: 0;
    list-style: none;
}
#leftbar-w ul li img {
    height: 28px;
    width: 45px;
    filter: grayscale(1) brightness(1.5);
}
#leftbar-w ul li:hover img {
    filter: none;
}
#leftbar-w ul li:hover, #leftbar-w ul li.current {
    background: #f9f9f9;
    border-right: #856244 3px solid;
}
#leftbar-w ul li {
    padding: 12px 5px 12px 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px;
}
#leftbar-w ul li span.image-title {
    padding-left: 10px;
}
#leftbar-w ul li a {
    display: flex;
    align-items: center;
}
#centercontent_md {
    flex: 1 0 0;
}
#main {
    margin: 0 auto 0 auto;
    position: relative;
}
#main-content {
    background: #f9f9f9;
    height: 100%;
    padding-top: 3%;
}
#leftcolumn {
    margin-left: 9px;
    padding: 0;
    width: 205px;
    float: left;
}
#rightcolumn {
    margin-right: 9px;
    padding: 0;
    width: 205px;
    float: right;
}
#centercontent {
    width: 500px;
    float: left;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

#centercontent_bg {
    padding: 0;
    flex-grow: 1;
}


.items-leading {
    position: relative;
    clear: both;
    padding: 3px 0 3px 4px;
    margin-top: 2px;
}
.item-page {
    position: relative;
}

.item-page p {
}

.page-header h2 {
    font-size: 25px;
    margin-bottom: 2%;
}
.blog .items-row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 35px;
}
.blog_page .items-row {
    justify-content: space-between;
    gap: 15px;
}
.cat-children {
    display: flex;
    flex-wrap: wrap;
}
.child_category_wrap, .slider_shop .owl-item {
    overflow: hidden;
    padding: 35px 0 0 35px;
    background: url(../images/cat_child_fon.png) 0 0 no-repeat;
    max-width: 367px;
    margin: 0 20px 20px 0;
    position: relative;
}
.slider_shop .owl-item {
    padding: 37px 0 0 30px;
    max-width: auto;
    margin-right: -10px;
    transform: translate3d(0, 0, 0) scale(0.9)!important;
}
.slider_shop .owl-item img {
    border-radius: 5px
}
.cmtitle {
    background: #fff;
    width: 260px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: -30px auto 0 auto;
    z-index: 4;
    position: relative;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #F7CE93;
    box-shadow: 0 0 0 7px #fff;
}
.cmtitle span {
    font-weight: 400;
font-size: 25px;
line-height: 34px;
margin: 0 7px
}
.cmtitle img {
    filter: brightness(0);
}
.slider_shop  .owl-dots, .slider_shop  .owl-nav.disabled + .owl-dots {
    bottom: -50px
}
.slider_shop  .all_link {
    margin-top: 95px;
}
.owl-dots button {
    margin: 0 5px;
    padding: 0;
    border: 0;
    background: transparent;
}
.slider_shop .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
     background-color: rgb(255 255 255 / 30%);
    transform: scale(.8);
}
.slider_shop .owl-dots .owl-dot.active span, .slider_shop  .owl-dots .owl-dot:hover span {
    height: 15px;
    background-color: #fff;
    transform: none;
}

.content_child_cat {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    flex-wrap: wrap;
    border-radius: 15px;
    box-sizing: border-box;
    flex-direction: column-reverse;
}
.content_child_cat h3 {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

.content_child_cat img {
    filter: brightness(0) invert(1);
}

figure.cat__preview-img {
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
}
.child_category_wrap:hover figure.cat__preview-img img {
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.child_category_wrap:hover  .content_child_cat {
    background: transparent;
    padding-bottom: 20px;
    transition: all 1s ease-in-out;
}

.child_category_wrap a {
    display: block;
}
.moduletable.slider_shop {
    margin: 70px 0 30px 0;
    background: url(../images/slider_shop_bg.jpg) center bottom no-repeat;
    min-height: 857px;
    padding: 30px 0 30px 0;
}
.moduletable.slider_shop h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 200px;
}


.category-desc{}
.category-desc h3{}
.category-desc p{text-align: justify;}

.blog, .articleBody, .item-page{
    font-style:italic;}




.about_home.container {
    font-style:italic;
    text-align: center;
}


.moduletable.about_home.container h2{
    margin: 0 auto 30px auto;
    max-width: 600px;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;}

.moduletable.about_home.container h3 {
    margin: 0 0 0px 0;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}
.moduletable.about_home.container {
    background: #f9f9f9 url(../images/home_about.jpg) center;
    padding-top: 80px;
    max-width: none;
    background-blend-mode: multiply;
}
.moduletable.container.polezn {
    margin: 70px auto 0 auto
}

.moduletable.container.polezn > h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 75px;
}

.about_home.container p {
    font-size: 12pt;
}
.about_home.container p strong {
    font-size: 12pt;
    margin: 30px 0 20px 0;
    display: block;
}


.main_page_header h1 {
    font-size: 34px;
    line-height: 43px;
    text-align: center;
}
.main_page_header {
    margin-bottom: 65px;
}
.blog .item .pull-left.item-image {
    overflow: hidden;
    max-width: 100%;
    border-radius: 12px;
}
.blog .item:hover .pull-left.item-image img {
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.service_child .item:hover .pull-left.item-image img {
    filter: blur(3px);
}

.blog_page .item .pull-left.item-image {
    width: 235px;
    flex: 1 0 235px;
    height: 100%;
    overflow: hidden;
    margin-right: 28px;
    border-radius: 12px 0  0 12px;
}

.blog .item .pull-left.item-image img {
    max-width: none;
    max-height: 100%;
}
.blog_page .item .pull-left.item-image img {
    border-radius: 12px 0 0 12px;
}
.blog .item {
    width: 280px;
    margin-bottom: 40px;
}
.blog_page .cols-2  .item {
    width: 45%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.blog_page .introtext {
    margin: 15px 0;
}

.blog .item h4 {
    padding: 17px 0;
    font-weight: 400;
    line-height: 1.4em;
    min-height: 3em;
}
.blog_page .item h4 {
    padding: 14px 0 0 0;
    font-weight: 700;
    line-height: 1.4em;
    min-height: 3em;
    font-size: 18px;
}
.blog .item .item-content p {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.blog_page .item .introtext p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    display: inline;
}

.blog .cols-2  .item {
    width: 48%;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 12px;
    padding-right: 1%;
}
p.readmore {
    width: 213px;
    box-sizing: border-box;
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 5px;
    padding: 14px 10px 14px 40px;    background: #fff;
}


p.readmore a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: url(../images/arrow-right.svg) right center no-repeat;
    display: block;
}
p.readmore:hover {
    background: #2f3b54;
}

p.readmore:hover a {
    filter: invert(1);
    color: #000;
}
.blog_page p.readmore {
    padding: 0;
    width: 166px;
    border: 0;
}
.blog_page p.readmore a {
    color: #856244;
}

.blog_page p.readmore:hover {
    background: none
}
.blog_page  p.readmore:hover a  {
    color: #1C1C1C;
    filter: none
}

.readmore {
    margin: 0;
    line-height: 20px;
}

.pagination {
    clear: both;
}

ul.pagination-list {
    text-align: center;
    margin: 0;
    list-style: none;
}
ul.pagination-list li {
    display: inline-block;
    margin: 0 5px;
    background: #f2f2f2;
    border-radius: 6px;
    min-width: 30px;
    text-align: center;
    font-weight: 700;
}
ul.pagination-list li a {
    padding: 8px 12px;
    font-size: 14px;
    display: block;
}
ul.pagination-list li.active.hidden-phone a, ul.pagination-list li a:hover {
    background: #2f3b54;
    color: #fff;
    border-radius: 6px;
}

ul.pagination-list li.disabled a:hover {
    background: #f2f2f2;
    color: #2f3b54;
}

.pagination span.icon-next:after {
    content: '>>';
    display: block;
}
.pagination span.icon-previous:after {
    content: '<<';
    display: block;
}
.button, .validate {
    padding: 3px 15px;
    border: 1px solid #999;
    background: #b9b8b8;
    color: #fff;
    font-weight: bold;
}
.button:hover, .validate:hover, .pagination a:hover, ul.pagenav li a:hover {
    background: #757474;
    color: #fff;
}
.inputbox, input, textarea, select {
    border: 1px solid #c0c0c0;
    color: #13618d;
    padding: 5px 10px;
}
.breadcrumbs {
    padding: 0 0 0 10px;
}
.item-page .page-header h2 {
    font-size: 30px;
    margin-bottom: 5%;
    text-align: center;
}
.item-page.text_center {
    text-align: center;
}
.item-page.text_center.contacts td div {
    display: inline-block;
    float: left;
    height: 82px;
    margin-right: 10px;
    padding-top: 3px;
}
table.tb_cnt td img {
    margin-top: 2px;
}
.item-page.text_center.contacts td div img {
    margin: 0
}

table.tb_cnt {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 15px;
}
table.tb_cnt td {
    text-align: left;
}

.item-page.text_center.contacts .custom_phone_top {
    max-width: 595px;
    font-size: 18px;
    font-weight: 700;
    margin: 45px auto;
}
.slider-wrapper.theme-default.article_images_block, div.article_images_block {
    float: left;
    width: 480px;
    margin-right: 40px;
}
div.article_images_block img {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 20px 28px rgba(0, 0, 0, .12);
}
.item-page div.images_thumbs_block {
    margin-top: -50px;
    text-align: center;
}
.item-page div.images_thumbs_block div.article_image img {
    display: inline-block;
    margin: 0 3px;
    padding: 10px 0 0 10px;
    background: url(../images/cat_child_fon.png) 0 0 no-repeat;
    background-size: 136px;
    max-width: 122px;
    box-shadow: none;
    height: auto!important;
    border-radius: 4px;
}
.item-page.blog_page {
    text-align: center;
}
.blog_page .articleBody, .service_child .articleBody {
    font-style: italic;
    text-align: center;
}
.item-page.service_child {
    text-align: center;
}
.page-header.shop_page_hdr h2 {
    margin-bottom: 5px;
    text-align: right;
    font-size: 24px;
}
.articleBody_shop {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7em;
}

.articleBody_shop > p:first-child {
    text-align: right;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 29px;
}
.articleBody_shop table {
    width: 48%;
    font-size: 16px;
    border-spacing: 10px;
    font-style: normal;
    margin-bottom: 55px;
}
.item-page.text_center.contacts .custom_phone_top a {
    margin-left: 15px;
}
.extranews_box {
    margin-top: 80px;
    font-style: normal;
}
.extranews_box .mytitle, .custom3d_tour.container em, .item-page.aboutus table.specabout td:first-child strong {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #856244;
    margin-bottom: 16px;
    width: fit-content;
    position: relative;
    display: block;
    font-style: normal;
}
.extranews_box .mytitle:after, .custom3d_tour.container em:after, .item-page.aboutus table.specabout td:first-child strong:after {
    content: '';
    position: absolute;
    right: -114px;
    top: 11px;
    width: 101px;
    height: 1px;
    background: #c89d70;
}

.extranews_box .subtitle, .custom3d_tour.container strong {
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 70px;
}
.custom3d_tour.container strong {
    display: block;
    margin: 30px 0 80px 0;
}

.extranews_box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    justify-content: flex-start;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5em;
}
img.iextranews {
    border-radius: 12px;
}
img.iextranews:hover {
    filter: brightness(.9);
}

.extranews_box .item_name {
    min-height: 3.2em;
    margin: 10px 0;
}
p.extranews_justify {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.extranews_box ul li {
    width: 299px;
}
body.gpage_category #services a.all_serv_link {
    display: none;
}
.item-page.servpage {
    text-align: center;
}

#services {
    background: transparent;
    padding-top: 50px;
    position: relative;
}
#services h2 {
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    margin: 0 0 70px 0;
    text-align: center;
    display: block;
}

#services tr {
    display: block;
    margin-bottom: 48px;
}
#services td {
    display: inline-flex;
    width: calc(50% - 54px);
    align-items: center;
    gap: 25px;
    background: #fff url(../images/cross_bg.svg) right center no-repeat;
    border-radius: 5px;
}
#services td {
    margin-right: 48px;
}

#services td:hover, .blog_page .cols-2 .item:hover {
    box-shadow: 0 20px 28px rgba(0, 0, 0, .12);
}
#services td  em {
    display: block;
    margin-top: 5px;
}
#services td p:first-child {
    width: 100px;
    height: 100px;
    background: #2f3b54;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 0 0 100px;
    margin-bottom: 0;
}
#services td p:first-child:before {
    content: '';
    top: 9px;
    position: absolute;
    left: 9px;
    border: 1px solid #f7ce93;
    border-radius: 5px;
    width: 90px;
    height: 81px;
}
#services td a {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}

.service_child .introtext, .service_child p.readmore {
    display: none;
}
.service_child  .item {
    width: 400px;
    margin-bottom: 40px;
    position: relative;
    height: 400px;
}
.service_child  .item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}
.service_child  .item-content  h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .53);
}
.service_child .item:after, .service_child .item:before {
    position: absolute;
    content: '';
    background: url(../images/corner_fl_sv.svg) 0 0 no-repeat;
    height: 55px;
    width: 55px;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.service_child .item-content h4 span {
    display: block;
    font-size: 40px;
    line-height: 1.5em;
}
.blog.service_child .items-row.cols-3 .item {
    background: rgb(0 0 0 / 57%);
    border-radius: 10px;
}
.service_child .item:before {
    top: auto;
    left: 30px;
    bottom: 40px;
    right: auto;
    transform: rotate(186deg);
}

.item-page.aboutus table.specabout tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.item-page.aboutus table.specabout td:last-child, .service_child table.specabout {
    background: #fff;
    border: 1px solid;
    box-shadow: -2px 0 0 14px #fff;
    border-image: linear-gradient(161.52deg, #f7ce93 0%, rgba(255, 255, 255, .45) 31.56%, rgba(255, 255, 255, .45) 64.9%, #f7ce93 100%) 1;
    padding: 30px 55px;
    border-radius: 1px;
}
.item-page.aboutus table.specabout td:first-child strong {
    width: 77%;
}
.item-page.aboutus table.specabout td:last-child h2, .service_child table.specabout h2 {
    text-align: center;
    font-size: 18px;
    position: relative;
    line-height: 23px;
    background: url(../images/svecha_divider.svg) 33px center no-repeat;
    margin-bottom: 40px;
}
.service_child table.specabout h2 {
    max-width: 250px;
    padding: 10px 50px;
    margin: 0 auto 20px auto;
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 0;
}
.service_child table.specabout tr:first-child strong {
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    display: block;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #856244;
    padding: 34px 0;
    margin-bottom: 10px;
    font-style: normal;
    background: url(../images/obed.svg) center center no-repeat;
}

.item-page.aboutus table.specabout td:last-child ul {
    list-style: none;
    margin: 0;
}
.item-page.aboutus table.specabout td:last-child ul li {
    margin: 20px 0;
}
table.specabout td:last-child p.readmore {
    background: #fff;
    border: 0;
    margin: 0 auto;
}
table.specabout td:last-child p.readmore  a {
    filter: invert(1) sepia(1) brightness(.4) hue-rotate(283deg);
}
table.specabout td:last-child p.readmore  a:hover {
    filter: none;
}
.aboutus .moduletable.table_advantages {
    margin: 20px auto 40px auto;
}
.item-page.aboutus {
    background: url(../images/about_body.jpg) left 0 bottom 30% no-repeat;
}
.moduletable.container.priceinfo > h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 62px;
    position: relative;
    z-index: 2;
}

.priceinfo tr {
    display: flex;
    align-items: center;
}
.priceinfo tr td {
    width: 33.3%;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    background: url(../images/bg_price1.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    box-shadow: 0 36px 79px rgba(0, 0, 0, .25);
    min-height: 600px;
}
.priceinfo tr td:nth-child(2) {
    min-height: 740px;
}

.priceinfo tr td:hover {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
    border-radius: 5px;
    z-index: 1
}

.priceinfo tr td li::marker {
    content: '-';
}
.priceinfo tr td li {
    padding-left: 10px;
    font-size: 18px;
    margin: 8px;
}

.priceinfo tr td:nth-child(2) {
    background: url(../images/bg_price2.jpg) 0 0 no-repeat;
}
.priceinfo tr td:nth-child(3) {
    background: #333 url(../images/bg_price3.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-radius: 5px ;
}
.priceinfo tr td h4 {
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 30px;
    color: #fff;
}
.priceinfo tr td em {
    display: block;
    position: absolute;
    width: 63px;
    top: 25%;
    right: 0px;
    transform: rotate(90deg);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.505em;
    text-transform: uppercase;
    color: #FFB465;
}
.priceinfo tr td em:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 1px;
    top: 15px;
    left: -126px;
    background: #FFB465;
}
.priceinfo tr td:nth-child(1) em {
    top: 50%;
}
.priceinfo tr td:nth-child(2) em:after {
    left: auto;
    right: -298px;
}
.priceinfo tr td   strong {
    position: absolute;
    bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
}
.fancybox-active .fancybox-caption, button.fancybox-button.fancybox-button--share {
    display: none;
}


#botcontent {
    overflow: hidden;
    position: relative;
    margin: 60px 0;
    max-height: 720px;
}
.gpage_featured #botcontent {
    max-height: none;
    padding-bottom: 0;
    overflow: visible;
    margin-bottom: -360px;
    z-index: 1;
}
.custom.container.priceinfo {
    position: relative;
    z-index: 1;
}
body.gpage_featured #botcontent:after {
    content: '';
    background: url(../images/bg_angel_price.jpg) 0 0 no-repeat;
    width: 620px;
    height: 745px;
    position: absolute;
    top: -124px;
    right: 0;
    z-index: 0;
}
#botcontent .moduletable iframe {
    transform: translateX(-32%);
}
#botcontent .custom .container {
    transform: translateY(-630px);
}
#botcontent  .com-baforms {
    width: 540px;
    padding: 8px 23px 0 23px;
    box-sizing: border-box;
    float: right;
    box-shadow: 0 19px 30px rgba(0, 0, 0, .18);
    background: #fff url(../images/cross_bg.svg) right 22px top 34px no-repeat;
    border-radius: 5px;
    background-size: 150px;
}

#botcontent  .com-baforms form div {
    background-color: transparent!important;
    border: none!important;
}
#botcontent  .com-baforms h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .275em;
    text-transform: uppercase;
}

#botcontent  .com-baforms h4 {
    font-weight: 700;
    font-size: 29px;
    line-height: 36px;
    max-width: 285px;
}
.ba-form input[type='email'], .ba-form input[type='text'] {
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    padding-left: 0!important;
}
.ba-form input[type='email']:focus, .ba-form input[type='text']:focus {
    padding-left: 10px!important;
    transition: all .5s;
}
.ba-form input.ba-alert {
    color: #b80000 !important;
}

.ba-maxlength {
    display: none;
}

.ba-maxlength.ba-maxlength-alert {
    display: block;
}
input.ba-btn-submit, a.all_serv_link {
    border: 1px solid  #fff!important;
    box-shadow: 0 0 0 3px rgb(47 59 84);
    width: 260px!important;
    background: #2f3b54 url(../images/forButton.svg) center center no-repeat;
    margin: 15px 0 0 0;
}
a.all_serv_link {
    display: block;
    margin: 20px auto;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 0 0 3px rgb(47 59 84), 0px 19px 25px rgb(0 0 0 / 25%);
}
a.all_serv_link:hover {
    opacity: .8;
}
input.ba-btn-submit:before, input.ba-btn-submit:after {
    content: '';
    width: 38px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 5px;
}
#user-bottom {
    margin: 0 auto;
    padding-top: 730px;
    background: #fff url(../images/bg.jpg) center top  no-repeat;
    position: relative;
}
.gpage_featured #user-bottom {
    margin-top: 338px;
}

#user-bottom .container {
    display: flex;
}
#user-bottom a.scrollToTop {
    background: #fff url(../images/cross_top.svg) center 12px no-repeat;
    box-shadow: 0 14px 23px rgba(0, 0, 0, .11);
    border-radius: 5px;
    padding: 86px 20px 22px 20px;
    right: 40px;
    position: absolute;
    bottom: 280px;
}
#user-bottom a.scrollToTop:hover {
    background: #f8f8f8 url(../images/cross_top.svg) center 12px no-repeat;
}

#user-bottom a.scrollToTop i {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .06em;
}
.gpage_featured #user-bottom {

}

.user1 {
    max-width: 310px;
    font-size: 12px;
    margin-right: 90px;
}
.user1 p {
    margin: 0;
}

.user1 strong {
    display: block;
    margin: 10px 0;
}
.user1 .custom {
    margin-top: 10px;
}
.user2 {
    display: flex;
    flex-grow: 1;
    margin-top: 14px;
}
.user2 .moduletable:last-child {
    flex-grow: 2;
    margin-left: 6%;
}
.user2 .moduletable {
    width: 43%;
    position: relative;
}
.user2 .moduletable h3 {
    display: inline-block;
    background: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: .06em;
    padding-right: 20px;
    z-index: 2;
    position: relative;
}

.user2 .moduletable:after, #user_bottom2 .container:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ececec;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 0;
}
#user_bottom2 .container:after {
    top: 10px;
}


.user2 .custom table td a {
    font-size: 16px;
    font-weight: 700;
}
.user2 .custom table td {
    padding: 10px 8px 0 0;
}

.user2 .custom table {
    margin-bottom: 24px;
}
.user2 .custom {
    font-size: 12px;
}
.user2 ul.menu {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    margin: 0;
    margin-top: 10px;
}
.user2 ul.menu li {
    width: 50%;
    font-family: 'Merriweather';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .06em;
    height: 41px;
}
.user2 ul.menu li.active a {
    font-weight: 700;
}
.user2 ul.menu li.active:first-child a {
    font-weight: 300;
}
footer {
    background: #fff;
}

#user_bottom2 {
    margin-top: 66px;
    background: #fff;
    padding-bottom: 77px;
}
#user_bottom2 .container {
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #777181;
    position: relative;
    align-items: center;
}
#user_bottom2 .container .custom:first-child p:first-child img {
    margin-right: 12px;
}
#user_bottom2 .container .custom {
    padding: 0 5px;
    background: #fff;
}

#user_bottom2 .container > .customsoc {
    margin-left: 345px;
}
#user_bottom2 p {
    margin: 0;
    background: #fff;
    position: relative;
    display: block;
    z-index: 2;
    padding: 0 10px;
}
#user_bottom2 .customicon_phone p {
    display: none
}

#navtoogle {
    display: none;
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 20px;
}
.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 6px;
    padding: 0;
    width: 58px;
    height: 38px;
    border: 0;
    font-size: 0;
    transition: all .3s;
}
.cmn-toggle-switch:focus {
    outline: none;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: white;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: '';
}
.cmn-toggle-switch span::before {
    top: -8px;
}
.cmn-toggle-switch span::after {
    bottom: -8px;
}
.cmn-toggle-switch__htx {
    background-color: transparent;
}
.cmn-toggle-switch__htx span {
    transition: background 0 .3s;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s 0;
}
.cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active {
    background-color: transparent;
}
.cmn-toggle-switch__htx.active span {
    background: none;
}
.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
    transition-delay: 0 .3s;
}
span.menutoog div {
    background: #000;
    width: 100%;
    height: .125rem;
    margin: .25rem auto;
    border-radius: 10px;
    transition: .3s cubic-bezier(.28, .55, .385, 1.65);
    transition-timing-function: cubic-bezier(.28, .55, .385, 1.65);
    transform: none;
    transform-origin: center;
}
.close_head {
    display: none;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.close_head:hover {
    opacity: 1;
}
.close_head:before, .close_head:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.close_head:before {
    transform: rotate(45deg);
}
.close_head:after {
    transform: rotate(-45deg);
}
.rozklad_mobile {
    display: none;
}


@media screen and (max-width: 1300px) {
    .container {
        padding: 0 20px
    }
    .tgtop .moduletable:first-child td:last-child {
        display: none
    }
    .tgtop .moduletable:first-child td:first-child {
        border: 0
    }
    #user_bottom2 .container > .customsoc {
    margin-left: auto;
}
img {
    max-width: 100%;
}
#botcontent .custom .container {
    transform: translateY(-695px);
}

#user-bottom {
    margin: 0 auto;
    padding-top: 404px;
    background: #fff url(../images/bg.jpg) right top -336px  no-repeat;
    background-size: auto;
}
#topimage .moduletable.table_advantages {
    margin-top: -142px;
}
.cat-children {
    justify-content: space-around;
}
#centercontent_md .blog .items-row.cols-3  .item {
    width: 280px;
    margin: 40px;
    display: inline-block;
}
.blog .items-row.cols-3  .item {
    width: calc(33% - 35px);
    margin: 17px;
    display: inline-block;
}
.blog .items-row.cols-3 {
    display: inline;
}

.extranews_box ul li {
    width: calc(25% - 18px);
}
.priceinfo tr td {
    width: 31.3%; }
.priceinfo tr td:nth-child(3) {
    width: 39%;
}
ul.sigFreeClassic {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px auto !important;
    justify-content: space-around;
}
ul.sigFreeClassic li.sigFreeThumb {
    width: 33.3%;
    margin: 0;
    border: 0;
}

}
@media screen and (max-width: 1200px) {
    .user1 {
    margin-right: 20px;
}
}
@media screen and (max-width: 1100px) {
    .tgtop .moduletable:first-child  {
        display: none
    }
  #nav {
    margin: 0 -5px 5px -5px;
}
#centercontent_md .blog .items-row.cols-3  .item {
    margin: 13px;
}
.blog .cols-2  .item {
    width: 99%;
}
   .priceinfo tr {
    flex-wrap: wrap;
}
.priceinfo tr td, .priceinfo tr td:nth-child(2), .priceinfo tr td:nth-child(3) {
    width: 100%;
    margin-bottom: 30px;
    background-size: cover;
    border-radius: 5px
}
.item-page.aboutus table.specabout tr {
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
#topimage .moduletable.table_advantages {
    margin-top: -15px;
}
#mainhead {
    font-size: 14px;
}
#breadcrumb {
    height: 150px;
    background-size: cover;
}

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

.user1 {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    flex-basis: 100%;
}
.user2 .moduletable:last-child {
    margin-left: 0;
}
#user-bottom .container, .user2 {
    flex-wrap: wrap;
}
.user2 {
    text-align: center;
}
.user2 .custom table {
    margin: 20px auto 30px auto;
}
.user2 .moduletable {
    width: 100%;
}
.user2 .moduletable > h3 {
    display: none
}
.user2 ul.menu {
    margin: 30px 0
}

.user2 ul.menu li {
    width: 100%;
    height: 54px;
}
.user2 .moduletable:first-child {
    order: 3;
}
.user2 .inline_topinfo {
    margin: 0 auto 30px auto
}
.user2 .moduletable:after, #user_bottom2 .container:after {
    content: normal;
}
.user1 .custom, .user2 .moduletable:first-child  p:last-child {
    display: none;
}
.user2 .moduletable:first-child .rozklad_mobile p:last-child {
    display: block;
}
#user_bottom2 {
    margin-top: 10px;
    background: #fff;
    padding-bottom: 34px;
}
#user_bottom2 .container {
    flex-wrap: wrap;
}

#user_bottom2 .container > div {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
#user-bottom {
    background: #fff url(../images/bg.jpg) right 17% top -336px  no-repeat;
}

header {
    position: absolute;
    display: flex;
    z-index: 900;
    top: 25px;
    height: 130vh;
    width: 87%;
    left: -87%;
    padding: 30px 0;
    transition: all .2s ease-in-out;
    overflow-y: scroll;
    background: #f9f9f9 url(../images/bg_angel_price.jpg) right bottom no-repeat;
    background-size: contain;
}
header.active {
    left: 0;
}
#mainhead {
    display:none
}
 header #header {
     box-shadow: none
 }
.inline_logo a {
    padding: 0px 70px;
    position: relative;
    display: inline-block;
    background: url(../images/svecha_divider.svg) 0 center no-repeat;
}
.inline_logo a:after {
    content: '';
    width: 37px;
    height: 38px;
    top: 3px;
    right: 9px;
    position: absolute;
    display: inline-block;
    background: url(../images/svecha_divider.svg) 0 center no-repeat;
}
.overlay {
    display: none;
    position: absolute;
    width: 100%;
    background: rgb(255 255 255 / 15%);
    top: 0;
    backdrop-filter: blur(5px);
    z-index: 5;
}
#navtoogle, .close_head {
        display: block;
    }
    #nav {
     order: 3;
}
.container.header_content > .custom {
    order: 5;
    margin: 15px 0;
    line-height: 2em;
    text-align: center;
}
.container.header_content > .custom  table {
    margin: 10px auto;
}
    .header_content {
    flex-wrap: wrap;
    justify-content: center;
}
    .inline_topinfo {
    order: 1;
}
.inline_logo {
    order: 2;
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0;
}

header .mod-languages li:after, header .mod-languages li:before {
    content: normal;
}
header div.mod-languages ul.lang-inline li {
    display: inline-block;
    padding: 8px 17px;
    border-radius: 5px
}
header .mod-languages li a {
    padding: 5px;
}
header div.mod-languages ul.lang-inline li.lang-active {
    background: #FFFFFF;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19);
border-radius: 13px;
}
#nav ul {
    flex-wrap: wrap;
}
#nav ul li {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
#nav ul li a {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
}
#nav .menu a:before, #nav .menu a:after {
    content: normal;
}
#nav ul li.current a {
    color: #856244;
    font-weight: 700;
}
#services tr {
    margin-bottom: 0;
}
#services td {
    width: 100%;
    margin: 20px 0;
}
#services td p:first-child {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
}
#services td p:first-child:before {
    width: 118px;
    height: 108px;
}
#services td p:first-child img {
    transform: scale(1.2);
}
#botcontent {
    max-height: none;
    margin: 20px auto;
}
#botcontent .custom .container {
    transform: none;
    margin-top: -300px;
    z-index: 5;
    position: relative;
    margin-bottom: 40px;
}
#botcontent .com-baforms {
    margin: 20px auto 10px auto;
    float: none;
    width: auto;
    padding-bottom: 10px;
}
.slider_shop .owl-item {
    padding: 16px 0 0 9px;
}
.moduletable.slider_shop h3 {
    margin-bottom: 116px;
}
.moduletable.slider_shop {
    margin: 34px 0 30px 0;
    background: url(../images/slider_shop_bg.jpg) center bottom no-repeat;
    background-size: 1653px;
    min-height: 751px;
    padding: 30px 0 30px 0;
}
.swiper-container.main-slider.swiper-container-horizontal:after {
    bottom: -55px;
    height: 104px;
}
#topimage .swiper-slide .slide-bgimg img {
    max-width: none;
    width: 140%;
    transform: translateX(-22%);
}
#topimage  .main-slider .swiper-slide .content {
    max-width: 70%;
}
#topimage .main-slider .swiper-slide .content .title {
    line-height: 1.9em
}
#topimage .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 26%;
    zoom: 1.5;
}
.moduletable.about_home.container h3, .moduletable.slider_shop h3, .moduletable.container.priceinfo > h3, #services h2 {
    font-size: 26px;
}

ul.sigFreeClassic li.sigFreeThumb {
    width: 49%;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    width: auto!important;
}
.child_category_wrap {
    width: calc(50% - 58px);
    background-size: contain;
}
.wrap_for_col, #leftbar-w ul li a {
    flex-direction: column;
}
#leftbar-w h3 {
    display: none
}
#sidebar {
    overflow-x: scroll;
}
#leftbar-w {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 0;
    flex-basis: auto;
    margin: 0 0 20px 0;
}

#leftbar-w ul {
    display: flex;
    min-width: 850px;
    padding-bottom: 16px;
    width: auto;
}
#leftbar-w ul li {
    text-align: center;
    width: auto;
    box-sizing: border-box;
    margin-bottom: 6px;
    min-width: 132px;
}
#leftbar-w ul li:hover, #leftbar-w ul li.current {
    border: 0;
    background: none
}
#leftbar-w ul li.current a {
    font-weight: 700;
    color: #B48B64;
}
#leftbar-w ul li.current a span {
    border-bottom: 5px solid #856244;
    padding: 0 0 5px 0
}

#leftbar-w ul li img {
    margin-bottom: 13px;
}
#leftbar-w ul li.current img {
    filter: none
}
#breadcrumb:after, #breadcrumb:before {
    zoom: .5;
}
.main_page_header {
    margin-bottom: 25px;
}
#user-bottom a.scrollToTop {
    display: none
}
.slider-wrapper.theme-default.article_images_block, div.article_images_block {
    float: none;
    width: 480px;
    margin-right: 40px;
}
.slider-wrapper.theme-default.article_images_block, div.article_images_block {
    margin: 20px auto;
    width: auto;
}
.item-page .page-header h2 {
    text-align: center;
}
.articleBody_shop > p:first-child {
    text-align: center;
}
.extranews_box ul li {
    width: calc(49% - 18px);
    margin-bottom: 20px;
}
.blog .items-row.cols-3  .item {
    width: calc(49% - 10px);
    margin: 7px;
    display: inline-block;
}
#centercontent_bg {
    width: 100%;
}
.rozklad_mobile {
    display: block;
    margin-top: 20px;
}

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

    video {
        max-width: 98%;
        display: inline-block;
        margin: 0 auto;
        width: auto !important;
        height: auto !important;
    }
    img {
        max-width: 100%;
    }
   iframe {
        border: none;
        width: 100% ;
    }
    #botcontent .moduletable iframe {
    transform: none;
}
#user-bottom a.scrollToTop.fix-button {
    display: none!important;
}
table.tb_cnt {
    display: table
}

table.tb_cnt tr, .custom_phone_top tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#botcontent  .com-baforms h3 {
    font-family: initial;
    font-weight: 400;
    font-size: 20px;
    color: #856244;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
#botcontent .com-baforms h3:after {
    position: absolute;
    content: '';
    background: #ddd;
    width: 60px;
    height: 1px;
    margin-left: 13px;
    top: 19px;
    background-color: #d2b8a2;
}
#botcontent  .com-baforms h4 {
    font-size: 24px;
}
.custom3d_tour.container em:after {
    content: normal;
}
.custom3d_tour.container {
    text-align: center;
}
#centercontent_bg {
    padding: 0;
    flex-basis: 100%;
    width: 100%;
}
body.gpage_featured #services:after {
    content: normal;
}

.item-page.text_center.contacts td div {
    float: none;
    height: auto;
    margin-right: 10px;
}
.item-page.text_center.contacts .custom_phone_top a {
    margin: 14px 0;
    display: block;
}
.item-page.text_center.contacts .custom_phone_top {
    margin: 17px auto;
}
table.tb_cnt td {
    text-align: center;
}
    .blog .item {
        width: 48%;
    }
    #services tr {
    margin-bottom: 20px;
    display: flex;
    align-content: space-between;
    justify-content: space-around;
}
#services td {
    margin: 20px 0;
    flex-direction: column;
    width: calc(49% - 39px);
    margin: 1%;
    padding: 20px 15px;
    align-items: flex-start;
    background-position: bottom right;
    box-shadow: 0px 20px 28px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
#breadcrumb .container {
    max-width: 80%;
    text-align: center;
}
 .customsoc img {
    margin: 7px;
    transform: scale(1.3);
}
#user_bottom2 .customicon_phone p {
    position: fixed;
    bottom: 7vh;
    box-shadow: 0px 20px 28px rgb(0 0 0 / 12%);
    border-radius: 50%;
    padding: 15px;
    width: 40px!important;
    right: 5%;
    z-index: 5;
    margin: 0;
    background: #fff;
    display: block;
}
#user_bottom2 .customicon_phone p img {
    filter: brightness(1.5);
}
.blog_page .cols-2  .item {
    align-items: flex-start;
}
.blog_page .item .pull-left.item-image {
    width: 30%;
    flex: 1 0 35%;
    margin: 17px;
    border-radius: 9px;
    height: 31vw;
}
.item-page .page-header h2 {
    line-height: 42px;
}
.blog_page .articleBody, .service_child .articleBody {
    font-size: 17px
}
    .blog_page .item-content {
        padding-bottom: 20px;
}
.content_child_cat img {
    height: 56px;
}
.content_child_cat h3 {
    text-align: center;
}
.child_category_wrap {
    width: calc(50% - 26px);
    background-size: contain;
    padding: 19px 0 0 14px;
    margin: 0 10px 10px 0;
}
.cat-children {
    justify-content: normal;
}
#centercontent_md .blog .items-row.cols-3  .item {
    width: calc(48% - 6px);
    margin: 0 5px 26px 5px;
    box-sizing: border-box;
}
.blog .item .pull-left.item-image {
    height: 190px;
    border-radius: 12px;
    width: 228px;
}
.blog .item .pull-left.item-image img {
    border-radius: 12px
}
.blog .item .item-content p.readmore, .extranews_box ul li p.readmore {
    padding: 9px;
    width: 100%;
    max-width: 223px;
}
.moduletable.table_advantages {
    display: none
}
.extranews_box .mytitle, .custom3d_tour.container em, .item-page.aboutus table.specabout td:first-child strong {
    width: 84%;
    margin: 0 auto;
}
.item-page.aboutus table.specabout td:first-child :first-child {
    text-align: left!important;
}
 .item-page.aboutus table.specabout td:first-child strong:after {
    left: 179px;
}
.blog.service_child .items-row.cols-3 .item {
    width: calc(49% - 16px);
    height: 273px;
}
.blog.service_child .item .pull-left.item-image {
    overflow: hidden;
    max-width: 100%;
    border-radius: 12px;
    height: 100%;
    width: auto;
    margin: 0;
}
.priceinfo tr td:nth-child(2) {
    min-height: auto;
}
.service_child .item:after, .service_child .item:before {
    content: normal;
}

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

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img {
    width: 100%!important;
    height: 100%!important;
    background-size: contain;
}
.content_child_cat h3 {
    padding: 0;
}
ul.sigFreeClassic {
    justify-content: center;
}
.blog .item h4 {
    font-weight: 700;
    word-break: break-word;
    min-height: 55px;
}
.save-and-continue-modal, .ba-modal.message-modal {
    left: 48% !important;
}

.extranews_box .subtitle, .custom3d_tour.container strong {
    margin-bottom: 30px;
}
#services td a {
    word-break: break-word;
}
#services h2 {
    margin: 0 0 40px 0;
}
#services {
    padding-top: 20px;
}
#services td {
    width: calc(55% - 39px);
    margin: 1%;
    padding: 10px 5px;
    align-items: baseline;
}
#services td p:first-child {
    margin-left: 6px;
}
#services td p:first-child img {
    transform: scale(1.1);
}
#services td a {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}
#services td em {
    font-size: 13px;
}
.priceinfo tr td {
    padding: 30px 40px 50px 30px;
        min-height: 494px;
}
.priceinfo tr td li {
    font-size: 15px;
}
.priceinfo tr td   strong {
    font-size: 22px;
    transform: translateX(-50%);
    left: 50%;
}
.priceinfo tr td em, .moduletable.container.polezn > h3 {
    font-size: 21px
}
.slider_shop .owl-item {
    margin: 0;
}
.polezn .blog_page .cols-2  .item {
    flex-direction: column;
}
.polezn .blog .item .pull-left.item-image img {
    max-width: none
}
.extranews_box .mytitle {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px
}

.extranews_box .mytitle:after {
    right: -8px;
}
#topimage .main-slider .swiper-slide .content .title {
    line-height: 1.5em;
}
#nav ul li a {
    font-size: 16px;
}
#nav ul li {
    margin: 0;
}
.container.header_content > .custom {
    font-size: 11px;
    margin: 0
}
.container.header_content > .custom  table {
    margin: 19px auto;
    line-height: 2em;
    border-spacing: 10px;
    font-size: 14px;
    font-weight: 700;
}
}
@media screen and (max-width: 450px) {
 .content_child_cat img {
    height: 40px;
}
.content_child_cat h3 {
    font-size: 15px
}
p.readmore a, .extranews_box ul li p.readmore {
    font-size: 14px;
    background-size: 32px;
}
.blog .item .pull-left.item-image {
    height: 158px;
}
.service_child .item-content h4 span {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
}

.extranews_box .item_name {
    min-height: 3.2em;
    margin: 10px 0;
    word-break: break-word;
}
.item-page div.images_thumbs_block div.article_image img {
    max-width: 84px;
}
.extranews_box ul li p.readmore {
    border: transparent;
    background: transparent;
    padding: 0;
}
#services td {
    word-break: break-word;
    font-size: 14px;
}
.item-page.aboutus table.specabout td:last-child h2, .service_child table.specabout h2 {
    background: url(../images/svecha_divider.svg) 0px center no-repeat;
}
.item-page.aboutus table.specabout td:last-child h2:after, .service_child table.specabout h2:after {
    right: 0
}
.blog_page .cols-2  .item {
    align-items: center;
    flex-direction: column;
}
.blog_page .item-content {
    padding: 0 17px
}
.blog .item .pull-left.item-image {
    width: 90%;
    margin: 5%;
    overflow: hidden;
}
.blog.service_child .items-row.cols-3 .item {
    height: 235px;
}
.service_child  .item-content {
    width: 82%;
}
.service_child  .item h4 {
    font-size: 14px;
}
.item-page.aboutus table.specabout td:last-child, .service_child table.specabout {
    padding: 30px;
}
#services h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
}
.inline_logo a {
    padding: 0px 50px;
}
header {
    width: 93%;
    left: -93%;
}
.close_head {
    right: 20px;
    top: 20px;
}
#nav ul li {
    margin: 8px 0;
}
.slider_shop .owl-item {
    margin: -8px 0 0 -14px;
    background-size: contain;
    padding: 20px 0 0 14px;
}
.blog.blog_page.container.polezn {
    padding: 0;
}
.moduletable.container.polezn > h3 {
    margin-bottom: 23px;
}
.moduletable.container.polezn {
    margin: 30px auto 0 auto;
}
#topimage .swiper-slide .slide-bgimg img {
    max-width: none;
    width: 221%;
    transform: translateX(-25%);
}
.custom.container.priceinfo {
    padding: 0
}
header div.mod-languages ul.lang-inline li {
    padding: 4px 11px;
    font-size: 14px;
}
header {
    height: auto
}

header #header {
    box-shadow: none;
    height: 85vh;
    overflow-y: scroll;
}

}
