:root {
    --color-black: #09150B;
    --color-grey: #939894;
    --color-grey_secondary: #E1E4E9;
    --color-white: #ffffff;
    --color-red: #d83843;
    --color-red_secondary: #E58187;
    --font-size-base: 16px;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    max-height:100%;
    overflow-x: hidden;
    overflow-y: hidden;

}


ul {
    padding: 0;
}

span {
    color: var(--color-red);
    font-family: 'Sora';
}

.page {
    font-family: 'Sora', sans-serif;
    font-size: var(--font-size-base);
    color: var(--color-grey);

}


.container-claim {
    max-width: 1350px;
    box-sizing: content-box;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;

}

.container-form {
    max-width: 1350px;
    box-sizing: content-box;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;

}

.page-header--claim {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: relative;


}

.page-header--claim p {
    text-align: right;
}

.page-header__menu-toggle {
    display:none;
}

.page-header__navclaim {
    width: 600px;

}
.page-header__contactsclaim--up {

    color: var(--color-black);
}

.header_menu {
    margin:0;
    position: absolute;
    top: 90px;
    left: 25px;
    list-style-type: none;
}

.header_menu a {
    text-decoration: none;
    color: var(--color-black);
    position: relative;
    transition: text-decoration 5s;

}

.header_menu a::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 1.5px;
    background-color: var(--color-black);
    transition: 0.2s;
}

.header_menu a:hover::before {
    width: 100%;
}

.header_menu li {
    padding: 40px 50px 30px 15px;
    font-size: 17px;
    max-width: 150px
}

/* a.selected {
    text-shadow: var(--color-red) 1px 5px 7px;
} */

.hamburger {
    display: none;
}
#contact-form {
    margin-left: 200px;
}

.main_form {
    display: flex;
    justify-content: center;
    font-size: 21px;
    color: var(--color-black);
    width: 1280px;
    padding-right: 140px;

}

fieldset {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding-left: 0;
    max-width: 1280px;
    margin: 0 auto;

}

fieldset p {
    margin-bottom: 3px;
}

fieldset div {
    width: 320px;
}

fieldset input {
    width: 280px;
    height: 44px;
    border: none;
    background: var(--color-grey_secondary);
    border-radius: 4px;
    padding-left: 15px;
}
.photo, .photo__part {
    width: 433px;
    margin-right: 45px;
    position: relative;
}

.photo input, .photo__part input {
    padding-top: 10px;
    padding-left: 10px;
    width: 440px;
}


textarea {
    height: 44px;
    border: none;
    background: var(--color-grey_secondary);
    border-radius: 4px;
    resize: none;
    padding-left: 10px;
    padding-top: 5px

}

.diagnostics {
    margin-right: 40px;
    width: 600px;
}


.length {
    position: relative;
}

.length input {
    padding-right: 200px;
}

.metres {
    position: absolute;
    top: 35px;
    left: 85px;
}

.height {
    position: relative;
}

.height input {
    padding-right: 200px;
}

.height-metres {
    position: absolute;
    top: 35px;
    left: 85px;
}

.winter label {
    padding-left: 10px;
}

.switcher {
    display: flex;
    width: 280px;
    background: var(--color-grey_secondary);
    border-radius: 4px;

}

.switcher input[type=radio] {
    width: 20px;

}

.switcher_yes, .switcher_no {
    display: flex;
    align-items: center;
    justify-content: center;

}

.verification {
    position: relative;
    width: 190px;
}

.verification-text {
    position: absolute;
    top: 35px;
    left: 60px;

}

.verification input {
    padding-left: 10px;
    width: 40px;
    background: var(--color-white);
    height: 20px;
    margin-left: 10px;
    margin-top: 12px;
}

.wrapper {
    width: 150px;
    background: var(--color-grey_secondary);
    height: 44px;
    border-radius: 4px;
}



.politics {
    display: flex;
    padding-top: 30px;
    width: 405px;
}
.politics input[type=checkbox] {
    width: 50px;
}

.politics label {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
}
.main_button {
    display: flex;
    justify-content: center;
    width: 1280px;
    padding-top: 30px;
    padding-right: 140px;

}

.main_button button {
    padding: 11px 59px;
    color: var(--color-white);
    background: var(--color-red_secondary);
    font-size: 20px;
    border: none;
    border-radius: 4px;
}

