.projects-container{margin-bottom:60px}@media screen and (min-width: 1400px){.projects-container{margin-bottom:120px}}.projects-container .wrapper{width:100%;padding-left:20px;padding-right:20px;min-width:360px;display:flex;flex-direction:column;gap:20px 0}@media screen and (min-width: 768px){.projects-container .wrapper{padding-left:60px;padding-right:60px}}@media screen and (min-width: 1400px){.projects-container .wrapper{padding-right:0;padding-left:0;max-width:1280px;margin:0 auto}}@media screen and (min-width: 1400px){.projects-container .wrapper{gap:40px 0}}.projects-container .title{font-size:32px;line-height:1;font-weight:700;font-style:italic}@media screen and (min-width: 1400px){.projects-container .title{font-size:36px}}.projects{display:grid;grid-template-columns:repeat(1,1fr);gap:40px}@media screen and (min-width: 768px){.projects{grid-template-columns:1fr}}@media screen and (min-width: 1200px){.projects{grid-template-columns:repeat(2,1fr)}}.projects__mobile{display:none}.project{display:grid;gap:20px;align-content:start}@media screen and (min-width: 768px){.project{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1200px){.project{grid-template-columns:1fr}}.project__image{background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:10px;width:100%;min-width:360px;height:calc((100vw - 40px) * .7894736842);overflow:hidden}@media screen and (min-width: 768px){.project__image{height:calc((100vw - 140px) / 2 * .7894736842)}}@media screen and (min-width: 1400px){.project__image{height:489.4736842105px}}@media screen and (min-width: 768px){.project__image--right{grid-column:2;grid-row:1}}@media screen and (min-width: 1200px){.project__image--right{grid-column:auto;grid-row:auto}}@media screen and (min-width: 768px){.project__image--left{grid-column:1;grid-row:1}}@media screen and (min-width: 1200px){.project__image--left{grid-column:auto;grid-row:auto}}.project__image .swiper{height:100%}.project__image .project__slide{height:100%;background-size:cover;background-position:center}.project__content{display:flex;flex-direction:column;gap:20px 0}.project__title{font-size:24px;font-weight:700;font-style:italic;line-height:1}@media screen and (min-width: 1400px){.project__title{font-size:28px}}.project__description{font-family:Play,sans-serif;font-size:18px;font-weight:400;font-style:normal}.project__buttons{position:absolute;right:20px;bottom:20px;z-index:2;display:flex;gap:0 20px;height:40px}.project__button{height:100%;background-color:#009746;padding:10px;border-radius:5px;border:1px solid white;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s linear}.project__button svg{height:100%;width:auto}.project__button--right{transform:scale(-1)}.project__button:hover{background-color:#1e1e1e}
