@charset "UTF-8";

/*@import "http://fonts.fontstorage.com/import/lato.css";

@import "http://fonts.fontstorage.com/import/montserrat.css";

@import "http://fonts.fontstorage.com/import/opensans.css";*/

@import url('lato.css');

@import url('montserrat.css');

@import url('opensans.css');

/*Header*/

* {
  outline:none;
}

body {
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5 {
  z-index: 10;
}

p {
  color: #444;
}

.row {
  padding: 0 100px;
}

header {
  height: 100px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
}

header.row {
	flex-wrap: nowrap;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}

.logo {
  height: 40px;
  width: 125px;
  margin: 0 165px 0 0;
}

nav ul {
  padding: 0;
  display: flex;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

nav ul li {
  position: relative;
  display: block;
  margin-right: 40px;

  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #232323;
}
nav ul li ul li {
    margin-top: 20px;
}
nav ul li:last-child {
  margin-right: 0;
}

nav ul li:after {
  display: block;
  position: absolute;
  left: 0;
  /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0;
  /*задаём длинну линии до наведения курсора*/
  height: 1.5px;
  /*задаём ширину линии*/
  background-color: #104D91;
  /*задаём цвет линии*/
  content: "";
  transition: width 0.3s ease-out;
  /*задаём время анимации*/
  margin-top: 9px;
}

nav ul li:hover {
  transition: .3s;
  cursor: pointer;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

nav ul li:hover:after {
  width: 100%;
  /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

.phone__row {
  display: flex;
}

.phone__row img {
  margin-right: 10px;
  vertical-align: middle;
  padding-left: 246px;
}

.phone__row a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  white-space: pre;
  color: #232323;
  padding-right: 90px;
}

/*Banner*/

.banner-okna1.banner {
  background: url("../img/new_img/okna-2-1.jpg?v2");
  background-position:center left;
  background-size: cover;
}
.banner-vitraj.banner {
  background: url("../img/new_img/banner-vitraj.jpg?v1");
  background-position:center left;
background-size: cover;
}
.banner-panoram.banner {
  background: url("../img/new_img/banner-panoram.jpg?v1");
  background-position:center;
}
.banner {
  width: 100%;
  height: 880px;
  background: url("../img/banner.jpg");
  position: relative;
  background-size: cover;
  margin-top:100px;
}
.banner_sub{
    display: block;
    max-width: 100%;
    margin: 30px auto;
    height: auto;
    object-fit: cover;
}

.banner__info {
  position: absolute;
  width: 1025px;
  height: 361px;
  top: 160px;
  left: 100px;
  z-index: 99;
}

.sprava {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding-bottom: 50px;
}

.banner h1 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  padding-bottom: 40px;
}

.banner p {
  padding-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  /* or 140% */
  color: #FFFFFF;
}

.Rectangle_banner {
  position: absolute;
  left: 0;
  width: 370px;
  height: 0;
  border-top: 3.5px solid #00A4D5;
}

/* --- OFFER ---*/

.offer__block__text {
  padding-top: 80px;
  order: -1;
}

.offer:last-child {
  position: relative;
}

.offer .dots {
  position: absolute;
  height: 299px;
  width: 278px;
  right: 0px;
  top: -149px;
  z-index: 5;
}

.offer h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  padding: 40px 0 30px 0;
  color: #232323;
}

.offer p {
  font-family: "'Open Sans', sans-serif", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #444;
  max-width: 639px;
}

.offer_tile_wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
}

.offer_tile_wrapper img {
  width: 100%;
}

.offer__tile {
  padding: 0;
  margin: 0;
  max-width: 400px;
  /*margin-top: 55px;*/
}

.offer__tile:last-child {
  margin-right: 0;
}

.offer__tile h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 25px;
}

.offer__tile p {
  font-family: "'Open Sans', sans-serif", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  padding: 0 0 40px;
  overflow: hidden;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

/*

----- SLIDER CONTAINER -----

*/

.slider_container {
  margin-top: 190px;
  position: relative;
}

.dots_slider {
  position: absolute;
  height: 298.765380859375px;
  width: 278.0299987792969px;
  left: -4px;
  border-radius: 0px;
  z-index: -5;
  margin-top: -41.69px;
}

.dots_slider__2 {
  height: 298.765380859375px;
  width: 278.030029296875px;
  border-radius: 0px;
  z-index: -5;
  position: absolute;
  right: 100px;
  bottom: 58.43px;
}

.slider_container h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  color: #232323;
}

