

/* Start:/local/templates/okna_kazakhstan/css/custom.css?174161539412318*/
.gray_form {
    background-color: #F5F5F5;
    margin:36px 0 0 0;
}
.news_list_blog {
    margin: 0 ;
}
.bx-breadcrumb {
    margin: -30px 0 30px 0;

 }

.bx-breadcrumb-item a {
    text-decoration: none;
}
.form_header {
    font-family: 'FranklinGothicBookXCmpC', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #D93F3C;
    margin: 56px 0 0 0;
}
.form_text{
    font-family: 'Circe', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    margin: 7px 120px 52px 120px;
}
.include_form {
    display: block;
}
.include_form input[type='text'], .include_form input[type='tel'] {
    width:100%;
    background:none;
    font-family: 'Circe', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    border:none;
    border-bottom: 1px solid #A4A4A4;
}
input[type="tel"] {
    margin: 0 80px;
}
.include_form input[type='submit']{
    float: left;
    background-color: #D93F3C;
    border-radius: 8px;
    padding: 12px 28px;
    font-size:20px;
    border:none;
    font-family: 'Circe', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    cursor:pointer;
    position: absolute;
    top: -32px;
    left: 165px;
}
.include_form input[type='submit']:hover {
    background-color: #D93F3C;
    cursor:pointer;
}
.cb_agreements {
    margin:30px 0 0 0;
}
.include_form input[type='checkbox']{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}
.include_form input:checked ~ .checkmark:after {
    display: block;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 15px;
    height: 24px;
    width: 24px;
    border: 1px #000 solid;
    border-radius: 3px;
}
.checkmark:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.include_form label{
    font-family: 'Circe', serif;
    font-size: 15px;
    font-weight:400;
    line-height:16px;
    margin: 0 0 0 35px;
}


@media screen and (min-width: 992px) {


    .fr {
        float: right;
    }

    .include_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .include_form .col-sm-12:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .include_form .col-sm-12:nth-child(4) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .include_form [type="submit"] {
        float: right !important;
    }
    #cb {
        word-wrap:normal;
    }
}

/*Form_call_order*/
h2.co_first-header {
    font-family: 'FranklinGothicBookXCmpC', serif;
    font-style: normal;
    font-weight: 400;
    font-size:42px;
    line-height: 48px;
    margin: 56px 0 20px 0;
}

.co_first-header-h3 {
    display:inline;
    margin:16px 24px 56px 0;
    font-family: 'Circe', serif;
    font-style: normal;
    font-weight: 400;
    font-size:18px;
    line-height: 120%;
    text-align: center;
    color: #959595;
}
.co-active {
    color: #D93F3C;
    border-bottom: solid 4px #D93F3C;
}
.content .co_contacts-block {
    box-shadow: 0px 0px 10px rgb(159 159 159 / 25%);
    border-radius: 8px;
    padding: 24px 0 1px 16px;
}
.call_order_btn {
    display:none;
    font-family: 'Circe', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #D93F3C;
    background:none;
    padding: 12px 16px;
    border: 1px solid #D93F3C;
    border-radius: 8px;
    cursor:pointer;
}
.co_contact-icon {
    display: flex;
    padding: 0 0 18px 0;
    font-size: 16px;
    line-height: 20px;
}
.contacts-map {
    border-radius: 8px;
    overflow: hidden;
    height: 600px;
}
.contacts-map h2 {
    margin:30px 0 16px 0;
}

.co_form {
    padding:0;
    margin: 0;
    background:pink;
    opacity: .5;
}
.footer-top {
    padding-top:0;
}
@media (max-width: 991px) {


    .content .bx-breadcrumb {
        display:none;
    }
    .wrap {
        padding: 0;
    }

    .gray_form {
        background-color: #F5F5F5;
    }


    .blog {
        margin: 140px 0 0 0;
    }

    .form_header {
        margin: 34px 0 20px 0;
    }

    h5.form_header {
        font-size: 32px;
    }

    p.form_text {
        font-size: 18px;
        margin: 0 0 52px 0;
    }

    .include_form {
        margin: 0 0 28px 0;
    }

    .include_form input {
        margin: 0 0 38px 0;
    }

    .include_form input[type='text'], .include_form input[type='tel'] {
        padding: 0 0 14px 0;
    }

    .include_form input[type="submit"] {
        margin: 38px 0 28px 25%;
        font-size: 16px;
        top:0;
        left:0;
        position: unset;
    }
    h2.co_first-header {
        font-family: 'FranklinGothicBookXCmpC', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 48px;
        margin: 16px 0 20px 0;
    }
    div.co_contacts-block {
        margin: 0;
    }

    .contacts-map {
        margin:0 -16px;
    }
    .contacts-map h2 {
        margin:30px 32px 20px 32px;
    }
    #cb {
        word-wrap: break-word;
        width:10px;
        height:10px;
    }
    .checkmark {
        top:0;
    }
    .checkmark::after {
        top:0;
    }
    .footer .distance {
        margin-top: 14px;
    }
}
.breadcrumb-line{
    color: #A4A4A4;
    font-size: 16px;
    line-height: 24px;
	padding-top: 13px;
    z-index: 49;
}
.breadcrumb-line .content{
    padding-top: 0;
    padding-bottom: 0;
}
.breadcrumb-line a{
    color: #A4A4A4;
    text-decoration: none;
}
.breadcrumb-line a:hover{
    text-decoration: underline;
}
.breadcrumb-line .bx-breadcrumb{
    margin: 0;
}
.no-breadcrumb.breadcrumb-line{
    display: none;
}
.breadcrumb-line.before-h1{
    /* order: 0; */
}
.cover-breadcrumb{
    position: relative;
    top: -36px;
}
.cover-breadcrumb > .wide-block:first-of-type .content{
    padding-top: 36px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    white-space: normal;
}
.breadcrumb-line a {
    color: #A4A4A4;
    text-decoration: none;
}
a.header-logo-kazakhstan{
    float: left;
    margin: 0 75px 0 0;
    width: 280px;
    height: 65px;
    background: url(/local/templates/okna_kazakhstan/images/logo.png?v=1) center center no-repeat;
    background-size: 317px 128px;

	width: 175px!important;
    background: url(/local/templates/okna_kazakhstan/images/logo.png?v=1) top center no-repeat!important;
    background-size: 187px 70px!important;

}
@media (max-width: 640px){
	a.header-logo {
		width: 166px!important;
		background: url(/local/templates/okna_kazakhstan/images/logo.png) top center no-repeat!important;
		background-size: 172px 46px!important;
		margin-right: 16px!important;
	}
}
.read-more-button {
	cursor: pointer;
	display: inline-block;
	color: #777;
	text-decoration: underline;
	margin-bottom: 300px;
}
.limiter {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 640px){
	.fit-icon {
		margin: 10% 0 0 15%!important;
	}
	.slider-controls ul.flex-direction-nav {
		display: block;
		position: absolute;
		top: -33px;
		right: 0;
		height: 62px;
		z-index: 100;
		border: 1px solid #290307;
		background: #fff;
	}
	.breadcrumb-line .content {
		padding-top: 0px!important;
		padding-bottom: 0;
	}
	.content {
		flex: 1 0 auto;
		max-width: 1136px;
		margin: auto;
		padding: 0!important; 
	}
	.read-more-button {
		cursor: pointer;
		display: inline-block;
		color: #777;
		text-decoration: underline;
		margin-bottom: 300px;
		display:none;
	}
	.limiter {
		overflow: hidden;
		position: relative;
		max-height: none;
	}
}
@media (max-width: 991px){
	.content .bx-breadcrumb {
		display: block; 
	}
}
.breadcrumb-line .content {
    padding-top: 100px;
    padding-bottom: 0;
}
@media (max-width: 640px){
	#models-osteklenie-block .window-detail-row {
		align-items: flex-start;
		flex-direction: column;
		height: unset!important;
	}
	.fit_picture {
		height: 250px;
	}
	.fit_picture-250 {
		height: 250px;
	}
	.fit_picture-300 {
		height: 300px;
	}
	.fit_picture-350 {
		height: 350px;
	}
	.gallery-works .item {
		flex-direction: column;
		display: flex;
		width: 44%!important;
		background: unset;
		box-shadow: unset;
	}

	.gallery-works .item-title {
		padding: 5px!important;
		color: #585858;
		text-decoration: none !important;
		font-size: 14px!important;
	}
	.fit-like-h2 {

		margin: 100px 0 20px 0!important;

	}

}
.gallery-works {
    /* margin-top: 30px; */
    /* gap: 20px; */
    flex-flow: wrap!important;
    /* flex-direction: row; */
    /* justify-content: space-between; */
}
.footer-menu {
    padding: 5px 20px 20px 10px!important;
}
#models-osteklenie-block1 .slick-dots, #nestandartnye-varianty-ostekleniya-kottedzha .slick-dots  {
    display:none!important;
}
#models-osteklenie-block1 .slick-nums, #nestandartnye-varianty-ostekleniya-kottedzha .slick-nums {
    display:none!important;
}
#models-osteklenie-block2 .slick-dots, #nestandartnye-varianty-ostekleniya-kottedzha .slick-dots  {
    display:none!important;
}
#models-osteklenie-block2 .slick-nums, #nestandartnye-varianty-ostekleniya-kottedzha .slick-nums {
    display:none!important;
}
#models-osteklenie-block3 .slick-dots, #nestandartnye-varianty-ostekleniya-kottedzha .slick-dots  {
    display:none!important;
}
#models-osteklenie-block3 .slick-nums, #nestandartnye-varianty-ostekleniya-kottedzha .slick-nums {
    display:none!important;
}

.fit_complectation {
	margin-top:30px;
}

/* Стили для текстового поля с кнопкой "Далее" */

.limiter .bottom {
  position: absolute; /* Если прыгает - можно попробовать sticky */
  bottom: 0;

  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}
.read-more-checker {
  opacity: 0;
  position: absolute;
}
.read-more-checker:checked ~ .limiter {
  max-height: none;
}
.read-more-checker:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker ~ .read-more-button:before {
  content: "Узнать больше »";
}
.read-more-checker:checked ~ .read-more-button:before {
  content: "Свернуть «";
}

.logo_title{
	margin:20px 0 0 20px;color:white;font-size: 16px;
}

ul.plus {
    color: #373737;
    list-style: none;
    margin-left: 0px;
    padding-left: 15px;
}
ul.plus li:before {
    content: "+";
	padding-right: 5px;
}

ul.minus {
    color: #7F2B2B;
    list-style: none;
    margin-left: 0px;
    padding-left: 15px;
}
ul.minus li:before {
    content: "-";
   padding-right: 5px;
}
.choko {
	color: #009702;
    font-size: 1.45rem;
    font-weight: 600;
}
.chokon {
	color: #ff0000;
    font-size: 1.45rem;
    font-weight: 600;
}
.tech {

    font-size: 1.25rem;
    font-weight: 600;
}
.more, .less{
	color: #7f7f7f;
    margin-top: 20px;
    text-decoration: underline;
	display:none;
}
.more_block {
		display:block;
	}
@media (max-width: 640px){
	#models-osteklenie-block .window-detail-col-mob {
		flex-basis: content!important;
		margin-top: 0px!important;
	}
	.recommended-option_picture {
		margin-bottom: 0px!important;
	}
	.more, .less{
		color: #7f7f7f;
		margin-top: 20px;
		text-decoration: underline;
		display:block;
	}
	.more_block {
		display:none!important;
	}
	.window-items .slick-next {
		left: 65px!important;
	}
	.window-items .slick-prev{
		left: 18px!important;
	}
}

.slider-controls ul.flex-direction-nav {
    display: block;
    position: absolute;
    top: -82px!important;
    right: 0;
    height: 48px;
    z-index: 100;
    border: 1px solid #290307;
    background: #fff;
}
/* End */


/* Start:/local/templates/okna_kazakhstan/css/fonts.css?17416153942537*/
@font-face {
    font-family: 'FranklinGothicBookXCmpC';
    font-weight: normal;
    font-style: normal;
    src: url('/local/templates/mizantin2020/css/fonts/FranklinGothicBookXCmpC/FranklinGothicBookXCmpC.otf');
    src: url('/local/templates/mizantin2020/css/fonts/FranklinGothicBookXCmpC/FranklinGothicBookXCmpC.eot#') format('embedded-opentype'),
        url('/local/templates/mizantin2020/css/fonts/FranklinGothicBookXCmpC/FranklinGothicBookXCmpC.woff2') format('woff2'),
        url('/local/templates/mizantin2020/css/fonts/FranklinGothicBookXCmpC/FranklinGothicBookXCmpC.woff') format('woff'),
        url('/local/templates/mizantin2020/css/fonts/FranklinGothicBookXCmpC/FranklinGothicBookXCmpC.ttf') format('truetype'),
        url('/local/templates/mizantin2020/css/fonts/FranklinGothicBookXCmpC/FranklinGothicBookXCmpC.svg#FranklinGothicBookXCmpC') format('svg');
}
@font-face {
    font-family: 'Circe';
    src: local('Circe Thin'), local('Circe-Thin'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Thin.woff2') format('woff2'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Thin.woff') format('woff'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: local('Circe Light'), local('Circe-Light'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Light.woff2') format('woff2'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Light.woff') format('woff'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: local('Circe Regular'), local('Circe-Regular'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Regular.woff2') format('woff2'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Regular.woff') format('woff'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: local('Circe Bold'), local('Circe-Bold'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Bold.woff2') format('woff2'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Bold.woff') format('woff'),
    url('/local/templates/mizantin2020/css/fonts/Circe/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* End */


/* Start:/local/templates/okna_kazakhstan/js/flexslider/flexslider.css?17416153946956*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*@font-face {
  font-family: 'flexslider-icon';
  src: url('/local/templates/okna_kazakhstan/js/flexslider/fonts/flexslider-icon.eot');
  src: url('/local/templates/okna_kazakhstan/js/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/local/templates/okna_kazakhstan/js/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/local/templates/okna_kazakhstan/js/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/local/templates/okna_kazakhstan/js/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  /*margin: 0 0 60px;*/
  background: #fff;
  /*border: 4px solid #fff;*/
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*border-radius: 4px;*/
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/local/templates/okna_kazakhstan/js/slick/slick.css?17416153941776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/okna_kazakhstan/js/slick/slick-theme.css?17416153943145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/okna_kazakhstan/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/okna_kazakhstan/js/slick/./fonts/slick.eot');
    src: url('/local/templates/okna_kazakhstan/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/okna_kazakhstan/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/okna_kazakhstan/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/okna_kazakhstan/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/okna_kazakhstan/js/modal/jquery.modal.min.css?17416153943201*/
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
/* End */


/* Start:/local/templates/okna_kazakhstan/js/fancybox3/jquery.fancybox.min.css?174161539414065*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/okna_kazakhstan/css/font-awesome.min.css?174161539431054*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/okna_kazakhstan/css/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/okna_kazakhstan/css/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/okna_kazakhstan/css/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/okna_kazakhstan/css/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/okna_kazakhstan/css/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/okna_kazakhstan/css/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1741612094585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/okna_kazakhstan/components/bitrix/form.result.new/free-measurement-popup/style.css?1741615395666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/okna_kazakhstan/components/bitrix/form.result.new/free-measurement-popup/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/okna_kazakhstan/components/bitrix/form.result.new/free-measurement-popup/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/okna_kazakhstan/components/bitrix/form.result.new/recall-popup/style.css?1741615395666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/okna_kazakhstan/components/bitrix/form.result.new/recall-popup/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/okna_kazakhstan/components/bitrix/form.result.new/recall-popup/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/okna_kazakhstan/template_styles.css?1751879472233387*/
html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Circe', sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    background: white;
    /*user-select:none;*/
}

h1,
.like-h1 {
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
    font-weight: normal;
    /*font-size: 48px;
    line-height: 53px;*/
    font-size: 56px;
    line-height: 64px;
    color: #000000;
    margin: 0;
    /*padding: 115px 0 30px 0;*/
    padding: 80px 0 30px 0;
}

h1 span,
.like-h1 span {
    color: #D93F3C;
}

h1.hidden,
.like-h1.hidden {
    visibility: hidden;
    font-size: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

h2,
.like-h2 {
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 53px;
    color: #000000;
    margin: 30px 0 20px 0;
    padding: 0;
}

h2.with-line,
.like-h2.with-line,
h3.with-line,
.like-h3.with-line {
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 30px;
}

h2.with-line:after,
.like-h2.with-line:after,
h3.with-line:after,
.like-h3.with-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 84px;
    background: #d93f3d;
}

h3,
.like-h3 {
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    margin: 30px 0 20px 0;
    padding: 0;
}

#osteklenenie-top-banner .doors-section-banner_text-flex-osteklenie {
   	height: auto;
    background: rgb(0 0 0 / 60%);
    padding: 40px 40px 40px 20px;
    width: 465px;
    align-items: flex-end;
    text-align: right;
}
.doors-section-banner_text-flex-osteklenie {
    height: 100%;
    width: 500px;
    box-sizing: border-box;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
}
#osteklenenie-top-banner .doors-section-banner_text-flex-osteklenie .like-h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    color: white;
}
#osteklenenie-top-banner .doors-section-banner_text-flex-osteklenie .like-h1 span {
    white-space: nowrap;
}
#osteklenenie-top-banner .doors-section-banner-osteklenie_text-price {
    font-size: 24px;
    color:white;
}
#osteklenenie-top-banner .doors-section-banner-osteklenie_text-price span {
    color: #D93F3C;
}

#osteklenenie-top-banner .doors-section-banner-osteklenie_text-price {

    line-height: 42px;
    margin-bottom: 24px;
}

#osteklenenie-top-banner .doors-section-banner-osteklenie_text-price {

    line-height: 42px;
    margin-bottom: 24px;
    color:white;
}
#osteklenenie-top-banner .policy-osteklenie a, .policy-osteklenie label {
    color:white;
}
#osteklenenie-top-banner .doors-section-banner_text {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    color: white;
    display:block;
}
.like-landing-block {
    margin-top: 16px;
}
.like-landing-items.like-landing-items-product {
    padding: 0 0 15px;
    max-width: none;
}
.like-landing-items {
    padding: 25px 70px;
}
.like-landing-items.like-landing-items-product .like-landing-item {
    color:black;
    font-size: 20px;
    white-space: nowrap;
    margin: 0 35px 0px 0px;
    font-weight: 400;

    line-height: 32px;
    border-radius: 8px;
    padding: 10px 55px;
    cursor:pointer;
    border: 1px solid #6F0000;
    border-radius: 8px;
	text-decoration: none;
}

.like-landing-item-active {
    background: #D93F3C;
    padding: 10px 25px;
    cursor:pointer;
    color:white!important;
    border: 1px solid #6F0000;
    border-radius: 8px;
}

.like-landing-items.like-landing-items-product .slider-arrows {
    visibility: visible;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.like-landing .subtitle {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
#models-osteklenie-block .recommended-option_picture, #nestandartnye-varianty-ostekleniya-kottedzha .recommended-option_picture {
    position: relative;
    margin-left: 0;
}
#models-osteklenie-block .window-detail-complectation{
    margin: 0 0 0 0;
    max-width: 465px;
}
 #nestandartnye-varianty-ostekleniya-kottedzha .window-detail-complectation {
    width:100%;
    margin-left: 0;
    max-width: none;

}
#models-osteklenie-block .window-detail-row {
    align-items: flex-start;
    width:100%;
}
#nestandartnye-varianty-ostekleniya-kottedzha .window-detail-row {

    width:100%;
}
#models-osteklenie-block a.white-button, #nestandartnye-varianty-ostekleniya-kottedzha a.white-button {
    display: block;
    font-size: 18px;
    line-height: 32px;
    padding: 12px 0px;
    border-radius: 8px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    margin: 0;
    align-self: center;
}
.models-osteklenie-block .title{
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

#models-osteklenie-block .window-detail-complectation-item .scale {
   float:right;
}

#models-osteklenie-block .window-detail-complectation-item hr.prop-55 {
    height: 5px;border:none;background: #6F0000;
}
#models-osteklenie-block .window-detail-complectation-item hr.prop-45 {
    height: 6px;border:0px solid #EAEAEA;background: linear-gradient(to right, #6F0000 80%, #EAEAEA 20% 100%);
}
#models-osteklenie-block .window-detail-complectation-item hr.prop-35 {
    height: 6px;border:0px solid #EAEAEA;background: linear-gradient(to right, #6F0000 60%, #EAEAEA 40% 100%);
}

#models-osteklenie-block .calc-price
{
    flex: 1;justify-content: flex-end;
}

#models-osteklenie-block .know-more{
    text-decoration-line: underline!important;
    text-align: left!important;
}
#models-osteklenie-block .window-detail-complectation-item {
    margin-bottom: 8px;
    color: #a4a4a4;
    font-size: 18px;
    line-height: 20px;
}

#models-osteklenie-block .window-detail-complectation-raitings {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

