
/* телефон */
#popup__toggle{
    bottom:5px;
    right:-10px;
    position:fixed;
    z-index:1000;
}
.img-circle{
    background-color:#ff4565;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.circlephone{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    border: 2px solid #ff4565;
    width:150px;
    height:150px;
    bottom:-25px;
    right:10px;
    position:absolute;
    -webkit-border-radius:100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.circle-fill{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    background-color:#ff4565;
    width:100px;
    height:100px;
    bottom:0px;
    right:35px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.img-circle{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:72px;
    height:72px;
    bottom: 14px;
    right: 49px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}
.img-circleblock{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:72px;
    height:72px;
    background-image:url(/media/img/mini.png);
    background-position: center center;
    background-repeat:no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle:hover{
    opacity: 1;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

/* почта */
#popup__toggle_m{
    bottom:5px;
    right:-30px;
    position:fixed;
    z-index:1000;
}
.img-circle_m{
    background-color:#ff4565;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.circlephone_m{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    border: 2px solid #ff4565;
    width:150px;
    height:150px;
    bottom:-25px;
    right:10px;
    position:absolute;
    -webkit-border-radius:100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.circle-fill_m{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    background-color:#ff4565;
    width:100px;
    height:100px;
    bottom:0px;
    right:35px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.img-circle_m{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:72px;
    height:72px;
    bottom: 14px;
    right: 49px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}
.img-circleblock_m{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:72px;
    height:72px;
    background-image:url(/media/img/mail.png);
    background-position: center center;
    background-repeat:no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle_m:hover{
    opacity: 1;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

*:focus {
    outline: none;
}

.gotopid div {
    padding-bottom: 0;
}

.collect-serv {
    margin: 10px 10%;
    display: block;
    position: relative;
}

.collect-serv p,
.collect-serv h1,
.collect-serv h2,
.collect-serv h3,
.collect-serv h4,
.collect-serv h5,
.collect-serv h6 {
    margin: 0 !important;
}



.collect-serv-unit {
    display: inline-block;
    border-bottom: #306dc6 1px dotted;
    border-radius: 0 40px 40px 0;
    padding: 0 20px 10px 0;
}

.unit-grey {
    background: #f7f7f7;
}

.collect-serv-unit h3,
.collect-serv-unit p {
    padding-top: 10px;
}

.img-slider {
    /* border-top: 5px dotted #306dc6; */
}

.windowWindow {
    background: #1a1a1a !important;
}

.product_hit_img {
    position: absolute;
    top: -10px;
    right: -10px;
}

.multiobject {
    border-top: #ff8e00 1px solid;
    text-align: center;
}

.object-map {
    width: 48%;
    display: inline-block;
    margin: 5px;
}

.map-st {
    border-top: #ff8e00 3px dotted;
    border-bottom: #ff8e00 3px dotted;
}
/* для текста */
.product_hit {
    font-family: 'Marmelad', sans-serif;
    position: absolute;
    background: #ff1200;
    border: 1px #fff solid;
    box-shadow: 1px 1px 5px #000;
    padding: 1px 20px;
    top: 10px;
    right: -10px;
}

.block_photos {
    text-align: center;
    width: 100%;
}

.block_photos img {
    width: 100%;
}

span.product_full_price {
    font-size: 1.2em !important;
}

.product_full_price h4 {
    color: #ff8f00;
}

.block_1 ul {
    margin-left: 10%;
    padding-left: 2em;
}

.product {
    color: #ddd;
}
.button-form {
    background: #f0c30f;
    padding: 20px;
    margin: auto;
    max-width: 300px;
}

.button-form a {
    text-decoration:none;
}

.tdays {
    width: 25%;
    float: left;
}

section .m_minishop {
    padding: 0 10%;
}

.button_add2cart {
    width: 100% !important;
    background: rgb(149, 53, 47) !important;
    padding: 4px 0;
}

div#menu_data {
    background: #96362c !important;
}

.minishop_button_menu {
    background: #973729 !important;
    font-size:0.8em !important;
}

/*перевертыши*/
.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}

.view .mask,
.view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1em;
    font-family: 'Helvetica', Arial, serif;
    padding: 10px;
    /*background: rgba(0, 0, 0, 0.8);*/
    margin: 20px 0 0 0
}

.view p {
    font-family: Merriweather, serif;
    font-style: italic;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    font-family: 'Helvetica', Arial, serif;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view a.info:hover {
    box-shadow: 0 0 5px #000
}


/*1*/

.view-first img {
    /*1*/
    transition: all 0.2s linear;
    width: 300px;
    height: 200px;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(58, 1, 132, 0.44);
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    font-family: Raleway, serif;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}


/* */

.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .mask {
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}


/*2*/

.view-second img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.view-second .mask {
    background-color: rgba(12, 19, 27, 0.6);
    width: 300px;
    padding: 105px;
    height: 200px;
    opacity: 0;
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-family: Raleway, serif;
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: translate(200px, -200px);
    transform: translate(200px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second p {
    transform: translate(-200px, 200px);
    -webkit-transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view-second a.info {
    transform: translate(0px, 100px);
    -webkit-transform: translate(0px, 100px);
    transition: all 0.2s 0.1s ease-in-out;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
}


/* */

.view-second:hover .mask {
    opacity: 1;
    transform: translate(-80px, -125px) rotate(45deg);
    -webkit-transform: translate(-80px, -125px) rotate(45deg);
}

.view-second:hover h2 {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}


/*3*/

.view-tenth img {
    transform: scaleY(1);
    transition: all .7s ease-in-out;
}

.view-tenth .mask {
    background-color: rgba(46, 135, 19, 0.3);
    ;
    transition: all 0.5s linear;
    width:100%;
    height:100%;
    opacity: 0;
}

.view-tenth h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 2px 0px 2px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}

.view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.view-tenth:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}

.view-tenth:hover .mask {
    opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
    transform: scale(1);
    opacity: 1;
}

/* тени */
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
    position: relative;
}
.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 5px;
    /* right: 20px; */
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #040404;
    -webkit-box-shadow: 0 15px 10px #191919;
    -moz-box-shadow: 0 15px 10px #191919;
    box-shadow: 0 15px 10px #191919;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.effect2:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 5px;
    left: auto;
}

.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
/* тени.конец */
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background: none !important;
    color: #ffd9df;
}

.h5 {
    font-size: 0.7em;
    padding-bottom: 0px;
    line-height: 0.9;
}

footer {
    font-size: 8pt;
    font-weight: 200;
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    min-height: 200px;
    line-height: 1px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-block {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.footer-block .navbar-nav {
    float: none;
    margin: 0;
}

.footer-block .navbar-nav>li {
    float: none;
}

.footer-block .menu-ldd {
    padding: 0;
}

.footer-block .nav a {
    font-size: 1.4em;
}

.footer-block .nav-top-show {
    display: block;
    margin-top: 20px;
}

.item-footer {
    text-align: left;
    line-height: 1.5;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

footer h3 {
    font-size: 1.6em;
    font-family: 'Manrope';
    font-weight: 200;
    color: #bbb;
}

footer h4 {
    color: #909090;
    font-family: 'Manrope';
    font-weight: 200;
    font-size: 1.4em;
    line-height: 140%;
    margin: 4px 0 0 0;
}

footer .item-2 p {
    font-size: 1rem;
}

footer .item-2 .h4 {
    color: #bbb;
    font-size: 2.4rem;
}

footer ul {
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.copyrigth {
    margin: 0;
    font-size: 1.2em;
    text-align: left;
    width: 90%;
    /* position: absolute; */
    /* bottom: 10px; */
}

.copyrigth a {
    color: #bbb;
}

.main_td_f {
    display: block;
}

.mod_bakery_main_td_f .mod_bakery_main_thumb_f {
    /* width: 100%; */
    height: 300px;
}

.mod_bakery_item_title_f {
    font-weight: bold;
    border-bottom: #000 1px dotted;
    padding: 10px 0;
}

/*-- header --*/
.XXheader{
    padding: 1em 0;
    background-size: 27% 100%;
}
.navbar-header {
    margin-top: 10px;
}

.header-buttons {
    width: 250px;
    text-align: left;
    padding: 2px 0;
    float: left;
}

.header-contacts {
    text-align: right;
    float: left;
    padding: 0;
    width: 350px;
}

.header-geo {
    position: relative;
}

.geo-input, .geo-text {
    padding: 0;
    position: relative;
}

.geo-input {
    position: absolute;
    text-align: left;
    bottom: 0;
}

.geo-text {
    margin-left: 28px;
    border-bottom: 1px #fff dotted;
    max-width: 250px;
    padding-right: 7px;
}

.geo-text a {
    color: #fff !important;
}

.geo-text a:hover {
    color: #d5d5d5 !important;
}

.geo-text h3, .geo-text h4, .geo-text h5 {
    color: #fff;
}

.geo-text p {
    color: #fff;
    text-decoration: underline solid;
}

.geo-text .h3 {
    font-size: 1em;
    text-align: left;
    margin: 0;
}

.geo-text .h5 {
    font-size: 0.8em;
    text-align: left;
    color: #5c5c5c;
    margin: 0;
}

.geo-text .h6 {
    color: #5c5c5c;
    font-weight: 200;
}

.geo-gray {
    background: #e4e4e4;
}

span.menu{
    display:none;
}

.mainHeader-spacer {
    height:100px;
}
.navbar-default {
    background:none;
    border:none;
    text-align:center;
}

.top-nav ul li{
    display:inline-block;
    text-align:center;
    border-right: 1px solid #fff;
}
.top-nav ul li a{
    text-transform:uppercase;
    text-align:center;
    font-weight:200;
    color:#117fc0;
    margin: 1em 1.1em;
    display:inline-block;
    text-decoration:none;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
    color:#26a5bd;
}

/*----slider----*/

.img-slider{
    position: relative;
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}
.events {
    list-style: none;
}
.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}
.callbacks_nav {
    display:none;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 95vh;
    left: 0;
    top: 0;
    padding: 0 0 1px 0;
}

.rslides-arch li {
    height: auto;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    height: auto;
    border: 0;
    width:100%;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 15px;
    padding: 0;
    margin: 0;
}
.callbacks_tabs li{
    display:inline-block;
    width: 20px
}

.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\.";
    font-size:0;
    visibility: visible;
    display: block;
    height:1px;
    width:15px;
    display:inline-block;
    border: 1px solid #e5e5e5;
    /* border-radius: 50%; */
    background: #c40013;
}
.callbacks_here a:after{
    border: 1px solid #0a0a0a;
    background: #0a0a0a;
    /* border-radius: 50%; */
}


/*-- slider-caption --*/
.slider-caption{
    position: absolute;
    z-index: 999;
    left: 0%;
    bottom: 5%;
    width: 42%;
    background: url(img/bg50.png);
    padding: 0.7em 0 0.4em 2%;

}
.slider-caption h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 80%;
    margin: 0 0 5px 0;
    padding: 0;
    color:#fff;
}

.slider-caption p{
    color: #fff;
    font-weight: normal;
    font-size: 1em;
    line-height: 110%;
}
a.caption-btn{
    background:#117fc0;
    padding:0.8em 1.2em;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    display:inline-block;
    margin-top:0.6em;
    text-decoration:none;
    font-size: 0.9em;
    border-radius:0.5em;
}
a.caption-btn:hover{
    background:#26a5bd;
}
/*-- end slider --*/

.about {
    display: flex;
}
.about .about-item {
    padding: 0;
}
.about .about-item-img {
    overflow: hidden;
}
.about .about-item-img img {
    width: 100%;
}
.about .about-item p {
    margin-top: 50px;
}
.about-item-button {
    padding-left: 5%;
}
.about-item-button a {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fdcd82;
    text-transform: uppercase;
}

.about-item-button a:hover {
    color: #fdcd82;
    text-decoration: none;
}

.about .about-item-button svg {
    display:block;
    width: 20px;
    height: 20px;
    fill: #fdcd82;
}

.readmore-link {
    text-align:center;
}
a.readmore-btn{
    background:#117fc0;
    padding:0.8em 2.2em;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    display:inline-block;
    margin-top:0.6em;
    text-decoration:none;
    font-size: 0.9em;
    border-radius:0.5em;
}
a.readmore-btn:hover{
    background:#de874f;
}


a.editlink {
    display:block;
    padding:0.2em 0.4em;
    float:right;
    background:#eee;
    border-radius:0.3em;
}



/*Parallax*/
#parallax {
    background: url(/media/img/home.jpg) 20% 0 fixed;
    background-size: 100% auto, auto;
    XXheight: auto;
    margin: 20px auto;
    XXwidth: 100%;
    position: relative;
    padding: 0 0 40% 0;
}



/*-- top-grids --*/
.top-grids{
    /*padding:3.5em 0;*/
}
.top-grid{
    border:1px solid #26a5bd;
    padding:0.5em 0 0 0;
    min-height: 310px;
    background: #eee;
    transition: border-color 0.3s all;
    word-break: break-word;
    font-size: 10pt;
}
.top-grid:hover{
    border-color:#26a5bd;
    background: #d0ecf9;
}
.top-grid h3{
    color: #117fc0;
    font-size: 1.4em;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0.7em 0 0.5em 0;
    font-weight: bold;
}
.top-grid p{
    color: #777;
    line-height: 1.5em;
    font-size: 0.9em;
    width: 90%;
    margin: 10px auto 0 auto;
}
.top-grid img {
    margin:0 auto;
}





/*-- main content --*/
.main-content-top {
    height:30px;
}

.main-content {
    border: 1px solid #eee;
    padding: 3%;
}

.main-content img, .container img {
    /* border-top: 5px dotted #000; */
    /* border-radius: 5px; */
}

/*.container-pid1, .page-grid-inner{
    background: url("/media/img/bg-grid.png");
}*/

/*-- bottom-grids --*/
.bottom-grids {
    padding: 3em 0 0 0;
}
.bottom-grids h2 {
    color: #117fc0;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0;
    padding: 0em 0 1.3em;
    font-weight: 200;
    text-align: center;
}
.bottom-grids h2{

}
.bottom-grid-left img{
    width:100%;
    border:1px solid #eee;
    padding:0.2em;
}
a.news-btn{
    background:#117fc0;
    padding:0.6em 1em;
    margin-top:10px;
    text-transform:uppercase;
    color:#fff;
    font-weight:200;
    display:inline-block;
    text-decoration:none;
    font-size: 0.9em;
    border-radius:0.5em;

}

a.news-btn:hover{
    background:#26a5bd;
}
.bottom-grid-right p{
    color: #333;
    line-height: 1.2em;
    margin:0;
    width: 90%;
}
.bottom-grid{
    padding:1em 0;
}

.bottom-grid1{
    background:#eee;
}
.bottom-grid0{
    background:#ddd;
}

a.load-news{
    background:#117fc0;
    display:block;
    text-align:center;
    color:#FFF;
    text-transform:uppercase;
    padding:1.5em 0;
    text-decoration:none;
}
a.load-news:hover{
    background: #26a5bd;
}
/*--- helden ---*/
.helden{
    padding: 3em 0;
}
.helden-head{

}
.helden-head h3{
    font-weight: 200;
    text-transform: uppercase;
    color: #117fc0;
    margin: 0;
    padding: 0 0 0.5em 0;
}
.helden-people{
    position:relative;
}
.helden-people-pic{
    position:relative;
}
.helden-people-info{
    position:absolute;
    top:0px;
    bottom:0px;
    width:100%;
    background:rgba(25, 181, 254, 0.58);
    text-align:center;
    display:none;
}
.helden-people-pic img{
    width:100%;
}
.helden-people-info h3{
    margin-top: 4.5em;
    color:#FFF;
    font-weight:200;
    text-transform:uppercase;
    margin-bottom:0;
    padding:0 0 0.5em 0;
}
.helden-people-info p{
    color:#FFF;
    width:90%;
    margin:0 auto;
}
.helden-grid:hover div.helden-people-info{
    display:block;
}
.helden-grids{
    padding:1.5em 0 0 0;
}
.helden-grids-caption{
    background:#f2f2f2;
    padding:1.5em 0;
}
.helden-grids-caption-left{
    float: left;
    width: 77%;
    margin-top: 0.38em;
}
.helden-grids-caption-right{
    float:right;
    width:20%;
}
.helden-grids-caption-left h4{
    color:#117fc0;
    font-weight:700;
    font-size:1.3em;
    margin:0;
    padding:0 0 0.3em 0;
}
.helden-grids-caption-left p{
    margin:0;
    padding:0;
    color:#777;
}
.helden-grid {
    margin: 0 0 2em 0;
    border-bottom: 5px solid #58b0cc;
}
.helden-grid:hover div.helden-people-pic img{
}
.helden-grids-caption{
    background:#117fc0;
    padding:1.5em 0;
}
.helden-grids-caption-left{
    float: left;
    width: 77%;
    margin-top: 0.38em;
}
.helden-grids-caption-right{
    float:right;
    width:20%;
}
.helden-grids-caption-left h4{
    color:#FFF;
    font-weight:700;
    font-size:1.3em;
    margin:0;
    padding:0 0 0.3em 0;
}
.helden-grids-caption-left p{
    margin: 0;
    padding: 0;
    color: #81AABD;
}
a.helden-btn{
    border: 2px solid #26a5bd;
    text-transform: uppercase;
    padding: 0.8em 1.5em;
    margin-top: 0.2em;
    display: inline-block;
    color: #26a5bd;
    text-decoration: none;
}
a.helden-btn:hover{
    border-color:#FFF;
    color:#FFF;
}
/*-- footer --*/
.footer{
    padding:1em 0;
    background:#26a5bd;
}
p.copy-right{
    float:left;
    margin:0;
    padding:0;
    color:#FFF;
    text-transform:uppercase;
    font-size:0.9em;
}
p.copy-right a{
    color:#FFF;
    text-decoration:none;
}
p.copy-right a:hover{
    color:#117fc0;
}
/*-- about us --*/
.header-border{
    border-bottom: 1px solid #F9F9F9;
}


.headform {
    width:100%;
    min-width:500px;
    background: #d80202;
    border-radius:10px;
    color:#fff;
    padding: 5px 20px 5px 20px;
}
.btn-head{
    color: #ffffff;
    font-size: 18px;
    background-color: #000;
    border-style: none;
    padding: 6px 12px 8px 12px;
    border-radius: 5px;
}
.btn-head:active{
    color: #d4d2cb;
}
.btn-head:hover{
    color: #d4d2cb;
}

a:focus {
    outline: none;
}

.button_menu {
    display: none;
}

.onas-img {
    text-align: left;
}
.onas-img img {
    width: 100% !important;
    max-width: 400px !important;
}
.onas-img p {
    margin: 0 !important;
}
.onas-text {
    position: relative;
    right: -50px;
    box-shadow: #b1b1b1 1px 1px 3px;
    z-index: 10;
    background: #fff;
    top: 50px;
}

.form-style {
    background: linear-gradient(360deg, #6d6d77, #ffffff);
    padding: 70px 0 !important;
}

.form-style .btn-zakaz {
    margin: 3px auto;
    position: relative;
    width: max-content;
}

.form-style h2 {
    color: #fff;
}

/*==================================================
 responsive-design
 ===================================================*/
@media(max-width:1920px) {
    h1 {
        font-size: 2.8em;
        line-height:120%;
        font-weight: 200;
    }

    h2 {
        font-size: 4.4em;
        font-weight: 100;
    }


    h3 {
        font-size: 2.5em;
        font-weight: 200;
    }

    h4 {
        font-size: 1.2em;
        line-height:140%;
        margin:4px 0 0 0;
    }
    h5 {
        font-size: 1em;
        line-height:120%;
        margin:4px 0 0 0;
        font-weight: 200;
    }
    h6 {
        font-size: 0.8em;
        line-height:120%;
        margin:2px 0 0 0;
    }

    h7 {
        font-size: 1.1em;
    }

}

@media(max-width:1024px){

    .header {
        background-size: 25% 100%;
    }

    .top-grid {
        padding: 0 0;
        height:auto;
        margin-bottom:10px;
    }
}

/* ==================================
   TemplateParallax
=====================================*/

/* Стили макета */

.navigation {
    text-align: center;
    position: fixed;
    background: #1a1a1a;
    border-bottom: none;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0;
}

.navigation a {
    color: #fff;
    font-size: 1em;

}


.navigation a:hover {
    color: #fff;
    text-decoration: none;
}

.nav li {
    transition: .5s;
}

.nav li:hover {
    /* border-top: #959595 1px dotted; */
    background:none;
    transition: .5s;
}

.navbar-nav>li {
    border-top: transparent solid 1px;
    padding-bottom: 0px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 8px;
}

.footer-mobile {
    position: relative;
    background: #fffaf8;
    padding: 10px;
    text-align: center;
    font-size: 1.6em;
    color: #a8133c;
}

.logo {
    opacity: 0.999999;
}
.logo-footer {
    position: relative;
    margin-bottom: 10px;
    /* float: left; */
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    color: #ffffff;
}

.logo-footer img {
    width: 100px;
}

.logo-left-footer-item {
    display: block;
}

.logo-left-footer-item p {
    margin: 25px !important;
    color:#fff;
}

.logo-left {
    position: fixed;
    /* float: left; */
    left: 0;
    top: 45vh;
    width: 40px;
    text-align: center;
    font-size: 1.2em;
    color: #a8133c;
}

.logo-left-item {
    display: inline-block;
}

.logo-right {
    position: absolute;
    width: 70%;
    max-width: 600px;
    float: right;
    right: 5%;
    top: 5px;
    text-align: right;
    font-size: 1.2em;
    color: #a8133c;
}

.logo-right-item {
    display: inline-block;
    vertical-align: middle;
}

.in-b {
    display:inline-block;
}

.logo-right p {
    margin: 0px;
    color:#019ffd;
}

.logo {
    display: block;
    height:auto;
    text-align: left;
    display: flex;
    padding: 0 0 0 35px;
    align-items: flex-end;
}

.nav-feed {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: .9em;
    padding-right: 35px;
}

.nav-feed .phone-title {
    letter-spacing: 2px;
    margin-right: 15px;
}

.logo img {
    height: 50px;
    width:auto !important;
    margin: 5px 0 5px 0;
}

.logo h5 {
    color:#3b3b3b;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 0.9;
}

.logo-text, .logo-icon, .logo-icon-text {
    display: inline-block;
}

.logo-text {
    position: relative;
    vertical-align: bottom;
}

.logo-text h3 {
    color:#0d0d0d;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}
.logo-text h4 {
    color:#0d0d0d;
    font-size: .8rem;
    padding: 0;
    margin: 0;
}
.logo .logo-text {
    margin-left:10px;
    margin-top: 15px;
}

.logo-text p {
    font-size: 0.8rem;
    margin: 0 0 2px;
}

.logo-text h4 {
    line-height: 90%;
}

.logo-icon {
    margin: 0 0 0 20px;
    position: relative;
    vertical-align: bottom;
}

.logo-icon-text {
    position: relative;
    vertical-align: bottom;
}

.logo-icon-text p {
    margin: 0 0 2px;
    font-size: 0.8rem;
    border-left: #333 1px solid;
    padding: 5px 0 5px 20px;
}

.logo-box {
    position: relative;
    padding: 0 30px 0 0;
}

.logo-box p {
    padding: 0;
    margin: 0 0 4px 20px !important;
    font-size: 1.2rem;
    line-height: 1;
    font-family: 'Engravers Gothic', Arial, sans-serif;
}

.nav-contacts {
    position: relative;
    /* width: 100%; */
    top: 0;
    /* right: 0; */
}

.nav-tel {
    position: relative;
    text-align: right;
    padding: 0;
}

.nav-tel h6 {
    font-size:1em;
    color: #d10017;
    font-family: 'Manrope';
}

.nav-menu {
    background: none;
    /* box-shadow: #f5f5f5 1px 1px 2px 2px; */
    /* border-radius: 3px; */
    position: relative;
    height: auto;
    text-align: left;
    /* margin: 0 25px; */
    z-index: 200;
    display: flex;
    align-items: center;
}

.nav-btn {
    /* margin-top: 15px; */
}

.menu1, .menu3 {
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.main {
    opacity:0;
    -webkit-transition: 1s;
    transition:1s;
}
.container {
    min-height: 95vh;
}

.boxmain {
    /* margin-top: 5%; */
    position:absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    /* transition:.5s; */
    /* background:#3a453a; */
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 1000% 0; }
}

@-webkit-keyframes animatedBackground {
    from { background-position: 0 0; }
	to { background-position: 1000% 0; }
}

.boxmain { 
	/* width: 560px; */ 
	/* height: 400px; */ 
	background: #1a1a1a;
}

h3.slogan {
    position: absolute;
    left: calc(50% - 500px);
    /* top: calc(50% - 200px); */
    font-style: italic;
}

#logo-head {
    opacity:1;
}

#logo-main {
    margin: auto;
    position: relative;
    top: 5%;
    width: 100% !important;
    height: 100% !important;
    z-index:0;
}

#logo-text-main {
    position: absolute;
    background: url(/media/img/bckg.gif);
    background-size: cover;
    background-position: center;
    display: flex;
    top: 60px;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
    margin: 20px auto 0;
    text-align: center;
    /* opacity: 0; */
    /* transition: 1s; */
    /* animation: show 2s 1; */
    /* animation-fill-mode: forwards; */
    /* animation-delay: 2s; */
    justify-content: center;
    align-items: center;
}
#logo-text-main img {
    width: 100%;
    max-width: 600px;
    margin: 15% 20%;
}

    .arrow-down {
        width: 100%;
        text-align: center;
    }
    
.boxmain #logo-text-main h2 {
    font-size: 2.2rem;
}

