/* 1. RESET BROWSER's DEFAULTS ****************************************************************************************************/

* {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-family: Arial;
}

/* 2. COMMON STYLES ****************************************************************************************************/

h1, h2, h3, h4, h5, .alt_header1, .alt_header2, .alt_header3, .alt_header4, .alt_header5 {
    padding: 0px 0px 8px 0px;
}

body h1 {
    font-size: 30px;
    letter-spacing: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

body {
    background-color:#ffffff;
    margin: 0px;
    padding: 0px;
}

a, .eshop-item-small__one-click {
    color:#08C;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    border: 0px;
    color: #d9d9d9;
    background: #d9d9d9;
    margin: 18px 0;
}

blockquote {
    padding: 5px;
    margin: 5px;
}

input, select, textarea {
    margin: 0;
    border: 1px solid #ccc;
    padding: 2px 4px;
    margin: 2px 4px;
}

textarea.inp-h {
    display: none;
}

.eshop-item-small__img {
    margin-bottom: 20px;
}

.eshop-item-small__forum {
    padding-top: 4px;
}


.btn,
.eshop-item-small__cart-text{

    position:relative;
    padding:5px 12px;
    background:#ffffff;
    background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
    background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    font-size:12px;
    line-height:1.2em;
    height:auto;
    width:auto;
    cursor:pointer;
    border-radius:5px;
    border: 1px solid #ccc;
    white-space: nowrap;
}

button:hover,
.btn:hover,
.eshop-item-small__cart-text:hover{
    background:#ffffff;
    background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
    background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    text-decoration:inherit;
}

small {
    font-size: 13px;
}

table.tbl {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.tbl td {
    border: 0;
    font-size: .95em;
    padding: 5px;
}
table.tbl TH {
    background-color: #F3F7ED;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.price TH {
    background-color: #F3F7ED;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price td {
    border: 1px #F3F7ED solid;
    font-size: .95em;
    padding: 5px;
}

table.spec {
    border: 1px #417b98 solid;
}
table.spec TH {
    background-color: #417b98;
    padding: 5px;
}
table.spec td {
    border: 0;
}
table.right_block {
    border: 0;
}
table.right_block td {
    border: 0;
    padding: 10px;
}

table.bottom_menu {
    height: 29px;
    margin: 0 10px 0 0;
}
table.bottom_menu td {
    text-align: left;
}

tr.sel {
    background: #F0F0F0;
}

.wd1 {
    width: 70px !important;
}
.wd2 {
    width: 165px !important;
}
.wd3 {
    width: 150px !important;
}
.wd4 {
    width: 200px !important;
}
.wd5 {
    width: 250px !important;
}
.wd6 {
    width: 500px !important;
}
.wd7 {
    width: 100% !important;
}
.wd-full {
    width: 100%;
}
.sz1 {
    font-size: .5em !important;
}
.sz2 {
    font-size: .6em !important;
}
.sz3 {
    font-size: .7em !important;
}
.sz4 {
    font-size: .9em !important;
}
.sz5 {
    font-size: 1em !important;
}
.sz6 {
    font-size: 1.2em !important;
}
.sz7 {
    font-size: 1.3em !important;
}
.sz8 {
    font-size: 1.5em !important;
}
.sz9 {
    font-size: 2em !important;
}

/* 3. MODULES ****************************************************************************************************/

/* MODULE: Start search page
 * @tpl search.tpl
 */

.search-page__help {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 10px;
    font-size:11px;
}

.search-page__title {font-weight: bold;}
.search-page__info li {padding: 5px 0;}

/* MODULE: End search page
 * @tpl search.tpl
 */

/* MODULE: Start maps page
 * @tpl sm_imaged_tree.tpl
 */

.sm_imaged_tree td {
    padding-bottom: 4px;
}

.sm_imaged_item_normal_2 {
    padding-left: 16px;
}

.sm_imaged_item_normal_3 {
    padding-left: 32px;
}

.sm_imaged_item_normal_4 {
    padding-left: 48px;
}

/* MODULE: End maps page
 * @tpl sm_imaged_tree.tpl
 */

/* MODULE: Start hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

img[hspace] {
    padding: 10px;
}

.news_item-list__list, .news_item-small, 
.articles_item-list__list, .articles_item-small, .articles_item-cat-list,
.blog_item-list__list, .blog_item-small, .blog_item-cat-list {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .news_item-small div, 
.articles_item-small div, .articles_item-list__list div, .articles_item-cat-list div, 
.blog_item-small div, .blog_item-list__list div, .blog_item-cat-list div {
    font-size: 14px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, 
.articles_item-list__cat-header h1, .articles_item-detailed__header h1,
.blog_item-list__cat-header h1, .blog_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .news_item-small-row 
.articles_item-small-row, .articles_item-row, .articles_item-cat-row,
.blog_item-row, .blog_item-cat-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-small__fdate, 
span.articles_item-small__fdate,
span.blog_item-small__fdate {
    float: left;
    font-size: 13px;
    padding-right: 7px;
    padding-top: 1px;
}

span.news_item-row__fdate,
span.articles_item-row__fdate,
span.blog_item-row__fdate {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 6px;
    font-size: 14px;
}

span.news_item-row__ftime, 
span.articles_item-row__ftime, 
span.blog_item-row__ftime {
    float: right;
    position: relative;
    top: 6px;
    font-size: 13px;
}

span.news_item-detailed__ftime,
span.blog_item-detailed__ftime,
span.articles_item-detailed__ftime {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 15px;
}

span.news_item-detailed__fdate,
span.blog_item-detailed__fdate,
span.articles_item-detailed__fdate {
    float: right;
    position: relative;
    top: 15px;
}

.news_item-detailed__header-name,
.blog_item-detailed__header-name,
.articles_item-detailed__header-name {
    float: left;
    width: 100%;
}

.news_item-detailed__description,
.blog_item-detailed__description,
.articles_item-detailed__description {
    clear: both;
}

span.articles_item-small-row__cat_header {margin-bottom: 3px;}

.articles_item-detailed__fdate-block .articles_item-detailed__fdate,
.articles_item-row__fdate-block .articles_item-row__fdate {
    float: none;
    font-size:12px;
    top: 0;
    padding: 0;
    margin-right: 0;
}

.news_item-small-row__cat_header a, .news_item-small-row__header a,
.articles_item-small-row__cat_header a, .articles_item-small-row__header a,
.blog_item-small-row__cat_header a, .blog_item-small-row__header a {
    font-size: 15px;
    text-decoration: underline;
}

div.news_item-row__header, div.news_item-small-row__cat_header, div.news_item-small-row__header, 
div.articles_item-small-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, 
div.blog_item-small-row__header, div.blog_item-row__header, div.blog_item-small-row__cat_header {
    margin-bottom: 15px;
    padding-right: 30px;  
}

a.news_item-row__header-name, 
a.articles_item-row__header-name, a.articles_item-list__cat-header,
a.blog_item-row__header-name, a.blog_item-list__cat-header {
    font-size: 20px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, .news_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover,
a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .articles_item-small-row__cat_header a:hover, .articles_item-small-row__header a:hover,
a.blog_item-row__header-name:hover, a.blog_item-list__cat-header:hover, .blog_item-small-row__cat_header a:hover, .blog_item-small-row__header a:hover {
    /*text-decoration: none;*/
}

.news_item-row__img_small-img, .news_item-small-row__img,
.articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, 
.blog_item-row__img_small-img, .blog_item-row__cat_img_small-img, .blog_item-small-row__img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.news_item-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce,
.articles_item-row__announce, .articles_item-cat-row__announce, .articles_item-small-row__announce,
.blog_item-row__announce, .blog_item-cat-row__announce, .blog_item-small-row__announce {
    margin-bottom: 10px;
    padding-right: 30px;
}

.news_item-detailed__item-details, 
.articles_item-detailed__item-details,
.blog_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .news_item-small-row__cat_header, 
.articles_item-small-row__cat_header, .articles_item-detailed__fdate,
.blog_item-small-row__cat_header, .blog_item-detailed__fdate {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, 
.articles_item-detailed__img,
.blog_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, 
.articles_item-detailed__img img,
.blog_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, 
.articles_item-detailed__body, div.articles_item-cat-row__header,
.blog_item-detailed__body, div.blog_item-cat-row__header {
    margin-bottom: 10px;   
}

.news_browse-item-row,
.articles_browse-item-row,
.blog_browse-item-row {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

.news_browse-item-list,
.articles_browse-item-list,
.blog_browse-item-list {
    font-size: 0;
    padding-top: 20px;
}

.news_browse-item-list div,
.articles_browse-item-list div,
.blog_browse-item-list div {
    font-size: 13px;
}

.news_browse-item-list .news_item-row__header-name,
.articles_browse-item-list .articles_item-row__header-name,
.blog_browse-item-list .blog_item-row__header-name {
    font-size: 20px;
    font-weight: normal;
}

.news_browse-item-list .news_item-row__announce,
.articles_browse-item-list .articles_item-row__announce,
.blog_browse-item-list .blog_item-row__announce {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.news_browse-item-list__pager,
.articles_browse-item-list__pager,
.blog_browse-item-list__pager {
    padding: 15px 0;
}

.news_item-detailed__nav,
.articles_item-detailed__nav,
.blog_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.articles_item-list__item-list,
.blog_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img,
.blog_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author,
.blog_item-row__source, .blog_item-row__author, .blog_item-detailed__source, .blog_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header,
.blog_item-small-row__cat_header a, .blog_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span, .blog_item-small-row__cat_header span {
    display: inline-block;
    font-size: 22px;
    padding: 0 2px;
    position: relative;
    width: 20px;
}

div.articles_item-cat-row__header,
div.blog_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, 
.articles_item-list__cat-img, .articles_item-detailed__img,
.blog_item-list__cat-img, .blog_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img .image_click_news, 
.articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles,
.blog_item-list__cat-img .image_click_articles, .blog_item-detailed__img .image_click_articles {
    border: none;
}

.photoalbum_control-panel__comments,
.news_control-panel__comments,
.articles_control-panel__comments,
.blog_control-panel__comments {
    width: 12px;
}

.photoalbum_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat;
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    line-height: 1;
    padding-right: 3px;
}

.photoalbum_control-panel__comments-count {
    position: relative;
    top: 4px;
    font-size: 11px !important;
    text-decoration: none;
    color: #000;
}

.photoalbum_item-small-row__control-panel,
.articles_item-small-row__control-panel,
.news_item-small-row__control-panel,
.blog_item-small-row__control-panel {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.photoalbum_item-small img,
.photoalbum_item-small-row__block {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    height: 12px;
    font-size: 11px !important;
    padding-left: 23px;
    padding-top: 4px;
    width: 12px;
    float: none;
    cursor: pointer;
}

.photoalbum_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate {
    float: right;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion {
    background: url("_img/comments_black__small.png") no-repeat 3px 4px;
}

.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    background: url("_img/like_hand_black__small.png") no-repeat 3px 4px;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img,
.blog_item-row__cat_img_small-img, .blog_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.news_item-detailed__ext_discussion, .news_item-small-row__ext_rating,
.articles_item-detailed__ext_discussion, .articles_item-small-row__ext_rating,
.blog_item-detailed__ext_discussion, .blog_item-small-row__ext_rating {
    clear: both;
}

.news_item-small-row__img,
.articles_item-small-row__img,
.blog_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.news_item-detailed__announce,
.articles_item-detailed__announce,
.blog_item-detailed__announce {
    padding-bottom: 15px;
    clear: both;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
    float: right;
}

.ext_tags {
    float: left;
    padding: 0;
}

.ext_discussion.photoalbum_item-detailed__ext_discussion,
.blog_item-detailed__ext_discussion,
.articles_item-detailed__ext_discussion,
.news_item-detailed__ext_discussion {
    float: none;
}

.photoalbum_item-detailed__header-name,
.photoalbum_item-detailed__header-name {
    text-align: center;
}

.news_item-detailed__social-buttons,
.articles_item-detailed__social-buttons,
.blog_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.articles_control-panel__comments,
.news_control-panel__comments,
.blog_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 23px;
    float: right;
    text-decoration: none;
    line-height: 1;
}
.rss_extension {opacity: 0.8;}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog_control-panel__comments:hover,
.rss_extension:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.articles_control-panel__comments-count,
.news_control-panel__comments-count,
.blog_control-panel__comments-count  {
    position: relative; 
    top: 4px; 
    font-size: 11px !important; 
    text-decoration: none; 
    color: #000;
}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog _control-panel__comments:hover {
    text-decoration: none !important;
}
.articles_social-btn,
.news_social-btn,
.blog_social-btn  {
    font-size: 0;
    height: 20px;
    float: right;
    margin: 0;
    padding-top: 3px;
    width: 25px;
    overflow: hidden;
    padding-right: 9px;
}
.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}
.articles_item-detailed__item-details .b-share__link,
.articles_item-detailed__item-details .b-share .b-share-form-button i,
.news_item-detailed__item-details .b-share__link,
.news_item-detailed__item-details .b-share .b-share-form-button i,
.blog_item-detailed__item-details .b-share__link,
.blog_item-detailed__item-details .b-share .b-share-form-button i  {
    display: none !important;
}
.articles_item-detailed__item-details .b-share, 
.articles_item-detailed__item-details .b-share__handle,
.articles .b-share-form-button,
.news_item-detailed__item-details .b-share,
.news_item-detailed__item-details .b-share__handle,
.news .b-share-form-button,
.blog_item-detailed__item-details .b-share,
.blog_item-detailed__item-details .b-share__handle,
.blog .b-share-form-button  {
    padding: 0 !important;
    margin: 0 !important;
}
.articles_item-detailed__item-details .b-share .b-share-form-button,
.news_item-detailed__item-details .b-share .b-share-form-button,
.blog_item-detailed__item-details .b-share .b-share-form-button  {
    cursor: pointer; 
    width: 20px; 
    background: url("_img/social_btn_black.png") no-repeat left !important;
    font-size: 0;
}

.articles_item-small a, .articles_item-small span, 
.news_item-small a, .news_item-small span, 
.blog_item-small a, .blog_item-small span, 
.photoalbum_item-small a, .photoalbum_item-small span {
    font-size: 12px;
}

.item-detailed__nav-previous-link,
.item-detailed__nav-next-link {
    white-space: nowrap;
}

/* MODULE: End hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

/* MODULE: Start Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

.browse-item-list {position: relative;}

.amiphotoalbum .amiphoto-hide, 
.amiphotoalbum.photoalbum_item .browse-item-list__hide, .browse-item-list__hide-block {
    z-index: 3; 
    position: absolute; 
    background: url(_img/ami_jsapi/loader.gif) no-repeat center 20% #FFFFFF; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.amiphotoalbum .photoalbum_item-detail__block .amiphoto-hide {
    background: url(_img/ami_jsapi/loader-black.gif) no-repeat center 20% #000; 
}

.amiphoto-block {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.amiphotoalbum .amiphoto-block__row-item {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
} 
.amiphotoalbum .amiphoto-block__row-item__contant {
	display: block;
	overflow: hidden;
    border: 2px solid #fff;
}
.amiphotoalbum .amiphoto-block__row {
    width: 200%;
}
.amiphotoalbum .amiphoto-block__row-item__img {position: relative; cursor: pointer;}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__prev-link__area {
    display: block;
    height: 53px;
    padding: 0;
    width: 32px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detail__fullscreen {width: 20px; background: url("_img/full_screen.png") no-repeat; position: absolute; width: 20px; height: 20px; cursor: pointer; right: 5px; top: 29px;}
.amiphotoalbum .photoalbum_item-detailed__next-link {display: block; left: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__prev-link {display: block; right: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__next-link__area {border-radius: 0 30px 30px 0; background: url("_img/slider-pad__arrow-left.jpg") no-repeat left 9px #FFFFFF;}
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {right: 0; border-radius: 30px 0 0 30px; background: url("_img/slider-pad__arrow-right.jpg") no-repeat right 9px #FFFFFF; }
.amiphotoalbum .photoalbum_item-list__list, 
.amiphotoalbum .photoalbum_item-cat-list, 
.amiphotoalbum .photoalbum_browse-item-list__list, 
.amiphotoalbum .photoalbum_item-detail__block {
	font-size: 0;
}
.amiphotoalbum .photoalbum_item-list__list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_item-cat-list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_browse-item-list__list .amiphoto-block__row div {
	font-size: 13px;
}
.amiphotoalbum .photoalbum_item-detail__block div {font-size: 13px; text-align: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_control-panel__comments-count {color: #FFF;position: relative;top: 5px;font-size: 13px;}
.amiphotoalbum .photoalbum_item-detail__header span {font-size: 13px; display: block;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating__stars-form {padding: 0 10px 0 0;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_social-btn {
    font-size: 0;
    height: 20px;
    float: left;
    padding: 0 0 0 3px;
    margin: 0;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__link,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button i {
    display: none !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share, 
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__handle,
.amiphotoalbum .b-share-form-button {
    padding: 0 !important;
    margin: 0 !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button {cursor: pointer; width: 20px; background: url("_img/social_btn.png") no-repeat center !important;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link {font-weight: normal; font-size: 13px; padding: 5px;position: relative; display: block;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link a {font-weight: normal;}
.amiphotoalbum .photoalbum_item-row__item_cat_img-img, 
.amiphotoalbum .photoalbum_item-detail__item_cat_img-img {
	display: none;
}
.amiphotoalbum .photoalbum_item-list__cat-body {padding-bottom: 20px;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {    
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out;
}
.amiphotoalbum .photoalbum_item-detailed__item-details {position: relative; z-index: 4;}
.amiphotoalbum .photoalbum_item-row__announce-block, 
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__announce-block, 
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detailed__next-link, 
.amiphotoalbum .photoalbum_item-detailed__prev-link,
.amiphotoalbum .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider {
	-webkit-transition:left 3s ease;
    -moz-transition:left 3s ease;
    -o-transition:left 3s ease;
    transition:left 3s ease;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider img {position: absolute; left: 50%; top: 0; opacity: 0; filter: alpha(opacity=0)}
.amiphotoalbum .cat-row__images-block__slider img.show {opacity: 1; filter: alpha(opacity=100)}
.amiphotoalbum .cat-row__images-block__slider {position: relative; width: 100%; height: 100%;background: #000; text-align: center;}
.amiphotoalbum .cat-row__images-block:hover .cat-row__images-block__slider {}
.amiphotoalbum .photoalbum_item-row__fdate {bottom: 0;position: absolute;right: 5px;top: 35px;}
.amiphotoalbum .photoalbum_item-detailed__fdate {
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.amiphotoalbum .photoalbum_item-row__header-name-block {
    display: block;
    margin-right: 93px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.photoalbum_item-detailed__path a, 
.photoalbum_item-list__cat-header h1 a, 
.photoalbum_item-list__cat-header h1, 
.photoalbum_item-list__cat-list h1, 
.photoalbum_item-detailed__path {
    color: #000 !important; 
    font-size: 19px; 
    font-weight: normal !important;
}
.amiphotoalbum .photoalbum_item-detailed__path {padding-bottom: 25px;}
.amiphotoalbum .photoalbum_item-detail__img {position: relative;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header {height: 57px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header a {font-size: 15px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__announce-block {height: 25px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 55px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_control-panel, 
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_control-panel {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-detail__block {background: #000; text-align: center;}
.amiphotoalbum .photoalbum_item-row__block, 
.amiphotoalbum .photoalbum_item-detail__block {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__block {border: none;}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-detail__header {
    top: 0; position: absolute; left: 0; height: 21px; overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__header {height: 25px;}
.amiphotoalbum .photoalbum_item-row__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-detail__announce-block .photoalbum_control-panel {top: 5px;}
.amiphotoalbum .photoalbum_item-detail__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-row__announce {
    float: none;
    margin-right: 93px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: auto;
}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__header {height: 57px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 60px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .photoalbum_item-detailed__next-link:hover .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link:hover .photoalbum_item-detailed__prev-link__area {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-row__num-items, 
.amiphotoalbum .photoalbum_item-detail__num-items {
    font-style: italic;
}
.amiphotoalbum .photoalbum_item-row__header span {font-size: 11px;display: block;}
.amiphotoalbum .photoalbum_item-row__header a, 
.amiphotoalbum .photoalbum_item-row__announce-block a {
    color: #fff; 
    font-size: 15px;
}
.amiphotoalbum .photoalbum_item-detail__header a {color: #fff; font-size: 13px;}
.amiphotoalbum .photoalbum_item-row, 
.amiphotoalbum .photoalbum_item-cat-row, 
.amiphotoalbum .photoalbum_item-detail {
    overflow: hidden; 
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.amiphotoalbum .browse-item-list .photoalbum_item-row {
    min-width: 150px;
}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-detail__header, 
.amiphotoalbum .photoalbum_item-detail__announce-block {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
}
.amiphotoalbum .photoalbum_item-row__header__txt, 
.amiphotoalbum .photoalbum_item-row__announce-block__txt,
.amiphotoalbum .photoalbum_item-detail__header__txt, 
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
	padding: 5px 5px;     
}
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
    display: block;
    margin-right: 140px;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100% !important;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum.photoalbum_item .browse-item-list {
    position: relative;
    overflow: hidden;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}
.amiphotoalbum.photoalbum_item .browse-item-list__content {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum.photoalbum_item .browse-item-list__clipper {
    width: auto;
    position: relative;
    overflow: hidden;
    left: 0;
}
.amiphotoalbum.photoalbum_item .browse-item-list__container,
.browse-item-list__container {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    transition: left 0.5s ease-out,top 0.5s ease-out;
    -moz-transition: left 0.5s ease-out,top 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out,top 0.5s ease-out;
    -o-transition: left 0.5s ease-out,top 0.5s ease-out;
}
.browse-item-list__container div,
.browse-item-list__container span {
    font-size: 13px;
}

.browse-block__row-item__img {padding: 4px;}
.browse-block__row-item__img-selected {padding: 0;border: 4px solid #6FCAF3;}
.amiphotoalbum .browse-block__row-item__img {cursor: pointer; }
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left:after, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right:after {
    background: none;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    width: 32px;
    height: 53px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right {
    background: #FFF url(_img/slider-pad__arrow-right.jpg) no-repeat 10px 8px;
    border-radius: 30px 0 0 30px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    background: #FFF url(_img/slider-pad__arrow-left.jpg) no-repeat left;
    border-radius: 0 30px 30px 0;
}

.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-block, 
.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-votes {
    width: 62px;
    height: 14px;
}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating__stars-form {padding: 0;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_control-panel__comments-count {position: relative; top: 5px; font-size: 11px; color: #fff;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_control-panel {
    bottom: -2px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: auto;
}
.amiphotoalbum .photoalbum_control-panel a {padding-bottom: 5px; text-decoration: none; display: block; margin-left: 5px; float: left; height: 20px; padding-left: 22px; cursor: pointer;}
.amiphotoalbum .photoalbum_control-panel a, 
.amiphotoalbum .photoalbum_item-detail__fullscreen {
    opacity: 0.8;
}
.amiphotoalbum .photoalbum_control-panel a:hover, 
.amiphotoalbum .photoalbum_item-detail__fullscreen:hover {text-decoration: none; opacity: 1;}
.amiphotoalbum .photoalbum_control-panel__rating {background: url(_img/photoalbum/rating.png) no-repeat;}
.amiphotoalbum .photoalbum_control-panel__comments {background: url(_img/comments.png) no-repeat; margin: 0 !important;}
.amiphotoalbum a.photoalbum_control-panel__fullscreen {padding-left: 0; width: 20px; background:  url(_img/full_screen.png) no-repeat;}
.amiphotoalbum .fullscreen-img__on a.photoalbum_control-panel__fullscreen {background:  url(_img/full_screen_in.png) no-repeat;}

.photoalbum_item #com_form_bot,
.articles_item #com_form_bot,
.news_item #com_form_bot,
.blog_item #com_form_bot {
    background: none; 
    border: none; 
    padding: 0;
}
.photoalbum_item textarea.amiroTEdCtrl,
.articles_item textarea.amiroTEdCtrl,
.news_item textarea.amiroTEdCtrl,
.blog_item textarea.amiroTEdCtrl,
.forum-extention__form textarea.amiroTEdCtrl,
.forum_forum_form textarea.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    height: 80px !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoalbum_item select.amiroTEdCtrl,
.articles_item select.amiroTEdCtrl,
.news_item select.amiroTEdCtrl,
.blog_item select.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
}
.photoalbum_item .amiroTEdDiv,
.articles_item .amiroTEdDiv,
.news_item .amiroTEdDiv,
.blog_item .amiroTEdDiv,
.forum_forum_form .amiroTEdDiv {
    width: 100% !important;
}
.photoalbum_item #com_form_bot #com_sub,
.articles_item #com_form_bot #com_sub,
.news_item #com_form_bot #com_sub,
.blog_item #com_form_bot #com_sub {
    margin: 0;
    position: relative;
    right: -2px;
    height: 25px;
}

.photoalbum_item #comment_forum p,
.articles_item #comment_forum p,
.news_item #comment_forum p,
.blog_item #comment_forum p {
    display: none;
}

.photoalbum_item .discussion_extension__list .alt_header2 h2,
.articles_item .discussion_extension__list .alt_header2 h2,
.news_item .discussion_extension__list .alt_header2 h2,
.blog_item .discussion_extension__list .alt_header2 h2 {
    background: #fff !important;
    display: inline-block;
    font-weight: normal;
    padding: 12px 15px !important;
    font-size: 13px !important;
}

.news_item .sort-type,
.photoalbum_item .sort-type {
    display: none;
}

.amiphotoalbum .photoalbum_item-list__subitem-list {display: none;}
.amiphotoalbum a {text-decoration: underline;}
.amiphotoalbum a:hover {text-decoration: none;}
.amiphotoalbum .rating__like-form {
    clear: both;
    float: right;
}
.amiphotoalbum .rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -8px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.amiphotoalbum .rating-like__form-block__like-count {
    padding-left: 5px;
    position: relative;
    top: 4px;
    font-size: 11px !important;
}
.amiphotoalbum .rating-like__form-block:hover {opacity: 1;}
.amiphotoalbum .rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left; font-family: arial, tahoma, verdana;}
.amiphotoalbum .rating-like__form-block__like {
    background: url("_img/rating/like/like_hand.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    padding-right: 20px;
}
.amiphotoalbum .rating-like__form-block-off {opacity: 0.8;}
.amiphotoalbum .rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.8;}
.amiphotoalbum .rating-like__form-block,
.amiphotoalbum .rating-like__form-block:hover,
.amiphotoalbum .rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #fff; 
    background: none;
}

.photo-easy-skin .photoalbum_item-row,
.photo-easy-skin .photoalbum_item-cat-row {
    display: inline-block;
    vertical-align: top;
}
.photo-easy-skin .photoalbum_item-list__list__easy,
.photo-easy-skin .photoalbum_item-cat-list__easy {
    font-size: 0;   
}
.photo-easy-skin .photoalbum_item-row div,
.photo-easy-skin .photoalbum_item-cat-row div,
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-row__img-area,
.photo-easy-skin .photoalbum_item-detail__img-area {
    display: block;
    margin: 0 auto;
}
.photo-easy-skin .photoalbum_item-row__announce {
    clear: both;
}
.photo-easy-skin .photoalbum_item-detail__image {
    clear: both;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    clear: both;
    text-align: left;
}
.photo-easy-skin .browse-item-list .photoalbum_item-row {
    min-width: 150px;
    overflow: hidden;
    text-align: center;
}
.photo-easy-skin .browse-item-list .browse-item-list__clipper,
.photo-easy-skin .browse-item-list .browse-item-list__content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-list__cat-header,
.photo-easy-skin .photoalbum_item-row__header-name {
    font-size: 17px;
}
.photo-easy-skin .photoalbum_item-cat-row__block-header,
.photo-easy-skin .photoalbum_item-row__block-header {
    padding-bottom: 15px;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-cat-row__announce {
    padding: 20px 20px 0 0;
}
.photo-easy-skin .cat-row__images-block {
    display: block;
    text-align: center;
}
.photo-easy-skin .photoalbum_control-panel {
    display: block;
    padding: 10px 0;
}
.photo-easy-skin .photoalbum_item-list__cat-body,
.photo-easy-skin .photoalbum_item-row__block {
    padding: 0 15px 15px;
    display: block;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    padding-bottom: 25px;
}

.photo-easy-skin .photoalbum_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.photoalbum_item-small-row__img, .photoalbum_item-small-row__header {
    padding-bottom: 5px;
    text-align: center;
}

.amiphotoalbum .photoalbum_control-panel__comments,
.amiphotoalbum .rating__like-form {
    width: auto;
}

.blog_item-detailed__prev-next {
    text-align: center;
}

.photoalbum_item-detailed__nav a {
    padding: 0 3px;
}

/* MODULE: End Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

/* 4. E-Shop ****************************************************************************************************/

/* E-Shop: Start Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

.form input {
    padding: 4px 8px;
    margin: 0;
    vertical-align: top;
}

.form .form__field-caption {
    padding-bottom: 6px;
}

input.form__submit {
    height: 26px;
}

.form__fieldset input {
    padding: 0;
    border: none;
}

body .form__submit{
	width:109px;
	height:28px;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	color:#848484;
	font-weight:700;
	cursor:pointer;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	box-shadow:none;
	vertical-align:middle;
}

.form__submit:hover{
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}

.form__search-line{
    border-radius:5px;
    box-shadow:0 1px 1px #ddd inset;
    line-height: 18px;
}

.form__caption {display: none;}
    input.form__radio {
    float: left;
}

.form__field-list label {
    display: block;
}

span.form__field, span.form__field-sublist {
    padding: 10px 20px 10px 0;
    display: inline-block;
    vertical-align: top;
}

div.form__additional-flag {
    clear: both;
    padding: 6px 0;
    display:none;
}

label.form__radio-label {
    white-space: nowrap;
}

span.form__radio-label-text,
span.form__checkbox-label-text {
    padding-left: 10px;
}

.form__field-details{
	color:#ccc;
	font-size:8px;
	vertical-align:top;
	margin-left:3px;
}
.form_type_search{
	float:left;
	margin:0;
	padding:0;
	border-radius:0;
}
.form_type_search .form{
	margin:0;
	border-radius:0;
}

.form_type_search .form__caption{
	display:none;
}

.nav-menu__item{
    padding-right: 8px;
}

/* E-Shop: End Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

/* E-Shop: Start Eshop Order History
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* E-Shop: End Eshop Order History
 * @tpl eshop_order_history.tpl
 */

/* E-Shop: Start Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

#eshop-order__payment_method_comment {
    padding-top: 10px;
}

.eshop-ordering__field {
    margin: 10px 0 10px 25px;
}

.eshop-ordering_type_cancelled div {
    font-size: 22px;
    padding: 10px 0;
}

.eshop-ordering_type_accepted .eshop-ordering__field div {
    font-size: 22px;
}

.eshop-ordering__shipping-description {
    left: 4px;
    position: relative;
    top: -2px;
}

.eshop-ordering_type_accepted {
    text-align: center;
}
.eshop-ordering__fieldset:after {
    clear: both;
    content: "";
    display: table;
}
.eshop-ordering__info {
    color: #848484;
    font-size: 13px;
    padding: 15px 25px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset {
    background: #F4F4F4;
    border-radius: 5px;
    font-size: 20px;
    margin: 30px auto;
    width: 300px;
}
.eshop-ordering_type_accepted .eshop-ordering__field {
    background: none repeat scroll 0 0 #FEE601;
    color: #000000;
    margin: 10px;
}
.eshop-ordering__field-name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.eshop-ordering__field-value {
    display: inline-block;
    vertical-align: middle;
}

.eshop-ordering__item-list {
    background-color: #F4F4F4;
    border: medium none;
    border-radius: 5px;
    padding: 0;
    position: fixed;
    width: 398px;
}
.eshop-ordering__item-list-wrapper {
    float: right;
    min-height: 200px;
    position: relative;
    width: 400px;
    z-index: 1;
}

.eshop-ordering__field-name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.eshop-ordering__textfield {
    border-radius: 5px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #848484;
    border: 1px solid #C0C4CC;
    height: 18px;
    padding: 0 3px;
    vertical-align: middle;
}
.eshop-ordering__caption {
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0;
}

select.eshop-ordering__select {
    padding: 0 4px;
}

.eshop-ordering__shipping-name {
    font-weight: bold;
}

.eshop-ordering__radio-label .eshop-ordering__hint {
    display: block;
    min-width: 80%;
}

.eshop-order__shippings {
    width: 45%;
}
.eshop-ordering__price-total {
    font-size: 13px;
    margin: 20px 0;
}
.eshop-ordering__item-name {
    display: inline-block;
    max-width: 300px;
    min-width: 140px;
    vertical-align: middle;
    width: 60%;
}
.eshop-ordering__item-price, .eshop-ordering__item-list-footer .eshop-ordering__price-total-value {
    display: inline-block;
    font-style: italic;
    min-width: 90px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 38%;
}

.eshop-ordering{
	color:#848484;
}
.eshop-ordering__field-name{
	vertical-align:top;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
}
.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}

.eshop-ordering__radio {
    margin: 0;
    vertical-align: top;
}

.eshop-ordering__radio-label .eshop-ordering__shipping-description {
    display: inline-block;
    width: 90%;
}

.eshop-ordering__item-list-body_state_hidden{
	opacity:0.2;
}

.eshop-ordering__item-list-wrapper{
	padding-top:37px;
}

.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#ccc;
	color:#000;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__item-list-title{
	display:inline-block;
	width:50%;
	font-size: 16px;
}
.eshop-ordering__change-order{
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
}
.eshop-ordering__item-price{
	font-size:18px;
	color:#333;
}
.eshop-ordering__sku{
	margin-right:10px;
	font-size:10px;
}
.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}

.eshop-ordering__submit:visited{
	color:#fff;
}
.eshop-ordering__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-ordering__submit_action_order{
	display:block;
	float:right;
	padding:10px 24px;
	font-size:18px;
}
.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
    margin-top: 20px;
}
.eshop-ordering__login:hover{
    background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	min-height:100px;
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:5px 0 5px 25px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size: 13px;
	vertical-align:top;
}
.eshop-ordering__price-total{
	border-top:2px solid #999;
	padding-top:20px;
}
.eshop-ordering__price-total-value{
	font-size:22px;
	vertical-align:top;
	color:#333;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size: 13px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield {
    padding: 0;
    height: auto;
    margin: 0;
}
.eshop-ordering__login-window .eshop-ordering__field-name {
    width: 90px;
}
.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
	clear: both;
}
.eshop-ordering__login-links {
    text-align: right;
    clear: both;
}
.eshop-ordering__login-window-header {
    height: 30px;
    overflow: hidden;
}
.eshop-ordering__login-form button {
    margin: 0;
}
.eshop-ordering__login-form table img {
	margin-right: 4px;
}
.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 30px 20px 25px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	background:#fee601;
	color:#000;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}

.eshop-ordering__login-window {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
}

.eshop-ordering__login-window_as_popup {
    display: inline-block;
    left: 50%;
    margin-left: -160px;
    position: fixed;
    top: 30%;
    width: 320px;
    z-index: 100000;
}

.eshop-ordering__login-window-header:after {
    clear: both;
    content: "";
    display: table;
}

.eshop-ordering__close-login-window {
    cursor: pointer;
}

/* E-Shop: End Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

/* E-Shop: Start buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

.eshop-cat-detailed__announce {
    padding: 20px 0;
}
 
.eshop-cat-detailed__description-image {
    float: left;
    padding-right: 16px;
    padding-bottom: 10px;
}

.eshop-cat-detailed__description {
    padding: 14px 0;
}

.eshop-cat-list__clipper,
.eshop-cat-list__container {
    font-size: 0;
}
.eshop-cat-small {
    display: inline-block;
    margin-bottom: 15px;
    min-width: 130px;
    text-align: center;
    vertical-align: top;
    word-spacing: 0;
    font-size: 13px;
}
.eshop-cat-detailed__splitter {
    background: none repeat scroll 0 0 #000000;
    display: inline;
    height: 2px;
    width: 2px;
}

.ref_small_splitter {
    display: none;
}

.ref_small_item {
    line-height: 1.6;
}

.eshop-cat-small__content {
    min-width: 150px;
    text-align: left;
}
.eshop-cat-small__category-data {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.form_type_filter {
    background: none;
    padding: 0px;
    border-radius: 0px;
}

.form__field-caption {
    font-weight: bold;
}

.items_small_filter {
    overflow: hidden;
    position: relative;
}
.eshop-item-small {
    -moz-box-sizing: border-box;
    display: inline-block;
    min-width: 200px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}

.eshop-item-detailed__subtitle-text {
    font-size: 18px;
    font-weight: normal;
}

.eshop-item-detailed__unavailable {
    box-sizing: border-box;
    color: #FF0000;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
}
.eshop-item-detailed__add-to-cart-link{
	width:71px;
	height:18px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
}
.eshop-item-detailed__price-tag{
	min-width:65px;
	min-height:30px;
	padding:0 10px 0 10px;
	background:#e0e0e0;
	border-radius:10px 3px;
}

.eshop-item-small__actual-price{
	margin-top:7px;
	color:#000;
}

.eshop-item-small__spec-announce {
	display: none; 
	padding-top: 10px;
}

.eshop-item-small__add-to-cart-link{
	padding:4px 12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
}

.eshop-item-small__one-click {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 6px 6px 0 6px;
}
body .eshop-item-small__content .eshop-item-small__quantity {
    vertical-align: middle;
    width: 20px;
    margin: 0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}

.eshop-item-detailed__img{
	max-width:400px;
}
.eshop-item-detailed__subtitle{
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    margin-top:20px;
}

.eshop-item-detailed__addpics-container,
.eshop-item-detailed__addpics-clipper {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.eshop-item-detailed__addpics-item {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.eshop-item-detailed__addpics-img {
    border: 1px solid #DDDDDD;
    height: 50px;
    margin: 0 3px;
    width: 50px;
}

.eshop-item-detailed__visual {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

.eshop-item-detailed__addpics {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 220px;
}

.eshop-item-detailed__price-tag{
	min-width:65px;
	min-height:30px;
	padding:0 20px 0 10px;
	text-align:left;
	border-radius:0;
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	display:inline-block;
	*float:left;
}
.eshop-item-detailed__text-box{
	vertical-align: top;
	display:inline-block;
	*float:left;
	/*width:190px;*/
	margin-left:20px;
	/*max-width:280px;*/
}
.eshop-item-detailed__choice-box {
    width: 210px;
    display: inline-block;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-tag{
	display:block;
	padding:15px 0;
	background:#F0F0F0;
	text-align:center;
}
.eshop-item-detailed__actual-price{
	font-size:30px;
	font-weight:400;
}
.eshop-item-detailed__cart-box_base{
	padding:8px 0;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	position:relative;
	padding:5px 12px;
	color:#000;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	display:block;
	text-align:center;
    border: 1px solid #ededed;
}
.eshop-item-detailed__cart-box_base:hover{
    background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	border:1px solid #ededed;
	text-decoration:inherit;
}
.eshop-item-detailed__cart-box_base:visited{
	color:#fff;
}
.eshop-item-detailed__cart-box_base:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.eshop-item-detailed__cart-quantity{
	vertical-align:middle;
	width:23px;
	border-radius:3px;
}
.eshop-item-detailed__cart-text{
	font-weight:700;
	font-size:13px;
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}
.eshop-item-detailed__img-label:before{
	content:"";
	display:inline-block;
	width:14px;
	height:13px;
	margin-right:5px;
	background:url(_img/eshop-item-detailed__loupe.gif) no-repeat;
	vertical-align:middle;
}
.eshop-item-detailed__img-label{
	display: block;
	text-align: center;
}
.eshop-item-detailed__sku-name{
	font-weight:400;
}

.eshop-item-detailed__sku-value,
.eshop-item-detailed__custom-field-value,
.eshop-item-detailed__custom-field-name,
.eshop-item-detailed__sku-name {
    display: inline-block;
    vertical-align: top;
}
.eshop-item-detailed__custom-field-name{
	font-weight:400;
}
.eshop-item-detailed__sku-value{
	color:#999;
}
.eshop-item-detailed__custom-field-value{
	color:#999;
}
.eshop-item-detailed__availability-box{
	margin-bottom:8px;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
    text-align: center;
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size: 13px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
* html .eshop-item-detailed__addpics-item{
	float:left;
}
*+html .eshop-item-detailed__addpics-item{
	float:left;
}
.eshop-item-list__content {
    overflow: hidden;
    position: relative;
}
.eshop-item-list__container:after {
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0;
    width: 100%;
}
.eshop-item-list__container {
    display: block;
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    transition: left 0.5s ease-out 0s, top 0.5s ease-out 0s;
    width: auto;
    word-spacing: -2px;
}
.eshop-item-list__clipper {
    overflow: hidden;
    position: relative;
    width: auto;
}
.eshop-item-list {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
}
.compare_small_body {
    padding: 10px 0;
}
.eshop-item-list__compare{
	margin:20px 0;
}
.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}

.eshop-item-properties{
	margin:2px 0;
	padding:5px;
	border:1px solid #ddd;
	background:#f8f8f8;
	color:#555;
}
.chosen-properties__property, .chosen-properties__value {
	width: 49%;
	display: inline-block;
}
.eshop-item-properties_notavail{
	background:#fff0f0;
	border:1px solid #fcc;
}
.eshop-item-properties_notavail .eshop-item-properties__header::after{
	content:attr(title);
	color:#999;
	font-size:11px;
	margin-left:6px;
	text-transform:lowercase;
}
.eshop-item-properties__header{
	padding:2px 10px;
}
.eshop-item-properties_disabled{
	color:#ccc;
}
.eshop-item-properties__radio{
	border:0;
}
.eshop-item-properties__label:hover{
	color:#4490b2;
}
.eshop-item-properties__label_visited{
	font-weight:700;
}
.eshop-item-properties__label_value_notset{
	font-style:italic;
}
.eshop-item-properties__order-num{
	color:green;
	font-weight:900;
}
.eshop-item-properties__reset{
	border:1px solid #eee;
	padding:3px;
	background:#fff;
}
.eshop-item-properties_type_chosen-properties{
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	margin:0;
	transition:all 0.0s;
}
.eshop-item-properties_type_chosen-properties::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header{
	padding:0;
	font-weight:700;
	margin-bottom:10px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header::after{
	display:none;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value_disabled{
	color:#ccc;
}

.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}

#ami-eshop-properties__wrapper {
    padding-right: 20px;
}

#ami-eshop-properties__wrapper label {
    display: inline-block;
    padding-left: 4px;
    margin: 0;
    position: relative;
    top: -1px;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}
.eshop-item-small__content{
	background:transparent;
	height:auto;
	text-align:center;
	font-size: 13px;
	padding: 6px;
}
.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title,.eshop-item-small__title:visited{
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:8px;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__base-price .eshop-item-small__cart-text {
	text-decoration: none;
}
.eshop-item-small__caption{
	display:block;
}

.eshop-item-small__price-tag{
	position:relative;
	display:inline-block;
	height:30px;
	padding:0 8px;
	border-radius:5px;
	background:#F0F0F0;
	text-align:left;
	vertical-align: middle;
}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__price-actual{
	display:block;
	margin-top:6px;
	font-size:13px;
	font-weight:bold;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:-2px;
    text-decoration: line-through;
    font-size: 13px;
}

.eshop-item-small__cart-form{
	display:inline-block;
    text-align: left;
    white-space: nowrap;
}

.eshop-item-small__cart-text:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}

.eshop-item-small__header {
    min-height: 46px;
}

.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}

.eshop-item-small__additional-price_vkredit div {
    display: inline-block !important;
}

#cart_items * {
    font-size: 100%;
}

