*{
    outline: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #404041;
    line-height: 25px;
}

.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.p0{
    padding-left: 0;
    padding-right: 0;
}
.mt0 {
    margin-top: 0;
}
.mt20 {
    margin-top: 20px;
}
a:hover{
    text-decoration: none!important;
}

/*********************************navbar****************************************/

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    border-radius: 0;
    z-index: 3;
}

.top_block {
    height: 120px;
    display: flex;
    align-items: center;
}

.logo_wrap {
    display: flex;
    align-items: flex-end;
}

.logo_wrap span {
    font-size: 20px;
    font-weight: bold;
    color: #00A7E8;
    padding: 0 0 10px 10px;
}

a.mail {
    border: 1px solid #02A7E8;
    padding: 5px 10px;
    color: #02A7E8;
}

a.mail:hover, a.mail:active, a.mail:focus {
    color: #02A7E8;
}

.tel_container {
    text-align: right;
}

a.tel {
    color: #2E318B;
    font-size: 25px;
    font-weight: bold;
}

a.tel:hover, a.tel:active, a.tel:focus {
    color: #2E318B;
}

.bluerp{
    background: #2E318B;
    border-bottom: 8px solid #00A7E8;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-default .navbar-nav > li {
    float: none;
}

.navbar-default .nav:before, .navbar-default .nav:after {
    content: none;
}

.navbar-default .navbar-nav > .active > a {
    background: #3c81ac;
    color: #fff;
    text-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fdfdfd;
    text-shadow: none;
    font-size: 19px;
    padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #00A7E8;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #00A7E8;
}


header {
    margin-top: 166px;
}

header img {
    width: 100%;
}

/************** navbar end *****************/


h1 {
    font-size: 16px;
    color: rgb(60, 129, 172);
    font-weight: bold;
    line-height: 1.188;
    margin: 30px 0 15px 0;
}

h2{
    font-size: 22px;
    text-transform: uppercase;
    color: #00A7E8;
    font-weight: bold;
    line-height: 0.986;
    padding: 35px 0 16px 0;
    margin: 115px 0 25px 0;
    border-bottom: 1px solid #808080;
}

h3 {
    font-size: 24px;
    color: #00A7E8;
    line-height: 1.125;
    margin-bottom: 15px;
    padding: 0;
}

span.blue-text {
    color: #00A7E8;
}

span.bold {
    font-weight: bold;
}

.boom p{
    margin: 0 0 20px;
}

.video {
    text-align: center;
    padding: 20px 0 20px 0;
    max-width: 610px;
    margin: 0 auto;
}

.round {
    width: 326px;
    float: left;
    padding-bottom: 15px;
}

.round img{
    width: 30px;
    float: left;
    margin-right: 15px;
    padding-bottom: 20px;
}

.round span {
    font-size: 14px;
    color: rgb(35, 31, 32);
    line-height: 1.357;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.gray_line {
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    margin: 30px 0 20px 0;
}

.plus {
    margin-bottom: 20px;
}

.plus p {
    color: rgb(60, 129, 172);
    line-height: 0.65;
    font-size: 56px;
    font-weight: 900;
    display: block;
    float: left;
    margin-right: 10px;
}

.plus span{
    font-size: 14px;
    color: rgb(35, 31, 32);
    line-height: 1.357;
}


.glases {
    max-width: 900px;
    text-align: center;
    margin: 100px auto 390px;
}

.glases .stacan {
    -webkit-box-shadow: 10px 10px 10px 0px rgba(179,179,179,1);
    -moz-box-shadow: 10px 10px 10px 0px rgba(179,179,179,1);
    box-shadow: 10px 10px 10px 0px rgba(179,179,179,1);
    width: 100%;
    margin: 0 0 40px 0;
}


ul.impurities_list {
    list-style-type: none;
}

ul.impurities_list li {
    position: relative;
}

ul.impurities_list li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 6px;
    width: 13px;
    height: 13px;
    background-image: url("/assets/img/bullet.png");
    background-image: image-set(
        url('/assets/img/bullet.png') 1x,
        url('/assets/img/bullet@2x.png') 2x,
        url('/assets/img/bullet@3x.png') 3x
    );
}




.l_1 {
    float: left;
    width: 7px;
}
.c_1 {
    font-size: 15px;
    color: rgb(64, 64, 65);
    line-height: 1.357;
    margin-top: 5px;
    display: block;
    float: left;
    margin-left: 30px;
}
.r_1 {
    float: right;
}



.c_2 {
    font-size: 15px;
    color: rgb(64, 64, 65);
    line-height: 1.357;
    margin-top: 5px;
    display: block;
}




.l_3{
    float: left;
}
.c_3 {
    font-size: 15px;
    color: rgb(64, 64, 65);
    line-height: 1.357;
    float: left;
    margin-left: 12px;
    margin-top: 6px;
}
.r_3{
    float: right;
    width: 7px;
}



