@font-face {
    font-family: 'Allegretto Script One';
    src: url('../fonts/AllegrettoScriptOne.eot');
    src: url('../fonts/AllegrettoScriptOne-1.eot') format('embedded-opentype'),
        url('../fonts/AllegrettoScriptOne.woff2') format('woff2'),
        url('../fonts/AllegrettoScriptOne.woff') format('woff'),
        url('../fonts/AllegrettoScriptOne.ttf') format('truetype'),
        url('../fonts/AllegrettoScriptOne.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fl {
    display: flex;
    align-items: center;
    width: 26%;
}

html {
    height: 100%;
    position: relative;
}

body {
    position: relative;
    background: #fff;
    width: 100%;
    min-width: 1200px;
}

body.active {
    /* overflow: hidden; */
}

.page-main {
    position: relative;
    width: 100%;
    min-width: 1200px;

}

main {
    min-width: 1200px;
}

.page-inner {
    position: relative;

}

.page-main.fixed {
    padding: 97px 0 0 0;
}

header.inner {}

header {
    position: relative;
    transition: all .3s ease-out;
    padding: 10px 0 25px 0;
    background-position: top center;
    background-repeat: no-repea;
    min-width: 1200px;
    width: 100%;
}

header.fixed {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: all .3s ease-out;
    padding: 28px 0;
}

.navbar-toggle {
    cursor: pointer;
}

.logo {
    margin: 0;
    font-size: 24px;
    color: #b07b2c;
    text-decoration: none;
    /* font-family: 'Allegretto Script One'; */
    font-family: ' Open Sans', sans-serif;
    display: inline-block;
    line-height: 80%;
    width: 145px;
    height: 145px;
    padding: 5px 0 0 140px;
    background: url('../images/logo.png') no-repeat ;
    background-size: cover;
}

.logo:hover {
    text-decoration: none;
}

nav {
    margin: -40px 0 0 -61px;
    position: relative;
}

nav ul {
    padding: 6px 50px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 17px 8px 17px;
    margin-top: 14px;
}

nav ul li a,
nav ul li span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul li a:hover {
    text-decoration: underline;
}

nav ul li.active {
    border-bottom: 5px solid #b07b2c;
}

nav ul li.active a,
nav ul li.active span {
    font-weight: 700;
}

.header__adres {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #4d4d4d;
    margin: 20px 0 0 0;
    padding: 0 0 0 43px;
    background: url('../images/iAdres.png') no-repeat 0 0;
}
@media (max-width:1360px){
    .header__adres {
        display: none;
    }
}



.header__email {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0 0 1px 40px;
    background: url('../images/iEmail.png') no-repeat 0 0;
}
@media (max-width:1024px){
    .header__email, .header__phone {
        display: none !important;
    }
}

.header__phone {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 1px 0 5px 40px;
    background: url(../images/iPhone.png) no-repeat 0 0;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 180px;
    cursor: pointer;
    padding: 9px 0 10px 0;
    text-decoration: none;
    text-align: center;
    line-height: 130%;
    color: #fff;
    border-radius: 30px;
    border: none;
    display: inline-block;
    background: #b07b2c;
    white-space: normal;
}

.btn:hover {
    text-decoration: none;
}

.header__call {
    margin: 14px 0 0 0;
    width: 165px;
    font-size: 15px;
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

header .flex {
    margin-left: -35px;
    margin-right: -17px;
}

header .flex>a,
header .flex>div {
    margin-left: 10px;
    margin-right: 10px;
}

.slider .item {
    height: 630px;
    width: 100%;
    outline: none;
}

.slider .item+.item {
    display: none;
}

.slider .slick-slide+.slick-slide {
    display: block;
}

.slider .slick-slide img {
    max-width: 100%;
}

.slider .slick-dots {
    width: 940px;
    z-index: 2;
    position: absolute;
    margin-left: -466px;
    margin-top: -58px;
    left: 50%;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.slick-dots li button {
    background: #b6b2af;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-dots li.slick-active button {
    border: 3px solid #b07b2c;
    background: none;
    width: 23px;
    height: 23px;
}

.slide__text {
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 9px 17px;
}

.slider .slick-prev {
    display: none !important;
}

.slide__text p,
.slide__text h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-shadow: 0 0 27px rgba(0, 0, 0, 0.75);
    margin: 0 0 10px;
}

.slick-next {
    background: url('../images/arrow.png') no-repeat;
    left: 36.6%;
}

.slider .slick-prev {
    display: none;
}

.slick-prev {
    background: url(../images/arrow.png) no-repeat;
}

.slick-arrow {
    width: 43px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    border: none;
    font-size: 0;
    z-index: 1;
    outline: none;
    bottom: 26px;
    z-index: 3;
}


main {
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1200px;
    width: 100%;
}

.service {
    padding: 39px 0 0 0;
    min-width: 1200px;
}

.service .caption {
    padding: 0 542px 0 0;
    margin: 0;
    font-family: 'Allegretto Script One';
    font-size: 60px;
    color: #b07b2c;
    line-height: 100%;
    background: url('../images/venzel.png') no-repeat right -5px;
    max-width: 100px;
    display: flex;
    align-items: center;
    height: 70px;

    /* img{
        max-width: 300px;
        margin-top: 20px;
        display: block;
    } */
}

.service .btn {
    padding: 20px 0;
    margin: 6px 11px 0 0;
}

.services {
    padding: 39px 70px 0 69px;
}

.services .item {
    width: 294px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}

.services .item img {
    max-width: 100%;
}

.services .item+.item {
    display: none;
}

.services .slick-slide+.slick-slide {
    display: block;
}

.services .item a {
    outline: none;
}

.services .item a.detail {
    text-decoration: none;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 25px 0 0 0;
    padding: 0px 0 0px 15px;
    display: block;
    line-height: 125%;
    position: relative;
}

.services .item a.detail::before {
    content: '';
    width: 4px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0;
    background: #b07b2c;
}

.services .slick-arrow {
    top: 50%;
    margin-top: -46px;
}

.services .slick-next {
    right: 13px;
    left: auto;
}

.services .slick-prev {
    left: 13px;
    transform: rotate(-180deg);
}

.practic {
    padding: 0 0 0 0;
}

.practic .caption {
    padding: 0 376px 0 0;
    margin: 0;
    font-family: 'Allegretto Script One';
    font-size: 60px;
    color: #b07b2c;
    line-height: 100%;
    background: url('../images/venzel.png') no-repeat right -5px;
    height: 70px;
}

.practic .btn {
    padding: 20px 0;
    margin: 21px 16px 0 0;
}

.practic__slider {
    margin: 55px 0 0 0;
    background: url('../images/sa.png') no-repeat -23px top;
}

.practic__slider .slick-prev {
    display: none;
}

.carousel-practic .item {
    outline: none;
}

.carousel-practic .item+.item {
    display: none;
}

.carousel-practic .slick-slide+.slick-slide {
    display: block;
}

.carousel-practic .slick-dots {
    top: -13px;
    text-align: right;
    padding: 0;
    margin: 0;
    right: 87px;
    position: absolute;
}

.carousel-practic .slick-arrow {
    position: absolute;
    right: 32px;
    top: -16px;
    left: auto;
}

.item__info {
    background: #f5f5f5;
    margin: 53px 0 0 0;
    padding: 8px 13px 39px 13px;
    min-height: 479px;
}

@media (max-width:479px){
    .item__info {

    padding: 8px 8px 39px 8px;

}
}

.item__info p {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 130%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 24px 0 0 0;
}

.item__info h2 {
    color: #b07b2c;
    font-size: 40px;
    line-height: 100%;
    font-family: 'Allegretto Script One';
}

.articles {
    padding: 49px 0 0 0;
}

.articles .caption {
    padding: 0 389px 0 0;
    margin: 0;
    font-family: 'Allegretto Script One';
    font-size: 60px;
    color: #b07b2c;
    line-height: 100%;
    background: url('../images/venzel.png') no-repeat right -5px;
    height: 70px;
}

.articles .btn {
    padding: 20px 0;
    margin: 6px 11px 0 0;
}

.articles__item {
    min-height: 450px;
    padding: 0 0 27px 0;
    background: #f5f5f5;
    margin: 55px auto 0;
    text-align: center;
    max-width: 358px;
    display: block;
}

.articles__item figure {
    height: 239px;
}

.articles__item figure img {
    max-height: 100%;
    max-width: 100%;
}

.articles__item p {
    font-size: 16px;
    color: #4d4d4d;
    margin: 16px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 20px;
    line-height: 120%;
}

.articles__item p.name {
    font-size: 18px;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 10px 0 0 0;
    overflow: hidden;
    /* height: 42px; */
    line-height: 130%;
    /* padding-bottom: 10px; */
}

.articles__item a.read {
    font-size: 18px;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 20px 30px 0 0;
    display: block;
    text-align: right;
}

footer {
    margin: 65px 0 0 0;
    padding: 30px 0 20px 0;
    border-top: 1px solid #959595;
    min-width: 1200px;
    width: 100%;
}

footer .links .item+.item {
    margin-top: 10px;
}

footer .links a,
footer .links span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #4d4d4d;
}


footer .contacts a {
    display: block;
}

footer .header__adres {
    margin-top: 0;
    background-position: 0 center;
}

footer .header__email {
    margin-top: 15px;
    padding-left: 44px;
}

footer .header__phone {
    margin-top: 15px;
    padding-left: 44px;
}

footer .soc {
    /* margin:23px 0 0 0; */
    margin: 0;
}

footer .soc a {
    width: 22px;
    height: 25px;
    display: inline-block;
    margin-right: 18px;
}

footer .soc a.in {
    background: url('../images/soc.png') no-repeat 0 0;
}

footer .soc a.tw {
    background: url('../images/soc.png') no-repeat -40px 0;
}

footer .soc a.fb {
    background: url('../images/soc.png') no-repeat -80px 0;
}

footer .soc a.you {
    background: url('../images/soc.png') no-repeat -115px 0;
}

footer p {
    color: #4d4d4d;
    font-size: 14px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 60px 20px 0 0;
}

footer .nav {
    margin-top: 16px;
}

footer .nav .link+.link {
    margin-top: 4px;
}

footer .nav .link a {
    font-size: 16px;
    color: #797058;
}

.overlay {
    position: fixed;
    top: -9999px;
    left: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    max-height: 1200px;
    overflow: auto;
    opacity: 0;
    transition: .5s;
    display: flex;
    align-self: center;
}

.overlay.active {
    opacity: 1;
    top: 0;
}

.popup__wrap .close {
    width: 20px;
    height: 20px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    background: url('../images/close_small.png');
    position: absolute;
    z-index: 4;
    cursor: pointer;
    opacity: 1;
}

.popup__wrap {
    background: #fff;
    min-height: 600px;
    max-width: 900px;
    margin: 0 auto;
    width: 95%;
    position: relative;
    display: block;
    margin: auto;
    padding: 30px 0 0 0;
    margin-top: 50px;
    padding-bottom: 20px !important;

}

.articles~.popup__wrap {
    background: 0;
}

.overlay.active .popup__wrap {
    display: block;
}

.popup__wrap .name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #232323;
    margin: 24px 0 8px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.popup__wrap .name b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.popup__wrap p {
    margin: 22px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #474747;
    text-align: center;
}

.popup__wrap form {
    margin: 41px 0 0 0;
    width: 100%;
    display: block;
    background: #fff;
    padding: 30px 5px 0 5px;
    position: relative;
    text-align: center;
}

.popup__wrap form::before {
    content: '';
    width: 100px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    background: #b07b2c;
}

.popup__wrap form input {
    margin: 21px 0 0 0;
    width: 100%;
    height: 60px;
    padding: 0 0 0 30px;
    border: 1px solid #b07b2c;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
    max-width: 490px;
}

.popup__wrap form textarea {
    margin: 21px 0 0 0;
    width: 100%;
    height: 60px;
    padding: 20px 8px 0 30px;
    border: 1px solid #b07b2c;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
    max-width: 490px;
    height: 200px;
}

.req1 {
    height: 200px !important;
    text-wrap: wrap !important;

}

.popup__wrap form input:focus {
    border: 1px solid #0075FF;
}

.popup__wrap form button {
    width: 218px;
    height: 63px;
    margin: 15px auto 0;
    border: none;
    cursor: pointer;
    display: block;
    background: #b07b2c;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.popup__wrap form p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
    margin: 15px 0 0 0;
    padding: 0 10px;
}

.popup__wrap form p a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
}

