@font-face {
    font-family: 'AktivGroteskCd';
    src: url('../fonts/AktivGroteskCd_Trial_Hair.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'AktivGroteskCd';
    src: url('../fonts/AktivGroteskCd_Trial_HairIt.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'AktivGroteskCd';
    src: url('../fonts/AktivGroteskCd_Trial_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AktivGroteskCd';
    src: url('../fonts/AktivGroteskCd_Trial_LtIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'NeutralFace';
    src: url('../fonts/NeutralFace.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NeutralFace';
    src: url('../fonts/NeutralFace-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    margin:0;
    padding:0;
    zoom: 0.9;
}

.screen {
    width:100%;
    height:1117px;
    position: relative;
}

.container {
    width:1400px;
    margin:0 auto;
    position: relative;
}

.fullContainer {
    height:1024px;
}


header {
    padding-top:55px;
}

header a {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

header a:nth-child(1) {
    margin-right:300px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.baby {
    position: absolute;
    left:0;
    bottom:0;
    z-index: 1;
}



.mainLogo {
    position: absolute;
    bottom:128px;
    z-index: 3;
}

.babyCover {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(99, 91, 91, 0.55) 98.56%);
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:628px;
    z-index: 2;
}

.legend {
    background-color: #FEFBF6;
}

.legend .container {
    height:100%;
    background-image: url('../img/legend.svg');
    background-position: center center;
    background-repeat: no-repeat;

}

.legendContent {
    color: #ADBFBF;
    text-align: center;
    font-family: "AktivGroteskCd";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 501px;
    margin-left: 495px;
}

.oNas {
    background-color: #FEFBF6;
}

.sectionTitle {
    padding-top:96px;
    color: #B0BEBF;
    font-family: "AktivGroteskCd";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom:19px;
    text-transform: uppercase;
}

.oNasContent {
    display: flex;
    gap:35px;
}

.oNasText {
    text-transform: uppercase;
    color: #B3BEBF;
    font-family: "NeutralFace";
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
}

.overImg {
    margin-top:26px;
}

.overImg img {
    margin-left:419px;
}

.oNas {
    overflow: hidden;
}

.oNasBirds {
    position: absolute;
    left:121px;
    bottom:49px;
}

.oNasBirds2 {
    position: absolute;
    left: 350px;
    bottom: 49px;
}

.mission {
    background-color: #FEFBF6;
}

.missionText {
    color: #B3BEBF;
    font-family: "AktivGroteskCd";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 122%; /* 48.8px */
    display: flex;
    justify-content: flex-end;
}

.missionImages {
    display:flex;
    flex-direction: column;
    gap:15px;
    margin-top:45px;
}

.missionImagesRow1 {
    display:flex;
    gap:15px;
}

.missionImagesRow2 {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-right: 2px;
}

.collections {
    background-color: #FEFBF6;
}

.collectionsText {
    color: #B3BEBF;
    text-align: center;
    font-family: "NeutralFace";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%; /* 47.16px */
    letter-spacing: 1.08px;
    padding-top:168px;
    position: relative;
    z-index: 2;
}

.pin {
    position: absolute;
    right: 380px;
    bottom: -55px;
    z-index: -1;
}

.collectionsTitle {
    border: 1px solid #CEC0C0;
    border-radius: 5px;
    width: 293px;
    height: 40px;
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:176px auto 72px auto;
}

.collectionsWrap {
    display:flex;
    justify-content: space-between;
}

.collectionItem {
    width:263px;
    text-decoration: none;
}

.collectionName {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom:23px;
    text-align: center;
}

.collectionImage {
    display: flex;
    background: linear-gradient(180deg, #E0DDD8 0%, #F7F4F2 100%);
    height: 328px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bestsellers {
    background-color: #FEFBF6;
}

.bitem {
    background: linear-gradient(180deg, #E0DDD8 0%, #F7F4F2 100%);
    height:278px;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bitem span {
    color: rgba(99, 91, 91, 0.52);
    font-family: "AktivGroteskCd";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: absolute;
    bottom:35px;
}

.b11, .b13, .b21, .b22, .b23, .b24, .b25 {
    width:223px;
}

.b11 {
    border-radius: 65px 0 0 0;
}

.b13 {
    border-radius: 0px 65px 0px 0px;
}

.b12 {
    width:446px;
}

.bestsellersWrap {
    margin-top:70px;
}

.bestsellersRow1, .bestsellersRow2 {
    display:flex;
    gap:15px;
    justify-content: center;
}

.bestsellersRow2 {
    margin-top:15px;
}

.bitem.empty {
    background: unset;
    width:207px;
}

.bestsellersText {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top:42px;
}

.partnership {
    background: #CBD1D1;
}

.partnership .sectionTitle {
    color:#fff;
}

.partnershipItem {
    height:573px;
    width:339px;
    border-radius: 0 0 0 45px;
    background: linear-gradient(180deg, rgba(224, 221, 216, 0.20) 0%, rgba(247, 247, 247, 0.20) 100%);
    padding-top:66px;
    padding-left:64px;
    padding-bottom:70px;
    padding-right:64px;
    box-sizing: border-box;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.partnershipItem:last-child {
    border-radius: 0 45px 0 0px;
}

.partnershipNumber {
    color: #F7F4F2;
    font-family: "AktivGroteskCd";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:9px;
}

.partnershipTitle {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom:16px;
}

.partnershipText {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.partnershipImage {
    text-align: center;
}

.partnershipWrap {
    display: flex;
    gap:17px;
    margin-top:80px;
}

.partnershipItemColor {
    background: linear-gradient(180deg, #E0DDD8 0%, #F7F7F7 100%) !important;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15) !important;
border-radius: 0;
}

.partnershipItemColor .partnershipNumber {
    color:#B3BEBF;
}

.partners {
    background: #CBD1D1;
}

.partnersWrap {
    display:flex;
    gap:77px;
}

.partnersTitle {
    color: #F7F4F2;
    text-align: center;
    font-family: "AktivGroteskCd";
    font-size: 48px;
    font-style: normal;
    font-weight: 275;
    line-height: 110%; /* 52.8px */
    letter-spacing: 3.84px;
    margin-bottom:148px;
}

.partnersContent {
    width:100%;
    margin-top:306px;
    margin-bottom:148px;
}

.partnersLogos {
    display:grid;
    grid-template-columns: 154px 154px 154px 154px;
    gap:14px;
}

.partnerLogo {
    border-radius: 11px;
    background: rgba(217, 217, 217, 0.20);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    width: 154px;
    height: 144.885px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts {
    background-color: #FEFBF6;
}

.contactsTitle {
    color: #635B5B;
    text-align: center;
    font-family: "AktivGroteskCd";
    font-size: 40px;
    font-style: normal;
    font-weight: 275;
    line-height: 110%; /* 44px */
    letter-spacing: 3.2px;
    padding-top:123px;
    margin-bottom:46px;
}

.contacts {
     padding-bottom:58px;
}

.contacts form {
    width: 659px;
height: 637px;
    margin: 0 auto;
    background: linear-gradient(180deg, #FEFBF6 0%, rgba(247, 247, 247, 0.00) 100%);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 39px;
    padding-left:85px;
    padding-right:75px;
    box-sizing: border-box;
    padding-top:64px;
   
}

.formGroup {
    margin-bottom: 24px;
}

.formLabel {
    display: block;
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 110%;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
}

.formInput {
    width: 100%;
    height: 40px;
    border: 1px solid #CEC0C0;
    border-radius: 5px;
    background: transparent;
    box-sizing: border-box;
    padding: 0 16px;
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1.28px;
    outline: none;
}

.formInput::placeholder {
    color: rgba(99, 91, 91, 0.7);
    font-family: "AktivGroteskCd";
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1.28px;
}

.formAgreement {
    margin-top: 16px;
    margin-bottom: 24px;
}

.formAgreementLink {
    display: block;
    color: rgba(99, 91, 91, 0.7);
    font-family: "AktivGroteskCd";
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1.28px;
    margin-bottom: 12px;
    text-decoration: none;
}

.formCheckbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.formCheckbox input {
    display: none;
}

.formCheckboxCustom {
    width: 31px;
    height: 31px;
    border-radius: 5px;
    background: #D9D9D9;
    flex-shrink: 0;
    position: relative;
}

.formCheckbox input:checked + .formCheckboxCustom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #635B5B;
    font-size: 18px;
}

.formCheckboxText {
    color: rgba(99, 91, 91, 0.7);
    font-family: "AktivGroteskCd";
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1.12px;
}

.formSubmit {
    display: block;
    width: 173px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #CEC0C0;
    border-radius: 5px;
    background: transparent;
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1.28px;
    cursor: pointer;
}

footer {
    background-color: #FEFBF6;
    padding-bottom: 40px;
}

.footerLine {
    width: 100%;
    height: 1px;
    background-color: #CEC0C0;
}

.footerNav {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    margin-bottom: 40px;
}

.footerNav a {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}

.footerContent {
    display: flex;
    justify-content: space-between;
}

.footerInfo {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.footerInfo p {
    margin: 0 0 8px 0;
}

.footerRight {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.footerContactLinks {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.footerContactLinks a {
    color: #635B5B;
    font-family: "AktivGroteskCd";
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}

.footerSocials {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footerSocialIcon {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}