* {
    margin: 0;
    padding: 0;
    font-family: 'PTSans-Regular';
    color: #333333;
}

body {
    overflow-x: hidden;
}

#breadcrumbs{
margin-top:35px;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1px 0px;
}

.wrapper::after {
    content: '';
    clear: both;
}

/*header styles*/


#header {
    /*background-image: url(/images/back-header.png);*/
    background-position: top;
    background-size: cover;
    min-height: 130px;
    background: white;
     /* position: fixed;*/
    width: 100%;
    z-index: 9999;
}

#logo {
    width: 100%;
    margin: 10px 0px;
    display: inline-block;
}

.header-desc {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000000;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.four-in-row figure {
    margin-bottom: 20px;
}

.tags .show-tags {
    justify-content: flex-end;
    margin: 10px 0;
    cursor: pointer;
}

.tags .hidden-tags {
    display: none;
}
.tags .hidden-tags.act{display:flex;    margin-top: 10px;}
.tags > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tags a {
    height: 40px;
    border-radius: 25px;
    text-decoration: none;
    display: block;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    background: #9b9ece;
    color: #fff;
    
}
.tags{margin: 30px 0;}
/*header styles end*/

/*header-menu styles*/

#header-menu {
    background-color: rgba(0, 136, 203, 1);
    min-height: 53px;
}

#header-menu ul.nav.menu {
    list-style: none;
}

#header-menu ul.nav.menu li {
    display: inline-block;
    padding: 18px 15px;
    position: relative;
    z-index: 10;
}

#header-menu ul.nav.menu li a {
    font-family: 'PTSans-Regular';
    color: #FFFFFF;
    font-size: 16px;

    text-decoration: none;

    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    /*     font-weight: bold;                    */


}

#header-menu ul.nav.menu li.current a {
    color: black;
}

#header-menu ul.nav.menu li a:hover {
    color: black;
}

#header-menu ul.nav.menu li ul.nav-child {
    display: none;
    z-index: 9999;
    position: absolute;
    width: 320px;
    min-height: 30px;
    background: #034a6d;
    top: 55px;
    left: -88px;
}

#header-menu ul.nav.menu li ul.nav-child li ul {
    left: 100%;
    top: 0;
}

#header-menu ul.nav.menu li ul.nav-child li ul a {
    color: #fff;
}

#header-menu ul.nav.menu li ul.nav-child li {
    display: block;
    padding: 13px 0px;
    /*text-align: center;*/
}

#header-menu ul.nav.menu li ul.nav-child li a {
    color: #FFFFFF;
    display: block;
}

#header-menu ul.nav.menu li ul.nav-child li a:hover {
    color: black;
}

#header-menu ul.nav.menu li ul.nav-child li.current a {
    color: black;
}
.parent:hover >.nav-child{
  display: block !important;
}
/*header-menu styles end*/

/*content styles*/

#content {
    min-height: 300px;
    background: white;
}

#content .item-page {
    margin: 30px 0px;
    background: white;
    padding: 10px 20px 60px 20px;
}

#content h2,
.effect-chico-title a {
    /*color: #B63D32;*/
    font-size: 42px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 0px;
}
.effect-chico-title a {
    text-decoration: none;
}
#content h5 {
    color: #ED1C24;
    font-size: 30px;
    line-height: 1.8em;
    font-weight: 400;
    margin: 15px 0px;
}

.text-center {
    text-align: center;
}

.text-1 {
    font-size: 24px;
    color: #0088CB;
    line-height: 1.6em;
}

.text-2 {
    font-size: 18px;
    color: #0088CB;
    width: 72%;
    margin: auto;
}

.text-3 {
    font-size: 18px;
    color: #303030;
    width: 72%;
    margin: auto;
    line-height: 1.5em;
    font-weight: 600;
}

.uslugi {
    margin: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.uslugi .first-block {
    width: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uslugi .second-block {
    width: 39%;
}

.text-4 {
    font-size: 21px;
    color: #3C1D17;
    margin: 30px 0px;
    font-weight: bold;
}

.text-5 {
    line-height: 1.8em;
    /*color: #B63D32;*/
    font-weight: bold;
    font-size: 25px;
    margin-top: 70px;
}

.text-6 {
    font-size: 16px;
    color: #3C1D17;
    line-height: 1.4em;
}

.text-7 {
    /*font-family: times new roman,times,serif;*/
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.text-8 {
    font-size: 18px;
    color: #303030;
    line-height: 1.5em;
    font-weight: 600;
    width: 90%;
    margin-top: 25px;
}

.text-9 {
    font-size: 21px;
}

.text-10 {
    /*color: #B63D32;*/
    font-size: 42px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 0px;
}

.text-11 {
    font-size: 18px;
    color: #0088CB;
    font-weight: bold;
}

.text-11 a {
    text-decoration: none;
    font-size: 18px;
    color: #0088CB;
    font-weight: bold;
}

img.price-img {
    width: 100%;
}

.contact-block {
    margin: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.contact-block .adress-block {
    width: 64%;
}

.contact-block .adress-block p a {
    color: black;
    text-decoration: none;
    /*font-family: times new roman,times,serif;*/
}

.contact-block .map-block {
    width: 50%;
}

.contact-text {
    margin-top: 30px;
}

.contact-text p {
    margin-top: 20px;
}

.contact-img {
    margin-top: 20px;
    text-align: center;
}

.contact-img img {
    width: 310px;
    padding: 15px;
    height: 280px;
}

.partners-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.partners-block .first {
    width: 25%;
}

.partners-block .first img {
    width: 100%;
}

.partners-block .first a {
    width: 86%;
    text-align: center;
    padding: 23px 0px;
    background: black;
    color: white;
    display: block;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    font-size: 15px;
}

.partners-block .first a:hover {
    background-color: rgba(182, 61, 50, 1);
    color: #303030;
}

.partners-block .second {
    width: 75%;
    margin-top: 20px;
}

.text-12 {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

.img-wrap-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.img-wrap-block a {
    width: 320px;
    padding: 15px;
    height: 220px;
    display: block;
    text-decoration: none;
}

.foto771 {
    float: left;
    margin-bottom: 10px;
}

.foto771 img {
    float: left;
    width: 215px;
    margin-right: 10px;
    clear: both;
}

.ufzaglav {
    text-align: center;
}

.uffoto img {
    text-align: center;
    height: 220px;
    width: 349px;
}

.clr {
    clear: both;
}

.section1 {
    margin-left: 20% !important;

}

.titel2 {
    text-align: center;
}

.img-wrap-block a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 220px;
}

.instagram-block {
    margin: auto;
    width: 96%;
    margin-top: 40px;
    height: 730px;
}

/*content styles end*/

/*slider-main*/

#slider-home {
    width: auto;
    overflow: hidden;
}

#slider-home .bx-wrapper {
    margin: 20px auto;
}

#slider-home .bx-wrapper .bx-viewport {
    overflow: initial !important;
}

.slider-main {
    display: none;
}

.slider-main img {
    cursor: pointer;
}

/*slider-main end*/




/*footer styles*/

.footer-first-block {
    background-color: rgba(0, 136, 203, 1);
    min-height: 400px;
}

.footer-second-block {
    /*background-color: rgba(182, 61, 50, 1);*/
    background: white;
    min-height: 140px;
}

.consult-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    width: 50%;
    color: white;
}