#models-osteklenie-block .window-detail-col-mob {
    padding: 0 20px;
    flex-basis: content;
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
#models-osteklenie-block .window-detail-complectation-item .raiting {
    float: right
}
#models-osteklenie-block .slick-dots, #nestandartnye-varianty-ostekleniya-kottedzha .slick-dots  {
    display:none!important;
}
#models-osteklenie-block .slick-nums, #nestandartnye-varianty-ostekleniya-kottedzha .slick-nums {
    display:none!important;
}
#models-osteklenie-block .slick-prev, #models-osteklenie-block .slick-next, #nestandartnye-varianty-ostekleniya-kottedzha .slick-prev,
#nestandartnye-varianty-ostekleniya-kottedzha .slick-next {
    display:none!important;
}
#models-osteklenie-block .line-dots.slider-with-line.slick-slider, #nestandartnye-varianty-ostekleniya-kottedzha .line-dots.slider-with-line.slick-slider {
    padding-bottom: 0px!important;
}
#nestandartnye-varianty-ostekleniya-kottedzha .window-detail-col-mob {
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
	padding-right: 7%;
}
#nestandartnye-varianty-ostekleniya-kottedzha .window-item1 {
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	box-shadow: 0px 4px 12px rgba(159, 159, 159, 0.25);
	border-radius: 8px;
	margin-right: 10px;
}
#nestandartnye-varianty-ostekleniya-kottedzha .slick-arrow {
	background-color: white;
}
#nestandartnye-varianty-ostekleniya-kottedzha .slick-list {
	width:100%!important;
} 
a.white-button {
    display: block;
    font-size: 18px;
    line-height: 32px;
    padding: 12px 0px;
    /* background: #D93F3C; */
    border-radius: 8px;
    color: #000000;
    width: 235px;
    text-align: left;
    text-decoration: none;
    margin: 20px 0;
}
.window-detail-advantages-block {
    margin: 0px 0 0px;
}
.window-detail-advantages-block .pic {
    margin: 0 10px 0 0;
}
.window-detail-advantages-block .window-detail-advantages-buttons {
    margin: 40px 10px 0 10px;
    display: flex;
    justify-content: center;
}
.window-detail-advantages-block .window-detail-advantages-buttons a {
    margin: 10px 10px 0 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    width:100%;
}
.window-detail-advantages-block .window-detail-advantages-buttons .like-button {
    width: 100%;
    max-width: 445px;
    margin: 0px auto;
}
.window-detail-advantages-block .window-detail-advantage {
    box-sizing: border-box;
    margin: 5px 0px;
    width: 33%;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.window-detail-advantages-block .window-detail-advantages {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: stretch;

}
.window-detail-zabota-block .window-detail-advantages {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.window-detail-zabota-block .window-detail-zabota {
    box-sizing: border-box;
    margin: 30px 10px;
    width: 25%;
    font-size: 18px;
    line-height: 24px;
    /* flex-basis: 180px; */
    min-height: 120px;
    position: relative;
    text-align: center;
}

.window-detail-zabota-block .title {
    /* font-family: 'Circe'; */
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #350000;
    margin-top: 25px;
}
.window-detail-zabota-block .desc {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-top: 15px;
}
.window-detail-zabota-block  .item-zabota {
    display:flex;
    flex-direction: column;
}
.window-detail-zabota-block  .item-zabota .img {
    align-self: center
}

.window-detail-osobennosti-block .window-detail-osobennost {
    box-sizing: border-box;
    margin: 0px 10px;
    padding-right: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    min-height: 120px;
    position: relative;
}
.window-detail-osobennosti-block .window-detail-osobennost img {
    margin-right: 10px;
}
.window-detail-osobennosti-block .window-detail-osobennost-animate {
    display: none;
    margin-top: 10px;
}
.windows-material-advs-block .windows-material-advs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
}
.windows-material-advs-block .windows-material-adv {
    width: 33%;
    position: relative;
    padding: 30px 0;
    cursor: pointer;
}
.windows-material-advs-block .window-material-feature-text {
    width:75%;
}

.before-content.have-picture {
    height: 560px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 24px;
    line-height: 32px;
    color: white;
    position: relative;
}

.before-content.have-picture h1 {
    color: white;
    padding-bottom: 8px;
}

.before-content .content {
    padding: 0;
}

.before-content-picture {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text h2,
.banner-text h3 {
    font-family: Circe, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: white;
    padding: 0;
    margin: 0;
}

.red {
    color: #d93f3d;
}

p.red-line-left {
    padding: 5px;
    border-left: 3px #d03d3b solid;
    color: #d03d3b;
}

h2 span,
.like-h2 span {
    color: #D93F3C;
}

a {
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    color: #D93F3C;
}

a:hover {
    text-decoration: none;
}

a.like-button {
    display: block;
    font-size: 20px;
    line-height: 32px;
    padding: 12px 10px;
    background: #D93F3C;
    border-radius: 8px;
    color: #fff;
    width: 232px;
    text-align: center;
    text-decoration: none;
    margin: 20px 0;
}

svg.icon {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

a.like-button.white {
    background: transparent;
    color: #D93F3C;
    border: 1px #D93F3C solid;
}

a.like-button.white:hover {
    background: #D93F3C;
    color: white;
}

a.like-button.center {
    margin-left: auto;
    margin-right: auto;
}

p {
    margin: 15px 0;
    padding: 0;
}

input,
a {
    outline: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11,
.col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.text-center {
    text-align: center;
}

.nopadding {
    padding: 0;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

.clearfix {
    clear: both;
    display: table;
    content: " ";
}
@media (min-width: 640px) {
	.desctop-hide {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

.distance {
    margin-top: 136px;
}

.distance:first-of-type {
    margin-top: 120px;
}

.half-distance {
    margin-top: 80px;
}

.quart-distance {
    margin-top: 40px;
}

.half-distance .distance,
.distance .distance,
.distance .half-distance:not(.windows-decor-detail-wrap) {
    margin: 0;
}

.red-line {
    width: 48px;
    height: 3px;
    background: #D93F3C;
    font-size: 0;
    margin: 30px 0;
}

.cl {
    clear: both;
}

#fade-page {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
}

.wrap {
    min-width: 320px;
    min-height: 100%;
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    flex-direction: column;
    overflow: hidden;

}

.wrap-desktop {
    max-width: 1440px;
    margin: auto;
}

.wrap-content {
    max-width: 1136px;
    margin: auto;
}

.wrap-content-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.grey-back {
    background: #f5f5f5;
}

.header {
    position: relative;
    background: white;
}

.header-top-wide {
    background: #f5f5f5;
    min-height: 30px;
}

.header-top {


}

.header-top-block {
    padding: 0 40px;
}

.partner-menu {
    padding: 0 75px 0 90px;
    height: 30px;
    overflow: hidden;
}

.partner-menu ul {
    padding: 0;
    margin: 0;
    height: 30px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.partner-menu ul li {
    height: 30px;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}

.partner-menu ul li.active {
    background: white;
    margin: 0;
    padding: 0 25px 0 20px;
    transform: matrix(1, 0, -0.6, 1, 0, 0);
    -moz-transform: matrix(1, 0, -0.6, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.6, 1, 0, 0);
    -o-transform: matrix(1, 0, -0.6, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.6, 1, 0, 0);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.6, M22=1,
    Dx=0, Dy=0);
}

.partner-menu ul li a {
    text-decoration: none;
    display: block;
    color: #959595;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    z-index: 10;
}

.partner-menu ul li a:hover {
    color: #000;
}

.partner-menu ul li.active a {
    color: #000;
    transform: matrix(1, 0, 0.6, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0.6, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0.6, 1, 0, 0);
    -o-transform: matrix(1, 0, 0.6, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.6, 1, 0, 0);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0.6, M22=1, Dx=0, Dy=0);
}

.social-block {
    float: right;
    padding: 3px 0 0 0;
    height: 24px;
}

a.social-icon {
    height: 22px;
    width: 22px;
    margin-left: 12px;
    display: inline-block;
    text-decoration: none;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

a.social-icon.youtube {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-youtube.png');
}

a.social-icon.facebook {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-facebook.png');
}

a.social-icon.vk {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-vk.png');
}

a.social-icon.instagram {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-instagram.png');
}

a.social-icon.whatsapp {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-whatsapp.png');
}

a.social-icon.telegram {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-telegram.png');
}

.header-center {

}

.header-center-block {
    padding: 24px 40px 16px 40px;
}

a.header-logo {
    float: left;
    margin: 0 75px 0 0;
    width: 280px;
    height: 72px;
    background: url('/local/templates/okna_kazakhstan/images/logo.png') center center no-repeat;
    background-size: 280px 72px;
}

.header-links {
    overflow: hidden;
    height: 48px;
    margin-top: 12px;
    max-width: 650px;
}

.header-links a {
    text-decoration: none;
    color: #000;
}

a.reward-icon {
    display: inline-block;
    height: 47px;
    background: url('/local/templates/okna_kazakhstan/images/reward-icon.png') left center no-repeat;
    background-size: 27px 47px;
    padding: 0 0 0 53px;
    width: 215px;
}

a.measurement-icon {
    display: inline-block;
    height: 47px;
    background: url('/local/templates/okna_kazakhstan/images/measurement-icon.png') left center no-repeat;
    background-size: 48px 48px;
    padding: 0 0 0 64px;
    width: 215px;
    margin-left: 40px;
}

.header-contacts {
    float: right;
}

a.header-phone {
    display: block;
    padding-left: 32px;
    height: 48px;
    width: 240px;
    text-decoration: none;
    background: url('/local/templates/okna_kazakhstan/images/icon-phone.png') 0 10px no-repeat;
    background-size: 24px 24px;
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    color: #D93F3C;
}

.header-phone-under {

}

.header-worktime {
    float: left;
    font-size: 16px;
    line-height: 150%;
}

a.header-order-call {
    float: right;
    color: #D93F3C;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    border-bottom: 1px #D93F3C solid;
}

a.header-order-call:hover {
    border: none;
}

.header-menu {
    height: 56px;
    position: relative;
}

.top-menu-burger {
    padding: 19px;
    cursor: pointer;
    display: none;
}

.top-menu-burger div {
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
    padding: 6px 0;
    width: 24px;
}

.top-menu-burger div div {
    display: block;
    height: 2px;
    background: #000;
    border: none;
    padding: 0;
}

.header-menu-block {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}

.header-menu-block.shown {
    display: block;
}

.top-menu-burger-head {
    padding: 12px 16px 6px 12px;
    display: none;
}

.menu-burger-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background: url('/local/templates/okna_kazakhstan/images/icon-close.png') center center no-repeat;
    background-size: 16px 16px;
    padding: 20px;
    cursor: pointer;
}

.top-menu-burger-head a.social-icon {
    height: 32px;
    width: 32px;
    background-size: 32px 32px;
}

.menu-burger-icons {
    padding-right: 40px;
}

.top-menu {
    min-height: 56px;
    background: #fff;
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-menu-item {
    line-height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    outline: none;
}

.top-menu-item .top-menu-link-1 {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 8px;
    line-height: 56px;
    position: relative;
    cursor: pointer;
}

.top-menu-item.is-parent .top-menu-link-1 {
    padding-right: 15px;
}

.top-menu-item.is-parent .top-menu-link-1:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 21px;
    height: 8px;
    width: 8px;
    border-right: 1px #959595 solid;
    border-bottom: 1px #959595 solid;
    transform: rotate(45deg);
}

.top-menu-item.open .top-menu-link-1,
.top-menu-item.selected .top-menu-link-1 {
    color: #D93F3C;
}

.top-menu-link-1 span.show-childs {
    display: none;
}

.top-menu-item.open .top-menu-link-1 span:not(.show-childs),
.top-menu-item.selected .top-menu-link-1 span:not(.show-childs) {
    border-bottom: 2px #D93F3C solid;
}

.top-menu-item.is-parent.open .top-menu-link-1:after {
    top: 27px;
    transform: rotate(225deg);
}

.top-menu-item ul {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    display: none;
}

.top-menu-item.open ul.top-menu-item-level-2 {
    display: block;
    list-style: none;
    padding: 20px 0 10px 0;
}

.top-menu-item ul li {
    display: block;
    font-size: 14px;
    line-height: 150%;
}

.top-menu-item ul li a,
.top-menu-item ul li .top-menu-link-1,
.top-menu-item ul li .top-menu-link-2 {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 22px;
}

.top-menu-item ul li:hover a,
.top-menu-item ul li:hover .top-menu-link-1,
.top-menu-item ul li:hover .top-menu-link-2,
.top-menu-item ul li.selected a,
.top-menu-item ul li.selected .top-menu-link-1,
.top-menu-item ul li.selected .top-menu-link-2,
.top-menu-item ul li:hover li:hover a,
.top-menu-item ul li:hover li:hover .top-menu-link-2,
.top-menu-item ul li.selected li.selected a,
.top-menu-item ul li.selected li.selected .top-menu-link-2 {
    color: #D93F3C;
}

.top-menu-item ul li:hover ul li a,
.top-menu-item ul li:hover ul li span {
    color: #000;
}

.top-menu-item ul li.is-parent .top-menu-link-2 span.show-childs {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url('/local/templates/okna_kazakhstan/images/menu-icon.png') top center no-repeat;
    background-size: 22px 22px;
    vertical-align: top;
    margin-left: 5px;
    padding: 0 5px;
}

.top-menu-item ul li.is-parent.open .top-menu-link-2 span.show-childs {
    transform: rotate(180deg);
}

.top-menu-item ul li ul {
    position: relative;
    display: none;
    top: inherit;
    left: inherit;
}

.top-menu-item ul li.open ul {
    display: block;
}

.top-menu-item ul li ul li a,
.top-menu-item ul li ul li span {
    padding-left: 32px;
}

.content {
    flex: 1 0 auto;
    max-width: 1136px;
    margin: auto;
    padding: 40px 0;
}

.content.main-page {
    padding: 0;
}

.content.wide-page {
    max-width: none;
}

.wide-block {
    position: relative;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1920px;
    min-width: 320px;
    overflow: hidden;
}

.main-slider {
    z-index: 1;
    background: #f5f5f5;
}

#top-slider {
    height: 560px;
}
.blog_banner {
    background-image: url("/local/templates/mizantin2020/components/bitrix/news/template1/images/header_blog_banner.jpg");
    height: 560px;
    background-size:cover;
    max-width: 1440px;
    margin: auto;
}
.contacts-background {
    background-image: url("/local/templates/mizantin2020/images/contacts-banner.png");
    height: 560px;
    background-size:cover;
    max-width: 1440px;
    margin: auto;
}
.contacts-background h1, .contacts-background .banner-text{
   color:white;
}
.top-slider .main-slider-pic {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
}

/* слайдер секции */
#top-slider-section {
    height: 470px;
}

.main-slider-section .flexslider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.main-slider-section .flex-viewport {
    height: 100%;
}

.main-slider-section .slides {
    margin: 0;
    height: 100%;
}

.main-slider-section .slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider-controls ul.flex-direction-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 62px;
    z-index: 100;
    border: 1px solid #290307;
    background: #fff;
}

.slider-controls ul.flex-direction-nav li {
    display: inline-block;
}

.slider-controls ul.flex-direction-nav a {
    display: block;
    background: #fff;
    text-decoration: none;
    height: 62px;
    width: 62px;
    line-height: 62px;
    background: url("/local/templates/okna_kazakhstan/images/icon-corner.png") 26px 20px no-repeat;
    background-size: 10px 22px;
    margin: 0;
    position: relative;
    top: 0;
    text-shadow: inherit;
    transition: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    opacity: 1;
}

.slider-controls .flex-direction-nav a:before {
    content: '';
    display: none;
}

.slider-controls .flex-direction-nav .flex-prev,
.slider-controls .flex-direction-nav .flex-next {
    left: auto;
    right: auto;
}

.slider-controls ul.flex-direction-nav a.flex-next {
    transform: rotate(180deg);
    border-right: 1px solid #290307;
}

.main-slider-block {
    position: relative;
    height: 100%;
}

.top-slider-section .main-slider-block .main-slider-desc {
    width: 50%;
    float: left;
}

.top-slider-section .main-slider-block .main-slider-desc .main-slider-txt {
    padding: 90px 90px 90px 0;
}

.top-slider-section .main-slider-block .main-slider-image {
    width: 50%;
    float: right;
}

.top-slider-section .flex-control-nav {
    text-align: right;
    right: 210px;
}

/* - слайдер секции */


/* фотогалерея по ширине исходных картинок 1800, но с заданной дизайном высотой */
/*#photogallery-slider{
			max-width: 1800px !important;
		}
		#photogallery-slider.main-slider .flexslider .slides img{
			width: 1800px;
			height: auto;
		}
		#photogallery-slider .main-slider-pic{
			width: 1800px;
		}*/
/* --------------------------------------------------------------*/
.main-slider .flexslider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.main-slider .flex-viewport {
    height: auto;
}

#top-slider.main-slider .flex-viewport {
    height: 100%;
}

.main-slider .slides {
    margin: 0;
    height: 100%;
}

.main-slider .slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider-controls {
    height: 0;
    position: relative;
    top: -64px;
}

.slider-controls .slider-buttons {
    position: absolute;
    top: -64px;
    right: 0;
    height: 62px;
    z-index: 100;
    border: 1px solid #290307;
    background: #fff;
}

.slider-controls ul.flex-direction-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 62px;
    z-index: 100;
    border: 1px solid #290307;
    background: #fff;
}

.slider-controls ul.flex-direction-nav li {
    display: inline-block;
}

.slider-controls ul.flex-direction-nav a {
    display: block;
    background: #fff;
    text-decoration: none;
    height: 62px;
    width: 62px;
    line-height: 62px;
    background: url("/local/templates/okna_kazakhstan/images/icon-corner.png") 26px 20px no-repeat;
    background-size: 10px 22px;
    margin: 0;
    position: relative;
    top: 0;
    text-shadow: inherit;
    transition: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    opacity: 1;
}

.slider-controls .flex-direction-nav a:before {
    content: '';
    display: none;
}

.slider-controls .flex-direction-nav .flex-prev,
.slider-controls .flex-direction-nav .flex-next {
    left: auto;
    right: auto;
}

.slider-controls ul.flex-direction-nav a.flex-next {
    transform: rotate(180deg);
    border-right: 1px solid #290307;
}

.slider-controls .flex-control-nav {
    position: relative;
    padding: 0;
    margin: auto;
    top: 24px;
    bottom: inherit;
    z-index: 100;
}

.slider-controls .flex-control-nav li {
    margin: 0 4px;
    font-size: 0;
    background: none;
}

.slider-controls .flex-control-paging li a {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px 0;
    display: block;
    background: none;
    width: 40px;
    height: 4px;
}

.slider-controls .flex-control-paging li a.flex-active {
    background: none;
}

.slider-controls .flex-control-paging li a:before {
    content: '';
    display: block;
    height: 4px;
    background: #fff;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    border-radius: 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.slider-controls .flex-control-paging li a:hover {
    background: none;
}

.slider-controls .flex-control-paging li a.flex-active:before,
.slider-controls .flex-control-paging li a:hover:before {
    background: #D93F3C;
}

.main-slider-block {
    position: relative;
    height: 100%;
}

.photogallery-slider .main-slider {
    max-width: 100%;
}

.photogallery-slider-wrap {
    position: relative;
    max-width: 1440px;
    margin: auto;
}

.photogallery-slider .main-slider-pic {
    z-index: 1;
    height: auto;
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
    position: relative;
}

.photogallery-slider .main-slider-block,
.photogallery-slider .main-slider .flexslider,
.photogallery-slider .main-slider .slides,
.photogallery-slider .main-slider .slide,
.photogallery-slider .main-slider-pic {
    height: auto;
    max-height: 680px;
}

.photogallery-slider .main-slider .slide {
    min-height: 100%;
}

.slider-doors-photogallery .photogallery-slider .main-slider-block,
.slider-doors-photogallery .photogallery-slider .main-slider .flexslider,
.slider-doors-photogallery .photogallery-slider .main-slider .slides,
.slider-doors-photogallery .photogallery-slider .main-slider .slide,
.slider-doors-photogallery .photogallery-slider .main-slider-pic {
    height: auto;
    max-height: 662px;
}

.slider-doors-photogallery .gallery-description,
.slider-doors-photogallery #photogallery-slider-mobile-text {
    display: none !important;
}

.main-slider-pic a {
    display: block;
    height: auto;
    width: 100%;
}

.main-slider-pic picture {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    /*height: 700px;*/
}

.main-slider-pic img {
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
    width: auto !important;

}

.photogallery-slider .main-slider-pic img {
    width: 100% !important;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    height: auto !important;
}

.white-fade {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.3);
}

