.btnd2__wrap:after,
.cf:after,
.ct2list:after,
.ctlist:after,
.footer:after,
.footer__left:after,
.footer__right:after,
.form__services:after,
.frlist:after,
.glist--mltple:after,
.header:after,
.hpb__list:after,
.hpb__wrap:after,
.p_aboutUs_b2:after,
.p_blog:after,
.portfolio-filter:after,
.prlist:after,
.pservices1__list:after,
.pservices2:after,
.reviews:after,
.reviews__list:after,
.reviews__nav:after,
.reviews__wrap .reviews__item-head:after {
    content: "";
    display: block;
    clear: both
}


.views {
    background: url('/wp-content/themes/promotext/img/eye-close-up.png') no-repeat center 100px;
}







.description {
  height: 100vh;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #3333338c;
  padding-top: 80px;
 }
 
 .caption-link {
display: block;
overflow: hidden;
position: relative;
}


.description {
position: absolute;
top: 0;
left: 0;
transform: translateX(-100%);
transition: all .4s ease;
}

.caption-link:hover .description {
transform: translateX(0);
transition: all .4s ease;
}

.caption-link:hover .title {
transform: translateX(100%);
transition: all .4s ease;
}

.table-wrap {
  text-align: center;
  
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
.table-wrap table {
    min-width: 800px;
}
 
@media screen and (max-width: 600px) {

    #pfcf-popup {
        left: 0px !important;
        width: 100% !important;
    }
    .p_hp_b2__title span, .p_hp_b3__title span, .p_hp_b4__title span, .p_hp_b5__title span, .p_hp_b6__title span {
        font-size: 36px !important;
    }
  .table-wrap {
    overflow-y: scroll;
  }
}

.ct3list,
.frlist,
.prlist {
    padding: 0;
    margin: 0
}
.sub-menu {
	display: none;
    margin-top: 30px;
    padding-left: 10px;
}
.ct3list,
.frlist {
    list-style-type: none
}

.form__wrap--services,
.g-cont,
.p_faq_b3__txt1 {
    margin-left: auto;
    margin-right: auto
}

.b-scrollable,
.b-scrollable__cp,
.b-scrollable__lswitch,
.header,
.header__contacts,
.header__left,
.nav--header,
.nav__toggle,
.portfolio-filter li,
.portfolio__item,
.pservices1__link,
.slider .reviews__txt,
.tooltip {
    -webkit-transition: all, 1s;
    transition: all, 1s
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
table,
td,
th {
    vertical-align: middle
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

a img {
    border: none
}

.g-cont {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1148px
}

._g-aside+div {
    overflow: hidden
}

.bwim img {
    width: 100%
}

.g-aside {
    overflow: hidden
}

body,
html {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #525252;
    box-sizing: border-box;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: inherit
}

@font-face {
    font-family: OfficinaSansBook;
    src: url(../fonts/OfficinaSans/OfficinaSansBook/OfficinaSansBook.eot?#iefix) format("embedded-opentype"), url(../fonts/OfficinaSans/OfficinaSansBook/OfficinaSansBook.otf) format("opentype"), url(../fonts/OfficinaSans/OfficinaSansBook/OfficinaSansBook.woff) format("woff"), url(../fonts/OfficinaSans/OfficinaSansBook/OfficinaSansBook.ttf) format("truetype"), url(../fonts/OfficinaSans/OfficinaSansBook/OfficinaSansBook.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    line-height: 1.1
}

.title {
    margin-bottom: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ff8314;
    color: #fa8122;
    font-size: 45px;
    line-height: 1.19
}

.center,
.title {
    text-align: center
}

.main p {
    margin: 0 0 20px
}

.content p {
    margin-bottom: 15px
}

.content *>p:last-child {
    margin-bottom: 0
}

.header {
    position: relative;
    z-index: 100;
    margin-bottom: 25px;
    padding: 19px 0 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
    box-shadow: -1px 4px 4px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.header > * {
	width: auto!important;
	display: inline-block!important;
	float: none!important;
}

._has_sticky_header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

._has_sticky_header .header:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50em;
    right: -50em;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

._has_sticky_header .header__left {
    max-width: 142px;
    margin-right: 15px
}

.header__center {
    max-width: 650px
}

._has_sticky_header .header__center {
    max-width: 800px;
    padding-top: 10px
}

.header__right {
    position: relative;
    right: -30px;
    padding-right: 0;
    text-align: center;
}

.header__right+div {
    overflow: hidden
}

.header__logo-wrap {
    display: block;
    text-align: center
}

._has_sticky_header .header__logo-wrap {
    width: 142px;
    height: 33px;
    background: url(../img/logo.png) center 4px no-repeat;
    background-size: cover
}

.header__logo {
    max-width: 100%;
    height: auto
}

._has_sticky_header .header__logo {
    display: none
}
._has_sticky_header .header__phones { display: none!important; }

.nothing {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.header__c-list {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0;
    transition: 0
}

._has_sticky_header .header__c-list {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity .5s 1s, width 0s 1s, height 0s 1s;
    transition: opacity .5s 1s, width 0s 1s, height 0s 1s
}

.header__nav {
    overflow: hidden;
    float: left;
    height: 22px
}

._has_sticky_header .header__nav {
    margin-right: 23px
}

.header__phones {
  display: flex!important;
  align-items: center;
  justify-content: center;
  flex-direction: row;
    max-width: 205px;
    padding-top: 2px;
    text-align: center;
    line-height: 1
}

._has_sticky_header .header__phones {
    display: none
}

.header__phones a.telephone {
    position: relative;
    display: inline-block;
    margin: 0 15px 12px;
    padding-left: 32px;
    font-size: 22px;
    color: #ff8314;
    text-decoration: none;
    letter-spacing: 3px;
}

.header__phones a.telephone:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -891px -465px no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0
}

.header__btn {
    min-width: 160px;
    margin-bottom: 6px
}

._has_sticky_header .header__btn {
    margin-bottom: 0
}

.topviber,
.toptelegram {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 12px 12px 0;
}
.topviber {
	background: transparent url('/wp-content/themes/promotext/img/viber.svg') 0 0/22px no-repeat;
}
.toptelegram {
	background: transparent url('/wp-content/themes/promotext/img/telegram.svg') 0 0/22px no-repeat;
}
.c-list .topviber {
	margin-bottom: 8px;
}


.header__contacts {
    font-size: 12px;
    color: #1bb138;
    line-height: 1.3;
    text-align: center;
    font-family: OfficinaSansBook
}

._has_sticky_header .header__contacts {
    display: none
}

.header__contacts a {
    color: #1bb138;
    text-decoration: none
}

.header__contacts a:hover {
    text-decoration: underline
}

.footer {
    background: #3d3d3d;
    color: #fff;
    padding: 20px 0;
    line-height: 1.4
}

.footer__left {
    float: left
}

.footer__right {
    overflow: hidden;
    padding-top: 5px
}

.footer__cp {
    font-size: 12px
}

.footer__sDev {
    margin-top: 5px;
    font-family: OfficinaSansBook;
    vertical-align: middle
}

.footer__sDev a {
    background: url(../img/sprite.png) -211px -361px no-repeat;
    width: 96px;
    height: 29px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: bottom
}

.footer__serv-link {
    display: block;
    width: 228px;
    height: 36px;
    max-width: 100%;
    margin: 6px 0;
    padding: 10px;
    background-color: #ff8314;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.footer__serv-link:hover {
    background-color: #f47300
}

.footer__nav {
    float: right
}

.footer__soc a {
    margin-right: 15px
}

.footer__soc a:last-child {
    margin-right: 12px
}

.menu li {
    display: inline-block
}

.nav--header .menu li:last-child a {
    margin-right: 0;
    padding-right: 20px
}

.nav--header .menu li:last-child a:after {
    display: none
}

.menu a {
    display: inline-block
}

.nav--header .menu a {
    position: relative;
    
    padding-right: 20px;
    color: #595c61;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1
}

.nav--header .menu a:hover {
    color: #ff8314
}



.nav__toggle {
    float: right;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 0 0 20px;
    cursor: pointer
}

._mobile_menu_is_on .nav__toggle {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg)
}

._mobile_menu_is_on .nav__toggle span {
    background: #ff8314
}

.nav__toggle span {
    display: block;
    height: 4px;
    background: #f79522;
    margin: 0 0 9px
}

.form__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    color: #f5a100
}

.modal--cb .form__title,
.modal--faq .form__title,
.modal--question .form__title {
    margin-bottom: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.modal--faq .form__title {
    color: #2dadb7
}

.modal--question .form__title {
    color: #64a242
}

.form__head {
    position: relative
}

.modal--faq .form__head:before,
.modal--question .form__head:before {
    background: url(../img/sprite.png) -208px -405px no-repeat;
    width: 140px;
    height: 140px;
    content: "";
    display: block;
    margin: -70px auto 35px
}

.modal--order .form__head {
    margin-bottom: 20px;
    padding: 22px 0 0;
    text-align: center
}

.modal--order .form__head:after,
.modal--order .form__head:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    background: #093;
    border-radius: 50%
}

.modal--order .form__head:before {
    left: 0
}

.modal--order .form__head:after {
    right: 0
}

.form__wrap {
    position: relative
}

.form__wrap--services {
    overflow: hidden;
    padding-top: 33px
}

.form__wrap--services:after,
.form__wrap--services:before {
    content: "";
    display: block;
    position: absolute
}

.form__wrap--services:before {
    background: url(../img/sprite.png) 0 -405px no-repeat;
    width: 198px;
    height: 258px;
    top: 0;
    left: 0
}

.form__wrap--services:after {
    background: url(../img/sprite.png) 0 0 no-repeat;
    width: 201px;
    height: 395px;
    bottom: 90px;
    right: 0
}

.form__wrap--services .form__inner {
    position: relative;
    z-index: 1;
    width: 696px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    background: #edf0f0
}

.form__wrap--services .form__inner:after {
    content: "";
    display: none;
    background: url(../img/sprite.png) -211px -111px no-repeat;
    width: 215px;
    height: 240px;
    position: absolute;
    bottom: -5px;
    right: -128px
}

.form__services {
    margin-bottom: -20px
}

.form__services li {
    margin-bottom: 10px
}

.form__services input {
    display: none
}

.form__services label {
    position: relative;
    display: block;
    padding: 2px 0 0 30px;
    color: #515151;
    font-size: 14px;
    cursor: pointer
}

.form__services label:after,
.form__services label:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 4px
}

.form__services label:before {
    width: 22px;
    height: 22px;
    left: 0;
    top: 0
}

.form__services label:after {
    width: 16px;
    height: 12px;
    background: url(../img/sprite.png) -481px -330px no-repeat;
    visibility: hidden;
    top: 6px;
    left: 3px
}

.form__services input:checked+label:after {
    visibility: visible
}

.form__inputWrap {
    margin-top: 0;
    margin-bottom: 35px;
}

.modal--order .form__inputWrap {
    margin-bottom: 22px
}

.form__inputWrap>label {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #969696;
    line-height: 1
}

.modal--faq .form__inputWrap>label,
.modal--order .form__inputWrap>label,
.modal--question .form__inputWrap>label {
    color: #e98708
}

.form__inputWrap br {
    content: "";
    display: block;
    margin-bottom: 8px
}

.form__inputWrap input,
.form__inputWrap textarea {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 5px
}

.form__inputWrap input {
    text-indent: 15px
}

.form__inputWrap textarea {
    min-height: 127px;
    padding: 15px
}

.form__submit {
    width: 302px;
    max-width: 100%;
    padding: 23px 0;
    border: 0;
    border-radius: 50px;
    background: #e99c08;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    outline: 0
}

.modal--cb .form__submit,
.modal--faq .form__submit,
.modal--order .form__submit,
.modal--question .form__submit {
    width: 100%;
    border-radius: 5px;
    padding: 10px 0
}

.modal--cb .form__submit-wrap {
    margin-top: 40px
}

.form span.wpcf7-not-valid-tip {
    padding: 7px 0 3px
}

.search-form {
    padding: 11px 15px 7px 18px
}

.search-form__inputWrap {
    overflow: hidden;
    display: block
}

.search-form__submit {
    background: url(../img/sprite.png) -1029px -548px no-repeat;
    width: 16px;
    height: 15px;
    float: right;
    margin: 6px 0 0 10px;
    border: 0;
    cursor: pointer
}

.search-form__input {
    background: transparent;
    border: 0;
    height: 30px;
    font-family: OfficinaSansBook;
    font-size: 15px;
    text-indent: 15px;
    color: #dbdbdb;
    line-height: 1.1
}

.btnd {
    background: url(../img/sprite.png) -436px -111px no-repeat;
    overflow: hidden;
    position: relative;
    width: 357px;
    height: 91px;
    max-width: 100%;
    display: inline-block;
    margin: 5px auto;
    color: #fff;
    vertical-align: top;
    z-index: 2;
}

.btnd:after {
    content: "";
    display: block;
    width: 338px;
    height: 70px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 9px
}

.btnd--orange:after {
    background-color: #fd9423
}

.btnd--red:after {
    background-color: #ff4949
}

.btnd--green:after {
    background-color: green
}

.btnd--blue:after {
    background-color: #00f
}

.btnd--pink {
    cursor: pointer
}

.btnd--pink:after {
    background-color: #f06e76
}

.btnd--price:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 206px;
    bottom: 18px;
    width: 1px;
    background: #fff;
    box-shadow: 1px 0 1px hsla(0, 0%, 100%, .5), -1px 0 1px hsla(0, 0%, 100%, .5);
    z-index: 1
}

