@font-face {
    font-family: GolosText;
    font-style: normal;
    font-weight: 400;
    src: local("GolosText"),local("GolosText"),url(../fonts/GolosText/GolosText-Regular.woff2) format("woff2"),url(../fonts/GolosText-Regular.woff) format("woff"),url(../fonts/GolosText-Regular.ttf) format("truetype")
}

@font-face {
    font-family: GolosText;
    font-style: normal;
    font-weight: 500;
    src: local("GolosText"),local("GolosText"),url(../fonts/GolosText/GolosText-Medium.woff2) format("woff2"),url(../fonts/GolosText-Medium.woff) format("woff"),url(../fonts/GolosText-Medium.ttf) format("truetype")
}

@font-face {
    font-family: GolosText;
    font-style: normal;
    font-weight: 600;
    src: local("GolosText"),local("GolosText"),url(../fonts/GolosText/GolosText-SemiBold.woff2) format("woff2"),url(../fonts/GolosText-SemiBold.woff) format("woff"),url(../fonts/GolosText-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: GolosText;
    font-style: normal;
    font-weight: 700;
    src: local("GolosText"),local("GolosText"),url(../fonts/GolosText/GolosText-Bold.woff2) format("woff2"),url(../fonts/GolosText-Bold.woff) format("woff"),url(../fonts/GolosText-Bold.ttf) format("truetype")
}

body {
    font-family: GolosText, serif;
}

* {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

*,:after,:before {
    box-sizing: border-box
}

:active,:focus,a:active,a:focus {
    outline: none
}

a,a:visited {
    text-decoration: none
}

p a,p a:visited {
    text-decoration: underline
}

@media (any-hover: hover) {
    a:hover {
        text-decoration:none
    }
}

p {
    text-wrap: pretty
}

aside,footer,header,nav {
    display: block
}

body,html {
    font-size: 100%;
    height: 100%;
    line-height: 1;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,input,textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

ul li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
    text-wrap: balance
}

body {
    background-color: #e6e6f0;
    color: #4b5959;
    font-family: GolosText;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2
}

.wrapper,body.no-scroll {
    overflow: hidden
}

.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 100%;
    width: 100%
}

.container {
    margin: 0 auto;
    max-width: 970px;
    padding: 0 15px
}


.content {
    flex: 1 1 auto
}

.offer__item {
    margin: 5px auto 0;
    max-width: 250px;
}

.offer__wrapper {
    padding: 2.813rem 0 2.188rem
}

.offer__title {
    font-weight: 700;
    line-height: 1.12;
    font-size: 24px;
    margin-top: 25px;
}

.offer__subtitle,.offer__title {
    color: #4b5959;
    display: block;
    text-align: center
}

.offer__subtitle {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 25px;
    font-size: 14px;
}

@media (min-width: 576px) {
    .offer__subtitle {
        font-size:.875rem
    }
}

@media (min-width: 768px) {
    .offer__subtitle {
        font-size:1rem
    }
}

.offer-body {
    display: grid;
    gap: .938rem;
    margin: 0 auto;
    max-width: 25rem
}

@media (min-width: 576px) {
    .offer-body {
        gap:1.25rem;
        grid-template-columns: repeat(2,1fr);
        max-width: 37.5rem
    }
}

@media (min-width: 768px) {
    .offer-body {
        gap:1.25rem
    }
}

@media (min-width: 992px) {
    .offer-body {
        grid-template-columns:repeat(3,1fr);
        margin: 0;
        max-width: none
    }
}

.offer {
    display: flex;
    flex-direction: column
}

.offer__button:hover {
    background: #fff;
    color: #2dbe64
}

.offer__logo {
    height: 2.875rem;
    margin: 0 auto;
    max-width: 11.75rem;
    width: 100%
}

.offer__logo-wrappper {
    background: #fff;
    border-radius: 1.875rem;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: .938rem;
    transition: box-shadow .2s linear
}

.offer__logo img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.offer__button {
    align-items: center;
    background: #2dbe64;
    border: 1px solid #2dbe64;
    border-radius: 1.875rem;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    height: 3.125em;
    justify-content: center;
    line-height: 1.2;
    outline: none;
    padding: .625em .938em;
    text-align: center;
    transition-duration: .2s;
    transition-property: color,border,background;
    width: 100%;
    max-width: 260px;
    margin: 25px auto 0;
    cursor: pointer;
}