.mobile__menu {
    right: -9999px;
    transition: .3s;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 43px 20px 0 20px;
    z-index: 10;
    height: 100%;
    overflow: auto;
}

.mobile__menu.active {
    right: 0;
}

.mobile__menu .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
    background: url('../images/close_small.png');
    margin: 0;
    opacity: 1
}

.mobile__menu ul {
    position: relative;
    padding: 0 0 60px 0;
}

.mobile__menu ul.submenu {
    display: none;
}

.mobile__menu ul::after {
    content: '';
    width: 58px;
    height: 4px;
    background: #F83F3F;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mobile__menu ul li {
    margin: 22px 0 0 0;
    list-style: none;
    width: 100%;
    text-align: left;
}

.mobile__menu ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #232323;
    text-decoration: none;
    margin: 0;
}

.mobile__menu a {
    display: inline-block;
    margin: 35px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #474747;
    text-decoration: none;
    display: block;
}

.mobile__menu a.email {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #454545;
    margin: 22px 0 0 0;
}

.mobile__menu .header__adres {
    font-size: 16px;
    font-weight: 400;
}

.mobile__menu .btn {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.breadcrumbs {
    padding: 25px 0 0 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #4d4d4d;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0 14px;
}

.breadcrumbs li:first-child {
    margin: 0;
}

.breadcrumbs li+li::before {
    content: '>>';
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.breadcrumbs li a,
.breadcrumbs li span {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #4d4d4d;
}


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

.content p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    text-align: left;
    line-height: 170%;
}

.content ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 32px;
}