.swipe {
    position: relative;
    overflow: hidden;
    -webkit-transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
    transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}

.top {
    font-size: 80%;
    color: hsla(0, 0%, 100%, .25);
    position: relative;
    top: -.2em;
    cursor: pointer;
}

section.panel {
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* font-size: 10vmin; */
    /* padding: 1em; */
    box-sizing: border-box;
    color: hsla(0, 0%, 100%, .1);
    cursor: default;
    border: none;
    box-shadow: none;
}

/*
section.panel:nth-child(1) {
    background: #012345;
}

section.panel:nth-child(2) {
    background: #123456;
}

section.panel:nth-child(3) {
    background: #234567;
}

section.panel:nth-child(4) {
    background: #345678;
}

section.panel:nth-child(5) {
    background: #456789;
}
*/
.sect-first-block{
    /* transition: 0.05s cubic-bezier(0.5, 0, 0.5, 1);*/
}

.gscroll-block{
    width:100%;
    display:flex;
    overflow: hidden;
    margin: 0 auto;
    justify-content:center;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.gscroll-block img{
    width:100%;
}
.gscroll-img{
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}


.xscroll-block{
    width:100%;
    overflow: hidden;
}
.xscroll-block > .xscroll-slides{
    transition: 0.2s /*cubic-bezier(0.5, 0, 0.5, 1)*/;
    position:relative;
}
.xscroll-block > .xscroll-slides > *:nth-child(1){
    /* background-color: #000; */
}
.xscroll-block > .xscroll-slides > *:nth-child(2){
    /* background-color: #555; */
}
.xscroll-block > .xscroll-slides > *:nth-child(3){
    /* background-color: #888; */
}

.title-slide {
    font-size: 1rem;
    color: #000;
    padding-bottom: 0;
    margin: 20px 0 0 0;
}

.text-slide {
    font-size: .8rem;
    color: #383838;
    margin: 0;

}

h2.big-h2 {
    margin: 1% 50px;
    padding-left: 15px;
    font-size: 6.725rem;
    color: #354238;
    font-weight: 600;

}

/*----------------------------------*/

.flex{
    display:flex;
    width:50%;
    overflow: hidden;
    margin: 0 auto;
    justify-content:center;
}

.flex img{
    height:404px;
}

section {
    position:relative; /* для Параллакс отдельных элементов */
    /*     background-size:cover;
        background-position-y: bottom;
        background-position-x:center; */
    overflow: hidden;
}

section p,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    margin: 1% 5%;
}

