@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('../fonts/SourceSansPro-Semibold.eot');
    src: url('../fonts/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold') format('svg'),
        url('../fonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
/*body {
        font-family: 'SourceSansPro-Regular' , Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #042555;
    line-height: 1.2;
    background: #fff;
        letter-spacing: 0.03em;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex: auto;
}*/
header {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
main {
    flex-grow: 1;
    box-sizing: border-box;
}
footer {
    box-sizing: border-box;
}
p {
    margin: 0 0 20px;
    font-size: 1em;
}
a {
    font-size: 1em;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
a:hover {
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
ol {
    font-size: 1em;
    padding:0;
    margin:0;
}
ul {
    font-size: 1em;
    padding:0;
    margin:0;
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6  { 
    color: #000;
    line-height: 1.1;
    padding: 0; 
    margin: 15px 0 15px 0;
    text-align: left;
    letter-spacing: 0.03em;
}
h1 { font-size:3em; }
h2 { font-size:1.8em; font-weight: bold}
h3 { font-size: 1.8em; }
h4 { font-size:1.6em; }
h5 { font-size:1.4em; }
h6 { font-size:1.2em; }
::-webkit-input-placeholder {color:#222;}
::-moz-placeholder          {color:#222;}/* Firefox 19+ */
:-moz-placeholder           {color:#222;}/* Firefox 18- */
:-ms-input-placeholder      {color:#222;}

a:focus {
    outline: none;
}

.interior-block {
    padding:40px 0;
}
.catalog-list__block {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    padding:20px 30px 30px;
    margin:0 0 30px 0;
}
.catalog-list__block .image {
    margin:0 0 20px 0;
}
.catalog-list__block .image img {
    max-width:120px;
}
.catalog-list__block p.price {
    margin:0 0 10px 0;
    font-family: 'SourceSansPro-Bold';
    font-size: 1.4em;
    color: #272727;
    white-space: nowrap;
}
.catalog-list__block p.note {
    margin:0 0 10px 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 1em;
    color: #999999;
}
.catalog-list__block p.availability {
    margin:0 0 10px 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 13px;
    color: #008000;
    position:relative;
    padding:0 0 0 12px;
}
.catalog-list__block p.availability:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 8px;
    border-top: 1px solid #008000;
    border-left: 1px solid #008000;
    transform: rotate(-135deg);
}
.catalog-list__block a.link {
    font-size: 1.5em;
    line-height: 1.2;
    color: #272727;
    font-family: 'SourceSansPro-Bold';
    text-transform:uppercase;
    text-decoration:none;
}
.catalog-list__block a.link:hover {
    color: #D51218;
    text-decoration:none;
}
.catalog-list__block .text {
    margin:0 0 20px 0;
    border-bottom: 1px solid #E5E7E9;
    padding:0 0 15px 0;
}
.catalog-list__block p.description {
    font-size: 1.1em;
    line-height: 1.6;
    color: #000000;
    margin: 3px 0;
}
.catalog-list__block .options {
    display:flex;
}
.catalog-list__block .options .item-block {
    margin:0 15px 0 0
}
.catalog-list__block .options p {
    margin:0 0 10px 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 1em;
    color: #999999;
}
.jq-selectbox {
    width: 90px;
}
.jq-selectbox__select {
    height: 40px;
    padding: 4px 45px 4px 10px;
    border: 1px solid #BDBDBD;
    border-bottom-color: #BDBDBD;
    border-radius: 4px;
    background:#fff;
    box-shadow: none;
    font-size: 1em;
    line-height: 2;
    font-family: 'SourceSansPro-Regular';
    color: #272727;
    text-shadow: none;
}
.jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}
.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #BDBDBD;
}
.jq-selectbox__select:hover {
    background: #fff;
}
.jq-selectbox__trigger {
    border-left: 0px;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999;
    border-right: 0;
    border-left: 1px solid #999;
    transform: rotate(-135deg);
}
.spinner {
    width: 160px;
}
.spinner button {
    padding: 0 7px;
    background: #E5E5E5;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 1.4em;
    color: #272727;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    outline:none;
}
.spinner input {
    outline: none;
    display: inline-block;
    width: 40px;
    box-sizing: border-box;
    color: #272727;
    font-size: 1em;
    padding: 9px 0px 7px;
    text-align: center;
    background-color: transparent;
    border: none;
    -moz-appearance: none;
    border-radius: 20px;
    font-family: 'SourceSansPro-Regular';
    box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
.button-red {
    font-family: 'SourceSansPro-SemiBold';
    width: 170px;
    height: 40px;
    display: inline-block;
    background: #D51218;
    border-radius: 4px;
    line-height: 1em;
    font-size: 1em;
    color: #FFFFFF;
    text-align: center;
    padding: 11px;
    transition:all 400ms ease;
}
.button-red:focus {
    background: #D51218;
    color: #FFFFFF;
    transition:all 400ms ease;
    text-decoration:none;
}
.button-red:hover {
    background: #272727;
    color: #FFFFFF;
    transition:all 400ms ease;
    text-decoration:none;
}
.catalog-list__block .button-red {
    margin: 31px 7px 0;
}
.button-white {
    color:#D51218;
    background:#F2F2F2;
}
.button-white:focus {
    color:#D51218;
    background:#F2F2F2;
}
.button-white:hover {
    color:#fff;
    background:#7f7f7f;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 40px 0 10px;
    border-radius: 0;
    overflow: hidden;
    text-align: right;
    padding: 0 0 10px 0;
}
.pagination > li {
    display: inline-block;
    margin:0 0 0 10px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    padding: 5px;
    line-height: 1.42857143;
    text-decoration: none;
    display:inline-block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    color: #272727
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus , .pagination li a.active {
    z-index: 2;
    color: #D51218;
    background-color: #fff;
    border-color: #D51218;
    background: #FFFFFF;
    border: 1px solid #D51218;
    box-shadow:none;
}
.catalog-card__block {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 5px 5px 0 0;
    padding: 20px;
    margin: 0 0 30px 0;
    position: relative;
    transition: all 400ms ease;
}
.catalog-card__block:hover {
    transition:all 400ms ease;
    position:relative;
    /*box-shadow: 0px 15px 15px rgba(11, 46, 87, 0.25);*/
    z-index:5;
}
.catalog-card__block .image {
    text-align:center;
    margin:0 0 20px 0;
    min-height:171px;
}
.catalog-card__block .image img {
    max-width:100%;
    max-height: 150px;
}
.catalog-card__block p.availability {
    margin: 0 0 15px 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 13px;
    color: #008000;
    position: relative;
    padding: 0 0 0 12px;
}
.catalog-card__block p.availability:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 8px;
    border-top: 1px solid #008000;
    border-left: 1px solid #008000;
    transform: rotate(-135deg);
}
.catalog-card__block a.link {
    font-size: 1.3em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Bold';
    text-transform: uppercase;
    text-decoration: none;
    display:inline-block;
    margin:0 0 10px 0;
    /*text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;*/
}
.catalog-card__block a.link:hover {
    color: #D51218;
    text-decoration: none;
}
.catalog-card__block p.description {
    font-size: 1em;
    line-height: 1.6;
    color: #000000;
    /*margin: 0;
    opacity: 0;
    margin: -30px 0 0 0;*/
    transition:all 400ms ease;
}
/*.catalog-card__block:hover p.description {
    opacity: 1;
    margin:0;
    transition:all 400ms ease;
}*/
.catalog-card__block .text {
    /*position: absolute;*/
    min-height: 225px;
    background: #fff;
    top: 210px;
    left: 0;
    right: 0;
    /*padding: 0 20px 20px;*/
    border-radius: 0 0 5px 5px;
}
.catalog-card__block:hover {
    /*min-height: 500px;    */
}
/*.catalog-card__block:hover .text {
    position: absolute;
    padding: 0 20px 20px;
    box-shadow: 0px 15px 15px rgba(11, 46, 87, 0.25);
}*/
.catalog-card__block p.price {
    margin: 15px 0 5px 0;
    font-family: 'SourceSansPro-Bold';
    font-size: 1.1em;
    color: #272727;
}
.catalog-card__block p.note {
    margin: 0 0 15px 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 1em;
    color: #999999;
}
.catalog-card__block .options {
    display:flex;
    margin:0 -7px 10px;
}
.catalog-card__block .options .item-block {
    margin:0 7px;
}
.catalog-card__block .button-red {
    width: 100%;
    margin: 10px 0 0;
}
.product-block {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    padding:20px;
    margin:0 0 30px 0;
}
.product-block .product-image img {
    max-width:100%;
}
.product-block p {
    font-size: 1em;
    line-height: 1.6;
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    margin:20px 0 0;
}
.product-block .image img {
    max-width: 100%;
    max-height: 220px;
}
.product-block p.availability {
    margin: 0 0 10px 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 13px;
    color: #008000;
    position: relative;
    padding: 0 0 0 12px;
}
.product-block p.availability:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 8px;
    border-top: 1px solid #008000;
    border-left: 1px solid #008000;
    transform: rotate(-135deg);
}
.product-block h1 {
    font-size: 2em;
    line-height: 1.2;
    color: #272727;
    font-family: 'SourceSansPro-Bold';
    text-transform: uppercase;
    text-decoration: none;
    margin:0;
}
.product-block p.note {
    font-size: 1em;
    color: #272727;
    margin: 0 0 5px 0;
    font-family: 'SourceSansPro-Regular';
}
.product-block p.price {
    margin: 0 0 0 0;
    font-family: 'SourceSansPro-Bold';
    font-size: 1.4em;
    color: #272727;
}
.product-actions {
    margin-top: 15px;
}
.product-block .options {
    display: flex;
}
.product-block .item-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}
.product-block .options p {
    margin: 0 0 10px 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 1em;
    color: #999999;
}
.product-block .button-red {
    font-size: 1em;
    line-height: 1em;
    padding: 11px 5px;
    margin: 32px 12px 0 0;
}
.payment-delivery {
    padding:30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    margin:0 0 30px 0;
    display:flex;
}
.payment-delivery h2 {
    font-size: 1.6em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    margin:0 0 10px 0;
}
.payment-block {
    width:50%;
    padding:0 20px 40px 0;
    position:relative;
}
.delivery-block {
    width:50%;
    padding:0 0 40px 20px;
    border-left: 1px solid #BDBDBD;
    position:relative;
}
.delivery-block ul {
    display:block;
}
.delivery-block ul li {
    display:block;
    padding:0 0 0 10px;
    margin:0 0 5px 0;
    font-size: 1em;
    line-height: 1.6;
    font-family: 'SourceSansPro-Regular';
    color: #999999;
    position:relative;
}
.delivery-block ul li:before {
    position: absolute;
    content:'';
    width: 5px;
    height: 5px;
    left: 0;
    top: 9px;
    border-radius:50%;
    background: #C4C4C4;
}
.payment-delivery a.link {
    font-size: 1.1em;
    line-height: 1.6;
    text-decoration-line: underline;
    font-family: 'SourceSansPro-Regular';
    color: #D51218;
    position:absolute;
    bottom:0;
    right:0;
}
.payment-delivery .payment-block a.link {
    right:20px;
}
.payment-delivery a.link:hover {
    text-decoration-line: none;
    color: #D51218;
}
.product-block__characteristics {
    padding:30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    margin:0 0 30px 0;
    min-height:266px;
}
.product-block__characteristics ul {
    display:block;
}
.product-block__characteristics ul li {
    display:block;
    padding:0 0 0 10px;
    margin:0 0 7px 0;
    font-size: 1em;
    line-height: 1.6;
    font-family: 'SourceSansPro-Regular';
    color: #272727;
    position:relative;
}
.product-block__characteristics ul li:before {
    position: absolute;
    content:'';
    width: 5px;
    height: 5px;
    left: 0;
    top: 10px;
    border-radius:50%;
    background: #171717;
}
.product-block__items {
    padding:30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    margin:0 0 30px 0;
}
.product-block__items  h2 {
    font-size: 1.8em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Bold';
    text-transform: uppercase;
    text-decoration: none;
    margin:0 0 15px 0;
}
.product-block__items p {
    font-family: 'SourceSansPro-Regular';
    font-size: 1em;
    line-height: 1.6;
    color: #272727;
    margin:0 0 20px 0;
}
.product-block__items p.note {
    color: #999999;
    font-family: 'SourceSansPro-Regular';
    font-size: 1em;
    margin:0 0 20px 0;
    line-height: 1.6;
}
.product-block__items p.note strong {
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    font-weight:normal;
    display:inline-block;
    margin:0 0 0 10px;
}
.product-block__items h3 {
    font-size: 1.6em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    margin: 37px 0 5px 0;
}
.product-block__items a.link {
    font-size: 1em;
    line-height: 1.4;
    text-decoration-line: underline;
    font-family: 'SourceSansPro-Regular';
    color: #D51218;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 30px 0 0;
}
.product-block__items a.link:hover {
    text-decoration-line: none;
    color: #D51218;
}
.product-block__items a.link .far {
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.product-block__characteristics h2 {
    font-size: 1.6em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    margin: 0 0 10px 0;
}
.product-block__characteristics p {
    font-family: 'SourceSansPro-Regular';
    font-size: 1em;
    line-height: 1.6;
    color: #272727;
    margin:0;
}
.product-other {
    margin:40px -15px;
}
.slick-slide:not(.catalog-card__block) img {
    display: block;
    width: auto;
    float: none;
    margin:auto;
    max-width:100%;
}
.product-other .catalog-card__block a.link {
    margin: 0;
    height: 50px;
}
.product-other .catalog-card__block {
    margin:0 15px 30px;
}
.product-other h2 {
    font-size: 2em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Bold';
    text-decoration: none;
    margin: 0 0 30px 20px;
}
.slick-dots {
    bottom: -10px;
}
.slick-dots li button:before {
    opacity: 1;
    color: #fff;
    font-size: 10px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #D51218;
}
.slick-prev {
    left: auto;
    right: 65px;
    top: -40px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 1px solid #fff;
    transition:all 400ms ease;
}
.slick-prev:before {
    content: '';
    position: absolute;
    opacity: 1 !important;
    color: transparent !important;
    top: 11px;
    left: 12px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #272727;
    border-right: 2px solid #272727;
    transform: rotate(-135deg);
    transition:all 400ms ease;
}
.slick-next {
    left: auto;
    right: 15px;
    top: -40px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    transition:all 400ms ease;
    border: 1px solid #fff;
}
.slick-next:before {
    content: '';
    position: absolute;
    opacity: 1 !important;
    color: transparent !important;
    top: 11px;
    left: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #272727;
    border-right: 2px solid #272727;
    transform: rotate(45deg);
    transition:all 400ms ease;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: #fff;
    border: 1px solid #D51218;
    transition:all 400ms ease;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
    transition:all 400ms ease;
    border-color: #D51218;
}
.form-block {
    max-width: 554px;
    background: rgba(0,0,0,0.03);
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    padding:40px 0;
    margin:auto;
}
.form-block__content {
    max-width:320px;
    margin:auto;
}
.form-block h1 {
    font-size: 2.6em;
    line-height: 1.4;
    font-family: 'SourceSansPro-Regular';
    text-align: center;
    margin:0 0 30px 0;
    color: #272727;
}
.form-block label {
    display:block;
    font-size: 1em;
    line-height: 1.6;
    color: #999999;
    font-family: 'SourceSansPro-Regular';
    text-align: center;
    font-weight:normal;
    margin:0 0 8px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 1em;
    line-height: 1.6;
    color: #272727;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #272727;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group {
    margin-bottom: 25px;
}
.chekbox {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.chekbox p {
    margin: 0;
    text-align:left;
}
.chekbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.chekbox input[type="checkbox"] + label {
    padding: 5px 0px 5px 30px;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    font-family: 'SourceSansPro-Regular';
    color: #272727;
    position: relative;
    text-align:left;
    line-height: 1.4;
}
.chekbox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #272727;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 5;
}
.chekbox input[type="checkbox"]:checked + label:after {
    z-index: 10;
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    width: 5px;
    height: 9px;
    border-top: 1px solid #D51218;
    border-left: 1px solid #D51218;
    transform: rotate(225deg);
    transition: all 400ms ease;
}
.chekbox p a {
    text-decoration-line: underline;
    color: #D51218;
}
.chekbox p a:hover {
    text-decoration-line: none;
    color: #D51218;
}
.form-block .button-red {
    width: 100%;
    margin: 20px 0 0;
    border: none;
}
.forgot-pass {
    margin:25px 0 0;
    text-align:center;
}
.forgot-pass a.link {
    font-size: 1em;
    line-height: 1.6;
    text-decoration-line: underline;
    font-family: 'SourceSansPro-Regular';
    color: #D51218;
}
.forgot-pass a.link:hover {
    text-decoration-line: none;
    color: #D51218;
}
.form-block h1 {
    max-width:320px;
    margin:0 auto 30px;
}
.form-block p.note {
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    color: #272727;
    max-width:450px;
    margin:0 auto 20px;
}
.lk-info {
    background: rgba(0,0,0,.03);
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    margin:0 0 30px 0;
    padding:20px 15px;
}
.lk-info p {
    font-size: 1.3em;
    line-height: 1.6;
    font-family: 'SourceSansPro-Regular';
    color: #272727;
    margin:0 0 15px 0;
}
ul.lk-menu {
    display:block;
    margin:0 0 20px 0;
}
ul.lk-menu li {
    display:block;
    margin:0 0 15px 0;
}
ul.lk-menu li a {
    font-size: 1.1em;
    line-height: 1.6;
    text-decoration-line: underline;
    color: #272727;
    position:relative;
}
ul.lk-menu li a:hover , ul.lk-menu li a.selected {
    text-decoration-line: underline;
    color: #D51218;
}
.lk-info .button-red {
    width:100%;
}
ul.lk-menu li a sup {
    font-size: 11px;
    font-family: 'SourceSansPro-SemiBold';
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    background: #D51218;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -7px;
    right: -14px;
    line-height: 18px;
}
.lk-date {
    background: rgba(0,0,0,.03);
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    padding:20px 30px;
}
.lk-date h2 {
    font-size: 1.8em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    margin: 0 0 20px 0;
}
.lk-date a.link {
    font-size: 1.1em;
    line-height: 1.4;
    text-decoration-line: underline;
    font-family: 'SourceSansPro-Regular';
    color: #D51218;
    float: right;
    margin: 5px 0 0 0;
    display: inline-block;
}
.lk-date a.link:hover {
    text-decoration-line: none;
    color: #D51218;
}
.lk-date a.link .fas {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: baseline;
}
.lk-date p {
    font-family: 'SourceSansPro-Regular';
    font-size: 1.1em;
    line-height: 1.6;
    color: #272727;
    margin: 0 0 14px 0;
    display: flex;
}
.lk-date p strong {
    color: #999999;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    display: block;
    width: 130px;
}
.lk-date__edit {
    max-width:640px;
}
.lk-date__edit  label {
    display: block;
    font-size: 1em;
    line-height: 1.6;
    color: #999999;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    margin: 0 0 8px 0;
}
.lk-date__edit h3 {
    font-size: 1.2em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    margin: 0 0 15px 0;
}
.lk-date .chekbox {
    max-width: 320px;
}
.lk-date .button-red {
    width: 220px;
    margin: 0 15px 15px 0;
    outline: none;
    border: none;
}
.lk-date ul.lk-menu li {
    display:inline-block;
    vertical-align:bottom;
    margin:0 40px 0 0;
}
.lk-date ul.lk-menu li a {
    font-size: 1.2em;
}
.lk-date__table table {
    width:100%;
}
.lk-date__table table tr {
    border-bottom: 1px solid #E5E7E9;
}
.lk-date__table table td {
    padding:20px 10px;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'SourceSansPro-Regular';
    color: #272727;
    vertical-align:top;
}
.lk-date__table table tr:first-child td {
    padding:10px;
    color: #272727;
    font-family: 'SourceSansPro-SemiBold';
}
.lk-date__table .button-red {
    width: 140px;
    margin: 0 0 15px 0;
}
.lk-date__table table td:nth-of-type(1) {
    width: 16%;
}
.lk-date__table table td:nth-of-type(2) {
    width: 23%;
}
.lk-date__table table td:nth-of-type(3) {
    width: 16%;
}
.lk-date__table table a.order {
    font-style:italic;
    text-decoration-line: underline;
    color: #D51218;
}
.lk-date__table table a.order:hover {
    text-decoration-line: none;
    color: #D51218;
}
.lk-date__table table a.name {
    color: #272727;
    font-family: 'SourceSansPro-Bold';
    text-transform:uppercase;
    text-decoration:none;
    display:block;
    margin:0 0 15px 0;
}
.lk-date__table table a.name:hover {
    text-decoration-line: none;
    color: #D51218;
}
.lk-date__table table p.price {
    color: #272727;
    font-family: 'SourceSansPro-Bold';
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.lk-date__table table p.in-work {
    color: #DC621D;
    margin: 0;
    line-height: 1.2;
}
.lk-date__table table p.paid {
    color: #008000;
    margin: 0;
    line-height: 1.2;
}
.lk-date__table table p.cancel {
    color: #999;
    margin: 0;
    line-height: 1.2;
}
.basket-table table {
    width:100%;
}
.basket-table table td {
    font-size: 1em;
    line-height: 1.6;
    font-family: 'SourceSansPro-SemiBold';
    color: #272727;
    padding:20px 10px;
    vertical-align:middle;
}
.basket-table table tr:first-child td {
    padding:10px;
}
.basket-table__block {
    display:flex;
}
.basket-table__block .image {
    margin:0 15px 0 0;
}
.basket-table__block .image img {
    max-width:80px;
}
.basket-table__block a.name-link {
    text-decoration-line: underline;
    text-transform:uppercase;
    color: #D51218;
}
.basket-table__block a.name-link:hover {
    text-decoration-line: none;
    color: #D51218;
}
.basket-table__block p {
    color: #6C6A6A;
    margin: 7px 0 3px;
}
.radiobox-volime {
    width: 100%;
    margin: 0;
    overflow: hidden;
    display:flex;
}
.radiobox-volime p {
    margin: 0 5px 0 0;
}
.radiobox-volime input[type="radio"] {
    display: none;
    padding: 0;
}
.radiobox-volime input[type="radio"] + label {
    cursor: pointer;
    padding: 3px 5px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'SourceSansPro-Regular';
    color: #272727;
    position: relative;
    border:1px solid transparent;
    border-radius:4px;
}
.radiobox-volime [type="radio"]:checked + label {
    color: #D51218;
    border:1px solid #D51218;
}
.basket-table table a.delete {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    text-align: center;
    padding: 3px 0 0 0;
}
.basket-table table a.delete:hover {
    background:#E5E5E5;
    text-decoration:none;
}
.basket-total__info {
    margin:20px 0 0;
    text-align:right;
}
.basket-total__info p {
    font-size: 1em;
    line-height: 1.6;
    font-family: 'SourceSansPro-SemiBold';
    color: #272727;
    text-align:right;
    margin:0 0 5px 0;
    display:block;
}
.basket-total__info p.summ {
    font-size: 1.2em;
    line-height: 1.6;
    font-family: 'SourceSansPro-SemiBold';
    color: #272727;
    margin:0 0 10px 0;
}
.basket-total__info .button-red {
    width: 220px;
    margin: 0 0 10px 0;
}
.basket-total__button {
    margin: 78px 0 0 0;
}
.registration-order {
    background: rgba(0,0,0,.03);
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    padding:20px 30px;
    margin:0 0 30px 0;
}
.registration-order .block-item {
    margin:0 0 20px 0;
}
.registration-order h2 {
    font-size: 1.8em;
    line-height: 1.4;
    color: #272727;
    font-family: 'SourceSansPro-Regular';
    margin: 0 0 15px 0;
}
.radiobox {
    width: 100%;
    overflow: hidden;
}
.radiobox p {
    margin: 0;
}
.radiobox input[type="radio"], .radiobox input[type="checkbox"] {
    display: none;
    padding: 0;
}
.radiobox input[type="radio"] + label, .radiobox input[type="checkbox"] + label {
    cursor: pointer;
    padding: 2px 0px 2px 25px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-family: 'SourceSansPro-Regular';
    color: #272727;
    position: relative;
}
.radiobox input[type="radio"] + label:before, .radiobox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #E5E5E5;
    z-index: 5;
    border-radius: 50%;
}
.radiobox input[type="radio"]:checked + label:before, .radiobox input[type="checkbox"]:checked + label:before {
    background: #272727;
    border: 4px solid #E5E5E5;
    z-index: 20;
}
.registration-order label {
    display: block;
    font-size: 1em;
    line-height: 1.6;
    color: #999999;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    margin: 0 0 8px 0;
}
.registration-order .form-control {
    max-width:300px;
}
.registration-order .chekbox {
    max-width: 320px;
    margin:0 0 10px 0;
}
.registration-order .form-group {
    margin-bottom: 20px;
}
.registration-order .button-red {
    width: 220px;
}
.registration-info {
    background: rgba(0,0,0,.03);
    box-shadow: 0px 2px 2px rgba(11, 46, 87, 0.15);
    border-radius: 4px;
    padding:20px 15px;
}
.registration-info p {
    font-size: 1.1em;
    line-height: 1.6;
    font-family: 'SourceSansPro-Regular';
    margin:0 0 10px 0;
    color: #272727;
}
.registration-info p.caption {
    font-size: 1.2em;
    font-family: 'SourceSansPro-Bold';
    margin:0 0 20px 0;
}
.registration-info p.total {
    font-family: 'SourceSansPro-SemiBold';
}
.registration-info p.summ {
    font-family: 'SourceSansPro-SemiBold';
    font-size: 1.2em;
}

.clear_section > div:nth-of-type(3n+1) {
    clear: left;
}

@media only screen and (max-width: 1199px) {
    .clear_section > div:nth-of-type(3n+1) {
        clear: none;
    }
    .clear_section > div:nth-of-type(2n+1) {
        clear: left;
    }
    .catalog-list__block .options {
        display: block;
    }
    .catalog-list__block .options .item-block {
        display: inline-block;
        vertical-align: middle;
    }
    .catalog-list__block .button-red {
        margin: 20px 15px 0 0;
    }
    .catalog-list__block {
        padding: 20px 30px;
    }
    .catalog-list__block .text {
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
    }
    .product-block .image img {
        max-height: 177px;
    }
    .product-block p.note {
        margin: 10px 0 5px 0;
    }
    .product-block .options {
        display: block;
    }
    .product-block .button-red {
        margin: 15px 12px 0 0;
    }
    .payment-block img {
        max-width:100%;
    }
    .product-block__characteristics {
        min-height: 288px;
    }
    .product-block__content .product-block__characteristics {
        min-height: auto;
    }
    .lk-date ul.lk-menu li {
        margin: 0 30px 0 0;
    }
    .lk-date__table {
        overflow: auto;
    }
    .lk-date__table table {
        width: 100%;
        min-width: 800px;
    }
}

@media only screen and (max-width:991px) {
    .catalog-list__block p.description {
        line-height: 1.4;
    }
    .catalog-card__block .text {
        position: initial;
    }
    /*.catalog-card__block {
        padding: 15px 0 0;
        min-height: auto;
    }
    .catalog-card__block p.description {
        margin: 0;
        opacity: 1;
    }*/
    .catalog-card__block:hover .text {
        position: initial;
        box-shadow:none;
    }
    .product-other .catalog-card__block {
        padding: 15px;
    }
    .product-block .image img {
        max-height: 245px;
    }
    .product-block .button-red {
        margin: 32px 12px 0 0;
    }
    .product-block__characteristics {
        min-height: auto;
    }
    .lk-date p {
        display: block;
    }
    .lk-date p strong {
        width: auto;
    }
    .lk-date .button-red {
        width: auto;
    }
    .lk-date__table .button-red {
        width: 140px;
        text-decoration: none;
        margin: 0 0 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rotate {
        transform: rotate(180deg);
    }
    .catalog-list__block {
        padding: 20px 15px;
    }
    .catalog-list__block a.link {
        font-size: 2em;
    }
    .catalog-list__block a.link br {
        display:none;
    }
    .pagination {
        text-align: center;
    }
    .pagination > li {
        margin: 0 5px;
    }
    .product-block p {
        margin: 10px 0;
    }
    .product-block .image img {
        max-height: 250px;
    }
    .product-block h1 {
        font-size: 2em;
    }
    .product-block .button-red {
        margin: 10px 10px 0 0;
    }
    .payment-delivery {
        display: block;
        padding: 15px;
    }
    .payment-block {
        width: 100%;
        padding:0;
    }
    .delivery-block {
        width: 100%;
        padding: 10px 0 30px 0;
        border-left: 0;
    }
    .payment-delivery a.link {
        position: initial;
    }
    .delivery-block {
        width: 100%;
        padding: 10px 0 0;
        border-left: 0;
    }
    .product-block__characteristics {
        padding: 20px 15px 10px;
    }
    .product-block__items {
        padding: 15px;
    }
    .product-block__items h3 {
        margin: 20px 0 5px 0;
    }
    .product-other h2 {
        margin: 0 0 40px 20px;
    }
    .slick-prev {
        right: 65px;
        top: -20px;
    }
    .slick-next {
        right: 15px;
        top: -20px;
    }
    .form-block__content {
        padding: 0 15px;
    }
    .form-block h1 {
        font-size: 2em;
        margin: 0 0 20px 0;
    }
    .form-block h1 {
        margin: 0 auto 20px;
    }
    .form-block p.note {
        max-width: 380px;
    }
    .lk-date {
        padding: 15px;
    }
    .lk-date a.link {
        float: none;
        margin: 0 0 20px 0;
    }
    .lk-date ul.lk-menu li {
        margin: 0 20px 5px 0;
    }
    .basket-table {
        overflow: auto;
    }
    .basket-table table {
        min-width: 670px;
    }
    .basket-total__button {
        margin: 20px 0 0 0;
        text-align: center;
    }
    .basket-total__info {
        margin: 0;
        text-align: center;
    }
    .basket-total__info p {
        text-align: center;
    }
    .registration-order {
        padding: 15px;
    }
}
.seminar-info ul {
    list-style-position: inside;
}