@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import url(reset.css);
.about_txt_wrap{
  width: calc(100% - 540px);
}
@import url(reset.css);
.about_txt_wrap{
  width: calc(100% - 540px);
}
* {
	font-family: 'IBM Plex Sans', sans-serif !important;
}

@font-face {
  font-family: 'IBM Plex Sans', sans-serif !important;

}
:root {
  --bl: #437fe1;
  --gr: #727680;
}

body {
  margin: 0 auto;

}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.inside {
  width: 1120px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px;
}
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.flex_m {
  align-items: center;
}
.flex_t {
  align-items: flex-start;
}
.flex_b {
  align-items: flex-end;
}
.flex_sb {
  justify-content: space-between;
}
.flex_c {
  justify-content: center;
}
.flex_sa {
  justify-content: space-around;
}
.flex_e {
  justify-content: flex-end;
}
.toggler {
  width: 29px;
  height: 29px;
  position: relative;
  box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 auto;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: 0.3s;
  margin-top: 10px;
  display: none;
}
.toggler:hover {
  border-color: #1d1942;
  transition: 0.3s;
}
.toggler > span {
  width: 20px;
  height: 4px;
  margin-bottom: 4px;
  background: #5b5b5b;
  display: block;
  z-index: 1000;
  transition: 0.3s;
  text-align: right;
}
.toggler.open .right {
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 4px;
  transition: 0.3s;
}
.toggler.open .left {
  transform: rotate(-45deg);
  transition: 0.3s;
  left: 0px;
  top: 4px;
  position: absolute;
}
.toggler.open .hide {
  display: none;
}
.left_sidebar.open {
  left: 0px;
}
.left_sidebar {
  left: -960px;
  z-index: 1002;
  background: #fff;
  height: 100%;
  width: 100%;
  max-width: 100%;
  transition: 0.5s;
  position: fixed;
  box-sizing: border-box;
  padding: 0 10px;
}
.mob {
  display: none;
}
.pop_w {
  display: none;
  padding: 40px 20px;
  padding-bottom: 50px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: visible;
  position: relative;
}
.hidden {
  display: none;
}
.close_all {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -100;
  cursor: pointer;
}
.close_all.active {
  width: 100%;
  height: 100%;
  z-index: 1000;
}
/*base*/
header {
  margin-bottom: 35px;
}
header .inside {
max-width: 1350px;
    width: 98%;
}
.logo {
  margin-top: 3px;
}
.phone {
  font: 18px "IBMPlexSans-Bold";
  transition: 0.3s;
}
.phone a {
  color: var(--bl);
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  box-sizing: border-box;
}
.phone a:hover {
  border-color: var(--bl);
  transition: 0.3s;
}
nav {
  margin-top: 36px;
}
nav ul {
  align-items: center;
}
nav ul li {
  text-transform: uppercase;
  font: 16px "IBMPlexSans-Bold";
  margin-right: 54px;
}
nav ul li:last-child {
  margin-right: 0px;
}
nav ul li a {
  color: var(--gr);
  transition: 0.3s;
}
nav ul li:hover a {
  color: var(--bl);
  transition: 0.3s;
}
#section1 {
  height: 690px;
	background-size: cover;

}
#section1 .inside {
  height: 100%;
	
}
#section1 .section1 {
  height: 100%;

}
.font-page-bg {
	background-image: url(https://pasadwindows.com/wp-content/uploads/2023/12/pasad-windows-1.jpg);
	background-position: 0!important;
}
.main_block {
  width: 590px;
  height: 424px;
  max-width: 100%;
  background: #fffc;
  text-align: center;
  box-sizing: border-box;
  padding: 45px 50px;
}
.main_block .title_h1 {
  margin-bottom: 9px;
}
.main_block .title_h2 {
  font-size: 67px;
  line-height: 72px;
  margin-bottom: 36px;
}
.main_block .title_h2 .bl_lines {
  margin-left: -9px;
}
.main_block .title_h2 .bl_lines span {
  width: 42px;
  height: 8px;
  margin-top: 9px;
}
.title_h1 {
  font: 18px "IBMPlexSans-Bold";
  color: var(--bl);
  text-transform: uppercase;
  margin-bottom: 13px;
}
.title_h2 {
  font: 34px "IBMPlexSans-Bold";
  color: var(--gr);
  text-transform: uppercase;
}
.title_h2 p {
  display: inline;
}
.bl_lines {
  display: inline-block;
  margin-left: -3px;
}
.bl_lines span {
  width: 25px;
  height: 5px;
  display: block;
  margin-top: 5px;
}
.bl_lines span:nth-child(1) {
  background: #a1c5ff;
  margin-top: 0px;
}
.bl_lines span:nth-child(2) {
  background: #7ba5ea;
}
.bl_lines span:nth-child(3) {
  background: #437fe1;
}
.a1 {
  width: 349px;
  height: 117px;
  padding-left: 51px;
  background: #437fe1;
  box-sizing: border-box;
  transition: 0.3s;
  text-transform: uppercase;
  font: 24px/117px "IBMPlexSans-Bold";
	display: inline-block;
}
.a1:hover {
	background: #727680;
}
.a1 a {
  color: #fff;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  position: relative;
}
.a1 a:before {
  content: "";
  width: 9px;
  height: 17px;
  right: 40px;
  top: 50px;
  position: absolute;
  background: url(../images/arrow.png) no-repeat center 0;
  transform: rotate(-180deg);
  transition: 0.3s;
}
.a1:hover a:before {
  right: 44px;
  transition: 0.3s;
}
.a2 {
width: 349px;
    height: 117px;
    background: var(--bl);
    box-sizing: border-box;
    /* padding-left: 51px; */
    transition: 0.3s;
    text-transform: uppercase;
    font: 24px/117px "IBMPlexSans-Bold";
    text-align: center;
    margin: 0px auto;
    margin-top: 19px;
    margin-bottom: -65px;
}

.a2:hover {
	background: #727680;
}
.a2 a {
  color: #fff;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  position: relative;
}
.a2 a:before {
  content: "";
  width: 9px;
  height: 17px;
  right: 48px;
  top: 50px;
  position: absolute;
  background: url(../images/arrow.png) no-repeat center 0;
  transform: rotate(-180deg);
  transition: 0.3s;
}
.a2:hover a:before {
  right: 44px;
  transition: 0.3s;
}
.section2 {
  padding-top: 100px;
  padding-bottom: 93px;
}
.icon {
  width: 160px;
}
.icon_img_wrap {
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  border: 2px solid var(--bl);
  margin-bottom: 25px;
}
.icon_h1 {
  font: 18px "IBMPlexSans-Bold";
  margin-bottom: 17px;
  color: var(--gr);
}
.icon_h2 {
  font: 16px/22px "Yrsa-Regular";
  color: var(--gr);
}
#section3 {
  background: rgba(114, 118, 128, 0.1);
}
.section3 {
  padding-top: 95px;
  padding-bottom: 101px;
}
.windows_slider_wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.windows_slide {
  height: 380px;
  /*margin-right: 15px;*/
}
.windows_slide_in {
  background: #fff;
  width: 255px;
  height: 379px;
  position: relative;
margin-left: 23.5px;
}
.windows_slide_in:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 255px;
  height: 58px;
  z-index: 3;
  background: url(../images/line_bg.png) no-repeat center 0;
  transition: 0.3s;
}
.windows_slide_in:hover {
  transition: 0.3s;
}
.windows_slide_in:hover .windows_slide_txt {
  padding-top: 15px;
  transition: 0.3s;
  height: 307px;
}
.windows_slide_in:hover:before {
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.windows_slide_txt {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 124px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #fff;
  transition: 0.3s;
}
.windows_slide_h1 {
  font: 18px "IBMPlexSans-Bold";
  color: var(--bl);
  margin-bottom: 7px;
}
.windows_slide_h2 {
  font: 16px/22px "Yrsa-Regular";
  color: var(--gr);
  margin-bottom: 13px;
}
.windows_slide_a1 {
  margin: 0 auto;
  width: 160px;
  height: 50px;
  background: var(--bl);
  font: 14px/50px "IBMPlexSans-Bold";
  text-transform: uppercase;
}
.windows_slide_a1:hover {
  background: #727680;
}
.windows_slide_a1 a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.about_img {
  text-align: left;
}
.about_img img {
  margin-bottom: 27px;
}
.about_img1 {
  text-align: right;
  margin-top: 107px;
}
.about_img_wrap {
  width: 540px;
}
.section4 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.about_txt_wrap {
  text-align: left;
  margin-top: 0px !important;
  box-sizing: border-box;
  padding-left: 29px;
	width: 100% !important;
}
.about_txt_wrap .title_h2 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 29px;
}
.about_txt_wrap .bl_lines {
  margin-left: -9px;
}
.about_txt_wrap .bl_lines span {
  width: 42px;
  height: 8px;
  margin-top: 9px;
}
.about_txt_wrap .title_h1 {
  margin-bottom: 8px;
}
.about_txt_h1 {
  font: 16px/22px "Yrsa-Regular";
  
  box-sizing: border-box;
  margin-bottom: 43px;
}
.about_txt_h1 p {
  margin-bottom: 22px;
}
.about_txt_h11 {
font: 16px/22px "Yrsa-Regular";
    /* padding-right: 100px; */
    box-sizing: border-box;
    /* margin-bottom: 43px; */
    width: 87%;
    text-align: center;
    padding: 20px;
    margin: 0px auto;
}
.about_txt_h11 p {
  margin-bottom: 22px;
    /* width: 100%; */
  text-align: justify;
}
.gallery_slider_wrap {
  position: relative;
  width: 760px;
  margin: 0 auto;
  margin-top: 40px;
}
#section5 {
  background: rgba(114, 118, 128, 0.1);
}
.section5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section6 {
  padding-top: 95px;
  padding-bottom: 70px;
}
.icon_wrap2 {
  margin-top: 40px;
}
.icon_wrap2 .icon {
  width: 198px;
  position: relative;
}
.icon_wrap2 .icon_img_wrap {
  width: 198px;
  height: 198px;
}
.icon_number {
  font: 18px/30px "IBMPlexSans-Bold";
  position: absolute;
  right: 0;
  top: 0;
  background: var(--bl);
  width: 30px;
  height: 30px;
  color: #fff;
}
#section7 {
  background: #727680;
}
.section7 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.request_catalog_img {
  width: 313px;
  min-width: 313px;
  position: relative;
  margin-right: 19px;
  z-index: 100;
}
.request_catalog_img img {
  width: 313px;
  height: 404px;
  position: absolute;
  left: 0;
  top: -106px;
}
.request_catalog_txt {
  text-align: left;
  color: #fff;
}
.request_catalog_h1 {
  font: 36px/44px "IBMPlexSans-Bold";
  text-transform: uppercase;
  margin-bottom: 13px;
}
.request_catalog_h2 {
  font: 18px "Yrsa-Regular";
}
.request_catalog_txt {
  margin-right: 44px;
  width: 195px;
  min-width: 195px;
}
.request_catalog_form {
  flex-wrap: wrap;
  min-width: 540px;
  width: 100%;
  margin-top: 10px;
}
.form input {
  font: 16px "Yrsa-Regular";
  width: 100%;
  height: 5vh!important;
  box-sizing: border-box;
  border: none;
  margin-bottom: 15px;
  color: var(--gr);
  padding: 0 20px;
}
.form button {
  width: 100%;
  height: 5vh;
  box-sizing: border-box;
  border: none;
  text-transform: uppercase;
  background: var(--bl);
  transition: 0.3s;
  font: 18px "IBMPlexSans-Bold";
  color: #fff;
  cursor: pointer;
}
.form_element_wrap {
  width: 260px;
  height: 54px;
  margin-bottom: 20px;
	margin: 10px auto;
}