body {
    overflow: auto;
    text-rendering: optimizeLegibility;
    /*     background-size: cover;
    background-position: right;
    background-attachment: fixed; */
}

/* Стили оформления */

.menu1 {
    margin-left: 0;
    background: #075070;
    text-align: center;
    left: 0;
    position: absolute;
    top: 85px;
}


.menu3 .popup-close{
    position:absolute;
    top:5px;
    right:5px;
    width:36px;
    height:36px;
    cursor: pointer;
    z-index:10000;
    display: none;
}

.menu3 {
    background: none;
    top: 0; 
    bottom: 0;
    position: relative;
    margin: auto;
    /* border-bottom: 1px #959595 dotted; */ 
}

.menu1 ul {
    padding: 0 40px 0 10px;
}

.menu3 ul {
    /* padding: 0 10px 0 40px; */
}

.menu1 ul, .menu3 ul {
    /* background: #f3ece1;border-radius: 18px;border: 1px solid #000; */
    font-size: 1em;
    font-weight: 100;
    text-transform: uppercase;
    /* font-family: 'Bebas Neue Pro', Arial, serif; */
}

.block_3 {
    float:right;
    width:42%;
    margin: 0 20px 0 0;
}
.block_1 {
    float:left;
    width:42%;
    margin: 0 0 0 20px;
}
.block_2 {
    margin:auto;
    width:100%;
}

/* Плавающие блоки */

.sw_hidden{
    opacity:1;
}
.sw_visible{
    opacity:1;
}


/* Параллакс отдельных элементов */

.free_parallax {
    z-index: 0;
    position: absolute;
    //left: 50%; /* выравниваем левый край с центром окна */
    top: 0;
    width: 940px;
    //margin-left: -470px; /* двигаем влево на полширины элемента */
}

.el-1 {
    position: absolute;
    top: 121px;
    z-index:0;
    height:calc(100vh - 121px);
}

/* ==== Таблица ============= */
.table_cell {
    display: inline-block;
    margin-top: 10px;
}

.left_cell {
    width:100%;
    text-align: left;
}
.right_cell {
    width:100%;
    color: #5c5c5c !important;
}

/* ==== Форма ============= */

.feedback .right_cell input {
    width: 40%;
}
.feedback .right_cell textarea {
    width: 90%;
}

@media(max-width:600px) {
    /* ==== Таблица ============= */
    .left_cell {
        width:100%;
        text-align: left;
    }
    .feedback  .right_cell {
        width:100%;

        /* ==== Форма ============= */

    }
    .feedback  .right_cell input, .right_cell textarea {
        width: 99%;
    }
}

.button-zakaz {
    background: #ec5c5c;
    width: fit-content;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
    bottom: 7%;
    left: 3%;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.button-zakaz:hover {
    background: #019ffd;
}

input[name="captcha"] {
    width: 50px !important;
    padding: 7px;
    border: #5c5c5c 1px solid;
}

select {
    border-radius: 0px;
    height: 30px;
    width: 250px;
    background: #fff;
}

.require {
    color: #ff8f00;
    font-weight: 400;
}
.windowBody blockquote {
    color: #fff;
    font-size: 0.9em;
}

.windowBody hr {
    border-top: 1px solid #FFF !important;
}

.footer-form {
    width: 100%;
    display: block;
    background: #5c5c5c;
}

.windowBody p {
    color: #5c5c5c !important;
}

#guestbook_window {
    background: #5c5c5c;
    border-radius: 0;
}

.header-form {
    padding: 5px;
}

.windowTitle {
    height: 30px !important;
    /* background: #e43345; */
    border-radius: 0 !important;
}

.windowBClose {
    width: 20px !important;
    position: absolute !important;
    right: 12px !important;
}

.windowBClose img {
    height: 20px !important;
}

.footer-block-1 {
    text-align: center;
}
.footer-block-2 {
    text-align: left;
    padding-top: 0;
    line-height: 1.4;
    font-size: 1rem;
    padding: 10px 0;
}
.footer-block-2 img {
    width: 100px;
    margin: 5px;
}
.footer-block-3 {
    text-align: right;
    padding: 0;
}

.ff-left {
    width: 15%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.ff-left img {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 10px;

}

.ff-rigth {
    width: 80%;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
}

.m_teasers blockquote {
    margin-left: 10% !important;
}

.option.table_cell.right_cell {
    margin-left: 42%;
    color: #fff;
}

.form-content {
    background: #686868;
    padding: 50px 0;
    border-radius: 5px;
}

blockquote p {
    font-size: 0.8em !important;
}

div.g-recaptcha > div {
    margin: auto;
}

.href-zakaz {
    color: #e10016;
    cursor:pointer;
}

.href-zakaz:hover {
    color:#000;
    text-decoration: underline;
}

ul.slick-dots {
    margin-left: 0px !important;
    padding: 0  !important;
}

/* div#Sec9,
div#Sec3 {
    background: #f7f7f7;
    border-top: #2368cd 1px solid;
    border-bottom: #2368cd 1px solid;
} */

#Sec79 {
    background: #d2d2d2 url('/media/img/bg1.jpg') !important;
    background-size: cover !important;
}

html, body, .container, .cbp-fbscroller, .cbp-fbscroller section {
    min-height: 0;
}

.gotopage {
    padding-top: 130px;
    max-width: 1320px;
    min-height: 80vh !important;
    margin: auto;
}

.gotopage_blank {
    padding-top: 130px;
    min-height: 80vh !important;
}

.gotopid {
    padding-top: 0px;
}

#gotopid276 {
    padding-top: 0;
    /* height: 95vh; */
}



#gotopid37 {
    padding-top: 100px;
    height: 1000px;
}

#gotopid312 {
    /* height: 950px; */
}

div#Sec596 {
    position: absolute;
    height: 800px;
    width: 100%;
    margin: auto;
    display: block;
    z-index:1;
    opacity:1;
    transition: 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

div#Sec620 {
    position: absolute;
    height: 700px;
    width: 100%;
    margin: auto;
    display: block;
    z-index:0;
    opacity:0;
    transition: 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

div#Sec709 {
    position: absolute;
    height: 700px;
    width: 100%;
    margin: auto;
    display: block;
    z-index: 0;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#Sec453 {
    height: 100%;
}

#Sec614 {
    position: relative;
    width: 100%;
    height: 100vh;
}

#Sec614 svg {
    /* margin-top: 0%; */
    fill: #fff;
    /* width: 35px; */
}

#svg1 path {
  stroke: transparent;
  fill: transparent;
}

#svg1 path.fillIt {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: stroke-dashoffset 1s ease-in-out, fill 1s ease-in 1s;
  -o-transition: stroke-dashoffset 1s ease-in-out, fill 1s ease-in 1s;
  -webkit-transition: stroke-dashoffset 1s ease-in-out, fill 1s ease-in;
  -webkit-transition-delay: 0s, 1s;
  transition: stroke-dashoffset 1s ease-in-out, fill 1s ease-in 1s;
}
#svg1 path.miet.fillIt {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: stroke-dashoffset 2s ease-in-out, fill 1s ease-in 1s;
  -o-transition: stroke-dashoffset 2s ease-in-out, fill 1s ease-in 1s;
  -webkit-transition: stroke-dashoffset 2s ease-in-out, fill 1s ease-in;
  -webkit-transition-delay: 0s, 1s;
  transition: stroke-dashoffset 2s ease-in-out, fill 1s ease-in 1s;
}

#Sec618 {
    padding-top: 0px;
}

#gotopid349 {
    padding-top: 120px;
}

.section {
    background: none !important;
}

section#gotopid2 {

}

section#gotopid4 {

}

div#mod_bakery_wrapper_f {
    max-width: 1200px;
    padding: 0 10%;
    margin: auto;
}

#mod_bakery_wrapper_f input {
    background-image: none;
    padding: 10px 5px;
    border: 0;
    box-shadow: #ddd 0px 0px 1px 1px;
}