.consult-block img {
    margin: 10px;
}

.consult-block p.text {
    width: 100%;
    text-align: center;
    font-size: 21px;
    margin: 0px 0px 10px 0px;
}

.consult-block .phones p.first {
    width: 27%;
}

.consult-block .phones {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 21px;
    position: relative;
}

.consult-block .phones::before,
.consult-block .phones::after {
    content: '';
    position: absolute;
    width: 137px;
    height: 5px;
    top: 10px;
    background: rgba(191, 190, 190, 1);
}

.consult-block .phones::before {
    left: -116px;
}

.consult-block .phones::after {
    right: -129px;
}

.footer-logo-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 40px auto;
    width: 57%;
    color: white;
}

.footer-logo-desc img {
    width: 23%;
    height: 40px;
}

.footer-logo-desc .text {
    width: 57%;
    margin: 10px 0px;
    font-size: 14px;
}

.footer-logo-desc .text p.first,
.footer-logo-desc .text p.second {
    width: 100%;
    text-align: center;
    padding: 0px;
}

.footer-logo-desc .social-icons {
    width: 20%;
}

/*footer styles end*/

.box,
.page {

    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    z-index: 999;

    color: white;
}

.is_overlay {
    display: none;
    width: 100%;
    height: 110%;
}

.is_overlay video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(/videos/bck.jpg) no-repeat;
    background-size: cover;
}

.leftimg {
    width: 300px;
    margin-right: 10px;
    float: left;
}

.rightimg {
    width: 300px;
    margin-left: 10px;
    float: right;
}

ul li {
    margin-left: 20px;
}

.just {
    text-align: justify;
}


.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: justify;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 31%;
    margin: 0 10px;
    background: #0088CB;
    text-align: center;
    height: 230px;
}



figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    -o-object-fit: cover;
    object-fit: cover;
}

figure.effect-chico figcaption {
    padding: 3em;
}


.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 14px;
    right: 90px;
    bottom: 90px;
    left: 10px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

figure.effect-chico h2 {
    padding: 19% 95px 35px 0;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure h2,
.effect-chico-title a {
    word-spacing: -0.15em;
    word-spacing: -0.15em;
    font-weight: 300 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway', Arial, sans-serif;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table {
    border: 1px solid rgba(153, 153, 153, 0.3);
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}

table td {
    border: 1px solid rgba(153, 153, 153, 0.3);
    padding: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.mainimg{
justify-content: space-between;
}
.mainimg a {
    flex-basis: 290px;
   flex-grow: 1;
    padding: 0px !important;
}
.mainimg a:last-child{
    flex-grow: unset;
  }
.picter img {
    display: inline-block;
    width: 32%;
    height: 280px;
}
.moduletable h3 {
    margin-top: 200px;
}
h3 {
    margin: 15px 0;
}

.tabblock {
    border: 1px solid black;
}

@font-face {
    font-family: PTSans-Regular;
    /* Имя шрифта */
    src: url(/images/2221.ttf);
    /* Путь к файлу со шрифтом */
}



p {
    text-align: justify;
    font-size: 16px;
}


.headerblock {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
    padding-top: 15px;
}

.logoheader {
    position: absolute;
    bottom: 35%;
    width: 50%;
    left: 0;
    margin-left: 45%;
}

.desc {
    font-size: 14px;
    position: absolute;
    /*bottom: 13%;*/
    left: 25%;
    font-weight: bold;
}

.new-desc {
    font-size: 14px;
    position: absolute;
    left: 25%;
    font-weight: bold;

}

.headerblock.h-cent {
    vertical-align: bottom;
}

.headerblock.h-cent img {
    width: 110px;
    height: 80px;
    object-fit: cover;
}

.numheader {
    font-size: 18px;
}

.buttonSite {
    width: 150px;
    height: 30px;
    background: #686868;
    color: white;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}

.buttonSite:hover {
    background: #0088cb;
}

.custom {
    height: 130px;
}

.headerblock a {
    text-decoration: none;
}




.footerblock {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.footerblock img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.footerblock ul li {
    display: inline-block;
    font-size: 14px;
    margin: 3px;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid;
}

.footerblock p {
    font-size: 14px;
    line-height: 1.5;
}

.footerblock a {
    text-decoration: none;
}

.footerblock ul li a:hover {
    color: #0088cb;
}

.sviaz {
    display: inline-block;
    width: 470px;
    vertical-align: middle;
}

.item__shape2 {
    width: 33%;
}

.img__shape img {
    max-width: 100%;
    max-height: 300px;
}

.sviaz p {
    font-size: 18px;
    color: white;
}

.sviaz a {
    text-decoration: none;
}

.sviaz p span {
    color: #fff;
}

.sviaz p strong {
    color: white;
}


.div_up {
    width: 55px;
    height: 80px;
    bottom: 5%;
    position: fixed;
    left: 1%;
}


.div_up img {
    width: 100%;
}

.zagol {
    font-size: 18px;
    padding: 10px 0;
}

.img_blag_wraper img {
    width: 36%;
    display: inline-block;
    margin: 20px 70px;
}

.privacy-policy {
    text-align: left;
    font-size: 10px;
    color: #333333;
}

.col4_wraper {
    height: 800px;
}

.col4_wraper .col4 {
    float: left;
    margin: 5px 10px;
    width: 245px;
    height: 229px;
}

.col4_wraper .col4 img {
    width: 241px;
    height: 166px;
}

.col4_wraper .col4 p {
    text-align: center;
}

#banner,
#adwentages {
    margin-top: -1px;
}

#banner .wrapper {
    width: 100%;
}

.banner_bg {
    background: url(/templates/makflag/images/colors1.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 250px;
    text-align: right;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
    height: auto;
}

.banner_text {
    background: rgba(255, 255, 255, 0.7);
    width: 700px;
    height: 140px;
    display: none;
    margin-top: 35px;
    padding: 20px;
}

.banner_text p {
    font-size: 26px;
    color: #115c81;
    text-align: right;
}

.banner_text a {
    font-size: 18px;
    color: #333333;
}

#banner h3{
    display: none;
}

.content-banner {
    width: 100%;
}

.content-banner .banner_text {
    margin-right: 35px;
}

#adwentages .custom,
#banner .custom {
    height: auto;
}