.black-fade {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.white-fade-half {
    position: absolute;
    z-index: 3;
    height: 300%;
    width: 100%;
    top: -50%;
    left: -50%;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.banner-1 .white-fade-half {
    left: -48%;
}

.main-slider-text {
    z-index: 10;
    position: relative;
    font-size: 24px;
    line-height: 120%;
    padding: 20px 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.white-text {
    color: #fff;
}

.main-slider-text-title {
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
    font-size: 48px;
    line-height: 53px;
}

.main-slider-text-title span {
    color: #D93F3C;
}

.banner-icons {
    padding: 12px 0 0 0;
}

.banner-icon {
    display: inline-block;
    padding: 80px 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    max-height: 48px;
    max-width: 136px;
    margin: 16px 16px 0 0;
    vertical-align: top;
}

.turnkey-glazing {
    background: url("/local/templates/okna_kazakhstan/images/icon-turnkey-glazing.png") top center no-repeat;
    background-size: 64px 64px;
}

.favorable-prices {
    background: url("/local/templates/okna_kazakhstan/images/icon-favorable-prices.png") top center no-repeat;
    background-size: 64px 64px;
}

.best-quality {
    background: url("/local/templates/okna_kazakhstan/images/icon-best-quality.png") top center no-repeat;
    background-size: 64px 64px;
}

.installation {
    background: url("/local/templates/okna_kazakhstan/images/icon-installation.png") top center no-repeat;
    background-size: 64px 64px;
}

.ruble {
    background: url("/local/templates/okna_kazakhstan/images/icon-ruble.png") top center no-repeat;
    background-size: 64px 64px;
}

.business-center {
    background: url("/local/templates/okna_kazakhstan/images/icon-business-center.png") top center no-repeat;
    background-size: 64px 64px;
}

.quality-medal {
    background: url("/local/templates/okna_kazakhstan/images/icon-quality-medal.png") top center no-repeat;
    background-size: 64px 64px;
}

.gallery-description {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    background: rgba(255, 255, 255, 0.85);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.gallery-description-wrap {
    height: calc(100% - 30px);
    box-sizing: border-box;
    overflow: hidden;
}

.gallery-item-controls {
    position: relative;
}

.gallery-description-hide {
    background: url('/local/templates/okna_kazakhstan/images/icon-close.png') center center no-repeat;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    padding: 16px;
    float: right;
    cursor: pointer;
    display: none;
}

.gallery-description.shown .gallery-description-hide {
    display: block;
}

.gallery-description-show {
    background: url('/local/templates/okna_kazakhstan/images/icon-gallery-show.png') center center no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    padding: 16px;
    float: right;
    cursor: pointer;
    display: block;
}

.gallery-description.shown .gallery-description-show {
    display: none;
}

.gallery-item-props {
    position: relative;
    width: 358px;
    margin: 0 46px 0 36px;
    display: none;
    max-height: 680px;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.gallery-description.shown .gallery-item-props {
    display: block;
}

.gallery-item-name {
    font-size: 24px;
    line-height: 120%;
    color: #6F0000;
    padding-bottom: 8px;
}

.gallery-item-name a {
    text-decoration: none;
    color: #6F0000;
    height: auto;
}

.gallery-item-name a:hover {
    color: #D93F3C;
}

.gallery-item-prop {
    border-top: 1px solid #959595;
    padding: 8px 0;

}

.gallery-item-prop-name {
    font-size: 22px;
    line-height: 130%;
    color: #6F0000;
}

.gallery-item-prop-value p:first-of-type {
    margin-top: 0;
}

.gallery-item-date {
    text-align: left;
    font-size: 16px;
    line-height: 120%;
}

.gallery-mobile-text {
    background: #F5F5F5;
    padding: 8px 16px;
    display: none;
}

.gallery-mobile-text .gallery-item-name {
    font-size: 16px;
    line-height: 120%;
}

.gallery-mobile-text .gallery-item-prop {
    padding: 4px 0;
}

.gallery-mobile-text .gallery-item-prop-name {
    font-size: 14px;
    line-height: 130%;
}

.gallery-mobile-text .gallery-item-prop-value,
.gallery-mobile-text .gallery-item-date {
    font-size: 13px;
    line-height: 120%;
}


.banner-1 a.like-button {
    margin-top: 80px;
}

.banner-2 a.like-button {
    margin-top: 56px;
}

.banner-3 a.like-button {
    margin-top: 56px;
}

.banner-4 .banner-icons {
    position: absolute;
    bottom: 100px;
    right: 40px;
}

.banner-form-recall {
    max-width: 425px;
}

.form-field-adaptive {
    margin-bottom: 16px;
    position: relative;
}

.form-field-adaptive.with-description {
    margin-bottom: 0;
}

.form-field-adaptive-description {
    font-size: 12px;
    line-height: 150%;
    margin: 4px 0 16px 0;
}

.form-field-adaptive-title {
    padding-bottom: 8px;
}

.form-field-adaptive.type-text {
    border: 1px #000 solid;
    padding: 0 13px;
    min-height: 46px;
}

.form-field-adaptive.type-file {
    position: relative;
}

.form-field-adaptive.type-file input[type="file"] {
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.form-field-adaptive.type-file span {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    color: #D93F3C;
    border: 1px #D93F3C solid;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    padding: 12px 10px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 32px;
}

.form-field-adaptive.type-file span:hover {
    background: #D93F3C;
    color: white;
}

.form-field-adaptive.type-textarea {
    border: 1px #000 solid;
    padding: 8px 0 8px 13px;
    min-height: 46px;
}

.banner-form-recall .form-field-adaptive.type-text {
    border-color: #ffffff;
}

.form-field-adaptive.type-text.has-error,
.form-field-adaptive.type-textarea.has-error {
    box-shadow: inset 0 0 10px #D93F3C;
    -webkit-box-shadow: inset 0 0 10px #D93F3C;
    -moz-box-shadow: inset 0 0 10px #D93F3C;
    -o-box-shadow: inset 0 0 10px #D93F3C;
}

.form-field-adaptive input[type="text"],
.form-field-adaptive input[type="email"] {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    width: 100%;
    min-height: 46px;
    font-family: 'Circe', sans-serif;
    font-size: 16px;
    line-height: 46px;
    color: #000;
}

.form-field-adaptive textarea {
    display: block;
    resize: none;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    width: 100%;
    min-height: 102px;
    font-family: 'Circe', sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    outline: none;
}

.banner-form-recall .form-field-adaptive input {
    color: #ffffff;
}

.banner-form-recall .form-field-adaptive input::placeholder {
    color: #ffffff;
}

.banner-form-recall .form-field-adaptive input::-webkit-input-placeholder {
    color: #ffffff;
}

.banner-form-recall .form-field-adaptive input::-moz-placeholder {
    color: #ffffff;
}

.banner-form-recall .form-field-adaptive input:-ms-input-placeholder {
    color: #ffffff;
}

.banner-form-recall .form-field-adaptive input:-moz-placeholder {
    color: #ffffff;
}

.form-field-adaptive.type-checkbox {
    padding: 0;
    border: none;
}

.banner-form-recall .form-field-adaptive.type-checkbox {
    margin-top: 16px;
}

.form-field-adaptive.type-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

.form-field-adaptive.type-checkbox label,
.form-field-adaptive.type-radio label {
    display: block;
    position: relative;

    padding-left: 48px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.banner-form-recall .form-field-adaptive.type-checkbox label,
.kviz .step-7 .form-field-adaptive.type-checkbox label {
    line-height: 120%;
}

.form-field-adaptive.type-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px #000 solid;
    border-radius: 3px;
}

.slim-view .form-field-adaptive.type-checkbox .checkmark {
    border-color: #959595;
}

.banner-form-recall .form-field-adaptive.type-checkbox .checkmark,
.kviz .step-7 .form-field-adaptive.type-checkbox .checkmark {
    top: 6px;
}

.form-field-adaptive.type-checkbox label .checkmark:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.form-field-adaptive.type-checkbox label input:checked ~ .checkmark:after {
    display: block;
}

.banner-form-recall .form-field-adaptive.type-checkbox .checkmark,
.banner-form-recall .form-field-adaptive.type-checkbox label .checkmark:after {
    border-color: #fff;
}

.form-field-adaptive.type-radio {
    padding: 0;
    border: none;
}

.banner-form-recall .form-field-adaptive.type-radio {
    margin-top: 24px;
}

.form-field-adaptive.type-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

.form-field-adaptive.type-radio .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px #959595 solid;
    border-radius: 12px;
}

.form-field-adaptive.type-radio label input:checked ~ .checkmark {

}

.form-field-adaptive.type-radio label .checkmark:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 6px;
    display: none;
}

.form-field-adaptive.type-radio label input:checked ~ .checkmark:after {
    display: block;
}

.form-field-adaptive.type-radio.has-error .checkmark,
.form-field-adaptive.type-checkbox.has-error .checkmark {
    box-shadow: inset 0 0 10px #D93F3C;
    -webkit-box-shadow: inset 0 0 10px #D93F3C;
    -moz-box-shadow: inset 0 0 10px #D93F3C;
    -o-box-shadow: inset 0 0 10px #D93F3C;
}

.form-field-adaptive.type-submit {
    border: none;
}

.form-field-adaptive input[type="submit"] {
    -webkit-appearance: none;
    font-family: 'Circe', sans-serif;
    font-size: 20px;
    line-height: 32px;
    outline: none;
    display: block;
    padding: 12px 10px;
    margin: 0;
    background: #D93F3C;
    border: none;
    border-radius: 8px;
    color: #fff;
    width: 232px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.video-block {
    position: relative;
}

.video-block .wide-block {
    max-height: 536px;
    overflow: hidden;
    transition: height .5s ease-out;
    -webkit-transition: height .5s ease-out;
    -moz-transition: height .5s ease-out;
    -o-transition: height .5s ease-out;
}

.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/local/templates/okna_kazakhstan/images/video-poster.jpg") center center no-repeat;
    background-size: cover;
}

.video-block .fade-video {
    content: '';
    background: rgba(0, 0, 0, .3);
    transition: background .5s ease-out;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block .fade-video.hidden,
.video-poster.hidden {
    display: none;
}

.video-block .video {
    position: absolute;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.video-block .white-fade-half {
    background: rgba(255, 255, 255, 0.7);
    left: -54%;
}

.video-block .white-fade-half.hidden {
    display: none;
}

.play-video-link {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 64px;
    width: 64px;
    background: url("/local/templates/okna_kazakhstan/images/icon-video.png") center center no-repeat;
    background-size: 64px 64px;
    cursor: pointer;
}

.close-video-link {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    cursor: pointer;
    height: 51px;
    width: 51px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0);
    transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    -webkit-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    -moz-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    -o-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    font-size: 0;
    z-index: 2;
    display: none;
}

.close-video-link:before {
    content: ' ';
    background-image: url(data:image/svg+xml,%3Csvg%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224.9%22%20width%3D%2224.9%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.993%2020.886l-2.109%202.11-9.388-9.388-9.387%209.388L0%2020.886l9.387-9.388L0%202.11%202.109%200l9.387%209.388L20.884%200l2.109%202.11-9.387%209.388%209.387%209.388z%22%2F%3E%3C%2Fsvg%3E);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close-video-link:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 50%;
    border-color: rgba(255, 255, 255, .3);
}

.video-text-block {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 40%;
    font-size: 24px;
    line-height: 120%;
    transform: translateY(-50%);
}

.video-text-block.hidden {
    display: none;
}

.video-text-block h2,
.video-text-block .like-h2 {
    color: #D93F3C;
    padding: 0 0 5px 0;
}

.video-text-block p {
    margin: 16px 0;
}

.video-text-block .red-line {
    margin-bottom: 0;
}

.slider-with-line {

}

.slider-with-line.slick-slider {
    padding-bottom: 86px;
}

.line-dots.slider-with-line.slick-slider {
    padding-bottom: 90px;
}

.slider-with-line.slick-dotted.slick-slider,
.slider-with-line .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-with-line .slick-slide {
    outline: none;
}

.slider-with-line .slick-disabled {
    background-color: #f5f5f5 !important;
    cursor: initial;
}

.slider-with-line .slick-prev,
.slider-with-line .slick-next {
    left: auto;
    top: auto;
    z-index: 3;
    right: 61px;
    bottom: 0;
    height: 62px;
    width: 62px;
    border: 1px solid #290307;
    line-height: 62px;
    background: url("/local/templates/okna_kazakhstan/images/icon-corner.png") 25px 19px no-repeat;
    background-size: 10px 22px;
    transform: none;
    box-sizing: border-box;
}

.slider-with-line .slick-next {
    transform: rotate(180deg);
    right: 0;
}

.slider-with-line .slick-prev:before,
.slider-with-line .slick-next:before {
    content: '';
    display: none;
}

.slider-with-line .slick-prev:hover,
.slider-with-line .slick-prev:focus,
.slider-with-line .slick-next:hover,
.slider-with-line .slick-next:focus {
    background: url("/local/templates/okna_kazakhstan/images/icon-corner.png") 25px 19px no-repeat;
    background-size: 10px 22px;
}

.line-dots.slider-with-line .slick-prev,
.line-dots.slider-with-line .slick-next,
.line-dots.slider-with-line .slick-prev:hover,
.line-dots.slider-with-line .slick-prev:focus,
.line-dots.slider-with-line .slick-next:hover,
.line-dots.slider-with-line .slick-next:focus {
    background: url("/local/templates/okna_kazakhstan/images/icon-corner.svg") 24px 23px no-repeat;
}

.slider-with-line ul.slick-dots {
    display: table;
    border-top: 1px solid #959595;
    list-style: none;
    bottom: auto;
}

.line-dots.slider-with-line ul.slick-dots {
    border: none;
    width: auto;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
}

.slider-with-line ul.slick-dots li {
    display: table-cell;
    height: 4px;
    font-size: 0;

}

.line-dots.slider-with-line ul.slick-dots li {
    padding: 0 4px;
    max-width: 40px;
    background: none;
    width: 40px;
}

.line-dots.slider-with-line ul.slick-dots.wide-table {
    width: 100%;
}

.slider-with-line .slick-dots li button {
    display: none;
}

.line-dots.slider-with-line .slick-dots li button {
    display: block;
    height: 4px;
    background: #EAEAEA;
    font-size: 0;
    padding: 0;
    width: 40px;
}

.line-dots.slider-with-line .slick-dots.wide-table li button {
    width: 100%;
    max-width: 40px;
}

.line-dots.slider-with-line .slick-dots li button:before {
    display: none;
}

.slider-with-line ul.slick-dots li.slick-active {
    background: #D93F3C;
}

.line-dots.slider-with-line ul.slick-dots li.slick-active {
    background: none;
}

.line-dots.slider-with-line ul.slick-dots li.slick-active button {
    background: #D93F3C;
}

.slick-nums {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-family: 'Circe', sans-serif;
}

.slick-nums-inner {
    position: relative;
    display: table;
}

.slick-nums .slick-nums-current {
    display: table-cell;
    vertical-align: top;
    color: #000;
    font-size: 16px;
    line-height: 130%;
    min-width: 9px;
    padding: 0 4px 16px 4px;
}

.slick-nums .slick-nums-all {
    display: table-cell;
    vertical-align: bottom;
    color: #B3B3B3;
    font-size: 16px;
    line-height: 130%;
    padding: 16px 4px 0 4px;
}

.slick-nums .slick-nums-row {
    height: 0;
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    z-index: 1;
    border-bottom: 1px #000 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kviz-to-start {
    position: absolute;
    bottom: 0;
    left: 30px;
    color: #D93F3C;
    font-size: 16px;
    line-height: 64px;
    padding: 0 10px 0 27px;
    background: url("/local/templates/okna_kazakhstan/images/icon-red-larr.png") left center no-repeat;
    background-size: 17px 8px;
    cursor: pointer;
}

.kviz {
    position: relative;
}

.kviz-item {
    min-height: 370px;
}

.kviz-title {
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 50px;
}

.step-3 .kviz-title {
    padding-bottom: 11px;
}

.kviz-picture {
    float: left;
    margin: 6px 48px 0 0;
}

.kviz-fields {
    position: relative;
    overflow: hidden;
}

.step-3 .kviz-fields {
    padding-top: 39px;
}

.kviz-fields .form-field-adaptive.type-text {
    border-color: #959595;
}

.kviz-fields .form-field-adaptive.type-text input {
    /*color: #959595;*/
    color: black;
}

.kviz-fields .form-field-adaptive input[type="text"]::placeholder {
    color: #959595;
}

.kviz-fields .form-field-adaptive input[type="text"]::-webkit-input-placeholder {
    color: #959595;
}

.kviz-fields .form-field-adaptive input[type="text"]::-moz-placeholder {
    color: #959595;
}

.kviz-fields .form-field-adaptive input[type="text"]:-ms-input-placeholder {
    color: #959595;
}

.kviz-fields .form-field-adaptive input[type="text"]:-moz-placeholder {
    color: #959595;
}

.kviz-field.type-radio label {
    font-size: 18px;
    line-height: 40px;
    display: block;
    padding-right: 30px;
}

.kviz-field.type-radio label:hover {
    color: #D93F3C;
}

.kviz-field {
    max-width: 424px;
}

.kviz-field.type-text {
    max-width: 398px;
}

img.kviz-icon {
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 17px 0 0;
}

.step-4 img.kviz-icon,
.step-5 img.kviz-icon {
    width: 48px;
    height: 48px;
}

.step-4 .kviz-field.type-radio label,
.step-5 .kviz-field.type-radio label {
    line-height: 48px;
    padding-left: 40px;
}

.step-4 .form-field-adaptive.type-radio .checkmark,
.step-5 .form-field-adaptive.type-radio .checkmark {
    top: 11px;
}

.step-5 .kviz-field {
    margin-bottom: 8px;
}

.kviz-hover {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    min-height: 312px;
    width: 312px;
    overflow: hidden;
    right: -100%;
    top: 0;
    text-align: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    z-index: 100;
}

.kviz-hover-controls {
    text-align: right;
}

.kviz-hover-close {
    background: url('/local/templates/okna_kazakhstan/images/icon-close.png') center center no-repeat;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    padding: 16px;
    cursor: pointer;
    display: inline-block;
}

.kviz-hover-title {
    font-size: 22px;
    line-height: 130%;
    padding: 0 40px 13px 40px;
}

.kviz-hover-text {
    font-size: 16px;
    line-height: 150%;
    padding: 0 40px 5px 40px;
}

.kviz-hover-link {
    display: block;
    width: 240px;
    font-size: 20px;
    line-height: 64px;
    text-decoration: none;
    border: 1px #D93F3C solid;
    border-radius: 10px;
    margin: 25px auto 0 auto;
}

.kviz-hover-link:hover {
    background: #D93F3C;
    color: white;
}

.reviews {
    border-top: 1px #959595 solid;
    position: relative;
    margin-top: 40px;
}

.review-item {
    padding: 63px 56px 30px 100px;
    position: relative;
    box-sizing: border-box;
}

.review-author {
    position: relative;
    margin-left: -44px;
    background: url("/local/templates/okna_kazakhstan/images/icon-quote.png") 0 2px no-repeat;
    background-size: 24px 18px;
    padding-left: 44px;
    font-size: 22px;
    line-height: 130%;
}

.review-text {
    padding: 8px 0;
}

.review-link {
    display: inline-block;
    color: #959595;
    font-size: 16px;
    line-height: 130%;
    text-decoration: underline;
}

.review-link:hover {
    color: #D93F3C;
}

.review-date {
    padding: 8px 30px 0 0;
    text-align: right;
    font-size: 16px;
}

.new-review-link {
    position: absolute;
    bottom: 17px;
    color: #D93F3C;
    font-size: 16px;
    line-height: 64px;
    padding: 0 27px 0 0;
    background: url("/local/templates/okna_kazakhstan/images/icon-red-rarr.png") 100% 29px no-repeat;
    background-size: 17px 8px;
    text-decoration: underline;
}

.new-review-link:hover {
    text-decoration: none;
}

.new-review {
    max-height: 100%;
    background: url("/local/templates/okna_kazakhstan/images/add-review-bg.png") bottom right no-repeat;
    background-size: 616px 588px;
    padding: 45px 57px 80px 57px;
    min-height: 350px;
}

.new-review h2,
.new-review .like-h2 {
    padding-top: 0;
}

.slim-view .form-field-adaptive.type-text {
    border-width: 0 0 1px 0;
    min-height: 24px;
    height: auto;
    padding: 8px 2px;
    border-color: #959595;
}

.modal-form-review .form-field-adaptive.type-text {
    max-width: 420px;

}

.slim-view .form-field-adaptive:not(.with-description):not(.type-submit) {
    margin-bottom: 30px;
}

.modal-form-review .form-field-adaptive.type-submit {
    margin-bottom: 0;
}

.slim-view .form-field-adaptive.type-text.with-description {
    margin-bottom: 0;
    color: #959595;
}

.slim-view .form-field-adaptive-description {
    padding-left: 2px;
    margin-bottom: 18px;
}

.slim-view .form-field-adaptive-title {
    color: #959595;
    font-size: 16px;
    line-height: 150%;
    padding-left: 2px;
}

.form-field-adaptive-table {
    display: table;
    width: 100%;
}

.modal-form-review .form-field-adaptive span {
    display: table-cell;
    width: 2%;
    white-space: nowrap;
    padding-right: 5px;
    color: #959595;
    font-size: 16px;
    line-height: 150%;
}

.slim-view .form-field-adaptive.type-text input[type="text"],
.slim-view .form-field-adaptive.type-text input[type="email"] {
    font-size: 16px;
    line-height: 150%;
    min-height: auto;
    overflow: hidden;
    /*color: #959595;*/
    color: black;
}

.slim-view .form-field-adaptive.type-text input::placeholder {
    color: #959595;
}

.slim-view .form-field-adaptive.type-text input::-webkit-input-placeholder {
    color: #959595;
}

.slim-view .form-field-adaptive.type-text input::-moz-placeholder {
    color: #959595;
}

.slim-view .form-field-adaptive.type-text input:-ms-input-placeholder {
    color: #959595;
}

.slim-view .form-field-adaptive.type-text input:-moz-placeholder {
    color: #959595;
}

.slim-view .form-field-adaptive.type-textarea {
    height: 102px;
    border-color: #959595;
}

.modal-form-review .form-field-adaptive.type-textarea {
    background: white;
    max-width: 654px;
}

.slim-view .form-field-adaptive.type-text.has-error {
    box-shadow: inset 0 -10px 10px -11px #D93F3C;
    -webkit-box-shadow: inset 0 -11px 10px -11px #D93F3C;
    -moz-box-shadow: inset 0 -11px 10px -11px #D93F3C;
    -o-box-shadow: inset 0 -11px 10px -11px #D93F3C;
}

.blocker {
    z-index: 1001 !important;
}

.modal {
    border-radius: 0 !important;
    max-width: 1136px !important;
    width: 100% !important;
    padding: 15px !important;
    z-index: 1001 !important;
    min-height: 100px;
}

.modal.autowidth {
    width: auto !important;
}

.modal a.close-modal {
    background: url("/local/templates/okna_kazakhstan/images/icon-close.png") center center no-repeat !important;
    background-size: 16px 16px !important;
    height: 16px !important;
    width: 16px !important;
    padding: 24px !important;
    top: 0 !important;
    right: 0 !important;

}

.blocker {
    padding: 16px !important;
}

.products-block {
    padding: 16px 0 0 0;
}

.product-item {
    position: relative;
}

.product-link {
    display: block;
    position: relative;
    height: 272px;
    width: 272px;
    margin: auto;
    color: #000;
    text-decoration: none;
}

.product-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-pic {
    max-height: 100%;
    max-width: 100%;
}

.product-pic img {
    max-height: 100%;
    max-width: 100%;
}

.product-text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.product-title {
    overflow: hidden;
    font-size: 22px;
    line-height: 29px;
    padding: 12px 0;
    margin-top: -53px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.product-text-block {
    padding: 0 16px 16px 16px;
    font-size: 16px;
    line-height: 18px;
    background: rgba(255, 255, 255, 0.7);
}

.product-text {
    text-align: center;
    max-height: 203px;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.product-text p {
    margin: 10px 0;
}

.product-text p:first-of-type {
    margin-top: 0;
}

.product-text p:last-of-type {
    margin-bottom: 0;
}

.product-link:hover .product-text {
    opacity: 1;
}

.product-link:hover .product-text-wrap {
    transform: none;
}

.slider-arrows,
.slider-with-line {
    visibility: hidden;
}

.slick-initialized,
.slider-arrows.slick-initialized,
.slider-with-line.slick-initialized {
    visibility: visible;
}

.slider-arrows {
    position: relative;
    outline: none;
}

.slider-arrows.slider-with-line.slick-slider {
    padding-bottom: 4px;
}

.slick-slide {
    outline: none;
    height: auto;
}

.slider-arrows .slick-prev,
.slider-arrows .slick-next {
    z-index: 5;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    font-size: 0;
}

.slider-arrows .slick-prev {
    left: -40px;
}

.slider-arrows .slick-next {
    right: -40px;
}

.slider-arrows .slick-prev:before,
.slider-arrows .slick-next:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background: url("/local/templates/okna_kazakhstan/images/icon-slider-arrow.png") center center no-repeat;
    background-size: 10px 22px;
}

.slider-arrows .slick-next:before {
    transform: rotate(180deg);
}

.slider-arrows.slider-with-line .slick-prev,
.slider-arrows.slider-with-line .slick-next {
    background: none;
}

.models-block {
    margin-top: 16px;
}

.models-items {
    padding: 25px 70px;
}

.models-items.models-items-product {
    padding: 25px 0 15px;
    max-width: none;
}

.models-items.models-items-product .slider-arrows {
    visibility: visible;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.model-item {
    cursor: pointer;
    color: #D93F3C;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 4px;
    text-align: center;
    outline: none;
    height: auto;
}

.models-items.models-items-product .model-item {
    color: #959595;
    font-size: 20px;
    white-space: nowrap;
    margin: 0 25px 10px 0;
}

.model-item span {
    outline: none;
    border-bottom: 4px white solid;
}

.models-items.models-items-product .model-item:hover,
.model-item:hover {
    color: #D93F3C;
}

.model-item.active span {
    border-bottom: 4px #D93F3C solid;
    color: #D93F3C;
}


.tab-body {
    display: none;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tab-body.active {
    display: block;
}

.window-items {
    padding: 0;
    position: relative;
}

.window-items .slider-arrows .slick-prev,
.window-items .slider-arrows .slick-next {
    height: 64px;
    width: 64px;
}

.window-items .slider-arrows .slick-prev:before,
.window-items .slider-arrows .slick-next:before {
    height: 62px;
    width: 62px;
}

.window-items .slider-arrows .slick-prev {
    left: -104px;
}

.window-items .slider-arrows .slick-next {
    right: -104px;
}

.window-items .slick-nums {
    /*position: relative;*/
    display: inline-block;
    /*bottom: auto;*/
    margin-top: 16px;
}

.windows-block {
    position: relative;
}

.windows-block.slider-with-line ul.slick-dots {
    bottom: 86px;
}

.windows-block .slick-track {
    display: flex;
    align-items: stretch;
}

.window-item {
    position: relative;
    padding: 20px 0 32px 0;
}

.window-link {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    width: 358px;
    /*height: 528px;*/
    min-height: 520px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.window-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    overflow: hidden;
margin:1px;
}

.window-name {
    font-size: 24px;
    line-height: 120%;
    color: #6F0000;
    padding: 16px 0 8px 0;
    z-index: 3;
    text-transform: uppercase;
}

.window-items-product .window-name {
    color: #862929;
    padding-bottom: 3px;
}

.window-items-product .window-name-price {
    color: #6a6a6a;
    font-size: 18px;
    line-height: 18px;
    height: 40px;
}

.window-name-icon-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.window-name-icon {
    height: 45px;
    width: 45px;
    flex-shrink: 0;
}

.window-name-icon img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.window-name-icon.empty {
    background: #929292;
    height: 45px;
    width: 45px;
}

.window-name-text {
    flex: 1 0 0;
    padding-left: 10px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 17px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.window-text {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    z-index: 3;
    padding: 0 22px;
    box-sizing: border-box;
}

.window-picture {
    /*position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;*/
}

.window-picture img {
    max-width: 100%;
}

.window-picture-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
}

.window-picture-hover img {
    display: block;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.window-link:hover .window-picture-hover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-1-click {

}

.choose-1-click-title {
    font-family: Circe, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 120%;
}

.choose-1-click-desc {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #290307;
    max-width: 368px;
    margin: 54px auto 0 auto;

}

.choose-item-block {
    padding: 24px 0;
}

.choose-item {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    width: 254px;
    margin: auto;
    padding: 16px 0 16px 16px;
    background: #FFFFFF;
    border: 1px solid #959595;
    border-radius: 10px;
    cursor: pointer;
}

.choose-item:hover,
.choose-item.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.choose-item-text {
    position: relative;
    overflow: hidden;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #290307;
    padding-top: 24px;
}

.choose-red-line {
    height: 3px;
    font-size: 0;
    width: 48px;
    background: #D93F3C;
    margin: 8px auto 0;
    overflow: hidden;
}

.choose-item-icon {
    float: left;
    background-color: #FAFAFA;
    background-size: 64px 64px;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 80px;
    width: 80px;
}

.choose-item-icon.img-design {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-curtains.png");
}

.choose-item-icon.img-price {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-euro.png");
}

.choose-item-icon.img-silence {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-sound-off.png");
}

.choose-item-icon.img-light {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-sun.png");
}

.choose-item-icon.img-warm {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-hot.png");
}

.choose-item-icon.img-safety {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-baby.png");
}

.choose-window-modal {
    padding: 16px;
}

.choose-window-type {
    width: 340px;
    margin: auto;
}

.choose-window-type .choose-item-block {
    padding: 10px 0;
}

.choose-window-type .choose-item {
    border: none;
}

.choose-window-type .choose-item:hover,
.choose-window-type .choose-item.active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select-window-title {
    font-size: 24px;
    text-align: center;
    padding: 32px 0 10px 0;
}

.select-window {

}

.select-window .slider-arrows .slick-prev {
    left: -32px;
}

.select-window .slider-arrows .slick-next {
    right: -32px;
}

.choose-window-item {
    display: block;
    margin: 20px auto;
    text-decoration: none;
    color: #000;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    height: 312px;
    width: 312px;
    box-sizing: border-box;
    padding: 40px 24px 24px 24px;
}

.choose-window-pic {
    position: relative;
    text-align: center;
}

.choose-window-pic img,
.slick-slide .choose-window-pic img {
    display: inline-block;
    max-width: 280px;
    max-height: 192px;
    vertical-align: bottom;
}

.choose-window-name {
    padding-top: 24px;
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #6F0000;
    padding-bottom: 1px;
}

.choose-window-name span {
    display: inline-block;
    border-bottom: 1px #6F0000 solid;
}

.choose-window-item:hover span {
    border-color: #D93F3C;
    color: #D93F3C;
}

.usefull-info-title {
    font-size: 22px;
    padding: 20px 0 0 0;
}

.usefull-info {

}

.usefull-info ul {
    padding: 24px 0 0 0;
    margin: 0;
    list-style: none;
}

.usefull-info ul li {
    padding: 0 0 16px 32px;
    position: relative;
}

.usefull-info ul li:before {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 0;
    background: #6F0000;
}

.usefull-info ul li a {
    color: #6F0000;
    text-decoration: none;
    border-bottom: 1px #6F0000 solid;
}

.usefull-info ul li a:hover {
    border-color: #D93F3C;
    color: #D93F3C;
}

.four-steps-block {
    position: relative;
    padding: 40px 0 0 0;
}

/*.slick-prev.slick-disabled:before, */
.four-steps-block .slick-next.slick-disabled:before {
    opacity: 1;
}

.four-steps-item {
    padding-right: 16px;
    max-width: 272px;
    margin: auto;
}

.four-steps-item-pic {

}

.four-steps-item-pic img {
    height: 72px;
    width: 72px;
}

.slick-slide .four-steps-item-pic img {
    display: inline-block;
}

.four-steps-item-name {
    font-size: 18px;
    line-height: 130%;
    height: 92px;
    padding: 24px 0 0 0;
}

.four-steps-item-bottom {
    position: relative;
}

.steps-num {
    float: left;
    font-size: 22px;
    line-height: 130%;
    color: #6F0000;
    padding: 0 15px 0 0;
}

.steps-line {
    overflow: hidden;
    background: url("/local/templates/okna_kazakhstan/images/icon-long-rarr.png") center right no-repeat;
    background-size: 236px 8px;
    height: 29px;
}

.four-steps-item-block:last-of-type .steps-line {
    display: none;
}

.four-steps-present {
    padding: 64px 60px 0 60px;
    background: url("/local/templates/okna_kazakhstan/images/icon-giftbox.png") center left no-repeat;
    background-size: 40px 40px;
    max-width: 368px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}

.four-steps-present .red-line {
    margin: 24px auto 0 auto;
}

.main-recall {
    background: url('/local/templates/okna_kazakhstan/images/form-recall-bkg.jpg') left center no-repeat;
    background-size: 1136px 640px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 70px;
}

.main-form-recall-title {
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 40px;
}

.main-form-recall-title h2,
.main-form-recall-title .like-h2 {
    margin: 0 0 8px 0;
    color: #D93F3C;
}

.main-form-recall-title p {
    margin: 0;
}

.main-form-recall {
    max-width: 424px;
}

.main-form-recall .form-field-adaptive.type-checkbox .checkmark {
    top: 5px;
}

.main-form-recall .form-field-adaptive.type-checkbox label {
    line-height: 19px;
}

.wood-block {
    background: url("/local/templates/okna_kazakhstan/images/wood-bkg-small.jpg") center center no-repeat;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
}

.wide-block .wood-block {
    width: 100%;
    top: 0;
    left: 0;
}

.wood-block + .content {
    position: relative;
    z-index: 2;
}

.wood-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
}

.company-numbers {
    min-height: 700px;
    position: relative;
}

.company-numbers-content {
    position: relative;
    z-index: 5;
}

.company-numbers-picture {
    position: absolute;
    top: -64px;
    left: 375px;
    z-index: 2;
    height: 568px;
    width: 80%;
    background: url("/local/templates/okna_kazakhstan/images/company-numbers-bkg-sm.jpg") bottom right no-repeat;
    background-size: 910px 568px;
}

.company-numbers-picture:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.6);
}

.company-numbers-text {
    position: relative;
    overflow: hidden;
    width: 368px;
    height: 504px;
    float: left;
}

.company-numbers-text h2,
.company-numbers-text .like-h2 {
    margin-top: 95px;
}

.company-numbers-text p {
    margin: 0;
}

.company-numbers-slider {
    position: relative;
    overflow: hidden;
    padding-top: 79px;
    margin: 0 0 0 405px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.company-number-block {
    vertical-align: top;
    padding: 16px 0;
    width: 33%;
}

.company-numbers-text .company-number-block {
    width: auto;
}

.company-number-item:not(.special) {
    width: 200px;
    height: 140px;
    margin: auto;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    text-shadow: 2px 2px 10px #FFFFFF, 2px 2px 10px #FFFFFF, 2px 2px 10px #FFFFFF, 2px 2px 10px #FFFFFF, 2px 2px 10px #FFFFFF, 2px 2px 10px #FFFFFF, 2px 2px 10px #FFFFFF;
}

.company-number-item:not(.special):hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.company-number-item:not(.special) .red-line {
    display: none;
}

.number-title {
    font-size: 24px;
    line-height: 120%;
    transition: all 0.5s;
    height: 68px;
}

.number-title span {
    display: inline-block;
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
    font-size: 48px;
    line-height: 110%;
    color: #6F0000;
}

.number-desc {

}

.detail-link {
    display: inline-block;
    color: #D93F3C;
    font-size: 16px;
    line-height: 150%;
    padding: 0 27px 0 0;
    background: url('/local/templates/okna_kazakhstan/images/icon-red-rarr.png') right center no-repeat;
    background-size: 17px 8px;
    text-decoration: none;
}

.company-numbers-links {
    padding: 43px 0 0 0;
    text-align: right;
}

.company-numbers-links .like-button {
    display: inline-block;
    margin-left: 38px;
}

.numbers-slider-mobile {
    display: none !important;
}

.number-block-mobile {

}

.number-item-mobile {
    height: 192px;
    width: 192px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 16px 16px 16px 16px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.number-item-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 160px;
    overflow: hidden;
    text-align: center;
}

.number-title-mobile {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 8px;
}

.number-title-mobile span {
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
    font-size: 30px;
    line-height: 120%;
    color: #6F0000;
}

.number-desc-mobile {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

.number-item-content .red-line {
    margin: 8px auto;
}

.detail-link-mobile {
    display: inline-block;
    color: #D93F3C;
    font-size: 12px;
    line-height: 120%;
    padding: 10px 27px 10px 0;
    margin-top: 5px;
    background: url('/local/templates/okna_kazakhstan/images/icon-red-rarr.png') right center no-repeat;
    background-size: 17px 8px;
    text-decoration: none;
}


.impossible-block {
    min-height: 700px;
    position: relative;
}

.impossible-content {
    position: relative;
    z-index: 5;
}

.impossible-picture {
    position: absolute;
    top: -64px;
    left: 375px;
    z-index: 3;
    height: 568px;
    width: 80%;
    background: url("/local/templates/okna_kazakhstan/images/impossible-bkg-sm.jpg") bottom right no-repeat;
    background-size: 910px 568px;
}

.impossible-picture:before {
    content: '';
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
}

.impossible-text {
    max-width: 368px;
    position: relative;
    height: 504px;
    overflow: hidden;
}

.impossible-text h2,
.impossible-text .like-h2 {
    margin-top: 95px;
}

.impossible-text p {
    margin: 0;
}

.impossible-icons {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;

}

.impossible-icon {
    position: relative;
    width: 24%;
    box-sizing: border-box;
    padding: 40px 0 30px 0;
    cursor: pointer;
}

.impossible-icon-picture {
    text-align: center;
}

.impossible-icon-picture img {
    height: 72px;
    width: 72px;
    display: inline-block;
}

.impossible-icon-text {
    margin: 20px 20px 0 20px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    height: 48px;
    overflow: hidden;
}

.impossible-icon-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: -16px;
    left: 0;
    z-index: 5;
    padding: 32px 16px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

.impossible-icon:hover .impossible-icon-hover {
    opacity: 1;
    visibility: inherit;
}

.impossible-icon-hover p {
    margin: 0;
    padding: 0;
}

.impossible-icon-hover .red-line {
    margin: 32px auto 0 auto;
}

.yandex-map-block {
    height: 536px;
    position: relative;
}

.yandex-map-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 536px;
    width: 100%;
}

.yandex-map-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
}

.yandex-map-fly {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    max-height: 312px;
    max-width: 312px;
    box-sizing: border-box;
    padding: 24px;
}

.yandex-map-fly-title {
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 20px;
}

.map-fly-icon {
    padding: 0 0 8px 32px;
}

.map-fly-icon a {
    text-decoration: none;
    color: #000000;
}

.map-fly-icon a:hover {
    color: #D93F3C;
}

.map-fly-phone {
    background: url("/local/templates/okna_kazakhstan/images/icon-map-phone.png") 0 4px no-repeat;
    background-size: 16px 16px;
}

.map-fly-mail {
    background: url("/local/templates/okna_kazakhstan/images/icon-map-mail.png") 0 8px no-repeat;
    background-size: 16px 11px;
}

.map-fly-geo {
    background: url("/local/templates/okna_kazakhstan/images/icon-map-geo.png") 2px 3px no-repeat;
    background-size: 12px 16px;
}

.map-fly-worktime {
    background: url("/local/templates/okna_kazakhstan/images/icon-map-worktime.png") 0 3px no-repeat;
    background-size: 16px 16px;
}

.footer {
    flex: 0 0 auto;
    background: #f5f5f5;
}

.footer-top {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-top-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    align-items: flex-start;
    max-height: 400px;
    width: 100%;

    counter-reset: items;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-top-block {
        height: 400px;
    }
}

.footer-top-item {
    position: relative;
    width: 24%;
    box-sizing: border-box;
}

a.footer-logo {
    display: block;
    width: 280px;
    height: 72px;
    background: url("/local/templates/okna_kazakhstan/images/logo.png") center center no-repeat;
    background-size: 280px 72px;
}

a.footer-order-call {
    display: block;
    border: 1px solid #D93F3C;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 20px;
    line-height: 64px;
    width: 232px;
    text-align: center;
    text-decoration: none;
    color: #D93F3C;
    margin-top: 32px;
}

.footer-search {
    margin-top: 96px;
}

.footer-search-title {
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 5px;
}

.footer-search-form {
    display: table;
    width: 240px;
    background: #FFFFFF;
}

.footer-search-form input {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    vertical-align: top;
    -webkit-appearance: none;
}

.search-form-text {
    border: 1px solid #959595;
    border-right: none;
    position: relative;
    overflow: hidden;
    background: url('/local/templates/okna_kazakhstan/images/icon-search.png') 16px 15px no-repeat;
    background-size: 16px 16px;
    padding: 0 10px 0 40px;
}

.footer-search-form input[type="text"] {
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    color: #000;
    background: none;
    display: block;
    width: 140px;
    border: none;
    text-decoration: none;
}

.footer-search-form input[type="submit"] {
    float: right;
    width: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    color: white;
    background: #D93F3C url('/local/templates/okna_kazakhstan/images/icon-search-button.png') center center no-repeat;
    background-size: 17px 8px;
    cursor: pointer;
}

.footer-menu {
    padding: 5px 20px 20px 30px;
}

.footer-menu-title {
    padding-bottom: 5px;
}

.footer-menu a,
.footer-menu span {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 130%;
    padding: 4px 0;
}

.footer-menu a:hover {
    color: #D93F3C;
}

.footer-menu-title span,
.footer-menu-title a {
    font-size: 22px;
    text-transform: uppercase;
}

.footer-bottom-wide {
    border-top: 1px solid #959595;
}

.footer-bottom-block {
    padding-top: 17px;
    padding-bottom: 17px;
}

.copyright {
    float: left;
    line-height: 38px;
}

.modal-free-measurement {
    max-width: 430px;
    padding: 30px;
}

.modal-free-measurement h2,
.modal-free-measurement .like-h2 {
    margin-top: 0;
}

.modal-free-measurement .form-field-adaptive.type-checkbox .checkmark {
    top: 7px;
}

.modal-free-measurement .form-field-adaptive.type-submit {
    margin-bottom: 0;
}

.windows-materials {

}

.windows-materials .slides {
    display: flex;
    align-items: stretch;
}

.windows-material {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.windows-material_text {
    width: 50%;
    box-sizing: border-box;
    padding: 40px 50px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.windows-material_text h2,
.windows-material_text .like-h2 {
    margin-top: 0;
}

.windows-material_text h3,
.windows-material_text .like-h3 {
    margin-top: 0;
    font-size: 48px;
    line-height: 53px;
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
}

.windows-material_description {
    min-height: 115px;
    overflow: hidden;
}

.windows-material_description p {
    margin: 0;
}

.windows-material_picture {
    width: 50%;
    overflow: hidden;
    min-height: 100%;
}

.windows-material_picture img {
    min-height: 100%;
    min-width: 100%;
    width: auto !important;
    height: 100% !important;
}

.windows-materials .slider-controls .flex-control-nav {
    max-width: 50%;
    margin: 0 0 0 auto;
}

.windows-best-choice {
    background: #f5f5f5;
}

.windows-best-choice-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0 -15px;
}

.windows-best-choice-item {
    width: 33%;
    box-sizing: border-box;
    padding: 20px 15px 0;
    vertical-align: top;
}

.windows-best-choice-item p {
    /*text-align: justify;*/
}

.windows-best-choice-item_title {
    font-size: 22px;
    font-weight: bold;
    height: 57px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.windows-best-choice-item_title:before {
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-measurement:before {
    background-image: url('/local/templates/okna_kazakhstan/images/svg/icon-measurement.svg');
}

.icon-water-fire:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-water-fire.png');
}

.icon-water:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-water.png');
}

.icon-leaf:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-leaf.png');
}

.icon-premium:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-premium.png');
}

.icon-hourglass:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-hourglass.png');
}

.icon-winner:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-winner.png');
}

.icon-truck:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-truck.png');
}

.icon-giftbox:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-giftbox.png');
}

.icon-contract:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-contract.png');
}

