/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* styles */
html, body { height: 100% }

body { 
    min-width: 1250px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust:none;
}

#main { 
    position: relative; 
    min-height: 100%; 
}

.wrapper { 
    width: 1250px;
    margin: 0 auto; 
    position: relative;
}

.wrapper1 { 
    width: 950px; 
    margin: 0 auto; 
    position: relative;
}

#wrap {padding: 0 0 87px 0;}

.header__menu-box {background: #f4f6f5; text-align: center; font-size: 14px;}

    .header__menu, .header__opt {display: inline-block; vertical-align: middle;}
        .header__menu li {display: inline-block;}
            .header__menu a {display: block; padding: 0 15px; line-height: 55px; color: #696969; text-decoration: none;}
             .header__menu a:hover,  .header__menu .active {background: url(../images/header-menu-bg.png) 50% 50% #99be28; color: #fff;}

    .header__opt {background: url(../images/piluli-1.png) no-repeat; line-height: 24px; background-size: 24px 24px; padding: 0 0 0 35px; color: #606060; margin: 0 0 0 25px;}

header {padding: 24px 55px 50px 103px; font-size: 14px;}
    .header__logo {float: left; margin: 5px 80px 0 0;}

    .header__phone {float: left; font-size: 13px; color: #696969; margin: 5px 0 0 0;}
        .header__phone p {line-height: 150%}
        .header__phone span {font-size: 16px; font-weight: 600; color: #f29225; display: block; padding: 5px 0;}
        .header__phone span a {color: #f29225; text-decoration: none;}
        .header__phone p a {color: #78951f;}

    .header__basket {float: right; background: url(../images/header-basket-bg.png) no-repeat 20px 50% #fe9927; color: #fff; width: 275px; box-sizing: border-box; padding: 18px 18px 18px 68px; border-radius: 5px; }
        .header__basket a {color: #fff;}
        .header__basket p {line-height: 130%; padding: 0 0 7px 0;}
        .header__basket span {font-weight: normal;}

.container {}
    .container h1 {text-align: center; font-size: 18px; font-weight: bold; padding: 0 0 25px 0;}
    .header__search {
        background: #a8be22; border-radius: 5px; overflow: hidden; margin: 0 0 20px 0;
    }
    .header__search input[type="text"] {
        padding: 0px 0 0 74px;
        display: block;
        width: 582px;
        height: 55px;
        border: 0;
        background: url(../images/search-bg.png) no-repeat 20px 50%;
        box-sizing: border-box;
        float: left;
        color: #fff;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }
    .header__search input[type="text"]::-webkit-input-placeholder {color: #fff;}
    .header__search button {display: block; height: 55px; border: 0; float: right; width: 252px; background: #1faadb; color: #fff; font-weight: 600; font-family: 'Open Sans', sans-serif; font-size: 16px; text-transform: uppercase; cursor: pointer;}
    .container table {width: 100%; font-size: 14px; margin: 0 0 22px 0;}
    .container tr:first-child {background: #696969 !important; color: #fff !important; border-radius: 5px;}
    .container tr {background: #f4f6f5;}
    .container tr {border-bottom: 5px solid #fff;}
    .container th, .container td {padding: 22px 15px; text-align: left;}
    .container th {vertical-align: middle; height: 58px; padding: 0 15px;}
    .container th span {line-height: 130%;}
    .container td {line-height: 130%; vertical-align: middle;}
    .container td img{max-width: 80px;}
    .container td a {color: #fe9927; font-weight: normal;}
    .container tr.current-tr {background: #1faadb; color: #fff;}
    .container tr.current-tr a, .container tr.current-tr .td__summ {color: #fff;}
    .container td input[type="text"] {display: block; width: 100px; height: 25px; border: 1px solid #939393; border-radius: 5px; box-sizing: border-box; padding: 0 9px; font-size: 14px; color: #696969; font-family: 'Open Sans', sans-serif; font-size: 14px;}
    .span__drop {display: inline-block; padding: 0 25px 0 0; background: url(../images/span__drop.png) no-repeat 100% 50%; cursor: pointer;}
    .span__desc {display: inline-block; padding: 0 25px 0 0; background: url(../images/span__desc.png) no-repeat 100% 50%; cursor: pointer;}
    #catalog-table-form .current {background: url(../images/span__drop__current.png) no-repeat 100% 50%; font-weight: bold;}
    .title__name {text-align: center; font-size: 18px; font-weight: bold; padding: 0 0 40px 0; display: block;}
    .td__summ {display: block; padding: 9px 9px 0 9px; font-weight: 600; font-size: 16px; color: #fe9927; font-weight: normal;}

    .table__th1 {width: 130px;}
    .table__th2 {width: 110px;}
    .table__th3 {width: 120px;}
    .table__th4 {width: 120px;}
    .table__th5 {width: 150px;}
    .table__th6 {width: 300px;}
    .table__th7 {width: 110px;}

    .table__th8 {width: 70px;}
    .table__th9 {width: 60px;}
    .table__th10 {width: 250px;}
    .table__th11 {width: 165px; word-break: break-all}
    .table__th12 {width: 160px;}
    .table__th13 {width: 115px; font-weight: bold;}
    .container td.table__th14 {width: 190px; text-align: center;}
    .container td.table__th14 input{width: 100%; height: 40px; font-size: 20px; text-align: center;}
    .table__th15 {width: 80px;}
    .container td.table__th16 {width: 75px; text-align: center;}
    .container td.table__th17 {text-align: center;}

    .header__title-btn {margin: 0 0 25px 0;}
        .back__btn {background: url(../images/back-bg.png) no-repeat 11px 50% #fe9927; border-radius: 5px; text-decoration: none; line-height: 46px; padding: 0 22px 0 35px; color: #fff; display: inline-block; float: left;}

    .catalog__opt-box {background: #f4f6f5; border-radius: 5px; padding: 30px;}
        .catalog__opt-box .image {float: left; margin: 0 30px 0 0;}
        .catalog__opt-over {overflow: hidden; padding: 0 180px 0 0;}
            .catalog__opt-over h2 {font-size: 24px; font-weight: 600; padding: 0 0 5px 0;}
            .catalog__opt-over h3 {font-size: 18px; font-weight: 600; padding: 0 0 5px 0;}
            .catalog__opt-over p {line-height: 130%; padding: 0 0 15px 0;}
            .catalog__name {display: block; padding: 0 0 30px 0; font-size: 14px;}

    .inst__opt-box {padding: 8px 0 0 0;}
        .inst__opt-box h2 {font-weight: 600; font-size: 18px; padding: 0 0 7px 0;}
        .inst__opt-box p {line-height: 130%; padding: 0 0 12px 0;}
        .inst__opt-box img {display: block; margin: 0 0 30px 0;}

    .pagination__box {}
        .pagination__box a, .pagination__box span {display: inline-block;vertical-align: top; width: 52px; height: 52px; border-radius: 3px; background: #f4f6f5; line-height: 52px; text-align: center; color: #696969; font-size: 18px; text-decoration: none;}
        .pagination__box a:hover, .pagination__box .current {background: #99be28; color: #fff;}
        .prev__page {background: url(../images/prev-next.png) no-repeat 50% 50% #f4f6f5 !important;}
        .next__page {background: url(../images/prev-next.png) no-repeat 50% 50% #f4f6f5 !important; -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

    .btn__block {float: left; display: inline-block; vertical-align: top; padding: 0 42px; line-height: 46px; border-radius: 5px; color: #696969; font-size: 14px; background: #f4f6f5; text-decoration: none; margin: 0 20px 0 0;}
    .btn__red {background: #fe9927; color: #fff;}
    .btn.orange{
        background: #fe9927;
        border-radius: 5px;
        display: block;
        float: left;
        height: 55px;
        margin: 0 10px 0 0px;
        padding: 0 30px;
        color: #fff;
        text-decoration: none;
        line-height: 55px;
    }

    .full__summ {float: right;padding: 0 30px 0 0; font-weight: normal;}
        .full__summ li {padding: 0 0 8px 0;}
        .full__summ ul {padding: 0 0 8px 0;}
        .full__summ p {font-size: 18px;}
        .full__summ p span {font-weight: 600; color: #fe9927;}

    .catalog__filter {padding: 0 0 20px 0;}
        .pag__right {padding: 0; margin: 0 0 0 10px; float: right;}
        .pag__left {padding: 0; margin: 0 15px 0 0; float: left;}
        .pagination.prime{display: inline-block;}
        .catalog__filter-box {overflow: hidden; padding: 0 24px 0 16px; background: #f4f6f5; border-radius: 5px; height: 52px; line-height: 52px; font-size: 14px;}
        .catalog__filter-box span, .view__filter a {display: inline-block;vertical-align: middle;}
        .search__filter {float: left;}
        .search__filter span { padding: 0 12px 0 0;}
        .search__filter input[type="checkbox"] {position: absolute;left: -9999px;}
        .search__filter input[type="checkbox"] + label {background: url(../images/checkbox.png) 0 15px no-repeat;margin: 0 13px 0 0; display: inline-block; vertical-align: middle; padding: 0 0 0 30px;}
        .search__filter input[type="checkbox"]:checked + label {background-position: 0 -65px;}
        .view__filter {float: right;}
        .view__filter a {margin: 0 0 0 10px; color: #696969;}
        .view__filter .active {color: #fe9927; font-weight: normal; text-decoration: none;}

    .header__log {padding: 40px 0 115px 0;}
        .header__log .header__logo {margin: 0 60px 0 0;}
        .phone__log {float: left; font-size: 20px; margin: 30px 0 0 0; color: #fe9927; font-weight: 600;}
        .phone__log a {color: #fe9927; text-decoration: none;}
        .address__log {float: right; font-size: 14px; margin: 17px 0 0 0;}
        .address__log p {line-height: 150%;}
        .address__log a {color: #fe9927; font-weight: normal;}

        .log__form {width: 315px; border-radius: 5px; background: #f4f6f5; padding: 30px; margin: 0 auto; box-sizing: border-box;}
            .log__form h2 {font-size: 600; font-size: 18px; padding: 0 0 20px 0; font-weight: 600;}
            .log__form input[type="text"], .log__form input[type="password"]{display: block; box-sizing: border-box; font-family: 'Open Sans', sans-serif; height: 45px; border-radius: 5px; padding: 0 13px; border: 1px solid #696969; color: #696969; width: 100%; margin: 0 0 6px 0; background: none; font-size: 16px;}
            .log__form input[type="text"]::-webkit-input-placeholder, .log__form input[type="password"]::-webkit-input-placeholder {color: #696969;}
            .log__form input[type="checkbox"] {position: absolute;left: -9999px;}
            .log__form input[type="checkbox"] + label {background: url(../images/checkbox.png) 0 5px no-repeat;margin: 10px 0px 13px 0; line-height: 130%; font-size: 15px; display: block; vertical-align: middle; padding: 0 0 0 30px;}
            .log__form input[type="checkbox"]:checked + label {background-position: 0 -75px;}
			.log__form input[type="submit"] {display: block; border-radius: 5px; color: #fff; font-size: 16px; height: 46px; border-radius: 5px; border: 0; background: #1faadb; cursor: pointer; width: 100%; font-family: 'Open Sans', sans-serif; font-weight: 600;}
			.log__form .recover{
				font-size: 15px;
				color: #1faadb;
				text-decoration: none;
				text-align: center;
				margin: 10px 0 0;
				display: block;
			}


        .recovery__form {width: 315px; border-radius: 5px; background: #f4f6f5; padding: 30px; margin: 0 auto; box-sizing: border-box;}

            .recovery__form h2 {font-size: 600; font-size: 18px; padding: 0 0 20px 0; font-weight: 600;}
			.recovery__form label{
				margin: 0 0 10px;
				display: block;
			}
			.recovery__form input{
				margin: 0 0 20px;
			}
            .recovery__form input[type="text"], .log__form input[type="password"]{
				display: block; 
				box-sizing: border-box; 
				font-family: 'Open Sans', sans-serif; 
				height: 45px; border-radius: 5px; 
				padding: 0 13px; 
				border: 1px solid #696969; 
				color: #696969; 
				width: 100%; 
				/*margin: 0 0 6px 0; */
				background: none; 
				font-size: 16px;
			}
            .recovery__form input[type="text"]::-webkit-input-placeholder, .log__form input[type="password"]::-webkit-input-placeholder {color: #696969;}
            .recovery__form input[type="checkbox"] {position: absolute;left: -9999px;}
            .recovery__form input[type="checkbox"] + label {background: url(../images/checkbox.png) 0 5px no-repeat;margin: 10px 0px 13px 0; line-height: 130%; font-size: 15px; display: block; vertical-align: middle; padding: 0 0 0 30px;}
            .recovery__form input[type="checkbox"]:checked + label {background-position: 0 -75px;}
            .recovery__form input[type="submit"] {display: block; border-radius: 5px; color: #fff; font-size: 16px; height: 46px; border-radius: 5px; border: 0; background: #1faadb; cursor: pointer; width: 100%; font-family: 'Open Sans', sans-serif; font-weight: 600;}
 			.recovery__form .alert.alert-error{
				 padding: 20px 10px;
			 }


.secure-page__h2{
	text-align: center;
	font-size: 20px;
	margin: 20px 0 10px;
}

.secure-form{
	margin: auto;
	width: 400px;
	padding: 20px;
    background: #f3f6f5;
    box-sizing: border-box;
}

.secure-form__email-label{
	margin: 20px 0 5px;
	display: block;
}

.secure-form__email-input {
    padding: 12px 10px;
    border: 1px solid #696969;
    background-color: transparent;
    color: #696969;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin: 0 0 14px;
	box-sizing: border-box;

}

.secure-form__submit{
	background: #78951f;
	border: none;
	box-sizing: border-box;
    padding: 18px;
    border-radius: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}





.alert.alert-error{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #c02942;
    color: white;
    text-align: center;
}

.alert.alert-info{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: mediumseagreen;
    color: white;
    text-align: center;
}

/* footer */
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 28px 0;
    text-align: center;
    font-size: 14px;
}

footer span {display: inline-block; padding: 0 27px; }
footer a {color: #696969;}

*:focus {outline: none;}

@media only screen and (min-width: 270px) and (max-width: 650px) {
    #main {min-height: 1900px;}
}