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

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    padding: 0;
    list-style: none;
}
/* Заголовки */
h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px !important;
    font-family: 'Open Sans', sans-serif;
}

/* Параграфы */
p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.adoppp-section {
    position: relative;
    z-index: -1;
}

.adoppp-container {
    padding: 160px 0px 215px 0px;
}

.adoppp-box {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

.adoppp-content {
    max-width: 875px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 50px 60px;
    background: rgba(4, 70, 176, 0.75);
    border-radius: 10px;
    text-align: center;
}

.adoppp-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    text-transform: uppercase;
    color: #ffffff;
}

.adoppp-video-tag {
    display: inline;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adoppp-container-2 {
    padding: 56px 16px 256px 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adoppp-list, .alm-reveal {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}

.adopp-list {
	    margin-bottom: 60px;
}

.adoppp-card-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adoppp-card-item:nth-child(1) {
    margin-bottom: 16px;
}

.adoppp-card-item:nth-child(2) {
    text-align: center;
    max-width: 324px;
    margin-bottom: 40px;
}

.adoppp-card-img {
    /* max-width: 366px; */
	    max-height: 360px;
}

.adoppp-card-svg {
    max-width: 30px;
    max-height: 30px;
    stroke: #1ea7df;
    background: #F5F5F7;
    border-radius: 50%;
    padding: 4px;
    transition-property: stroke, background;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.adoppp-h2 {
    color: #0B4349;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
	text-transform: uppercase;
}

.adoppp-item:nth-child(1) {
    margin-bottom: 120px;
}

.adoppp-item:nth-child(2) {
    margin-bottom: 120px;
}

.adoppp-item:nth-child(3) {
    margin-bottom: 120px; 
    margin-right: 0;
}

.adoppp-item {
    margin-right: 30px;
    transition-property: box-shadow, cursor;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        padding-bottom: 10px;
}

.adoppp-item:last-child {
    margin-right: 0;
}

.adoppp-button {
    background: rgba(7, 69, 170, 0.1);
    border-radius: 60px;
    padding: 16px 50px;
    border: 0px;
    color: #0745AA;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    transition-property: background, cursor, color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.adoppp-button:hover {
    color: #ffffff;
    cursor: pointer;
    background-color: #0B4349;
}

.adoppp-button:active {
    color: #F5F5F7;
    background: rgba(11, 53, 119, 0.832);
}

.adoppp-main {
    font-family: 'Open Sans', sans-serif;
}

.adoppp-item:hover {
    cursor: pointer;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
}

.adoppp-item:hover .adoppp-card-svg {
    stroke: #0745AA;
    background: rgba(53, 105, 187, 0.305);
}

.ibg img {
    display: none;
}

.adoppp-section-2 {
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .adoppp-item {
        margin-right: 0;
        margin-bottom: 22px;
        box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
    }

    .adoppp-item:nth-child(1) {
        margin-bottom: 22px;
    }

    .adoppp-item:nth-child(2) {
        margin-bottom: 22px;
    }

    .adoppp-item:nth-child(3) {
        margin-bottom: 22px;
    }

    .adoppp-item:last-child {
        margin-bottom: 0;
    }

    .adoppp-card-img {
        max-width: 288px;
    }

    .adoppp-item {
        /* max-width: 288px; */
        width: 100%;
        padding: 0 46px 20px 46px;
    }

    .adoppp-h2 {
        font-size: 16px;
    }
}

.done {
	display: none;
}

@media screen and (min-width: 608px) and (max-width: 1199px) {
    .adoppp-item:nth-child(1) {
        margin-right: 16px;
    }

    .adoppp-item:nth-child(3) {
        margin-right: 16px;
    }

    .adoppp-item:nth-child(5) {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .adoppp-item {
        max-width: 288px;
        width: 100%;
    }
}