/*============================*/

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*============================*/
.b-popup .popup__btn {
    display: inline-block;
    vertical-align: top;
    background: #47D4B6;
    color: #fff;
    padding: 3px 5px;
    transition: all .3s;
    white-space: nowrap;
}
.b-popup .popup__btn:hover {
    box-shadow: 1px 1px 3px rgba(0,0,0, .5)
}


.article-info > span a {
    color: #47d4b6;
}

.article-info > span a:hover {
    opacity: 0.7;
}

.page-item.active .page-link {
    border-color: #47d4b6;
    background-color: #47d4b6;
}

.pagination > li > a {
    color: #47d4b6;
}

.page-item.active .page-link:hover {
    color: #fff;
    opacity: 0.7;
    -webkit-transition: 1s;
    transition: 1s; 
}

.page-link:hover {
    background-color: #47d4b6;
}

/*============================*/

#sp-landing-page {
    font-size: 16px;
}

/*============================*/

#sp-logo .logo img {
    margin-top: 5px;
    margin-bottom: 5px;
}
#sp-logo .logo-image {
    /*height: auto;*/
}
/*============================*/
#sp-subheader {
    padding: 5px 0 20px;
    height: auto;
    z-index: 999;
}
#sp-subheader .logo {
    display: block;
    height: auto;
}
/*============================*/
#sp-contact3 > div,
#sp-contact3 > div > div,
#sp-contact3 > div > div > div,
#sp-contact3 > div > div > div > div
{
    height: 100%;
}
/*============================*/
.sp-contact-info {
    text-align: right;
}
/*============================*/

.b-index--flex {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

/*============================*/

.contact__number:hover + .contact__img {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}


/*============================*/


.b-restoration .restoration__title {
    font-size: 40px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 25px;
    padding-top: 25px;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    margin: 20px 10px;
    margin-left: 0;
    color: #000;
}

.b-restoration .restoration__block {
    margin-left: 30%;
}

.b-restoration .restoration__list {
    padding-bottom: 30px;
}

.b-restoration .restoration__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 10px;
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.b-restoration .restoration__text {
    width: 380px;
    height: auto;
    padding: 30px;
    margin-left: -40px;
    -webkit-box-shadow: 10px 10px 35px rgba(33, 37, 41, 0.3);
            box-shadow: 10px 10px 35px rgba(33, 37, 41, 0.3);
    background: #e6e8eb;
}

.b-restoration .restoration__name {
    font-weight: bold;
    margin-bottom: 5px;
    color: #272930;
    font-size: 20px;
    padding-bottom: 15px;
}

.b-restoration .restoration__name:hover {
    color: #81CCBC;
}

.b-restoration .restoration__about {
    padding-bottom: 20px;
    font-size: 16px;
    color: #000;
}

.b-restoration .restoration__more {
    font-size: 16px;
    color: #81CCBC;
}

.b-restoration .restoration__more a:hover {
    opacity: 0.7;
}

.b-restoration .restoration__img {
    width: auto;
    height: 280px;
    overflow: hidden;
    width: 320px;
}

.b-restoration .restoration__img img {
    max-width: none;
    width: 500px;
}

.b-restoration--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #fff));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #fff 30%);
    padding-top: 1px;
    padding-bottom: 1px;
}

/*============================*/

.b-working--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #272930));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #272930 30%);
}

.b-working .working__block {
    padding-top: 50px;
    margin-left: 30%;
    padding-bottom: 25px;

}

.b-working .working__title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 30px;
    font-weight: bold;
    text-shadow: 0px 15px 15px rgba(0, 0, 0, 0.6);
}

.b-working .working__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 10px;
    padding: 15px;
    padding-bottom: 0px;
}

.b-working .working__all:hover {
    -webkit-box-shadow: 
    -1px 1px #81CCBC,
    -2px 2px #81CCBC,
    -3px 3px #81CCBC,
    -4px 4px #81CCBC,
    -5px 5px #81CCBC,
    -6px 6px #81CCBC,
    -7px 7px #81CCBC;
            box-shadow: 
    -1px 1px #81CCBC,
    -2px 2px #81CCBC,
    -3px 3px #81CCBC,
    -4px 4px #81CCBC,
    -5px 5px #81CCBC,
    -6px 6px #81CCBC,
    -7px 7px #81CCBC;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b-working .working__text {
    margin-left: 40px;
    color: #fff;
}

.b-working .working__name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 25px;
}

.b-working .working__about {
    padding-bottom: 20px;
}

.b-working .working__more {
}

.b-working .working__img img {
    width: 50px;
    max-width: none;
}

/*============================*/

.b-action--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #81CCBC)), url(/images/back/1.jpg) left 0% top 50% / auto auto no-repeat #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #81CCBC 30%), url(/images/back/1.jpg) left 0% top 50% / auto auto no-repeat #fff;
}

.b-action .action__block {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 30%;
}

.b-action .action__title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0px 15px 15px rgba(77, 168, 148, 0.5);
    padding-bottom: 50px;
    padding-right: 30px;
}

.b-action .action__slogan {
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}

.b-action .action__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-action .action__name {
    font-weight: 500;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding-bottom: 25px;
}

.b-action .action__text {
    margin-left: 40px;
    width: 80%;
}

.b-action .action__carousel {
    right: auto;
    padding-left: 0px;
    bottom: 0px;
    margin: 0;
}

