@import url('base.css');
.header {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.header .container {
    padding-top: 30px;
    padding-bottom: 30px;
    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;
}

.slider {
    width: 100%;
}

.slider img {
    width: 100%;
}

.logo {
    width: 143px;
    float: left;
}

.logo img {
    max-width: 100%;
}

.top_nav {
    width: 100%;
    background: #f4f4f4;
    padding: 0px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 40px;
}

.top_nav .to_right {
    margin-left: auto;
}

.top_nav .to_right div {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #78aedc;
}

.top_nav .to_right div:last-of-type {
    margin: 0 0px 0 5px;
}

.gmap {
    width: 25px;
    height: 25px;
    background: #ffb32e url(../images/ico/pointer.png) no-repeat center;
    background-size: 12px;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    top: -3px;
}

.gmap:hover {
    background: #c37c00 url(../images/ico/pointer.png) no-repeat center;
    background-size: 12px;
}

.top_nav .callback {
    font-size: 15px;
    color: rgba(141, 141, 141, 255);
}

.top_nav a:hover {
    text-decoration: none;
    color: #78aedc;
}

.top_phone a {
    font-size: 15px;
    color: rgba(141, 141, 141, 255);
}

.top_nav .nets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_nav .nets a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.top_menu {
    margin: 0 0px 0 40px;
    padding: 10px 0 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.top_menu li a {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.top_menu li a {
    font-size: 16px;
    color: rgba(77, 77, 77, 255);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    display: block;
}

.top_menu li.active a,
.top_menu li a:hover {
    color: #78aedc;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
}

.after_slider {
    margin: 60px 0 60px;
}

.after_slider p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(175, 175, 175, 255);
}

.shall_cats {
    margin: 0 -15px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog .shall_cats {
    margin: 0 -10px;
}

.cats_one {
    vertical-align: top;
    width: calc(33.33333% - 30px);
    margin: 0 15px 30px 15px;
    position: relative;
}

.catalog .cats_one {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
}

.cats_one img {
    display: block;
    border-radius: 20px;
    max-width: 100%;
}

.cats_one p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: rgba(90, 90, 90, 255);
    line-height: 1.4;
    position: relative;
}

.cats_one p:before {
    content: '';
    width: 33px;
    height: 5px;
    border-radius: 0 30px 30px 0;
    background: #78aedc;
    position: absolute;
    top: 13px;
    left: -50px
}

.descr {
    width: 90%;
    height: 35%;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 30px;
    padding: 5px 70px 0px 50px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cats_one:hover .descr {
    background: rgba(125, 125, 125, 0.9);
    border-top-right-radius: 30px;
}

.cats_one:hover p {
    color: #fff;
}

.shall_span_2 {
    margin: 60px 0 60px 0;
    width: 100%;
    font-size: 0;
}

.span_2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 70px 30px 70px 30px;
}

.span_2 h4 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #fff;
}

.span_2 p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

.span_2 .ico {
    width: 150px;
    height: 150px;
    background: #f0f0f0 url(../images/ico/photo.png) no-repeat center;
    border-radius: 50%;
    float: left;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.span_2 .ico:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #566b92 url(../images/ico/photo33.png) no-repeat center;
}

.right_ico {
    float: right;
    width: calc(100% - 150px);
    padding-left: 30px;
}

.span_2.cat {
    background: #78aedc
}

.span_2.calc {
    background: #91c4ef;
}

.span_2.calc .ico {
    background: #f0f0f0 url(../images/ico/ico2.png) no-repeat center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.span_2.calc .ico:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #566b92 url(../images/ico/ico22.png) no-repeat center;
}

.shall_our_works {
    margin: 0 -15px 80px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shall_our_works .work_one:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.shall_news {
    margin: 0 -10px 0;
    font-size: 0;
}

.section_name {
    font-size: 36px;
    color: rgba(81, 81, 81, 255);
    margin-right: 20px;
}

.work_one {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333333% - 30px);
    margin: 0 15px;
    max-height: 257px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.work_one img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 20px;
    height: 100%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.news_one {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    margin: 0 10px;
}

.news_one img:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news_one h5:hover {
    color: rgb(9, 81, 144);
}

.page_blog .news_one {
    margin: 0 10px 50px 10px;
}

.news_one img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 20px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.news_one h5 {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: rgba(100, 155, 203, 255);
    line-height: 1.6;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.news_one a:hover {
    text-decoration: none;
}

.news_one p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: rgba(130, 130, 130, 255);
    line-height: 1.6;
}

.seo_text {
    margin: 60px 0 0 0;
    text-align: justify;
}

.seo_text p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(174, 174, 174, 255);
}

.feedback {
    width: 100%;
    margin-bottom: 60px;
}

.page_calc4 .feedback {
    max-width: 450px;
    margin: 40px 0 60px 0;
}

.page_calc4 .feedback textarea {
    height: 100px;
}

.span_50 {
    width: 50%;
    float: left;
}

.feedback .span_50:first-of-type {
    padding-right: 30px;
}

.feedback .span_50 img {
    display: block;
    float: left;
}

.feedback input {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    border-radius: 30px;
    padding-left: 20px;
    margin-top: 20px;
}

.feedback .form-group:first-of-type input {
    margin-top: 0px;
}

.feedback textarea {
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #ededed;
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 15px;
    margin-top: 20px;
    resize: none;
}

.feedback .about {
    float: left;
    width: calc(100% - 80px);
    padding-left: 30px;
}

.feedback .about p {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 14px;
    color: rgba(119, 119, 119, 255);
}

.feedback .span_50 a {
    color: rgba(119, 119, 119, 255);
}

.feedback_link,
.feedback button {
    border: none;
    background: #ffb32e;
    width: 100%;
    max-width: 165px;
    height: 40px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    font-family: pfhandbookpro;
    cursor: pointer;
}

.feedback button {
    margin-top: 20px;
}

.feedback_link {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    width: 165px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.feedback_link:hover {
    text-decoration: none;
    background: #c37c00;
}

.feedback .span_50 .more {
    display: block;
    width: 300px;
    height: 100px;
    line-height: 100px;
    position: relative;
    padding-left: 120px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.feedback .span_50 .more:before {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../images/ico/arrow.png) no-repeat center;
    border: 1px solid #78aedc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.feedback .span_50 .more:hover {
    text-decoration: none;
    color: #78aedc;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.feedback .span_50 .more:hover:before {
    content: '';
    border: 5px solid #78aedc;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.reviews {
    margin-bottom: 60px;
}

.reviews .span_50:first-of-type {
    padding-right: 30px;
}

.reviews .span_50:nth-of-type(2) {
    padding-left: 30px;
}

.reviews .in_gray {
    width: 100%;
    background: #f2f2f2;
    border-radius: 30px;
    margin-right: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.in_gray h3 {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
    padding: 20px 30px 20px 30px;
    font-size: 36px;
    color: rgba(255, 255, 255, 255);
    background: #78aedc;
    border-radius: 0 0 30px 0;
}

.gr_line img {
    float: right;
    padding: 18px 20px 0 0;
}

.four_blocks {
    width: 100%;
    font-size: 0;
    padding: 0 20px;
}

.f_one {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
}

.f_one p {
    margin: 0;
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(51, 51, 51, 255);
    width: calc(100% - 50px);
}

.f_one span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.f_one1 {
    background: #fff url(../images/ico/sico1.png) no-repeat center;
}

.f_one2 {
    background: #fff url(../images/ico/sico2.png) no-repeat center;
}

.f_one3 {
    background: #fff url(../images/ico/sico3.png) no-repeat center;
}

.f_one4 {
    background: #fff url(../images/ico/sico4.png) no-repeat center;
}

.to_left {
    width: 110px;
    float: left;
}

.to_left img {
    width: 100%;
}

.car_one p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(51, 51, 51, 255);
}

.car_one img {
    display: block;
    border-radius: 50%;
}

.car_one h6 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(51, 51, 51, 255);
}

.car_one p {
    width: calc(100% - 140px);
    float: right;
}

.shall_we_work {
    margin: 0 -15px 60px -15px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.we_work_one {
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
    display: none;
}

.we_work_one .ico {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #f0f0f0;
    font-size: 72px;
    color: rgba(120, 174, 220, 255);
}

.we_work_one p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: rgba(51, 51, 51, 255);
    width: calc(100% - 100px);
}

.ico3 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ededed;
    background: url(../images/ico/ico3.png) no-repeat center;
    float: left;
}