.content>ul:first-child {
    margin-top: 20px;
}

.content>ul li a {
    color: #4d4d4d;
}

.content ul li {
    list-style: disc;
    margin: 3px 0 0 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    text-align: left;
    line-height: 170%;
}

.service h1.caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0 0 0 16px;
    border-left: 3px solid #b07b2c;
    font-size: 36px;
    padding-right: 69%;
    margin: 40px 0 0 0;
    line-height: 130%;
    background: url(../images/venzel.png) no-repeat 286px -9px;
}

.service .back {
    margin: 40px auto 0;
}

.service__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

.service__list .item {
    width: 294px;
    outline: none;
    margin: 35px 0 0 0;
}

.service__list .item a {
    outline: none;
}

.service__list .item a.detail {
    text-decoration: none;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 25px 0 0 0;
    padding: 0px 0 0px 15px;
    display: block;
    line-height: 125%;
    position: relative;
}

.service__list .item a.detail::before {
    content: '';
    width: 4px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0;
    background: #b07b2c;
}

.content .articles__item p {
    margin: 15px 0 0 0;
}

.map {
    padding: 20px 0 0 0;
}

.service__about {
    font-size: 14px;
    max-width: 500px;
    padding: 0 9px;
    font-style: italic;
    text-align: left;
}

