html {
    font-family: "Euclid Circular A", sans-serif;
    font-size: .5208335vw;
    font-style: normal;
    font-weight: 400;
    -webkit-animation: bugfix infinite 1s;
   /* line-height: 1.2;	*/
    margin: 0;
    padding: 0
}
/*
body {
    font-style: normal;
    font-weight: 400;
    -webkit-animation: bugfix infinite 1s;
    margin: 0;
    padding: 0;
    color: #160b15;
    background-color: #f8f8f8;
    font-size: 3rem
}
*/
body.lock {
    overflow: hidden
}



h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    margin: 0;
    padding: 0
}


p {
    margin-top: 0;
    margin-bottom: 0
}

/*
img {
    width: 100%;
    height: auto;
    display: block
}
*/
.background-images {
	background-size: 100%;
	background-height: auto;
	background-display: block;
	
    margin-bottom: auto;
    border-radius: 4.5rem 4.5rem 6rem 0rem;
 /*   height: 189px;	*/
    object-fit: cover;
}

.choose {
    margin-bottom: 16.2rem
}

.choose__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6rem
}

.choose__title-wrap {
    width: 50%
}

.choose__title {
    margin-bottom: 1.2rem
}

.choose__top-btn {
    margin-top: 4rem
}

.choose__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.choose__box {
    width: 30%;
    height: 31.7rem;
    border-radius: 0 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.choose__box:not(:nth-child(n+7)) {
    margin-bottom: 6rem
}

.choose__box:not(:nth-child(3n)) {
    margin-right: 6.4rem
}

.choose__box-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4.5rem 0 6rem;
    -o-object-fit: cover;
    object-fit: cover
}

.choose__box-num-wrap {
    width: 4.4rem;
    height: 8.5rem;
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 2.1rem 1.2rem;
    position: absolute;
    right: -2.2rem;
    top: 6.5rem
}

.choose__box-num-symbol {
    font-size: 1.2rem;
    font-weight: 400;
    color: #777;
    text-align: center;
    margin-bottom: .8rem
}

.choose__box-num-num {
    font-size: 1.6rem;
    font-weight: 700;
    color: #292d32
}

.choose__box-bottom {
    position: relative;
    padding: 2rem 3rem 2.7rem;
    z-index: 2
}

.choose__box-text-substrate {
    position: absolute;
    bottom: 0;
    left: 0
}

.choose__box-bottom-text {
    position: relative;
    z-index: 2
}

.choose__box-title {
    font-size: 1.9rem;
    font-weight: 600;
    color: #292d32;
    margin-bottom: 1.7rem;
    padding-right: 1.5rem;
    width: 70%
}

.choose__box-subtitle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.choose__box-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    color: #292d32;
    width: 90%;
    padding-right: 1.5rem
}

.choose__box-text-img {
    width: 2.7rem;
    height: 2.7rem
}

.choose__box-text-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}




        .chose__box-content {
            margin-top: -44px;
        }

        .choose__box--new .card-img {
            margin-bottom: auto;
            border-radius: 4.5rem 0rem 6rem 0rem;
            height: 189px;
            object-fit: cover;
        }

        .choose__box.choose__box--new {
            flex-direction: column;
            height: auto;
        }

        .choose__box--new .choose__box-title {
            width: 100%;
            padding: 2rem 15rem 1.6rem 3rem;
            background-image: url('https://spcdn.shortpixel.ai/spio/ret_img,q_cdnize,to_webp,s_webp/sky-dynamics.ru/wp-content/themes/sky-dynamics/img/choose-sub.png');
            background-size: 100% auto;
            margin-bottom: 0;
        }

        .chose__box-content {
            width: 100%;
            border-radius: 0rem 0rem 6rem 0rem;
            flex-grow: 1;

        }

        .choose__box-text {
       /*     font-size: 1.7rem;	*/
			font-size: 16px;
          /*  font-weight: 300;	*/
            color: #000;
            padding: 0rem 3rem 2.7rem 3rem;
            width: 100%;
            display: flex;
            background: #fff;
            border-radius: 0rem 0rem 6rem 6rem;
            margin-top: -1px;
        }

        .choose__box-text p {
            width: calc(100% - 2.7rem);
            padding-right: 1.5rem;
        }

        .lazzy-choose-image {
            opacity: 0;
            /* Прозрачное по умолчанию */
            transition: opacity 0.3s ease-in;
            Плавный переход
        }
