*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #212529;
	background-color: #fff;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}




.root {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}






/* container */

.container {
    width: 100%;
    padding: 1rem;
    position: relative;
}






.btn-back {
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:active {
    opacity: .8;
}





/* btn */

.btn {
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #34A853;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 8px;
    column-gap: 8px;
    text-decoration: none;
    border-radius: 12px;
}

.btn--danger {
    background-color: #EA4335;
}

.btn--success {
    background-color: #34C759
    ;
}

.btn:hover,
.btn:focus,
.btn:active {
    opacity: .8;
}





.label {
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.002rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 4px 8px;
    color: #9CA3AF;
    background-color: #F4F6F9;
    border-radius: 8px;
}

.label--info {
    color: #1D9BF0;
    background-color: rgba(29,155,240, .1);
}













.header {
    position: relative;
    min-height: 368px;
}

.header__container {
    padding-top: 0;
    padding-bottom: 0;
}

.header__btn-back {
    position: absolute; top: 3.25rem; left: 1rem;
}

.header__controls {
    position: absolute; top: 50%; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
}

.header__bg {
    display: block;
    width: 100%;
}






/* main */

.main__container {
    padding-top: 10px;
    padding-bottom: 13px;
}

.main__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.main__address {
    display: flex;
    align-items: center;
    color: #808D9F;
    letter-spacing: -.013rem;
    column-gap: 8px;
}

.main__address svg {
    position: relative; top: -1px;
}

.main__controls {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.main__title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 6px;
    letter-spacing: -.02rem;
}

.main__body {
    display: flex;
    align-items: flex-start;
    line-height: 22px;
    margin-bottom: 16px;
}

.main__right {
    margin-left: auto;
}

.main__desc span {
    color: #1D9BF0;
}

.main__rate {
    display: flex;
    align-items: center;
    font-weight: 500;
    column-gap: 4px;
}

.main__labels {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 16px;
}

.main__labels .label--drone {
    width: 100%;
}

.main__btns {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 8px;
}


.text {
    color: #808D9F;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 4px;
}

.text-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

#statusMessage + label,
#slider {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

.content__img {
    display: block;
    width: 100%;
}