#adwentages {
    background: white;
    min-height: 150px;
    width: 150%;
    margin-left: -24%;
    margin-top: -20px;
    margin-bottom: 20px;
}

.adwantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    margin-top: 20px;
    flex-flow: row wrap;
}

.adwantages li {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    flex-flow: row wrap;
}

.adwantages img {
    width: 50px;
    height: 50px;
}

.adwantages p {
    width: 154px;
    font-size: 16px;
    color: #333333;
    text-align: left !important;
}

.adwantages p:first-child {
    width: 50px;
}

.button_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .button_main {
        top: 130px!important;
    }
}

@media (max-width: 500px) {
    .button_main {
        top: 150px!important;
    }
}

.button_main a {
    font-size: 26px;
    text-transform: uppercase;
    width: 200px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    margin: 20px 25px;
    padding: 10px 18px;
}

.button_main .form-link {
    background: #9b9ece;
    border-radius: 60px;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.button_main .form-link:hover {
    background: #0088cb;
}

.button_main .price-link {
    color: #9b9ece;
    border: 2px solid #9b9ece;
padding: 10px 18px;
 color: #9b9ece;
border-radius: 60px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button_main .price-link:hover {
    background: #9b9ece;
    color: #fff;
}



.form-link-pechat {
    background: #9c2c3e;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-link-pechat:hover {
    background: #6c1826;
}

a.form-link-pechat {
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    /*    width: 200px;
height: 35px;*/
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    /*margin: 20px 25px;*/
}

.consultation-link-pechat {
    background: #686868;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.consultation-link-pechat:hover {
    background: #464646;
}

a.consultation-link-pechat {
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    width: 231px;
    /*height: 35px;*/
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
}

.img-size {
    height: 130px;
    width: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}



.sert-pic img {
    width: 200px;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-content {
    margin: 0;
    background: rgba(168, 168, 168, 0.7)
}

.left_img {
    float: left;
    margin-right: 10px;
    width: 260px;
}

.inside_mark li {
    list-style-position: inside;
}

.img_gal {
    text-align: center;
}

.img_gal img {
    margin: 10px;
}

.text_justify {
    text-align: justify;
}

.price_table table {
    margin-bottom: 30px;
}

.price_table p {
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 2em;
}

h1 {
    margin-bottom: 10px;
}

.flag_block {
    width: 100%;
    margin: 20px auto;
}

.flag_item {
    float: left;
    width: 33.3%;
    border: 1px solid #000;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 330px;
}

.flag_item p {
    text-align: center;
}

.flag_item a {
    text-decoration: none;
}

.flag_item_last a {
    text-decoration: none;
}

.flag_item img {
    width: 300px;
    height: 180px;
}

.flag_item_last {
    float: left;
    width: 49.95%;
    border: 1px solid #000;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 330px;
}

.flag_item_last img {
    width: 300px;
    height: 180px;
}

.flag_item_last p {
    text-align: center;
}

.product-description-title {

    font-size: 1.5em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.product-price {
    padding: 7px 0px;
    font-weight: bold;
    font-size: 1.2em;
}

.buttonSiteFlag {
    width: 150px;
    height: 30px;
    background: #9b9ece;
    border-radius: 22px;
    color: white;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    /*margin: 10px auto;*/
}

.bold {
    font-weight: bold;
}

.p-justify {
    text-align: justify;
    font-size: 18px;
    color: #303030;
    margin: auto;
    line-height: 1.5em;
    font-weight: 600;
}

.svyazbot {
    width: 490px;
    float: right;
}

.like_h2 {
    font-size: 42px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 0px;
    padding: 0;
    font-family: 'PTSans-Regular';
    color: #333333;
}

.like_h3 {
    margin: 15px 0;
    font-weight: bold;
    font-size: 20px;
}

.exampels {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px 10px;
}
.exampels_servises{
margin: 80px 0px;
}
.exampels li {
    position: relative;
    margin: 0;
    text-align: center;

}

.exampels.listexemcutoms li {
    position: relative;
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    padding: 15px 5px 50px 15px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;

}

.exampels li .buttonSiteFlag {}

.exampels.listexemcutoms li .buttonSiteFlag {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin: auto;
    margin-left: -75px;
}

.exampels img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.exampels li {
    text-align: center;
}

.exampels li p {
    text-align: center;
}

.exampels li .namecard {
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.four-in-row figure {
    width: 23%;
    height: 180px;
    margin-bottom: 20px;
}

.four-in-row figure figcaption {
    padding: 0;
}

.four-in-row figure.effect-chico figcaption::before {
    right: 10px;
    bottom: 14px;
}

.plastic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.plastic li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plastic img {
    width: 30px;
}

.plastic p {
    margin: 0 10px;
}

.but__product .buttonSiteFlag,
.exampels .buttonSiteFlag {
    display: block;
    text-decoration: none;
}

.ctable {
    border-collapse: collapse;
    border-spacing: 1px;
    background: #e0e0e0;
    margin: 16px 0 16px 0;
    width: 100%;
}

.ctable td {
    text-align: center;
}

.ctable th,
.ctable td {
    background: #fff;
    padding: 6px 8px;
    vertical-align: middle;
}

.new-block-price {
    border: 2px solid #00b0f0;
}

.cent-txt {
    text-align: center;
}

.bold-txt {
    font-weight: bold;
}

.pech-left-img {
    float: left;
}

.pech-left-img img {
    width: 200px;
    height: 220px;
    margin-right: 10px;
}

.pech-table {
    width: 80%;
}

.button-pech-position {
    margin-left: 20px;
}

.button-pech-position15 {
    margin-left: 15px;
}

.just-txt {
    text-align: justify;
}

.four-in-row div {
    /*width: 24.5%;*/
    display: inline-block;
    vertical-align: top;
}

.four-in-row img {
    width: 95%;
    height: 190px;
    margin-top: 20px
}

.four-in-row p {
    text-align: center;
}

.clear {
    clear: both;
}
.image_width {width: 600px;}
/*------------------------------------------------*/

.like-h2,
p.like-h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 0px;
    font-family: 'PTSans-Regular';
    color: #333333 !important;
}

div.sv-grid figure {
    margin: 5px 4%;
    width: 25%;
}

li.item-109>a {
    padding-top: 0px !important;
}

li.item-167>a {
    padding-top: 0px !important;
}

li.item-107>a {
    padding-top: 0px !important;
}

li.item-121>a {
    padding-top: 0px !important;
}

.tac {
    text-align: center;
}

#content .like-h2 {
    color: #B63D32;
    font-size: 42px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    opacity: 1;
   text-shadow: black 0px 0px 5px;
}
.grid figure .like-h2  {
    word-spacing: -0.15em;
    word-spacing: -0.15em;
    font-weight: 300 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway', Arial, sans-serif;
    opacity: 1;
    text-decoration: none;
}

.grid figure .like-h2 a {
    word-spacing: -0.15em;
    word-spacing: -0.15em;
    font-weight: 300 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway', Arial, sans-serif;
    opacity: 1;
    text-decoration: none;
}

figure.effect-chico .like-h2 {
    padding: 19% 95px 35px 0;
    opacity: 1;
}

.wrong-span {
    margin-left: -60px;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway', Arial, sans-serif;
}

.w-100 {
    width: 100%;
}

#content h2.h2-fix {
    font-size: 30px;
}

.inst-link img {
    height: 40px;
}

div.four-in-row.img-fix img {
    width: 100%;
    height: 190px;
    margin-top: 0;
}

.flex-block {
    display: flex;
    justify-content: space-around;
}

.banner_bg {
    text-align: center;
    display:none;
}

.banner_bg.fix-bg {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    height: auto;
}

.banner_bg.fix-bg .header-banner {
    /*width: 100%;*/
    border-bottom: 8px solid #3a80d3;
}

@media screen and (max-width:1100px) {
    .headerblock {
        padding-top: 0;
    }

    .new-desc {
        width: 100%;
    }

    .wrapper {
        box-sizing: border-box;
        padding: 0 15px;
    }

    #header-menu ul.nav.menu li {
        padding: 10px 5px;
    }

    .f-menu {
        display: none;
    }

    .footerblock {
        width: 100%;
        text-align: center;
        background: #fff;
    }

    .footerblock img {
        width: 80px;
    }

    .footerblock p {
        text-align: center;
    }

    .grid figure {
        width: 235px;
    }

    .adwantages li {
        margin: 15px 0 0;
    }

    .pech-left-img {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .pech-left-img img {
        margin-right: 0;
    }

    .button-pech-position,
    .button-pech-position15 {
        margin: 10px auto;
    }

    .pech-table {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .price-none {
        display: none !important;
    }

    .grid:after {
        content: '';
        display: table;
        clear: both;
    }

    .grid figure {
        flex: 0 1 250px;
        float: none;
        margin-bottom: 22px;
        /* display: inline-block;*/
    }

    .sviaz {
        display: inline-block;
        width: 100% !important;
        float: none !important;
        vertical-align: middle;
        text-align: center;
        margin-top: 20px !important;
    }

    .sviaz p {
        text-align: center;
    }

    .exform_wrapper.contact-request {
        width: 100%;

        box-sizing: border-box;
    }

    .first-inputs {
        width: 100% !important;
    }

    .inpt_wrpr input,
    .inpt_wrpr textarea {
        width: 100% !important;
        box-sizing: border-box;
        margin: 5px 0 !important;
    }

    .exform_wrapper.contact-request .mf_submit .send_btn {
        width: 100% !important;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .exform_wrapper.contact-request .mf_submit {
        width: 100% !important;
        margin: 0 !important;
    }

    .privacy-policy {
        text-align: center;
        font-size: 10px;
        color: #333333;
        width: 100%;
    }

    .footer-first-block {
        min-height: 650px;
    }

}

@media screen and (max-width:950px) {
    .headerblock.h-left {
        display: none;
    }

    .headerblock {
        display: block;
        width: 300px !important;
        vertical-align: middle;
        margin: 10px auto !important;
        text-align: center;
    }

    #header {
        min-height: 250px;
    }

    .headerblock.h-right p {
        text-align: center;
        margin: 30px auto 0;
    }

    img.not-logo {
        display: none;
    }

    .logoheader {
        position: inherit;
        bottom: 0;
        width: 250px;
        left: 0;
        margin-left: 0;
    }

    .desc {
        font-size: 14px;
        position: inherit;
        bottom: 0;
        left: 0;
        font-weight: bold;
        text-align: center;
    }
}

@media screen and (max-width:900px) {
    .contact-block {
        flex-flow: row wrap;
    }
    .we-produce {flex-wrap: wrap;}

    .contact-block .adress-block,
    .contact-block .map-block {
        width: 100%;
        margin: 10px 0 0;
    }
}

@media screen and (max-width:700px) {
    .button_main {
        flex-flow: row wrap;
    }

    .button_main a {
        font-size: 15px;
    }

    #content h2,
    .like_h2 {
        font-size: 22px;
    }

    .verstal-olen {
        flex-flow: row wrap;
    }

    .verstal-olen>div {
        width: 100% !important;
        border: 0 !Important;
        margin-bottom: 10px;
    }

    .exampels {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:600px) {
    table {
        display: block;
        overflow: auto;
    }

    .img_gal img {
        width: 100%;
        margin: 0 0 10px;
    }

    .exampels {
        grid-template-columns: 1fr;
    }
    .image_width {width: 100%;}
    #adwentages {
        width: 100%;
        margin-left: 0;
    }
    

}

@media screen and (max-width:569px) {
    .exampels li {
        margin: 10px 5px;
    }
}

@media screen and (max-width:500px) {
    .grid figure {
        width: 260px;
        float: none;
        height: 255px;
        display: inline-block;
        margin: 0 0 20px;
    }

    .leftimg,
    .rightimg,
    p img[style^="float"],
    .left_img,
    .foto771 img {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
        height: auto !important;
    }

    .listpagepic img {
        width: 100%;
        margin-bottom: 10px;
    }

    .text-center {
        flex-flow: row wrap;
    }

    .text-center>div {
        width: 100% !important;
        margin: 0 0 10px !important;
    }

    .text-center img {
        width: 250px !important;
    }

    .uffoto img {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
}

@media screen and (max-width:472px) {
    .footer-first-block {
        min-height: 700px;
    }
}

@media screen and (max-width:400px) {
    a.sert-pic img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .partners-block .first {
        width: 100%;
    }

    .partners-block .second {
        width: 100%;
        margin-top: 20px;
    }

    .partners-block {
        flex-flow: row wrap;
    }

    .contact-img img,
    .img-wrap-block a {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 10px 0;
    }
}

.flex_f {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.max-wdth img {
    max-width: 250px;
    max-height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;

}

.table_price_f {
    font-size: 16px;
}

.table_price_f td {
    text-align: left;
}

.max-wdth {
    max-height: 250px;
    width: 250px;
    margin-bottom: 20px;
    justify-content: center;
}

.max-wdth p {
    text-align: center;
}

.max-wdth_fill img {
    max-width: 250px;
    height: 200px;
    object-fit: fill;
    margin-bottom: 5px;
}

.max-wdth_fill {
    margin-bottom: 20px;
}

.max-wdth_fill p {
    text-align: center;
}

.btn-link a {
    text-decoration: none;
    display: inline-block;
    padding: 3px 30px;
    border: 1px solid #82f060;
    margin-right: 5px;
    font-weight: bold;
}

.btn-link {
    margin-bottom: 20px;
}

.btn-link a:hover {
    color: #888;
}

table.tac p {
    text-align: center;
}

.flagMast {
    width: 80%;
}

.img-flag {
    float: left;
}

.ulli {
    text-align: left;
    margin-left: 30%;
}

#dfM {
    width: 600px;
}

#fM {
    width: 75%;
}

/* .titl
{
	margin-top: 330px
} */
#titl {
    margin-top: 392px
}


#vblokfl {
    height: 450px;
}

#titol {
    margin-top: 10px;
}

