@charset "UTF-8";

.flex-row {
	display: flex;
	/* flex: 1 1 0px; */
	align-items: center;
	justify-content: space-between;
	column-gap:20px;
	/* flex-wrap: wrap; */
}
.flex-row > .eq-width{
	flex: 1 1 0px; /* */

}
.flex-row.top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flex-row.eq-h{
	align-items:stretch;
	
}
.flex-row.eq-w > div{
	
	flex: 1 1 0px;
}
.flex-break {
	flex-basis: 100%;
	height: 0;
}


@media (max-width: 979px) {
	.flex-row.responsive {
		display: block;
	}
}


.icontext{
	display:flex;
	column-gap:15px;
}
.icontext .icon{
	margin:0 0px 0 0;
} 


.icons-cat{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap:30px;
}
.icons-cat .jdvrecord-set{
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: flex-start;
	gap:10px;
	text-align:center;
	
	flex:1 1 30%;
}
.icons-cat .jdvrecord-set img{
	width:50%;
	height:300px;
	height:auto;
	aspect-ratio: 1/1;
	
	object-fit:cover;
	object-position:center center;
	border-radius:50%;
}

.icons-cat .jdvrecord-set .jdvrecordsset-imagewrapper{
	order:1;
}
.icons-cat .jdvrecord-set h4{
	order:2;
}
.icons-cat .jdvrecord-set h4 a{
	color:#000;
}
.icons-cat .jdvrecord-set h4 a:hover {
	text-decoration:none;
	color:#51d67a;
}

@media (max-width: 979px) {
	.icons-cat {
		flex-direction:column;
		align-items: center;
		justify-content: flex-start;
		gap:30px;
	}
}


.header .logo-link {
    font-size: 24px;
    line-height: 30px;
    display: block;
	color:#51d67a;
	font-weight:900;
}

.header a {
    color: #000;
    text-decoration: none;
}
.header a:hover, .header a:focus {
    color: #000;
    text-decoration: none;
}

.header {
    /* height: 120px; */
    /* vertical-align: top; */
	padding-top:10px;
	padding-bottom:10px;
	font-size: 24px;
    line-height: 30px;
}
.header i{

	font-size: 24px;
    line-height: 30px;
}
.header .column-1 span{
	/* font-size: 18px;
    line-height: 24px;
	display:block; */
	color:#000;
	font-weight:400;
}
.header .column-2{

	font-size: 18px;
    line-height: 24px;
}

.chrono_credits{
	display:none;
}



/* blog */

.blog{
	
}
.blog .row-fluid > div{
	margin-bottom:30px;
}
.blog .row-fluid > div h2{
	text-align:center;
	font-size:18px;
	line-height:26px;
}
.blog .row-fluid > div img{
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}

.blog h2 a{
	background-color:#51d67a !important;
	color:#000 !important;
	display:block;
	padding:4px 4px;
}
.blog h2 a:hover{
	color:#000 !important; /* */
	text-decoration:none;
}


.blog .row-fluid > div:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* end blog */

/* contact-form */

.contact-form h4 {
	text-align: center; 
}
.contact-form input, .contact-form textarea{
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 6px;
	width: 100%;
	height:40px !important;
}
.contact-form textarea {
	height:75px !important;
	vertical-align:top;
}
.contact-form .btn,.contact-form form{
	margin-bottom:0;
}


/* end contact-form */


.footer .flex-row > div{
	flex:1 1 1;
	padding-top:30px;
	padding-bottom:30px;
}

.footer a{
	color:#fff;
	text-decoration:none;
}
.footer a:hover, .footer a:focus{
	color:#fff;
	text-decoration:none;
}


.item-images{
	
}

.item-images img{
	width:100%;
	height:250px;
	object-fit:cover;
	margin-bottom:30px;
}

ul.breadcrumb{
	margin-top:30px;
}