.mobile {
    display: none;
}

.project__info {
    min-height: auto;
}

.project__inform {
    display: none;
}

.page-404 {
    text-align: center;
    margin-top: -15px;
}

.page-404 .code {
    font-size: 234px;
    line-height: 1;
    color: #b07b2c;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.page-404 .content h1 {
    font-size: 20px;
    font-weight: bold;
    color: #b07b2c;
    margin: 0 0 14px;
}

.page-404 .content p {
    text-align: center;
    font-size: 14px;
    color: #3e3e3e;
    margin: 3px 0 0;
}

.page-404 .content p a {
    text-decoration: underline;
    color: #3e3e3e;
}

.page-404 .content p a:hover {
    text-decoration: none;
}


.page-404 .caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0 0 0 20px;
    border-left: 3px solid #b07b2c;
    font-size: 36px;
    padding-right: 25%;
    margin: 40px 0 0 0;
    line-height: 130%;
    background: url(../images/venzel.png) no-repeat right 0px;
}

.page-404 .service__list .item {
    width: 260px;
    outline: none;
    margin: 15px 0 0 0;
}

.page-404 .service__list .item img {
    max-width: 100%;
    height: auto;
}

.page-404 .flex {
    margin-top: 30px;
}

.schedule {
    margin-top: 20px;
}

.schedule .caption {
    color: #ad9762;
    margin-bottom: 4px;
    font-size: 15px;
}

.schedule .val {
    font-size: 13px;
}

header .search {
    position: absolute;
    right: -7px;
    top: 1px;
}

.search-form {
    display: flex;
    position: absolute;
    top: 0;
    right: 40px;
    top: -2px;
    display: none;
}

.search-form.active {
    display: flex;
}

.search-form input {
    height: 30px;
    width: 200px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #b07b2c;
    padding: 0 0 0 6px;
    font-size: 14px;
}

.search-form button {
    color: #fff;
    border: 0;
    background: #b07b2c;
    font-size: 15px;
    padding: 2px 10px;
    border-radius: 0 5px 5px 0;
}

.mobile__menu .search-form {
    position: relative;
    top: 0;
    right: 0;
    display: flex !important;
    margin-top: 30px;
    margin-bottom: -20px;
}