.icon-check:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-check.png');
}

.icon-padlock:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-padlock.png');
    background-position-x: 30%;
}

.icon-sunshine:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-sunshine.png');
}

.icon-panoram:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-panoram.png');
    background-size: 60px auto;
}

.icon-favorites:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-favorites.png');
}

.icon-shining:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-shining.png');
}

.icon-drawing:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-drawing.png');
}

.icon-home:before {
    background-image: url('/local/templates/okna_kazakhstan/images/icon-home.png');
}

.icon-design:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-curtains.png");
}

.icon-price:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-euro.png");
}

.icon-silence:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-sound-off.png");
}

.icon-sun:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-sun.png");
}

.icon-hot:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-hot.png");
}

.icon-baby:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-baby.png");
}

.icon-feather:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-feather.png");
}

.icon-device:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-device.png");
}

.icon-factory:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-factory.png");
}

.icon-quality-medal-white:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-quality-medal.png");
}

.icon-hand:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-hand.png");
}

.icon-squares:before {
    background-image: url("/local/templates/okna_kazakhstan/images/svg/icon-squares.svg");
}

.icon-people:before {
    background-image: url("/local/templates/okna_kazakhstan/images/icon-people.png");
}

.windows-create-design-text {
    padding-bottom: 40px;
}

.windows-create-design-select {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.windows-create-design-select > div {
    width: 46%;
}

.windows-create-design-select_picture {
    overflow: hidden;
    max-height: 400px;
}

.windows-create-design-select_picture img {
    width: 100%;
    height: auto;
}

.windows-create-design-select_body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.windows-create-design-select_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
}

.windows-create-design-select_menu-item {
    margin: 0 30px 20px 0;
    padding-bottom: 5px;
    font-size: 20px;
    color: #959595;
    border-bottom: 4px transparent solid;
    cursor: pointer;
}

.windows-create-design-select_menu-item:hover {
    color: #d93f3d;
}

.windows-create-design-select_menu-item.active {
    color: #d93f3d;
    border-color: #da4644;
}

.windows-create-design-select_text {
    flex: 1 0 0;
    display: flex;
    align-items: center;
}