.my-img {
    max-width: 250px;
}

.my-table-text {
    display: inline-block;
    margin-left: 210px;
}

.p_fix_figure {
    padding-right: 66px !important;
    padding-top: 27px !important;
}

.figure_fix {
    height: 212px !important;
    margin: 5px 5px !important;
    width: 200px !important;
}

.grid_fix {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    max-width: 100% !important;
    margin: 0 !important;
}

.fix_th {
    background: #0088cb;

}

.fix_th_p {
    color: white !important;
    text-align: center;
    font-size: 25px;
}

td p {
    text-align: center;
}

.like_justify {
    text-align: justify;
}

.flex {
    display: flex;
    justify-content: space-between;

}

.flex_item {
    display: flex;
    width: 24%
}

.flex_item img {}

.table-price th {
    background: rgba(153, 153, 153, 0.3);
    text-align: center;
    font-size: 25px;
}

.pic_blck img {
    width: 300px;
    height: 300px;
}

.pic_btn_blck {
    margin: 20px 0;
}

.karant__text {
    margin: 20px 0px 40px 0px;
}

.karant__text p {
    margin-bottom: 10px;
    text-align: center;
}

p.fw__b {
    font-weight: bold;
}









@media screen and (max-width:928px) {
    .pic_blck {
        text-align: center;
    }
}