.btnd--price>span {
    line-height: 1;
    font-weight: 700
}

.btnd>span {
    position: absolute;
    display: block;
    z-index: 1
}

.btnd__txt {
    top: 10px;
    bottom: 11px;
    left: 9px;
    right: 10px;
    text-align: center;
    line-height: 71px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer
}

.btnd__p1 {
    top: 12px;
    left: 57px;
    font-weight: 500;
    font-size: 57.6px
}

.btnd__p2 {
    top: 65px;
    left: 65px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9.3px
}

.btnd__p3,
.btnd__p5 {
    left: 232px;
    font-size: 25.19px
}

.btnd__p4,
.btnd__p6 {
    padding-left: 10px;
    font-size: 18px
}

.btnd__p3 {
    top: 20px
}

.btnd__p4 {
    top: 26px
}

.btnd__p5 {
    top: 49px
}

.btnd__p6 {
    top: 53px
}

.btnd2 {
    width: 338px;
    height: 71px;
    max-width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 71px;
    cursor: pointer
}

.btnd2:hover {
    text-transform: none;
    font-size: 31.19px;
    font-family: OfficinaSansBook
}

.btnd2:first-child {
    left: 15px
}

.btnd2:last-child {
    right: 15px
}

.btnd2--orange {
    background: #fd9423
}

.btnd2--orange:hover {
    background: #fdb812
}

.btnd2--red {
    background: #ff4949
}

.btnd2--red:hover {
    background: #ff5959
}

.btnd2__wrap {
    position: relative;
    margin: 0 auto;
    padding: 15px
}

.btn {
    display: inline-block;
    cursor: pointer
}

.btn--order {
    height: 36px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 21px;
    background: #0eb62b;
    color: #fff;
    cursor: pointer;
    border-radius: 6px
}

.btn--order:hover {
    background: #03a61f
}

.btn--rmore {
    display: inline-block;
    padding: 6px 20px 7px;
    border-radius: 30px;
    background-color: #f4871c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 5px 5px 1px #eb7a0b;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.btn--rmore:hover {
    background-color: #d36e0a;
    color: #fff
}

.pt_service {
    line-height: 1.55
}

.pt_service_b1 {
    padding-bottom: 10px
}

.pt_service_b1__txt1 {
    margin-bottom: 21px
}

.pt_service_b1__btns {
    margin-bottom: 16px
}

.pt_service_b1__title1,
.pt_service_b1__title2 {
    margin-bottom: 20px
}

.pt_service_b1__txt2 {
    margin-bottom: 25px
}

.pt_service_b1__txt3 {
    margin-bottom: 15px
}

.pt_service_b1__img-wrap {
    text-align: center
}

.pt_service_b1__img-wrap img {
    max-width: 100%
}

.pt_service_b2 {
    padding-top: 26px;
    padding-bottom: 10px
}

.pt_service_b2__title1 {
    margin-bottom: 22px
}

.pt_service_b2__txt1 {
    margin-bottom: 19px
}

.pt_service_b2__title2 {
    margin-bottom: 30px
}

.pt_service_b3 {
    padding-top: 32px;
    padding-bottom: 41px
}

.pt_service_b3__title1 {
    margin-bottom: 23px
}

.pt_service_b3__txt1 {
    margin-bottom: 15px
}

.pt_service_b3__form-wrap {
    margin-bottom: 32px
}

.pt_service_b3__title2 {
    margin-bottom: 18px
}

.pt_service_b3__txt2 {
    margin-bottom: 26px
}

.pt_service_b3__title3 {
    margin-bottom: 37px;
    color: #525252;
    font-size: 15px;
    font-weight: 500
}

.pt_service_b3__portfolio {
    margin-top: 56px
}

.pt_service_b4 {
    padding-top: 32px;
    padding-bottom: 40px
}

.pt_service_b4__title1 {
    margin-bottom: 22px
}

.pt_service_b4__faq {
    margin-bottom: 20px
}

.pt_service_b5 {
    padding-top: 33px
}

.pt_service_b5__title1 {
    margin-bottom: 28px
}

.pt_service_b6 {
    padding-top: 35px;
    padding-bottom: 22px
}

.pt_service_b6__title {
    margin-bottom: 25px
}

.pt_service_b6__txt {
    margin-bottom: 18px
}

.ctitle {
    line-height: 1.25;
    color: #444
}

.ctitle._h1 {
    font-size: 45px
}

.ctitle._h2 {
    font-size: 30px
}

.ctitle._h3 {
    font-size: 24px
}

.block {
    clear: both
}

.block:nth-child(odd) {
    background-color: #f9f9f9
}

.glist {
    line-height: 1.2
}

.glist li {
    font-size: 15px;
    position: relative;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 0 0 40px
}

.glist li:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -317px -361px no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0
}

.dlist {
    text-align: center
}

.dlist__item {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 260px;
    margin: 0 30px 30px;
    padding: 4px 0 15px;
    vertical-align: top
}