.b-action .action__list {
    padding-bottom: 20px;
}

.b-action .action__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
}

.b-action .action__img {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
}

.b-action .action__form {
    -webkit-box-shadow: 0px 15px 30px 15px rgba(77, 168, 148, 0.4);
            box-shadow: 0px 15px 30px 15px rgba(77, 168, 148, 0.4);
    margin-top: 50px;
}

.action__form .com-baforms .ba-form > div:first-child div {

    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 20px;
    text-shadow: 10px 10px 15px rgba(77, 168, 148, 0.5);
}

.ba-form .ba-alert {
    border: 1px solid #fff!important;
}
.ba-forms-modal .ba-form .ba-alert {
    border: 1px solid #d60000!important;
}
/*============================*/

.b-article--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #fff));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #fff 30%);
}

.b-article .article__block {
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #fff;
    margin-left: 30%;
}

.b-article .article__title {
    font-size: 40px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 20px;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    margin: 0px 10px;
    margin-left: 0;
    color: #000;
}

.b-article .article__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 10px;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.b-article .article__text {
    width: 65%;
    height: auto;
    padding: 30px;
    margin-right: -40px;
    -webkit-box-shadow: 10px 10px 35px rgba(33, 37, 41, 0.3);
            box-shadow: 10px 10px 35px rgba(33, 37, 41, 0.3);
    background: #e6e8eb;
}

.b-article .article__name {
    font-weight: bold;
    margin-bottom: 5px;
    color: #272930;
    font-size: 20px;
    padding-bottom: 15px;
}

.b-article .article__about {
    padding-bottom: 20px;
    font-size: 16px;
    color: #000;
}

.b-article .article__more {
    font-size: 16px;
    color: #81CCBC;
}

.b-article .article__more a:hover {
    opacity: 0.7;
}

.b-article .article__img {
    width: auto;
    height: 360px;
    overflow: hidden;
    width: 440px;
    border: 20px solid rgba(0, 0, 0, 0.03);
}

.b-article .article__img img {
    max-width: none;
}

.b-article .article__btn a{
    padding: 10px 20px 10px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-top: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    background: #303440;
}

.b-article .article__btn a:hover {
    color: #47d4b6;
}

/*============================*/

.b-start--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #303440)), url(/images/back/2.jpg) left 0% top 50% / auto auto no-repeat #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #303440 30%), url(/images/back/2.jpg) left 0% top 50% / auto auto no-repeat #fff;
}

.b-start .start__block {
    padding-top: 50px;
    padding-bottom: 25px;
    margin-left: 30%;
}

.b-start .start__title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 25px;
    font-weight: bold;
    text-shadow: 0px 15px 15px rgba(0, 0, 0, 0.6);
}

.b-start .start__slogan {
    color: #fff;
    letter-spacing: 0.4px;
    padding-bottom: 40px;
}

.b-start .start__text {
    color: #fff;
}

.b-start .start__name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 25px;
}

.b-start .start__about {
    padding-bottom: 20px;
}

.b-start .start__more {
}

.b-start .start__img img {
    width: 70px;
    max-width: none;
}


.b-start .start__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-start .start__all {
    width: 45%;
}

.b-start .start__img {
    padding-bottom: 15px;
    margin-bottom: 5px;
}

/*============================*/

.b-client--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #212529));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #212529 30%);
}

.b-client .client__block {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 30%;
}

.b-client .client__title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0px 15px 15px rgba(0, 0, 0, 0.6);
    padding-bottom: 50px;
}

.b-client .client__slogan {
    color: #fff;
    letter-spacing: 0.4px;
    padding-bottom: 40px;
}

.b-client .client__text {
    color: #fff;
}

.b-client .client__name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 25px;
    padding-bottom: 15px;
}

.b-client .client__about {
    padding-bottom: 20px;
}

.b-client .client__more {
}

.b-client .client__img img {
    width: 250px;
    max-width: none;
}


.b-client .client__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.b-client .client__all {
    width: 30%;
    margin-right: 20px;
}

.b-client .client__img {
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 250px;
    padding-top: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/*============================*/

.b-portfolio--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #fff));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #fff 30%);
}

.b-portfolio .portfolio__block {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 30%;
}

.b-portfolio .portfolio__title {
    font-size: 40px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 50px;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    margin-left: 0;
    color: #000;
}

.b-portfolio .portfolio__slogan {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

/*============================*/

.b-free-grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #5DBAA6)), url(/images/back/3.jpg) left 0% top 50% / auto auto no-repeat #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #5DBAA6 30%), url(/images/back/3.jpg) left 0% top 50% / auto auto no-repeat #fff;
}

.b-free .free__block {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 30%;
}

.b-free .free__title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0px 15px 15px rgba(77, 168, 148, 0.5);
    padding-bottom: 50px;
    padding-right: 30px;
}

.b-free .free__slogan {
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}