.bg_word {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 150px;
  line-height: 183px;
  /* identical to box height */
  text-align: right;
  text-transform: uppercase;
  width: 1312px;
  height: 183px;
  color: #232323;
  position: absolute;
  right: 0;
  margin-right: 100px;
  opacity: 0.03;
}

/*

----- CHOICE -----

*/

.choice_container h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  color: #232323;
  padding-bottom: 100px;
}
h4{
	font-size:20px;
	font-weight:600;
	padding:10px 0 20px;
	  font-family: "Montserrat", sans-serif;
}
.dots_choice {
  position: absolute;
  height: 214.916015625px;
  width: 200px;
  z-index: -5;
  top: -127.46px;
  left: -100px;
}

.choice_block__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.choice__block {
  text-align: center;
}

.choice__block:nth-child(1) {
  width: 284px;
}

.choice__block:nth-child(2) {
  width: 250px;
}

.choice__block:nth-child(3) {
  width: 260px;
}

.choice__block:nth-child(4) {
  width: 242px;
}

.choice__block:nth-child(5) {
  width: 240px;
  margin-right: 0;
}

.choice__block:last-child {
  margin-right: 0;
}

.choice__block img {
  padding-bottom: 30px;
}

.choice__block h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  padding-bottom: 10px;
  color: #000000;
}

.choice__block p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  text-align: center;
  letter-spacing: 0.5px;
  /* text */
  color: #444;
}

/*

----- ДРУГАЯ ПРОДУКЦИЯ -----

*/

.production_container {
  margin-top: 140px;
}

.production_container h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 41px;
  color: #232323;
  display: block;
  width: 100%;
  padding-bottom: 70px;
}

.production__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;

}
.max-w{
    margin: 30px auto 0;	
}
.production__block {
  max-width: 329px;
  min-width: 20%;
  border-radius: 4px;
}

.production__block img {
  max-width: 100%;
  min-height: 329px;
}

.production__block h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height, or 147% */
  letter-spacing: 0.2px;
  padding: 15px 10px 0;
  color: #000000;
}

.production_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  vertical-align: middle;
  transition: .3;
}

.production_img_wrap:hover .production_btn {
  opacity: 1;
  transition: .3s;
}

/*

----- ABOUT -----

*/

.about_container {
  margin-top: 192px;
  position: relative;
}

.map__info_ico {
  max-width: 24px;
}

.logo__about {
  height: 81px;
  width: 242px;
  z-index: 10;
}

.bg_word__about {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 150px;
  line-height: 183px;
  /* identical to box height */
  color: #232323;
  opacity: 0.05;
  position: absolute;
  left: 106px;
  top: -115px;
  opacity: 0.05;
}

strong {
  font-weight: 600;
}

.about_info {
  margin: 0 290px 140px 435px;
  position: absolute;
  top: 46px;
  font-size: 15px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}

.about_info p {
  font-family: "Montserrat", sans-serif;
}

/*

----- MAP -----

*/

ymaps.ymaps-2-1-77-gotoymaps,
.ymaps-2-1-77-gototech,
.ymaps-2-1-77-copyright__link,
.ymaps-2-1-77-copyright__agreement {
  display: none;
}

#map {
  position: relative;
  width: 100%;
  height: 640px;
  margin-top: 255px;
}

.map__info {
  position: absolute;
  z-index: 998;
  height: 550px;
  width: 515px;
  left: 100px;
  top: 45px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.map__info__information {
  width: 375px;
  height: auto;
  left: 170px;
  z-index: 999999999999999;
  background-color: #fff;
}

.map__info__information h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 30px;
  color: #232323;
}

.map__info__information span img {
  margin-right: 20px;
  vertical-align: bottom;
  float: left;
}

.map__info__information span span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #232323;
}

.map__info__text:nth-child(2) {
  font-size: 24px;
  line-height: 28px;
  color: #232323;
}

.map__info__text:nth-child(6) {
  font-size: 15px;
  line-height: 24px;
}

.map__info__text:nth-child(8) {
  font-size: 16px;
  line-height: 28px;
  margin-left: 44px;
}

.map__info__information span {
  margin-bottom: 35px;
  display: block;
}

.social a img {
  margin-right: 25px;
}

.social a img:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer;
}

