@charset "UTF-8";
.wrap, h2:after, table {
    width: 100%
}

.hamburger-box:focus, .mob-menu button, a:focus, button.hamburger.hamburger--collapse.is-active {
    outline: 0 !important
}

.footer__contacts--phone a:hover, .header-top__item a:hover, .icon-block-text a, a:hover {
    text-decoration: none
}

.footer ul, .header-image__item--txt .title, .header-menu .submenu, .header-menu__item a, h2 {
    text-transform: uppercase
}

body {
    font-family: MuseoSans;
    font-size: 16px;
    font-weight: 100
}

table {
    border: none;
    margin-top: 30px;
    margin-bottom: 44px
}

table img {
    max-width: 150px !important
}

table thead th {
    background-color: #005a8a;
    color: #fff
}

caption {
    caption-side: top;
    font-size: 18px;
    color: #000
}

td, th {
    padding: 10px 20px;
    border: 1px solid #dee2e6
}

tr {
    padding: 10px;
    background: #f4f4f4
}

.table td, .table th {
    vertical-align: middle !important
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px
}

h2:before, h3:before {
    height: 12px;
    width: 5px;
    left: 0
}

h2, h3 {
    position: relative;
    padding-left: 20px
}

.pr {
    position: relative
}

h2:after, h2:before, h3:before {
    position: absolute;
    content: ""
}

img {
    max-width: 100%
}

h2 {
    font-size: 25px;
    font-weight: 300
}

h2 span {
    color: #005a8a;
    font-weight: 900;
    padding-right: 20px
}

h2:before {
    top: 7px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

h2:after {
    height: 1px;
    background-color: #eee;
    top: 50%
}

.yellow-btn, h3:before {
    background-color: #f4b211
}

h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px
}