#mod_bakery_wrapper_f input[type="submit"] {
    background: #ff6600;
    border: none;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-appearance: button;
}

.mod_bakery_main_td_f {
    text-align: center;
    height:450px;
    /* width: 100%; */
    padding: 5px 20px;
}

.mod_bakery_main_title_f {
    font-weight: bold;
    color: #075070;
}

.img-content {
    display: inline-block;
    width: 40%;
    max-width: 350px;
    vertical-align: top;
}

.text-content {
    display: inline-block;
    width: 57%;
    vertical-align: top;
}

.form-out {
    position: absolute;
    z-index: 10;
    top:20px;
    right:20px;
}

.form-out-slider {
    position: absolute;
    z-index: 10;
    left:10%;
}

.tel-out {
    position: absolute;
    display: flex;
    z-index: 10;
    left: 20px;
    bottom: 50px;
}

.tel-out-icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.tel-out-text {
    /* display: flex; */
    width: 300px;
    padding: 5px;
    border-radius: 3px;
}

.tel-out h4 {
    color: #b93422;
    line-height: 1em;
    font-size: 1rem;
    font-weight: 600;
}

.out-icon {
    transition: .5s;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTEzLjA0IDE0LjY5bDEuMDctMi4xNGExIDEgMCAwIDEgMS4yLS41bDYgMkExIDEgMCAwIDEgMjIgMTV2NWEyIDIgMCAwIDEtMiAyaC0yQTE2IDE2IDAgMCAxIDIgNlY0YzAtMS4xLjktMiAyLTJoNWExIDEgMCAwIDEgLjk1LjY4bDIgNmExIDEgMCAwIDEtLjUgMS4yMUw5LjMgMTAuOTZhMTAuMDUgMTAuMDUgMCAwIDAgMy43MyAzLjczek04LjI4IDRINHYyYTE0IDE0IDAgMCAwIDE0IDE0aDJ2LTQuMjhsLTQuNS0xLjUtMS4xMiAyLjI2YTEgMSAwIDAgMS0xLjMuNDYgMTIuMDQgMTIuMDQgMCAwIDEtNi4wMi02LjAxIDEgMSAwIDAgMSAuNDYtMS4zbDIuMjYtMS4xNEw4LjI4IDR6bTEyLjAxLTEuN2ExIDEgMCAwIDEgMS40MiAxLjRMMTcuNCA4SDIwYTEgMSAwIDAgMSAwIDJoLTVhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAyIDB2Mi41OWw0LjMtNC4zeiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+) left 50% top 50% / auto auto no-repeat #ffb000;
}

.out-icon:hover {
    transition: .5s;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTEzLjA0IDE0LjY5bDEuMDctMi4xNGExIDEgMCAwIDEgMS4yLS41bDYgMkExIDEgMCAwIDEgMjIgMTV2NWEyIDIgMCAwIDEtMiAyaC0yQTE2IDE2IDAgMCAxIDIgNlY0YzAtMS4xLjktMiAyLTJoNWExIDEgMCAwIDEgLjk1LjY4bDIgNmExIDEgMCAwIDEtLjUgMS4yMUw5LjMgMTAuOTZhMTAuMDUgMTAuMDUgMCAwIDAgMy43MyAzLjczek04LjI4IDRINHYyYTE0IDE0IDAgMCAwIDE0IDE0aDJ2LTQuMjhsLTQuNS0xLjUtMS4xMiAyLjI2YTEgMSAwIDAgMS0xLjMuNDYgMTIuMDQgMTIuMDQgMCAwIDEtNi4wMi02LjAxIDEgMSAwIDAgMSAuNDYtMS4zbDIuMjYtMS4xNEw4LjI4IDR6bTEyLjAxLTEuN2ExIDEgMCAwIDEgMS40MiAxLjRMMTcuNCA4SDIwYTEgMSAwIDAgMSAwIDJoLTVhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAyIDB2Mi41OWw0LjMtNC4zeiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+) left 50% top 50% / auto auto no-repeat #c13d22;
}

.search-block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 20px;
}

.nav-menu .search-block {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 20px;
}

.search-block input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    width: 30px;
    margin-top: 3px;
    height: 30px;
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGlkPSJzdmctMSI+PHRpdGxlIGlkPSJ0aXRsZS0yIj48L3RpdGxlPjxkZXNjIGlkPSJkZXNjLTMiPjwvZGVzYz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIj48ZyBmaWxsPSIjMTU3ZWZiIiBpZD0iaWNvbi0xMTEtc2VhcmNoIiBmaWxsLW9wYWNpdHk9IjEiPjxwYXRoIGQ9Ik0xOS40MjcxMTY0IDIxLjQyNzExNjRDMTguMDM3MjQ5NSAyMi40MTc0ODAzIDE2LjMzNjY1MjIgMjMgMTQuNSAyMyA5LjgwNTU3OTM5IDIzIDYgMTkuMTk0NDIwNiA2IDE0LjUgNiA5LjgwNTU3OTM5IDkuODA1NTc5MzkgNiAxNC41IDYgMTkuMTk0NDIwNiA2IDIzIDkuODA1NTc5MzkgMjMgMTQuNSAyMyAxNi4zMzY2NTIyIDIyLjQxNzQ4MDMgMTguMDM3MjQ5NSAyMS40MjcxMTY0IDE5LjQyNzExNjRMMjcuMDExOTE3NiAyNS4wMTE5MTc2QzI3LjU2MjExODYgMjUuNTYyMTE4NiAyNy41NTc1MzEzIDI2LjQ0MjQ2ODcgMjcuMDExNzE4NSAyNi45ODgyODE1TDI2Ljk4ODI4MTUgMjcuMDExNzE4NUMyNi40NDM4NjQ4IDI3LjU1NjEzNTIgMjUuNTU3NjIwNCAyNy41NTc2MjA0IDI1LjAxMTkxNzYgMjcuMDExOTE3NkwxOS40MjcxMTY0IDIxLjQyNzExNjR2MHpNMTQuNSAyMUMxOC4wODk4NTExIDIxIDIxIDE4LjA4OTg1MTEgMjEgMTQuNSAyMSAxMC45MTAxNDg5IDE4LjA4OTg1MTEgOCAxNC41IDggMTAuOTEwMTQ4OSA4IDggMTAuOTEwMTQ4OSA4IDE0LjUgOCAxOC4wODk4NTExIDEwLjkxMDE0ODkgMjEgMTQuNSAyMXYweiIgaWQ9InNlYXJjaCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=) left 50% top 50% / auto auto no-repeat #ffa600;
}

.search-block input {
    background-image: none;
    border-color: #ececec;
    border-width: 1px;
    height: 30px;
    margin: 0;
}

.name-title {
    position: absolute;
    z-index: 10;
    padding: 10px 0;
    top: calc(100px + 10%);
    width: 50%;
    color: #fff;
}

.name-title .btn-zakaz {
    left: 10%;
}

.name-title p {
    color: #333;
}

.name-title h1 {
    color: #333;
    font-weight: 600;
    font-size: 2.2rem;
}

.right-bgr {
    background: url(/media/img/bg2.png);
}

.callbacks_container a {
    position: relative;
}

.page-name {
    left: 20px;
    width: 500px;
    position: absolute;
    top: 120px;
    z-index: 10;
}

.page-name h2 {
    color: #f60;
}

.page-name p {
    color: #075070;
    font-style:italic;
}
.page-title-name {
    width: 100%;
    /* border-bottom: #b73322 1px dotted; */
}


.bl-center {
    background: rgba(90, 140, 212, 0.8);
    width: 400px;
    margin: auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
    top: 0px;
    height: 300px;
    font-size: 2.6em;
    color: #ffffff;
    text-transform: uppercase;
}

iframe {
    border:none;
    /* border-top: 1px #435793 solid; */
    /* border-bottom: 1px #435793 solid; */
    height: 80vh;
}

div#content1_1 {
    margin: 40px 0 0 0;
}

div#content5_3 h3 {
    color: #fff;
}

