body {
    background-color: #f2f3f8 !important;
}
.constructor {
    margin-top: 58px;
    padding-top: 50px;
}
.constructor__aqua-sizes-wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
}
.constructor__aqua-sizes-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#wizard-p-1 .section-heading {
    margin-bottom: -25px;
    text-align: right;
}
#nav-plants-types {
    padding-top: 15px;
}
#nav-plant-types .col-md-3 {
    padding: 0 10px;
}
#nav-plants-tab, #nav-sea-tab {
    font-weight: 500;
    color: #495057;
}
.aqua-type__plant-wrapper, .installation-type-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.aqua-type__plant-label, .installation-type-label {
    position: relative;
}
.aqua-type__plant_input, .installation-type-input {
    left: 0;
    margin: 3px 0 0 3px;
    position: absolute;
}
.aqua-type__plant_input, .installation-type-input, .profile-color input {
    position: absolute;
    z-index: 1;
    height: 17px;
    width: 17px;
}
.aqua-type__plant_input:active + .aqua-type__plant .aqua-type__plant-img {
    opacity: .9;
}
.aqua-type__plant_input:checked + .aqua-type__plant .aqua-type__plant-img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.aqua-type__plant_input:checked ~ .aqua-type__plant {
    -webkit-box-shadow: 7px 7px 12px 0px rgba(186,182, 186, 0.42);
    -moz-box-shadow: 7px 7px 12px 0px rgba(186,182, 186, 0.42);
    box-shadow: 7px 7px 12px 0px rgba(186,182, 186, 0.42);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.aqua-type__plant-img {
    cursor: pointer;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    width: 100%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.4) grayscale(0.3) opacity(.7);
    -moz-filter: brightness(1.4) grayscale(0.3) opacity(.7);
    filter: brightness(1.4) grayscale(0.3) opacity(.7);
}
.aqua-type__plant-img:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9); 
}
.aqua-type__plant-title, .installation-type-title {
    padding: 10px 0 5px;
    text-align: center;
}



#wizard-p-2 .section-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f4;
}
.installation-type-input:active + .installation-type-label img {
    opacity: .9;
}
.installation-type-input:checked + .installation-type-label img {
    -webkit-filter: brightness(1.2) grayscale(0) opacity(1);
    -moz-filter: brightness(1.2) grayscale(0) opacity(1);
    filter: brightness(1.2) grayscale(0) opacity(1); 
}
.installation-type-input:checked ~ .installation-type {
    -webkit-box-shadow: 7px 7px 12px 0px rgba(186,182, 186, 0.42);
    -moz-box-shadow: 7px 7px 12px 0px rgba(186,182, 186, 0.42);
    box-shadow: 7px 7px 12px 0px rgba(186,182, 186, 0.42);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.installation-type-img {
    cursor: pointer;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9); 
}
.installation-type-img:hover {
    -webkit-filter: brightness(1.2) grayscale(0) opacity(1);
    -moz-filter: brightness(1.2) grayscale(0) opacity(1);
    filter: brightness(1.2) grayscale(0) opacity(1); 
}



.addition-param {
    padding-top: 10px;
    padding-bottom: 10px;
}
.profile-color {
    display: inline-block;
}
.profile-color input:active + .profile-color-label img {
    opacity: .9;
}
.profile-color-label {
    cursor: pointer;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
#profile-silver-color-label {
    background-color: silver;
}
#profile-black-color-label {
    background-color: #000000d4;
}

.error-window {
    text-align: center;
    padding: 100px 15px;
    display: block;
    border-radius: 4px;
}
.error-window__try-again {
    padding-top: 20px;
    padding-bottom: 20px;
}
.error-window__try-again a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.error-window__form {
    padding-top: 50px;
}
.error-window__form form {
    padding-top: 40px;
    border-top: 1px solid #8080801f;
    margin: 0 auto;
    max-width: 500px;
}
.error-window__form button {
    min-width: 210px;
}


@media screen and (max-width: 1600px) {
    .constructor {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 992px) {
    #wizard .content {
        padding-top: 30px;
    }
    #wizard-p-0 {
        padding-top: 0;
    }
    .constructor__aqua-sizes-form {
        padding-top: 20px;
    }


    #wizard-p-1 .section-heading {
        margin-bottom: 0;
        text-align: left;
    }
    #wizard-p-1 .content-wrapper {
        text-align: center;
    }
    .aqua-types-row {
        padding-top: 30px;
    }
    .aqua-type__plant-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dee2e6;
    }
    .aqua-type__plant-wrapper:last-child {
        border-bottom: 0;
    }

    .installation-type-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dee2e6;
    }
    .installation-type-wrapper:last-child {
        border-bottom: 0;
    }

    #wizard-p-2 .content-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .constructor {
        padding-top: 20px;
    }

    .profile-color-label {
        width: 120px;
        height: 80px;
    } 
}