.b-free .free__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-free .free__name {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.b-free .free__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-free .free__img {
    border: 1px solid #ffffff4f;;
    padding: 20px;
}

.b-free .free__img img {
    width: 35px;
}


.b-free .free__text {
    margin-left: 40px;
    width: 80%;
}

.b-free .free__carousel {
    right: auto;
    padding-left: 0px;
    bottom: 0px;
    margin: 0;
}

.b-free .free__list {
    padding-bottom: 20px;
}

.b-free .free__about {
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}


.b-free .free__form {
    -webkit-box-shadow: 0px 15px 30px 15px rgba(77, 168, 148, 0.4);
            box-shadow: 0px 15px 30px 15px rgba(77, 168, 148, 0.4);
}

.free__form .com-baforms .ba-form > div:first-child div {

    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 20px;
    text-shadow: 10px 10px 15px rgba(77, 168, 148, 0.5);
}

/*============================*/

.b-contact .contact__text a {
    color: #000;
}

.b-contact .contact__text a:hover {
    color: #47d4b6;
}

.b-contact .contact__info {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: right;
}

.b-contact .contact__number {
    font-size: 16px;
}

.b-contact .contact__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.b-contact .contact__img {
    width: 35px;
}

.b-contact .contact__img:hover {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

/*============================*/

#sp-logotype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.b-logotype .logotype__name {
    text-align: left;
    color: #303440;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.b-logotype .logotype__slogan {
    color: #5dbaa6;
    letter-spacing: 0.4px;
    font-size: 13px;
    font-weight: 500;
}

.b-logotype .logotype__name a {
    color: #303440;
}

.b-logotype .logotype__name a:hover {
    color: #47d4b6;
}

.b-logotype .logotype__name img {
    max-width: 165px;
}

/*============================*/

#sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#sp-menu .sp-megamenu-parent > li {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(129, 204, 188, 0.3);
}

#sp-menu .sp-megamenu-parent > li:hover > a {
    color: #47d4b6;
    border-bottom: 3px solid;
}

#sp-menu .sp-dropdown-inner {
    background: #303440;
}

#sp-menu .sp-dropdown li.sp-menu-item > a {
    color: #fff;
    text-transform: initial;
    font-weight: initial;
}

#sp-menu li.sp-menu-item > a:hover {
    color: #47d4b6;
}

#sp-menu .sp-megamenu-parent > li.active > a {
    color: #47d4b6;
    font-weight: 600;
}

#sp-menu .sp-megamenu-parent > li > a {
    padding: 0 10px;
    font-size: 13px;

}

/*============================*/

#sp-footer {
    background: #303440;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

#sp-footer > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#sp-footer ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


#sp-footer .container-inner {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#sp-footer ul.menu li {
    padding-bottom: 10px;
    padding-top: 10px;
}