/*

----- FOOTER -----

*/

footer {
  height: 142px;
  background: #232323;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer span {
  font-family: Open Sans , sans-serif, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 100% */
  color: #FFFFFF;
  max-width: 33%;
}

.footer_logo {
  width: 125px;
}

/*BTN*/

.btn {
  outline: none;
  background: #00A4D5;
  box-shadow: 0px 8px 24px rgba(0, 164, 213, 0.3);
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn:hover {
  cursor: pointer;
  background: #104D91;
  box-shadow: 0px 4px 30px rgba(16, 77, 145, 0.25);
}

a:hover {
  color: #104D91;
}

.btn-header {
  width: 217px;
  height: 47px;
  /* BUTTON */
  font-family: "'Open Sans', sans-serif", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  letter-spacing: 1.25px;
}

.btn-banner {
  width: 276px;
  height: 64px;
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0px 4px 50px rgba(0, 164, 213, 0.5);
}

.btn-offer {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  width: 280px;
  height: 47px;
  margin-bottom: 25px;
}

#myBtn2 {
  margin-top: 50px;
}

.btn_form {
  margin-top: 40px;
  padding: 14px 28px;
  margin-left: 0;
}

button#success_out {
  margin-top: 50px;
}

.call_manager__button {
  margin-top: 50px;
  padding: 14px 28px;
  position: absolute;
  left: auto;
  right: 0px;
  margin-left: auto;
  margin-right: 70px;
}

.production_btn {
  transition: .3;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 167px;
  height: 49px;
  vertical-align: middle;
  background: #00A4D5;
  border-radius: 2px;
  font-family: "" Open Sans ", sans-serif", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  max-width: 80%;
}

/*

----- SLIDER & Fancy-----

*/

.fancybox-caption__body {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}

.swiper-container {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 196px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 560px;
  height: 630px;
}

.swiper-slide a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide a:before {
  z-index: 9999;
  content: url(../img/ico/photo_open.svg);
  background-image: url();
  opacity: 0;
}

:root {
  --swiper-theme-color: #fff;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  outline: none;
  top: 44.5%;
  left: 30%;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #00a5d5;
  width: 50px;
  height: 50px;
}

.swiper-button-prev {
  background-image: url("/img/ico/toTop.svg") !important;
  transform: rotate(-90deg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

.swiper-button-next {
  background-image: url("/img/ico/toTop.svg") !important;
  transform: rotate(90deg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
  transform: scale(0.5);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  outline: none;
  top: 44.5%;
  right: 30%;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #00a5d5;
  width: 50px;
  height: 50px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
  transform: scale(0.5);
}

.swiper-slide a:before {
  position: absolute;
  z-index: 999999;
  opacity: 1;
  content: '';
  background: linear-gradient(180deg, rgba(0, 164, 213, 0.5), rgba(6, 6, 6, 0.55));
  height: 100%;
  width: 100%;
}

.swiper-slide-active a:before {
  content: url(../img/ico/photo_open.svg);
  background-image: url();
  opacity: 0;
  height: auto;
  width: auto;
  z-index: 99999;
}

/*

----- MODAL -----

*/

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(16, 77, 145, 0.6);
}

/* Modal Content */

.modal-content {
  position: relative;
  width: 622px;
  height: 489px;
  padding: 70px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.modal-content h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 43px;
  color: #232323;
}

.modal-manager {
  height: 540px;
}

.modal-content-success {
  width: auto !important;
  height: auto !important;
}

input {
  outline: none;
  width: 100%;
  border: none;
  height: 33px;
  border-bottom: 1px solid #A6A6A6;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  color: #232323;
}

input:focus {
  border: none;
  border-bottom: 1px solid #104D91 !important;
}

input:placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #949494;
}

input[name="name"],
input[name="name_form"] {
  margin-top: 50px;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.25px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #00A4D5;
  position: absolute;
  margin-top: 64px;
}

.custom-file-upload:hover {
  cursor: pointer;
  color: #104D91;
}

.custom-file-upload img {
  margin-right: 10px;
  vertical-align: bottom;
}

.close {
  position: absolute;
  margin: 30px 30px 0 0;
  top: 0;
  right: 0;
  float: right;
  opacity: .7;
}

.Rectangle {
  position: absolute;
  top: 84px;
  left: -77px;
}

.close:hover,
.close:focus {
  opacity: 1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*
 
 ----- MENU BURGER-----
 
 */

#menu {
  display: none;
  flex-direction: column;
  z-index: 99999999999999999999 !important;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  width: 28px;
  height: 14px;
  position: absolute;
  right: 15px;
}

.menu__span {
  display: block;
  background-color: #000;
  height: 2px !important;
  min-height: 2px !important;
  transition: 1s ease;
}

.menu__span:nth-child(2) {
  margin: 5px 0;
}

.minus_rotate {
  transform: rotate(-45deg);
  background-color: white;
}

.plus_rotate {
  transform: rotate(45deg) translate(-4px, -4px);
  background-color: white;
}

.none {
  display: none;
}

.menu__span:last-child {
  width: 68.75%;
  margin-left: auto;
  height: 1.75px !important;
}

#sliding__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  transform: translateX(100%);
  transition: 0.6s ease-out;
  transition: 0.6s cubic-bezier(0, 1.05, 0.5, 1.05);
}