.mobile__menu .search-form input {
    height: 40px;
    width: 250px;
}

.mobile__menu .search-form button {
    font-size: 17px;
    padding: 2px 20px;
}

header .search .toogle-search {
    width: 25px;
    display: block;
}

header .search .toogle-search svg {
    max-width: 100%;
    height: auto;
    fill: #a7a7a7;
}

header .search .toogle-search:hover svg,
header .search .search-form.active+.toogle-search svg {
    fill: #404040;
}

.search-result {
    margin-top: 34px;
}

.search-link {
    font-size: 16px;
    font-weight: bold;
    color: #b07b2c;
}

.search-link+p {
    margin-top: 6px;
}

.mse2-row+.mse2-row {
    margin-top: 24px;
}

/* //////////// */

.reviews {
    padding-top: 40px;
}

.reviews .caption {
    padding: 0 329px 0 0;
    margin: 0;
    font-family: 'Allegretto Script One';
    font-size: 60px;
    color: #b07b2c;
    line-height: 100%;
    background: url(../images/venzel.png) no-repeat right 13px;
}

.reviews .list {
    margin: 40px auto 0;
}

.reviews .item {
    display: flex;
    background: #fff;
    padding: 18px;
    border: 2px solid #e2d5b7;
}

.reviews .item+.item {
    margin-top: 16px;
}

.reviews .item .photo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 20px;
}

.reviews .item .wrapper {
    margin-top: 4px;
}

.reviews .item .photo img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews .item .name {
    font-size: 16px;
    margin-bottom: 8px;
    font-style: italic;
    color: #525252;
}

.reviews .item .text {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 130%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.reviews .item .text p,
.reviews .item .text ul,
.reviews .item .text ol {
    margin: 14px 0;
}

.service .reviews {
    margin-top: 25px;
}

.service .reviews .caption {
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 130%;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: 0;
    text-align: center;
    display: block;
}

.service .reviews .list {
    margin-top: 35px;
}

/* //////////// */

.service .table {
    margin-top: 35px;
}

.service .table .caption {
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 130%;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: 0;
    text-align: center;
    display: block;
}

.service .table .list {
    margin-top: 35px;
}

.service .table .table-row {
    display: flex;
    font-size: 16px;
}

.service .table .table-cell {
    flex: 1 1 auto;
    padding: 16px;
    background: #fff;
}

.service .table .table-row:nth-child(odd) .table-cell {
    background: #f1f1f1;
}

.service .table .table-cell:last-child {
    flex: 0 0 auto;
}

/* //////////// */

.service .faq {
    margin-top: 35px;
}

.service .faq .caption {
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 130%;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: 0;
    text-align: center;
    display: block;
}

.service .faq .list {
    margin-top: 35px;
}

.service .faq .item+.item {
    margin-top: 22px;
}

.service .faq .question {
    font-size: 17px;
    padding: 12px 14px 12px 14px;
    border-radius: 5px;
    background-color: #eae3cf;
    position: relative;
    z-index: 99;
}

.service .faq .answear {
    line-height: 160%;
    padding: 18px 20px 18px;
    background: #f7f7f7;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
}

.service .faq .answear p,
.service .faq .answear ul,
.service .faq .answear ol {
    margin: 14px 0;
}

.service .faq .answear>*:first-child {
    margin-top: 0;
}

.service .faq .answear>*:last-child {
    margin-bottom: 0;
}

/* //////////// */

.counter {
    padding-top: 40px;
}

.counter .caption {
    padding: 0 359px 0 0;
    margin: 0;
    font-family: 'Allegretto Script One';
    font-size: 60px;
    color: #b07b2c;
    line-height: 100%;
    background: url(../images/venzel.png) no-repeat right -5px;
    height: 70px;
}

.counter .list {
    margin: 40px auto 0;
    display: flex;
}

.counter .item {
    flex: 1 1 0;
    text-align: center;
    position: relative;
}

.counter .item .value {
    font-size: 70px;
    font-weight: bold;
    color: #b07b2c;
    line-height: 1;
}

.counter .item .text {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px;
}

.counter .item:before {
    content: '';
    width: 1px;
    background-color: #b59e64;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}


.counter .item:first-child:before {
    display: none;
}

/* //////////// */

.advantages {
    padding-top: 40px;
}

.advantages .caption {
    padding: 0 379px 0 0;
    margin: 0;
    font-family: 'Allegretto Script One';
    font-size: 60px;
    color: #b07b2c;
    line-height: 100%;
    background: url(../images/venzel.png) no-repeat right -5px;
    height: 70px;
}

.advantages .list {
    margin: 40px -15px 0;
    display: flex;
}

.advantages .item {
    flex: 1 1 0;
    text-align: center;
    position: relative;
    margin: 0 15px;
    padding: 24px 20px 20px;
    border: 3px solid #c2bfc2;
}

.advantages .item .icon {
    width: 74px;
    min-height: 80px;
    display: inline-block;
    margin-bottom: 14px;
}

.advantages .item:nth-child(3) .icon {
    width: 80px;
}

.advantages .item .icon img {
    width: 100%;
    height: auto;
    opacity: .9;
}

.advantages .item .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    position: relative;
    padding-top: 16px;
    color: #b07b2c;
}

.advantages .item .desc {
    margin-top: 12px;
    color: #404040;
    line-height: 140%;
    position: relative;
}

.advantages .item .title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: #bfb599;
    margin: auto;
}