.windows-decors-types-slim {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.windows-decors-type-slim {
    display: none;
    cursor: pointer;
    color: #959595;
    font-size: 20px;
    white-space: nowrap;
    margin: 0 25px 10px 0;
}

.windows-decors-type-slim:hover {
    color: black;
}

.windows-decors-type-slim span {
    outline: none;
    border-bottom: 4px white solid;
}

.windows-decors-type-slim.active span {
    border-bottom: 4px #D93F3C solid;
    color: #D93F3C;
}

.windows-decors-types {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.windows-decors-type {
    width: 24%;
    height: 320px;
    border: 1px #d8d8d8 solid;
    box-shadow: 0 0 24px rgba(198, 198, 198, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.windows-decors-type:hover,
.windows-decors-type.active {
    box-shadow: 0 0 24px rgba(180, 180, 180, 1);
}

.windows-decors-type_title {
    height: 75px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    color: #585858;
    text-align: center;
    padding: 0 15px;
}

.windows-decors-type_picture {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
}

.windows-decors-type_picture img {
    width: auto;
    height: 100%;
}

.windows-decor-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.windows-decor-detail_text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.windows-decor-detail_description {
    flex-shrink: 0;
}

.windows-decor-detail_items {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.windows-decor-detail_items-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.windows-decor-detail_item {
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    font-size: 20px;
    color: #959595;
    border: 1px black solid;
    border-radius: 8px;
    cursor: pointer;
}

.windows-decor-detail_item:hover {
    color: black;
}

.windows-decor-detail_item.active {
    color: white;
    border-color: #D93F3C;
    background-color: #D93F3C;
}

.windows-decor-detail_text h3,
.windows-decor-detail_text .like-h3 {
    font-family: Circe, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #585858;
    margin: 0 0 40px 0;
}

.windows-decor-detail_picture {
    width: 51%;
    overflow: hidden;
    min-height: 465px;
    max-height: 465px;
}

.windows-decor-detail_picture img {
    height: 100%;
    width: auto;
    display: none;
}

.color-glass-types {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.color-glass-type {
    color: #959595;
    font-size: 20px;
    margin: 0 30px 20px 0;
    padding-bottom: 5px;
    border-bottom: 4px transparent solid;
    cursor: pointer;
}

.color-glass-type:hover {
    color: #d93f3d;
}

.color-glass-type.active {
    color: #d93f3d;
    border-color: #da4644;
}

.color-glass-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.color-glass-detail_text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.color-glass-detail_description {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.color-glass-detail_description p:first-of-type {
    margin-top: 0;
}

.color-glass-detail_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.color-glass-detail_items-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.color-glass-detail_item {
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    font-size: 20px;
    color: #959595;
    border: 1px black solid;
    border-radius: 8px;
    cursor: pointer;
}

.color-glass-detail_item:hover {
    color: black;
}

.color-glass-detail_item.active {
    color: white;
    border-color: #D93F3C;
    background-color: #D93F3C;
}

.color-glass-detail_text h3,
.color-glass-detail_text .like-h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #585858;
    margin: 0 0 40px 0;
}

.color-glass-detail_picture {
    width: 46%;
    overflow: hidden;
    max-height: 390px;
}

.color-glass-detail_picture img {
    width: 100%;
    height: auto;
}

.inner-form-recall-title {
    max-width: 630px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 24px;
    line-height: normal;
}

.inner-form-recall-title h2,
.inner-form-recall-title .like-h2 {
    text-transform: uppercase;
    color: #d93f3d;
    margin-bottom: 0;
}

.inner-form-recall-title h2 span,
.inner-form-recall-title .like-h2 span {
    color: black;
}

.inner-form-recall-title p {
    margin-top: 0;
}

.inner-form-recall form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.inner-form-recall .form-field-adaptive.type-text {
    width: 32%;
}

.inner-form-recall .form-field-adaptive.type-checkbox {
    order: 2;
    width: 40%;
    margin-top: 40px;
}

.inner-form-recall .form-field-adaptive.type-checkbox label {
    line-height: 20px;
}

.inner-form-recall.slim-view .form-field-adaptive:not(.with-description):not(.type-submit),
.inner-form-recall .form-field-adaptive.type-submit {
    margin-bottom: 0;
}

div[id^="wait_comp_"] {
    display: none;
}

.inner-free-measurement-wrap {
    background: #f5f5f5;
    position: relative;
}

.inner-free-measurement {
    width: 970px;
    max-width: 100%;
    position: relative;
    margin: auto;
    color: #959595;
}

.inner-free-measurement h2,
.inner-free-measurement .like-h2 {
    color: #d93f3d;
    margin: 0 0 60px;
    text-align: center;
}

.inner-free-measurement-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.inner-free-measurement-fields {
    width: 43%;
    max-width: 368px;
    margin-right: 16px;
}

.inner-free-measurement-text {
    width: 55%;
    max-width: 300px;
    font-size: 16px;
    line-height: 20px;
}

.inner-free-measurement-text ul.check {
    margin: 0;
}

.inner-free-measurement-buttons {
    width: 100%;
}

.inner-free-measurement-buttons .form-field-adaptive input[type="submit"] {
    margin: 30px auto;
}

.inner-free-measurement-buttons .form-field-adaptive.type-checkbox {
    max-width: 610px;
    margin: auto;
}

.inner-form-recall .form-field-adaptive.type-checkbox label,
.inner-free-measurement-buttons .form-field-adaptive.type-checkbox label {
    padding-left: 35px;
    font-size: 14px;
    line-height: 1.3;
}

.inner-form-recall .form-field-adaptive.type-checkbox .checkmark,
.inner-free-measurement-buttons .form-field-adaptive.type-checkbox .checkmark {
    top: 2px;
}

ul.check,
ul.check-square {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

ul.check li,
ul.check-square li {
    list-style: none;
    padding: 1px 0 2px 26px;
    position: relative;
}

ul.check-square li {
    padding-bottom: 10px;
}

ul.check li:before,
ul.check-square li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: url('/local/templates/okna_kazakhstan/images/svg/li-check.svg') center center no-repeat;
}

ul.check-square li:before {
    top: 1px;
    background: url('/local/templates/okna_kazakhstan/images/li-check-square.png') center center no-repeat;
}

.inner-free-measurement .form-field-adaptive.type-text {
    background: white;
    border-radius: 8px;
    border: none;
    min-height: 56px;
    margin-bottom: 16px;
}

.inner-free-measurement .inner-free-measurement-fields .form-field-adaptive.type-text:last-child {
    margin-bottom: 0;
}

.inner-free-measurement .form-field-adaptive input[type="text"],
.inner-free-measurement .form-field-adaptive input[type="email"] {
    min-height: 56px;
    line-height: 56px;
}

.mobile-show {
    display: none !important;
}

.doors-types {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: stretch;
    position: relative;
    margin: 0 -10px 30px -10px;
}

.doors-type {
    flex: 1 0 0;
    margin: 0 10px;
}

.doors-type a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    color: black;
    text-decoration: none;
}

.doors-type a:hover {
    box-shadow: 0 0 24px rgba(198, 198, 198, 0.7);
}

.doors-type a .doors-type-picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.doors-type a .doors-type-picture img,
.doors-type a .doors-type-picture picture,
.doors-type a .doors-type-picture picture img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    /*display: block;*/
    object-fit: cover;
}

.doors-type-name {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 15px;
    font-size: 22px;
    color: black;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    font-family: Circe, sans-serif;
    margin: 0;
}

.doors-type a:hover .doors-type-name {
    background: rgba(255, 255, 255, 0.8);
}

.doors-icons-wrap {
    background: #f5f5f5;
}

.doors-icons-wrap .content {
    padding: 20px 0;
}

.doors-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.doors-icon {
    width: 46%;
    margin: 30px 0;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.doors-icon:before {
    content: '';
    display: block;
    width: 80px;
    height: 57px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.doors-models-sections {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.doors-models-section {
    background: white;
    color: black;
    font-size: 20px;
    line-height: 38px;
    width: 218px;
    border: 1px #710002 solid;
    border-radius: 8px;
    margin: 0 30px 5px 0;
    text-align: center;
    cursor: pointer;
}

.doors-models-section:hover {
    border-color: #D93F3C;
    color: #D93F3C;
}

.doors-models-section.active,
.doors-models-section.active:hover {
    border-color: #d93f3d;
    background-color: #d93f3d;
    color: white;
}

.doors-models-sections-blocks {
    position: relative;
    height: 830px;
}

.doors-models-section-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.doors-models-section-block.active {
    z-index: 5;
    visibility: visible !important;
}

.doors-models-section-block .models-items.models-items-product {
    padding-top: 0;
}

.slider-doors-recall .wood-block,
.discover-wood .wood-block {
    background: url("/local/templates/okna_kazakhstan/images/wood-block-bg.jpg") center bottom no-repeat;
    background-size: cover;
}

.slider-doors-recall .wood-block:before,
.discover-wood .wood-block:before {
    display: none;
}

.discover-wood .impossible-icon-text {
    font-size: 20px;
}

.discover-wood .impossible-text {
    width: 380px;
    box-sizing: border-box;
    padding-right: 60px;
    font-size: 20px;
    height: auto;
    min-height: 510px;
}

.discover-wood .impossible-text p:not(:first-of-type) {
    margin: 15px 0;
}

.discover-wood .impossible-picture {
    left: 380px;
    background-image: url("/local/templates/okna_kazakhstan/images/discover-wood-bg.jpg");
}

.seo-links-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.seo-links-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 30px 0;
    box-shadow: 0 0 24px rgba(198, 198, 198, 0.48);
    text-decoration: none;
    color: #6a6a6a;
}

.seo-links-item:hover {
    color: black;
    text-decoration: underline;
    box-shadow: 0 0 24px rgb(180, 180, 180);
}

.seo-links-item_price {
    color: #cb3f3f;
    white-space: nowrap;
    margin-left: 40px;
    flex-shrink: 0;
}

.seo-links-item:hover .seo-links-item_price {
    text-decoration: underline;
    color: #cb3f3f;
}

.window-material-page {
    padding-top: 0;
    padding-bottom: 0;
}

.window-material-page + .footer,
.no-footer-distance + .footer {
    margin-top: 0;
}

.no-footer-distance {
    padding-bottom: 0;
}

.windows-material-main-banner {
    position: relative;
}

.windows-material-main-banner .content {
    max-width: 1440px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.windows-material-main-banner_picture {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.windows-material-main-banner_picture img {
    display: block;
    /*min-width: 100%;*/
    object-fit: cover;
    height: auto;
    /*width: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);*/
    position: relative;
}

.windows-material-main-banner_text {
    position: absolute;
    top: 7%;
    right: 14%;
    width: 490px;
    min-height: 73%;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 30px 30px 10px;
    text-align: right;
    box-sizing: border-box;
    color: #303030;
    font-size: 24px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 90%;
}

.windows-material-main-banner_text h2,
.windows-material-main-banner_text .like-h2 {
    text-transform: uppercase;
    max-width: 260px;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 48px;
}

.windows-material-main-banner_text p {
    margin: 5px 0;
}

.windows-material-main-banner_text .like-button {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.windows-material-advantages-block {
    overflow: initial;
}

.windows-material-advantages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
}

.windows-material-advantage {
    width: 24%;
    position: relative;
    padding: 40px 0;
    cursor: pointer;
}

.windows-material-advantage_icon {
    max-width: 180px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.windows-material-advantage_icon:before {
    content: '';
    display: block;
    width: 80px;
    height: 60px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.windows-material-advantage_icon.icon-device:before {
    width: 60px;
    background-size: 100% auto;
}

.windows-material-advantage_hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    padding: 30px 16px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

.windows-material-advantage_hover p {
    margin-top: 0;
}

.windows-material-advantage:hover .windows-material-advantage_hover {
    opacity: 1;
    visibility: inherit;
}

.windows-material-advantage_hover .red-line {
    margin: 25px auto 0 auto;
}

.window-material-page .inner-form-recall-title {
    max-width: 700px;
}

.windows-material-feature {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.windows-material-feature_text {
    width: 47%;
}

.color-glass-detail_description h3,
.color-glass-detail_description .like-h3,
.windows-material-feature_text h3,
.windows-material-feature_text .like-h3 {
    font-family: Circe, sans-serif;
    text-transform: uppercase;
    color: #585858;
    font-size: 20px;
    margin: 0 0 40px;
}

.windows-material-feature_picture {
    width: 50%;
    overflow: hidden;
}

.windows-material-feature_picture img {
    max-width: 100%;
}

.windows-material-features .windows-material-feature:nth-of-type(2n) .windows-material-feature_picture {
    order: -1;
}

.windows-material-equation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.windows-material-equation-item {
    width: 24%;
    max-width: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.windows-material-equation-item:before {
    content: '';
    display: block;
    width: 80px;
    height: 60px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.windows-material-equation-item.sign-plus:after,
.windows-material-equation-item.sign-equal:after {
    content: '=';
    font-size: 36px;
    color: #6f0000;
    position: absolute;
    top: 30px;
    right: 0;
}

.windows-material-equation-item.sign-plus:after {
    content: '+';
}

.windows-material-equation-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.product-material-data-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product-material-data-tab {
    /*background: #f5f5f5;
    color: #959595;*/
    background: white;
    color: black;
    font-size: 20px;
    line-height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 218px;
    /*border: 1px #710002 solid;*/
    border: 1px #000000 solid;
    border-radius: 8px;
    margin: 0 30px 10px 0;
    text-align: center;
    cursor: pointer;
}

.product-material-data-tab:hover {
    border-color: #D93F3C;
    color: #D93F3C;
}

.product-material-data-tab.active,
.product-material-data-tab.active:hover {
    background-color: #D93F3C;
    border-color: #D93F3C;
    color: white;
}

.product-material-data-blocks {
    position: relative;
}

.product-material-data-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.product-material-data-block.active {
    z-index: 5;
    visibility: visible !important;
}

.popular-colors {
    background: url("/local/templates/okna_kazakhstan/images/popular-colors-bg.jpg") center center no-repeat;
    background-size: auto 100%;
}

.popular-colors-flex {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.popular-colors-select {
    width: 50%;
    box-sizing: border-box;
    padding: 0 25px;
}

.popular-colors-type {
}

.popular-colors-flex > .popular-colors-type {
    width: 100%;
}

.popular-colors-type_title {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
}

.popular-colors-type_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin: 0 -15px;
}

.popular-colors-type_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90px;
    cursor: pointer;
}

.popular-colors-type_item-picture {
    height: 57px;
    width: 57px;
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 5px;
}

.popular-colors-type_item-picture img {
    display: block;
    height: auto;
    width: 100%;
}

.popular-colors-type_item-name {
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    min-height: 20px;
}

.popular-colors-type_item:hover .popular-colors-type_item-name,
.popular-colors-type_item.active .popular-colors-type_item-name {
    text-decoration: underline;
}

.popular-colors-type_item:hover .popular-colors-type_item-picture,
.popular-colors-type_item.active .popular-colors-type_item-picture {
    box-shadow: 0 0 15px rgb(190, 190, 190);
}

.popular-colors-picture {
    max-width: 550px;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.popular-colors-picture-property {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.popular-colors-picture-property.property-material {
    position: relative;
}

.popular-colors-picture-property img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.popular-colors-picture-property.property-color {
    z-index: 2;
    left: 32%; /*175px*/
    height: 100%;
}

.popular-colors-picture-property.property-handle-color {
    z-index: 2;
    top: 27%; /*127px*/
    left: 36.7%; /*203px*/
    height: 38.3%;
}

.popular-colors-picture-property.active {
    display: block;
}

.show-1024,
.show-1200,
.show-800 {
    display: none !important;
}

.product-material-data-block .windows-decors-type {
    display: none;
}

.product-material-data-block .windows-decors-type-slim {
    display: flex;
}

.windows-material-prices {
    position: relative;
    margin: 0 -10px;
}

.windows-material-prices .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.windows-material-prices-actuality {
    font-size: 14px;
    color: #959595;
    padding: 10px 0;
}

.windows-material-price-item-wrap {
    padding: 10px;
}

.windows-material-price-item {
    box-sizing: border-box;
    width: 265px;
    min-height: 530px;
    border: 1px #d7d7d7 solid;
    box-shadow: 0 0 10px rgba(198, 198, 198, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 10px;
    margin: auto;
}

.windows-material-price-item_picture {
    position: relative;
    height: 260px;
}

.windows-material-price-item_picture img {
    display: block;
    max-width: 100%;
    margin-top: 6px;
    max-height: 155px;
}

.windows-material-price-item_picture.balcony-block img {
    max-height: 100%;
    margin-top: 0;
}

.windows-material-price-item a.like-button {
    width: 100% !important;
    margin: 0;
    box-sizing: border-box;
}

.windows-material-price-item_height {
    font-size: 16px;
    position: absolute;
    top: 70px;
    left: -38px;
    transform: rotate(-90deg);
}

.windows-material-price-item_width {
    font-size: 16px;
    position: absolute;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
}

.balcony-block .windows-material-price-item_width {
    transform: none;
    left: 15px;
}

.windows-material-price-item_name {
    font-size: 20px;
    padding-bottom: 10px;
}

.windows-material-price-item_text {
    color: #959595;
    font-size: 16px;
}

.windows-material-price-item_price {
    font-size: 20px;
    color: #d93f3d;
    font-weight: bold;
    padding-top: 10px;
}

.recommended-option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.recommended-option_picture {
    position: relative;
    margin-left: 7%;
}

.recommended-option_picture-wrap {
    position: relative;
    max-height: 100%;
}

.recommended-option_picture img {
    max-height: 100%;
    display: block;
}

.recommended-option_text {
    /*color: #959595;*/
    color: black;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommended-option_text-inner {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recommended-option_text-inner p:last-of-type {
    margin-bottom: 0;
}

.recommended-option_text h3,
.recommended-option_text .like-h3,
.recommended-option_text h4 {
    text-transform: uppercase;
    /*color: #959595;*/
    color: #585858;
    font-size: 20px;
    font-weight: normal;
    font-family: Circe, sans-serif;
}

.recommended-option_text h3,
.recommended-option_text .like-h3 {
    margin-top: 0;
}

.recommended-option_text h4 {
    font-size: 18px;
}

.recommended-option_text h4.red {
    color: #d93f3d;
}

.recommended-option_text a.like-button {
    margin-left: auto;
    margin-bottom: 0;
}

.energy-saving .recommended-option_text a.like-button {
    width: 310px !important;
}

.premium-glass .recommended-option_text a.like-button {
    width: 260px !important;
}

.recommended-option-plus {
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    padding: 5px 10px 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: flex-start;
    border-radius: 2px;
    width: 28px;
    transition: width, height 0.3s;
    outline: none;
}

.recommended-option-plus.bottom-text {
    align-items: flex-end;
}

.recommended-option-plus-icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
    color: white;
    line-height: 21px;
    text-align: center;
    background: #d93f3d;
    border-radius: 100%;
    flex-shrink: 0;
    transition: all 0.3s;
}

.recommended-option-plus.bottom-text .recommended-option-plus-icon {
    margin-bottom: 5px;
}

.white-plus .recommended-option-plus:not(.open) .recommended-option-plus-icon {
    background: white;
}

.recommended-option-plus-icon:before {
    content: '';
    height: 16px;
    width: 1px;
    background: white;
    position: absolute;
    top: 4px;
    left: 12px;
    cursor: pointer;
}

.recommended-option-plus-icon:after {
    content: '';
    height: 16px;
    width: 1px;
    background: white;
    position: absolute;
    top: 4px;
    left: 12px;
    cursor: pointer;
    transform: rotate(90deg);
}

.white-plus .recommended-option-plus:not(.open) .recommended-option-plus-icon:before {
    color: #d93f3d;
}

.recommended-option-plus.open {
    background: white;
    box-shadow: 0 0 24px rgba(198, 198, 198, 0.7);
    cursor: auto;
    z-index: 11;
    width: 310px;
    padding-right: 30px;
    max-width: calc(100vw - 30px);
}

.recommended-option-plus.open .recommended-option-plus-icon {
    transform: rotate(45deg);
    background: white;
}

.recommended-option-plus.open .recommended-option-plus-icon:before,
.recommended-option-plus.open .recommended-option-plus-icon:after {
    background: #d93f3d;
}

.recommended-option-plus-text {
    display: none;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-family: Circe, sans-serif;
}

.recommended-option-plus.open .recommended-option-plus-text {
    display: block;
}

.recommended-option-plus-text h3,
.recommended-option-plus-text .like-h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    /*margin: 10px 10px 15px;*/
    margin: 10px 0 15px;
    padding: 0 0 15px;
    font-weight: normal;
    font-family: Circe, sans-serif;
    text-align: center;
    border-bottom: 3px #d93f3d solid;
}

.recommended-option-plus-text p {
    margin-top: 5px;
}

.agree-error {
    font-size: 14px;
    color: #D93F3C;
}

.price-page h1 {
    padding-top: 40px;
    font-size: 56px;
}

.windows-prices {
    position: relative;
}

.windows-prices-item {
    margin-bottom: 100px;
}

.windows-prices-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpi-title {
    width: 272px;
    flex-shrink: 0;
}

.wpi-title h2,
.wpi-title .like-h2 {
    font-size: 42px;
    margin-top: 20px;
}

.wpi-tabs {
    position: relative;
    flex: 1 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 675px;
}

.wpi-tab {
    font-family: Circe, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #A39EA1;
    padding: 8px 10px 4px;
    cursor: pointer;
    border-bottom: 4px transparent solid;
    margin: 0 5px;
}

.wpi-tab:hover {
    color: #D93F3C;
}

.wpi-tab.active {
    color: #D93F3C;
    border-color: #D93F3C;
}

.wpi-tab-profile-select {
    display: flex;
}

.wpi-tab-profile-select-text {
    white-space: nowrap;
}

.wpi-tab-profile-select-items {
    display: flex;
    flex-wrap: wrap;
}

.cottage-prices .wpi-tab-profile-select-items {
    padding: 20px 0 10px;
    justify-content: space-between;
    display: none;
}

.wpi-tab-profile-select-item {
    margin: 0 5px;
    white-space: nowrap;
}

.wpi-tab-profile-select-item.active {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.cottage-prices .wpi-tab-profile-select-item {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    text-decoration: none;
    color: #A39EA1;
}

.cottage-prices .wpi-tab-profile-select-item.active {
    color: black;
}

.wpi-tab-body-slider {
    display: flex;
}

.windows-prices-item-bottom {
    display: flex;
    align-items: stretch;
}

.wpi-picture {
    box-sizing: border-box;
    width: 272px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
}

.windows-prices-item:not(.hide-slider-padding) .wpi-picture {
    margin-bottom: 86px;
}

.wpi-picture-wrap {
    position: relative;
}

.wpi-picture-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.wpi-picture-wrap.one-leaf-window {
    width: 150px;
}

.wpi-picture-wrap.two-leaf-window {
    width: 193px;
}

.wpi-picture-wrap.three-leaf-window {
    width: 221px;
}

.wpi-picture-wrap.balcony-window {
    width: 185px;
}

.wpi-picture-height {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 16px;
    line-height: 20px;
    color: black;
}

.wpi-picture-width {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 20px;
    color: black;
}

.wpi-tab-bodies {
    flex: 1 0 0;
    position: relative;
}

.wpi-tab-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.wpi-tab-body.active {
    z-index: 5;
    visibility: visible !important;
}

.wpi-slider-item {
    padding: 0 16px;
}

.windows-prices-item.hide-slider-padding .slider-with-line.slick-slider {
    padding-bottom: 0;
}

.wpi-slider-item .red-line {
    margin: 12px 0 14px;
    height: 2px;
    width: 40px;
}

.wpi-slider-item .like-button {
    max-width: 176px;
    padding: 12px 10px;
    margin-top: 0;
}

.wpi-slider-item_name {
    font-size: 24px;
    line-height: 32px;
    color: #6F0000;
    padding-bottom: 16px;
}

.wpi-slider-item_prop {
    font-size: 16px;
    line-height: 20px;
    color: #A39EA1;
    margin-bottom: 4px;
}

.wpi-slider-item_prop span {
    color: black;
}

.wpi-slider-item_price {
    font-size: 32px;
    line-height: 42px;
    color: #D93F3C;
    margin: 12px 0 16px;
}

.wpi-slider-item_price span {
    font-size: 16px;
}

.windows-prices-contacts {
    width: 100%;
    margin-top: 15px;
}

.windows-prices-contacts .content {
    padding: 0;
}

.windows-prices-contacts:not(.fixed) .content {
    margin: 0;
}

.windows-prices-contacts-wrap {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1056px;
}

.windows-prices-contacts.fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 100%;
    z-index: 20;
}

.windows-prices-contacts.hidden {
    visibility: hidden;
    z-index: -1;
}

.windows-prices-contacts_text {
    font-size: 16px;
    line-height: 1.25;
    color: #7D7D7D;
    max-width: 530px;
}

.windows-prices-contacts_phone {
    font-size: 32px;
    color: #D93F3C;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 30px;
}

.windows-prices-contacts_phone:hover {
    text-decoration: underline;
}

.cottage-promo {
    height: 400px;
    position: relative;
    max-width: 1440px;
    background: url("/local/templates/okna_kazakhstan/images/cottage-promo-bg.jpg") center center no-repeat;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.cottage-promo .content {
    height: 100%;
    padding: 0;

}

.cottage-promo-black {
    height: 100%;
    position: relative;
    padding-right: 100px;
    display: inline-flex;
    align-items: center;
}

.cottage-promo-black:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.cottage-promo-text {
    color: white;
    font-size: 24px;
    line-height: 32px;
    max-width: 365px;
}

.cottage-promo-text h2,
.cottage-promo-text .like-h2 {
    font-size: 42px;
    line-height: 1.33;
    color: white;
    margin-top: 0;
}

.cottage-params-block .house-area {
    font-size: 24px;
    line-height: 24px;
}

.cottage-params-block .glazing-area {
    font-size: 16px;
    line-height: 20px;
    color: #a4a4a4;
}

.cottage-prices .windows-prices-item-top {
    margin-bottom: 20px;
}

.cottage-prices .wpi-tabs {
    max-width: 540px;
}

.cottage-prices .wpi-slider-item_name {
    color: black;
    padding-bottom: 5px;
}

.cottage-prices .wpi-slider-item_name,
.cottage-prices .wpi-slider-item_price {
    max-width: 195px;
    text-align: center;
}

.cottage-prices .wpi-picture {
    padding: 0;
    height: 240px;
}

.cottage-prices .wpi-tab-bodies {
    height: 240px;
}

.cottage-prices .windows-prices-item-bottom {
    align-items: flex-start;
}

.cottage-prices .wpi-slider-item {
    height: 240px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.cottage-prices .wpi-slider-item_price {
    flex: 1 0 0;
}

.cottage-prices .wpi-slider-item .like-button {
    margin-bottom: 0;
}

.grey-text-block,
.cottage-prices-undertext {
    background: #F5F5F5;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #7D7D7D;
    padding: 24px 32px;
    margin-top: 32px;
}

.grey-text-block {
    color: black;
    padding: 30px;
}

.grey-text-block p,
.cottage-prices-undertext p {
    margin: 0;
    max-width: 760px;
}

.cottages-measurement-form {
    max-width: 1440px;
    margin: 20px auto;
    background: url("/local/templates/okna_kazakhstan/images/cottages-measurement-form-bg.jpg") center center no-repeat;
    height: 580px;
}

.cottages-measurement-form .content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    height: 100%;
}

.cottage-form h2,
.cottage-form .like-h2 {
    color: white;
    font-size: 42px;
    line-height: 48px;
    margin: 0;
}

.cottage-form h2 span,
.cottage-form .like-h2 span {
    display: block;
}

.cottage-form p {
    max-width: 365px;
}

.cottage-form form {
    display: block;
    max-width: 342px;
}

.cottage-form .agree-error {
    line-height: 14px;
}

.cottage-form .form-field-adaptive.type-checkbox .checkmark {
    background: white;
    height: 16px;
    width: 16px;
    border-radius: 4px;
}

.cottage-form .form-field-adaptive.type-checkbox label {
    font-size: 12px;
    line-height: 14px;
    padding-left: 24px;
    max-width: 300px;
}

.cottage-form .form-field-adaptive.type-checkbox label a {
    color: white;
}

.cottage-form .form-field-adaptive.type-checkbox label .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
}

.cottage-form .form-field-adaptive.type-text {
    background: white;
    border-radius: 8px;
    height: 56px;
}

.cottage-form .form-field-adaptive input[type="submit"] {
    width: 100%;
    padding: 12px 10px;
}

.cottage-form .form-field-adaptive input[type="text"],
.cottage-form .form-field-adaptive input[type="email"] {
    min-height: 56px;
    line-height: 56px;
}

.price-forming-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}

.price-forming-item {
    width: 30%;
    flex-shrink: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.price-forming-item-wrap {
    box-sizing: border-box;
    max-width: 272px;
    padding-right: 40px;
}

.price-forming-item-title {
    display: flex;
    align-items: center;
    min-height: 77px;
}

.price-forming-item-title svg {
    height: 60px;
    width: 60px;
    margin-right: 32px;
    flex-shrink: 0;
}

.price-forming-item-title img {
    display: block;
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    margin-right: 32px;
    flex-shrink: 0;
}

.price-forming-item-title span {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #6F0000;
}

.price-forming-item-title span:after {
    content: '';
    display: block;
    height: 3px;
    width: 55px;
    margin-top: 10px;
    background: #D93F3C;
}

.smaller-headers h2,
.smaller-headers .like-h2 {
    font-size: 42px;
    line-height: 48px;
}

.contacts-page h2,
.contacts-page .like-h2 {
    font-size: 42px;
    line-height: 56px;
}

.contacts-block {
    box-shadow: 0px 0px 10px rgba(159, 159, 159, 0.25);
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 26px;
}

.contacts-block.no-bg {
    box-shadow: none;
}

.contacts-block-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 7px;
}

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

.contacts-block-row .contacts-block-col:last-of-type {
    width: 35%;
}

.contacts-block.no-bg .contacts-block-row .contacts-block-col:first-of-type,
.contacts-block.no-bg .contacts-block-title {
    position: relative;
    margin-left: -40px;
}

.contacts-block a.like-button {
    margin: 0;
    padding: 12px 10px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 32px;
}

.contact-icon {
    display: flex;
    padding: 9px 0;
    font-size: 16px;
    line-height: 20px;
}

.contact-icon span {
    padding-top: 3px;
}

.contact-icon a {
    text-decoration: none;
}

.contact-icon a:hover {
    text-decoration: underline;
}

.contact-icon:before {
    content: '';
    height: 24px;
    width: 24px;
    margin-right: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.contact-ip {
    padding: 9px 0;
}

.contact-icon.contact-geo:before {
    background-image: url("/local/templates/okna_kazakhstan/images/svg/contact-geo.svg");
    background-size: 16px 20px;
}

.contact-icon.contact-worktime:before {
    background-image: url("/local/templates/okna_kazakhstan/images/svg/contact-worktime.svg");
    background-size: 19px 19px;
}

.contact-icon.contact-phone:before {
    background-image: url("/local/templates/okna_kazakhstan/images/svg/contact-phone.svg");
    background-size: 18px 18px;
}

.contact-icon.contact-email:before {
    background-image: url("/local/templates/okna_kazakhstan/images/svg/contact-email.svg");
    background-size: 20px 16px;
}

.tabs__content {
    display: none;
    height: 600px;
}

.tabs__content.active {
    display: block;
}

.tabs__caption {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
    display: flex;
}

.tabs__caption li {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    cursor: pointer;
    color: #F54426;
    border-bottom: 1px dashed #F54426;
    padding: 2px 0;
    margin-right: 60px;
}

.tabs__caption li.active {
    border-bottom: 1px dashed #FFF;
    color: #000;
}

.header-fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    background: #D93F3C;
    box-shadow: 0 4px 4px rgba(217, 63, 60, 0.25);
    height: 54px;
    font-size: 16px;
    line-height: 25px;
    color: white;
}

.header-fixed .content {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-fixed-col {
    display: flex;
    align-items: center;
}

.header-fixed a {
    color: white;
    text-decoration: none;
}

.header-fixed a:hover {
    text-decoration: underline;
}

.header-fixed-icon {
    display: flex;
    align-items: center;
}

.header-fixed-icon:before {
    content: '';
    height: 24px;
    width: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
}

.header-fixed-icon.measurement {
    text-transform: uppercase;
    margin-right: 45px;
}

.header-fixed-icon.measurement:before {
    background-image: url("/local/templates/okna_kazakhstan/images/svg/measurement-white.svg");
    background-size: 24px 24px;
}

.header-fixed-icon.phone-icon {
    text-transform: uppercase;
}

.header-fixed-icon.phone-icon:before {
    background: url("/local/templates/okna_kazakhstan/images/svg/phone-white.svg") left center no-repeat;
    background-size: 17px 17px;
}

.header-fixed-icon.worktime-icon {
    margin: 0 45px;
}

.header-fixed-icon.worktime-icon:before {
    background: url("/local/templates/okna_kazakhstan/images/svg/worktime-white.svg") left center no-repeat;
    background-size: 19px 19px;
}

.header-fixed .header-phone,
.header-fixed .call-link {
    font-size: 24px;
    line-height: 150%;
    white-space: nowrap;
    padding: 0;
    width: auto;
    height: auto;
    font-family: inherit;
    background: none;
}

.free-measurement-with-file {
    color: black;
}

.free-measurement-with-file .inner-free-measurement-buttons {
    max-width: 370px;
    width: 100%;
}

.free-measurement-with-file .inner-free-measurement-buttons .form-field-adaptive input[type="submit"] {
    width: 100%;
}

.free-measurement-with-file .inner-free-measurement-buttons .form-field-adaptive.type-checkbox label {
    font-size: 12px;
}

.slider-doors-best-choice {
    font-size: 16px;
    margin-top: 30px;
}

.slider-doors-best-choice p {
    max-width: 272px;
    line-height: 20px;
}

.slider-doors-best-choice .windows-best-choice-item_title {
    margin-bottom: 20px;
}

.slider-doors-best-choice-mobile {
    max-width: 335px;
    margin: 0 auto 30px;
    position: relative;
    font-size: 18px;
}

.slider-doors-best-choice-mobile p {
    max-width: 340px;
}

.slider-doors-models {
    position: relative;
    margin: 0 -10px;
}

.slider-doors-models .slick-track {
    display: flex;
    align-items: stretch;
}

.slider-doors-models .window-link {
    width: 368px;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(159, 159, 159, 0.25);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    min-height: 528px;
    position: relative;
}

.slider-doors-models .window-block {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.slider-doors-models .window-text {
    position: relative;
    left: auto;
    top: auto;
    flex: 1 0 0;
}

.slider-doors-models .window-picture {
    position: relative;
    left: auto;
    bottom: auto;
    height: 390px;
    margin: 0 -1px;
}

.slider-doors-models .window-picture img {
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    object-fit: cover;
}

.slider-doors-models .window-name {
    padding-top: 24px;
    font-family: Circe, sans-serif;
    margin: 0;
}

.slider-doors-models .window-name-icon-text {
    padding-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.slider-doors-models .window-name-text {
    line-height: 20px;
    padding-bottom: 24px;
    max-width: 240px;
    padding-left: 15px;
    display: block;
}

.slider-doors-models.window-items .slick-nums {
    bottom: 12px;
    position: absolute;
    margin-top: 0;
}

.slider-doors-page {
    padding-top: 0;
}

.slider-doors-page .windows-material-advantage_icon:before {
    margin-bottom: 20px;
}

.slider-doors-page .windows-material-advantage_icon {
    max-width: none;
}

.slider-doors-recall.impossible-block {
    min-height: 464px;
}

.slider-doors-recall .wood-block:before {
    background: rgba(255, 255, 255, 0.8);
}

.slider-doors-recall .impossible-text {
    max-width: 450px;
    height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-doors-recall .impossible-text h2,
.slider-doors-recall .impossible-text .like-h2 {
    margin-top: 0;
}

.slider-doors-recall .impossible-picture {
    background-image: url("/local/templates/okna_kazakhstan/images/slider-doors-recall-bg.jpg");
    top: -50px;
    bottom: -50px;
    height: 564px;
    left: 453px;
    width: 70%;
}

.slider-doors-recall .round-form {
    max-width: 345px;
}

.round-form .form-field-adaptive.type-text {
    background: white;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 54px;
    height: 56px;
    padding: 0 13px;
}

.round-form .form-field-adaptive {
    margin-bottom: 16px;
}

.round-form .form-field-adaptive input[type="text"],
.round-form .form-field-adaptive input[type="email"] {
    min-height: 54px !important;
    line-height: 24px !important;
}

.round-form .form-field-adaptive input::placeholder {
    color: #A4A4A4;
}

.round-form .form-field-adaptive.type-checkbox label {
    font-size: 12px;
    line-height: 14px;
    padding-left: 35px;
}

/*.round-form .form-field-adaptive.type-checkbox label a{
    color: black;
}*/
.round-form .form-field-adaptive input[type="submit"] {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
}

.round-form .inner-form-recall form {
    max-width: 1050px;
    margin: auto;
}

.round-form .inner-form-recall form .form-field-adaptive {
    margin: 0 8px 16px !important;
    border: none;
}

.round-form .inner-form-recall .form-field-adaptive.type-text {
    width: calc(37% - 16px);
}

.round-form .inner-form-recall .form-field-adaptive.type-submit {
    width: calc(26% - 16px);
}

.doors-section-banner {
    position: relative;

    margin-bottom: 55px;
}

.doors-section-banner_text h1,
.doors-section-banner_text .like-h1 {
    color: white;
    margin: 0;
    padding: 0;
}

.doors-section-banner_picture {
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 600px;
    min-height: 485px;
}

.doors-section-banner_picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.doors-section-banner_picture-swipe {
    height: 600px;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.doors-section-banner_picture-swipe picture {
    display: block !important;
    height: 100%;
}

.doors-section-banner_picture-swipe picture img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
}

.doors-section-banner_text {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    color: white;
}

.doors-section-banner_text .content {
    height: 100%;
    padding: 0;
}

.doors-section-banner_text-flex {
    height: 100%;
    width: 500px;
    box-sizing: border-box;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
}

.doors-section-banner_text-block {
    font-size: 24px;
    line-height: 32px;
    margin: 8px 0 40px;
}

.doors-section-banner_text-price {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
}

.doors-section-banner .round-form {
    max-width: 370px;
}

.agreement-text {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 16px;
}

.doors-section-banner_text .agreement-text a {
    color: white;
}

.window-detail-page {
    padding-top: 0;
}

.doors-section-banner_picture picture {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
}

.doors-section-banner_picture picture img {
    min-height: 100%;
    object-fit: cover;
}

.window-detail-page .doors-section-banner_text .content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.window-detail-page .doors-section-banner_text-flex {
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    padding: 40px 40px 40px 20px;
    width: 465px;
    align-items: flex-end;
    text-align: right;
}

.window-detail-page .doors-section-banner_text {
    color: black;
}

.window-detail-page .doors-section-banner_text h1,
.window-detail-page .doors-section-banner_text .like-h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    color: black;
}

.window-detail-page .doors-section-banner_text h1 span,
.window-detail-page .doors-section-banner_text .like-h1 span {
    white-space: nowrap;
}

.window-detail-page .doors-section-banner_text-block {
    margin: 16px 0 24px;
}

.window-detail-page .doors-section-banner_text-price {
    font-size: 24px;
}

.window-detail-page .doors-section-banner_text-price span {
    color: #D93F3C;
}

.window-detail-page .doors-section-banner_text .agreement-text,
.window-detail-page .doors-section-banner_text .type-checkbox {
    order: 2;
    text-align: left;
}

.window-detail-page .round-form .form-field-adaptive input[type="submit"] {
    font-size: 18px;
}

.window-detail-page .doors-section-banner .round-form .form-field-adaptive.type-checkbox .checkmark {
    background: white;
}

.window-detail-page .doors-section-banner_text .agreement-text a {
    color: black;
}

.window-detail-page .doors-section-banner .round-form form {
    display: flex;
    flex-direction: column;
}

.round-form .agree-error {
    font-size: 14px;
    line-height: 16px;
}

.window-detail-icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 100px 0 0;
}

.window-detail-icon-block_picture {
    height: 65px;
    width: 65px;
}

.window-detail-icon-block_picture img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.window-detail-icon-block_title {
    font-size: 42px;
    line-height: 48px;
    margin: 24px 0 15px;
    font-family: 'FranklinGothicBookXCmpC', sans-serif;
}

.window-detail-icon-block_title span {
    color: #D93F3C;
}

.window-detail-icon-block_text {
    max-width: 700px;
    margin-bottom: 100px;
}

.window-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.window-detail-row.half-distance {
    margin: 80px 0;
}

h2 + .window-detail-row.half-distance,
.like-h2 + .window-detail-row.half-distance {
    margin-top: 40px;
}

.window-detail-col {
    width: 50%;
    box-sizing: border-box;
}

.window-detail-col-picture {
    height: 464px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.window-detail-col-picture.blinds-colors {
    height: auto !important;
    max-height: none;
}

.window-detail-col-picture.image-auto-height {
    height: auto;
}

.window-detail-col-picture-item {
    height: 464px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.window-detail-col-picture picture {
    height: 100%;
    display: block;
}

.window-detail-col-picture img {
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.russo-item .window-detail-col-picture {
    justify-content: flex-start;
    padding-right: 20px;
}

.russo-item .window-detail-col-picture.full-width {
    /*justify-content: center;*/
}

.russo-item .window-detail-col-picture img,
.impero-item .window-detail-col-picture img {
    min-width: auto;
}

.window-detail-col-picture .window-detail-slider img {
    min-width: 100%;
}

.russo-item .window-detail-col-text {
    margin-left: 0 !important;
}

.window-detail-icons-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 -10px;
}

.window-detail-icon-item {
    max-width: 145px;
    margin: 0 10px;
}

.window-detail-icon-item.min-item {
    flex-basis: 110px;
}

.window-detail-icon-item_picture {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.window-detail-icon-item_picture img {
    display: block;
    /*max-width: 33px;
    max-height: 30px;*/
    object-fit: cover;
}

.window-detail-icon-item_text {
    font-size: 16px;
    line-height: 20px;
}

.window-detail-wood-text {
    max-width: 465px;
    margin-right: 30px;
}

.window-detail-complectation-block {
    margin: 100px 0 40px;
}

.window-detail-complectation-block h2 span,
.window-detail-complectation-block .like-h2 span {
    white-space: nowrap;
}

.window-detail-complectation-block .window-detail-col-picture {
    height: 545px;
}

.window-detail-complectation-block .window-detail-col-picture.recommended-picture {
    overflow: initial;
}

.window-detail-complectation-block .recommended-option_picture {
    margin: 0 auto;
    display: inline-block;
    height: 100%;
}

.window-detail-complectation-block .recommended-option_picture-wrap {
    height: 100%;
}

.window-detail-complectation-block .recommended-option-plus.open {
    width: 265px;
    padding-right: 15px;
}

.window-detail-complectation-block .recommended-option-plus-text {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 9px;
    position: relative;
    margin-left: -10px;
}

.window-detail-complectation-block .recommended-option-plus-text h3,
.window-detail-complectation-block .recommended-option-plus-text .like-h3 {
    font-size: 16px;
    line-height: 20px;
    border-bottom: none;
    position: relative;
    margin-top: 18px;
}

.window-detail-complectation-block .recommended-option-plus-text h3:after,
.window-detail-complectation-block .recommended-option-plus-text .like-h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 55px;
    background: #D93F3C;
}

.window-detail-row .window-detail-col:nth-child(even) .window-detail-col-text,
.window-detail-complectation {
    margin-left: 15%;
    max-width: 465px;
}

.window-detail-row .window-detail-col:nth-child(odd) .window-detail-col-text {
    margin-right: 15%;
    max-width: 465px;
}

.window-detail-col-text h3:not(.like-h2),
.window-detail-col-text .like-h3 {
    font-family: Circe, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #959595;
}

.window-detail-col-text-title,
.window-detail-complectation-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
    font-family: Circe, sans-serif;
}

.window-detail-complectation-item {
    margin-bottom: 8px;
    color: #a4a4a4;
    font-size: 16px;
    line-height: 20px;
}

.window-detail-complectation-item span {
    color: black;
}

.window-detail-complectation-buttons {
    display: flex;
    flex-wrap: wrap;
}

.window-detail-complectation-buttons .like-button {
    box-sizing: border-box;
    width: 224px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 32px;
}

.window-detail-complectation-buttons .like-button:last-of-type {
    margin-right: 0;
}

.window-detail-features-tabs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
}

.window-detail-features-tab {
    flex: 1 0 0;
    border-bottom: 1px #E1E1E1 solid;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
}

.window-detail-features-tab.active {
    color: #D93F3C;
    border-color: #D93F3C;
}

.window-detail-features-block {

}

.window-detail-features {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 -10px;
}

.window-detail-features[data-tab] {
    display: none;
}

.window-detail-features.active[data-tab] {
    display: flex;
}

.window-detail-feature {
    box-sizing: border-box;
    margin: 20px 10px;
    width: 25%;
    font-size: 18px;
    line-height: 24px;
    flex-basis: 180px;
    min-height: 120px;
    position: relative;
}

.window-detail-feature-animate {
    display: none;
}

.window-detail-feature-description {
    display: none;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 50;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(159, 159, 159, 0.25);
    width: 220px;
    padding: 23px 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.window-detail-feature-description h3,
.window-detail-feature-description .like-h3 {
    font-family: Circe, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding-bottom: 16px;
    position: relative;
}

.window-detail-feature-description h3:after,
.window-detail-feature-description .like-h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 55px;
    background: #D93F3C;
}

.window-detail-feature-description_close {
    position: absolute;
    height: 14px;
    width: 14px;
    top: 6px;
    left: 6px;
    transform: rotate(45deg);
}

.window-detail-feature-description_close:before,
.window-detail-feature-description_close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 14px;
    background: #D93F3C;
}

.window-detail-feature-description_close:after {
    width: 1px;
    height: 14px;
}

.window-detail-feature-number {
    font-size: 48px;
    line-height: 42px;
    color: #D93F3C;
    margin-bottom: 8px;
    font-family: FranklinGothicBookXCmpC, sans-serif;
    display: flex;
}

.window-detail-feature-number-value {
    white-space: nowrap;
}

.window-detail-feature-number span.window-detail-feature-question {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #D93F3C;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #D93F3C;
    border-radius: 100%;
    vertical-align: top;
    font-family: Circe, sans-serif;
    position: relative;
    margin: -20px 0 0 3px;
    flex-shrink: 0;
}

.window-detail-features-buttons .like-button {
    width: auto;
    max-width: 345px;
    margin: 20px auto;
}

.window-detail-wide-picture {
    max-width: 1440px;
    margin: auto;
}

.window-detail-wide-picture picture {
    display: flex;
    justify-content: center;
}

.window-detail-wide-picture picture img {
    max-width: 100%;
    height: auto;
}

.window-detail-slider-wrap {
    margin-bottom: 100px;
}

.window-detail-slider-block {
    display: block;
}

.window-detail-slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.window-detail-slider .slick-prev,
.window-detail-slider .slick-next {
    background-color: white !important;
}

.window-detail-slider ul.slick-dots {
    bottom: 24px !important;
}

.window-detail-recall .content {
    padding: 0;
}

.window-detail-recall .inner-form-recall-title h2,
.window-detail-recall .inner-form-recall-title .like-h2 {
    text-transform: none;
    margin-bottom: 16px;
}

.window-detail-recall .inner-form-recall-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
    margin-bottom: 40px;
}

.window-detail-recall .inner-form-recall-title p {
    margin-left: auto;
    margin-right: auto;
}

.window-impero-consa-item_picture {
    height: 540px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
}

.window-impero-consa-item_picture img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.window-impero-consa-item_title {
    text-align: center;
    padding-top: 16px;
    font-size: 24px;
    line-height: 32px;
}

#window-impero-consa-slider ul.slick-dots {
    display: none;
}

div.scrollup {
    position: fixed;
    color: black;
    z-index: 1000;
    background-color: #f5f5f5;
    right: 20px;
    bottom: 0;
    padding: 10px 11px;
    font-size: 20px;
    line-height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: none;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

div.scrollup:hover {
    color: white;
    background-color: #D93F3C;
}

.small-buttons.slider-with-line .slick-prev,
.small-buttons.slider-with-line .slick-next {
    height: 46px;
    width: 48px;
    background-size: 8px 14px;
    background-position: 18px 15px !important;
}

.small-buttons.slider-with-line .slick-prev {
    right: 47px;
}

.slider-design-moderno .window-detail-col-picture {
    height: 410px;
    width: 368px;
}

.color-blinds-section {
    padding-bottom: 80px;
}

.color-blinds-section h3,
.color-blinds-section .like-h3 {
    font-family: Circe, sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    max-width: 285px;
}

.color-blinds-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.color-blinds-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.color-blinds-item-color {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 16px;
    flex-shrink: 0;
}

.is-white .color-blinds-item-color {
    border: 1px solid #EAEAEA;
}

.color-blinds-item-name {
    font-size: 16px;
    line-height: 20px;
    padding-right: 15px;
}

.special-thermo-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-top: -50px;
}

.special-thermo-block {
    flex: 1 0 0;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
    max-width: 570px;
}

.special-thermo-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-family: Circe, sans-serif;
    margin: 0;
}

.special-thermo-pictures {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 460px;
}

.special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-pictures {
    justify-content: flex-start;
}

.special-thermo-round {
    height: 200px;
    width: 200px;
    margin: 0 18px 50px 0;
}

.special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-round {
    order: 2;
    margin: 0 0 50px 18px;
}

.special-thermo-round img {
    max-width: 100%;
    object-fit: contain;
}

.special-thermo-square {
    height: 445px;
}

.special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-square {
    height: 460px;
}

.special-thermo-square img {
    max-height: 100%;
    object-fit: contain;
}

.special-thermo-caption {
    position: absolute;
    right: 41%;
    top: 140px;
    max-width: 265px;
    padding: 0 40px 10px 0;
}

.special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-caption {
    right: auto;
    left: 44%;
    padding: 0 0 10px 40px;
}

.special-thermo-caption:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: black;
    border-radius: 2px;
    overflow: hidden;
}

.special-thermo-caption:after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    bottom: -16px;
    right: -33px;
    height: 2px;
    background: black;
    transform: rotate(52deg);
    border-radius: 2px;
    overflow: hidden;
}

.special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-caption:after {
    right: auto;
    left: -33px;
    transform: rotate(-52deg);
}

.special-thermo-caption.bottom-caption {
    top: auto;
    bottom: 0;
    right: 35%;
}

.special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-caption.bottom-caption {
    left: 35%;
}

.special-thermo-caption.bottom-caption:after {
    transform: rotate(-52deg);
    bottom: 16px;
}

.special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-caption.bottom-caption:after {
    right: auto;
    left: -33px;
    bottom: 16px;
    transform: rotate(52deg);
}

@media (min-width: 851px) {
    .window-detail-slider-wide {
        padding-bottom: 0 !important;
    }

    .window-detail-slider-wide .slick-next {
        right: 50%;
        background-color: white !important;
    }

    .window-detail-slider-wide .slick-prev {
        right: calc(50% + 61px);
        background-color: white !important;
    }

    .window-detail-slider-wide.small-buttons.slider-with-line .slick-prev {
        right: calc(50% + 46px);
    }

    .window-detail-slider-wide ul.slick-dots {
        width: 50% !important;
        left: auto !important;
        transform: none !important;
        bottom: 24px !important;
    }

    .window-detail-slider-wide ul.slick-dots:before,
    .window-detail-slider-wide ul.slick-dots:after {
        content: '';
        display: table-cell;
        width: 50%;
    }

    .slider-design-moderno .window-detail-slider-wide .slick-next {
        right: auto;
        left: 320px;
        background-color: white !important;
    }

    .slider-design-moderno .window-detail-slider-wide .slick-prev {
        left: 273px;
        background-color: white !important;
    }

    .slider-design-moderno .window-detail-slider-wide {
        padding-bottom: 0 !important;
    }

    .slider-design-moderno .window-detail-slider-wide ul.slick-dots {
        width: 368px !important;
    }
}

@media (max-width: 1359px) {
    .header-center {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

    .header-top-wide,
    .header-menu-block {
        display: none;
    }

    .header-menu {
        position: absolute;
        top: 0;
        right: 0;
    }

    .header-center-block {
        min-height: 88px;
    }

    a.header-logo {
        margin-right: 50px;
        width: 216px;
        height: 56px;
        background-size: 216px 56px;
    }

    .header-links {
        margin-top: 4px;
    }

    a.reward-icon {
        padding-left: 37px;
        font-size: 16px;
        width: 184px;
    }

    a.measurement-icon {
        padding-left: 56px;
        margin-left: 16px;
        width: 170px;
        font-size: 16px;
    }

    .header-contacts {
        margin-right: 131px;
    }

    .header-menu-block {
        left: auto;
        right: 23px;
        top: 32px;
        width: auto;
        min-width: 288px;
        height: auto !important;
        z-index: 1000;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }

    .top-menu-burger {
        display: block;
        position: absolute;
        right: 21px;
        top: 35px;
    }

    .top-menu-burger-head {
        display: block;
    }

    .top-menu {
        flex-direction: column;
        padding: 0;
    }

    .top-menu-item {
        line-height: 40px;
        border-top: 1px solid #E5E5E5;
        padding: 0;
        font-size: 14px;
        white-space: normal;
    }

    .top-menu-item .top-menu-link-1 {
        line-height: 24px;
        padding: 8px 10px 8px 24px;
    }

    .top-menu-item ul li {
        border-top: 1px solid #E5E5E5;
    }

    .top-menu-item ul li a,
    .top-menu-item ul li span,
    .top-menu-item ul li .top-menu-link-1,
    .top-menu-item ul li .top-menu-link-2 {
        font-size: 12px;
        padding: 9px 10px 7px 48px;
        line-height: 24px;
    }

    .top-menu-item.is-parent .top-menu-link-1:after {
        display: none;
    }

    .top-menu-item .top-menu-link-1 span.show-childs {
        display: inline-block;
        height: 22px;
        width: 22px;
        background: url('/local/templates/okna_kazakhstan/images/menu-icon.png') center center no-repeat;
        background-size: 22px 22px;
        vertical-align: top;
        margin-left: 5px;
        padding: 0 8px;
    }

    .top-menu-item.is-parent.open {
        background: #f5f5f5;
    }

    .top-menu-item.is-parent.open .top-menu-link-1 span.show-childs {
        transform: rotate(180deg);
    }

    .top-menu-item.open .top-menu-link-1 span:not(.show-childs) {
        border: none;
    }

    .top-menu-item ul {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
    }

    .top-menu-item.open ul.top-menu-item-level-2 {
        padding: 0;
    }

    .top-menu-item ul li.is-parent .top-menu-link-2 span.show-childs {
        padding: 0 8px;
        background-position: center center;
    }

    .top-menu-item ul li ul li a {
        padding: 9px 10px 7px 72px;
    }

    a.footer-logo {
        width: 216px;
        height: 56px;
        background-size: 216px 56px;
    }

    a.footer-order-call {
        line-height: 50px;
        width: 200px;
    }

    .window-items .slider-arrows .slick-prev:before,
    .window-items .slider-arrows .slick-next:before {
        height: 38px;
        width: 38px;
    }

    .window-items .slider-arrows .slick-prev,
    .window-items .slider-arrows .slick-next {
        height: 40px;
        width: 40px;
        border: none;
    }

    .window-items .slider-with-line .slick-disabled {
        background: none !important;
    }

    .window-items .slider-arrows .slick-prev {
        left: -40px;
    }

    .window-items .slider-arrows .slick-next {
        right: -40px;
    }

}

@media all and (-ms-high-contrast: none) and (max-width: 1220px), (-ms-high-contrast: active) and (max-width: 1220px) {
    .footer-top-block {
        height: 500px;
    }
}

@media (max-width: 1220px) {

    .footer-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-top-block {
        max-height: 500px;
        padding: 0;
    }

    .footer-top-item {
        width: 33%;
    }

    a.measurement-icon {
        display: none;
    }

    .banner-4 .banner-icons {
        max-width: 270px;
    }

    #top-slider {
        height: 500px;
    }

    .gallery-item-name {
        font-size: 22px;
        line-height: 120%;
    }

    .gallery-item-props {
        width: 260px;
    }

    .gallery-item-prop {
        padding: 8px 0;
    }

    .gallery-item-prop-name {
        font-size: 20px;
        line-height: 130%;
    }

    .gallery-item-prop-value,
    .gallery-item-date {
        font-size: 16px;
        line-height: 120%;
    }

    .video-text-block {
        font-size: 20px;
        line-height: 120%;
        width: 35%;
    }

    .video-block .white-fade-half {
        left: -52%;
    }

    .banner-1 .white-fade-half {
        left: -30%;
    }
}

@media (max-width: 1216px) {

    .content {
        margin: 0 40px;
    }

    #photogallery-slider.main-slider .flexslider .slides img,
    .main-slider .flexslider .slides img {
        width: auto;
        height: 100%;
        max-width: inherit;
    }

    #photogallery-slider.main-slider .main-slider-pic,
    .main-slider .main-slider-pic {
        width: 100%;
    }

    .wood-block {
        background-size: auto 100%;
    }

    .company-numbers-slider {
        padding-top: 0;
    }

    .company-number-block {
        width: 49%;
    }
}

@media (max-width: 1200px) {
    .slider-doors-models {
        margin: auto;
        max-width: 768px;
    }

    .popular-colors {
        padding-bottom: 15px;
    }

    .hide-1200 {
        display: none !important;
    }

    .show-1200 {
        display: block !important;
    }

    .popular-colors-select {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .russo-item .window-detail-col-picture {
        justify-content: center;
        padding-right: 0;
    }

    .price-forming-item {
        width: 48%;
    }

    .price-forming-item-wrap {
        max-width: none;
    }

    .popular-colors-select {
        width: 265px;
    }

    .popular-colors-picture {
        width: auto;
        flex: 1 0 0;
    }

    .show-1024 {
        display: block !important;
    }

    .hide-1024 {
        display: none !important;
    }

    .windows-material-equation-item.sign-plus:after,
    .windows-material-equation-item.sign-equal:after {
        right: 20px;
    }

    .windows-material-main-banner_text .like-button {
        padding: 10px 20px;
        width: auto;
    }

    .seo-links-item {
        width: 47%;
    }

    .seo-links-item_price {
        margin-left: 20px;
    }

    .doors-models-sections-blocks {
        height: 900px;
    }

    .windows-decor-detail_text,
    .color-glass-detail_text {
        width: 46%;
    }

    .windows-decors-type {
        height: 260px;
    }

    .windows-create-design-select_menu-item {
        margin-bottom: 10px;
    }

    .windows-create-design-select_text {
        align-items: center;
        padding-top: 0;
    }

    .windows-best-choice-item {
        width: 50%;
    }

    #windows-materials-slider {
        position: relative;
    }

    #windows-materials-slider .slider-controls {
        top: 237px;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
    }

    .windows-material {
        flex-direction: column;
        height: auto;
    }

    .windows-material_text {
        position: relative;
        z-index: 2;
        padding: 20px 50px 0 0;
        background: white;
        height: 100%;
    }

    .windows-material_picture {
        height: 285px;
        width: 100%;
        order: -1;
        z-index: 1;
        text-align: right;
    }

    .windows-material_picture img {
        min-width: auto;
        margin-left: auto;
    }

    h2.with-line,
    .like-h2.with-line,
    h3.with-line,
    .like-h3.with-line {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .windows-material_text h3,
    .windows-material_text .like-h3 {
        margin-bottom: 15px;
    }

    .distance {
        margin-top: 80px;
    }

    .half-distance {
        margin-top: 40px;
    }

    .window-detail-row.half-distance {
        margin: 40px 0;
    }

    h2 + .window-detail-row.half-distance,
    .like-h2 + .window-detail-row.half-distance {
        margin-top: 24px;
    }

    .quart-distance {
        margin-top: 20px;
    }

    .distance:first-of-type {
        margin-top: 48px;
    }

    a.reward-icon {
        display: none;
    }

    .footer-menu {
        padding-right: 10px;
        padding-left: 20px;
    }

    .banner-4 .banner-icons {
        max-width: 136px;
        max-height: 310px;
        overflow: hidden;
        text-align: center;
    }

    .gallery-item-name {
        font-size: 20px;
        line-height: 120%;
    }

    .gallery-item-props {
        width: 260px;
    }

    .gallery-item-prop {
        padding: 8px 0;
    }

    .gallery-item-prop-name {
        font-size: 18px;
        line-height: 130%;
    }

    .gallery-item-prop-value,
    .gallery-item-date {
        font-size: 14px;
        line-height: 120%;
    }

    .video-text-block {
        font-size: 18px;
        line-height: 120%;
        width: 35%;
    }

    .video-block .white-fade-half {
        left: -50%;
    }

    .banner-1 .white-fade-half {
        left: -20%;
    }

    .four-steps-block {
        margin: auto;
        max-width: 576px;
    }

    .four-steps-item {
        padding: 0 8px;
    }

    .four-steps-item-pic,
    .four-steps-item-name {
        text-align: center;
    }

    .impossible-icon-text {
        margin: 20px 0 0 0;
        font-size: 16px;
    }

    .impossible-icon-hover {
        font-size: 14px;
        padding: 16px 8px;
    }

    .impossible-icon-hover .red-line {
        margin-top: 16px;
    }

    .company-numbers-text {
        width: 300px;
    }

    .company-numbers-picture {
        left: 305px;
    }

    .company-numbers-slider {
        margin: 0;
        position: absolute;
        left: 295px;
        width: 65%;
    }

    .company-number-item:not(.special) {
        font-size: 16px;
        width: 180px;

    }
}

@media (max-width: 950px) {
    .header-fixed {
        font-size: 14px;
        line-height: 16px;
    }

    .header-fixed .call-link {
        font-size: 20px;
    }

    .header-fixed-icon.worktime-icon {
        min-width: 115px;
        margin: 0 20px;
    }

    .header-fixed-icon.measurement {
        margin-right: 20px;
    }
}

@media (max-width: 850px) {
    #osteklenenie-top-banner .doors-section-banner_text-flex-osteklenie .like-h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #osteklenenie-top-banner .doors-section-banner_text-flex-osteklenie {
        background: none;
        padding: 30px 0 0;
        width: 100%;
    }
  #osteklenenie-top-banner .doors-section-banner_text {
        position: absolute;
        box-sizing: border-box;
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        color: white;
        display:none;
    }
    .window-detail-slider .color-blinds-section {
        box-sizing: border-box;
        padding: 0 40px 80px;
    }

    .window-detail-col-picture .window-detail-slider img {
        min-width: auto;
    }
    .windows-material-advs-block .windows-material-adv {
        width: 48%;
    }
    .color-blinds-item {
        margin: 10px 0;
    }

    .mobile-last-block.window-detail-row.half-distance,
    .mobile-last-block.window-detail-row,
    .mobile-last-block.window-detail-row.mobile-text-first .window-detail-slider-block {
        margin-bottom: 0;
    }

    h2 + .window-detail-row.mobile-text-first,
    .like-h2 + .window-detail-row.mobile-text-first {
        margin-top: 0;
    }

    h2 + .window-detail-row.mobile-text-first .window-detail-col-text,
    .like-h2 + .window-detail-row.mobile-text-first .window-detail-col-text {
        position: relative;
        margin: -15px 0 30px !important;
    }

    .slider-design-moderno .window-detail-slider-wide {
        padding-bottom: 50px !important;
    }

    .doors-section-banner_picture {
        min-height: auto;
    }

    .doors-section-banner_picture-swipe {
        height: 400px !important;
    }

    .window-impero-consa-item_picture {
        margin: 8px 0;
    }

    #window-impero-consa-slider ul.slick-dots {
        display: table;
    }

    .window-impero-consa-slider {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .window-detail-slider-wide ul.slick-dots {
        bottom: 24px !important;
    }

    .round-form .inner-form-recall {
        padding: 0;
    }

    .round-form .inner-form-recall .form-field-adaptive.type-checkbox {
        order: 2;
    }

    .round-form .inner-form-recall .form-field-adaptive.type-text,
    .round-form .inner-form-recall .form-field-adaptive.type-submit {
        width: 100%;
    }

    .round-form .inner-form-recall-title p {
        text-align: center;
    }

    .window-detail-features {
        flex-wrap: wrap;
    }

    .window-detail-feature {
        width: 40%;
        min-height: 80px;
        flex-basis: auto;
        text-align: center;
    }

    .window-detail-feature-number {
        justify-content: center;
    }

    .window-detail-complectation-block {
        margin: 60px 0;
    }

    .window-detail-complectation {
        margin-left: 0;
    }

    .window-detail-row .window-detail-col .window-detail-col-text {
        margin: 0 !important;
    }

    .window-detail-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .window-detail-slider-wide .window-detail-row {
        align-items: center;
        text-align: center;
    }

    .window-detail-slider-wide .window-detail-row .window-detail-col .window-detail-col-text {
        margin: auto !important;
    }

    .window-detail-col {
        width: 100%;
        min-height: auto !important;
    }

    .window-detail-complectation-block .window-detail-col-picture {
        margin-bottom: 30px;
    }

    .window-detail-complectation-block .window-detail-col-picture img {
        min-width: auto;
    }

    .window-detail-col-picture {
        width: 100%;
        order: -1;
        max-height: 320px;
    }

    .window-detail-col-picture.full-width {
        max-height: none;
        height: auto;
    }

    .mobile-text-first .window-detail-col-picture {
        order: 2;
    }

    .window-detail-wood-text {
        margin: 0;
        max-width: none;
    }

    .window-detail-col-picture-item {
        height: 320px;
    }

    .window-detail-slider-block {
        width: 100%;
        overflow: initial;
        margin-bottom: 30px;
    }

    .window-detail-slider {
        width: calc(100% + 80px);
        position: relative;
        margin: 0 -40px;
    }

    .window-detail-icon-item_picture {
        margin: 0 0 8px;
        justify-content: center;
    }

    .window-detail-icon-item_text {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .doors-section-banner {
        margin-bottom: 0;
    }

    .window-detail-page .doors-section-banner_text .content {
        justify-content: flex-start;
    }

    .window-detail-page .doors-section-banner_text h1,
    .window-detail-page .doors-section-banner_text .like-h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .window-detail-page .doors-section-banner_text-block {
        margin-bottom: 8px;
    }

    .doors-section-banner_text-price {
        font-size: 20px;
    }

    .window-detail-page .doors-section-banner_text-flex {
        padding: 30px 0 0;
        text-align: left;
        align-items: flex-start;
    }

    .doors-section-banner_text {
        position: relative;
        color: black;
        padding: 0;
    }

    .doors-section-banner_text .agreement-text a {
        color: black;
    }

    .doors-section-banner_text-flex {
        background: none;
        padding: 30px 0 0;
        width: 100%;
    }

    .doors-section-banner_text h1,
    .doors-section-banner_text .like-h1 {
        color: black;
    }

    .slider-doors-models {
        max-width: 390px;
    }

    .recommended-option_text {
        width: 60%;
    }

    .recommended-option_picture {
        margin-left: 0;
    }

    .windows-material-main-banner_picture {
        height: 570px;
    }

    .windows-material-equation {
        flex-direction: column;
    }

    .windows-material-equation-item {
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
        align-items: center;
        text-align: center;
    }

    .windows-material-equation-item:before {
        background-position: center center;
        height: 50px;
        margin-bottom: 10px;
    }

    .windows-material-equation-item.sign-plus:after,
    .windows-material-equation-item.sign-equal:after {
        right: auto;
        top: auto;
        margin-top: 10px;
        position: relative;
    }

    .windows-material-advantage {
        width: 48%;
    }

    .doors-models-section,
    .product-material-data-tab {
        margin: 0 15px 10px 0;
    }

    .doors-models-sections-blocks {
        height: 650px;
    }

    .doors-models-section-block h2,
    .doors-models-section-block .like-h2 {
        margin: 5px 0 0;
    }

    .doors-models-section-block .models-items.models-items-product {
        padding: 0;
    }

    .doors-icon {
        font-size: 18px;
        width: 48%;
        margin: 20px 0;
    }

    .doors-icon:before {
        width: 70px;
        height: 50px;
    }

    .doors-type-name {
        font-size: 18px;
    }

    .inner-free-measurement {
        width: 480px;
    }

    .inner-free-measurement h2,
    .inner-free-measurement .like-h2 {
        margin-bottom: 30px;
    }

    .inner-free-measurement-flex {
        flex-direction: column;
        align-items: center;
    }

    .inner-free-measurement-fields,
    .inner-free-measurement-buttons {
        width: 400px;
        max-width: 100%;
        margin: auto;
    }

    .inner-free-measurement-text {
        font-size: 16px;
        order: -1;
        width: 440px;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .inner-form-recall {
        width: 380px;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }

    .inner-form-recall-title {
        margin-bottom: 40px;
    }

    .inner-form-recall-title h2,
    .inner-form-recall-title .like-h2 {
        margin-bottom: 20px;
    }

    .inner-form-recall-title p {
        text-align: left;
    }

    .inner-form-recall .form-field-adaptive.type-checkbox {
        order: inherit;
        margin-top: 10px;
    }

    .inner-form-recall .form-field-adaptive.type-text,
    .inner-form-recall .form-field-adaptive.type-checkbox {
        width: 100%;
        margin-bottom: 30px;
    }

    .inner-form-recall.slim-view .form-field-adaptive:not(.with-description):not(.type-submit),
    .inner-form-recall .form-field-adaptive.type-submit {
        margin-bottom: 30px;
    }

    .inner-form-recall .form-field-adaptive.type-submit {
        margin-left: auto;
        margin-right: auto;
    }

    .color-glass-detail_item,
    .windows-decor-detail_item {
        font-size: 18px;
        padding: 7px 12px;
    }

    .windows-decor-detail_text h3,
    .windows-decor-detail_text .like-h3 {
        margin-bottom: 20px;
    }

    .windows-decors-type {
        height: 210px;
    }

    .windows-decors-type_title {
        font-size: 18px;
        line-height: 20px;
        height: 60px;
    }

    .windows-create-design-select {
        height: 450px;
    }

    .windows-create-design-select > div {
        width: 47%;
    }

    .windows-create-design-select_picture {
        display: flex;
        justify-content: flex-end;
    }

    .windows-create-design-select_picture img {
        height: 100%;
        width: auto;
    }

    .windows-best-choice .content {
        padding: 20px 0;
    }

    .window-items-product .window-name-price {
        font-size: 16px;
        height: auto;
        padding: 4px 0;
    }

    .models-items.models-items-product .model-item {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .window-name-text {
        font-size: 14px;
        line-height: 16px;
    }

    .window-link {
        /*width: 224px;
        height: 304px;*/
        width: 240px;
        height: 320px;
        min-height: 320px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    }

    #doors-items-portal .window-link {
        height: 370px;
    }

    .slider-doors-models #doors-items-portal .window-link {
        height: 496px;
    }

    .window-name-icon-text {
        padding-top: 0;
    }

    .window-items-product .window-link {
        width: 250px;
        height: 360px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

    .window-block {

    }

    .window-name {
        font-size: 18px;
        line-height: 120%;
        padding: 8px 0;
    }

    .window-text {
        font-size: 14px;
        line-height: 130%;
        padding: 0 8px;
    }

    .slider-doors-models .window-text {
        font-size: 16px;
        padding: 0 24px;
    }

    .slider-doors-models .window-name-text {
        font-size: 16px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 800px), (-ms-high-contrast: active) and (max-width: 800px) {
    .footer-top-block {
        height: 650px;
    }
}

@media (max-width: 800px) {
    .price-forming-item-title {
        min-height: 70px;
    }

    .price-forming-item-title span {
        font-size: 22px;
        line-height: 28px;
    }

    .wpi-tab {
        font-size: 20px;
    }

    .show-800 {
        display: block !important;
    }

    .hide-800 {
        display: none !important;
    }

    .popular-colors-type_item-picture {
        height: 37px;
    }

    .windows-material-feature {
        max-width: 460px;
        margin: 0 auto 20px;
        flex-direction: column;
    }

    .windows-material-feature_text {
        order: 2;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 0 0;
        width: 100%;
        box-sizing: border-box;
    }

    .windows-material-feature_text h3,
    .windows-material-feature_text .like-h3 {
        color: black;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .windows-material-feature_picture {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 285px;
    }

    /*.main-slider-pic picture{
        height: 533px;
    }*/
    .seo-links-item {
        margin: 20px 0;
    }

    .discover-wood .impossible-text {
        width: 100%;
        padding-right: 0;
        min-height: auto;
    }

    .discover-wood .impossible-picture {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: auto;
        margin: 0 -40px;
        height: 380px;
        background-position: center top;
        background-size: cover;
    }

    .windows-material_text {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 16px 0;
    }

    .windows-material_picture img {
        width: 100% !important;
        height: auto !important;
    }

    .windows-materials .slider-controls .flex-control-nav {
        max-width: none;
    }

    a.header-logo {
        margin-right: 10px;
    }

    .header-contacts {
        margin-right: 46px;
    }

    .footer-search {
        margin-top: 49px;
        padding-bottom: 30px;
    }

    .footer-top-block {
        max-height: 650px;
    }

    .footer-top-item {
        width: 40%;
    }

    .footer-menu {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .footer-menu a, .footer-menu span {
        font-size: 16px;
    }

    .footer-menu-title span, .footer-menu-title a {
        font-size: 18px;
    }

    .banner-4 .banner-icons {
        display: none;
    }

    .slider-controls .flex-control-paging li a {
        width: 30px;
    }

    .banner-2 a.like-button {
        margin-top: 26px;
    }

    .banner-2 .banner-icons {
        padding-top: 0;
    }

    .video-text-block h2,
    .video-text-block .like-h2 {
        font-size: 32px;
        line-height: 110%;
    }

    .kviz-hover {
        display: none;
    }

    .banner-1 .white-fade-half {
        left: -10%;
    }

    .new-review {
        padding: 20px;
        background-size: 420px 392px;
    }

    .impossible-icon-hover,
    .impossible-picture {
        display: none;
    }

    .slider-doors-recall .impossible-picture {
        display: block;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        margin: 0 -40px;
        background-size: cover;
        height: 400px;
    }

    .impossible-block {
        min-height: auto;
    }

    .impossible-text {
        max-width: 100%;
        height: auto;
    }

    .impossible-text h2,
    .impossible-text .like-h2 {
        margin-top: 40px;
    }

    .impossible-text .red-line {
        margin-bottom: 0;
    }

    .company-numbers-text {
        float: none;
        width: auto;
        height: auto;
        padding-bottom: 10px;
    }

    .company-numbers-text h2,
    .company-numbers-text .like-h2 {
        margin: 30px 0 0 0;
    }

    .company-numbers-text .red-line {
        display: none;
    }

    .company-numbers-text a.detail-link {
        line-height: 40px;
    }

    .company-numbers-picture {
        top: 162px;
        left: -40px;
        width: 115%;
        height: 500px;
    }

    .company-numbers-slider {
        position: relative;
        left: auto;
        width: auto;
        margin-top: 10px;
    }

    .company-numbers-text .company-number-block {
        padding: 16px 0 0 0;
        width: auto;
        display: table;
    }

    .company-numbers-text .number-title {
        display: table-cell;
        white-space: nowrap;
        height: auto;
        padding: 0 40px 0 0;
    }

    .company-numbers-text .number-desc {
        padding: 0;
        margin: 0;
        display: table-cell;
        vertical-align: top;
        max-width: 400px;
    }

    .company-numbers-text a.detail-link {
        display: inline-block;
    }

    .company-numbers-links {
        padding: 0;
    }

    .company-numbers-links .like-button {
        margin: 0 0 25px 20px;
    }
}

/* mobile */
@media (max-width: 640px) {
	#nestandartnye-varianty-ostekleniya-kottedzha .slick-list {
	//	height:600px!important;
	} 
	.like-landing {
		display: none;
	}
	#osteklenie-zagorodnogo-doma .like-h2 {
		font-size: 40px;
		line-height: 110%;
	}
    #models-osteklenie-block .know-more, #nestandartnye-varianty-ostekleniya-kottedzha .know-more{
        text-decoration-line: underline!important;
        text-align: center!important;
    }

    #models-osteklenie-block .window-detail-col-mob, #nestandartnye-varianty-ostekleniya-kottedzha .window-detail-col-mob {
        padding: 0!important;

		flex-basis: auto;
        margin-top:30px;

    }
    #models-osteklenie-block .window-detail-complectation-buttons, #nestandartnye-varianty-ostekleniya-kottedzha .window-detail-complectation-buttons {
        /*margin-top: 30px*/
    }
    #models-osteklenie-block .window-detail-row {
        align-items: flex-start;flex-direction: column;
    	height: 865px;
    }

 	#nestandartnye-varianty-ostekleniya-kottedzha .window-detail-row {
        align-items: flex-start;flex-direction: column;
		height: 100%;
    }

 	#nestandartnye-varianty-ostekleniya-kottedzha .window-detail-complectation {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
    }

   #models-osteklenie-block a.white-button, #nestandartnye-varianty-ostekleniya-kottedzha a.white-button {
        display: block;
        font-size: 18px;
        line-height: 32px;
        padding: 12px 0px;
        border-radius: 8px;
        color: #000000;
        text-align: center;
        text-decoration: none;
        margin: 0;
        align-self: center;
    }

	#models-osteklenie-block .slick-dots, #nestandartnye-varianty-ostekleniya-kottedzha .slick-dots {
		display:none!important;
	}
	#models-osteklenie-block .slick-nums, #nestandartnye-varianty-ostekleniya-kottedzha .slick-nums {
		display:none!important;
	}
	#models-osteklenie-block .slick-prev, #models-osteklenie-block .slick-next,
	#nestandartnye-varianty-ostekleniya-kottedzha .slick-prev, #nestandartnye-varianty-ostekleniya-kottedzha .slick-next {
		display:block!important;
	}
	#models-osteklenie-block .line-dots.slider-with-line.slick-slider, #nestandartnye-varianty-ostekleniya-kottedzha .line-dots.slider-with-line.slick-slider {
		padding-bottom: 50px!important;
	}
	#rrr111 .slick-prev, #rrr111 .slick-next,#rrr333 .slick-prev, #rrr333 .slick-next{
		display:block!important;
	}

    .window-detail-advantages-block .window-detail-advantages-buttons a .mobile_visible{
        display: none;
    }
    .window-detail-advantages-block .window-detail-advantages-buttons a{
        text-transform: none;
        padding: 20px 50px;
        font-size: 18px;
        margin: 0;
    }
    .window-detail-advantages-block h2,
    .window-detail-advantages-block .like-h2 {
        text-align: left;
    }
   .window-detail-advantages-block .window-detail-advantages {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .window-detail-advantages-block .window-detail-advantage {
        box-sizing: border-box;
        margin: 10px 0px;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        position: relative;
    }
	.window-detail-advantages-block .window-detail-advantages-buttons {
		margin: 20px 10px 0 10px;
		display: flex;
		justify-content: center;
	}
    .window-detail-advantages-block .window-detail-advantages-buttons a .mobile_visible{
        display: none;
    }
    .window-detail-advantages-block .window-detail-advantages-buttons a{
        text-transform: none;
        padding: 20px 50px;
        font-size: 18px;
        margin: 0;
		width:100%;
    }
	.windows-material-advs-block .window-material-feature-text {
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }
    .special-thermo-blocks {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .special-thermo-block {
        width: 100%;
        max-width: 345px;
    }

    .special-thermo-pictures,
    .special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-pictures {
        min-height: 270px;
        justify-content: space-between;
        margin-top: 20px;
    }

    .special-thermo-caption {
        top: 55px;
        right: 45%;
        padding-right: 10px;
    }

    .special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-caption {
        left: 51%;
        padding-left: 10px;
    }

    .special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-caption.bottom-caption {
        text-align: right;
        left: 40%;
        width: calc(100% - 40% - 10px);
        padding-right: 10px;
    }

    .special-thermo-caption.bottom-caption {
        width: calc(100% - 35% - 10px);
    }

    .special-thermo-round {
        width: 100px;
        height: 100px;
    }

    .special-thermo-square,
    .special-thermo-blocks .special-thermo-block:nth-of-type(2n) .special-thermo-square {
        height: 270px;
    }

    .special-thermo-caption {
        font-size: 14px;
        line-height: 1.4;
    }

    .window-detail-features-tab {
        font-size: 18px;
    }

    .doors-type a .doors-type-picture img,
    .doors-type a .doors-type-picture picture,
    .doors-type a .doors-type-picture picture img {
        display: block;
    }

    .window-detail-features .window-detail-feature:nth-child(even) .window-detail-feature-description {
        left: auto;
        right: 0;
    }

    .window-detail-slider .color-blinds-section {
        padding: 0 16px 60px;
    }

    .window-detail-features-buttons .like-button {
        font-size: 20px;
    }

    .doors-section-banner_picture-swipe {
        height: 285px !important;
    }

    .wpi-slider-item_price {
        font-size: 24px;
        line-height: 32px;
    }

    .product-material-data-blocks {
        height: auto !important;
    }

    .product-material-data-tab[data-item="prices"] {
        background-color: #D93F3C;
        border-color: #D93F3C;
        color: white;
        display: none;
    }

    .product-material-data-block[data-show="prices"] {
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
    }

    .windows-best-choice .content {
        margin-bottom: 20px;
        position: relative;
    }

    .cottage-prices .wpi-tab-profile-select-items {
        display: flex;
    }

    .cottage-prices .wpi-slider-item_name {
        display: none;
    }

    .doors-section-banner_picture {
        height: 285px;
    }

    .window-items {
        margin: 0 -16px;
    }

    .window-items ul.slick-dots {
        margin-left: 16px;
        width: calc(100% - 32px);
    }

    .window-items .line-dots ul.slick-dots {
        margin: auto;
    }

    .window-item {
        padding: 20px 16px;
    }

    .window-items-product .window-link,
    .window-link {
        width: 100%;
        max-width: 360px;
        height: 420px;
    }

    .slider-doors-best-choice-mobile .line-dots.slider-with-line ul.slick-dots,
    .windows-block.slider-with-line ul.slick-dots {
        bottom: 56px;
    }

    .window-impero-consa-item_picture {
        height: 320px;
    }

    .window-impero-consa-slider,
    .window-detail-slider-wide,
    .window-detail-col-picture.full-width {
        position: relative;
        margin: 0 -16px;
        width: calc(100% + 32px);
    }

    .window-detail-slider-wide .window-detail-col-text {
        padding: 0 16px;
        text-align: left;
        max-width: none !important;
    }

    .window-detail-slider-wide .window-detail-col-picture {
        width: 100%;
    }

    .round-form .inner-form-recall-title p {
        font-size: 16px;
        line-height: 20px;
    }

    .window-detail-slider {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }

    .window-detail-features-block h2,
    .window-detail-features-block .like-h2 {
        text-align: center;
    }

    .window-detail-icon-block {
        margin: 40px 0 0;
    }

    .window-detail-icon-block_text {
        margin-bottom: 40px;
    }

    .window-detail-icon-block_title {
        font-size: 32px;
        line-height: 32px;
    }

    .doors-section-banner_text-block {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .slider-doors-recall.impossible-block {
        margin-top: 0;
    }

    .slider-doors-recall .impossible-picture {
        height: 260px;
        margin: 0 -16px;
    }

    .slider-doors-recall .impossible-text {
        height: auto;
        padding: 40px 0;
        align-items: center;
        max-width: none;
    }

    .header-fixed:not(.header-fixed--restyle) {
        display: none !important;
    }

    .tabs__caption li {
        font-size: 16px;
        line-height: 24px;
        margin-right: 24px;
    }

    .inner-free-measurement h2,
    .inner-free-measurement .like-h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .inner-free-measurement-buttons .form-field-adaptive input[type="submit"] {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        margin-top: 14px;
    }

    .inner-free-measurement .form-field-adaptive input[type="text"],
    .inner-free-measurement .form-field-adaptive input[type="email"] {
        font-size: 16px;
    }

    .before-content.have-picture {
        height: 243px;
        font-size: 20px;
        line-height: 26px;
    }

    .tabs__content {
        position: relative;
        margin: 0 -16px;
        height: 300px;
    }

    .contacts-block {
        padding: 24px 40px;
    }

    .contacts-block:not(.no-bg) {
        margin-left: -40px;
        margin-right: -40px;
    }

    .contacts-block.no-bg {
        padding-bottom: 0;
    }

    .contacts-block.no-bg .contacts-block-row .contacts-block-col {
        margin-left: -40px;
    }

    .contacts-block-row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contacts-block-row .contacts-block-col:last-of-type {
        width: 100%;
    }

    .contacts-block a.like-button {
        width: 100%;
        box-sizing: border-box;
        max-width: 350px;
    }

    h1,
    .like-h1 {
        font-size: 42px;
        line-height: 42px;
        padding-top: 40px;
    }

    .before-content + .content {
        padding-top: 0;
    }

    .windows-prices .windows-prices-item:first-of-type .wpi-title h2,
    .windows-prices .windows-prices-item:first-of-type .wpi-title .like-h2 {
        margin-top: 0;
    }

    .price-forming-items {
        display: block;
    }

    .cottages-measurement-form {
        height: 500px;
        background: url("/local/templates/okna_kazakhstan/images/cottages-measurement-form-600-bg.jpg") center center no-repeat;
        background-size: cover;
    }

    .cottage-form h2,
    .cottage-form .like-h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .grey-text-block {
        padding: 30px 20px;
    }

    .cottage-prices-undertext {
        position: relative;
        margin: 32px -16px 20px;
        border-radius: 0;
        padding: 40px 16px;
    }

    .cottage-promo {
        height: 256px;
        background: url("/local/templates/okna_kazakhstan/images/cottage-promo-600-bg.jpg") center center no-repeat;
        background-size: cover;
    }

    .cottage-promo-black:before {
        display: none;
    }

    .cottage-promo-text {
        font-size: 20px;
        line-height: 1.2;
        max-width: 280px;
    }

    .cottage-promo-text h2,
    .cottage-promo-text .like-h2 {
        font-size: 32px;
    }

    .price-page h1 {
        font-size: 42px;
        line-height: 42px;
        padding-top: 0;
    }

    .windows-prices-item-top,
    .windows-prices-item-bottom {
        max-width: 350px;
        margin: auto;
    }

    .wpi-picture-wrap.one-leaf-window {
        width: 187px;
    }

    .wpi-slider-item {
        padding: 0;
    }

    .windows-prices-contacts .content {
        margin: 0;
    }

    .windows-prices-contacts.fixed {
        bottom: 0;
    }

    .windows-prices-contacts-wrap {
        border-radius: 0;
        flex-direction: column;
        padding: 20px 16px;
    }

    .windows-prices-contacts_phone {
        order: -1;
        margin: 0 0 10px;
    }

    .wpi-slider-item .like-button {
        width: 100% !important;
        max-width: none;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 32px;
    }

    .windows-prices-item-bottom .mobile-show {
        align-self: flex-start;
        padding-bottom: 16px;
        font-size: 16px;
    }

    .windows-prices-item:not(.hide-slider-padding) .wpi-picture {
        margin-bottom: 0;
    }

    .wpi-title h2,
    .wpi-title .like-h2 {
        font-size: 32px;
    }

    .windows-prices-item-top {
        flex-direction: column;
        align-items: stretch;
    }

    .wpi-tabs {
        width: 100%;
        justify-content: space-between;
    }

    .cottage-prices .wpi-tabs {
        order: -1;
        margin-bottom: 15px;
    }

    .cottage-prices .wpi-picture {
        align-self: center;
    }

    .cottage-prices .wpi-slider-item_name {
        margin-top: 20px;
    }

    .cottage-prices .wpi-slider-item {
        height: auto;
    }

    .cottage-prices .windows-prices-item-top {
        align-items: center;
    }

    .wpi-tabs {
        position: relative;
        margin: 0 -15px;
    }

    .wpi-tab {
        font-size: 16px;
        line-height: 18px;
        border-width: 2px;
        padding: 6px 0 4px;
        margin: 0 15px;
    }

    .windows-prices-item-bottom {
        flex-direction: column;
        margin-top: 15px;
        align-items: center;
    }

    .wpi-tab-bodies {
        flex: auto;
        width: 100%;
    }

    .wpi-picture {
        padding-bottom: 15px;
    }

    .recommended-option_text a.like-button {
        margin-right: auto;
        padding: 12px;
    }

    .premium-glass .recommended-option_text a.like-button {
        width: 260px !important;
    }

    .premium-glass .recommended-option_text a.like-button {
        width: 230px !important;
    }

    .recommended-option-plus.open {
        top: 50% !important;
        left: 50% !important;
        bottom: auto !important;
        transform: translate(-50%, -50%);
        align-items: flex-start;
    }

    .recommended-option {
        flex-direction: column;
        align-items: center;
    }

    .recommended-option_text {
        width: auto;
    }

    .recommended-option_text h3,
    .recommended-option_text .like-h3,
    .recommended-option_text h4 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .recommended-option_text h4 {
        font-size: 16px;
    }

    .recommended-option_text {
        font-size: 16px;
    }

    .recommended-option_text p {
        margin: 5px 0;
    }

    .recommended-option_picture {
        margin-bottom: 30px;
    }

    .recommended-option_picture-wrap {
        height: 300px;
    }

    .product-material-data-block a.like-button {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .product-material-data-block .windows-decors-type {
        display: flex;
    }

    .product-material-data-block .windows-decors-type-slim {
        display: none;
    }

    .popular-colors-type_items {
        margin: 0 -9px;
    }

    .popular-colors-picture {
        width: 100%;
        flex: auto;
        margin-top: 10px;
    }

    .popular-colors-type_item-name {
        font-size: 12px;
    }

    .popular-colors-type_item {
        width: 75px;
    }

    .windows-material-equation-block .content {
        padding: 20px 0;
    }

    .windows-material-equation-buttons {
        max-width: 350px;
    }

    .windows-material-advantage_hover {
        padding: 16px;
        word-wrap: break-word;
    }

    .windows-material-advantage_hover .red-line {
        margin-top: 12px;
    }

    .windows-material-main-banner_text {
        right: 16px;
    }

    .seo-links h2,
    .seo-links .like-h2 {
        margin-bottom: 0;
    }

    #seo-links-block-mobile .slick-track {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .seo-links-item-wrap {
        width: 100%;
        padding: 24px;
    }

    .seo-links-item {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .slider-doors-recall .wood-block,
    .discover-wood .wood-block {
        background: url("/local/templates/okna_kazakhstan/images/wood-block-mobile-bg.jpg") center bottom no-repeat;
    }

    .discover-wood .impossible-picture {
        margin: 0 -16px;
    }

    .discover-wood .impossible-icon {
        min-width: 70px;
        width: auto;
    }

    .discover-wood .impossible-icon-text,
    .discover-wood .impossible-text {
        font-size: 18px;
    }

    .doors-icon {
        width: 100%;
        margin: 15px 0;
    }

    .doors-types {
        flex-direction: column;
        margin: 0;
    }

    .doors-type {
        margin: 0 0 16px;
    }

    .doors-type-name {
        font-size: 22px;
    }

    .inner-form-recall-title,
    .inner-form-recall-title p {
        font-size: 20px;
        text-align: center;
    }

    .windows-decors-types {
        justify-content: space-around;
    }

    .windows-decors-type {
        height: 250px;
        width: 200px;
        margin: 0 5px 20px;
    }

    .windows-decors-type_title {
        font-size: 18px;
        line-height: 20px;
        height: 50px;
    }

    .windows-best-choice .content {
        padding: 0;
    }

    .windows-best-choice-wrap {
        justify-content: center;
    }

    #windows-best-choice {

    }

    #windows-best-choice .slick-track {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .windows-best-choice-item {
        width: 100%;
        padding: 10px 0;
    }

    .slider-doors-best-choice-mobile .windows-best-choice-item {
        padding: 10px 5px;
    }

    .windows-best-choice-item_title {
        font-size: 18px;
        height: 40px;
    }

    .slider-doors-best-choice-mobile .windows-best-choice-item_title {
        height: 60px;
    }

    .windows-best-choice-item_title:before {
        width: 60px;
        margin-right: 10px;
    }

    .slider-doors-best-choice-mobile .windows-best-choice-item_title:before {
        margin-right: 16px;
    }

    .windows-materials {
        position: relative;
        margin: 0 -16px;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }

    .modal-free-measurement {
        padding: 0;
    }

    .modal-free-measurement h2,
    .modal-free-measurement .like-h2 {
        margin-bottom: 10px;
        padding-right: 40px;
    }

    .modal-free-measurement .form-field-adaptive.type-checkbox .checkmark {
        top: 5px;
    }

    .distance {
        margin-top: 48px;
    }

    .half-distance {
        margin-top: 30px;
    }

    .window-detail-row.half-distance {
        margin: 30px 0;
    }

    .wide-block + .window-detail-row.half-distance {
        margin-top: 0;
    }

    .quart-distance {
        margin-top: 15px;
    }

    .content {
        margin: 0 16px;
    }

    #fade-page {
        display: block;
    }

    .wrap-content,
    .wrap-content-40 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .expand-content-40 {
        position: relative;
        margin-left: -16px;
        margin-right: -16px;
    }

    .header-links,
    .header-phone-under {
        display: none;
    }

    .header-center-block {
        padding: 8px 16px;
        min-height: auto;
    }

    a.header-logo {
        height: 40px;
        width: 40px;
        background: url('/local/templates/okna_kazakhstan/images/logo-small.png') top center no-repeat;
        background-size: 40px 40px;
        margin-right: 16px;
    }

    .header-contacts {
        float: left;
    }

    a.header-phone {
        background-size: 18px 18px;
        background-position: 0 4px;
        font-size: 24px;
        line-height: 130%;
        width: auto;
        padding-left: 24px;
        height: auto;
        margin-top: 7px;
    }

    .top-menu-burger {
        top: 0;
        right: 0;
        position: fixed;
        z-index: 1000;
    }

    .mobile-menu-open .top-menu-burger {
        position: fixed;
    }

    .header-menu-block {
        top: 0;
        right: 0;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    }

    .footer-bottom-block {
        padding-bottom: 10px;
        text-align: center;
    }

    .footer-bottom-block .social-block {
        float: none;
        display: inline-block;
    }

    .footer-bottom-block a.social-icon {
        height: 32px;
        width: 32px;
        background-size: 32px 32px;
    }

    .footer-bottom-block a.social-icon.youtube {
        background-size: 32px 22px;
    }

    a.footer-logo {
        width: 152px;
        height: 40px;
        background-size: 152px 40px;
    }

    .footer-bottom-block .copyright {
        display: block;
        text-align: center;
        font-size: 14px;
        float: none;
    }

    .footer-menu {
        padding-top: 0;
    }

    .main-slider-text-title {
        font-size: 32px;
        line-height: 35px;
    }

    .main-slider-text {
        font-size: 16px;
        line-height: 18px;
    }

    a.like-button:not(.nosmall) {
        width: 160px;
    }

    a.like-button {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0;
    }

    .banner-1 a.like-button {
        margin-top: 32px;
    }

    .banner-2 a.like-button {
        margin-top: 16px;
    }

    .banner-2 .banner-icons {
        padding-top: 0;
        height: 97px;
        overflow: hidden;
    }

    .banner-2 .banner-icon {
        margin-top: 0;
        background-size: 48px 48px;
        padding-top: 64px;
        font-size: 14px;
    }

    #top-slider {
        height: 344px;
    }
    .blog_banner  {
        background: url("/local/templates/mizantin2020/components/bitrix/news/template1/images/header_blog_banner.jpg") no-repeat;
        height: 243px;
        background-size:cover;
    } 
	.contacts-background {
        background: url("/local/templates/mizantin2020/images/contacts-banner-mobile.png") no-repeat;
        height: 243px;
        background-size:cover;
    }
    .slider-controls {
        top: -48px;
    }

    .slider-controls .flex-control-paging li a {
        width: 16px;
        font-size: 0;
        padding-bottom: 14px;
    }

    .slider-controls .flex-control-paging li a:before {
        height: 2px;
    }

    .slider-controls .flex-control-nav {
        top: 12px;
    }

    .slider-controls .flex-control-nav li {
        margin: 0 2px;
    }

    .slider-controls ul.flex-direction-nav a {
        height: 46px;
        width: 46px;
        background-size: 6px 14px;
        background-position: 20px 16px;
    }

    .slider-controls ul.flex-direction-nav {
        height: 46px;
    }

    .banner-3 a.like-button {
        margin-top: 32px;
    }

    .banner-4 .main-slider-text {
        padding-top: 16px;
        font-size: 14px;
    }

    .banner-4 p {
        margin: 10px 0;
    }

    .form-field-adaptive.type-text {
        height: 40px;
        min-height: auto;
    }

    .form-field-adaptive input[type="text"],
    .form-field-adaptive input[type="email"] {
        font-size: 14px;
        line-height: 40px;
        min-height: auto;
    }

    .form-field-adaptive {
        margin-bottom: 10px;
    }

    .banner-form-recall .form-field-adaptive.type-checkbox {
        margin-top: 10px;
    }

    .form-field-adaptive input[type="submit"] {
        width: 160px;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0;
    }

    .form-field-adaptive.type-checkbox label {
        font-size: 14px;
        line-height: 130%;
    }

    .banner-form-recall .form-field-adaptive.type-checkbox .checkmark,
    .kviz .step-7 .form-field-adaptive.type-checkbox .checkmark {
        top: 3px;
    }

    .gallery-mobile-text {
        display: block;
    }

    .gallery-description {
        display: none;
    }

    .smaller-headers h2,
    h2,
    .smaller-headers .like-h2,
    .like-h2 {
        font-size: 32px;
        line-height: 110%;
    }


    .video-block .white-fade-half {
        display: none;
    }

    .video-text-block {
        position: relative;
        top: auto;
        transform: none;
        background: #f5f5f5;
        padding: 24px 16px 32px 16px;
        margin: 0 -16px;
        width: auto;
        font-size: 16px;
    }

    .kviz-title {
        font-size: 16px;
        line-height: 120%;
        padding-bottom: 20px;
    }

    .step-3 .kviz-title {
        padding-bottom: 10px;
    }

    img.kviz-icon {
        height: 32px;
        width: 32px;
    }

    .kviz-field.type-radio label,
    .step-4 .kviz-field.type-radio label, .step-5 .kviz-field.type-radio label {
        font-size: 14px;
        line-height: 32px;
        padding-left: 40px;
    }

    .kviz-field.type-radio label span {
        display: inline-block;
        line-height: 18px;
    }

    .kviz-picture {
        margin-right: 30px;
    }

    .kviz-picture img {
        width: 128px;
    }

    .kviz-field.form-field-adaptive.type-radio .checkmark {
        top: 4px;
    }

    .step-3 .kviz-fields {
        clear: left;
        padding-top: 18px;
    }

    .step-4 img.kviz-icon, .step-5 img.kviz-icon {
        height: 32px;
        width: 32px;
    }

    .step-4 .kviz-field,
    .step-5 .kviz-field {
        margin-bottom: 16px;
    }

    .step-7 .kviz-field.type-checkbox {
        font-size: 12px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .kviz-item {
        min-height: 290px;
    }

    .kviz-to-start,
    .new-review-link {
        font-size: 12px;
        line-height: 48px;
        left: 0;
    }

    .new-review-link {
        font-size: 14px;
        line-height: 48px;
        background: none;
        padding-right: 0;
        bottom: 0;
    }

    .slider-with-line.slick-slider {
        padding-bottom: 56px;
    }

    .line-dots.slider-with-line.slick-slider {
        padding-bottom: 60px;
    }

    .slider-doors-models.window-items .slick-nums,
    .slick-nums {
        bottom: 6px;
    }

    .slick-nums .slick-nums-all,
    .slick-nums .slick-nums-current {
        font-size: 12px;
        line-height: 130%;
    }

    .slick-nums .slick-nums-row {
        top: 14px;
        left: -3px;
    }

    .slider-with-line .slick-prev,
    .slider-with-line .slick-next {
        height: 48px;
        width: 48px;
        background-size: 6px 14px;
        background-position: 20px 16px;
    }

    .line-dots.slider-with-line .slick-prev,
    .line-dots.slider-with-line .slick-next {
        height: 46px;
        width: 48px;
        background-size: 8px 14px;
        background-position: 18px 15px !important;
    }

    .slider-with-line .slick-prev:hover,
    .slider-with-line .slick-prev:focus,
    .slider-with-line .slick-next:hover,
    .slider-with-line .slick-next:focus {
        background-size: 6px 14px;
        background-position: 20px 16px;
    }

    .slider-with-line .slick-prev {
        right: 47px;
    }

    .kviz-field {
        max-width: 100%;
    }

    .kviz-field.type-text {
        max-width: initial;
    }

    .reviews {
        margin-top: 0;
    }

    .review-item {
        padding: 26px 0 22px 0;
    }

    .review-author {
        margin-left: 0;
        background-size: 16px 12px;
        padding-left: 24px;
        font-size: 16px;
        line-height: 130%;
    }

    .review-text {
        padding: 16px 0 0 0;
        font-size: 16px;
        line-height: 21px;
    }

    .review-link {
        padding: 10px 10px 8px 0;
        font-size: 14px;
        line-height: 130%;
        color: #D93F3C;
    }

    .review-date {
        font-size: 14px;
        padding: 0;
    }

    .products-block {
        padding-top: 10px;
    }

    .models-block {
        margin-top: 0;
    }

    .new-review {
        padding: 20px 0 0 0;
        background-size: 315px 294px;
    }

    .modal-form-review .form-field-adaptive.type-text input[type="text"],
    .modal-form-review .form-field-adaptive.type-text input[type="email"],
    .modal-form-review .form-field-adaptive.type-text span,
    .modal-form-review .form-field-adaptive.type-textarea textarea,
    .modal-form-review .form-field-adaptive.type-textarea span,
    .modal-form-review .form-field-adaptive-title {
        font-size: 14px;
    }

    .modal-form-review .form-field-adaptive:not(.with-description):not(.type-submit) {
        margin-bottom: 20px;
    }

    .modal a.close-modal {
        padding: 15px !important;
    }

    .slider-arrows {
        padding: 0;
    }

    .slider-arrows .slick-prev,
    .slider-arrows.slider-with-line .slick-prev {
        left: -16px;
    }

    .models-items .slider-arrows .slick-prev,
    .models-items .slider-arrows.slider-with-line .slick-prev {
        left: -40px;
    }

    .slider-arrows .slick-next,
    .slider-arrows.slider-with-line .slick-next {
        right: -16px;
    }

    .models-items .slider-arrows .slick-next,
    .models-items .slider-arrows.slider-with-line .slick-next {
        right: -40px;
    }

    .models-items {
        padding: 0;
        max-width: 144px;
        margin: auto;
    }

    .models-items.models-items-product {
        padding: 0;
    }

    .product-link {
        width: 224px;
        height: 224px;
    }

    .product-title {
        font-size: 18px;
    }

    .product-text-block {
        display: none;
    }

    .model-item {
        font-size: 18px;
        line-height: 29px;
        text-align: center;
    }

    .model-item span {
        border-bottom: 3px white solid;
    }

    .model-item.active span {
        border-bottom: 3px #D93F3C solid;
    }

    .models-items .slider-arrows .slick-prev:before,
    .models-items .slider-arrows .slick-next:before {
        background-size: 6px 14px;
    }

    .choose-1-click-title {
        font-size: 16px;
    }

    .choose-1-click-desc {
        font-size: 16px;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .choose-item-block {
        padding: 4px 0;
    }

    #choose-1-click {
        position: relative;
        margin: 0 -8px;
    }

    .choose-item {
        padding: 0 8px 8px;
        width: auto;
        max-width: 192px;
        border: none;
    }

    .choose-item-icon {
        height: 64px;
        width: 64px;
        background-size: 48px 48px;
    }

    .choose-item-text {
        font-size: 14px;
        line-height: 130%;
        padding-top: 24px;
    }

    .choose-red-line {
        height: 2px;
        width: 32px;
        margin: 4px auto 0;
    }

    .select-window {
        position: relative;
        margin: 0 -16px;
    }

    .select-window .slider-arrows .slick-next,
    .select-window .slider-arrows .slick-prev {
        border: 1px #000 solid;
        bottom: 0;
        top: auto;
        transform: none;
        height: 41px;
        width: 41px;
    }

    .select-window .slider-arrows .slick-next:before,
    .select-window .slider-arrows .slick-prev:before {
        background-size: 6px 14px;
    }

    .window-items .slick-next,
    .window-impero-consa-slider .slick-next,
    .window-detail-slider-wide .slick-next,
    .select-window .slider-arrows .slick-next {
        right: 16px;
    }

    .window-items .slick-prev,
    .window-impero-consa-slider .slick-prev,
    .window-detail-slider-wide .slick-prev,
    .window-detail-slider-wide.small-buttons.slider-with-line .slick-prev {
        right: 63px;
    }

    .select-window .slider-arrows .slick-prev {
        left: auto;
        right: 56px;
    }

    .select-window-title {
        font-size: 16px;
        padding: 16px 0 0 0;
    }

    .choose-window-type {
        width: 100%;
    }

    .choose-window-modal {
        padding: 30px 0 0 0;
    }

    .choose-window-item {
        width: 256px;
        height: 256px;
        padding: 40px 16px 16px 16px;
        margin-bottom: 60px;
    }

    .choose-window-pic img, .slick-slide .choose-window-pic img {
        max-width: 224px;
        max-height: 144px;
    }

    .choose-window-name {
        font-size: 16px;
        padding-top: 16px;
        line-height: 19px;
        height: 19px;
    }

    .usefull-info-title {
        font-size: 16px;
        line-height: 130%;

    }

    .usefull-info {
        font-size: 16px;
    }

    .usefull-info ul {
        padding-top: 16px;
    }

    .main-recall {
        margin-top: 48px;
        padding: 24px 16px 9px 16px;
        background-size: auto 100%;
    }

    .main-form-recall {
        max-width: 320px;
    }

    .main-form-recall-title {
        padding-bottom: 13px;
    }

    .main-form-recall-title p {
        font-size: 16px;
        line-height: 120%;
    }

    .slim-view .form-field-adaptive.type-text input[type="text"], .slim-view .form-field-adaptive.type-text input[type="email"] {
        font-size: 14px;
    }

    .slim-view .form-field-adaptive:not(.with-description):not(.type-submit) {
        margin-bottom: 20px;
    }

    .main-form-recall .form-field-adaptive.type-checkbox label {
        font-size: 12px;
    }

    .four-steps-block {
        padding-top: 0;
        margin-top: -20px;
    }

    .four-steps-item {
        margin: 20px auto;
        height: 192px;
        width: 192px;
        box-sizing: border-box;
        padding: 16px 16px 8px 16px;
        background: #FFFFFF;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    }

    .four-steps-item-pic img {
        height: 48px;
        width: 48px;
        margin-top: 8px;
    }

    .four-steps-item-name {
        font-size: 16px;
        line-height: 120%;
        padding-top: 10px;
        height: 72px;
        overflow: hidden;
    }

    .steps-num {
        font-size: 16px;
    }

    .steps-line {
        height: 20px;
    }

    .four-steps-present {
        background-position: top center;
        padding: 48px 0 0 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 120%;
    }

    .four-steps-present .red-line {
        margin-top: 16px;
        width: 32px;
        height: 2px;
    }

    .impossible-block {
        margin-top: 48px;
    }

    .discover-wood.impossible-block {
        margin-top: 30px;
    }

    .impossible-text {
        font-size: 16px;
        line-height: 21px;
    }

    .impossible-text h2,
    .impossible-text .like-h2 {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .red-line {
        margin: 24px 0;
        width: 46px;
        height: 2px;
    }

    .impossible-text .red-line {
        margin-top: 24px;
        width: 32px;
        height: 2px;
    }

    .impossible-icon {
        padding: 25px 0 0 0;
        width: 48%;
    }

    .impossible-icon-picture img {
        height: 48px;
        width: 48px;
    }

    .impossible-icon-text {
        font-size: 14px;
        line-height: 130%;
        margin: 5px auto 0 auto;
        max-width: 128px;
    }

    .yandex-map-block {
        height: auto;
    }

    .yandex-map-wrap {
        height: 288px;
        position: relative;
        width: auto;
    }

    .yandex-map-content {
        width: auto;
        height: auto;
        padding-top: 16px;
    }

    .yandex-map-fly {
        position: relative;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        margin: auto;
        font-size: 16px;
        line-height: 130%;
        padding: 24px 16px;
        max-width: 288px;
    }

    .yandex-map-fly-title {
        font-size: 16px;
        line-height: 130%;
    }

    .numbers-slider-mobile {
        display: block !important;
    }

    .company-numbers-text h2,
    .company-numbers-text .like-h2 {
        margin-top: 0;
    }

    .company-numbers {
        min-height: auto;
    }

    .company-numbers-content {
        padding: 24px 0 32px 0;
    }

    .company-numbers-picture,
    .company-numbers-slider,
    .company-numbers-text .company-number-block {
        display: none;
    }

    .company-numbers-text {
        padding-bottom: 0;
    }

    .company-numbers-links {
        text-align: center;
    }

    .company-numbers-links .like-button {
        display: block;
        margin: 0 auto;
    }

    .company-numbers-links .like-button:first-of-type {
        margin-bottom: 16px;
    }

    .mobile-menu-open {
        overflow: hidden;
        height: 100vh;
    }

    .header-menu {
        height: 100%;
    }

    .header-menu-block.shown {
        padding-top: 56px;
        /*position: relative;*/
        position: fixed;
        box-sizing: border-box;
        height: 100% !important;
        max-height: 100vh;
    }

    .top-menu-burger-head {
        position: fixed;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        z-index: 3;
        right: 0;
        background: white;
        top: 0;
        width: 288px;
        box-sizing: border-box;
    }

    .top-menu {
        position: relative;
        /*position: fixed;*/
        overflow-y: scroll;
        display: block;
        height: 100%;
        width: 100%;
        max-height: 100vh;
        box-sizing: border-box;
    }

    .mobile-menu-open .header {
        position: inherit;
    }

    .header {
        min-height: 56px;
        position: fixed;
        z-index: 998;
        top: 0;
        width: 100%;
    }

    .wrap {
        padding-top: 56px;
    }

    .header-center {
        background: white;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

    .video-text-block.hidden {
        display: block;
    }
}

@media (max-width: 480px) {
  #models-osteklenie-block .window-detail-complectation-buttons, #nestandartnye-varianty-ostekleniya-kottedzha .window-detail-complectation-buttons {
        flex-direction: column-reverse;
    }

    .window-detail-feature {
        min-height: 90px;
        font-size: 16px;
        line-height: 20px;
    }

    .window-detail-complectation-buttons {
        flex-direction: column;
    }

    .window-detail-complectation-buttons .like-button {
        margin: 8px 0;
        width: 100% !important;
    }

    .recommended-option-plus-text,
    .recommended-option-plus-text h3,
    .recommended-option-plus-text .like-h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .windows-material-advantage_hover {
        font-size: 15px;
    }

    .windows-material-feature {
        margin: 0 -16px;
        max-width: none;
    }

    .windows-material-feature_text {
        position: relative;
        padding: 25px 16px 5px;
    }

    .windows-material-feature_picture img {
        max-height: 100%;
        min-width: 100%;
        max-width: none;
        object-fit: cover;
    }

    .doors-models-sections,
    .product-material-data-tabs {
        justify-content: center;
    }

    /*.main-slider-pic picture{
        height: 320px;
    }*/
    .discover-wood .impossible-icon {
        min-width: 70px;
        width: 48%;
        padding-top: 10px;
    }

    .doors-type-name {
        height: 40px;
        font-size: 20px;
    }

    .windows-decors-types {
        flex-direction: row;
        align-items: center;
    }

    .windows-decors-type {
        width: 150px;
        height: 200px;
    }

    .main-recall {
        background: none;
    }

    .main-form-recall {
        max-width: 100%;
    }

    a.footer-order-call {
        line-height: 48px;
        width: 160px;
        font-size: 16px;
        margin-top: 24px;
    }

    .footer-search {
        margin-top: 24px;
    }

    .footer-top-block {
        max-height: initial;
        height: initial;
    }

    .footer-top-item {
        width: 100%;
    }

    .footer-menu {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .banner-2 .banner-icons {
        display: none;
    }

    .banner-2 a.like-button {
        margin-top: 32px;
    }

    .video-block {
        margin-top: 48px;
    }
}

@media (max-width: 400px) {
    .window-detail-col-picture.full-width picture,
    .window-detail-col-picture.full-width picture img,
    .window-detail-col-picture.full-width img,
    .window-detail-col-picture img.mobile-full-width,
    .doors-section-banner_picture picture,
    .doors-section-banner_picture picture img {
        width: 100%;
    }

    .window-detail-col-text-title,
    .window-detail-complectation-title {
        font-size: 20px;
        line-height: 24px;
    }

    .window-detail-complectation-item {
        font-size: 14px;
        line-height: 20px;
    }

    .slider-doors-models {
        margin: 0 -10px;
        max-width: none;
    }

    .slider-doors-models .slider-with-line .slick-next {
        right: 10px;
    }

    .slider-doors-models .slider-with-line .slick-prev {
        right: 57px;
    }

    .slider-doors-models .window-link {
        width: calc(100% - 20px);
    }

    .windows-prices-contacts_phone {
        font-size: 24px;
    }

    .windows-prices-contacts_text {
        font-size: 14px;
    }

    .windows-material-main-banner_text {
        font-size: 20px;
    }

    .windows-material-main-banner_text h2,
    .windows-material-main-banner_text .like-h2 {
        font-size: 40px;
        max-width: 230px;
    }

    .windows-material-equation-buttons {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 15px -5px 0;
    }

    .windows-material-equation-buttons a.like-button {
        margin: 5px;
        width: 150px;
    }

    .windows-best-choice-item {
        padding-top: 0;
    }

    .banner-4 .main-slider-text-title {
        font-size: 26px;
        line-height: 28px;
    }

}

@media (max-width: 350px) {
    .windows-decors-type {
        width: 200px;
        height: 250px;
    }
}

.doors-section-banner_subtext {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: right;
    margin-top: -70px;

}
.mt-10 {
	margin-top:10px;
}
.mt-5 {
	margin-top:5px;
}
.mt-20 {
	margin-top:20px;
}

.p-10 {
	padding:10px;
}
.w-100 {
	width:100%;
}
.security-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.security-cols-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.security-cols-item.checkbox-item {
    max-width: 27px;
}
.checkbox-item img {
    width: 22px;
}

.swal2-styled.swal2-confirm {
    background-color: #d93f3c !important;
}

/* 12-04-2023*/
.hover-pointer {
	cursor: pointer;
}
.icon_like {display:none;}
/* End */
/* /local/templates/okna_kazakhstan/css/custom.css?174161539412318 */
/* /local/templates/okna_kazakhstan/css/fonts.css?17416153942537 */
/* /local/templates/okna_kazakhstan/js/flexslider/flexslider.css?17416153946956 */
/* /local/templates/okna_kazakhstan/js/slick/slick.css?17416153941776 */
/* /local/templates/okna_kazakhstan/js/slick/slick-theme.css?17416153943145 */
/* /local/templates/okna_kazakhstan/js/modal/jquery.modal.min.css?17416153943201 */
/* /local/templates/okna_kazakhstan/js/fancybox3/jquery.fancybox.min.css?174161539414065 */
/* /local/templates/okna_kazakhstan/css/font-awesome.min.css?174161539431054 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1741612094585 */
/* /local/templates/okna_kazakhstan/components/bitrix/form.result.new/free-measurement-popup/style.css?1741615395666 */
/* /local/templates/okna_kazakhstan/components/bitrix/form.result.new/recall-popup/style.css?1741615395666 */
/* /local/templates/okna_kazakhstan/template_styles.css?1751879472233387 */