.t-ico {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.t-ico-item {
    display: inline-table;
    margin: 8px;
    width: 15%;
    transition: 0.5s;
    cursor: default;
}

.t-ico-item-30 {
    width: 27%;
}

.t-ico-item img {
    margin: 15px 10px;
}

.t-ico-item:hover {
    border-radius: 20px;
    background: rgba(68, 89, 145, 0.2);
}

.not-hover:hover {
    background: none !important;
}

.t-ico-3item {
    display: inline-table;
    margin: 8px;
    width: 20%;
    transition: 0.5s;
    cursor: default;
    border: 1px #019ffd solid;
    border-radius: 20px;
}

.t-ico-3item img {
    margin: 15px 10px;
}

.t-ico-3item:hover {
    border-radius: 20px;
    background: rgba(68, 89, 145, 0.2);
}

.windowWindow {
    z-index: 1000 !important;
    /* box-shadow: 0 0 3px 2px #dddddd !important; */
    border-radius: 0 !important;
}

.windowWindow .right_cell input, 
.windowWindow .right_cell textarea {
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #595656 !important;
    width: 100%;
    padding: 10px;
    background: none !important;
}
.windowWindow .right_cell input::placeholder,
.windowWindow .right_cell textarea::placeholder { color: #5d5d5d !important; } 


.sn-vk, .sn-fb, .sn-in, .sn-yt, .sn-wa, .sn-vb {
    height: 40px;
    width: 40px;
    margin: 0;
    background-size: contain !important;
    transition: 0.3s;
}

.sn-vk {
    background: url('/media/ss-ico/vk-w.png');
}

.sn-fb {
    background: url('/media/ss-ico/fb-w.png');
}

.sn-in {
    background: url('/media/ss-ico/in-w.png');
}

.sn-yt{
    background: url('/media/ss-ico/yt-w.png');
}

.sn-wa {
    background: url('/media/ss-ico/wa-w.png');
}

.sn-vb {
    background: url('/media/ss-ico/vb-w.png');
}

.sn-vk:hover {
    background: url('/media/ss-ico/vk.png');
}

.sn-fb:hover {
    background: url('/media/ss-ico/fb.png');
}

.sn-in:hover {
    background: url('/media/ss-ico/in.png');
}

.sn-yt:hover {
    background: url('/media/ss-ico/yt.png');
}

.sn-wa:hover {
    background: url('/media/ss-ico/wa.png');
}

.sn-vb:hover {
    background: url('/media/ss-ico/vb.png');
}

li.dropdown:hover > .dropdown-menu {
    display: block;
    text-align: left;
    opacity: 0.95;
}

.dropdown-menu {
    background: #2a2a2a;
    padding: 0 !important;
}

.menu3 .dropdown-menu li {
    padding-bottom: 0;
}

.dropdown-menu>li>a {
    font-size: 1rem;
    /* background: #019ffd; */
    color:#fff;
    font-weight: normal;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #019ffd;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #019ffd;
    background-color: rgba(255, 255, 255, 0.9);
}

ul.dropdown-menu {
    margin-top: 0 !important;

}

ul.dropdown-menu.level1 {
    /*max-height: calc(100vh - 200px); */
    /* min-height: 200px; */
    width: max-content;
    /* overflow: auto; */
    /* min-width: 400px;*/
}

.nav .level1 a {
    font-size: 0.9rem;
}

ul.dropdown-menu.level2 {
    margin-left: 60px;
    position: absolute;
    background: #2a2a2a;
}

.dropdown-menu.level2>li>a {
    padding: 3px 5px;
}

.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav li:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav li:hover a {
    color: #fff;
}

.nav a:hover .caret {
    border-top-color: #ffd9df;
    border-bottom-color: #ffd9df;
}

.nav>li>a:focus>.caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav>li>a:hover>.caret {
    border-top-color: #ffd9df;
    border-bottom-color: #ffd9df;
}

.nav a {
    font-family: 'Manrope', arial;
    font-size: .9em;
    color: #fff;
    text-transform: none;
}

/* #gotopid1 .m_wysiwyg h2 {
    text-shadow: #019ffd 1px 1px 2px;
}

#gotopid1 .m_wysiwyg p {
    text-shadow: #019ffd 1px 1px 1px;
} */

blockquote {
    font-size: 1em;
    padding: 10px;
    border-left: 1px dotted #075070;
    margin: 3px 0 20px 10%;
}

blockquote p {
    font-size: 1em !important;
    margin: 0 13% 0 3%;
}

/* blockquote p:first-letter {
    font-size: 1.2em;
    color:#075070;
    font-weight:600;
    font-family: 'stemtext-r', Arial, sans-serif;
} */

ol {
    margin: 0 10% 0 13%;
}

.m_wysiwyg h1 {
    margin: 10px 5%;
}

.m_wysiwyg h2,
.m_wysiwyg h3,
.m_wysiwyg h4 {
    margin: 1% 5%;
}

blockquote p,
blockquote h4,
blockquote h3,
blockquote h2,
blockquote h1 {
    margin: 2% 3% !important;
}

.bounceInRight {
    /* position: fixed; */
    right: 0;
}

.title-section {
    /* border-bottom: 1px solid #c84421; */
    margin: 2% 10%;
    width: 50%;
    min-width: 500px;
}

.title-section h1, .title-section h2, .title-section h3 {
    line-height: .8;
    background: #00a0e3;
    padding: 10px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
}

.title-section h4 {
    margin-left: 20%;
    line-height: .8;
    margin-top: -20px;
    position: absolute;
    color: #444;
    background: #ffed00;
    padding: 5px;
}
/* .video {
  position: relative;

  width: 480px;
  height: 360px;
} */

/* .video__img {
  position: absolute;
  top: 0;
  left: 0;
} */

.video__play-icon {
    height: 30px;
    width: 30px;
    padding: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.8);

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video__play-icon:hover {
    background: rgba(246, 58, 58, 0.8);
}

.video__play-triangle {
    width: 0;
    height: 0;
    margin: -22px 0 0 -12px;
    border-style: solid;
    border-width: 18px 0 18px 28px;
    border-color: transparent transparent transparent #ffffff;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url('/slick/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.youtube:hover .play {
    background-position: 0 0;
}

.yt-play-icon {
    width: 105px;
    height: 80px;
    background: url(/media/img/yt-play.png);
    background-size: contain;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 52.5px);
}

.video:hover > a > span.yt-play-icon {
    background: url(/media/img/yt-play-c.png);
    background-size: contain;
}

.video:hover > .yt-play-icon {
    background: url(/media/img/yt-play-c.png);
    background-size: contain;
}

input::-webkit-input-placeholder       {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
input::-moz-placeholder                {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
input:-moz-placeholder                 {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
input:-ms-input-placeholder            {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder          {
    opacity: 0;
    transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder           {
    opacity: 0;
    transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder      {
    opacity: 0;
    transition: opacity 0.5s ease;
}
textarea::-webkit-input-placeholder       {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
textarea::-moz-placeholder                {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
textarea:-moz-placeholder                 {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
textarea:-ms-input-placeholder            {
    color: #dbdbdb;
    opacity: 1;
    transition: opacity 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
}
textarea:focus::-moz-placeholder          {
    opacity: 0;
    transition: opacity 0.5s ease;
}
textarea:focus:-moz-placeholder           {
    opacity: 0;
    transition: opacity 0.5s ease;
}
textarea:focus:-ms-input-placeholder      {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* section#gotopid2,
section#gotopid3, 
section#gotopid4,
section#gotopid5,
section#gotopid6 {
    margin-top: -170px;
    padding: 170px 0 0 0;
}   */

#gotopid5 {
    z-index:1;
}
#gotopid25 {
    z-index:2;
}
#gotopid3 {
    z-index:3;
}
#gotopid2 {
    z-index:4;
}
#gotopid1 {
    z-index:5;
}

.t-card {
    width: 98%;
    text-align: center;
    margin: auto;
}

.t-item-card {
    text-align: left;
    background: #fff;
    color: #019ffd;
    display: inline-block;
    vertical-align: top;
    height: 900px;
    position: relative;
    box-shadow: #000 1px 1px 3px;
    margin: 0 5px;
}

.t-item-card-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.t-item-card img {
    width: 100%;
}

.t-item-30 {
    width: 27%;
    min-width: 300px;
    max-width: 400px;
}


.t-step {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.t-step-item {
    display: inline-table;
    margin: 8px;
    width: 22%;
    transition: 0.5s;
    cursor: default;
}

.step-num {
    width: 60px;
    height: 60px;
    background: #019ffd;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 10px;
    ;
}

.step-num-f {
    width: 60px;
    height: 60px;
    background: #ec5c5c;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 10px;
    ;
}

.step-num h3,
.step-num-f h3 {
    color: #fff;
    position: absolute;
    width: 100%;
    margin: auto;
    top: calc(50% - 0.625em);
}

.step-num:before {
    left: 100px;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 200%;
    position: absolute;
    background: #dbbfb1;
    background: url('/media/img/line.png') 100% 50% no-repeat;
    content: '';
}


.questions {
    background: url(/----ddk/media/img/texture.png) left 50% top calc(50% + 90px) / 667px repeat, linear-gradient(#464f9a, #00dbc9);
}

.questions h2, .questions p {
    color:#fff;

}
.accordion {
    width: 100%;
    /*
    ширина произвольная выбирается
    *в зависимости от места размещения 
    */
    max-width: 1200px;
    min-height: 0;
    display: block;
    /* относительное позиционирование */
    position: relative;
    margin: 0 auto;
    padding: 0;
    /* background-color: #fefffa; */
    overflow: hidden
}
/* заголовки панелей аккордеона */
.accordion h2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 10px 25px 10px 50px;
    cursor: pointer;
    color: #019ffd;
    background: #ffffff;
    /* border-top: 1px solid #c3c3c3; */
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/

/* Формируем блоки с содерханием */
.msg {
    position: relative;
    margin: 0;
    padding: 2px 0;
    overflow: auto;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    /* border-bottom: 1px #019ffd solid; */
}

.msg-p {
    padding: 20px;
    border-bottom: 1px solid #019ffd;
}

/* оформляем параграфы */
.msg p {
    line-height: 20px;
    padding: 0 20px;
    margin: 0;
}

.msg .video {
    text-align: center;
    width: fit-content;
    margin: auto;

}
/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
    .accordion {
        box-sizing: border-box;
        transform: translate(0, 0);
        max-width: 100%;
        min-height: 100%;
        margin: 0;
        left: 0;
    }
}

/* Формируем неупорядоченный список */
.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

/* Определяем и формируем отдельный элемент списка 
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
*/
.accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
}

/* устанавливаем время ожидания перед воспроизведением анимации 
 * на основе нумерации в дереве элементов
*/
.accordion ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
    animation-delay: 1s;
}
.accordion ul li:last-of-type {
    padding-bottom: 0;
}

/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    /* расположим указатель на панели заголовка справа */
    left: 25px;
}

/* "Рисуем " сам указатель */
.accordion ul li i:before, .accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #019ffd;
    width: 3px;
    height: 9px;
}
/* Добавляем элемент трансформации указателя при переключении */
.accordion ul li i:before {
    transform: translate(0px, 0) rotate(45deg);
}
.accordion ul li i:after {
    transform: translate(0px, 0) rotate(-45deg);
}

/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
/* Когда у флажка установлен checked  
 * блок с содержанием скрыт
*/
.accordion ul li input[type=checkbox]:checked ~ div.msg {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}
/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(4px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-4px, 0) rotate(-45deg);
}
.accordion .msg ul {
    list-style-image: url(/media/img/li.png);
    list-style-type: square;
}

.accordion .msg ul li {
    margin: 5px 40px;
}
/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя 
*/
div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}
/**
 * Изображения внутри аккордеона
 * ...сделаем их отзывчивыми
 */