#sliding__menu.active {
  transform: translateX(0) !important;
}

.sliding__menu_layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: inherit;
  background-color: transparent;
  background: rgba(16, 77, 145, 0.9);
}

.sliding__menu {
  padding: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.5s ease;
}

.sliding__nav_link {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  transition: border 0.3s;
}

.sliding__menu .sliding__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.sliding__nav_item {
  z-index: 99999;
  margin-bottom: 20px;
  list-style: none;
  width: 100%;
  text-align: center;
}

/* 

---BTN TOP---

*/

div.scrollup {
  position: fixed;
  /* фиксированная позиция */
  color: #fff;
  /* цвет текста */
  background-color: #fff;
  /* цвет заднего фона */
  border: 3px solid #00a4d5;
  right: 20px;
  /* расстояние от правого края */
  bottom: 20px;
  /* расстояние от нижнего края */
  padding: 10px 12px;
  /* отступы до содержимого блока */
  border-radius: 50%;
  cursor: pointer;
  /* форма курсора */
  display: none;
  /* не отображать элемент */
  text-align: center;
  /*выравнивание содержимого элемента по центру */
  z-index: 999999999999999;
  transition: .7s;
}

div.scrollup:hover {
  transition: .3s;
  border-color: #104d91;
  /* цвет заднего фона при наведении */
}

div.scrollup img {
  height: 20px;
}

@media only screen and (min-width: 1260px) {
  .phone__row {
    display: flex !important;
  }
}