.cart-small__order-btn,
#cartPopupWindow .cart-small__cont-btn {
	position:relative;
	padding:5px 12px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	border:1px solid #e5e5e5;
	color:#848484;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.cart-small__title {
    display: block;
    font-weight: bold;
} 

.popupContent .cart-small {
    display: inline;
}

.popupContent .cart-small__order-btn {
    margin-right: 10px;
    display: inline-block;
}

.cart-small__order-btn:hover,
#cartPopupWindow .cart-small__cont-btn:hover {
    background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}

.eshop-ordering__redirect-info{
	display:none;
	visibility:hidden;
}

.recalc123 {
	text-decoration: none !important;   
}

/* E-Shop: End buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

/* E-Shop: Start cart popup
 * @tpl eshop_cart.tpl
 */

div.amiPopup {
    height: auto !important;
}

.cart-small__info_not_empty, .amiPopup .cart-small__cont-btn {
    display: block;
    padding: 2px 0 8px 0;
}

.amiPopup .cart-small__info_not_empty,
.amiPopup .cart-small__cont-btn {
    display: inline;
    padding: 0;
}

.amiPopup .cart-small__success-message {
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

.amiPopup #cart-small__info_not_empty {
    padding-bottom: 8px;
    display: block;
}


#cart-small__info_is_empty {
    padding: 2px 0 8px;
}

.cart-small__cont-btn,
.cart-small__success-message,
.cart-small_not_empty #cart-small__info_is_empty,
.cart-small_type_one-click .cart-small__order-btn,
.cart-small_type_one-click .cart-small__cont-btn,
.cart-small_empty #cart-small__info_not_empty,
.amiPopup .cart-small__info,
.cart-small__order-btn {
    display: none;
}

.cart-small_not_empty .cart-small__order-btn {
    display: inline-block;
}

#cartPopupWindow .cart-small_type_one-click div .cart-small__order-btn,
#cartPopupWindow .cart-small_type_one-click div .cart-small__cont-btn {
    display: none !important;
}

/* E-Shop: End cart popup
 * @tpl eshop_cart.tpl
 */

/* 5. SYSTEM ****************************************************************************************************/

/* SYSTEM: Start added items to cart
 * @tpl _eshop_item_list.tpl
 */

.eshop-item-detailed__price-wrapper,
.eshop-item-detailed__price-box {
    overflow: visible !important;
}

.eshop-item-small__added-items-prop {
    box-shadow: 0 0 10px -2px #000;
    border-radius: 5px;
    display: none;
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 240px;
    background: #fff;
    padding: 10px 20px;
    z-index: 20;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    font-size: 13px;
}
.added-items-prop-list {
    text-align: left;
    height: auto;
    bottom: auto;
    right: auto;
    width: 205px;
}
.eshop-item-small__added-items-prop__title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    border: 0;
}

#cart_items tr {
    -webkit-transition:background 1s ease-in-out;
    -moz-transition:background 1s ease-in-out;
    -o-transition:background 1s ease-in-out;
    transition:background 1s ease-in-out;
}

.cart_items__tr-select {
    background: #D4FDDA;
}

.cart_items__tr {
    background: #fff;
}

.eshop-item-detailed__box .eshop-item-tooltip {
    margin: 0;
    right: 0;
}

@-webkit-keyframes animate-shine { 
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}

@-moz-keyframes animate-shine {
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}
    
@-webkit-keyframes animate-shine-remove { 
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

@-moz-keyframes animate-shine-remove {
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

.eshop-add-to-cart__process-add:after,
.eshop-add-to-cart__process-remove:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 0;
    -webkit-animation: animate-shine 0.7s linear infinite;
    -moz-animation: animate-shine 0.7s linear infinite;
    animation: animate-shine 0.7s linear infinite;
}
    
.eshop-add-to-cart__process-remove:after {
    -webkit-animation: animate-shine-remove 0.7s linear infinite;
    -moz-animation: animate-shine-remove 0.7s linear infinite;
    animation: animate-shine-remove 0.7s linear infinite;
}

.eshop-item-tooltip {
	position: absolute;
    display: none;
    font-size: 11px !important;
    font-weight: normal;
    background: #D4FDDA;
	color: #5c5c5c;
	padding: 1px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	text-align: center;
	font-size: 13px;
    z-index: 1;
    bottom: 30px;
    margin-left: -45px;
    left: 50%;
    cursor: default;
}

.eshop-item-tooltip-area {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 14px;
    width: 90px;
}

.eshop-item-tooltip-title {
    display: block;
    padding: 0 10px;
    text-align: left;
}

.eshop-item-tooltip:hover .eshop-item-tooltip-area  {
    max-height: 100px;
    height: auto;
}

.eshop-item-detailed__prices .eshop-item-tooltip {
    left: auto;
}

.eshop-item-tooltip-prop #properties-items-popup {
    text-align: left;
    display: block;
    padding: 10px;
}

.eshop-item-tooltip-prop .eshop-item-tooltip__btn-cart {
    width: 90px;
}

.eshop-item-tooltip-prop:hover .eshop-item-tooltip-area {
    max-height: 200px;
    height: auto;
    width: 207px;
}

.eshop-item-tooltip-prop #properties-items-popup {
    overflow: hidden;
    width: 200px;
}

.eshop-item-tooltip__btn-cart,
.eshop-item-tooltip__btn-delete {
    cursor: pointer;
    display: block;
    border: 1px solid #DFDFDF;
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
    margin: 4px 8px 2px 8px;
    border-radius: 3px;
}

.eshop-item-tooltip__btn-cart:hover,
.eshop-item-tooltip__btn-delete:hover {
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
}

.eshop-item-tooltip:before {
    content: '';
    border-top: 6px solid #DDD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 35px;
    bottom: -7px;
}
.eshop-item-tooltip:after {
    content: '';
    border-top: 5px solid #CFC;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 37px;
    bottom: -5px;
}
/* SYSTEM: End added items to cart
 * @tpl _eshop_item_list.tpl
 */

/* SYSTEM: Start module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

.eshop-item-list__caption::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-item-list__caption{
	position:relative;
	margin-top:10px;
	min-height:30px;
}
.sorter {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    float: left;
    font-size: 13px;
    padding: 5px 15px;
}

.sorter__link{
	font-size:12px;
}
.sorter__item{
	margin:0 4px;
	font-size:12px;
}
.sorter__item_type_asc{
	padding-left:12px;
	font-weight:700;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	font-weight:700;
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

.eshop-item-list__search-result {
    padding: 14px 0 6px 0;
}

.eshop-item-list__sorting{
	display:inline-block;
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
}
.eshop-item-list__sort-over-text{
	font-weight:bold;
}
.eshop-item-list__switcher label {display: inline-block;}
.eshop-item-list__switcher:nth-of-type(n){
	display:block;
	float: right;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
	font-weight:400;
}
.eshop-item-list__switcher-radio-list{
	display:none;
}
.eshop-item-list__switcher-radio-table{
	display:none;
}
.eshop-item-list__switcher-label-list{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAFwAAAMBAAAAAAAAAAAAAAAAAAIDBAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgEEAgMAAAAAAAAAAAECAwQRBQYAIRITMVEiMgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANv1ew1a2OWO/M5PCG2gsSSeqJdY3sZfUj2lkhIZgY8+OO2P3ySDdfveOvsK0cf9DW9K8qLHSNjTn3MzALHiKukh8j2wpz9dAembmUF3ksrcd1tYtbQ6mWOYQG9FkhprUsa2GDqmCMx5zlcYHmQvrbHnzW4Us6LWw1GcCxNHtJpJEQn8mWM0UDED4BcZ+x0H/9k=") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAGwAAQEBAAAAAAAAAAAAAAAAAAQDBwEAAgMAAAAAAAAAAAAAAAAAAQQDBQYQAAMAAgAFBQEAAAAAAAAAAAECAxEEACExcRJBYZEyBTQRAAEEAgICAwAAAAAAAAAAAAIAAREDUQRhcUESIbHR/9oADAMBAAIRAxEAPwDZ/P8AQ2NqktV5zSevOgLQm+SYTYksZOfs56t8etmA1BUJEMu/L5flZ+yzYPYMAP1YY8NhuFVdf9aNaPs2k8EWwKDXmhyNdnXDCEyD5c+o7Y58QHbSQwIwXb57TVFOyJyZ+w9NjpE0aCNnteVlZ9eUmQ6myWV0kiNkjXccmQ4w3bgHez1CPlv1GrVIdg7H+WKPpkrZ3pPG4lG5o6VE1GpsAktJkVf50xlvcDheU7D4X//Z") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-list:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:block;
	width:auto;
	text-align:left;
	clear: both;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__header{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual{
	width:auto;
	text-align:left;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__comparison{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__line{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:block;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:1000px;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:inline-block;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:none;
}

.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}
.sort-type__area {
    float: right;   
}
.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}
.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}
.sort-type__field-selected {
    font-weight: bold;
}
.sort-type__selectarea {
    margin-left: 5px;
}

/* SYSTEM: End module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

/* SYSTEM: Start rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

.rating__like-form {
    clear: both;
    height: 20px;
    line-height: 1;
    position: relative;
}

.rating-like__form-popup {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF;
    color: #FFFFFF;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 120px;
}

.rating-like__form-popup__txt {
    font-size: 11px !important;
}

.rating-like__form-popup .rating-like__form-popup__arrow {
    background: url(_img/icon-dec-sel.gif) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    width: 11px;
}
    
.like__ajax-loader {
    background: url(_img/ami_jsapi/loader-mini__white.gif) #fff center no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
    
.amiphotoalbum .like__ajax-loader {
	background: url(_img/ami_jsapi/loader-mini__black.gif) center no-repeat;
}

.rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.rating-like__form-block__like-count {
    padding-left: 0;
    position: relative;
    top: 3px;
    font-size: 11px !important;
    min-width: 12px;
}
.rating-like__form-block:hover {opacity: 1;}
.rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left;}
.rating-like__form-block__like {
    background: url("_img/rating/like/like_hand_black.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    width: 20px;
}
.rating-like__form-block-off {opacity: 0.5;}
.rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.5;}
.rating-like__form-block,
.rating-like__form-block:hover,
.rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #000; 
    background: none;
}

/* SYSTEM: End rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

/* SYSTEM: Start rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 13px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}
.rating-stars__rate-on {
    color: #21C268;
}

/* SYSTEM: End rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

/* SYSTEM: Start slider pad */

.slider-pad{
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	opacity:0.7;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:15px;
	height:60px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.png) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-right{
	width:15px;
	height:60px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.png) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-up.png) no-repeat;
	background-position:center,top;
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-down.png) no-repeat;
	background-position:center,bottom;
}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled,.slider-pad__arrow_disabled:hover{
	opacity:0.2;
}

/* SYSTEM: End slider pad */

/* SYSTEM: Start main menu
 * @tpl menu.tpl
 */

.main-menu {
    padding: 0;
    font-size: 0;
}

.main-menu__item {
    display: inline-block;
    list-style-type: none;
    position: relative;
    font-size: 13px;
}

.main-menu__item:hover,
.main-menu__item:hover .main-menu {
    background: #FFF;
    z-index: 1;
}

.main-menu__item_level_0 a {
    padding: 4px 6px;
    display: block;
}

.main-menu__item_level_0 .main-menu {
    position: absolute;
    white-space: nowrap;
    display: none;
}

.main-menu__item:hover .main-menu {
    display: block;
}

.main-menu__item_level_0 .main-menu .main-menu__item {
    display: block;
}


/* SYSTEM: End main menu
 * @tpl menu.tpl
 */

/* SYSTEM: Start gadget slide images
 * @tpl imagetape*.tpl
 */

.image-tape{
	position:relative;
	overflow:hidden;
}
.image-tape__clipper{
	position:relative;
	overflow:hidden;
}
.image-tape__container{
	transition:0.5s ease-out;
	-moz-transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	text-align:justify;
}
.image-tape__item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.image-tape__img{
	margin:10px;
}
.image-tape__radio{
	display:none;
}
.image-tape__number{
	display:none;
}
.image-tape_type_slideshow{
	position:relative;
	display:inline-block;
	z-index:0;
}
.image-tape_type_slideshow .image-tape__img{
	margin:0;
}
.image-tape_type_slideshow .image-tape__radio{
	display:none;
}
.image-tape_type_slideshow .image-tape__number{
	position:relative;
	display:inline-block;
	z-index:2;
	margin:0 3px;
	padding:4px 8px;
	background:#fff;
	cursor:pointer;
	font-size:12px;
	line-height:1em;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:#e6e6e6;
}
.image-tape_type_slideshow .image-tape__number-list{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:11;
}
.image-tape_type_slideshow .image-tape__item{
	opacity:1;
	position:relative;
}
.image-tape_type_slideshow .image-tape__item~.image-tape__item{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:#333;
	color:#fff;
}
.image-tape_type_slideshow .image-tape__radio:checked~.image-tape__item{
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__number-after{
	position:absolute;
	display:block;
	left:0;
	top:0;
	position:absolute;
	margin:0;
	padding:4px 8px;
	opacity:0;
	color:#fff;
	background:#333;
}
.image-tape:hover .image-tape__item,.image-tape:hover .image-tape__number-after{
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}
.image-tape_type_slideshow .image-tape__item{
	visibility:hidden \9;
}
.image-tape_type_slideshow .image-tape__item.image-tape__item_state_checked{
	visibility:visible \9;
	opacity:1.0 \9;
}
.image-tape_type_slideshow .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__number_state_checked .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__item_state_checked{
	z-index:5;
}
.image-tape_type_slideshow .image-tape__number_state_checked{
	background:#333;
	color:#fff;
}
*+html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
*+html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
*+html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
* html .image-tape_type_slideshow{
	height:210px;
}
* html .image-tape_type_slideshow .image-tape__item{
	position:absolute;
}
* html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
* html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
* html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}

/* SYSTEM: End gadget slide images
 * @tpl imagetape*.tpl
 */

/* SYSTEM: Start global cols */

.global_cols_{
	width:auto;
}
.global_cols_0{
	width:auto;
}
.global_cols_1{
	width:100%;
}
.global_cols_2{
	width:50%;
}
.global_cols_3{
	width:33.33%;
}
.global_cols_4{
	width:25%;
}
.global_cols_5{
	width:20%;
}
.global_cols_6{
	width:16.666%;
}
.global_cols_7{
	width:14.285%;
}
.global_cols_8{
	width:12.5%;
}
.global_cols_9{
	width:11.111%;
}
.global_cols_10{
	width:10%;
}
.global_cols_11{
	width:9.09%;
}
.global_cols_12{
	width:8.333%;
}
.global_cols_13{
	width:7.692%;
}
.global_cols_14{
	width:7.142%;
}
.global_cols_15{
	width:6.666%;
}
.global_cols_16{
	width:6.25%;
}
.global_cols_17{
	width:5.882%;
}
.global_cols_18{
	width:5.555%;
}
.global_cols_19{
	width:5.263%;
}
.global_cols_20{
	width:5%;
}
*+html .global_cols_0{
	width:auto;
}
*+html .global_cols_1{
	width:100%;
}
*+html .global_cols_2{
	width:47%;
}
*+html .global_cols_3{
	width:30%;
}
*+html .global_cols_4{
	width:23%;
}
*+html .global_cols_5{
	width:18%;
}
*+html .global_cols_6{
	width:15%;
}
*+html .global_cols_7{
	width:13%;
}
*+html .global_cols_8{.eshop-item
	width:11%;
}
*+html .global_cols_9{
	width:10%;
}
*+html .global_cols_10{
	width:9%;
}
*+html .global_cols_11{
	width:8%;
}
* html .global_cols_0{
	width:auto;
}
* html .global_cols_1{
	width:100%;
}
* html .global_cols_2{
	width:47%;
}
* html .global_cols_3{
	width:30%;
}
* html .global_cols_4{
	width:23%;
}
* html .global_cols_5{
	width:18%;
}
* html .global_cols_6{
	width:15%;
}
* html .global_cols_7{
	width:13%;
}
* html .global_cols_8{
	width:11%;
}
* html .global_cols_9{
	width:10%;
}
* html .global_cols_10{
	width:9%;
}
* html .global_cols_11{
	width:8%;
}

/* System: End Start global cols */

/* System: Start small login form
 * @tpl members.tpl
 */

.small_login_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: 50%;
	margin-left: -155px;
	margin-top: -110px;
	padding: 20px 30px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
}
.small_login_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}

/* System: End small login form
 * @tpl members.tpl
 */

/* System: Start popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 15px 3px #000;
    height: auto !important;
    border-radius: 5px;
}

div.amiPopup .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.amiPopup .popupHeader{
    cursor:move;
    position: relative;
    display: block;
    height: 0;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 5px 10px 10px 14px;
}

/* System: End popup */

/* System: Start user rating
 * @tpl user_rating.tpl
 */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}