@media screen and (max-width:380px) {
    .pic_blck img {
        width: 100%;
    }
}



.clb-block-4 {
    background: url(/images/print_bg.jpg);
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px 0;
}

.clb-block-4 .clb-title {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    font-style: italic;
}

.clb-block-4 .clb-title h1 {
    color: #fff;
}

.clb-block-4 .clb-txt {
    text-align: center;
    color: #fff;
}

.clb-block-4 .clb-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.clb-block-4 .clb-btn a,
.clb-block-4 .clb-info a {
    color: #ffffff;
    background: #9c2c3e;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 6px 40px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 20px 30px 0;
    width: 260px;
    font-size: 16px;
    text-align: center;
}

.clb-block-4 .clb-btn a:hover,
.clb-block-4 .clb-info a:hover {
    border: 1px solid #9c2c3e;
    color: #fff;
    background: transparent;
}

.center {
    text-align: center;
}

.block__shape {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.block__shape.no__link {
    margin-bottom: 40px;
}

.item__shape a {
    text-decoration: none;
}

span.block__content__shape {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block__shape.no__link span.img__shape {
    width: 300px;
    height: 340px;
}

.block__shape.no__link span.img__shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block__product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item__product__img {
    width: 45%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
}

.item__product__img img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: contain;
}

.item__product__img.another__product img {
    max-width: 300px;
}

.item__product__description {
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
}

.but__product {
    margin-top: 20px;
}

.grid.four-in-row.img-fix.another {
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 769px) {
    .item__shape {
        margin-bottom: 20px;
    }

    .item__product__img.another__product {
        display: flex;
        flex-direction: column;
    }
}

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

    .block__shape.no__link span.img__shape {
        width: 100%;
        height: 100%;
    }

    .item__product__img {
        width: 100%;
    }

    .item__product__description {
        width: 100%;
    }

    .grid.four-in-row.img-fix.another {
        flex-wrap: wrap;
    }

    .grid.four-in-row.img-fix.another figure.effect-chico {
        width: 100% !important;
    }

    .item__product__img.another__product {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

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

    .clb-block-4 .clb-btn,
    .clb-block-4 .clb-info {
        width: 100%;
    }

    .clb-block-4 .clb-btn a,
    .clb-block-4 .clb-info a {
        width: 100%;
        margin: 20px 0 0;
        font-size: 14px;
    }
}

.new-examples>li img {
    height: 300px;
}

.not_link {
    pointer-events: none !important;
}
ul.breadcrumbcustom_bread{
    list-style: none;
	margin-top: 20px;
}
ul.breadcrumbcustom_bread li{
    display: inline-block;
}
ul.breadcrumbcustom_bread li span img{
    display: none;
}
ul.breadcrumbcustom_bread li a{
    text-decoration: none;
}
ul.breadcrumbcustom_bread li a span{
    color: #0088cb;
}
ul.breadcrumbcustom_bread li a span:hover{
    text-decoration: underline;
}
.effect-chico-title{
	padding-top: 2% !important;
	word-spacing: 3px !important;
}
.skaterti-s-logotipom-h2{
	font-size: 30px !important;
}

.grid_jojo figure .like-h2 a {
    word-spacing: -0.15em;
    word-spacing: -0.15em;
    font-weight: 300 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway', Arial, sans-serif;
    opacity: 1;
    text-decoration: none;
}


.mainpage_wrap_jo {
    display: flex;
    clear: both;
    flex-direction: column;
}

.grid_jojo figure span {
    word-spacing: -0.15em;
    word-spacing: -0.15em;
    font-weight: 300 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway', Arial, sans-serif;
    opacity: 1;
    padding: 19% 0 35px 0;
    padding-right: 66px !important;
    padding-top: 27px !important;
}

.grid_jojo figure span, .grid_jojo figure .p_fix_figure {
    text-shadow: black 0px 0px 5px;
}

.grid.grid_jojo.grid_jojo_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mainpage_wrap_jo h3 {
    text-align: center;
}

.mt-100 {
    margin-top: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}


/* новые стили от 24.10.22 */
@font-face {
    font-family: 'Manrope';
    src:url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff'),
        url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src:url('../fonts/Manrope-Semibold.woff2') format('woff2'),
        url('../fonts/Manrope-Semibold.woff') format('woff'),
        url('../fonts/Manrope-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src:url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src:url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff'),
        url('../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src:url('../fonts/Manrope-Thin.woff2') format('woff2'),
        url('../fonts/Manrope-Thin.woff') format('woff'),
        url('../fonts/Manrope-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src:url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff'),
        url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src:url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff'),
        url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'Manrope', 'PTSans-Regular';
   /* padding-top: 200px;*/
}
* {
    font-family: 'Manrope', 'PTSans-Regular';
}
.wrapper {
    max-width: 1180px;
}
p {
    font-family: 'Manrope', 'PTSans-Regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: 'Manrope', 'PTSans-Regular';
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    color: #333333;
    margin: 0;
    margin-bottom: 40px;
}
#content {
    min-height: auto;
}
#content h2, #content .h2,
#content h3, #content .h3,
#content h4, #content .h4,
#content h5, #content .h5,
#content h6, #content .h6 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
}
#content .item-page {
    margin: 0;
    padding: 0;
}
#breadcrumbs {
    margin: 30px 0;
}
ul.breadcrumbcustom_bread {
    margin: 0;
}
ul.breadcrumbcustom_bread li {
    margin-left: 0;
    margin-right: 20px;
}
.moduletable h3 {
    margin-top: 0;
}
.buttonSite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    padding: 10px 18px;
    font-family: 'Manrope', 'PTSans-Regular';
    background: #9b9ece;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 22px;
    margin: 0;
}
.buttonSiteBorder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
    height: auto;
    padding: 10px 18px;
    font-family: 'Manrope', 'PTSans-Regular';
    border: 2px solid #9b9ece;
    line-height: 25px;
    color: #9b9ece;
    font-weight: 600;
    border-radius: 22px;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}