@media (min-width: 1920px) {
  .phone__row {
    right: 300px;
    position: absolute;
  }

  .Rectangle_banner {
    left: -100px;
  }

  .btn__row {
    position: absolute;
    right: 100px;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .row {
    padding: 0 15px;
  }

  header {
    height: 65px;
  }

  .logo {
    height: 20px;
    width: 64px;
    margin: auto;
    margin-right: 20px;
  }

  nav,
  .phone__row {
    display: none;
  }

  .banner {
    height: calc(100vh - 65px);
    background-position: center center;
    background-size: cover;
  }

  .banner__info {
    width: 275px;
    height: 310px;
    top: 40px;
    left: 15px;
    right: 30px;
  }
	.main-border{
		max-width: 60%;
		left: -15px;
	}
  .sprava {
    font-size: 20px;
    line-height: 25px;
  }

  .banner h1 {
    letter-spacing: 0;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
  }

  .banner p {
    font-size: 14px;
    line-height: 20px;
  }

  .Rectangle_banner {
    max-width: 60%;
    left: -15px;
  }

  .offer__block__text {
    padding-top: 70px;
    order: 0;
    z-index: 10;
  }

  .offer .dots {
    height: 109px;
    width: 101.43496704101562px;
    top: 0;
    top: -54.5px;
  }

  .offer h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
    max-width: 238px;
  }

  .offer p {
    font-size: 14px;
    line-height: 22px;
  }

  .offer_tile_wrapper {
    display: block;
  }

  .offer__tile {
    /*margin-top: 50px;*/
    max-width: 100%;
  }

  .offer__tile h4 {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 15px;
  }

  .offer__tile p {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 0 25px;
  }

  .slider_container {
    padding: 0;
    margin-top: 111px;
  }

  .dots_slider {
    height: 109px;
    width: 101.43496704101562px;
  }

  .dots_slider__2 {
    display: none;
  }

  .slider_container h2 {
    font-size: 20px;
    line-height: 28px;
    margin-left: 15px;
  }

  .bg_word {
    display: none;
  }

  .choice_container h3 {
    font-size: 20px;
    line-height: 28px;
    max-width: 238px;
  }

  .dots_choice {
    height: 109px;
    width: 101.43496704101562px;
    left: -15px;
    top: -21px;
  }

  .choice_block__wrapper {
    display: block;
  }

  .choice__block {
    width: 100% !important;
    margin-bottom: 40px;
  }

  .choice__block:last-child {
    margin-bottom: 70px;
  }

  .choice__block h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .choice__block p {
    font-size: 13px;
    line-height: 20px;
  }

  .production_container {
    margin-top: 70px;
  }

  .production_container h3 {
    font-size: 20px;
    line-height: 28px;
    max-width: 238px;
    padding-bottom: 35px;
    max-width: 100px;
  }

  .production__wrapper {
    display: contents;
  }

  .production__block {
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .production__block h4 {
    text-align: center;
    padding: 15px 0 35px;
  }

  .logo__about {
    width: 134px;
    height: 45px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    top: -15px;
  }

  .bg_word__about {
    top: -60px;
    font-size: 70px;
    line-height: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 37px 0 36px;
    text-align: center;
  }

  .about_info {
    top: 0;
    margin: 0;
    display: block;
    position: relative;
  }

  .about_info p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 51px;
    display: block;
  }

  #map {
    height: 530px;
    margin-top: 220px;
  }

  .map__info {
    position: absolute;
    background-color: transparent;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    padding: 0 15px;
    top: -108px;
  }

  .map__info__information {
    width: 100%;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 30px;
    left: 0;
    top: 0;
  }

  .map__info__information h4 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  .map__info__text:nth-child(2) {
    font-size: 18px;
    line-height: 28px;
  }

  .map__info__text:nth-child(6),
  .map__info__text:nth-child(8) {
    font-size: 14px;
    line-height: 24px;
  }

  .map__info__information span:last-child {
    margin-bottom: 30px;
  }

  .social {
    display: flex;
    justify-content: center;
  }

  .social a img {
    margin-right: 18.75px;
    height: 30px;
  }

  footer {
    padding: 0 15px;
    height: 116px;
    position: relative;
  }

  footer span {
    display: none;
  }

  .footer_logo {
    width: 64px;
    height: 22px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .btn-header {
    width: 132px;
    height: 34px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: normal;
    box-shadow: none;
  }

  .btn-banner {
    width: 181px;
    height: 50px;
    left: 15px;
    font-size: 11px;
    line-height: 24px;
  }

  .btn-offer {
    width: 237px;
    height: 50px;
  }

  .btn_form {
    margin-top: 10px;
    position: relative;
    width: 100%;
  }

  .call_manager__button {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 36px;
  }

  .production_btn {
    display: none;
  }

  .swiper-container {
    padding: 40px 0 91px;
  }

  .swiper-slide {
    width: 264px;
    height: 298px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    top: 90%;
    height: 25px;
    width: 25px;
    left: calc(50% - 30px);
    border: 1.5px solid #00a5d5;
  }

  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    transform: scale(0.3);
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 90%;
    height: 25px;
    width: 25px;
    right: calc(50% - 30px);
    border: 1.5px solid #00a5d5;
  }

  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    transform: scale(0.3);
  }

  .modal {
    padding: 0 15px;
  }

  .modal-content {
    height: 353px;
    width: 305px;
    left: 0px;
    padding: 45px 40px 35px;
  }

  .modal-content h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .modal-manager {
    height: 448px;
  }

  input[name="name"],
  input[name="name_form"] {
    margin-top: 36px;
  }

  .custom-file-upload {
    margin-top: 0;
    position: relative;
  }

  .close {
    margin: 20px 20px 0 0;
  }

  .close img {
    height: 30px;
  }

  .Rectangle {
    width: 41px;
    height: 8px;
    left: -15px;
    top: 52px;
  }

  #menu {
    display: flex;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) and (orientation: landscape) {
  .banner {
    min-height: 800px;
  }
}

