@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Montserrat", sans-serif; */
/* font-family: "Noto Serif Georgian", serif; */

html {
    height: 100%;
}
 
body {
    height: 100%;
    min-height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    overflow-x: hidden;
    background: #F3E7E7;
    color: #111111;
}
.container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
main {
    height: 100%;
}

/* Header */
.cow92j56q-keyword {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 20px;
    transition: .3s;
    background: #2E2929;
}
.cow92j56q-keyword__logotype {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cow92j56q-keyword__primary {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}


/* Content */
.cow92j56q-massive {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cow92j56q-massive__secondary {
    height: 100%;
}
.cow92j56q-titled {
    font-family: "Noto Serif Georgian", serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 24px;
}
.cow92j56q-titled__large {
    font-family: "Noto Serif Georgian", serif;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 24px;
}

/* CSS */
.cow92j56q-button {
    font-family: "Montserrat", sans-serif;
    background: #1F84D1;
    border: 2px solid #1F84D1;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    padding: 10px;
    text-align: center;
    transform: translateY(0);
    transition: .3s;
    max-width: 334px;
    width: 100%;
    height: 80px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cow92j56q-button:hover {
    transform: translateY(-2px);
}


/* Banner */
.cow92j56q-principal {
    padding: 80px 20px 0;
}
.cow92j56q-principal__primary {
    height: 100%;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px 0;
}
.cow92j56q-principal__left {
    align-self: center;
    max-width: 600px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 100px 100px 28% 0;
}
.cow92j56q-principal__photo {
    margin-right: -20px;
}
.cow92j56q-principal__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* works */
.cow92j56q-works {
    padding: 96px 20px;
    background: #2E2929;
    color: #EBE0EB;
}
.cow92j56q-works .cow92j56q-titled {
    text-align: center;
}
.cow92j56q-works .cow92j56q-subtitled {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.cow92j56q-works__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
}
.cow92j56q-works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    align-items: stretch;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto 64px;
}
.cow92j56q-works__point {
    background: #1B1B1B;
    padding: 42px 22px ;
    text-align: center;
}
.cow92j56q-works__titled {
    font-family: "Noto Serif Georgian", serif;
    margin-bottom: 10px;
}
.cow92j56q-works__subtitled {
    font-size: 14px;
    line-height: 20px;
}
.cow92j56q-works__box {
    background: #FFFFFF;
    color: #111111;
    padding: 54px 70px;
}
.cow92j56q-works .cow92j56q-works__box .cow92j56q-subtitled {
    margin-bottom: 10px;
}
.cow92j56q-works__about .cow92j56q-works__box {
    margin-bottom: 34px;
}

/* details */
.cow92j56q-details {
    padding: 84px 20px 100px;
}
.cow92j56q-details__primary {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 86px;
}
.cow92j56q-details .cow92j56q-titled__large {
    text-align: center;
}
.cow92j56q-details__point {
    padding: 10px 20px;
    border-bottom: 1px solid #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.cow92j56q-details__point:first-child {
    border-top: 1px solid #000000;
}
.cow92j56q-details__point::before {
    font-family: "Noto Serif Georgian", serif;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
}
.cow92j56q-details__point:nth-child(1)::before {
    content: '#1';
}
.cow92j56q-details__point:nth-child(2)::before {
    content: '#2';
}
.cow92j56q-details__point:nth-child(3)::before {
    content: '#3';
}
.cow92j56q-details__point:nth-child(4)::before {
    content: '#4';
}
.cow92j56q-details__point:nth-child(5)::before {
    content: '#5';
}
.cow92j56q-details__point p {
    font-style: italic;
}
.cow92j56q-details__point p b {
    font-weight: 700;
}

/* Join */

.cow92j56q-join {
    padding: 96px 20px;
    background: #2E2929;
    color: #EBE0EB;
}
.cow92j56q-join__primary {
    background: #FFFFFF;
    color: #111111;
    padding: 70px;
    text-align: center;
}
.cow92j56q-link a {
    display: inline-block;
    font-weight: 700;
    color: #1F84D1;
}

/* About */

.cow92j56q-about {
    padding: 79px 20px 0;
    height: 100%;
}
.cow92j56q-about .cow92j56q-titled {
    margin-bottom: 24px;
}
.cow92j56q-about .cow92j56q-subtitled {
    margin-bottom: 10px;
}


/* Contacts */

.cow92j56q-contacts {
    padding: 79px 20px 0;
    height: 100%;
}
.cow92j56q-contacts .cow92j56q-titled {
    margin-bottom: 24px;
}
.cow92j56q-contacts .cow92j56q-subtitled {
    margin-bottom: 10px;
}
.cow92j56q-contacts .cow92j56q-subtitled a {
    display: inline-block;
    font-weight: 700;
    color: #1F84D1;
}

/* Footer */
.cow92j56q-footer {
    padding: 54px 20px 54px;
    color: #EBE0EB;
    background: #2E2929;
}
.cow92j56q-footer__primary {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.cow92j56q-footer__logotype {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.cow92j56q-footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
}
.cow92j56q-footer__nav-point {
    padding: 4px;
    transition: .3s;
}
.cow92j56q-footer__nav-point:hover {
    color: #1F84D1;
}
.cow92j56q-footer__copyright {
    color: #6E6E6E;
}

/* utterance */
.cow92j56q-utterance {
    padding: 120px 20px 40px;
}
.cow92j56q-utterance__primary h1 {
    font-family: "Noto Serif Georgian", serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 24px;
}
.cow92j56q-utterance__primary h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.cow92j56q-utterance__primary h3 {
    font-weight: 700;
    margin-bottom: 10px;
}
.cow92j56q-utterance__primary p {
    margin-bottom: 10px;
}
.cow92j56q-utterance__primary ul {
    list-style-type: disc;
    padding-left: 24px;
}
.cow92j56q-utterance__primary li {
    margin-bottom: 10px;
}
.cow92j56q-utterance__primary a {
    font-weight: 700;
    display: inline-block;
    color: #1F84D1;
}



@media (max-width: 1200px) {
    .cow92j56q-principal__left {
        padding: 80px 60px 20% 0;
    }
    .cow92j56q-principal__primary {
        grid-template-columns: 1.3fr 1fr;
    }
    .cow92j56q-titled__large {
        font-size: 32px;
        line-height: 40px;
    }
    .cow92j56q-titled {
        font-size: 30px;
        line-height: 38px;
    }
    .cow92j56q-button {
        height: 64px;
    }
    .cow92j56q-details__primary {
        grid-template-columns: 1.2fr 1fr;
        grid-gap: 40px;
    }
    .cow92j56q-works {
        padding: 60px 20px;
    }
    .cow92j56q-details {
        padding: 60px 20px; 
    }
    .cow92j56q-join {
        padding: 60px 20px;
    }
    .cow92j56q-utterance {
        padding: 100px 20px 40px;
    }
    .cow92j56q-utterance__primary h1 {
        font-size: 30px;
        line-height: 38px;
    }
}


@media (max-width: 900px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    main {
        height: auto;
    }
    .cow92j56q-principal {
        padding: 67px 20px 0;
    }
    .cow92j56q-about {
        padding: 67px 20px 0;
    }
    .cow92j56q-contacts {
        padding: 67px 20px 0;
        height: 100%;
    }
    .cow92j56q-keyword__menu {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #2E2929;
        color: #ffffff;
        padding: 100px 24px 20px;
    }
    .cow92j56q-keyword__list {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 24px;
    }
    .cow92j56q-keyword__point {
        width: 100%;
        padding: 10px 46px;
    }
    .cow92j56q-keyword__point + .cow92j56q-keyword__point {
        margin-left: 0;
    }
    .cow92j56q-keyword__logotype img {
        width: 210px;
    }


    .cow92j56q-principal__primary {
        grid-template-columns: 1fr;
    }
    .cow92j56q-principal__photo {
        margin: 0 -20px;
    }
    .cow92j56q-principal__left {
        max-width: 100%;
        margin: 0;
        padding: 40px 0 0;
    }
    .cow92j56q-titled {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
    }

    .cow92j56q-works {
        padding: 40px 20px;
    }
    .cow92j56q-works__list {
        grid-template-columns: 1fr;
        margin: 0 auto 40px;
    }
    .cow92j56q-works__point {
        padding: 32px 20px;
    }
    .cow92j56q-works .cow92j56q-subtitled {
        margin-bottom: 28px;
    }
    .cow92j56q-works__box {
        padding: 32px 20px;
    }
    .cow92j56q-works__photo {
        margin-bottom: 14px;
    }
    .cow92j56q-details {
        padding: 40px 20px;
    }
    .cow92j56q-details__primary {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
    .cow92j56q-details__point::before {
        font-size: 38px;
        line-height: 46px;
    }
    .cow92j56q-join {
        padding: 40px 20px;
    }
    .cow92j56q-join__primary {
        padding: 42px 20px;
    }

    .cow92j56q-footer {
        padding: 40px 20px;
    }
    .cow92j56q-footer__nav {
        flex-direction: column;
        grid-gap: 10px;
    }
    .cow92j56q-footer__logotype img {
        width: 210px;
    }
}