.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {
    color: red;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_null {
    color: #ccc;
}

.amiUserRatingControls .amiUserRatingDec {
    background: url(_img/rating/hands.png) no-repeat -18px 1px;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingDec:hover {
    opacity: 1;
}

.amiUserRatingControls .amiUserRatingInc {
    background: url(_img/rating/hands.png) no-repeat 0 0;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingInc:hover {
    opacity: 1;
}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {
    color: #ccc;
    padding: 0 3px;
}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    width: 59px;
    background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
    background: url(_img/rating/stars/users_stars_green.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
    margin-top: -3px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 15px;
    width: auto;
    color: #000000;
    background: #efeaea;
    /* Old browsers */
	background: -moz-linear-gradient(top, #efeaea 0%, #eaeaea 50%, #cecece 100%);
    /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece));
    /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* IE10+ */
	background: linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
	opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {
    opacity: 1;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
    display: none;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 13px !important;
}

/* System: End user rating
 * @tpl user_rating.tpl
 */

/* System: Start alert window */

.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:20px;
    font-size: 13px;
    visibility:hidden;
    border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}

div.AlertWindow {
    overflow: hidden;
    cursor: move;
}

div.AlertWindow .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 3px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.AlertWindow .popupHeader{
    display: block;
    width:100%;
    height: 0px;
}

div.AlertWindow .popupHeaderText {
    display: none;
}

div.AlertWindow .popupContent {
    padding: 0px;
}

.status_error, .error {
    background:none;
    color: #F00000;
}

.status_normal {
    background:#b0efff;
}

.status_notice {
    background:#ffef8f;
}

.local_status_error {
    color:#800000;
}

.local_status_notice {
    color:#008000;
}

.local_status_normal {
    color:#008000;
}

/* System: End alert window */

/* System: Start discussion
 * @tpl discussion.tpl
 */

.user_source_app_buttons__block-btn td {
    padding-left: 4px;
}

.discussion_item_row {
    float: left;
    padding-right: 5px;
}

.discussion_bb_preview {
    display: none;
    text-align: center;
    width: 600px;
}

.discussion_amiroTEdDivPreview,
.quest_preview,
.forum_preview {
    border: 1px solid #A5A5A5;
    display: none;
    padding: 4px;
    background: #F0F0F0;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 6px;
}

.member_forum_watch_menu {
    float: left;
    position: relative;
}

.discuss_Vsplitter {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 16px;
}
.discussion_span_answer_for {
    display: none;
    padding-bottom: 10px;
}

.discussion_extension__list hr {
    margin-bottom: 16px;
}

.message_text {
    padding-bottom: 16px;
    margin-top: 6px;
}

.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic,
.forum_front_edit, .forum_tr_create_topic, .discussion_front_edit,
.discussion_span_answer_for {
    display: none;
}

.quest_split {
    clear: both;
}

.quest_bb_preview,
.forum_bb_preview {
    text-align:center;display:none;
}

th.forum_itemd_row {
    text-align: left;
}

table th.forum_itemd_row table,
table th.forum_itemd_row td {
    border: 0;
    padding: 0;
}

.discussion_extension__list br, .discussion_extension__list hr,
.forum-extention__list br, .forum-extention__list hr,
.discussion_extension__form br,
.forum-extention__form br,
.discussion_extension__form .alt_header2,
.forum-extention__form .alt_header2 {
    display: none;
}

.discussion_extension__list,
.forum-extention__list {
    padding: 40px 0 20px 0;
    clear: both;
}

.discussion_extension__list .alt_header2,
.forum-extention__list .alt_header2 {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 0;
}

.discussion_extension__list .alt_header2 span,
.forum-extention__list .alt_header2 span {
    position: relative;
    top: -10px;
    background: #fff;
    padding: 0 10px;
}

.forum_forum_form br,
.forum_forum_form #bbFormTitle {
    display: none;
}

.forum_forum_form table img {
    padding-left: 4px;
}

/* System: End discussion
 * @tpl discussion.tpl
 */

/* System: Start mediaBox control */

.MediaBox_shadow{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
}

* html .MediaBox_shadow{
    position: absolute;
}

.MediaBox{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 100001;
}

* html .MediaBox{
    position: absolute;
}

.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    position: absolute;
    overflow: hidden;
}

.MediaBox_shadowL, .MediaBox_shadowR{
    width: 15px;
    height: 100%;
    background: url(_img/ami_jsapi/shade-v.png) repeat-y;
}

.MediaBox_shadowL{
    left: -15px;
    top: 0px;
}

.MediaBox_shadowR{
    right: -15px;
    top: 0px;
    background-position: -15px 0px;
}

.MediaBox_shadowT, .MediaBox_shadowB{
    width: 100%;
    height: 15px;
    background: url(_img/ami_jsapi/shade-h.png) repeat-x;
}

.MediaBox_shadowT{
    left: 0px;
    top: -15px;
}

.MediaBox_shadowB{
    left: 0px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    width: 15px;
    height: 15px;
    background: url(_img/ami_jsapi/shade-c.png) no-repeat;
}

.MediaBox_shadowLT{
    left: -15px;
    top: -15px;
}

.MediaBox_shadowRT{
    right: -15px;
    top: -15px;
    background-position: -15px 0px;
}