@media (min-width: 1px) and (max-width: 767px) and (max-width: 320px) {
  .banner {
    height: 100vh;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .row {
    padding: 0 15px;
  }

  header {
    display: flex;
    justify-content: space-between;
  }

  .logo {
    width: 84px;
    margin: 0 auto;
    margin-right: 20px;
  }

  nav {
    display: none;
  }

  .phone__row {
    white-space: pre;
  }

  .phone__row img {
    padding-left: 0;
  }

  .phone__row a {
    padding-right: 0;
    font-size: 18px;
  }

  .banner {
    height: calc(100vh - 100px);
    background-position: center center;
    background-size: cover;
  }

  .banner__info {
    width: 70%;
    height: auto;
    left: 0;
    padding: 0 15px;
  }

  .sprava {
    font-size: 20px;
    line-height: 25px;
  }

  .banner h1 {
    font-size: 20px;
    line-height: 40px;
  }

  .banner p {
    font-size: 16px;
    line-height: 30px;
  }

  .offer__block__text {
    padding-top: 70px;
    order: 0;
    z-index: 10;
  }

  .offer .dots {
    top: -150px;
  }

  .offer_tile_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer__tile {
    max-width: fit-content;
    padding: 1em;
  }

  .offer__tile h4 {
    height: 50px;
  }

  .bg_word {
    width: 100%;
    font-size: 70px;
    top: -40px;
  }

  .choice_block__wrapper {
    display: block;
  }

  .choice__block {
    width: 100% !important;
    margin-bottom: 40px;
  }

  .production__wrapper {
    display: contents;
  }

  .production__block {
    min-width: 33.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }

  .production__block h4 {
    padding: 15px 0 35px;
    text-align: center;
  }

  .bg_word__about {
    left: 10px;
  }

  .about_info {
    top: 80px;
    margin: 0;
    display: block;
    position: relative;
  }

  #map {
    margin-top: 380px;
  }

  .map__info {
    position: absolute;
    background-color: transparent;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    padding: 0 15px;
    top: -208px;
  }

  .map__info__information {
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 30px;
    left: 0;
  }

  footer {
    padding: 0 15px;
    height: 116px;
    position: relative;
  }

  footer span {
    font-size: 10px;
  }

  .btn-header {
    margin-right: 100px;
  }

  .production_btn {
    display: none;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }

  #menu {
    display: flex;
  }

  .plus_rotate {
    transform: rotate(45deg) translate(-5px, -5px);
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) and (orientation: landscape) {
  .banner {
    min-height: 800px;
  }
}

@media (min-width: 1024px) and (max-width: 1919px) {
  .row {
    padding: 0 50px;
  }

  header {
    display: flex;
    justify-content: space-between;
  }

  .logo {
    width: 84px;
    margin: 0 auto;
    margin-right: 40px;
  }

  nav ul li {
    font-size: 14px;
    line-height: 14px;
    margin-right: 20px;
  }

  .phone__row {
    display: none;
  }

  .phone__row img {
    padding-left: 20px;
  }

  .phone__row a {
    padding-right: 20px;
    font-size: 18px;
  }

  .banner {
    height: calc(100vh - 100px);
    background-position: center center;
    background-size: cover;
  }

  .banner__info {
    width: 90%;
    height: auto;
    left: 0;
    padding: 0 50px;
    top: 50px;
  }

  .offer__block__text {
    order: -1;
  }

  .offer_tile_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer__tile {
    max-width: 25%;
    padding: 1em;
  }

  .offer__tile h4 {
    height: 50px;
  }

  .bg_word {
    width: 100%;
    font-size: 120px;
    top: -40px;
  }

  .choice__block {
    padding: 1em;
  }

  .production__block {
    padding: .5em;
  }

  .production__block img {
    max-height: 400px;
  }

  .about_info {
    top: 80px;
    margin: 0;
    display: block;
    position: relative;
  }

  .btn-header {
    margin-right: 0px;
  }

  .production_btn {
    font-size: 12;
    line-height: 16px;
    font-weight: 400;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20%;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20%;
  }
}

@media (orientation: landscape) {
  body {
    flex-direction: row;
  }
}