ul.nav{
	margin:0;
}
ul.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.gallery{
	margin-top:30px;
}
.gallery .img-link{
	height:250px;
	background-size:cover;
	background-position:center center;
	display:block;
	margin-bottom:30px;
}

.description-full {
    margin-bottom: 40px;
}

a.brand.pull-left {
    margin-top: 40px;
}

nav.navigation li {
    display: inline-block;
}

nav.navigation a {
    color: #000;
    padding: 5px 20px;
    border-right: 1px solid #000;
}
nav.navigation li:last-child a {
    border-right: none;
}

.nav {
    margin-left: 0;
    margin-bottom: 5px;
    list-style: none;
    margin-top: 5px;
}

.top-menu .container {
    background: none;
}

.top-menu {
    background: #34C661;
	background: #51d67a;
}
.top-menu nav{
   text-align:center;
}

h1{
	margin:0 0 20px;
	font-size:26px !important;
}
div.page-header {
	border:none;
	margin:0 0 0px;
	padding:0;
}

body.site {
    padding: 0;
}

.navigation {
    padding: 5px;
    border-top: 0px solid rgba(0,0,0,0.075);
    border-bottom: 0px solid rgba(0,0,0,0.075);
    margin-bottom: 0;
}

.banner {
    /*max-width: 1600px;
    margin: 0 auto;*/
}

.top-menu a {
    font-size: 24px;
    text-transform: lowercase;
}

.catalog-title-link {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 270px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #34C661;
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
}

.catalog-title-link-prod {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 400px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #34C661;
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
}

.stuff p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
}

.stuff a.catalog-title-link {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 270px;
    margin-bottom: 40px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}

.bottom {
    width: 100%;
    height: auto;
    /* flex: 1; */
    /* padding-bottom: 50px; */
    /* display: flex; */
    /* text-align: center; */
    position: relative;
    /* overflow: hidden; */
}

.moduletable.kak {
    background-image: url(/templates/template-2017/images/Rectangle_19.jpg);
    min-height: 500px;
    width: 100%;
    position: relative;
    /* max-width: 70%; */
    background-position: center center;
    /* justify-content: center; */
    text-align: center;
    background-size: cover;
    /* margin: 0 auto; */
    /* z-index: 1000; */
    /* color: #e67e22; */
    /* margin: 0 auto; */
    font-size: 26px;
    position: relative;
    /* margin: 0 auto !important; */
    /* width: 1100px; */
}

.stuff {
    margin-top: 0px;
    padding-top: 50px;
    position: relative;
    display: block;
    height: auto;
}

.teh-osna {
    display: inline-block;
    width: 180px;
    /* height: 210px; */
    position: relative;
    text-align: center;
    padding: 0px 20px;
    vertical-align: top;
    margin-top: 30px;
}

.custom.p-quote {
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 120px;
    position: relative;
    padding: 60px 20px;
}

