@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
@charset "utf-8";

html, body {
  touch-action: manipulation; /* Устанавливает ограничение на случайное увеличение при двойном касании */
}

body {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 14px !important;
    background: #f9f9f9 !important;
    color: #333 !important;
}


* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.header {
    padding: 40px 0 20px;
}
.header ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.header ul li {
    font-size: 18px;
    font-weight: bold;
    color: #686868;
    border-bottom: 1px solid #333;
    margin-right: 20px;
    padding-right: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.header ul li:hover,
.header ul li.active {
    border-bottom: 1px solid green;
    color: green;
}

.block-photo {
    display: none;
}


.block-choose {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.block-oktava {}



.oktava input {
    box-sizing: border-box;
    padding: 0;
    accent-color: green;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.oktava label {
    font-size: 16px;
    margin: 8px;
    margin-left: 15px;
    font-weight: 500;
    cursor: pointer;
}

.block-oktava .oktava label {
    text-transform: capitalize;
}

.block-finish input {
    font-weight: 600;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    padding: 23px 50px;
    background: green;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 290px;
    white-space: nowrap;
    position: relative;
}

.block-finish-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.block-finish-img img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.text-finish {
    font-weight: 700;
    color: #686868;
    font-size: 1.370rem;
    letter-spacing: .1375rem;
    margin-top: 15px;
}
.block-photo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    display: none;
}
.block-photo--show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.block-photo img {
    display: block;
    max-width: 200px;
    filter: brightness(0.98);
}
.block-photo--one {
    border-radius: 5px 5px 0px 0px;
}
.block-photo--two {
    border-radius: 0px 0px 5px 5px;
}
.block-photo--blocktwo {
    padding-left: 40px;
}
.btn-finish--photo {
    font-weight: 600;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    padding: 23px 50px;
    background: green;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 290px;
    white-space: nowrap;
    position: relative;
}
.block-photo--help {
    cursor: pointer;
    font-weight: 700;
    color: #686868;
    font-size: 16px;
    letter-spacing: .1375rem;
    margin-top: 15px;
    padding: 20px 0;
}


@media (max-width: 995px) {
    .block-25 {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .block-photo img {
        display: block;
        max-width: 350px;
    }

    .block-choose {
        flex-direction: column;
    }
    .block-photo--blocktwo {
        display: none;
    }
}
@media (max-width: 770px) {
    .block-photo img {
        max-width: 265px;
    }

}

@media (max-width: 575px) {
    .block-photo img {
        max-width: 230px;
    }
}

@media (max-width: 345px) {

    .block-finish input,
    .btn-finish--photo {
        padding: 23px 70px;
    }
}