.formInpPasad  input {

	border: solid 1px #adadad;
}
.map {
  width: 100%;
  height: 694px;
  position: relative;
  z-index: 10;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.form_contact_wrap {
  margin-top: -594px;
  position: relative;
  z-index: 20;
}
.form_contact {
  width: 450px;
  height: 594px;
  background: #FFFC;
  margin-left: -50px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 50px;
  padding-top: 45px;
}
.form_contact input {
  border: 1px solid #c0c2c6;
}
.form_contact textarea {
  border: 1px solid #c0c2c6;
  box-sizing: border-box;
  font: 16px "Yrsa-Regular";
  color: var(--gr);
  height: 100%;
  resize: none;
  width: 100%;
  padding: 19px;
}
.form_contact button {
  width: 164px;
}
.form_contact .title_h2 {
  margin-bottom: 40px;
}
.form_contact .form_element_wrap {
  width: 100%;
}
.form_contact .form_element_wrap1 {
  height: 154px;
}
footer {
  padding-top: 87px;
}
.footer {
  text-align: left;
}
.footer nav {
  margin-top: 9px;
}
.footer nav ul li {
  margin-bottom: 12px;
  font-size: 14px;
}
.footer_h1 {
  font: 16px "Yrsa-Regular";
  color: var(--gr);
  margin: 25px 0;
}
.soc_icon a {
  margin-right: 20px;
}
.soc_icon a:last-child {
  margin-right: 0;
}
.footer1 {
  margin-right: 74px;
}
.footer2 {
  margin-right: 10px;
}
.footer3 {
  margin-right: 54px;
}
.footer4 {
  margin-right: 49px;
}
.footer_h2 {
  font: 16px/22px "Yrsa-Regular";
  color: var(--gr);
  margin-top: 10px;
  margin-bottom: 16px;
}
.footer_h2 strong {
  font: 14px "IBMPlexSans-Bold";
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  margin-bottom: 9px;
}
.footer_h2 a {
  color: var(--bl);
  margin-top: 6px;
}
.swiper-button-disabled.arrow_slider {
  background-color: #727680 !important;
  transition: 0.3s;
}
.arrow_slider {
  width: 100px;
  height: 100px;
  background: url(../images/arrow.png) no-repeat center center, #727680;
  top: 50%;
  margin-top: -112px;
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
}
.arrow_slider:hover{
    background-color: var(--bl);
    transition: 0.3s;
}
.windows-button-prev {
  left: -131px;
}
.windows-button-next {
  right: -131px;
  transform: rotate(-180deg);
}
.gallery-button-prev {
  left: -131px;
}
.gallery-button-next {
  right: -131px;
  transform: rotate(-180deg);
}
.gallery_slider_wrap .arrow_slider {
  margin-top: -50px;
}
.footer6 {
  display: none;
}
.left_sidebar {
  background: rgba(107, 107, 107, 0.902);
}
.mobile_navigation {
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 9px;
}
.mobile_navigation nav ul {
  margin-top: 40px;
}
.mobile_navigation nav ul li {
  font-size: 30px;
  color: #fff;
  margin-bottom: 22px;
}
.mobile_navigation nav ul li a {
  color: #fff;
}
.toggler.open > span {
  background: #fff;
}





/*************** EXTRA 1 ADVANTAGES *************************/
#advantages.advantages .flex {
    flex-wrap: wrap
}
#advantages.advantages .icon {
    width: 320px;
    text-align: center;
    margin-bottom: 30px;
}
#advantages.advantages .icon_img_wrap {
    width: auto;
}