.dlist__item:first-child {
    background-color: #5ab41c
}

.dlist__item:nth-child(2) {
    background-color: #feb500
}

.dlist__item:nth-child(3) {
    background-color: #ef6c16
}

.dlist__item:nth-child(4) {
    background-color: #3995ac
}

.dlist__item:nth-child(5) {
    background-color: #f16f76
}

.dlist__item:last-child {
    margin-right: 0
}

.dlist__t1 {
    position: relative;
    background: #f1f1f1;
    font-size: 48px;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

.dlist__t1:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 50px 90px 0;
    border-color: transparent;
    border-top-color: #f1f1f1
}

.dlist__t1 span {
    position: relative;
    z-index: 10
}

.dlist__item:first-child .dlist__t1 {
    height: 25px;
    color: #5ab41c
}

.dlist__item:first-child .dlist__t1 span {
    line-height: 1.2
}

.dlist__item:nth-child(2) .dlist__t1 {
    height: 39px;
    color: #feb500
}

.dlist__item:nth-child(2) .dlist__t1 span {
    line-height: 1.4
}

.dlist__item:nth-child(3) .dlist__t1 {
    height: 52px;
    color: #ef6c16
}

.dlist__item:nth-child(3) .dlist__t1 span {
    line-height: 1.6
}

.dlist__item:nth-child(4) .dlist__t1 {
    height: 66px;
    color: #3995ac
}

.dlist__item:nth-child(4) .dlist__t1 span {
    line-height: 1.75
}

.dlist__item:nth-child(5) .dlist__t1 {
    height: 80px;
    color: #f16f76
}

.dlist__item:nth-child(5) .dlist__t1 span {
    line-height: 2.1
}

.dlist__t2 {
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    padding: 0 15px;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 20px
}

.dlist__t2 span {
    color: #f1f1f1;
    font-size: 18px
}

.p_aboutUs {
    line-height: 1.55
}

.p_aboutUs_b1__content-wrap,
.p_aboutUs_b1__img-wrap {
    margin-bottom: 30px;
    text-align: center
}

.p_aboutUs_b1__img-wrap {
    overflow: hidden
}

.p_aboutUs_b1__title2,
.p_aboutUs_b1__txt1 {
    margin-bottom: 20px
}

.p_aboutUs_b1__txt2 {
    margin-bottom: 15px
}

.p_aboutUs_b2 {
    padding-top: 32px;
    padding-bottom: 15px
}

.p_aboutUs_b2__title1 {
    margin-bottom: 25px
}

.p_aboutUs_b2__img-wrap {
    margin-bottom: 15px;
    padding-top: 10px;
    text-align: center
}

.p_aboutUs_b3 {
    padding-top: 33px
}

.p_aboutUs_b3__title1 {
    margin-bottom: 25px
}

.p_aboutUs_b4 {
    padding-top: 33px;
    padding-bottom: 12px
}

.p_aboutUs_b4__title1 {
    margin-bottom: 20px
}

.p_aboutUs_b4__txt1 {
    margin-bottom: 25px
}

.p_aboutUs_b5 {
    padding-top: 30px;
    padding-bottom: 55px
}

.p_aboutUs_b5__title1 {
    margin-bottom: 15px
}

.p_reviews {
    line-height: 1.55
}

.p_reviews_b1__txt1 {
    margin-bottom: 30px
}

.p_reviews_b2 {
    padding-top: 30px
}

.p_reviews_b2__title1 {
    margin-bottom: 30px
}

.p_reviews_b3 {
    padding-top: 30px;
    padding-bottom: 55px
}

.p_reviews_b3__title1 {
    margin-bottom: 15px
}

.p_reviews_b3__txt1 {
    margin-bottom: 10px
}

.reviews__slides {
    position: relative;
    overflow: hidden
}

.reviews__slide {
    -webkit-transition: all, 1s;
    transition: all, 1s;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -1;
    visibility: hidden
}

.reviews__slide.active {
    position: relative;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.reviews__wrap .reviews__item {
    margin-bottom: 28px;
    padding: 20px 18px 10px 19px;
    border: 1px solid #e9e9e9;
    border-radius: 10px
}

.slider .reviews__item {
    position: relative;
    overflow: hidden;
    width: 215px;
    margin-right: 15px;
    padding: 3px 3px 8px;
    background: #fff;
    border-radius: 8px;
    text-align: center
}

.slider .reviews__header {
    position: relative;
    min-height: 52px;
    margin: 0 -3px 8px;
    padding: 7px 3px 10px;
    background: rgba(0, 0, 0, .1);
    line-height: 1.1
}

.slider .reviews__header:before {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1)
}

.reviews__wrap .reviews__img-wrap {
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center
}

.reviews__wrap .reviews__img-wrap+div {
    overflow: hidden
}

.slider .reviews__img-wrap {
    position: relative;
    z-index: 100;
    width: 210px;
    height: 163px;
    margin: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    line-height: 163px
}

.slider .reviews__img-wrap img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.reviews__wrap .reviews__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.reviews__wrap .reviews__item-head {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1
}

.reviews__wrap .reviews__name {
    margin: 15px 0 10px;
    color: #525252
}

.slider .reviews__name {
    height: 32px;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #fff
}

.slider .reviews__txt {
    margin-bottom: 8px;
    padding: 0 15px;
    min-height: 113px;
    max-height: 113px;
    overflow: hidden
}

.slider .reviews__txt.active {
    max-height: 500px;
    height: auto
}

.reviews__link-wrap {
    padding: 0 8px;
    text-align: center
}

.slider .reviews__link {
    display: block;
    padding: 6px 0 5px;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    border-bottom: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 5px;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
    line-height: 1
}

.reviews__wrap .reviews__date,
.reviews__wrap .reviews__site {
    color: #999898;
    font-size: 12px
}

.reviews__wrap .reviews__site {
    margin-bottom: 12px
}

.slider .reviews__site {
    font-size: 12.95px
}

.reviews__nav {
    margin-bottom: 20px;
    clear: both
}

.reviews__btn-wrap {
    margin-bottom: 43px
}

logo.p_portfolio_b1 {
    padding-bottom: 53px
}

logo.p_portfolio_b1__title1,
logo.p_portfolio_b1__txt1 {
    margin-bottom: 15px
}

.p_portfolio .portfolio {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 20px
}

.portfolio__item {
    position: relative;
    margin-bottom: 48px;
    background: #edf0f0;
    text-align: center!important
}

.slider .portfolio__item {
    overflow: hidden;
    width: 475px;
    margin: 0 15px;
    padding: 50px 0 0;
    background: #fff;
    border-radius: 10px
}

.portfolio-wrap .portfolio__item {
    margin: 0 auto 30px;
    padding: 9px
}

.portfolio-wrap .portfolio__item:after,
.portfolio-wrap .portfolio__item:before {
    content: "";
    display: block;
    position: absolute
}

.portfolio-wrap .portfolio__item:before {
    top: -9px;
    right: -4px;
    bottom: -9px;
    left: -4px;
    z-index: -1;
    background: #edf0f0;
    -webkit-transform: skew(2deg, -3deg);
    -ms-transform: skew(2deg, -3deg);
    transform: skew(2deg, -3deg)
}

.portfolio-wrap .portfolio__item:after {
    background: url(../img/sprite.png) -928px -405px no-repeat;
    width: 16px;
    height: 26px;
    top: -22px;
    right: 21px
}

.portfolio-wrap .portfolio__item:nth-child(3n):after {
    background-position: -928px -405px
}

.portfolio-wrap .portfolio__item:nth-child(2n):after {
    background-position: -1029px -512px
}

.portfolio-wrap .portfolio__item:nth-child(4n):after {
    background-position: -492px -555px
}

.portfolio-wrap .portfolio__item.hidden {
    -webkit-transform: scale(3) rotate(-90deg);
    -ms-transform: scale(3) rotate(-90deg);
    transform: scale(3) rotate(-90deg);
    width: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow: hidden
}

.portfolio-wrap .portfolio__item.hidden:after,
.portfolio-wrap .portfolio__item.hidden:before {
    display: none
}

.portfolio__logo {
    display: block
}

.slider .portfolio__logo {
    margin: 0 auto 40px
}

.portfolio-wrap .portfolio__logo {
    margin: 0 auto 15px;
    max-height: 35px
}

.portfolio__logo img {
    max-width: 100%
}

.portfolio__image {
    position: relative;
    display: inline-block;
    width: 120px;
    margin-bottom: 10px
}

.portfolio__image img {
    max-width: 100%
}

.portfolio__file {
    background: url(../img/sprite.png) -1010px -578px no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -9px;
    right: -12px
}

.portfolio-wrap .portfolio__site {
    color: #696969;
    font-size: 15px
}

.slider .portfolio__site {
    position: relative;
    padding: 19px 15px 17px;
    font-size: 17px;
    line-height: 1.1
}

.slider .portfolio__site:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    border: 2px dashed
}

.portfolio__sdesc {
    min-height: 90px;
    margin-bottom: 25px;
    padding: 17px 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.35;
    display: -ms-flexbox;
    display: box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.portfolio__desc {
    margin-bottom: 25px;
    padding: 0 53px 0 62px
}

.portfolio__title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px
}

.portfolio-filter {
    margin: 0 -14px 40px
}

