/*
Theme Name: lifeguard
*/

@font-face {
	font-family: "Prometo";
	src: local('Prometo'),
       url(./assets/fonts/Prometo.woff2) format('woff2'),
       url(./assets/fonts/Prometo.woff) format('woff'),
       url(./assets/fonts/Prometo.ttf) format('truetype'),
       url(./assets/fonts/Prometo.otf) format('opentype');

	font-style: normal; 
	font-weight: normal; 
}

@font-face {
	font-family: "Prometo-Bold";
	src: local('Prometo-Bold'),
       url(./assets/fonts/Prometo-Bold.woff2) format('woff2'),
       url(./assets/fonts/Prometo-Bold.woff) format('woff'),
       url(./assets/fonts/Prometo-Bold.ttf) format('truetype'),
       url(./assets/fonts/Prometo-Bold.otf) format('opentype');

	font-style: normal; 
	font-weight: normal; 
}

@font-face {
	font-family: "Prometo-Thin";
	src: local('Prometo-Thin'),
       url(./assets/fonts/Prometo-Thin.woff2) format('woff2'),
       url(./assets/fonts/Prometo-Thin.woff) format('woff'),
       url(./assets/fonts/Prometo-Thin.ttf) format('truetype'),
       url(./assets/fonts/Prometo-Thin.otf) format('opentype');

	font-style: normal; 
	font-weight: normal; 
}