.main_button button:hover {
    background: var(--color-red);
}

.page-footer--claim {
    display: flex;
    justify-content: end;

}

.page-header__contactsclaim--down {
    display: none;
}

.page-footer--claim p {
    text-align: right;
    padding-left: 120px;
    color: var(--color-black);

}

@media (max-width: 1800px){

    .photo input, .photo__part input {

        width: 440px;
    }

    .problem textarea {
        width: 280px;
    }

    .diagnostics textarea {
        width: 600px;
    }

    .address textarea {
        width: 280px;
    }
    .photo, .photo__part {

        margin-right: 47px;
    }

}

@media (max-width: 1700px){

    .photo input, .photo__part input {

        width: 430px;
    }

    fieldset div {
        width: 303px;
    }

    .diagnostics {
        margin-right: 8px;
    }

    .diagnostics textarea {
        width: 585px;
    }

    .photo, .photo__part {
        margin-right: 23px;
    }


    .verification {
        width: 174px;
    }
}
@media (max-width: 1450px){
    .container-form {
        max-width: 1200px;
    }

    #contact-form {
        margin-left: 150px;
    }


    fieldset div {
        width: 290px;
    }

    .diagnostics textarea {
        width: 570px;
    }

    .diagnostics {
        width: 573px;
    }

    .photo, .photo__part {
        margin-right: 3px;
    }

    .photo input, .photo__part input {

        width: 426px;
    }
}


@media (max-width: 1370px){

    .page-header--claim {
        height: 70px;
    }


    fieldset input {
        height: 40px;
        width: 250px;
    }
    fieldset div {
        width: 270px;
    }

    textarea {
        height: 40px;
        width: 250px;
    }

    .diagnostics textarea {

        width: 520px;
    }

    .problem textarea {
        width: 250px;
    }

    .address textarea {
        width: 250px;
    }

    .diagnostics {
        width: 530px;
    }

    .photo, .photo__part {
        width: 400px;

    }

    .photo input, .photo__part input {

        width: 385px;
    }

    .switcher {
        width: 250px;
    }

    .wrapper {
        height: 40px;
    }
    .verification input {
        margin-top: 10px;
    }

    .politics {
        width: 385px;
    }

    .main_button {
        width: 1145px;
    }

    .main_form {
        width: 1145px;
    }
    .header_menu {
        top: 47px;

    }

}


@media (max-width: 1200px){



    #contact-form {
        margin-left: 170px;
    }

    fieldset input {

        width: 225px;
    }

    textarea {

        width: 225px;
    }

    .problem textarea {
        width: 225px;
    }

    .address textarea {
        width: 225px;
    }

    .diagnostics textarea {
        width: 465px;
    }

    .diagnostics {
        width: 472px;
    }

    fieldset div {
        width: 240px;
    }

    .photo input, .photo__part input {

        width: 345px;
    }

    .photo, .photo__part {
        width: 358px;

    }

    .switcher {
        width: 225px;
    }

    .politics {
        width: 295px;
    }

    .main_button, .main_form {
        width: 1045px;
    }
    .header_menu li{
        padding-bottom: 20px;
    }

}

@media (max-width: 1150px){


    form div {
        width: 280px;
    }


    .politics {

        width: 180px;
    }

    .verification {
        width: 140px;
    }


    .diagnostics {
        width: 555px;
    }

    .diagnostics textarea {
        width: 505px;
    }


    .photo input, .photo__part input {

        width: 225px;
        font-size: 60%;
    }

    .photo, .photo__part {

        width: 280px;
    }

    .wrapper {
        width: 120px;
    }

    .main_button, .main_form {
        width: 900px;
    }

}



@media (max-width: 1080px){

    #contact-form {
        margin-left: 250px;
    }

    .problem textarea {
        width: 505px;
    }

    .winter {
        width: 366px;
    }

    .main_button, .main_form {
        width: 600px;
    }

}
@media (max-width: 1000px){
    .header_menu {
        top: 60px;
    }
}

@media (max-width: 970px){

    .winter {
        width: 340px;
    }
}

