.header-price {
    background-color: #3768b4;
    /*height: 10vh;*/
    height: 100px;
}

.price-align {
    /*margin-top: 4.1vh;*/
    margin-top: 15px;
}

.price-align h1 {
    color: #fff;
}

.price-service {
    background-color: #ececed;
    height: 62px;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.4);
    /* Параметры тени */
    /*height: 10vh;*/
}

.module-price {
    background-color: #F9F9F9;
    height: 72px;
    /*height: 8vh;*/
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #3768b4;
}

input:focus+.slider {
    box-shadow: 0 0 1px #3768b4;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.dropdown {
    width: 300px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 17px !important;
    color: #474747;
    height: 100%;
    text-align: left
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdown .select>i {
    font-size: 16px !important;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 30px
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 202px;
    font-size: 17px !important;
    overflow-y: auto;
    z-index: 9
}

.white-title {
    color: #fff;
}

.font-title-1 {
    font-family: libre baskerville, serif;
}

.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.result-cost {
    position: fixed;
    bottom: 0px;
    width: 100% !important;
    height: 70px;
    z-index: 99999;
    background-color: #e7e9ed;
}

.scroll-to-top {
    bottom: 100px;
}

.title-module {
    font-size: 20px;
}

.field-req-price {
    text-align: left !important;
}

@media screen and (max-width: 768px) {
    .module-price {
        /*height: 15vh;*/
        height: 125px;
    }

    .footer-count {
        font-size: 19px;
    }

    .title-module {
        font-size: 20px;
        margin-left: 0px !important;
    }

    .result-cost {
        height: 80px;
    }

    .count-your-system-div {
        height: 1000px !important;
    }
}