.portfolio-filter li {
    display: inline-block;
    width: 70px;
    margin: 15px 14px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #525252;
    cursor: pointer;
    vertical-align: top
}

.portfolio-filter li.active,
.portfolio-filter li:hover {
    color: #f05d0d
}

.portfolio-filter img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 100%
}

.p_prices_b2 {
    padding-top: 33px;
    padding-bottom: 42px
}

.p_prices_b2__title1 {
    margin-bottom: 28px
}

.p_prices_b3 {
    padding-top: 32px
}

.p_prices_b3__title1 {
    margin-bottom: 28px
}

.prlist {
    line-height: 1.5;
    text-align: center
}

.prlist__item {
    display: inline-block;
    min-width: 220px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 20px;
    color: #149cae
}

.home .prlist__item {
    color: #fff
}

.prlist__t1,
.prlist__t2 {
    position: relative
}

.prlist__t1 {
    margin: 4px 0 18px;
    padding: 0 0 20px
}

.prlist__t1:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -869px -188px no-repeat;
    width: 23px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home .prlist__t1:before {
    background-position: -836px -188px
}

.prlist__t2 {
    width: 106px;
    height: 106px;
    margin: 9px auto;
    border: 5px solid #fff;
    background: #e3bb00;
    border-radius: 50%;
    font-size: 46.2px;
    color: #fff;
    line-height: 96px
}

.home .prlist__t2 {
    background: #27ad60
}

.prlist__t2:after,
.prlist__t2:before {
    content: "";
    display: none
}

.prlist__t2:before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    border-radius: 50%;
    background: #faf4d4
}

.prlist__t2:after {
    position: absolute;
    top: -40px;
    right: -117px;
    background: url(../img/sprite.png) -231px -793px no-repeat;
    width: 102px;
    height: 52px
}

.home .prlist__t2:after {
    background: url(../img/sprite.png) 0 -793px no-repeat
}

.prlist__item:nth-child(2n) .prlist__t2:after {
    background: url(../img/sprite.png) -119px -793px no-repeat;
    width: 102px;
    height: 53px;
    top: 76px
}

.home .prlist__item:nth-child(2n) .prlist__t2:after {
    background: url(../img/sprite.png) -803px -111px no-repeat
}

.prlist__item:last-child .prlist__t2:after {
    display: none!important
}

.no-flexbox .prlist__t2:after {
    display: none
}

.prlist__t2 span {
    font-size: 24.6px
}

.ptable {
    width: 100%;
    font-family: Roboto, sans-serif
}

.ptable thead {
    color: #fff;
    font-weight: 500
}

.ptable thead td {
    height: 55px;
    background: #149cae;
    font-size: 22px
}

.home .ptable thead td {
    background: #f97026
}

.ptable thead td:first-child {
    border-top-left-radius: 5px
}

.ptable thead td:last-child {
    border-top-right-radius: 5px
}

.ptable tbody td {
    height: 43px;
    background: #e8efef;
    font-size: 16px;
    color: #525252
}

.ptable tbody tr:nth-child(odd) td {
    background: #e3f8f8
}

.home .ptable tbody tr:nth-child(odd) td {
    background: #fff
}

.ptable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px
}

.ptable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px
}

.ptable td {
    position: relative;
    width: 25%;
    text-align: center
}

.ptable td:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) 0 -856px no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 31px
}

.ptable td:first-child:before {
    display: none
}

.p_faq_b1 {
    padding-top: 10px;
    padding-bottom: 39px
}

.p_faq_b2 {
    padding-top: 33px
}

.p_faq_b2__title1 {
    margin-bottom: 26px
}

.p_faq_b3 {
    padding-top: 30px;
    padding-bottom: 55px
}

.p_faq_b3__title1,
.p_faq_b3__txt1 {
    margin-bottom: 15px;
    text-align: center
}

.p_services2_b1 {
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 50px
}

.p_services2_b1__txt1 {
    margin-bottom: 45px
}

.pservices1 {
    padding: 60px 0 40px;
    -webkit-align-content-size: cover;
    background-size: cover
}

.pservices1__item {
    z-index: 9;
    position: relative;
    margin-bottom: 10px
}

.pservices1__item:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
    position: absolute;
    color: inherit;
    border-color: inherit;
    background-color: inherit;
    border: 5px solid
}

.pservices1_list--left .pservices1__item:before {
    left: 0
}

.pservices1__item:after {
    content: "";
    display: table;
    clear: both
}

.pservices1__list {
    list-style-type: none
}

.pservices1__list--left {
    float: left;
    padding: 30px 40px 10px 15px
}

.pservices1__list--right {
    float: right;
    padding: 30px 15px 10px 40px
}

.pservices1__inner {
    background-repeat: no-repeat;
    background-position: top
}

.pservices1__link {
    z-index: 9;
    display: inline-block;
    display: -ms-flexbox;
    display: box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    min-height: 47px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    line-height: 1.25;
    color: #fff
}

.pservices1__item:hover .pservices1__link {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

.pservices1__link:active,
.pservices1__link:focus,
.pservices1__link:hover {
    text-decoration: none;
    color: #fff
}

.pservices1__link:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .5)
}

.pservices1_list--left .pservices1__link {
    float: left
}

.pservices1_list--right .pservices1__link {
    float: right
}

.pservices1__list--left {
    padding-top: 30px;
    padding-right: 40px
}

.pservices1__list--left li:before {
    right: 0
}

.pservices1__list--right {
    padding-left: 25px
}

.pservices1__list--right li:before {
    left: 0
}

.pservices2 {
    text-align: center
}

.pservices2__item {
    display: inline-block;
    margin: 0 auto 42px
}

.pservices2__img-wrap {
    width: 196px;
    height: 196px;
    margin: 0 auto 25px
}

.pservices2__img {
    display: block;
    width: 100%;
    height: auto
}

.pservices2__link .pservices2__item:hover {
    text-decoration: underline
}

.pservices2 a {
    display: block;
    text-decoration: none;
    color: #525252;
    font-size: 18px;
    line-height: 1.25
}

.p_hp_b1 {
    position: relative;
    top: -133px;
    margin-bottom: -133px;
    padding-top: 159px;
    padding-bottom: 23px;
    background: url(../img/p-hp-b1-bg.jpg) 50% no-repeat;
    background-size: cover
}

.p_hp_b2 {
    overflow: hidden;
    background: url(../img/p-hp-b2-bg.jpg) 50% no-repeat;
    background-size: cover
}

.p_hp_b2__title,
.p_hp_b3__title,
.p_hp_b4__title {
    position: relative;
    margin-bottom: 39px
}

.p_hp_b2__title:before,
.p_hp_b3__title:before,
.p_hp_b4__title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25em;
    right: -25em;
    background: #4f524c
}

.p_hp_b2__title span,
.p_hp_b3__title span,
.p_hp_b4__title span,
.p_hp_b5__title span,
.p_hp_b6__title span {
    position: relative;
    display: inline-block;
    padding: 9px 0 10px 56px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 45px;
    line-height: 1.15
}

.p_hp_b2__title span:before,
.p_hp_b3__title span:before,
.p_hp_b4__title span:before,
.p_hp_b5__title span:before,
.p_hp_b6__title span:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -885px -271px no-repeat;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 12px;
    left: 0
}

.p_hp_b2__img-wrap {
    margin-right: 24px;
    margin-bottom: 28px
}

.p_hp_b2__txt1 {
    overflow: hidden;
    margin-bottom: 28px;
    color: #404040
}

.p_hp_b2__list1 {
    margin-bottom: 34px;
    padding: 18px 20px 5px;
    background: #fff;
    border-radius: 5px
}

.p_hp_b2__list1 li {
    margin-bottom: 18px!important;
    padding: 0 0 0 40px
}

.p_hp_b3 {
    overflow: hidden;
    padding-bottom: 43px;
    background: url(../img/p-hp-b3-bg.jpg) 50% no-repeat;
    background-size: cover
}

.p_hp_b3__title:before {
    background: rgba(0, 0, 0, .08)
}

.p_hp_b3__title span:before {
    background: url(../img/sprite.png) -788px -405px no-repeat
}

.p_hp_b4 {
    overflow: hidden;
    background: url(../img/p-hp-b4-bg.jpg) 50% no-repeat;
    background-size: cover
}

.p_hp_b4__title {
    margin-bottom: 49px
}

.p_hp_b4__title:before {
    background: hsla(0, 0%, 100%, .5)
}

.p_hp_b4__title span {
    color: #f48622
}

.p_hp_b4__title span:before {
    background: url(../img/sprite.png) -885px -212px no-repeat
}

.p_hp_b5 {
    padding-top: 58px;
    padding-bottom: 64px;
    text-align: center;
    background: url(../img/p-hp-b5-bg.jpg) repeat
}

.p_hp_b5__title {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #d7d7d7;
    font-size: 45px;
    line-height: 1.15
}

.p_hp_b5__title span {
    color: #d7d7d7
}

.p_hp_b5__title span:before {
    background: url(../img/sprite.png) -841px -405px no-repeat
}

.p_hp_b5__subtitle {
    margin: 0 auto 75px;
    color: #d7d7d7;
    font-size: 19px
}

.p_hp_b6 {
    padding-top: 25px
}