h3:before {
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

h4 {
    font-size: 16px
}

.overflow {
    overflow-x: hidden
}

.yellow-btn {
    font-size: 18px;
    padding: 10px 25px;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.yellow-btn:hover {
    color: #000;
    opacity: .8;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.mb {
    margin-bottom: 90px
}

.header-menu ul, .slick-dots {
    margin-bottom: 0;
    list-style: none
}

.bg {
    background-color: #fdfaf2;
    padding-top: 90px;
    padding-bottom: 90px
}

.mob-icon {
    display: none;
    margin-right: 10px
}

.mob-menu li:hover {
    background-color: #f4b211
}

.mob-menu li.current {
    background-color: #CCC
}

.mob-menu button {
    margin-top: 10px;
    background-color: transparent;
    border: none;
    padding: 0
}

.header, .header-top {
    padding-bottom: 35px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 35px;
    background-color: #005a8a
}

.header-top {
    padding-top: 35px
}

.header-top__item a {
    color: #000
}

.header-top__item--phone {
    display: block;
    font-size: 20px;
    text-align: right;
    position: relative;
    padding-left: 35px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    line-height: 21px
}

.header-top__item--phone span {
    font-weight: 600;
    font-size: 22px;
    padding-left: 10px;
    color: #005a8a
}

.header-top__item--phone:before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/phone-black.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 20px;
    width: 15px;
    left: 0;
    bottom: 3px
}

.header-top__item--mail {
    display: block;
    position: relative;
    font-size: 18px;
    padding-left: 35px;
    color: #000;
    font-weight: 300;
    margin-left: 65px
}

.header-top__item--mail:before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/mail-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 12px;
    height: 27px;
    width: 24px;
    left: 0;
    bottom: 1px
}

.header-top__item--callback {
    width: 260px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #005a8a;
    border-radius: 5px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.header-top__item--callback:hover {
    background-color: #005a8a;
    color: #fff;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.header-menu ul {
    position: relative
}

.header-menu__item {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 30px;
    margin: 0;
    list-style: none
}

.header-menu__item .main-menu.current > a:before, .header-menu__item .main-menu > a:before {
    content: "";
    bottom: 50%;
    margin-bottom: -3px;
    height: 12px;
    width: 5px;
    background-color: #000;
    left: -20px
}

.header-menu__item .main-menu > a {
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.header-menu__item .main-menu > a:before {
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.header-menu__item .main-menu > a:hover {
    opacity: 1;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.header-menu__item .main-menu > a:hover:before {
    opacity: 1;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-menu__item .main-menu.current > a {
    font-weight: 900;
    position: relative
}

.header-menu__item .main-menu.current > a:before {
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-menu__item a {
    font-size: 14px;
    color: #000;
    display: block;
    padding: 25px 0;
    opacity: .7;
    position: relative
}

.submenu-li {
    max-width: 250px;
    padding-right: 10px
}

.submenu-li a {
    display: block;
    left: 20px;
    padding: 0;
    margin-bottom: 20px
}

.submenu-li.current > a:before, .submenu-li:not(.current) > a:before {
    bottom: 50%;
    margin-bottom: -3px;
    height: 12px;
    width: 5px;
    background-color: #000;
    left: -20px;
    content: ""
}

.submenu-li.current > a {
    font-weight: 900;
    position: relative
}

.submenu-li.current > a:before {
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.submenu-li:not(.current) > a {
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.submenu-li:not(.current) > a:before {
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.submenu-li:not(.current) > a:hover {
    opacity: 1;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.submenu-li:not(.current) > a:hover:before {
    opacity: 1;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-menu .submenu {
    display: none;
    position: absolute;
    background-color: #fdfaf2;
    min-height: 570px;
    top: 71px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 30px 15px 132px
}

.header-menu .submenu__content {
    padding-left: 0;
    padding-right: 15px;
    position: absolute;
    left: 290px;
    right: 0;
    top: 30px
}

.header-menu .submenu__content li {
    width: 100%
}

.header-menu .submenu__content li a {
    display: block;
    width: 100%;
    height: 147px;
    margin-bottom: 33px;
    left: 0;
    background-position: center
}

.header-menu .submenu-li .submenu__content {
    display: none
}

.header-menu .submenu-li.submenu-open .submenu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.submenu__content li a {
    background-position: center;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.submenu__content li a:hover {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: .8
}

.submenu__content .desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #005a8a;
    color: #fff;
    font-size: 12px
}

.main-menu.open .submenu {
    display: block
}

.header-image {
    margin-bottom: 20px
}

.header-image__item {
    height: 441px;
    background-position: right;
    position: relative
}

.header-image__item .shadow-bg {
    position: absolute;
    top: 50%;
    margin-top: -325px
}

.header-image__item .left-bg {
    left: -270px
}

.header-image__item .right-bg {
    right: -270px
}

.header-image__item--txt {
    padding-top: 95px;
    padding-left: 150px
}

.header-image__item--txt .title {
    font-size: 35px;
    font-weight: 900
}

.header-image__item--txt .subtitle {
    font-size: 31px
}

.production__grid {
    margin-top: 60px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee
}

.production__grid--card {
    padding: 35px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 100%;
    max-width: 379px;
    position: relative
}

.production__grid--card .num {
    position: absolute;
    font-size: 21px;
    top: 10px;
    right: 20px;
    color: rgba(0, 0, 0, .1);
    font-weight: 300
}

.production__grid--card .img {
    height: 100px;
    margin-bottom: 35px;
    max-width: 96px
}

.production__grid--card .title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px
}

.production__grid--card .desc {
    font-size: 18px
}

.production__grid--card.bg {
    background-color: #005a8a;
    color: #fff
}

.production__grid--card.bg .num {
    color: #fff
}

.frame-angle {
    position: relative;
    padding: 1px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #eee;
    box-shadow: inset 0 0 0 1px #eee;
    overflow: hidden
}

.frame-angle:before {
    content: "";
    bottom: -14px;
    right: -12px;
    position: absolute;
    width: 21px;
    height: 38px;
    background-color: #fff;
    border-width: 0 16px 16px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #eee;
    z-index: 10
}

.review-slider .img {
    max-width: 300px
}

.review-slider {
    padding-bottom: 40px
}

.certificates-slider, .review-slider {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 60px
}

.certificates-slider__slide, .review-slider__slide {
    padding-right: 10px;
    padding-left: 10px
}

.certificates-slider__slide p, .review-slider__slide p {
    padding-right: 40px
}

.certificates-slider__slide .frame-angle a, .review-slider__slide .frame-angle a {
    position: relative;
    display: block
}

.certificates-slider__slide .frame-angle a:before, .review-slider__slide .frame-angle a:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    width: 100%;
    position: absolute;
    background-image: url(../img/icons/zoom.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease;
    z-index: 1
}

.slider__arrow-left, .slider__arrow-right {
    background-position: center;
    background-size: 13px;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background-repeat: no-repeat
}

.certificates-slider__slide .frame-angle a:hover:before, .review-slider__slide .frame-angle a:hover:before {
    opacity: 1;
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease
}

.slider__arrow-left {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    left: -95px;
    background-image: url(../img/icons/arrow-left.svg)
}

.slider__arrow-right {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    right: -95px;
    background-image: url(../img/icons/arrow-right.svg)
}

.review, .slick-dots, .slick-dots li {
    position: relative
}

.slider__arrow {
    z-index: 10;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.form-popup .send-button, .slider__arrow:hover {
    cursor: pointer;
    -webkit-transition: all .1s ease
}

.slider__arrow:hover {
    background-color: #f4b211;
    border-color: transparent;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
    transition: all .1s ease
}

li.slick-active button, li.slick-active button:focus {
    outline: 0
}

.filter__select .fs-wrap:focus, .slick-slide, .slick-slide:focus {
    outline: 0 !important
}

.my-slick-dots {
    margin-top: 20px;
    height: 1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
    background-color: #eaeaea;
    top: 30px
}

.my-slick-dots-handle {
    left: 0;
    top: -2px;
    position: relative;
    background-color: #f4b211;
    width: 110px;
    height: 5px;
    -webkit-transition: left 1s ease;
    transition: left 1s ease
}

.slick-dots {
    padding-left: 0;
    left: 30px;
    font-size: 0;
    width: calc(100% - 30px);
    height: 1px;
    margin-right: -15px;
    margin-left: -15px;
    bottom: -30px
}

.slick-dots-handle {
    background-color: #f4b211;
    width: 110px;
    -webkit-transition: left 1s ease;
    transition: left 1s ease
}

.slick-dots li {
    display: inline-block;
    background-color: transparent;
    width: 110px;
    left: 0
}

.slick-disabled .slider__arrow {
    opacity: .4
}

.icon-block {
    margin-top: 30px
}

.icon-block-item {
    margin-bottom: 50px
}

.icon-block__top {
    height: 215px
}

.icon-block-img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 25px
}

.icon-block-title {
    font-size: 18px;
    font-weight: 900
}

.icon-block-text {
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
    color: #000
}

.icon-block-text a {
    display: block;
    color: inherit
}

.icon-block-text span {
    display: block;
    font-weight: 700
}

.icon-block-img img {
    width: 130px
}

.pagination {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    color: #dbdbdb;
    font-weight: 100;
    padding-right: 15px
}

.current-slide {
    font-size: 50px;
    margin-top: -10px;
    color: #a59999
}

.review-slider__slide .img {
    width: 100%;
    margin-right: 70px
}

.review-slider__slide .txt {
    font-size: 18px;
    padding-left: 30px
}

.review-slider__slide .name {
    font-weight: 900;
    margin-bottom: 70px
}

.review-slider__slide .btn {
    width: 100%;
    text-align: right
}

.w100 {
    width: 100%
}

.projects-slider {
    margin-top: 60px;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 35px
}

.projects-slider__slide {
    display: block;
    height: 320px;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
    margin-left: 15px;
    position: relative
}

.projects-slider__slide .title {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    top: 30px;
    left: 30px
}

.footer, .footer__contacts--address span {
    position: relative
}

.projects-slider__slide:hover {
    opacity: .9
}

.projects-slider button {
    display: none
}

.footer {
    background-color: #2a2e36;
    overflow: hidden;
    padding: 10px 20px 20px;
    font-weight: 100;
    font-size: 14px
}

.footer__contacts--address {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .8;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    color: #fff
}

.footer__contacts--address span:before, .footer__contacts--phone a:before {
    opacity: .4;
    top: -2px;
    content: "";
    background-repeat: no-repeat
}

.footer__contacts--address span:before {
    position: absolute;
    background-image: url(../img/icons/map-white.svg);
    background-position: center;
    background-size: 17px 24px;
    height: 27px;
    width: 24px;
    left: -30px
}

.footer__contacts--phone {
    margin-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative
}

.footer__contacts--phone a {
    position: relative;
    color: #fff;
    font-weight: 100
}

.footer__contacts--phone a:before {
    position: absolute;
    background-image: url(../img/icons/phone-white.svg);
    background-position: bottom;
    background-size: contain;
    height: 20px;
    width: 15px;
    left: -25px
}

.footer__contacts--phone a span {
    font-weight: 900;
    font-size: 20px;
    opacity: 1
}

.footer__contacts--mail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: right
}

.footer__contacts--mail a {
    color: #fff;
    text-decoration: underline;
    position: relative
}

.footer__contacts--mail a:hover {
    text-decoration: none
}

.footer ul li.current a, .footer ul li:hover a {
    text-decoration: underline
}

.footer__contacts--mail a:before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/mail-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 12px;
    height: 25px;
    width: 24px;
    left: -30px;
    top: -2px;
    opacity: .4
}

.footer-menu__wrap {
    opacity: .8;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.footer-menu__item {
    max-width: 1005px;
    margin: 0 auto
}

.footer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.footer ul li:last-child a:after {
    content: ""
}

.footer ul a, .footer ul a:hover {
    text-decoration: none
}

.footer ul li.current:before, .footer ul li:hover:before {
    top: 0;
    -webkit-transition: top .5s ease-out .1s;
    transition: top .5s ease-out .1s
}

.footer ul li:hover a:after {
    color: #fff
}

.footer ul a {
    color: #fff;
    padding: 15px 0;
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: color .5s ease-out .3s;
    transition: color .5s ease-out .3s
}

.footer a {
    color: #fff
}

.footer__logo {
    margin-right: 30px
}

.footer__logo img {
    max-width: 165px
}

.footer__copyright {
    font-size: 16px;
    opacity: .4;
    margin-bottom: 20px
}

.footer__copyright a {
    display: block
}

.footer__agreement {
    display: block;
    font-size: 12px
}

.footer .footer-left {
    width: 25%
}

.footer .footer__contacts {
    width: 65%
}

.breadcrumbs {
    font-weight: 100;
    font-size: 15px;
    height: 100%;
    padding-top: 15px;
    color: #005a8a
}

.breadcrumbs a {
    text-decoration: underline;
    color: #005a8a
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #005a8a
}

.breadcrumbs span {
    margin-left: 5px;
    margin-right: 5px;
    color: #005a8a
}

.projects .content {
    margin-top: 40px
}

.projects ul {
    margin-top: 30px;
    font-size: 18px
}

.projects .date {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px
}

.project-gallery {
    margin-top: 40px
}

.project-gallery__grid--block {
    overflow: hidden;
    display: block;
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative
}

.project-gallery__grid--block .title {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    top: 30px;
    left: 30px
}

.all-projects .project-gallery__grid--block:hover .hover-block {
    opacity: 1;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.all-projects .project-gallery__grid--block .hover-block {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #005a8a;
    padding: 30px;
    color: #fff;
    overflow: hidden
}

.all-projects .project-gallery__grid--block .hover-block .txt {
    max-height: 200px;
    overflow: hidden;
    position: relative
}

.all-projects .project-gallery__grid--block .hover-block .txt:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 25px;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#005a8a));
    background-image: linear-gradient(rgba(255, 255, 255, 0), #005a8a);
    z-index: 1
}

.all-projects .project-gallery__grid--block .hover-block:before {
    content: "";
    top: 30px;
    right: -20px;
    position: absolute;
    width: 21px;
    height: 38px;
    background-color: #fff;
    border-width: 0 16px 16px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #eee;
    z-index: 10
}

.all-projects .project-gallery__grid--block .hover-block .hover-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px
}

.all-projects .project-gallery__grid--block .hover-block .date {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff
}

.all-projects .project-gallery__grid--block .hover-block ul {
    padding-left: 10px
}

.all-projects .project-gallery__grid--block .hover-block ul li {
    margin-bottom: 10px;
    font-size: 16px
}

.all-projects .project-gallery__grid--block .hover-block ul li:before {
    background-color: #fff
}

.project-item .project-gallery .project-gallery__grid--col a {
    position: relative;
    display: block
}

.project-item .project-gallery .project-gallery__grid--col a:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    width: 100%;
    position: absolute;
    background-image: url(../img/icons/zoom.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease;
    z-index: 1
}

.files__item, .files__item a {
    position: relative
}

.project-item .project-gallery .project-gallery__grid--col:hover a:before {
    opacity: 1;
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease
}

.certificates-inner .certificates--block {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    padding-top: 40px
}

.certificates-inner .certificates--block:last-child {
    border-bottom: none
}

.certificates-slider__inner {
    width: 40%;
    margin-left: 50px
}

.certificates-slider__inner .frame-angle {
    max-width: 365px
}

.certificates-slider__inner .slider__arrow-right {
    right: -40px
}

.certificates-slider__inner .slider__arrow-left {
    left: -40px
}

.certificates-files {
    width: 40%
}

.certificates-files .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px
}

.files__wrap {
    margin-top: 15px;
    margin-bottom: 20px
}

.contacts__map, .contacts__txt, .filter {
    margin-bottom: 30px
}

.files__item a {
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 2px #f4b211;
    box-shadow: inset 0 0 0 2px #f4b211;
    height: inherit;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 20px;
    padding: 20px 20px 20px 80px;
    color: inherit;
    text-decoration: none;
    overflow: hidden
}

.files__item a:before {
    content: "";
    bottom: -14px;
    right: -12px;
    position: absolute;
    width: 21px;
    height: 38px;
    background-color: #fff;
    border-width: 0 16px 16px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 2px solid #f4b211;
    z-index: 10
}

.files__item a:hover {
    opacity: .8
}

.files__item.zip a {
    background-image: url(../img/icons/zip-icon.png)
}

.files__item.pdf a {
    background-image: url(../img/icons/pdf-icon.png)
}

.files__item.xlsx a {
    background-image: url(../img/icons/xlsx-icon.png)
}

.files__item .files__item-title {
    padding-left: 50px
}

.review-inner .review-slider__slide {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    padding-top: 40px
}

.review-inner .review-slider__slide .img {
    max-width: 200px
}

.filter__title {
    width: 15%;
    font-size: 16px;
    font-weight: 700
}

.filter__select {
    display: inline-block;
    margin-left: 20px
}

.filter__select:first-child {
    margin-left: 0
}

.filter__select .fs-wrap {
    width: 265px
}

.filter__select .fs-label-wrap {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px
}

.filter__select .fs-dropdown {
    width: 265px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fdfaf2;
    padding: 0 40px
}

.filter__select .fs-option {
    border: 1px solid transparent
}

.filter__select .fs-option.disabled {
    display: none
}

.filter__select .fs-option:hover {
    color: #005a8a;
    font-weight: 400
}

.filter__select .fs-dropdown .fs-options {
    max-height: 100%
}

.filter__select .fs-optgroup-label, .filter__select .fs-option, .filter__select .fs-search {
    padding: 10px 0
}

.filter__clear a {
    padding: 10px 40px 10px 10px;
    color: #000;
    position: relative;
    display: inline-block;
    font-weight: 100
}

.filter__clear a:after {
    content: "×";
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #FF000D;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center
}

.contacts__txt {
    position: relative;
    padding-left: 70px
}

.contacts__txt.address:before, .contacts__txt.mail:before, .contacts__txt.phone:before {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: ""
}

.contacts__txt .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.contacts__txt .txt, .contacts__txt .txt a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000
}

.contacts__txt .txt a span {
    font-size: 22px;
    font-weight: 400
}

.contacts__txt.address:before {
    background-image: url(../img/icons/address.png)
}

.contacts__txt.phone:before {
    background-image: url(../img/icons/phone.png)
}

.contacts__txt.mail:before {
    background-image: url(../img/icons/mail.png)
}

.accept, .form-popup, .reserv__input {
    position: relative
}

.mm-slideout {
    z-index: auto
}

.btn {
    background: 0 0;
    border: none
}

.form-popup {
    background: #fff;
    padding: 40px 20px 25px;
    width: auto;
    max-width: 460px;
    margin: 20px auto;
    border: 12px solid #005a8a
}

.form-popup .accept__checkbox {
    font-size: 14px;
    position: relative
}

.form-popup .accept__checkbox .checkbox {
    opacity: 0;
    position: absolute
}

.form-popup .label-desc {
    position: relative;
    padding-left: 40px
}

.form-popup .label-desc:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 3px;
    border: 1px solid #000;
    background: 0 0;
    display: block
}

.form-popup input:checked + .label-desc {
    position: relative
}

.form-popup input:checked + .label-desc:before {
    content: "✓";
    display: block;
    position: absolute;
    color: #68c36a;
    line-height: 20px;
    text-align: center;
    font-size: 18px
}

.form-popup .send-button {
    margin-top: 35px;
    margin-bottom: 20px;
    display: block;
    background: #f4b211;
    border: none;
    width: 100%;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    transition: all .1s ease
}

.form-popup .send-button:hover {
    opacity: .8;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.form-popup .h1 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center
}

.form-popup input, .form-popup textarea {
    padding: 14px 15px;
    display: block;
    width: 100%;
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid;
    color: #000
}

.form-popup input:focus, .form-popup textarea:focus {
    outline: 0;
    border-color: #f4b211
}

.form-popup input[type=checkbox] {
    width: 20px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px
}

.input-wrap {
    position: relative;
    margin-bottom: 35px
}

.errorAjax, .form-error {
    color: red;
    position: absolute
}

.form-error {
    bottom: -22px;
    font-size: 14px;
    left: 0
}

.mfp-close-btn-in .mfp-close {
    font-weight: 100;
    line-height: 33px;
    font-size: 30px;
    color: #000;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.mfp-close-btn-in .mfp-close:hover {
    color: #000;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

#reserve-modal {
    max-width: 550px;
    background-color: #fff;
    border: 5px solid #f4b211;
    margin: 0 auto;
    padding: 20px;
    position: relative
}

#reserve-modal p {
    color: #000;
    text-align: center
}

#reserve-modal .h1 {
    color: #000;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px
}

#reserve-modal button {
    color: #000
}

.tabs {
    padding-left: 0 !important
}

.tabs > li {
    padding-left: 0
}

.tabs > li:before {
    display: none
}

.tabs .tabs__content {
    display: none;
    position: absolute;
    margin-top: 115px;
    left: 0;
    right: 0
}

.tabs .tabs__content .img {
    background-position: center;
    background-size: cover;
    height: 270px;
    width: 100%
}

.tabs .tabs__content .clearfix {
    width: 100%;
    clear: both
}

.tabs .tabs__content .icons > img {
    float: left;
    margin: 0 20px 0 0
}

.tabs .tabs__content .icons > h4, .tabs .tabs__content .icons > p, .tabs .tabs__content .icons > ul {
    margin-left: 80px
}

.tabs .tabs__caption {
    text-align: center;
    margin-left: 30px;
    padding-left: 0;
    max-width: 280px;
    width: 100%;
    z-index: 2
}

.tabs .tabs__caption:first-child {
    margin-left: 0
}

.tabs .tabs__caption a {
    padding: 15px 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs .tabs__caption.active a {
    border: 1px solid #005a8a;
    background-color: #005a8a;
    color: #fff
}

.tabs .tabs__caption:not(.active) a {
    border: 1px solid #eee;
    color: #000
}

.tabs .tabs__caption.active + .tabs__content {
    display: block
}

.tabs-mob {
    display: none;
    margin-bottom: 15px
}

.content-inner {
    padding-top: 40px;
    min-height: 540px
}

.content-inner ul {
    list-style: none;
    padding-left: 30px
}

.content-inner ul li {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 30px
}

.content-inner ul li:before {
    content: "";
    position: absolute;
    left: 0;
    height: 12px;
    width: 5px;
    top: 7px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.box-title a {
    font-size: 16px;
    border-bottom: 1px solid;
    color: #000;
    text-decoration: none!important;
    position: relative;
    margin-left: 30px;
    transition: all .1s ease-out .1s;
    text-transform: none;
    margin-right: 20px;

}
.box-title a:hover {
border-color: transparent;
}

.box-title i {
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget a.title:link, .widget a.title:visited {
    display: none;
}

.tpl-component-19 .content-inner {
    padding-top: 0px;
}

.aa_custom-h4 {
    font-weight: bold;
}

.product-card {
    padding-left: 15px;
    list-style: none;
}

.product-card li {
    padding-left: 0 !important;
}

.product-card li:before {
    background-image: none !important;
}

.product-card__item {
    position: relative;
    height: 385px;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: all .1s ease-out .1s;
    transition: all .1s ease-out .1s
}

.product-card__item a {
    display: block;
    height: inherit
}

.product-card__item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-card__item-txt {
    position: absolute;
    min-height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(11, 90, 138, .8);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 17px
}

.product-card__item-txt--title {
    position: relative;
    padding-left: 30px
}

.product-card__item-txt--title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 15px;
    height: 4px;
    background-color: #fff
}

.object-item .photo-block__item-wrap .photo-block__item-wrap.photo a:before, .object-item .photo-block__item-wrap a:before, .photo-block__item-wrap.photo a:before {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    background-image: url(../img/icons/zoom.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 95% 95%;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    left: 0
}

.product-card__item-txt span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-top: 10px
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

.custom_callback_button {
    margin-left: auto;
    margin-right: auto;
    color: #000;
    margin-top: 35px;
    margin-bottom: 35px;
}

.custom_callback_button_div {
    padding-top: 40px;
    padding-bottom: 60px;
}

.form-popup .accept__checkbox .checkbox-custom.checked:before {
    content: "✓";
    display: block;
    position: absolute;
    color: #68c36a;
    left: 6px;
    font-size: 18px
}

.footer__contacts--instagram {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: right;
}

.footer__contacts--mail a {
    color: #fff;
    text-decoration: underline;
    position: relative
}


.footer__contacts--instagram a:before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/instagram-15.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    height: 20px;
    width: 20px;
    left: -12px;
    margin-left: 55px;
    opacity: .4;
    background-color: #fff;
}

@media only screen and (max-width: 1200px) {
    .footer__contacts--instagram {
        text-align: left;
    }

    .footer__contacts--instagram a:before {
        margin-left: -15px;
    }
}

.content-inner {
    min-height: 100px;
}