#about-us.advantages {
    
}
.contacts-page {
    margin-top: 50px;
    margin-bottom: 50px;
}
 
.contacts-page .footer4 {
    width: 700px;
}
.contacts-page .footer5 .footer_h2 {
    text-align: left;
    font-size: 20px;
    color:#333;
    
}
.contacts-page .footer4 .footer_h2 {
    text-align: left;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color:#333
}

.contacts-page .footer4 .footer_h2 strong,
.contacts-page .footer5 .footer_h2 strong{
    font-size: 20px;
}
.form_contact_wrap {
    margin-top: -640px;
}


#section2 {
  margin-top: 0px;
}


@media (min-width: 320px) and (max-width: 560px) {
#section2_2 {
  margin-top: 60%!important;
}
}
.text_block_main {
	margin: 50px;  float: left; 
}
@media (min-width: 320px) and (max-width: 1100px) {
.text_block_main {
	margin: 0px;  float: none; 
}
}
#left_text {
	width: 55%;
}
@media (min-width: 320px) and (max-width: 1100px) {
#left_text {
	width: 100%;
}
}
#left_text span{
	line-height: 1.4; float: left; text-align: right;
}
@media (min-width: 320px) and (max-width: 1100px) {
#left_text span{
	text-align: center;
}
}
#right_text {
	width: 44%; 
	float:left;
}
@media (min-width: 320px) and (max-width: 1100px) {
#right_text {
	width: 100%; 
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
}
@media (min-width: 320px) and (max-width: 400px) {
#right_text img{
	width: 100%; 
	text-align: center;
}
}
@media (min-width: 320px) and (max-width: 560px) {
.request_catalog_h1 {
text-align: center;
}
.request_catalog_h2 {
text-align: center;
}
}
.form_contact_wrap {
	float:right;
}
.main-text-adv {
	float: left;
    width: 90%;
    padding-bottom: 35px;
	line-height: 1.4;
}
button.btn_gallery {
	background: #437FE1;
	color: #fff;
	font-size: 18px;
	border: none;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor:pointer;
	transition: 0.5s;
}
button.btn_gallery:hover {
	background: #5595ff;
}
@media (max-width:1040px) {
	.flex-control-nav {
		display:none;
	}
}