.scheme-image {
    margin: 100px 0 150px 0;
}
.scheme-image img {
    width: 100%;
}

.price_table table {
    border-collapse: collapse;
    font-size: 17px;
    color: rgb(35, 31, 32);
    line-height: 1.357;
    width: 100%;
}


.price_table td.leftm {
   text-align: left;
}

.price_table td {
    border: none;
    padding: 10px 0;
    text-align: center;
}

.price_table th {
    color: #404041;
    font-weight: normal;
    background-color: rgba(0, 167, 232, 0.1);
    text-align: left;
    padding: 25px 40px;
    border-right: 10px solid white;
    border-left: 10px solid white;
}
.price_table th:first-child {
    border-left: none;
}
.price_table th:last-child {
    border-left: none;
}

.price_table .stupid-br {
    height: 70px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid rgba(128, 128, 128, 0.5);
}
.price_table .center {
    justify-content: space-around;
}

.price_table tr {
    height: 100px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.price_table tr:first-child, .price_table tr:last-child {
    border: none;
}

.price_table {
    margin-bottom: 15px;
}

.price_table .w20 {
    width: 20%;
}

.price_table .w30 {
    width: 30%;
}


.ul_li {
    margin-bottom: 20px;
}

.ul_li img {
    width: 19px;
    display: block;
    float: left;
    padding-bottom: 15px;
    margin-right: 12px;
    position: relative;
    top: 3px;
}

.ul_li span{
    font-size: 14px;
    color: rgb(35, 31, 32);
    line-height: 1.357;
    float: left;
    margin-left: 25px;
    margin-top: -32px;
}


.filtert {
    margin-top: 100px;
}
.filtert img {
    margin-top: 100px;
    max-width: 770px;
    width: 100%;
}


.blister{
    margin-top: 100px;
}

.blister h5 {
    font-size: 16px;
    color: rgb(33, 71, 88);
    line-height: 1.188;
    padding: 0 0 0 0;
    margin: 25px 0 25px 0;
    font-weight: 600;
}

.blister p {
    font-size: 19px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1;
    display: block;
    max-width: 150px;
    padding: 10px;
    margin: 20px 0 30px 0;
    background: #214758;
    text-align: center;
}

.blister img {
    max-width: 380px;
    width: 100%;
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
}



.colder {
    margin-top: 50px;
    min-height: 300px;
    margin-bottom: 100px;
}



.colder h4{
    font-size: 12px;
    color: rgb(33, 71, 88);
    line-height: 1.583;
    font-weight: 600;
}

.colder ul {
    padding: 0 0 0 10px;
    list-style: none;
    border-left: 2px solid #d4d4d48c;
    height: 300px;
}


.colder.colder2 ul {
    border-left: 2px solid transparent;
}




.colder ul li {
    font-size: 12px;
    color: #000;
    line-height: 1.583;
    font-weight: 600;
    padding-left: 10px;
    position: relative;
    display: block;
}

.colder ul li:before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 3px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #000;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 2px;
}





.uzaz h2{
    margin: 0 0 0px 0;
}


.roopo{

}

.roopo p {
    margin-bottom: 5px;
}


.roopo p.dod {
     margin-bottom: 25px;
 }

.roopo p span.onert {
    font-size: 16px;
    color: rgb(35, 31, 32);
    font-weight: bold;
    line-height: 1.188;
    width: 100px;
    display: block;
    float: left;
}

.roopo p span.tower{
    font-size: 16px;
    color: rgb(35, 31, 32);
    line-height: 1.188;
}

footer {
    margin-top: 150px;
    background: #2E318B;
    border-top: 5px solid #00A7E8;
    padding-bottom: 30px;
}


.menu_foot {
    margin-bottom: 40px;
}

.menu_foot ul {
    padding: 0;
    list-style: none;
}

.menu_foot ul li {
    float: left;
    padding: 15px 30px 0 0;
}

.menu_foot ul li a{
    font-size: 16.681px;
    color: rgb(255, 255, 255);
    line-height: 1.619;
}


.menu_foot ul li a:hover{
    color: rgb(143, 217, 255);
}

.copy_foot{

}

.copy_foot p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 0;
}

.copy_foot span{
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
}