.after_ico3 {
    float: left;
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-bottom: 30px;
}

.after_ico3 .section_name {
    margin-bottom: 0px;
}

.after_ico3 p {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.feedback .span_50 .after_ico3 p a {
    color: #ffb32e;
}

.page_item .header,
.page_catalog .header {
    border-bottom: 1px solid #e9e9e9;
}

.filter {
    width: 205px;
    margin-right: 30px;
    float: left;
}

.catalog {
    float: left;
    width: calc(100% - 235px);
}

.cats_one_bottom {
    padding: 10px 0;
}

.co_name {
    font-size: 16px;
    color: rgba(120, 174, 220, 255);
}

.co_price {
    float: right;
    font-size: 14px;
    color: rgba(175, 175, 175, 255);
}

.co_price span {
    color: #686868;
}

.left_item {
    width: 305px;
    float: left;
}

.left_item img {
    display: block;
    border-radius: 20px;
}

.right_item {
    float: left;
    width: calc(100% - 305px);
}

.shall_itm_3 {
    width: 100%;
    font-size: 0;
    padding-left: 20px;
}

.itm_3 {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333%;
    height: 120px;
    line-height: 120px;
}

.itm_3:nth-of-type(2) {
    width: 30%;
}

.itm_3:nth-of-type(3) {
    width: 36.66666%;
}

.itm_3 h6 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.1;
    color: rgba(117, 117, 117, 255);
}

.itm_3 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(175, 175, 175, 255);
}

.itm_3 .ico {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f0f0f0 url(../images/ico/photo.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
}

.itm_3:nth-of-type(2) .ico {
    background: #ffa200 url(../images/ico/linear.png) no-repeat center;
}

.itm_3:nth-of-type(3) .ico {
    background: #ffb32e url(../images/ico/linear.png) no-repeat center;
}

.page_rulon .itm_3:nth-of-type(1) .ico {
    background: #ffb32e url(../images/ico/linear.png) no-repeat center;
}

.page_rulon .itm_3:nth-of-type(2) .ico {
    background: #f0f0f0 url(../images/ico/ico2.png) no-repeat center;
}

.page_rulon .itm_3:nth-of-type(2) .ico:hover {
    background: #676767 url(../images/ico/ico22.png) no-repeat center;
}

.page_rulon .itm_3:nth-of-type(3) .ico {
    background: #f0f0f0 url(../images/ico/photo.png) no-repeat center;
}

.page_rulon .itm_3:nth-of-type(3) .ico:hover {
    background: #676767 url(../images/ico/photo33.png) no-repeat center;
}

.page_rulon .itm_3:nth-of-type(4) .ico:hover {
    background: #676767 url(../images/ico/ico11.png) no-repeat center;
}

.page_rulon .itm_3:nth-of-type(4) .ico {
    background: #f0f0f0 url(../images/ico/ico1.png) no-repeat center;
}

.shall_itm_3__a .ico {
    background: #f0f0f0 url(../images/ico/ico2.png) no-repeat center;
}

.page_rulon .itm_3 {
    position: relative;
}


/* .page_rulon .itm_3:first-child:before {
  content: '';
  width: 40px;
  height: 40px;
  background:  url(../images/svg/arrow1.svg) no-repeat center;
  position: absolute;
  top: 40px;
  left: -35px;
} */


/* .page_rulon .itm_3:first-child:after {
  content: '';
  width: 40px;
  height: 40px;
  background:  url(../images/svg/arrow2.svg) no-repeat 10%;
  position: absolute;
  top: 40px;
  left: -35px;
} */

.itm_3_in {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 135px);
    line-height: 120px;
}