body{
	background: rgb(10,35,67);
	background: linear-gradient(180deg, rgba(10,35,67,1) 0%, rgba(24,81,154,1) 100%);
	color: white;
	font-family: "Prometo";
	margin: 0;
}
button, input, select, option{
	font-family: "Prometo";
}
h1, h2, h3, p{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: white;
}
.content{
	width: 1460px;
	margin: 0 auto;
	padding: 250px 0;
	padding-bottom: 0;
	position: relative;
}
.wrapper{
	background: url(https://lifeguardfluid.com/wp-content/uploads/2023/02/fluid.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}

/*HEADER*/
.header{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 1460px;
	margin: 0 auto;
	padding: 30px 0;
}
.header__logo a{
	font-size: 36px;
	font-family: Prometo-Bold;
	transition: 1s all ease;
}
.header__logo a:hover{
	color: #7397F3;
}
.header__links{
	display: flex;
	align-items: center;
	font-size: 24px;
}
.header__links-item{
	margin-right: 80px;
	transition: 1s all ease;
}
.header__links-item.-active{
	color: #7397F3;
}
.header__links-item:hover{
	color: #7397F3;
}
.header__links-item:last-child{
	margin-right: 0;
}
.header-language{
	display: flex;
	align-items: baseline
}
.header-language__flag{
	width: 24px;
	margin-right: 10px;
}
.language-popup{
	display: flex;
	flex-direction: column;
	min-width: 400px;
}
.languages-popup__item{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.languages-popup__item:first-child{
	margin-bottom: 15px;
}
.languages-popup__item-flag{
	width: 20px;
	margin-right: 10px;
}
.languages-popup__item-name{
	color: #374151;
	font-size: 18px;
	transition: 1s all ease;
}
.languages-popup__item-name:hover{
	color: #7397F3;
}
.language-popup__title{
	display: block;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'Prometo-Bold';
}
/*MAIN PAGE*/
.main{
	display: flex;
	margin-bottom: 250px;
	align-items: center;
}
.main__text{
	display: flex;
	flex-direction: column;
	margin-right: 100px;
}
.main__title{
	font-size: 130px;
	line-height: 136px;
	font-family: "Prometo-Bold";
}
.main__subtitle{
	font-size: 32px;
	line-height: 38px;
	color: #7397F3;
	margin-bottom: 50px;
}
.main__button{
	background-color: white;
    padding: 18px 24px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A2343;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    transition: 1s all ease;
}
.main__button:hover{
	background-color: #7397F3;
	color: white;
}
.main__button-text{
	margin-right: 10px;
}
.main__button.-inv .main__button-text{
	margin-right: 0;
	margin-left: 10px;
}
.main__photos{
	width: 450px;
	height: 450px;
	position: relative;
}
.main__photo:first-child{
	position: absolute;
	right: 75px;
	bottom: 25px;
}
.main__photo:last-child{
	position: absolute;
	top: 55px;
	left: 90px;
}
.main-catalogue{
	display: flex;
	margin-bottom: 250px;
}
.main-catalogue__photos{
	position: relative;
	width: 450px;
	height: 450px;
	margin-right: 120px;
}
/*.main-catalogue__photo:first-child{
	position: absolute;
	right: 90px;
	bottom: 65px;
}
.main-catalogue__photo:last-child{
	position: absolute;
	top: 15px;
	left: 70px;
}*/
.main-catalogue__descr{
	display: flex;
	flex-direction: column;
	max-width: 585px;
}
.main-catalogue__descr-title{
	font-size: 32px;
	line-height: 38px;
	font-family: "Prometo-Bold";
	margin-bottom: 30px;
}
.main-catalogue__descr-text{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}
.main-descr{
	display: flex;
	margin-bottom: 250px;
}
.main-descr__title{
	font-size: 130px;
	line-height: 136px;
	font-family: "Prometo-Bold";
	color: #7397F3;
	max-width: 720px;
	margin-right: 150px;
}
.main-descr__text{
	font-size: 18px;
	line-height: 22px;
	max-width: 335px;
	margin-top: 95px;
}

/*CATALOGUE*/
.catalogue{
	position: relative;
	z-index: 5;
}
.catalogue-breadcrumbs{
	font-size: 32px;
	color: #7397F3;
	margin-bottom: 20px;
	display: block;
}
.catalogue-title{
	font-size: 130px;
	font-family: "Prometo-Bold";
	margin-bottom: 180px;
	max-width: 950px;
	line-height: 136px;
}
.catalogue__items{
	display: flex;
	flex-wrap: wrap;
}
.catalogue-item{
	display: flex;
	margin-right: 120px;
	margin-bottom: 180px;
}
.catalogue-item:nth-child(2n){
	margin-right: 0;
}
.catalogue-item__photos{
	width: 160px;
	height: 160px;
	margin-bottom: 15px;
	position: relative;
}
.catalogue-item__photo:first-child{
	position: absolute;
	right: 35px;
}
.catalogue-item__photo:last-child{
	position: absolute;
	top: 20px;
	left: 30px;
}
.catalogue-item__codes{
	font-size: 12px;
	display: flex;
	flex-direction: column;
}
.catalogue-item__codes-value{
	margin-top: 5px;
}
.catalogue-item__column:first-child{
	margin-right: 80px;
}
.catalogue-item__column:last-child{
	width: 430px;
}
.catalogue-item__title{
	font-size: 16px;
	color: #7397F3;
	margin-bottom: 10px;
}
.catalogue-item__subtitle{
	font-size: 32px;
	font-family: "Prometo-Bold";
	margin-bottom: 30px;
	line-height: 38px;
}
.catalogue-item__desc{
	font-size: 12px;
	line-height: 19px;
}
.catalogue-item__data{
	margin-bottom: 30px;
}
.catalogue-item__button{
	background-color: #0A2343;
	border-radius: 5px;
	font-size: 12px;
	padding: 15px 20px;
	display: block;
	width: fit-content;
	cursor: pointer;
	transition: 1s all ease;
}
.catalogue-item__button:hover{
	background-color: white;
	color: #0A2343;
}
.catalogue-item__back{
	display: flex;
	flex-direction: column;
}
.catalogue-item__back-title{
	display: block;
	font-size: 16px;
    color: #7397F3;
    margin-bottom: 10px;
}
.catalogue-item__list{
	margin-bottom: 30px;
}
.catalogue-item__list:last-child{
	margin-bottom: 0;
}
.catalogue-item__list-title{
	display: block;
	font-size: 32px;
    font-family: "Prometo-Bold";
    margin-bottom: 30px;
}
.catalogue-item__list-text{
	font-size: 12px;
    line-height: 19px;
}
/* FOOTER */
footer{
	position: relative;
	z-index: 10;
}
.contact{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #0A2343;
	padding: 60px 0;
	margin-bottom: 30px;
}
.contact__column{
	display: flex;
	margin-right: 200px;
	align-items: center;
}
.contact__column i{
	margin-right: 15px;
	font-size: 26px;
}
.contact__title{
	font-size: 32px;
	font-family: "Prometo-Bold";
}
.contact__mail{
	font-size: 16px;
	transition: all 1s ease;
}
.contact__mail:hover{
	color:#7397F3;
}
.privacy{
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}
.background{
	position: absolute;
	left: 80px;
	bottom: -10px;
	z-index: 1;
}
/* CARS */
.selection-menu{
	display: flex;
	flex-direction: column;
	padding: 60px 350px;
	background: #0A2343;
	border-radius: 20px;
	margin-bottom: 150px;
}
.selection-menu__wrapper{
	margin-bottom: 40px;
}
.selection-menu__wrapper:last-child{
	margin-bottom: 0;
}
.selection-menu__select{
	width: 758px;
	height: 40px;
	padding: 0 15px;
	border-radius: 6px;
	border: 1px solid #C4C7CF;
	color: white;
	background: none;
	appearance: none;
	cursor: pointer;
	font-size: 16px;
}
.selection-menu__select:disabled{
	cursor: not-allowed;
}
.selection-menu__select option{
	color: black;
}
.selection-empty{
	height: 450px;
	border: 2px dashed;
	border-radius: 20px;
	margin-bottom: 150px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.selection-empty__text{
	font-size: 48px;
}
.selection-menu__title{
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}
.selection-menu__title.-disabled{
	color: #939ba8;
}
.selection-items__title{
	font-size: 24px;
    font-family: 'Prometo-Bold';
    display: block;
    margin-bottom: 30px;
}