.phone {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.phone a{

}

.phone a span{
    font-size: 27px;
    color: rgb(255, 255, 255);
    line-height: 1.004;
}







.emails{
    text-align: right;
}


.emails a{

}

.emails a img {
    width: 20px;
    margin-right: 10px;
}

.emails a span {
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 1.573;
    text-decoration: underline;
    position: relative;
    top: 3px;
}




@media (min-width: 992px) and (max-width: 1199px){
    .top_block a.tel {
        font-size: 22px;
    }

    .ul_li {
        padding-left: 10px;
    }

    .ul_li img {
        padding-bottom: 50px;
    }
}



@media (min-width: 768px) and (max-width: 991px){

    /*.top_block .logo_wrap img {*/
    /*    margin-left: 0px;*/
    /*    max-width: 140px;*/
    /*}*/

    .top_block a.tel {
        font-size: 22px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
    }

    .ul_li {
        padding-left: 10px;
    }

    .ul_li img {
        padding-bottom: 50px;
    }

    .c_1 {
        margin-left: 10px;
    }

    .c_3 {
        font-size: 13px;
        margin-left: 5px;
    }

    /*.price_table {*/
    /*    max-width: 510px;*/
    /*}*/

    .ul_li img {
        padding-bottom: 20px;
    }


    .blister img {
        max-width: 380px;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 auto;
        display: block;
    }


    .colder {
        margin-top: 20px;
        min-height: auto;
        margin-bottom: 30px;
    }

    .colder ul {
        padding: 0 0 0 10px;
        list-style: none;
        border-left: 2px solid #d4d4d48c;
        height: auto;
    }


    .menu_foot ul li {
        float: left;
        padding: 15px 15px 0 0;
    }

    .menu_foot {
        margin-bottom: 20px;
    }

}


@media (min-width: 320px) and (max-width: 767px){

    .top_block {
        height: 60px;
        padding-top: 0;
    }

    .top_block .logo_wrap img {
        max-height: 29px;
        margin-left: 0px;
    }

    .top_block .tel_container {
        text-align: left;
    }

    .top_block a.tel {
        font-size: 20px;
        padding-left: 32px;
        color: #00A7E8;
        position: relative;
        top: -3px;
    }

    .logo_wrap span {
        line-height: 14px;
        font-size: 12px;
        padding: 0 0 0 5px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 6px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }


    .navbar-default .navbar-nav {
        display: block;
        margin: 10px 0 10px 0;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }


    header {
        margin-top: 68px;
    }

    .round {
        width: 280px;
    }


    .round span {
        margin-top: 3px;
    }


    .round img {
        width: 22px;
        float: left;
        margin-right: 8px;
        margin-left: 10px;
    }

    h2 {
        padding-left: 20px;
        margin-top: 0;
    }

    .boom p {
        padding-left: 5px;
    }


    h1{
        padding-left: 5px;
    }

    .plus {
        padding-left: 5px;
    }

    .glases {
        margin: 30px auto 30px;
        padding-left: 5px;
    }






    .l_1 {
       display: none;
    }
    .c_1 {
        float: inherit;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .r_1 {
        display: none;
    }



    .c_2 {
        float: inherit;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }




    .l_3{
        display: none;
    }
    .c_3 {
        float: inherit;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .r_3{
        display: none;
    }

    h3 {
        padding-left: 5px;
        font-size: 20px;
        margin-top: 0;
    }


    .nono p {
        padding-left: 5px;
    }

    .scheme-image {
        margin: 20px 0 75px 0;
    }

    .scheme_agenda ul {
        list-style-type: none;
    }

    .scheme_agenda span {
        margin-left: -21px;
    }

    .price_table {
        padding: 10px;
        overflow-y: scroll;
    }

    .price_table td.leftm {
        text-align: left;
        font-size: 12px;
    }

    .price_table td.bop {
        font-size: 12px;
    }

    .price_table th {
        font-size: 12px;
        padding: 10px;
    }

    .ul_li {
        margin-bottom: 20px;
        padding-left: 5px;
    }
    .filtert {
        margin-top: 10px;
    }

    .filtert img {
        margin-top: 10px;
        max-width: 770px;
        width: 100%;
    }
    .blister {
        margin-top: 10px;
        padding-left: 5px;
    }


    .colder h4 {
        font-size: 12px;
        color: rgb(33, 71, 88);
        line-height: 1.583;
        font-weight: 600;
        padding-left: 15px;
    }

    .colder ul {
        height: auto;
    }

    .colder {
        margin-top: 20px;
        min-height: auto;
        margin-bottom: 10px;
    }



    .roopo p {
        padding-left: 5px;
    }

    .menu_foot ul li {
        float: inherit;
        padding: 15px 30px 0 0;
        text-align: center;
    }



    .menu_foot ul li {
        float: inherit;
        padding: 15px 0px 0 0;
        text-align: center;
    }
    .menu_foot {
        margin-bottom: 20px;
    }

    .phone {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .emails {
        text-align: center;
    }


    .copy_foot p {
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 1;
        margin-bottom: 0;
        text-align: center;
        margin-top: 30px;
    }

    .copy_foot span {
        font-size: 12px;
        color: rgb(255, 255, 255);
        line-height: 1.6;
        text-align: center;
        display: block;
    }




    .roopo p:nth-child(2) .onert{
        padding-bottom: 28px;
    }

    .roopo p:nth-child(9) .onert{
        padding-bottom: 32px;
    }


    .roopo p:nth-child(9) .onert {
        padding-bottom: 46px;
    }

    .pr02 {
        padding-right: 0;
    }
}

#gallery {
    margin: 50px 0;
}



