.tabs-section{
    padding: 30px 0 40px 0;
}
.tabs-section__container{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}
.tabs-item__item {
    margin-bottom: 20px;
}
.tabs-item__grid{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.tabs-item__container{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.tabs-item__img img{
	height: 200px;
	max-width: 100%;
	width: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	margin: auto;
	display: block;
}
.tabs-item__img{
	margin-bottom: 15px;
}
.tabs-item__name{
	font-size: 24px;
	font-weight: 700px;
	margin-right: 10px;
}
.tabs-item__size{
	font-size: 14px;
    color: #5c5c5c;
    margin: 8px 0;
}
.tabs-item__price span{
	font-size: 14px;
	margin-right: 10px;
}
.tabs-item__price {
    font-weight: 800;
    font-size: 29px;
}
.tabs-item__fullprice span{
	font-size: 20px;
	font-weight: 700;
}
.tabs-item__fullprice {
    color: #FD1126;
    margin-right: 10px;
}
.tabs-item__param_progress {
    height: 9px;
    width: 136px;
    position: relative;
    background: #e5e5e5;
    -webkit-border-radius: 13px;
            border-radius: 13px;
}
.tabs-item__param {
    margin: 15px 0;
    font-size: 14px;
}
.tabs-item__param_name {
    font-weight: bold;
    margin-right: 5px;
}
.tabs-item__param_progress span {
    display: block;
    height: 100%;
    -webkit-border-radius: 13px;
            border-radius: 13px;
    position: relative;
    background: #fa1930;
}
.tabs-item__param > div {
    margin: 6px 0;
}
ul#tabs-nav {
    list-style: none;
    padding: 0;
    margin: 10px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	border: 2px solid #eaeaea;
    background: #f6f6f6;
}
ul#tabs-nav li:hover{
	background: rgba(201, 201, 201, 0.4);
}
ul#tabs-nav li {
    width: 100%;
    text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-size: 18px;
	padding: 10px;
	color: #888888;
	cursor: pointer;
}
ul#tabs-nav li.activee {
    font-weight: bold;
    color: #000;
    background: #fff;
}


