@font-face {
	font-family: 'BartinaBold';
	src: url('../../assets/fonts/bartina-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../../assets/fonts/bartina-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../../assets/fonts/bartina-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../../assets/fonts/bartina-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../../assets/fonts/bartina-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../../assets/fonts/bartina-bold.svg#bartina-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'Bartina-Light';
	src: url('../fonts/bartina-light.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/bartina-light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/bartina-light.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/bartina-light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/bartina-light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bartina-light.svg#bartina-light') format('svg'); /* Chrome < 4, Legacy iOS */
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000;
    outline: none;
    scroll-behavior: smooth;
  }
.container{
    width: 100%;
    max-width: 1583px;
    margin: 0 auto;
    min-height: inherit;
    z-index: 1;
    position: relative;
}
.site{
    width: 100%;
    margin: 0 auto;
    font-family: 'Bartina Bold';
}
.site-header__text{
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-left: 19px;
    font-family: "BartinaBold";
}
.site-header-contacts__link{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-family: "Bartina-Light";
}
.site-header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header-info{
    display: flex;
    align-items: center;
}
.site-header-blur{
    width: 100%;
    max-width: 824px;
    height: 658px;
    border-radius: 35px;
    border: 7px solid #002D4D;
    background: rgba(11, 28, 41, 0.32);
    backdrop-filter: blur(4px);
    position: absolute;
    right: -30px;
    top: 122px;
    z-index: 2;
}
.site-header-blur p{
	font-family: 'Bartina-Light';
 	font-size: 83px;
    padding: 30px;
  	color: #fff;
}
.site-header-contacts{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-header-content{
    position: relative;
    overflow: hidden;
    min-height: 780px;
}
.site-header-bg{
    width: 100%;
    background: url("../../assets/img/1.jpg") no-repeat;
    min-height: inherit;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-position-x: right;
}
.site-header-description{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
}
.description-action::before{
    width: 300px;
    height: inherit;
    content: "";
    background: #002D4D;
    position: absolute;
    left: -299px;
    z-index: -2;
}
.description-action{
    color: #FFF;
    font-family: "BartinaBold";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.5%; /* 37.975px */
    text-transform: uppercase;
    border-radius: 0 12px 12px 0;
    background: #002D4D;
    height: 66px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 21px;
}

.site-header-contacts{
    height: 50px;
}
.site-main-content{
    width: 100%;
    background: url("../img/aboutProductBG2.jpg");
    background-size: cover;
}
.site-main__content{
    padding: 100px 0 50px 0;
}
.site-main-title{
    color: #002D4D;
    font-family: "BartinaBold";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.site-main__product{
    font-family: "BertinaNormal";
    width: 100%;
    min-height: 450px;
    margin-top: 40px;
    background-color: #002D4D;
    overflow: hidden;
}  
.product__title{
    color: #FFF;
    font-family: "BartinaBold";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 36px;
} 
.product-container{
    position: relative;
    padding-left: 52px;  
    top: -45px;  
}
.product__description p,
.about__text p{
    color: #FFF;
	font-family: 'Bartina-Light';
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
  	padding: 20px 0;
}
.product-bg{
    background: url("../../assets/img/aboutProductBG.png") no-repeat;
    background-size: cover;
    background-position-x: right;
    width: 100%;
    height: 245px;
}
.site-main-about{
    min-height: 424px;
}
.about-content{
    background: url("../../assets/img/aboutBG.jpg") no-repeat;
    min-height: inherit;
    background-size: cover;
}
.about__title, .contacts-info__title{
    font-family: "BartinaBold";
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 50px;
}

.site-main-contacts{
    background-color: #002D4D;
    min-height: 376px;
}
.contacts-info, .map{
    display: inline-block;
}
.site-main-contacts-map{
    width: 100%;
    max-width: 629px;
    min-height: 300px;
    background: #D9D9D9;
    position: absolute;
    right: 0;
    top: 50px;
}
.site-footer{
    width: 100%;
    background-color: #002D4D;
    min-height: 129px;
    border-top: 2px solid #fff;
}
.description__title{
    color: #002D4D;
    font-family: "BartinaBold";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.description__slogan{
    color: #002D4D;
    font-family: "Bartina-Light";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.5%;
    text-transform: uppercase;
    max-width: 473px;
}
.site-header-mobile{
    display: none;
    flex-direction: column;
    align-items: center;
}
.header-mobile__title{
    text-align: center;
    text-transform: uppercase;
}
.header-mobile-middle{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px 0 0;
}
.header-mobile__button{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    background: #002D4D;
    height: 38px;
    color: #fff;
    font-family: "BartinaBold";
    font-weight: 600;
}
.header-mobile__title{
    color: #002D4D;
    text-align: center;
    font-family: "BartinaBold";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header-mobile__slogan{
    width: 100%;
    max-width: 278px;
    color: #002D4D;
    text-align: center;
    font-family: "Bartina-Light";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.5%; /* 21.7px */
    text-transform: uppercase;
    margin: 11px 0;
}
.header-mobile-bottom{
    background: url("../../assets/img/banner.jpg") no-repeat;
    background-position-x: right;
    background-size: cover;
    width: 100%;
    min-height: 381px;
    border-bottom: 3px solid #002D4D;
}
.description__elem{
    width: 100%;
    max-width: 300px;
    min-height: 117px;
    border-radius: 35px;
    border: 3px solid #002D4D;
    backdrop-filter: blur(4px);
    position: relative;
    left: -30px;
}
.header-mobile-descrption{
    overflow: hidden;
}
.description__elem--right{
    position: absolute;
    top: 340px;
    right: 0;
    border-radius: 35px 0 0 28px;
    left: unset;
    border-right: none;
}
.description__elem p{
    font-family: "Bartina-Light";
    font-size: 45px;
    color: #fff;
  	padding: 20px;
}
.description__elem--bottom{
    position: absolute;
    bottom: 0;
}
.header-mobile-number__link{
    color: #002D4D;
    text-align: center;
    font-family: "Bartina-Light";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.5%; /* 16.275px */
    text-transform: uppercase;
    text-decoration: none;
}
.header-mobile-number{
    position: absolute;
    top: 35px;
    right: 50px;
}
.modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}
.show{
    display: flex;
}
.modal-dialog{
    width: 100%;
    max-width: 430px;
    background: #fff;
    padding: 25px;
}
.modal__title, .modal__close{
    display: inline-block;
}
.modal__close{
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Bartina-Light";
    font-size: 25px;
}
.modal__title{
    font-family: "Bartina-Light";
    color: #002D4D;
    font-size: 28px;
}
.modal-top{
    display: flex;
    justify-content: space-between;
}
.modal__title{
    width: 100%;
    text-align: center;
}
.modal-input{
    display: flex;
    flex-direction: column;
}
.modal-action{
    display: flex;
    justify-content: center;
}
.modal-input__elem{
    height: 50px;
    margin: 15px 0;
    padding: 10px;
}
.message-success{
	display: none;
}
.modal__button{
    width: 100%;
    max-width: 250px;
    height: 45px;
    background-color: #002D4D;
    color: #FFF;
    border: none;
    font-family: "Bartina-Light";
    cursor: pointer;
    font-size: 24px;
    transition: 0.5s;
}
.site-up{
    width: 75px;
    height: 75px;
    border-radius: 60px;
    background-color: #002D4D;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 25px;
    right: 160px;
    z-index: 999;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0;
}
.contacts-info-tel{
    display: flex;
}
.contacts-info-adress{
	display: flex;
}
.contacts-info-tel-container,
.contaicts-info-email-container,
.contaicts-info-adress-container{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.contacts-info__link, 
.contaicts-info-adress-container{
    text-decoration: none;
    color: #fff;
    font-family: "Bartina-Light";
    font-size: 23px;
}
.contaicts-info-email-container{
    color: #fff;
}
.contacts-info__link:not(:last-child){
    margin: 0 0 10px 0;
}
.contacts-info__text{
    margin-top: 20px;
    text-align: center;
}
.contacts-info-email{
    margin: 20px 0;
}
.contacts-info__icon{
    background: url("../img/tel.png");
    width: 25px;
    height: 25px;
    background-size: cover;
    display: block;
    cursor: pointer;
}
.contacts-info__icon--email{
    background: url("../img/email.png");
    width: 25px;
    height: 25px;
    background-size: cover;
    display: block;
    cursor: pointer;
}
.contacts-info__icon--adress{
    background: url("../img/adress.png");
    width: 25px;
    height: 25px;
    background-size: cover;
    display: block;
}
.contacts-info-link--dflex{
    display: flex;
    align-items: center;
}
.site-footer-copy{
    position: relative;
    top: 90px;
    width: max-content;
    font-family: "Bartina-Light";
    color: #fff;
    font-size: 23px;
}
@media(min-width: 1990px){
    .site-header-blur{
        max-width: 41.3%;
        right: -30px;
        top: 126px;
    }
    .container{
        width: 1920px;
    }
    .site-header-bg{
        background-size: cover;
        background-position-x: center;
    }
    .description-action::before{
        width: 100%;
        position: absolute;
        left: -99%;
        z-index: -1;
    }
}
@media(min-width: 2140px){
    .site-header-content{
        min-height: 900px;
    }
    .site-header-blur{
        max-width: 41.3%;
        right: -52px;
        top: 242px;
    }
}
@media(min-width: 2200px){
    .site-header-blur{
        max-width: 41.8%;
        right: -52px;
        top: 242px;
    }
}
@media(max-width: 1650px){
    .container{
        max-width: 1383px;
    }
    .description__title{
        font-size: 68px;
    }
    .description__slogan{
        font-size: 25px;
    }
    .site-up{
        right: 25px;
    }
}
@media(max-width: 1470px){
    .container{
        max-width: 1240px;
    }
    .description__title{
        font-size: 65px;
    }
    .description__slogan{
        font-size: 23px;
    }
    .site-header-description{
        max-width: 455px;
    }
}
@media(max-width:1300px){
    .site-header-content{
        min-height: 690px;
    }
    .site-header-blur{
        max-width: 733px;
        height: 568px
    }
}
@media(max-width: 1270px){
    .container{
        max-width: 1130px;
    }
    .description__title{
        font-size: 56px;
    }
    .description__slogan {
        font-size: 20px;
    }
  	.site-header-blur p{
  		font-size: 73px;
  	}
}
@media(max-width: 1220px){
    .site-header-content{
        min-height: 660px;
    }
    .site-header-blur{
        max-width: 702px;
        height: 539px;
    }
    .description__title{
        font-size: 53px;
    }
}
@media(max-width: 1190px){
    .description__title{
        font-size: 48px;
    }
}
@media(max-width: 1160px){
    .container{
        max-width: 1030px;
    }
    .site-header-description{
        max-width: 330px;
    }
    .description__title{
        font-size: 40px;
    }
    .description__slogan{
        font-size: 19px;
    }
}
@media(max-width: 1115px){
    .description__title{
        font-size: 36px;
    }
    .description__slogan{
        font-size: 17px;
    }
}
@media(max-width: 1080px){
    .container{
        max-width: 995px;
    }
    .description__title{
        font-size: 34px;
    }
}
@media(max-width: 1024px){
    .site{
        background: url("../img/mobileBG.jpg");
    }
    .site-header-mobile{
        display: flex;
    }
    .site-header-content{
        display: none;
    }
    .site-main-title{
        text-align: center;
        margin: 30px 0;
    }
    .site-main__product{
        max-width: unset;
        width: 97%;
        margin: 0 10px 30px 10px;
        border-radius: 10px;
    }
    .site-main__content{
        margin: unset;
      	padding-top: 10px;
    }
    .about__title{
        text-align: center;
    }
    .site-main-contacts-map{
        position: relative;
        top: 0;
        max-width: unset;
    }
    .contacts-info__title{
        text-align: center;
    }
    .contacts-info{
        width: 100%;
        min-height: 241px;
    }
    .container{
        margin: 0;
        max-width: 100%;
    }
    .contacts-info__text{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .contacts-info__title{
        padding-top: 20px;
    }
  	.site-footer{
  		min-height: 80px;
 	}
    .site-footer-copy{
        width: 100%;
        text-align: center;
      	top: 35px;
    }
  	.about__text{
  		padding: 0 45px;
  	}
   .product__description{
  		padding-right: 45px;	
   }
   .product__title{
  		padding-top: 20px;
   }
   .description__elem{
  		max-width: 600px;
   } 
}
@media(max-width: 650px){
   .description__elem{
  		max-width: 450px;
   }
   .description__elem p{
  		font-size: 33px;
   }
}
@media(max-width: 470px){
    .product-bg{
        background: url("../../assets/img/aboutProductBGMobile.png") no-repeat;
        background-size: cover;
    }
    .product-container{
        top: -20px;
        padding: 0 10px;
    }
    .product__title{
        text-align: center;
    }
   .product__description p, .about__text p{
  		font-size: 25px;
   }
   .product__description{
  		padding: 0 25px;
   }
  .site-main__product{
  		width: 95%;
  }
}
@media(max-width: 450px){
    .modal-dialog{
        max-width: 350px;
    }
}
@media(max-width: 400px){
    .header-mobile-number{
        right: 10px;
    }
  .about__title, .contacts-info__title{
  	font-size: 45px;
  }
}
@media(max-width: 375px){
    .site-up{
        width: 50px;
        height: 50px;
    }
  .contacts-info__link, .contaicts-info-adress-container{
  		font-size: 19px;
  }
}
@media(max-width: 370px){
    .modal-dialog{
        max-width: 300px;
        padding: 15px;
    }
}
@media screen {
    .modal__close:hover{
        color: red
    }
    .modal__button:hover,
    .site-up:hover{
        background-color: #02233b;
    }
}