.MediaBox_shadowLB{
    left: -15px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowRB{
    right: -15px;
    bottom: -15px;
    background-position: -15px -15px;
}

.MediaBox_speckLT{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_speckRB{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_close{
    position: absolute;
    width: 39px;
    height: 39px;
    right: -20px;
    top: -20px;
    background: url(_img/ami_jsapi/close.png);
    cursor: pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
}

.MediaBox_container{
    margin: 10px 10px;
}

/* Black version */

.MediaBoxBlack{
    background: #000;
}

.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{
    background-image: url(_img/ami_jsapi/glass-frame-v.png);
}

.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{
    background-image: url(_img/ami_jsapi/glass-frame-h.png);
}

.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{
    background-image: url(_img/ami_jsapi/glass-frame-c.png);
}

.MediaBoxBlack .MediaBox_speckLT{
    background-image: url(_img/ami_jsapi/glass-frame-c2lt.png);
}

.MediaBoxBlack .MediaBox_speckRB{
    background-image: url(_img/ami_jsapi/glass-frame-c2rb.png);
}

.MediaBoxBlack .MediaBox_close{
    right: -25px;
    top: -25px;
    background-image: url(_img/ami_jsapi/glass-frame-close.png);
}

.MediaBoxBlack .MediaBox_loader{
    background-image: url(_img/ami_jsapi/loader-black.gif);
}

.MediaBoxBlack .MediaBox_container{
    margin: 0px 0px;
}

img[data-ami-mbpopup],
.mb-image {
    cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
    z-index: 100002;
}

.MediaBox_group{
    margin: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.MediaBox_header{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.MediaBox_url{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.MediaBox_description{
    padding: 10px;
    padding-bottom: 0px;
}

.MediaBox_imageArea{
    position: relative;
}

.MediaBox_previous{
    position: absolute;
    left: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-prev.png);
    cursor: pointer;
}

.MediaBox_next{
    position: absolute;
    right: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-next.png);
    cursor: pointer;
}

.MediaBox_container{
    position: relative;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

.MediaBox_zoom{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

.MediaBox_zoom a{
    font-style: italic;
}

#MediaBox_sliderPrevious{
    float: left;
    width: 10px;
    height: 20px;
    margin: 40px 0px 0px 10px;
    background: #00f;
    cursor: pointer;
}

#MediaBox_sliderNext{
    float: right;
    width: 10px;
    height: 20px;
    margin: 40px 10px 0px 0px;
    background: #00f;
    cursor: pointer;
}

.MediaBox .disabled{
    background: #ccf !important;
    cursor: default !important;
}

.MediaBox_slider{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 10px 30px 0px 30px;
    white-space: nowrap;
}

.MediaBox_sliderImage{
    max-height: 80px;
    cursor: pointer;
}

.MediaBox_sliderDelimeter{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
}

.MediaBox_counter{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

/* SYSTEM: End mediaBox control */

/* SYSTEM: Start multiselectbox */

div.mselectFrame{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #848484;
    overflow: auto;
}

div.mselectOption, div.mselectOptionselected{
    padding: 0px 2px;
    white-space: nowrap;
    cursor: default;
}

div.mselectOptionselected{
    background: #5fabfe;
    color: #fff;
}

/* System: End multiselectbox */


/* System: Start Catalog menu
 * @tpl eshop_tree_links.tpl
 */

.eshop-cat-tree__small-picture {
    float: left;
    padding-right: 12px;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown {
    float: left;
    width: 100%;
    margin: 30px 0;
    background: #F5F5F5;
    clear: both;
}

.eshop-cat-tree__item {
    display: inline-block;
    list-style-type: none;
}

.eshop-cat-tree__item-link {
    display: block;
    padding-right: 8px;
    line-height: 1.6;
}

.eshop-cat-tree__item-link_type_selected .eshop-cat-tree__small-picture {
    display: none;
}

.eshop-cat-tree_level_3 {
    padding-top: 10px;
}

.eshop-cat-tree_level_3 .eshop-cat-tree__item {
    padding: 2px;
    display: block;
    float: none;
}

.eshop-cat-tree_level_1 {
    position: relative;
}

.eshop-cat-tree_level_2 {
    display: none;
    position: absolute;
    z-index: 10;
    background: #F5F5F5;
    padding: 0;
    margin: 0;
}

.eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    display: block;
}

/* System: End catalog menu
 * @tpl eshop_tree_links.tpl
 */

/* System: Start path
 * @tpl eshop_catalog.tpl
 */

.category-path__link {
    padding-right: 6px;
}

.category-path__link:after {
    content: "\2192";
    padding-left: 6px;
}
.category-path__link:last-child:after {
    content: '';
}

/* System: End path
 * @tpl eshop_catalog.tpl
 */

/* System: Start pager
 * @tpl pager.tpl
 */

.pager{
	clear:both;
	margin:20px 0;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.pager::after{
	content:"";
	display:table;
	clear:both;
}
.pager__content{
	float:right;
}
.pager__button,.pager__button:visited{
	display:block;
	float:left;
	padding:2px 10px;
	border:1px solid #ccc;
	margin-left:-1px;
	*zoom:1;
	text-decoration:none;
	font-size:13px;
}
.pager__button:focus{
	outline:none;
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button:hover{
	background:#e6e6e6;
	color:#333;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#6e6e6e;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	cursor:default;
}

/* System: End pager
 * @tpl pager.tpl
 */

/* System: Start sm_menu
 * @tpl sm_tree.tpl
 */

a.eshop_sm_level_1_a {
    font-size: 18px;
}

.sm_tree .sm_level_1 a:link, .sm_tree .sm_level_1 a:visited, .sm_tree .sm_level_1 a:active, .sm_tree .sm_level_1 a:hover {
    font-size: 1.1em;
}
.sm_level_1 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_2 {
    margin-left: 15px;
}
.sm_tree .sm_level_2 a:link, .sm_tree .sm_level_2 a:visited, .sm_tree .sm_level_2 a:active, .sm_tree .sm_level_2 a:hover {
    font-size: 1.1em;
}
.sm_level_2 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_3 {
    margin-left: 25px;
}
.sm_tree .sm_level_3 a:link, .sm_tree .sm_level_3 a:visited, .sm_tree .sm_level_3 a:active, .sm_tree .sm_level_3 a:hover {
    font-size: 1.1em;
}
.sm_level_3 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_tree_item_selected {
    font-weight: 700;
}
.sm_imaged_tree .sm_imaged_item_normal_1, .sm_imaged_tree .sm_imaged_item_active_1, .sm_imaged_tree .sm_imaged_item_normal_2, .sm_imaged_tree .sm_imaged_item_active_2, .sm_imaged_tree .sm_imaged_item_normal_3, .sm_imaged_tree .sm_imaged_item_active_3 {
    line-height: 19px;
    padding-left: 7px;
}

table .eshop_sm_level_1_a {
    margin-top: 24px;
    display: block;
    margin-bottom: -24px;
}

/* System: End sm_menu
 * @tpl sm_tree.tpl
 */

/* System: Start sticker
 * @tpl stickers.tpl
 */

.stickers td {
    text-align: left;
    vertical-align: top;
}
.stickers .small_row {
    border: 0;
}
.stickers .small_row_dashed {
    border: dashed #ccc 1px;
}
.stickers .small_header {
    line-height: 16px;
}
.stickers .small_header a {
    border-bottom: dashed 1px;
    text-decoration: none;
}
.stickers .small_announce {
    padding: 3px;
}
.stickers .small_Hsplitter img {
    height: 1px;
    width: 20px;
}
.stickers .small_Vsplitter img {
    height: 20px;
    width: 1px;
}

/* System: End sticker
 * @tpl stickers.tpl
 */

/* System: Start user menu */

.user_menu_index {
    display: inline;
}

.user_profile {
    font-weight: bold;
    cursor: pointer;
}

.user_menu li {
    color: #ccc;
    cursor: default;
}

.user_menu_img {
    cursor: pointer;
    padding-left: 5px;
}

ul.user_menu {
    list-style-type: none;
    border: 1px solid #000000;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

ul.user_menu li {
    padding: 0px;
    margin: 10px;
}

.member_user_menu {
    position: relative;
}

.user_profile_on {
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.user_menu {
    z-index: 1000;
    padding-top: 10px;
    box-shadow: 0px 1px 5px #ccc;
    border: 1px solid #000000;
    top:-21px;
    left: -11px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

.user_menu_discussion {
    top: -21px;
}

.user_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.user_menu ul li {
    padding: 0px;
    margin: 10px;
}

.top_user_block {
    padding:3px;
    float: left;
}

/* System: End user menu */

/* System: Start print link
 * @tpl pages.tpl
 */

.pages_print_version img {
    padding-right: 6px;
}

/* System: End print link
 * @tpl pages.tpl
 */
 
/* System: Start Amiro copywrite link */
 
#sign {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    text-align: right;
}

/* System: End Amiro copywrite link */
/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}
/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */

/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}
.articles_item-row__announce p{font-size:14px;}

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */

/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

/* Start global style */

* {
    margin: 0px;
    padding: 0px;
    border: 0;

    font-family: 'Gilroy', sans-serif;
}

a, .eshop-item-small__one-click {
	color: #666666;
    text-decoration: none;
}

a:hover {
    color: #0091d5;
	text-decoration: none;   
}

a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content_block {
    position: relative;
    height: 100%;
    max-width: 1190px;
    margin: 0 auto;
}

.padding_block {
    margin: 0px;
    padding: 0px 10px;
}

body p {
    font-size:16px;
    line-height:25px;
}

.form input {
    padding: 13px 17px;
}

input {
    padding: 13px 17px;
    margin: 10px 4px;
  	background: #f4f7f9;
    line-height: 24px;
    font-size: 15px;
  	color: #999;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
}

textarea {
  	width: 100% !important;
  	max-width: 440px;
    margin: 10px 0px;
	color: #999;
  	background: #f4f7f9;
	border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

input[type="submit"] {
    height: auto;
    color: #fff;
    background: #2374a7;
    border-color: #2374a7;
    border: none;
    padding: 10px 30px;
  	font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

input[type="submit"]:hover {
    color: #fff;
    background: #f9c831;
    border-color: #f9c831;
    border: none;
}

.small_login_form input.txt {
    padding: 2px 4px;
}

.alt_header1, .alt_header2, .alt_header3, .alt_header4, .alt_header5 {
    padding: 0px 0px 0px 0px;
}

/* End global style */

/* Scroll top */

.scroll_top {
    background-color: #3b3d3d;
    cursor: pointer;
    float: right;
    height: 15px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    color: #FFFFFF;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 15px;
    padding: 15px;
    font-size: 25px;
    line-height: 12px;
    z-index: 999;
}

.scroll_top:hover {
    color: #fff;
    background: #63D0FD;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.scroll_top i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

/* Scroll top */

/*Amiro text editor smiles*/
#amiroTEdPureDiv {
    position: relative;
}

#amiroTEdPureDiv > div {
    position: absolute;
    top: -4px;
    right: -25px;
    padding: 5px 30px 5px 5px;
}

#amiroTEdPureDiv > div.openTEdSmiles {
    position: absolute;
    top: -5px;
    right: -20px;
    padding: 5px 30px 5px 5px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

#amiroTEdPureDiv > div:before {
    position: absolute;
    right: 5px;
    content: "\f118";
    font: normal normal normal 20px/1 FontAwesome;
}

#amiroTEdPureDiv > div img {
    display: none;
}

#amiroTEdPureDiv > div.openTEdSmiles img {
    display: inline-block;
}
/*Amiro text editor smiles*/

/* Eshop detailed tabs */

.tabs {
    margin: 0 0 30px;
}

.tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    border-bottom: 3px solid #5b5b5b;
}

.tabs__caption:after {
    content: '';
    display: table;
    clear: both;
}

.tabs__caption li {
    padding: 10px 20px;
    background: #f0f0f0;
    border: none;
    margin: 0px 10px 0px 0px;
    color: #5b5b5b;
    position: relative;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs__caption li:not(.active) {
    cursor: pointer;
}

.tabs__caption .active {
    color: #fff; 
    background: #5b5b5b;
}

.tabs__content {
    background: #fff;
    padding: 40px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.tabs__content_init {
    display: none;
}

.tabs__content.active {
    display: block;
}

.tabs__caption li:hover {
    color: #fff; 
    background: #5b5b5b;
}

/* Eshop detailed tabs */

/* Header */

#lay_f1 {
padding-bottom:30px;
}

.header_top_panel,
.header_middle_panel,
.header_bottom_panel {
    width: 100%;
}

.header_top_panel {
    height: 50px;
    background: #16608f;
    border-bottom: 1px dotted #2778aa;
}

.header_middle_panel {
    height: 100px;
    background: #186ea4;
}

.header_bottom_panel {
    height: 55px;
    border-bottom: 1px solid rgb(230, 230, 230);
    background: #d7dce0;
}

.header_tel {
    padding: 0px 15px 0px 0px;
    line-height: 49px;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.header_contacts,
.header_member {
    display: inline-block;
    padding: 0px 15px;
    line-height: 49px;
    color: #fff;
}

.header_contacts:hover,
.header_member:hover {
    color: #fff;
}

.header_member {
    float: right;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header_contacts *,
.header_member * {
    font-size: 12px;
}

.header_contacts:hover,
.header_member:hover {
    background: #0091d5;
    text-decoration: none;
}

.header_tel i, 
.header_contacts i,
.header_member i {
    padding: 0px 5px 0px 0px;
    font-size: 16px;
}

.header_member_container {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 100;
    padding: 10px 15px;
    cursor: default;
    background: #434343;
    color: #c5c5c5;
}

.header_member_container_show {
    display: block;
}

.header_member_container * {
    white-space: nowrap;
    line-height: 35px;
}

.header_member_container a {
    color: #fff;
}

.header_member_container a:hover {
    color: #00a9e0;
}

.header_logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header_search {
    position: relative;
    float: right;
    margin: 28px 0px 0px 0px;
}

.header_search .form__search-line {
    height: 40px;
    padding: 0 40px 0 10px;
    background: #f4f4f4;
    border: 2px solid #f4f4f4;
    border-radius: 0px;
    color: #9d9d9d;
    font-size: 12px;
    line-height: 40px;
}

.header_search .form__submit {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
    padding: 0px;
    font-size: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header_search .form__submit:hover {
    background: #0091d5;
    border-color: #0091d5;
}

.header_search form:after {
    position: absolute;
    content: "\f002";
    pointer-events: none;
    top: 12px;
    right: 14px;
    font: normal normal normal 18px/1 FontAwesome;
    color: #fff;
}

.header_cart {
    float: right;
}

.header_cart .cart-small {
    display: none;
}

.header_cart_button {
    display: inline-block;
    min-height: 18px;
    padding: 13px 15px;
    margin: 28px 0px 0px 10px;
    background: #fbb203;
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.header_cart_button b,
.header_cart_count {
    font-size: 14px;
}

.header_cart_button:hover {
    color: #333;
    text-decoration: none;
}

.header_catalog {
    position: relative;
    display: inline-block;
    width: 20%;
}

.header_catalog_show {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 100%;
    height: 15px;
    padding: 20px 0px;
    background: #f9c831;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.header_catalog_show span {
    margin: 0px 0px 0px 15px;
    font-size: 14px;
}

.header_catalog_show .fa {
    float: right;
    margin: 0px 15px 0px 0px;
}

.header_catalog > .eshop-cat-tree {
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 0px;
    background: #434343;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_catalog > .eshop-cat-tree_show {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    top: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_catalog .eshop-cat-tree__item {
    display: inline-block;
    width: auto;
}

.header_catalog .eshop-cat-tree__item-link {
    display: inline-block;
    color: #fff;
}

.header_catalog .eshop-cat-tree_level_1 > .eshop-cat-tree__item > .eshop-cat-tree__item-link:hover {
    text-decoration: none;
    color: #00a9e0;
}

.header_catalog .eshop-cat-tree_level_1 > .eshop-cat-tree__item:hover > .eshop-cat-tree__item-link:before {
    content: "\f0da";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 12px;
    color: #fff;
}

.header_catalog .eshop-cat-tree__item-name {
    font-size: 14px;
}

.header_catalog .eshop-cat-tree__item.global_cols_1 {
    position: relative;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    word-break: break-word;
    line-height: 30px;
}

.header_catalog .eshop-cat-tree_level_1 > .eshop-cat-tree__item > .subcats_1:after {
    content: "\f054";
    font: normal normal normal 10px/1 FontAwesome;
    position: absolute;
    right: 5px;
    top: 18px;
}

.eshop-cat-tree_roll_out {
	display: none;
}

.header_catalog .eshop-cat-tree_level_2 {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    top: 0px;
    left: 110%;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    border-top: 2px solid #0091d5;
    background: #fff;
    -moz-box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
}

.header_catalog .eshop-cat-tree__item.global_cols_1:hover .eshop-cat-tree.eshop-cat-tree_level_2 {
    left: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_catalog .eshop-cat-tree_level_2 .eshop-cat-tree__item {
    width: 100%;
}

.header_catalog .eshop-cat-tree_level_2 .eshop-cat-tree__item-name {
    line-height: 28px;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
}

.header_catalog .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover {
    color: #00a9e0;
}

.header_menu {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.main-menu__item:hover .main-menu {
    
}

.main-menu__item:hover {
    background: none;
}

.main-menu__item-link {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-menu__item-link:hover {
    color: #0091d5;
    text-decoration: none;
}

.header_menu_show {
    display: none;
}

.main-menu__item_level_0 a {
    padding: 0px 6px;
    display: block;
    line-height: 55px;
}

.main-menu__item:hover .main-menu {
    top: 55px;
    left: -10px;
    padding: 10px;
    background: #434343;
}

.main-menu__item .main-menu .main-menu__item-link {
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.main-menu__item .main-menu .main-menu__item-link:hover {
    color: #00a9e0;
}

/* Header */

/* Eshop */

.special_label {
    background: #73d33f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    top: 10px; 
}

.special_label:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #73d33f transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    content: "";
    position: absolute;
    right: 5px; 
}

/* Eshop */

/* Knowledge base */

.eshop_sm_level_1_a nobr {
    font-size: 20px;
    text-decoration: underline;
}

table .eshop_sm_level_1_a {
    display: block;
    margin: 24px 0px 15px 0px;
}

.kb-catalog-list_announce {
    padding-left: 15px;
    font-size: 13px;
}

.kb-catalog-list_sub_cat td {
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

.kb-catalog-list_cat_item_list {
    margin: 15px 0px 0px 0px;
}

.kb_itemD_field_3 {
    padding: 13px 15px;
    background: #2374a7;
    text-align: center;
}

.kb_itemD_field_3 a {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    text-transform: capitalize;
}

.kb_itemD_field_3:hover {
    background: #f9c831;
}

/* Knowledge base */

/* City list */

.spec_city_list {
    position: relative;
    text-align: center;
    height: 165px;
    overflow: hidden;
}

.spec_city_list_title {
    position: relative;
    color: #444444;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.spec_city_list_title span {
    position: relative;
    z-index: 10;
    padding: 0px 15px;
    background: #fff;
}

.spec_city_list_title:before {
    background: #e5e5e5;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.spec_city_list .ref_small_item {
    display: inline-block;
    margin: 0px 10px 20px 10px;
}

.spec_city_list_show_all {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    cursor: pointer;
    line-height: 60px;
    color: #444444;
}

.spec_city_list_show_all:hover { 
 	color: #0091d5;  
}

.spec_city_list_all {
    height: 100%;
}

.spec_city_list_show_all .fa-chevron-up {
    display: none;
}

.spec_city_list_all .spec_city_list_show_all .fa-chevron-up {
    display: block;
}

.spec_city_list_all .spec_city_list_show_all .fa-chevron-down {
    display: none;
}

/* City list */

/* Footer */

.footer_top_panel {
    padding: 30px 0px;
    background: #f0f0f0;
    overflow: hidden;
}

.footer_middle_panel {
    padding: 30px 0;
    background: #efefef;
    overflow: hidden;
}

.footer_bottom_panel {
    background: #3b3d3d;
    padding: 15px 0;
    overflow: hidden;
}

.footer_subscribe {
    display: inline-block;
}

.footer_subscribe span {
    color: #444444;
    font-size: 18px;
}

.footer_subscribe i {
    background: #0091d5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin-right: 10px;
}

.footer_subscribe form {
    display: inline-block;
    width: 270px;
    margin: 0px 0px 0px 15px;
    vertical-align: middle;
}

.footer_subscribe .txt {
    background: #fff;
    border: 1px solid #dcdcdc;
    height: 40px;
    margin: 0px;
    line-height: 40px;
    width: 100%;
    padding: 0px 10px;
    font-size: 13px;
}

.footer_subscribe .btn {
    border: none;
    background: #444444;
    color: #fff;
    padding: 0px 25px;
    margin: 0px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.footer_subscribe .btn:hover { 
    background: #0091d5; 
    border: none; 
}

.footer_social {
    display: inline-block;
    float: right;
    line-height: 50px;
}

.footer_social_links li {
    display: inline-block;
    list-style-type: none;
}

.footer_social_links i {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.footer_social_links .fa-facebook {
    background: #4f66aa;
}

.footer_social_links .fa-twitter {
    background: #399bff;
}

.footer_social_links .fa-feed {
    background: #4f66aa;
}

.footer_social_links .fa-google {
    background: #ea684a;
}

.footer_payment__link {
    float: right;
}

.footer_payment__link img {
    max-width: 324px;
    width: 100%;
}

.footer_middle_panel .padding_block {
    display: table;
    width: 100%;
}

.footer_middle_panel .padding_block > div {
    display: table-cell;
    padding-right: 15px;
    color: #666;
}

.footer_title {
    display: inline-block;
    margin: 0 0 30px;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
}

.footer_catalog .global_cols_1 {
    float: left;
    clear: both;
    width: auto;
    line-height: 30px;
}

.footer_catalog .eshop-cat-tree__item-link {
    display: inline-block;
}

.footer_catalog .eshop-cat-tree__item-name {
    font-size: 13px;
}

.footer_catalog .eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    display: none;
}

.nav-menu__item {
    float: left;
    clear: both;
    line-height: 30px;
    font-size: 13px;
}

.footer_members > div * {
    line-height: 30px;
    font-size: 13px;
}

.footer_contacts_list {
    list-style-type: none;
}

.footer_contacts_list li {
    line-height: 30px;
    font-size: 13px;
    padding: 0 0 5px 4px;
}

.footer_contacts_list span,
.footer_contacts_list a {
    font-size: 13px;
}

.footer_contacts_list i {
    border-right: 1px solid #cecece;
    color: #666666;
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin-right: 5px;
    padding-right: 5px;
    text-align: center;
    width: 32px;
}

/* Footer */

@media screen and (max-width: 1000px) {
    
    /* Header */
    
    .header_tel {
        padding: 0px 5px 0px 0px;
    }
    
    .header_contacts, .header_member {
        padding: 0px 5px;
    }
    
    .header_middle_panel {
        height: 130px;
    }
    
    .header_logo {
        display: inline-block;
        position: relative;
        top: 15px;
        transform: translateY(0%);
    }
    
    .header_cart_button {
        position: relative;
        padding: 8px 20px;
        margin: 15px 0px 0px 0px;
        font-size: 0px;
    }
    
    .header_cart_button i {
        font-size: 22px;
    }
    
    .header_cart_button b, .header_cart_count {
        font-size: 0px;
    }
    
    .header_cart_count {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 2px;
        min-width: 10px;
        background: #fb8103;
        border-radius: 0;
        font-size: 10px;
        text-align: center;
    }
    
    .header_search {
        width: 100%;
        float: none;
        margin: 30px 0px 0px 0px;
    }
    
    .header_search .form__search-line {
        width: 100%;
        padding: 0px;
        height: 44px;
        border: 0px solid #f4f4f4;
        font-size: 14px;
    }
    
    .header_catalog {
        position: static;
    }
    
    .header_catalog_show {
        text-align: center;
    }
    
    .header_catalog_show span {
        display: none;
    }
    
    .header_catalog_show .fa {
        float: none;
        margin: 0px;	
    }
    
    .header_catalog > .eshop-cat-tree {
        position: fixed;
        top: 55px;
        left: 0px;
    }
    
    .header_catalog > .eshop-cat-tree_show {
        position: absolute;
        top: 55px;
        left: 0px;
        height: auto;
    }
    
    .header_catalog .eshop-cat-tree_level_2 {
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        left: 0px;
    }
    
    .header_catalog .eshop-cat-tree__item.global_cols_1:hover .eshop-cat-tree.eshop-cat-tree_level_2 {
        left: 0px;
    }
    
    .header_catalog .eshop-cat-tree_level_1 {
        overflow: hidden;
    }
    
    .header_catalog .eshop-cat-tree_level_1 > .eshop-cat-tree__item > .subcats_1:after {
        display: none;
    }
    
    .header_catalog .eshop-cat-tree_level_2 {
        padding: 0px 0px 0px 15px;
        border-top: none;
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .header_catalog .eshop-cat-tree_level_2 .eshop-cat-tree__item-name {
        color: #fff;
    }
    
    .header_catalog .eshop-cat-tree__item.global_cols_1 {
        width: 100%;
    }
    
    .eshop-cat-tree_roll_out {
        display: block;
        position: absolute;
        right: 35px;
        top: 10px;
        width: 30px;
        text-align: center;
    }
    
    .eshop-cat-tree_level_2_show {
        display: block;
    }
    
    .header_catalog .eshop-cat-tree_level_1 > .eshop-cat-tree__item:hover > .eshop-cat-tree__item-link:before {
        display: none;
    }
    
    .header_menu {
        position: static;
        margin: 0px 0px 0px 0px;
        float: right;
    }
    
    .header_menu_show {
        display: inline-block;
        width: 45px;
        height: 55px;
        line-height: 55px;
        text-align: center;
    }
    
    .header_menu .main-menu {
        z-index: 100;
        display: none;
        position: absolute;
        right: 0px;
        padding: 10px;
        background: #434343;
    }
    
    .header_menu .main-menu_show {
        display: block;
    }
    
    .header_menu .main-menu__item {
        width: 100%;
    }
    
    .header_menu .main-menu__item-link {
        padding: 10px 10px;
        color: #ffffff;
    }
    
    .main-menu__item_level_0 a {
        line-height: 1;
    }
    
    .main-menu__item_level_0 .main-menu {
        display: inline-block;
        position: static;
        padding: 0px 0px 0px 10px;
    }
    
    .main-menu__item .main-menu .main-menu__item-link {
        line-height: 1;
    }
    
    /* Header */
    
    /* Footer */
    
    .footer_subscribe {
        width: 100%;
    }
    
    .footer_subscribe i {
        display: none;
    }
    
    .footer_subscribe span {
        display: block;
    }
    
    .footer_subscribe form {
        margin: 15px 0px 0px 0px;
    }
    
    .footer_social {
        float: left;
        margin: 15px 0px 0px 0px;
    }
    
    .footer_middle_panel .padding_block {
        display: inline-block;
        width: auto;
    }
    
    .footer_middle_panel .padding_block > div {
        display: inline-block;
        padding: 0px 0px 20px 0px;
        width: 100%;
    }
    
    .footer_title {
        margin: 0 0 5px;
    }
    
    /* Footer */
    
}

/* Start Content CSS */

/* MAKET SPECIFIC STYLES */

@charset "utf-8";
/*Amiro CSS Document. Collection "Business.Default"*/

/* Yellow-Blue Theme" */
/* the colors used #2374a7 #fbb203 #efefef #FFFFFF*/

.cont_darker {
	color: #2374a7;
}

.cont_yellow {
	color: #fbb203;
}

.cont_quote {
	padding: 20px;
	background: #efefef;
	border-radius: 3px;
	border-left: 3px solid #fbb203;
}

.cont_quote-ico {
	text-align: left;
	position: relative;
}

.cont_quote-ico:before {
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 0;
	font-family: "FontAwesome";
	font-size: 30px;
	line-height: 30px;
	color: #fbb203;
	content: "п„Ќ";
	-webkit-transform: scaleX(-1) rotateY(-180deg);
	transform: scaleX(-1) rotateY(-180deg);
}

.cont_quote-ico-body {
	padding: 0px 10px 0px 50px;
}

.cont_quote-ico-author {
	padding: 0px 10px 0px 50px;
	color: #fbb203;
	font-weight: 600;
}

.cont_incut {
	padding: 20px;
	background: #efefef;
	border-radius: 3px;
}


.cont_shad {
    padding: 35px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 2px rgba(174, 174, 174, 0.2);
    box-shadow: 0 0 10px 2px rgba(174, 174, 174, 0.2);
}

.cont_frame {
	padding: 35px 20px;
	background: #FFFFFF;
	border: 3px solid #efefef;
}

.cont_dash {
	padding: 35px 20px;
	background: #FFFFFF;
	border: 3px dashed #efefef;	
    
}

.cont_cutoff {
	width: 100px;
	border-top: 3px solid #fbb203;	
}

.cont_icolist {
	flex-direction: row;
	display: flex;
	flex: 0 1 100%;
}

.cont_icolist-ico {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 80px;
    
}

.cont_icolist-ico-1:before, .cont_icolist-ico-2:before, .cont_icolist-ico-3:before {
	font-family: "FontAwesome";
	font-size: 60px;
	line-height: 60px;
	color: #fbb203;
}

.cont_icolist-ico-1:before {
	content: "п‚‡";
}

.cont_icolist-ico-2:before {
	content: "пѓЂ";
}

.cont_icolist-ico-3:before {
	content: "п€Ѓ";
}

.cont_icolist-body {
    flex: 0 1 auto;
	box-sizing: border-box;
}

.cont_icolist-head {
	font-size: 18px;
	color: #fbb203;
	font-weight: 900;
}

.cont_list-ord {
	counter-reset: li;
    list-style: none;
}

.cont_list-ord li {
	color: #000;
}

.cont_list-ord li + li {
	margin-top: 6px;
}

.cont_list-ord li:before {
	display: inline-block;
	margin-right: 13px;
	width: 15px;
	color: #fbb203;
	content: counter(li, decimal) ".";
	counter-increment: li;
}

.cont_list-mark {
	counter-reset: li;
    list-style: none;
    
}

.cont_list-mark li {
	color: #000;
	position: relative;
	padding-left: 32px;
}

.cont_list-mark li + li {
	margin-top: 6px;
}

.cont_list-mark li:before {
	position: absolute;
	top: 1px;
	left: 0;
	content: 'п„Њ';
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 11px;
	font-size: 13px;
	line-height: inherit;
	vertical-align: middle;
	color: #fbb203;
}

.cont_expand-normal, .cont_expand-opened {
	display: inline;
	color: #fbb203;
	cursor: pointer;
}

.cont_expand-content {
	overflow: hidden;
}

.cont_expand-a {
	display: inline;
}

.cont_expand-b {
	display: none;
}

.cont_img {
	width: 100%;
    height: auto;
    max-width: none;
	border: 0;
}

.cont_img-center{
    vertical-align: middle;
	width: 100%;
    height: auto;
    max-width: none;
	border: 0;
}

.cont_divtable {
	display: table;
	width: 100%;
}

.cont_divtablerow {
	display: table-row;	
}

.cont_divtablecell {
	display: table-cell;
	padding: 0px 15px;
	vertical-align: top;
}

.cont_col-50 {
	width: 50%;
	max-width: 50%;
}

.cont_col-33 {
	width: 33%;
	max-width: 33%;
}

.cont_col-25 {
	width: 25%;
	max-width: 25%;
}

.cont_col-66 {
	width: 66%;
	max-width: 66%;
}

.cont_col-75 {
	width: 75%;
	max-width: 75%;
}

.cont_btn {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	text-overflow: ellipsis;
	text-decoration: none;
	margin-bottom: 0;
	padding: 10px 30px;
	touch-action: manipulation;
	cursor: pointer;
	transition: .33s ease-out;
	white-space: nowrap;
	min-width: 100px;   
	border: 1px solid;   
   	color: #FFFFFF;
	background-color: #fbb203;
	border-color: #fbb203;
	background-image: none;
	user-select: none;
}

.cont_btn:hover {
	color: #fbb203;
	background-color: #FFFFFF;
	border-color: #fbb203;
}

.cont_btn-cur {
	border-radius: 4px;
}

.cont_btn-round {
	border-radius: 12px;
}

.cont_btn-rest {
	border-radius: 0px;
}

.cont_btn-circ {
	border-radius: 40px;
}

.cont_btn-shad {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20);
}

.cont_btn-icon {
	display: inline-block;
	text-align: center;
	font-family: "FontAwesome";
	font-weight: 300;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
}

.cont_btn-icon:before {
	position: relative;
	display: inline-block;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.cont_table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	border-color: #efefef;
}

.cont_table-1 {
	
}

.cont_table-1 thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
	color: #FFFFFF;
	background: #fbb203;
}

.cont_table-1 tbody {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
    
}

.cont_table-1 tfoot {
	display: table-footer-group;
	vertical-align: middle;
	border-color: inherit;
}

.cont_table-1 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.cont_table-1 > thead > tr > th {
	padding: 30px 20px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
	border-bottom: 0;
}

.cont_table-1 > tbody > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
}

.cont_table-1 > tfoot > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
	font-weight: 700;
	color: #fbb203;
}

.cont_table-2 {
	
}

.cont_table-2 thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
	color: #2374a7;
	background: #efefef;
}

.cont_table-2 tbody {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
    
}

.cont_table-2 tfoot {
	display: table-footer-group;
	vertical-align: middle;
	border-color: inherit;
}

.cont_table-2 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.cont_table-2 > thead > tr > th {
	padding: 30px 20px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
	border-bottom: 0;
}

.cont_table-2 > tbody > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
}

.cont_table-2 > tfoot > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
	font-weight: 700;
	color: #2374a7;
}

.cont_table-striped {
	
}

.cont_table-striped > tbody > tr:nth-of-type(even) {
	background-color: #efefef;
}

.contact-group .informationStyles{
	font-size:16px;
}

/* new service button */
.page-main__subtitle_flexed {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .page-main__subtitle_flexed {
        display: block;
        align-items: center;
    }
}
    
.n-but {
    margin: 0 auto;
}

.red {
	color: red;
}
/* /new service button */

/* Finish Content CSS */


.raion {
font-size: 12px;
}

.legaldetail__price1 {
display: flex;
margin-bottom: 24px;
justify-content: flex-start;
}

.legaldetail__price-label1 {
width: 70%;
}

.prinim{
font-weight:bold;
margin-bottom:20px;}
.prinim img {
vertical-align: middle;
    margin-right:10px;
    
}
.adresa-all{

}

.swiper-container {

  z-index: 999;
}
/*
 * FILE END: _mod_files/_css/ami_custom.css
 */

/*
 * FILE START: _mod_files/_css/ami_content.css
 */

/* Start Content CSS */

/* MAKET SPECIFIC STYLES */

@charset "utf-8";
/*Amiro CSS Document. Collection "Business.Default"*/

/* Yellow-Blue Theme" */
/* the colors used #2374a7 #fbb203 #efefef #FFFFFF*/

@charset "UTF-8";

/* additions header */


#logo img{
    	max-width: 140px;
}

.header_fixed header {
	padding:0;
}

.header_fixed .header-top {
	padding: 4px 0 10px;
}

.header_fixed > div > header > div.container {
	margin-top: -18px;
}

.header_fixed .header-phone {
	margin-top:2px;
}



.header_fixed #logo > img {
	max-width: 72px;
    margin-left: 52px;
    padding-top: 0;
}

.header_fixed > div > header > div.container > div > div.header-btn > a.btn._full {
	line-height: 28px;
    margin-top: 4px;
}

.block-r {
  width: 79%;
  display: inline-block;
  vertical-align: middle;
}

.block-l {
  width: 20%;
  display: inline-block;
  max-width: 200px;
  vertical-align: middle;
}

.star-ban-mob{
display:none;}

.form__field-caption a, .form__field-caption a:hover, .form__field-caption a:visited {
  color: #0F1111;
  font-size: 20px;
  line-height: 25px;
}

.legal-address.yell-address::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  background: #02c3d991;
  width: 100%;
  height: 100%;
}


.vacancy__uslovia-toggle a{
padding-right: 90px;
z-index: 999999;
position: relative;
display: inline-block;}

.pricelist, .pricelist td {
  border: 1px solid #000;
  border-collapse: collapse;
}

.pricelist td{
padding:10px;}

.pricelist tr:first-child td  {
 background-color: #02c3d991;
  
}

/* .pricelist tr:first-child td + td + td {width:100%;} */

.pricelist tr + tr td + td + td + td {

white-space: nowrap;
}


.table-wr {
  min-width: 300px;
  overflow-x: scroll;
  overflow-y: scroll;

}

.table-overflow-auto {
  overflow-x: auto;
  overflow-y: auto;
}

.social-mob-block {
  text-align: right;
  display: none;
    
}
.icon.icon-home {
  position: absolute!important;
top: 5px!important;
left: 24px;
}

.top-adress {
  padding-left: 50px!important;
    position: relative;
}
.info-td {
  min-width: 300px;
}

@media (max-width: 1300px) {
   .header_fixed {
		max-height: 90px!important;
    }

    .header_fixed > div > header > div.container {
		margin-top: 14px;
	}
    .header_fixed #logo > img {
        max-width: unset;
        margin-left: unset;
        padding-top: unset;
    }
}
    
/* / additions header */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.page-main.pb-0{
  padding-bottom: 0;
}
.page-main._min-height-none{
  min-height: inherit;
}

*,
::after,
::before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("_mod_files/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-ExtraBold.woff") format("woff"), url("/fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("/fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Heavy.woff") format("woff"), url("/fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("/fonts/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-LightItalic.woff") format("woff"), url("/fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("/fonts/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-ThinItalic.woff") format("woff"), url("/fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("/fonts/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-BlackItalic.woff") format("woff"), url("/fonts/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("/fonts/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-BoldItalic.woff") format("woff"), url("/fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-SemiBold.woff") format("woff"), url("/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("/fonts/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("/fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-SemiBoldItalic.eot");
  src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url("/fonts/Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-SemiBoldItalic.woff") format("woff"), url("/fonts/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("_mod_files/fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("_mod_files/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("_mod_files/fonts/Gilroy-Light.woff") format("woff"), url("_mod_files/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("/fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-MediumItalic.woff") format("woff"), url("/fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-ExtraBoldItalic.eot");
  src: local("Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url("/fonts/Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-ExtraBoldItalic.woff") format("woff"), url("/fonts/Gilroy-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Regular.woff") format("woff"), url("/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("/fonts/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-HeavyItalic.woff") format("woff"), url("/fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Medium.woff") format("woff"), url("/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("/fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-RegularItalic.woff") format("woff"), url("/fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("/fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-UltraLight.woff") format("woff"), url("/fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Bold.woff") format("woff"), url("/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("/fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Thin.woff") format("woff"), url("/fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("/fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Black.woff") format("woff"), url("/fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Gilroy';
  color: #0F1111;
  background-image: url("/_img/pattern.svg");
  background-repeat: repeat;
  background-attachment: fixed;
}

a:hover {
  text-decoration: none;
}

._h-p {
  padding: 0 40px;
}

.btn._outline {
  border-radius: 600px;
  line-height: 40px;
  min-width: 167px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
}

.btn._outline .icon {
  transition: all 0.3s;
}

.btn._outline:hover {
  background: #000;
  color: #fff;
}

.btn._outline._error {
  border: 1px solid #E00714 !important;
  background: #fff !important;
  box-shadow: 0 0 0 !important;
}

.btn._outline._error:hover {
  color: #E00714 !important;
}

.btn._outline._error:hover .icon {
  fill: #E00714 !important;
}

.btn._outline._gold {
  border: 1px solid #02c3d991;
}

.btn._outline._gold:hover {
  background: #02c3d991;
  color: #fff;
  box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);
}

.btn._outline._gold:hover .icon {
  fill: #fff;
}

.btn._outline[disabled] {
  color: #C4C4C4 !important;
  border-color: #C4C4C4 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.btn._outline[disabled] .icon {
  fill: #c4c4c4;
}

.btn._full {
  background: #02c3d991;
  border-radius: 600px;
  line-height: 40px;
  min-width: 167px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FFFFFF;
  border: 0 solid;
  padding: 0 16px;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

.btn._full._white {
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #0F1111;
}

.btn._full._white:hover {
  box-shadow: 0 0 13px #fff;
}

.btn._full:hover {
  box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);
}

.btn._big {
  min-width: 252px;
  line-height: 50px;
  letter-spacing: 2px;
  font-size: 12px;
}

._no-underline {
  text-decoration: none;
}

.check-it {
  letter-spacing: 1px;
  color: #0F1111;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.check-it input {
  opacity: 0;
  left: -9999em;
  position: absolute;
}

.check-it__indicator {
  border: 1px solid #000000;
  width: 12px;
  height: 12px;
  top: 1px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

.check-it input:checked + .check-it__indicator {
  border-color: #02c3d991;
  background: #02c3d991;
  box-shadow: inset 0 0 0 2px #fff;
}

._text-right {
  text-align: right;
}

._text-center {
  text-align: center;
}

.custom-checkbox input {
  position: absolute;
  left: -111111px;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox__indicator {
  width: 16px;
  height: 16px;
  top: 4px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.custom-checkbox input:checked + .custom-checkbox__indicator {
  box-shadow: inset 0 0 0 4px #fff;
  background: #000;
}

.custom-checkbox._yellow input:checked + .custom-checkbox__indicator {
  box-shadow: inset 0 0 0 4px #02c3d991;
}

.relative {
  position: relative;
}

.radio-tags {
  display: flex;
  flex-direction: row;
  margin-top: 27px;
  flex-wrap: wrap;
}

.radio-tag {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
    margin-bottom:10px;
  line-height: 45px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  min-width: 85px;
}

.radio-tag:last-child {
  margin-right: 0;
}

.radio-tag input {
  opacity: 0;
  max-width: 0;
  max-height: 0;
  left: -150px;
  position: absolute;
}

.radio-tag input:checked + .radio-tag__indicator {
  background: #02c3d991;
  border-color: #02c3d991;
}

.radio-tag__indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 600px;
}

.radio-tag__text {
  position: relative;
  z-index: 3;
}

.radio-tag:hover .radio-tag__indicator {
  border: 1px solid #02c3d991;
}

.custom-radio {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  cursor: pointer;
  line-height: 142%;
}

.custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  max-width: 0;
  max-height: 0;
}

.custom-radio__indicator {
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  border-radius: 60px;
}

.custom-radio__subtext {
  font-size: 14px;
  font-weight: 200;
}

.custom-radio input:checked + .custom-radio__indicator {
  box-shadow: inset 0 0 0 4px #fff;
  background: #000;
}

.custom-radio._yellow input:checked + .custom-radio__indicator {
  box-shadow: inset 0 0 0 4px #eac31e;
}

div .custom-radio._yellow {
  color: #0F1111;
}

.wrapper {
  overflow: hidden;
}

.form-group-info {
  margin-bottom: 46px;
  position: relative;
}

.form-group-info .message._bottom,
.podbor_message._bottom{
  bottom: -60px;
}

.form-group-info__label {
  font-size: 20px;
  margin-bottom: 9px;
}

.form-group-info__msg {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.09em;
  color: #E35C64;
  left: 14px;
  position: absolute;
}

.form-group-info__subtext {
  font-size: 14px;
}

.form-group-info__input {
  width: 100%;
  display: block;
  border: 0 solid;
  font-size: 14px;
  padding: 8px 13px;
  border-bottom: 1px solid #0F1111;
  margin-top: 30px;
}

.form-group-info__input._err-bg {
  border-color: #E35C64;
  background-image: url("/_img/form-error.svg");
  background-position: top 4px right 5px;
  background-repeat: no-repeat;
}

.form-group-info__input._err-bg::placeholder {
  color: #E00714;
}

.form-group-info__input._success-bg {
  border-color: #4BAF55;
  background-image: url("/_img/form-success.svg");
  background-position: top 4px right 5px;
  background-repeat: no-repeat;
}

.form-group-info__input._err {
  border-color: #E00714;
  color: #E00714;
}

.form-group-info__input._err::placeholder {
  color: #E00714;
}

.form-group-info__text {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
}

button {
  outline: none !important;
}

.form-group {
  position: relative;
}

@keyframes showmessage {
  0% {
    transform: scale(0) translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes hidemessage {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0) translateX(-100px);
  }
}

.message, .podbor_message {
  animation-name: showmessage;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  animation-fill-mode: forwards;
  font-size: 14px;
  line-height: 142%;
  color: #0F1111;
  white-space: nowrap;
  z-index: 30;
  opacity: 0;
  border: 1px solid #000;
}

.message._visible, .podbor_message._visible {
  opacity: 1;
}

.message._hide, .podbor_message._hide {
  animation-name: hidemessage;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.message._top, .podbor_message._top {
  top: -45px;
}

.message._top::before,
.podbor_message._top::before{
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  display: block;
  background: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  bottom: -8px;
  transform: rotate(-45deg);
}

.message._bottom,
.podbor_message._bottom{
  bottom: -45px;
}

.message._bottom::before,
.podbor_message._bottom::before{
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  display: block;
  background: #fff;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  top: -9px;
  transform: rotate(-45deg);
}

.message._left::before,
.podbor_message._left::before{
  left: 25px;
}

.custom-checkbox .message._bottom {
  bottom: -56px;
  left: -27px;
}

.pl-main {
  padding-left: 73px;
}

.page-main {
  padding-bottom: 95px;
  min-height: calc(100vh - 465px);
}
.page-main.no-ots {
  padding-bottom:0px;
}

.page-main h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #02c3d991;
  margin-bottom: 20px;
}

.page-main h4 {
  font-weight: 600;
  font-size: 20px;
  max-width: 1090px;
  line-height: 25px;
  margin-bottom: 30px;
}

.page-main .page-subtitle {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 33px;
}

.page-main p {
  max-width: 1090px;
  line-height: 136%;
}

.page-main p._big {
  font-size: 20px;
}

.page-divider {
  z-index: 12;
  position: relative;
}

.page-divider .container {
  border-bottom: 1px solid #02c3d991;
  margin-top: -1px;
}

* {
  outline: none !important;
}

._yellow,
color {
  color: #f4ca1a;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 40px;
}

.section-black {
  padding: 50px 0;
  background: #0F1111;
  color: #fff;
  position: relative;
  margin-top: 57px;
}

.section-black::before {
  display: block;
  content: '';
  background: #0F1111;
  position: absolute;
  left: -74px;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-black .typography ul li {
  font-weight: normal;
  max-width: inherit;
}

.section-black .typography ol li:before {
  color: rgba(70, 70, 70, 0.6);
}

.section-black h2 {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -1px;
}

.section-black .container {
  z-index: 4;
  position: relative;
}

.square-checkbox {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.09em;
  display: block;
  padding-left: 29px;
  position: relative;
  color: #000;
    font-weight:bold;
  cursor: pointer;
}

.square-checkbox a {
    lor: #000;
    font-weight:bold;
  color: #000;
  text-decoration: underline;
}

.square-checkbox a:hover {
  text-decoration: none;
}

.square-checkbox__indicator {
  width: 15px;
  height: 15px;
  border: 1px solid #C4C4C4;
  position: absolute;
  left: 0;
  top: 0;
}

.square-checkbox__input {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -10;
}

.square-checkbox__input:checked + .square-checkbox__indicator {
  box-shadow: inset 0 0 0 3px #FFF, inset 0 0 0 7px #C4C4C4;
}

.page-main h2 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 26px;
  margin-top: 58px;
  letter-spacing: -1px;
}

.page-main h2:first-child {
  margin-top: 0;
}

.page-main a {
  color: #02c3d991;
}

.typography ol {
  counter-reset: list 0;
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.typography ol > li {
  font-weight: normal;
  font-size: 20px;
  padding: 38px 0 0;
  margin-bottom: 26px;
  position: relative;
}

.typography ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 900;
  font-size: 64px;
  line-height: 111.88%;
  z-index: -1;
  counter-increment: list;
  content: counter(list);
  letter-spacing: 0.2px;
  color: rgba(236, 236, 236, 0.6);
}

.typography ol > li:nth-child(1)::before {
  content: '01';
}

.typography ol > li:nth-child(2)::before {
  content: '02';
}

.typography ol > li:nth-child(3)::before {
  content: '03';
}

.typography ol > li:nth-child(4)::before {
  content: '04';
}

.typography ol > li:nth-child(5)::before {
  content: '05';
}

.typography ol > li:nth-child(6)::before {
  content: '06';
}

.typography ol > li:nth-child(7)::before {
  content: '07';
}

.typography ol > li:nth-child(8)::before {
  content: '08';
}

.typography ol > li:nth-child(9)::before {
  content: '09';
}

.typography table {
  width: 100%;
  margin-left: -6px;
  border-spacing: 9px;
  table-layout: fixed;
  margin-bottom: 35px;
}

.typography table td,
.typography table th {
  border: 1px solid #02c3d991;
  border-spacing: 10px;
  font-size: 16px;
  width: 2%;
  line-height: 123%;
  text-align: center;
  font-weight: 600;
  padding: 16px 10px;
}

.typography table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.typography table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.typography table th {
  background: #02c3d991;
  color: #0F1111;
}

.typography table th:first-child {
  border-radius: 10px 0 0 0;
}

.typography table th:last-child {
  border-radius: 0 10px 0 0;
}

.typography table th:first-child,
.typography table th:last-child {
  border-radius: 10px 10px 0 0;
}

.typography .th-left {
  width: 100%;
  margin-left: 0;
  border-spacing: 0 21px;
  table-layout: fixed;
  margin-bottom: 35px;
}

.typography .th-left tr th:first-child {
  border-radius: 10px 0 0 10px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  width: 30%;
}

.typography .th-left tr td {
  width: 70%;
  border-radius: 0 10px 10px 0;
  padding: 40px 50px;
}

.typography .th-left h5 {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: left;
}

.typography .th-left h5 + ol {
  margin-top: 21px;
}

.typography .th-left ol {
  margin: 0;
  list-style: decimal;
  list-style-position: inside;
}

.typography .th-left ol li:before {
  display: none;
}

.typography .th-left ol li {
  text-align: left;
  font-size: 14px;
  line-height: 123%;
  padding: 10px 0;
  margin: 0;
}

.typography ul {
  list-style: none;
}

.typography ul li {
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  max-width: 845px;
  font-weight: 600;
}

.typography ul li::before {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-image: url("_img/li-yellow.svg");
  background-position: center;
  background-size: contain;
}

.typography p {
  font-size: 16px;
  line-height: 125%;
  margin: 15px 0;
  max-width: 1078px;
}

.typography p small {
  font-size: 16px;
}

.typography h2 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 26px;
  margin-top: 58px;
  letter-spacing: -1px;
}
  .typography h3 {
    font-size: 22px;
  }
.typography h2:first-child {
  margin-top: 0;
}

.typography h4 {
  margin-bottom: 15px;
  margin-top: 48px;
}

.typography h4:first-child {
  margin-top: 0;
}

.typography h5 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: 500;
}

.typography h5:first-child {
  margin-top: 0;
}

.typography h2 + h5 {
  margin-top: 20px;
}

.typography._sm p {
  font-size: 20px;
    line-height:25px;
}

.section-black {
  padding: 45px 0;
  background: #0F1111;
  color: #fff;
}

.section-black h2,
.section-black h3,
.section-black h4,
.section-black h5 {
  color: #02c3d991;
}

.section-black p {
  font-size: 16px;
}

.section-black p big {
  font-size: 20px;
  line-height: 133%;
}

color a {
  color: #02c3d991;
  text-decoration: none;
}

.section-yellow {
  padding: 45px 0;
  background: #02c3d991;
  color: #fff;
  position: relative;
}

.section-yellow:before {
  display: block;
  content: '';
  background: #02c3d991;
  position: absolute;
  left: -74px;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-yellow a {
  color: #fff;
}

.section-yellow .container {
  position: relative;
}

.section-yellow p {
  font-size: 16px;
  line-height: 174%;
}

.section-yellow p big {
  font-weight: 200;
  font-size: 20px;
}

.section-yellow h2,
.section-yellow h3,
.section-yellow h4,
.section-yellow h5 {
  color: #fff;
}

.section-yellow ul li::before,
.yellow-block ul li::before {
  background-image: url("/_img/li-white.svg");
}

.page-main__subtitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 28px;
  color: #0F1111;
}

.page-main__subdesc {
  font-weight: normal;
  font-size: 20px;
  max-width: 979px;
  line-height: 25px;
  color: #0F1111;
  margin-bottom: 40px;
}

.yellow-block {
  background: #02c3d991;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 37px;
  color: #fff;
  padding-bottom: 1px;
}

.yellow-block .typography p {
  font-size: 16px;
}

.yellow-block::after {
  margin-bottom: 37px;
  display: block;
  content: '';
  width: 100%;
}

div .horizontal-slider {
  position: relative;
  margin: 50px 0;
  overflow: visible !important;
}

div .horizontal-slider .swiper-wrapper {
  padding-bottom: 40px !important;
}

div .horizontal-slider._non-nav .swiper-wrapper {
  padding-bottom: 0 !important;
}

div .horizontal-slider._non-nav .horizontal-slider__nav {
  display: none;
}

div .horizontal-slider__slide {
  background: #FFFFFF;
  border: 1px solid #02c3d991;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  padding: 10px;
  align-items: center;
  transition: all 0.3s;
  min-height: 150px;
  color: #040404;
  justify-content: center;
}

div .horizontal-slider__slide:hover {
  background: #02c3d991;
  box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);
  border-radius: 10px;
  color: #fff;
}

div .horizontal-slider .swiper-scrollbar {
  background: rgba(189, 189, 189, 0.6);
  height: 1px;
  max-width: calc(100% - 150px);
}

div .horizontal-slider .swiper-scrollbar-drag {
  background: #02c3d991;
}

div .horizontal-slider .swiper-wrapper {
  z-index: 30;
}

div .horizontal-slider .swiper-container {
  overflow: visible;
}

div .horizontal-slider__nav {
  position: relative;
}

div .horizontal-slider .swiper-button-next.swiper-button-disabled svg,
div .horizontal-slider .swiper-button-prev.swiper-button-disabled svg {
  fill: #000;
}

div .horizontal-slider .swiper-button-next,
div .horizontal-slider .swiper-button-prev {
  position: relative;
  top: inherit;
  left: inherit;
  width: auto;
  right: inherit;
  height: initial;
  margin: 0 10px;
  display: inline-block;
}

div .horizontal-slider .swiper-button-next::after,
div .horizontal-slider .swiper-button-prev::after {
  display: none;
}

div .horizontal-slider .swiper-button-next .icon,
div .horizontal-slider .swiper-button-prev .icon {
  min-width: 43px;
  width: 43px;
  height: 16px;
  fill: #02c3d991;
  transition: all 0.3s;
}

div .horizontal-slider .swiper-button-next:hover .icon,
div .horizontal-slider .swiper-button-prev:hover .icon {
  transform: scale(1.15);
}

div .horizontal-slider__nav-btn {
  display: flex;
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 1;
}

div .horizontal-slider .swiper-button-next {
  transform: scale(-1, 1);
}

.mt-1 {
  margin-top: 20px;
}

.mt-2 {
  margin-top: 40px;
}

.mb-2 {
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.page-main > .container,
.section-black > .container,
.section-yellow > .container {
  padding-left: 73px;
}

.mt30 {
  margin-top: 30px !important;
}

.mt-2 {
  margin-top: 50px;
}

.responsive {
  overflow: auto;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 300;
  top: 0;
  width: 0;
  transition: all;
  background: rgba(0, 0, 0, 0.7);
}

.header-top {
  background: #f9f9f9;
  padding: 10px 0 11px;
}

.header-top .icon {
  position: relative;
  top: 4px;
}

.header-top .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 0 0 0 30px;
}

.icon-home,
.icon-time {
  max-width: 16px;
  max-height: 16px;
  margin-top: -7px;
  margin-right: 5px;
  fill: #02c3d991;
}

.icon-search {
  stroke: #000;
  opacity: 0.4;
  max-width: 16px;
  max-height: 16px;
}

.top-menu {
  margin: 0 auto;
  padding: 0 20px;
  margin-left: 8px;
}

.top-menu li {
  display: inline-block;
  padding: 0 10px 0 10px;
}

.top-menu li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #0f1111;
  transition: all 0.3s;
    display:flex;
  text-decoration: none;
    justify-content: center;
align-items: center;
height: 40px;
}

.top-menu li a:hover {
  color: #02c3d991;
}

.top-adress,
.top-time {
  padding-left: 21px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #0f1111;
  font-weight: bold;
    white-space:nowrap;
}

.search-block input {
  top: -9px;
    display:none;
  width: 0;
  border: 0 solid;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 14px;
  background: #f9f9f9;
  opacity: 0;
    padding:0px;
  outline: none !important;
  color: rgba(0, 0, 0, 0.4);
}

.search-block__btn {
  background: #f9f9f9;
  border: 0 solid;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
    
    padding:0 4px;
  color: rgba(0, 0, 0, 0.4);
  outline: none !important;
}

.search-block__close {
  position: absolute;
  z-index: 20;
  top: -4px;
  right: 26px;
  border: 0 saddlebrown;
  transform: scale(0);
  transition: all 0.3s;
  background: transparent;
  cursor: pointer;
}

.search-block__close .icon-close {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  stroke: #000;
}

.search-block__close:hover .icon-close {
  transform: scale(1.3);
}

._open-search::before {
  width: 100%;
  height: 100%;
}

._open-search .header-top {
  position: relative;
  z-index: 311;
}

._open-search .search-block input {
  position: absolute;
  z-index: 3;
  left: 55px;
  width: 100%;
  height: 40px;
  opacity: 1;
    display:block;
}

._open-search .search-block .search-block__close {
  transform: scale(1);
}

header {
  padding: 15px 0;
}

header .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-btn {
  margin-left: 36px;
  text-align: center;
}

.header-btn .price-list {
  font-family: Gilroy;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #0f1111;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #0f1111;
}

.header-phone a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  white-space: nowrap;
  color: #0f1111;
  display: block;
  text-decoration: none;
}

.wrapper-menu {
  margin: 0 auto 0 27px;
}

#logo {
  position: relative;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.main-menu .icon-triple {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.main-menu li {
  display: inline-block;
  position: relative;
}

.main-menu li a {
  display: inline-block;
  padding: 17px 11px;
  text-decoration: none;
  color: #0f1111;
    font-size:14px;
}

.main-menu li a span {
  position: relative;
  padding-bottom: 4px;    font-size:14px;
}

.main-menu li a span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  background-color: #02c3d991;
  -moz--transition: width 0.3s ease-in-out;
}

.main-menu li a:hover {
  color: #02c3d991;
}

.main-menu li a:hover > span::after {
  width: 100%;
}

.main-menu li:hover .icon {
  fill: #02c3d991;
}

.main-menu li:hover > a > span::after {
  width: 100%;
}

.main-menu li .second-level {
  display: block;
  display: none;
  position: absolute;
  z-index: 400;
  top: 49px;
  left: 0;
  min-width: 280px;
  padding: 20px;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
}

.main-menu li .second-level .row {
  min-width: 500px;
}

.main-menu li .second-level li {
  display: block;
  padding: 0;
}

.main-menu li .second-level li a {
  padding: 8px 10px;
  font-size: 12px;
}

.main-menu li._opens._open,
.main-menu li._opens:hover {
  background: #fff;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
}

.main-menu li._opens._open .second-level,
.main-menu li._opens:hover .second-level {
  display: block;
}

.main-menu li._opens._open > a,
.main-menu li._opens:hover > a {
  position: relative;
  z-index: 410;
  background: #fff;
  color: #02c3d991;
  border-radius: 3px 3px 0 0;
}

#feedback, #step-form, #feedback1 {
  display: none;
  width: 100%;
  max-width: 634px;
  overflow: visible;
  padding: 49px 51px;
  border-bottom: 20px solid #02c3d991;
  background: #ffffff;
  border-radius: 18px;
}
#feedback, #step-form, #feedback1 {

  max-width: 1000px;

}


#feedback .fancybox-close-small, #step-form .fancybox-close-small, #feedback1 .fancybox-close-small {
  top: -60px;
  right: -60px;
  width: 56px;
  height: 56px;
  transition: all 0.3s;
  background-image: url("/_img/modal-close.svg");
  background-position: center;
}

#feedback .fancybox-close-small svg, #step-form .fancybox-close-small svg, #feedback1 .fancybox-close-small svg {
  display: none;
}

#feedback .fancybox-close-small:hover, #step-form .fancybox-close-small:hover, #feedback1 .fancybox-close-small:hover {
  transform: scale(1.1);
}

#feedback form, #feedback1 form{
  max-width: 440px;
}

#step-form form, #feedback1 form  {
  max-width: 900px;
}


#feedback form button, #feedback1 form button {
  margin-top: 28px;
}