.page_name {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 36px;
    color: rgba(81, 81, 81, 255);
}

.crumbs ul {
    margin: 15px 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.crumbs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    position: relative;
}

.crumbs li:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: -22px;
}

.crumbs li,
.crumbs a {
    font-size: 14px;
    color: rgba(175, 175, 175, 255);
}

.crumbs a:hover {
    text-decoration: none;
    color: #82b4df;
}

.crumbs li:last-of-type:after {
    content: '';
    width: 0;
    height: 0;
    background: transparent;
}

.price_itm {
    font-size: 16px;
    color: rgba(175, 175, 175, 255);
    margin-left: 30px;
    margin-bottom: 15px;
}

.price_itm span {
    font-size: 30px;
    color: rgba(81, 81, 81, 255);
}

.colors_variant {
    margin: 0 0 20px 30px;
}

.colors_variant p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 16px;
    color: rgba(175, 175, 175, 255);
}

.colors_variant img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.colors_variant img:last-of-type {
    margin-right: 0;
}


/* фото работ*/

.shall_span_3 {
    margin: 0 -15px 0 -15px;
    font-size: 0;
}

.shall_span_3__cont .shall_span_3 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: 2px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding-top: 13px;
}


}
.span_3 {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333333% - 20px);
    margin: 0 10px 30px 10px;
}
.page_catalog .span_3 {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 20px);
    margin: 0 10px 30px 10px;
}
.span_3 img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
}
.photo_bottom p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    color: rgba(51, 51, 51, 255);
    text-align: center;
}
.top_filter ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.top_filter li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.top_filter li:last-of-type {
    margin-right: 0;
}
.top_filter a {
    font-size: 16px;
    color: rgba(51, 51, 51, 255);
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.top_filter h5 {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    color: rgba(81, 81, 81, 255);
    border-bottom: 2px solid #e9e9e9;
}
.page_calc1 .top_filter a,
.page_calc3 .top_filter a,
.page_calc4 .top_filter a {
    padding: 0;
    display: block;
    width: 250px;
    line-height: 40px;
    background: #cbcbcb;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.top_filter a:hover,
.top_filter .active a {
    background: #82b4df;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.top_filter a span {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    color: #ababab;
    background: #fff;
    border-radius: 50%;
    margin: 5px 30px 0 5px;
}
.page_blog_one .news {
    width: 400px;
    float: right;
    background: #f2f2f2;
    padding: 30px 50px 30px 50px;
}
.main {
    width: calc(100% - 440px);
    float: left;
    /* margin-right: 40px; */
}
.page_blog_one .news_one {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.blog_one_descr img {
    max-width: 100%;
    height: auto;
}
.blog_one_descr p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(81, 81, 81, 255);
}
.blog_one_descr li {
    font-size: 15px;
    color: rgba(81, 81, 81, 255);
}
.big_img {
    display: block;
    margin: 0 0 40px 0;
    border-radius: 15px;
}
.ico_phone {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ededed;
    background: url(../images/svg/phone.svg) no-repeat center;
}
.contact_phones {
    margin-top: 20px;
}
.contact_phones p {
    margin: 0 0 5px 0;
    padding: 0;
}
.contact_phones a {
    font-size: 18px;
    color: rgba(81, 81, 81, 255);
}
.contact_phones a:hover {
    text-decoration: none;
}
.timing p {
    margin: 0;
    padding: 0;
}
.master {
    width: 100%;
    background: #f2f2f2 url(../images/ico/wow.png) no-repeat 30px center;
    padding: 30px;
    margin: 30px 0 0 0;
    border-radius: 10px;
}
.master p {
    margin: 0;
    padding: 0 0 0 40px;
}
.reviews {
    font-size: 0;
    margin: 0 -10px 0px -10px;
}
.reviews .car_one {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin: 0 10px 30px 10px;
}
.page_home .reviews .car_one {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
.systems .span_3 {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 20px;
}
.systems .span_3 img {
    border-radius: 15px;
}
.systems h4 {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 22px;
    color: rgba(81, 81, 81, 255);
    text-align: center;
}
.systems p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(117, 117, 117, 255);
    text-align: left;
}
.span_4 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    margin: 0 10px 30px 10px;
    background: #f2f2f2;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
.span_4 a img {
    width: 100%;
}
.span_4 h4 {
    margin: 0 -15px 0 -15px;
    padding: 10px 0 10px 0;
    font-size: 18px;
    color: rgba(81, 81, 81, 255);
    background: #e1e1e1;
}
.summ {
    margin: 0 -15px 0 -15px;
    padding: 10px 0 10px 15px;
    font-size: 16px;
    color: #bcddf9;
    background: #82b4df;
}
.summ.gray {
    background: transparent;
    color: rgba(117, 117, 117, 255);
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.summ span {
    color: rgba(203, 231, 255, 255);
    font-size: 18px;
}
.summ.gray span {
    color: rgba(117, 117, 117, 255);
    float: right;
}
.win_line {
    border-bottom: 1px solid #fff;
    padding: 10px 0 12px 5px;
}
.page_calc4 .win_line {
    border-bottom: none;
}
.win_line p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(117, 117, 117, 255);
}
.win_line .param {
    color: rgba(117, 117, 117, 255);
    font-size: 16px;
}
.win_line input,
.win_line select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: rgba(117, 117, 117, 255);
    border-radius: 30px;
    border: none;
}
.win_line select {
    padding-left: 15px;
    background: #fff url(../images/ico/select_arr.png) no-repeat 90% center;
    cursor: pointer;
}
.lft,
.rgt {
    float: left;
    width: 50%;
}
.rgt {
    text-align: right;
}
.win_line .rgt span {
    font-size: 16px;
    float: right;
}
.window_add {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.page_calc3 .window_add {
    line-height: 360px;
}
.page_calc4 .window_add {
    display: inline-block;
    vertical-align: middle;
    /*line-height: 360px;*/
    
    text-align: center;
    cursor: default;
}
.window_add .in_center {
    display: inline-block;
    vertical-align: middle;
    height: 120px;
    line-height: 1.2;
}
.page_calc4 .window_add .in_center {
    margin-top: 50px;
    margin-bottom: 45px;
}
.page_calc4 .in_center img {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
}
.systems .window_add p {
    font-size: 18px;
    padding-top: 10px;
}
.page_rulon .connect {
    width: 400px;
    float: right;
    padding: 0px 0px 30px 30px;
    border-left: 1px solid #f2f2f2;
}
.page_rulon .itm_3 {
    width: 100%;
    margin-bottom: 30px;
}

/*footer*/
.footer {
    width: 100%;
    height: 100%;
    min-height: 260px;
    background: url(../images/bg_footer.png) no-repeat center;
    background-size: cover;
    padding-top: 40px;
    margin-top: 70px;
}
.footer .logo {
    width: 183px;
    height: auto;
    float: none;
}
.foot_one {
    float: left;
    width: calc(25% - 30px);
    margin: 0 30px 0px 0px;
}
.politic {
    margin: 30px 0 30px 0;
    width: 100%;
}
.politic a {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    color: rgba(174, 174, 174, 255);
}
.copy {
    font-size: 14px;
    color: rgba(173, 173, 173, 255);
}
.order {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ffb32e;
    border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.order:hover {
    text-decoration: none;
    background: #c37c00;
}
.foot_one ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_one ul li {
    margin-bottom: 8px;
}
.foot_one ul a {
    font-size: 16px;
    color: rgba(51, 51, 51, 255);
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.foot_one ul a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #78aedc;
    position: absolute;
    left: -20px;
    top: 5px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.foot_one ul a:hover {
    text-decoration: none;
    color: #78aedc;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.foot_one ul a:hover:before {
    content: '';
    /*background: #ffb32e;*/
    
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.develop {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.develop span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: rgba(74, 74, 74, 255);
    padding-right: 5px;
    position: relative;
    top: 12px;
}
.develop a:hover {
    text-decoration: none;
}
#logosvg {
    width: 80px;
}
.footer .nets {
    float: right;
}
.footer .nets a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    background: #fff;
    margin: 0 10px 0 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer .nets a:hover {
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
    background: #dadada;
}
.footer .nets a:last-of-type {
    margin: 0;
}
.footer .nets a svg {
    display: inline-block;
    vertical-align: middle;
}
.foot_one:nth-of-type(4) {
    width: calc(25% - 0px);
    margin: 0;
}
.bottom_phones {
    width: 100%;
    margin-bottom: 10px;
}
.map_open {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffb32e url(../images/ico/pointer.png) no-repeat center;
    float: left;
    margin-left: 30px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.map_open:hover {
    text-decoration: none;
    background: #c37c00 url(../images/ico/pointer.png) no-repeat center;
}
.bottom_phones {
    float: right;
    text-align: right;
}
.bottom_phones p {
    margin: 0;
    padding: 0 0 5px 60px;
}
.bottom_phones p a {
    font-size: 20px;
    color: rgba(141, 141, 141, 255);
}
.bottom_phones p a:hover {
    text-decoration: none;
}

/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
    .modal-good-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(255, 255, 255, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    
    .modal-good-overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }
}

/**
 * Modal
 */
.modal-good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 900px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 99999;
}
.modal-good .close-modal-good {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modal-good .close-modal-good svg {
    width: 1.75em;
    height: 1.75em;
}
.modal-good .modal-good-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modal-good.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal-good.active .modal-good-content {
    opacity: 1;
}
.modal-good.active .close-modal-good {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}

/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
    .modal-good {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }
    
    .close-modal-good {
        right: 20px !important;
    }
}

/*--BLAZY*/
.b-lazy {
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.b-lazy.b-loaded {
    opacity: 1;
}
.filter_row_color {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.filter_row_color input {
    display: none;
}
.filter_row_color div {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.filter_row_color input[type=checkbox]:checked+div {
    border: 1px solid orange;
}

/*-------------------*/

/* 
 *  Core Owl Carousel CSS File
 *  v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}
@keyframes empty {
    0% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
    
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }
    
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/*.carousel-holder */
.owl-controls .owl-buttons span {
    display: block;
    line-height: 30px;
    padding: 0;
}

/* controls */
.carousel-holder .owl-controls {
    display: block;
    height: 0;
    text-align: center;
    padding-left: 10px;
    right: 10px;
    top: 50%;
    width: 100%;
    z-index: 3;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}
.carousel-holder .owl-controls .owl-buttons {
    display: block;
    height: 0;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    padding-left: 10px;
    right: 10px;
    top: 50%;
    width: 100%;
    z-index: 3;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}
.carousel-holder .owl-controls .owl-buttons {
    opacity: 0;
}
.carousel-holder:hover .owl-controls .owl-buttons {
    opacity: 1;
}

/* next and prev buttons */
.carousel-holder .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 #F4BF1E;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 2px 5px 0 4px;
    text-align: center;
    text-decoration: none;
    width: 10px;
    zoom: 1;
}
.carousel-holder .owl-controls .owl-buttons div {
    /* background:rgba(255,255,255,.8);*/
    
    background: #F7F9FA;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

/* carousel without heading arrow positions */
.owl-prev {
    left: 10px;
}
.owl-next {
    right: -10px;
}
.carousel-holder .owl-controls .icon-right-open {
    padding-left: 2px;
}
.carousel-holder .owl-controls .owl-buttons span {
    display: block;
    line-height: 30px;
    padding: 0;
}
.carousel-holder .owl-controls.clickable .owl-buttons [class^="icon-"]:before,
.owl-theme .owl-controls.clickable .owl-buttons [class*=" icon-"]:before {
    margin: 0;
    width: auto;
}

/* hover states */
.carousel-holder .owl-controls.clickable .owl-buttons div:hover {
    cursor: pointer;
}
.carousel-holder .owl-controls.clickable .owl-buttons div:hover span {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-decoration: none;
}

/* preloading images */
.carousel-holder .owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}
.owl-prev:after {
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-background-size: cover;
    background-size: cover;
    width: 10px;
    height: 20px;
    /*background-image: url(../images/svg/arrow-side.svg);*/
    
    background-image: url(../images/ico/arrow.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-next:after {
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-background-size: cover;
    background-size: cover;
    width: 10px;
    height: 20px;
    /* background-image: url(../images/svg/arrow-side.svg);*/
    
    background-image: url(../images/ico/arrow.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.owl-pagination {
    display: block;
    height: 0;
    position: absolute;
    text-align: center;
    right: 10px;
    bottom: 30px;
    width: 100%;
    z-index: 3;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}
.owl-pagination .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
    background: #2e6ab3;
}
#carousel-3 .owl-pagination,

/* Ð¾Ñ‚Ð·Ñ‹Ð²Ñ‹ ÑÐ²Ð°Ð´ÐµÐ±Ð½Ð°Ñ Ñ„Ð¾Ñ‚Ð¾ÑÑŒÐµÐ¼ÐºÐ°*/
#carousel-1 .owl-pagination {
    bottom: -20px;
    display: none;
}

/*bootstrap*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    /*  margin-bottom: 1rem;*/
    
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-heading {
    color: inherit
}
.alert-link {
    font-weight: 700
}
.alert-dismissible {
    padding-right: 4rem
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}
.alert-primary hr {
    border-top-color: #9fcdff
}
.alert-primary .alert-link {
    color: #002752
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}
.alert-secondary hr {
    border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
    color: #202326
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}
.alert-success hr {
    border-top-color: #b1dfbb
}
.alert-success .alert-link {
    color: #0b2e13
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}
.alert-info hr {
    border-top-color: #abdde5
}
.alert-info .alert-link {
    color: #062c33
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}
.alert-warning hr {
    border-top-color: #ffe8a1
}
.alert-warning .alert-link {
    color: #533f03
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}
.alert-danger hr {
    border-top-color: #f1b0b7
}
.alert-danger .alert-link {
    color: #491217
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}
.alert-light hr {
    border-top-color: #ececf6
}
.alert-light .alert-link {
    color: #686868
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}
.alert-dark hr {
    border-top-color: #b9bbbe
}
.alert-dark .alert-link {
    color: #040505
}
.form-control.ok {
    border: 1px solid #ededed;
}
.form-control.err {
    border: 1px solid #dc2727;
}
.form-group {
    position: relative;
}
.help-block {
    position: absolute;
    right: 20px;
    bottom: 17px;
}
.fancybox-enabled {
    overflow: hidden
}
.fancybox-enabled body {
    overflow: visible;
    height: 100%
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.fancybox-container~.fancybox-container {
    z-index: 99992
}
.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -o-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}
.fancybox-show-controls .fancybox-controls {
    opacity: 1
}
.fancybox-infobar {
    display: none
}
.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}
.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}
.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}
.fancybox-show-buttons .fancybox-buttons {
    display: block
}
.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}
.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}
.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0
}
.fancybox-slide:before,
.fancybox-slide>* {
    display: inline-block;
    vertical-align: middle
}
.fancybox-slide>* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.fancybox-slide--image {
    overflow: hidden
}
.fancybox-slide--image:before {
    display: none
}
.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent
}
.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}
.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}
.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}
.fancybox-close-small:after {
    content: "Ð“â€”";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}