.text-center{
	text-align: center;
}
.btn{
	display: inline-block;
	padding: 10px 48px;
	color: #fff !important;
	background: #FD1126;
	font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.details-name {
	margin-left: 15px;
}

.details-name h2 {
	margin: 0;
	line-height: inherit;
	font-size: 20px;
	color: #054c7a;
}

.details-nav:hover .details-name {
	color: #2e75a4;
}

.details-content {
	padding: 15px;
	display: none;
	font-size: 12pt;
}

.details-content p:last-of-type {
	margin-bottom: 0;
}

.details-content p:first-of-type {
	margin-top: 0;
}

.details-container {
	margin: 20px 0;
}

.details-icon {
	background: url(/wp-content/themes/stroy-mos/images/arrow.svg) no-repeat 0px 0px;
	height: 9px;
	width: 15px;
	min-width: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.details-icon-active {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.details-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	padding: 15px;
	border-bottom: 1px solid #72799f;
	cursor: pointer;
	margin-top: 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	        box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.swc_profile {
	width: 185px;
	height: 621px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 175px;
}

.swc_handle {
	width: 199px;
	height: 477px;
	position: absolute;
	z-index: 4;
	top: 45px;
	left: 110px;
}

.select_window_color {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0;
}

.swc_view {
	min-width: 46%;
	width: 46%;
	margin-right: 2%;
}

.swc_colors {
	min-width: 52%;
	width: 52%;
}

.swc_items_name {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.swc_all {
	display: table;
	color: #3a5072;
	border-bottom: 1px #3a5072 dashed;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 auto;
	cursor: pointer;
}

.swc_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	min-width: 100%;
	width: 100%;
}

.swc_view_bg {
	width: 510px;
	height: 619px;
	position: relative;
	background: url("/wp-content/themes/stroy-mos/images/swc/preview-bg.jpg") center no-repeat;
	background-size: auto;
	background-size: cover;
}

.swc_view_bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 7px rgba(244,233,229,.5) solid;
}

.swc_items  div {
	width: 104px;
	min-height: 90px;
	margin: 0 0 5px 5px;
	position: relative;
	font-size: 14px;
	text-align: center;
	line-height: 1.0;
	cursor: pointer;
	word-wrap: break-word;
}

.swc_handle_colors div {
	width: 60px;
	height: 60px;
}

.swc_items  div::before {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	margin: auto;
	background-position-x: 0%;
	background-position-y: 0%;
}

.swc_profile_lamination  div::before {
	background: url("/wp-content/themes/stroy-mos/images/swc/lamination-sprite.png") no-repeat;
}

.swc_profile_colors  div::before {
	background: url("/wp-content/themes/stroy-mos/images/swc/profile-sprite.png") no-repeat;
}

.swc_handle_colors  div::before {
	background: url("/wp-content/themes/stroy-mos/images/swc/handle-sprite.png") no-repeat;
}

.swc_items  .item-1::before {
	background-position: 0 0;
}

.swc_items  .item-2::before {
	background-position: 0 -62px;
}

.swc_items   .item-3::before {
	background-position: 0 -124px;
}

.swc_items  .item-4::before {
	background-position: 0 -186px;
}

.swc_items  .item-5::before {
	background-position: 0 -248px;
}

.swc_items  .item-6::before {
	background-position: 0 -310px;
}

.swc_items  .item-7::before {
	background-position: 0 -372px;
}

.swc_items  .item-8::before {
	background-position: 0 -434px;
}

.swc_items  .item-9::before {
	background-position: 0 -496px;
}

.swc_items  .item-10::before {
	background-position: 0 -558px;
}

.swc_items .item-11::before {
	background-position: 0 -620px;
}

.swc_items .item-12::before {
	background-position: 0 -682px;
}

.swc_items .item-13::before {
	background-position: 0 -744px;
}

.swc_items .item-14::before {
	background-position: 0 -806px;
}

.swc_items .item-15::before {
	background-position: 0 -868px;
}

.swc_items .item-16::before {
	background-position: 0 -930px;
}

.swc_items .item-17::before {
	background-position: 0 -992px;
}

.swc_items .item-18::before {
	background-position: 0 -1054px;
}

.swc_items .item-19::before {
	background-position: 0 -1116px;
}

.swc_items .item-20::before {
	background-position: 0 -1178px;
}

.swc_profile_colors div:nth-child(n+11) {
	display: none;
}

.swc_items_active::after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: url("/wp-content/themes/stroy-mos/images/swc/item-active.png") no-repeat;
}

.glazing_technology {
	margin: 40px 0;
}

.gt-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.gt-btn {
	cursor: pointer;
	padding: 12px 25px;
	margin: 0 5px 15px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.gt-btn_active {
	background-color: #e31d23;
}

.gt-btn span {
	font-size: 23px;
	text-transform: uppercase;
	color: #3a5072;
	font-weight: bold;
	border-bottom: 2px dashed #3a5072;
}

.gt-btn_active span {
	border: none;
	color: #fff;
}

#gt_2 {
	display: none;
}

.gt-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.gt-techno-item {
	width: 48%;
	margin: 1%;
	background: -o-linear-gradient(45deg,#3a5072 0,#e31d23 100%);
	background: linear-gradient(45deg,#3a5072 0,#e31d23 100%);
}

.gt-techno {
	padding: 13px 13px;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 7px;
	min-height: 320px;
}

.gt-techno-content {
	min-width: 49%;
	margin-right: 2%;
}

.gt-techno-picture {
	width: 49%;
	min-width: 49%;
	height: 300px;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: 50% 50%!important;
}

.gt-techno-name {
	margin-bottom: 0;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #3a5072;
	font-weight: 700;
}

.gt-techno-price {
	margin-bottom: 5px;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #e31d23;
}

.gt-techno-text {
	margin-bottom: 5px;
	line-height: 22px;
}

.gt-use-item {
	width: 23%;
	margin: 1%;
	background: -o-linear-gradient(45deg,#3a5072 0,#e31d23 100%);
	background: linear-gradient(45deg,#3a5072 0,#e31d23 100%);
}

.gt-use {
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	margin: 7px;
}

.gt-use-picture {
	min-height: 190px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: 50% 50%!important;
}

.gt-use-name {
	height: 35px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #3a5072;
	text-align: center;
}
.reviews-item{
	display: block !important;
}
.reviews-item__body {
    padding: 30px;
    background: #f3f5fa;
}
.reviews-item__name {
    font-weight: 900;
}
.reviews-item__rating {
    color: #eda204;
    margin:4px 10px 4px 0;
}
.reviews-item__date {
    color: #7d7d7d;
    font-size: 13px;
    margin-top: -2px;
}
.reviews-item__text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 10px;
}
.reviews-item__ava{
	width: 48px;
	height: 48px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin-right: 10px;
	background: rgb(91, 197, 242);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bolder;
}
.reviews-item__f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #eaebee;
    padding: 20px;
    color: #848b8e;
    font-size: 12px;
}
.reviews-item__logo img {
    max-height: 20px;
    width: auto;
    display: block;
}
.reviews-item__link {
    color: #4588a4;
    display: block;
    margin-top: 10px;
}
.d-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.align-items-center{
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fancybox-inner .reviews-item__text {
    overflow: visible;
    display: block;
    -webkit-line-clamp: initial;
}
.fancybox-inner .reviews-item__link{
	display: none;
}
.fancybox-content.fancybox-content-review {
   	padding: 0;
}
.reviews-section{
	margin-top: 50px;
	margin-bottom: 50px;
}
.justify-content-between{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.reviews-slider .owl-nav svg{
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.reviews-slider .owl-nav svg path{
	fill: #9e9e9e;
}
.reviews-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
.reviews-slider .owl-nav > .owl-prev {
    left: -38px;
    position: absolute;
        width: 64px;
    height: 54px;
}
.reviews-slider .owl-nav > .owl-next {
    right: -38px;
    position: absolute;
        width: 64px;
    height: 54px;
        -webkit-transform: scale(-1,1);
            -ms-transform: scale(-1,1);
                transform: scale(-1,1);
}
.reviews-slider .owl-nav img {
    display: block;
}
.s3.page_pag{
	overflow-x: hidden;
}

@media only screen and (max-width: 1560px) {
	.tabs-section__container {
	    max-width: 1140px;
	}
}


@media only screen and (max-width: 1200px) {
	
    
	.select_window_color {
		display: block;
	}

	.swc_view {
		min-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}

	.swc_view_bg {
		margin: 0 auto;
	}

	.swc_colors {
		min-width: 100%;
		width: 100%;
	}

	.gt-techno-item {
		width: 80%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 990px) {
    .tabs-item__grid {
	    -ms-grid-columns: 1fr 20px 1fr;
	    grid-template-columns: repeat(2, 1fr);
	}	
	.gt-controls {
		display: block;
		text-align: center;
	}

	.gt-btn {
		cursor: pointer;
		padding: 10px 20px;
		margin: 5px;
	}

	.gt-btn span {
		font-size: 18px;
	}

	.gt-techno-item {
		width: 100%;
	}

	.gt-use-item {
		width: 48%;
		margin: 1%;
	}
}

@media only screen and (max-width: 767px) {
	ul#tabs-nav li{
		width: 33.33%;
	}
	ul#tabs-nav{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.tabs-item__price{
		font-size: 22px;
	}
}
@media only screen and (max-width: 540px) {
    ul#tabs-nav li{
		width: 50%;
	}
	.tabs-item__grid {
	    -ms-grid-columns: 1fr;
	    grid-template-columns: repeat(1, 1fr);
	}
	.gt-use-picture {
		min-height: 190px;
		max-width: 250px;
		margin: auto;
	}

	.gt-use-item {
		width: 100%;
		margin: 1% 0;
	}

	.gt-techno-item {
		width: 100%;
	}

	.gt-techno {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.gt-techno-content {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.gt-techno-picture {
		width: 100%;
		max-width: 100%;
		min-height: 190px;
		max-height: 200px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.swc_view_bg {
		width: 300px;
		height: 327px;
	}

	.swc_profile {
		width: 97px;
		height: 327px;
		left: 108px;
	}

	.swc_handle {
		width: 105px;
		height: 251px;
		top: 30px;
		left: 75px;
	}

	.swc_items div {
		width: 97px;
		min-height: 90px;
		margin: 0 0 5px 4px;
	}

	.swc_handle_colors div {
		width: 60px;
		height: 60px;
	}
}


@media screen and (max-width: 575px){
	.reviews-slider .owl-nav > .owl-next {
	    right: -15px;
	    width: 44px;
	    height: 24px;
	}
	.reviews-slider .owl-nav > .owl-prev {
	    left: -18px;
	    width: 44px;
	    height: 24px;
	}
}