.buttonSiteBorder-left{
  margin-left: 0px;  
}
.buttonSiteBorder:hover {
    background: #9b9ece;
    color: #fff;
}
#header {
    top: 0;
}
#header p {
    text-align: left;
}
#header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .logoheader {
    position: static;
    display: block;
    margin: 0 auto;
}
#header .new-desc {
    position: static;
    text-align: center;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}
#header .custom {
    height: auto;
    padding: 10px 0;
}
#header .headerblock {
    width: calc(100% / 3);
    padding: 0;
}
#header .headerblock.h-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 33%;
    min-width: 370px;
}
#header .headerblock.h-left p {
    max-width: 175px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
#header .headerblock.h-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 33%;
    min-width: 370px;
}
#header .headerblock.h-right a:not(.buttonSite) {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
#header .headerblock.h-right a:not(.buttonSite):hover,
#header .headerblock.h-right a:not(.buttonSite):hover .ya-phone {
    color: #9b9ece;
}
#header-menu {
    min-height: auto;
    background: none;
}
#header-menu .wrapper {
    border-top: 1px solid rgba(153, 153, 153, 0.3);
}
#header-menu ul.nav.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
#header-menu ul.nav.menu li {
    display: block;
    margin: 0;
    padding: 0;
}
#header-menu ul.nav.menu li a {
    font-family: 'Manrope', 'PTSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    box-sizing: border-box;
    display: inline-block;
}
#header-menu ul.nav.menu li a:hover {
    color: #9b9ece;
}
#header-menu ul.nav.menu li ul.nav-child {
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header-menu ul.nav.menu li ul.nav-child li {
    padding: 0;
}
#header-menu ul.nav.menu li ul.nav-child li a,
#header-menu ul.nav.menu li ul.nav-child li ul a {
    padding: 10px !important;
    color: #333333;
}
#header-menu ul.nav.menu li.current > a,
#header-menu ul.nav.menu li.active > a{
    color: #9b9ece;
}
#header-menu ul.nav.menu li ul.nav-child li:not(.current) a:hover,
#header-menu ul.nav.menu li ul.nav-child li ul li:not(.current) a:hover {
    color: #9b9ece;
}
#header-menu ul.nav.menu li ul.nav-child li.current > a,
#header-menu ul.nav.menu li ul.nav-child li.active > a{
    background: #9b9ece;
    color: #ffffff !important;
}
#footer .footerblock ul li{
    display: block;
    border-right: 0px;
    padding: 0;
}
#footer .footer-second-block {
    min-height: auto;
}
#footer .custom {
    height: auto;
    padding: 52px 0;
}
#footer .custom > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
#footer .footerblock {
    margin-top: 0;
    display: block;
}
#footer .footerblock:nth-child(4) {
    max-width: 175px;
}
#footer .footerblock p,
#footer .footerblock a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: 'Manrope', 'PTSans-Regular';
}
#footer .footerblock a:hover {
    color: #9b9ece;
}
#footer .footer-have-questions {
    background-image: url(../images/have-questions-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin-top: 80px;
}
#footer .footer-have-questions__wrap {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(197, 213, 217, 0.2);
    border-radius: 22px;
    padding: 60px 40px 60px 40px;
    max-width: 620px;
    box-sizing: border-box;
}
#footer .footer-have-questions__btns {
    margin-top: 46px;
    display: flex;
    align-items: center;
    gap: 36px;
}
#footer .footer-have-questions h2,.likeh2 {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
}
#footer .footer-have-questions .buttonSite {
    padding: 12px 28px;
    line-height: 20px;
}
.social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    list-style: none;
}
.social-list li {
    margin: 0;
}
.social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
}
.exampels-job {
    grid-gap: 0;
    align-items: stretch;
}
.exampels-job li {
    display: block;
}
.exampels-job li img {
    display: block;
    height: 100%;
}

.advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    grid-gap: 62px 82px;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 80px;
}
.advantages_servises{
    margin: 80px 0px;
}
.advantages-card {
    display: flex;
    align-items: center;
}
.advantages-card img {
    margin-right: 20px;
}
.advantages-card p {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}
.first-home {
    text-align: center;
    background-image: url(../images/first-home.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    margin-bottom: 80px;
}
.first-home h1 {
    margin-bottom: 30px;
    color: #ffffff;
}
.first-home p {
    text-align: center;
    color: #ffffff;
}
.first-home .advantages {
    padding: 62px 0;
    margin-top: 0;
}
.first-home .advantages-card img {
    filter: brightness(0) invert(1);
}
.first-home .advantages-card p {
    text-align: left;
}
.button_main {
    margin-top: 30px;
    margin-bottom: 30px;
}
.button_main a {
    text-transform: none;
    width: 350px;
    line-height: 50px;
    margin: 10px 40px 0 40px;
}
.we-produce {
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}
.we-produce-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid rgba(153, 153, 153, 0.4);
    border-radius: 25px;
    width: 30%;
    margin-bottom: 20px;
}
.we-produce-card a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 30px 15px 30px 15px;
}
.we-produce-card a:hover span{
    color: #9B9ECE;
}
.we-produce-card img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 25px;
}
.we-produce-card span {
    display: block;
    text-align: center;
    font-weight: 600;
}
.steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 150px;
}
.steps_servises{
    margin: 130px 0px 0px 0px;
}
.steps > img {
    margin: 0 50px 0 20px;
    transform: translateY(-23px);
}
.steps-item {
    position: relative;
    z-index: 1;
}
.steps-item span {
    display: block;
    position: absolute;
    left: -30px;
    top: -60px;
    z-index: -1;
    font-weight: 800;
    font-size: 100px;
    line-height: 118px;
    text-transform: uppercase;
    color: rgba(153, 153, 153, 0.2);
}
.steps-item p {
    max-width: 240px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}