.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}
.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}
.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}
.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    outline: none
}
.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}
.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}
.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}
.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}
.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: .5
}
.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}
.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.fancybox-button--left {
    border-bottom-left-radius: 5px
}
.fancybox-button--right {
    border-bottom-right-radius: 5px
}
.fancybox-button--close {
    float: right
}
.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}
.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media (max-width:800px) {
    .fancybox-controls {
        text-align: left
    }
    
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }
    
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}
.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none
}
.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent
}
.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent
}
.fancybox-button--thumbs span {
    font-size: 23px
}
.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}
.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}
.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}
@media (max-width:800px) {
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}
@media print,
screen and (min-width:40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}
.top_menu li {
    position: relative;
}
.top_menu ul li {
    display: block;
    width: 100%;
    padding: 0px 0 10px 0;
}
.top_menu ul li a {
    font-size: 14px;
    text-align: left;
}

/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
    .modal-good-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    
    .modal-good-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

/**
 * Modal
 */
.modal-good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 600px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 99999;
}
.modal-good .close-modal-good {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modal-good .close-modal-good svg {
    width: 1.75em;
    height: 1.75em;
}
.modal-good .modal-good-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.modal-good.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal-good.active .modal-good-content {
    opacity: 1;
}
.modal-good.active .close-modal-good {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}

/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
    .modal-good {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }
    
    .close-modal-good {
        right: 20px !important;
    }
}
#ajaxModalGood input[type=text] {
    border: none;
    border-bottom: 1px solid #b8b8b8;
}