.p_hp_b6__title {
    margin-bottom: 45px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 1.15
}

.p_hp_b6__title span {
    color: #2c404f
}

.p_hp_b6__title span:before {
    background: url(../img/sprite.png) -955px -578px no-repeat;
    width: 45px;
    height: 44px
}

.p_hp_b7 {
    padding: 30px 0;
    background: #3b99d7!important;
    text-align: center
}

.p_hp_b8 {
    padding: 40px 0 35px
}

.p_hp_b8__title1,
.p_hp_b8__title2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fd9423;
    font-weight: 700
}

.p_hp_b8__btext1,
.p_hp_b8__btext3,
.p_hp_b8__btext4 {
    margin-bottom: 20px
}

.p_hp_b8__btitle1,
.p_hp_b8__btitle2 {
    margin-bottom: 22px;
    color: #525252;
    font-size: 24px;
    line-height: 1.25
}

.p_hp_b8__img-wrap,
.p_hp_b8__txt-wrap {
    margin-bottom: 20px
}

.p_hp_b8__img-wrap img {
    width: 100%;
    height: auto
}

.p_hp_b8__txt-wrap {
    overflow: hidden
}

.hpb__wrap {
    counter-reset: a
}

.hpb__link {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none
}

.hpb__item {
    position: relative;
    display: -ms-flexbox;
    display: box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 10px 45px;
    text-align: center
}

.hpb__list._left .hpb__item {
    float: left
}

.hpb__list._left .hpb__item:first-child,
.hpb__list._left .hpb__item:last-child {
    margin-left: 40px
}

.hpb__list._left .hpb__item:nth-child(2),
.hpb__list._left .hpb__item:nth-child(4) {
    margin-left: 12px
}

.hpb__list._right .hpb__item {
    float: right
}

.hpb__list._right .hpb__item:first-child,
.hpb__list._right .hpb__item:last-child {
    margin-right: 40px
}

.hpb__list._right .hpb__item:nth-child(2),
.hpb__list._right .hpb__item:nth-child(4) {
    margin-right: 12px
}

.hpb__item:before {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    font-family: OfficinaSansBook;
    color: #f7572b;
    font-size: 21.2px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -.6px
}

.hpb__list._left .hpb__item:before {
    left: 7px;
    counter-increment: a;
    content: counter(a) ". "
}

.hpb__list._right .hpb__item:before {
    right: 7px;
    counter-increment: a;
    content: counter(a) ". "
}

.hpb__item._1 {
    background: url(../img/sprite.png) -598px -271px no-repeat;
    width: 277px;
    height: 49px
}

.hpb__item._2 {
    background: url(../img/sprite.png) -553px -673px no-repeat;
    width: 263px;
    height: 50px
}

.hpb__item._3 {
    background: url(../img/sprite.png) -508px -405px no-repeat;
    width: 270px;
    height: 50px
}

.hpb__item._4 {
    background: url(../img/sprite.png) -271px -733px no-repeat;
    width: 260px;
    height: 50px
}

.hpb__item._5 {
    background: url(../img/sprite.png) -508px -465px no-repeat;
    width: 274px;
    height: 49px
}

.hpb__item._6 {
    background: url(../img/sprite.png) -598px -212px no-repeat;
    width: 277px;
    height: 49px
}

.hpb__item._7 {
    background: url(../img/sprite.png) -279px -673px no-repeat;
    width: 264px;
    height: 50px
}

.hpb__item._8 {
    background: url(../img/sprite.png) 0 -673px no-repeat;
    width: 269px;
    height: 50px;
    padding: 0 50px
}

.hpb__item._9 {
    background: url(../img/sprite.png) -208px -555px no-repeat;
    width: 274px;
    height: 49px
}

.hpb__item._10 {
    background: url(../img/sprite.png) 0 -733px no-repeat;
    width: 261px;
    height: 50px
}

.p_blog {
    font-size: 14px;
    line-height: 1.7;
    color: #5c5b5b
}

.p_blog h1,
.p_blog h2,
.p_blog h3,
.p_blog h4,
.p_blog h5,
.p_blog h6 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit
}

.p_blog h2 {
    font-size: 36px
}

.p_blog h3 {
    font-size: 24px
}

.p_blog h4 {
    font-size: 18px
}

.p_blog h5 {
    font-size: 14px
}

.p_blog h6 {
    font-size: 12px
}

.blog__item {
    margin-bottom: 43px
}

.blog .pagination {
    text-align: center
}

.bpost__info {
    float: left;
    width: 70px;
    margin-right: 20px;
    color: #5c5c5c;
    font-size: 15px
}

.bpost__info,
.bpost__info a {
    font-family: OfficinaSansBook
}

.bpost__views {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1
}

.bpost__views:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -583px -361px no-repeat;
    width: 28px;
    height: 18px;
    margin: 0 auto 10px
}

.bpost__comment-link {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #5c5c5c;
    line-height: 1
}

.bpost__comment-link:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -545px -361px no-repeat;
    width: 28px;
    height: 26px;
    margin: 0 auto 10px
}

.bpost__datetime {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 26px;
    padding-top: 12px;
    background: #5c5c5c;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #dbdbdb;
    line-height: 1
}

.bpost__datetime ._top {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.bpost__main {
    overflow: hidden;
    color: #5c5b5b;
    font-size: 14px
	
}

.bpost__img {
    width: 100%;
    height: auto;
    margin-bottom: 17px;
    cursor: pointer;
}

.bpost__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: OfficinaSansBook;
    line-height: 1.15;
    cursor: pointer;
}

.bpost__title a {
    color: #5c5b5b;
    text-decoration: none
}

.bpost__rmore-wrap {
    margin-top: 15px
}

.modal {
    position: relative;
    width: 523px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px 40px;
    background: #e9e9e9;
    border-radius: 10px;
    font-family: Roboto, sans-serif
}

.modal--cb {
    padding: 30px 50px 10px
}

.modal--order {
    width: 562px;
    padding: 16px 50px 30px;
    border: 15px solid #093;
    box-shadow: 7px 10px 0 #057e2b;
    background: #e9e9e9
}

.modal--order:after,
.modal--order:before {
    content: "";
    display: block
}

.modal--order:after {
    background: url(../img/sprite.png) -955px 0 no-repeat;
    width: 92px;
    height: 502px;
    position: absolute;
    top: 50%;
    right: -61px;
    margin-top: -251px
}