.accordion .msg img {
    /* width: 100%;
    height: auto; */
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* полноразмерная картинка */
.msg img .large-img {
    width: 100%;
    margin-bottom: 10px;
}
/* миниатюра слева */
.msg img.img-left {
    width: 25%;
    float:left;
    margin:5px 15px 5px 0;
}
/* миниатюра справа */
.msg img.img-right {
    width: 25%;
    float:right;
    margin:5px 0 5px 15px;
}

/* Встраиваемое видео */
.video-responsive {
    margin: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
/* Предусмотри использование кода встраиваемого видео
 *через iframe, object или embed */
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-item {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.content-item .content-item_real {
    position: relative;
    width: 50%;
    padding-left: 5%;
    padding-right: 60px;
    text-align: right;
    border-right: 2px solid #f24954;
    padding-bottom: 30px;
}

.content-item.right .content-item_real {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 5%;
    padding-left: 60px;
    text-align: left;
    border-right: none;
    border-left: 2px solid #f24954;
}

.content-item .number {
    content: '';
    position: absolute;
    top: -23px;
    right: -30px;
    display: inline-block;
    background: #019ffd;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /* border: 2px solid #ec5c5c; */
}

.content-item.right .number {
    left: -31px;
}

.content-item .title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-item .text {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.content-item .content-item_shadow {
    width: 50%;
    padding-left: 60px;
    padding-bottom: 30px;
}

.content-item.right .content-item_shadow {
    padding-left: 0;
    padding-right: 60px;
}

.content-item_real.last_item {
    border: none;
}

.box-content {
    display: inline-flex;
}

.box-img-content {
    width: 30%;
    text-align: center;
    display: inline-table;
}

.box-text-content {
    width: 65%;
    display: inline-table;
}

.icon-top-show {
    display:none;
}

.nav-top-show {
    display:block;
}

.nav-top-hide {
    display:none;
    margin: -10px 0 0 0;
}

.content-width {
    width: max-content;
    padding: 10px 20px;
    margin: auto;
}

.content-width a {
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
}

.content-width a:hover {
    color:#fff;
}

.bl-contact {
    display: block;
    text-align: center;
}

.bl-contact-item {
    display: inline-table;
    width: 30%;
}

.bl-work {
    display: block;
    text-align: center;
}

.bl-work-item {
    display: inline-table;
    width: 22%;
}

.bl-work img {
    height: 70px;
}

.photo-galery {
    text-align: center;
}

.photo-galery img{
    margin: 0px;
}

.photo-galery a img {
    transition: 0.3s;
}

.photo-galery a:hover img {
    transition: 0.3s;
    transform: scale(1.02);
    opacity: 0.8;
}

.portfolio img {
    height: 170px !important;
    width: auto !important;
}

.portfolio img:hover {
    opacity: 0.6;
}

.portfolio a {
    margin: -2.7px !important;
    padding: 0 !important;
}

.slick-prev:before, .slick-next:before {
    color: #ff4565 !important;
}

.slick-dots li button:before {
    color: #ff4565;
}

.slider-title {
    position: absolute;
    bottom: 50px;
    font-family: 'stemtext-r', Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    left: 50px;
    color: #fff;
    z-index:10;
    text-shadow: #000 0px 0px 1px;
}

.geo-item-right {
    padding: 0;
}

.geo-item-right img {
    width: 100%;
}

.geo-item-left {
    padding: 0;
}

.geo-item-left h2,
.geo-item-left h3,
.geo-item-left p {
    margin: 10px 0;
}

.geo-item-left .slick-slide {
    margin: 0;
}

.geo-item-left .slick-list {
    margin: 0;
    padding: 0;
}

.geo-item-left .slick-prev,
.geo-item-left .slick-next {
    top:40%;

}

.geo-item-left .slick-prev {
    left: 20px;
}

.geo-item-left .slick-next {
    right: 20px;
}

.slick-prev.material-icons,
.slick-next.material-icons {
    color: #3c463c !important;
    font-size: 3rem !important;
    border: #b7b7b7 1px solid;
    border-radius: 50%;
    /* font-weight: 100; */
}

/* .slick-prev.material-icons:hover, 
.slick-next.material-icons:hover, 
.slick-prev.material-icons:focus, 
.slick-next.material-icons:focus {
    color:#fff !important;
    background: #9595953d !important;
} */

.geo-item-left .slick-prev.material-icons,
.geo-item-left .slick-next.material-icons {
    color: #ffffff !important;
    font-size: 2.5rem !important;
    border: #fff 1px solid;
    border-radius: 50%;
    /* font-weight: 100; */
}

.geo-item-left .slick-prev.material-icons:hover,
.geo-item-left .slick-next.material-icons:hover,
.geo-item-left .slick-prev.material-icons:focus,
.geo-item-left .slick-next.material-icons:focus {
    color: #3e3e3e !important;
    background: #ffffffab !important;
    border: #ffffffab 1px solid;
}

.geo-item-left .slick-slide img {
    display: block;
    width: 100%;
    max-width:760px;
}

.location-item-img {
    max-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-link {
    margin: 10px 0;
    background: #019ffd;
    padding: 8px 20px 10px;
    font-size: 0.5em;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.button-link:hover {
    background: #019ffd;
}

a.button-link:hover {
    color: #fff;
    text-decoration: none;
}

.child.slick-dotted.slick-slider {
    height: 250px;
}

.child.variable-foto div {
    display: inline-block;
}

.child.variable-foto{
    text-align:center;
}

.t-important {
    background: linear-gradient(180deg, #afadb2, #fff);
    display: flex;
    overflow: hidden;
}

.t-box {
    width: 100%;
    height: 280px;
    text-align: left;
    border-right: 1px dotted #fff;
    position: relative;
    /* display: flex; */
}

.t-box:nth-last-child(1) {
    border-right: none;
}

.t-box-item {
    /* display: inline-block; */
    position: relative;
    padding: 10px 20px;
    /* margin: 1px; */
    height: 100%;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /* width: 30%; */
    /* max-width: 500px; */
    overflow: hidden;
    padding-bottom: 0px;
}

.t-box-item h2 {
    padding: 0 !important;
    margin: 1% !important;
}
.t-box-item h3 {
    padding: 0 !important;
    margin: 1% !important;
    color: #dc091c;
    font-size: 2.1rem;
    font-weight: 600;
}
.beta {
    font-size: 0.6em;
    color: #000;
    z-index: 10000;
    text-align: center;
    position: fixed;
    top: 2px;
    right: 2px;
}

.m_news p {
    text-align: justify;
}

.table-of {
    overflow: auto;
}

#table-price tbody tr:nth-child(odd){
    background: #fff;
}

#table-price tbody tr:nth-child(even){
    background: #F7F7F7;
}

#table-price tbody tr:nth-child(1),
#table-price tbody tr:nth-child(2) {
    background: #89cdeb;
}

#content_search {
    margin-top: 200px;
    width: 100%;
    max-width: 1200px;
    min-height: calc(100vh - 340px);
}

.result-search {
    padding: 20px;
}

.result-search-desc {
    font-size: .9rem;
}

.result-search-excerpt {
    font-size: .8rem;
}

.result-search-item {
    background: #e8e8e8;
    padding: 20px;
    width: 50%;
    display: inline-block;
}

.logo-left input[type="text"],
footer input[type="text"] {
    padding: 5px 10px;
    border: none;
    outline: none;
    max-width: 300px;
    width: 100%;
}

.logo-left input[type="submit"],
footer input[type="submit"] {
    cursor: pointer;
    background: #ff4565;
    margin-top: 0 !important;
    padding: 10px 20px;
    font-size: 1.4em;
    color: #fff;
    transition: .5s;
    border: #ff4565 1px solid;
    -webkit-appearance: button;
}

.logo-left input[type="submit"]:hover,
footer input[type="submit"]:hover {
    background: #9a9a9b;
    transition: .5s;
    border: #9a9a9b 1px solid;
}

footer table {
    margin: 15px;
}

.breadcrumb {
    padding: 8px 15px;
    font-size: .8rem;
    margin-bottom: 0px;
    list-style: none;
    background-color: #5e5e5e;
    border-radius: 0px;
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.footer-text {
    text-align: center;
}

.m_guestbook .slick-next {
    right: calc(50vw - 400px);
}

.m_guestbook .slick-prev {
    left: calc(50vw - 400px);
}

.m_guestbook .slick-prev,
.m_guestbook .slick-next {
    top: 50%;
}

.footer-block-3 .header-buttons {
    width: 250px;
    height: 50px;
}

footer .btn-zakaz {
    padding: 0;
}

.table-section {
    margin: 0 10%;
    overflow-x: scroll;
}

.m_news table,
.m_wysiwyg table {
    min-width: 300px;
    /*     max-width: 800px; */
}

/* Нечетные строки */
.m_news table tbody tr:nth-child(odd),
.m_wysiwyg table tbody tr:nth-child(odd),
.m_teasers table tbody tr:nth-child(odd) {
    background: #dae8f1;
}

/* Четные строки */
.m_news table tbody tr:nth-child(even),
.m_wysiwyg table tbody tr:nth-child(even),
.m_teasers table tbody tr:nth-child(even) {
    background: #f3faff;
}

/* Первая строка */
.m_news table tbody tr:nth-child(1),
.m_wysiwyg table tbody tr:nth-child(1),
.m_teasers table tbody tr:nth-child(1) {
    background: #f7bbc5;
}

.page-left .material-icons,
.page-right .material-icons {
    position: relative;
    top: 7px;
}

#prices, .prices {
    margin: 0 10%;
}

#prices td,
.prices td{
    border-bottom: 1px #297cbd dashed;
    padding: 5px;
}

#prices .oldprice,
.prices .oldprice{
    text-decoration: line-through;
}

.prices h2,
.prices h3,
.prices h4,
.prices h5 {
    margin: 1% 5%;
}

.aprice {
    color: #ff4565;
    font-weight: bold;
    font-size: 1.2em;
}

/* Нечетные строки */
#prices table tbody tr:nth-child(odd){
    background: #dae8f1;
}

/* Четные строки */
#prices table tbody tr:nth-child(even){
    background: #f3faff;
}

/* Первая строка */
#prices table tbody tr:nth-child(1){
    background: #f7bbc5;
}
#prices .main-table tbody tr:nth-child(1){
    background: #dae8f1;
}
#prices h2 {
    color: #ff4565;
}

.page-keywords {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fffeb7;
}

.akcii-banners img {
    width: 45%;
    min-width: 400px;
    margin: 20px 10px;
    transition: .3s;
    box-shadow: rgba(80, 80, 80, 0.7) 1px 1px 5px;
}

.akcii-banners img:hover {
    transform: scale(1.01);
    transition: .3s;
    box-shadow: rgba(80, 80, 80, 0.7) 3px 3px 8px;
}

.ss-footer {
    float: left;
    width:100%;
    text-align:left;
}

.menu-footer {
    position: fixed;
    display: flex;
    left: 10%;
    z-index: 1000;
    bottom: 4px;
    background: #5d5c66 url(/media/ny/bg-ny.jpg);
    background-size: cover;
    background-position: bottom;
    width: 80%;
    border-top: #9a9a9a 1px solid;
    border-radius: 20px;
    text-align: center;
}

.menu-footer .mf-item img {
    height: 30px;
}

.menu-footer .col-md-2 {
    width: 25%;
    display: block;
}

.menu-footer .border-right {
    border-right: #9a9a9a 1px solid;
}

.m_guestbook .slick-track {
    height: 300px;
}

#mydiv {
    position: absolute;
    bottom: 61px;
    width: 100%;
    background: #fff;
}

#mydiv a {
    color: #5c5c5c;
}

#mydiv a:hover {
    color: #5c5c5c;
}

#mydiv .tel-text {
    text-align: right;
    padding: 10px;
    border-top: #e0e0e0 1px solid;
    line-height: 1.1;
}

#mydiv .tel-text .tel-addr {
    font-size: 0.8rem;
}

#mydiv .tel-text .tel-tel {
    font-size: 1.1rem;
    color: #ff4565;
}

#mydiv .tel-text .tel-gr {
    font-size: 0.9rem;
}

#mydiv .tel-header {
    line-height: 1.1;
    font-size: 1.2rem;
    color: #5c5c5c;
    background: #eaeaea;
    padding: 10px 0;
    border-top: #ff4565 1px solid;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slider-galery {
    width: 1200px;
    margin: auto;
    position:relative;
}

.slick-slider {
    width: 100%;
    margin: auto;
    position:relative;
}

.tizerbox-desc-block {
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 300px;
    top: 200px;
    right: 0;
    background: #3c463c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .8rem;
}

.tizerbox-text-block {
    position: absolute;
    top: 220px;
    right: 0;
    z-index: 2;
}

.tizerbox-text-block h2,
.tizerbox-text-block p {
    opacity: 0;
}

.tizerbox-desc-block h2,
.tizerbox-desc-block p{
    color:#fff;
    padding-left: 55px;
    padding-right: 55px;
}
.header-form h2 {
    color: #5c5c5c !important;
}

.banner {
    position: relative;
    top: 185px;
    background: #afe1ff;
    z-index: 990;
    padding: 10px 50px;
}

.banner img {
    float: left;
    height: 50px;
    margin-right:40px;
}

.banner p {
    padding: 15px 0 10px;
}

.grecaptcha-badge {
    bottom: 0px !important;
    right: -250px !important;
}

.grecaptcha-badge:hover {
    right: -4px !important;
}

.windowSheet {
    z-index: 1000 !important;
    background: #373737 !important;
}

.copyright-text {
    line-height: 1;
    text-align: justify;
}

.ontop {
    color: #4f566b;
    z-index: 200;
    /* background: rgb(209 0 23 / 80%); */
    position: fixed;
    right: 3px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    bottom: 100px;
}

.ontop img{
    margin: 5px 20px 5px 5px;
}

.contacts {
    margin: 1% 5%;
}
.contacts .col-md-4 {
    background: url(/----ddk/media/img/texture.png) left 50% top calc(50% + 90px) / 667px repeat, linear-gradient(#d24e21, #ffb000);
    border-radius: 3px;
    margin: 1%;
    width: 40%;
}

.contacts-bg {
    background: #f6f6f6;
    padding: 20px 0;
}
.menu-ldd {
    margin: 5px 10px;
    text-align: left;
    border-radius: 3px;
    padding: 5px 20px;
    /* box-shadow: #f7f7f7 1px 1px 2px 2px; */
}

.level1 .menu-ldd {
    box-shadow: none;
}

.level1, .level2 {
    font-size: 1.1rem !important;
}
.menu-ldd .caret {
    margin: 0 10px;
}

#covid {
    position: absolute;
    z-index: 999;
    top: -55px;
    background: #d3efff;
    box-shadow: #000 1px 0px 8px;
    padding: 50px;
}

#review {
    position: absolute;
    z-index: 999;
    top: -55px;
    background: #d3efff;
    box-shadow: #000 1px 0px 8px;
    padding: 50px;
}

.covid {
    position: fixed;
    top: 33vh;
    z-index: 999;
    width: 100%;
}

.banner-covid,
.banner-review {
    position: absolute;
    z-index: 1000;
    height: 30px;
    left: -40px;
    width: max-content;
    background: #d3efff;
    /* border: #ff4565 1px solid; */
    transform: rotate(-90deg);
}

.banner-review {
    top:115px;
    background: #ff4565;
}

.banner-covid a,
.banner-covid a:hover {
    text-decoration: none;
    color: #ff4565;
}

.banner-review a,
.banner-review a:hover {
    text-decoration: none;
    color: #fff;
}

.banner-covid img {
    width: 20px;
    margin: 2px;
    height: unset;
    display: inline-block;
}

.banner-covid p,
.banner-review p {
    display: inline-block;
    padding: 5px 5px 0 5px;
    margin: 0;
}

blockquote h5 {
    margin: 0 20px;
}

.m_wysiwyg .h3 {
    font-size: 1.2rem;
}