/*--BLAZY*/
.b-lazy {
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.b-lazy.b-loaded {
    opacity: 1;
}
.form-group-radio input[type="radio"] {
    display: none;
}
.form-group-radio a {
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.form-group-radio a:hover {
    text-decoration: none;
    color: #000;
    font-size: 700;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.systems .span_3 img {
    opacity: .8;
}
.form-group-radio input[type="radio"]:checked+a img {
    opacity: 1;
}
.form-group-radio input[type="radio"]:checked+a p {
    /* color: #000; */
    
    font-size: 700;
}
.form-group-radio input[type="radio"]:checked+a h4 {
    color: #82b4df;
}

/*.form-group-radio input[type="radio"]:checked+ a {
	border:1px solid #82b4df;
	display: block;
	width: 100%;
	height: 100%;
}*/
.paginatoin-area ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
}
.paginatoin-area li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-left: 3px;
    margin-right: 3px;
}
.paginatoin-area li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    border: 1px solid #78aedc;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.paginatoin-area li a.active {
    background: #78aedc;
    color: #fff;
}
.img_gall_descr {
    font-size: 15px !important;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
}
.modal-good-content form input,
.modal-good-content form textarea {
    border: none;
    border-bottom: 1px solid #ddd;
    height: 40px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
}
.modal-good-content form textarea {
    height: 80px;
}
.modal-good-content form button {
    margin-top: 20px;
    height: 60px;
    cursor: pointer;
    padding-left: 0;
    border: none;
    background: #ffb32e;
    width: 100%;
    max-width: 165px;
    height: 40px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    font-family: pfhandbookpro;
}
.modal-header {
    font-size: 24px;
    margin-bottom: 10px
}
.form_error {
    border-bottom: 1px solid red!important;
}
.text-after-order {
    font-size: 24px;
    line-height: 1.6;
    padding-top: 30px;
}
.filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter ul a {
    text-decoration: none;
    color: #3A3A3A;
}
.filter ul li {
    margin-bottom: 5px;
}
.filter ul li.active a,
.filter ul a:hover {
    color: #ffb32e;
}
.news-btn.ak_reset_filters {
    border: none;
    background: #ffb32e;
    width: 100%;
    max-width: 165px;
    height: 40px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    font-family: pfhandbookpro;
    cursor: pointer;
}
button:focus,
.news-btn.ak_reset_filters:focus {
    outline: none;
}