/* //////////// */

.seo_content {
    padding: 24px;
    font-size: 15px;
    line-height: 140%;
    background: #f3f3f3;
    margin-top: 40px;
}

.seo_content>*:first-child {
    margin-top: 0;
}

.seo_content p {
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 24px 0 0 0;
}

.seo_content ul,
.seo_content ol {
    margin-top: 24px;
}

/* //////////// */

.service .chunks {
    margin-top: 35px;
}

.service .chunks .caption {
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 130%;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: 0;
    text-align: center;
    display: block;
}

.service .chunks .list {
    margin-top: 35px;
}

.service .chunks .item+.item {
    margin-top: 12px;
}

.service .chunks .title {
    font-size: 17px;
    padding: 14px 20px 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 40px;
    background-color: #eae3cf;
    position: relative;
    z-index: 99;
}

.service .chunks .text {
    display: none;
    line-height: 160%;
    padding: 4px 20px 8px;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
}

.service .chunks .answear p .service .chunks .answear ul,
.service .chunks .answear ol {
    margin: 14px 0;
}

.service .chunks .text>*:first-child {
    margin-top: 0;
}

.service .chunks .text>*:last-child {
    margin-bottom: 0;
}

.service .chunks .title .arrow {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    background: url(../images/angle-arrow-down.svg) 0 0 no-repeat;
    background-size: 100% auto;
    margin-left: 20px;
}

.service .chunks .title.active .arrow {
    transform: rotate(180deg);
}

.service .chunks .more {
    text-align: right;
}

.service .chunks .more a {
    font-weight: bold;
    color: #4a4a4a;
}

/* //////////// */

.service .examples {
    margin-top: 35px;
}

.service .examples .caption {
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 130%;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: 0;
    text-align: center;
    display: block;
}

.service .examples .list {
    margin: 0 -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.service .examples .item {
    width: 25%;
    padding: 0 15px;
    margin-top: 35px;
}

.service .examples .item img {
    width: 100%;
    height: auto;
}

.service .examples .item .wrap {
    background: #efefef;
}

.service .examples .item .wrapper {
    padding: 20px;
}

.service .examples .desc {
    line-height: 160%;
}

.service .examples .more {
    text-align: right;
    margin-top: 14px;
}

.service .examples .more a {
    display: inline-block;
    color: #3a3a3a;
    font-style: italic;
    font-weight: bold;
}

.flex-header {
          justify-content: flex-end;
          padding-top: 28px;
        }

        @media (max-width:1360px){
                  .flex-header {
          justify-content: center;
          padding-top: 28px;
        }
        }

        @media (max-width:992px){
                  .flex-header {
          justify-content: flex-end;
        }
        }



        .logo2 {
          display: block;
          margin: 0;
          font-size: 24px;
          line-height: 1;
          color: #b07b2c;
          font-family: 'Allegretto Script One';
          font-style: normal;
          text-decoration: none;
          min-width: 300px;
          font-weight: 500;
          text-align: left;
          margin-left: 10px;
        }

        @media (max-width:479px) {
          .logo2 {
            text-align: center;
            display: inline-block;
            width: fit-content;
            min-width: 100px;

          }
        }

        .fl {
          display: flex;
          align-items: center;
          width: 26%;
        }

        @media (max-width:600px) {
          .fl {
            width: 100%;
          }
        }

        .container-header{
          width: 1300px;
        }
        @media (max-width: 1404px) and (min-width: 0) {
    .container-header {
        width: 100%;
    }
}