.size {
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.size-1 {
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.size-2 {
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.size-3 {
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.size-4 {
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.size, .size-1, .size-2, size-3, .size-4 {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 0;
}

.kwiz-block {
    background: #f6f6f6 url('/media/img/bg-kwiz.png');
}

.btn-kwiz {
    width: fit-content;
    margin: auto 10%;
}

.kwiz-item {
    display: none;
}
.kwiz-item.active {
    display: block;
}

.btn-zakaz {
    margin: 20px 10%;
    background: none;
    position: relative;
    width: max-content;
    padding: 10px 16px 12px !important;
    font-size: 1em;
    text-align: center;
    /* border-radius: 15px; */
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}

.btn-slide .btn-zakaz {
    border: #959595 1px dotted;
    background: none;
    margin: 0 auto !important;
}

.btn-zakaz:hover {
    background: #333;
    text-decoration: none;
}

.btn-slide .btn-zakaz:hover {
    border: #fff 1px solid;
    color: #000;
    background: #fff;
}

.btn-zakaz span {
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
}

.btn-zakaz a {
    color: #fff;
}

.btn-zakaz:hover a {
    color: #fff;
}

.btn-zakaz-top {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    background: none;
    padding: 5px 16px 7px;
    font-size: 1em;
    text-align: center;
    border-radius: 0;
    color: #fff;
    border: 1px solid #4d4d4d;
    cursor: pointer;
    transition: 0.5s;
}

.btn-zakaz-top:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.btn-zakaz-top span {
    vertical-align: middle;
}

.btn-black {
    display: block;
    position: absolute;
    bottom: 100px;
    left: unset;
    right: 20px;
    top: unset;
    background: #fff;
    padding: 5px 20px 5px !important;
}

.btn-zakaz-w a {
    color: #fff;
    text-decoration:none;
}

.btn-zakaz-w a:hover {
    color: #fff;
    text-decoration:none;
}

.btn-zakaz-w {
    margin: 10px auto;
    font-size: 1rem !important;
    width: fit-content;
    background: #00a0e3;
    padding: 8px 20px 8px !important;
    text-align: center;
    font-size: 1.2em;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.btn-zakaz-w:hover {
    background: #333;
}

.btn-zakaz-w span {
    vertical-align: middle;
}


.btn-zakaz .col-md-2, .btn-zakaz .col-md-10 {
    padding: 0;
}

.btn-zakaz .col-md-2 {
    text-align: center;
}

.btn-zakaz .col-md-10 {
    text-align: left;
}

.btn-zakaz .col-md-12 {
    padding: 10px 20px;
}

footer .btn-zakaz span {
    font-size: 1.6em;
    line-height: 1.4;
    vertical-align: middle;
}

.btn-service {
    width: 250px;
    margin: auto;
}

#specialButton img {
    width: 30px;
    margin: 0 10px 0 0;
    float:left;
}

#specialButton .special-text {
    color: #5b5b5b;
    font-size: 0.8rem;
    transition: .3s;
    margin: 5px 0 0 0;
}

#specialButton .special-text:hover {
    color: #ff4565;
    transition: .3s;
}

.qr-code-item {
    text-align: center;
}

.mapsite {
    margin-left: 30px;
}

.mapsite ul {
    margin: 0 10% 10px 5%;
}

.mapsite p {
    margin: 0 4%;
}

.table-scroll {
    overflow: auto;
}

.table-scroll table {
    margin: auto;
    width: 90% !important;
}

.table-scroll table td:nth-child(odd),
.table-scroll table td:nth-child(even) {
    min-width: 100px;
}

.table-scroll table td:nth-child(1) {
    min-width: 200px;
}

#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.mapsvg {
    position: relative;
    text-align: center;
    padding: 0;
}

.mapsvg .pathsvg-active {
    stroke: #35423a;
    fill: #35423aab;
}

.mapsvg svg circle {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.mapsvg svg text {
    font-size: 1.4rem;
    font-family: 'Manrope';
    font-weight: 600;
    fill: #35423a;
}

.mapsvg img {
    /* padding:5%; */
}

.mapsvg svg {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}

.mapsvg .pathsvg {
    opacity: 0;
    fill: #35423a57;
    stroke: #35423a !important;
}

.mapsvg .description {
    display: none;
    position: absolute;
    background: #ffffff;
    color: #3a453b;
    border: 2px solid #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 450px;
    /* height: 500px; */
    /* box-shadow: 0 0 3px 3px #ccc; */
    right: 50px;
    top: 40px;
}

.mapsvg .description .modal-svg {
    text-align: left;
}

.mapsvg .description .modal-svg h3 {
    margin: 0;
    color: #7d7d7d;
    font-weight: 100;
    padding-left: 7px;
}

.mapsvg .description table tbody tr:nth-child(odd),
.mapsvg .description table tbody tr:nth-child(odd),
.mapsvg .description table tbody tr:nth-child(odd) {
    background: none;
}

/* Четные строки */
.mapsvg .description table tbody tr:nth-child(even),
.mapsvg .description table tbody tr:nth-child(even),
.mapsvg .description table tbody tr:nth-child(even) {
    background: none;
}

/* Первая строка */
.mapsvg .description table tbody tr:nth-child(1),
.mapsvg .description table tbody tr:nth-child(1),
.mapsvg .description table tbody tr:nth-child(1) {
    background: none;
}

.mapsvg .description .modal-svg .btn-svg {
    margin-top: 15px;
    position: relative;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
    border: none;
    width: 230px;
    padding: 5px 10px !important;
    display: flex;
    flex-direction: row;
}

.mapsvg .description .modal-svg .btn-svg svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: auto;
    left: auto;
}

/* maps desc*/

.maps2 .description {
    display: none;
    position: absolute;
    background: #ffffff;
    color: #3a453b;
    border: 2px solid #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 450px;
    /* height: 500px; */
    /* box-shadow: 0 0 3px 3px #ccc; */
    right: 50px;
    top: 50px;
}

.maps2 .description .modal-svg {
    text-align: left;
}

.maps2 .description .modal-svg h3 {
    margin: 0;
    color: #7d7d7d;
    font-weight: 100;
    padding-left: 7px;
}

.maps2 .description table tbody tr:nth-child(odd),
.maps2 .description table tbody tr:nth-child(odd),
.maps2 .description table tbody tr:nth-child(odd) {
    background: none;
}

/* Четные строки */
.maps2 .description table tbody tr:nth-child(even),
.maps2 .description table tbody tr:nth-child(even),
.maps2 .description table tbody tr:nth-child(even) {
    background: none;
}

/* Первая строка */
.maps2 .description table tbody tr:nth-child(1),
.maps2 .description table tbody tr:nth-child(1),
.maps2 .description table tbody tr:nth-child(1) {
    background: none;
}

.maps2 .description .modal-svg .btn-svg {
    margin-top: 15px;
    position: relative;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
    border: none;
    width: 230px;
    padding: 5px 10px !important;
    display: flex;
    flex-direction: row;
}

.maps2 .description .modal-svg .btn-svg svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: auto;
    left: auto;
}

.mapT{
    z-index:0;
}

.mapT.active{
    z-index:100;
}

.mapT.changed{
    z-index:50;
}

.mapT.min{
    z-index:150;
}

.mapT .mapsvg2 .maps{
    z-index:0;
    overflow:hidden;
    transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.mapT.active .mapsvg2 .maps{
    z-index:100;
}

.mapT.changed .mapsvg2 .maps{
    z-index:50;
}

.mapT.min .mapsvg2 .maps{
    z-index:150;
}

.mapT .mapsvg2 .maps img{
    opacity:0;
    position:absolute;
    top:40%;
    left:40%;
    width:20%;
    height:20%;
    transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}


.mapT.active .mapsvg2 .maps img, .mapT.min .mapsvg2 .maps img{
    opacity:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.mapT.changed .mapsvg2 .maps img{
    opacity:0.5;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
}

/*#map-0 {
    display: block;
    animation: shows .5s;
}
#map-1 {
    display: none;
    animation: shows .5s;
}
#map-2 {
    display: none;
    animation: shows .5s;
}*/

@keyframes shows {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mapsvg .text-block {
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 20px;
    width: 500px;
    height: 200px;
    background: #3a453a;
    border: 2px solid #b9beb4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapsvg .text-block div {
    width: 100%;
}

.maploc .text-block div {
    position: absolute;
    width: 100%;
    font-size: 3rem;
    left: 20px;
    bottom: 20px;
    text-align: left;
}

.mapsvg .text-block h2, .mapsvg .text-block h3 {
    color:#fff;
}

.mapsvg .img-block {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 350px;
    border: 2px solid #3a453a;
}

.mapsvg .img-block img {
    width: 100%;
}


.mapsvg2 {
    position: relative;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}

.mapsvg2 img {
    /* padding:5%; */
}

.mapsvg2 svg {
    position: absolute;
    z-index:1000;
    /* top: 0; */
    /* left: 0; */
    height: 860px;
    /* border: 2px solid #888; */
    /* border-radius: 50%; */
    width: 900px;
    /* fill: #888; */
}

.mapsvg2 path.pathsvg3 {
    fill: #fff0;
    cursor: pointer;
}

.description3 {
    display: none;
    z-index: 11111;
    background: #fff;
    /* border: 1px solid #000; */
    width: 500px;
    max-height: 250px;
    overflow: auto;
    position: absolute;
    text-align: left;

}

.modal-map {
    display: flex;
    flex-direction: row;
}

.modal-map-text {
    margin: 20px 10px 20px 0;
    width: 100%;
    max-width: 260px;
}

.modal-map-text p {
    color: #000;
    font-size: .8rem;
}

.modal-map-text p.route {
    color: #a7a7a7;
    font-size: .7rem;
}

.modal-map-text h3 {
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}


.description3 .modal-map img {
    height: auto !important;
    position: relative !important;
    width: 100% !important;
    max-width: 200px !important;
    margin: 20px;
}

.text-block-2 svg {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    height: 60px;
    border: 2px solid #888;
    border-radius: 50%;
    width: 60px;
    fill: #888;
}

.mapsvg2 .svg-btn {
    cursor: pointer;
}

.text-block-2 .svg-btn {
    cursor: pointer;
}


.mapsvg2 .pathsvg2 {
    opacity: 0;
    fill: #ffffff3d;
}

.mapsvg2 .pathsvg2:hover {
    /* stroke: #fff; */
    /* stroke-width: 2; */
    /* opacity: 1; */
    transition: opacity .2s ease;
    cursor:pointer;
}

.mapsvg2 .description2 {
    display:none;
    position: absolute;
    background: #d4d2cb;
    /* color: #fff; */
    border: 2px solid #fff;
    padding: 20px;
    box-sizing: border-box;
    max-width: 450px;
    overflow: auto;
    max-height: 75%;
    /* height: 500px; */
    /* box-shadow: 0 0 3px 3px #ccc; */
    left: 50px;
    bottom: calc(50% - 250px);
}

.mapsvg2 .description2 .modal-svg {
    text-align: left;
}

.mapsvg2 .description2 .modal-svg h3 {
    margin: 0;
    color: #d4d2cb;
}

.mapsvg2 .description2 .modal-svg .btn-svg {
    margin-top: 15px;
    position: relative;
    cursor: pointer;
    border: 1px #fff solid;
    width: fit-content;
    padding: 5px 10px !important;
}

.mapsvg2 .text-block {
    position: absolute;
    margin: auto;
    z-index: 999;
    bottom: 0;
    top: 100px;
    /* left: 20px; */
    width: 1297px;
    height: 100px;
    background: none;
    border: none;
    display: block;
}

.mapsvg2 .text-block .tb-flex {
    position: relative;
    width: 80%;
    margin: auto;
    font-size: 3rem;
    display: flex;
    /* left: 20px; */
    /* bottom: 20px; */
    /* text-align: left; */
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

div#Sec634 {
    position: relative;
}

.text-block-2 {
    position: absolute;
    margin: auto;
    z-index: 199;
    bottom: 0;
    top: 50px;
    /* left: 20px; */
    width: 100%;
    height: 100px;
    background: none;
    border: none;
    display: block;
}

.text-block-2 .tb-flex {
    position: relative;
    width: 800px;
    margin: auto;
    font-size: 3rem;
    display: flex;
    /* left: 20px; */
    /* bottom: 20px; */
    /* text-align: left; */
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.text-block-2 .svg-nav {
    width: 200px !important;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.text-block-2 .svg-btn.active svg {
    border: 1px solid #fff;
    fill: #fff;
}

.text-block-2 h2 {
    color:#fff;
    font-size: 2em;
}

.mapsvg2 .text-block h2, .mapsvg .text-block h3 {
    color:#fff;
    font-size: 2em;
}

.mapsvg2 .svg-nav {
    width: 200px !important;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.svg-btn.active svg {
    border: 1px solid #fff;
    fill: #fff;
}

.mapsvg2 .text-block h2, .mapsvg .text-block h3 {
    color:#fff;
    font-size: 2em;
}

.mapsvg2 .maps {
    position: absolute;
    width: 900px;
    height: 860px;
    overflow: hidden;
    display:flex;
}

.mapsvg2 .img-block {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 350px;
    border: 2px solid #3a453a;
}

.mapsvg2 .img-block img {
    width: 100%;
}

.plansvg {
    position: relative;
    width: 100%;
    /* max-width: 1700px; */
    /* height: 600px; */
    margin: 0;
    padding: 0 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.plansvg svg {
    position: absolute;
    width: 600px;
    left: 0;
    margin: 0 50px;
}

.plansvg img {
    width: 600px;
    /* margin: 0 50px; */
}

.plansvg .modal-svg img {
    margin: 0;
    max-width: 150px !important;
}

circle.pathsvg2 {
    fill: #fff;
    stroke: #ff0017;
    stroke-width: 0.5px;
    cursor: pointer;
}

.feed-pam {
    position: absolute;
    width: 45%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feed-pam .btn-zakaz-top {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

h3.price-pam {
    font-size: 2.5rem;
    color: #df0202;
}


@media(min-width:901px){
    circle.pathsvg2 {
        /* r: 12px !important; */
    }

    .mapsvg .pathsvg:hover {
        stroke: #fff;
        stroke-width: 2;
        opacity: 1;
        transition: opacity .2s ease;
        cursor:pointer;
    }
}

.plansvg .description2 {
    /* position: absolute; */
    z-index: 1000;
    top: 0px;
    /* width: 450px; */
}

.description2.dsc-right {
    right: auto;
    left: 20px;
}

.description2.dsc-left {
    left: auto;
    right: 20px;
}



.plansvg .description2 .modal-svg {
    color: #000;
    border-bottom: #a4a4a4 1px solid;
}

.plansvg .description2 .modal-svg h3,
.plansvg .description2 .modal-svg p {
    margin: 0 !important;
}

.plansvg .description2 .modal-svg p {
    font-size: .8em;
}



.mat-flex {
    display: flex;
    margin: 1% 5%;
}

#mat-item1 {
    margin-right: 10px;
}

#mat-item2 {
    margin-left: 10px;
    margin-right: 10px;

}

#mat-item3 {
    margin-left: 10px;

}

#mat-item1 p,
#mat-item2 p,
#mat-item3 p {
    color:#d5d5d5;
    cursor:pointer;

}

.mat-flex .active p {
    color: #000 !important;
}

.mat-flex p {
    color: #000;
}

.block-material {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.item-material {
    margin: 5px;
}

.desc-pam {
    padding-left: 30px;
    padding-top: 50px;
}

.desc-pam h2 {
    padding: 0 !important;
    margin: 20px 0 50px 0px;
    font-size: 3rem;
}

.table-up {
    max-width: 1320px;
    margin: auto;
}

.table-up p {
    color: #000;
    font-size: .9rem;
    z-index: 2;
}

.table-up .foto {
    position: absolute;
    z-index: 1;
    opacity:0;
    padding-bottom: 0px !important;
}

.table-up-item:hover .foto {
    opacity: 1;
    transition: .5s;
}

.table-up-item:hover p {
    color: #fff;
}

.table-up h2 {
    font-size: 5.2em;
    line-height: .8;
}

.table-up .row-1, .table-up .row-2, .table-up .row-3 {
    height: 225px;
}

.table-up .table-up-title {
    height: 225px;
}

.table-up .table-up-item {
    height: 225px;
    padding:0;
    display: flex;
    align-items: flex-end;
}

.row-1 .table-up-item {
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

.row-2 .table-up-item:nth-child(1) {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;

}

.row-2 .table-up-item:nth-child(2) {
    border-bottom: 1px solid #b5b5b5;
}

.row-2 .table-up-item:nth-child(3) {
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

.row-3 .table-up-item:nth-child(1) {
    border-right: 1px solid #b5b5b5;
}

.row-3 .table-up-item:nth-child(3) {
    border-left: 1px solid #b5b5b5;
}

footer iframe {
    height: 250px;
}

/* Slider Style
--------------------------------------*/
.cd-slider {
    position: relative;
    width: 90%;
    max-width: 1200px;
    /* left: 5%; */
    height: 40rem;
    overflow: hidden;
    margin: auto;
}
.cd-slider ul {
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style-image: none;
    list-style-type: none;
    justify-content: center;
}

.cd-slider h2 {
    margin: 1% 0;
}

.cd-slider li {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    max-width: 800px;
    margin: auto;
    height: 100%;
    visibility: hidden;
    /* transition: visibility 0s 1s; */
    /* will-change: visibility; */
}
.cd-slider .image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 50% 50%;
    /* clip: rect(0, 80rem, 50rem, 80rem); */
    /* transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s; */
    /* will-change: clip; */
}
.cd-slider .image img {
    width: 100%;
}
.cd-slider .content {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: .25rem 0 0 2rem;
    /* font-size: 9rem; */
    text-align: right;
}
.cd-slider .content h2 {
    font-size:2.2rem;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: translateY(-30%);
    opacity: 0;
    transition: transform .5s, opacity .5s;
    will-change: transform, opacity;
}
.cd-slider .content p {
    color: #000;
    display: block;
    font-size: 1rem;
    text-align: left;
    margin: 0;
    /* text-transform: lowercase; */
    padding: 0;
    opacity: 0;
    /* transform: translateY(-100%); */
    /* transition: transform .5s .1s, opacity .5s .1s; */
    /* will-change: transform, opacity; */
}

.cd-slider .counter .num {
    font-size:1rem;
    color: #75816d;
}

.cd-slider .counter .count {
    font-size:.8rem;
    color: #b9beb4;
    display: flex;
    align-items: center;
}

/* Current Slide 
-------------------------------------*/
.cd-slider li.current {
    visibility: visible;
    transition-delay: 0s;
}
.cd-slider li.current .image {
    /* clip: rect(0, 80rem, 50rem, 0); */
    opacity:0;
    animation: ani .5s forwards;
}
.cd-slider li.current .content h2 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}
.cd-slider li.current .content p {
    /* transform: translateY(0); */
    opacity: 1;
    transition: .5s;
    /* transition-delay: 1.1s; */
}
/* Prev Slide 
------------------------------------*/
.cd-slider li.prev_slide .image {
    /* clip: rect(0, 0, 50rem, 0); */
    opacity:0;
    animation: ani .5s forwards;
}

@keyframes ani {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/*
.cd-slider nav {
        position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    align-items: center;
}
*/
.cd-slider .prev1, .cd-slider .next1 {
    padding: 0;
    background: none;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-flex;
}

.cd-slider .prev1 {
    position: absolute;
    top: 300px;
    left: 0;
}

.cd-slider .next1 {
    position: absolute;
    top: 300px;
    right: 0;
}

.cd-slider .prev1:hover, .cd-slider .next1:hover {
    border: 1px solid #d4d2cb;
    transition: .3s;
}

.cd-slider .prev1:hover svg, .cd-slider .next1:hover svg {
    fill: #d4d2cb;
    transition: .3s;
}

.cd-slider .hrline {
    display:none;
    width: 70px;
    margin: 0 20px;
}

.cd-slider .icon-s {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-slider .icon-s svg, .slick-slider .icon-s svg {
    width: 24px;
    height: 24px;
}

.slick-slider .icon-s svg path {
    fill: #fff;
}

.slick-slider .slick-prev {
    right: 535px !important;
    left: auto !important;
}


.cd-slider .prev, .cd-slider .next, .cd-slider .counter {
    vertical-align: middle;
}
.cd-slider .prev, .cd-slider .next {
    position: relative;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    border: 0;
    cursor: pointer;
    background: transparent;
}
.cd-slider .prev::before, .cd-slider .next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: .8rem solid transparent;
    border-right-width: 1rem;
    border-right-color: #b9beb4;
    border-left-width: 0;
    width: 0;
    height: 0;
}
.cd-slider .prev::after, .cd-slider .next::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    left: .5rem;
    background: #b9beb4;
    height: .1rem;
    min-height: 1px;
    width: 2.5rem;
    transition: width .3s;
}
.cd-slider .next::before {
    right: 0;
    left: auto;
    border-left-width: 1rem;
    border-left-color: #b9beb4;
    border-right-width: 0;
}
.cd-slider .next::after {
    right: .5rem;
    left: auto;
}
.cd-slider .counter {
    display: inline-flex;
    font-size: 2rem;
    /* font-family: serif; */
    /* font-style: italic; */
    align-items: center;
    align-content: center;

}
.cd-slider .counter span:last-child::before {
    content: '/';
    font-size: 2rem;
    margin: 0 0.4rem 0 1rem;
}
.cd-slider .prev:hover::after, .cd-slider .next:hover::after {
    width: 3rem;
}

.cont-feed {
    max-width: 1200px;
    margin: auto;
    background: #272727;
    display: flex;
    justify-content: center;
}

.cont-feed h2 {
    color: #fff;
    font-size: 3rem;
    line-height: .8;
    margin: 70px 50px 20px;
}

.cont-feed p {
    color: #fff;
    line-height: .8;
    font-size: .8rem;
    margin: 0 50px 100px;
}

.cont-feed form {
    margin-top: 50px;
}

.cont-feed input {
    color: #fff;
    border: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: none;
    padding: 10px;
}
.cont-feed .request {
    display: flex;
    width: 90%;
    text-align: right;
    margin-right: 10%;
    align-items: center;
    justify-content: space-between;
}

.cont-feed .request p {
    line-height: .8rem;
    font-size: .7rem;
    margin: 0;
    width: 70%;
}

.dom-desc2 .cont-feed {
    background: none;
    margin: 1% 5%;
}

.dom-desc2 .cont-feed input {
    color: #000;
    border-bottom: 1px solid #35423a;
}

.dom-desc2 input.btn-head {
    border: 1px solid #35423a;
}


input.btn-head {
    width: fit-content;
    border: 1px solid #2d2d2d;
    border-radius: 0;
}

.gotopage p,
.gotopage th,
.gotopage td,
.gotopage li {
    color:#000;
}

.child-page-d {
    margin: 1% 5%;
}

.child-page-d .prev1 {
    padding: 0;
    background: none;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-flex;
}

.child-page-d .prev1:hover {
    border: 1px solid #d4d2cb;
    transition: .3s;
}

.child-page-d .prev1:hover svg {
    fill: #d4d2cb;
    transition: .3s;
}

.child-page-d .icon-s {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.child-page-d .icon-s svg {
    width: 24px;
    height: 24px;
}

.dom-desc{
    margin: 30px 5%;
}

.dom-desc tbody tr:nth-child(odd),
.dom-desc tbody tr:nth-child(odd),
.dom-desc tbody tr:nth-child(odd) {
    background: none !important;
}

/* Четные строки */
.dom-desc tbody tr:nth-child(even),
.dom-desc tbody tr:nth-child(even),
.dom-desc tbody tr:nth-child(even) {
    background: none !important;
}

/* Первая строка */
.dom-desc tbody tr:nth-child(1),
.dom-desc tbody tr:nth-child(1),
.dom-desc tbody tr:nth-child(1) {
    background: none !important;
}

.dom-desc2 img {
    max-width: 100%;
}

#gotopid331,
#gotopid332,
#gotopid333,
#gotopid334,
#gotopid335,
#gotopid336,
#gotopid337,
#gotopid338,
#gotopid339,
#gotopid340,
#gotopid341,
#gotopid342,
#gotopid343,
#gotopid344,
#gotopid345
{
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 550px) {
    .cd-slider .image {
        width: 100%;
    }
    .cd-slider .content {
        padding-right: 2rem;
    }
    .cd-slider nav {
        left: 0;
        right: auto;
    }
}