/*new slide text 13-08-19*/
.slide_text {
    position: absolute;
    background: #ffffffd9;
    text-align: left;
    border-radius: 50px;
    color: #5e5d5a;
    bottom: 10%;
    width: 650px;
    padding: 10px;
    padding-left: 25px;
}
.slide_text_cont {
    width: 90%;
}
.slide_text__href {
    width: 75px;
    height: 75px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    border: 2px solid #88a9c2;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.slide_text__href:hover {
    background: #5a7e82;
    border: 2px solid #b8b9b9;
}
.slide_text__href .fa {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    color: #88a9c2;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.slide_text__href:hover .fa {
    color: #fff;
}
.slide_text__title {
    font-size: 50px;
}
.our_works2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.our_works2__href {
    width: 65px;
    height: 65px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: relative;
    border: 2px solid #88a9c2;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.our_works2__href .fa {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    color: #88a9c2;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.our_works2__href:hover {
    background: #8c8c8c;
    border: 2px solid #e0e0e0;
}
.our_works2__href:hover .fa {
    color: #fff;
}
.our_works2_block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.our_works2_block__items .our_works2_block__text {
    margin-right: 15px;
}
.our_works2_block__line {
    width: 50%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 50px;
}

/* Движуещиеся стрелки */
.lines {
    width: 70px;
    height: 100%;
    position: absolute;
    left: -40px;
    opacity: 0;
}
.arrow {
    opacity: 1;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -20px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    visibility: visible;
}
.arrow:before,
.arrow:after {
    background: #7a8395;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.arrow:before {
    -webkit-transform: rotate(45deg) translateX(-23%);
    -ms-transform: rotate(45deg) translateX(-23%);
    transform: rotate(45deg) translateX(-23%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.arrow:after {
    -webkit-transform: rotate(-45deg) translateX(23%);
    -ms-transform: rotate(-45deg) translateX(23%);
    transform: rotate(-45deg) translateX(23%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.arrow-first {
    -webkit-animation: arrow-movement 2s ease-in-out infinite;
    animation: arrow-movement 2s ease-in-out infinite;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.arrow-second {
    -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
    animation: arrow-movement 2s 1s ease-in-out infinite;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@-webkit-keyframes arrow-movement {
    0% {
        opacity: 0;
        left: 20%;
    }
    
    70% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes arrow-movement {
    0% {
        opacity: 0;
        left: 20%;
    }
    
    70% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
.itm_3:hover .lines {
    opacity: 1;
}
.itm_3__1 .ico:hover {
    background: #b77400 url(../images/ico/linear.png) no-repeat center !important;
}
.date {
    -moz-text-align-last: left !important;
    text-align-last: left !important;
    color: rgba(141, 141, 141, 255);
}
.date p {
    text-align: right;
    padding-right: 15px;
}
.btn-default {
    cursor: pointer;
}

/* Фильтр */
.filter ul li {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
#filters input {
    display: none;
}
#filters .filter_slider input {
    display: inline-block;
}
#filters .filter_head h3 {
    color: #757575;
    font-size: 15px !important;
    font-weight: 400;
}
#filters label {
    cursor: pointer;
    font-size: 14px;
}
#filters label:hover {
    color: #78aedc;
}
.filter_row {
    margin-bottom: 10px;
}
.filter ul {
    border-bottom: 2px solid #dbdbdb;
}
.filter_block {
    border-bottom: 2px solid #dbdbdb;
}
#filters form .filter_block:nth-child(4),
#filters form .filter_block:nth-child(5) {
    border: none;
}
.ui-widget-header {
    background: #e2e2e2;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -12px;
    width: 10px;
    height: 18px;
    background-color: #78aedc;
    border: none;
    border-radius: 0;
}
.ui-corner-all {
    border-radius: 0;
}
.filter_slider input {
    border: none;
    font-weight: bold;
}
.top_phone,
.top_phone span {
    position: relative;
    cursor: pointer;
    -webkit-text-fill-color: #78aedc;
    -webkit-opacity: 1;
    color: #78aedc;
    font-size: 18px !important;
}
.to_right .fa {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.to_right .active i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #006ecc;
}
.top_nav .to_right .top_phones {
    top: 26px;
    width: 166px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    z-index: 2;
    text-align: center;
    padding: 8px;
    display: none;
}
.top_phones a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    color: #78aedc;
}

/* top_menu__mobile */
.top_menu__mobile {
    display: none;
}
.fa {
    transition-duration: 0.5s;
}
.top_menu__mobile__click .fa-angle-double-down {
    font-size: 24px;
    color: #78aedc;
}
.avtive_menu {
    transform: rotate(-180deg);
    color: #006ecc;
}
.top_menu__mobile .submenu_wrapp>a::after {
    content: "\f103";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    margin-left: 4px;
    transition-duration: 0.5s;
}
.top_menu__mobile .avtive_menu2>a::after {
    transform: rotate(-180deg);
    color: #006ecc;
}
.top_menu__mobile .fa-bars {
    font-size: 28px;
    color: #78aedc;
    z-index: 999;
    position: relative;
}
.submenu_wrapp {
    /* height: 46px; */
    
    line-height: 42px;
}
.submenu {
    display: none;
}
.submenu a {
    color: rgba(77, 77, 77, 255) !important;
}
.submenu_wrapp2:hover .submenu {
    display: block;
}
.flexslider .slides>li.stretch img {
    width: 100%;
    display: block;
    min-height: 231px;
}
.slick-next:before {
    content: url(../images/ico/sd1.png) !important;
    color: #7cb0dd !important;
}
.slick-prev:before {
    content: url(../images/ico/sd.png) !important;
    color: #7cb0dd !important;
}
.why_choose_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* width: calc(50% - 30px); */
.choose_us {
    margin: 0 20px;
    width: calc(50% - 40px);
}
.reviews__line {
    width: 43%;
    height: 3px;
    background-color: white;
    right: -251px;
    top: 55px;
    margin-top: 52px;
}
.choose_us .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.in_gray h3 {
    margin-right: 10px;
}
.slick-prev,
.slick-next {
    top: 25% !important;
}
.reviews2 {
    margin-top: 101px;
    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;
}
.call_the_master {
    width: 350px;
    height: 5px;
    background-color: #f2f2f2;
    border-radius: 2px 3px 2px 2px;
    margin-right: 10px;
}
.call_the_master_buttom {
    width: 200px;
    height: 40px;
    background-color: #ffb32e;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.call_the_master_buttom:hover {
    background: #cc9029;
    cursor: pointer;
}
.footer .container {
    padding-bottom: 10px;
}
.bottom_phones p a {
    min-width: 190px;
    display: block;
    margin-top: 6px;
}
.top_filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_filter li {
    margin-bottom: 20px;
}
.header {
    position: fixed !important;
    z-index: 9;
    background: #fff;
    top: 0;
}
.head_padd {
    width: 100%;
    height: 170px;
}
.catalog #products {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter_burger {
    background: #ffb32e;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    margin-bottom: 21px;
    display: none;
    position: relative;
}
.filter_burger .fa-angle-double-right {
    position: absolute;
    right: 11px;
    top: 10px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.filter__actuve .fa {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icons_mob {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9;
}
.icons_mob .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #ffb32e;
    border-radius: 50%;
    cursor: pointer;
}
.icons_mob .icon .fa {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icons_mob .icons_icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    /* background: #f0f0f0 url(../images/ico/ico2.png) no-repeat center; */
    
    background-size: 60%;
    border-radius: 50%;
    margin-bottom: 10px;
}
.icons_cont {
    display: none;
}
.icons_icon1 {
    background: #ffb32e url(../images/ico/linear.png) no-repeat center;
}
.icons_icon2 {
    background: #f0f0f0 url(../images/ico/ico2.png) no-repeat center;
}
.icons_icon3 {
    background: #f0f0f0 url(../images/ico/photo.png) no-repeat center;
}
.icons_icon4 {
    background: #f0f0f0 url(../images/ico/ico1.png) no-repeat center;
}
.modal-good.active .modal-good-content {
    opacity: 1;
    width: 80%;
}
.nets .fa {
    color: #a4a4a4;
    font-size: 17px;
    margin-top: -6px;
    display: block;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nets .fa:hover {
    color: #656565;
}
.itm_3__3 .ico {
    background: #f0f0f0 url(../images/ico/photo.png) no-repeat center !important;
}
.itm_3__3 .ico:hover {
    background: #676767 url(../images/ico/photo33.png) no-repeat center !important;
}
.itm_3__4 .ico {
    background: #f0f0f0 url(../images/ico/ico1.png) no-repeat center !important;
}
.itm_3__4 .ico:hover {
    background: #676767 url(../images/ico/ico11.png) no-repeat center !important;
}
.cat .ico {
    background: #f0f0f0 url(../images/ico/ico1.png) no-repeat center !important;
}
.cat .ico:hover {
    background: #566b92 url(../images/ico/ico11.png) no-repeat center !important;
}
.itm_3__32 .ico:hover {
    background: #676767 url(../images/ico/photo33.png) no-repeat center;
}
.itm_3__321 .ico:hover {
    background: #676767 url(../images/ico/ico22.png) no-repeat center;
}
.shall_span_32 {
    display: flex;
    flex-wrap: wrap;
}
.span_42 {
    padding: 0;
    border: 2px solid #82b4df00;
}
.photo_bottom p {
    padding: 10px;
}
.systems_img {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.systems .span_40 .systems_img {
    display: none;
}
.summ2 {
    display: flex;
    justify-content: space-between;
}
.summ_button {
    margin-right: 20px;
}
.summ_button button {
    background: white;
    border: none;
    border-radius: 7px;
    height: 22px;
    width: 80px;
    cursor: pointer;
}
.summ_button button:hover {
    background: #fff1d9;
}
.summ_button button:active {
    border: 1px solid #6b6a6a;
}
.block_with_text {
    display: none;
    width: 170px;
    height: 35px;
    background: green;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 14px;
    position: fixed;
    right: 10px;
    top: 165px;
    z-index: 99;
}
.block_with_text2 {
    display: none;
    width: 170px;
    height: 35px;
    background: red;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 14px;
    position: fixed;
    right: 10px;
    top: 165px;
    z-index: 99;
}
.block_with_text3 {
    display: none;
    width: 170px;
    height: 35px;
    background: #ffb32e;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 14px;
    position: fixed;
    right: 10px;
    top: 165px;
    z-index: 99;
}
.block_with_sis {
    display: none;
    width: 170px;
    height: 35px;
    background: green;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 14px;
    position: fixed;
    right: 10px;
    top: 165px;
    z-index: 99;
}
.in_center2 img {
    width: 170px;
    height: 110px;
}
.name_tov {
    font-size: 18px;
    padding: 10px;
}
.name_tov img {
    width: 15px;
}
.cats_one__col {
    width: 20%;
}
.sis_params {
    display: flex;
}
.sis_params .cats_one__col {
    width: 15%;
}
.sis_params_name {
    margin: 5px;
    font-size: 17px;
    color: #82b4df;
    display: inline-block;
}
.param__img111 img {
    width: 286px;
    height: 124px;
}
.sis_params_name2 {
    display: flex;
    justify-content: space-between;
}
.sis_params_name2 a {
    color: rgba(77, 77, 77, 255);
}
.sis_params_name2 a:hover {
    color: #82b4df;
}
.active111 {
    border: 2px solid #82b4df;
}
.span_42_sis h4 {
    color: rgba(81, 81, 81, 255) !important;
}
.span_4sss {
    width: calc(234px - 20px);
    min-height: 254px;
    margin-bottom: 15px;
}
.dsseeee {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    color: rgba(81, 81, 81, 255);
    border-bottom: 2px solid #e9e9e9;
}
.next_col {
    text-align: left;
    width: 100%;
}
.next_col_a {
    display: inline-block;
    background: #ffb32e;
    color: #fff;
    width: 130px;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    text-decoration: none;
    transition-duration: 0.3s;
    font-size: 16px;
}
.next_col_a:hover {
    text-decoration: none;
    background: #c37c00;
    color: #fff !important;
}
.next_col_a2 {
    background: #9a9a9a;
}
.next_col_a2:hover {
    background: #5f5f5f;
    color: #fff !important;
}
.all_price_4 {
    font-size: 16px;
    text-align: left;
    color: white;
    margin-bottom: 15px;
    color: rgba(81, 81, 81, 255);
    padding-left: 10px;
}
.all_price_4 span {
    background: #ffb32e;
    color: white;
    padding: 5px 20px;
    border-radius: 18px;
    margin-right: 15px;
}
.span_5,
.window_adds {
    width: calc(300px - 20px);
}
.active_f {
    color: #00a1ef !important;
}
.red {
    color: red !important;
}
.shall_itm_3 .itm_3 h6 {
    font-size: 17px;
}
.shall_itm_3 .itm_3 p {
    font-size: 13px;
}
.collection {
    display: flex;
    flex-wrap: wrap;
    min-height: 70px;
}
.collection .collection__img {
    width: 0;
    transition: .3s;
    overflow: hidden;
}
.collection .collection__img img {
    width: 70px;
    height: 70px;
}
.collection__more {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.collection__more span {
    padding: 8px;
    color: #5e5d5a;
    border: 1px solid #88a9c2;
    border-radius: 5px;
    display: block;
    width: 45px;
    height: 36px;
    text-align: center;
}
.db {
    display: block !important;
}
.w70 {
    display: flex;
    width: 70px !important;
    margin-right: 5px;
    transition: .3s;
}
.w70_1 {
    margin-right: 5px;
}
.w70_1 img {
    width: 70px;
    height: 70px;
}
.gallary_snipp {
    /* display: none; */
}
.gallary_snop_img {
    margin-right: 5px;
}
.gallary_snipp img {
    width: 340px;
    height: 238px;
    border-radius: 10px;
}
.gallary_snipp2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.itm_3_gallary {
    cursor: pointer;
}
.block {
    display: flex;
}
.nav_page {
    display: flex;
}
.pagination {
    display: flex;
    padding: 0;
    margin: 0 auto !important;
}
.pagination .active a {
    color: #ffb32e;
}
.pagination a {
    font-size: 18px;
    margin-right: 10px;
}
.connect2 p,
.connect2 h2,
.connect2 li,
.connect2 h3 {
    color: rgba(81, 81, 81, 255);
    font-size: 15px;
    line-height: 22px;
}
.connect2 h2 {
    font-weight: normal;
    font-size: 24px;
    color: #7a8395;
}
.connect2 h3 {
    font-weight: normal;
    font-size: 18px;
    color: #7a8395;
}
.page_catalog .span_3_1 {
    display: none;
}
.page_catalog .dib {
    display: inline-block;
}
.more_work {
    display: flex;
    justify-content: center;
}
.more_works {
    cursor: pointer;
    color: #78aedc;
    font-size: 22px;
}
.connect2_mob {
    display: none;
    margin-top: 20px;
}
.connect2_mob .shall_itm_3 .itm_3 {
    width: 100%;
}
.top_phone a {
    font-size: 18px;
}
.open_block {
    color: #82b4df;
    position: relative;
    cursor: pointer;
}
.open_block::after {
    content: "\f103";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    top: 3px;
    position: absolute;
    transition-duration: 0.5s;
}
.open_block_active::after {
    transform: rotate(-180deg);
}
.hide_block {
    display: none;
}
.img_htref {
    position: relative;
}
.img_htref::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: red;
    display: inline-block;
    left: 0;
    top: 0;
}
.top_menu ul li a:hover {
    color: #82b4df !important;
}