#feedback h3, #feedback1 h3  {
  font-size: 44px;
  letter-spacing: -1px;
  margin-bottom: 13px;
}

#feedback p, #feedback1 p {
  margin-top: 0;
  line-height: 152%;
  font-size: 16px;
}

#feedback .form-group, #feedback1 .form-group {
  margin-bottom: 40px;
  margin-top: 22px;
}

#feedback .input-effect label, #feedback1 .input-effect label {
  font-size: 14px;
  line-height: 142%;
  color: #0f1111;
}

#feedback label.error, #feedback1 label.error {
  top: 37px;
}

#feedback .input-effect__msg,
#feedback label.error, #feedback1 .input-effect__msg,
#feedback1 label.error {
  position: absolute;
  left: 14px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.09em;
  color: #e35c64;
}

.input-effect__input {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 0;
  padding: 7px 14px;
  border-bottom: 1px solid #0f1111;
  background-color: transparent;
  font-size: 14px;
  line-height: 142%;
  color: #0f1111;
}

.input-effect__input._error,
.input-effect__input.error {
  border-color: #e35c64;
  background-image: url("_img/form-error.svg");
  background-position: center right 5px;
  background-repeat: no-repeat;
}

.input-effect__input._success,
.input-effect__input.valid {
  border-color: #4baf55;
  background-image: url("_img/form-success.svg");
  background-position: center right 5px;
  background-repeat: no-repeat;
}

.input-effect__input._error + label {
  color: #e35c64 !important;
}

.input-effect__input ~ label {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
  left: 13px;
  width: 100%;
  transition: 0.3s;
  color: #0f1111;
  font-size: 14px;
  line-height: 142%;
  color: #0f1111;
  letter-spacing: 0.5px;
}

.has-content.input-effect__input ~ label,
.input-effect__input:focus ~ label {
  top: -16px;
  left: 0;
  font-size: 12px;
  color: #3399ff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}

.modal-message {
  display: none;
  max-width: 634px;
  overflow: visible !important;
  padding: 46px 50px 60px;
  border-radius: 18px;
  widows: 100%;
}

.modal-message .fancybox-close-small {
  top: -60px !important;
  right: -60px !important;
  width: 56px;
  height: 56px;
  transition: all 0.3s;
  background-image: url("/_img/modal-close.svg");
  background-position: center;
}

.modal-message .fancybox-close-small svg {
  display: none;
}

.modal-message .fancybox-close-small:hover {
  transform: scale(1.1);
}

.modal-message__title {
  color: #000;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 44px;
}

.modal-message p {
  font-size: 16px;
}

.modal-message img {
  margin-top: 31px;
}

#modal-success {
  background: #02c3d991;
}

#modal-error {
  background: #fff;
  border-bottom: 20px solid #e00714;
  padding-bottom: 40px;
}

#modal-error .fancybox-close-small {
  background-image: url("/_img/modal-close-red.svg");
}

.icon-sidebar-close {
  width: 18px;
  height: 18px;
  stroke: #000;
}

.right-sidebar {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}

.right-sidebar .right-sidebar__overlay {
  z-index: 35;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}

.right-sidebar .right-sidebar__wrapper {
  display: flex;
  flex-direction: column;
  z-index: 500;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 340px;
  height: 100%;
  max-height: 100%;
  overflow: scroll;
  padding: 25px;
  transform: translateX(400px);
  transition: transform 0.3s;
  transition: all 0.3s;
  background: #02c3d991;
}

.right-sidebar .sidebar-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.right-sidebar .sidebar-close:hover {
  transform: scale(1.1);
}

.right-sidebar__phone {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 29px;
  margin-bottom: 17px;
}

.right-sidebar__phone a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}

.right-sidebar__phone a:not(:last-child) {
  margin-right: 20px;
  display: inline-block;
}

.right-sidebar__btnwrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 40px;
  margin-bottom: 27px;
}

.right-sidebar__btnwrap .btn {
  margin-right: auto;
}

.right-sidebar__btnwrap .price-list, .right-sidebar__btnwrap .price-list, .right-sidebar__btnwrap .faq {
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #0f1111;
    margin-left:10px;
}

.right-sidebar__btnwrap .price-list:hover {
  text-decoration: none;
}

.right-sidebar__menu {
  margin-bottom: 40px;
}

.right-sidebar__menu ul {
  list-style: none;
  padding-left: 0;
}

.right-sidebar__menu ul li {
  list-style: none;
}

.right-sidebar__menu ul a {
  color: #0f1111;
  display: block;
  padding-right: 15px;
  text-decoration: none;
}

.right-sidebar__menu ul a:hover {
  color: #fff;
}

.right-sidebar__menu .third-level,
.right-sidebar__menu .second-level {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.right-sidebar__menu ._open > .third-level,
.right-sidebar__menu ._open > .second-level {
  max-height: 2000px;
}

.right-sidebar__menu .first-level > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.right-sidebar__menu .first-level > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

.right-sidebar__menu .first-level > li._have-children, .right-sidebar__menu .first-level > ._opens {
  position: relative;
}

.right-sidebar__menu .first-level > li._have-children::before, .right-sidebar__menu .first-level > li._opens::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 14px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: -3px;
}

.right-sidebar__menu .first-level > li._have-children._open > a, .right-sidebar__menu .first-level > li._have-children._open > a, .right-sidebar__menu .first-level > li._opens._open > a, .right-sidebar__menu .first-level > li._opens._open > a  {
  color: #fff;
}

.right-sidebar__menu .first-level > li._have-children._open::before, .right-sidebar__menu .first-level > li._opens._open::before {
  transform: scale(-1) rotate(45deg);
  margin-top: 2px;
}

.right-sidebar__menu .first-level > li._have-children._open::before,
.right-sidebar__menu .first-level > li._have-children:hover::before,
.right-sidebar__menu .first-level > li._opens._open::before,
.right-sidebar__menu .first-level > li._opens:hover::before{
  border-color: #fff;
}

.right-sidebar__menu .second-level {
  padding-left: 10px;
}

.right-sidebar__menu .second-level > li {
  /*
        &._have-children{
          position: relative;
          &::before{
            content: '+';
            font-size: 14px;
            display: inline-block;
            right: 0;
            top:14px;
            transform: translateY(-50%);
            position: absolute;
          }
          &._open{
            &::before{
              content: '-';
            }
          }
        }
        */
}

.right-sidebar__menu .second-level ul > li > a {
  padding: 6px 0;
  font-size: 14px;
}

.right-sidebar__menu .second-level ul > li._open > a {
  color: #fff;
}

.right-sidebar__menu .second-level ul > li._open::before,
.right-sidebar__menu .second-level ul> li:hover::before {
  color: #fff;
}

.right-sidebar__menu .third-level {
  display: none !important;
  padding-left: 20px;
}

.right-sidebar__menu .third-level li:first-child {
  padding-top: 10px;
}

.right-sidebar__menu .third-level > li > a {
  font-size: 12px;
  display: inline-block;
  padding: 6px 0;
}

.right-sidebar__footmenu {
  margin-top: 35px;
}

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

.right-sidebar__footmenu ul li {
  padding-top: 9px;
    display:block;
}

.right-sidebar__footmenu ul a {
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #0f1111;
}

.right-sidebar__footmenu ul a:hover {
  color: #fff;
}

.right-sidebar {
  z-index: 134;
}

._sidebar-open .right-sidebar {
  position: fixed;
  z-index: 134;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

._sidebar-open .right-sidebar__overlay {
  position: fixed;
  z-index: 134;
  opacity: 1;
}

._sidebar-open .right-sidebar__wrapper {
  position: fixed;
  transform: translateX(0);
}

._sidebar-close .right-sidebar {
  position: fixed;
  z-index: 34;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

._sidebar-close .right-sidebar__overlay {
  opacity: 0;
  position: fixed;
}

._sidebar-close .right-sidebar__wrapper {
  position: fixed;
  transform: translateX(400px);
}

.icons-block {
  display: none;
}

.icon-burger {
  width: 26px;
  fill: #000;
}

.icon-phone {
  width: 22px;
  fill: #000;
}

.search-open .icon-search {
  max-width: 20px;
  opacity: 1;
  fill: #000;
}

.search-open input {
  display: none;
}

.icons-block .icon-search,
.phone-btn,
.sidebar-open {
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.icons-block .icon-search:hover,
.phone-btn:hover,
.sidebar-open:hover {
  transform: scale(1.13);
}

.icons-block .icon {
  max-height: 25px;
}

.footer-about {
  background: #0f1111;
  color: #fff  ;
  padding: 21px 0 0;
}

.footer-about h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 111.88%;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
  margin-top: 21px;
  text-transform: uppercase;
}

.footer-about p {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 13px;
  padding-right: 27px;
}

.footer-about p b {
  font-weight: 600;
}

.footer-about p a {
  color: #5e5e5e !important;
  text-decoration: none;
}

.footer-about .container {
  padding-bottom: 31px;
  border-bottom: 1px solid #02c3d991;
}

.footer {
  padding-top: 30px;
  background: #0f1111;
  font-size: 12px;
  color: #fff;
}

.footer > .container {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 14px;
}

.footer a {
  color: #fff;
}

.footer h5, .footer .as-h5 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer__contact {
  font-size: 14px;
  margin-top: 18px;
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu li {
  list-style: none;
  margin-bottom: 0;
}

.footer__menu li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 209.3%;
  letter-spacing: 0.4px;
  color: rgba(189, 189, 189, 0.6);
  text-decoration: none;
  transition: color 0.3s;
}

.footer__menu li a:hover {
  color: #fff;
}

.footer__logo {
  margin-right: 30px;
}

.footer__logo{
max-width:100px;}

.footer__copy {
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.footer__bottom {
  padding: 30px 0;
}

.footer__ct img {
  position: relative;
  top: 1px;
}

.footer__ct a {
  transition: opacity 0.3s;
  text-decoration: none;
}

.footer__ct a:hover {
  opacity: 0.8;
}

.footer__bottom-link {
  margin: 0 auto 0 0;
  padding: 0;
  list-style: none;
}

.footer__bottom-link li {
  display: inline-block;
  margin-right: 60px;
}

.footer__bottom-link a {
  transition: color 0.3s;
  color: rgba(189, 189, 189, 0.6);
  text-decoration: none;
  font-size:12px;
}

.footer__bottom-link a:hover {
  color: #fff;
}

.mob-address {
  display: none;
}
.address.address_similar:hover .address__content {
  z-index: 9999;
}
.address {
  margin-bottom: 30px;
  border: 8px  solid #fff;
  position: relative;
  box-shadow: 10px 30px 34px rgba(82, 82, 82, 0.13);
  border-radius: 10px;
  background: #fff;
  padding-bottom: 15px;
}

.address__photo-wrap {
  position: relative;
  margin-bottom: 7px;
}

.address__tags {
  position: absolute;
  left: 10px;
  top: 10px;
}

.address__tags-tag {
  margin-right: 5px;
  display: inline-block;
  line-height: 22px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 6px;
  color: #fff;
}

.address__tags-tag._new {
  background: #02c3d991;
}

.address__tags-tag._vip {
  background: #E35C64;
}

.address__img {
  border-radius: 10px;
  max-height: 227px;
  min-height: 227px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.address__body {
  padding: 0 10px;
}

.address__body > .row ._text-right {
  margin-left: auto;
}

.address__country,
.address__station {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #000000;
}

.address__infs {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 9px;
  line-height: 10px;
  height: 10px;
  margin: 5px 0 10px;
}

.address__address {
  font-weight: bold;
  font-size: 14px;
  color: #0F1111;
  height: 32px;
  overflow: hidden;
  position: relative;
  z-index: 36;
}

.address__content {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  max-height: 0;
  left: 0;
  position: absolute;
  padding: 0 15px;
  margin: 0 -8px;
  border-radius: 10px;
  z-index: 40;
  background: #FFFFFF;
  transition: max-height ease-out  0.4s,padding 0.4s ease-in;
  color: #0F1111;
}

.address__content table {
  width: 100%;
}

.address__content table td {
  padding: 4px 0;
}

.address__content table td:last-child {
  text-align: right;
    /*white-space: nowrap;*/
}

.address .btn {
  width: 100%;
  margin-top: 12px;
}

.address .icon-metro {
  height: 10px;
  width: 14px;
}

.address .icon-metro._red {
  fill: #EF161E;
}

.address .icon-metro._blue {
  fill: #0078bf;
}

.address .icon-metro._deepskyblue .address .icon-metro._light-blue {
  fill: #19c1f3;
}

.address .icon-metro._brown {
  fill: #884c32;
}

.address .icon-metro._orange {
  fill: #f58531;
}

.address .icon-metro._darkviolet,
.address .icon-metro._purple {
  fill: #8e479c;
}

.address .icon-metro._gold,
.address .icon-metro._yollow {
  fill: #ffcb30;
}
.address .icon-metro._gray,
.address .icon-metro._grey {
  fill: #a0a2a3;
}

.address .icon-metro._green {
  fill: #2DBE2C;
}

.address .icon-metro._lawngreen,
.address .icon-metro._lime {
  fill: #b2d444;
}

.address .icon-metro._lightseagreen,
.address .icon-metro._teal {
  fill: #76c8c4;
}

.address .icon-metro._lightskyblue,
.address .icon-metro._blue-gray {
  fill: #acbfe1;
}

.address .icon-metro._steelblue {
  fill: #9999FF;
}

.address:hover {
  box-shadow: 0px 34px 44px rgba(0, 0, 0, 0.25);
}

.address:hover .address__space {
  background: #fff;
  height: 30px;
  position: absolute;
  width: calc(100% + 16px);
  bottom: 3px;
  z-index: 34;
  left: -8px;
}

.address:hover .address__content {
  left: 0;
  max-height: 1000px;
  padding: 15px;
  width: calc(100% + 16px);
  box-shadow: 0px 34px 44px rgba(0, 0, 0, 0.25);
  z-index: 101;
}

@keyframes showaddress {
  0% {
    transform: translateY(-250px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.address._animation {
  animation-name: showaddress;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes loaderfront {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loaderback {
  0% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

.loader {
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 10;
}

.loader__content {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  margin-top: -25px;
  transform: scale(0);
  transition: all 1s;
}

.loader._open .loader__content {
  transform: scale(1);
}

.loader__front {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  animation-name: loaderfront;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border: 2px solid #fff;
}

.loader__back {
  width: 35px;
  height: 35px;
  z-index: 9;
  position: absolute;
  left: 0;
  animation-name: loaderback;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: rotate(-45deg);
  top: 0;
  border: 2px solid #000;
}

.loader._white-bg .loader__front {
  border-color: #02c3d991;
}

.filter {
  max-width: 973px;
  margin: 0 auto;
  margin-top: 50px;
}

.filter .btn {
  font-size: 12px;
}

.filter-item {
  position: relative;
}

.filter-item__input {
  background: #FFFFFF;
  box-shadow: 10px 10px 34px rgba(236, 236, 236, 0.6);
  border-radius: 20px;
  line-height: 45px;
  height: 45px;
  padding-left: 20px;
  padding-right: 30px;
  white-space: nowrap;
  position: relative;
}

.filter-item__input::before {
  display: block;
  content: '';
  background: white;
  background: linear-gradient(270deg, white 56%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border-radius: 0 20px 20px 0;
  z-index: 5;
  width: 69px;
}

.filter-item__input-text {
  overflow: hidden;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  line-height: 45px;
}

.filter-item__toggle {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #02c3d991;
  position: absolute;
  right: 20px;
  transition: all 0.3s;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.filter-item__form {
  width: 600px;
  background: #FFFFFF;
  box-shadow: 10px 10px 34px rgba(236, 236, 236, 0.6);
  border-radius: 10px;
  padding: 0 18px 0;
  max-height: 0;
  overflow: hidden;
  z-index: 102;
  top: 55px;
  transition: all 0.3s;
  position: absolute;
}

.filter-item__form .row {
  margin: 0 -7px;
}

.filter-item__form .row > div {
  padding: 0 7px;
}

.filter-item._open .filter-item__form {
  display: block;
  max-height: 1000px;
  padding: 22px 18px 20px;
}

.filter-item._open .filter-item__toggle {
  transform: translateY(-50%) scale(-1, -1);
}

@keyframes open {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

._disabled {
  opacity: 0.2;
}

.breadcrumbs {
  margin: 19px 0 40px 0;
}

.breadcrumbs ul {
  list-style: none;
}

.breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #0F1111;
}

.breadcrumbs ul li a {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  color: #C4C4C4;
  transition: all 0.3s;
}

.breadcrumbs ul li a:hover {
  color: #02c3d991;
}

.breadcrumbs ul li:not(:last-child)::after {
  content: 'в†’';
  color: #C4C4C4;
  margin: 0 5px;
  display: inline-block;
}

#bestslider {
  background: #0e1111;
  padding: 50px 0;
}

#bestslider h2 {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 111.88%;
  text-align: center;
  letter-spacing: 0.2px;
  margin-bottom: 45px;
}

#bestslider .swiper-scrollbar {
  background: #353535;
  height: 1px;
  max-width: calc(100% - 150px);
}

#bestslider .swiper-scrollbar-drag {
  background: #02c3d991;
}

#bestslider .swiper-wrapper {
  z-index: 30;
}

#bestslider .swiper-container {
  overflow: visible;
}

#bestslider .bestslider__nav {
  position: relative;
}

#bestslider .swiper-button-next,
#bestslider .swiper-button-prev {
  position: relative;
  top: inherit;
  left: inherit;
  width: auto;
  right: inherit;
  height: initial;
  margin: 0 10px;
  display: inline-block;
}

#bestslider .swiper-button-next::after,
#bestslider .swiper-button-prev::after {
  display: none;
}

#bestslider .swiper-button-next .icon,
#bestslider .swiper-button-prev .icon {
  min-width: 43px;
  width: 43px;
  height: 16px;
  fill: #02c3d991;
  transition: all 0.3s;
}

#bestslider .swiper-button-next:hover .icon,
#bestslider .swiper-button-prev:hover .icon {
  transform: scale(1.1);
}

#bestslider .bestslider__nav-btn {
  display: flex;
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 1;
}

#bestslider .swiper-button-next {
  transform: scale(-1, 1);
}

@keyframes successopen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes smilerotate {
  0% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.subscription {
  background: #02c3d991;
  padding: 40px 0;
  text-align: center;
}

.subscription__title {
  line-height: 111.88%;
  letter-spacing: 0.2px;
  color: #0F1111;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.subscription__desc {
  font-size: 16px;
  line-height: 123%;
  text-align: center;
  color: #0F1111;
}

.subscription__form {
  max-width: 561px;
  margin: 0 auto;
  position: relative;
  margin-top: 33px;
}

.subscription__form._success {
  overflow: hidden;
}

.subscription__form._success .subscription__success {
  display: block;
}

.subscription__success {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #02c3d991;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  animation-name: successopen;
  animation-duration: 0.3s;
}

.subscription__success img {
  animation-name: smilerotate;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.subscription .row {
  margin: 0 -5px;
  margin-bottom: 29px;
}

.subscription .row > div {
  padding: 0 5px;
}

.subscription input.form-control {
  border: 1px solid #fff;
  padding: 17px 20px;
  font-size: 14px;
  box-sizing: border-box;
  max-height: 50px;
  border-radius: 60px;
  width: 100%;
  background: transparent;
  outline: none;
    color:#fff;
}

.subscription .custom-checkbox {
  font-size: 12px;
  color: #000;
}

.subscription .custom-checkbox a {
  color: #000;
}

.subscription .btn {
  padding: 0;
  height: 50px;
  overflow: hidden;
    background:#fff;
    color:#02c3d991;
  box-shadow:none;
}

.subscription .btn span {
  display: block;
  height: 50px;
  line-height: 50px;
    font-size:12px;
}

.subscription .btn:hover {
  background: #02c3d991;
  color:#fff;
}

.subscription .btn:hover span {
  box-shadow: inset 5px 5px 20px rgba(202, 167, 23, 0.6);
}

.subscription .custom-checkbox {
  font-size: 10;
}

.page-reviews {
  padding-bottom: 0;
}

.page-reviews .loader {
  position: relative;
  padding: 20px 0 50px;
}

.reviews-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 43px;
}

.reviews-head__btn {
  margin-left: auto;
}

.reviews-head a.reviews-head__link {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: -1px;
  color: #040404;
  text-decoration: none;
  opacity: 0.2;
  margin-right: 35px;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.reviews-head a.reviews-head__link:hover {
  border-bottom: 1px solid #040404;
}

.reviews-head a.reviews-head__link._active {
  opacity: 1;
  border-bottom: 1px solid #040404;
}

.reviews-head a.reviews-head__link._active:hover {
  border-bottom: 1px solid transparent;
}

.reviews-head a.reviews-head__link._soc._active + .reviews-head__btn {
  display: none;
}

.review {
  box-sizing: border-box;
  border: 1px solid #02c3d991;
  padding: 24px;
  width: 100%;
  transition: all 0.3s;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.review__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}


.review__body {
  font-size: 14px;
  line-height: 142%;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  margin:  0 0 auto;
  min-height: 133px;
}


.review__btn {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #02c3d991;

  white-space: nowrap;

}

.review__btn span {
  display: inline-block;
  position: relative;
  top: 8px;
  width: 100%;
  max-width: 34px;
  height: 23px;
  overflow: hidden;
  transition: all 0.3s;
  margin-left: 10px;
}

.review__btn .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 23px;
  fill: #02c3d991;
}

.review:hover {
  background: #02c3d991;
  box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);
  border-radius: 10px;
  color: #fff;
}

.review:hover .review__btn {
  color: #fff;
}

.review:hover .review__btn span {
  max-width: 54px;
}

.review:hover .review__btn .icon {
  fill: #fff;
}

._d-none {
  display: none;
}

.reviews-content-legal {
  margin: 0 -25px;
}

.reviews-content-legal > .col-lg-4 {
  display: flex;
  padding: 0 25px;
  margin-bottom: 50px;
}

#modal-review {
  background: #02c3d991;
}

.review-modal {
  max-width: 916.77px !important;
  overflow: visible !important;
  padding: 47px;
  background: #ffffff;
  border-radius: 18px;
}

.review-modal .fancybox-close-small {
  top: -60px !important;
  right: -60px !important;
  width: 56px;
  height: 56px;
  transition: all 0.3s;
  background-image: url("/_img/modal-close.svg");
  background-position: center;
}

.review-modal .fancybox-close-small svg {
  display: none;
}

.review-modal .fancybox-close-small:hover {
  transform: scale(1.1);
}

.review-modal .row {
  margin: 0 -25px;
}

.review-modal .row > div {
  padding: 0 25px;
}

.review-modal__img {
  width: 100%;
  box-shadow: 10px 10px 34px rgba(0, 0, 0, 0.05);
}

.review-modal__content {
  position: relative;
  padding-bottom: 50px;
}

.review-modal__desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 142%;
  font-weight: 500;
}

.review-modal__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}

.review-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #0f1111;
  position: absolute;
  right: 0;
  bottom: 0;
}

.review-nav .icon {
  position: absolute;
  top: 0;
  max-width: 54px;
  max-height: 23px;
}

.review-nav span {
  display: inline-block;
  position: relative;
  top: -7px;
  min-width: 34px;
  max-width: 50px;
  height: 23px;
  overflow: hidden;
}

.review-nav__next,
.review-nav__prev {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.review-nav__next:hover,
.review-nav__prev:hover {
  color: #02c3d991;
}

.review-nav__next:hover .icon,
.review-nav__prev:hover .icon {
  fill: #02c3d991;
}

.review-nav__next span {
  margin-left: 10px;
}

.review-nav__next .icon {
  right: 0;
}

.review-nav__prev {
  margin-right: 15px;
}

.review-nav__prev span {
  margin-right: 10px;
}

.review-nav__prev .icon {
  left: 0;
  transform: scale(-1);
}

#online-reviews {
  display: none;
  width: 100%;
  max-width: 634px;
  overflow: visible;
  padding: 49px 51px;
  border-bottom: 20px solid #02c3d991;
  background: #ffffff;
  border-radius: 18px;
}

#online-reviews .fancybox-close-small {
  top: -60px;
  right: -60px;
  width: 56px;
  height: 56px;
  transition: all 0.3s;
  background-image: url("/_img/modal-close.svg");
  background-position: center;
}

#online-reviews .fancybox-close-small svg {
  display: none;
}

#online-reviews .fancybox-close-small:hover {
  transform: scale(1.1);
}

#online-reviews form {
  max-width: 440px;
}

#online-reviews form button {
  margin-top: 28px;
}

#online-reviews h3, #online-reviews .as-h3 {
  font-size: 44px;
  letter-spacing: -1px;
  margin-bottom: 13px;
}

#online-reviews p {
  margin-top: 0;
  line-height: 152%;
  font-size: 16px;
}

#online-reviews .form-group {
  margin-bottom: 40px;
  margin-top: 22px;
}

