.steps {
    margin-top: 95px;
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
}
.steps-line {
    position: absolute;
    top: calc(44% - 12px);
    left: -60px;
    width: 1581px;
    z-index: -1;
}
.steps-header {
    margin-bottom: 62px;
}
.steps-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.steps-block:hover .steps-block__number {
    background-color: #ff9248;
}
.steps-block:hover .steps-block__number::before {
    display: none;
}
.steps-block:hover .steps-block__number span {
    opacity: 1;
}
.steps-block__number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.16px;
    position: relative;
    background-color: #e7e7e7;
}
.steps-block__number span {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.steps-block__number::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.steps-block__number.active {
    background-color: #ff9248;
}
.steps-block__number.active::before {
    display: none;
}
.steps-block__number.active span {
    opacity: 1;
}
.steps-block__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.steps-block__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.steps-block__blue {
    color: #ff9248;
    font-weight: 700;
    letter-spacing: 0.18px;
    margin-top: 26px;
    font-size: 18px;
}
.steps-phone {
    margin-bottom: 25px;
}
.steps-phone .header-phone__time {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 5px;
}
.steps-phone .header-phone__time span {
    margin-right: 7px;
}
.steps-phone .header-phone__time p {
    font-size: 1rem;
}
.steps-phone .header-phone__link img {
    width: 1rem;
}
.steps-phone .header-phone__link p {
    font-size: 1.5rem;
    color: #282728;
}
.header-phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.steps-btn {
    width: 232px;
    height: 71px;
    border-radius: 35px;
    background-color: #229ED9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.steps-btn img {
    width: 27px;
    margin-right: 9px;
}
.steps-btn p {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.06px;
    width: 140px;
    text-align: left;
}


.team {
    margin-bottom: 20px;
}
.team-header {
    width: 1440px;
    line-height: 76px;
}
.block-header {
    font-size: 60px;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0 auto;
}
img.team-bg {
    min-width: 100%;
    border-radius: 30px;
}
.seo.open {
    max-height: 100%;
}
.seo {
    overflow: hidden;
    margin: 0 auto 60px;
    position: relative;
}
.seo p{
        font-size: 1.8125rem;
    font-weight: 300;
}


.footermy {
    background-color: #1f1d20;
    color: #fff;
    padding: 60px 0;
}
.footermy-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1760px;
    margin: 0 auto 35px;
}
.footermy .header-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 28px;
}
.footermy .header-logo img {
    margin-bottom: 22px;
    width: 15rem;
}
.footermy .header-logo p {
    width: 250px;
    letter-spacing: 0.33px;
}
.footermy .header-license {
    margin-bottom: 28px;
}
.footermy .header-license__text p,
.footermy .header-license__text a {
    margin-bottom: 8px;
}
.footermy .header-icon {
    margin-right: 18px;
}
.footermy .header-calc {
    margin-left: 6px;
    letter-spacing: 0.53px;
}
.footermy-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}
.footermy-list {
    list-style: none;
}
.footermy-list li {
    opacity: 0.5;
    font-size: 15px;
    margin-bottom: 13px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    max-width: 210px;
}
.footermy-list li:hover {
    opacity: 1;
}
.footermy-advantages__item {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    margin-left: -5px;
}
.footermy-advantages__item-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 11px;
}
.footermy-advantages__item-check img {
    width: 28px;
}
.footermy-office__adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    margin-top: 27px;
}
.footermy-office__adress img {
    width: 17px;
    margin-right: 14px;
}
.footermy-office__adress p {
    width: 200px;
    font-size: 14px;
    line-height: 22px;
}
.footermy-office__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 30px;
}
.footermy-office__images img {
    cursor: pointer;
}
.footermy-office__images img:nth-child(1) {
    margin-right: 15px;
}
.footermy-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.footermy-social a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin-right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.contacts__info-social img{
    max-width: 3rem;
}
.contacts__info-social a img:hover{
    scale: 1.2;
}


.footermy-social__whatsapp {
    background-color: #01bc24;
}
.footermy-social__whatsapp img {
    width: 18px;
}
.footermy-social__facebook {
    background-color: #1776d2;
}
.footermy-social__facebook img {
    width: 9px;
}
.footermy-social__insta {
    background: url(../img/footermy/insta-bg.png) center no-repeat;
    background-size: cover;
}
.footermy-social__insta img {
    width: 16px;
}
.footermy .header-phone {
    margin-bottom: 35px;
}
.footermy .header-phone__time {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.footermy .header-phone__link {
    margin-bottom: 6px;
}
.footermy .header-phone__back {
    margin: 0;
    margin-left: 5px;
}
.footermy .header-online__text {
    margin-bottom: 30px;
}
.footermy .header-online__text p {
    text-align: left;
}
.footermy .header-license {
    margin-bottom: 25px;
}
.footermy .header-license__text p {
    margin-bottom: 0;
}
.footermy .header-license__text-blue {
    font-size: 13px;
}
.footermy-line {
    width: 1760px;
    margin: 0 auto 45px;
    height: 1px;
    border-bottom: 2px dotted #ffffff;
    opacity: 0.1;
}
.footermy-info {
    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;
    margin: 0 auto;
}
.footermy-info p {
    font-size: 12px;
    line-height: 16px;
}
.footermy-info p a {
    text-decoration: underline;
    color: #4283ee;
    display: block;
}
.footermy-info p:nth-child(2) {
    text-align: center;
    width: 450px;
}
.footermy-info p:nth-child(3) {
    text-align: right;
}



.header-license {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.photo-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-content: center;
    gap: 0 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.photo-main picture {
    border-radius: 35px;
    width: 27rem;
    height: 27rem;
    cursor: pointer;
    margin-bottom: 5rem;
    overflow: hidden;
    object-fit: cover;
}
.photo-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-main picture:nth-child(n+11) {
    display: none;
}
button#loadMore {
    background-image: linear-gradient(to top, var(--grad-from), var(--grad-to));
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 15.25rem;
}
@media screen and (min-width: 768px) { /* Change 768px to whatever breakpoint you consider as desktop */
    .photo-main picture:nth-child(n+10) {
        display: none;
    }
}

.thanks .price-call p {
    font-size: 40rem;
    letter-spacing: 1rem;
    color: #fff;
}