/*отзывы*/
.reviews_container .custom{
height: auto;
}
.reviews {
    margin-top: 80px;
}
.reviews h2 {
    text-align: center;
    font-weight: 600;
    font-size: clamp(26px, 2.7vw, 32px);
    line-height: clamp(34px, 3.7vw, 38px);
}
.reviews .wrapper {
    display: grid;
    grid-template-columns: repeat(2,calc((100% - 40px) / 2));
    align-items: center;
    grid-gap: 40px;
}
.reviews .wrapper:after {
    display: none;
}
.reviews-left__yandex {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 26px;
    margin-top: 32px;
}
.reviews-left__yandex a {
    color: #9b9ece;
}
.reviews-left__yandex a:hover {
    text-decoration: none;
}
.reviews-right {
    background: #FFFFFF;
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    padding: 40px;
}
.reviews-slider__name {
    display: block;
    font-weight: bold;
    margin-bottom: 22px;
}
.reviews-slider__name span {
    display: block;
}
.reviews-slider__stars {
    margin-bottom: 22px;
}
.reviews .bx-wrapper {
    margin-bottom: 14px;
}
/*отзывы конец*/
.bx-wrapper .bx-pager {
    padding-top: 14px;
    text-align: left;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #D9D9D9;
    width: 6px;
    height: 6px;
    margin: 0;
    margin-right: 4px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #9B9ECE;
}
@media (min-width: 320px) and (max-width: 525px) {
    .exampels-job {
        grid-template-columns: repeat(3,1fr);
    }
    .exampels-job li:nth-child(1){
        grid-column: 1/3;
        grid-row: 1/3;
    }
    .exampels-job li:nth-child(2) {
        grid-row: 1;
        grid-column: 3;
    }
    .exampels-job li:nth-child(3) {
        grid-row: 2;
        grid-column: 3;
    }
    .exampels-job li:nth-child(4) {
        grid-row: 3;
        grid-column: 1;
    }
    .exampels-job li:nth-child(5) {
        grid-row: 4;
        grid-column: 1;
    }
    .exampels-job li:nth-child(6) {
        grid-row: 3/5;
        grid-column: 2/4;
    }
    .exampels-job li:nth-child(7){
        grid-column: 1/3;
        grid-row: 5/7;
    }
    .exampels-job li:nth-child(8) {
        grid-row: 5;
        grid-column: 3;
    }
    .exampels-job li:nth-child(9) {
        grid-row: 6;
        grid-column: 3;
    }
    .exampels-job li:nth-child(10) {
        grid-row: 7;
        grid-column: 1;
    }
    .exampels-job li:nth-child(11) {
        grid-row: 8;
        grid-column: 1;
    }
    .exampels-job li:nth-child(12) {
        grid-row: 7/9;
        grid-column: 2/4;
    }
}
@media (min-width: 526px) {
    .exampels-job {
        grid-template-columns: repeat(14,1fr);
    }
    .exampels-job li:nth-child(1){
        grid-column: 1/8;
        grid-row: 1/3;
    }
    .exampels-job li:nth-child(2){
        grid-column: 8/12;
        grid-row: 1;
        width: calc(100% - 12%);
    }
    .exampels-job li:nth-child(3){
        grid-column: 12/15;
        grid-row: 1;
        margin-left: -16%;
    }
    .exampels-job li:nth-child(4){
        grid-column: 8/12;
        grid-row: 2;
        width: calc(100% - 12%);
    }
    .exampels-job li:nth-child(5){
        grid-column: 12/15;
        grid-row: 2;
        margin-left: -16%;
    }
    .exampels-job li:nth-child(6) {
        grid-column: 1/3;
    }
    .exampels-job li:nth-child(7) {
        grid-column: 3/5;
    }
    .exampels-job li:nth-child(8) {
        grid-column: 5/7;
    }
    .exampels-job li:nth-child(9) {
        grid-column: 7/9;
    }
    .exampels-job li:nth-child(10) {
        grid-column: 9/11;
    }
    .exampels-job li:nth-child(11) {
        grid-column: 11/13;
    }
    .exampels-job li:nth-child(12) {
        grid-column: 13/15;
    }
}
@media (max-width: 1180px) {
    #content .item-page {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1100px) {
    #footer .footerblock {
        width: auto;
        text-align: initial;
    }
    #content .item-page {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    #footer .custom {
        padding: 25px 0;
    }
    #footer .custom > div {
        flex-direction: column;
        align-items: center;
    }
    #footer .footerblock {
        text-align: center;
    }
    .advantages {
        grid-gap: 30px;
    }
    .we-produce {
        grid-template-columns: 1fr 1fr;
    }
    .reviews .wrapper {
        grid-template-columns: 100%;
    }
}
@media (max-width: 950px) {
    body {
        /*padding-top: 255px;*/
    }
    #header .wrapper {
        padding: 0;
    }
    #header .header-inner {
        flex-direction: column;
        padding: 0 10px;
    }
    #header .headerblock {
        margin: 0 !important;
    }
    #header .new-desc {
        font-size: 12px;
        line-height: 16px;
        max-width: 240px;
        margin: 10px auto 0 auto;
    }
    #header .headerblock.h-cent {
        margin-bottom: 10px !important; 
    }
    #header .headerblock.h-left {
        order: 1;
        min-width: auto;
        max-width: 360px;
        text-align: center;
        width: 100% !important;
        gap: 10px;
        margin: 10px 0 !important;
        display: none;
    }
    #header .headerblock.h-left p {
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
    #header .headerblock.h-left > div {
        width: calc(100% / 2 - 5px);
    }
    #header .headerblock.h-right {
        order: 2;
        min-width: auto;
        max-width: 360px;
        text-align: center;
        width: 100% !important;
        gap: 10px;
    }
    #header .headerblock.h-right p {
        margin-top: 0;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
    #header .headerblock.h-right > div {
        width: calc(100% / 2 - 5px);
    }
    #header .headerblock.h-right .buttonSite {
        margin: 0 auto;
        font-size: 15px;
    }
    #header-menu ul.nav.menu {
        display: none;
    }
    .slicknav_menu .slicknav_nav{
        overflow: auto;
        max-height: calc(100vh - 220px - 54px);
    }
    .exform_bg {
        z-index: 10000 !important;
    }
    .exform_wrapper.callback {
        z-index: 10001 !important;
        max-width: 360px;
        box-sizing: border-box;
        width: 100%;
    }
}
@media (max-width: 768px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        font-size: 24px;
    }
    .advantages {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 42px 0;
    }
    .advantages-card img {
        margin-right: 10px;
    }
    .steps {
        flex-direction: column;
        padding: 0 30px;
        align-items: center;
    }
    .steps > img {
        margin: 30px 0 70px 0;
        transform: rotate(90deg);
    }
    .reviews-left__yandex {
        grid-template-columns: 100%;
    }
    .reviews-right {
        padding: 20px 20px 40px 20px;
    }
}
@media (max-width: 569px) {
    .exampels li {
        margin: 0;
    }
    .we-produce-card {width: 100%;}
}
@media (max-width: 525px) {
    #footer .footer-have-questions__wrap {
        padding: 30px;
        text-align: center;
    }
    #footer .footer-have-questions h2, .likeh2{
        margin-bottom: 25px;
    }
    #footer .footer-have-questions p{
        text-align: center;
    }
    #footer .footer-have-questions__btns {
        flex-direction: column;
        gap: 12px;
        margin-top: 25px;
    }
    .we-produce {
        grid-template-columns: 1fr;
    }
}


.table_wrap_jo table th {
    background: #9b9ece;
}

.table_wrap_jo table td {
    background: white;
}

.img-wrap-block.mainimg.mainimg_jo_wrap {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px 10px;
}

.img-wrap-block.mainimg.mainimg_jo_wrap a {
    padding: 0 !important;
    width: 100% !important;
}

.jojo_text_p p {
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .table_wrap_jo {
        overflow-x: scroll;
    }

    .table_wrap_jo table {
        min-width: 600px;
    }
}

.mainpage_wrap_jo.mainpage_wrap_jo_jo .grid_jojo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
}

.mainpage_wrap_jo.mainpage_wrap_jo_jo .grid_jojo figure.effect-chico.w-23per {
    width: Calc(100% / 4 - 20px);
}

@media screen and (max-width: 570px) {
    .mainpage_wrap_jo.mainpage_wrap_jo_jo .grid_jojo {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: 100%;
        align-items: center;
    }
    
    .mainpage_wrap_jo.mainpage_wrap_jo_jo .grid_jojo figure.effect-chico.w-23per {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .img-wrap-block.mainimg.mainimg_jo_wrap {
        list-style: none;
        padding: 0 !important;
        margin: 0;
        display: grid;
        grid-template-columns:  1fr 1fr;
        grid-gap: 30px 10px;
    }
}

@media screen and (max-width: 480px) {
    .img-wrap-block.mainimg.mainimg_jo_wrap {
        list-style: none;
        padding: 0 !important;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px 10px;
    }
}
/*страница отзывы*/
.review_block_container{
margin: 40px 0;
}
.review_block_container .name, .review_block_container .date{
    font-weight: 700;
    line-height: 22px;
    padding: 10px 0px;
  }
  /*страница отзывы конец*/
  
.item-page h1, .item-page h2, .item-page h3 {
	text-align: center;
}
.slick__sertifikat{
	    margin: 50px 0;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #d0d0d0;
    border-radius: 50px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '→';
}
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: 25px;
}
.slick-prev:before {
    content: '←';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 820px){
	.slick-prev {
    left: 0px;
}
.slick-next {
    right: 10px;
}
}

body.page-id-39 .reviews_container{
    display: none;
}