.p-quote p:first-child:before {
    content: "";
    background: url(/templates/template-2017/images/quote.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    left: -15px;
    margin-top: -20px;
}

.p-quote p:last-child:after {
    content: "";
    background: url(/templates/template-2017/images/quote.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    /* background-position: 10px 0px; */
    right: -20px;
    margin-top: 20px;
}

footer.footer {
    background: #000;
    color: #fff;
    /* min-height: 130px;
	
	margin-top:20px; */
}

.custom.adres-footer {
    padding-top: 30px;
    padding-left: 60px;
    background-image: url(/templates/template-2017/images/map.png);
    margin-left: 10px;
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: 0px 40px;
}

p.copyright {
    margin-left: 65px;
    display: none;
}

.footer-block-soc {
    width: 340px;
    float: right;
    max-width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.footer-block-adres {
    width: 250px;
    display: inline-block;
    max-width: 100%;
    height: 110px;
}

.footer-block-adres a,.footer-block-adres a:hover{
    color:#fff;
}

.moduletableforma-zapros {
    background: #363636;
    padding: 50px 0px;
}

.forma-title-bottom {
    color: #C21818;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.forma-title-bottom div {
    color: #000;
    display: inline-block;
    line-height: 36px;
}

.semanticui-body.G2-joomla.chronoforms.index {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

.ui.form .field .prompt.label {
    white-space: normal;
    background: #FFF!important;
    border: 1px solid #E0B4B4!important;
    color: #9F3A38!important;
    position: absolute;
    margin-top: 50px;
    margin-left: -250px;
    width: 100%;
}

.ui.yellow.button {
    width: 250px;
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0px;
    border-radius: 0;
    color: #000 !important;
    background-color: #cd9903;
    color: #FFF;
}

.moduletableforma-zapros input {
    text-transform: uppercase;
}

.custom.top-soc {
    display: inline-block;
    margin-left: 120px;
}

.custom.top-tel-block {
    display: inline-block;
    margin-left: 120px;
    margin-top: 23px;
	
	vertical-align:top;
}

.header .pull-right {
    /*float: none;*/
}

.semanticui-body.G2-joomla.chronoforms.index .field {
    width: 250px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

a.brand.pull-left1 {
    display: inline-block;
    margin-top: 30px;
	vertical-align:top;
}

.header-search.pull-right1 {
    display: inline-block;
    /* margin-left: 120px; */
    position: relative;
}

a.zamer-bottom.popup-zamer {
    width: 250px;
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0px;
    border-radius: 0;
    color: #000 !important;
    background-color: #E8CE1C;
    color: #FFF;
    margin-top: 10px;
    text-align: center;
}

a.zamer-bottom.popup-zamer:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
}

.top-tel {
    font-size: 28px;
}

.moduletableforma-zapros-popup {
}

.moduletableforma-zapros-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow: auto;
}

#modal_close {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: -65px;
    /* right: 10px; */
    cursor: pointer;
    display: block;
    margin-left: -20px;
    /* font-size: 18px; */
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.moduletableforma-zapros-popup .semanticui-body {
    margin: 10% auto;
    width: 355px;
    /* border-radius: 5px; */
    padding-bottom: 35px;
    padding-top: 50px;
    padding: 0 25px 0 25px;
    color: #000000;
    background: #FFFFFF;
}

div#popup-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.popup-zamer:hover {
    cursor: pointer;
}

.moduletableforma-zapros-popup .semanticui-body.G2-joomla.chronoforms.index {
    width: 300px;
    margin: 0 auto;
    min-height: 380px;
    padding: 25px 20px;
    margin-top: 10%;
}

.moduletableforma-zapros-popup .ui.yellow.button {
    width: 250px;
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0px;
    border-radius: 0;
    color: #000 !important;
    background-color: #cd9903;
    color: #FFF;
}

.moduletableforma-zapros-popup .ui.form .field .prompt.label {
    white-space: normal;
    background: #FFF!important;
    border: 1px solid #E0B4B4!important;
    color: #9F3A38!important;
    position: relative;
    margin-top: 50px;
    margin-left: -250px;
    width: 100%;
}

#back_link a {
    text-align: left;
    display: block;
    width: 140px;
    margin-bottom: 20px;
    border-radius: 0 !important;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    margin-top: 10px;
    color: #000 !important;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    /* width: 100px; */
    text-transform: lowercase;
}

.rightblock {
    width: 300px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    margin-left: 35px;
}

.rightblock .element {
    display: inline-block;
}

.leftblock {
    width: 330px;
    display: inline-block;
    float: left;
    max-width: 100%;
}

.jbzoo-view-frontpage h1 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 270px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #34C661;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}

.jbzoo-view-frontpage .subcategories {
    position: relative;
    background-image: url(/templates/template-2017/images/fon1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.catalog-title-link-prod {
    display: none;
}

.jbzoo-item {
    margin: 0 !important;
}

.card-block {
    padding: 15px 30px 20px 30px;
    height: 140px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

.card-block .item-title a {
    color: #000 !important;
}

.ramer-text {
    display: inline-block;
}

.element .element-text {
    display: inline-block;
    width: 200px;
}

.priceot {
    display: inline-block;
    /* width: 100px; */
}

.card-block .element {
    display: inline-block;
    margin-right: 5px;
}

.product-home-page .width33 {
    width: 350px;
    float: none;
    max-width: 100%;
    height: 460px !important;
    margin: 0 !important;
    display: inline-block;
    background: #EAEAEA;
    vertical-align: top;
    margin: 15px !important;
    outline: 3px solid #77C894;
    outline-offset: -3px;
}

.conteiner-home {
    width: 1170px !important;
    margin: 0 auto;
    max-width: 100%;
}

.jbzoo .frontpage, .jbzoo .category {
    padding: 0;
    margin-bottom: 1em;
    margin: 0;
}

.column.rborder.width33 a {
    position: relative;
}

.hit-block {
    position: absolute;
    margin-top: -23px;
    background-image: url(/templates/template-2017/images/hit.png);
    padding: 14px 0px 0px 25px;
    width: 172px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    background-repeat: no-repeat;
    height: 68px;
    text-transform: uppercase;
    margin-left: -20px;
}

h4.item-title {
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.element-itemlink a {
    color: #000 !important;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    /* text-align: right; */
    margin-left: 240px;
    text-transform: lowercase;
}

.rightblock .item-title a {
    color: #000 !important;
}

.rightblock .ramer-text {
    display: inline-block;
}

.rightblock .element .element-text {
    display: inline-block;
    width: 200px;
}

.rightblock .priceot {
    display: inline-block;
    /* width: 100px; */
}

.rightblock .card-block .element {
    display: inline-block;
}

main#content {
    min-height: 400px;
}

/* .itemid-264 main#content {
    display:none;
} */

.price {
    font-size: 20px;
    margin-bottom: 10px;
}

a.popup-zamer {
    width: 200px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 8px 30px;
    border-radius: 0;
    color: #000 !important;
    background-color: #E8CE1C;
    color: #FFF;
    /* margin-top: 10px; */
    text-align: center;
}

@media (max-width: 1024px) {
    .custom.top-soc {
        margin-left: 60px;
        /* display: block; */
        width: 250px;
    }

    .header-search.pull-right1 {
        display: inline-block;
        /* margin-left: 60px; */
        position: relative;
    }

    .header {
        height: 180px;
        /* vertical-align: top; */
        text-align: center;
        width: 900px;
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 80px;
        margin-top: 23px;
        width: 190px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 270px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 1px solid #000;
        border-bottom: 0px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 560px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 270px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        width: 270px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 260px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        /* width: 290px; */
        /* float: none; */
        /* max-width: 100%; */
        height: 480px !important;
        /* margin: 0 !important; */
        /* display: inline-block; */
        /* background: #EAEAEA; */
        /* vertical-align: top; */
        /* margin: 15px !important; */
        /* outline: 3px solid #77C894; */
        /* outline-offset: -3px; */
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 10px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-block {
        padding: 10px 10px 10px 10px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 250px;
        float: none;
        max-width: 100%;
        display: block;
        margin-top: -80px;
        margin-left: 270px;
    }

    h1 {
        font-size: 16px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .product-home-page {
        width: 760px !important;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 260px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 50px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .leftblock {
        width: 330px;
        display: inline-block;
        float: left;
        max-width: 100%;
    }

    .rightblock {
        width: 240px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 180px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        /* width: 180px; */
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        /* margin-top: 40px; */
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 800px) {
    .custom.top-soc {
        margin-left: 0px;
        display: block;
    }

    .header-search.pull-right1 {
        display: inline-block;
        /* margin-left: 60px; */
        position: relative;
        margin-top: 20px;
    }

    .header {
        height: 250px;
        /* vertical-align: top; */
        text-align: center;
        width: 480px;
        margin: 0 auto;
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 0px;
        margin-top: 23px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 270px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 560px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 270px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        width: 270px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 260px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        /* width: 290px; */
        /* float: none; */
        /* max-width: 100%; */
        height: 480px !important;
        /* margin: 0 !important; */
        /* display: inline-block; */
        /* background: #EAEAEA; */
        /* vertical-align: top; */
        /* margin: 15px !important; */
        /* outline: 3px solid #77C894; */
        /* outline-offset: -3px; */
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 10px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-block {
        padding: 10px 30px 20px 30px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 250px;
        float: none;
        max-width: 100%;
        display: block;
        margin-top: -80px;
        margin-left: 270px;
    }

    h1 {
        font-size: 16px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .product-home-page {
        width: 760px !important;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 260px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 50px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .leftblock {
        width: 330px;
        display: inline-block;
        float: left;
        max-width: 100%;
    }

    .rightblock {
        width: 240px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 180px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        /* width: 180px; */
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        /* margin-top: 40px; */
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .custom.top-soc {
        margin-left: 0px;
        display: block;
        width: 390px;
        margin-top: 10px;
    }

    .header-search.pull-right1 {
        display: inline-block;
        margin-left: 0px;
        /* position: relative; */
    }

    .header {
        height: 260px;
        /* vertical-align: top; */
        text-align: center;
        width: 560px;
        margin: 0 auto;
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 0px;
        margin-top: 23px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 270px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 560px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 270px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        width: 270px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 260px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        width: 320px;
        /* float: none; */
        /* max-width: 100%; */
        height: 480px !important;
        /* margin: 0 !important; */
        /* display: inline-block; */
        /* background: #EAEAEA; */
        /* vertical-align: top; */
        /* margin: 15px !important; */
        /* outline: 3px solid #77C894; */
        /* outline-offset: -3px; */
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 30px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .stuff {
        margin-top: 0px;
        padding-top: 50px;
        position: relative;
        display: block;
        height: auto;
        width: 700px;
        max-width: 100%;
    }

    .card-block {
        padding: 10px 30px 20px 30px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 250px;
        float: none;
        max-width: 100%;
        display: block;
        margin-top: -80px;
        margin-left: 270px;
    }

    h1 {
        font-size: 16px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .product-home-page {
        width: 730px !important;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 260px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 50px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .leftblock {
        width: 330px;
        display: inline-block;
        float: left;
        max-width: 100%;
    }

    .rightblock {
        width: 240px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 180px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        /* width: 180px; */
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        /* margin-top: 40px; */
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .custom.top-soc {
        margin-left: 0px;
        display: none;
    }

    .header-search.pull-right1 {
        display: inline-block;
        /* margin-left: 60px; */
        position: relative;
    }

    .header {
        height: 180px;
        /* vertical-align: top; */
        text-align: center;
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 40px;
        margin-top: 23px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 270px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 560px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 270px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        width: 270px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 260px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        /* width: 290px; */
        /* float: none; */
        /* max-width: 100%; */
        height: 480px !important;
        /* margin: 0 !important; */
        /* display: inline-block; */
        /* background: #EAEAEA; */
        /* vertical-align: top; */
        /* margin: 15px !important; */
        /* outline: 3px solid #77C894; */
        /* outline-offset: -3px; */
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 30px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-block {
        padding: 10px 30px 20px 30px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 250px;
        float: none;
        max-width: 100%;
        display: block;
        margin-top: -80px;
        margin-left: 270px;
    }

    h1 {
        font-size: 16px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .product-home-page {
        width: 380px !important;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 260px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 50px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .leftblock {
        width: 330px;
        display: inline-block;
        float: left;
        max-width: 100%;
    }

    .rightblock {
        width: 240px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 240px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        /* width: 180px; */
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        /* margin-top: 40px; */
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .custom.top-soc {
        margin-left: 0;
        display: none;
    }

    .header {
        height: 220px;
        /* vertical-align: top; */
        text-align: center;
        width: 320px;
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 0;
        margin-top: 23px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 260px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 260px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 250px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        /* width: 180px; */
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 260px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        /* width: 290px; */
        /* float: none; */
        /* max-width: 100%; */
        height: 480px !important;
        /* margin: 0 !important; */
        /* display: inline-block; */
        /* background: #EAEAEA; */
        /* vertical-align: top; */
        /* margin: 15px !important; */
        /* outline: 3px solid #77C894; */
        /* outline-offset: -3px; */
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 30px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-block {
        padding: 10px 30px 20px 30px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 340px;
        float: right;
        max-width: 100%;
        display: none;
        margin-top: 20px;
    }

    h1 {
        font-size: 16px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 260px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 50px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .rightblock {
        width: 300px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 240px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        /* width: 180px; */
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        /* margin-top: 40px; */
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .custom.top-soc {
        margin-left: 0;
        display: none;
    }

    .header {
        height: 220px;
        /* vertical-align: top; */
        text-align: center;
        width: 320px;
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 0;
        margin-top: 23px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 260px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 260px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 250px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        /* width: 180px; */
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 260px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        width: 290px;
        float: none;
        max-width: 100%;
        height: 440px !important;
        margin: 0 !important;
        display: inline-block;
        background: #EAEAEA;
        vertical-align: top;
        margin: 15px !important;
        outline: 3px solid #77C894;
        outline-offset: -3px;
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 30px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-block {
        padding: 10px 30px 20px 30px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 340px;
        float: right;
        max-width: 100%;
        display: none;
        margin-top: 20px;
    }

    h1 {
        font-size: 16px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 260px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 60px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .rightblock {
        width: 300px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 240px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        /* width: 180px; */
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        /* margin-top: 40px; */
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .custom.top-soc {
        margin-left: 0;
        display: none;
    }

    .header {
        height: 220px;
        width: 280px;
        /* vertical-align: top; */
        text-align: center;
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 0;
        margin-top: 23px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 240px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 260px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 220px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        width: 240px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 230px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        width: 260px;
        float: none;
        max-width: 100%;
        height: 410px !important;
        margin: 0 !important;
        display: inline-block;
        background: #EAEAEA;
        vertical-align: top;
        margin: 15px !important;
        outline: 3px solid #77C894;
        outline-offset: -3px;
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 30px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-block {
        padding: 10px 30px 20px 30px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 340px;
        float: right;
        max-width: 100%;
        display: none;
        margin-top: 20px;
    }

    h1 {
        font-size: 18px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 240px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 55px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .rightblock {
        width: 300px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 240px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        /* width: 180px; */
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        /* margin-top: 40px; */
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 240px) {
    .custom.top-soc {
        margin-left: 0;
        display: none;
    }

    .header {
        height: 200px;
        /* vertical-align: top; */
        text-align: center;
        width: 200px;
        /* margin-left: 0 !important; */
    }

    .custom.top-tel-block {
        display: inline-block;
        margin-left: 0;
        margin-top: 23px;
    }

    .semanticui-body.G2-joomla.chronoforms.index {
        width: 180px;
        margin: 0 auto;
        max-width: 100%;
    }

    .forma-title-bottom {
        color: #C21818;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .top-tel {
        font-size: 22px;
        text-align: center;
    }

    nav.navigation a {
        color: #000;
        padding: 5px 20px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }

    .top-menu a {
        font-size: 16px;
        text-transform: lowercase;
    }

    a.zamer-bottom.popup-zamer {
        width: 160px;
        max-width: 100%;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 0;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        margin-top: 30px;
        text-align: center;
    }

    .custom.p-quote {
        width: 180px;
        max-width: 100%;
        margin: 0 auto;
        min-height: 120px;
        position: relative;
        padding: 60px 20px;
    }

    .p-quote p:last-child:after {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        /* background-position: 10px 0px; */
        right: 0px;
        margin-top: 20px;
    }

    .p-quote p:first-child:before {
        content: "";
        background: url(/templates/template-2017/images/quote.png) no-repeat;
        width: 30px;
        height: 20px;
        position: absolute;
        left: 0px;
        margin-top: -20px;
    }

    .ui.yellow.button {
        width: 180px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .semanticui-body.G2-joomla.chronoforms.index .field {
        width: 180px;
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .teh-osna {
        display: inline-block;
        width: 130px;
        /* height: 210px; */
        position: relative;
        text-align: center;
        padding: 0px 20px;
        vertical-align: top;
        margin-top: 30px;
    }

    .catalog-title-link {
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        width: 180px !important;
        max-width: 100%;
        display: block;
        text-transform: uppercase;
        border: 2px solid #34C661;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
    }

    .product-home-page .width33 {
        width: 190px;
        float: none;
        max-width: 100%;
        height: 360px !important;
        margin: 0 !important;
        display: inline-block;
        background: #EAEAEA;
        vertical-align: top;
        margin: 15px !important;
        outline: 3px solid #77C894;
        outline-offset: -3px;
    }

    .element-itemlink a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 600;
        /* text-align: right; */
        position: absolute !important;
        margin-top: 30px;
        margin-left: 10px;
        text-transform: lowercase;
    }

    h4.item-title {
        margin-top: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-block {
        padding: 10px 10px 10px 10px;
        height: 140px;
        font-size: 12px;
        text-transform: none;
        line-height: 30px;
    }

    .footer-block-soc {
        width: 340px;
        float: right;
        max-width: 100%;
        display: none;
        margin-top: 20px;
    }

    h1 {
        font-size: 16px;
        margin: 30px 0px !important;
        line-height: 16px;
    }

    .catalog-title-link-prod {
        /* font-size: 14px !important; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* width: 180px !important; */
        /* max-width: 100%; */
        /* display: block !important; */
        /* text-transform: uppercase; */
        /* border: 2px solid #34C661; */
        /* display: none; */
        /* padding: 10px 10px; */
        /* color: #000; */
        /* text-decoration: none; */
    }

    .item-image-Gallery {
        width: 200px;
        max-width: 100%;
        display: block;
        position: relative;
        margin-bottom: 10px !important;
    }

    .item-image-Gallery a {
        display: inline-block !important;
        width: 50px !important;
        float: none;
    }

    .rightblock {
        width: 300px;
        max-width: 100%;
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        line-height: 24px;
        font-weight: 600;
        margin-left: 0px;
    }

    a.popup-zamer {
        width: 180px;
        position: relative;
        margin: 0 a;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 20px;
        color: #000 !important;
        background-color: #E8CE1C;
        color: #FFF;
        /* margin-top: 10px; */
        text-align: center;
    }

    main#content {
        /* min-height: 500px; */
        padding: 10px 10px;
    }

    .moduletableforma-zapros-popup .ui.yellow.button {
        width: 180px;
        position: absolute;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin-top: 0;
        padding: 8px 0px;
        border-radius: 0;
        color: #000 !important;
        background-color: #cd9903;
        color: #FFF;
    }

    .moduletableforma-zapros-popup .ui.form .field .prompt.label {
        white-space: normal;
        background: #FFF!important;
        border: 1px solid #E0B4B4!important;
        color: #9F3A38!important;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}

/*otzyvy*/
.cd-testimonials-wrapper {
    position: relative;
    width: 100%;
    max-width: 1170px;
    /* background-color: #CFE1DB; */
    margin: 2em auto;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    /* padding: 0px 0px 0px 0px; */
    z-index: 1;
    /*padding: 0px 30px 0px;*/
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-wrapper::after {
        /* quotation mark visible */ display: block;
    }
}

.cd-testimonials {
    color: #000000;
    text-align: center;
}

.cd-testimonials::after {
    clear: both;
    content: "";
    display: table;
}

.cd-testimonials > li {
    position: absolute;
    opacity: 0;
    text-align: left;
}

.cd-testimonials > li:first-child {
    position: relative;
    opacity: 1;
}

.cd-testimonials p {
    /* font-style: italic; */
    line-height: 1.4;
    padding: 0px 50px;
    font-size: 18px;
    color: #404040;
}

@media only screen and (min-width: 768px) {
    .cd-testimonials p {
        font-size: 20px;
        /* font-size: 1.375rem; */
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials p {
        font-size: 14px;
        /* font-size: 16px; */
        /* line-height: 1.6; */
    }
}

.cd-author img, .cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle;
}

.cd-author {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 30px;
}

.cd-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); */
}

.cd-author .cd-author-info {
    text-align: left;
    line-height: 1.2;
    /* margin-bottom: 10px; */
}

.cd-author li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

.cd-author ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

.cd-author .cd-author-info li:first-child {
    font-size: 14px;
    font-size: 0.875rem;
}

.cd-author .cd-author-info li:last-child {
    font-size: 12px;
    font-size: 0.75rem;
    color: #6b6b70;
}

@media only screen and (min-width: 768px) {
    .cd-author img {
        width: 50px;
        height: 50px;
    }

    .cd-author .cd-author-info {
        line-height: 1.4;
    }

    .cd-author .cd-author-info li:first-child {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-author .cd-author-info li:last-child {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
}

.flex-direction-nav li:first-child {
    left: 0;
}

.flex-direction-nav li:last-child {
    right: 0;
}

.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.no-touch .flex-direction-nav li a:hover {
    /* background-color: #323234; */
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #ffffff;
}

.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
    -moz-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    -o-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -moz-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    -o-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .flex-direction-nav li {
        width: 50px;
        list-style: none;
    }
}

@media only screen and (min-width: 1170px) {
    .flex-direction-nav li a::before, .flex-direction-nav li a::after {
        background-color: #5e5e63;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

    .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
        background-color: #ffffff;
    }
}

.cd-see-all {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #252527;
    text-align: center;
    text-transform: uppercase;
    color: #6b6b70;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    transition: color, 0.2s;
}

.no-touch .cd-see-all:hover {
    color: #79b6e4;
}

.cd-testimonials-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-testimonials-all .cd-testimonials-all-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
    clear: both;
    content: "";
    display: table;
}

.cd-testimonials-all .cd-testimonials-item {
    margin-bottom: 2em;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0) scale(0.4);
    -moz-transform: translate3d(0, 0, 0) scale(0.4);
    -ms-transform: translate3d(0, 0, 0) scale(0.4);
    -o-transform: translate3d(0, 0, 0) scale(0.4);
    transform: translate3d(0, 0, 0) scale(0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}

.cd-testimonials-all p {
    position: relative;
    background: #79b6e4;
    color: #ffffff;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
}

.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #79b6e4;
}

.cd-testimonials-all .cd-author {
    text-align: left;
    margin-left: 1.5em;
}

.cd-testimonials-all .cd-author img {
    box-shadow: 0 0 0 transparent;
}

.cd-testimonials-all.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
    -webkit-overflow-scrolling: touch;
}

.cd-testimonials-all.is-visible .cd-testimonials-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media only screen and (min-width: 768px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 46%;
        margin: 0 2% 3em;
    }

    .cd-testimonials-all .cd-author {
        margin-left: 1em;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 30%;
        margin: 0 1.6666% 3em;
    }
}

.close-btn {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.close-btn::before, .close-btn::after {
    /* close icon in css */
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 24px;
    top: 8px;
    left: 19px;
    background-color: #39393c;
}

.close-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-otzyvy.p-quote1 h3 {
    text-align: center;
}

.p-quote1 .flex-active-slide p:after {
    content: "";
    background: url(/templates/template-2017/images/quote.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    /* background-position: 10px 0px; */
    right: 50px;
    margin-top: 0px;
}

.p-quote1 .flex-active-slide p:before {
    content: "";
    background: url(/templates/template-2017/images/quote.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 20px;
    margin-top: 0px;
}

/*end otzyvy*/