.b-footer .footer__block {
    border-top: 0px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.b-footer .footer__info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.b-footer .footer__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-footer .footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-footer .footer__img {
    width: 20px;
    margin-right: 20px;
}

.b-footer .footer__phone .footer__img:hover {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

/*============================*/

.b-social .social__block {
    text-align: right;
    padding-bottom: 10px;
}

.b-social .social__svg {
    padding-bottom: 20px;
}

.b-social .social__copyright {
    padding-bottom: 20px;
}

.b-social .social__img {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.b-social .social__img img {
    max-width: none;
    width: 30px;
}

.b-social .social__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.b-social .social__img:hover {
    border: 1px solid rgba(71, 212, 182, 0.25);
}


/*============================*/
#sp-footer a:hover {
    color: #47d4b6;
}
/*============================*/

.b-service--grad {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #fff));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #fff 30%);
}

.b-service .service__width {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.b-service .service__block {
    margin-left: 30%;
}

/*============================*/

.b-servicestart .servicestart__name {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-servicestart .servicestart__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-servicestart .servicestart__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
    padding-top: 20px;
    width: 50%;
}

.b-servicestart .servicestart__image {
    width: 70%;
    height: 400px;
    overflow: hidden;
}

.b-servicestart .servicestart__about {
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}

.b-servicestart .servicestart__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.b-servicestart .servicestart__img {
    width: 35px;
    margin-right: 20px;
}

/*============================*/

.b-comparison .comparison__name {
    color: #000;
    padding-top: 30px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-comparison .comparison__slogan {
    color: #000;
    padding-top: 50px;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);    
}

.b-comparison .comparison__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    margin-top: 50px;
    padding-top: 30px;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
}

.b-comparison .comparison__nm {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 30px;
}

.b-comparison .comparison__first {
    color: #5DBAA6;
    font-size: 22px;
}

.b-comparison .comparison__info {
    padding-bottom: 20px;
    border: 1px solid rgba(71, 212, 182, 0.25);
    border-left: 0px;
    border-right: 0px;
    height: 100px;
}

.b-comparison .comparison__text {
    width: 50%;
    margin-right: 20px;
    margin-left: 20px;
}

.b-comparison .comparison__svg {
    width: 100px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/*============================*/

.b-method .method__name {
    color: #000;
    padding-top: 30px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-method .method__block {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-method .method__info {
    width: 30%;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 13px;
    border: 1px solid rgba(71, 212, 182, 0.25);
    padding: 10px;
}

.b-method .method__slogan {
    color: #5DBAA6;
    font-size: 20px;
    font-weight: 500;
}

.b-method .method__slogan a:hover {
    opacity: 0.6;
}

.b-method .method__about {
    padding-bottom: 20px;
}

.b-method .method__text {
    padding-top: 5px;
    border: 1px solid rgba(71, 212, 182, 0.25);
    border-top: 0px;
    padding-bottom: 5px;
}

.b-method .method__abtext {
    padding-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;    
}

.b-method .method__sltext {
    padding-top: 20px;
}

.b-method .method__btn {
    margin-top: 20px;
    background: rgba(71, 212, 182, 1);
    padding: 10px;
}

.b-method .method__btn a {
    color: #fff;
}

.b-method .method__btn:hover {
    opacity: 0.7;
}

.b-method .method__price {
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
    font-weight: 500;
    border: 1px solid rgba(71, 212, 182, 0.25);
    border-top: 0px;
}

/*============================*/

.b-move .move__name {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-move .move__block {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-move .move__info {
    width: 33%;
    margin-right: 10px;
    text-align: center;
    position: relative;
}

.b-move .move__img img {
    border-radius: 100%;
    border: 3px solid #5DBAA6;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    width: 100%;
    height: 145px;
}

.b-move .move__nume {
    width: 30px;
    position: absolute;
    top: 45%;
}

.b-move .move__text {
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

/*============================*/

.b-works {
    padding: 60px;
    color: #fff;
    background-color: #32363f;
}
.b-works .works__frame {
    color: #000;
    padding-bottom: 50px;
    padding-top: 50px;
}

.b-works .works__foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-works .works__videotext {
    text-align: center;
    padding: 0 5px;
}

.b-works .works__videotext span {
    display: block;
    color: #47d4b6;
    font-weight: bold;
    font-size: 20px;
}

.b-works .works__videotext video {
    margin-top: 20px;
}

.b-works .works__img {
    margin-right: 10px;
    margin-left: 10px;
}

.b-works .works__adress {
    padding-bottom: 20px;
}

.b-works .works__text {
    border: 1px solid rgba(71, 212, 182, 0.25);
    padding: 10px;
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

.b-works .carousel-indicators li {
    background-color: #5DBAA6;
}

.b-works .carousel-indicators .active {
    opacity: 0.5;
}

.b-works .works__title {
    color: #fff;
    font-size: 38px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-works .works__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 20px;
}

/*============================*/

.b-plus .plus__color {
    color: #000;
    font-size: 16px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.b-plus .plus__name {
    padding-bottom: 50px;
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-plus .plus__grad {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.b-plus .plus__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
}

.b-plus .plus__info {
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    width: 24%;
    margin-right: 10px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    min-height: 330px;
}

.b-plus .plus__img img {
    border-radius: 100%;
    border: 3px solid #5DBAA6;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    width: 75%;
    height: 110px;
    margin: 0 auto;
}

.b-plus .plus__inftext {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

/*============================*/

.b-naliv .naliv__name {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-naliv .naliv__text {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
}

.b-naliv .naliv__foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

/*============================*/

.b-wnaliv .wnaliv__name {
    color: #000;
    padding-top: 30px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-wnaliv .wnaliv__text {
    color: #000;
    width: 70%;
}

.b-wnaliv .wnaliv__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
}

.b-wnaliv .wnaliv__foto {
    width: 30%;
    margin-right: 20px;
}

.b-wnaliv .wnaliv__slogan {
    text-align: center;
    font-style: italic;
    font-weight: 500;
}

.b-wnaliv .wnaliv__1name {
    font-size: 30px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    color: #000;
    font-style: italic;
}

.b-wnaliv .wnaliv__block--one {
   background-color: #5dbaa642;
}

.b-wnaliv .wnaliv__infot {
    font-size: 14px;
}

.b-wnaliv {
    padding-bottom: 50px;
}

/*============================*/

.b-will .will__name {
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 20px;
}

.b-will .will__text {
    color: #000;
    padding-bottom: 20px;
}

.b-will .will__foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.b-will .will__img {
    width: 50%;
    margin-right: 10px;
}

.b-will .will__slogan {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    color: #000;
}

.b-will .will__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-will .will__block {
    width: 33%;
    padding: 10px;
}

.b-will .will__block--color {
    background-color: #5dbaa642;
}

.b-will .will__bimg {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*============================*/

.b-care .care__name {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-care .care__block {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.b-care .care__img {
    width: 40%;
    margin-right: 20px;
}

.b-care .care__text {
    width: 60%;
    font-size: 14px;
}

.b-care .care__fimg img {
    margin: 0 auto;
}

/*============================*/

.b-care .care__tabl {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.b-care .care__info {
    width: 33%;
    padding: 10px;
}

.b-care .care__info--color {
    background-color: #5dbaa642;
}

.b-care .care__flogan {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-care .care__about {
    font-size: 14px;
}

/*============================*/

.b-price .price__title {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-price .price__text {
    font-style: italic;
    padding: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    color: #fff;
}

.b-price .price__ol {
    color: #000;
}

.b-price .price__table {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
    padding-top: 20px;
}

.b-price .price__block {
    background-color: #5dbaa642;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    width: 50%;
}

.b-price .price__logan {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 20px;
}

.b-price .price__red {
    color: red;
    font-weight: 600;
}

.b-price .price__btn a {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    padding: 10px;
    color: #fff;
}

.b-price .price__btn {
    text-align: center;
    padding-bottom: 50px;
}

.b-price .price__btn a:hover {
    opacity: 0.6;
}

/*============================*/

.b-akril .akril__name {
    color: #000;
    padding-top: 30px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-akril .akril__text {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
}

.b-akril .akril__foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*============================*/

.b-wakril .wakril__name {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-wakril .wakril__text {
    color: #000;
    width: 70%;
}

.b-wakril .wakril__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
}

.b-wakril .wakril__foto {
    width: 30%;
    margin-right: 20px;
}

.b-wakril .wakril__slogan {
    text-align: center;
    font-style: italic;
    font-weight: 500;
}

.b-wakril .wakril__block--one {
   background-color: #5dbaa642;
}

.b-wakril .wakril__infot {
    font-size: 14px;
}

.b-wakril {
    padding-bottom: 50px;
}

.b-wakril .wakril__ttext {
    color: #000;
    font-style: italic;
    padding-bottom: 20px;
    padding-top: 30px;
}

.b-wakril .wakril__mtext {
    color: #000;
}

/*============================*/

.b-whyakril .whyakril__name {
    color: #000;
    padding-top: 30px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-whyakril .whyakril__text {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
}

.b-whyakril .whyakril__foto {
    padding-bottom: 20px;
}

.b-whyakril .whyakril__block {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #5dbaa642;
    padding: 10px;
}

.b-whyakril .whyakril__images {
    width: 40%;
    margin-right: 20px;
}

.b-whyakril .whyakril__info {
    width: 60%;
    font-size: 14px;
}

.b-whyakril .whyakril__title {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 20px;
}

/*============================*/

.b-aakril .aakril__color {
    color: #000;
    font-size: 16px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.b-aakril .aakril__name {
    padding-bottom: 50px;
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-aakril .aakril__grad {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

/*============================*/

.b-cakril .cakril__color {
    color: #000;
    font-size: 16px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.b-cakril .cakril__name {
    padding-bottom: 50px;
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-cakril .cakril__grad {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

/*============================*/

.b-bakril {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
}

.b-bakril .bakril__foto {
    width: 48%;
}

.b-bakril .bakril__block {
    width: 48%;
    border: 2px solid rgba(71, 212, 182, 0.25);
    border-top: 0px;
    border-bottom: 0px;
    padding-right: 10px;
    padding-left: 20px;
}

.b-bakril .bakril__title {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

.b-bakril .bakril__slogan {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
}

.b-bakril .bakril__text {
    text-align: center;
}

.b-bakril .bakril__info {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.b-bakril .bakril__cena {
    color: red;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}

.b-bakril .bakril__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.b-bakril .bakril__btn a {
    display: inline-block;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    background: #5DBAA6;
    border: 1px solid #157d67;
}

.b-bakril .bakril__btn a:hover {
    opacity: 0.8;
}

/*============================*/

.b-emal .emal__name {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-emal .emal__text {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
}

.b-emal .emal__foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*============================*/

.b-howemal .howemal__name {
    color: #000;
    padding-top: 30px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-howemal .howemal__text {
    color: #000;
    width: 70%;
}

.b-howemal .howemal__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
}

.b-howemal .howemal__foto {
    width: 30%;
    margin-right: 20px;
}

.b-howemal .howemal__slogan {
    text-align: center;
    font-style: italic;
    font-weight: 500;
}

.b-howemal .howemal__block--one {
   background-color: #5dbaa642;
}

.b-howemal .howemal__infot {
    font-size: 14px;
}

.b-howemal {
    padding-bottom: 50px;
}

/*============================*/

.b-femal .femal__color {
    color: #000;
    font-size: 16px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.b-femal .femal__name {
    padding-bottom: 50px;
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-femal .femal__grad {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

/*============================*/

.b-aemal .aemal__color {
    color: #000;
    font-size: 16px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.b-aemal .aemal__name {
    padding-bottom: 50px;
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-aemal .aemal__grad {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

/*============================*/

.b-cemal .cemal__color {
    color: #000;
    font-size: 16px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.b-cemal .cemal__name {
    padding-bottom: 50px;
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-cemal .cemal__grad {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

/*============================*/

.b-bemal {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
    background-color: #f2f2f2;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
}

.b-bemal .bemal__foto {
    position: relative;
    width: 490px;
    height: 480px;
}
.b-bemal .bemal__foto img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.b-bemal .bemal__block {
    width: 48%;
    border-top: 0px;
    border-bottom: 0px;
}

.b-bemal .bemal__title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.b-bemal .bemal__slogan {
    text-align: center;
    padding-bottom: 60px;
    color: #000;
}

.b-bemal .bemal__text {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.b-bemal .bemal__info {
    text-align: center;
    padding: 20px;
}

.b-bemal .bemal__srok {
    font-weight: 700;
    padding-bottom: 50px;
}

.b-bemal .bemal__cena {
    color: #ff0000;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    padding-bottom: 25px;
}

.b-bemal .bemal__price {
    
}

.b-bemal .bemal__btn a {
    display: inline-block;
    background-color: #6dc5b6;
    padding: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
}

.b-bemal .bemal__btn a:hover {
    opacity: 0.6;
}

/*============================*/

.b-stock {
    padding-bottom: 50px;
}

.b-stock .stock__name {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-stock .stock__block {
    border: 5px solid rgba(71, 212, 182, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
}

.b-stock .stock__foto {
    width: 30%;
    margin-right:15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-stock .stock__info {
    width: 70%;
}

.b-stock .stock__title {
    border-bottom: 1px solid rgba(71, 212, 182, 0.25);
    padding-bottom: 10px;
    padding-top: 10px;
    font-style: italic;
    font-weight: 500;
}

.b-stock .stock__text {
    border-bottom: 1px solid rgba(71, 212, 182, 0.25);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 140px;
}

.b-stock .stock__prize {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    color: rgba(71, 212, 182, 1);
    font-style: italic;
}

/*============================*/

.b-restprice .restprice__title {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-restprice .restprice__text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    padding:10px;
}

.b-restprice .restprice__menu {
    color: #000;
}

.b-restprice .restprice__numer:nth-child(2n) {
    background-color: #5dbaa642;
}

/*============================*/

.b-emalp .emalp__nameall {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

.b-emalp .emalp__block {
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.b-emalp .emalp__oneblock {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.b-emalp .emalp__foto {
    width: 80%;
}

.b-emalp .emalp__text {
    width: 100%;
    text-align: center;
}

.b-emalp .emalp__twoblock {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-emalp .emalp__title {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    color: #fff;
}

.b-emalp .emalp__slogan {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    color: #fff;
}

.b-emalp .emalp__firm {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 10px;
}

.b-emalp .emalp__srok {
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
}

.b-emalp .emalp__info {
    width: 33%;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    padding-top: 20px;
    font-size: 15px;
}

.b-emalp .emalp__iimg {
    width: 100px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.b-emalp .emalp__iname {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

.b-emalp .emalp__nazv {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
}

.b-emalp .emalp__itext {
    padding: 10px;
    font-size: 14px;
}

.b-emalp .emalp__cena span {
    color: red;
}

.b-emalp .emalp__btn a {
    padding: 10px;
    color: #fff;
}

.b-emalp .emalp__btn a:hover {
    opacity: 0.7;
}

.b-emalp .emalp__btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
    color: #fff;
}

.b-emalp .emalp__text {
    border: 2px solid rgba(71, 212, 182, 0.25);
    border-top: 0px;
    border-bottom: 0px;
    margin-left: 20px;
}

.b-emalp .emalp__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.b-emalp .emalp__size {
    font-weight: 600;
    padding-right: 10px;
}

.b-emalp .emalp__sprice {
    color: red;
    font-weight: 600;
    text-align: center;
}

.b-emalp .emalp__threeblock {
    background-color: #5dbaa6;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-top: 15px;
}

.b-emalp .emalp__threeblock a {
    color: #fff;
}

.b-emalp .emalp__threeblock:hover {
    opacity: 0.7;
}

/*============================*/

.b-nalivp .nalivp__nameall {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-nalivp .nalipv__blockchar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-nalivp .nalivp__block {
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.b-nalivp .nalivp__oneblock {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.b-nalivp .nalivp__foto {
    width: 80%;
}

.b-nalivp .nalivp__text {
    width: 100%;
    text-align: center;
}

.b-nalivp .nalivp__twoblock {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-nalivp .nalivp__title {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    color: #fff;
}

.b-nalivp .nalivp__slogan {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    color: #fff;
}

.b-nalivp .nalivp__firm {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 10px;
}

.b-nalivp .nalivp__srok {
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
}

.b-nalivp .nalivp__info {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    padding-top: 20px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-nalivp .nalivp__iimg {
    width: 100px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.b-nalivp .nalivp__iimg img {
    max-width: none;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.b-nalivp .nalivp__iname {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

.b-nalivp .nalivp__nazv {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
}

.b-nalivp .nalivp__itext {
    padding: 10px;
    font-size: 14px;
}

.b-nalivp .nalivp__cena span {
    color: red;
}

.b-nalivp .nalivp__btn a {
    padding: 10px;
    color: #fff;
}

.b-nalivp .nalivp__btn a:hover {
    opacity: 0.7;
}

.b-nalivp .nalivp__btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
    color: #fff;
}

.b-nalivp .nalivp__text {
    border: 2px solid rgba(71, 212, 182, 0.25);
    border-top: 0px;
    border-bottom: 0px;
    margin-left: 20px;
}

.b-nalivp .nalivp__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.b-nalivp .nalivp__size {
    font-weight: 600;
    padding-right: 10px;
}

.b-nalivp .nalivp__sprice {
    color: red;
    font-weight: 600;
    text-align: center;
}

.b-nalivp .nalivp__threeblock {
    background-color: #5dbaa6;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-top: 15px;
}

.b-nalivp .nalivp__threeblock a {
    color: #fff;
}

.b-nalivp .nalivp__threeblock:hover {
    opacity: 0.7;
}

/*============================*/

.b-akrilp .akrilp__nameall {
    color: #000;
    padding-top: 50px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.b-akrilp .akrilp__block {
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.b-akrilp .akrilp__oneblock {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.b-akrilp .akrilp__foto {
    width: 80%;
}

.b-akrilp .akrilp__text {
    width: 100%;
    text-align: center;
}

.b-akrilp .akrilp__twoblock {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.b-akrilp .akrilp__title {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    color: #fff;
}

.b-akrilp .akrilp__slogan {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    color: #fff;
}

.b-akrilp .akrilp__firm {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 10px;
}

.b-akrilp .akrilp__srok {
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
}

.b-akrilp .akrilp__info {
    width: 33%;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    padding-top: 20px;
    font-size: 15px;
}

.b-akrilp .akrilp__iimg {
    width: 100px;
    min-height: 107px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.b-akrilp .akrilp__iname {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

.b-akrilp .akrilp__nazv {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
}

.b-akrilp .akrilp__itext {
    padding: 10px;
    font-size: 14px;
}

.b-akrilp .akrilp__cena span {
    color: red;
}

.b-akrilp .akrilp__btn a {
    padding: 10px;
    color: #fff;
}

.b-akrilp .akrilp__btn a:hover {
    opacity: 0.7;
}

.b-akrilp .akrilp__btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#5DBAA6), to(#b8ffd1));
    background-image: linear-gradient(90deg, #5DBAA6, #b8ffd1);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
    color: #fff;
}

.b-akrilp .akrilp__text {
    border: 2px solid rgba(71, 212, 182, 0.25);
    border-top: 0px;
    border-bottom: 0px;
    margin-left: 20px;
}

.b-akrilp .akrilp__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.b-akrilp .akrilp__size {
    font-weight: 600;
    padding-right: 10px;
}

.b-akrilp .akrilp__sprice {
    color: red;
    font-weight: 600;
    text-align: center;
}

.b-akrilp .akrilp__threeblock {
    background-color: #5dbaa6;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-top: 15px;
}

.b-akrilp .akrilp__threeblock a {
    color: #fff;
}

.b-akrilp .akrilp__threeblock:hover {
    opacity: 0.7;
}

/*============================*/

.b-dopinfo {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-dopinfo .dopinfo__info {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    padding: 20px;
    border-radius: 20px;
    background-color: #5dbaa642;
    margin-bottom: 50px;
}

.b-dopinfo .dopinfo__text span {
    color: red;
    font-weight: bold;
}

.b-dopinfo .dopinfo__name {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}


/*============================*/

#sp-section-title {
    color: #000;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 30%, #ffffff 30%), url(/images/back.jpg) left / auto auto no-repeat fixed #fff;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 30%, #ffffff 30%), url(/images/back.jpg) left / auto auto no-repeat fixed #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #ffffff)), url(/images/back.jpg) left / auto auto no-repeat fixed #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #ffffff 30%), url(/images/back.jpg) left / auto auto no-repeat fixed #fff;
    background-size: contain;
    font-size: 16px;
}

#sp-section-title .blog, #sp-section-title .blogtri {
    margin-left: 30%;
}

#sp-section-title .page-header {
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    padding-top: 50px;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

#sp-section-title .page-header a:hover {
    opacity: 0.7;
}

#sp-section-title .article {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 0;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    position: relative;
    height: calc(100% - 25px);
}

#sp-section-title .article-introtext > a {
    position: absolute;
    width: 100%;
    right: 0;
    top: 19px;
    height: 12%;
}

#sp-section-title .first {
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    width: 100%;
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}


#sp-section-title .cat-children .last {
    display: none;
}

#sp-section-title .cat-children > div {
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    width: 100%;
    margin:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}

#sp-section-title .cat-children > div:nth-child(4), #sp-section-title .cat-children > div:nth-child(5) {
    display: none;
}

#sp-section-title .cat-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#sp-section-title .article-header h1 a,
#sp-section-title .article-header h2 a {
    color: #47d4b6;
}

/*#sp-section-title .article-header h2 a:hover {
    opacity: 0.7;
    transition: 1s;
}*/

#sp-section-title .article-details {
    margin-left: 30%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 7px #5DBAA6;
            box-shadow: 0 0 7px #5DBAA6;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

#sp-section-title .sp-column {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#sp-section-title .category-desc img {
    max-width: none;
    width: 150px;
    padding-bottom: 30px;
}

#sp-section-title .readmore a {
    background-color: rgba(71, 212, 182, 1);
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    padding: 10px;
}

#sp-section-title .readmore a:hover {
    opacity: 0.7;
}

#sp-section-title .article-header h1 {
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 42px;
    text-align: center;
}

#sp-section-title .article-header h2 {
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
}

#sp-section-title .readmore {
    text-align: center;
}


/*============================*/
.itemid-232 #sp-section-title {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #ffffff)), url(/images/bg-our-works.jpg) left / auto auto no-repeat fixed #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #ffffff 30%), url(/images/bg-our-works.jpg) left / auto auto no-repeat fixed #fff;
}
.itemid-232 #sp-section-title .article-details {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: calc(100% - 982px) !important;
    margin-right: -100% !important;
    padding-right: 100% !important;
    background-color: #2b3036;
    margin: 0;
    padding: 140px;
}
.itemid-232 #sp-section-title .article-header h1 {
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}
/*============================*/

/*.b-text {
    display: flex;
    flex-wrap: wrap;
}*/

.b-text .col-md-12 h5 {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: bold;
}

.b-text .text__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}


.b-text .text__img img {
    max-width: none;
    width: 300px;
}

.b-text .text__cena {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    color: rgba(71, 212, 182, 1);
    font-style: italic;
    width: 35%;
}

.b-text .text__color span {
    font-weight: 500;
    font-style: italic;
    margin-right: 10px;
}

.b-text .text__color {
    padding-top: 10px;
    padding-bottom: 10px;
}

.b-text .text__cena span {
    font-weight: 500;
    font-style: italic;
    margin-right: 10px;
    color: #000;
}

/*============================*/

#sigplus_1001 .slideplus-caption {
    background-color: rgba(93, 186, 166, 0.6);
}

/*============================*/

#sp-section-title .blognews {
    margin-left: 30%;
    padding: 30px 0;
}

#sp-section-title .blognews .readmore {
    text-align: left;
}

#sp-section-title .blognews h2 {
    color: #000;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    padding-bottom: 25px;
    margin-bottom: 0px;
    text-align: left;
    
}

/*============================*/

.view-article #sp-section-2 {
    display: none;
}

.itemid-174 #sp-section-title, .itemid-114 #sp-section-title, .itemid-177 #sp-section-title, .itemid-106 #sp-section-title, .itemid-105 #sp-section-title {
    display: none;
}
/*============================*/
.sp-scroll-up {
    background: #47d4b6;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    opacity: 0.5;
    background: #47d4b6;
}
.sp-scroll-up {
    bottom: 50px;
    right: 35px;
}
/*============================*/
/*JivoSite*/
.logoBox_2y,
.logoIcon_2Y,
.chatCopyright_3s,
.logoIcon_2z {display: none !important;}
/*============================*/
.mcs-module {
    width: auto !important;
    text-align: right !important;
}
.mcs-dialog .cities .cities-group,
.mcs-modal-header .mcs-header .title {
    text-align: left !important;
}
/*============================*/
.b-socials {
    text-align: center;
}
.b-socials .socials__item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    margin-right: -0.275em;
    padding: 0 3px;
}
.b-socials .socials__item i {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    width: 32px; height: 32px;
    text-align: center;
    border-radius: 50%;
}
.b-socials:hover i {
    opacity: 0.5;
}
.b-socials .socials__item:hover i {
    opacity: 1;
}
.b-socials .socials__item .fa-facebook-f {
    background-color: #3a5897;
}
.b-socials .socials__item .fa-vk {
    background-color: #4d76a0;
}
.b-socials .socials__item .fa-instagram {
    background-color: #931a1d;
}
.b-socials .socials__item .fa-odnoklassniki {
    background-color: #f6851f;
}
/*============================*/
.no-gutter > div {
    padding-left: 0;
    padding-right: 0;
}
/*============================*/
.b-mail {
    position: relative;
    padding: 5px 0px 5px 40px;
    font-size: 14px;
}
.b-mail:before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    margin: auto;
    display: block;
    width: 30px; height: 30px;
    background-image: url(/images/i-mailchik.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.b-mail a {
    color: inherit;
}
/*============================*/
.b-times {
}
.b-times .times__box {
    text-align: right;
}
.b-times .times__item {
}
.b-times .times__text {
    font-size: 14px;
}
/*============================*/
.b-messegers {
}
.b-messegers .messegers__box {
    text-align: center;
}
.b-messegers .messegers__box img {
    margin-left: auto;
    margin-right: auto;
}
.b-messegers .messegers__box:hover img {
    opacity: 0.5;
}
.b-messegers .messegers__box img:hover {
    opacity: 1;
}
.b-messegers .messegers__item {
    padding: 3px 0;
}
/*============================*/
#offcanvas-toggler:before {
    content: 'Меню';
    margin-right: 10px;
    color: #323232;
}
/*============================*/
.n2-ss-slider .n2-ss-layer-content {
    padding-bottom: 60px !important;
}
div#n2-ss-1 .nextend-bullet-bar {
    background-color: rgba(0, 0, 0, 0.5);
}
/*============================*/
.b-certificates {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #ffffff)), url(/images/design/cert_bg.png) left 0% top 50% / cover no-repeat #fff;
}

.b-certificates .certificates__container {
  max-width: 1200px;
  margin: auto;
}

.b-certificates .certificates__content{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 30%; 
}

/*============================*/
.b-quote {
    padding-left: 25px;
    margin-bottom: 25px;
    border-left: 10px solid #6dc5b6;
}
.b-bg-quote {
    padding: 40px;
    color: #fff;
    font-size: 20px;
    background-color: #6dc5b6;
}
.b-bg-quote--out {
    margin-left: -80px;
    padding-left: 80px;
}
/*============================*/
.b-stebox {
    height: 100%;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.32);
}
.b-stebox ul {
    padding-left: 20px;
}
.b-stebox .stebox__title {
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    font-weight: 700;
    background-color: #6dc5b6;
    padding: 30px;
    min-height: 125px;
}
.b-stebox .stebox__title > div {
}
.b-stebox .stebox__num {
    font-size: 40px;
    padding-right: 25px;
    line-height: 1;
}
.b-stebox .stebox__numtext {
    font-size: 20px;
    line-height: 1;
}
.b-stebox .stebox__text {
    font-size: 16px;
    line-height: 1.1;
    padding: 30px;
}
.b-stebox .stebox__pic {
}
/*============================*/
.b-stars {
    color: #fc941f;
}
.b-stars > i {
    margin: 0 2px;
}
/*============================*/
.b-video {
  width: 100%;
  background: #32363f;
}

.b-video .video__header {
  color: #fff;
  font-size: 38px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.b-video .video__title {
  color: #47d4b6;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.b-video .video__wrapper {
  display: flex;
  justify-content: space-around;
}

.b-video .video__content {
  padding: 0 10px;
}
/*============================*/
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    height: 50px !important;
    width: 50px !important;
}
/*============================*/,