.modal--order:before {
    background: url(../img/sprite.png) -436px -212px no-repeat;
    width: 152px;
    height: 108px;
    position: absolute;
    top: -77px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.modal div.wpcf7-validation-errors,
.modal span.wpcf7-not-valid-tip {
    color: #fd3e09;
    font-size: 1.2em
}

.modal div.wpcf7-mail-sent-ok {
    color: #fff
}

.modal span.wpcf7-not-valid-tip {
    margin: 3px 0 -13px 3px
}

.modal div.wpcf7-validation-errors {
    margin: 1.25em .5em 1em;
    border: 2px solid #f7c2c2
}

.mfp-inline-holder {
    background: rgba(0, 0, 0, .5)
}

.mfp-wrap {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.mfp-wrap.mfp-ready {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.mfp-wrap .mfp-content .modal {
    display: block!important
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg,
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.mfp-3d-unfold.mfp-bg {
    -webkit-transition: all .5s;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg)
}

.mfp-3d-unfold.mfp-removing.mfp-bg,
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

	main.g-cont,
	.block .g-cont {
		position: relative;
		z-index: 2;
	} 


.breadcrumbs {
    margin-bottom: 29px
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 2px;
    padding-right: 8px;
    line-height: 1.15;
    color: #f79522
}

.breadcrumbs li:after {
    content: "/";
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 1px;
    right: 0;
    color: #f79522
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 11px;
    font-weight: 300;
    color: #f79522
}

.breadcrumbs a {
    text-decoration: none
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs li span a span {
    color: #f79522
}

.breadcrumbs li span span {
    color: #898989
}

.breadcrumbs li:last-child:after {
    display: none
}

.l-faq__q {
    position: relative;
    display: -ms-flexbox;
    display: box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 53px;
    padding: 5px 78px 5px 10px;
    border-radius: 10px;
    background: #2c404f;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    cursor: pointer
}

.p_hp .l-faq__q {
    background: #d7d7d7;
    color: #2c404f
}

.l-faq__q:after {
    content: "";
    display: block;
    background: url(../img/sprite.png) -995px -632px no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -15px
}

.l-faq__q.active {
    background: #f48622
}

.l-faq__q.active:after {
    background-position: -955px -632px
}

.l-faq__a {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
    padding: 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    text-align: center;
    color: #2c404f;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.l-faq__a.active {
    max-height: 500px;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.soc {
    float: left;
    display: block;
    margin: 2px 7px
}

.footer__soc .soc {
    float: right
}

.footer__soc .soc:last-child {
    margin-right: 12px
}

.soc._vk {
    background: url(../img/sprite.png) -431px -361px no-repeat;
    width: 28px;
    height: 28px
}

.soc._vk:hover {
    background-position: -431px -361px
}

.soc._fb {
    background: url(../img/sprite.png) -355px -361px no-repeat;
    width: 28px;
    height: 28px
}

.soc._fb:hover {
    background-position: -355px -361px
}

.frlist {
    counter-reset: b 0
}

.frlist li {
    counter-increment: b;
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
    padding-left: 48px
}

.frlist li:before {
    content: counter(b);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff8a00;
    font-weight: 500;
    font-size: 36px;
    line-height: .8
}

.frlist li:after {
    content: "";
    display: block;
    background: url(../img/sprite.png) -894px -405px no-repeat;
    width: 24px;
    height: 31px;
    position: absolute;
    top: 16px;
    left: 8px
}

.reviews__nav .pagination {
    text-align: right
}

.pagination li {
    display: inline-block;
    margin-right: 10px;
    text-align: center
}

.pagination li:last-child {
    margin-right: 0
}

.pagination a,
.pagination span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #efefef;
    border-radius: 50%;
    color: #f79522;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer
}

.pagination li.active a,
.pagination li.active span {
    background: #f79522;
    color: #fff
}

.ct2list,
.ctlist {
    text-align: center
}

.ct2list__item,
.ctlist__item {
    display: inline-block;
    width: 190px;
    margin: 0 24px 35px;
    vertical-align: top;
    line-height: 1.5
}

.ct2list__img-wrap,
.ctlist__img-wrap {
    overflow: hidden;
    width: 190px;
    height: 190px;
    margin-bottom: 20px
}

.ct2list__img,
.ctlist__img {
    display: block;
    width: 100%;
    height: auto
}

.ct2list__title,
.ctlist__title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #3995ac
}

.ctlist__item:nth-child(1n) .ct2list__title,
.ctlist__item:nth-child(1n) .ctlist__title {
    color: #3995ac
}

.ctlist__item:nth-child(2n) .ct2list__title,
.ctlist__item:nth-child(2n) .ctlist__title {
    color: #ff7835
}

.ctlist__item:nth-child(3n) .ct2list__title,
.ctlist__item:nth-child(3n) .ctlist__title {
    color: #0d5060
}

.ctlist__item:nth-child(4n) .ct2list__title,
.ctlist__item:nth-child(4n) .ctlist__title {
    color: #2fa788
}

.ctlist__item:nth-child(5n) .ct2list__title,
.ctlist__item:nth-child(5n) .ctlist__title {
    color: #ff7835
}

.ct2list__item {
    display: inline-block;
    width: 190px;
    margin: 0 24px 35px;
    vertical-align: top;
    line-height: 1.5
}

.ct2list__img-wrap {
    margin-bottom: 18px
}

.ct2list__title {
    display: inline;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    color: #ff8a00
}

.ct2list__item:nth-child(1n) .ct2list__title {
    color: #ff8a00
}

.ct2list__item:nth-child(2n) .ct2list__title {
    color: #269ea8
}

.ct2list__item:nth-child(3n) .ct2list__title {
    color: #56af26
}

.ct2list__item:nth-child(4n) .ct2list__title {
    color: #e3a000
}

.ct2list__item:nth-child(5n) .ct2list__title {
    color: #0189a5
}

.ct3list {
    text-align: center
}

.ct3list__item {
    display: inline-block;
    margin-bottom: 35px;
    color: #525252;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: top
}

.ct3list__img-wrap {
    text-align: center;
    width: 170px;
    margin: 0 auto 20px
}

.ct3list__title {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 24px;
    color: #525252
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: -100%;
    left: 50%;
    display: block;
    max-height: 0;
    background: rgba(0, 0, 0, .75);
    font-family: OfficinaSansBook;
    font-size: 12px;
    line-height: 1.5;
    color: #dbdbdb;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip__toggler:hover .tooltip {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    max-height: 100px;
    padding: 2px 15px
}

.tooltip:before {
    content: "";
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border: 5px solid transparent;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, .75)
}

.c-list,
.tooltip:before {
    position: absolute;
    left: 0
}

.c-list {
    top: 0;
    max-width: 245px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.c-list__wrap {
    position: relative;
    overflow: hidden;
    float: left;
    width: 0;
    height: 0
}

._has_sticky_header .c-list__wrap {
    width: 180px;
    height: 22px
}

.c-list__wrap:hover {
    overflow: visible
}

.c-list__wrap a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 32px;
    font-size: 16px;
    color: #1e4b6e;
    line-height: 1;
    text-decoration: none
}

.c-list__wrap a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.c-list__wrap a._phone {
    font-size: 19px
}

.c-list__wrap a._phone:before {
    background: url(../img/sprite.png) -858px -465px no-repeat;
    width: 23px;
    height: 22px
}

.c-list__wrap a._email:before {
    background: url(../img/sprite.png) -825px -465px no-repeat;
    width: 23px;
    height: 22px
}

.c-list__wrap a._skype:before {
    background: url(../img/sprite.png) -792px -465px no-repeat;
    width: 23px;
    height: 22px
}

.post-ratings {
    margin-bottom: 30px;
    padding-bottom: 7px;
    text-align: center
}

.widget {
    margin-bottom: 23px
}

.widget--search {
    border-radius: 10px;
    background: #5c5c5c
}

.widget__title {
    padding: 14px 10px 13px;
    background: #5c5c5c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-family: OfficinaSansBook;
    font-size: 19px;
    font-weight: 700;
    color: #e6e6e6;
    line-height: 1.1
}

.widget__content {
    background: #f5f5f5
}

.widget--popPosts .widget__content {
    padding: 20px 20px 0 19px
}

.wcats {
    font-family: OfficinaSansBook;
    color: #5c5b5b;
    font-size: 16px;
    line-height: 1.15
}

.wcats__item {
    padding: 8px 10px 6px
}

.wcats__item.active,
.wcats__item:hover {
    background: #e6e6e6
}

.wcats a,
.wcats span {
    position: relative;
    display: block;
    padding-left: 15px;
    text-decoration: none;
    font-size: 16px;
    color: #5c5b5b
}

.wcats a:before,
.wcats span:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -902px -188px no-repeat;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 0
}

.wpopposts__item {
    margin-bottom: 10px
}

.wpopposts__link {
    font-family: OfficinaSansBook;
    font-size: 14px;
    color: #5c5b5b;
    line-height: 1.3;
    text-decoration: none
}

.wpopposts__item:hover .wpopposts__link {
    text-decoration: underline
}

.wpopposts__img-wrap {
    display: block;
    margin-bottom: 8px
}

.wpopposts__img {
    display: block;
    width: 100%;
    height: auto
}

.slider {
    margin-bottom: 50px
}

.slider__wrap {
    position: relative
}

.slider__wrap--pfolio {
    padding: 0 65px
}

.slider__wrap--reviews:after,
.slider__wrap--reviews:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 100
}

