.main__links{
    margin-bottom: 3px;
}
.main{
    margin-top: 128px;
}
.main__inner{
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-left: -6px;
}
.main__content-about{
    margin-top: 40px;
}
.main__name{
    margin-bottom: 20px;
    color: #368CC1;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main__descr{
    max-width: 218px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 23.4px */
}
.main__descr span{
    font-weight: 500;
}
.main__content{
    display: flex;
    gap: 9px;
}
.main__block:first-of-type{
    margin-top: 53px;
}
.main__block:last-of-type{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    min-width: 400px;
    border-radius: 400px;
    background: rgba(54, 140, 193, 0.80);
}
.main__block-tel{
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.main__block-tel a{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 41px;
}
.main__schedule{
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
}
.main__schedule span{
    color: #368CC1;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.main__block-item{
    display: flex;
    align-items: center;
    gap: 29px;
}
.main__block-link{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #368CC1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main__block-link:last-of-type{
    gap: 16px;
}
.map-wide{
    margin-top: 120px;
}
#map{
    width: 100%;
    height: 413px;
    border-radius: 0;
}
.estimate{
    margin-top: -4px;
}
@media (max-width: 999px) {
    .main {
        margin-top: 92px;
    }
    .main__inner {
        max-width: 555px;
    }
    .main__content{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .main__links{
        margin-bottom: 12px;
    }
    .main__block:first-of-type{
        margin-top: 0;
        width: 100%;
    }
    .main__title{
        text-align: left;
        margin-left: -6px;
    }
    .main__descr {
        max-width: 207px;
    }
    .main__content-about{
        width: max-content;
        margin: 30px auto 0;
    }
    .main__bottom{
        flex-direction: column;
        gap: 47px;
    }
    
}
@media (max-width: 767px) {
    .main {
        margin-top: 120px;
    }
    .main__links{
        max-width: 354px;
        margin: 0 auto 17px;
    }
    .main__title{
        font-size: 40px;
        letter-spacing: -0.4px;
        text-align: center;
    }
    .main__content-about{
        margin-top: 20px;
    }
    .main__name {
        font-size: 25px;
    }
    .main__descr{
        font-size: 16px;
        max-width: 181px;
    }
    .main__content{
        gap: 20px;
    }
    .main__block:last-of-type {
        width: 330px;
        height: 330px;
        min-width: 330px;
        border-radius: 330px;
    }
    .main__block-tel{
        gap: 11px;
    }
    .main__block-tel a{
        font-size: 25px;
    }
    .main__bottom{
        margin-top: 20px;
        gap: 20px;
    }
    .main__block-link{
        font-size: 18px;
    }
    .main__block-item {
        gap: 0 29px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 172px;
    }
    .main__links,
    .main__title{
        max-width: 232px;
    }
    .main__links{
        margin-bottom: 16px;
    }
    .main__title{
        text-align: left;
    }
    .main__bottom{
        gap: 38px;
    }
    .main__block:first-of-type{
        width: auto;
    }
}