#online-reviews .input-effect label {
  font-size: 14px;
  line-height: 142%;
  color: #0f1111;
}

#online-reviews .input-effect textarea {
  min-height: 120px;
}

#online-reviews label.error {
  top: inherit;
  bottom: -15px;
  white-space: nowrap;
}

#online-reviews label.error,
#online-reviews .input-effect__msg {
  position: absolute;
  left: 14px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.09em;
  color: #e35c64;
}

#online-reviews label.error._hide,
#online-reviews .input-effect__msg._hide {
  display: none;
}

#online-reviews .form-control-file {
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: 252px;
  height: 58px;
  border: 1px dotted #02c3d991;
}

#online-reviews .form-control-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#online-reviews .form-control-file__text {
  display: inline-block;
  min-width: 192px;
  height: 61px;
  text-align: center;
  line-height: 56px;
}

#online-reviews .form-control-file__msg {
  position: absolute;
  top: 60px;
  left: 14px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.09em;
  color: #e35c64;
}

#online-reviews .form-control-file__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-right: 1px dotted #02c3d991;
}

#online-reviews .form-control-file .icon {
  width: 14px;
  height: 22px;
  fill: #02c3d991;
}

.review-social {
  max-width: 1100px;
  padding: 0 0 41px;
  margin-bottom: 43px;
  border-bottom: 1px solid #02c3d991;
}

.review-social__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 14px;
  color: #0f1111;
}

.review-social__desc {
  font-size: 14px;
  line-height: 142%;
}

.review-social:last-child {
  border: 0 solid;
  margin-bottom: 20px;
}

@keyframes marker404 {
  from {
    top: 110px;
    animation-timing-function: ease-out;
  }

  15% {
    top: 140px;
    animation-timing-function: ease-in;
  }

  30% {
    top: 110px;
    animation-timing-function: ease-Out;
  }

  40% {
    top: 130px;
    animation-timing-function: ease-in;
  }

  50% {
    top: 110px;
  }

  to {
    top: 110px;
  }
}

.page-404 .wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.page-404 footer > .container {
  display: none;
}

.page-404 footer {
  padding-top: 0;
}

.page-404 #logo {
  position: relative;
}

.page-404 #logo::before {
  content: 'РЎвЂљРЎвЂ№Р С”Р В°РЎвЂљРЎРЉ Р В·Р Т‘Р ВµРЎРѓРЎРЉ';
  transform: scale(-1);
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: block;
  color: #0F1111;
  text-decoration: none;
  padding-bottom: 29px;
  background-image: url("/_img/404-header-marker.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  letter-spacing: 0.2px;
  position: absolute;
  top: 120px;
  width: 100%;
  transition: all 0.3s;
  animation-name: marker404;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.page-404 .header-top,
.page-404 footer,
.page-404 header {
  transform: scale(-1, -1);
}

div.page-404 {
  min-height: calc(100vh - 248px);
}

div.page-404 .container {
  padding: 1px 15px;
  position: relative;
}

.page-404__title {
  margin-top: 123px;
  font-size: 84px;
  line-height: 111.88%;
  letter-spacing: 0.2px;
  color: #02c3d991;
  font-weight: 900;
}

.page-404__404 {
  color: #0F1111;
  position: absolute;
  right: 0;
  top: -8px;
  display: block;
}

.page-404__404 img {
  margin: 0 10px;
}

.page-404__404 ._first {
  position: relative;
  right: -28px;
  transform: rotate(-6deg);
  top: -14px;
}

.page-404__404 ._last {
  top: -5px;
  left: -17px;
  position: relative;
  transform: rotate(3deg);
}

.sitemaps ul {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sitemaps {
  list-style-position: inside;
}

.vacancy {
  background: #FFFFFF;
  border: 1px solid #02c3d991;
  box-sizing: border-box;
  box-shadow: 10px 10px 34px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 35px 40px;
  max-width: 1100px;
  margin-bottom: 40px;
}

.vacancy__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 120%;
}

.vacancy__desc {
  font-size: 16px;
  margin-bottom: 23px;
}

.vacancy-info__head {
  font-weight: 600;
  font-size: 12px;
  line-height: 123%;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.vacancy-info__body {
  font-weight: 500;
  font-size: 20px;
  line-height: 123%;
  margin-bottom: 20px;
  color: #02c3d991;
}

.vacancy__uslovia {
  display: none;
}

.vacancy__uslovia__title {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.vacancy__uslovia__list {
  list-style: none;
  margin-bottom: 44px;
}
.vacancy__uslovia__list ul{
  list-style: none;
}
.vacancy__uslovia__list li {
  margin-bottom: 21px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

.vacancy__uslovia__list li::before {
  content: '';
  display: block;
  width: 20px;
  left: 0;
  top: 0;
  height: 20px;
  position: absolute;
  background: url("/_img/half-circle.svg") no-repeat center;
}

.vacancy__uslovia-toggle {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #02c3d991;

  white-space: nowrap;
    position:relative;
}

.vacancy__uslovia-toggle::after {
  content: '';
  display: inline-block;
  background-image: url("_img/vacancy-arrow.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 34px;
  height: 23px;
  position: absolute;
  top: -6px;
  margin-left: 10px;
    left:100px;        
  transition: all 0.3s;
}

.vacancy__uslovia-toggle span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.vacancy__uslovia-toggle ._open {
  max-width: 100px;
}

.vacancy__uslovia-toggle ._hide {
  max-width: 0;
}

.vacancy__uslovia-toggle:hover::after {
  width: 54px;
}

.vacancy._open .vacancy__uslovia-toggle ._open {
  max-width: 0;
}

.vacancy._open .vacancy__uslovia-toggle ._hide {
  max-width: 100px;
}

.vacancy._open .vacancy__uslovia-toggle::after {
  transform: scale(-1);
}

.partners-list {
  list-style: none;
}

.partners-list li {
  margin-bottom: 26px;
  padding-left: 40px;
  position: relative;
}

.partners-list li::before {
  content: '';
  display: block;
  width: 20px;
  left: 0;
  top: 0px;
  height: 20px;
  position: absolute;
  background: url("/_img/half-circle.svg") no-repeat center;
}

.partners-list li::after {
  transition: all 0.8s;
  content: '';
  left: 0;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("/_img/half-circle.svg") no-repeat center;
}

.partners-list li:hover {
  position: relative;
}

.partners-list li:hover::after {
  transform: rotate(-180deg);
}

.partners-list__link {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #02c3d991;
  position: relative;
  display: inline-block;
  margin-left: 27px;
  text-decoration: none;
  max-width: 180px;
}

.partners-list__link::after {
  content: '';
  display: inline-block;
  background-image: url("/_img/partners-arrow.svg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 34px;
  margin-left: 10px;
  height: 23px;
  position: relative;
  margin-top: -10px;
  top: 8px;
  transition: all 0.3s;
}

.partners-list__link:hover {
  text-decoration: underline;
}

.partners-list__link:hover::after {
  width: 54px;
}

.page-partners.page-main {
  min-height: inherit;
}

div .spectr-services {
  max-width: 1225px;
  margin-bottom: 70px;
}

div .spectr-services__title {
  margin-bottom: 50px;
  font-size: 20px;
}

div .spectr-services__it {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  padding: 30px 15px;
}

div .spectr-services__it-imgwrap img {
  display: block;
  margin: 0 auto 43px auto;
  min-height: 102px;
}

div .spectr-services__it-title {
  font-weight: bold;
  font-size: 16px;
}

.about-welcome {
  font-weight: 900;
  font-size: 54px;
  margin: 40px 0 20px;
  text-shadow: -1px -1px 0 #02c3d991, 1px -1px 0 #02c3d991, -1px 1px 0 #02c3d991, 1px 1px 0 #02c3d991;
  color: #0e1111;
}

.faq-it {
  padding-top: 15px;
  position: relative;
  padding-bottom: 1px;
    display:flex;
    gap:10px;
}

.faq-it__number {
  font-size: 40px;
  line-height: 111.88%;
  letter-spacing: 0.2px;
  font-weight: 900;
  position:relative;
  color: rgba(236, 236, 236, 0.6);
}

.faq-it__title {
  font-weight: bold;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 120%;
  color: #FFF;
  margin-bottom: 16px;
  transition: color 0.3s;
}

.faq-it__title::after {
  height: 28px;
  width: 42px;
  background-image: url("_img/faq-arrow.svg");
  background-size: cover;
  transition: all 0.3s;
  content: '';
  background-position: center right;
  position: relative;
  display: inline-block;
  margin-left: 18px;
  top: 7px;
}

.faq-it__title:hover {
  color: #02c3d991;
}

.faq-it__title:hover::after {
  width: 82px;
}

.faq-it__body {
  display: none;
  margin-bottom: 30px;
}

.faq-it__body p {
  margin-top: 0;
}

.faq-it__body big {
  font-size: 26px;
  font-weight: 200;
}

.faq-it__body a {
  color: #0F1111;
  text-decoration: none;
}

.faq-it__body a:not(._no-underline) {
  position: relative;
}

.faq-it__body a:not(._no-underline)::after {
  width: 100%;
  position: absolute;
  left: 0;
  content: '';
  bottom: 0;
  height: 1px;
  background: #0F1111;
}

.faq-it__body a:not(._no-underline):hover::after {
  opacity: 0;
}

.faq-it._open .faq-it__title::after {
  transform: scale(-1, -1);
}

.welcom {
  padding: 30px 0 70px;
}

.welcom__title h1,
.welcom__title {
  font-weight: 800;
  font-size: 64px;
  line-height: 91.88%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #0f1111;
  margin-bottom: 27px;
   
}

.welcom__title h1,
.welcom__title span {
  color: #02c3d991;
     font-size:inherit;
}

.welcom__title a._color {
  color: #02c3d991;
  text-decoration: none;
}

.welcom__desc {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #0f1111;
    margin-bottom:20px;
}

.front-address {
  position: relative;
}

.front-address__title {
  font-weight: 300;
  font-size: 30px;
  line-height: 111.88%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #0f1111;
  margin-bottom: 40px;
}

.front-address__title a._color {
  color: #02c3d991;
  text-decoration: none;
}

.front-address::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 260px;
  left: 0;
  width: 100%;
  height: calc(100% - 318px);
  background: #0f1111;
}

.front-address .container {
  position: relative;
  z-index: 10;
}

.all-adress-wrapper {
  display: flex !important;
  align-items: center;
}

.all-adress {
  font-size: 20px;
  line-height: 111.88%;
  letter-spacing: 0.2px;
  color: #ffffff;
  display: flex;
    gap:10px;
    align-items:center;
  text-decoration: none;
    margin-bottom:30px;
}

.all-adress span {
  display: block;
  position: relative;
  width: 55px;
  height: 37px;
  transition: all 0.3s;
  background-image: url(/_img/all-adress-arrow.svg);
  background-position: center right;
  margin-left: auto;
  margin-right: auto;
}

.all-adress:hover span {
  max-width: 214px;
}

.partners {
  min-height: 411px;
  padding: 162px 0 70px;
  background-color: #02c3d991;
  /*background-image: url(/_img/logo-yelow.svg);
  background-position: top center;
  background-size: cover;*/
    margin-top:30px;
}

.partners .partner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1156px;
  margin: 0 auto;
}

.partners .partner {
  width: 150px;
}

.front-address__row {
  display: flex;
  flex-direction: row;
}

.front-address__content {
  width: calc(100% - 384px);
  transition: width 1s;
}

.front-address__left-sidebar {
  width: 324px;
  transition: all 0.3s;
  margin-right: 60px;
}

.map {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 343px;
  overflow: hidden;
  border: 5px solid #ffffff;
  margin-bottom: 45px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 34px rgba(82, 82, 82, 0.23);
}

.map__toogle {
  position: absolute;
  z-index: 13;
  right: -5px;
  bottom: -5px;
  width: 114px;
  height: 31px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0f1111;
  border-radius: 10px 0 0 0;
  line-height: 31px;
  text-align: center;
}

.map__toogle i {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 17px;
  height: 17px;
  transition: all .3s;
  background-image: url(/_img/map-open.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.map__toogle:hover i {
  transform: scale(1.5);
}

.map__toogle._open i {
  background-image: url(/_img/map-hide.svg);
}

.advantages-list {
margin: 20px 0 0 0;
padding: 20px;
list-style: none;
background: #000;
border-radius: 10px;
}

.advantages-list li {
  color: #fff;
  padding-left: 77px;
  padding-top: 4px;
  position: relative;
  list-style: none;
  margin-bottom: 42px;
}

.advantages-list li img {
  position: absolute;
  top: 0;
  left: 0;
}

.advantages-list__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 120%;
}

.advantages-list__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 123%;
}

._open-map .front-address__row {
  flex-direction: column;
}

._open-map .front-address__left-sidebar {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
}

._open-map .front-address__left-sidebar #map {
  width: 100%;
  max-width: 100%;
}

._open-map .map__toogle i {
  background-image: url(/_img/map-hide.svg);
}

._open-map .front-address__content {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
}

._open-map .front-address__content > .row > .col-md-4 {
  display: none;
  flex: 0 0 25%;
  max-width: 25%;
}

._open-map .front-address__content > .row > .col-md-4:nth-last-child(1),
._open-map .front-address__content > .row > .col-md-4:nth-last-child(2),
._open-map .front-address__content > .row > .col-md-4:nth-last-child(3),
._open-map .front-address__content > .row > .col-md-4:nth-last-child(4) {
  display: block;
}

._open-map .advantages-list {
  display: flex;
  flex-direction: row;
}

._open-map .advantages-list li {
  max-width: 33.33%;
  padding: 0 30px;
  text-align: center;
  padding-top: 79px;
}

._open-map .advantages-list li img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.address-slider {
  overflow: visible !important;
z-index:999!important;
}

.address-slider .swiper-slide {
  height: initial;
}

.address-slider._init {
  overflow: visible;
  padding: 0 20px;
}

.address-slider._init .swiper-slide {
  height: 100%;
  padding: 0;
}

.address-slider._init .all-adress-wrapper {
  display: none;
}

.address-slider._init .row {
  flex-wrap: nowrap;
  margin: 0;
}

.delivery__title {
  text-align: center;
  margin-bottom: 25px;
}

.delivery__desc {
  text-align: center;
  font-size: 20px;
}

.delivery-content > .row {
  max-width: 1254px;
  margin: 0 auto;
}

.delivery-content > .row > .col-md-4 {
  display: flex;
  width: 100%;
  padding: 0 42px;
}

.delivery-item {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #02c3d991;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 22px;
}

.delivery-item._bg-yellow {
  background: #02c3d991;
  color: #fff;
}

.delivery-item__img-wrap {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 37px 0 32px;
}

.delivery-item__img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.delivery-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 17px;
}

.delivery-item__desc {
  font-size: 14px;
  line-height: 131%;
}

.delivery-content {
  margin-top: 64px;
}
 
.legal-address {
  padding-bottom: 1px;
  position: relative;
}

.legal-address .map {
  margin-bottom: 30px;
}

.legal-address::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 285px;
  background: #0e1111;
  width: 100%;
  height: unset;
}

.legal-address::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1032px;
  background: #02c3d991;
  width: 100%;
  height: calc(100% - 1032px);
}

.legal-address .container {
  z-index: 100;
  position: relative;
}

.garant {
  padding-bottom: 34px;
  position: relative;
}

.garant::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 590px);
  top: 590px;
  z-index: 1;
  content: '';
  display: block;
  background: #0e1111;
}

.garant h1 {
  margin-bottom: 32px;
}

.garant ._yellow {
  color: #02c3d991;
}

.garant-it {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  border: 1px solid #02c3d991;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  padding: 54px 0 40px;
  margin-bottom: 50px;
  flex-direction: row;
  max-width: 1100px;
}

.garant-it__title {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 13px;
  font-weight: bold;
}

.garant-it__desc {
  font-size: 16px;
  line-height: 123%;
}

.garant-it__img-wrap {
  max-width: 242px;
  width: 100%;
  text-align: center;
}

.garant-it__body {
  max-width: calc(100% - 242px);
  width: 100%;
}

.form-step-head {
  margin-bottom: 55px;
  overflow: visible !important;
}

.form-step-head .swiper-slide {
  width: auto !important;
}

.icon-form-step-send.icon {
  height: 41px;
  margin: -17px 0;
  margin-right: -10px;
  max-width: 44px;
}

.form-step-head-it {
  display: flex;
  flex-direction: row;
  padding-right: 56px;
  align-items: center;
  position: relative;
}

.form-step-head-it::before {
  width: 42px;
  border-bottom: 2px solid #E5E5E5;
  content: '';
  display: block;
  right: 0;
  top: 33px;
  color: #E5E5E5;
  position: absolute;
}

.form-step-head-it__number {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  background: #E5E5E5;
  border-radius: 50%;
  font-weight: bold;
  font-size: 44px;
  line-height: 65px;
  text-align: center;
  margin-right: 21px;
  letter-spacing: -1px;
  color: #FFFFFF;
  display: inline-block;
}

.form-step-head-it__title {
  white-space: nowrap;
  font-size: 44px;
  line-height: 53px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #E5E5E5;
}

.form-step-head-it._last::before {
  display: none !important;
}

.swiper-slide-active .form-step-head-it::before,
.swiper-slide-prev .form-step-head-it::before {
  border-bottom: 2px solid #02c3d991;
}

.swiper-slide-active .form-step-head-it__number,
.swiper-slide-prev .form-step-head-it__number {
  background: #02c3d991;
}

.swiper-slide-active .form-step-head-it__title,
.swiper-slide-prev .form-step-head-it__title {
  color: #02c3d991;
}

.order-type {
  border-radius: 10px;
  padding: 26px 34px;
}

.order-type__headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 19px;
}

.order-type ul {
  list-style: none;
  padding: 0;
  margin: 0 250px 0 0;
}

.order-type ul li {
  margin-bottom: 20px;
}

.order-type ul li:last-child {
  margin-bottom: 0;
}

.order-type__img {
  position: absolute;
  right: 22px;
  bottom: 28px;
}

.step-3 .option {
  position: relative;
  text-align: center;
  display: block;
  max-width: 235px;
  margin: 0 auto 40px;
}

.step-3 .option__block {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  padding: 10px;
  cursor: pointer;
}

.step-3 .option input {
  position: absolute;
  left: -1000px;
  opacity: 0;
}

.step-3 .option input:checked + .option__block {
  background: #02c3d991;
  box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);
  color: #fff;
}

.step-3 .option input:checked + .option__block .icon {
  fill: #fff;
}

.step-3 .option:hover .option__block {
  border: 1px solid #02c3d991;
}

.step-3 .option__sub {
  display: block;
  letter-spacing: 0.4px;
  font-size: 11px;
  margin-top: 10px;
}

.step-3 .option__img-wrap {
  display: flex;
  /* height: 129px; */
  align-items: center;
  justify-content: center;
}

.step-3 .option__img-wrap .icon {
  max-height: 32px;
  max-width: 32px;
  /* max-height: 88px;
  max-width: 88px; */
  width: 100%;
  height: 100%;
  stroke: transparent;
  fill: #0F1111;
}
.option_wrap {
    display: flex;
}
.option_wrap > div {
    flex-basis: 138px;
    margin-right: 10px;
}
.option_wrap > div:last-child {
    margin-right: 0px;
}

.step-3 .option__title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-top: 14px;
  padding-bottom: 13px;
}

.step-4 > .row {
  margin: 0 auto;
  max-width: 1145px;
}

.step-4 > .row > div {
  padding: 0 40px;
}

.pay-type {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 63px;
  display: block;
}

.pay-type__block {
  background: #FFFFFF;
  border: 1px solid #02c3d991;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  display: block;
  transition: all 0.3s;
}
/* .option_title {
    font-size: 20px;
    margin-bottom: 9px;
} */

.pay-type input {
  opacity: 0;
  left: -2000px;
  position: absolute;
}

.pay-type input:checked + .pay-type__block {
  color: #fff;
  background: #02c3d991;
  box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);
}

.pay-type input:checked + .pay-type__block .icon {
  fill: #fff;
}

.pay-type:hover .pay-type__block {
  color: #fff;
  background: #02c3d991;
  box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);
}

.pay-type:hover .pay-type__block .icon {
  fill: #fff;
}

.pay-type__img-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  display: block;
  margin: 0px;
  height: 32px;
  /* margin: 46px 0 23px;
  height: 110px; */
  justify-content: center;
}

.pay-type__img-wrap .icon {
  stroke: transparent;
  fill: #0F1111;
  height: 32px;
  max-width: 32px;
  /* height: 93px;
  max-width: 104px; */
}

.pay-type__title {
  /* font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 13px;
  margin: 0px;
  min-height: 63.78px;
}

.order-type__msg {
  top: -56px;
  left: -27px;
}

.step-5 .row {
  margin-bottom: 55px;
}

.step-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.step-btns .btn {
  min-height: 50px;
  line-height: 50px;
}

.icon-form-step-arrow {
  width: 25px;
  height: 17px;
  fill: #0F1111;
  top: 5px;
  position: relative;
}

.step-btns .btn {
  padding-left: 25px;
  margin: 0 9px;
  padding-right: 25px;
}

.step-btns .btn._prev .icon {
  margin-left: 0;
  margin-right: 19px;
  transform: scale(-1);
}

._next .icon-form-step-arrow {
  margin-left: 19px;
}

._no-inn ._inn {
  display: none;
}

.search-input,
.serach-it__body,
.serach-it__title {
  max-width: 973px;
}

.page-search.page-main {
  padding-bottom: 40px;
}

.search-input input {
  background: #FFFFFF;
  box-shadow: 10px 10px 34px rgba(236, 236, 236, 0.6);
  border-radius: 600px;
  line-height: 45px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  border: 0;
  outline: !important;
    padding-top:0px;
    padding-bottom:0px;
  padding-left: 52px;
}

.search-input button {
  min-height: 45px;
  box-shadow: 10px 10px 34px rgba(244, 202, 26, 0.35);
  cursor: pointer;
  transition: all 0.3s;
}

.search-input button:hover {
  transform: scale(1.1);
}

.search-input .icon {
  position: absolute;
  left: 36px;
  top: 50%;
  max-width: 19px;
  margin-top: -10px;
  max-height: 19px;
}

.search-input .row > div {
  position: relative;
}

.search-input_error {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.09em;
  margin-top: 35px;
  color: #E35C64;
}

.search-result {
  max-width: 1240px;
}

.search-result__label {
  font-size: 20px;
  line-height: 123%;
  margin-top: 45px;
  margin-bottom: 51px;
  color: #0F1111;
}

.search-result__label color {
  color: #02c3d991;
}

.serach-it {
  padding-bottom: 33px;
  margin-bottom: 36px;
}

.serach-it__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 14px;
}

.serach-it__body {
  font-size: 16px;
  line-height: 123%;
  margin-bottom: 21px;
}

.serach-it__body b {
  font-weight: 600;
}

.serach-it__breadcrumb {
  list-style: none;
}

.serach-it__breadcrumb li {
  font-size: 12px;
  display: inline-block;
}

.serach-it__breadcrumb li a {
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  color: #1A65D7;
}

.serach-it__breadcrumb li:not(:last-child)::after {
  content: 'РІвЂ вЂ™';
  color: #1A65D7;
  margin: 0 5px;
  display: inline-block;
}

.serach-it:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}

.serach-it:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.search .loader {
  margin-top: 40px;
  margin-bottom: -40px;
}

.contact-group {
  margin-bottom: 40px;
}

.contact-group__title {
  font-size: 20px;
  line-height: 123%;
  margin-bottom: 10px;
}

.contact-group__desc {
  font-size: 20px;
  line-height: 123%;
}

.contact-group__desc a {
  color: #0F1111;
}

.contact-group__desc._phones {
  color: #02c3d991;
  text-decoration: none;
  font-weight: bold;
}

.contact-group__desc._phones a {
  color: #02c3d991;
  text-decoration: none;
}

.grafic .grafic__days {
  font-weight: bold;
  font-size: 16px;
}

.grafic .grafic__rejim {
  font-size: 20px;
  font-weight: bold;
  color: #02c3d991;
}

#map-contact {
  height: 475.63px;
  border-radius: 9px;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 34px rgba(82, 82, 82, 0.23);
}

.etaps {
  display: flex;
  margin-top: 45px;
}

.etap {
  position: relative;
  width: 25%;
  text-align: center;
}

.etap__wrapper-img {
  height: 87px;
  margin-bottom: 47px;
}

.etap__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 123%;
}

.etap::before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  right: -33px;
  width: 43px;
  height: 16px;
  background-image: url(_img/etap-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.etap:last-child::before {
  display: none;
}

.etap-title {
  font-size: 34px;
  margin: 63px auto 59px;
  letter-spacing: -1px;
}

.variant {
  overflow: hidden;
  border: solid 1px  #02c3d991;
  border-radius: 10px;
}

.variant__name {
  background: #02c3d991;
  font-weight: bold;
  font-size: 16px;
  color: #0f1111;
  line-height: 55px;
  text-align: center;
}

.variant ul li {
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 123%;
  opacity: 0.3;
}

.variant ul li._active {
  opacity: 1;
}

.variant ul li::before {
  display: none;
}

.variant__price {
  font-weight: bold;
  font-size: 34px;
  line-height: 72px;
  text-align: center;
  background: #02c3d991;
  color: #0f1111;
}

.variants-slider {
  overflow: visible !important;
  margin: 0 20px;
}

.variants-slider .swiper-wrapper {
  padding-bottom: 40px !important;
}

.variants-slider._non-nav .horizontal-slider__nav {
  display: none;
}

.variants-slider .swiper-wrapper {
  z-index: 30;
}

.variants-slider .swiper-container {
  overflow: visible;
}

.variants-slider__nav {
  position: relative;
}

.variants-slider .swiper-button-next,
.variants-slider .swiper-button-prev {
  display: inline-block;
  position: static;
  width: auto;
  margin: 0 5px;
}

.variants-slider .swiper-button-next::after,
.variants-slider .swiper-button-prev::after {
  display: none;
}

.variants-slider .swiper-button-next .icon,
.variants-slider .swiper-button-prev .icon {
  width: 43px;
  min-width: 43px;
  height: 16px;
  transition: all 0.3s;
  fill: #02c3d991;
}

.variants-slider .swiper-button-next:hover .icon,
.variants-slider .swiper-button-prev:hover .icon {
  transform: scale(1.15);
}

.variants-slider__nav-btn {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 50%;
  transform: translateX(50%);
}

.variants-slider .swiper-button-next {
  transform: scale(-1, 1);
}

.etaps-liquid-img {
  margin: 67px auto 79px;
  display: block;
  max-width: 100%;
  min-width: 901px;
  width: 100%;
}

.etaps-liquid.swiper-container {
  margin-top: 88px;
  margin-bottom: 97px;
}

Р В±
.legaldetail__content > .row {
  margin: 0 -20px;
}

.legaldetail__content > .row > .col-md-6 {
  padding: 0 20px;
}

.legaldetail__content {
  margin-bottom: 116px;
}

.legaldetail__head {
  position: relative;
  margin-bottom: 35px;
}

.legaldetail__head-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0F1111;
  margin-bottom: 4px;
}

.legaldetail__head-back {
  transition: stroke 0.3s;
  position: absolute;
  left: -57px;
}

.legaldetail__head-back .icon-big-arrow-left {
  width: 22px;
  height: 57px;
  stroke: #000;
}

.legaldetail__head-back:hover .icon-big-arrow-left {
  stroke: #02c3d991;
}

.legaldetail-top {
  box-shadow: 0px 0px 34px rgba(82, 82, 82, 0.23);
  border-radius: 10px;
  border: 5px #fff solid;
  margin-bottom: 30px;
  background: #fff;
}

.legaldetail-top picture {
  line-height: 95%;
  display: block;
  position: relative;
}
.legaldetail-top picture::before{
  display: block;
  content: '';
  padding-bottom: 75%;
}


.legaldetail-top img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.legaldetail-thumbs {
  padding: 0 60px;
  position: relative;
}
.legaldetail-thumbs picture{
  position: relative;
  display: block;
}
.legaldetail-thumbs picture::before{
  display: block;
  content: '';
  padding-bottom: 68%;
}

.legaldetail-thumbs img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.legaldetail-thumbs .swiper-slide {
  opacity: 0.3;
  position: relative;
  transition: opacity 0.3s;
  line-height: 98%;
}

.legaldetail-thumbs .swiper-slide::after {
  border: 3px transparent solid;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  transition: border 0.3s;
}

.legaldetail-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 1;
}

.legaldetail-thumbs .swiper-slide-thumb-active::after {
  border-color: #02c3d991;
}

.legaldetail-thumbs .swiper-button-next,
.legaldetail-thumbs .swiper-button-prev {
  width: 33px;
  outline: none !important;
}

.legaldetail-thumbs .swiper-button-next::after,
.legaldetail-thumbs .swiper-button-prev::after {
  display: none;
}

.legaldetail-thumbs .swiper-button-next:hover svg,
.legaldetail-thumbs .swiper-button-prev:hover svg {
  fill: #02c3d991;
}

.legaldetail-thumbs .swiper-button-next {
  transform: scale(-1, 1);
}

.legaldetail__info {
  font-size: 20px;
  border-bottom: 1px solid #02c3d991;
  margin-bottom: 30px;
  padding-bottom: 6px;
}

.legaldetail__info p {
  margin-top: 0;
}

.legaldetail__price {
  margin-bottom: 24px;
}

.legaldetail__price-label {
  font-size: 20px;
  margin-bottom: 10px;
}

.legaldetail__price-price {
  font-weight: bold;
  font-size: 34px;
  color: #02c3d991;
}

.legaldetail__desc {
  font-size: 16px;
  margin-top: 37px;
  line-height: 142%;
}

.legaldetail-advantage {
  text-align: center;
}

.legaldetail-advantage img {
  margin: 0 auto;
  max-height: 53px;
  display: inline-block;
}

.legaldetail-advantage__title {
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0;
}

.legaldetail-advantage__desc {
  font-size: 16px;
  line-height: 123%;
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
}
.form .form__field-caption {
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 136%;
}
.form_type_filter .form__field {
  display: block;
}
.form_type_filter .form__fieldset {
  display: flex;
  flex-wrap: wrap;
  padding: 23px 0 0 31px;
}
.form_type_filter .form__checkbox-label {
  width: 12%!important;
  height: 40px;
}

.form_type_filter{
margin-bottom:30px;}

.page-main.main-cat {
  padding-bottom: 0px;
}
.form_type_filter.filter-main {
  margin: 30px 0;
}
.form__field.idext_custom_36 {
  display: none;
}
.filter-main .form__field.idext_custom_36 {
  display: block;
}

.body-s .form__field.idext_custom_36 {
  display: block;
}
.tbl._two-collomn {
  margin-bottom: 20px;
}
.right-sidebar__menu .icon.icon-triple {
  display: none;
}


#form-steps .order-type ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eshop-item-detailed .item-btn1 {
  margin-bottom: 10px;
}
header #main_menu_20000 {
  display: none;
}
.star{  text-align: center;
}
.star .swiper-slide img {
  max-width: 100%;
    height:308px;
}
.star .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.star .ann {
  text-align: center;
}
	
.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #f9f9f9;
  z-index: 9999;
  max-height: 110px;
}

.garanty a {
  color: #02c3d991;
  margin: 20px 0 0 0;
  display: block;
  font-size: 36px;
}

.main-block {
  padding-bottom: 50px;
  padding-top: 50px;
}

.typography .ol-simple li {
  font-size: 20px;
    line-height:25px;
  padding: 10px 0 0;
}

.typography .ol-simple li::before {
  content: '';
  display: none;
}


/*.header__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}*/


.partner img {
  max-width: 250px;
}

.form_type_filter .form__checkbox-label:first-child {
  display: none;
}
.header-phone a.faq {
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Gilroy;
  letter-spacing: 1px;
  display: block;
}

.address__hide {
  display: none;
}
#lay_body img {
  max-width: 100%;
  height: auto;
}
.var-white .variant ul li {
  color: #000;
  list-style: none;
    opacity:1;
}
.vacancy-title{
color:#02c3d991;}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .front-address + .subscription {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (max-width: 1300px) {
  .page-main > .container,
  .section-black > .container,
  .section-yellow > .container {
    padding-left: 15px;
  }

  .page-main {
    min-height: calc(100vh - 386px);
  }

  header .wrapper-menu,
  header .header-phone,
  header .header-btn,
  .header-top {
    display: none;
  }

  .icons-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
  }

  header {
    background: #f9f9f9;
  }

  #logo img {
    max-height: 53px;
  }

  .reviews-head {
    flex-wrap: wrap;
    flex-direction: row;
    white-space: nowrap;
  }

  .reviews-head__btn {
    margin-left: 0;
  }

  .reviews-head a.reviews-head__link {
    font-size: 26px;
    line-height: 140%;
  }

  div.page-404 {
    min-height: calc(100vh - 164px);
  }

  .page-404 #logo::before {
    transform: scale(-1) translateY(24px);
  }

  .page-404__404 img {
    max-width: 168px;
  }
}