.slider__wrap--reviews:before {
    left: 0;
    background: -webkit-linear-gradient(left, #fff 10%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, #fff 10%, hsla(0, 0%, 100%, 0))
}

.slider__wrap--reviews:after {
    right: 0;
    background: -webkit-linear-gradient(right, #fff 10%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(270deg, #fff 10%, hsla(0, 0%, 100%, 0))
}

.slider__nav-wrap {
    margin-bottom: 50px;
    text-align: center
}

.slider__nav {
    cursor: pointer
}

.slider__wrap--pfolio .slider__nav {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #2c404f;
    border-radius: 50%;
    cursor: pointer
}

.slider__wrap--pfolio .slider__nav:hover {
    background: #ff8314
}

.slider__wrap--pfolio .slider__nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    width: 0;
    height: 0;
    border: 12px solid transparent
}

.slider__wrap--pfolio .slider__nav._prev {
    left: 0
}

.slider__wrap--pfolio .slider__nav._prev:before {
    border-right: 14px solid #fff;
    left: 2px
}

.slider__wrap--pfolio .slider__nav._next {
    right: 0
}

.slider__wrap--pfolio .slider__nav._next:before {
    right: 15px;
    border-right: 0;
    border-left: 14px solid #fff
}

.slider__wrap--reviews .slider__nav {
    position: relative;
    display: inline-block;
    width: 127px;
    height: 42px;
    margin: 0 10px;
    background: #2c404f;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 44px
}

.slider__wrap--reviews .slider__nav:before {
    content: "";
    display: block;
    background: url(../img/sprite.png) -923px -465px no-repeat;
    width: 11px;
    height: 20px;
    position: absolute;
    top: 12px
}

.slider__wrap--reviews .slider__nav._prev {
    padding-left: 20px
}

.slider__wrap--reviews .slider__nav._prev:before {
    left: 22px
}

.slider__wrap--reviews .slider__nav._next {
    padding-right: 20px
}

.slider__wrap--reviews .slider__nav._next:before {
    background: url(../img/sprite.png) -1035px -632px no-repeat;
    right: 22px
}

.slider__navList li {
    position: relative;
    height: 83px;
    margin-bottom: 8px;
    padding: 5px 10px 5px 15px;
    border: 1px solid transparent;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #e9ebf0, #bdcbda);
    background: linear-gradient(180deg, #e9ebf0, #bdcbda);
    color: #262626;
    font-size: 12px;
    line-height: 1.25
}

.slider__navList li a {
    color: #262626
}

.slider__navList li.active,
.slider__navList li:hover {
    background: url(../img/sprite.png) no-repeat;
    background-repeat: repeat;
    color: #fff
}

.slider__navList li.active a,
.slider__navList li:hover a {
    color: #fff
}

.slider__navList li.active:after,
.slider__navList li.active:before {
    content: "";
    display: block;
    z-index: 999
}

.slider__navList li.active:before {
    background: url(../img/sprite.png) no-repeat;
    background-repeat: repeat;
    width: 52px;
    height: 83px;
    position: absolute;
    left: -52px;
    top: 0
}

.slider__navList li.active:after {
    background: url(../img/sprite.png) no-repeat;
    width: 19px;
    height: 45px;
    position: absolute;
    left: -39px;
    top: 19px
}

.hp-top-slider {
    position: relative
}

.hp-top-slider__thumb {
    float: right;
    overflow: hidden;
    width: 92px;
    height: 72px;
    padding: 5px
}

.hp-top-slider__thumb img {
    width: 100%
}

.hp-top-slider__title {
    font-size: 17px;
    font-weight: medium
}

.hp-top-slider__text {
    text-align: justify
}

.p-404 {
    padding-top: 40px
}

.p-404__inner-wrap {
    position: relative;
    max-width: 810px;
    margin: 0 auto
}

.p-404__inner-wrap:before {
    content: "";
    display: block;
    width: 300px;
    margin: 0 auto -75px;
    padding-top: 52%;
    background: url(../img/404-feather.png) 0 0 no-repeat;
    background-size: contain
}

.p-404__go-home-wrap {
    position: relative;
    width: 145px;
    height: 134px;
    margin: -27px auto 0;
    padding: 50px 5px 0 0;
    background: url(../img/404-honey-keg.png) 0 0 no-repeat;
    text-align: center;
    line-height: 1.15
}

.p-404__go-home-wrap:after {
    position: absolute;
    bottom: -8px;
    right: -75px;
    width: 65px;
    height: 31px;
    background: url(../img/404-small-blobs.png) 0 0 no-repeat
}

.p-404__go-home {
    text-transform: uppercase;
    font-size: 13.5px;
    color: #000403;
    text-decoration: none;
    line-height: 1
}

.p-404__go-home:hover {
    text-decoration: underline
}

.p-404__main {
    margin: 15px auto 125px
}

.p-404__blob {
    position: relative;
    background: url(../img/404-big-blob-1.png) 0 0 no-repeat;
    width: 320px;
    height: 200px;
    max-width: 100%;
    background-size: 100%;
    padding-top: 70px;
    text-align: center
}

.p-404__blob:after,
.p-404__blob:before {
    content: "";
    display: none;
    position: absolute
}

.p-404__blob:before {
    bottom: 0;
    left: 0
}

.p-404__blob:after {
    left: 225px;
    top: 150px
}

.p-404__title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    color: #ffa900;
    font-weight: 500
}

.p-404__content {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #000403
}

.b-scrollable {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

._has_sticky_header .b-scrollable {
    position: fixed;
    top: 40%
}

.b-scrollable__cp,
.b-scrollable__lswitch {
    float: right
}

.b-cp {
    border-radius: 50%;
    background: #f79522;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    width: 33px;
    height: 33px;
    line-height: 33px
}

.b-cp span {
    display: none
}

.lswitch__item {
    display: block;
    border-radius: 50%;
    margin-bottom: 20px;
    background: #c7decb;
    color: #0eb62b;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-decoration: none
}

.lswitch__item:last-child {
    margin-bottom: 0!important
}

.lswitch__item--active {
    background: #0eb62b;
    color: #fff
}

@media only screen and (min-width:100px) {
    .portfolio__desc {
        height: 220px;
        overflow: hidden
    }
}

@media only screen and (min-width:400px) {
    .header__left {
        width: 29%;
        max-width: 324px;
        padding-right: 3%
    }
    .header__center,
    .header__left {
        float: left
    }
    .btnd {
        margin: 5px 14px
    }
    .p_aboutUs_b2__img-wrap img {
        max-width: 100%
    }
    .pservices2__item {
        margin: 0 4% 42px
    }
    .p_hp_b2__img-wrap {
        float: left
    }
    .p-404__go-home-wrap {
        margin-right: 21.119%
    }
}

@media only screen and (min-width:450px) {
    .p_hp_b5__subtitle {
        max-width: 430px
    }
}

@media only screen and (min-width:500px) {
    .p-404__inner-wrap:before {
        width: 468px;
        height: 340px;
        margin: 0 auto;
        padding: 0
    }
}

@media only screen and (min-width:550px) {
    .portfolio-wrap .portfolio {
        margin-left: -2%;
        margin-right: -2%
    }
    .portfolio-wrap .portfolio__item {
        float: left;
        height: 240px;
        width: 45%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }
    .p-404__main {
        margin: -37px auto 125px
    }
    .p-404__blob {
        width: 440px;
        height: 245px;
        padding-top: 105px
    }
}

@media only screen and (min-width:600px) {
    #pfcf-popup {
    width: 100% !important;
    position: absolute!important;
    margin: 0 auto!important;
    height: auto!important;
    
    color: rgb(0, 0, 0) !important;
    top: 335px!important;
    left: 0%!important;
    
}
    ._g-aside {
        width: 425px;
        max-width: 48%;
        float: left;
        margin-right: 36px
    }
    .header__right {
        float: right
    }
    ._has_sticky_header .header__btn {
        width: 100%
    }
    .footer__left {
        width: 80%
    }
    .footer__serv-link {
        float: right
    }
    .nav__toggle {
        margin: 0 0 0 30px
    }
    .p_reviews_b1__txt1 {
        margin-left: 9.5%;
        margin-right: 9.5%
    }
    .l-faq__a {
        margin-left: 54px;
        margin-right: 54px
    }
    .ct3list__item {
        width: 320px
    }
}

@media only screen and (min-width:700px) {
    .g-blog {
        float: left;
        width: 70%;
        margin-right: 3%;
        margin-bottom: 25px
    }
    .pservices2__item {
        margin: 0 7% 42px
    }
    .p-404__blob:after,
    .p-404__blob:before {
        display: block
    }
    .p-404__title {
        font-size: 28px
    }
    .p-404__content {
        margin-left: 310px;
        text-align: left
    }
    .b-cp,
    .lswitch__item {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

@media only screen and (min-width:720px) {
    .form__wrap--services .form__inner {
        padding: 25px 52px 30px
    }
}

@media only screen and (min-width:740px) {
    .btnd2 {
        position: absolute;
        top: 15px
    }
}

@media only screen and (min-width:750px) {
    .footer__left {
        width: 75%
    }
    .p_aboutUs_b1__content-wrap img,
    .pt_service_b1__img-wrap img {
        width: 100%
    }
}

@media only screen and (min-width:760px) {
    .btnd2__wrap {
        background: url(../img/sprite.png) -211px 0 no-repeat;
        width: 734px;
        height: 101px
    }
}

@media only screen and (min-width:800px) {
    .footer__left {
        width: 70%
    }
    .btnd {
        margin: 0 14px
    }
    .portfolio-wrap .portfolio {
        margin-left: -1.5%;
        margin-right: -1.5%
    }
    .portfolio-wrap .portfolio__item {
        width: 30%
    }
    .pservices2__item {
        margin: 0 3.8% 42px
    }
    .p_hp_b8__img-wrap {
        float: right;
        margin: 0 0 0 25px
    }
    .p_hp_b8__text2 .p_hp_b8__img-wrap {
        float: left;
        margin: 0 25px 0 0
    }
    .slider__navList {
        float: right;
        width: 348px
    }
}

@media only screen and (min-width:830px) {
    .form__wrap--services .form__inner:after {
        display: block
    }
}

@media only screen and (min-width:840px) {
    .p_faq_b3__txt1 {
        width: 840px
    }
}

@media only screen and (min-width:900px) {
    .footer__left {
        width: 65%
    }
    .pservices2__item {
        margin: 0 5% 42px;
        width:250px;
        border:1px solid #eaeaea; 
        background:#f9f9f9;
        font-weight:bold;
    }

    .hpb__wrap {
        background: url(../img/hpbanner.png) 50% no-repeat
    }
    .hpb__list {
        width: 320px
    }
    .hpb__list._left {
        float: left
    }
    .hpb__list._right {
        float: right
    }
    .hp__list._left .hpb__item {
        float: left
    }
    .hp__list._right .hpb__item {
        float: right
    }
}

@media only screen and (min-width:970px) {
    .form__wrap--services {
        width: 950px;
        max-width: 100%
    }
}

@media only screen and (min-width:1000px) {
    .pservices1__list {
        float: left;
        clear: none;
        text-align: inherit;
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }
    .pservices1__list:after,
    .pservices1__list:before {
        content: "";
        display: table
    }
    .pservices1__list:after {
        clear: both;
        zoom: 1
    }
    .p-404 {
        padding-top: 110px
    }
}

@media only screen and (min-width:1020px) {
    .prlist {
        display: -ms-flexbox;
        display: box;
        display: -webkit-box;
        display: flex;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .prlist__item {
        min-width: 200px
    }
    .prlist__item:nth-child(2n) {
        display: -ms-flexbox;
        display: box;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .prlist__item:nth-child(2n) .prlist__t1 {
        margin: 18px 0 4px;
        padding: 20px 0 0
    }
    .prlist__item:nth-child(2n) .prlist__t1:before {
        background-position: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto
    }
    .home .prlist__item:nth-child(2n) .prlist__t1:before {
        background-position: -803px -188px
    }
}

@media only screen and (min-width:1075px) {
    .header__phones {
        max-width: 1000px;
        margin-bottom: 5px
    }
    .nav__toggle {
        display: none
    }
    .prlist__t2:after,
    .prlist__t2:before {
        display: block
    }
}

@media only screen and (min-width:1100px) {
    .portfolio-wrap .portfolio {
        margin-left: -2%;
        margin-right: -2%
    }
    .portfolio-wrap .portfolio__item {
        width: 22%
    }
    .wcats__item {
        padding: 8px 10px 6px 42px
    }
    .wcats a,
    .wcats span {
        padding-left: 26px
    }
}

@media only screen and (min-width:1140px) {
    ._has_sticky_header .lswitch__item {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:1148px) {
    .dlist {
        padding-left: 63px;
        padding-right: 65px
    }
    .dlist__item {
        float: left;
        margin: 0 30px 30px 0
    }
}

@media only screen and (min-width:1150px) {
    .footer__left {
        width: 60%
    }
}

@media only screen and (min-width:1178px) {
    .g-cont {
        padding: 0
    }
    .ct2list,
    .ctlist {
        margin-left: -24px;
        margin-right: -24px
    }
    .b-scrollable {
        right: 15px
    }
}

@media only screen and (min-width:1200px) {
    .pservices1__inner {
        min-height: 800px
    }
    .pservices1__link {
        width: 187px
    }
    .pservices1__link:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        z-index: -1;
        background-color: #1b5b80;
        height: 1px;
        left: 0;
        right: 0
    }
    .pservices1_list--left .pservices1__link:before {
        left: 0;
        width: 300%
    }
    .pservices1_list--right .pservices1__link:before {
        left: 0
    }
    .pservices1__list--left li {
        padding-right: 40px
    }
    .pservices1__list--left li .pservices1__link {
        float: left;
        text-transform: unset;
    }
    .pservices1__list--left li:first-child .pservices1__link {
        margin-left: 213px
    }
    .pservices1__list--left li:first-child .pservices1__link:before {
        left: 213px
    }
    .pservices1__list--left li:nth-child(2) .pservices1__link {
        margin-left: 174px
    }
    .pservices1__list--left li:nth-child(2) .pservices1__link:before {
        left: 174px
    }
    .pservices1__list--left li:nth-child(3) .pservices1__link {
        margin-left: 134px
    }
    .pservices1__list--left li:nth-child(3) .pservices1__link:before {
        left: 134px
    }
    .pservices1__list--left li:nth-child(4) .pservices1__link {
        margin-left: 151px
    }
    .pservices1__list--left li:nth-child(4) .pservices1__link:before {
        left: 151px
    }
    .pservices1__list--left li:nth-child(5) .pservices1__link {
        margin-left: 110px
    }
    .pservices1__list--left li:nth-child(5) .pservices1__link:before {
        left: 110px
    }
    .pservices1__list--left li:nth-child(6) .pservices1__link {
        margin-left: 64px
    }
    .pservices1__list--left li:nth-child(6) .pservices1__link:before {
        left: 64px
    }
    .pservices1__list--left li:nth-child(8) .pservices1__link {
        margin-left: 30px
    }
    .pservices1__list--left li:nth-child(8) .pservices1__link:before {
        left: 30px
    }
    .pservices1__list--left li:nth-child(9) .pservices1__link {
        margin-left: 70px
    }
    .pservices1__list--left li:nth-child(9) .pservices1__link:before {
        left: 70px
    }
    .pservices1__list--left li:nth-child(10) .pservices1__link {
        margin-left: 106px
    }
    .pservices1__list--left li:nth-child(10) .pservices1__link:before {
        left: 106px
    }
    .pservices1__list--left li:nth-child(11) .pservices1__link {
        margin-left: 110px
    }
    .pservices1__list--left li:nth-child(11) .pservices1__link:before {
        left: 110px
    }
    .pservices1__list--right li .pservices1__link {
        float: right
    }
    .pservices1__list--right li:first-child .pservices1__link {
        margin-right: 187px
    }
    .pservices1__list--right li:first-child .pservices1__link:before {
        right: 187px
    }
    .pservices1__list--right li:nth-child(2) .pservices1__link {
        margin-right: 147px
    }
    .pservices1__list--right li:nth-child(2) .pservices1__link:before {
        right: 147px
    }
    .pservices1__list--right li:nth-child(3) .pservices1__link {
        margin-right: 107px
    }
    .pservices1__list--right li:nth-child(3) .pservices1__link:before {
        right: 107px
    }
    .pservices1__list--right li:nth-child(4) .pservices1__link {
        margin-right: 126px
    }
    .pservices1__list--right li:nth-child(4) .pservices1__link:before {
        right: 126px
    }
    .pservices1__list--right li:nth-child(5) .pservices1__link {
        margin-right: 146px
    }
    .pservices1__list--right li:nth-child(5) .pservices1__link:before {
        right: 146px
    }
    .pservices1__list--right li:nth-child(6) .pservices1__link {
        margin-right: 100px
    }
    .pservices1__list--right li:nth-child(6) .pservices1__link:before {
        right: 100px
    }
    .pservices1__list--right li:nth-child(7) .pservices1__link {
        margin-right: 70px
    }
    .pservices1__list--right li:nth-child(7) .pservices1__link:before {
        right: 70px
    }
    .pservices1__list--right li:nth-child(9) .pservices1__link {
        margin-right: 45px
    }
    .pservices1__list--right li:nth-child(9) .pservices1__link:before {
        right: 45px
    }
    .pservices1__list--right li:nth-child(10) .pservices1__link {
        margin-right: 80px
    }
    .pservices1__list--right li:nth-child(10) .pservices1__link:before {
        right: 80px
    }
    .pservices1__list--right li:nth-child(11) .pservices1__link {
        margin-right: 65px
    }
    .pservices1__list--right li:nth-child(11) .pservices1__link:before {
        right: 65px
    }
    .pservices1__list--right li:nth-child(12) .pservices1__link {
        margin-right: 80px
    }
    .pservices1__list--right li:nth-child(12) .pservices1__link:before {
        right: 80px
    }
}

@media only screen and (min-width:1350px) {
    .b-scrollable {
        right: 30px
    }
}

@media only screen and (min-width:1440px) {
	.p_blog .g-cont,
	.block .g-cont {
		position: relative;
		z-index: 2;
	} 
    .b-scrollable {
        left: 0;
	right: 0;
        max-width: 97%!important;
	z-index: 1;
    }
    .b-scrollable__cp {
        left: 0;
        float: left
    }
    .b-scrollable__cp,
    .b-scrollable__lswitch {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .b-scrollable__lswitch {
        right: 0
    }
    .b-cp {
        width: 120px;
        height: 120px;
        background: #0eb62b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
        line-height: 40px;
	position: static!important;
	padding-top: 35px;
    }
    .b-cp span {
        display: block;
	width: 100%;
        line-height: 20px
    }
}

@media only screen and (max-width:1439px) {
    .b-scrollable__cp {
        margin-bottom: 20px
    }
    .b-scrollable__lswitch {
        clear: both
    }
}

@media only screen and (max-width:1200px) {
    .pservices1__link {
        width: 100%
    }
}

@media only screen and (max-width:1075px) {
    .nav--header .menu li {
        display: block;
        margin-bottom: 25px
    }
    .nav--header .menu a {
        display: block;
        line-height: 1.3
    }
    .nav--header {
        position: absolute;
        top: -25em;
        background: #fff;
        padding: 30px 30px 0;
        border: 1px solid rgba(249, 150, 34, .19);
        right: 140px
    }
    ._mobile_menu_is_on .nav--header {
        top: 0;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        visibility: visible;
        height: auto
    }
}


  .menu-item-111 .arrow_menu {
    display: none;
}

@media (max-width:600px) {
	.header {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	}
	.header__phones {
		max-width: 270px;
	}
	.header__phones a.telephone {
	    margin: 0 15px 12px;
	    padding-left: 32px;
	    font-size: 16px;
	    letter-spacing: 0;
	}
	.header__nav { z-index: 99; }
	.title, .ctitle {
		font-size: 24px!important;
	}
	.dlist__item:last-child {
	    margin-right: 30px;
	}
	.g-cont.p_hp_b2__title span {
		font-size: 20px!important;
	}
	.p_hp_b2,
	.p_hp_b3,
	.p_hp_b4,
	.p_hp_b5 {
		position: relative;
		top: -133px;
	}
	.p_hp_b6 {
		position: relative;
		top: -63px;
	}
	.ptable thead td {
	    font-size: 13px;
	}
	.ptable tbody td {
	    font-size: 13px;
	}
	.p_prices_b2__table tbody td {
	    font-size: 11px;
	}
	.table-wrap {
	    padding: 2rem 3px;
	}
}


@media only screen and (max-width:800px) {
    .hp-top-slider__text br {
        display: none
    }
}

@media only screen and (max-width:740px) {
    .btnd2 {
        margin: 15px auto
    }
}

@media only screen and (max-width:660px) {
    .header__phones {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width:500px) {
    .nav--header {
        right: 130px
    }
}

@media only screen and (max-width:450px) {
    .hp-top-slider__text {
        display: none
    }
}
