﻿

/*========== Галерея ============*/

.cssSlider {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cssSlider .slides {
	overflow: hidden;
	overflow: hidden;
	width: 100%;
	height: 80vmin;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cssSlider .slides > li {
	width: 100%;
/*	height: 70vmin; */
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.cssSlider .slides > li > img {
	width: 100%;
	height: auto;
}
/*
.cssSlider .slides > li:first-child:not(:target) {
	z-index: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
*/
.cssSlider .thumbnails {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
    margin-top: 35px;
}
.cssSlider .thumbnails > li {
	float: left;
	width: 20%;
}
.cssSlider .thumbnails > li > a {
	display: block;
}
.cssSlider .thumbnails > li > a > img {
	width: 100%;
	height: auto;
}

.cssSlider .slides li:target {
	z-index: 3;
	-webkit-animation: slide 1s 1;
}
.cssSlider .slides li:not(:target) {
	-webkit-animation: hidden 1s 1;
}
@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@-webkit-keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
                    


[class*="tc-tabs-"] .nav-tabs li {margin-right: 8px;}

/*-----------------------
    Tabs style 1
-------------------------*/
.tc-tabs-style1 {
        margin-top: 50px;
    	padding: 20px;
    	background-color: #ffffff;
        border: 1px solid rgba(68, 68, 68, 0.1);
}
    
/*.tc-tabs-style1 .tc-tab-title {margin: 0 0 15px 0;font-size: 20px;line-height: normal;}*/
/*.tc-tabs-style1 .tc-tab-desc {font-size: 13px;}*/
    
.tc-tabs-style1 .tab-content {
    	margin-top: 20px;
    	padding-left: 5px;
}
.tc-tabs-style1 .nav-tabs {
    border-bottom: 0;
            }
            
/*.tc-tabs-style1 .nav-tabs li a {border: 0 !important;border-right:  1px solid #000;border-radius: 0;line-height: normal;font-size: 13px;color: #777;font-weight: 600;padding: 8px 20px;margin-right: 4px;margin-bottom: 4px;background: transparent;z-index: 111; box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53); position: relative;}*/

.tc-tabs-style1 .nav-tabs li a {
    border: 0 !important;
            border-right:  1px solid #000;
            border-radius: 0;line-height: normal;
    		padding: 8px 20px;margin-right: 4px;
            margin-bottom: 4px;background: transparent;z-index: 111;
            box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53);
            position: relative;
        }

.tc-tabs-style1 .nav-tabs li a:after {
            content: '';
            position: absolute;
            left: 0;bottom: 0;height: 0;
            width: 100%;
            background-color: #51d3aa;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: -1;
}
                        
.tc-tabs-style1 .nav-tabs li a:hover {color: #444;}
.tc-tabs-style1 .nav-tabs li.active a {color: #fff;}
.tc-tabs-style1 .nav-tabs li a:hover:after {height: 4px;}
.tc-tabs-style1 .nav-tabs li.active a:after {height: 100%;}

/*-----------------------
    Responsive Medium
-------------------------*/
@media (max-width: 767px) {
    .tc-vertical-right .nav-tabs {margin-top: 25px;}
    [class*="tc-tabs"] .nav-tabs li {display: inline-block;float: none;}
    .tc-vertical-left.tc-tabs-style8 .nav-tabs li, 
    .tc-vertical-right.tc-tabs-style8 .nav-tabs li {
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    [class*="tc-tabs"] .nav-tabs li {display: block;width: 100%;}
    [class*="tc-tabs"] .nav-tabs li a {margin-bottom: 10px;}
    [class*="tc-tabs"] .nav-tabs li a {margin-bottom: 10px;}
    .tc-tabs-style8 .nav-tabs li a {margin-bottom: 20px;}
}

/*========== Слайдер отзывы ============*/

@media screen and (max-width: 760px) {
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 100%;
    line-height: 1;
}
}

@media (min-width: 544px)
.carousel-control .icon-prev {
    margin-left: -15px;
}
@media (min-width: 544px)
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}

.carousel-control .icon-prev::before {
    content: "\003c";
    font-size: 40px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next::before {
    content: "\003e";
    font-size: 40px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.Otzyv h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}

.Otzyv h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #52d3aa;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

.Otzyv p {
	font-size: 16px;
	text-align: justify;
        margin-bottom: 5px;
}

.Otzyv .section-heading {
    margin-bottom: -30px;
}

.Otzyv ol.carousel-indicators {
margin-bottom: -5px;
}

.about h3 {
    font-size: 36px;
    font-weight: 300;
    color: #444;
}


/*============== SMM ==========*/

.smm-text {
	text-align: center;
}

.smm-text h2 {
margin-bottom: 0px;
    }       
        
[data-section="Opisanie_3365"] {
	padding: 0px !important;
}

[data-section="Opisanie_3366"] {
	padding: 0px !important;
}


/*============== CERT ==========*/

.cert img {
	margin-left: auto;
	margin-right: auto;
	display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}


#fh5co-contact .fh5co-contact-info li {
    padding-left: 0px;
}

/*========= Фишки ===========*/

.tc-tab-desc a {
color: inherit;
}