@media (max-width: 1250px) {
  .front-address__row {
    flex-direction: column;
  }

  .front-address__left-sidebar {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
  }

  .front-address__left-sidebar #map {
    width: 100%;
    max-width: 100%;
  }

  .map__toogle i {
    background-image: url(/_img/map-hide.svg);
  }

  .front-address__content {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
  }

  .map__toogle {
    display: none;
  }

  .advantages-list {
    display: flex;
    flex-direction: row;
  }

  .advantages-list li {
    max-width: 33.33%;
    padding: 0 30px;
    text-align: center;
    padding-top: 79px;
  }

  .advantages-list li img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .order-type ul {
    margin: 0;
  }

  .order-type__img {
    display: none;
  }
}

@media (max-width: 992px) {
  .review-modal .fancybox-close-small,
  .fancybox-close-small {
    top: 5px !important;
    right: 5px !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #fff !important;
    border-radius: 29px !important;
    padding: 0px !important;
  }

  .review-modal .fancybox-close-small svg,
  .fancybox-close-small svg {
    display: block;
  }

  .review-modal .fancybox-close-small svg {
    display: none;
  }

  div .horizontal-slider .swiper-wrapper {
    padding-bottom: 24px !important;
  }

  div .horizontal-slider {
    position: relative;
    margin: 26px 0;
  }

  .page-main p._big {
    font-size: 16px;
  }

  .typography p small {
    font-size: 14px;
  }

  .section-yellow {
    padding: 24px 0;
  }

  .section-yellow .typography p {
    font-size: 16px;
    line-height: 22px;
  }

  .typography ul {
    margin: 18px 0;
  }

  .typography p {
    font-size: 14px;
    line-height: 22px;
  }

  .typography h2 + h5 {
    margin-top: 10px;
  }

  .typography h5 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 120%;
    margin-bottom: 8px;
  }

  .yellow-block {
    padding: 25px;
  }

  body div .horizontal-slider__slide {
    min-height: 100px;
    font-size: 12px;
  }

  .page-main h1,
  .page-main__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 11px;
  }

  .page-main__subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }

  .page-main {
    padding-left: 0;
  }

  .page-main__subdesc {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .page-main h2 {
    font-size: 20px;
  }

  .typography h2 {
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .typography h3 {
    font-size: 16px;
    margin: 20px 0 15px;
  }

  .typography p {
    line-height: 120.88%;
  }

  .typography._sm p {
    font-size: 14px;
  }

  .typography ol li {
    font-size: 16px;
  }

  .typography table td,
  .typography table th {
    font-size: 14px;
    padding: 16px 5px;
  }

  .etaps-liquid.swiper-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .etap__title {
    font-size: 12px;
  }

  .etap__wrapper-img {
    margin-bottom: 22px;
    height: 61px;
  }

  .etap__wrapper-img img {
    max-height: 61px;
  }

  .footer-about__wrap {
    padding: 0;
  }

  .footer-about p {
    line-height: 22px;
    font-size: 16px;
  }

  .footer__logo,
  .footer__contact,
  .footer-menu-wrap {
    display: none;
  }

  .mob-address {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .mob-address a {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    color: #02c3d991;
  }

  .footer .flex {
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer__bottom {
    position: relative;
    padding: 20px 0;
  }

  .footer__bottom-link {
    width: 100%;
    position: absolute;
    top: -35px;
  }

  .footer__bottom-link li {
    margin: 0 10px;
  }

  .footer__bottom-link li a {
    font-size: 10px;
    text-decoration: underline;
  }

  .footer__bottom-link li a:hover {
    text-decoration: none;
  }

  .footer > .container {
    padding-bottom: 55px;
  }

  .d-md-none {
    display: none !important;
  }

  .footer__copy {
    margin-top: 25px;
    margin-right: 0;
    font-size: 10px;
    line-height: 148%;
  }

  div.filter-item__form {
    width: 546px;
  }

  .subscription__title {
    font-size: 20px;
    line-height: 111.88%;
    letter-spacing: 0.2px;
  }

  .subscription__mail {
    margin-bottom: 20px;
  }

  .subscription__mail,
  .subscription__form button {
    max-width: 275px;
    width: 100%;
  }

  .reviews-head a.reviews-head__link {
    margin-right: 10px;
    font-size: 18px;
  }

  .reviews-content-legal > .col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .page-main p {
    margin: 8px 0;
  }

  .review-social__title {
    font-size: 16px;
  }

  .review-social {
    padding: 0 0 25px;
    margin-bottom: 25px;
  }

  .review {
    padding: 20px;
  }

  .review__title {
    font-weight: bold;
    font-size: 18px;
  }

  .reviews-content-legal {
    margin: 0 -10px;
  }

  .reviews-head__link {
    font-size: 24px;
  }

  .review-social__title {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .page-404 footer > .container {
    display: block;
  }

  .page-404__404 img {
    max-width: 22%;
  }

  .page-404 footer {
    padding-top: 30px;
  }

  .page-404__404 ._first {
    position: relative;
    right: -25px;
    transform: rotate(-6deg);
    top: -5px;
  }

  .page-404__title {
    margin-top: 60px;
    font-size: 45px;
  }

  .page-404__404 {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }

  div.page-404 {
    min-height: calc(100vh - 377px);
  }

  .page-404__subtitle p {
    margin: 12px 0;
    font-size: 14px;
  }

  .vacancy {
    padding: 12px;
  }

  .vacancy__title {
    font-size: 16px;
  }

  .vacancy__uslovia__list li {
    margin-bottom: 21px;
    padding-left: 32px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
  }

  .partners-list {
    margin-top: 20px;
  }

  .partners-list li {
    padding-left: 30px;
    font-size: 12px;
  }

  .partners-list li::before,
  .partners-list li::after {
    top: -5px;
  }

  .spectr-services .row {
    justify-content: center;
  }

  div .spectr-services__it {
    max-width: 33%;
    flex: 0 0 33%;
  }

  .faq-it__title {
    font-size: 16px;
    line-height: 151%;
  }

  .faq-it__title::after {
    margin-top: -10px;
    top: 9px;
  }

  .partners .partner-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .partners .partner-row .partner {
    width: 33%;
    text-align: center;
    max-width: 33%;
    margin-bottom: 10px;
  }

  .partners {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 20px 0;
  }

  .delivery-content > .row > .col-md-4 {
    padding: 0 10px;
  }

  .delivery-item__title {
    font-size: 16px;
    min-height: 58px;
  }

  .delivery-item__img-wrap img {
    max-height: 60px;
  }

  .delivery-item__img-wrap {
    height: 64px;
    margin: 15px 0;
  }

  .delivery-content {
    margin-top: 40px;
  }

  .garant-it__img-wrap {
    max-width: 163px;
  }

  .icon-form-step-send {
    position: relative;
    left: -6px;
    top: 2px;
  }

  .step-4 > .row > div {
    padding: 0 0px;
  }

  .order-type .custom-radio {
    font-size: 14px;
    padding-left: 22px;
  }

  .custom-radio__subtext {
    font-size: 12px;
    font-weight: 500;
  }

  .order-type__headline {
    font-size: 16px;
  }

  .order-type {
    padding: 20px 30px;
  }

  .order-type ul li {
    margin-bottom: 18px;
  }

  .form-step-head-it__number {
    width: 42px;
    font-size: 24px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    line-height: 42px;
  }

  .form-step-head-it__title {
    font-size: 24px;
  }

  .form-step-head-it::before {
    width: 22px;
    right: 17px;
    top: 28px;
  }

  .form-group-info__label {
    font-size: 14px;
    margin-bottom: 9px;
  }

  .step-5 .square-checkbox br {
    display: none;
  }

  .step-btns .btn {
    line-height: 30px;
    /* font-size: 0; */
    letter-spacing: 0;
    min-width: 85px;
    min-height: 45px;
    max-height: 45px;
    /* padding: 0; */
  }

  .step-btns .btn .icon-form-step-arrow {
    margin: 0 !important;
    top: 6px;
  }

  .form-group-info__subtext {
    font-size: 12px;
    line-height: 14px;
    color: #5E5E5E;
  }

  .form-group-info__text {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .form-group-info {
    margin-bottom: 25px;
  }

  .radio-tag {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .radio-tags {
    margin-top: 13px;
  }

  .form-group-info__input {
    margin-top: 11px;
  }

  .step-3 .option {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .step-3 .option__block,
  .pay-type__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 108px;
  }

  .pay-type__title {
    margin: 0;
  }

  .pay-type__img-wrap .icon {
    max-width: 100%;
    height: 61px;
  }

  .pay-type__img-wrap,
  .step-3 .option__img-wrap {
    height: 61px;
    width: 61px;
    margin: 0 20px;
  }

  .pay-type {
    margin-bottom: 20px;
  }

  .pay-type__title {
    font-size: 16px;
  }

  .step-3 .option__title {
    font-size: 16px;
    /* text-align: left; */
  }

  .etaps {
    margin-right: -15px !important;
  }

  .etaps br {
    display: none;
  }

  .variants-wrapper {
    margin: 10px 0;
  }

  .variant__items {
    margin-top: 16px;
  }

  .variant__name,
  .variant__price {
    font-size: 20px;
    line-height: 48px;
  }

  .etaps-liquid-img {
    margin: 20px auto;
  }

  .legaldetail__price-label {
    font-size: 14px;
  }

  .legaldetail__info {
    margin-top: 20px;
  }

  .legaldetail__info p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 850px) {
  div.filter-item__form {
    width: 447px;
  }
}

@media (max-width: 768px) {
    
    .ourstar-block .swiper-slide {
  width: 100% !important;
  margin-bottom: 20px;
}
    
    div .horizontal-slider.ourstar-block .swiper-wrapper {
  flex-flow: column;
}
    
    
    #step-form {
        padding: 49px 10px;
    }
    .option_wrap > div {
        flex-basis: 134px;
    }
    .option_wrap {
        flex-wrap: wrap;
    }
    .pay-type__img-wrap, .step-3 .option__img-wrap {
        width: 32px;
        height: 32px;
    }
    .radio-tag {
        flex-basis: 29%;
    }
  .page-main {
    padding-bottom: 60px;
  }

  .typography table {
    margin-top: 18px;
  }

  .right-sidebar__menu {
    margin-bottom: 21px;
  }

  .btn._full {
    min-width: 145px;
  }

  .typography ._two-collomn-th tbody tr {
    border-radius: 10px !important;
    overflow: hidden;
  }

  .typography ._two-collomn-th,
  .typography ._two-collomn {
    margin-left: 0;
    border-spacing: 0;
    display: block;
  }

  .typography ._two-collomn-th tbody,
  .typography ._two-collomn tbody {
    display: block;
    width: 100%;
  }

  .typography ._two-collomn-th tbody tr,
  .typography ._two-collomn tbody tr {
    border: 1px solid #02c3d991;
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 14px 10px;
  }

  .typography ._two-collomn-th tbody tr:last-child,
  .typography ._two-collomn tbody tr:last-child {
    border-radius: 0 0 10px 10px;
  }

  .typography ._two-collomn-th tbody th,
  .typography ._two-collomn tbody th {
    display: block;
    width: calc(100% + 21px) !important;
    border-radius: 0 !important;
    margin: -14px -10px;
  }

  .typography ._two-collomn-th tbody th,
  .typography ._two-collomn-th tbody td,
  .typography ._two-collomn tbody th,
  .typography ._two-collomn tbody td {
    border: 0 solid;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
  }

  .typography ._two-collomn-th tbody th:first-child,
  .typography ._two-collomn-th tbody td:first-child,
  .typography ._two-collomn tbody th:first-child,
  .typography ._two-collomn tbody td:first-child {
    margin-bottom: 7px;
    font-weight: 600;
  }

  .typography ._two-collomn-th tbody th big,
  .typography ._two-collomn-th tbody td big,
  .typography ._two-collomn tbody th big,
  .typography ._two-collomn tbody td big {
    color: #02c3d991;
  }

  div.filter-item__form {
    width: 100%;
  }

  div .breadcrumbs {
    margin: 20px 0 20px 0;
  }

  div .breadcrumbs ul li,
  div .breadcrumbs ul a {
    font-size: 10px;
  }

  .review-modal.fancybox-content {
    padding: 30px 15px 15px 15px;
  }

  .review-modal.fancybox-content .review-modal__img {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .review-modal.fancybox-content .review-nav {
    justify-content: center;
    position: relative;
    margin: 0 auto;
    font-size: 0;
  }

  .reviews-head__link {
    margin-bottom: 15px;
  }

  div .reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-head a.reviews-head__link {
    font-size: 18px;
  }

  .partners-list__link {
    margin-left: 0;
    display: block;
  }

  div .spectr-services__it-imgwrap img {
    display: block;
    margin: 0 auto 16px auto;
    min-height: 62px;
    max-height: 62px;
  }

  div .spectr-services__it {
    padding: 0 10px 27px;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .filter-item {
    margin-bottom: 15px;
  }

  .filter-btn-sbmt {
    width: 100%;
    margin: 0;
  }

  .welcom__title {
    font-size: 38px;
    line-height: 105%;
  }

  .welcom__desc {
    font-size: 16px;
  }

  .advantages-list {
    flex-wrap: wrap;
  }

  .front-address__title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .advantages-list li {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-left: 60px;
  }

  .advantages-list li img {
    top: 0;
    left: 0;
    width: 43px;
    max-width: 43px;
    max-height: 43px;
    transform: none;
  }

  .advantages-list__title {
    font-size: 14px;
  }

  .advantages-list__desc {
    font-size: 16px;
        line-height:22px;
  }

  .delivery-item {
    margin-bottom: 15px;
  }

  .delivery-content {
    margin-top: 24px;
  }

  .delivery-item__title {
    min-height: inherit;
  }

  #bestslider h2 {
    margin-bottom: 23px;
    font-size: 20px;
  }

  .garant-it {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 20px;
  }

  .garant-it__body {
    max-width: 100%;
  }

  .garant-it__title {
    font-size: 16px;
  }

  .garant-it__img-wrap {
    max-width: 71px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .garant-it__img-wrap img {
    width: 100%;
  }

  .garant-it__desc p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .search-input .search-input__input {
    margin-bottom: 10px;
  }

  .search-input__btn {
    margin-left: auto;
    display: block !important;
    margin-right: auto;
  }

  .legaldetail__content {
    margin-bottom: 50px;
  }

  .legaldetail-advantage__title {
    font-weight: bold;
    font-size: 16px;
    margin: 7px 0 13px;
  }

  .legaldetail-advantage {
    margin-bottom: 30px;
  }

  .legaldetail__content .btn {
    margin: 0 auto;
    display: block;
    max-width: 250px;
  }

  .legaldetail__desc,
  .legaldetail__price,
  .legaldetail__info {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .garant-it__desc{
    padding-right: 23px
  }
}

@media (max-width: 670px) {
  .typography h2:first-child {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .typography ul li {
    font-size: 16px;
        line-height:22px;
    margin-bottom: 15px;
    padding-left: 24px;
  }

  .typography ul li::before {
    top: 0px;
  }

  .page-main h4,
  .yellow-block .typography p {
    font-size: 14px;
  }

  .section-yellow p big {
    font-size: 14px;
    line-height: 111.88%;
  }

  .contact-group__title {
    font-size: 16px;
  }

  .contact-group {
    margin-bottom: 24px;
  }

  .contact-group__desc {
    font-size: 16px;
  }

  .grafic {
    margin-bottom: 15px;
  }
}

@media (max-width: 660px) {
  .partners .partner-row .partner {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 650px) {
    
    .social-mob-block {
  text-align: right;
  display: block;
        margin-right: 10px;
}
    
  .about-welcome {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
    
    .welcom {
  padding: 0px 0 70px;
}
    
    .star-ban-mob{
    display:block;}
    
    .star-ban{
    display:none;}
    
    .block-l {
width: 100%;
text-align: center;
margin: 0 auto;
display: block;
max-width: 100%;
margin-bottom: 20px;
}
    
    .block-r {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
    
    .star .swiper-slide img {
  max-width: 100%;
  height: auto;
}
    
    .form_type_filter .form__checkbox-label {
  width: 50%!important;
  height: 40px;
}
  div .spectr-services__it {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .page-main {
    min-height: calc(100vh - 414px);
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.company-images{
  display:flex;
  flex-direction: row;
}
.company-images-item{
  width: 25%;
}
.company-images-item img{
  width: 250px;
}



@media (max-width: 968px) {
  .company-images{
    flex-direction: column;
    align-items: center;
  }
  .company-images-item{
    width: auto;
    margin-bottom: 15px;
  }
}

@media (min-width: 968px) and (max-width: 1024px) {
.company-images-item img{
  width: 200px;
}
}
/*# sourceMappingURL=maps/main.css.map */
.bold{
  font-weight:bold;
}
.district-choice--links li{
    list-style-type: none;
    display:inline-block;
    width:12%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid gray;
    border-radius: 5px;
    margin: 5px;
    background:#f9f9f9;
}

.filter-item._open .filter-item__form {
visibility: visible;
}

.filter-item__form {
visibility: hidden;
}
.district-choice--links li a{text-decoration: none}

.footer-social a{
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block; 
  transition: transform 0.3s;
}
@media (max-width: :1250px){
  .footer-social a{
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .footer-social svg{
    max-width: 20px
  }
}
.footer-social a:hover{
  transform:scale(1.3);
}
.sertificats{}
.sertificats__title{    
    line-height: 111.88%;
    letter-spacing: 0.2px;
    color: #0F1111;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 42px;
    text-align: center;
    text-transform: uppercase;
  }
  .sertificats__slider{
    overflow: visible !important;
  }  .sertificats__slider .swiper-wrapper{
    overflow: visible !important;
  }
.sertificats{
  padding: 1px 0;
  background: #02c3d991;
  /*overflow: hidden;*/padding-bottom: 106px

}
.sertificats .swiper-wrapper{    justify-content: center;}
.sertificats__navs{
  position: relative;
  margin-top: 63px;

}
.sertificat{
  max-width: 292px;
  text-align: center;
  padding: 11px;
  background: #FFFFFF;
box-shadow: 10px 30px 34px rgba(82, 82, 82, 0.13);
border-radius: 10px;
}
.sertificat__img-wrapper{
  height: 380px;
  width: 100%;
  position: relative;
}
.sertificat__title p{
  font-size: 16px;
line-height: 21px;
margin-bottom: 0;
margin-top: 0;

}
.sertificat__title{
  min-height: 63px;
  overflow: hidden;margin-top: 22px;
  margin-bottom: 7px;
}
.sertificat__img-wrapper img{
  max-width:100%;
  border-radius: 6px;
  display: block !important;
}
.sertificats .swiper-button-prev:after,
.sertificats .swiper-button-next:after{display: none}
.sertificats .swiper-button-prev,
.sertificats .swiper-button-next{
  width: 43px;
  top:14px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='16' viewBox='0 0 43 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.4879 15.7594C35.1746 16.0802 34.6531 16.0802 34.3288 15.7594C34.0155 15.4494 34.0155 14.9334 34.3288 14.6242L40.2063 8.80932L0.811464 8.80932C0.359352 8.8086 0 8.45308 0 8.00578C0 7.55849 0.359352 7.1914 0.811464 7.1914L40.2063 7.1914L34.3288 1.38741C34.0155 1.06657 34.0155 0.549907 34.3288 0.24063C34.6531 -0.0802078 35.1753 -0.0802078 35.4879 0.24063L42.7568 7.43203C43.0811 7.74203 43.0811 8.25797 42.7568 8.56725L35.4879 15.7594Z' fill='%23353535'/%3E%3C/svg%3E%0A");
}
.sertificats .swiper-button-prev.swiper-button-disabled,
.sertificats .swiper-button-next.swiper-button-disabled{
}
  .sertificats .swiper-button-prev:hover,
.sertificats .swiper-button-next:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='43' height='16' viewBox='0 0 43 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.4879 15.7594C35.1746 16.0802 34.6531 16.0802 34.3288 15.7594C34.0155 15.4494 34.0155 14.9334 34.3288 14.6242L40.2063 8.80932L0.811464 8.80932C0.359352 8.8086 0 8.45308 0 8.00578C0 7.55849 0.359352 7.1914 0.811464 7.1914L40.2063 7.1914L34.3288 1.38741C34.0155 1.06657 34.0155 0.549907 34.3288 0.24063C34.6531 -0.0802078 35.1753 -0.0802078 35.4879 0.24063L42.7568 7.43203C43.0811 7.74203 43.0811 8.25797 42.7568 8.56725L35.4879 15.7594Z' fill='%23fff'/%3E%3C/svg%3E%0A");

}
.sertificats .swiper-button-prev{
  transform:scale(-1);
  position:absolute;
  right: 63px;
  left: initial;
}
.sertificats  .swiper-scrollbar .swiper-scrollbar-drag{
  height: 1px;
  background: #fff;
}
  .sertificats  .swiper-scrollbar{
     display: block !important;
    height: 1px;
    margin-right: 130px;background:  rgba(255, 255, 255, 0.6);
}
.sertificats .swiper-button-next{
  position: absolute;
  right: 0;
}
.how-to-get{
  font-weight: bold;
font-size: 10px;
line-height: 123%;
text-transform: uppercase;
text-decoration-line: underline;
color: #02c3d991;
margin-top: -11px;
    display: block;
}
.how-to-get:hover{
  text-decoration: none;
}
.map-shema{
  width: 100%;
  filter: drop-shadow(0px 0px 34px rgba(82, 82, 82, 0.23));
}

#feedback .form-group__title {
    font-size: 14px;
    line-height: 142%;
    margin-bottom: 20px;
    display: block;
    padding-left: 14px;
}
#feedback .radio-block {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 142%;
    padding-left: 25px;
    margin-bottom: 19px;
    cursor: pointer;
}

#feedback .radio-block input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
#feedback .radio-block input:checked + .radio-block__indicator {
    background: #f3cb19;
    box-shadow: inset 0 0 0 2px #fff;
}
#feedback .radio-block__indicator {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
}
.top-inst svg{
  position: relative;
  top: 2px;
}
.top-inst a svg{
  transition: transform 0.3s;
}
.top-inst a:hover svg{
  transform: scale(1.1);
}


@media(max-width:992px){
    .sertificats .swiper-wrapper{    justify-content: unset!important;}
    .form_type_filter .form__checkbox-label {
  width: 20%;
  height: 40px;
}
  .top-menu.district-choice--links{
  padding-left:0;
  padding-right:0;
    margin-left:0;
  }
}
@media(max-width:766px){
  .district-choice--links {display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;}
  .district-choice--links li{
    width:initial !important;
  }
}@media(max-width:400px){
  .district-choice--links {display:grid;
  grid-template-columns:1fr   1fr 1fr;}
}

@media (max-width: 768px){

.page-thanks .welcom {
  padding: 0;
}
.page-thanks {
      display: flex;
    align-content: center;
    align-items: center;
}
}
.legal-address .address-row{
    z-index: 200;
  position: relative;
}
#bestslider{
  z-index: 1111;
  position: relative;
}
@media(max-width: 600px){
  .welcom__title h1, .welcom__title{
    font-size: 38px
  }
}




/*end*/

.cont_darker {
	color: #2374a7;
}

.cont_yellow {
	color: #fbb203;
}

.cont_quote {
	padding: 20px;
	background: #efefef;
	border-radius: 3px;
	border-left: 3px solid #fbb203;
}

.cont_quote-ico {
	text-align: left;
	position: relative;
}

.cont_quote-ico:before {
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 0;
	font-family: "FontAwesome";
	font-size: 30px;
	line-height: 30px;
	color: #fbb203;
	content: "п„Ќ";
	-webkit-transform: scaleX(-1) rotateY(-180deg);
	transform: scaleX(-1) rotateY(-180deg);
}

.cont_quote-ico-body {
	padding: 0px 10px 0px 50px;
}

.cont_quote-ico-author {
	padding: 0px 10px 0px 50px;
	color: #fbb203;
	font-weight: 600;
}

.cont_incut {
	padding: 20px;
	background: #efefef;
	border-radius: 3px;
}


.cont_shad {
    padding: 35px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 2px rgba(174, 174, 174, 0.2);
    box-shadow: 0 0 10px 2px rgba(174, 174, 174, 0.2);
}

.cont_frame {
	padding: 35px 20px;
	background: #FFFFFF;
	border: 3px solid #efefef;
}

.cont_dash {
	padding: 35px 20px;
	background: #FFFFFF;
	border: 3px dashed #efefef;	
    
}

.cont_cutoff {
	width: 100px;
	border-top: 3px solid #fbb203;	
}

.cont_icolist {
	flex-direction: row;
	display: flex;
	flex: 0 1 100%;
}

.cont_icolist-ico {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 80px;
    
}

.cont_icolist-ico-1:before, .cont_icolist-ico-2:before, .cont_icolist-ico-3:before {
	font-family: "FontAwesome";
	font-size: 60px;
	line-height: 60px;
	color: #fbb203;
}

.cont_icolist-ico-1:before {
	content: "п‚‡";
}

.cont_icolist-ico-2:before {
	content: "пѓЂ";
}

.cont_icolist-ico-3:before {
	content: "п€Ѓ";
}

.cont_icolist-body {
    flex: 0 1 auto;
	box-sizing: border-box;
}

.cont_icolist-head {
	font-size: 18px;
	color: #fbb203;
	font-weight: 900;
}

.cont_list-ord {
	counter-reset: li;
    list-style: none;
}

.cont_list-ord li {
	color: #000;
}

.cont_list-ord li + li {
	margin-top: 6px;
}

.cont_list-ord li:before {
	display: inline-block;
	margin-right: 13px;
	width: 15px;
	color: #fbb203;
	content: counter(li, decimal) ".";
	counter-increment: li;
}

.cont_list-mark {
	counter-reset: li;
    list-style: none;
    
}

.cont_list-mark li {
	color: #000;
	position: relative;
	padding-left: 32px;
}

.cont_list-mark li + li {
	margin-top: 6px;
}

.cont_list-mark li:before {
	position: absolute;
	top: 1px;
	left: 0;
	content: 'п„Њ';
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 11px;
	font-size: 13px;
	line-height: inherit;
	vertical-align: middle;
	color: #fbb203;
}

.cont_expand-normal, .cont_expand-opened {
	display: inline;
	color: #fbb203;
	cursor: pointer;
}

.cont_expand-content {
	overflow: hidden;
}

.cont_expand-a {
	display: inline;
}

.cont_expand-b {
	display: none;
}

.cont_img {
	width: 100%;
    height: auto;
    max-width: none;
	border: 0;
}

.cont_img-center{
    vertical-align: middle;
	width: 100%;
    height: auto;
    max-width: none;
	border: 0;
}

.cont_divtable {
	display: table;
	width: 100%;
}

.cont_divtablerow {
	display: table-row;	
}

.cont_divtablecell {
	display: table-cell;
	padding: 0px 15px;
	vertical-align: top;
}

.cont_col-50 {
	width: 50%;
	max-width: 50%;
}

.cont_col-33 {
	width: 33%;
	max-width: 33%;
}

.cont_col-25 {
	width: 25%;
	max-width: 25%;
}

.cont_col-66 {
	width: 66%;
	max-width: 66%;
}

.cont_col-75 {
	width: 75%;
	max-width: 75%;
}

.cont_btn {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	text-overflow: ellipsis;
	text-decoration: none;
	margin-bottom: 0;
	padding: 10px 30px;
	touch-action: manipulation;
	cursor: pointer;
	transition: .33s ease-out;
	white-space: nowrap;
	min-width: 100px;   
	border: 1px solid;   
   	color: #FFFFFF;
	background-color: #fbb203;
	border-color: #fbb203;
	background-image: none;
	user-select: none;
}

.cont_btn:hover {
	color: #fbb203;
	background-color: #FFFFFF;
	border-color: #fbb203;
}

.cont_btn-cur {
	border-radius: 4px;
}

.cont_btn-round {
	border-radius: 12px;
}

.cont_btn-rest {
	border-radius: 0px;
}

.cont_btn-circ {
	border-radius: 40px;
}

.cont_btn-shad {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20);
}

.cont_btn-icon {
	display: inline-block;
	text-align: center;
	font-family: "FontAwesome";
	font-weight: 300;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
}

.cont_btn-icon:before {
	position: relative;
	display: inline-block;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.cont_table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	border-color: #efefef;
}

.cont_table-1 {
	
}

.cont_table-1 thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
	color: #FFFFFF;
	background: #fbb203;
}

.cont_table-1 tbody {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
    
}

.cont_table-1 tfoot {
	display: table-footer-group;
	vertical-align: middle;
	border-color: inherit;
}

.cont_table-1 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.cont_table-1 > thead > tr > th {
	padding: 30px 20px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
	border-bottom: 0;
}

.cont_table-1 > tbody > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
}

.cont_table-1 > tfoot > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
	font-weight: 700;
	color: #fbb203;
}

.cont_table-2 {
	
}

.cont_table-2 thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
	color: #2374a7;
	background: #efefef;
}

.cont_table-2 tbody {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
    
}

.cont_table-2 tfoot {
	display: table-footer-group;
	vertical-align: middle;
	border-color: inherit;
}

.cont_table-2 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.cont_table-2 > thead > tr > th {
	padding: 30px 20px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
	border-bottom: 0;
}

.cont_table-2 > tbody > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
}

.cont_table-2 > tfoot > tr > td {
	padding: 15px 25px 15px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #efefef;
	font-weight: 700;
	color: #2374a7;
}

.cont_table-striped {
	
}

.cont_table-striped > tbody > tr:nth-of-type(even) {
	background-color: #efefef;
}

.custom__form {
    margin: 0 auto !important;
    display: block !important;
}
#feedback.custom__form form {
    max-width: 900px;
}
.custom__form .form-group_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.custom__form .form-group_wrap-left {
    flex: 0 0 400px;
    margin-right: 20px;
}
.custom__form .form-group_wrap > div.form-group {
    flex: 0 0 450px;
}
.custom__form .form-group_wrap textarea {
    border: 1px solid #0f1111;
    resize: none;
}
.review_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review_wrap > div {
    flex: 1;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
@media (max-width: 768px) {
    .review_wrap {
        flex-direction: column;
    }
    .review_wrap > div {
        max-width: 400px;
    }
}
.custom__content {
    background-image: url(/_img/pattern.svg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #fff;
    color: #0F1111;
    padding: 10px 20px;
    margin-bottom: 31px;
}
.custom__content .btn._big {
    min-width: 210px;
}
@media (max-width: 768px) {
    .review_wrap {
        flex-direction: column;
    }
    .review_wrap > div {
        max-width: 400px;
    }
}
.no-ots #lay_body a {
  text-decoration: underline;
  font-weight: bold;
}


.appended_filter.custom_wrap h2 {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 0px;
}
.appended_filter.custom_wrap .form__checkbox-label-text a {
  color: #666666;
  text-decoration: none;
  font-size: 12.8px;
}
.appended_filter.custom_wrap .form__checkbox-label-text a:hover {
  color: #0091d5;
}
.form.form_type_filter.appended_filter.custom_wrap {
  padding-left: 10px;
  background: white;
  background-image: url(/_img/pattern.svg);
  background-repeat: repeat;
  background-attachment: fixed;
}

.advantages-list__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}
.advantages-list__flex > li {
  max-width: 370px;
}
div.page-main__title__innner {
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #02c3d991;
  margin-bottom: 20px;
}
.review_white_bg__innner {
  background-image: url("/_img/pattern.svg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #fff;
  margin: 20px auto;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.review_white_bg__innner__prod {
  margin: 20px auto 0px;
  padding-bottom: 0px;
}
/* Finish Content CSS */

.legaldetail__price-price2{
font-size: 30px;
display: block;
padding: 30px 0;
color: red;}


.main__reviews .swiper-button-prev,
.main__reviews .swiper-button-next{
    
    position: absolute;
}
.top-menu{display:flex;flex-wrap:wrap;}
.icon.icon-triple{width:15px;height:15px;margin-right:5px;}
.second-level{display:none;position:absolute;}

.second-level > ul{display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 3px 10px;    width: 300px;}

._opens:hover > .second-level{display:inherit;}
.sub_parent_1:hover > .second-level{    display: inherit;
    position: absolute;
    left: 0;
    padding-left: 100%;
    top: 0;}
.sub_parent_1{position:relative;}
.sub_parent_1 > a{z-index:10;position:relative;}
.sub_parent_1 > .__opens{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #0f1111;
    transition: all 0.3s;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.mob-arrow{display:none;}


    @media(max-width:578px){
        .top-menu{flex-direction:column;}
        .second-level {position: relative;}
        .__opens{justify-content: flex-start !important;}
        .mob-arrow{display:inherit;position: absolute;right:5px;top:20px;z-index: 20;}
        .sub_parent_1{width:100%;padding-right:40px!important;}
        .sub_parent_1 a{width: calc(100% - 40px);justify-content: flex-start !important;}
    .sub_parent_1.open .second-level{display:inherit;        position: relative;
        padding: 0;}
    .sub_parent_1.open .second-level li{width:100%;}
    }

.col__title {
    display: block;

    margin: 16px 0;

    font-size: 20px;
}

a.col__title { color: #111; }

.col__relink {
    display: flex;
    flex-wrap: wrap;

    margin: 16px 0;
}

.col__relink a {
    display: inline-block;
    width: min(33%, 90px);
    
    padding: 5px 10px;
    margin: 4px;
}
.list-main{list-style-position: inside;    font-size: 20px;
    line-height: 25px;margin-bottom: 25px;
}
.list-main li{margin-bottom: 10px;}
.flex__wrapper{display: flex;flex-wrap: wrap;margin-bottom: 30px;}
.flex__wrapper.col2 .flex__item{width: 50%;}
.flex__wrapper.col3 .flex__item{width: 33%;}
.flex__wrapper.col4 .flex__item{width: 25%;}
.flex__item{padding: 10px;}
.bold{font-weight: bold;}
.p--title{margin-bottom: 15px;}
ul.marker-style li {
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    max-width: 845px;
    font-weight: 600;
    margin-bottom: 24px;
    list-style-type: none;
}
ul.marker-style li::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-image: url(_img/li-yellow.svg);
    background-position: center;
    background-size: contain;
}
.top-menu .icon_in_top_menu {
    padding: 7px;
}
.top-menu .sub_parent_1:hover > .second-level {
    left: 100%;
    padding-left: 0;
    top: 0;
    box-shadow: -1px 0px 9px -2px rgba(34, 60, 80, 0.2);
}
.top-menu ._opens:hover > .second-level {
    box-shadow: -1px 0px 9px -2px rgba(34, 60, 80, 0.2);
}
._opens._open > .second-level {
    display: inherit;
}
@media (max-width: 768px){
	.flex__wrapper.col2 .flex__item,
	.flex__wrapper.col4 .flex__item,
	.flex__wrapper.col3 .flex__item{width: 100%;}
	.flex__item{margin-bottom: 15px;}
    div .breadcrumbs ul li, .breadcrumbs ul li a, .breadcrumbs ul li span{font-size: 12px;}
    .address__content table td{font-size: 12px;}
    .footer-about *{font-size:14px;}
    .legaldetail *{font-size:14px;}
    .raion,
    .address__station,
    .address__infs{font-size:14px;}
    .mob-address{margin: 10px auto 20px;}
    /* .mob-address a{font-size:14px;} */
    .footer__copy{font-size:14px;margin-bottom: 10px;}
    .footer__bottom-link li a{font-size:14px;margin-bottom: 10px;}
    .footer__bottom-link{top:0px;}
}
.pricelist td,
.pricelist th,
.pricelist td p,
.pricelist th p{
    font-size: 14px;
}

.h2--custom{
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 26px;
    margin-top: 58px;
    letter-spacing: -1px;
}
.h3--custom{
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 26px;
    margin-top: 58px;
    letter-spacing: -1px;
}
.articles_item .list-main li{
    line-height: 136%;
    font-size: 20px;
}
.articles_item p{
    max-width: unset;
}
.typography-custom .list-main li{
    line-height: 136%;
    font-size: 20px;
}
.typography-custom  p{
    max-width: unset;
        font-size: 20px;
    line-height: 125%;
}
#feedback .fancybox-close-small, #step-form .fancybox-close-small, #feedback1 .fancybox-close-small{top: 0;}
.category-path__current{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #C4C4C4;
}
.address__price{display: flex;flex-direction: row;justify-content: space-between;}
.address-price__text{}
.address-price__value{font-weight: bold;}
.address__pretext{font-weight: bold;font-size: 14px;color: #0F1111;}
.address-ifns__label{font-size: 12px;color: #000000;padding: 5px;border: 1px solid #02c3d991;display: flex;align-items: center;border-radius: 5px;}
a.address-ifns__label:hover{background: #02c3d991;cursor: pointer;color:#fff;}
.address-country__label{font-size: 12px;color: #000000;font-size: 12px;padding: 5px;border: 1px solid #02c3d991;display: flex;align-items: center;border-radius: 5px;}
a.address-country__label:hover{background: #02c3d991;cursor: pointer;color:#fff;}
.group-labels{display: flex;gap:8px;}
.group-row-1{margin-bottom: 10px;}
.top-menu li{font-size: 12px;}


.yuform{
background: #fff;
    padding: 30px 25px 15px;
    margin-bottom: 30px;
    border: 5px solid #02c3d991;
    border-radius: 10px;
}

.form__row{
    display: flex;
    align-items: center;
    gap:12px;
}
.form__cell{
    display: flex;
    flex-direction: column;
}
.form__inputs{
    display: flex;
    gap: 32px;
    justify-content: center;
}
input[type="submit"].yuform__submit{
    background: #02c3d991;
    height:48px;
    border-radius: 10px;
    cursor: pointer;
}
.yuform input.error{
    border: 1px solid #02c3d991;
}
@media (max-width: 768px){
.form__inputs{
    flex-direction: column;
}
}
.top-menu li a{
    font-size: 14px;
}
.header-top .flex{
    justify-content: space-between;
}
.header__right{
    display: flex;
    flex-direction: row;
    gap:16px;
}
.footer-about p a.a{
    text-decoration: underline!important;
    font-weight: bold!important;
    color: #02c3d991!important;
}
.page-main a.address__address{
    color: #0F1111;
}
.ymaps-2-1-79-scaleline__label,
.ymaps-2-1-79-copyright__link{font-size: 12px;}
.ymaps-2-1-79-copyright__content{
    font-size: 12px;
}
.text_before_link{
    color: #0F1111;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.ifns-top-list-district{
    display: flex;
    align-items: center;
    gap: 32px;
}
.ifns-top-list-district__link{
    color: #0F1111;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.ifns-other__link{color: #0F1111;font-size: 20px;line-height: 25px;font-weight: 700;width: 160px;}
.ifns-other__wrapper{display: flex;gap:10px;flex-wrap: wrap;width: calc(100% - 160px);}
.ifns-top-list-district__val,
.ifns-other{
    width: 150px;
    height: 40px;
    border: 1px solid gray;
    border-radius: 5px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ifns-top-list-district__val a,
.ifns-other a{
    font-weight: 500;
    font-size: 14px;
    color: #0f1111;
}
.as-h{
        color: #0F1111;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.rates__block{
    margin: 30px auto;
}
.rates__title{
    margin-bottom: 30px;
    text-align: center;
}
.rates__name{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.rates__desc{
    margin-bottom: 15px;
}
.rates__price{
    font-weight: bold;
}
@media(max-width: 768px){
    .rates__item{
        margin-bottom: 30px;
    }
}
.main__reviews{
    position: relative;
    margin: 30px auto;
}

.main__reviews.swiper .main-reviews__item{
    padding: 0 100px;
}
.main__reviews.swiper {
  max-width: 1140px;
}
.main__reviews .swiper-wrapper{
    display: flex;
    flex-wrap: nowrap!important;
}

.page__reviews.swiper .main-reviews__item{
    padding: 0 100px;
}

.page__reviews .swiper-wrapper{
    display: flex;
    flex-wrap: nowrap!important;
}
.reviews-content-legal > .col-lg-4{
    padding: 0px 10px;
}









.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main__reviews .swiper-button-prev,
.doc__wrapper .swiper-button-prev{
    color: #02c3d991;
}

.main__reviews .swiper-button-next,
.doc__wrapper .swiper-button-next{
    color: #02c3d991;
}
@media(max-width: 768px){
    .main__reviews.swiper .main-reviews__item{
        padding: 0 10px;
    }
}
.review_white_bg__innner .ctm-block{
    margin-top: 20px;
}

.request__form{
    background: #fff;
    padding: 30px 25px 15px;
    margin-bottom: 30px;
    border: 2px solid #02c3d991;
    border-radius: 10px;
}

.request__form .form__row{
    display: flex;
    align-items: center;
    gap:12px;
}
.request__form .form__cell{
    display: flex;
    flex-direction: column;
}
.request__form .form__inputs{
    display: flex;
    gap: 32px;
    justify-content: center;
        align-items: flex-start;
}
input[type="submit"].request__submit{
    background: #02c3d991;
    height:48px;
    border-radius: 10px;
    cursor: pointer;
}
.request__form input.error{
    border: 1px solid #02c3d991;
}
.catalog__list .address__station,
.catalog__list .address-ifns__label,
.catalog__list .address-country__label,
.catalog__list .address-price__text,
.catalog__list .raion{font-weight: 300;}
.catalog__list .address-ifns__label,
.catalog__list .address-country__label{
    text-decoration: none!important;
}
.catalog__list .address-price__value,
.catalog__list .address-price__text{
    font-size: 16px;
}
.catalog__list .address__address{text-decoration: none!important;}
.catalog__list .group-row-1{align-items: center;}


/* CUSTOM CSS START */

.footer-about h2,
p.as-h,
.typography h2 {
    margin-bottom: 10px;

    font-size: 30px;
}

.typography h2:first-child { margin-top: 26px; }
.typography ul li::before,.typography .ul_wrapp .li::before { left: -12px; }

ul.list-main,
ol.list-main {
    padding-left: 10px;
    font-size: 16px;
}

ul.list-main li,
ol.list-main li,
#lay_body p { margin-top: 18px; }

.footer-about p,
.typography-custom p { font-size: 16px; }

.footer-about h3,
.typography h3 {
    font-size: 24px;
    font-weight: 700;
}

p.as-h {
    margin-top: 15px;

    text-align: center;
}

.subscription { font-weight: 400; }

ul.district-choice--links li,
.typography ul li,
.typography .ul_wrapp .li {
    margin-top: 18px;
    padding-left: 10px;
    font-size: 16px;
}
.typography .ul_wrapp .li {
    position: relative;
    max-width: 845px;
    font-weight: 600;
    padding-left: 24px;
}
.typography .ul_wrapp{
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;

}
.typography .ul_wrapp .item_ul_1,
.typography .ul_wrapp .item_ul_2 {
    margin-right: 40px;
}

.typography .ul_wrapp .li::before {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-image: url("_img/li-yellow.svg");
  background-position: center;
  background-size: contain;
}
.page-main h2 {
    margin-top: 26px;
    margin-bottom: 18px;
    font-size: 30px;
}

.page-main .articles_item-detailed__body h3,
#lay_body h3 {
    margin-top: 26px;
    margin-bottom: 18px;
    font-size: 24px;
}
#lay_body h3.h3{
    font-size: 36px;
}

.page-main .articles_item-detailed__body h4 {
    margin-top: 26px;
    margin-bottom: 18px;
    font-size: 20px;
}

.page-main .articles_item-detailed__body ol,
.page-main .articles_item-detailed__body ul {
    margin-left: 20px;
}

.page-main .articles_item-detailed__body p,
.page-main .articles_item-detailed__body li {
    margin: 10px 0;
}

.articles_item-detailed__body div[id^="item"]{
    position: relative;
    top: -150px;
}

.flex__wrapper .flex__item { width: 30%; }

.flex__wrapper .p--title.bold { font-size: 20px; }

.address__price { margin-top: 10px; }

.typography-custom ol,
.typography-custom ul {
    margin-top: 5px;
    padding-left: 10px;
}

.typography-custom .list-main li { font-size: 16px; }

.adresa__relink-block__title {
    margin-bottom: 16px;

    font-size: 28px;
    font-weight: bold;
}

.adresa__relink-block .relink-block {
    display: flex;
    column-gap: 16px;

    margin: 1rem 0;

    list-style-type: none;
}

.relink-block__item {
    padding: 8px;

    background-color: #f9f9f9;

    border: 1px solid #f1f1f1;
}

.relink-block__item .relink-block__item__link { color: #000; }

.typography ol > li { font-size: 16px; }

.col-md-6 .typography { margin-bottom: 32px; }

.legal-address::after { content: none; }

.legal-address .footer-about p a { color: #02c3d991 !important; }

.icons-block {
    position: relative;

    justify-content: center;
    width: 100%;

    margin-left: 0;
}

.icons-block .phone-btn {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.icons-block .phone4__number { font-weight: bold; }

.icons-block__container {
    position: absolute;
    right: 0;

    display: flex;
    gap: 16px;
}

@media screen and (max-width: 504px) {
    .icons-block { justify-content: initial; }
}

.right-sidebar__wrapper .search-block {
    display: flex;
    column-gap: 4px;
    width: 90%;

    margin-bottom: 16px;

    background-color: #fff;
}

.right-sidebar__wrapper .search-block .icon-search {
    max-height: 24px;
    max-width: 24px;
}

.right-sidebar__wrapper .search-block input {
    display: block;
    height: 24px;
    width: 100%;

    padding-left: 8px;

    opacity: 1;
}

.right-sidebar__menu .first-level .menu__contacts {
    display: flex;
    flex-direction: column;
    row-gap: 4px;

    margin-top: 16px;

    border-bottom: 0;
}

.footer__block-with-contacts {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.footer .flex { text-align: initial; }

.footer__contact--custom {
    align-self: flex-start;

    margin-top: 16px;
    padding-left: 32px;
}

.footer__contact,
.footer-menu-wrap { display: block; }


#lay_body .block_title_form .podbor__subtitle{
    margin: 0 auto 20px auto;
}
@media screen and (max-width: 992px) {
    .footer__copy,
    .mob-address a,
    .footer__bottom-link li a { font-size: 14px; }
    .typography .ul_wrapp {
        flex-direction: column;
    }
}

.footer__bottom-link {
    position: initial;
}

.footer .flex--column-1 { flex-direction: column; }

.footer .flex__row-main,
.footer .flex__row-info { width: 100%; }

.footer .flex__row-main {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .footer .flex__row-main { justify-content: space-evenly; }

    .footer .flex__row-info {
        margin-top: 16px;
        padding-left: 48px;
    }

    .footer-menu-wrap .row .footer__menu { display: none; }

    .footer .footer-menu-wrap .row .like--col-md-6 {
        display: block;

        margin: 0 auto;
    }

    .mob-address { margin-top: 32px; }

    .footer__copy { text-align: center; }
}

.footer__bottom { text-align: center; }
.sliderHover {
    padding-bottom: 1000px; margin-bottom: -1000px;
}
.address-slider-in_tovar .swiper-button-prev,
.address-slider-in_tovar .swiper-button-next{
    top: 171px;
    color: #02c3d991;
}
.address-slider-in_tovar.swiper-container {
    z-index: 1111;
}
@media screen and (max-width: 768px) {
    .mobile-only .flex__row-main { justify-content: space-between; }
    .footer .flex__row-info { padding-left: 0; }

    .footer-menu-wrap .row { margin-left: 0; }
    .footer-menu-wrap .like--col-md-6 { flex: 1 1 50%; }
}

.welcom__button {
    display: flex;
    justify-content: center;

    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .welcom__legaldetail {
        position: relative;

        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;

        margin: 0;
    }
}

@media screen and (max-width: 504px) {
    .welcom__legaldetail .col-md-4 { padding: 0; }
}

.legaldetail-advantage .icon-question { display: none; }

.legaldetail__tooltip {
    position: absolute;
    top: -64px;
    z-index: 10;

    display: flex;
    justify-content: center;
    width: 100%;

    padding: 16px;

    background-color: #fff;

    opacity: 0;

    animation: show 600ms 100ms cubic-bezier(1, 0, 0, 1) forwards;
}

.legaldetail__tooltip__content {
    width: 300px;
}


@keyframes show {
    100% {
        top: -144px;
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .legaldetail-advantage .icon-question {
        position: relative;
        bottom: 48px;

        display: inline-block;
        width: 16px;
        height: 16px;

        background-color: #02c3d991;

        border-radius: 50%;

        font-style: normal;
        font-weight: 700;
        color: #fff;
    }

    .icon-question::after {
        content: "?";

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .legaldetail-advantage__desc { display: none; }
}

.welcom__button .btn--feedback-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 64px;
}

div[class="desktop-only"] {
    display: block;
}

div[class="mobile-only"] {
    display: none;
}

@media screen and (max-width: 992px) {
    div[class="desktop-only"] {
        display: none;
    }

    div[class="mobile-only"] {
        display: block;
        width: 100%;
    }
}

/* CUSTOM CSS END */

.text-gen{margin-bottom: 50px;}
.price__table{margin-bottom: 50px;    width: 100%;border: 1px solid; border-collapse: collapse;}
.price__table tr{}
.price__table td{padding: 10px;border: 1px solid;text-align: center;}
.price__table.col2 td{width: 50%;}
.price__table.col3 td{width: 33%;}

.podbor{padding: 40px;    background: #02c3d991;}
.podbor__title{line-height: 111.88%;letter-spacing: 0.2px;color: #0F1111;font-size: 30px;font-weight: 200;margin-bottom: 21px;text-transform: uppercase;text-align: center;}
.podbor__subtitle{    font-size: 16px;line-height: 123%;text-align: center;color: #0F1111;}
#podbor{}
#podbor {
    max-width: 561px;
    margin: 0 auto;
    position: relative;
    margin-top: 33px;
}
#podbor input[type="text"]{
    border: 1px solid #fff;
    padding: 17px 20px;
    font-size: 14px;
    box-sizing: border-box;
    max-height: 50px;
    border-radius: 60px;
    width: 100%;
    background: #fff;
    outline: none;
    color: #000;
}
input[type="submit"].podbor__submit{
    border-radius: 600px;
    line-height: 40px;
    min-width: 167px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    border: 0 solid;
    padding: 0 16px;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    padding: 0;
    height: 50px;
    overflow: hidden;
    background: #fff;
    color: #02c3d991;
    box-shadow: none;
    cursor: pointer;
}
input[type="submit"].podbor__submit:hover{
    background: #02c3d991;
    color: #FFFFFF;
}
.podbor .form__inputs{margin-bottom: 20px;}
.podbor  .custom-checkbox a {
    color: #000;
}

.podbor .error {
    color: #FFF;
}
.articles-relink__title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
        color: #0F1111;
        font-weight: 700;
}
.articles-relink__wrapper{
    display: flex;
    gap: 20px;
}
.articles-relink__item{}
.articles-relink__wrapper.col3 .articles-relink__item{
    width: calc(33% - 10px);
}
.doc__title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.doc__wrapper{
    display: flex;    gap: 20px;overflow: hidden;
}
.doc__item{
    width: calc(25% - 10px);
}
.doc__item img{    width: 100%;overflow: hidden;}
#map_single{width:100%;height:400px;margin-bottom:30px;}
.relink__title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
@media(max-width:578px){
    .legal-address::before{
        height: unset;
    }
    .articles-relink__wrapper{flex-direction: column;}
    .articles-relink__wrapper.col3 .articles-relink__item{width: 100%;}
    #map_single{height:300px;}
}
.doc--white{    background-image: url(/_img/pattern.svg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #fff;
    margin: 20px auto;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 20px;}

.doc--white .doc__item{
    border: 1px solid #02c3d991;
}
.doc_in_ur_page .doc__item {
    border:none;
}
.doc_in_ur_page .doc__item img{
    border: 1px solid #02c3d991;
}
.doc--white .doc__title{    font-weight: 600;
    font-size: 44px;
    line-height: 53px;
    letter-spacing: -1px;
    color: #02c3d991;
    margin-bottom: 20px;
    max-width: 800px;
    text-align: left;
}
.articles-cat{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.articles-cat li{
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid gray;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.articles-cat.tb100{
    margin-bottom: 100px;
}
.mobile_tabs.tabse_title {
    display: none;
}
/*.typography .list-main {
    column-count: 3;
}
.typography ul.list-main li {
    margin-top: 0;
    margin-bottom: 18px;
}*/

#lay_body .legaldetail__info p {
  margin-top: 0;
}
.form__title{
    line-height: 111.88%;
    letter-spacing: 0.2px;
    color: #0F1111;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0;
    text-align: center;
}
@media screen and (max-width:550px){
    .subscription {
        padding: 0 0 40px 0;
    }
    .front-address::before {
        top: 286px;
    }
    .subscription .subscription__desc {
        font-size: 14px;
    }
    .mobile_tabs.tabse_title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 16px 20px 16px;
    }
     .mobile_tabs.tabse_title .item_tabse_title {
        cursor: pointer;
        border-bottom: 2px solid transparent;
     }
    .mobile_tabs.tabse_title .item_tabse_title.active {
       font-weight: bold;
       border-bottom: 2px solid #0F1111;  
    }
    .tabse_wrapp .hidden_mobile,
    .item_faq .hidden_mobile {
        display: none;
    }
    .tabse_wrapp .rates__item .rates__name {
        display: none;
    }
    .top-menu.district-choice--links {
        display: block;
        column-count: 2;
    }
    .top-menu.district-choice--links li {
        width: 100%!important;    
    }
    .form_type_filter .form__fieldset{
        padding-left: 7px;
    }
    span.form__checkbox-label-text {
        padding-left: 2px;
    }
    .adresa__relink-block .relink-block{
        flex-wrap: wrap;
    }
    .relink-block__item {
        margin-bottom: 10px;
    }
    .podbor .form__inputs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .podbor form input[type="submit"].podbor__submit {
        width: 100%;
    }
    .item_faq .bloc_in_main_question h3::after {
      height: 28px;
      width: 42px;
      background-image: url("_img/faq-arrow.svg");
      background-size: cover;
      transition: all 0.3s;
      content: '';
      background-position: center right;
      position: relative;
      display: inline-block;
      margin-left: 18px;
      top: 7px;
    }
    .item_faq .bloc_in_main_question.active h3::after {
        transform: scale(-1, -1);
    }
    .item_faq .bloc_in_main_question.active h3,
    .item_faq .bloc_in_main_question h3:hover{
        color: #02c3d991;
    }
    .item_faq .bloc_in_main_question h3:hover::after {
      width: 82px;
    }
    .item_faq .bloc_in_main_
}
@media screen and (max-width:550px) and (min-width:377px){
    .form_type_filter .form__checkbox-label{
        width: 25% !important;
    }
    .podbor form .form__row {
        width: 48%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width:768px) and (min-width:561px){
    .btn_wrapp_product {
        display: flex;
        align-items: center;
    }
    .btn_wrapp_product .item-btn1 {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media screen and (min-width:1100px) {
    .btn_wrapp_product {
        display: flex;
        align-items: center;
    }
    .btn_wrapp_product .item-btn1 {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media screen and (min-width:561px){
    .doc__wrapper .swiper-button-prev,
    .doc__wrapper .swiper-button-next {
        display: none;
    }
}
@media screen and (max-width:378px){
    .form_type_filter .form__checkbox-label{
        width: 33% !important;
    }
    .form__row {
        margin-bottom: 10px;
    }
}
.row.home-list-catalog .col-auto.group-labels {
    padding-right: 0;
}
.row.home-list-catalog .col-auto._text-right {
    padding-left: 0;
}
.group-labels.perelink_block {
    margin-bottom: 20px;
    padding-left: 0;
    flex-wrap: wrap;
} 
.tabs_in_main.container {
    display: none;
}
.tabs_in_main.container .item{
    cursor: pointer;
    padding: 5px;
    border: 1px solid transparent;
}
.tabs_in_main.container .item.active {
    color: #02c3d991;
    border: 1px solid;
    border-radius: 5px;
}
.tabs_in_main.container .item1 {
    margin-right: 20px;
}

@media screen and (min-width: 549px){
    .tab_in_main .mobile_show {
        display: none;
    }
    .tab_in_main.hidden_{
        display: none;
    }
    .tabs_in_main.container {
        display: flex;
        margin-top: 50px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 549px) and (max-width: 768px){
    .tabs_in_main.container {
        flex-direction: column;
    }
}
.ifns-other__block{display: flex;gap:10px;align-items: baseline;}



.service__table{display: flex;flex-direction: column;gap: 30px;margin-bottom: 50px;}
.service__row{display: flex;justify-content: space-between;align-items:center;}
.service__row a{    font-weight: 700;font-size: 20px;}
.service__right{display: flex;flex-direction: column;gap: 20px;}
.service__price{text-align: center;font-weight: 700;}
.btn_service{background: #02c3d991;border-radius: 600px;line-height: 40px;width: 167px;text-align: center;font-weight: bold;font-size: 12px;letter-spacing: 2px;color: #FFFFFF;border: 0 solid;padding: 0 16px;white-space: nowrap;display: inline-block;text-transform: uppercase;text-decoration: none;transition: all 0.3s;cursor: pointer;}
.btn_service:hover {box-shadow: 10px 10px 40px rgb(0 189 217 / 60%);}
@media(max-width:768px){
    .service__row {flex-direction: column;        gap: 20px;}
    .service__row a{    text-align: center;}
    .service__table {gap: 50px;margin: 50px auto;}
}
.address-price__value{    white-space: nowrap;}


.other-ifns{display: grid;grid-template-columns: repeat(8, 1fr);gap:20px;padding: 23px 0 0 31px;margin-bottom: 60px;}
.other-ifns a{    color: #666666;text-decoration: none;font-size: 12.8px;}
.other-ifns a:hover{color:#08C;}

@media(max-width:768px){
.other-ifns{}
.other-ifns a{}
}