b{
	font-weight:700;
}
p{
	font-family: 'Open Sans', sans-serif;
}
li{
	font-family: 'Open Sans', sans-serif;
}
.product-item{
    text-align: center;
    background: #fff;
    width: calc(16.66% - 20px);
    margin: 10px;
    box-shadow: 0 0 15px #00000021;
    min-height: 410px;
	padding:5px;
    position: relative;
}
.product-item img{
	max-height: 235px;
	max-width:100%;
}
.product-item p:last-child {
	position: absolute;
    right: 0;
    background: #00a4d5;
    color: #fff;
    bottom: -20px;
    font-size: 14px;
	padding: 15px;
    width: 100%;
}
.blue{
	color: #000;
    font-size: 14px;
    margin: 20px 0!important;
    padding: 0 10px;
}
.product-item ul{
	margin-left:20px;
}
.product-item p{
	margin-top:5px;
}
.color-ral li{
	display:inline-block;
}
.color-ral img {
    width: 83px;
}
.color-ral {
    padding-left: 0;
    text-align: center;
    padding: 20px 10px;
	display: inline-block;
	margin-top:30px;
}
.color-ral summary {
    max-width: 220px;
    color: #ffffff;
    text-decoration: dotted;
    cursor: pointer;
    margin: 15px auto;
    background: #00000063;
    display: block;
    padding: 7px;
    transition: 0.5s;
    border-radius: 38px;
}
h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
	font-family: "Montserrat", sans-serif;
}
.slider_container.dveri{
	margin-top:90px
}
h1.title-dveri{
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
}
.slider_container.dveri p{
	margin:0 14px;
}
.color-ral summary:hover {
    background: #c9c9c9;
}
.color-ral details {

	margin-bottom:20px;
}
.submenu{
	display:none;
	position:absolute;
	top: 16px;
    background: #fff;
    left: 0;
    padding: 20px 20px 20px 20px;
    z-index: 9999;
    width: auto;
}
.menu__row li:hover .submenu{
	display:inline-block;
}

.okna_container>div{
	width:50%;
    padding: 30px;
}
.okna_container ul {
    margin: 20px 40px;
}
.subtitle{
	font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #232323;
    display: block;
    width: 100%;
}
.okna_container > div > div {
    width: 50%;
    float: left;
}
.vitraji .okna_container>div {
    width: 100%;
}
.okna_container ol li {
    padding: 5px 0;
}
.okna_container ol {
    margin: 10px 40px;
}
.name-okna{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.vitraji .okna_container > div > div:first-child{
	width: 40%;
    text-align: center;
}
.vitraji .okna_container > div > div:last-child{
    width: 60%;
    padding: 15px;	
    line-height: 28px;
}
.vitraji .production_container h3 {
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 50px;
}.vitraji ul {
    margin-left: 40px;
}
.vitraji ul li {
    margin-bottom: 5px;
}
.vitraji p {
    margin: 7px 0;
}
.vitraji ul, .vitraji ol {
    margin-left: 40px;
}
.vitraji .production_container{
	margin-top:50px;
}
.vitraji .okna_container img {
    max-width: 49%;
}
.w40{
	width:40%;
	float:left;
	overflow:hidden;
}
.w60{
	width:60%;
	float:left;
}
.w40 img {
	height:100%
}
.production_container p{
	margin-bottom:10px;
}
.grey{
	background: #00a1d326;
    padding: 0px 0 50px 0;
}
.product-item.okna-item{
    width: auto;
    padding: 30px;
    min-height: 460px;
	min-width: 280px;
}
.max-w-okna{
	max-width:1000px;
}

@media only screen and (max-width: 767px){
	.main-border {
		left: -15px!important;
	}
	.vitraji .okna_container > div > div:last-child, .okna_container>div{
		padding:0px!important;
	}
	.vitraji .production_container h3{
		margin-top:20px;
	}
	.w40{
	width:100%;
	}
	.w60{
		width:100%;
	}
	.vitraji .production_container{
		margin-top:20px;
	}
	.okna_container div {
		width:100%!important;
	}
	
	
	.product-item{
		width: 100%;
		min-height: auto;
		padding-bottom: 100px;
	}
	h1.title-dveri{
		font-size: 18px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 1367px){
	.vitraji h4{
		margin-top:40px;
	}
}
.production__block{
	position:relative;
}
.production__block:after{
	content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    display: block;
    right: 0;
    background: #ffffff;
    top: 0;
}
.banner__info>* {
    text-shadow: 0px 0px 10px #0000007a;
}
.main-border {
    position: absolute;
    left: 0px;
    width: 370px;
    height: 0;
    border-top: 3.5px solid #00A4D5;
}
.banner h2 {
    margin: 0;
    padding: 30px 0;
}

@media (min-width: 1920px){
.main-border {
    left: -100px;
}
}