@media (max-width: 900px){

    .hamburger {
        z-index: 1000;
    }

    .header_menu {
        display: block;
        background: var(--color-white);
        border-radius: 4px;
        box-shadow: 4px 4px 25px var(--color-grey_secondary);
        top: 20px;

    }

    .header_menu li:first-child {
        padding-left: 30px;
        padding-top: 40px;
    }

    .header_menu li {
        padding-bottom: 10px;
        padding-left: 30px;
        max-width: 180px;
    }

    .header_menu li:last-child {
        padding-bottom: 40px;
    }

    .page-header__navclaim {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: all 0.8s ease;
        top: -6px;
        right: 10px;
        width: 220px;
        z-index: 10;

    }

    .page-header__contactsclaim--up {
        display: none;
    }


    .page-header__contactsclaim--down {
        display: block;
    }

    .page-header--claim {
        justify-content: space-between;

    }

    .page-header__menu-toggle {
        display: block;
    }

    .container-claim {
        position: relative;
    }

    .page-header__menu-toggle.is-active + .page-header__navclaim  {

        opacity: 1;
        visibility: visible;
    }

    fieldset div {
        width: 300px;
    }

    .diagnostics textarea {
        width: 225px;

    }

    .diagnostics {
        width: 300px;
    }
    .problem textarea {
        width: 225px;
    }

    .length input {
        width: 225px;
        padding-right: 0;
    }

    .length {
        width: 300px;
    }


    .height input {
        padding-right: 0;
    }

    .height-metres {
        left: 122px;
    }


    .photo input {
        padding-left: 5px;

    }

    .photo__part input {
        padding-left: 5px;
    }

    .photo {
        width: 300px;
    }

    .main_button, .main_form {
        width: 550px;
    }
    .politics {
        width: 290px;
    }

    .verification {
        width: 300px;
    }

    .politics input[type=checkbox] {
        width: 45px;
    }

    .main_button {
        padding-top: 15px;
        padding-right: 40px;

    }
    .main_form {
        padding-right: 0px;
    }

    .page-footer--claim p {
        padding-left: 65px;
    }
    #contact-form {
        margin-left: 140px;

    }

}

@media (max-width: 830px){
    .page-footer--claim p {
        font-size: 13px;
    }

    .container-form{
        max-width: 730px;
    }

    fieldset input {
        width: 480px;
    }

    .height input {
        width: 220px;
    }

    .height {
        width: 253px;
    }

    .length input, .photo input, .photo__part input {
        width: 480px;
    }

    .photo {
        width: 350px;
    }

    .photo__part {
        width: 400px;
    }

    .problem textarea, .diagnostics textarea, .address textarea {
        width: 480px;
    }

    .verification {
        width: 260px;
    }

    .winter {
        width: 280px;
    }

    .wrapper {
        width: 200px;
    }

    .main_button {
        padding-right: 0px;
        width: 500px;
    }
    .main_form {
        width: 500px;
    }


}

@media (max-width: 750px){

    #contact-form {
        margin-left: 0px;
    }

    .container-form{
        max-width: 470px;
    }

    .winter {
        width: 230px;
    }

    .wrapper {
        width: 220px;
    }

}

@media (max-width: 700px){
    .switcher, .wrapper {
        width: 220px;
    }


    .page-footer--claim p {
        padding-left: 40px;
    }

}



@media (max-width: 570px){



    .main_form, .main_button  {
        width: 370px;
    }


    fieldset input {
        width: 350px;
    }

    .length input, .photo input, .photo__part input {
        width: 350px;
    }

    .problem textarea, .diagnostics textarea, .address textarea {
        width: 350px;
    }

    .info-claim {
        display: none;
    }
    .container-form {
        max-width: 350px;
    }

}

@media (max-width: 480px){

    .main_button, .main_form {
        width: 300px;
    }

    fieldset input {
        width: 300px;
    }

    .length input, .photo input, .photo__part input {
        width: 300px;
    }

    .problem textarea, .diagnostics textarea, .address textarea {
        width: 300px;
    }

    .container-form {
        max-width: 290px;
    }

}

@media (max-width: 400px){


    .main_form {
        width: 310px;
    }

}

@media (max-width: 350px){

    fieldset input {
        width: 250px;
    }

    .length input, .photo input, .photo__part input {
        width: 250px;
    }

    .problem textarea, .diagnostics textarea, .address textarea {
        width: 250px;
    }

    .main_button, .main_form {
        width: 260px;
    }
}